Changeset 563 for Common/Demo/JobProgressView/UFormMain.lfm
- Timestamp:
- May 29, 2023, 8:23:09 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Demo/JobProgressView/UFormMain.lfm
r513 r563 1 1 object FormMain: TFormMain 2 2 Left = 501 3 Height = 4803 Height = 576 4 4 Top = 296 5 Width = 7435 Width = 892 6 6 Caption = 'JobProgressView demo' 7 ClientHeight = 4808 ClientWidth = 7439 DesignTimePPI = 1 2010 LCLVersion = ' 1.8.2.0'7 ClientHeight = 576 8 ClientWidth = 892 9 DesignTimePPI = 144 10 LCLVersion = '2.2.6.0' 11 11 object ButtonTest: TButton 12 Left = 4 013 Height = 3 114 Top = 19215 Width = 9412 Left = 48 13 Height = 37 14 Top = 230 15 Width = 113 16 16 Caption = 'Test' 17 17 OnClick = ButtonTestClick … … 19 19 end 20 20 object SpinEditJobCount: TSpinEdit 21 Left = 1 2222 Height = 2823 Top = 1 624 Width = 1 0221 Left = 146 22 Height = 43 23 Top = 19 24 Width = 122 25 25 TabOrder = 1 26 26 Value = 5 27 27 end 28 28 object Label1: TLabel 29 Left = 1 630 Height = 2 031 Top = 1 632 Width = 6729 Left = 19 30 Height = 26 31 Top = 19 32 Width = 85 33 33 Caption = 'Job count:' 34 34 ParentColor = False 35 35 end 36 36 object Label2: TLabel 37 Left = 1 638 Height = 2 039 Top = 4840 Width = 7937 Left = 19 38 Height = 26 39 Top = 58 40 Width = 101 41 41 Caption = 'Show delay:' 42 42 ParentColor = False 43 43 end 44 44 object SpinEditShowDelay: TSpinEdit 45 Left = 1 2246 Height = 2847 Top = 4848 Width = 1 0245 Left = 146 46 Height = 43 47 Top = 58 48 Width = 122 49 49 MaxValue = 1000000 50 50 TabOrder = 2 … … 52 52 end 53 53 object Label3: TLabel 54 Left = 2 3255 Height = 2 056 Top = 4857 Width = 1954 Left = 278 55 Height = 26 56 Top = 58 57 Width = 26 58 58 Caption = 'ms' 59 59 ParentColor = False 60 60 end 61 61 object CheckBoxAutoClose: TCheckBox 62 Left = 1 563 Height = 2464 Top = 8465 Width = 19562 Left = 18 63 Height = 30 64 Top = 101 65 Width = 243 66 66 Caption = 'Auto close on completion' 67 67 Checked = True … … 70 70 end 71 71 object CheckBoxTextProgress: TCheckBox 72 Left = 1 673 Height = 2474 Top = 1 1275 Width = 25972 Left = 19 73 Height = 30 74 Top = 134 75 Width = 329 76 76 Caption = 'Show individual items text progress' 77 77 TabOrder = 4 78 78 end 79 79 object CheckBoxErrors: TCheckBox 80 Left = 1 581 Height = 2482 Top = 1 4483 Width = 23980 Left = 18 81 Height = 30 82 Top = 173 83 Width = 304 84 84 Caption = 'Simulate errors during execution' 85 85 TabOrder = 5 … … 89 89 ShowDelay = 0 90 90 AutoClose = False 91 left = 48092 top = 12091 Left = 576 92 Top = 144 93 93 end 94 94 end
Note:
See TracChangeset
for help on using the changeset viewer.