Partial Class frmDppConfigDisplay #Region "Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean) If Disposing Then If Not components Is Nothing Then components.Dispose() End If End If MyBase.Dispose(Disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer Public ToolTip1 As System.Windows.Forms.ToolTip Public WithEvents cmdOK As System.Windows.Forms.Button Public WithEvents _txtCfg_1 As System.Windows.Forms.TextBox Public WithEvents _txtCfg_0 As System.Windows.Forms.TextBox Public WithEvents txtCfg As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.cmdOK = New System.Windows.Forms.Button Me._txtCfg_1 = New System.Windows.Forms.TextBox Me._txtCfg_0 = New System.Windows.Forms.TextBox Me.txtCfg = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components) Me.Label1 = New System.Windows.Forms.Label CType(Me.txtCfg, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'cmdOK ' Me.cmdOK.BackColor = System.Drawing.SystemColors.Control Me.cmdOK.Cursor = System.Windows.Forms.Cursors.Default Me.cmdOK.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText Me.cmdOK.Location = New System.Drawing.Point(328, 561) Me.cmdOK.Name = "cmdOK" Me.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No Me.cmdOK.Size = New System.Drawing.Size(73, 25) Me.cmdOK.TabIndex = 2 Me.cmdOK.Text = "OK" Me.cmdOK.UseVisualStyleBackColor = False ' '_txtCfg_1 ' Me._txtCfg_1.AcceptsReturn = True Me._txtCfg_1.BackColor = System.Drawing.SystemColors.Window Me._txtCfg_1.Cursor = System.Windows.Forms.Cursors.IBeam Me._txtCfg_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me._txtCfg_1.ForeColor = System.Drawing.SystemColors.WindowText Me.txtCfg.SetIndex(Me._txtCfg_1, CType(1, Short)) Me._txtCfg_1.Location = New System.Drawing.Point(368, 8) Me._txtCfg_1.MaxLength = 0 Me._txtCfg_1.Multiline = True Me._txtCfg_1.Name = "_txtCfg_1" Me._txtCfg_1.RightToLeft = System.Windows.Forms.RightToLeft.No Me._txtCfg_1.Size = New System.Drawing.Size(353, 523) Me._txtCfg_1.TabIndex = 1 ' '_txtCfg_0 ' Me._txtCfg_0.AcceptsReturn = True Me._txtCfg_0.BackColor = System.Drawing.SystemColors.Window Me._txtCfg_0.Cursor = System.Windows.Forms.Cursors.IBeam Me._txtCfg_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me._txtCfg_0.ForeColor = System.Drawing.SystemColors.WindowText Me.txtCfg.SetIndex(Me._txtCfg_0, CType(0, Short)) Me._txtCfg_0.Location = New System.Drawing.Point(8, 8) Me._txtCfg_0.MaxLength = 0 Me._txtCfg_0.Multiline = True Me._txtCfg_0.Name = "_txtCfg_0" Me._txtCfg_0.RightToLeft = System.Windows.Forms.RightToLeft.No Me._txtCfg_0.Size = New System.Drawing.Size(353, 524) Me._txtCfg_0.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(25, 536) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(672, 14) Me.Label1.TabIndex = 3 Me.Label1.Text = "To create a configuration file, copy to a text file, add ""[DP5 Configuration File" & _ "]"" to the top of the file and change ""RESC=?;"" to ""RESC=YES;""." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'frmDppConfigDisplay ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(732, 596) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cmdOK) Me.Controls.Add(Me._txtCfg_1) Me.Controls.Add(Me._txtCfg_0) Me.Cursor = System.Windows.Forms.Cursors.Default Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Location = New System.Drawing.Point(4, 23) Me.Name = "frmDppConfigDisplay" Me.RightToLeft = System.Windows.Forms.RightToLeft.No Me.Text = "DPP Configuration" CType(Me.txtCfg, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label #End Region End Class