Changeset 512 for Common/UJobProgressView.lfm
- Timestamp:
- Apr 19, 2018, 4:05:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UJobProgressView.lfm
r510 r512 1 1 object FormJobProgressView: TFormJobProgressView 2 2 Left = 467 3 Height = 2463 Height = 345 4 4 Top = 252 5 Width = 3285 Width = 539 6 6 BorderIcons = [biSystemMenu] 7 ClientHeight = 2468 ClientWidth = 3287 ClientHeight = 345 8 ClientWidth = 539 9 9 DesignTimePPI = 120 10 Font.Height = -1111 Font.Name = 'MS Sans Serif'12 10 OnClose = FormClose 13 11 OnCloseQuery = FormCloseQuery 14 12 OnCreate = FormCreate 15 13 OnDestroy = FormDestroy 14 OnHide = FormHide 15 OnShow = FormShow 16 16 Position = poScreenCenter 17 17 LCLVersion = '1.8.2.0' 18 18 object PanelOperationsTitle: TPanel 19 19 Left = 0 20 Height = 2420 Height = 32 21 21 Top = 0 22 Width = 32823 Align = alTop 24 BevelOuter = bvNone 25 ClientHeight = 2426 ClientWidth = 32822 Width = 539 23 Align = alTop 24 BevelOuter = bvNone 25 ClientHeight = 32 26 ClientWidth = 539 27 27 FullRepaint = False 28 28 TabOrder = 0 29 29 object LabelOperation: TLabel 30 30 Left = 8 31 Height = 1331 Height = 20 32 32 Top = 8 33 Width = 6633 Width = 76 34 34 Caption = 'Operations:' 35 Font.Height = -1136 Font.Name = 'MS Sans Serif'37 Font.Style = [fsBold]38 35 ParentColor = False 39 36 ParentFont = False … … 42 39 object PanelLog: TPanel 43 40 Left = 0 44 Height = 1 2245 Top = 12446 Width = 32841 Height = 133 42 Top = 212 43 Width = 539 47 44 Align = alClient 48 45 BevelOuter = bvSpace 49 ClientHeight = 1 2250 ClientWidth = 32846 ClientHeight = 133 47 ClientWidth = 539 51 48 TabOrder = 1 52 49 object MemoLog: TMemo 53 50 Left = 8 54 Height = 1 0651 Height = 117 55 52 Top = 8 56 Width = 31253 Width = 523 57 54 Anchors = [akTop, akLeft, akRight, akBottom] 58 55 ReadOnly = True … … 63 60 object PanelProgress: TPanel 64 61 Left = 0 65 Height = 3866 Top = 5067 Width = 32868 Align = alTop 69 BevelOuter = bvNone 70 ClientHeight = 3871 ClientWidth = 32862 Height = 54 63 Top = 106 64 Width = 539 65 Align = alTop 66 BevelOuter = bvNone 67 ClientHeight = 54 68 ClientWidth = 539 72 69 TabOrder = 2 73 70 object ProgressBarPart: TProgressBar 74 Left = 875 Height = 1776 Top = 1677 Width = 31271 Left = 10 72 Height = 24 73 Top = 24 74 Width = 523 78 75 Anchors = [akTop, akLeft, akRight] 79 76 TabOrder = 0 … … 81 78 object LabelEstimatedTimePart: TLabel 82 79 Left = 8 83 Height = 1380 Height = 20 84 81 Top = -2 85 Width = 7182 Width = 103 86 83 Caption = 'Estimated time:' 87 84 ParentColor = False … … 90 87 object PanelOperations: TPanel 91 88 Left = 0 92 Height = 2693 Top = 2494 Width = 32895 Align = alTop 96 BevelOuter = bvNone 97 ClientHeight = 2698 ClientWidth = 32889 Height = 42 90 Top = 64 91 Width = 539 92 Align = alTop 93 BevelOuter = bvNone 94 ClientHeight = 42 95 ClientWidth = 539 99 96 FullRepaint = False 100 97 TabOrder = 3 101 98 object ListViewJobs: TListView 102 99 Left = 8 103 Height = 16100 Height = 32 104 101 Top = 5 105 Width = 312102 Width = 523 106 103 Anchors = [akTop, akLeft, akRight, akBottom] 107 104 AutoWidthLastColumn = True … … 110 107 Columns = < 111 108 item 112 Width = 312109 Width = 523 113 110 end> 114 111 OwnerData = True … … 123 120 object PanelProgressTotal: TPanel 124 121 Left = 0 125 Height = 36126 Top = 88127 Width = 328128 Align = alTop 129 BevelOuter = bvNone 130 ClientHeight = 36131 ClientWidth = 328122 Height = 52 123 Top = 160 124 Width = 539 125 Align = alTop 126 BevelOuter = bvNone 127 ClientHeight = 52 128 ClientWidth = 539 132 129 TabOrder = 4 133 130 object LabelEstimatedTimeTotal: TLabel 134 131 Left = 8 135 Height = 13132 Height = 20 136 133 Top = 0 137 Width = 97134 Width = 141 138 135 Caption = 'Total estimated time:' 139 136 ParentColor = False … … 141 138 object ProgressBarTotal: TProgressBar 142 139 Left = 8 143 Height = 16144 Top = 16145 Width = 312140 Height = 24 141 Top = 24 142 Width = 523 146 143 Anchors = [akTop, akLeft, akRight] 147 144 TabOrder = 0 145 end 146 end 147 object PanelText: TPanel 148 Left = 0 149 Height = 32 150 Top = 32 151 Width = 539 152 Align = alTop 153 BevelOuter = bvNone 154 ClientHeight = 32 155 ClientWidth = 539 156 TabOrder = 5 157 object LabelText: TLabel 158 Left = 8 159 Height = 24 160 Top = 8 161 Width = 525 162 Anchors = [akTop, akLeft, akRight] 163 AutoSize = False 164 ParentColor = False 148 165 end 149 166 end
Note:
See TracChangeset
for help on using the changeset viewer.