188 lines
7.1 KiB
VB.net
188 lines
7.1 KiB
VB.net
<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.txtFilestoreType = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtIDBFOPath = New System.Windows.Forms.TextBox()
|
|
Me.txtDate = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.txtIDB_OBJ_ID = New System.Windows.Forms.TextBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.txtFile2Import = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtFilestoreType
|
|
'
|
|
Me.txtFilestoreType.Location = New System.Drawing.Point(16, 62)
|
|
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(152, 58)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(137, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "2. GetFileName"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtIDBFOPath
|
|
'
|
|
Me.txtIDBFOPath.Location = New System.Drawing.Point(152, 87)
|
|
Me.txtIDBFOPath.Name = "txtIDBFOPath"
|
|
Me.txtIDBFOPath.ReadOnly = True
|
|
Me.txtIDBFOPath.Size = New System.Drawing.Size(495, 20)
|
|
Me.txtIDBFOPath.TabIndex = 4
|
|
'
|
|
'txtDate
|
|
'
|
|
Me.txtDate.Location = New System.Drawing.Point(16, 101)
|
|
Me.txtDate.Name = "txtDate"
|
|
Me.txtDate.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtDate.TabIndex = 5
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(16, 43)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "FileStoreType"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(16, 85)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Date"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(12, 12)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(277, 23)
|
|
Me.Button2.TabIndex = 8
|
|
Me.Button2.Text = "1. Get IDB_OBJ_ID"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'txtIDB_OBJ_ID
|
|
'
|
|
Me.txtIDB_OBJ_ID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DigitalData.GUIs.ZooFlow.Settings.Default, "IDBOBJID", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.txtIDB_OBJ_ID.Location = New System.Drawing.Point(295, 12)
|
|
Me.txtIDB_OBJ_ID.Name = "txtIDB_OBJ_ID"
|
|
Me.txtIDB_OBJ_ID.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtIDB_OBJ_ID.TabIndex = 9
|
|
Me.txtIDB_OBJ_ID.Text = Global.DigitalData.GUIs.ZooFlow.Settings.Default.IDBOBJID
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(16, 188)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(175, 23)
|
|
Me.Button3.TabIndex = 10
|
|
Me.Button3.Text = "3. Import/StreamFile"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'txtFile2Import
|
|
'
|
|
Me.txtFile2Import.Location = New System.Drawing.Point(16, 162)
|
|
Me.txtFile2Import.Name = "txtFile2Import"
|
|
Me.txtFile2Import.Size = New System.Drawing.Size(631, 20)
|
|
Me.txtFile2Import.TabIndex = 11
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(16, 143)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label1.TabIndex = 12
|
|
Me.Label1.Text = "File2Import"
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Location = New System.Drawing.Point(19, 234)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 13
|
|
Me.Button4.Text = "Button4"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Location = New System.Drawing.Point(332, 218)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button5.TabIndex = 14
|
|
Me.Button5.Text = "Button5"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'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.Button5)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtFile2Import)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.txtIDB_OBJ_ID)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtDate)
|
|
Me.Controls.Add(Me.txtIDBFOPath)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtFilestoreType)
|
|
Me.Name = "frmtest"
|
|
Me.Text = "frmtest"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtFilestoreType As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtIDBFOPath As TextBox
|
|
Friend WithEvents txtDate As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents txtIDB_OBJ_ID As TextBox
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents txtFile2Import As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents Button5 As Button
|
|
End Class
|