Files
winapp/Chip02FrameUnit.dfm
T
2026-06-12 22:37:02 +08:00

80 lines
1.9 KiB
ObjectPascal

object Chip02Frame: TChip02Frame
Left = 0
Top = 0
Width = 384
Height = 310
Ctl3D = False
ParentCtl3D = False
TabOrder = 0
Visible = False
object Label1: TLabel
Left = 40
Top = 24
Width = 117
Height = 15
Caption = #20869#32622#27880#30721#65306#38543#26426#27880#30721
end
object m_leMinChip: TLabeledEdit
Left = 145
Top = 88
Width = 70
Height = 26
Hint = #38543#26426#27880#30721#26368#23567#20540
Alignment = taCenter
EditLabel.Width = 80
EditLabel.Height = 26
EditLabel.Caption = #19979#27880#33539#22260#65306
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -15
EditLabel.Font.Name = 'Segoe UI'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Style = []
LabelPosition = lpLeft
MaxLength = 5
NumbersOnly = True
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '20'
OnExit = EditChipExit
end
object m_leMaxChip: TLabeledEdit
Left = 259
Top = 88
Width = 70
Height = 26
Hint = #38543#26426#27880#30721#26368#22823#20540
Alignment = taCenter
EditLabel.Width = 31
EditLabel.Height = 26
EditLabel.Caption = ' '#8212' '
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -15
EditLabel.Font.Name = 'Segoe UI'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Style = []
LabelPosition = lpLeft
MaxLength = 5
NumbersOnly = True
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = '100'
OnExit = EditChipExit
end
end