utemplateloader.dfm

来自「Delphi/BCB 各种版本都支持的Excel 读写控件.一成功应用在N个项目」· DFM 代码 · 共 30 行

DFM
30
字号
object FTemplateLoader: TFTemplateLoader
  Left = 184
  Top = 105
  Width = 265
  Height = 81
  Caption = 'Template Loader'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BtnLoad: TButton
    Left = 40
    Top = 16
    Width = 177
    Height = 25
    Caption = 'Load Templates to the database'
    TabOrder = 0
    OnClick = BtnLoadClick
  end
  object Table1: TTable
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?