_ Partial Class frmNIMoveRename 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.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim PROFILE_NAMELabel As System.Windows.Forms.Label Dim FOLDER_FOR_INDEXLabel As System.Windows.Forms.Label Dim NAMECONVENTIONLabel As System.Windows.Forms.Label Dim CREATED_WHOLabel As System.Windows.Forms.Label Dim CREATED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNIMoveRename)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.MyDataset = New ToolCollection.MyDataset() Me.TBTC_MOVE_RENAMEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBTC_MOVE_RENAMETableAdapter = New ToolCollection.MyDatasetTableAdapters.TBTC_MOVE_RENAMETableAdapter() Me.TableAdapterManager = New ToolCollection.MyDatasetTableAdapters.TableAdapterManager() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.PROFILE_NAMETextBox = New System.Windows.Forms.TextBox() Me.FOLDER_FOR_INDEXTextBox = New System.Windows.Forms.TextBox() Me.NAMECONVENTIONTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() Me.CREATED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CREATED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.tsbtnAdd = New System.Windows.Forms.ToolStripButton() Me.tsbtnsave = New System.Windows.Forms.ToolStripButton() Me.tsbtndelete = New System.Windows.Forms.ToolStripButton() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() GUIDLabel = New System.Windows.Forms.Label() PROFILE_NAMELabel = New System.Windows.Forms.Label() FOLDER_FOR_INDEXLabel = New System.Windows.Forms.Label() NAMECONVENTIONLabel = New System.Windows.Forms.Label() CREATED_WHOLabel = New System.Windows.Forms.Label() CREATED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() Me.ToolStrip1.SuspendLayout() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBTC_MOVE_RENAMEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Location = New System.Drawing.Point(12, 25) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(22, 13) GUIDLabel.TabIndex = 4 GUIDLabel.Text = "ID:" ' 'PROFILE_NAMELabel ' PROFILE_NAMELabel.AutoSize = True PROFILE_NAMELabel.Location = New System.Drawing.Point(77, 25) PROFILE_NAMELabel.Name = "PROFILE_NAMELabel" PROFILE_NAMELabel.Size = New System.Drawing.Size(68, 13) PROFILE_NAMELabel.TabIndex = 6 PROFILE_NAMELabel.Text = "ProfileName:" ' 'FOLDER_FOR_INDEXLabel ' FOLDER_FOR_INDEXLabel.AutoSize = True FOLDER_FOR_INDEXLabel.Location = New System.Drawing.Point(12, 65) FOLDER_FOR_INDEXLabel.Name = "FOLDER_FOR_INDEXLabel" FOLDER_FOR_INDEXLabel.Size = New System.Drawing.Size(190, 13) FOLDER_FOR_INDEXLabel.TabIndex = 8 FOLDER_FOR_INDEXLabel.Text = "Dynamischer Ordner(OrdnerStruktur):" ' 'NAMECONVENTIONLabel ' NAMECONVENTIONLabel.AutoSize = True NAMECONVENTIONLabel.Location = New System.Drawing.Point(12, 105) NAMECONVENTIONLabel.Name = "NAMECONVENTIONLabel" NAMECONVENTIONLabel.Size = New System.Drawing.Size(125, 13) NAMECONVENTIONLabel.TabIndex = 10 NAMECONVENTIONLabel.Text = "Namenkonvention Datei:" ' 'CREATED_WHOLabel ' CREATED_WHOLabel.AutoSize = True CREATED_WHOLabel.Location = New System.Drawing.Point(13, 147) CREATED_WHOLabel.Name = "CREATED_WHOLabel" CREATED_WHOLabel.Size = New System.Drawing.Size(67, 13) CREATED_WHOLabel.TabIndex = 14 CREATED_WHOLabel.Text = "Erstellt Wer:" ' 'CREATED_WHENLabel ' CREATED_WHENLabel.AutoSize = True CREATED_WHENLabel.Location = New System.Drawing.Point(237, 147) CREATED_WHENLabel.Name = "CREATED_WHENLabel" CREATED_WHENLabel.Size = New System.Drawing.Size(75, 13) CREATED_WHENLabel.TabIndex = 16 CREATED_WHENLabel.Text = "Erstellt Wann:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Location = New System.Drawing.Point(13, 187) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(79, 13) CHANGED_WHOLabel.TabIndex = 18 CHANGED_WHOLabel.Text = "Geändert Wer:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Location = New System.Drawing.Point(237, 187) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(87, 13) CHANGED_WHENLabel.TabIndex = 20 CHANGED_WHENLabel.Text = "Geändert Wann:" ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(0, 233) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(800, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStrip1 ' Me.ToolStrip1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnAdd, Me.tsbtnsave, Me.tsbtndelete}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(800, 25) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "ToolStrip1" ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBTC_MOVE_RENAMEBindingSource ' Me.TBTC_MOVE_RENAMEBindingSource.DataMember = "TBTC_MOVE_RENAME" Me.TBTC_MOVE_RENAMEBindingSource.DataSource = Me.MyDataset ' 'TBTC_MOVE_RENAMETableAdapter ' Me.TBTC_MOVE_RENAMETableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_REPORTING_IMPORTTableAdapter = Nothing Me.TableAdapterManager.TBTC_MOVE_RENAMETableAdapter = Me.TBTC_MOVE_RENAMETableAdapter Me.TableAdapterManager.UpdateOrder = ToolCollection.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "GUID", True)) Me.GUIDTextBox.Location = New System.Drawing.Point(15, 41) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True Me.GUIDTextBox.Size = New System.Drawing.Size(56, 21) Me.GUIDTextBox.TabIndex = 5 ' 'PROFILE_NAMETextBox ' Me.PROFILE_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "PROFILE_NAME", True)) Me.PROFILE_NAMETextBox.Location = New System.Drawing.Point(80, 41) Me.PROFILE_NAMETextBox.Name = "PROFILE_NAMETextBox" Me.PROFILE_NAMETextBox.ReadOnly = True Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(290, 21) Me.PROFILE_NAMETextBox.TabIndex = 7 ' 'FOLDER_FOR_INDEXTextBox ' Me.FOLDER_FOR_INDEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "FOLDER_FOR_INDEX", True)) Me.FOLDER_FOR_INDEXTextBox.Location = New System.Drawing.Point(15, 81) Me.FOLDER_FOR_INDEXTextBox.Name = "FOLDER_FOR_INDEXTextBox" Me.FOLDER_FOR_INDEXTextBox.Size = New System.Drawing.Size(714, 21) Me.FOLDER_FOR_INDEXTextBox.TabIndex = 9 ' 'NAMECONVENTIONTextBox ' Me.NAMECONVENTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "NAMECONVENTION", True)) Me.NAMECONVENTIONTextBox.Location = New System.Drawing.Point(15, 121) Me.NAMECONVENTIONTextBox.Name = "NAMECONVENTIONTextBox" Me.NAMECONVENTIONTextBox.Size = New System.Drawing.Size(714, 21) Me.NAMECONVENTIONTextBox.TabIndex = 11 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBTC_MOVE_RENAMEBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox.Location = New System.Drawing.Point(389, 39) Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.Size = New System.Drawing.Size(104, 24) Me.ACTIVECheckBox.TabIndex = 13 Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'CREATED_WHOTextBox ' Me.CREATED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "CREATED_WHO", True)) Me.CREATED_WHOTextBox.Location = New System.Drawing.Point(16, 163) Me.CREATED_WHOTextBox.Name = "CREATED_WHOTextBox" Me.CREATED_WHOTextBox.ReadOnly = True Me.CREATED_WHOTextBox.Size = New System.Drawing.Size(215, 21) Me.CREATED_WHOTextBox.TabIndex = 15 ' 'CREATED_WHENTextBox ' Me.CREATED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "CREATED_WHEN", True)) Me.CREATED_WHENTextBox.Location = New System.Drawing.Point(240, 163) Me.CREATED_WHENTextBox.Name = "CREATED_WHENTextBox" Me.CREATED_WHENTextBox.ReadOnly = True Me.CREATED_WHENTextBox.Size = New System.Drawing.Size(191, 21) Me.CREATED_WHENTextBox.TabIndex = 17 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(16, 203) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(215, 21) Me.CHANGED_WHOTextBox.TabIndex = 19 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_MOVE_RENAMEBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(240, 203) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(191, 21) Me.CHANGED_WHENTextBox.TabIndex = 21 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(764, 120) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(29, 21) Me.Button1.TabIndex = 22 Me.Button1.Text = "..." Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(764, 80) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(29, 21) Me.Button2.TabIndex = 23 Me.Button2.Text = "..." Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Image = Global.ToolCollection.My.Resources.Resources.folder_Closed_16xMD Me.Button3.Location = New System.Drawing.Point(735, 81) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(23, 23) Me.Button3.TabIndex = 24 Me.Button3.UseVisualStyleBackColor = True ' 'tsbtnAdd ' Me.tsbtnAdd.Image = Global.ToolCollection.My.Resources.Resources.action_add_16xMD Me.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnAdd.Name = "tsbtnAdd" Me.tsbtnAdd.Size = New System.Drawing.Size(163, 22) Me.tsbtnAdd.Text = "Konfiguration hinzufügen" ' 'tsbtnsave ' Me.tsbtnsave.Image = Global.ToolCollection.My.Resources.Resources.save Me.tsbtnsave.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnsave.Name = "tsbtnsave" Me.tsbtnsave.Size = New System.Drawing.Size(79, 22) Me.tsbtnsave.Text = "Speichern" ' 'tsbtndelete ' Me.tsbtndelete.Image = Global.ToolCollection.My.Resources.Resources.delete Me.tsbtndelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtndelete.Name = "tsbtndelete" Me.tsbtndelete.Size = New System.Drawing.Size(71, 22) Me.tsbtndelete.Text = "Löschen" ' 'FolderBrowserDialog1 ' Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer ' 'frmNIMoveRename ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 255) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(PROFILE_NAMELabel) Me.Controls.Add(Me.PROFILE_NAMETextBox) Me.Controls.Add(FOLDER_FOR_INDEXLabel) Me.Controls.Add(Me.FOLDER_FOR_INDEXTextBox) Me.Controls.Add(NAMECONVENTIONLabel) Me.Controls.Add(Me.NAMECONVENTIONTextBox) Me.Controls.Add(Me.ACTIVECheckBox) Me.Controls.Add(CREATED_WHOLabel) Me.Controls.Add(Me.CREATED_WHOTextBox) Me.Controls.Add(CREATED_WHENLabel) Me.Controls.Add(Me.CREATED_WHENTextBox) Me.Controls.Add(CHANGED_WHOLabel) Me.Controls.Add(Me.CHANGED_WHOTextBox) Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimizeBox = False Me.Name = "frmNIMoveRename" Me.Text = "Move and Rename - Konfiguration" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBTC_MOVE_RENAMEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents tsbtnAdd As ToolStripButton Friend WithEvents tsbtnsave As ToolStripButton Friend WithEvents MyDataset As MyDataset Friend WithEvents TBTC_MOVE_RENAMEBindingSource As BindingSource Friend WithEvents TBTC_MOVE_RENAMETableAdapter As MyDatasetTableAdapters.TBTC_MOVE_RENAMETableAdapter Friend WithEvents TableAdapterManager As MyDatasetTableAdapters.TableAdapterManager Friend WithEvents GUIDTextBox As TextBox Friend WithEvents PROFILE_NAMETextBox As TextBox Friend WithEvents FOLDER_FOR_INDEXTextBox As TextBox Friend WithEvents NAMECONVENTIONTextBox As TextBox Friend WithEvents ACTIVECheckBox As CheckBox Friend WithEvents CREATED_WHOTextBox As TextBox Friend WithEvents CREATED_WHENTextBox As TextBox Friend WithEvents CHANGED_WHOTextBox As TextBox Friend WithEvents CHANGED_WHENTextBox As TextBox Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents tsbtndelete As ToolStripButton Friend WithEvents Button3 As Button Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog End Class