Changeset 32 for trunk/Forms/FormField.lfm
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormField.lfm
r31 r32 1 1 object FormField: TFormField 2 2 Left = 721 3 Height = 5333 Height = 463 4 4 Top = 85 5 Width = 1 1695 Width = 1015 6 6 Caption = 'Field' 7 ClientHeight = 5338 ClientWidth = 1 1699 DesignTimePPI = 1 447 ClientHeight = 463 8 ClientWidth = 1015 9 DesignTimePPI = 125 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poMainFormCenter 13 LCLVersion = ' 2.2.2.0'13 LCLVersion = '3.2.0.0' 14 14 object EditName: TEdit 15 Left = 20216 Height = 4317 Top = 1 318 Width = 31715 Left = 175 16 Height = 39 17 Top = 11 18 Width = 275 19 19 TabOrder = 0 20 20 end 21 21 object Label1: TLabel 22 Left = 20 22 Left = 17 23 Height = 22 24 Top = 22 25 Width = 49 26 Caption = 'Name:' 27 ParentColor = False 28 end 29 object ButtonOk: TButton 30 Left = 917 23 31 Height = 26 24 Top = 25 25 Width = 56 26 Caption = 'Name:' 27 ParentColor = False 28 end 29 object ButtonOk: TButton 30 Left = 1056 31 Height = 30 32 Top = 480 33 Width = 90 32 Top = 417 33 Width = 78 34 34 Anchors = [akRight, akBottom] 35 35 Caption = 'Ok' … … 38 38 end 39 39 object EditTextBefore: TEdit 40 Left = 20041 Height = 4342 Top = 10643 Width = 31840 Left = 174 41 Height = 39 42 Top = 92 43 Width = 276 44 44 TabOrder = 2 45 45 end 46 46 object Label2: TLabel 47 Left = 1 948 Height = 2 649 Top = 1 1850 Width = 10047 Left = 16 48 Height = 22 49 Top = 102 50 Width = 87 51 51 Caption = 'Text before:' 52 52 ParentColor = False 53 53 end 54 54 object EditTextAfter: TEdit 55 Left = 20056 Height = 4357 Top = 1 6358 Width = 31855 Left = 174 56 Height = 39 57 Top = 141 58 Width = 276 59 59 TabOrder = 3 60 60 end 61 61 object Label3: TLabel 62 Left = 1 963 Height = 2 664 Top = 1 7365 Width = 8462 Left = 16 63 Height = 22 64 Top = 150 65 Width = 74 66 66 Caption = 'Text after:' 67 67 ParentColor = False 68 68 end 69 69 object Label4: TLabel 70 Left = 2071 Height = 2 672 Top = 6773 Width = 8570 Left = 17 71 Height = 22 72 Top = 58 73 Width = 76 74 74 Caption = 'Data type:' 75 75 ParentColor = False 76 76 end 77 77 object ComboBoxType: TComboBox 78 Left = 20079 Height = 4280 Top = 5 881 Width = 31878 Left = 174 79 Height = 38 80 Top = 50 81 Width = 276 82 82 ItemHeight = 0 83 OnChange = ComboBoxTypeChange84 83 Style = csDropDownList 85 84 TabOrder = 4 85 OnChange = ComboBoxTypeChange 86 86 end 87 87 object ButtonCancel: TButton 88 Left = 94189 Height = 3090 Top = 4 8091 Width = 9088 Left = 817 89 Height = 26 90 Top = 417 91 Width = 78 92 92 Anchors = [akRight, akBottom] 93 93 Caption = 'Cancel' … … 96 96 end 97 97 object PageControl1: TPageControl 98 Left = 1 999 Height = 2 40100 Top = 221101 Width = 112498 Left = 16 99 Height = 209 100 Top = 192 101 Width = 976 102 102 ActivePage = TabSheetBoolean 103 103 Anchors = [akTop, akLeft, akRight, akBottom] … … 106 106 TabOrder = 6 107 107 object TabSheetString: TTabSheet 108 ClientHeight = 2 36109 ClientWidth = 1114108 ClientHeight = 205 109 ClientWidth = 966 110 110 object EditStringDefault: TEdit 111 Left = 1 92112 Height = 43113 Top = 10114 Width = 318111 Left = 167 112 Height = 39 113 Top = 9 114 Width = 276 115 115 TabOrder = 0 116 116 end 117 117 object Label5: TLabel 118 Left = 1 9119 Height = 2 6120 Top = 10121 Width = 1 16118 Left = 16 119 Height = 22 120 Top = 9 121 Width = 102 122 122 Caption = 'Default value:' 123 123 ParentColor = False … … 125 125 end 126 126 object TabSheetInteger: TTabSheet 127 ClientHeight = 2 36128 ClientWidth = 1114127 ClientHeight = 205 128 ClientWidth = 966 129 129 object Label10: TLabel 130 Left = 14 131 Height = 26 130 Left = 12 131 Height = 22 132 Top = 22 133 Width = 76 134 Caption = 'Minimum:' 135 ParentColor = False 136 end 137 object SpinEditMin: TSpinEdit 138 Left = 160 139 Height = 39 140 Top = 20 141 Width = 266 142 MaxValue = 10000000 143 TabOrder = 0 144 end 145 object SpinEditMax: TSpinEdit 146 Left = 160 147 Height = 39 148 Top = 58 149 Width = 266 150 TabOrder = 1 151 end 152 object Label11: TLabel 153 Left = 12 154 Height = 22 155 Top = 61 156 Width = 79 157 Caption = 'Maximum:' 158 ParentColor = False 159 end 160 end 161 object TabSheetDateTime: TTabSheet 162 ClientHeight = 205 163 ClientWidth = 966 164 object DateEditMin: TDateEdit 165 Left = 141 166 Height = 39 132 167 Top = 25 133 Width = 87 134 Caption = 'Minimum:' 135 ParentColor = False 136 end 137 object SpinEditMin: TSpinEdit 138 Left = 184 139 Height = 43 140 Top = 23 141 Width = 306 142 MaxValue = 10000000 143 TabOrder = 0 144 end 145 object SpinEditMax: TSpinEdit 146 Left = 184 147 Height = 43 148 Top = 67 149 Width = 306 150 TabOrder = 1 151 end 152 object Label11: TLabel 153 Left = 14 154 Height = 26 155 Top = 70 156 Width = 91 157 Caption = 'Maximum:' 158 ParentColor = False 159 end 160 end 161 object TabSheetDateTime: TTabSheet 162 ClientHeight = 236 163 ClientWidth = 1114 164 object DateEditMin: TDateEdit 165 Left = 163 166 Height = 43 167 Top = 29 168 Width = 259 168 Width = 225 169 169 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 170 170 DateOrder = doNone 171 ButtonWidth = 2 8171 ButtonWidth = 24 172 172 NumGlyphs = 1 173 173 MaxLength = 0 … … 175 175 end 176 176 object Label6: TLabel 177 Left = 1 9178 Height = 2 6179 Top = 3 8180 Width = 87177 Left = 16 178 Height = 22 179 Top = 33 180 Width = 76 181 181 Caption = 'Minimum:' 182 182 ParentColor = False 183 183 end 184 184 object DateEditMax: TDateEdit 185 Left = 1 63186 Height = 43187 Top = 86188 Width = 2 59185 Left = 141 186 Height = 39 187 Top = 75 188 Width = 225 189 189 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 190 190 DateOrder = doNone 191 ButtonWidth = 2 8191 ButtonWidth = 24 192 192 NumGlyphs = 1 193 193 MaxLength = 0 … … 195 195 end 196 196 object Label7: TLabel 197 Left = 1 9198 Height = 2 6199 Top = 96200 Width = 91197 Left = 16 198 Height = 22 199 Top = 83 200 Width = 79 201 201 Caption = 'Maximum:' 202 202 ParentColor = False … … 206 206 end 207 207 object TabSheetFloat: TTabSheet 208 ClientHeight = 2 36209 ClientWidth = 1114208 ClientHeight = 205 209 ClientWidth = 966 210 210 object FloatSpinEditMin: TFloatSpinEdit 211 Left = 1 73212 Height = 43213 Top = 1 9214 Width = 319211 Left = 150 212 Height = 39 213 Top = 16 214 Width = 277 215 215 MaxValue = 100000000 216 216 TabOrder = 0 217 217 end 218 218 object Label8: TLabel 219 Left = 10220 Height = 2 6221 Top = 30222 Width = 87219 Left = 9 220 Height = 22 221 Top = 26 222 Width = 76 223 223 Caption = 'Minimum:' 224 224 ParentColor = False 225 225 end 226 226 object FloatSpinEditMax: TFloatSpinEdit 227 Left = 1 73228 Height = 43229 Top = 77230 Width = 319227 Left = 150 228 Height = 39 229 Top = 67 230 Width = 277 231 231 MaxValue = 100 232 232 TabOrder = 1 233 233 end 234 234 object Label9: TLabel 235 Left = 10236 Height = 2 6237 Top = 88238 Width = 91235 Left = 9 236 Height = 22 237 Top = 76 238 Width = 79 239 239 Caption = 'Maximum:' 240 240 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.