<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmExportTarget
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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
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.btnOK = New System.Windows.Forms.Button
Me.btnCancel = New System.Windows.Forms.Button
Me.txtExportFile = New System.Windows.Forms.TextBox
Me.btnBrowseForExportFile = New System.Windows.Forms.Button
Me.btnBrowseForApp = New System.Windows.Forms.Button
Me.txtUserAppPath = New System.Windows.Forms.TextBox
Me.chkOpenExportedFile = New System.Windows.Forms.CheckBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.rbnToFile = New System.Windows.Forms.RadioButton
Me.rbnUserSelectedApplication = New System.Windows.Forms.RadioButton
Me.rbnToExcel = New System.Windows.Forms.RadioButton
Me.rbnToOpenOffice = New System.Windows.Forms.RadioButton
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(594, 233)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 26
Me.btnOK.Text = "&OK"
'
'btnCancel
'
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(677, 233)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
Me.btnCancel.TabIndex = 27
Me.btnCancel.Text = "&Cancel"
'
'txtExportFile
'
Me.txtExportFile.Location = New System.Drawing.Point(123, 138)
Me.txtExportFile.Name = "txtExportFile"
Me.txtExportFile.Size = New System.Drawing.Size(527, 20)
Me.txtExportFile.TabIndex = 31
'
'btnBrowseForExportFile
'
Me.btnBrowseForExportFile.Location = New System.Drawing.Point(657, 139)
Me.btnBrowseForExportFile.Name = "btnBrowseForExportFile"
Me.btnBrowseForExportFile.Size = New System.Drawing.Size(64, 24)
Me.btnBrowseForExportFile.TabIndex = 60
Me.btnBrowseForExportFile.Text = "Browse ..."
'
'btnBrowseForApp
'
Me.btnBrowseForApp.Location = New System.Drawing.Point(657, 97)
Me.btnBrowseForApp.Name = "btnBrowseForApp"
Me.btnBrowseForApp.Size = New System.Drawing.Size(64, 24)
Me.btnBrowseForApp.TabIndex = 63
Me.btnBrowseForApp.Text = "Browse ..."
'
'txtUserAppPath
'
Me.txtUserAppPath.Location = New System.Drawing.Point(123, 100)
Me.txtUserAppPath.Name = "txtUserAppPath"
Me.txtUserAppPath.Size = New System.Drawing.Size(527, 20)
Me.txtUserAppPath.TabIndex = 62
'
'chkOpenExportedFile
'
Me.chkOpenExportedFile.AutoSize = True
Me.chkOpenExportedFile.Location = New System.Drawing.Point(10, 168)
Me.chkOpenExportedFile.Name = "chkOpenExportedFile"
Me.chkOpenExportedFile.Size = New System.Drawing.Size(182, 17)
Me.chkOpenExportedFile.TabIndex = 64
Me.chkOpenExportedFile.Text = "Open file using Windows settings"
Me.chkOpenExportedFile.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.rbnToFile)
Me.GroupBox1.Controls.Add(Me.rbnUserSelectedApplication)
Me.GroupBox1.Controls.Add(Me.rbnToExcel)
Me.GroupBox1.Controls.Add(Me.rbnToOpenOffice)
Me.GroupBox1.Controls.Add(Me.txtUserAppPath)
Me.GroupBox1.Controls.Add(Me.chkOpenExportedFile)
Me.GroupBox1.Controls.Add(Me.btnBrowseForApp)
Me.GroupBox1.Controls.Add(Me.txtExportFile)
Me.GroupBox1.Controls.Add(Me.btnBrowseForExportFile)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(740, 203)
Me.GroupBox1.TabIndex = 65
Me.GroupBox1.TabStop = False
'
'rbnToFile
'
Me.rbnToFile.AutoSize = True
Me.rbnToFile.Location = New System.Drawing.Point(10, 139)
Me.rbnToFile.Name = "rbnToFile"
Me.rbnToFile.Size = New System.Drawing.Size(54, 17)
Me.rbnToFile.TabIndex = 68
Me.rbnToFile.TabStop = True
Me.rbnToFile.Text = "To file"
Me.rbnToFile.UseVisualStyleBackColor = True
'
'rbnUserSelectedApplication
'
Me.rbnUserSelectedApplication.AutoSize = True
Me.rbnUserSelectedApplication.Location = New System.Drawing.Point(10, 101)
Me.rbnUserSelectedApplication.Name = "rbnUserSelectedApplication"
Me.rbnUserSelectedApplication.Size = New System.Drawing.Size(109, 17)
Me.rbnUserSelectedApplication.TabIndex = 67
Me.rbnUserSelectedApplication.TabStop = True
Me.rbnUserSelectedApplication.Text = "Using application "
Me.rbnUserSelectedApplication.UseVisualStyleBackColor = True
'
'rbnToExcel
'
Me.rbnToExcel.AutoSize = True
Me.rbnToExcel.Location = New System.Drawing.Point(10, 59)
Me.rbnToExcel.Name = "rbnToExcel"
Me.rbnToExcel.Size = New System.Drawing.Size(125, 17)
Me.rbnToExcel.TabIndex = 66
Me.rbnToExcel.TabStop = True
Me.rbnToExcel.Text = "To Excel - M$ Office "
Me.rbnToExcel.UseVisualStyleBackColor = True
'
'rbnToOpenOffice
'
Me.rbnToOpenOffice.AutoSize = True
Me.rbnToOpenOffice.Location = New System.Drawing.Point(10, 19)
Me.rbnToOpenOffice.Name = "rbnToOpenOffice"
Me.rbnToOpenOffice.Size = New System.Drawing.Size(128, 17)
Me.rbnToOpenOffice.TabIndex = 65
Me.rbnToOpenOffice.TabStop = True
Me.rbnToOpenOffice.Text = "To Calc - Open Office"
Me.rbnToOpenOffice.UseVisualStyleBackColor = True
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'frmExportTarget
'
Me.AcceptButton = Me.btnOK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnCancel
Me.ClientSize = New System.Drawing.Size(782, 271)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.btnCancel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmExportTarget"
Me.Text = "Where to export data?"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents txtExportFile As System.Windows.Forms.TextBox
Friend WithEvents btnBrowseForExportFile As System.Windows.Forms.Button
Friend WithEvents btnBrowseForApp As System.Windows.Forms.Button
Friend WithEvents txtUserAppPath As System.Windows.Forms.TextBox
Friend WithEvents chkOpenExportedFile As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents rbnToExcel As System.Windows.Forms.RadioButton
Friend WithEvents rbnToOpenOffice As System.Windows.Forms.RadioButton
Friend WithEvents rbnUserSelectedApplication As System.Windows.Forms.RadioButton
Friend WithEvents rbnToFile As System.Windows.Forms.RadioButton
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
End Class
Generated by script codePublish.pl at 2009-01-05T15:20:59.