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

📄 frm_carfeeu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object frm_carFee: Tfrm_carFee
  Left = 262
  Top = 205
  BorderStyle = bsDialog
  Caption = #36710#20301#31649#29702
  ClientHeight = 273
  ClientWidth = 667
  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 = 8
    Top = 176
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #36710#20301#21495
  end
  object Label2: TLabel
    Left = 8
    Top = 200
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #29992#25143
  end
  object Label3: TLabel
    Left = 232
    Top = 176
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #36710#29260#21495
  end
  object Label4: TLabel
    Left = 440
    Top = 176
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #21512#21516#24320#22987#26085#26399
  end
  object Label5: TLabel
    Left = 440
    Top = 200
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #21512#21516#32467#26463#26085#26399
  end
  object DBGridCarFee: TDBGrid
    Left = 8
    Top = 8
    Width = 649
    Height = 153
    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 = DBGridCarFeeCellClick
  end
  object btn_add: TButton
    Left = 312
    Top = 232
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 1
    OnClick = btn_addClick
  end
  object btn_edit: TButton
    Left = 392
    Top = 232
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = btn_editClick
  end
  object btn_del: TButton
    Left = 472
    Top = 232
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = btn_delClick
  end
  object btn_close: TButton
    Left = 552
    Top = 232
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btn_closeClick
  end
  object edt_car: TEdit
    Left = 96
    Top = 168
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object edt_user: TEdit
    Left = 96
    Top = 196
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object edt_carNumber: TEdit
    Left = 296
    Top = 168
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object date_begin: TDateTimePicker
    Left = 528
    Top = 168
    Width = 97
    Height = 21
    Date = 38858.472259467590000000
    Time = 38858.472259467590000000
    TabOrder = 8
  end
  object date_end: TDateTimePicker
    Left = 528
    Top = 200
    Width = 97
    Height = 21
    Date = 38858.472286053240000000
    Time = 38858.472286053240000000
    TabOrder = 9
  end
  object DataS: TDataSource
    Left = 88
    Top = 80
  end
end

⌨️ 快捷键说明

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