_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button2 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.Button6 = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.btnXMLCheck = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog() Me.Button1 = New System.Windows.Forms.Button() Me.lblxmlfile = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.lblprogress = New System.Windows.Forms.Label() Me.chkUpdateHost = New System.Windows.Forms.CheckBox() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(6, 19) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(455, 20) Me.TextBox1.TabIndex = 0 Me.TextBox1.Text = "dsn=edokaod;uid=tkbedoka;pwd=2014edokatst" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(479, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 2 Me.Button2.Text = "Test" Me.Button2.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(12, 45) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(542, 75) Me.TextBox2.TabIndex = 4 ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView1.Location = New System.Drawing.Point(3, 16) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(1081, 337) Me.DataGridView1.TabIndex = 5 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(12, 126) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 23) Me.Button4.TabIndex = 6 Me.Button4.Text = "Run" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(479, 126) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 23) Me.Button5.TabIndex = 7 Me.Button5.Text = "update" Me.Button5.UseVisualStyleBackColor = False Me.Button5.Visible = False ' 'Button6 ' Me.Button6.Dock = System.Windows.Forms.DockStyle.Bottom Me.Button6.Location = New System.Drawing.Point(3, 353) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(1081, 23) Me.Button6.TabIndex = 8 Me.Button6.Text = "Export XML" Me.Button6.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnXMLCheck) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Button2) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(1087, 64) Me.GroupBox1.TabIndex = 9 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Connection" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Panel1) Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.TextBox2) Me.GroupBox2.Controls.Add(Me.Button4) Me.GroupBox2.Controls.Add(Me.Button5) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Location = New System.Drawing.Point(0, 64) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(1087, 155) Me.GroupBox2.TabIndex = 10 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "SQL-Query" ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(12, 20) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(542, 21) Me.ComboBox1.Sorted = True Me.ComboBox1.TabIndex = 8 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.DataGridView1) Me.GroupBox3.Controls.Add(Me.Button6) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox3.Location = New System.Drawing.Point(0, 219) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(1087, 379) Me.GroupBox3.TabIndex = 11 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "GroupBox3" ' 'btnXMLCheck ' Me.btnXMLCheck.Location = New System.Drawing.Point(614, 12) Me.btnXMLCheck.Name = "btnXMLCheck" Me.btnXMLCheck.Size = New System.Drawing.Size(75, 23) Me.btnXMLCheck.TabIndex = 10 Me.btnXMLCheck.Text = "XML-Check" Me.btnXMLCheck.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.chkUpdateHost) Me.Panel1.Controls.Add(Me.lblprogress) Me.Panel1.Controls.Add(Me.ProgressBar1) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.lblxmlfile) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Location = New System.Drawing.Point(614, 20) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(461, 129) Me.Panel1.TabIndex = 9 ' 'OpenFileDialog2 ' Me.OpenFileDialog2.FileName = "OpenFileDialog2" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(3, 3) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "xmldatei" Me.Button1.UseVisualStyleBackColor = True ' 'lblxmlfile ' Me.lblxmlfile.AutoSize = True Me.lblxmlfile.Location = New System.Drawing.Point(3, 29) Me.lblxmlfile.Name = "lblxmlfile" Me.lblxmlfile.Size = New System.Drawing.Size(55, 13) Me.lblxmlfile.TabIndex = 1 Me.lblxmlfile.Text = "[Filename]" ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(3, 45) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(93, 23) Me.Button3.TabIndex = 2 Me.Button3.Text = "HOST-Check" Me.Button3.UseVisualStyleBackColor = True ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(6, 106) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(452, 23) Me.ProgressBar1.TabIndex = 3 ' 'lblprogress ' Me.lblprogress.AutoSize = True Me.lblprogress.Location = New System.Drawing.Point(175, 90) Me.lblprogress.Name = "lblprogress" Me.lblprogress.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.lblprogress.Size = New System.Drawing.Size(24, 13) Me.lblprogress.TabIndex = 5 Me.lblprogress.Text = "0/0" ' 'chkUpdateHost ' Me.chkUpdateHost.AutoSize = True Me.chkUpdateHost.Location = New System.Drawing.Point(6, 75) Me.chkUpdateHost.Name = "chkUpdateHost" Me.chkUpdateHost.Size = New System.Drawing.Size(86, 17) Me.chkUpdateHost.TabIndex = 6 Me.chkUpdateHost.Text = "Update Host" Me.chkUpdateHost.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1087, 598) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Name = "Form1" Me.Text = "DB2_Test" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents btnXMLCheck As System.Windows.Forms.Button Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents OpenFileDialog2 As System.Windows.Forms.OpenFileDialog Friend WithEvents lblxmlfile As System.Windows.Forms.Label Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents lblprogress As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents chkUpdateHost As System.Windows.Forms.CheckBox End Class