save2.dfm

来自「关于DELPHI下面使用ODBC 连接FIREBIRD数据库 采用C/S结构,此」· DFM 代码 · 共 48 行

DFM
48
字号
object Form3: TForm3
  Left = 403
  Top = 298
  Width = 385
  Height = 129
  BorderIcons = []
  Caption = #22797#21046#20013'...'
  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 Label1: TLabel
    Left = 24
    Top = 16
    Width = 163
    Height = 19
    Caption = #26597#35810#20013#65292#35831#31245#21518'...'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 120
    Top = 64
    Width = 121
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Visible = False
    OnClick = BitBtn1Click
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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