source: trunk/Packages/Common/JobProgressView.lfm

Last change on this file was 30, checked in by chronos, 7 months ago
  • Modified: Updated Common package.
File size: 3.9 KB
RevLine 
[10]1object FormJobProgressView: TFormJobProgressView
2 Left = 467
[25]3 Height = 414
[10]4 Top = 252
[25]5 Width = 647
[10]6 BorderIcons = [biSystemMenu]
[25]7 ClientHeight = 414
8 ClientWidth = 647
9 DesignTimePPI = 144
[10]10 OnClose = FormClose
11 OnCloseQuery = FormCloseQuery
12 OnCreate = FormCreate
[25]13 OnHide = FormHide
14 OnShow = FormShow
[10]15 Position = poScreenCenter
[25]16 LCLVersion = '2.2.0.4'
[10]17 object PanelOperationsTitle: TPanel
18 Left = 0
[25]19 Height = 38
[10]20 Top = 0
[25]21 Width = 647
[10]22 Align = alTop
23 BevelOuter = bvNone
[25]24 ClientHeight = 38
25 ClientWidth = 647
[10]26 FullRepaint = False
27 TabOrder = 0
28 object LabelOperation: TLabel
[25]29 Left = 10
30 Height = 26
31 Top = 10
32 Width = 99
[10]33 Caption = 'Operations:'
34 ParentFont = False
35 end
36 end
37 object PanelLog: TPanel
38 Left = 0
[25]39 Height = 161
40 Top = 253
41 Width = 647
[10]42 Align = alClient
43 BevelOuter = bvSpace
[25]44 ClientHeight = 161
45 ClientWidth = 647
[10]46 TabOrder = 1
47 object MemoLog: TMemo
[25]48 Left = 10
49 Height = 141
50 Top = 10
51 Width = 627
[10]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
[25]60 Height = 65
61 Top = 126
62 Width = 647
[10]63 Align = alTop
64 BevelOuter = bvNone
[25]65 ClientHeight = 65
66 ClientWidth = 647
[10]67 TabOrder = 2
68 object ProgressBarPart: TProgressBar
[25]69 Left = 12
70 Height = 29
71 Top = 29
72 Width = 628
[10]73 Anchors = [akTop, akLeft, akRight]
74 TabOrder = 0
75 end
76 object LabelEstimatedTimePart: TLabel
[25]77 Left = 10
78 Height = 26
[10]79 Top = -2
[25]80 Width = 132
[10]81 Caption = 'Estimated time:'
82 end
83 end
84 object PanelOperations: TPanel
85 Left = 0
[25]86 Height = 50
87 Top = 76
88 Width = 647
[10]89 Align = alTop
90 BevelOuter = bvNone
[25]91 ClientHeight = 50
92 ClientWidth = 647
[10]93 FullRepaint = False
94 TabOrder = 3
95 object ListViewJobs: TListView
[25]96 Left = 10
97 Height = 38
98 Top = 6
99 Width = 627
[10]100 Anchors = [akTop, akLeft, akRight, akBottom]
101 AutoWidthLastColumn = True
102 BorderStyle = bsNone
103 Color = clBtnFace
104 Columns = <
105 item
[25]106 Width = 614
[10]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
[25]119 Height = 62
120 Top = 191
121 Width = 647
[10]122 Align = alTop
123 BevelOuter = bvNone
[25]124 ClientHeight = 62
125 ClientWidth = 647
[10]126 TabOrder = 4
127 object LabelEstimatedTimeTotal: TLabel
[25]128 Left = 10
129 Height = 26
[10]130 Top = 0
[25]131 Width = 178
[10]132 Caption = 'Total estimated time:'
133 end
134 object ProgressBarTotal: TProgressBar
[25]135 Left = 10
136 Height = 29
137 Top = 29
138 Width = 627
[10]139 Anchors = [akTop, akLeft, akRight]
140 TabOrder = 0
141 end
142 end
[25]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
[10]162 object ImageList1: TImageList
[25]163 Left = 240
164 Top = 10
[10]165 Bitmap = {
[25]166 4C7A0200000010000000100000006A0000000000000078DAE593490E00100C45
167 7B78F72E5684A63A1142C382BE4F0708F89C955117F4B016BE67B5FC6E96DB97
168 B0D4B9F4CD949F36DED1DF922B0F1BD11FAB5AFC68DE5C44D40220A9FA779EC8
169 6A349FD5A435E43CADA1E3678D73F773F1DBF3EFADFFEEFEBBF97F6696BE9D36
[10]170 }
171 end
172 object TimerUpdate: TTimer
173 Enabled = False
174 Interval = 100
175 OnTimer = TimerUpdateTimer
[25]176 Left = 384
177 Top = 10
[10]178 end
179end
Note: See TracBrowser for help on using the repository browser.