frmlocksys.dfm

来自「一个小型餐饮管理系统,可支持小票打印.还存在一些小问题,希望朋友们帮助完成. 」· DFM 代码 · 共 47 行

DFM
47
字号
object Frm_Locksys: TFrm_Locksys
  Left = 319
  Top = 171
  Width = 396
  Height = 201
  BorderIcons = []
  Caption = #31995#32479#38145#23450
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 96
    Top = 48
    Width = 54
    Height = 12
    Caption = #35299#38145#23494#30721':'
  end
  object Button1: TButton
    Left = 152
    Top = 96
    Width = 75
    Height = 25
    Caption = #35299' '#38145
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 160
    Top = 44
    Width = 121
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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