Changeset 55 for trunk/Forms/UFormImportPattern.lfm
- Timestamp:
- Jul 26, 2016, 1:38:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportPattern.lfm
r45 r55 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow 11 LCLVersion = '1. 7'11 LCLVersion = '1.6.0.4' 12 12 object Label8: TLabel 13 13 Left = 24 14 Height = 2 414 Height = 20 15 15 Top = 13 16 Width = 10116 Width = 75 17 17 Caption = 'Start string:' 18 18 ParentColor = False … … 20 20 object Label9: TLabel 21 21 Left = 24 22 Height = 2 422 Height = 20 23 23 Top = 53 24 Width = 9224 Width = 69 25 25 Caption = 'End string:' 26 26 ParentColor = False … … 28 28 object EditBlockEnd: TEdit 29 29 Left = 183 30 Height = 3430 Height = 28 31 31 Top = 48 32 32 Width = 461 33 33 Anchors = [akTop, akLeft, akRight] 34 TabOrder = 034 TabOrder = 1 35 35 end 36 36 object EditBlockStart: TEdit 37 37 Left = 183 38 Height = 3438 Height = 28 39 39 Top = 8 40 40 Width = 461 41 41 Anchors = [akTop, akLeft, akRight] 42 TabOrder = 142 TabOrder = 0 43 43 end 44 44 object ButtonCancel: TButton … … 50 50 Caption = 'Cancel' 51 51 ModalResult = 2 52 TabOrder = 252 TabOrder = 5 53 53 end 54 54 object ButtonOk: TButton … … 60 60 Caption = 'Ok' 61 61 ModalResult = 1 62 TabOrder = 362 TabOrder = 6 63 63 end 64 64 object Label10: TLabel 65 65 Left = 24 66 Height = 2 466 Height = 20 67 67 Top = 88 68 Width = 6068 Width = 46 69 69 Caption = 'Action:' 70 70 ParentColor = False … … 72 72 object Label11: TLabel 73 73 Left = 24 74 Height = 2 474 Height = 20 75 75 Top = 120 76 Width = 7476 Width = 58 77 77 Caption = 'Variable:' 78 78 ParentColor = False … … 80 80 object ComboBoxAction: TComboBox 81 81 Left = 183 82 Height = 3882 Height = 28 83 83 Top = 87 84 84 Width = 461 85 85 Anchors = [akTop, akLeft, akRight] 86 ItemHeight = 086 ItemHeight = 20 87 87 Style = csDropDownList 88 TabOrder = 488 TabOrder = 2 89 89 end 90 90 object ComboBoxVariable: TComboBox 91 91 Left = 183 92 Height = 3892 Height = 28 93 93 Top = 120 94 94 Width = 461 95 95 Anchors = [akTop, akLeft, akRight] 96 ItemHeight = 096 ItemHeight = 20 97 97 Items.Strings = ( 98 98 '' 99 99 ) 100 100 Style = csDropDownList 101 TabOrder = 5101 TabOrder = 3 102 102 end 103 103 object CheckBoxRepetition: TCheckBox 104 104 Left = 24 105 Height = 2 8105 Height = 24 106 106 Top = 160 107 Width = 112107 Width = 93 108 108 Caption = 'Repetition' 109 TabOrder = 6109 TabOrder = 4 110 110 end 111 111 end
Note:
See TracChangeset
for help on using the changeset viewer.