unit1.dfm

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

DFM
57
字号
object dialog: Tdialog
  Left = 215
  Top = 188
  BorderStyle = bsSingle
  Caption = 'dialog'
  ClientHeight = 213
  ClientWidth = 373
  Color = clBtnFace
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 8
    Width = 233
    Height = 57
    AutoSize = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 56
    Top = 70
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 6
    TabOrder = 0
  end
  object Button2: TButton
    Left = 152
    Top = 71
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 7
    TabOrder = 1
  end
  object XPManifest1: TXPManifest
    Left = 240
    Top = 64
  end
end

⌨️ 快捷键说明

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