mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
- object Form1: TForm1
- Left = 317
- Top = 255
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'DWORD'#31867#22411#27880#20876#34920#39033#25805#20316#28436#31034
- ClientHeight = 105
- ClientWidth = 323
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 192
- Height = 12
- Caption = #24403#21069#29992#25143#26159#21542#21487#20197#20351#29992#20219#21153#31649#29702#22120#65306
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 211
- Top = 16
- Width = 3
- Height = 13
- end
- object Button1: TButton
- Left = 8
- Top = 56
- Width = 153
- Height = 25
- Caption = #31105#27490#29992#25143#20351#29992#20219#21153#31649#29702'(&D)'
- 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 = 168
- Top = 56
- Width = 153
- Height = 25
- Caption = #20801#35768#29992#25143#20351#29992#20219#21153#31649#29702#22120'(&E)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end