-
Notifications
You must be signed in to change notification settings - Fork 226
/
InputDlg.dfm
62 lines (62 loc) · 1.38 KB
/
InputDlg.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
object FInputDlg_11011981: TFInputDlg_11011981
Left = 552
Top = 350
BorderStyle = bsDialog
ClientHeight = 87
ClientWidth = 697
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object OKBtn: TButton
Left = 252
Top = 49
Width = 93
Height = 31
Cursor = crHandPoint
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 351
Top = 49
Width = 92
Height = 31
Cursor = crHandPoint
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object edtName: TLabeledEdit
Left = 128
Top = 10
Width = 503
Height = 28
EditLabel.Width = 50
EditLabel.Height = 20
EditLabel.Caption = 'Name:'
EditLabel.Font.Charset = RUSSIAN_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -15
EditLabel.Font.Name = 'Fixedsys'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Fixedsys'
Font.Style = []
LabelPosition = lpLeft
LabelSpacing = 3
ParentFont = False
TabOrder = 2
OnEnter = edtNameEnter
end
end