Changeset 155 for trunk/Forms/FormGenerate.lfm
- Timestamp:
- Jun 6, 2023, 10:45:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGenerate.lfm
r149 r155 1 1 object FormGenerate: TFormGenerate 2 2 Left = 470 3 Height = 5854 Top = 3725 Width = 8463 Height = 318 4 Top = 616 5 Width = 652 6 6 Caption = 'Generate contacts' 7 ClientHeight = 5858 ClientWidth = 8469 DesignTimePPI = 1 507 ClientHeight = 318 8 ClientWidth = 652 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.2. 0.4'13 LCLVersion = '2.2.6.0' 14 14 object Label1: TLabel 15 Left = 2016 Height = 2 717 Top = 2018 Width = 5 915 Left = 19 16 Height = 25 17 Top = 19 18 Width = 52 19 19 Caption = 'Count:' 20 ParentColor = False 20 21 ParentFont = False 21 22 end 22 23 object SpinEditCount: TSpinEdit 23 Left = 1 6124 Height = 4325 Top = 1 926 Width = 15 824 Left = 155 25 Height = 33 26 Top = 18 27 Width = 152 27 28 MaxValue = 1000000000 28 29 MinValue = 1 … … 32 33 end 33 34 object ButtonGenerate: TButton 34 Left = 70435 Height = 3 936 Top = 52837 Width = 11 835 Left = 516 36 Height = 37 37 Top = 264 38 Width = 113 38 39 Anchors = [akRight, akBottom] 39 40 Caption = 'Generate'
Note:
See TracChangeset
for help on using the changeset viewer.