-
Notifications
You must be signed in to change notification settings - Fork 1
/
UMemoDialog.dfm
45 lines (45 loc) · 961 Bytes
/
UMemoDialog.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
object frmMemoDialog: TfrmMemoDialog
Left = 733
Top = 218
ActiveControl = cmdClose
Caption = 'Cut Assistant'
ClientHeight = 393
ClientWidth = 429
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
DesignSize = (
429
393)
PixelsPerInch = 96
TextHeight = 13
object cmdClose: TButton
Left = 330
Top = 362
Width = 95
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = cmdCloseClick
end
object memInfo: TMemo
Left = 0
Top = 0
Width = 429
Height = 357
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end