284 lines
11 KiB
VB.net
284 lines
11 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.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtIDB_OBJ_ID = New System.Windows.Forms.TextBox()
|
|
Me.txtFile2Import = New System.Windows.Forms.TextBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.CheckBoxKeepExtension = New System.Windows.Forms.CheckBox()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.cmbObjectStoreType = New System.Windows.Forms.ComboBox()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtAttributeName = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(9, 66)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "FileStoreType"
|
|
'
|
|
'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(137, 38)
|
|
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
|
|
'
|
|
'txtFile2Import
|
|
'
|
|
Me.txtFile2Import.Location = New System.Drawing.Point(137, 12)
|
|
Me.txtFile2Import.Name = "txtFile2Import"
|
|
Me.txtFile2Import.Size = New System.Drawing.Size(426, 20)
|
|
Me.txtFile2Import.TabIndex = 11
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Location = New System.Drawing.Point(16, 345)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(286, 23)
|
|
Me.Button4.TabIndex = 13
|
|
Me.Button4.Text = "4A. Reopen from AppServ"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Location = New System.Drawing.Point(16, 374)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(286, 23)
|
|
Me.Button5.TabIndex = 14
|
|
Me.Button5.Text = "4B. Alternative stream/append"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBoxKeepExtension
|
|
'
|
|
Me.CheckBoxKeepExtension.AutoSize = True
|
|
Me.CheckBoxKeepExtension.Checked = True
|
|
Me.CheckBoxKeepExtension.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBoxKeepExtension.Location = New System.Drawing.Point(16, 19)
|
|
Me.CheckBoxKeepExtension.Name = "CheckBoxKeepExtension"
|
|
Me.CheckBoxKeepExtension.Size = New System.Drawing.Size(100, 17)
|
|
Me.CheckBoxKeepExtension.TabIndex = 15
|
|
Me.CheckBoxKeepExtension.Text = "Keep Extension"
|
|
Me.CheckBoxKeepExtension.UseVisualStyleBackColor = True
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.Location = New System.Drawing.Point(569, 9)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button6.TabIndex = 16
|
|
Me.Button6.Text = "Select File"
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.Location = New System.Drawing.Point(16, 403)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(286, 23)
|
|
Me.Button7.TabIndex = 14
|
|
Me.Button7.Text = "4C. Alternative"
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.Location = New System.Drawing.Point(12, 142)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(187, 23)
|
|
Me.Button8.TabIndex = 17
|
|
Me.Button8.Text = "Import File"
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(9, 14)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label4.TabIndex = 18
|
|
Me.Label4.Text = "File Path"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(9, 41)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label5.TabIndex = 18
|
|
Me.Label5.Text = "ObjectId"
|
|
'
|
|
'cmbObjectStoreType
|
|
'
|
|
Me.cmbObjectStoreType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbObjectStoreType.FormattingEnabled = True
|
|
Me.cmbObjectStoreType.Items.AddRange(New Object() {"Work", "Archive"})
|
|
Me.cmbObjectStoreType.Location = New System.Drawing.Point(137, 63)
|
|
Me.cmbObjectStoreType.Name = "cmbObjectStoreType"
|
|
Me.cmbObjectStoreType.Size = New System.Drawing.Size(121, 21)
|
|
Me.cmbObjectStoreType.TabIndex = 19
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(137, 90)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(200, 20)
|
|
Me.DateTimePicker1.TabIndex = 20
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(9, 96)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label6.TabIndex = 6
|
|
Me.Label6.Text = "Date"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(137, 183)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(426, 20)
|
|
Me.TextBox1.TabIndex = 21
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 186)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(98, 13)
|
|
Me.Label1.TabIndex = 18
|
|
Me.Label1.Text = "File Path (Imported)"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.CheckBoxKeepExtension)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(653, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(200, 100)
|
|
Me.GroupBox1.TabIndex = 22
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Import Options"
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(653, 118)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(200, 329)
|
|
Me.ListBox1.TabIndex = 23
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(205, 142)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(187, 23)
|
|
Me.Button1.TabIndex = 17
|
|
Me.Button1.Text = "GetAttribute"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtAttributeName
|
|
'
|
|
Me.txtAttributeName.Location = New System.Drawing.Point(398, 144)
|
|
Me.txtAttributeName.Name = "txtAttributeName"
|
|
Me.txtAttributeName.Size = New System.Drawing.Size(165, 20)
|
|
Me.txtAttributeName.TabIndex = 24
|
|
Me.txtAttributeName.Text = "InvoiceNr"
|
|
'
|
|
'frmtest
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(865, 450)
|
|
Me.Controls.Add(Me.txtAttributeName)
|
|
Me.Controls.Add(Me.ListBox1)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.DateTimePicker1)
|
|
Me.Controls.Add(Me.cmbObjectStoreType)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Button8)
|
|
Me.Controls.Add(Me.Button6)
|
|
Me.Controls.Add(Me.Button7)
|
|
Me.Controls.Add(Me.Button5)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.txtFile2Import)
|
|
Me.Controls.Add(Me.txtIDB_OBJ_ID)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Name = "frmtest"
|
|
Me.Text = "frmtest"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtIDB_OBJ_ID As TextBox
|
|
Friend WithEvents txtFile2Import As TextBox
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents CheckBoxKeepExtension As CheckBox
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents Button8 As Button
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents cmbObjectStoreType As ComboBox
|
|
Friend WithEvents DateTimePicker1 As DateTimePicker
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents ListBox1 As ListBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtAttributeName As TextBox
|
|
End Class
|