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

📄 frm_feesetu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object frm_FeeSet: Tfrm_FeeSet
  Left = 426
  Top = 144
  BorderStyle = bsDialog
  Caption = #36153#29992#35774#32622
  ClientHeight = 313
  ClientWidth = 310
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 160
    Width = 289
    Height = 105
    Caption = #29289#19994#31867
    TabOrder = 0
    object Label4: TLabel
      Left = 16
      Top = 24
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #39033#30446#21517
    end
    object Label5: TLabel
      Left = 16
      Top = 48
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #20215#26684
    end
    object Label1: TLabel
      Left = 16
      Top = 80
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #25910#36153#26041#24335
    end
    object Edt_Name: TEdit
      Left = 88
      Top = 21
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edt_price: TEdit
      Left = 88
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 1
      OnKeyPress = Edt_priceKeyPress
    end
    object rb_du: TRadioButton
      Left = 88
      Top = 80
      Width = 65
      Height = 17
      Caption = #25353#24230#25968
      Checked = True
      TabOrder = 2
      TabStop = True
    end
    object rb_hu: TRadioButton
      Left = 152
      Top = 80
      Width = 57
      Height = 17
      Caption = #25353#25143
      TabOrder = 3
    end
  end
  object btn_edit: TButton
    Left = 96
    Top = 280
    Width = 65
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = btn_editClick
  end
  object btn_cancel: TButton
    Left = 240
    Top = 280
    Width = 67
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btn_cancelClick
  end
  object DBGridFeeSet: TDBGrid
    Left = 8
    Top = 8
    Width = 281
    Height = 145
    DataSource = DataS
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridFeeSetCellClick
  end
  object btn_add: TButton
    Left = 24
    Top = 280
    Width = 65
    Height = 25
    Caption = #22686#21152
    TabOrder = 4
    OnClick = btn_addClick
  end
  object btn_del: TButton
    Left = 168
    Top = 280
    Width = 65
    Height = 25
    Caption = #21024#38500
    TabOrder = 5
    OnClick = btn_delClick
  end
  object DataS: TDataSource
    Left = 120
    Top = 32
  end
end

⌨️ 快捷键说明

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