Changeset 221 for trunk/Forms/FormImportPattern.lfm
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportPattern.lfm
r219 r221 1 1 object FormImportPattern: TFormImportPattern 2 Left = 4 593 Height = 5174 Top = 2355 Width = 7942 Left = 482 3 Height = 364 4 Top = 334 5 Width = 681 6 6 Caption = 'Import pattern' 7 ClientHeight = 5178 ClientWidth = 7947 ClientHeight = 364 8 ClientWidth = 681 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate … … 12 12 Position = poScreenCenter 13 13 LCLVersion = '3.6.0.0' 14 object Label8: TLabel15 Left = 2916 Height = 2617 Top = 1618 Width = 9819 Caption = 'Start string:'20 ParentColor = False21 end22 object Label9: TLabel23 Left = 2924 Height = 2625 Top = 6426 Width = 9127 Caption = 'End string:'28 ParentColor = False29 end30 object EditBlockEnd: TEdit31 Left = 22032 Height = 4333 Top = 5834 Width = 55235 Anchors = [akTop, akLeft, akRight]36 TabOrder = 137 end38 object EditBlockStart: TEdit39 Left = 22040 Height = 4341 Top = 1042 Width = 55243 Anchors = [akTop, akLeft, akRight]44 TabOrder = 045 end46 14 object ButtonCancel: TButton 47 Left = 55 648 Height = 3 049 Top = 46150 Width = 9015 Left = 551 16 Height = 38 17 Top = 317 18 Width = 120 51 19 Anchors = [akRight, akBottom] 52 20 Caption = 'Cancel' 53 21 ModalResult = 2 54 TabOrder = 522 TabOrder = 0 55 23 end 56 24 object ButtonOk: TButton 57 Left = 67258 Height = 3 059 Top = 46160 Width = 9025 Left = 415 26 Height = 38 27 Top = 317 28 Width = 114 61 29 Anchors = [akRight, akBottom] 62 30 Caption = 'Ok' 63 31 ModalResult = 1 64 TabOrder = 632 TabOrder = 1 65 33 end 66 object Label10: TLabel 67 Left = 29 68 Height = 26 69 Top = 106 70 Width = 59 71 Caption = 'Action:' 72 ParentColor = False 73 end 74 object Label11: TLabel 75 Left = 29 76 Height = 26 77 Top = 144 78 Width = 73 79 Caption = 'Variable:' 80 ParentColor = False 81 end 82 object ComboBoxAction: TComboBox 83 Left = 220 84 Height = 42 85 Top = 104 86 Width = 552 87 Anchors = [akTop, akLeft, akRight] 88 ItemHeight = 0 89 Style = csDropDownList 34 object ScrollBox1: TScrollBox 35 Left = 16 36 Height = 285 37 Top = 16 38 Width = 655 39 HorzScrollBar.Page = 150 40 VertScrollBar.Page = 238 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 ClientHeight = 283 43 ClientWidth = 653 90 44 TabOrder = 2 91 end 92 object ComboBoxVariable: TComboBox 93 Left = 220 94 Height = 38 95 Top = 144 96 Width = 552 97 Anchors = [akTop, akLeft, akRight] 98 ItemHeight = 0 99 Items.Strings = ( 100 '' 101 ) 102 Style = csDropDownList 103 TabOrder = 3 104 end 105 object CheckBoxRepetition: TCheckBox 106 Left = 29 107 Height = 30 108 Top = 192 109 Width = 112 110 Caption = 'Repetition' 111 TabOrder = 4 45 object Label8: TLabel 46 Left = 16 47 Height = 26 48 Top = 16 49 Width = 98 50 Caption = 'Start string:' 51 ParentColor = False 52 end 53 object Label9: TLabel 54 Left = 16 55 Height = 26 56 Top = 64 57 Width = 91 58 Caption = 'End string:' 59 ParentColor = False 60 end 61 object EditBlockEnd: TEdit 62 Left = 207 63 Height = 43 64 Top = 58 65 Width = 431 66 Anchors = [akTop, akLeft, akRight] 67 TabOrder = 0 68 end 69 object EditBlockStart: TEdit 70 Left = 207 71 Height = 43 72 Top = 10 73 Width = 431 74 Anchors = [akTop, akLeft, akRight] 75 TabOrder = 1 76 end 77 object Label10: TLabel 78 Left = 16 79 Height = 26 80 Top = 112 81 Width = 59 82 Caption = 'Action:' 83 ParentColor = False 84 end 85 object Label11: TLabel 86 Left = 16 87 Height = 26 88 Top = 156 89 Width = 73 90 Caption = 'Variable:' 91 ParentColor = False 92 end 93 object ComboBoxAction: TComboBox 94 Left = 207 95 Height = 42 96 Top = 104 97 Width = 431 98 Anchors = [akTop, akLeft, akRight] 99 ItemHeight = 0 100 Style = csDropDownList 101 TabOrder = 2 102 end 103 object ComboBoxVariable: TComboBox 104 Left = 207 105 Height = 38 106 Top = 152 107 Width = 431 108 Anchors = [akTop, akLeft, akRight] 109 ItemHeight = 0 110 Items.Strings = ( 111 '' 112 ) 113 Style = csDropDownList 114 TabOrder = 3 115 end 116 object CheckBoxRepetition: TCheckBox 117 Left = 16 118 Height = 30 119 Top = 208 120 Width = 112 121 Caption = 'Repetition' 122 TabOrder = 4 123 end 112 124 end 113 125 end
Note:
See TracChangeset
for help on using the changeset viewer.