MS Divers Globix,EDMI Service etc
This commit is contained in:
104
GUIs.ZooFlow/frmtest.Designer.vb
generated
Normal file
104
GUIs.ZooFlow/frmtest.Designer.vb
generated
Normal file
@@ -0,0 +1,104 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmtest
|
||||
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.txtIDBOBJID = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.txtFilestoreType = New System.Windows.Forms.TextBox()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.txtResult = New System.Windows.Forms.TextBox()
|
||||
Me.txtDate = New System.Windows.Forms.TextBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'txtIDBOBJID
|
||||
'
|
||||
Me.txtIDBOBJID.Location = New System.Drawing.Point(27, 29)
|
||||
Me.txtIDBOBJID.Name = "txtIDBOBJID"
|
||||
Me.txtIDBOBJID.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtIDBOBJID.TabIndex = 0
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(24, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(61, 13)
|
||||
Me.Label1.TabIndex = 1
|
||||
Me.Label1.Text = "IDB ObJ ID"
|
||||
'
|
||||
'txtFilestoreType
|
||||
'
|
||||
Me.txtFilestoreType.Location = New System.Drawing.Point(157, 29)
|
||||
Me.txtFilestoreType.Name = "txtFilestoreType"
|
||||
Me.txtFilestoreType.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtFilestoreType.TabIndex = 2
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(293, 25)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button1.TabIndex = 3
|
||||
Me.Button1.Text = "getFileName"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtResult
|
||||
'
|
||||
Me.txtResult.Location = New System.Drawing.Point(293, 54)
|
||||
Me.txtResult.Name = "txtResult"
|
||||
Me.txtResult.ReadOnly = True
|
||||
Me.txtResult.Size = New System.Drawing.Size(495, 20)
|
||||
Me.txtResult.TabIndex = 4
|
||||
'
|
||||
'txtDate
|
||||
'
|
||||
Me.txtDate.Location = New System.Drawing.Point(157, 55)
|
||||
Me.txtDate.Name = "txtDate"
|
||||
Me.txtDate.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtDate.TabIndex = 5
|
||||
'
|
||||
'frmtest
|
||||
'
|
||||
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.txtDate)
|
||||
Me.Controls.Add(Me.txtResult)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.txtFilestoreType)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.txtIDBOBJID)
|
||||
Me.Name = "frmtest"
|
||||
Me.Text = "frmtest"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents txtIDBOBJID As TextBox
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents txtFilestoreType As TextBox
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents txtResult As TextBox
|
||||
Friend WithEvents txtDate As TextBox
|
||||
End Class
|
||||
Reference in New Issue
Block a user