buildsql_m.dfm

来自「SQL自动生成」· DFM 代码 · 共 40 行

DFM
40
字号
object FrmBuildSQLM: TFrmBuildSQLM
  Left = 69
  Top = 305
  Width = 212
  Height = 67
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'SQL'#35821#21477#29983#25104#22120'---ADO'#36830#25509
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object OpenSQLDialog1: TOpenSQLDialog
    IsAllowUnion = True
    IsAllowChangeCSN = True
    IsAllowExcuteSQL = True
    Form_Left = 51
    Form_Top = 56
    Form_Width = 716
    Form_Height = 532
    Version = '2.0'
    Caption = 'SQL'#35821#21477#29983#25104#22120#65292#27426#36814#20320#20351#29992#65281
    Options.Distinct = False
    Options.TopCount = 0
    Options.Percent = False
    Options.LenPerLine = 50
    Options.Indents = 7
    Options.LenPerLine_Delta = 5
    Options.IsJoinSyntax = True
    Options.IsInnerSyntax = False
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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