Changeset 5 for trunk/Forms/UFormField.lfm
- Timestamp:
- Jan 18, 2015, 11:41:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormField.lfm
r3 r5 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow 11 Position = poMainFormCenter 11 12 LCLVersion = '1.3' 12 13 object EditName: TEdit … … 98 99 Top = 184 99 100 Width = 936 100 ActivePage = TabSheet DateTime101 ActivePage = TabSheetFloat 101 102 Anchors = [akTop, akLeft, akRight, akBottom] 102 103 ShowTabs = False 103 TabIndex = 2104 TabIndex = 4 104 105 TabOrder = 6 105 106 object TabSheetString: TTabSheet … … 125 126 object TabSheetInteger: TTabSheet 126 127 Caption = 'TabSheetInteger' 128 ClientHeight = 194 129 ClientWidth = 930 130 object Label10: TLabel 131 Left = 12 132 Height = 25 133 Top = 21 134 Width = 96 135 Caption = 'Minimum:' 136 ParentColor = False 137 end 138 object SpinEditMin: TSpinEdit 139 Left = 153 140 Height = 35 141 Top = 19 142 Width = 255 143 MaxValue = 10000000 144 TabOrder = 0 145 end 146 object SpinEditMax: TSpinEdit 147 Left = 153 148 Height = 35 149 Top = 56 150 Width = 255 151 TabOrder = 1 152 end 153 object Label11: TLabel 154 Left = 12 155 Height = 25 156 Top = 58 157 Width = 100 158 Caption = 'Maximum:' 159 ParentColor = False 160 end 127 161 end 128 162 object TabSheetDateTime: TTabSheet … … 178 212 Caption = 'TabSheetBoolean' 179 213 end 214 object TabSheetFloat: TTabSheet 215 Caption = 'TabSheetFloat' 216 ClientHeight = 194 217 ClientWidth = 930 218 object FloatSpinEditMin: TFloatSpinEdit 219 Left = 144 220 Height = 35 221 Top = 16 222 Width = 266 223 Increment = 1 224 MaxValue = 100000000 225 MinValue = 0 226 TabOrder = 0 227 Value = 0 228 end 229 object Label8: TLabel 230 Left = 8 231 Height = 25 232 Top = 25 233 Width = 96 234 Caption = 'Minimum:' 235 ParentColor = False 236 end 237 object FloatSpinEditMax: TFloatSpinEdit 238 Left = 144 239 Height = 35 240 Top = 64 241 Width = 266 242 Increment = 1 243 MaxValue = 100 244 MinValue = 0 245 TabOrder = 1 246 Value = 0 247 end 248 object Label9: TLabel 249 Left = 8 250 Height = 25 251 Top = 73 252 Width = 100 253 Caption = 'Maximum:' 254 ParentColor = False 255 end 256 end 180 257 end 181 258 end
Note:
See TracChangeset
for help on using the changeset viewer.