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

📄 officemanage.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object Form_officemanage: TForm_officemanage
  Left = 32
  Top = 66
  BorderStyle = bsDialog
  Caption = #21150#20107#22788#31649#29702
  ClientHeight = 457
  ClientWidth = 721
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 169
    Height = 457
    Align = alLeft
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 2
      Top = 2
      Width = 165
      Height = 32
      Align = alTop
      Alignment = taCenter
      Caption = '                 '#36873#25321#21150#20107#22788
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      WordWrap = True
    end
    object GroupBox4: TGroupBox
      Left = 2
      Top = 34
      Width = 165
      Height = 421
      Align = alClient
      TabOrder = 0
      object CkLBox1: TCheckListBox
        Left = 2
        Top = 15
        Width = 161
        Height = 338
        Align = alTop
        Color = clInfoBk
        ItemHeight = 13
        TabOrder = 0
        OnClick = CkLBox1Click
      end
      object Panel3: TPanel
        Left = 2
        Top = 353
        Width = 161
        Height = 66
        Align = alClient
        TabOrder = 1
        object Button1: TButton
          Left = 10
          Top = 14
          Width = 55
          Height = 25
          Caption = #20840#36873
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object Button2: TButton
          Left = 72
          Top = 14
          Width = 75
          Height = 25
          Caption = #20840#19981#36873
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 169
    Top = 0
    Width = 552
    Height = 457
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 1
    object Label2: TLabel
      Left = 2
      Top = 2
      Width = 548
      Height = 32
      Align = alTop
      Alignment = taCenter
      Caption = '                                                            '#20855#20307#25968#25454
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      WordWrap = True
    end
    object DBGrid1: TDBGrid
      Left = 2
      Top = 34
      Width = 548
      Height = 421
      Align = alClient
      DataSource = DataSource1
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = dm_wxp.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from partleft')
    Left = 224
    Top = 12
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 182
    Top = 28
  end
end

⌨️ 快捷键说明

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