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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 207
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #21033#29992#23450#26102#22120#23454#29616#31383#20307#30340#33258#21160#38544#34255#28436#31034
  7.   ClientHeight = 141
  8.   ClientWidth = 362
  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.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 345
  25.     Height = 129
  26.     Caption = #25805#20316#36873#25321#19982#20449#24687#26174#31034
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 24
  30.       Top = 24
  31.       Width = 90
  32.       Height = 12
  33.       Caption = #31383#20307#24038#19978#35282#22352#26631':'
  34.       Font.Charset = ANSI_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -12
  37.       Font.Name = #23435#20307
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 24
  43.       Top = 40
  44.       Width = 90
  45.       Height = 12
  46.       Caption = #31383#20307#21491#19978#35282#22352#26631':'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -12
  50.       Font.Name = #23435#20307
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object Label3: TLabel
  55.       Left = 24
  56.       Top = 56
  57.       Width = 90
  58.       Height = 12
  59.       Caption = #31383#20307#24038#19979#35282#22352#26631':'
  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.     end
  67.     object Label4: TLabel
  68.       Left = 24
  69.       Top = 72
  70.       Width = 90
  71.       Height = 12
  72.       Caption = #31383#20307#21491#19979#35282#22352#26631':'
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -12
  76.       Font.Name = #23435#20307
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label5: TLabel
  81.       Left = 208
  82.       Top = 16
  83.       Width = 72
  84.       Height = 12
  85.       Caption = #24403#21069#40736#26631#20301#32622
  86.       Font.Charset = ANSI_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -12
  89.       Font.Name = #23435#20307
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object Label6: TLabel
  94.       Left = 248
  95.       Top = 40
  96.       Width = 42
  97.       Height = 12
  98.       Caption = #27178#22352#26631':'
  99.       Font.Charset = ANSI_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -12
  102.       Font.Name = #23435#20307
  103.       Font.Style = []
  104.       ParentFont = False
  105.     end
  106.     object Label7: TLabel
  107.       Left = 248
  108.       Top = 64
  109.       Width = 42
  110.       Height = 12
  111.       Caption = #32437#22352#26631':'
  112.       Font.Charset = ANSI_CHARSET
  113.       Font.Color = clWindowText
  114.       Font.Height = -12
  115.       Font.Name = #23435#20307
  116.       Font.Style = []
  117.       ParentFont = False
  118.     end
  119.     object Button1: TButton
  120.       Left = 16
  121.       Top = 96
  122.       Width = 145
  123.       Height = 25
  124.       Caption = #20351#33021#23450#26102#22120'(&A)'
  125.       Font.Charset = ANSI_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -12
  128.       Font.Name = #23435#20307
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 0
  132.       OnClick = Button1Click
  133.     end
  134.     object Button2: TButton
  135.       Left = 176
  136.       Top = 96
  137.       Width = 145
  138.       Height = 25
  139.       Caption = #31105#27490#23450#26102#22120'(&D)'
  140.       Font.Charset = ANSI_CHARSET
  141.       Font.Color = clWindowText
  142.       Font.Height = -12
  143.       Font.Name = #23435#20307
  144.       Font.Style = []
  145.       ParentFont = False
  146.       TabOrder = 1
  147.       OnClick = Button2Click
  148.     end
  149.   end
  150.   object Timer1: TTimer
  151.     Enabled = False
  152.     Interval = 100
  153.     OnTimer = Timer1Timer
  154.     Left = 184
  155.     Top = 56
  156.   end
  157. end