Changeset 21 for trunk/Forms/UFormGenerate.lfm
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore
-
old new 1 *.lrj 1
-
- Property svn:ignore
-
trunk/Forms/UFormGenerate.lfm
r17 r21 1 1 object FormGenerate: TFormGenerate 2 2 Left = 464 3 Height = 4683 Height = 562 4 4 Top = 368 5 Width = 6775 Width = 812 6 6 Caption = 'Generate contacts' 7 ClientHeight = 4688 ClientWidth = 6779 DesignTimePPI = 1 207 ClientHeight = 562 8 ClientWidth = 812 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.0.4' 14 14 object Label1: TLabel 15 Left = 1 616 Height = 2 017 Top = 1 618 Width = 4215 Left = 19 16 Height = 26 17 Top = 19 18 Width = 56 19 19 Caption = 'Count:' 20 20 ParentColor = False 21 ParentFont = False 21 22 end 22 23 object SpinEditCount: TSpinEdit 23 Left = 1 2924 Height = 2825 Top = 1 526 Width = 1 2724 Left = 155 25 Height = 43 26 Top = 18 27 Width = 152 27 28 MaxValue = 1000000000 28 29 MinValue = 1 30 ParentFont = False 29 31 TabOrder = 0 30 32 Value = 1 31 33 end 32 34 object ButtonGenerate: TButton 33 Left = 1 634 Height = 3 135 Top = 1 4436 Width = 9435 Left = 19 36 Height = 37 37 Top = 173 38 Width = 113 37 39 Caption = 'Generate' 38 40 OnClick = ButtonGenerateClick 41 ParentFont = False 39 42 TabOrder = 1 40 43 end
Note:
See TracChangeset
for help on using the changeset viewer.