source: trunk/Forms/UFormImportPattern.lfm

Last change on this file was 203, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.0 and newer.
  • Modified: Older .lrt files replaced by .lrj files.
File size: 2.2 KB
Line 
1object FormImportPattern: TFormImportPattern
2 Left = 459
3 Height = 431
4 Top = 235
5 Width = 662
6 Caption = 'Import pattern'
7 ClientHeight = 431
8 ClientWidth = 662
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '2.0.2.0'
14 object Label8: TLabel
15 Left = 24
16 Height = 20
17 Top = 13
18 Width = 75
19 Caption = 'Start string:'
20 ParentColor = False
21 end
22 object Label9: TLabel
23 Left = 24
24 Height = 20
25 Top = 53
26 Width = 69
27 Caption = 'End string:'
28 ParentColor = False
29 end
30 object EditBlockEnd: TEdit
31 Left = 183
32 Height = 28
33 Top = 48
34 Width = 461
35 Anchors = [akTop, akLeft, akRight]
36 TabOrder = 1
37 end
38 object EditBlockStart: TEdit
39 Left = 183
40 Height = 28
41 Top = 8
42 Width = 461
43 Anchors = [akTop, akLeft, akRight]
44 TabOrder = 0
45 end
46 object ButtonCancel: TButton
47 Left = 464
48 Height = 25
49 Top = 384
50 Width = 75
51 Anchors = [akRight, akBottom]
52 Caption = 'Cancel'
53 ModalResult = 2
54 TabOrder = 5
55 end
56 object ButtonOk: TButton
57 Left = 560
58 Height = 25
59 Top = 384
60 Width = 75
61 Anchors = [akRight, akBottom]
62 Caption = 'Ok'
63 ModalResult = 1
64 TabOrder = 6
65 end
66 object Label10: TLabel
67 Left = 24
68 Height = 20
69 Top = 88
70 Width = 46
71 Caption = 'Action:'
72 ParentColor = False
73 end
74 object Label11: TLabel
75 Left = 24
76 Height = 20
77 Top = 120
78 Width = 58
79 Caption = 'Variable:'
80 ParentColor = False
81 end
82 object ComboBoxAction: TComboBox
83 Left = 183
84 Height = 28
85 Top = 87
86 Width = 461
87 Anchors = [akTop, akLeft, akRight]
88 ItemHeight = 20
89 Style = csDropDownList
90 TabOrder = 2
91 end
92 object ComboBoxVariable: TComboBox
93 Left = 183
94 Height = 28
95 Top = 120
96 Width = 461
97 Anchors = [akTop, akLeft, akRight]
98 ItemHeight = 20
99 Items.Strings = (
100 ''
101 )
102 Style = csDropDownList
103 TabOrder = 3
104 end
105 object CheckBoxRepetition: TCheckBox
106 Left = 24
107 Height = 24
108 Top = 160
109 Width = 93
110 Caption = 'Repetition'
111 TabOrder = 4
112 end
113end
Note: See TracBrowser for help on using the repository browser.