Changeset 20 for trunk/Forms/UFormField.lfm
- Timestamp:
- Mar 23, 2018, 1:59:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormField.lfm
r15 r20 7 7 ClientHeight = 444 8 8 ClientWidth = 974 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poMainFormCenter 12 LCLVersion = '1.8.0. 4'13 LCLVersion = '1.8.0.6' 13 14 object EditName: TEdit 14 15 Left = 168 15 Height = 3616 Height = 28 16 17 Top = 11 17 18 Width = 264 … … 20 21 object Label1: TLabel 21 22 Left = 17 22 Height = 2 623 Height = 20 23 24 Top = 21 24 Width = 5625 Width = 43 25 26 Caption = 'Name:' 26 27 ParentColor = False … … 38 39 object EditTextBefore: TEdit 39 40 Left = 167 40 Height = 3641 Height = 28 41 42 Top = 88 42 43 Width = 265 … … 45 46 object Label2: TLabel 46 47 Left = 16 47 Height = 2 648 Height = 20 48 49 Top = 98 49 Width = 10150 Width = 79 50 51 Caption = 'Text before:' 51 52 ParentColor = False … … 53 54 object EditTextAfter: TEdit 54 55 Left = 167 55 Height = 3656 Height = 28 56 57 Top = 136 57 58 Width = 265 … … 60 61 object Label3: TLabel 61 62 Left = 16 62 Height = 2 663 Height = 20 63 64 Top = 144 64 Width = 8665 Width = 66 65 66 Caption = 'Text after:' 66 67 ParentColor = False … … 68 69 object Label4: TLabel 69 70 Left = 17 70 Height = 2 671 Height = 20 71 72 Top = 56 72 Width = 8773 Width = 68 73 74 Caption = 'Data type:' 74 75 ParentColor = False … … 76 77 object ComboBoxType: TComboBox 77 78 Left = 167 78 Height = 4079 Height = 28 79 80 Top = 48 80 81 Width = 265 81 ItemHeight = 082 ItemHeight = 20 82 83 OnChange = ComboBoxTypeChange 83 84 Style = csDropDownList
Note:
See TracChangeset
for help on using the changeset viewer.