Last change
on this file was 69, checked in by chronos, 3 years ago |
- Added: Remember last count value used in Generate contact form.
|
File size:
877 bytes
|
Line | |
---|
1 | object FormGenerate: TFormGenerate
|
---|
2 | Left = 470
|
---|
3 | Height = 562
|
---|
4 | Top = 372
|
---|
5 | Width = 812
|
---|
6 | Caption = 'Generate contacts'
|
---|
7 | ClientHeight = 562
|
---|
8 | ClientWidth = 812
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnClose = FormClose
|
---|
11 | OnCreate = FormCreate
|
---|
12 | OnShow = FormShow
|
---|
13 | LCLVersion = '2.0.12.0'
|
---|
14 | object Label1: TLabel
|
---|
15 | Left = 19
|
---|
16 | Height = 24
|
---|
17 | Top = 19
|
---|
18 | Width = 55
|
---|
19 | Caption = 'Count:'
|
---|
20 | ParentColor = False
|
---|
21 | ParentFont = False
|
---|
22 | end
|
---|
23 | object SpinEditCount: TSpinEdit
|
---|
24 | Left = 155
|
---|
25 | Height = 42
|
---|
26 | Top = 18
|
---|
27 | Width = 152
|
---|
28 | MaxValue = 1000000000
|
---|
29 | MinValue = 1
|
---|
30 | ParentFont = False
|
---|
31 | TabOrder = 0
|
---|
32 | Value = 1
|
---|
33 | end
|
---|
34 | object ButtonGenerate: TButton
|
---|
35 | Left = 19
|
---|
36 | Height = 37
|
---|
37 | Top = 173
|
---|
38 | Width = 113
|
---|
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.