Changeset 69 for trunk/Forms
- Timestamp:
- Dec 10, 2021, 11:40:17 AM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGenerate.lfm
r62 r69 14 14 object Label1: TLabel 15 15 Left = 19 16 Height = 2 516 Height = 24 17 17 Top = 19 18 Width = 5 218 Width = 55 19 19 Caption = 'Count:' 20 20 ParentColor = False … … 23 23 object SpinEditCount: TSpinEdit 24 24 Left = 155 25 Height = 3325 Height = 42 26 26 Top = 18 27 27 Width = 152 -
trunk/Forms/UFormGenerate.pas
r62 r69 59 59 ); 60 60 begin 61 Core.GenerateCount := SpinEditCount.Value; 61 62 Core.PersistentForm1.Save(Self); 62 63 end; … … 71 72 begin 72 73 Core.PersistentForm1.Load(Self); 74 SpinEditCount.Value := Core.GenerateCount; 73 75 UpdateInterface; 74 76 end;
Note:
See TracChangeset
for help on using the changeset viewer.