source: tags/1.1.0/Forms/UFormImportPattern.lfm

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