-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSelectLabel.dfm
More file actions
71 lines (71 loc) · 1.72 KB
/
SelectLabel.dfm
File metadata and controls
71 lines (71 loc) · 1.72 KB
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
object SelectForm: TSelectForm
Left = 0
Top = 0
ClientHeight = 343
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object Label1: TLabel
Left = 120
Top = 56
Width = 392
Height = 28
Caption = #1042#1080#1073#1077#1088#1110#1090#1100' '#1092#1086#1088#1084#1091' '#1085#1072' '#1103#1082#1091' '#1093#1086#1095#1077#1090#1077' '#1087#1077#1088#1077#1081#1090#1080':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 152
Top = 128
Width = 105
Height = 25
Caption = #1055#1088#1086#1076#1072#1074#1094#1110
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 376
Top = 128
Width = 105
Height = 25
Caption = #1055#1086#1082#1091#1087#1094#1110
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 152
Top = 208
Width = 105
Height = 25
Caption = #1040#1076#1084#1110#1085#1110#1089#1090#1088#1072#1090#1086#1088#1080
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 376
Top = 208
Width = 105
Height = 25
Caption = #1053#1077#1088#1091#1093#1086#1084#1110#1089#1090#1100
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 264
Top = 280
Width = 105
Height = 25
Caption = #1047#1072#1082#1088#1080#1090#1080
TabOrder = 4
OnClick = Button5Click
end
end