⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmsqlbatch.dfm

📁 1.可查看/修改windows操作系统 可使用oledb或odbc的数据库 2.对于不需为用户安装管理工具的数据库,可方便程序员管理数据. 3.可以非常灵活地导出数据,甚至sql insert语句
💻 DFM
字号:
object sqlbatchfrm: Tsqlbatchfrm
  Left = 277
  Top = 165
  Width = 437
  Height = 419
  Caption = #25209#22788#29702'sql'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 344
    Width = 429
    Height = 41
    Align = alBottom
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 16
      Top = 8
      Width = 97
      Height = 17
      Caption = #20986#38169#20013#26029
      TabOrder = 0
    end
    object Button1: TButton
      Left = 232
      Top = 8
      Width = 75
      Height = 25
      Caption = #25191#34892
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 328
      Top = 8
      Width = 75
      Height = 25
      Cancel = True
      Caption = #20851#38381
      ModalResult = 2
      TabOrder = 2
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 429
    Height = 344
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object Splitter1: TSplitter
      Left = 1
      Top = 211
      Width = 427
      Height = 3
      Cursor = crVSplit
      Align = alBottom
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 427
      Height = 210
      Align = alClient
      Caption = #25209#22788#29702'sql'
      TabOrder = 0
      object Splitter2: TSplitter
        Left = 195
        Top = 15
        Height = 193
      end
      object ValueListEditor1: TValueListEditor
        Left = 2
        Top = 15
        Width = 193
        Height = 193
        Align = alLeft
        Strings.Strings = (
          '%%1=0..1'
          '%%2='#39'a'#39','#39'b'#39','#39'c'#39
          '%%3=select f1 from table1'
          '%%4='
          '%%5='
          '%%6='
          '%%7='
          '%%8='
          '%%9='
          '%%10=')
        TabOrder = 0
        TitleCaptions.Strings = (
          #21442#25968
          #21462#20540#33539#22260)
        ColWidths = (
          69
          101)
      end
      object Memo1: TMemo
        Left = 198
        Top = 15
        Width = 227
        Height = 193
        Align = alClient
        TabOrder = 1
      end
    end
    object GroupBox2: TGroupBox
      Left = 1
      Top = 214
      Width = 427
      Height = 129
      Align = alBottom
      Caption = #28040#24687
      TabOrder = 1
      object Memo2: TMemo
        Left = 2
        Top = 15
        Width = 423
        Height = 112
        Align = alClient
        Lines.Strings = (
          '')
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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