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

📄 frm_feepayu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object frm_FeePay: Tfrm_FeePay
  Left = 316
  Top = 184
  BorderStyle = bsDialog
  Caption = #32564#36153#31649#29702
  ClientHeight = 303
  ClientWidth = 498
  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 Label1: TLabel
    Left = 200
    Top = 241
    Width = 65
    Height = 16
    AutoSize = False
    Caption = #24403#21069#24230#25968
  end
  object Label2: TLabel
    Left = 352
    Top = 240
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #24212#20132#36153#29992
  end
  object Label3: TLabel
    Left = 16
    Top = 8
    Width = 41
    Height = 13
    AutoSize = False
    Caption = #39033#30446
  end
  object Label4: TLabel
    Left = 232
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #32564#36153#35760#24405
  end
  object Label5: TLabel
    Left = 16
    Top = 216
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #24403#21069#29992#25143
  end
  object lab_yzname: TLabel
    Left = 88
    Top = 216
    Width = 129
    Height = 13
    AutoSize = False
    Caption = 'lab_yzname'
  end
  object Label6: TLabel
    Left = 16
    Top = 241
    Width = 57
    Height = 16
    AutoSize = False
    Caption = #19978#27425#24230#25968
  end
  object DBGridFee: TDBGrid
    Left = 8
    Top = 24
    Width = 217
    Height = 177
    DataSource = DataS_fee
    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 = DBGridFeeCellClick
  end
  object DBGridRecord: TDBGrid
    Left = 232
    Top = 24
    Width = 257
    Height = 177
    DataSource = DataS_record
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edt_du: TEdit
    Left = 272
    Top = 240
    Width = 73
    Height = 21
    TabOrder = 2
  end
  object Edt_fee: TEdit
    Left = 416
    Top = 240
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object btn_js: TButton
    Left = 248
    Top = 272
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 4
    OnClick = btn_jsClick
  end
  object btn_ok: TButton
    Left = 336
    Top = 272
    Width = 75
    Height = 25
    Caption = #32564#36153#30830#35748
    TabOrder = 5
    OnClick = btn_okClick
  end
  object btn_cancel: TButton
    Left = 416
    Top = 272
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = btn_cancelClick
  end
  object edt_dubefore: TEdit
    Left = 88
    Top = 240
    Width = 73
    Height = 21
    ReadOnly = True
    TabOrder = 7
  end
  object DataS_fee: TDataSource
    Left = 104
    Top = 48
  end
  object DataS_record: TDataSource
    Left = 280
    Top = 64
  end
end

⌨️ 快捷键说明

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