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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 424
  3.   Top = 368
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #21477#26564#28436#31034
  7.   ClientHeight = 106
  8.   ClientWidth = 342
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 48
  22.     Width = 96
  23.     Height = 12
  24.     Caption = #20027#31383#20307#30340#26032#26631#39064#65306
  25.     Font.Charset = GB2312_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 = 8
  34.     Top = 8
  35.     Width = 169
  36.     Height = 25
  37.     Caption = #21462#24471#31383#20307#30340#21477#26564'(&F)'
  38.     Font.Charset = GB2312_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = #23435#20307
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 184
  49.     Top = 8
  50.     Width = 153
  51.     Height = 25
  52.     Caption = #21462#24471#24403#21069#25353#38062#30340#21477#26564'(&B)'
  53.     Font.Charset = GB2312_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -12
  56.     Font.Name = #23435#20307
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     OnClick = Button2Click
  61.   end
  62.   object Edit1: TEdit
  63.     Left = 120
  64.     Top = 44
  65.     Width = 121
  66.     Height = 21
  67.     TabOrder = 2
  68.   end
  69.   object Button3: TButton
  70.     Left = 248
  71.     Top = 40
  72.     Width = 89
  73.     Height = 25
  74.     Caption = #35774#32622#26032#26631#39064'(&S)'
  75.     Font.Charset = GB2312_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -12
  78.     Font.Name = #23435#20307
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 3
  82.     OnClick = Button3Click
  83.   end
  84.   object Button4: TButton
  85.     Left = 248
  86.     Top = 72
  87.     Width = 89
  88.     Height = 25
  89.     Caption = #36864#20986'(&X)'
  90.     Font.Charset = GB2312_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -12
  93.     Font.Name = #23435#20307
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 4
  97.     OnClick = Button4Click
  98.   end
  99. end