Unit1.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 558
  5.   Height = 375
  6.   Caption = #22270#20687#21160#24577#25928#26524#26174#31034
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 321
  21.     Height = 153
  22.   end
  23.   object Label1: TLabel
  24.     Left = 344
  25.     Top = 88
  26.     Width = 174
  27.     Height = 16
  28.     Caption = '  '#22270#20687#22788#29702#30340#25928#26524#36873#21333#65306'                '
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object PaintBox1: TPaintBox
  37.     Left = 8
  38.     Top = 168
  39.     Width = 321
  40.     Height = 177
  41.   end
  42.   object OpenFile: TBitBtn
  43.     Left = 344
  44.     Top = 8
  45.     Width = 97
  46.     Height = 33
  47.     Caption = #25171#24320#25991#20214
  48.     TabOrder = 0
  49.     OnClick = OpenFileClick
  50.   end
  51.   object CloseFile: TBitBtn
  52.     Left = 448
  53.     Top = 8
  54.     Width = 97
  55.     Height = 33
  56.     Caption = #20851#38381#25991#20214
  57.     TabOrder = 1
  58.     OnClick = CloseFileClick
  59.   end
  60.   object FeiRu: TBitBtn
  61.     Left = 344
  62.     Top = 112
  63.     Width = 97
  64.     Height = 33
  65.     Caption = #39134#20837#25928#26524
  66.     TabOrder = 2
  67.     OnClick = FeiRuClick
  68.   end
  69.   object TouMing: TBitBtn
  70.     Left = 445
  71.     Top = 112
  72.     Width = 97
  73.     Height = 33
  74.     Caption = #36879#26126#25928#26524
  75.     TabOrder = 3
  76.     OnClick = TouMingClick
  77.   end
  78.   object QingChu: TBitBtn
  79.     Left = 445
  80.     Top = 152
  81.     Width = 97
  82.     Height = 33
  83.     Caption = #20174#21491#28165#38500
  84.     TabOrder = 4
  85.     OnClick = QingChuClick
  86.   end
  87.   object KuoSan: TBitBtn
  88.     Left = 344
  89.     Top = 152
  90.     Width = 97
  91.     Height = 33
  92.     Caption = #21521#22806#25193#25955
  93.     TabOrder = 5
  94.     OnClick = KuoSanClick
  95.   end
  96.   object MenLian: TBitBtn
  97.     Left = 344
  98.     Top = 272
  99.     Width = 97
  100.     Height = 33
  101.     Caption = #38376#24088#25928#26524
  102.     TabOrder = 6
  103.     OnClick = MenLianClick
  104.   end
  105.   object SMBF: TBitBtn
  106.     Left = 445
  107.     Top = 272
  108.     Width = 97
  109.     Height = 33
  110.     Caption = #22235#38754#20843#26041
  111.     TabOrder = 7
  112.     OnClick = SMBFClick
  113.   end
  114.   object GongZi: TBitBtn
  115.     Left = 445
  116.     Top = 312
  117.     Width = 97
  118.     Height = 33
  119.     Caption = #24037#23383#25928#26524
  120.     TabOrder = 8
  121.     OnClick = GongZiClick
  122.   end
  123.   object FanZhuan: TBitBtn
  124.     Left = 344
  125.     Top = 312
  126.     Width = 97
  127.     Height = 33
  128.     Caption = #39068#33394#21453#36716
  129.     TabOrder = 9
  130.     OnClick = FanZhuanClick
  131.   end
  132.   object LaSheng: TBitBtn
  133.     Left = 344
  134.     Top = 232
  135.     Width = 97
  136.     Height = 33
  137.     Caption = #25289#20280#25928#26524
  138.     TabOrder = 10
  139.     OnClick = LaShengClick
  140.   end
  141.   object LiangBian: TBitBtn
  142.     Left = 445
  143.     Top = 232
  144.     Width = 97
  145.     Height = 33
  146.     Caption = #21521#20013#32858#38598
  147.     TabOrder = 11
  148.     OnClick = LiangBianClick
  149.   end
  150.   object JiaoCha: TBitBtn
  151.     Left = 445
  152.     Top = 192
  153.     Width = 97
  154.     Height = 33
  155.     Caption = #20132#21449#39134#20837
  156.     TabOrder = 12
  157.     OnClick = JiaoChaClick
  158.   end
  159.   object NongWu: TBitBtn
  160.     Left = 344
  161.     Top = 192
  162.     Width = 97
  163.     Height = 33
  164.     Caption = #27987#38654#25928#26524
  165.     TabOrder = 13
  166.     OnClick = NongWuClick
  167.   end
  168.   object PictureDialog: TOpenPictureDialog
  169.     Left = 352
  170.     Top = 8
  171.   end
  172. end