namespace API_DocTest { partial class Form2 { /// /// 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(); Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings2 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings(); Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings2 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings2 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtfilename = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.txtfilekey = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.groupBox3); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(770, 922); this.panel1.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(627, 357); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(143, 23); this.button1.TabIndex = 26; this.button1.Text = "Datei löschen"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button5.Image = global::API_DocTest.Properties.Resources.PDF_128; this.button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.button5.Location = new System.Drawing.Point(627, 167); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(137, 161); this.button5.TabIndex = 25; this.button5.Text = "PDF generieren"; this.button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Location = new System.Drawing.Point(0, 151); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(621, 771); this.groupBox1.TabIndex = 24; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dateien"; // // listBox1 // this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(3, 16); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(615, 752); this.listBox1.TabIndex = 8; // // groupBox3 // this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.txtfilename); this.groupBox3.Controls.Add(this.button3); this.groupBox3.Controls.Add(this.txtfilekey); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.radioButton2); this.groupBox3.Controls.Add(this.radioButton1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Location = new System.Drawing.Point(0, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(770, 151); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; this.groupBox3.Text = "Quelle"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(108, 94); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 28; this.label1.Text = "label1"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 74); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(58, 13); this.label4.TabIndex = 27; this.label4.Text = "Dateiname"; // // txtfilename // this.txtfilename.Location = new System.Drawing.Point(106, 71); this.txtfilename.Name = "txtfilename"; this.txtfilename.Size = new System.Drawing.Size(644, 20); this.txtfilename.TabIndex = 26; // // button3 // this.button3.Location = new System.Drawing.Point(106, 122); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(311, 23); this.button3.TabIndex = 25; this.button3.Text = "Datei-Export"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // txtfilekey // this.txtfilekey.Location = new System.Drawing.Point(106, 48); this.txtfilekey.Name = "txtfilekey"; this.txtfilekey.Size = new System.Drawing.Size(644, 20); this.txtfilekey.TabIndex = 24; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 51); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 13); this.label3.TabIndex = 23; this.label3.Text = "ESS-Schlüssel"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(111, 20); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(76, 17); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "Produktion"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(6, 20); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(75, 17); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "Integration"; this.radioButton1.UseVisualStyleBackColor = true; // // pdfViewerControl1 // this.pdfViewerControl1.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool; this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfViewerControl1.EnableContextMenu = true; this.pdfViewerControl1.EnableNotificationBar = true; this.pdfViewerControl1.HorizontalScrollOffset = 0; this.pdfViewerControl1.IsBookmarkEnabled = true; this.pdfViewerControl1.IsTextSearchEnabled = true; this.pdfViewerControl1.IsTextSelectionEnabled = true; this.pdfViewerControl1.Location = new System.Drawing.Point(770, 0); messageBoxSettings2.EnableNotification = true; this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings2; this.pdfViewerControl1.MinimumZoomPercentage = 50; this.pdfViewerControl1.Name = "pdfViewerControl1"; this.pdfViewerControl1.PageBorderThickness = 1; pdfViewerPrinterSettings2.Copies = 1; pdfViewerPrinterSettings2.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto; pdfViewerPrinterSettings2.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize; pdfViewerPrinterSettings2.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings2.PrintLocation"))); pdfViewerPrinterSettings2.ShowPrintStatusDialog = true; this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings2; this.pdfViewerControl1.ReferencePath = null; this.pdfViewerControl1.ScrollDisplacementValue = 0; this.pdfViewerControl1.ShowHorizontalScrollBar = true; this.pdfViewerControl1.ShowToolBar = true; this.pdfViewerControl1.ShowVerticalScrollBar = true; this.pdfViewerControl1.Size = new System.Drawing.Size(991, 922); this.pdfViewerControl1.SpaceBetweenPages = 8; this.pdfViewerControl1.TabIndex = 1; this.pdfViewerControl1.Text = "pdfViewerControl1"; textSearchSettings2.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64))))); textSearchSettings2.HighlightAllInstance = true; textSearchSettings2.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); this.pdfViewerControl1.TextSearchSettings = textSearchSettings2; this.pdfViewerControl1.ThemeName = "Default"; this.pdfViewerControl1.VerticalScrollOffset = 0; this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default; this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "272705_pdf_icon.png"); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1761, 922); this.Controls.Add(this.pdfViewerControl1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form2"; this.Text = "ESS-/OnDoc API-Dokument-Test"; this.Load += new System.EventHandler(this.Form2_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtfilename; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox txtfilekey; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button button5; private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; } }