mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
- object Form1: TForm1
- Left = 340
- Top = 269
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Form1'
- ClientHeight = 127
- ClientWidth = 322
- 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 Label1: TLabel
- Left = 8
- Top = 8
- Width = 126
- Height = 12
- Caption = #35831#22312#27492#36755#20837#19968#20010#23383#31526#20018':'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 48
- Top = 66
- Width = 231
- Height = 25
- Caption = #21033#29992'WideString'#31867#22411#21028#23450#23383#31526#20018#32452#25104'(&W)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 40
- Top = 32
- Width = 273
- Height = 20
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Button2: TButton
- Left = 48
- Top = 96
- Width = 233
- Height = 25
- Caption = #21033#29992'ByteType'#20989#25968#21028#23450#23383#31526#20018#32452#25104'(&B)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- end