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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 318
  3.   Top = 300
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #27880#20876#34920#20108#36827#21046#20540#20889#20837#28436#31034
  7.   ClientHeight = 100
  8.   ClientWidth = 404
  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 = 180
  24.     Height = 12
  25.     Caption = #24403#21069'C'#30424#21644'D'#30424#30340#39537#21160#22120#30424#31526#29366#24577#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 = 208
  35.     Top = 16
  36.     Width = 36
  37.     Height = 12
  38.     Caption = 'Label1'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -12
  42.     Font.Name = #23435#20307
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Button1: TButton
  47.     Left = 104
  48.     Top = 56
  49.     Width = 193
  50.     Height = 25
  51.     Caption = #26174#31034'C'#30424#21644'D'#30424#30340#39537#21160#22120#30424#31526'(&S)'
  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.     OnClick = Button1Click
  60.   end
  61. end