realtyc322.dfm

来自「物业管理系统系统特点 一、 实现集中式管理 系统将集团公司、」· DFM 代码 · 共 145 行

DFM
145
字号
object f_RealtyC322: Tf_RealtyC322
  Left = 345
  Top = 115
  BorderStyle = bsSingle
  Caption = #20998#25674#37327#36873#25321
  ClientHeight = 330
  ClientWidth = 499
  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
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    499
    330)
  PixelsPerInch = 96
  TextHeight = 15
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 24
    Height = 15
    Caption = #27004#23431
  end
  object Label1: TLabel
    Left = 48
    Top = 48
    Width = 84
    Height = 15
    Caption = #21452#20987#34920#26684#34892#36873#25321
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 72
    Width = 473
    Height = 241
    Anchors = [akLeft, akTop, akRight, akBottom]
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      473
      241)
    object ListView1: TListView
      Left = 3
      Top = 9
      Width = 466
      Height = 229
      Anchors = [akLeft, akTop, akRight, akBottom]
      BevelInner = bvLowered
      BevelOuter = bvRaised
      BevelKind = bkFlat
      BorderStyle = bsNone
      Columns = <
        item
          Caption = #36873#25321
          Width = 60
        end
        item
          Caption = #32534#21495
          Width = 100
        end
        item
          Caption = #21517#31216
          Width = 200
        end
        item
          Caption = #31867#22411
          Width = 60
        end>
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      GridLines = True
      RowSelect = True
      ParentFont = False
      TabOrder = 0
      ViewStyle = vsReport
      OnDblClick = ListView1DblClick
    end
  end
  object Button6: TButton
    Left = 437
    Top = 16
    Width = 47
    Height = 25
    Caption = #36864#20986'(&X)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button6Click
  end
  object ToolButton1: TButton
    Left = 388
    Top = 16
    Width = 47
    Height = 24
    Caption = #30830#23450
    TabOrder = 2
    OnClick = ToolButton1Click
  end
  object ComboBox1: TComboBox
    Left = 47
    Top = 16
    Width = 162
    Height = 20
    Style = csDropDownList
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    ItemHeight = 12
    ParentFont = False
    TabOrder = 3
    OnSelect = ComboBox1Select
  end
  object Button1: TButton
    Left = 228
    Top = 16
    Width = 61
    Height = 24
    Caption = #21047#26032
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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