mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 340
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form1'
  7.   ClientHeight = 127
  8.   ClientWidth = 322
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 126
  23.     Height = 12
  24.     Caption = #35831#22312#27492#36755#20837#19968#20010#23383#31526#20018':'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = #23435#20307
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Button1: TButton
  33.     Left = 48
  34.     Top = 66
  35.     Width = 231
  36.     Height = 25
  37.     Caption = #21033#29992'WideString'#31867#22411#21028#23450#23383#31526#20018#32452#25104'(&W)'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = #23435#20307
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 40
  49.     Top = 32
  50.     Width = 273
  51.     Height = 20
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = #23435#20307
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.   end
  60.   object Button2: TButton
  61.     Left = 48
  62.     Top = 96
  63.     Width = 233
  64.     Height = 25
  65.     Caption = #21033#29992'ByteType'#20989#25968#21028#23450#23383#31526#20018#32452#25104'(&B)'
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -12
  69.     Font.Name = #23435#20307
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 2
  73.     OnClick = Button2Click
  74.   end
  75. end