realtya22a.dfm

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

DFM
112
字号
object f_RealtyA22A: Tf_RealtyA22A
  Left = 369
  Top = 210
  BorderIcons = [biMinimize, biMaximize, biHelp]
  BorderStyle = bsSingle
  Caption = #26032#22686'/'#20462#25913
  ClientHeight = 90
  ClientWidth = 403
  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
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 15
  object Label2: TLabel
    Left = 52
    Top = 21
    Width = 24
    Height = 12
    Alignment = taRightJustify
    Caption = #21517#31216
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 52
    Top = 43
    Width = 24
    Height = 12
    Alignment = taRightJustify
    Caption = #35828#26126
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button3: TButton
    Left = 318
    Top = 16
    Width = 69
    Height = 22
    Caption = #30830#23450'(&O)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button6: TButton
    Left = 318
    Top = 40
    Width = 69
    Height = 22
    Caption = #36864#20986'(&E)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button6Click
  end
  object Edit1: TEdit
    Left = 79
    Top = 19
    Width = 210
    Height = 18
    Ctl3D = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 79
    Top = 42
    Width = 210
    Height = 18
    Ctl3D = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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