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

📄 pfm_rightset.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object fm_rightset: Tfm_rightset
  Left = 216
  Top = 187
  BorderStyle = bsDialog
  Caption = #31995#32479#29992#25143#21450#26435#38480#35774#32622
  ClientHeight = 398
  ClientWidth = 643
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 193
    Top = 0
    Width = 2
    Height = 398
    Cursor = crHSplit
    Color = clBtnFace
    ParentColor = False
  end
  object GroupBox1: TGroupBox
    Left = 195
    Top = 0
    Width = 448
    Height = 398
    Align = alClient
    TabOrder = 0
    object Panel2: TPanel
      Left = 2
      Top = 15
      Width = 444
      Height = 326
      Align = alClient
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 12
        Top = 16
        Width = 65
        Height = 13
        Caption = #19981#21487#29992#21151#33021
      end
      object TV1: TTreeView
        Left = 1
        Top = 1
        Width = 164
        Height = 324
        Align = alLeft
        Color = clInfoBk
        HideSelection = False
        Indent = 19
        TabOrder = 0
        OnDblClick = TV1DblClick
      end
      object TV2: TTreeView
        Left = 256
        Top = 1
        Width = 187
        Height = 324
        Align = alClient
        Color = clInfoBk
        HideSelection = False
        Indent = 19
        TabOrder = 1
        OnDblClick = TV2DblClick
      end
      object Panel3: TPanel
        Left = 165
        Top = 1
        Width = 91
        Height = 324
        Align = alLeft
        TabOrder = 2
        object Label2: TLabel
          Left = 21
          Top = 70
          Width = 52
          Height = 13
          Caption = #22686#21152#21151#33021
        end
        object Label3: TLabel
          Left = 21
          Top = 118
          Width = 52
          Height = 13
          Caption = #21024#38500#21151#33021
        end
        object btnAll12: TButton
          Left = 20
          Top = 88
          Width = 53
          Height = 25
          Caption = '>>'
          TabOrder = 0
          OnClick = btnAll12Click
        end
        object btnAll21: TButton
          Left = 20
          Top = 136
          Width = 53
          Height = 25
          Caption = '<<'
          TabOrder = 1
          OnClick = btnAll21Click
        end
      end
    end
    object Panel1: TPanel
      Left = 2
      Top = 341
      Width = 444
      Height = 55
      Align = alBottom
      BevelInner = bvLowered
      TabOrder = 0
      object BBtnUser: TBitBtn
        Left = 116
        Top = 16
        Width = 117
        Height = 25
        Caption = #22686#21152#25110#32773#21024#38500#24080#21495
        TabOrder = 0
        OnClick = BBtnUserClick
      end
      object BBtnsave: TBitBtn
        Left = 24
        Top = 16
        Width = 85
        Height = 25
        Caption = #20445#23384#26435#38480#35774#32622
        TabOrder = 1
        OnClick = BBtnsaveClick
      end
      object Button1: TButton
        Left = 240
        Top = 16
        Width = 75
        Height = 25
        Caption = #36820#22238
        TabOrder = 2
        OnClick = Button1Click
      end
    end
  end
  object TVUser: TTreeView
    Left = 0
    Top = 0
    Width = 193
    Height = 398
    Align = alLeft
    Color = clInfoBk
    HideSelection = False
    Indent = 19
    TabOrder = 1
    OnChange = TVUserChange
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 64
    Top = 8
  end
  object Query1: TQuery
    DatabaseName = 'zxjx'
    SQL.Strings = (
      '')
    Left = 32
    Top = 8
  end
end

⌨️ 快捷键说明

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