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

📄 databack_nowuse.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object form_cover: Tform_cover
  Left = 87
  Top = 111
  Width = 661
  Height = 462
  Caption = #25968#25454#24674#22797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 653
    Height = 428
    Align = alClient
    TabOrder = 0
    object GroupBox4: TGroupBox
      Left = 1
      Top = 1
      Width = 168
      Height = 426
      Align = alLeft
      TabOrder = 0
      object CkLBox1: TCheckListBox
        Left = 2
        Top = 15
        Width = 164
        Height = 338
        Align = alClient
        Color = clInfoBk
        ItemHeight = 13
        TabOrder = 0
      end
      object Panel3: TPanel
        Left = 2
        Top = 353
        Width = 164
        Height = 71
        Align = alBottom
        TabOrder = 1
        object BBtnNoall: TBitBtn
          Left = 90
          Top = 22
          Width = 49
          Height = 25
          Caption = #20840#19981#36873
          TabOrder = 0
          OnClick = BBtnNoallClick
        end
        object BBtnSelall: TBitBtn
          Left = 8
          Top = 22
          Width = 47
          Height = 25
          Caption = #20840#36873
          TabOrder = 1
          OnClick = BBtnSelallClick
        end
      end
    end
    object Panel4: TPanel
      Left = 169
      Top = 1
      Width = 483
      Height = 426
      Align = alClient
      TabOrder = 1
      object GroupBox3: TGroupBox
        Left = 1
        Top = 1
        Width = 481
        Height = 101
        Align = alTop
        Caption = #36873#25321#22791#20221#25110#32773#24674#22797#36335#24452
        TabOrder = 0
        object Edit1: TEdit
          Left = 12
          Top = 26
          Width = 385
          Height = 21
          Color = clBtnFace
          Enabled = False
          TabOrder = 0
        end
        object Button2: TButton
          Left = 404
          Top = 24
          Width = 47
          Height = 25
          Caption = #27983#35272
          TabOrder = 1
          OnClick = Button2Click
        end
        object BitBtn2: TButton
          Left = 148
          Top = 62
          Width = 103
          Height = 25
          Caption = #24320#22987#24674#22797
          Enabled = False
          TabOrder = 2
          OnClick = BitBtn2Click
        end
        object Button3: TButton
          Left = 280
          Top = 64
          Width = 75
          Height = 25
          Caption = 'Button3'
          TabOrder = 3
          OnClick = Button3Click
        end
      end
      object Panel5: TPanel
        Left = 1
        Top = 102
        Width = 481
        Height = 323
        Align = alClient
        TabOrder = 1
        object Memo1: TMemo
          Left = 1
          Top = 1
          Width = 479
          Height = 321
          Align = alClient
          Color = clInfoBk
          Lines.Strings = (
            #25552' '#31034#65306)
          ScrollBars = ssVertical
          TabOrder = 0
        end
      end
    end
  end
  object Table2: TTable
    DatabaseName = 'zxjx'
    Left = 208
    Top = 42
  end
  object BatMove1: TBatchMove
    Left = 164
    Top = 24
  end
  object Table3: TTable
    Left = 248
    Top = 44
  end
  object table1: TQuery
    DatabaseName = 'zxjx'
    Left = 78
    Top = 120
  end
  object query1: TQuery
    DatabaseName = 'zxjx'
    Left = 74
    Top = 166
  end
  object OpenDialog1: TOpenDialog
    Left = 182
    Top = 160
  end
end

⌨️ 快捷键说明

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