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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 317
  3.   Top = 255
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DWORD'#31867#22411#27880#20876#34920#39033#25805#20316#28436#31034
  7.   ClientHeight = 105
  8.   ClientWidth = 323
  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.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 192
  24.     Height = 12
  25.     Caption = #24403#21069#29992#25143#26159#21542#21487#20197#20351#29992#20219#21153#31649#29702#22120#65306
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = #23435#20307
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 211
  35.     Top = 16
  36.     Width = 3
  37.     Height = 13
  38.   end
  39.   object Button1: TButton
  40.     Left = 8
  41.     Top = 56
  42.     Width = 153
  43.     Height = 25
  44.     Caption = #31105#27490#29992#25143#20351#29992#20219#21153#31649#29702'(&D)'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -12
  48.     Font.Name = #23435#20307
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 0
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 168
  56.     Top = 56
  57.     Width = 153
  58.     Height = 25
  59.     Caption = #20801#35768#29992#25143#20351#29992#20219#21153#31649#29702#22120'(&E)'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -12
  63.     Font.Name = #23435#20307
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     OnClick = Button2Click
  68.   end
  69. end