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

📄 unit2.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object Form_mater_pass: TForm_mater_pass
  Left = 244
  Top = 149
  Width = 233
  Height = 145
  Caption = 'Form_mater_pass'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 29
    Top = 6
    Width = 88
    Height = 16
    Caption = '保管员密码:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 48
    Width = 225
    Height = 17
    Shape = bsBottomLine
  end
  object Password: TEdit
    Left = 87
    Top = 29
    Width = 102
    Height = 20
    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 + -