-
Notifications
You must be signed in to change notification settings - Fork 1
/
Spec.dfm
86 lines (86 loc) · 1.84 KB
/
Spec.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
object Spec1: TSpec1
Left = 805
Top = 507
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Setting'
ClientHeight = 149
ClientWidth = 281
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object NameApp: TLabeledEdit
Left = 16
Top = 24
Width = 121
Height = 21
Hint = 'Insert the name of this process'
EditLabel.Width = 66
EditLabel.Height = 13
EditLabel.Caption = 'Insert a Name'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object OkBtn: TBitBtn
Left = 112
Top = 112
Width = 75
Height = 25
TabOrder = 1
OnClick = OkBtnClick
Kind = bkOK
Layout = blGlyphRight
end
object AnnullBtn: TBitBtn
Left = 200
Top = 112
Width = 75
Height = 25
TabOrder = 2
OnClick = AnnullBtnClick
Kind = bkAbort
Layout = blGlyphRight
end
object DisableBox: TCheckBox
Left = 16
Top = 104
Width = 97
Height = 17
Hint = 'Disable the checking on this process for now'
Caption = 'Disable'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object ErrWin: TLabeledEdit
Left = 16
Top = 72
Width = 121
Height = 21
Hint = 'Insert the name of the error window that you want to auto close'
EditLabel.Width = 95
EditLabel.Height = 13
EditLabel.Caption = 'Error Window Name'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.exe'
Filter = 'EXE (*.exe)|*.exe|All Files (*.*)|*.*'
OnCanClose = OpenDialog1CanClose
Left = 192
Top = 16
end
end