mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object Form1: TForm1
- Left = 324
- Top = 265
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = #23631#24149#37096#20998#21306#22495#25235#21462#28436#31034
- ClientHeight = 110
- ClientWidth = 218
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 105
- Height = 105
- Enabled = False
- Stretch = True
- OnMouseDown = Image1MouseDown
- end
- object Button1: TButton
- Left = 136
- Top = 40
- Width = 75
- Height = 25
- Caption = #25235#21462#21306#22495'(&P)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 80
- Width = 75
- Height = 25
- Caption = #27983#35272#22270#20687'(&B)'
- Enabled = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end