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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 319
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Delphi'#29305#27530#23383#31526#22788#29702#28436#31034
  7.   ClientHeight = 104
  8.   ClientWidth = 304
  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 Button1: TButton
  20.     Left = 80
  21.     Top = 64
  22.     Width = 153
  23.     Height = 25
  24.     Caption = #36755#20986#21547#26377#21333#24341#21495#30340#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.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 80
  36.     Top = 24
  37.     Width = 153
  38.     Height = 25
  39.     Caption = #23383#31526#20018#20998#34892#36755#20986
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = #23435#20307
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49. end