source: trunk/Forms/FormImportPattern.lfm

Last change on this file was 221, checked in by chronos, 4 days ago
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File size: 2.6 KB
Line 
1object FormImportPattern: TFormImportPattern
2 Left = 482
3 Height = 364
4 Top = 334
5 Width = 681
6 Caption = 'Import pattern'
7 ClientHeight = 364
8 ClientWidth = 681
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '3.6.0.0'
14 object ButtonCancel: TButton
15 Left = 551
16 Height = 38
17 Top = 317
18 Width = 120
19 Anchors = [akRight, akBottom]
20 Caption = 'Cancel'
21 ModalResult = 2
22 TabOrder = 0
23 end
24 object ButtonOk: TButton
25 Left = 415
26 Height = 38
27 Top = 317
28 Width = 114
29 Anchors = [akRight, akBottom]
30 Caption = 'Ok'
31 ModalResult = 1
32 TabOrder = 1
33 end
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
44 TabOrder = 2
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
124 end
125end
Note: See TracBrowser for help on using the repository browser.