main.dfm
上传用户:wysk38707
上传日期:2007-06-18
资源大小:801k
文件大小:2k
源码类别:

交通/航空行业

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #28779#36710#21806#31080#27169#25311#31995#32479
  7.   ClientHeight = 80
  8.   ClientWidth = 560
  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 BitBtn1: TBitBtn
  20.     Left = 0
  21.     Top = 0
  22.     Width = 80
  23.     Height = 80
  24.     Caption = #38271#27801#31449
  25.     TabOrder = 0
  26.     OnClick = BitBtn1Click
  27.   end
  28.   object BitBtn2: TBitBtn
  29.     Left = 80
  30.     Top = 0
  31.     Width = 80
  32.     Height = 80
  33.     Caption = #21271#20140#31449
  34.     TabOrder = 1
  35.     OnClick = BitBtn2Click
  36.   end
  37.   object BitBtn3: TBitBtn
  38.     Left = 160
  39.     Top = 0
  40.     Width = 80
  41.     Height = 80
  42.     Caption = #24191#24030#31449
  43.     TabOrder = 2
  44.     OnClick = BitBtn3Click
  45.   end
  46.   object BitBtn4: TBitBtn
  47.     Left = 240
  48.     Top = 0
  49.     Width = 80
  50.     Height = 80
  51.     Caption = #26666#27954#31449
  52.     TabOrder = 3
  53.     OnClick = BitBtn4Click
  54.   end
  55.   object BitBtn5: TBitBtn
  56.     Left = 320
  57.     Top = 0
  58.     Width = 80
  59.     Height = 80
  60.     Caption = #25104#37117#31449
  61.     TabOrder = 4
  62.     OnClick = BitBtn5Click
  63.   end
  64.   object BitBtn6: TBitBtn
  65.     Left = 400
  66.     Top = 0
  67.     Width = 80
  68.     Height = 80
  69.     Caption = #27494#27721#31449
  70.     TabOrder = 5
  71.     OnClick = BitBtn6Click
  72.   end
  73.   object BitBtn7: TBitBtn
  74.     Left = 480
  75.     Top = 0
  76.     Width = 80
  77.     Height = 80
  78.     Caption = #37325#24198#31449
  79.     TabOrder = 6
  80.     OnClick = BitBtn7Click
  81.   end
  82. end