Changeset 28 for trunk/Forms/UFormField.lfm
- Timestamp:
- Sep 10, 2022, 10:21:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormField.lfm
r20 r28 1 1 object FormField: TFormField 2 2 Left = 721 3 Height = 4443 Height = 533 4 4 Top = 85 5 Width = 9745 Width = 1169 6 6 Caption = 'Field' 7 ClientHeight = 4448 ClientWidth = 9749 DesignTimePPI = 1 207 ClientHeight = 533 8 ClientWidth = 1169 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poMainFormCenter 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.2.2.0' 14 14 object EditName: TEdit 15 Left = 16816 Height = 2817 Top = 1 118 Width = 26415 Left = 202 16 Height = 43 17 Top = 13 18 Width = 317 19 19 TabOrder = 0 20 20 end 21 21 object Label1: TLabel 22 Left = 1723 Height = 2 024 Top = 2 125 Width = 4322 Left = 20 23 Height = 26 24 Top = 25 25 Width = 56 26 26 Caption = 'Name:' 27 27 ParentColor = False 28 28 end 29 29 object ButtonOk: TButton 30 Left = 88031 Height = 2532 Top = 4 0033 Width = 7530 Left = 1056 31 Height = 30 32 Top = 480 33 Width = 90 34 34 Anchors = [akRight, akBottom] 35 35 Caption = 'Ok' … … 38 38 end 39 39 object EditTextBefore: TEdit 40 Left = 16741 Height = 2842 Top = 8843 Width = 26540 Left = 200 41 Height = 43 42 Top = 106 43 Width = 318 44 44 TabOrder = 2 45 45 end 46 46 object Label2: TLabel 47 Left = 1 648 Height = 2 049 Top = 9850 Width = 7947 Left = 19 48 Height = 26 49 Top = 118 50 Width = 100 51 51 Caption = 'Text before:' 52 52 ParentColor = False 53 53 end 54 54 object EditTextAfter: TEdit 55 Left = 16756 Height = 2857 Top = 1 3658 Width = 26555 Left = 200 56 Height = 43 57 Top = 163 58 Width = 318 59 59 TabOrder = 3 60 60 end 61 61 object Label3: TLabel 62 Left = 1 663 Height = 2 064 Top = 1 4465 Width = 6662 Left = 19 63 Height = 26 64 Top = 173 65 Width = 84 66 66 Caption = 'Text after:' 67 67 ParentColor = False 68 68 end 69 69 object Label4: TLabel 70 Left = 1771 Height = 2 072 Top = 5673 Width = 6870 Left = 20 71 Height = 26 72 Top = 67 73 Width = 85 74 74 Caption = 'Data type:' 75 75 ParentColor = False 76 76 end 77 77 object ComboBoxType: TComboBox 78 Left = 16779 Height = 2880 Top = 4881 Width = 26582 ItemHeight = 2078 Left = 200 79 Height = 42 80 Top = 58 81 Width = 318 82 ItemHeight = 0 83 83 OnChange = ComboBoxTypeChange 84 84 Style = csDropDownList … … 86 86 end 87 87 object ButtonCancel: TButton 88 Left = 78489 Height = 2590 Top = 4 0091 Width = 7588 Left = 941 89 Height = 30 90 Top = 480 91 Width = 90 92 92 Anchors = [akRight, akBottom] 93 93 Caption = 'Cancel' … … 96 96 end 97 97 object PageControl1: TPageControl 98 Left = 1 699 Height = 2 00100 Top = 184101 Width = 93698 Left = 19 99 Height = 240 100 Top = 221 101 Width = 1124 102 102 ActivePage = TabSheetBoolean 103 103 Anchors = [akTop, akLeft, akRight, akBottom] … … 106 106 TabOrder = 6 107 107 object TabSheetString: TTabSheet 108 ClientHeight = 194109 ClientWidth = 930108 ClientHeight = 236 109 ClientWidth = 1114 110 110 object EditStringDefault: TEdit 111 Left = 1 60112 Height = 36113 Top = 8114 Width = 265111 Left = 192 112 Height = 43 113 Top = 10 114 Width = 318 115 115 TabOrder = 0 116 116 end 117 117 object Label5: TLabel 118 Left = 1 6119 Height = 26 120 Top = 8121 Width = 11 7118 Left = 19 119 Height = 26 120 Top = 10 121 Width = 116 122 122 Caption = 'Default value:' 123 123 ParentColor = False … … 125 125 end 126 126 object TabSheetInteger: TTabSheet 127 ClientHeight = 194128 ClientWidth = 930127 ClientHeight = 236 128 ClientWidth = 1114 129 129 object Label10: TLabel 130 Left = 1 2131 Height = 26 132 Top = 2 1130 Left = 14 131 Height = 26 132 Top = 25 133 133 Width = 87 134 134 Caption = 'Minimum:' … … 136 136 end 137 137 object SpinEditMin: TSpinEdit 138 Left = 1 53139 Height = 36140 Top = 19141 Width = 255138 Left = 184 139 Height = 43 140 Top = 23 141 Width = 306 142 142 MaxValue = 10000000 143 143 TabOrder = 0 144 144 end 145 145 object SpinEditMax: TSpinEdit 146 Left = 1 53147 Height = 36148 Top = 56149 Width = 255146 Left = 184 147 Height = 43 148 Top = 67 149 Width = 306 150 150 TabOrder = 1 151 151 end 152 152 object Label11: TLabel 153 Left = 1 2154 Height = 26 155 Top = 58153 Left = 14 154 Height = 26 155 Top = 70 156 156 Width = 91 157 157 Caption = 'Maximum:' … … 160 160 end 161 161 object TabSheetDateTime: TTabSheet 162 ClientHeight = 194163 ClientWidth = 930162 ClientHeight = 236 163 ClientWidth = 1114 164 164 object DateEditMin: TDateEdit 165 Left = 1 36166 Height = 36167 Top = 2 4168 Width = 2 16165 Left = 163 166 Height = 43 167 Top = 29 168 Width = 259 169 169 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 170 170 DateOrder = doNone 171 ButtonWidth = 2 3171 ButtonWidth = 28 172 172 NumGlyphs = 1 173 173 MaxLength = 0 … … 175 175 end 176 176 object Label6: TLabel 177 Left = 1 6178 Height = 26 179 Top = 3 2177 Left = 19 178 Height = 26 179 Top = 38 180 180 Width = 87 181 181 Caption = 'Minimum:' … … 183 183 end 184 184 object DateEditMax: TDateEdit 185 Left = 1 36186 Height = 36187 Top = 72188 Width = 2 16185 Left = 163 186 Height = 43 187 Top = 86 188 Width = 259 189 189 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 190 190 DateOrder = doNone 191 ButtonWidth = 2 3191 ButtonWidth = 28 192 192 NumGlyphs = 1 193 193 MaxLength = 0 … … 195 195 end 196 196 object Label7: TLabel 197 Left = 1 6198 Height = 26 199 Top = 80197 Left = 19 198 Height = 26 199 Top = 96 200 200 Width = 91 201 201 Caption = 'Maximum:' … … 206 206 end 207 207 object TabSheetFloat: TTabSheet 208 ClientHeight = 194209 ClientWidth = 930208 ClientHeight = 236 209 ClientWidth = 1114 210 210 object FloatSpinEditMin: TFloatSpinEdit 211 Left = 144 212 Height = 36 213 Top = 16 214 Width = 266 215 Increment = 1 211 Left = 173 212 Height = 43 213 Top = 19 214 Width = 319 216 215 MaxValue = 100000000 217 MinValue = 0 218 TabOrder = 0 219 Value = 0 216 TabOrder = 0 220 217 end 221 218 object Label8: TLabel 222 Left = 8223 Height = 26 224 Top = 25219 Left = 10 220 Height = 26 221 Top = 30 225 222 Width = 87 226 223 Caption = 'Minimum:' … … 228 225 end 229 226 object FloatSpinEditMax: TFloatSpinEdit 230 Left = 144 231 Height = 36 232 Top = 64 233 Width = 266 234 Increment = 1 227 Left = 173 228 Height = 43 229 Top = 77 230 Width = 319 235 231 MaxValue = 100 236 MinValue = 0237 232 TabOrder = 1 238 Value = 0239 233 end 240 234 object Label9: TLabel 241 Left = 8242 Height = 26 243 Top = 73235 Left = 10 236 Height = 26 237 Top = 88 244 238 Width = 91 245 239 Caption = 'Maximum:'
Note:
See TracChangeset
for help on using the changeset viewer.