Changeset 219 for trunk/Forms/FormImportPattern.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportPattern.lfm
r218 r219 1 1 object FormImportPattern: TFormImportPattern 2 2 Left = 459 3 Height = 4313 Height = 517 4 4 Top = 235 5 Width = 6625 Width = 794 6 6 Caption = 'Import pattern' 7 ClientHeight = 4318 ClientWidth = 6629 DesignTimePPI = 1 207 ClientHeight = 517 8 ClientWidth = 794 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 2.0.2.0'13 LCLVersion = '3.6.0.0' 14 14 object Label8: TLabel 15 Left = 2 416 Height = 2 017 Top = 1 318 Width = 7515 Left = 29 16 Height = 26 17 Top = 16 18 Width = 98 19 19 Caption = 'Start string:' 20 20 ParentColor = False 21 21 end 22 22 object Label9: TLabel 23 Left = 2 424 Height = 2 025 Top = 5326 Width = 6923 Left = 29 24 Height = 26 25 Top = 64 26 Width = 91 27 27 Caption = 'End string:' 28 28 ParentColor = False 29 29 end 30 30 object EditBlockEnd: TEdit 31 Left = 18332 Height = 2833 Top = 4834 Width = 46131 Left = 220 32 Height = 43 33 Top = 58 34 Width = 552 35 35 Anchors = [akTop, akLeft, akRight] 36 36 TabOrder = 1 37 37 end 38 38 object EditBlockStart: TEdit 39 Left = 18340 Height = 2841 Top = 842 Width = 46139 Left = 220 40 Height = 43 41 Top = 10 42 Width = 552 43 43 Anchors = [akTop, akLeft, akRight] 44 44 TabOrder = 0 45 45 end 46 46 object ButtonCancel: TButton 47 Left = 46448 Height = 2549 Top = 38450 Width = 7547 Left = 556 48 Height = 30 49 Top = 461 50 Width = 90 51 51 Anchors = [akRight, akBottom] 52 52 Caption = 'Cancel' … … 55 55 end 56 56 object ButtonOk: TButton 57 Left = 56058 Height = 2559 Top = 38460 Width = 7557 Left = 672 58 Height = 30 59 Top = 461 60 Width = 90 61 61 Anchors = [akRight, akBottom] 62 62 Caption = 'Ok' … … 65 65 end 66 66 object Label10: TLabel 67 Left = 2 468 Height = 2 069 Top = 8870 Width = 4667 Left = 29 68 Height = 26 69 Top = 106 70 Width = 59 71 71 Caption = 'Action:' 72 72 ParentColor = False 73 73 end 74 74 object Label11: TLabel 75 Left = 2 476 Height = 2 077 Top = 1 2078 Width = 5875 Left = 29 76 Height = 26 77 Top = 144 78 Width = 73 79 79 Caption = 'Variable:' 80 80 ParentColor = False 81 81 end 82 82 object ComboBoxAction: TComboBox 83 Left = 18384 Height = 2885 Top = 8786 Width = 46183 Left = 220 84 Height = 42 85 Top = 104 86 Width = 552 87 87 Anchors = [akTop, akLeft, akRight] 88 ItemHeight = 2088 ItemHeight = 0 89 89 Style = csDropDownList 90 90 TabOrder = 2 91 91 end 92 92 object ComboBoxVariable: TComboBox 93 Left = 18394 Height = 2895 Top = 1 2096 Width = 46193 Left = 220 94 Height = 38 95 Top = 144 96 Width = 552 97 97 Anchors = [akTop, akLeft, akRight] 98 ItemHeight = 2098 ItemHeight = 0 99 99 Items.Strings = ( 100 100 '' … … 104 104 end 105 105 object CheckBoxRepetition: TCheckBox 106 Left = 2 4107 Height = 24108 Top = 1 60109 Width = 93106 Left = 29 107 Height = 30 108 Top = 192 109 Width = 112 110 110 Caption = 'Repetition' 111 111 TabOrder = 4
Note:
See TracChangeset
for help on using the changeset viewer.