Changeset 15 for trunk/Forms/UFormField.lfm
- Timestamp:
- Mar 22, 2018, 8:31:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormField.lfm
r8 r15 10 10 OnShow = FormShow 11 11 Position = poMainFormCenter 12 LCLVersion = '1. 5'12 LCLVersion = '1.8.0.4' 13 13 object EditName: TEdit 14 14 Left = 168 15 Height = 3 515 Height = 36 16 16 Top = 11 17 17 Width = 264 … … 20 20 object Label1: TLabel 21 21 Left = 17 22 Height = 2 522 Height = 26 23 23 Top = 21 24 Width = 6224 Width = 56 25 25 Caption = 'Name:' 26 26 ParentColor = False … … 38 38 object EditTextBefore: TEdit 39 39 Left = 167 40 Height = 3 540 Height = 36 41 41 Top = 88 42 42 Width = 265 … … 45 45 object Label2: TLabel 46 46 Left = 16 47 Height = 2 547 Height = 26 48 48 Top = 98 49 Width = 1 1049 Width = 101 50 50 Caption = 'Text before:' 51 51 ParentColor = False … … 53 53 object EditTextAfter: TEdit 54 54 Left = 167 55 Height = 3 555 Height = 36 56 56 Top = 136 57 57 Width = 265 … … 60 60 object Label3: TLabel 61 61 Left = 16 62 Height = 2 562 Height = 26 63 63 Top = 144 64 Width = 9364 Width = 86 65 65 Caption = 'Text after:' 66 66 ParentColor = False … … 68 68 object Label4: TLabel 69 69 Left = 17 70 Height = 2 570 Height = 26 71 71 Top = 56 72 Width = 9472 Width = 87 73 73 Caption = 'Data type:' 74 74 ParentColor = False … … 76 76 object ComboBoxType: TComboBox 77 77 Left = 167 78 Height = 3778 Height = 40 79 79 Top = 48 80 80 Width = 265 … … 99 99 Top = 184 100 100 Width = 936 101 ActivePage = TabSheet Float101 ActivePage = TabSheetBoolean 102 102 Anchors = [akTop, akLeft, akRight, akBottom] 103 103 ShowTabs = False 104 TabIndex = 4104 TabIndex = 3 105 105 TabOrder = 6 106 106 object TabSheetString: TTabSheet 107 Caption = 'TabSheetString'108 107 ClientHeight = 194 109 108 ClientWidth = 930 110 109 object EditStringDefault: TEdit 111 110 Left = 160 112 Height = 3 5111 Height = 36 113 112 Top = 8 114 113 Width = 265 … … 117 116 object Label5: TLabel 118 117 Left = 16 119 Height = 2 5118 Height = 26 120 119 Top = 8 121 Width = 1 27120 Width = 117 122 121 Caption = 'Default value:' 123 122 ParentColor = False … … 125 124 end 126 125 object TabSheetInteger: TTabSheet 127 Caption = 'TabSheetInteger'128 126 ClientHeight = 194 129 127 ClientWidth = 930 130 128 object Label10: TLabel 131 129 Left = 12 132 Height = 2 5130 Height = 26 133 131 Top = 21 134 Width = 96132 Width = 87 135 133 Caption = 'Minimum:' 136 134 ParentColor = False … … 138 136 object SpinEditMin: TSpinEdit 139 137 Left = 153 140 Height = 3 5138 Height = 36 141 139 Top = 19 142 140 Width = 255 … … 146 144 object SpinEditMax: TSpinEdit 147 145 Left = 153 148 Height = 3 5146 Height = 36 149 147 Top = 56 150 148 Width = 255 … … 153 151 object Label11: TLabel 154 152 Left = 12 155 Height = 2 5153 Height = 26 156 154 Top = 58 157 Width = 100155 Width = 91 158 156 Caption = 'Maximum:' 159 157 ParentColor = False … … 161 159 end 162 160 object TabSheetDateTime: TTabSheet 163 Caption = 'TabSheetDateTime'164 161 ClientHeight = 194 165 162 ClientWidth = 930 166 163 object DateEditMin: TDateEdit 167 164 Left = 136 168 Height = 3 5165 Height = 36 169 166 Top = 24 170 167 Width = 216 171 168 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 172 OKCaption = 'OK'173 CancelCaption = 'Cancel'174 169 DateOrder = doNone 175 170 ButtonWidth = 23 … … 180 175 object Label6: TLabel 181 176 Left = 16 182 Height = 2 5177 Height = 26 183 178 Top = 32 184 Width = 96179 Width = 87 185 180 Caption = 'Minimum:' 186 181 ParentColor = False … … 188 183 object DateEditMax: TDateEdit 189 184 Left = 136 190 Height = 3 5185 Height = 36 191 186 Top = 72 192 187 Width = 216 193 188 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 194 OKCaption = 'OK'195 CancelCaption = 'Cancel'196 189 DateOrder = doNone 197 190 ButtonWidth = 23 … … 202 195 object Label7: TLabel 203 196 Left = 16 204 Height = 2 5197 Height = 26 205 198 Top = 80 206 Width = 100199 Width = 91 207 200 Caption = 'Maximum:' 208 201 ParentColor = False … … 210 203 end 211 204 object TabSheetBoolean: TTabSheet 212 Caption = 'TabSheetBoolean'213 205 end 214 206 object TabSheetFloat: TTabSheet 215 Caption = 'TabSheetFloat'216 207 ClientHeight = 194 217 208 ClientWidth = 930 218 209 object FloatSpinEditMin: TFloatSpinEdit 219 210 Left = 144 220 Height = 3 5211 Height = 36 221 212 Top = 16 222 213 Width = 266 … … 229 220 object Label8: TLabel 230 221 Left = 8 231 Height = 2 5222 Height = 26 232 223 Top = 25 233 Width = 96224 Width = 87 234 225 Caption = 'Minimum:' 235 226 ParentColor = False … … 237 228 object FloatSpinEditMax: TFloatSpinEdit 238 229 Left = 144 239 Height = 3 5230 Height = 36 240 231 Top = 64 241 232 Width = 266 … … 248 239 object Label9: TLabel 249 240 Left = 8 250 Height = 2 5241 Height = 26 251 242 Top = 73 252 Width = 100243 Width = 91 253 244 Caption = 'Maximum:' 254 245 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.