unitpass.dfm

来自「delphi做的名片管理软件」· DFM 代码 · 共 86 行

DFM
86
字号
object PassFrm: TPassFrm
  Left = 412
  Top = 219
  Width = 450
  Height = 282
  Caption = #25968#25454#24211#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 442
    Height = 248
    Align = alClient
    TabOrder = 0
    object Button1: TButton
      Left = 64
      Top = 32
      Width = 89
      Height = 25
      Caption = #22791#20221#24403#21069#25968#25454
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 64
      Top = 192
      Width = 89
      Height = 25
      Caption = #20851'           '#38381
      TabOrder = 1
      OnClick = Button2Click
    end
    object Memo1: TMemo
      Left = 216
      Top = 24
      Width = 201
      Height = 209
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Lines.Strings = (
        'Memo1')
      ParentFont = False
      TabOrder = 2
    end
    object Button3: TButton
      Left = 64
      Top = 88
      Width = 89
      Height = 25
      Caption = #25968' '#25454' '#24674' '#22797
      TabOrder = 3
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 64
      Top = 136
      Width = 89
      Height = 25
      Caption = #25968#25454#24211#21021#22987#21270
      TabOrder = 4
      OnClick = Button4Click
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 8
    Top = 32
  end
  object OpenDialog1: TOpenDialog
    Left = 8
    Top = 72
  end
end

⌨️ 快捷键说明

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