unit_mater_mima.~dfm
来自「此代码为企业原料管理代码」· ~DFM 代码 · 共 78 行
~DFM
78 行
object Form_Mater_mima: TForm_Mater_mima
Left = 286
Top = 178
Width = 290
Height = 129
Caption = '宁波巨龙橡塑有限公司'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 20
Top = 16
Width = 144
Height = 20
Caption = '请输入初始化密码:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Password: TEdit
Left = 158
Top = 16
Width = 96
Height = 22
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object Button1: TButton
Left = 27
Top = 57
Width = 104
Height = 30
Caption = '确 定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object Button2: TButton
Left = 149
Top = 57
Width = 105
Height = 29
Caption = '取 消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?