source: Common/Demo/JobProgressView/UFormMain.lfm

Last change on this file was 563, checked in by chronos, 13 months ago
  • Modified: Removed U prefix from all Common package units.
File size: 1.8 KB
Line 
1object FormMain: TFormMain
2 Left = 501
3 Height = 576
4 Top = 296
5 Width = 892
6 Caption = 'JobProgressView demo'
7 ClientHeight = 576
8 ClientWidth = 892
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object ButtonTest: TButton
12 Left = 48
13 Height = 37
14 Top = 230
15 Width = 113
16 Caption = 'Test'
17 OnClick = ButtonTestClick
18 TabOrder = 0
19 end
20 object SpinEditJobCount: TSpinEdit
21 Left = 146
22 Height = 43
23 Top = 19
24 Width = 122
25 TabOrder = 1
26 Value = 5
27 end
28 object Label1: TLabel
29 Left = 19
30 Height = 26
31 Top = 19
32 Width = 85
33 Caption = 'Job count:'
34 ParentColor = False
35 end
36 object Label2: TLabel
37 Left = 19
38 Height = 26
39 Top = 58
40 Width = 101
41 Caption = 'Show delay:'
42 ParentColor = False
43 end
44 object SpinEditShowDelay: TSpinEdit
45 Left = 146
46 Height = 43
47 Top = 58
48 Width = 122
49 MaxValue = 1000000
50 TabOrder = 2
51 Value = 100
52 end
53 object Label3: TLabel
54 Left = 278
55 Height = 26
56 Top = 58
57 Width = 26
58 Caption = 'ms'
59 ParentColor = False
60 end
61 object CheckBoxAutoClose: TCheckBox
62 Left = 18
63 Height = 30
64 Top = 101
65 Width = 243
66 Caption = 'Auto close on completion'
67 Checked = True
68 State = cbChecked
69 TabOrder = 3
70 end
71 object CheckBoxTextProgress: TCheckBox
72 Left = 19
73 Height = 30
74 Top = 134
75 Width = 329
76 Caption = 'Show individual items text progress'
77 TabOrder = 4
78 end
79 object CheckBoxErrors: TCheckBox
80 Left = 18
81 Height = 30
82 Top = 173
83 Width = 304
84 Caption = 'Simulate errors during execution'
85 TabOrder = 5
86 end
87 object JobProgressView1: TJobProgressView
88 OwnerDraw = False
89 ShowDelay = 0
90 AutoClose = False
91 Left = 576
92 Top = 144
93 end
94end
Note: See TracBrowser for help on using the repository browser.