<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEndOfParse
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.chkDoNotShowDialogAgain = New System.Windows.Forms.CheckBox
Me.Label1 = New System.Windows.Forms.Label
Me.OK_Button = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'chkDoNotShowDialogAgain
'
Me.chkDoNotShowDialogAgain.AutoSize = True
Me.chkDoNotShowDialogAgain.Location = New System.Drawing.Point(15, 51)
Me.chkDoNotShowDialogAgain.Name = "chkDoNotShowDialogAgain"
Me.chkDoNotShowDialogAgain.Size = New System.Drawing.Size(165, 17)
Me.chkDoNotShowDialogAgain.TabIndex = 1
Me.chkDoNotShowDialogAgain.Text = "Do not show this dialog again"
Me.chkDoNotShowDialogAgain.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(12, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(247, 39)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Parsing the result file has finished. Details can be found in menu File/Save or E" & _
"xport parsing report"
'
'OK_Button
'
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.OK_Button.Location = New System.Drawing.Point(186, 88)
Me.OK_Button.Name = "OK_Button"
Me.OK_Button.Size = New System.Drawing.Size(55, 23)
Me.OK_Button.TabIndex = 0
Me.OK_Button.Text = "&OK"
'
'frmEndOfParse
'
Me.AcceptButton = Me.OK_Button
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(264, 123)
Me.Controls.Add(Me.OK_Button)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.chkDoNotShowDialogAgain)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmEndOfParse"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "End of parse..."
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents chkDoNotShowDialogAgain As System.Windows.Forms.CheckBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents OK_Button As System.Windows.Forms.Button
End Class
Generated by script codePublish.pl at 2009-01-05T15:20:59.