⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_loginu.dfm

📁 快餐店管理系统 很好的参考材料 谢谢您的合作
💻 DFM
字号:
object frm_login: Tfrm_login
  Left = 437
  Top = 211
  BorderStyle = bsDialog
  Caption = #24555#39184#24215#31649#29702#31995#32479
  ClientHeight = 123
  ClientWidth = 244
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 244
    Height = 73
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 15
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517
    end
    object Label2: TLabel
      Left = 24
      Top = 40
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #23494'    '#30721
    end
    object edt_name: TEdit
      Left = 96
      Top = 15
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object edt_pwd: TEdit
      Left = 96
      Top = 40
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 73
    Width = 244
    Height = 50
    Align = alClient
    TabOrder = 1
    object btn_ok: TButton
      Left = 72
      Top = 16
      Width = 75
      Height = 25
      Caption = #30331#24405
      TabOrder = 0
      OnClick = btn_okClick
    end
    object btn_cancel: TButton
      Left = 160
      Top = 16
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = btn_cancelClick
    end
  end
end

⌨️ 快捷键说明

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