_ Partial Class frmtest Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.Label2 = New System.Windows.Forms.Label() Me.txtFile2Import = New System.Windows.Forms.TextBox() Me.btnOpenFile = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.btnNewFile = 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.btnImportFile = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txtProfileId = New System.Windows.Forms.TextBox() Me.txtIDB_OBJ_ID = New System.Windows.Forms.TextBox() 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" ' '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 ' 'btnOpenFile ' Me.btnOpenFile.Location = New System.Drawing.Point(569, 9) Me.btnOpenFile.Name = "btnOpenFile" Me.btnOpenFile.Size = New System.Drawing.Size(75, 23) Me.btnOpenFile.TabIndex = 16 Me.btnOpenFile.Text = "Select File" Me.btnOpenFile.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'btnNewFile ' Me.btnNewFile.Location = New System.Drawing.Point(12, 142) Me.btnNewFile.Name = "btnNewFile" Me.btnNewFile.Size = New System.Drawing.Size(187, 23) Me.btnNewFile.TabIndex = 17 Me.btnNewFile.Text = "NewFile" Me.btnNewFile.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" ' 'btnImportFile ' Me.btnImportFile.Location = New System.Drawing.Point(205, 142) Me.btnImportFile.Name = "btnImportFile" Me.btnImportFile.Size = New System.Drawing.Size(187, 23) Me.btnImportFile.TabIndex = 17 Me.btnImportFile.Text = "ImportFile (GLOBIX)" Me.btnImportFile.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(410, 44) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 18 Me.Label1.Text = "ProfileId" ' 'txtProfileId ' Me.txtProfileId.Location = New System.Drawing.Point(461, 41) Me.txtProfileId.Name = "txtProfileId" Me.txtProfileId.Size = New System.Drawing.Size(100, 20) Me.txtProfileId.TabIndex = 21 Me.txtProfileId.Text = "1" ' '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 ' '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.txtProfileId) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.cmbObjectStoreType) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.btnImportFile) Me.Controls.Add(Me.btnNewFile) Me.Controls.Add(Me.btnOpenFile) 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.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 btnOpenFile As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents btnNewFile 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 btnImportFile As Button Friend WithEvents Label1 As Label Friend WithEvents txtProfileId As TextBox End Class