-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExtendedDialogForm.dfm
44 lines (44 loc) · 1009 Bytes
/
ExtendedDialogForm.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
inherited fInputExtendedDialog: TfInputExtendedDialog
Left = 673
Top = 118
Caption = #1042#1074#1086#1076' '#1076#1088#1086#1073#1085#1086#1075#1086' '#1095#1080#1089#1083#1072
ClientHeight = 180
OldCreateOrder = True
ExplicitHeight = 209
PixelsPerInch = 96
TextHeight = 13
inherited BitBtn1: TBitBtn
Left = 148
Top = 134
ExplicitLeft = 148
ExplicitTop = 134
end
inherited BitBtn2: TBitBtn
Left = 256
Top = 134
ExplicitLeft = 256
ExplicitTop = 134
end
inherited BitBtn3: TBitBtn
Left = 364
Top = 134
ExplicitLeft = 364
ExplicitTop = 134
end
object eValue: TEdit
Left = 104
Top = 96
Width = 325
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
Text = 'eValue'
OnExit = eValueExit
OnKeyPress = eValueKeyPress
end
end