source: tags/1.3.1/Packages/Common/UJobProgressView.lfm

Last change on this file was 424, checked in by chronos, 2 years ago
  • Modified: Update Common package to version 0.10.
  • Modified: fgl unit replaced by Generics.Collections.
File size: 3.9 KB
Line 
1object FormJobProgressView: TFormJobProgressView
2 Left = 467
3 Height = 414
4 Top = 252
5 Width = 647
6 BorderIcons = [biSystemMenu]
7 ClientHeight = 414
8 ClientWidth = 647
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCloseQuery = FormCloseQuery
12 OnCreate = FormCreate
13 OnHide = FormHide
14 OnShow = FormShow
15 Position = poScreenCenter
16 LCLVersion = '2.2.0.4'
17 object PanelOperationsTitle: TPanel
18 Left = 0
19 Height = 38
20 Top = 0
21 Width = 647
22 Align = alTop
23 BevelOuter = bvNone
24 ClientHeight = 38
25 ClientWidth = 647
26 FullRepaint = False
27 TabOrder = 0
28 object LabelOperation: TLabel
29 Left = 10
30 Height = 26
31 Top = 10
32 Width = 99
33 Caption = 'Operations:'
34 ParentFont = False
35 end
36 end
37 object PanelLog: TPanel
38 Left = 0
39 Height = 161
40 Top = 253
41 Width = 647
42 Align = alClient
43 BevelOuter = bvSpace
44 ClientHeight = 161
45 ClientWidth = 647
46 TabOrder = 1
47 object MemoLog: TMemo
48 Left = 10
49 Height = 141
50 Top = 10
51 Width = 627
52 Anchors = [akTop, akLeft, akRight, akBottom]
53 ReadOnly = True
54 ScrollBars = ssAutoBoth
55 TabOrder = 0
56 end
57 end
58 object PanelProgress: TPanel
59 Left = 0
60 Height = 65
61 Top = 126
62 Width = 647
63 Align = alTop
64 BevelOuter = bvNone
65 ClientHeight = 65
66 ClientWidth = 647
67 TabOrder = 2
68 object ProgressBarPart: TProgressBar
69 Left = 12
70 Height = 29
71 Top = 29
72 Width = 628
73 Anchors = [akTop, akLeft, akRight]
74 TabOrder = 0
75 end
76 object LabelEstimatedTimePart: TLabel
77 Left = 10
78 Height = 26
79 Top = -2
80 Width = 132
81 Caption = 'Estimated time:'
82 end
83 end
84 object PanelOperations: TPanel
85 Left = 0
86 Height = 50
87 Top = 76
88 Width = 647
89 Align = alTop
90 BevelOuter = bvNone
91 ClientHeight = 50
92 ClientWidth = 647
93 FullRepaint = False
94 TabOrder = 3
95 object ListViewJobs: TListView
96 Left = 10
97 Height = 38
98 Top = 6
99 Width = 627
100 Anchors = [akTop, akLeft, akRight, akBottom]
101 AutoWidthLastColumn = True
102 BorderStyle = bsNone
103 Color = clBtnFace
104 Columns = <
105 item
106 Width = 614
107 end>
108 OwnerData = True
109 ReadOnly = True
110 ShowColumnHeaders = False
111 SmallImages = ImageList1
112 TabOrder = 0
113 ViewStyle = vsReport
114 OnData = ListViewJobsData
115 end
116 end
117 object PanelProgressTotal: TPanel
118 Left = 0
119 Height = 62
120 Top = 191
121 Width = 647
122 Align = alTop
123 BevelOuter = bvNone
124 ClientHeight = 62
125 ClientWidth = 647
126 TabOrder = 4
127 object LabelEstimatedTimeTotal: TLabel
128 Left = 10
129 Height = 26
130 Top = 0
131 Width = 178
132 Caption = 'Total estimated time:'
133 end
134 object ProgressBarTotal: TProgressBar
135 Left = 10
136 Height = 29
137 Top = 29
138 Width = 627
139 Anchors = [akTop, akLeft, akRight]
140 TabOrder = 0
141 end
142 end
143 object PanelText: TPanel
144 Left = 0
145 Height = 38
146 Top = 38
147 Width = 647
148 Align = alTop
149 BevelOuter = bvNone
150 ClientHeight = 38
151 ClientWidth = 647
152 TabOrder = 5
153 object LabelText: TLabel
154 Left = 10
155 Height = 29
156 Top = 10
157 Width = 630
158 Anchors = [akTop, akLeft, akRight]
159 AutoSize = False
160 end
161 end
162 object ImageList1: TImageList
163 Left = 240
164 Top = 10
165 Bitmap = {
166 4C7A0200000010000000100000006A0000000000000078DAE593490E00100C45
167 7B78F72E5684A63A1142C382BE4F0708F89C955117F4B016BE67B5FC6E96DB97
168 B0D4B9F4CD949F36DED1DF922B0F1BD11FAB5AFC68DE5C44D40220A9FA779EC8
169 6A349FD5A435E43CADA1E3678D73F773F1DBF3EFADFFEEFEBBF97F6696BE9D36
170 }
171 end
172 object TimerUpdate: TTimer
173 Enabled = False
174 Interval = 100
175 OnTimer = TimerUpdateTimer
176 Left = 384
177 Top = 10
178 end
179end
Note: See TracBrowser for help on using the repository browser.