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

📄 unit_modepass.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object Form_modepass: TForm_modepass
  Left = 192
  Top = 103
  Width = 229
  Height = 143
  Caption = 'Form_modepass'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 19
    Top = 6
    Width = 104
    Height = 16
    Caption = '整修车间密码:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 48
    Width = 221
    Height = 17
    Shape = bsBottomLine
  end
  object Password: TEdit
    Left = 87
    Top = 29
    Width = 102
    Height = 21
    CharCase = ecLowerCase
    PasswordChar = '*'
    TabOrder = 0
  end
  object OKBtn: TButton
    Left = 30
    Top = 77
    Width = 68
    Height = 26
    Caption = '确 定'
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
  end
  object CancelBtn: TButton
    Left = 130
    Top = 77
    Width = 65
    Height = 26
    Cancel = True
    Caption = '取 消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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