Initial commit
This commit is contained in:
@@ -0,0 +1,164 @@
|
||||
object VSTPathForm: TVSTPathForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsNone
|
||||
Caption = 'VSTPathForm'
|
||||
ClientHeight = 230
|
||||
ClientWidth = 410
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Position = poMainFormCenter
|
||||
Scaled = False
|
||||
OnCreate = FormCreate
|
||||
TextHeight = 13
|
||||
object m_BKGPanel: TGeneralDialogPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 410
|
||||
Height = 230
|
||||
Align = alClient
|
||||
Caption = 'VST '#36335#24452#35774#32622
|
||||
Color = 5064257
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentBackground = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object m_BtnCancel: TTextButton
|
||||
Left = 324
|
||||
Top = 185
|
||||
Width = 65
|
||||
Height = 25
|
||||
ModalResult = mrNo
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Text = #21462#28040
|
||||
end
|
||||
object m_BtnSure: TTextButton
|
||||
Left = 248
|
||||
Top = 185
|
||||
Width = 65
|
||||
Height = 25
|
||||
ModalResult = mrOk
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = SureClick
|
||||
Text = #30830#23450
|
||||
end
|
||||
object m_lbVST: TLabel
|
||||
Left = 144
|
||||
Top = 44
|
||||
Width = 120
|
||||
Height = 14
|
||||
Caption = 'VST'#38899#39057#25928#26524#22120' (VST)'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 14339007
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lbVSTi: TLabel
|
||||
Left = 162
|
||||
Top = 112
|
||||
Width = 86
|
||||
Height = 14
|
||||
Caption = 'VST'#20048#22120' (VSTi)'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 14339007
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_btnVSTPath: TTextButton
|
||||
Left = 345
|
||||
Top = 67
|
||||
Width = 49
|
||||
Height = 24
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = VSTPathClick
|
||||
Text = #27983#35272
|
||||
end
|
||||
object m_btnVSTiPath: TTextButton
|
||||
Left = 345
|
||||
Top = 133
|
||||
Width = 49
|
||||
Height = 24
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = VSTPathClick
|
||||
Text = #27983#35272
|
||||
end
|
||||
object m_lblMessage: TLabel
|
||||
Left = 20
|
||||
Top = 189
|
||||
Width = 207
|
||||
Height = 14
|
||||
AutoSize = False
|
||||
Caption = #25552#31034#65306#26032#36335#24452#23558#22312#19979#27425#21551#21160#26102#29983#25928
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
ParentShowHint = False
|
||||
ShowAccelChar = False
|
||||
ShowHint = False
|
||||
Layout = tlCenter
|
||||
WordWrap = True
|
||||
end
|
||||
object m_editVST: TLineEdit
|
||||
Left = 16
|
||||
Top = 67
|
||||
Width = 323
|
||||
Height = 24
|
||||
HintText = #35831#36873#25321'VST'#25991#20214#36335#24452
|
||||
NumberMax = -1
|
||||
NumberMin = -1
|
||||
Color = 15591652
|
||||
TabOrder = 0
|
||||
end
|
||||
object m_editVSTi: TLineEdit
|
||||
Left = 16
|
||||
Top = 133
|
||||
Width = 323
|
||||
Height = 24
|
||||
HintText = #35831#36873#25321'VSTi'#25991#20214#36335#24452
|
||||
NumberMax = -1
|
||||
NumberMin = -1
|
||||
Color = 15591652
|
||||
TabOrder = 1
|
||||
end
|
||||
object m_ckHide: TCKBox
|
||||
Left = 15
|
||||
Top = 188
|
||||
Width = 90
|
||||
Height = 18
|
||||
Caption = #19981#20877#26174#31034
|
||||
Ctl3D = False
|
||||
DoubleBuffered = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 13613739
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Font.Quality = fqClearTypeNatural
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
BoxColor = 3157548
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user