9 |
|
ClientWidth = 478 |
10 |
|
OnClose = FormClose |
11 |
|
OnShow = FormShow |
12 |
< |
LCLVersion = '0.9.30' |
12 |
> |
Position = poScreenCenter |
13 |
> |
LCLVersion = '1.8.0.4' |
14 |
|
object Bevel1: TBevel |
15 |
|
Left = 16 |
16 |
|
Height = 336 |
19 |
|
end |
20 |
|
object Label1: TLabel |
21 |
|
Left = 32 |
22 |
< |
Height = 18 |
22 |
> |
Height = 14 |
23 |
|
Top = 40 |
24 |
< |
Width = 109 |
24 |
> |
Width = 99 |
25 |
|
Caption = 'Generator Name' |
26 |
|
ParentColor = False |
27 |
|
end |
28 |
|
object Label2: TLabel |
29 |
|
Left = 32 |
30 |
< |
Height = 18 |
30 |
> |
Height = 14 |
31 |
|
Top = 192 |
32 |
< |
Width = 75 |
32 |
> |
Width = 66 |
33 |
|
Caption = 'Field Name' |
34 |
|
ParentColor = False |
35 |
|
end |
36 |
|
object Label3: TLabel |
37 |
|
Left = 35 |
38 |
< |
Height = 18 |
38 |
> |
Height = 14 |
39 |
|
Top = 269 |
40 |
< |
Width = 88 |
40 |
> |
Width = 82 |
41 |
|
Caption = 'Increment By' |
42 |
|
ParentColor = False |
43 |
|
end |
63 |
|
end |
64 |
|
object GeneratorNames: TComboBox |
65 |
|
Left = 32 |
66 |
< |
Height = 29 |
66 |
> |
Height = 27 |
67 |
|
Top = 58 |
68 |
|
Width = 312 |
69 |
|
ItemHeight = 0 |
73 |
|
Left = 38 |
74 |
|
Height = 22 |
75 |
|
Top = 112 |
76 |
< |
Width = 123 |
76 |
> |
Width = 116 |
77 |
|
Caption = 'On New Record' |
78 |
|
Checked = True |
79 |
|
TabOrder = 3 |
83 |
|
Left = 38 |
84 |
|
Height = 22 |
85 |
|
Top = 144 |
86 |
< |
Width = 74 |
86 |
> |
Width = 70 |
87 |
|
Caption = 'On Post' |
88 |
|
TabOrder = 4 |
89 |
|
end |
90 |
|
object FieldNames: TComboBox |
91 |
|
Left = 32 |
92 |
< |
Height = 29 |
92 |
> |
Height = 27 |
93 |
|
Top = 213 |
94 |
|
Width = 308 |
95 |
|
ItemHeight = 0 |
98 |
|
end |
99 |
|
object IncrementBy: TEdit |
100 |
|
Left = 39 |
101 |
< |
Height = 27 |
101 |
> |
Height = 24 |
102 |
|
Top = 292 |
103 |
|
Width = 52 |
104 |
|
TabOrder = 6 |
106 |
|
end |
107 |
|
object UpDown1: TUpDown |
108 |
|
Left = 91 |
109 |
< |
Height = 27 |
109 |
> |
Height = 24 |
110 |
|
Top = 292 |
111 |
|
Width = 17 |
112 |
|
Associate = IncrementBy |