Changeset 45 for trunk/Forms/UFormImportPattern.lfm
- Timestamp:
- Jul 15, 2016, 12:38:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportPattern.lfm
r28 r45 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow 11 LCLVersion = '1. 6.0.4'11 LCLVersion = '1.7' 12 12 object Label8: TLabel 13 13 Left = 24 14 Height = 2 014 Height = 24 15 15 Top = 13 16 Width = 7516 Width = 101 17 17 Caption = 'Start string:' 18 18 ParentColor = False … … 20 20 object Label9: TLabel 21 21 Left = 24 22 Height = 2 022 Height = 24 23 23 Top = 53 24 Width = 6924 Width = 92 25 25 Caption = 'End string:' 26 26 ParentColor = False … … 28 28 object EditBlockEnd: TEdit 29 29 Left = 183 30 Height = 2830 Height = 34 31 31 Top = 48 32 32 Width = 461 … … 36 36 object EditBlockStart: TEdit 37 37 Left = 183 38 Height = 2838 Height = 34 39 39 Top = 8 40 40 Width = 461 … … 64 64 object Label10: TLabel 65 65 Left = 24 66 Height = 2 066 Height = 24 67 67 Top = 88 68 Width = 4668 Width = 60 69 69 Caption = 'Action:' 70 70 ParentColor = False … … 72 72 object Label11: TLabel 73 73 Left = 24 74 Height = 2 074 Height = 24 75 75 Top = 120 76 Width = 5876 Width = 74 77 77 Caption = 'Variable:' 78 78 ParentColor = False … … 80 80 object ComboBoxAction: TComboBox 81 81 Left = 183 82 Height = 2882 Height = 38 83 83 Top = 87 84 84 Width = 461 85 85 Anchors = [akTop, akLeft, akRight] 86 ItemHeight = 2086 ItemHeight = 0 87 87 Style = csDropDownList 88 88 TabOrder = 4 … … 90 90 object ComboBoxVariable: TComboBox 91 91 Left = 183 92 Height = 2892 Height = 38 93 93 Top = 120 94 94 Width = 461 95 95 Anchors = [akTop, akLeft, akRight] 96 ItemHeight = 2096 ItemHeight = 0 97 97 Items.Strings = ( 98 98 '' … … 103 103 object CheckBoxRepetition: TCheckBox 104 104 Left = 24 105 Height = 2 4105 Height = 28 106 106 Top = 160 107 Width = 93107 Width = 112 108 108 Caption = 'Repetition' 109 109 TabOrder = 6
Note:
See TracChangeset
for help on using the changeset viewer.