unitexitsys.dfm

来自「自己做过的工程」· DFM 代码 · 共 60 行

DFM
60
字号
object formexitsys: Tformexitsys
  Left = 215
  Top = 177
  BorderStyle = bsDialog
  Caption = #36864#20986#31995#32479
  ClientHeight = 190
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 342
    Height = 190
    Align = alClient
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 86
      Top = 50
      Width = 144
      Height = 16
      Caption = #30830#23450#35201#36864#20986#31995#32479#21527#65311
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object but_ok: TButton
      Left = 64
      Top = 109
      Width = 71
      Height = 30
      Caption = #30830#23450
      Default = True
      TabOrder = 0
      OnClick = but_okClick
    end
    object but_cancel: TButton
      Left = 192
      Top = 109
      Width = 71
      Height = 30
      Caption = #21462#28040
      TabOrder = 1
      OnClick = but_cancelClick
    end
  end
end

⌨️ 快捷键说明

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