You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
12 KiB
229 lines
12 KiB
namespace OnDoc.DocMgmt
|
|
{
|
|
partial class SerienbriefBearbeitung
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.sfdatagridUsed = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.sfdatagridDokspezifisch = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.sfdatagridstandard = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.contextMenuStandard = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.platzhalterImDokumentEinfügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuIDV = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.platzhalterImDokumentEinfügenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
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.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridUsed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridDokspezifisch)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).BeginInit();
|
|
this.contextMenuStandard.SuspendLayout();
|
|
this.contextMenuIDV.SuspendLayout();
|
|
this.contextMenuUsed.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(382, 25);
|
|
this.toolStrip1.TabIndex = 0;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.sfdatagridUsed);
|
|
this.groupBox1.Controls.Add(this.sfdatagridDokspezifisch);
|
|
this.groupBox1.Controls.Add(this.sfdatagridstandard);
|
|
this.groupBox1.Location = new System.Drawing.Point(5, 30);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(379, 435);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// sfdatagridUsed
|
|
//
|
|
this.sfdatagridUsed.AccessibleName = "Table";
|
|
this.sfdatagridUsed.ContextMenuStrip = this.contextMenuUsed;
|
|
this.sfdatagridUsed.Location = new System.Drawing.Point(6, 263);
|
|
this.sfdatagridUsed.Name = "sfdatagridUsed";
|
|
this.sfdatagridUsed.Size = new System.Drawing.Size(367, 166);
|
|
this.sfdatagridUsed.TabIndex = 2;
|
|
this.sfdatagridUsed.Text = "sfDataGrid1";
|
|
//
|
|
// sfdatagridDokspezifisch
|
|
//
|
|
this.sfdatagridDokspezifisch.AccessibleName = "Table";
|
|
this.sfdatagridDokspezifisch.ContextMenuStrip = this.contextMenuIDV;
|
|
this.sfdatagridDokspezifisch.Location = new System.Drawing.Point(6, 135);
|
|
this.sfdatagridDokspezifisch.Name = "sfdatagridDokspezifisch";
|
|
this.sfdatagridDokspezifisch.Size = new System.Drawing.Size(367, 101);
|
|
this.sfdatagridDokspezifisch.TabIndex = 1;
|
|
this.sfdatagridDokspezifisch.Text = "sfDataGrid1";
|
|
//
|
|
// sfdatagridstandard
|
|
//
|
|
this.sfdatagridstandard.AccessibleName = "Table";
|
|
this.sfdatagridstandard.ContextMenuStrip = this.contextMenuStandard;
|
|
this.sfdatagridstandard.Location = new System.Drawing.Point(6, 32);
|
|
this.sfdatagridstandard.Name = "sfdatagridstandard";
|
|
this.sfdatagridstandard.Size = new System.Drawing.Size(367, 84);
|
|
this.sfdatagridstandard.TabIndex = 0;
|
|
this.sfdatagridstandard.Text = "sfDataGrid1";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 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";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 119);
|
|
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";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(7, 244);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(96, 13);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Verwendete Werte";
|
|
//
|
|
// 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, 48);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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";
|
|
//
|
|
// SerienbriefBearbeitung
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(386, 478);
|
|
this.Controls.Add(this.groupBox1);
|
|
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 = "SerienbriefBearbeitung";
|
|
this.Load += new System.EventHandler(this.SerienbriefBearbeitung_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridUsed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridDokspezifisch)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).EndInit();
|
|
this.contextMenuStandard.ResumeLayout(false);
|
|
this.contextMenuIDV.ResumeLayout(false);
|
|
this.contextMenuUsed.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
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;
|
|
}
|
|
} |