Line | |
---|
1 | object FormGenerate: TFormGenerate
|
---|
2 | Left = 470
|
---|
3 | Height = 318
|
---|
4 | Top = 616
|
---|
5 | Width = 652
|
---|
6 | Caption = 'Generate contacts'
|
---|
7 | ClientHeight = 318
|
---|
8 | ClientWidth = 652
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnClose = FormClose
|
---|
11 | OnShow = FormShow
|
---|
12 | LCLVersion = '2.2.6.0'
|
---|
13 | object Label1: TLabel
|
---|
14 | Left = 19
|
---|
15 | Height = 26
|
---|
16 | Top = 19
|
---|
17 | Width = 55
|
---|
18 | Caption = 'Count:'
|
---|
19 | ParentColor = False
|
---|
20 | ParentFont = False
|
---|
21 | end
|
---|
22 | object SpinEditCount: TSpinEdit
|
---|
23 | Left = 155
|
---|
24 | Height = 43
|
---|
25 | Top = 18
|
---|
26 | Width = 152
|
---|
27 | MaxValue = 1000000000
|
---|
28 | MinValue = 1
|
---|
29 | ParentFont = False
|
---|
30 | TabOrder = 0
|
---|
31 | Value = 1
|
---|
32 | end
|
---|
33 | object ButtonGenerate: TButton
|
---|
34 | Left = 516
|
---|
35 | Height = 37
|
---|
36 | Top = 264
|
---|
37 | Width = 113
|
---|
38 | Anchors = [akRight, akBottom]
|
---|
39 | Caption = 'Generate'
|
---|
40 | OnClick = ButtonGenerateClick
|
---|
41 | ParentFont = False
|
---|
42 | TabOrder = 1
|
---|
43 | end
|
---|
44 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.