namespace OnDoc.DocMgmt { partial class SerienbriefBearbeitung { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerienbriefBearbeitung)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.tscomboboxbp = new System.Windows.Forms.ToolStripComboBox(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.sfdatagridstandard = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.contextMenuStandard = new System.Windows.Forms.ContextMenuStrip(this.components); this.platzhalterImDokumentEinfügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.sfdatagridDokspezifisch = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.contextMenuIDV = new System.Windows.Forms.ContextMenuStrip(this.components); this.platzhalterImDokumentEinfügenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.label3 = new System.Windows.Forms.Label(); this.sfdatagridUsed = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.contextMenuUsed = new System.Windows.Forms.ContextMenuStrip(this.components); this.cursorImDokumentPositionierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.platzhalterLöschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label4 = new System.Windows.Forms.Label(); this.txtfilter = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.docPreview1 = new OnDoc.UIControls.DocPreview(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).BeginInit(); this.contextMenuStandard.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridDokspezifisch)).BeginInit(); this.contextMenuIDV.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridUsed)).BeginInit(); this.contextMenuUsed.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.tscomboboxbp, this.toolStripButton2, this.toolStripButton3}); this.toolStrip1.Location = new System.Drawing.Point(2, 2); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(377, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::OnDoc.Properties.Resources.save_24x24_32; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Speichern und schliessen"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // tscomboboxbp // this.tscomboboxbp.Name = "tscomboboxbp"; this.tscomboboxbp.Size = new System.Drawing.Size(121, 25); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::OnDoc.Properties.Resources.Preview_Rechts_24x24_32; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "Vorschau"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = global::OnDoc.Properties.Resources.Preview_Now_24x24_32; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(23, 22); this.toolStripButton3.Text = "Vorschau schliessen"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // sfdatagridstandard // this.sfdatagridstandard.AccessibleName = "Table"; this.sfdatagridstandard.AllowEditing = false; this.sfdatagridstandard.AllowFiltering = true; this.sfdatagridstandard.AllowResizingColumns = true; this.sfdatagridstandard.ContextMenuStrip = this.contextMenuStandard; this.sfdatagridstandard.Location = new System.Drawing.Point(3, 39); this.sfdatagridstandard.Name = "sfdatagridstandard"; this.sfdatagridstandard.Size = new System.Drawing.Size(373, 481); this.sfdatagridstandard.TabIndex = 0; this.sfdatagridstandard.Text = "sfDataGrid1"; this.sfdatagridstandard.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridstandard_CellClick); // // contextMenuStandard // this.contextMenuStandard.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.platzhalterImDokumentEinfügenToolStripMenuItem}); this.contextMenuStandard.Name = "contextMenuStandard"; this.contextMenuStandard.Size = new System.Drawing.Size(256, 26); // // platzhalterImDokumentEinfügenToolStripMenuItem // this.platzhalterImDokumentEinfügenToolStripMenuItem.Name = "platzhalterImDokumentEinfügenToolStripMenuItem"; this.platzhalterImDokumentEinfügenToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.platzhalterImDokumentEinfügenToolStripMenuItem.Text = "Platzhalter im Dokument einfügen"; this.platzhalterImDokumentEinfügenToolStripMenuItem.Click += new System.EventHandler(this.platzhalterImDokumentEinfügenToolStripMenuItem_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 526); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(190, 13); this.label2.TabIndex = 4; this.label2.Text = "Verfügbare dokument-spzifische Werte"; this.label2.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(137, 13); this.label1.TabIndex = 3; this.label1.Text = "Verfügbare Standard-Werte"; // // sfdatagridDokspezifisch // this.sfdatagridDokspezifisch.AccessibleName = "Table"; this.sfdatagridDokspezifisch.ContextMenuStrip = this.contextMenuIDV; this.sfdatagridDokspezifisch.Location = new System.Drawing.Point(3, 542); this.sfdatagridDokspezifisch.Name = "sfdatagridDokspezifisch"; this.sfdatagridDokspezifisch.Size = new System.Drawing.Size(367, 101); this.sfdatagridDokspezifisch.TabIndex = 1; this.sfdatagridDokspezifisch.Text = "sfDataGrid1"; this.sfdatagridDokspezifisch.Visible = false; this.sfdatagridDokspezifisch.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridDokspezifisch_CellClick); // // contextMenuIDV // this.contextMenuIDV.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.platzhalterImDokumentEinfügenToolStripMenuItem1}); this.contextMenuIDV.Name = "contextMenuIDV"; this.contextMenuIDV.Size = new System.Drawing.Size(256, 26); // // platzhalterImDokumentEinfügenToolStripMenuItem1 // this.platzhalterImDokumentEinfügenToolStripMenuItem1.Name = "platzhalterImDokumentEinfügenToolStripMenuItem1"; this.platzhalterImDokumentEinfügenToolStripMenuItem1.Size = new System.Drawing.Size(255, 22); this.platzhalterImDokumentEinfügenToolStripMenuItem1.Text = "Platzhalter im Dokument einfügen"; this.platzhalterImDokumentEinfügenToolStripMenuItem1.Click += new System.EventHandler(this.platzhalterImDokumentEinfügenToolStripMenuItem1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 526); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 13); this.label3.TabIndex = 5; this.label3.Text = "Verwendete Werte"; // // sfdatagridUsed // this.sfdatagridUsed.AccessibleName = "Table"; this.sfdatagridUsed.AllowEditing = false; this.sfdatagridUsed.AllowFiltering = true; this.sfdatagridUsed.AllowResizingColumns = true; this.sfdatagridUsed.ContextMenuStrip = this.contextMenuUsed; this.sfdatagridUsed.Location = new System.Drawing.Point(3, 542); this.sfdatagridUsed.Name = "sfdatagridUsed"; this.sfdatagridUsed.Size = new System.Drawing.Size(367, 166); this.sfdatagridUsed.TabIndex = 2; this.sfdatagridUsed.Text = "sfDataGrid1"; // // contextMenuUsed // this.contextMenuUsed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cursorImDokumentPositionierenToolStripMenuItem, this.platzhalterLöschenToolStripMenuItem}); this.contextMenuUsed.Name = "contextMenuUsed"; this.contextMenuUsed.Size = new System.Drawing.Size(258, 48); // // cursorImDokumentPositionierenToolStripMenuItem // this.cursorImDokumentPositionierenToolStripMenuItem.Name = "cursorImDokumentPositionierenToolStripMenuItem"; this.cursorImDokumentPositionierenToolStripMenuItem.Size = new System.Drawing.Size(257, 22); this.cursorImDokumentPositionierenToolStripMenuItem.Text = "Cursor im Dokument positionieren"; this.cursorImDokumentPositionierenToolStripMenuItem.Click += new System.EventHandler(this.cursorImDokumentPositionierenToolStripMenuItem_Click); // // platzhalterLöschenToolStripMenuItem // this.platzhalterLöschenToolStripMenuItem.Name = "platzhalterLöschenToolStripMenuItem"; this.platzhalterLöschenToolStripMenuItem.Size = new System.Drawing.Size(257, 22); this.platzhalterLöschenToolStripMenuItem.Text = "Platzhalter löschen"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(149, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 13); this.label4.TabIndex = 6; this.label4.Text = "Suche:"; // // txtfilter // this.txtfilter.Location = new System.Drawing.Point(196, 13); this.txtfilter.Name = "txtfilter"; this.txtfilter.Size = new System.Drawing.Size(150, 20); this.txtfilter.TabIndex = 7; this.txtfilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtfilter_KeyDown); // // groupBox2 // this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.sfdatagridstandard); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtfilter); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.sfdatagridUsed); this.groupBox2.Controls.Add(this.sfdatagridDokspezifisch); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox2.Location = new System.Drawing.Point(2, 27); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(387, 820); this.groupBox2.TabIndex = 9; this.groupBox2.TabStop = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label5); this.panel1.Location = new System.Drawing.Point(3, 714); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(367, 100); this.panel1.TabIndex = 11; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 30); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(219, 13); this.label6.TabIndex = 9; this.label6.Text = "1. Word-Dokument speichern und schliessen"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(16, 48); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(333, 13); this.label7.TabIndex = 10; this.label7.Text = "2.Bearbeitungsfenster über Speichersymbol speichern und schliessen"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(3, 9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(201, 17); this.label5.TabIndex = 8; this.label5.Text = "Hinweise zur Speicherung:"; // // docPreview1 // this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill; this.docPreview1.Location = new System.Drawing.Point(389, 27); this.docPreview1.Name = "docPreview1"; this.docPreview1.Size = new System.Drawing.Size(0, 820); this.docPreview1.TabIndex = 8; this.docPreview1.Visible = false; this.docPreview1.ZoomPercentage = 0; // // SerienbriefBearbeitung // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(381, 849); this.Controls.Add(this.docPreview1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SerienbriefBearbeitung"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Serienbrief-Bearbeitung"; this.Load += new System.EventHandler(this.SerienbriefBearbeitung_Load); this.ResizeEnd += new System.EventHandler(this.SerienbriefBearbeitung_ResizeEnd); this.Resize += new System.EventHandler(this.SerienbriefBearbeitung_Resize); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).EndInit(); this.contextMenuStandard.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridDokspezifisch)).EndInit(); this.contextMenuIDV.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridUsed)).EndInit(); this.contextMenuUsed.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridUsed; private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridDokspezifisch; private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridstandard; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.ContextMenuStrip contextMenuStandard; private System.Windows.Forms.ToolStripMenuItem platzhalterImDokumentEinfügenToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuIDV; private System.Windows.Forms.ToolStripMenuItem platzhalterImDokumentEinfügenToolStripMenuItem1; private System.Windows.Forms.ContextMenuStrip contextMenuUsed; private System.Windows.Forms.ToolStripMenuItem cursorImDokumentPositionierenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem platzhalterLöschenToolStripMenuItem; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtfilter; private System.Windows.Forms.ToolStripComboBox tscomboboxbp; private UIControls.DocPreview docPreview1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label7; } }