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

📄 area.dfm

📁 物业管理系统系统特点 一、 实现集中式管理 系统将集团公司、各分公司、各物业管理处连接到一起
💻 DFM
字号:
object f_area: Tf_area
  Left = 362
  Top = 124
  BorderIcons = [biMinimize]
  BorderStyle = bsSingle
  Caption = #35745#37327#21333#20301
  ClientHeight = 438
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Times New Roman'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object BDelete: TButton
    Left = 90
    Top = 403
    Width = 76
    Height = 23
    Caption = #21024#38500' Delete'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BDeleteClick
  end
  object BPageDown: TButton
    Left = 170
    Top = 403
    Width = 87
    Height = 23
    Caption = #20445#23384' PageDown'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BPageDownClick
  end
  object BESC: TButton
    Left = 261
    Top = 403
    Width = 70
    Height = 23
    Caption = #36820#22238' ESC'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BESCClick
  end
  object BInsert: TButton
    Left = 10
    Top = 403
    Width = 76
    Height = 23
    Caption = #22686#21152' Insert'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BInsertClick
  end
  object StringGrid1: TStringGrid
    Left = 0
    Top = 4
    Width = 337
    Height = 389
    ColCount = 3
    DefaultColWidth = 60
    DefaultRowHeight = 17
    RowCount = 2
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    ParentFont = False
    TabOrder = 0
    OnDrawCell = StringGrid1DrawCell
    OnKeyPress = StringGrid1KeyPress
    OnSelectCell = StringGrid1SelectCell
    ColWidths = (
      60
      60
      60)
  end
end

⌨️ 快捷键说明

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