initial.dfm

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

DFM
83
字号
object Initialform: TInitialform
  Left = 472
  Top = 222
  AutoScroll = False
  BorderIcons = [biMinimize, biMaximize]
  Caption = #25968#25454#21021#22987#21270
  ClientHeight = 183
  ClientWidth = 300
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object CheckBox1: TCheckBox
    Left = 96
    Top = 48
    Width = 145
    Height = 17
    Caption = #21021#22987#21270#19994#21153#25968#25454
    Checked = True
    State = cbChecked
    TabOrder = 0
  end
  object CheckBox2: TCheckBox
    Left = 96
    Top = 80
    Width = 145
    Height = 17
    Caption = #21021#22987#21270#22522#30784#36164#26009
    TabOrder = 1
  end
  object Button5: TButton
    Left = 55
    Top = 135
    Width = 69
    Height = 24
    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 = Button5Click
  end
  object Button6: TButton
    Left = 199
    Top = 135
    Width = 69
    Height = 24
    Caption = #36864#20986'(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button6Click
  end
  object Button1: TButton
    Left = 127
    Top = 135
    Width = 69
    Height = 24
    Caption = #24110#21161'(&H)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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