view.dfm

来自「详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...」· DFM 代码 · 共 47 行

DFM
47
字号
object frmView: TfrmView
  Left = 308
  Top = 115
  AutoScroll = False
  Caption = 'View'
  ClientHeight = 386
  ClientWidth = 596
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object OLe: TOleContainer
    Left = 0
    Top = 0
    Width = 596
    Height = 345
    Align = alClient
    Caption = 'OLe'
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 345
    Width = 596
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object btnOK: TButton
      Left = 504
      Top = 8
      Width = 75
      Height = 25
      Caption = '&OK'
      TabOrder = 0
      OnClick = btnOKClick
    end
  end
end

⌨️ 快捷键说明

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