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

📄 unit_bb2.dfm

📁 本课题的开发是为物业部门提供一套高效、快捷的应用软件。适用于房产业主、大中小型物业公司、物业服务商、房地产开发商、物业中介公司等物业管理;用于管理公寓、住宅群体、智能小区、商品房、多层住宅、商业大厦、
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object Form_bb2: TForm_bb2
  Left = 415
  Top = 170
  Width = 600
  Height = 300
  Caption = #20303#25143#25253#20462#32479#35745
  Color = clBtnFace
  Constraints.MaxHeight = 300
  Constraints.MaxWidth = 600
  Constraints.MinHeight = 300
  Constraints.MinWidth = 600
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 592
    Height = 40
    ButtonHeight = 38
    ButtonWidth = 67
    Caption = 'ToolBar1'
    DisabledImages = ImageList1
    Flat = True
    ShowCaptions = True
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Cursor = crHandPoint
      Caption = #32479#35745
      ImageIndex = 0
      Indeterminate = True
      OnClick = ToolButton1Click
    end
    object ToolButton2: TToolButton
      Left = 67
      Top = 0
      Cursor = crHandPoint
      Caption = #31532#19968#26465
      ImageIndex = 1
      Indeterminate = True
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 134
      Top = 0
      Cursor = crHandPoint
      Caption = #19978#19968#26465
      ImageIndex = 2
      Indeterminate = True
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 201
      Top = 0
      Cursor = crHandPoint
      Caption = #19979#19968#26465
      ImageIndex = 3
      Indeterminate = True
      OnClick = ToolButton4Click
    end
    object ToolButton5: TToolButton
      Left = 268
      Top = 0
      Cursor = crHandPoint
      Caption = #26368#21518#19968#26465
      ImageIndex = 4
      Indeterminate = True
      OnClick = ToolButton5Click
    end
    object ToolButton6: TToolButton
      Left = 335
      Top = 0
      Cursor = crHandPoint
      AllowAllUp = True
      Caption = #36864#20986
      ImageIndex = 5
      Indeterminate = True
      OnClick = ToolButton6Click
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 40
    Width = 592
    Height = 81
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 20
      Top = 16
      Width = 60
      Height = 15
      Caption = #32479#35745#26085#26399
    end
    object Label2: TLabel
      Left = 220
      Top = 16
      Width = 60
      Height = 15
      Caption = #25253#20462#27425#25968
    end
    object Label3: TLabel
      Left = 20
      Top = 48
      Width = 60
      Height = 15
      Caption = #26381#21153#36153#29992
    end
    object Label4: TLabel
      Left = 220
      Top = 48
      Width = 60
      Height = 15
      Caption = #29289#36164#36153#29992
    end
    object Label5: TLabel
      Left = 404
      Top = 16
      Width = 60
      Height = 15
      Caption = #24635#32500#20462#36153
    end
    object Edit1: TEdit
      Left = 92
      Top = 16
      Width = 106
      Height = 23
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 284
      Top = 48
      Width = 106
      Height = 23
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 92
      Top = 48
      Width = 106
      Height = 23
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 284
      Top = 16
      Width = 106
      Height = 23
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 468
      Top = 16
      Width = 106
      Height = 23
      TabOrder = 4
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 121
    Width = 592
    Height = 150
    Align = alClient
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 590
      Height = 148
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -15
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #21333#25454#32534#21495
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = #20303#25143#32534#21495
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = #32500#20462#20154#21592'ID'
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = #25253#20462#26085#26399
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = #23436#25104#26085#26399
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = #26381#21153#36153#29992
          Width = 100
          Visible = True
        end
        item

⌨️ 快捷键说明

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