Unit1.dfm
上传用户:tsdongzun
上传日期:2021-04-22
资源大小:174k
文件大小:1k
- object Form1: TForm1
- Left = 318
- Top = 144
- Width = 263
- Height = 341
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 255
- Height = 265
- Align = alTop
- ItemHeight = 13
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 265
- Width = 255
- Height = 42
- Align = alClient
- Caption = 'Panel1'
- TabOrder = 1
- object Button1: TButton
- Left = 40
- Top = 8
- Width = 153
- Height = 25
- Caption = #25195#25551#26412#22320#25509#21475
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end