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
| object Form1: TForm1
| Left = 192
| Top = 131
| Width = 536
| Height = 348
| Caption = 'Form1'
| Color = clBtnFace
| Font.Charset = ANSI_CHARSET
| Font.Color = clWindowText
| Font.Height = -21
| Font.Name = #24494#36719#38597#40657
| Font.Style = []
| OldCreateOrder = False
| PixelsPerInch = 96
| TextHeight = 28
| object Button1: TButton
| Left = 100
| Top = 130
| Width = 136
| Height = 56
| Caption = #21551#21160#25163#20889#26495
| TabOrder = 0
| OnClick = Button1Click
| end
| object Edit1: TEdit
| Left = 85
| Top = 60
| Width = 241
| Height = 36
| TabOrder = 1
| end
| end
|
|