MainForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormMain: TFormMain
  2.   Left = 191
  3.   Top = 107
  4.   Width = 405
  5.   Height = 139
  6.   Caption = 'Form Intf'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnLoad: TButton
  17.     Left = 40
  18.     Top = 32
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Load'
  22.     TabOrder = 0
  23.     OnClick = btnLoadClick
  24.   end
  25.   object btnSave: TButton
  26.     Left = 136
  27.     Top = 32
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Save'
  31.     TabOrder = 1
  32.     OnClick = btnSaveClick
  33.   end
  34.   object btnShow: TButton
  35.     Left = 232
  36.     Top = 32
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Show &All'
  40.     TabOrder = 2
  41.     OnClick = btnShowClick
  42.   end
  43. end