unit1.dfm

来自「本图书管理系统一sql server为数据库开发平台」· DFM 代码 · 共 71 行

DFM
71
字号
object dialog: Tdialog
  Left = 171
  Top = 160
  BorderStyle = bsSingle
  Caption = 'dialog'
  ClientHeight = 124
  ClientWidth = 281
  Color = 16248814
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 281
    Height = 86
    Align = alClient
    Alignment = taCenter
    AutoSize = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    Transparent = True
    Layout = tlCenter
    WordWrap = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 86
    Width = 281
    Height = 38
    Align = alBottom
    BevelOuter = bvNone
    BevelWidth = 2
    BorderWidth = 2
    ParentColor = True
    TabOrder = 0
    object Button1: TButton
      Left = 56
      Top = 4
      Width = 75
      Height = 25
      Caption = #30830#23450
      Default = True
      ModalResult = 6
      TabOrder = 0
    end
    object Button2: TButton
      Left = 152
      Top = 4
      Width = 75
      Height = 25
      Caption = #21462#28040
      ModalResult = 7
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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