Unit1.~dfm
1.63 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
72
73
74
75
76
77
78
79
80
81
82
83
object Form1: TForm1
Left = 211
Top = 127
Width = 681
Height = 410
BorderIcons = [biSystemMenu, biMinimize]
Caption = #20108#20195#35777#27979#35797#31243#24207
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object lbl1: TLabel
Left = 560
Top = 8
Width = 48
Height = 12
Caption = #29031' '#29255
end
object img1: TImage
Left = 536
Top = 32
Width = 105
Height = 137
end
object ListBox1: TListBox
Left = 6
Top = 0
Width = 491
Height = 369
ItemHeight = 12
TabOrder = 0
end
object Button17: TButton
Left = 512
Top = 224
Width = 153
Height = 33
Caption = #35835#20108#20195#24449#20449#24687#19981#21253#21547#25351#32441
TabOrder = 1
OnClick = Button17Click
end
object Button19: TButton
Left = 512
Top = 339
Width = 153
Height = 33
Caption = #36864#20986
TabOrder = 2
OnClick = Button19Click
end
object btn1: TButton
Left = 512
Top = 184
Width = 153
Height = 33
Caption = #23547#25214#35835#21345#22120
TabOrder = 3
OnClick = btn1Click
end
object btn2: TButton
Left = 512
Top = 264
Width = 153
Height = 33
Caption = #35835#20108#20195#24449#20449#24687#21253#21547#25351#32441
TabOrder = 4
OnClick = btn2Click
end
object btn3: TButton
Left = 512
Top = 303
Width = 153
Height = 33
Caption = #28165#38500#25152#26377#20449#24687
TabOrder = 5
OnClick = btn3Click
end
end