Unit1.dfm
1.65 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
84
object Form1: TForm1
Left = 209
Top = 114
Width = 736
Height = 408
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object lbl1: TLabel
Left = 608
Top = 8
Width = 48
Height = 12
Caption = #29031' '#29255
end
object img1: TImage
Left = 584
Top = 32
Width = 105
Height = 129
end
object ListBox1: TListBox
Left = 6
Top = 0
Width = 547
Height = 361
ItemHeight = 12
TabOrder = 0
end
object Button17: TButton
Left = 568
Top = 240
Width = 153
Height = 25
Caption = #35835#20108#20195#24449#20449#24687#19981#21253#21547#25351#32441
TabOrder = 1
OnClick = Button17Click
end
object Button18: TButton
Left = 568
Top = 304
Width = 153
Height = 25
Caption = #28165#38500#25152#26377#20449#24687
TabOrder = 2
OnClick = Button18Click
end
object Button19: TButton
Left = 568
Top = 336
Width = 153
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button19Click
end
object Button1: TButton
Left = 568
Top = 209
Width = 153
Height = 25
Caption = #33258#21160#23547#25214#35835#21345#22120
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 568
Top = 272
Width = 153
Height = 25
Caption = #35835#20108#20195#24449#20449#24687#21253#21547#25351#32441
TabOrder = 5
OnClick = Button2Click
end
end