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.Button1 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtWMValue = New System.Windows.Forms.TextBox() Me.IndexFile = New System.Windows.Forms.Button() Me.GetValue = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.txtwmsearch = New System.Windows.Forms.TextBox() Me.txtWMIndex = New System.Windows.Forms.TextBox() Me.txtWMFile = New System.Windows.Forms.TextBox() Me.Button2 = New System.Windows.Forms.Button() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.Label5 = New System.Windows.Forms.Label() Me.Button5 = New System.Windows.Forms.Button() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Button4 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button7 = New System.Windows.Forms.Button() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(12, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(267, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "windream instanzieren" Me.Button1.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(556, 13) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(56, 21) Me.Button3.TabIndex = 2 Me.Button3.Text = "LogPath" Me.Button3.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 55) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 5 Me.Label1.Text = "WMFile:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(16, 101) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(57, 13) Me.Label2.TabIndex = 6 Me.Label2.Text = "WMIndex:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(284, 101) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(37, 13) Me.Label3.TabIndex = 7 Me.Label3.Text = "Value:" ' 'txtWMValue ' Me.txtWMValue.Location = New System.Drawing.Point(287, 117) Me.txtWMValue.Name = "txtWMValue" Me.txtWMValue.Size = New System.Drawing.Size(263, 21) Me.txtWMValue.TabIndex = 8 ' 'IndexFile ' Me.IndexFile.Location = New System.Drawing.Point(556, 74) Me.IndexFile.Name = "IndexFile" Me.IndexFile.Size = New System.Drawing.Size(75, 23) Me.IndexFile.TabIndex = 9 Me.IndexFile.Text = "IndexFile" Me.IndexFile.UseVisualStyleBackColor = True ' 'GetValue ' Me.GetValue.Location = New System.Drawing.Point(287, 143) Me.GetValue.Name = "GetValue" Me.GetValue.Size = New System.Drawing.Size(99, 23) Me.GetValue.TabIndex = 10 Me.GetValue.Text = "GetValue" Me.GetValue.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(20, 195) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(45, 13) Me.Label4.TabIndex = 12 Me.Label4.Text = "WMFile:" ' 'txtwmsearch ' Me.txtwmsearch.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.TestGUI.My.MySettings.Default, "WMSearch", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtwmsearch.Location = New System.Drawing.Point(19, 214) Me.txtwmsearch.Name = "txtwmsearch" Me.txtwmsearch.Size = New System.Drawing.Size(535, 21) Me.txtwmsearch.TabIndex = 11 Me.txtwmsearch.Text = Global.TestGUI.My.MySettings.Default.WMSearch ' 'txtWMIndex ' Me.txtWMIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.TestGUI.My.MySettings.Default, "WMIndexName", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtWMIndex.Location = New System.Drawing.Point(15, 117) Me.txtWMIndex.Name = "txtWMIndex" Me.txtWMIndex.Size = New System.Drawing.Size(267, 21) Me.txtWMIndex.TabIndex = 4 Me.txtWMIndex.Text = Global.TestGUI.My.MySettings.Default.WMIndexName ' 'txtWMFile ' Me.txtWMFile.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.TestGUI.My.MySettings.Default, "WMFilepath", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtWMFile.Location = New System.Drawing.Point(15, 74) Me.txtWMFile.Name = "txtWMFile" Me.txtWMFile.Size = New System.Drawing.Size(535, 21) Me.txtWMFile.TabIndex = 3 Me.txtWMFile.Text = Global.TestGUI.My.MySettings.Default.WMFilepath ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(561, 214) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 13 Me.Button2.Text = "Button2" Me.Button2.UseVisualStyleBackColor = True ' 'GridControl1 ' Me.GridControl1.Location = New System.Drawing.Point(19, 240) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.Size = New System.Drawing.Size(535, 200) Me.GridControl1.TabIndex = 14 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(634, 55) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(61, 13) Me.Label5.TabIndex = 17 Me.Label5.Text = "Choicelists:" ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(764, 72) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 23) Me.Button5.TabIndex = 18 Me.Button5.Text = "Get Items" Me.Button5.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(637, 74) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 19 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(362, 14) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(188, 21) Me.TextBox1.TabIndex = 20 Me.TextBox1.Text = "sdd-vmx02-aps01" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(286, 17) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(70, 13) Me.Label6.TabIndex = 21 Me.Label6.Text = "ServerName:" ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(764, 11) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(229, 23) Me.Button4.TabIndex = 22 Me.Button4.Text = "Test Background Worker Logging" Me.Button4.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(683, 143) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 23) Me.Button6.TabIndex = 23 Me.Button6.Text = "Get Logs" Me.Button6.UseVisualStyleBackColor = True ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(683, 172) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(355, 303) Me.ListBox1.TabIndex = 24 ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(764, 143) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(75, 23) Me.Button7.TabIndex = 25 Me.Button7.Text = "Clear Logs" Me.Button7.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(1050, 487) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.GridControl1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txtwmsearch) Me.Controls.Add(Me.GetValue) Me.Controls.Add(Me.IndexFile) Me.Controls.Add(Me.txtWMValue) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtWMIndex) Me.Controls.Add(Me.txtWMFile) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "Form1" Me.Text = "Form1" CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents Button3 As Button Friend WithEvents txtWMFile As TextBox Friend WithEvents txtWMIndex As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents txtWMValue As TextBox Friend WithEvents IndexFile As Button Friend WithEvents GetValue As Button Friend WithEvents Label4 As Label Friend WithEvents txtwmsearch As TextBox Friend WithEvents Button2 As Button Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Label5 As Label Friend WithEvents Button5 As Button Friend WithEvents ComboBox1 As ComboBox Friend WithEvents TextBox1 As TextBox Friend WithEvents Label6 As Label Friend WithEvents Button4 As Button Friend WithEvents Button6 As Button Friend WithEvents ListBox1 As ListBox Friend WithEvents Button7 As Button End Class