_ Partial Class updatemasterlist 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.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button5 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(24, 80) Me.TextBox2.Margin = New System.Windows.Forms.Padding(4) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(259, 22) Me.TextBox2.TabIndex = 11 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(616, 50) Me.TextBox1.Margin = New System.Windows.Forms.Padding(4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(271, 22) Me.TextBox1.TabIndex = 10 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(416, 15) Me.Button4.Margin = New System.Windows.Forms.Padding(4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(100, 32) Me.Button4.TabIndex = 9 Me.Button4.Text = "Update" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(292, 15) Me.Button3.Margin = New System.Windows.Forms.Padding(4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(115, 49) Me.Button3.TabIndex = 8 Me.Button3.Text = "Export" Me.Button3.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.Location = New System.Drawing.Point(11, 112) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(1392, 546) Me.DataGridView1.TabIndex = 5 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(179, 15) Me.Button2.Margin = New System.Windows.Forms.Padding(4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(109, 63) Me.Button2.TabIndex = 6 Me.Button2.Text = "import" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(24, 7) Me.Button1.Margin = New System.Windows.Forms.Padding(4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(101, 32) Me.Button1.TabIndex = 7 Me.Button1.Text = "Save" Me.Button1.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.DropDownHeight = 80 Me.ComboBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.IntegralHeight = False Me.ComboBox1.Location = New System.Drawing.Point(616, 15) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(300, 31) Me.ComboBox1.TabIndex = 25 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(933, 7) Me.Button5.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(105, 49) Me.Button5.TabIndex = 26 Me.Button5.Text = "new_vs_old" Me.Button5.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(320, 80) 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 = 27 ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(933, 64) Me.Button6.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(105, 41) Me.Button6.TabIndex = 28 Me.Button6.Text = "Refresh" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(1055, 7) Me.Button7.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(123, 49) Me.Button7.TabIndex = 29 Me.Button7.Text = "List of X" Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(24, 46) Me.Button8.Margin = New System.Windows.Forms.Padding(4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(101, 32) Me.Button8.TabIndex = 7 Me.Button8.Text = "Save 2" Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Location = New System.Drawing.Point(416, 50) Me.Button9.Margin = New System.Windows.Forms.Padding(4) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(100, 27) Me.Button9.TabIndex = 9 Me.Button9.Text = "Update 2" Me.Button9.UseVisualStyleBackColor = True ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(1055, 65) Me.Button10.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(209, 41) Me.Button10.TabIndex = 28 Me.Button10.Text = "Update Letters in name" Me.Button10.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Location = New System.Drawing.Point(1184, 7) Me.Button11.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(123, 49) Me.Button11.TabIndex = 29 Me.Button11.Text = "CardNoAs" Me.Button11.UseVisualStyleBackColor = True ' 'updatemasterlist ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1415, 682) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button1) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "updatemasterlist" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "updatemasterlist" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button End Class