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

📄 frm_operatorsetu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object frm_operatorSet: Tfrm_operatorSet
  Left = 487
  Top = 168
  BorderStyle = bsDialog
  Caption = #29992#25143#31649#29702
  ClientHeight = 226
  ClientWidth = 274
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 136
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 16
    Top = 168
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #32423'    '#21035
  end
  object DBGridOperator: TDBGrid
    Left = 8
    Top = 8
    Width = 249
    Height = 120
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridOperatorCellClick
  end
  object edt_name: TEdit
    Left = 120
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Btn_edit: TButton
    Left = 144
    Top = 192
    Width = 51
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = Btn_editClick
  end
  object btn_cancel: TButton
    Left = 208
    Top = 192
    Width = 49
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = btn_cancelClick
  end
  object btn_add: TButton
    Left = 16
    Top = 192
    Width = 49
    Height = 25
    Caption = #28155#21152
    TabOrder = 4
    OnClick = btn_addClick
  end
  object rb_gly: TRadioButton
    Left = 120
    Top = 168
    Width = 65
    Height = 17
    Caption = #31649#29702#21592
    TabOrder = 5
  end
  object rb_czy: TRadioButton
    Left = 184
    Top = 168
    Width = 65
    Height = 17
    Caption = #25805#20316#21592
    Checked = True
    TabOrder = 6
    TabStop = True
  end
  object btn_del: TButton
    Left = 80
    Top = 192
    Width = 49
    Height = 25
    Caption = #21024#38500
    TabOrder = 7
    OnClick = btn_delClick
  end
  object DataS: TDataSource
    Left = 192
    Top = 24
  end
end

⌨️ 快捷键说明

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