source: trunk/Forms/UOperationProgress.lfm

Last change on this file was 7, checked in by chronos, 13 years ago
File size: 1.2 KB
Line 
1object OperationProgressForm: TOperationProgressForm
2 Left = 369
3 Height = 440
4 Top = 134
5 Width = 562
6 Caption = 'Operation progress'
7 ClientHeight = 440
8 ClientWidth = 562
9 OnClose = FormClose
10 OnShow = FormShow
11 LCLVersion = '0.9.31'
12 object Memo1: TMemo
13 Left = 8
14 Height = 372
15 Top = 32
16 Width = 546
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 ScrollBars = ssAutoBoth
19 TabOrder = 0
20 end
21 object ButtonAbort: TButton
22 Left = 400
23 Height = 25
24 Top = 410
25 Width = 74
26 Anchors = [akRight, akBottom]
27 Caption = 'Abort'
28 ModalResult = 3
29 OnClick = ButtonAbortClick
30 TabOrder = 1
31 end
32 object ButtonClose: TButton
33 Left = 480
34 Height = 25
35 Top = 410
36 Width = 74
37 Anchors = [akRight, akBottom]
38 Caption = 'Close'
39 ModalResult = 6
40 OnClick = ButtonCloseClick
41 TabOrder = 2
42 end
43 object Edit1: TEdit
44 Left = 9
45 Height = 21
46 Top = 6
47 Width = 543
48 Anchors = [akTop, akLeft, akRight]
49 ReadOnly = True
50 TabOrder = 3
51 end
52 object Timer1: TTimer
53 Enabled = False
54 Interval = 1
55 OnTimer = Timer1Timer
56 left = 135
57 top = 51
58 end
59end
Note: See TracBrowser for help on using the repository browser.