|
|
|
|
@ -28,14 +28,18 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OfficeVorlage));
|
|
|
|
|
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
|
|
|
|
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
|
|
|
|
|
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
|
|
|
|
|
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OfficeVorlage));
|
|
|
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
|
|
|
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
|
|
@ -109,10 +113,6 @@
|
|
|
|
|
this.txtNrProduktion = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
|
|
|
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStrip1.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox7.SuspendLayout();
|
|
|
|
|
@ -162,6 +162,39 @@
|
|
|
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
|
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSplitButton1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
|
|
|
|
|
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
|
|
|
|
|
this.toolStripSplitButton1.Size = new System.Drawing.Size(48, 36);
|
|
|
|
|
this.toolStripSplitButton1.Text = "toolStripSplitButton1";
|
|
|
|
|
this.toolStripSplitButton1.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// toolStripLabel1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
|
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(101, 36);
|
|
|
|
|
this.toolStripLabel1.Text = "Suche in Vorlagen";
|
|
|
|
|
//
|
|
|
|
|
// toolStripTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
|
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
|
|
|
|
this.toolStripTextBox1.Size = new System.Drawing.Size(100, 39);
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|
|
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
|
|
|
this.toolStripButton2.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.toolStripButton2.Text = "toolStripButton2";
|
|
|
|
|
this.toolStripButton2.Visible = false;
|
|
|
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.groupBox7);
|
|
|
|
|
@ -186,7 +219,7 @@
|
|
|
|
|
this.groupBox7.Controls.Add(this.label17);
|
|
|
|
|
this.groupBox7.Location = new System.Drawing.Point(313, 296);
|
|
|
|
|
this.groupBox7.Name = "groupBox7";
|
|
|
|
|
this.groupBox7.Size = new System.Drawing.Size(534, 256);
|
|
|
|
|
this.groupBox7.Size = new System.Drawing.Size(534, 53);
|
|
|
|
|
this.groupBox7.TabIndex = 14;
|
|
|
|
|
this.groupBox7.TabStop = false;
|
|
|
|
|
this.groupBox7.Text = "PDF-Generierung";
|
|
|
|
|
@ -309,7 +342,7 @@
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtBcLeft);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label3);
|
|
|
|
|
this.groupBox4.Controls.Add(this.txtBcTop);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(312, 558);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(313, 355);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(535, 380);
|
|
|
|
|
this.groupBox4.TabIndex = 13;
|
|
|
|
|
@ -343,6 +376,7 @@
|
|
|
|
|
this.txtBCFontSize.Name = "txtBCFontSize";
|
|
|
|
|
this.txtBCFontSize.Size = new System.Drawing.Size(51, 20);
|
|
|
|
|
this.txtBCFontSize.TabIndex = 22;
|
|
|
|
|
this.txtBCFontSize.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// txtBCFont
|
|
|
|
|
//
|
|
|
|
|
@ -350,6 +384,7 @@
|
|
|
|
|
this.txtBCFont.Name = "txtBCFont";
|
|
|
|
|
this.txtBCFont.Size = new System.Drawing.Size(74, 20);
|
|
|
|
|
this.txtBCFont.TabIndex = 21;
|
|
|
|
|
this.txtBCFont.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// label14
|
|
|
|
|
//
|
|
|
|
|
@ -359,6 +394,7 @@
|
|
|
|
|
this.label14.Size = new System.Drawing.Size(75, 13);
|
|
|
|
|
this.label14.TabIndex = 20;
|
|
|
|
|
this.label14.Text = "Schrift/Grösse";
|
|
|
|
|
this.label14.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// txtBCFormat
|
|
|
|
|
//
|
|
|
|
|
@ -366,6 +402,7 @@
|
|
|
|
|
this.txtBCFormat.Name = "txtBCFormat";
|
|
|
|
|
this.txtBCFormat.Size = new System.Drawing.Size(41, 20);
|
|
|
|
|
this.txtBCFormat.TabIndex = 19;
|
|
|
|
|
this.txtBCFormat.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// label13
|
|
|
|
|
//
|
|
|
|
|
@ -392,6 +429,7 @@
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(39, 13);
|
|
|
|
|
this.label12.TabIndex = 16;
|
|
|
|
|
this.label12.Text = "Format";
|
|
|
|
|
this.label12.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// label11
|
|
|
|
|
//
|
|
|
|
|
@ -410,6 +448,7 @@
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(72, 13);
|
|
|
|
|
this.label10.TabIndex = 14;
|
|
|
|
|
this.label10.Text = "Trennzeichen";
|
|
|
|
|
this.label10.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// txtBCTrennzeichen
|
|
|
|
|
//
|
|
|
|
|
@ -417,6 +456,7 @@
|
|
|
|
|
this.txtBCTrennzeichen.Name = "txtBCTrennzeichen";
|
|
|
|
|
this.txtBCTrennzeichen.Size = new System.Drawing.Size(60, 20);
|
|
|
|
|
this.txtBCTrennzeichen.TabIndex = 13;
|
|
|
|
|
this.txtBCTrennzeichen.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// txtBCInhalt
|
|
|
|
|
//
|
|
|
|
|
@ -941,37 +981,6 @@
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripSplitButton1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
|
|
|
|
|
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
|
|
|
|
|
this.toolStripSplitButton1.Size = new System.Drawing.Size(48, 36);
|
|
|
|
|
this.toolStripSplitButton1.Text = "toolStripSplitButton1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripLabel1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
|
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(101, 36);
|
|
|
|
|
this.toolStripLabel1.Text = "Suche in Vorlagen";
|
|
|
|
|
//
|
|
|
|
|
// toolStripTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
|
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
|
|
|
|
this.toolStripTextBox1.Size = new System.Drawing.Size(100, 39);
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|
|
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
|
|
|
this.toolStripButton2.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.toolStripButton2.Text = "toolStripButton2";
|
|
|
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
|
|
|
//
|
|
|
|
|
// OfficeVorlage
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|