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

📄 frm_yzu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object Frm_yz: TFrm_yz
  Left = 239
  Top = 220
  Width = 715
  Height = 408
  Caption = #19994#20027#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 707
    Height = 73
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #27004#29260#21495
    end
    object Label2: TLabel
      Left = 192
      Top = 16
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #21333#20803#21495
    end
    object btnAdd: TButton
      Left = 384
      Top = 16
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 0
      OnClick = btnAddClick
    end
    object btnEdit: TButton
      Left = 464
      Top = 16
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = btnEditClick
    end
    object btnDel: TButton
      Left = 544
      Top = 16
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = btnDelClick
    end
    object btnClose: TButton
      Left = 544
      Top = 48
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 3
      OnClick = btnCloseClick
    end
    object dblupCbxLPH: TDBLookupComboBox
      Left = 64
      Top = 16
      Width = 121
      Height = 21
      KeyField = 'id'
      ListField = #27004#29260#21495
      ListSource = DataS_lph
      TabOrder = 4
      OnCloseUp = dblupCbxLPHCloseUp
    end
    object dblupCbxDYH: TDBLookupComboBox
      Left = 248
      Top = 16
      Width = 129
      Height = 21
      KeyField = 'id'
      ListField = #21333#20803#21495
      ListSource = DataS_dyh
      TabOrder = 5
      OnCloseUp = dblupCbxDYHCloseUp
    end
    object btn_fee: TButton
      Left = 464
      Top = 48
      Width = 75
      Height = 25
      Caption = #32564#36153
      TabOrder = 6
      OnClick = btn_feeClick
    end
  end
  object DBGridYZ: TDBGrid
    Left = 0
    Top = 73
    Width = 707
    Height = 301
    Align = alClient
    DataSource = DataS
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridYZCellClick
  end
  object DataS: TDataSource
    Left = 216
    Top = 96
  end
  object DataS_lph: TDataSource
    Left = 88
    Top = 40
  end
  object DataS_dyh: TDataSource
    Left = 288
    Top = 40
  end
end

⌨️ 快捷键说明

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