1 |
|
object GeneratorEditor: TGeneratorEditor |
2 |
< |
Left = 330 |
2 |
> |
Left = 334 |
3 |
|
Height = 374 |
4 |
< |
Top = 215 |
4 |
> |
Top = 239 |
5 |
|
Width = 478 |
6 |
|
ActiveControl = Button1 |
7 |
|
Caption = 'Define Generator' |
9 |
|
ClientWidth = 478 |
10 |
|
OnClose = FormClose |
11 |
|
OnShow = FormShow |
12 |
< |
LCLVersion = '0.9.28.2' |
12 |
> |
LCLVersion = '0.9.30' |
13 |
|
object Bevel1: TBevel |
14 |
|
Left = 16 |
15 |
|
Height = 336 |
18 |
|
end |
19 |
|
object Label1: TLabel |
20 |
|
Left = 32 |
21 |
< |
Height = 19 |
22 |
< |
Top = 35 |
23 |
< |
Width = 122 |
21 |
> |
Height = 18 |
22 |
> |
Top = 40 |
23 |
> |
Width = 109 |
24 |
|
Caption = 'Generator Name' |
25 |
|
ParentColor = False |
26 |
|
end |
27 |
|
object Label2: TLabel |
28 |
|
Left = 32 |
29 |
< |
Height = 19 |
29 |
> |
Height = 18 |
30 |
|
Top = 192 |
31 |
< |
Width = 81 |
31 |
> |
Width = 75 |
32 |
|
Caption = 'Field Name' |
33 |
|
ParentColor = False |
34 |
|
end |
35 |
|
object Label3: TLabel |
36 |
|
Left = 35 |
37 |
< |
Height = 19 |
37 |
> |
Height = 18 |
38 |
|
Top = 269 |
39 |
< |
Width = 97 |
39 |
> |
Width = 88 |
40 |
|
Caption = 'Increment By' |
41 |
|
ParentColor = False |
42 |
|
end |
62 |
|
end |
63 |
|
object GeneratorNames: TComboBox |
64 |
|
Left = 32 |
65 |
< |
Height = 30 |
65 |
> |
Height = 29 |
66 |
|
Top = 58 |
67 |
|
Width = 312 |
68 |
|
ItemHeight = 0 |
72 |
|
Left = 38 |
73 |
|
Height = 22 |
74 |
|
Top = 112 |
75 |
< |
Width = 135 |
75 |
> |
Width = 123 |
76 |
|
Caption = 'On New Record' |
77 |
|
Checked = True |
78 |
– |
State = cbChecked |
78 |
|
TabOrder = 3 |
79 |
+ |
TabStop = True |
80 |
|
end |
81 |
|
object OnPost: TRadioButton |
82 |
|
Left = 38 |
83 |
|
Height = 22 |
84 |
|
Top = 144 |
85 |
< |
Width = 78 |
85 |
> |
Width = 74 |
86 |
|
Caption = 'On Post' |
87 |
|
TabOrder = 4 |
88 |
– |
TabStop = False |
88 |
|
end |
89 |
|
object FieldNames: TComboBox |
90 |
|
Left = 32 |
91 |
< |
Height = 30 |
91 |
> |
Height = 29 |
92 |
|
Top = 213 |
93 |
|
Width = 308 |
94 |
|
ItemHeight = 0 |
97 |
|
end |
98 |
|
object IncrementBy: TEdit |
99 |
|
Left = 39 |
100 |
< |
Height = 28 |
100 |
> |
Height = 27 |
101 |
|
Top = 292 |
102 |
|
Width = 52 |
104 |
– |
OnKeyDown = nil |
103 |
|
TabOrder = 6 |
104 |
|
Text = 'IncrementBy' |
105 |
|
end |
106 |
|
object UpDown1: TUpDown |
107 |
|
Left = 91 |
108 |
< |
Height = 28 |
108 |
> |
Height = 27 |
109 |
|
Top = 292 |
110 |
|
Width = 17 |
111 |
|
Associate = IncrementBy |
114 |
|
TabOrder = 7 |
115 |
|
Wrap = False |
116 |
|
end |
117 |
+ |
object IBTransaction1: TIBTransaction |
118 |
+ |
Active = False |
119 |
+ |
left = 415 |
120 |
+ |
top = 243 |
121 |
+ |
end |
122 |
|
end |