-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFerm_simple_res_msg.dfm
47 lines (47 loc) · 1.15 KB
/
Ferm_simple_res_msg.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
object Simple_ferm_res_msg: TSimple_ferm_res_msg
Left = 548
Top = 359
Width = 296
Height = 137
Caption = #1056#1072#1089#1095#1077#1090' '#1079#1072#1082#1086#1085#1095#1077#1085'.'
Color = clCream
Constraints.MaxHeight = 137
Constraints.MaxWidth = 296
Constraints.MinHeight = 137
Constraints.MinWidth = 296
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 24
Width = 208
Height = 13
Caption = #1056#1072#1089#1095#1077#1090' '#1079#1072#1082#1086#1085#1095#1077#1085'. '#1055#1086#1082#1072#1079#1072#1090#1100' '#1088#1077#1079#1091#1083#1100#1090#1072#1090#1099'?'
end
object Ok_btn: TBitBtn
Left = 40
Top = 64
Width = 75
Height = 25
Caption = #1054#1050
TabOrder = 0
OnClick = Ok_btnClick
end
object Cancel_btn: TBitBtn
Left = 152
Top = 64
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 1
OnClick = Cancel_btnClick
end
end