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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 324
  3.   Top = 265
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #23631#24149#37096#20998#21306#22495#25235#21462#28436#31034
  7.   ClientHeight = 110
  8.   ClientWidth = 218
  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 Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 105
  23.     Height = 105
  24.     Enabled = False
  25.     Stretch = True
  26.     OnMouseDown = Image1MouseDown
  27.   end
  28.   object Button1: TButton
  29.     Left = 136
  30.     Top = 40
  31.     Width = 75
  32.     Height = 25
  33.     Caption = #25235#21462#21306#22495'(&P)'
  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.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 136
  45.     Top = 80
  46.     Width = 75
  47.     Height = 25
  48.     Caption = #27983#35272#22270#20687'(&B)'
  49.     Enabled = False
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = #23435#20307
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     OnClick = Button2Click
  58.   end
  59. end