tsql.~dfm

来自「执行一些简单的SQL语句。 注:各SQL语句用“GO”区分」· ~DFM 代码 · 共 73 行

~DFM
73
字号
object frm_main: Tfrm_main
  Left = 384
  Top = 39
  Width = 512
  Height = 386
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'SQL'#25191#34892#24037#20855
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 128
    Top = 314
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 344
    Top = 314
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object GroupBox1: TGroupBox
    Left = 7
    Top = 0
    Width = 490
    Height = 296
    Caption = 'SQL'#35821#21477
    TabOrder = 2
    object Memo1: TMemo
      Left = 21
      Top = 19
      Width = 451
      Height = 264
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object BitBtn3: TBitBtn
    Left = 236
    Top = 314
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object ADOConnection1: TADOConnection
    Left = 32
    Top = 320
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Top = 320
  end
end

⌨️ 快捷键说明

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