Changeset 103 for trunk/Forms/UFormGenerate.lfm
- Timestamp:
- Feb 9, 2022, 3:51:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGenerate.lfm
r69 r103 1 1 object FormGenerate: TFormGenerate 2 2 Left = 470 3 Height = 5 623 Height = 585 4 4 Top = 372 5 Width = 8 125 Width = 846 6 6 Caption = 'Generate contacts' 7 ClientHeight = 5 628 ClientWidth = 8 129 DesignTimePPI = 1 447 ClientHeight = 585 8 ClientWidth = 846 9 DesignTimePPI = 150 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2. 0.12.0'13 LCLVersion = '2.2.0.4' 14 14 object Label1: TLabel 15 Left = 1916 Height = 2 417 Top = 1918 Width = 5 515 Left = 20 16 Height = 27 17 Top = 20 18 Width = 59 19 19 Caption = 'Count:' 20 ParentColor = False21 20 ParentFont = False 22 21 end 23 22 object SpinEditCount: TSpinEdit 24 Left = 1 5525 Height = 4 226 Top = 1 827 Width = 15 223 Left = 161 24 Height = 43 25 Top = 19 26 Width = 158 28 27 MaxValue = 1000000000 29 28 MinValue = 1 … … 33 32 end 34 33 object ButtonGenerate: TButton 35 Left = 1936 Height = 3 737 Top = 1 7338 Width = 11 334 Left = 20 35 Height = 39 36 Top = 180 37 Width = 118 39 38 Caption = 'Generate' 40 39 OnClick = ButtonGenerateClick
Note:
See TracChangeset
for help on using the changeset viewer.