_ Partial Class FrmDocmSettings 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDocmSettings)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.C1Dokumenttypen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.C1DokumenttypStatus = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label6 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.AlleVorlagenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.VorlagenMitDOCMSettingsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip1.SuspendLayout() CType(Me.C1Dokumenttypen, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.C1DokumenttypStatus, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SchliessenToolStripMenuItem, Me.AlleVorlagenToolStripMenuItem, Me.VorlagenMitDOCMSettingsToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(1043, 24) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'SchliessenToolStripMenuItem ' Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem" Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(73, 20) Me.SchliessenToolStripMenuItem.Text = "Schliessen" ' 'C1Dokumenttypen ' Me.C1Dokumenttypen.AlternatingRows = True Me.C1Dokumenttypen.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Dokumenttypen.FetchRowStyles = True Me.C1Dokumenttypen.FilterBar = True Me.C1Dokumenttypen.GroupByCaption = "Drag a column header here to group by that column" Me.C1Dokumenttypen.Images.Add(CType(resources.GetObject("C1Dokumenttypen.Images"), System.Drawing.Image)) Me.C1Dokumenttypen.Location = New System.Drawing.Point(3, 16) Me.C1Dokumenttypen.Name = "C1Dokumenttypen" Me.C1Dokumenttypen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Dokumenttypen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Dokumenttypen.PreviewInfo.ZoomFactor = 75.0R Me.C1Dokumenttypen.PrintInfo.PageSettings = CType(resources.GetObject("C1Dokumenttypen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Dokumenttypen.RecordSelectorWidth = 16 Me.C1Dokumenttypen.Size = New System.Drawing.Size(264, 503) Me.C1Dokumenttypen.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Dokumenttypen.TabIndex = 14 Me.C1Dokumenttypen.Text = "C1Dokumenttypen" Me.C1Dokumenttypen.PropBag = resources.GetString("C1Dokumenttypen.PropBag") ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1Dokumenttypen) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left Me.GroupBox1.Location = New System.Drawing.Point(0, 24) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(270, 522) Me.GroupBox1.TabIndex = 15 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Dokumenttypen" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.C1DokumenttypStatus) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Location = New System.Drawing.Point(270, 24) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(773, 304) Me.GroupBox2.TabIndex = 16 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Dokumenttyp-Status" ' 'C1DokumenttypStatus ' Me.C1DokumenttypStatus.AlternatingRows = True Me.C1DokumenttypStatus.Dock = System.Windows.Forms.DockStyle.Fill Me.C1DokumenttypStatus.FetchRowStyles = True Me.C1DokumenttypStatus.FilterBar = True Me.C1DokumenttypStatus.GroupByCaption = "Drag a column header here to group by that column" Me.C1DokumenttypStatus.Images.Add(CType(resources.GetObject("C1DokumenttypStatus.Images"), System.Drawing.Image)) Me.C1DokumenttypStatus.Location = New System.Drawing.Point(3, 16) Me.C1DokumenttypStatus.Name = "C1DokumenttypStatus" Me.C1DokumenttypStatus.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1DokumenttypStatus.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1DokumenttypStatus.PreviewInfo.ZoomFactor = 75.0R Me.C1DokumenttypStatus.PrintInfo.PageSettings = CType(resources.GetObject("C1DokumenttypStatus.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1DokumenttypStatus.RecordSelectorWidth = 16 Me.C1DokumenttypStatus.Size = New System.Drawing.Size(767, 285) Me.C1DokumenttypStatus.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1DokumenttypStatus.TabIndex = 14 Me.C1DokumenttypStatus.Text = "C1TrueDBGrid1" Me.C1DokumenttypStatus.PropBag = resources.GetString("C1DokumenttypStatus.PropBag") ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label6) Me.GroupBox3.Controls.Add(Me.CheckBox1) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.Button2) Me.GroupBox3.Controls.Add(Me.Button1) Me.GroupBox3.Controls.Add(Me.TextBox1) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox3.Location = New System.Drawing.Point(270, 328) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(773, 218) Me.GroupBox3.TabIndex = 17 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "DOCM-Parameter" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(15, 158) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(110, 13) Me.Label6.TabIndex = 9 Me.Label6.Text = "DOCM auf Ebene RO" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(131, 158) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(15, 14) Me.CheckBox1.TabIndex = 8 Me.CheckBox1.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(349, 22) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(39, 13) Me.Label5.TabIndex = 7 Me.Label5.Text = "Label5" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(314, 22) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(28, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Key:" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(99, 189) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 5 Me.Button2.Text = "Löschen" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(18, 189) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 4 Me.Button1.Text = "Speichern" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(94, 52) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(368, 89) Me.TextBox1.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(15, 52) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(58, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Parameter:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(119, 22) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(0, 13) Me.Label2.TabIndex = 1 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(98, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "DokumentstatusNr:" ' 'AlleVorlagenToolStripMenuItem ' Me.AlleVorlagenToolStripMenuItem.Name = "AlleVorlagenToolStripMenuItem" Me.AlleVorlagenToolStripMenuItem.Size = New System.Drawing.Size(88, 20) Me.AlleVorlagenToolStripMenuItem.Text = "Alle Vorlagen" ' 'VorlagenMitDOCMSettingsToolStripMenuItem ' Me.VorlagenMitDOCMSettingsToolStripMenuItem.Name = "VorlagenMitDOCMSettingsToolStripMenuItem" Me.VorlagenMitDOCMSettingsToolStripMenuItem.Size = New System.Drawing.Size(172, 20) Me.VorlagenMitDOCMSettingsToolStripMenuItem.Text = "Vorlagen mit DOCM-Settings" ' 'FrmDocmSettings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1043, 546) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.MenuStrip1) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "FrmDocmSettings" Me.Text = "FrmDocmSettings" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() CType(Me.C1Dokumenttypen, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) CType(Me.C1DokumenttypStatus, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents SchliessenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents C1Dokumenttypen As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents C1DokumenttypStatus As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents AlleVorlagenToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents VorlagenMitDOCMSettingsToolStripMenuItem As Windows.Forms.ToolStripMenuItem End Class