-
Notifications
You must be signed in to change notification settings - Fork 11
/
YOTM.Form.ModalEdit.dfm
104 lines (104 loc) · 2.74 KB
/
YOTM.Form.ModalEdit.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
103
104
inherited FormModalEdit: TFormModalEdit
Caption = 'FormModalEdit'
PixelsPerInch = 96
TextHeight = 19
object PanelBottom: TPanel
Left = 2
Top = 285
Width = 612
Height = 35
Align = alBottom
BevelOuter = bvNone
Color = 3026478
Padding.Top = 2
ParentBackground = False
TabOrder = 1
object ButtonFlatCancel: TButtonFlat
Left = 512
Top = 2
Width = 100
Height = 33
Align = alRight
Caption = #1054#1090#1084#1077#1085#1072
ColorNormal = 3026478
ColorOver = 3026601
ColorPressed = 2237053
Font.Charset = DEFAULT_CHARSET
Font.Color = 15724527
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = clWhite
FontOver.Height = -13
FontOver.Name = 'Tahoma'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWhite
FontDown.Height = -13
FontDown.Name = 'Tahoma'
FontDown.Style = []
IgnorBounds = True
ImageIndentLeft = 5
ImageIndentRight = -5
ImageIndex = 0
OnClick = ButtonFlatCancelClick
RoundRectParam = 0
ShowFocusRect = False
TabOrder = 1
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
end
object ButtonFlatOK: TButtonFlat
AlignWithMargins = True
Left = 410
Top = 2
Width = 100
Height = 33
Margins.Left = 0
Margins.Top = 0
Margins.Right = 2
Margins.Bottom = 0
Align = alRight
Caption = #1054#1082
ColorNormal = 3026478
ColorOver = 3451947
ColorPressed = 2850337
Font.Charset = DEFAULT_CHARSET
Font.Color = 15724527
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = clWhite
FontOver.Height = -13
FontOver.Name = 'Tahoma'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWhite
FontDown.Height = -13
FontDown.Name = 'Tahoma'
FontDown.Style = []
IgnorBounds = True
ImageIndentLeft = 5
ImageIndentRight = -5
ImageIndex = 1
OnClick = ButtonFlatOKClick
RoundRectParam = 0
ShowFocusRect = False
TabOrder = 0
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
end
end
end