_ Partial Class UpdateLetterInNames Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.TextBox1 = New System.Windows.Forms.TextBox() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.SuspendLayout() ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(21, 10) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(387, 24) Me.ComboBox1.TabIndex = 0 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(443, 7) Me.Button1.Margin = New System.Windows.Forms.Padding(4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(100, 28) Me.Button1.TabIndex = 1 Me.Button1.Text = "Show" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView1.Location = New System.Drawing.Point(0, 0) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(1693, 430) Me.DataGridView1.TabIndex = 2 ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(21, 43) Me.ComboBox2.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(387, 24) Me.ComboBox2.TabIndex = 0 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(443, 41) Me.Button2.Margin = New System.Windows.Forms.Padding(4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(100, 28) Me.Button2.TabIndex = 1 Me.Button2.Text = "Update" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(591, 27) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(16, 17) Me.Label1.TabIndex = 3 Me.Label1.Text = "0" ' 'DataGridView2 ' Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView2.Location = New System.Drawing.Point(0, 0) Me.DataGridView2.Margin = New System.Windows.Forms.Padding(4) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.Size = New System.Drawing.Size(1693, 428) Me.DataGridView2.TabIndex = 2 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Panel1) Me.Panel2.Controls.Add(Me.SplitContainer1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Margin = New System.Windows.Forms.Padding(4) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1693, 946) Me.Panel2.TabIndex = 4 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.TextBox3) Me.Panel1.Controls.Add(Me.ComboBox1) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.ComboBox3) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.ComboBox2) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1693, 84) Me.Panel1.TabIndex = 5 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(673, 43) Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(295, 22) Me.TextBox3.TabIndex = 28 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(551, 41) Me.Button3.Margin = New System.Windows.Forms.Padding(4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(100, 28) Me.Button3.TabIndex = 1 Me.Button3.Text = "Import" Me.Button3.UseVisualStyleBackColor = True ' 'ComboBox3 ' Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(551, 7) Me.ComboBox3.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(296, 24) Me.ComboBox3.TabIndex = 0 ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom Me.SplitContainer1.Location = New System.Drawing.Point(0, 83) Me.SplitContainer1.Margin = New System.Windows.Forms.Padding(4) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.DataGridView1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.DataGridView2) Me.SplitContainer1.Size = New System.Drawing.Size(1693, 863) Me.SplitContainer1.SplitterDistance = 430 Me.SplitContainer1.SplitterWidth = 5 Me.SplitContainer1.TabIndex = 4 ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(864, 7) Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(295, 22) Me.TextBox1.TabIndex = 28 ' 'UpdateLetterInNames ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1693, 946) Me.Controls.Add(Me.Panel2) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "UpdateLetterInNames" Me.Text = "UpdateLetterInNames" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox End Class