source: tags/1.4.0/Forms/UFormGenerate.lfm

Last change on this file was 106, checked in by chronos, 3 years ago
  • Modified: Generate more contacts properties.
File size: 887 bytes
Line 
1object FormGenerate: TFormGenerate
2 Left = 470
3 Height = 585
4 Top = 372
5 Width = 846
6 Caption = 'Generate contacts'
7 ClientHeight = 585
8 ClientWidth = 846
9 DesignTimePPI = 150
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.2.0.4'
14 object Label1: TLabel
15 Left = 20
16 Height = 27
17 Top = 20
18 Width = 59
19 Caption = 'Count:'
20 ParentFont = False
21 end
22 object SpinEditCount: TSpinEdit
23 Left = 161
24 Height = 43
25 Top = 19
26 Width = 158
27 MaxValue = 1000000000
28 MinValue = 1
29 ParentFont = False
30 TabOrder = 0
31 Value = 1
32 end
33 object ButtonGenerate: TButton
34 Left = 704
35 Height = 39
36 Top = 528
37 Width = 118
38 Anchors = [akRight, akBottom]
39 Caption = 'Generate'
40 OnClick = ButtonGenerateClick
41 ParentFont = False
42 TabOrder = 1
43 end
44end
Note: See TracBrowser for help on using the repository browser.