-
Notifications
You must be signed in to change notification settings - Fork 1
/
UfrmCutting.dfm
102 lines (102 loc) · 2.26 KB
/
UfrmCutting.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
object frmCutting: TfrmCutting
Left = 286
Top = 125
BorderIcons = [biMaximize]
Caption = 'Cutting ...'
ClientHeight = 440
ClientWidth = 703
Color = clBtnFace
Constraints.MinHeight = 260
Constraints.MinWidth = 500
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
703
440)
PixelsPerInch = 96
TextHeight = 13
object memOutput: TMemo
Left = 6
Top = 6
Width = 691
Height = 397
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WantReturns = False
WordWrap = False
OnClick = memOutputClick
end
object cmdClose_nl: TButton
Left = 592
Top = 409
Width = 105
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Close'
Enabled = False
TabOrder = 4
end
object cmdAbort: TButton
Left = 473
Top = 409
Width = 105
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Abort'
TabOrder = 3
OnClick = cmdAbortClick
end
object cmdCopyClipbrd: TButton
Left = 6
Top = 409
Width = 155
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Copy to Clip&board'
TabOrder = 1
OnClick = cmdCopyClipbrdClick
end
object cmdEmergencyExit: TButton
Left = 362
Top = 409
Width = 105
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Terminate Now!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = cmdEmergencyExitClick
end
object timAutoClose: TTimer
Enabled = False
Interval = 250
OnTimer = timAutoCloseTimer
Left = 116
Top = 312
end
end