Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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(Form1));
     Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings2 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
     this.pdfViewer = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.SuspendLayout();
     //
     // pdfViewer
     //
     this.pdfViewer.CursorMode                       = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
     this.pdfViewer.Dock                             = System.Windows.Forms.DockStyle.Fill;
     this.pdfViewer.EnableContextMenu                = true;
     this.pdfViewer.EnableNotificationBar            = true;
     this.pdfViewer.HorizontalScrollOffset           = 0;
     this.pdfViewer.IsBookmarkEnabled                = true;
     this.pdfViewer.IsTextSearchEnabled              = true;
     this.pdfViewer.IsTextSelectionEnabled           = true;
     this.pdfViewer.Location                         = new System.Drawing.Point(0, 0);
     messageBoxSettings2.EnableNotification          = true;
     this.pdfViewer.MessageBoxSettings               = messageBoxSettings2;
     this.pdfViewer.MinimumZoomPercentage            = 50;
     this.pdfViewer.Name                             = "pdfViewer";
     this.pdfViewer.PageBorderThickness              = 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.pdfViewer.PrinterSettings                  = pdfViewerPrinterSettings2;
     this.pdfViewer.ReferencePath                    = null;
     this.pdfViewer.ScrollDisplacementValue          = 0;
     this.pdfViewer.ShowHorizontalScrollBar          = true;
     this.pdfViewer.ShowToolBar                      = true;
     this.pdfViewer.ShowVerticalScrollBar            = true;
     this.pdfViewer.Size                             = new System.Drawing.Size(800, 450);
     this.pdfViewer.SpaceBetweenPages                = 8;
     this.pdfViewer.TabIndex                         = 0;
     this.pdfViewer.Text                             = "pdfViewer";
     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.pdfViewer.TextSearchSettings               = textSearchSettings2;
     this.pdfViewer.VerticalScrollOffset             = 0;
     this.pdfViewer.VisualStyle                      = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
     this.pdfViewer.ZoomMode                         = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.pdfViewer);
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(Tool));
     this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.SuspendLayout();
     //
     // pdfViewerControl1
     //
     this.pdfViewerControl1.EnableContextMenu     = true;
     this.pdfViewerControl1.EnableNotificationBar = true;
     this.pdfViewerControl1.IsBookmarkEnabled     = true;
     this.pdfViewerControl1.Location                = new System.Drawing.Point(86, 31);
     this.pdfViewerControl1.Name                    = "pdfViewerControl1";
     this.pdfViewerControl1.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PrintLocation        = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     this.pdfViewerControl1.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfViewerControl1.ReferencePath           = null;
     this.pdfViewerControl1.RenderingEngine         = Syncfusion.Windows.Forms.PdfViewer.PdfRenderingEngine.SfPdf;
     this.pdfViewerControl1.ScrollDisplacementValue = 0;
     this.pdfViewerControl1.ShowHorizontalScrollBar = true;
     this.pdfViewerControl1.ShowToolBar             = true;
     this.pdfViewerControl1.ShowVerticalScrollBar   = true;
     this.pdfViewerControl1.Size                    = new System.Drawing.Size(1097, 992);
     this.pdfViewerControl1.TabIndex                = 1;
     this.pdfViewerControl1.Text                    = "pdfViewerControl1";
     this.pdfViewerControl1.VisualStyle             = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016Black;
     this.pdfViewerControl1.ZoomMode                = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // Tool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionForeColor    = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(1278, 1059);
     this.Controls.Add(this.pdfViewerControl1);
     this.MetroColor    = System.Drawing.Color.Black;
     this.Name          = "Tool";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_preview));
     this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.SuspendLayout();
     //
     // pdfViewerControl1
     //
     this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pdfViewerControl1.EnableNotificationBar = false;
     this.pdfViewerControl1.IsBookmarkEnabled     = true;
     this.pdfViewerControl1.Location                = new System.Drawing.Point(0, 0);
     this.pdfViewerControl1.Name                    = "pdfViewerControl1";
     this.pdfViewerControl1.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PrintLocation        = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     this.pdfViewerControl1.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfViewerControl1.ScrollDisplacementValue = 0;
     this.pdfViewerControl1.ShowHorizontalScrollBar = true;
     this.pdfViewerControl1.ShowToolBar             = false;
     this.pdfViewerControl1.ShowVerticalScrollBar   = true;
     this.pdfViewerControl1.Size                    = new System.Drawing.Size(918, 483);
     this.pdfViewerControl1.TabIndex                = 0;
     this.pdfViewerControl1.Text                    = "viewer";
     this.pdfViewerControl1.ZoomMode                = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // frm_preview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(918, 483);
     this.Controls.Add(this.pdfViewerControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frm_preview";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Frm_previewLoad);
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(NewPdfReader));
     this.Btn_Close         = new System.Windows.Forms.Label();
     this.Btn_Print         = new System.Windows.Forms.Label();
     this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.panel1            = new System.Windows.Forms.Panel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.PanelPrint        = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.PanelPrint.SuspendLayout();
     this.SuspendLayout();
     //
     // Btn_Close
     //
     this.Btn_Close.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_Close.AutoSize  = true;
     this.Btn_Close.BackColor = System.Drawing.Color.Transparent;
     this.Btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Btn_Close.Font      = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn_Close.Location  = new System.Drawing.Point(1144, 514);
     this.Btn_Close.Name      = "Btn_Close";
     this.Btn_Close.Size      = new System.Drawing.Size(85, 69);
     this.Btn_Close.TabIndex  = 5;
     this.Btn_Close.Text      = "";
     this.Btn_Close.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Btn_Close.Click    += new System.EventHandler(this.Btn_Close_Click);
     //
     // Btn_Print
     //
     this.Btn_Print.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_Print.BackColor = System.Drawing.Color.Transparent;
     this.Btn_Print.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Btn_Print.Font      = new System.Drawing.Font("Microsoft Sans Serif", 28.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn_Print.Location  = new System.Drawing.Point(1048, 514);
     this.Btn_Print.Name      = "Btn_Print";
     this.Btn_Print.Size      = new System.Drawing.Size(91, 68);
     this.Btn_Print.TabIndex  = 4;
     this.Btn_Print.Text      = "";
     this.Btn_Print.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Btn_Print.Click    += new System.EventHandler(this.Btn_Print_Click);
     //
     // pdfViewerControl1
     //
     this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pdfViewerControl1.EnableContextMenu     = false;
     this.pdfViewerControl1.EnableNotificationBar = false;
     this.pdfViewerControl1.IsBookmarkEnabled     = false;
     this.pdfViewerControl1.Location                = new System.Drawing.Point(0, 0);
     this.pdfViewerControl1.Margin                  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pdfViewerControl1.Name                    = "pdfViewerControl1";
     this.pdfViewerControl1.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PrintLocation        = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     this.pdfViewerControl1.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfViewerControl1.ReferencePath           = null;
     this.pdfViewerControl1.RenderingEngine         = Syncfusion.Windows.Forms.PdfViewer.PdfRenderingEngine.SfPdf;
     this.pdfViewerControl1.ScrollDisplacementValue = 0;
     this.pdfViewerControl1.ShowHorizontalScrollBar = true;
     this.pdfViewerControl1.ShowToolBar             = false;
     this.pdfViewerControl1.ShowVerticalScrollBar   = true;
     this.pdfViewerControl1.Size                    = new System.Drawing.Size(1240, 585);
     this.pdfViewerControl1.TabIndex                = 3;
     this.pdfViewerControl1.Text                    = "pdfViewerControl1";
     this.pdfViewerControl1.VisualStyle             = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
     this.pdfViewerControl1.ZoomMode                = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(72)))), ((int)(((byte)(157)))));
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Location = new System.Drawing.Point(151, 118);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(880, 378);
     this.panel1.TabIndex = 6;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image    = global::BP_LKPortal.Properties.Resources.printer_animated;
     this.pictureBox1.Location = new System.Drawing.Point(23, 18);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(839, 342);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // PanelPrint
     //
     this.PanelPrint.BackColor = System.Drawing.Color.Transparent;
     this.PanelPrint.Controls.Add(this.panel1);
     this.PanelPrint.Location = new System.Drawing.Point(0, 0);
     this.PanelPrint.Margin   = new System.Windows.Forms.Padding(4);
     this.PanelPrint.Name     = "PanelPrint";
     this.PanelPrint.Size     = new System.Drawing.Size(1235, 582);
     this.PanelPrint.TabIndex = 7;
     this.PanelPrint.Visible  = false;
     //
     // NewPdfReader
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1240, 585);
     this.Controls.Add(this.PanelPrint);
     this.Controls.Add(this.Btn_Close);
     this.Controls.Add(this.Btn_Print);
     this.Controls.Add(this.pdfViewerControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "NewPdfReader";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NewPdfReader";
     this.TopMost         = true;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.PanelPrint.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.treeView1         = new System.Windows.Forms.TreeView();
     this.flowLayoutPanel2  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.formBox           = new System.Windows.Forms.PictureBox();
     this.btnClose          = new System.Windows.Forms.Button();
     this.btnStretch        = new System.Windows.Forms.Button();
     this.btnAutoSize       = new System.Windows.Forms.Button();
     this.btnZoom           = new System.Windows.Forms.Button();
     this.btnReset          = new System.Windows.Forms.Button();
     this.btnClear          = new System.Windows.Forms.Button();
     this.btnBrowse         = new System.Windows.Forms.Button();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formBox)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.treeView1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.formBox, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.36701F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.63299F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1062, 673);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // treeView1
     //
     this.treeView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(852, 415);
     this.treeView1.Name     = "treeView1";
     this.treeView1.Size     = new System.Drawing.Size(207, 255);
     this.treeView1.TabIndex = 3;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.label1);
     this.flowLayoutPanel2.Controls.Add(this.label3);
     this.flowLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(852, 3);
     this.flowLayoutPanel2.Name     = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size     = new System.Drawing.Size(207, 406);
     this.flowLayoutPanel2.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Added Item : ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(100, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(16, 17);
     this.label3.TabIndex = 1;
     this.label3.Text     = "0";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // formBox
     //
     this.formBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.formBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.formBox.Location    = new System.Drawing.Point(3, 415);
     this.formBox.Name        = "formBox";
     this.formBox.Size        = new System.Drawing.Size(843, 255);
     this.formBox.TabIndex    = 0;
     this.formBox.TabStop     = false;
     this.formBox.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.formBox_MouseDown);
     this.formBox.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.formBox_MouseUp);
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(688, 3);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(101, 39);
     this.btnClose.TabIndex = 3;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnStretch
     //
     this.btnStretch.Location = new System.Drawing.Point(559, 3);
     this.btnStretch.Name     = "btnStretch";
     this.btnStretch.Size     = new System.Drawing.Size(123, 39);
     this.btnStretch.TabIndex = 6;
     this.btnStretch.Text     = "Stretch Image";
     this.btnStretch.UseVisualStyleBackColor = true;
     this.btnStretch.Click += new System.EventHandler(this.btnStretch_Click);
     //
     // btnAutoSize
     //
     this.btnAutoSize.Location = new System.Drawing.Point(431, 3);
     this.btnAutoSize.Name     = "btnAutoSize";
     this.btnAutoSize.Size     = new System.Drawing.Size(122, 39);
     this.btnAutoSize.TabIndex = 5;
     this.btnAutoSize.Text     = "Auto Size Image";
     this.btnAutoSize.UseVisualStyleBackColor = true;
     this.btnAutoSize.Click += new System.EventHandler(this.btnAutoSize_Click);
     //
     // btnZoom
     //
     this.btnZoom.Location = new System.Drawing.Point(324, 3);
     this.btnZoom.Name     = "btnZoom";
     this.btnZoom.Size     = new System.Drawing.Size(101, 39);
     this.btnZoom.TabIndex = 4;
     this.btnZoom.Text     = "Zoom Image";
     this.btnZoom.UseVisualStyleBackColor = true;
     this.btnZoom.Click += new System.EventHandler(this.btnZoom_Click);
     //
     // btnReset
     //
     this.btnReset.Location = new System.Drawing.Point(217, 3);
     this.btnReset.Name     = "btnReset";
     this.btnReset.Size     = new System.Drawing.Size(101, 39);
     this.btnReset.TabIndex = 1;
     this.btnReset.Text     = "Reset Image";
     this.btnReset.UseVisualStyleBackColor = true;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(110, 3);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(101, 39);
     this.btnClear.TabIndex = 2;
     this.btnClear.Text     = "Clear";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(3, 3);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(101, 39);
     this.btnBrowse.TabIndex = 0;
     this.btnBrowse.Text     = "Browse File";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnBrowse);
     this.flowLayoutPanel1.Controls.Add(this.btnClear);
     this.flowLayoutPanel1.Controls.Add(this.btnReset);
     this.flowLayoutPanel1.Controls.Add(this.btnZoom);
     this.flowLayoutPanel1.Controls.Add(this.btnAutoSize);
     this.flowLayoutPanel1.Controls.Add(this.btnStretch);
     this.flowLayoutPanel1.Controls.Add(this.btnClose);
     this.flowLayoutPanel1.Controls.Add(this.pdfViewerControl1);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(843, 406);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // pdfViewerControl1
     //
     this.pdfViewerControl1.EnableNotificationBar = true;
     this.pdfViewerControl1.IsBookmarkEnabled     = true;
     this.pdfViewerControl1.Location                = new System.Drawing.Point(3, 48);
     this.pdfViewerControl1.Name                    = "pdfViewerControl1";
     this.pdfViewerControl1.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PrintLocation        = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     this.pdfViewerControl1.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfViewerControl1.ScrollDisplacementValue = 0;
     this.pdfViewerControl1.ShowHorizontalScrollBar = true;
     this.pdfViewerControl1.ShowToolBar             = true;
     this.pdfViewerControl1.ShowVerticalScrollBar   = true;
     this.pdfViewerControl1.Size                    = new System.Drawing.Size(840, 358);
     this.pdfViewerControl1.TabIndex                = 9;
     this.pdfViewerControl1.Text                    = "pdfViewerControl1";
     this.pdfViewerControl1.ZoomMode                = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1062, 673);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formBox)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(Invoice_Template));
     this.pdfDocumentView1 = new Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView();
     this.materialLabel5   = new MaterialSkin.Controls.MaterialLabel();
     this.tabControlAdv1   = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
     this.tabPageAdv1      = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.panel3           = new System.Windows.Forms.Panel();
     this.trackBarEx13     = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.label19          = new System.Windows.Forms.Label();
     this.label20          = new System.Windows.Forms.Label();
     this.trackBarEx14     = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.trackBarEx5      = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.label7           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.trackBarEx6      = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.materialSingleLineTextField18 = new MaterialSkin.Controls.MaterialSingleLineTextField();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
     this.tabControlAdv1.SuspendLayout();
     this.tabPageAdv1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // pdfDocumentView1
     //
     this.pdfDocumentView1.AutoScroll              = true;
     this.pdfDocumentView1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237)))));
     this.pdfDocumentView1.Location                = new System.Drawing.Point(556, 3);
     this.pdfDocumentView1.Name                    = "pdfDocumentView1";
     this.pdfDocumentView1.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PrintLocation       = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     this.pdfDocumentView1.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfDocumentView1.ScrollDisplacementValue = 0;
     this.pdfDocumentView1.ShowHorizontalScrollBar = true;
     this.pdfDocumentView1.ShowVerticalScrollBar   = true;
     this.pdfDocumentView1.Size                    = new System.Drawing.Size(585, 704);
     this.pdfDocumentView1.TabIndex                = 0;
     this.pdfDocumentView1.ZoomMode                = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // materialLabel5
     //
     this.materialLabel5.AutoSize   = true;
     this.materialLabel5.Depth      = 0;
     this.materialLabel5.Font       = new System.Drawing.Font("Roboto", 11F);
     this.materialLabel5.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.materialLabel5.Location   = new System.Drawing.Point(945, 3);
     this.materialLabel5.MouseState = MaterialSkin.MouseState.HOVER;
     this.materialLabel5.Name       = "materialLabel5";
     this.materialLabel5.Size       = new System.Drawing.Size(43, 19);
     this.materialLabel5.TabIndex   = 30;
     this.materialLabel5.Text       = "Logo";
     this.materialLabel5.Visible    = false;
     //
     // tabControlAdv1
     //
     this.tabControlAdv1.ActiveTabColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabControlAdv1.ActiveTabForeColor          = System.Drawing.Color.Empty;
     this.tabControlAdv1.BeforeTouchSize             = new System.Drawing.Size(480, 558);
     this.tabControlAdv1.CloseButtonForeColor        = System.Drawing.Color.Empty;
     this.tabControlAdv1.CloseButtonHoverForeColor   = System.Drawing.Color.Empty;
     this.tabControlAdv1.CloseButtonPressedForeColor = System.Drawing.Color.Empty;
     this.tabControlAdv1.Controls.Add(this.tabPageAdv1);
     this.tabControlAdv1.FixedSingleBorderColor = System.Drawing.Color.Silver;
     this.tabControlAdv1.FocusOnTabClick        = false;
     this.tabControlAdv1.InActiveTabForeColor   = System.Drawing.Color.Empty;
     this.tabControlAdv1.Location       = new System.Drawing.Point(70, 59);
     this.tabControlAdv1.Name           = "tabControlAdv1";
     this.tabControlAdv1.SeparatorColor = System.Drawing.SystemColors.ControlDark;
     this.tabControlAdv1.ShowSeparator  = false;
     this.tabControlAdv1.Size           = new System.Drawing.Size(480, 558);
     this.tabControlAdv1.TabIndex       = 43;
     this.tabControlAdv1.TabStyle       = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
     //
     // tabPageAdv1
     //
     this.tabPageAdv1.AutoScroll = true;
     this.tabPageAdv1.Controls.Add(this.panel3);
     this.tabPageAdv1.Image           = null;
     this.tabPageAdv1.ImageSize       = new System.Drawing.Size(16, 16);
     this.tabPageAdv1.Location        = new System.Drawing.Point(1, 22);
     this.tabPageAdv1.Name            = "tabPageAdv1";
     this.tabPageAdv1.ShowCloseButton = true;
     this.tabPageAdv1.Size            = new System.Drawing.Size(477, 534);
     this.tabPageAdv1.TabIndex        = 1;
     this.tabPageAdv1.Text            = "Location and Size";
     this.tabPageAdv1.ThemesEnabled   = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Gainsboro;
     this.panel3.Controls.Add(this.materialSingleLineTextField18);
     this.panel3.Controls.Add(this.trackBarEx13);
     this.panel3.Controls.Add(this.label19);
     this.panel3.Controls.Add(this.label20);
     this.panel3.Controls.Add(this.trackBarEx14);
     this.panel3.Controls.Add(this.trackBarEx5);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.trackBarEx6);
     this.panel3.Location = new System.Drawing.Point(9, 14);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(450, 124);
     this.panel3.TabIndex = 47;
     //
     // trackBarEx13
     //
     this.trackBarEx13.BackColor       = System.Drawing.Color.White;
     this.trackBarEx13.BeforeTouchSize = new System.Drawing.Size(179, 20);
     this.trackBarEx13.ForeColor       = System.Drawing.Color.Gray;
     this.trackBarEx13.Location        = new System.Drawing.Point(258, 86);
     this.trackBarEx13.Name            = "trackBarEx13";
     this.trackBarEx13.Size            = new System.Drawing.Size(179, 20);
     this.trackBarEx13.Style           = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Metro;
     this.trackBarEx13.TabIndex        = 45;
     this.trackBarEx13.Text            = "trackBarEx13";
     this.trackBarEx13.TimerInterval   = 100;
     this.trackBarEx13.Value           = 5;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(196, 86);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(56, 20);
     this.label19.TabIndex = 44;
     this.label19.Text     = "Height";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(196, 60);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(50, 20);
     this.label20.TabIndex = 43;
     this.label20.Text     = "Width";
     this.label20.Click   += new System.EventHandler(this.label20_Click);
     //
     // trackBarEx14
     //
     this.trackBarEx14.BackColor       = System.Drawing.Color.White;
     this.trackBarEx14.BeforeTouchSize = new System.Drawing.Size(179, 20);
     this.trackBarEx14.ForeColor       = System.Drawing.Color.Gray;
     this.trackBarEx14.Location        = new System.Drawing.Point(258, 60);
     this.trackBarEx14.Name            = "trackBarEx14";
     this.trackBarEx14.Size            = new System.Drawing.Size(179, 20);
     this.trackBarEx14.Style           = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Metro;
     this.trackBarEx14.TabIndex        = 42;
     this.trackBarEx14.Text            = "trackBarEx14";
     this.trackBarEx14.TimerInterval   = 100;
     this.trackBarEx14.Value           = 5;
     //
     // trackBarEx5
     //
     this.trackBarEx5.BackColor       = System.Drawing.Color.White;
     this.trackBarEx5.BeforeTouchSize = new System.Drawing.Size(179, 20);
     this.trackBarEx5.ForeColor       = System.Drawing.Color.Gray;
     this.trackBarEx5.Location        = new System.Drawing.Point(258, 35);
     this.trackBarEx5.Name            = "trackBarEx5";
     this.trackBarEx5.Size            = new System.Drawing.Size(179, 20);
     this.trackBarEx5.Style           = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Metro;
     this.trackBarEx5.TabIndex        = 41;
     this.trackBarEx5.Text            = "trackBarEx5";
     this.trackBarEx5.TimerInterval   = 100;
     this.trackBarEx5.Value           = 5;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(207, 35);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(20, 20);
     this.label7.TabIndex = 40;
     this.label7.Text     = "Y";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(207, 9);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(20, 20);
     this.label8.TabIndex = 39;
     this.label8.Text     = "X";
     //
     // trackBarEx6
     //
     this.trackBarEx6.BackColor       = System.Drawing.Color.White;
     this.trackBarEx6.BeforeTouchSize = new System.Drawing.Size(179, 20);
     this.trackBarEx6.ForeColor       = System.Drawing.Color.Gray;
     this.trackBarEx6.Location        = new System.Drawing.Point(258, 9);
     this.trackBarEx6.Name            = "trackBarEx6";
     this.trackBarEx6.Size            = new System.Drawing.Size(179, 20);
     this.trackBarEx6.Style           = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Metro;
     this.trackBarEx6.TabIndex        = 36;
     this.trackBarEx6.Text            = "trackBarEx6";
     this.trackBarEx6.TimerInterval   = 100;
     this.trackBarEx6.Value           = 5;
     //
     // materialSingleLineTextField18
     //
     this.materialSingleLineTextField18.Depth                 = 0;
     this.materialSingleLineTextField18.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.materialSingleLineTextField18.Hint                  = "";
     this.materialSingleLineTextField18.Location              = new System.Drawing.Point(16, 46);
     this.materialSingleLineTextField18.MaxLength             = 32767;
     this.materialSingleLineTextField18.MouseState            = MaterialSkin.MouseState.HOVER;
     this.materialSingleLineTextField18.Name                  = "materialSingleLineTextField18";
     this.materialSingleLineTextField18.PasswordChar          = '\0';
     this.materialSingleLineTextField18.ReadOnly              = false;
     this.materialSingleLineTextField18.SelectedText          = "";
     this.materialSingleLineTextField18.SelectionLength       = 0;
     this.materialSingleLineTextField18.SelectionStart        = 0;
     this.materialSingleLineTextField18.Size                  = new System.Drawing.Size(174, 23);
     this.materialSingleLineTextField18.TabIndex              = 46;
     this.materialSingleLineTextField18.TabStop               = false;
     this.materialSingleLineTextField18.UseSystemPasswordChar = false;
     //
     // Invoice_Template
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Silver;
     this.ClientSize          = new System.Drawing.Size(1144, 710);
     this.Controls.Add(this.tabControlAdv1);
     this.Controls.Add(this.pdfDocumentView1);
     this.Controls.Add(this.materialLabel5);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "Invoice_Template";
     this.ShowIcon    = false;
     this.Text        = "Invoice Template";
     ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
     this.tabControlAdv1.ResumeLayout(false);
     this.tabPageAdv1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager        resources                 = new System.ComponentModel.ComponentResourceManager(typeof(GenerateViewDialogForm));
     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();
     this.iconBar_TSP         = new System.Windows.Forms.ToolStrip();
     this.transferSM2_BTN     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.print_BTN           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.openFolder_BTN      = new System.Windows.Forms.ToolStripButton();
     this.orientationList_CBX = new System.Windows.Forms.ComboBox();
     this.paperList_CBX       = new System.Windows.Forms.ComboBox();
     this.scaleList_CBX       = new System.Windows.Forms.ComboBox();
     this.splitContainer_SPC  = new System.Windows.Forms.SplitContainer();
     this.myImageButton       = new Schmidt.TechnicalPlan.MyImageButton();
     this.myListView_MLV      = new Schmidt.TechnicalPlan.MyListView();
     this.Ok_BTN               = new System.Windows.Forms.Button();
     this.Cancel_BTN           = new System.Windows.Forms.Button();
     this.selectAll_CHB        = new System.Windows.Forms.CheckBox();
     this.generikPaperList_CBX = new System.Windows.Forms.ComboBox();
     this.paper_LAB            = new System.Windows.Forms.Label();
     this.InitCustomInfo_BTN   = new System.Windows.Forms.Button();
     this.pdfDocumentView_PDFV = new Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView();
     this.iconBar_TSP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer_SPC)).BeginInit();
     this.splitContainer_SPC.Panel1.SuspendLayout();
     this.splitContainer_SPC.Panel2.SuspendLayout();
     this.splitContainer_SPC.SuspendLayout();
     this.SuspendLayout();
     //
     // iconBar_TSP
     //
     this.iconBar_TSP.AutoSize         = false;
     this.iconBar_TSP.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.iconBar_TSP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.transferSM2_BTN,
         this.toolStripSeparator1,
         this.print_BTN,
         this.toolStripSeparator2,
         this.openFolder_BTN
     });
     this.iconBar_TSP.Location = new System.Drawing.Point(0, 0);
     this.iconBar_TSP.Name     = "iconBar_TSP";
     this.iconBar_TSP.Size     = new System.Drawing.Size(984, 35);
     this.iconBar_TSP.TabIndex = 0;
     //
     // transferSM2_BTN
     //
     this.transferSM2_BTN.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.transferSM2_BTN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.transferSM2_BTN.Name   = "transferSM2_BTN";
     this.transferSM2_BTN.Size   = new System.Drawing.Size(23, 32);
     this.transferSM2_BTN.Click += new System.EventHandler(this.transferSM2_BTN_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 35);
     //
     // print_BTN
     //
     this.print_BTN.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.print_BTN.Image                 = ((System.Drawing.Image)(resources.GetObject("print_BTN.Image")));
     this.print_BTN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.print_BTN.Name   = "print_BTN";
     this.print_BTN.Size   = new System.Drawing.Size(32, 32);
     this.print_BTN.Tag    = "1";
     this.print_BTN.Click += new System.EventHandler(this.print_BTN_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 35);
     //
     // openFolder_BTN
     //
     this.openFolder_BTN.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openFolder_BTN.Image                 = ((System.Drawing.Image)(resources.GetObject("openFolder_BTN.Image")));
     this.openFolder_BTN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openFolder_BTN.Name   = "openFolder_BTN";
     this.openFolder_BTN.Size   = new System.Drawing.Size(32, 32);
     this.openFolder_BTN.Tag    = "1";
     this.openFolder_BTN.Click += new System.EventHandler(this.openFolder_BTN_Click);
     //
     // orientationList_CBX
     //
     this.orientationList_CBX.FormattingEnabled = true;
     this.orientationList_CBX.Location          = new System.Drawing.Point(42, 96);
     this.orientationList_CBX.Name                  = "orientationList_CBX";
     this.orientationList_CBX.Size                  = new System.Drawing.Size(121, 21);
     this.orientationList_CBX.TabIndex              = 16;
     this.orientationList_CBX.Visible               = false;
     this.orientationList_CBX.SelectedValueChanged += new System.EventHandler(this.orientationList_CBX_SelectedValueChanged);
     this.orientationList_CBX.Enter                += new System.EventHandler(this.orientationList_CBX_Enter);
     this.orientationList_CBX.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.orientationList_CBX_KeyPress);
     this.orientationList_CBX.Leave                += new System.EventHandler(this.orientationList_CBX_Leave);
     //
     // paperList_CBX
     //
     this.paperList_CBX.FormattingEnabled = true;
     this.paperList_CBX.Location          = new System.Drawing.Point(42, 69);
     this.paperList_CBX.Name                  = "paperList_CBX";
     this.paperList_CBX.Size                  = new System.Drawing.Size(121, 21);
     this.paperList_CBX.TabIndex              = 15;
     this.paperList_CBX.Visible               = false;
     this.paperList_CBX.SelectedValueChanged += new System.EventHandler(this.paperList_CBX_SelectedValueChanged);
     this.paperList_CBX.Enter                += new System.EventHandler(this.paperList_CBX_Enter);
     this.paperList_CBX.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.paperList_CBX_KeyPress);
     this.paperList_CBX.Leave                += new System.EventHandler(this.paperList_CBX_Leave);
     //
     // scaleList_CBX
     //
     this.scaleList_CBX.FormattingEnabled = true;
     this.scaleList_CBX.ItemHeight        = 13;
     this.scaleList_CBX.Location          = new System.Drawing.Point(42, 42);
     this.scaleList_CBX.Name                  = "scaleList_CBX";
     this.scaleList_CBX.Size                  = new System.Drawing.Size(121, 21);
     this.scaleList_CBX.TabIndex              = 14;
     this.scaleList_CBX.Visible               = false;
     this.scaleList_CBX.SelectedValueChanged += new System.EventHandler(this.scaleList_CBX_SelectedValueChanged);
     this.scaleList_CBX.Enter                += new System.EventHandler(this.scaleList_CBX_Enter);
     this.scaleList_CBX.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.scaleList_CBX_KeyPress);
     this.scaleList_CBX.Leave                += new System.EventHandler(this.scaleList_CBX_Leave);
     //
     // splitContainer_SPC
     //
     this.splitContainer_SPC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer_SPC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer_SPC.Location   = new System.Drawing.Point(12, 72);
     this.splitContainer_SPC.Name       = "splitContainer_SPC";
     //
     // splitContainer_SPC.Panel1
     //
     this.splitContainer_SPC.Panel1.Controls.Add(this.scaleList_CBX);
     this.splitContainer_SPC.Panel1.Controls.Add(this.myImageButton);
     this.splitContainer_SPC.Panel1.Controls.Add(this.paperList_CBX);
     this.splitContainer_SPC.Panel1.Controls.Add(this.orientationList_CBX);
     this.splitContainer_SPC.Panel1.Controls.Add(this.myListView_MLV);
     //
     // splitContainer_SPC.Panel2
     //
     this.splitContainer_SPC.Panel2.Controls.Add(this.pdfDocumentView_PDFV);
     this.splitContainer_SPC.Size             = new System.Drawing.Size(960, 637);
     this.splitContainer_SPC.SplitterDistance = 358;
     this.splitContainer_SPC.TabIndex         = 18;
     //
     // myImageButton
     //
     this.myImageButton.BackColor             = System.Drawing.SystemColors.WindowText;
     this.myImageButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.myImageButton.FlatStyle             = System.Windows.Forms.FlatStyle.Popup;
     this.myImageButton.Location = new System.Drawing.Point(202, 62);
     this.myImageButton.Margin   = new System.Windows.Forms.Padding(0);
     this.myImageButton.Name     = "myImageButton";
     this.myImageButton.Size     = new System.Drawing.Size(52, 55);
     this.myImageButton.TabIndex = 17;
     this.myImageButton.Tag      = "";
     this.myImageButton.UseVisualStyleBackColor = false;
     this.myImageButton.Visible = false;
     //
     // myListView_MLV
     //
     this.myListView_MLV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.myListView_MLV.CheckBoxes    = true;
     this.myListView_MLV.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.myListView_MLV.FullRowSelect = true;
     this.myListView_MLV.GridLines     = true;
     this.myListView_MLV.HideSelection = false;
     this.myListView_MLV.Location      = new System.Drawing.Point(3, 3);
     this.myListView_MLV.Name          = "myListView_MLV";
     this.myListView_MLV.Size          = new System.Drawing.Size(349, 631);
     this.myListView_MLV.TabIndex      = 8;
     this.myListView_MLV.UseCompatibleStateImageBehavior = false;
     this.myListView_MLV.View = System.Windows.Forms.View.Details;
     this.myListView_MLV.ColumnWidthChanging  += new System.Windows.Forms.ColumnWidthChangingEventHandler(this.myListView_MLV_ColumnWidthChanging);
     this.myListView_MLV.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(this.MyListView_MLV_ItemChecked);
     this.myListView_MLV.SelectedIndexChanged += new System.EventHandler(this.MyListView_MLV_SelectedIndexChanged);
     this.myListView_MLV.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.MyListView_MLV_MouseDown);
     this.myListView_MLV.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MyListView_MLV_MouseUp);
     //
     // Ok_BTN
     //
     this.Ok_BTN.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.Ok_BTN.Location = new System.Drawing.Point(412, 726);
     this.Ok_BTN.Name     = "Ok_BTN";
     this.Ok_BTN.Size     = new System.Drawing.Size(75, 23);
     this.Ok_BTN.TabIndex = 19;
     this.Ok_BTN.Text     = "Ok";
     this.Ok_BTN.UseVisualStyleBackColor = true;
     this.Ok_BTN.Click += new System.EventHandler(this.Ok_BTN_Click);
     //
     // Cancel_BTN
     //
     this.Cancel_BTN.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.Cancel_BTN.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel_BTN.Location                = new System.Drawing.Point(493, 726);
     this.Cancel_BTN.Name                    = "Cancel_BTN";
     this.Cancel_BTN.Size                    = new System.Drawing.Size(75, 23);
     this.Cancel_BTN.TabIndex                = 20;
     this.Cancel_BTN.Text                    = "Cancel";
     this.Cancel_BTN.UseVisualStyleBackColor = true;
     this.Cancel_BTN.Click                  += new System.EventHandler(this.Cancel_BTN_Click);
     //
     // selectAll_CHB
     //
     this.selectAll_CHB.AutoSize = true;
     this.selectAll_CHB.Location = new System.Drawing.Point(24, 49);
     this.selectAll_CHB.Name     = "selectAll_CHB";
     this.selectAll_CHB.Size     = new System.Drawing.Size(108, 17);
     this.selectAll_CHB.TabIndex = 21;
     this.selectAll_CHB.Text     = "Tout sélectionner";
     this.selectAll_CHB.UseVisualStyleBackColor = true;
     this.selectAll_CHB.CheckedChanged         += new System.EventHandler(this.selectAll_CHB_CheckedChanged);
     //
     // generikPaperList_CBX
     //
     this.generikPaperList_CBX.FormattingEnabled = true;
     this.generikPaperList_CBX.Location          = new System.Drawing.Point(258, 47);
     this.generikPaperList_CBX.Name                  = "generikPaperList_CBX";
     this.generikPaperList_CBX.Size                  = new System.Drawing.Size(84, 21);
     this.generikPaperList_CBX.TabIndex              = 22;
     this.generikPaperList_CBX.SelectedIndexChanged += new System.EventHandler(this.generikPaperList_CBX_SelectedIndexChanged);
     this.generikPaperList_CBX.TextChanged          += new System.EventHandler(this.generikPaperList_CBX_TextChanged);
     //
     // paper_LAB
     //
     this.paper_LAB.AutoSize = true;
     this.paper_LAB.Location = new System.Drawing.Point(180, 50);
     this.paper_LAB.Name     = "paper_LAB";
     this.paper_LAB.Size     = new System.Drawing.Size(72, 13);
     this.paper_LAB.TabIndex = 23;
     this.paper_LAB.Text     = "Format Papier";
     //
     // InitCustomInfo_BTN
     //
     this.InitCustomInfo_BTN.Enabled  = false;
     this.InitCustomInfo_BTN.Location = new System.Drawing.Point(611, 38);
     this.InitCustomInfo_BTN.Name     = "InitCustomInfo_BTN";
     this.InitCustomInfo_BTN.Size     = new System.Drawing.Size(122, 23);
     this.InitCustomInfo_BTN.TabIndex = 24;
     this.InitCustomInfo_BTN.Text     = "Init CustomInfo XML";
     this.InitCustomInfo_BTN.UseVisualStyleBackColor = true;
     this.InitCustomInfo_BTN.Visible = false;
     this.InitCustomInfo_BTN.Click  += new System.EventHandler(this.InitCustomInfo_BTN_Click);
     //
     // pdfDocumentView_PDFV
     //
     this.pdfDocumentView_PDFV.AutoScroll             = true;
     this.pdfDocumentView_PDFV.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237)))));
     this.pdfDocumentView_PDFV.CursorMode             = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
     this.pdfDocumentView_PDFV.EnableContextMenu      = true;
     this.pdfDocumentView_PDFV.HorizontalScrollOffset = 0;
     this.pdfDocumentView_PDFV.IsTextSearchEnabled    = true;
     this.pdfDocumentView_PDFV.IsTextSelectionEnabled = true;
     this.pdfDocumentView_PDFV.Location              = new System.Drawing.Point(3, 3);
     messageBoxSettings1.EnableNotification          = true;
     this.pdfDocumentView_PDFV.MessageBoxSettings    = messageBoxSettings1;
     this.pdfDocumentView_PDFV.MinimumZoomPercentage = 50;
     this.pdfDocumentView_PDFV.Name = "pdfDocumentView_PDFV";
     this.pdfDocumentView_PDFV.PageBorderThickness     = 1;
     pdfViewerPrinterSettings1.PageOrientation         = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
     pdfViewerPrinterSettings1.PageSize                = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
     pdfViewerPrinterSettings1.PrintLocation           = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     pdfViewerPrinterSettings1.ShowPrintStatusDialog   = true;
     this.pdfDocumentView_PDFV.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdfDocumentView_PDFV.ReferencePath           = null;
     this.pdfDocumentView_PDFV.ScrollDisplacementValue = 0;
     this.pdfDocumentView_PDFV.ShowHorizontalScrollBar = true;
     this.pdfDocumentView_PDFV.ShowVerticalScrollBar   = true;
     this.pdfDocumentView_PDFV.Size = new System.Drawing.Size(592, 631);
     this.pdfDocumentView_PDFV.SpaceBetweenPages    = 8;
     this.pdfDocumentView_PDFV.TabIndex             = 0;
     textSearchSettings1.CurrentInstanceColor       = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
     textSearchSettings1.HighlightAllInstance       = true;
     textSearchSettings1.OtherInstanceColor         = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.pdfDocumentView_PDFV.TextSearchSettings   = textSearchSettings1;
     this.pdfDocumentView_PDFV.ThemeName            = "Default";
     this.pdfDocumentView_PDFV.VerticalScrollOffset = 0;
     this.pdfDocumentView_PDFV.VisualStyle          = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
     this.pdfDocumentView_PDFV.ZoomMode             = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
     //
     // GenerateViewDialogForm
     //
     this.AcceptButton        = this.Ok_BTN;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.Cancel_BTN;
     this.ClientSize          = new System.Drawing.Size(984, 761);
     this.Controls.Add(this.InitCustomInfo_BTN);
     this.Controls.Add(this.paper_LAB);
     this.Controls.Add(this.generikPaperList_CBX);
     this.Controls.Add(this.selectAll_CHB);
     this.Controls.Add(this.Cancel_BTN);
     this.Controls.Add(this.Ok_BTN);
     this.Controls.Add(this.splitContainer_SPC);
     this.Controls.Add(this.iconBar_TSP);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "GenerateViewDialogForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GenerateViewDialogForm";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.GenerateViewDialogForm_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.GenerateViewDialogForm_FormClosed);
     this.Load         += new System.EventHandler(this.GenerateViewDialogForm_Load);
     this.Shown        += new System.EventHandler(this.GenerateViewDialogForm_Shown);
     this.iconBar_TSP.ResumeLayout(false);
     this.iconBar_TSP.PerformLayout();
     this.splitContainer_SPC.Panel1.ResumeLayout(false);
     this.splitContainer_SPC.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer_SPC)).EndInit();
     this.splitContainer_SPC.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1       = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
     Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
     System.ComponentModel.ComponentResourceManager        resources           = new System.ComponentModel.ComponentResourceManager(typeof(Win_form_PDF));
     Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
     this.pdf_view = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
     this.SuspendLayout();
     //
     // pdf_view
     //
     this.pdf_view.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pdf_view.EnableContextMenu      = true;
     this.pdf_view.EnableNotificationBar  = true;
     this.pdf_view.HorizontalScrollOffset = 0;
     this.pdf_view.IsBookmarkEnabled      = true;
     this.pdf_view.IsTextSearchEnabled    = true;
     this.pdf_view.IsTextSelectionEnabled = true;
     this.pdf_view.Location = new System.Drawing.Point(0, 0);
     messageBoxSettings1.EnableNotification = true;
     this.pdf_view.MessageBoxSettings       = messageBoxSettings1;
     this.pdf_view.MinimumZoomPercentage    = 50;
     this.pdf_view.Name = "pdf_view";
     this.pdf_view.PageBorderThickness               = 1;
     pdfViewerPrinterSettings1.PageOrientation       = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
     pdfViewerPrinterSettings1.PageSize              = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
     pdfViewerPrinterSettings1.PrintLocation         = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
     pdfViewerPrinterSettings1.ShowPrintStatusDialog = true;
     this.pdf_view.PrinterSettings         = pdfViewerPrinterSettings1;
     this.pdf_view.ReferencePath           = null;
     this.pdf_view.ScrollDisplacementValue = 0;
     this.pdf_view.ShowHorizontalScrollBar = true;
     this.pdf_view.ShowToolBar             = true;
     this.pdf_view.ShowVerticalScrollBar   = true;
     this.pdf_view.Size = new System.Drawing.Size(800, 450);
     this.pdf_view.SpaceBetweenPages = 8;
     this.pdf_view.TabIndex          = 1;
     this.pdf_view.Text = "pdfViewerControl1";
     textSearchSettings1.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
     textSearchSettings1.HighlightAllInstance = true;
     textSearchSettings1.OtherInstanceColor   = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.pdf_view.TextSearchSettings         = textSearchSettings1;
     this.pdf_view.ThemeName            = "Office2016Colorful";
     this.pdf_view.VerticalScrollOffset = 0;
     this.pdf_view.VisualStyle          = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016Colorful;
     this.pdf_view.ZoomMode             = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.FitPage;
     //
     // Win_form_PDF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.pdf_view);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Win_form_PDF";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Visualizzazione PDF";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Win_form_PDF_Load);
     this.ResumeLayout(false);
 }