<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRawFileMapping
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRawFileMapping))
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.txtRawFilePath = New System.Windows.Forms.TextBox
Me.btnBrowseForRawFile = New System.Windows.Forms.Button
Me.cbxDimensionPoints = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.btnExportRawFilesMapping = New System.Windows.Forms.Button
Me.btnCancel = New System.Windows.Forms.Button
Me.btnOK = New System.Windows.Forms.Button
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button1 = New System.Windows.Forms.Button
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.txtRawFilePath)
Me.GroupBox2.Controls.Add(Me.btnBrowseForRawFile)
Me.GroupBox2.Controls.Add(Me.cbxDimensionPoints)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.btnExportRawFilesMapping)
Me.GroupBox2.Location = New System.Drawing.Point(12, 24)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(638, 158)
Me.GroupBox2.TabIndex = 31
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Mapping to raw files"
'
'txtRawFilePath
'
Me.txtRawFilePath.Location = New System.Drawing.Point(21, 72)
Me.txtRawFilePath.Name = "txtRawFilePath"
Me.txtRawFilePath.Size = New System.Drawing.Size(527, 20)
Me.txtRawFilePath.TabIndex = 2
'
'btnBrowseForRawFile
'
Me.btnBrowseForRawFile.Location = New System.Drawing.Point(554, 69)
Me.btnBrowseForRawFile.Name = "btnBrowseForRawFile"
Me.btnBrowseForRawFile.Size = New System.Drawing.Size(64, 24)
Me.btnBrowseForRawFile.TabIndex = 3
Me.btnBrowseForRawFile.Text = "Browse ..."
'
'cbxDimensionPoints
'
Me.cbxDimensionPoints.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxDimensionPoints.Location = New System.Drawing.Point(79, 23)
Me.cbxDimensionPoints.MaxDropDownItems = 20
Me.cbxDimensionPoints.Name = "cbxDimensionPoints"
Me.cbxDimensionPoints.Size = New System.Drawing.Size(248, 21)
Me.cbxDimensionPoints.TabIndex = 1
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(18, 23)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 16)
Me.Label6.TabIndex = 33
Me.Label6.Text = "Point"
'
'btnExportRawFilesMapping
'
Me.btnExportRawFilesMapping.Location = New System.Drawing.Point(263, 119)
Me.btnExportRawFilesMapping.Name = "btnExportRawFilesMapping"
Me.btnExportRawFilesMapping.Size = New System.Drawing.Size(126, 24)
Me.btnExportRawFilesMapping.TabIndex = 4
Me.btnExportRawFilesMapping.Text = "Export mapping"
'
'btnCancel
'
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(628, 223)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(72, 24)
Me.btnCancel.TabIndex = 12
Me.btnCancel.Text = "&Cancel"
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(540, 223)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(72, 24)
Me.btnOK.TabIndex = 11
Me.btnOK.Text = "&OK"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'GroupBox1
'
Me.GroupBox1.Location = New System.Drawing.Point(12, 188)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(105, 69)
Me.GroupBox1.TabIndex = 34
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Default sort order"
Me.GroupBox1.Visible = False
'
'Button1
'
Me.Button1.Enabled = False
Me.Button1.Location = New System.Drawing.Point(141, 198)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(298, 24)
Me.Button1.TabIndex = 10
Me.Button1.Text = "Auto-setup according to CEBI file naming conventions"
'
'frmRawFileMapping
'
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(721, 259)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.GroupBox2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmRawFileMapping"
Me.Text = "Raw file mapping"
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtRawFilePath As System.Windows.Forms.TextBox
Friend WithEvents btnBrowseForRawFile As System.Windows.Forms.Button
Friend WithEvents cbxDimensionPoints As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents btnExportRawFilesMapping As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class
Generated by script codePublish.pl at 2009-01-05T15:20:59.