MS windream
This commit is contained in:
15
TestGUI/Form1.Designer.vb
generated
15
TestGUI/Form1.Designer.vb
generated
@@ -64,7 +64,7 @@ Partial Class Form1
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(16, 55)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(46, 13)
|
||||
Me.Label1.Size = New System.Drawing.Size(45, 13)
|
||||
Me.Label1.TabIndex = 5
|
||||
Me.Label1.Text = "WMFile:"
|
||||
'
|
||||
@@ -73,7 +73,7 @@ Partial Class Form1
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(16, 101)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(56, 13)
|
||||
Me.Label2.Size = New System.Drawing.Size(57, 13)
|
||||
Me.Label2.TabIndex = 6
|
||||
Me.Label2.Text = "WMIndex:"
|
||||
'
|
||||
@@ -90,7 +90,7 @@ Partial Class Form1
|
||||
'
|
||||
Me.txtWMValue.Location = New System.Drawing.Point(287, 117)
|
||||
Me.txtWMValue.Name = "txtWMValue"
|
||||
Me.txtWMValue.Size = New System.Drawing.Size(263, 20)
|
||||
Me.txtWMValue.Size = New System.Drawing.Size(263, 21)
|
||||
Me.txtWMValue.TabIndex = 8
|
||||
'
|
||||
'IndexFile
|
||||
@@ -116,7 +116,7 @@ Partial Class Form1
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(20, 195)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(46, 13)
|
||||
Me.Label4.Size = New System.Drawing.Size(45, 13)
|
||||
Me.Label4.TabIndex = 12
|
||||
Me.Label4.Text = "WMFile:"
|
||||
'
|
||||
@@ -125,7 +125,7 @@ Partial Class Form1
|
||||
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, 20)
|
||||
Me.txtwmsearch.Size = New System.Drawing.Size(535, 21)
|
||||
Me.txtwmsearch.TabIndex = 11
|
||||
Me.txtwmsearch.Text = Global.TestGUI.My.MySettings.Default.WMSearch
|
||||
'
|
||||
@@ -134,7 +134,7 @@ Partial Class Form1
|
||||
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, 20)
|
||||
Me.txtWMIndex.Size = New System.Drawing.Size(267, 21)
|
||||
Me.txtWMIndex.TabIndex = 4
|
||||
Me.txtWMIndex.Text = Global.TestGUI.My.MySettings.Default.WMIndexName
|
||||
'
|
||||
@@ -143,7 +143,7 @@ Partial Class Form1
|
||||
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, 20)
|
||||
Me.txtWMFile.Size = New System.Drawing.Size(535, 21)
|
||||
Me.txtWMFile.TabIndex = 3
|
||||
Me.txtWMFile.Text = Global.TestGUI.My.MySettings.Default.WMFilepath
|
||||
'
|
||||
@@ -189,6 +189,7 @@ Partial Class Form1
|
||||
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()
|
||||
|
||||
@@ -17,7 +17,7 @@ Public Class Form1
|
||||
End Sub
|
||||
|
||||
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
MyLogger = New Logger(Logger.PathType.AppData)
|
||||
MyLogger = New Logger(Logger.PathType.CurrentDirectory)
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles GetValue.Click
|
||||
|
||||
Reference in New Issue
Block a user