Files
AC_Pro/ImportSegmentFormUnit.dfm
2026-06-13 00:05:19 +08:00

132 lines
3.0 KiB
ObjectPascal

object ImportSegmentForm: TImportSegmentForm
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 184
ClientWidth = 423
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
OnKeyDown = FormKeyDown
TextHeight = 13
object m_panelBk: TGeneralDialogPanel
Left = 0
Top = 0
Width = 423
Height = 184
Align = alClient
Caption = #23548#20837'MIDI'#29255#27573
Color = 5064257
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 0
object m_lblFileName: TLabel
Left = 32
Top = 53
Width = 61
Height = 14
Caption = 'MIDI'#25991#20214#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object m_btnBrowse: TTextButton
Left = 325
Top = 48
Width = 60
Height = 24
ParentShowHint = False
ShowHint = True
OnClick = BrowseClick
Text = #27983#35272
end
object m_btnCancel: TTextButton
Left = 310
Top = 134
Width = 75
Height = 24
ModalResult = mrCancel
ParentShowHint = False
ShowHint = True
Text = #36864#20986
end
object m_btnOk: TTextButton
Left = 310
Top = 97
Width = 75
Height = 24
ParentShowHint = False
ShowHint = True
OnClick = OkClick
Text = #28155#21152
end
object m_lblTips: TLabel
Left = 32
Top = 144
Width = 238
Height = 14
Caption = #25552#31034#65306#35831#36873#25321#23548#20837#30340'MIDI'#25991#20214#21644#29255#27573#31867#22411
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
ShowAccelChar = False
Layout = tlCenter
end
object m_lblSegType: TLabel
Left = 32
Top = 100
Width = 60
Height = 14
Caption = #29255#27573#31867#22411#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object m_cbSegType: TComboBoxComponent
Left = 99
Top = 97
Width = 102
Height = 24
ParentShowHint = False
ShowHint = True
ItemHeight = 18
ShowItemCount = 6
Parent = m_panelBk
end
object m_editFileName: TLineEdit
Left = 97
Top = 48
Width = 220
Height = 24
NumberMax = -1
NumberMin = -1
TabOrder = 0
end
end
end