218 lines
8.8 KiB
VB.net
218 lines
8.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
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()
|
|
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(297, 12)
|
|
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"
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
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
|
|
End Class
|