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

📄 databack.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object form_databack: Tform_databack
  Left = 200
  Top = 214
  Width = 620
  Height = 458
  Caption = #25968#25454#22791#20221
  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 Panel2: TPanel
    Left = 0
    Top = 0
    Width = 612
    Height = 431
    Align = alClient
    TabOrder = 0
    object GroupBox4: TGroupBox
      Left = 1
      Top = 1
      Width = 168
      Height = 429
      Align = alLeft
      TabOrder = 0
      object CkLBox1: TCheckListBox
        Left = 2
        Top = 15
        Width = 164
        Height = 341
        Align = alClient
        Color = clInfoBk
        ItemHeight = 13
        TabOrder = 0
      end
      object Panel3: TPanel
        Left = 2
        Top = 356
        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 = 442
      Height = 429
      Align = alClient
      TabOrder = 1
      object GroupBox3: TGroupBox
        Left = 1
        Top = 1
        Width = 440
        Height = 101
        Align = alTop
        Caption = #36873#25321#36335#24452
        TabOrder = 0
        object Edit1: TEdit
          Left = 12
          Top = 26
          Width = 360
          Height = 21
          Color = clBtnFace
          Enabled = False
          TabOrder = 0
        end
        object Button2: TButton
          Left = 300
          Top = 56
          Width = 47
          Height = 25
          Caption = #27983#35272
          TabOrder = 1
          Visible = False
          OnClick = Button2Click
        end
        object BitBtn1: TBitBtn
          Left = 140
          Top = 62
          Width = 119
          Height = 25
          Caption = #24320#22987#22791#20221
          TabOrder = 2
          OnClick = BitBtn1Click
        end
        object Button1: TButton
          Left = 384
          Top = 24
          Width = 44
          Height = 25
          Caption = #27983#35272
          TabOrder = 3
          OnClick = Button1Click
        end
      end
      object Panel5: TPanel
        Left = 1
        Top = 102
        Width = 440
        Height = 326
        Align = alClient
        TabOrder = 1
        object Memo1: TMemo
          Left = 1
          Top = 1
          Width = 438
          Height = 324
          Align = alClient
          Color = clInfoBk
          Lines.Strings = (
            #25552' '#31034#65306)
          ScrollBars = ssVertical
          TabOrder = 0
        end
      end
    end
  end
  object Table2: TTable
    Left = 208
    Top = 42
  end
  object BatMove1: TBatchMove
    Left = 164
    Top = 24
  end
  object Table3: TTable
    Left = 248
    Top = 44
  end
  object table1: TQuery
    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 + -