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

📄 main.dfm

📁 万能集成查询器,能够对系统中所有的数据库系统进行查询、转库、及整理。
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 220
  Top = 168
  Width = 826
  Height = 526
  Caption = #19975#33021#25968#25454#26597#35810#22120'('#29256#26435#25152#26377'     '#27494#27721#30003#32500#31185#25216#20844#21496')'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 313
    Width = 818
    Height = 186
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 241
    Width = 818
    Height = 72
    Align = alTop
    TabOrder = 1
    object Label9: TLabel
      Left = 344
      Top = 52
      Width = 207
      Height = 16
      Cursor = crHandPoint
      Caption = 'http://asp5.6to23.com/swtech'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsItalic, fsUnderline]
      ParentFont = False
      OnClick = Label9Click
    end
    object BitBtn1: TBitBtn
      Left = 272
      Top = 16
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 512
      Top = 16
      Width = 75
      Height = 25
      TabOrder = 1
      Kind = bkClose
    end
    object Button3: TButton
      Left = 392
      Top = 17
      Width = 75
      Height = 25
      Caption = #23548#20986
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button1: TButton
      Left = 152
      Top = 16
      Width = 75
      Height = 25
      Caption = 'SQL'
      TabOrder = 3
      Visible = False
      OnClick = Button1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 818
    Height = 241
    Align = alTop
    TabOrder = 2
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 599
      Height = 239
      ActivePage = TabSheet1
      Align = alClient
      TabIndex = 0
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = #31616#21333#26597#35810
        object Label3: TLabel
          Left = 24
          Top = 16
          Width = 48
          Height = 13
          Caption = #26597#35810#34920#65306
        end
        object Label1: TLabel
          Left = 24
          Top = 48
          Width = 75
          Height = 13
          Caption = #26597#35810#23383#27573#65306'     '
        end
        object ComboBox1: TComboBox
          Left = 120
          Top = 10
          Width = 121
          Height = 21
          ItemHeight = 13
          TabOrder = 0
          OnChange = ComboBox1Change
          Items.Strings = (
            '')
        end
        object ComboBox2: TComboBox
          Left = 120
          Top = 42
          Width = 97
          Height = 21
          ItemHeight = 13
          TabOrder = 1
          OnChange = ComboBox2Change
        end
        object Edit1: TEdit
          Left = 312
          Top = 40
          Width = 177
          Height = 21
          TabOrder = 2
        end
        object ComboBox3: TComboBox
          Left = 232
          Top = 40
          Width = 65
          Height = 21
          ItemHeight = 13
          ItemIndex = 0
          TabOrder = 3
          Text = '=['#25991#26412']'
          Items.Strings = (
            '=['#25991#26412']'
            'like['#25991#26412']'
            '<>['#25991#26412']'
            '=['#25968#23383']'
            '>['#25968#23383']'
            '>=['#25968#23383']'
            '<['#25968#23383']'
            '<=['#25968#23383']'
            '<>['#25968#23383']'
            '=['#26085#26399']'
            '>['#26085#26399']'
            '>=['#26085#26399']'
            '<['#26085#26399']'
            '<=['#26085#26399']'
            '<>['#26085#26399']')
        end
        object ComboBox4: TComboBox
          Left = 35
          Top = 80
          Width = 65
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 4
          Text = #19981#21442#19982
          OnChange = ComboBox4Change
          Items.Strings = (
            #19981#21442#19982
            'AND'
            'OR')
        end
        object ComboBox5: TComboBox
          Left = 120
          Top = 82
          Width = 97
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 5
        end
        object ComboBox6: TComboBox
          Left = 232
          Top = 80
          Width = 65
          Height = 21
          Enabled = False
          ItemHeight = 13
          ItemIndex = 0
          TabOrder = 6
          Text = '=['#25991#26412']'
          Items.Strings = (
            '=['#25991#26412']'
            'like['#25991#26412']'
            '<>['#25991#26412']'
            '=['#25968#23383']'
            '>['#25968#23383']'
            '>=['#25968#23383']'
            '<['#25968#23383']'
            '<=['#25968#23383']'
            '<>['#25968#23383']'
            '=['#26085#26399']'
            '>['#26085#26399']'
            '>=['#26085#26399']'
            '<['#26085#26399']'
            '<=['#26085#26399']'
            '<>['#26085#26399']')
        end
        object Edit2: TEdit
          Left = 312
          Top = 80
          Width = 177
          Height = 21
          ReadOnly = True
          TabOrder = 7
        end
        object ComboBox7: TComboBox
          Left = 35
          Top = 120
          Width = 65
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 8
          Text = #19981#21442#19982
          OnChange = ComboBox7Change
          Items.Strings = (
            #19981#21442#19982
            'AND'
            'OR')
        end
        object ComboBox8: TComboBox
          Left = 120
          Top = 122
          Width = 97
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 9
        end
        object ComboBox9: TComboBox
          Left = 232
          Top = 120
          Width = 65
          Height = 21
          Enabled = False
          ItemHeight = 13
          ItemIndex = 0
          TabOrder = 10
          Text = '=['#25991#26412']'
          Items.Strings = (
            '=['#25991#26412']'
            'like['#25991#26412']'
            '<>['#25991#26412']'
            '=['#25968#23383']'
            '>['#25968#23383']'
            '>=['#25968#23383']'
            '<['#25968#23383']'
            '<=['#25968#23383']'
            '<>['#25968#23383']'
            '=['#26085#26399']'
            '>['#26085#26399']'
            '>=['#26085#26399']'
            '<['#26085#26399']'
            '<=['#26085#26399']'
            '<>['#26085#26399']')
        end
        object Edit3: TEdit
          Left = 312
          Top = 120
          Width = 177
          Height = 21
          ReadOnly = True
          TabOrder = 11
        end
      end
      object TabSheet2: TTabSheet
        Caption = #20851#32852#26597#35810
        ImageIndex = 1
        object Label2: TLabel
          Left = 24
          Top = 16
          Width = 48
          Height = 13
          Caption = #26597#35810#34920#65306
        end
        object Label4: TLabel
          Left = 24
          Top = 48
          Width = 75
          Height = 13
          Caption = #26597#35810#23383#27573#65306'     '
        end
        object Label7: TLabel
          Left = 315
          Top = 45
          Width = 11
          Height = 20
          Caption = '='
          FocusControl = BitBtn1
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label8: TLabel
          Left = 315
          Top = 81
          Width = 11
          Height = 20
          Caption = '='
          FocusControl = BitBtn1
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object ComboBox10: TComboBox
          Left = 120
          Top = 10
          Width = 113
          Height = 21
          ItemHeight = 13
          TabOrder = 0
          OnChange = MarshFields
          Items.Strings = (
            '')
        end
        object ComboBox11: TComboBox
          Left = 120
          Top = 43
          Width = 177
          Height = 21
          ItemHeight = 13
          TabOrder = 1
          OnChange = ComboBox11Change
        end
        object ComboBox14: TComboBox
          Left = 120
          Top = 82
          Width = 177
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 2
        end

⌨️ 快捷键说明

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