Example #1
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(PrintingInfo));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.m_LabelPrintingJobInfo = new System.Windows.Forms.Label();
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.SuspendLayout();
     //
     // m_LabelPrintingJobInfo
     //
     resources.ApplyResources(this.m_LabelPrintingJobInfo, "m_LabelPrintingJobInfo");
     this.m_LabelPrintingJobInfo.BackColor    = System.Drawing.Color.Gray;
     this.m_LabelPrintingJobInfo.Name         = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.Click       += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // m_PrintPreview
     //
     resources.ApplyResources(this.m_PrintPreview, "m_PrintPreview");
     this.m_PrintPreview.BackColor = System.Drawing.Color.White;
     this.m_PrintPreview.Divider   = false;
     style1.Color1 = System.Drawing.Color.White;
     style1.Color2 = System.Drawing.Color.White;
     this.m_PrintPreview.GradientColors = style1;
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.Rotate         = System.Drawing.RotateFlipType.RotateNoneFlipNone;
     this.m_PrintPreview.Load          += new System.EventHandler(this.m_PrintPreview_Load);
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // PrintingInfo
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.m_LabelPrintingJobInfo);
     this.Controls.Add(this.m_PrintPreview);
     resources.ApplyResources(this, "$this");
     this.Name         = "PrintingInfo";
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintingInfo));
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.m_LabelPrintingJobInfo = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.AccessibleDescription = resources.GetString("m_PrintPreview.AccessibleDescription");
     this.m_PrintPreview.AccessibleName        = resources.GetString("m_PrintPreview.AccessibleName");
     this.m_PrintPreview.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_PrintPreview.Anchor")));
     this.m_PrintPreview.AutoScroll        = ((bool)(resources.GetObject("m_PrintPreview.AutoScroll")));
     this.m_PrintPreview.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMargin")));
     this.m_PrintPreview.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMinSize")));
     this.m_PrintPreview.BackColor         = System.Drawing.Color.White;
     this.m_PrintPreview.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("m_PrintPreview.BackgroundImage")));
     this.m_PrintPreview.Dock           = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_PrintPreview.Dock")));
     this.m_PrintPreview.Enabled        = ((bool)(resources.GetObject("m_PrintPreview.Enabled")));
     this.m_PrintPreview.Font           = ((System.Drawing.Font)(resources.GetObject("m_PrintPreview.Font")));
     this.m_PrintPreview.GradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.White, System.Drawing.Color.White);
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.ImeMode        = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_PrintPreview.ImeMode")));
     this.m_PrintPreview.Location       = ((System.Drawing.Point)(resources.GetObject("m_PrintPreview.Location")));
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.RightToLeft    = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_PrintPreview.RightToLeft")));
     this.m_PrintPreview.Size           = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.Size")));
     this.m_PrintPreview.TabIndex       = ((int)(resources.GetObject("m_PrintPreview.TabIndex")));
     this.m_PrintPreview.Visible        = ((bool)(resources.GetObject("m_PrintPreview.Visible")));
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // m_LabelPrintingJobInfo
     //
     this.m_LabelPrintingJobInfo.AccessibleDescription = resources.GetString("m_LabelPrintingJobInfo.AccessibleDescription");
     this.m_LabelPrintingJobInfo.AccessibleName        = resources.GetString("m_LabelPrintingJobInfo.AccessibleName");
     this.m_LabelPrintingJobInfo.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelPrintingJobInfo.Anchor")));
     this.m_LabelPrintingJobInfo.AutoSize     = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.AutoSize")));
     this.m_LabelPrintingJobInfo.BackColor    = System.Drawing.Color.Gray;
     this.m_LabelPrintingJobInfo.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelPrintingJobInfo.Dock")));
     this.m_LabelPrintingJobInfo.Enabled      = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Enabled")));
     this.m_LabelPrintingJobInfo.Font         = ((System.Drawing.Font)(resources.GetObject("m_LabelPrintingJobInfo.Font")));
     this.m_LabelPrintingJobInfo.Image        = ((System.Drawing.Image)(resources.GetObject("m_LabelPrintingJobInfo.Image")));
     this.m_LabelPrintingJobInfo.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPrintingJobInfo.ImageAlign")));
     this.m_LabelPrintingJobInfo.ImageIndex   = ((int)(resources.GetObject("m_LabelPrintingJobInfo.ImageIndex")));
     this.m_LabelPrintingJobInfo.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelPrintingJobInfo.ImeMode")));
     this.m_LabelPrintingJobInfo.Location     = ((System.Drawing.Point)(resources.GetObject("m_LabelPrintingJobInfo.Location")));
     this.m_LabelPrintingJobInfo.Name         = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelPrintingJobInfo.RightToLeft")));
     this.m_LabelPrintingJobInfo.Size         = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.Size")));
     this.m_LabelPrintingJobInfo.TabIndex     = ((int)(resources.GetObject("m_LabelPrintingJobInfo.TabIndex")));
     this.m_LabelPrintingJobInfo.Text         = resources.GetString("m_LabelPrintingJobInfo.Text");
     this.m_LabelPrintingJobInfo.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPrintingJobInfo.TextAlign")));
     this.m_LabelPrintingJobInfo.Visible      = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Visible")));
     this.m_LabelPrintingJobInfo.Click       += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // PrintingInfo
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackColor             = System.Drawing.SystemColors.Control;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.Controls.Add(this.m_LabelPrintingJobInfo);
     this.Controls.Add(this.m_PrintPreview);
     this.Enabled      = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font         = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location     = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.Name         = "PrintingInfo";
     this.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.Size         = ((System.Drawing.Size)(resources.GetObject("$this.Size")));
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintingInfo));
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.m_LabelPrintingJobInfo = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.splitter1           = new System.Windows.Forms.Splitter();
     this.panelLeft           = new System.Windows.Forms.Panel();
     this.toolbarSetting1     = new BYHXPrinterManager.Setting.ToolbarSetting();
     this.splitter2           = new System.Windows.Forms.Splitter();
     this.crystalLabel_Status = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.panelRight          = new System.Windows.Forms.Panel();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.panelLeft.SuspendLayout();
     this.panelRight.SuspendLayout();
     this.SuspendLayout();
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.AccessibleDescription = resources.GetString("m_PrintPreview.AccessibleDescription");
     this.m_PrintPreview.AccessibleName        = resources.GetString("m_PrintPreview.AccessibleName");
     this.m_PrintPreview.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_PrintPreview.Anchor")));
     this.m_PrintPreview.AutoScroll        = ((bool)(resources.GetObject("m_PrintPreview.AutoScroll")));
     this.m_PrintPreview.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMargin")));
     this.m_PrintPreview.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMinSize")));
     this.m_PrintPreview.BackColor         = System.Drawing.Color.Transparent;
     this.m_PrintPreview.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("m_PrintPreview.BackgroundImage")));
     this.m_PrintPreview.Divider           = false;
     this.m_PrintPreview.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_PrintPreview.Dock")));
     this.m_PrintPreview.Enabled         = ((bool)(resources.GetObject("m_PrintPreview.Enabled")));
     this.m_PrintPreview.Font            = ((System.Drawing.Font)(resources.GetObject("m_PrintPreview.Font")));
     this.m_PrintPreview.GradientColors  = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.m_PrintPreview.GradientMode    = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_PrintPreview.ImeMode")));
     this.m_PrintPreview.Location        = ((System.Drawing.Point)(resources.GetObject("m_PrintPreview.Location")));
     this.m_PrintPreview.Name            = "m_PrintPreview";
     this.m_PrintPreview.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_PrintPreview.RightToLeft")));
     this.m_PrintPreview.Size            = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.Size")));
     this.m_PrintPreview.TabIndex        = ((int)(resources.GetObject("m_PrintPreview.TabIndex")));
     this.m_PrintPreview.TransparentMode = true;
     this.m_PrintPreview.Visible         = ((bool)(resources.GetObject("m_PrintPreview.Visible")));
     this.m_PrintPreview.DoubleClick    += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // m_LabelPrintingJobInfo
     //
     this.m_LabelPrintingJobInfo.AccessibleDescription = resources.GetString("m_LabelPrintingJobInfo.AccessibleDescription");
     this.m_LabelPrintingJobInfo.AccessibleName        = resources.GetString("m_LabelPrintingJobInfo.AccessibleName");
     this.m_LabelPrintingJobInfo.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelPrintingJobInfo.Anchor")));
     this.m_LabelPrintingJobInfo.AutoScroll        = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.AutoScroll")));
     this.m_LabelPrintingJobInfo.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.AutoScrollMargin")));
     this.m_LabelPrintingJobInfo.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.AutoScrollMinSize")));
     this.m_LabelPrintingJobInfo.BackColor         = System.Drawing.Color.Transparent;
     this.m_LabelPrintingJobInfo.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("m_LabelPrintingJobInfo.BackgroundImage")));
     this.m_LabelPrintingJobInfo.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelPrintingJobInfo.Dock")));
     this.m_LabelPrintingJobInfo.Enabled         = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Enabled")));
     this.m_LabelPrintingJobInfo.Font            = ((System.Drawing.Font)(resources.GetObject("m_LabelPrintingJobInfo.Font")));
     this.m_LabelPrintingJobInfo.GradientColors  = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.m_LabelPrintingJobInfo.GradientMode    = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_LabelPrintingJobInfo.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelPrintingJobInfo.ImeMode")));
     this.m_LabelPrintingJobInfo.Location        = ((System.Drawing.Point)(resources.GetObject("m_LabelPrintingJobInfo.Location")));
     this.m_LabelPrintingJobInfo.Name            = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelPrintingJobInfo.RightToLeft")));
     this.m_LabelPrintingJobInfo.Size            = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.Size")));
     this.m_LabelPrintingJobInfo.TabIndex        = ((int)(resources.GetObject("m_LabelPrintingJobInfo.TabIndex")));
     this.m_LabelPrintingJobInfo.TabStop         = false;
     this.m_LabelPrintingJobInfo.TextAlignment   = System.Drawing.StringAlignment.Center;
     this.m_LabelPrintingJobInfo.TransparentMode = true;
     this.m_LabelPrintingJobInfo.Visible         = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Visible")));
     this.m_LabelPrintingJobInfo.Click          += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick    += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // splitter1
     //
     this.splitter1.AccessibleDescription = resources.GetString("splitter1.AccessibleDescription");
     this.splitter1.AccessibleName        = resources.GetString("splitter1.AccessibleName");
     this.splitter1.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("splitter1.Anchor")));
     this.splitter1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("splitter1.BackgroundImage")));
     this.splitter1.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("splitter1.Dock")));
     this.splitter1.Enabled         = ((bool)(resources.GetObject("splitter1.Enabled")));
     this.splitter1.Font            = ((System.Drawing.Font)(resources.GetObject("splitter1.Font")));
     this.splitter1.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("splitter1.ImeMode")));
     this.splitter1.Location        = ((System.Drawing.Point)(resources.GetObject("splitter1.Location")));
     this.splitter1.MinExtra        = ((int)(resources.GetObject("splitter1.MinExtra")));
     this.splitter1.MinSize         = ((int)(resources.GetObject("splitter1.MinSize")));
     this.splitter1.Name            = "splitter1";
     this.splitter1.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("splitter1.RightToLeft")));
     this.splitter1.Size            = ((System.Drawing.Size)(resources.GetObject("splitter1.Size")));
     this.splitter1.TabIndex        = ((int)(resources.GetObject("splitter1.TabIndex")));
     this.splitter1.TabStop         = false;
     this.splitter1.Visible         = ((bool)(resources.GetObject("splitter1.Visible")));
     //
     // panelLeft
     //
     this.panelLeft.AccessibleDescription = resources.GetString("panelLeft.AccessibleDescription");
     this.panelLeft.AccessibleName        = resources.GetString("panelLeft.AccessibleName");
     this.panelLeft.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("panelLeft.Anchor")));
     this.panelLeft.AutoScroll        = ((bool)(resources.GetObject("panelLeft.AutoScroll")));
     this.panelLeft.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("panelLeft.AutoScrollMargin")));
     this.panelLeft.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("panelLeft.AutoScrollMinSize")));
     this.panelLeft.BackColor         = System.Drawing.Color.Transparent;
     this.panelLeft.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("panelLeft.BackgroundImage")));
     this.panelLeft.Controls.Add(this.toolbarSetting1);
     this.panelLeft.Controls.Add(this.splitter2);
     this.panelLeft.Controls.Add(this.crystalLabel_Status);
     this.panelLeft.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("panelLeft.Dock")));
     this.panelLeft.Enabled     = ((bool)(resources.GetObject("panelLeft.Enabled")));
     this.panelLeft.Font        = ((System.Drawing.Font)(resources.GetObject("panelLeft.Font")));
     this.panelLeft.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("panelLeft.ImeMode")));
     this.panelLeft.Location    = ((System.Drawing.Point)(resources.GetObject("panelLeft.Location")));
     this.panelLeft.Name        = "panelLeft";
     this.panelLeft.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("panelLeft.RightToLeft")));
     this.panelLeft.Size        = ((System.Drawing.Size)(resources.GetObject("panelLeft.Size")));
     this.panelLeft.TabIndex    = ((int)(resources.GetObject("panelLeft.TabIndex")));
     this.panelLeft.Text        = resources.GetString("panelLeft.Text");
     this.panelLeft.Visible     = ((bool)(resources.GetObject("panelLeft.Visible")));
     //
     // toolbarSetting1
     //
     this.toolbarSetting1.AccessibleDescription = resources.GetString("toolbarSetting1.AccessibleDescription");
     this.toolbarSetting1.AccessibleName        = resources.GetString("toolbarSetting1.AccessibleName");
     this.toolbarSetting1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("toolbarSetting1.Anchor")));
     this.toolbarSetting1.AutoScroll        = ((bool)(resources.GetObject("toolbarSetting1.AutoScroll")));
     this.toolbarSetting1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("toolbarSetting1.AutoScrollMargin")));
     this.toolbarSetting1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("toolbarSetting1.AutoScrollMinSize")));
     this.toolbarSetting1.BackColor         = System.Drawing.Color.Transparent;
     this.toolbarSetting1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("toolbarSetting1.BackgroundImage")));
     this.toolbarSetting1.Divider           = false;
     this.toolbarSetting1.DividerSide       = System.Windows.Forms.Border3DSide.Top;
     this.toolbarSetting1.Dock              = ((System.Windows.Forms.DockStyle)(resources.GetObject("toolbarSetting1.Dock")));
     this.toolbarSetting1.Enabled           = ((bool)(resources.GetObject("toolbarSetting1.Enabled")));
     this.toolbarSetting1.Font              = ((System.Drawing.Font)(resources.GetObject("toolbarSetting1.Font")));
     this.toolbarSetting1.GradientColors    = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.toolbarSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.toolbarSetting1.ImeMode           = ((System.Windows.Forms.ImeMode)(resources.GetObject("toolbarSetting1.ImeMode")));
     this.toolbarSetting1.Location          = ((System.Drawing.Point)(resources.GetObject("toolbarSetting1.Location")));
     this.toolbarSetting1.Name              = "toolbarSetting1";
     this.toolbarSetting1.RightToLeft       = ((System.Windows.Forms.RightToLeft)(resources.GetObject("toolbarSetting1.RightToLeft")));
     this.toolbarSetting1.Size              = ((System.Drawing.Size)(resources.GetObject("toolbarSetting1.Size")));
     this.toolbarSetting1.TabIndex          = ((int)(resources.GetObject("toolbarSetting1.TabIndex")));
     this.toolbarSetting1.TransparentMode   = true;
     this.toolbarSetting1.VerticalDirection = true;
     this.toolbarSetting1.Visible           = ((bool)(resources.GetObject("toolbarSetting1.Visible")));
     //
     // splitter2
     //
     this.splitter2.AccessibleDescription = resources.GetString("splitter2.AccessibleDescription");
     this.splitter2.AccessibleName        = resources.GetString("splitter2.AccessibleName");
     this.splitter2.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("splitter2.Anchor")));
     this.splitter2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("splitter2.BackgroundImage")));
     this.splitter2.Cursor          = System.Windows.Forms.Cursors.HSplit;
     this.splitter2.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("splitter2.Dock")));
     this.splitter2.Enabled         = ((bool)(resources.GetObject("splitter2.Enabled")));
     this.splitter2.Font            = ((System.Drawing.Font)(resources.GetObject("splitter2.Font")));
     this.splitter2.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("splitter2.ImeMode")));
     this.splitter2.Location        = ((System.Drawing.Point)(resources.GetObject("splitter2.Location")));
     this.splitter2.MinExtra        = ((int)(resources.GetObject("splitter2.MinExtra")));
     this.splitter2.MinSize         = ((int)(resources.GetObject("splitter2.MinSize")));
     this.splitter2.Name            = "splitter2";
     this.splitter2.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("splitter2.RightToLeft")));
     this.splitter2.Size            = ((System.Drawing.Size)(resources.GetObject("splitter2.Size")));
     this.splitter2.TabIndex        = ((int)(resources.GetObject("splitter2.TabIndex")));
     this.splitter2.TabStop         = false;
     this.splitter2.Visible         = ((bool)(resources.GetObject("splitter2.Visible")));
     //
     // crystalLabel_Status
     //
     this.crystalLabel_Status.AccessibleDescription = resources.GetString("crystalLabel_Status.AccessibleDescription");
     this.crystalLabel_Status.AccessibleName        = resources.GetString("crystalLabel_Status.AccessibleName");
     this.crystalLabel_Status.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("crystalLabel_Status.Anchor")));
     this.crystalLabel_Status.AutoScroll        = ((bool)(resources.GetObject("crystalLabel_Status.AutoScroll")));
     this.crystalLabel_Status.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("crystalLabel_Status.AutoScrollMargin")));
     this.crystalLabel_Status.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("crystalLabel_Status.AutoScrollMinSize")));
     this.crystalLabel_Status.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("crystalLabel_Status.BackgroundImage")));
     this.crystalLabel_Status.Dock              = ((System.Windows.Forms.DockStyle)(resources.GetObject("crystalLabel_Status.Dock")));
     this.crystalLabel_Status.Enabled           = ((bool)(resources.GetObject("crystalLabel_Status.Enabled")));
     this.crystalLabel_Status.Font              = ((System.Drawing.Font)(resources.GetObject("crystalLabel_Status.Font")));
     this.crystalLabel_Status.ForeColor         = System.Drawing.Color.Lime;
     this.crystalLabel_Status.GradientColors    = new BYHXPrinterManager.Style(System.Drawing.Color.Black, System.Drawing.Color.Black);
     this.crystalLabel_Status.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.crystalLabel_Status.ImeMode           = ((System.Windows.Forms.ImeMode)(resources.GetObject("crystalLabel_Status.ImeMode")));
     this.crystalLabel_Status.Location          = ((System.Drawing.Point)(resources.GetObject("crystalLabel_Status.Location")));
     this.crystalLabel_Status.Name              = "crystalLabel_Status";
     this.crystalLabel_Status.RightToLeft       = ((System.Windows.Forms.RightToLeft)(resources.GetObject("crystalLabel_Status.RightToLeft")));
     this.crystalLabel_Status.Size              = ((System.Drawing.Size)(resources.GetObject("crystalLabel_Status.Size")));
     this.crystalLabel_Status.TabIndex          = ((int)(resources.GetObject("crystalLabel_Status.TabIndex")));
     this.crystalLabel_Status.TabStop           = false;
     this.crystalLabel_Status.TextAlignment     = System.Drawing.StringAlignment.Center;
     this.crystalLabel_Status.TreeColorGradient = true;
     this.crystalLabel_Status.Visible           = ((bool)(resources.GetObject("crystalLabel_Status.Visible")));
     this.crystalLabel_Status.Click            += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     //
     // panelRight
     //
     this.panelRight.AccessibleDescription = resources.GetString("panelRight.AccessibleDescription");
     this.panelRight.AccessibleName        = resources.GetString("panelRight.AccessibleName");
     this.panelRight.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("panelRight.Anchor")));
     this.panelRight.AutoScroll        = ((bool)(resources.GetObject("panelRight.AutoScroll")));
     this.panelRight.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("panelRight.AutoScrollMargin")));
     this.panelRight.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("panelRight.AutoScrollMinSize")));
     this.panelRight.BackColor         = System.Drawing.Color.Transparent;
     this.panelRight.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("panelRight.BackgroundImage")));
     this.panelRight.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelRight.Controls.Add(this.m_LabelPrintingJobInfo);
     this.panelRight.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("panelRight.Dock")));
     this.panelRight.Enabled     = ((bool)(resources.GetObject("panelRight.Enabled")));
     this.panelRight.Font        = ((System.Drawing.Font)(resources.GetObject("panelRight.Font")));
     this.panelRight.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("panelRight.ImeMode")));
     this.panelRight.Location    = ((System.Drawing.Point)(resources.GetObject("panelRight.Location")));
     this.panelRight.Name        = "panelRight";
     this.panelRight.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("panelRight.RightToLeft")));
     this.panelRight.Size        = ((System.Drawing.Size)(resources.GetObject("panelRight.Size")));
     this.panelRight.TabIndex    = ((int)(resources.GetObject("panelRight.TabIndex")));
     this.panelRight.Text        = resources.GetString("panelRight.Text");
     this.panelRight.Visible     = ((bool)(resources.GetObject("panelRight.Visible")));
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList1.ImageSize        = ((System.Drawing.Size)(resources.GetObject("imageList1.ImageSize")));
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // PrintingInfo
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackColor             = System.Drawing.SystemColors.Control;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panelLeft);
     this.Controls.Add(this.panelRight);
     this.Enabled      = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font         = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location     = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.Name         = "PrintingInfo";
     this.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.Size         = ((System.Drawing.Size)(resources.GetObject("$this.Size")));
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.panelLeft.ResumeLayout(false);
     this.panelRight.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
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(PrintingInfo));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel1    = new System.Windows.Forms.Panel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.m_LabelPrintingJobInfo = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.splitter2           = new System.Windows.Forms.Splitter();
     this.crystalLabel_Status = new System.Windows.Forms.Label();
     this.m_PrintPreview      = new BYHXPrinterManager.Preview.PrintingPreview();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter1
     //
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.Name    = "splitter1";
     this.splitter1.TabStop = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.crystalLabel_Status);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_LabelPrintingJobInfo);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // m_LabelPrintingJobInfo
     //
     resources.ApplyResources(this.m_LabelPrintingJobInfo, "m_LabelPrintingJobInfo");
     this.m_LabelPrintingJobInfo.GradientColors = null;
     this.m_LabelPrintingJobInfo.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_LabelPrintingJobInfo.Name           = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.TabStop        = false;
     this.m_LabelPrintingJobInfo.TextAlignment  = System.Drawing.StringAlignment.Center;
     this.m_LabelPrintingJobInfo.Click         += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick   += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // splitter2
     //
     this.splitter2.Cursor = System.Windows.Forms.Cursors.HSplit;
     resources.ApplyResources(this.splitter2, "splitter2");
     this.splitter2.Name    = "splitter2";
     this.splitter2.TabStop = false;
     //
     // crystalLabel_Status
     //
     this.crystalLabel_Status.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.crystalLabel_Status, "crystalLabel_Status");
     this.crystalLabel_Status.ForeColor = System.Drawing.Color.Lime;
     this.crystalLabel_Status.Name      = "crystalLabel_Status";
     this.crystalLabel_Status.Click    += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.BackColor = System.Drawing.SystemColors.Control;
     this.m_PrintPreview.Divider   = false;
     resources.ApplyResources(this.m_PrintPreview, "m_PrintPreview");
     this.m_PrintPreview.GradientColors = null;
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // PrintingInfo
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     resources.ApplyResources(this, "$this");
     this.Name         = "PrintingInfo";
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
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(PrintingInfo));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.m_LabelPrintingJobInfo = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.panel1        = new System.Windows.Forms.Panel();
     this.crystalLabel1 = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.panel2        = new System.Windows.Forms.Panel();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // splitter1
     //
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.Name    = "splitter1";
     this.splitter1.TabStop = false;
     //
     // m_LabelPrintingJobInfo
     //
     resources.ApplyResources(this.m_LabelPrintingJobInfo, "m_LabelPrintingJobInfo");
     this.m_LabelPrintingJobInfo.GradientColors = null;
     this.m_LabelPrintingJobInfo.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_LabelPrintingJobInfo.Name           = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.TabStop        = false;
     this.m_LabelPrintingJobInfo.TextAlignment  = System.Drawing.StringAlignment.Center;
     this.m_LabelPrintingJobInfo.Click         += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick   += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.BackColor = System.Drawing.SystemColors.Control;
     this.m_PrintPreview.Divider   = false;
     resources.ApplyResources(this.m_PrintPreview, "m_PrintPreview");
     this.m_PrintPreview.GradientColors = null;
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.Rotate         = System.Drawing.RotateFlipType.RotateNoneFlipNone;
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.crystalLabel1);
     this.panel1.Controls.Add(this.m_LabelPrintingJobInfo);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // crystalLabel1
     //
     resources.ApplyResources(this.crystalLabel1, "crystalLabel1");
     this.crystalLabel1.GradientColors = null;
     this.crystalLabel1.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.crystalLabel1.Name           = "crystalLabel1";
     this.crystalLabel1.TabStop        = false;
     this.crystalLabel1.TextAlignment  = System.Drawing.StringAlignment.Center;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.panel2.Controls.Add(this.pictureBox1);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // pictureBox1
     //
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // PrintingInfo
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.splitter1);
     resources.ApplyResources(this, "$this");
     this.Name         = "PrintingInfo";
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
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(PrintingInfo));
     this.splitContainer1    = new System.Windows.Forms.SplitContainer();
     this.m_PrintPreview     = new BYHXPrinterManager.Preview.PrintingPreview();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.label11            = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.labelfilepath      = new System.Windows.Forms.Label();
     this.labelsLangID       = new System.Windows.Forms.Label();
     this.labelstrDir        = new System.Windows.Forms.Label();
     this.labelstrPass       = new System.Windows.Forms.Label();
     this.labelstrDeep       = new System.Windows.Forms.Label();
     this.labelstrRes        = new System.Windows.Forms.Label();
     this.labelstrSize       = new System.Windows.Forms.Label();
     this.labelstrEff        = new System.Windows.Forms.Label();
     this.labelstrArea       = new System.Windows.Forms.Label();
     this.labelstrPercentage = new System.Windows.Forms.Label();
     this.labelstrTime       = new System.Windows.Forms.Label();
     this.toolbarSetting_11  = new BYHXPrinterManager.Setting.ToolbarSetting_1();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.m_PrintPreview);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
     this.splitContainer1.Panel2.Controls.Add(this.toolbarSetting_11);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.m_PrintPreview, "m_PrintPreview");
     this.m_PrintPreview.Divider        = false;
     this.m_PrintPreview.GradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.label11, 0, 10);
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 9);
     this.tableLayoutPanel1.Controls.Add(this.label9, 0, 8);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 7);
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelfilepath, 1, 10);
     this.tableLayoutPanel1.Controls.Add(this.labelsLangID, 1, 9);
     this.tableLayoutPanel1.Controls.Add(this.labelstrDir, 1, 8);
     this.tableLayoutPanel1.Controls.Add(this.labelstrPass, 1, 7);
     this.tableLayoutPanel1.Controls.Add(this.labelstrDeep, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.labelstrRes, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.labelstrSize, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.labelstrEff, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelstrArea, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelstrPercentage, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelstrTime, 1, 0);
     this.tableLayoutPanel1.Name   = "tableLayoutPanel1";
     this.tableLayoutPanel1.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label11
     //
     this.label11.AutoEllipsis = true;
     this.label11.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name   = "label11";
     this.label11.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label10
     //
     this.label10.AutoEllipsis = true;
     this.label10.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name   = "label10";
     this.label10.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label9
     //
     this.label9.AutoEllipsis = true;
     this.label9.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name   = "label9";
     this.label9.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label8
     //
     this.label8.AutoEllipsis = true;
     this.label8.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name   = "label8";
     this.label8.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label7
     //
     this.label7.AutoEllipsis = true;
     this.label7.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name   = "label7";
     this.label7.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label6
     //
     this.label6.AutoEllipsis = true;
     this.label6.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name   = "label6";
     this.label6.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label5
     //
     this.label5.AutoEllipsis = true;
     this.label5.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name   = "label5";
     this.label5.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label4
     //
     this.label4.AutoEllipsis = true;
     this.label4.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name   = "label4";
     this.label4.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label3
     //
     this.label3.AutoEllipsis = true;
     this.label3.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name   = "label3";
     this.label3.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label2
     //
     this.label2.AutoEllipsis = true;
     this.label2.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name   = "label2";
     this.label2.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // label1
     //
     this.label1.AutoEllipsis = true;
     this.label1.BackColor    = System.Drawing.Color.Silver;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name   = "label1";
     this.label1.Click += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelfilepath
     //
     resources.ApplyResources(this.labelfilepath, "labelfilepath");
     this.labelfilepath.AutoEllipsis = true;
     this.labelfilepath.BackColor    = System.Drawing.Color.Silver;
     this.labelfilepath.Name         = "labelfilepath";
     this.labelfilepath.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelsLangID
     //
     resources.ApplyResources(this.labelsLangID, "labelsLangID");
     this.labelsLangID.AutoEllipsis = true;
     this.labelsLangID.BackColor    = System.Drawing.Color.Silver;
     this.labelsLangID.Name         = "labelsLangID";
     this.labelsLangID.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrDir
     //
     resources.ApplyResources(this.labelstrDir, "labelstrDir");
     this.labelstrDir.AutoEllipsis = true;
     this.labelstrDir.BackColor    = System.Drawing.Color.Silver;
     this.labelstrDir.Name         = "labelstrDir";
     this.labelstrDir.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrPass
     //
     resources.ApplyResources(this.labelstrPass, "labelstrPass");
     this.labelstrPass.AutoEllipsis = true;
     this.labelstrPass.BackColor    = System.Drawing.Color.Silver;
     this.labelstrPass.Name         = "labelstrPass";
     this.labelstrPass.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrDeep
     //
     resources.ApplyResources(this.labelstrDeep, "labelstrDeep");
     this.labelstrDeep.AutoEllipsis = true;
     this.labelstrDeep.BackColor    = System.Drawing.Color.Silver;
     this.labelstrDeep.Name         = "labelstrDeep";
     this.labelstrDeep.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrRes
     //
     resources.ApplyResources(this.labelstrRes, "labelstrRes");
     this.labelstrRes.AutoEllipsis = true;
     this.labelstrRes.BackColor    = System.Drawing.Color.Silver;
     this.labelstrRes.Name         = "labelstrRes";
     this.labelstrRes.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrSize
     //
     resources.ApplyResources(this.labelstrSize, "labelstrSize");
     this.labelstrSize.AutoEllipsis = true;
     this.labelstrSize.BackColor    = System.Drawing.Color.Silver;
     this.labelstrSize.Name         = "labelstrSize";
     this.labelstrSize.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrEff
     //
     resources.ApplyResources(this.labelstrEff, "labelstrEff");
     this.labelstrEff.AutoEllipsis = true;
     this.labelstrEff.BackColor    = System.Drawing.Color.Silver;
     this.labelstrEff.Name         = "labelstrEff";
     this.labelstrEff.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrArea
     //
     resources.ApplyResources(this.labelstrArea, "labelstrArea");
     this.labelstrArea.AutoEllipsis = true;
     this.labelstrArea.BackColor    = System.Drawing.Color.Silver;
     this.labelstrArea.Name         = "labelstrArea";
     this.labelstrArea.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrPercentage
     //
     resources.ApplyResources(this.labelstrPercentage, "labelstrPercentage");
     this.labelstrPercentage.AutoEllipsis = true;
     this.labelstrPercentage.BackColor    = System.Drawing.Color.Silver;
     this.labelstrPercentage.Name         = "labelstrPercentage";
     this.labelstrPercentage.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // labelstrTime
     //
     resources.ApplyResources(this.labelstrTime, "labelstrTime");
     this.labelstrTime.AutoEllipsis = true;
     this.labelstrTime.BackColor    = System.Drawing.Color.Silver;
     this.labelstrTime.Name         = "labelstrTime";
     this.labelstrTime.Click       += new System.EventHandler(this.tableLayoutPanel1_Click);
     //
     // toolbarSetting_11
     //
     resources.ApplyResources(this.toolbarSetting_11, "toolbarSetting_11");
     this.toolbarSetting_11.BackColor         = System.Drawing.Color.Silver;
     this.toolbarSetting_11.Divider           = false;
     this.toolbarSetting_11.GradientColors    = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.toolbarSetting_11.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.toolbarSetting_11.Name              = "toolbarSetting_11";
     this.toolbarSetting_11.TreeColorGradient = true;
     //
     // PrintingInfo
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.splitContainer1);
     this.DoubleBuffered = true;
     resources.ApplyResources(this, "$this");
     this.Name         = "PrintingInfo";
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintingInfo));
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.m_LabelPrintingJobInfo = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.panel1        = new System.Windows.Forms.Panel();
     this.splitter2     = new System.Windows.Forms.Splitter();
     this.crystalLabel1 = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.AccessibleDescription = resources.GetString("m_PrintPreview.AccessibleDescription");
     this.m_PrintPreview.AccessibleName        = resources.GetString("m_PrintPreview.AccessibleName");
     this.m_PrintPreview.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_PrintPreview.Anchor")));
     this.m_PrintPreview.AutoScroll        = ((bool)(resources.GetObject("m_PrintPreview.AutoScroll")));
     this.m_PrintPreview.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMargin")));
     this.m_PrintPreview.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.AutoScrollMinSize")));
     this.m_PrintPreview.BackColor         = System.Drawing.SystemColors.Control;
     this.m_PrintPreview.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("m_PrintPreview.BackgroundImage")));
     this.m_PrintPreview.Dock           = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_PrintPreview.Dock")));
     this.m_PrintPreview.Enabled        = ((bool)(resources.GetObject("m_PrintPreview.Enabled")));
     this.m_PrintPreview.Font           = ((System.Drawing.Font)(resources.GetObject("m_PrintPreview.Font")));
     this.m_PrintPreview.GradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.m_PrintPreview.ImeMode        = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_PrintPreview.ImeMode")));
     this.m_PrintPreview.Location       = ((System.Drawing.Point)(resources.GetObject("m_PrintPreview.Location")));
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.RightToLeft    = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_PrintPreview.RightToLeft")));
     this.m_PrintPreview.Size           = ((System.Drawing.Size)(resources.GetObject("m_PrintPreview.Size")));
     this.m_PrintPreview.TabIndex       = ((int)(resources.GetObject("m_PrintPreview.TabIndex")));
     this.m_PrintPreview.Visible        = ((bool)(resources.GetObject("m_PrintPreview.Visible")));
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // m_LabelPrintingJobInfo
     //
     this.m_LabelPrintingJobInfo.AccessibleDescription = resources.GetString("m_LabelPrintingJobInfo.AccessibleDescription");
     this.m_LabelPrintingJobInfo.AccessibleName        = resources.GetString("m_LabelPrintingJobInfo.AccessibleName");
     this.m_LabelPrintingJobInfo.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelPrintingJobInfo.Anchor")));
     this.m_LabelPrintingJobInfo.AutoScroll        = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.AutoScroll")));
     this.m_LabelPrintingJobInfo.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.AutoScrollMargin")));
     this.m_LabelPrintingJobInfo.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.AutoScrollMinSize")));
     this.m_LabelPrintingJobInfo.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("m_LabelPrintingJobInfo.BackgroundImage")));
     this.m_LabelPrintingJobInfo.Dock           = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelPrintingJobInfo.Dock")));
     this.m_LabelPrintingJobInfo.Enabled        = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Enabled")));
     this.m_LabelPrintingJobInfo.Font           = ((System.Drawing.Font)(resources.GetObject("m_LabelPrintingJobInfo.Font")));
     this.m_LabelPrintingJobInfo.GradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.m_LabelPrintingJobInfo.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_LabelPrintingJobInfo.ImeMode        = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelPrintingJobInfo.ImeMode")));
     this.m_LabelPrintingJobInfo.Location       = ((System.Drawing.Point)(resources.GetObject("m_LabelPrintingJobInfo.Location")));
     this.m_LabelPrintingJobInfo.Name           = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.RightToLeft    = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelPrintingJobInfo.RightToLeft")));
     this.m_LabelPrintingJobInfo.Size           = ((System.Drawing.Size)(resources.GetObject("m_LabelPrintingJobInfo.Size")));
     this.m_LabelPrintingJobInfo.TabIndex       = ((int)(resources.GetObject("m_LabelPrintingJobInfo.TabIndex")));
     this.m_LabelPrintingJobInfo.Text           = resources.GetString("m_LabelPrintingJobInfo.Text");
     this.m_LabelPrintingJobInfo.TextAlignment  = System.Drawing.StringAlignment.Center;
     this.m_LabelPrintingJobInfo.Visible        = ((bool)(resources.GetObject("m_LabelPrintingJobInfo.Visible")));
     this.m_LabelPrintingJobInfo.TextChanged   += new System.EventHandler(this.m_LabelPrintingJobInfo_TextChanged);
     this.m_LabelPrintingJobInfo.DoubleClick   += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // splitter1
     //
     this.splitter1.AccessibleDescription = resources.GetString("splitter1.AccessibleDescription");
     this.splitter1.AccessibleName        = resources.GetString("splitter1.AccessibleName");
     this.splitter1.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("splitter1.Anchor")));
     this.splitter1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("splitter1.BackgroundImage")));
     this.splitter1.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("splitter1.Dock")));
     this.splitter1.Enabled         = ((bool)(resources.GetObject("splitter1.Enabled")));
     this.splitter1.Font            = ((System.Drawing.Font)(resources.GetObject("splitter1.Font")));
     this.splitter1.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("splitter1.ImeMode")));
     this.splitter1.Location        = ((System.Drawing.Point)(resources.GetObject("splitter1.Location")));
     this.splitter1.MinExtra        = ((int)(resources.GetObject("splitter1.MinExtra")));
     this.splitter1.MinSize         = ((int)(resources.GetObject("splitter1.MinSize")));
     this.splitter1.Name            = "splitter1";
     this.splitter1.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("splitter1.RightToLeft")));
     this.splitter1.Size            = ((System.Drawing.Size)(resources.GetObject("splitter1.Size")));
     this.splitter1.TabIndex        = ((int)(resources.GetObject("splitter1.TabIndex")));
     this.splitter1.TabStop         = false;
     this.splitter1.Visible         = ((bool)(resources.GetObject("splitter1.Visible")));
     //
     // panel1
     //
     this.panel1.AccessibleDescription = resources.GetString("panel1.AccessibleDescription");
     this.panel1.AccessibleName        = resources.GetString("panel1.AccessibleName");
     this.panel1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("panel1.Anchor")));
     this.panel1.AutoScroll        = ((bool)(resources.GetObject("panel1.AutoScroll")));
     this.panel1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("panel1.AutoScrollMargin")));
     this.panel1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("panel1.AutoScrollMinSize")));
     this.panel1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.m_LabelPrintingJobInfo);
     this.panel1.Controls.Add(this.crystalLabel1);
     this.panel1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("panel1.Dock")));
     this.panel1.Enabled     = ((bool)(resources.GetObject("panel1.Enabled")));
     this.panel1.Font        = ((System.Drawing.Font)(resources.GetObject("panel1.Font")));
     this.panel1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("panel1.ImeMode")));
     this.panel1.Location    = ((System.Drawing.Point)(resources.GetObject("panel1.Location")));
     this.panel1.Name        = "panel1";
     this.panel1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("panel1.RightToLeft")));
     this.panel1.Size        = ((System.Drawing.Size)(resources.GetObject("panel1.Size")));
     this.panel1.TabIndex    = ((int)(resources.GetObject("panel1.TabIndex")));
     this.panel1.Text        = resources.GetString("panel1.Text");
     this.panel1.Visible     = ((bool)(resources.GetObject("panel1.Visible")));
     //
     // splitter2
     //
     this.splitter2.AccessibleDescription = resources.GetString("splitter2.AccessibleDescription");
     this.splitter2.AccessibleName        = resources.GetString("splitter2.AccessibleName");
     this.splitter2.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("splitter2.Anchor")));
     this.splitter2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("splitter2.BackgroundImage")));
     this.splitter2.Cursor          = System.Windows.Forms.Cursors.HSplit;
     this.splitter2.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("splitter2.Dock")));
     this.splitter2.Enabled         = ((bool)(resources.GetObject("splitter2.Enabled")));
     this.splitter2.Font            = ((System.Drawing.Font)(resources.GetObject("splitter2.Font")));
     this.splitter2.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("splitter2.ImeMode")));
     this.splitter2.Location        = ((System.Drawing.Point)(resources.GetObject("splitter2.Location")));
     this.splitter2.MinExtra        = ((int)(resources.GetObject("splitter2.MinExtra")));
     this.splitter2.MinSize         = ((int)(resources.GetObject("splitter2.MinSize")));
     this.splitter2.Name            = "splitter2";
     this.splitter2.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("splitter2.RightToLeft")));
     this.splitter2.Size            = ((System.Drawing.Size)(resources.GetObject("splitter2.Size")));
     this.splitter2.TabIndex        = ((int)(resources.GetObject("splitter2.TabIndex")));
     this.splitter2.TabStop         = false;
     this.splitter2.Visible         = ((bool)(resources.GetObject("splitter2.Visible")));
     //
     // crystalLabel1
     //
     this.crystalLabel1.AccessibleDescription = resources.GetString("crystalLabel1.AccessibleDescription");
     this.crystalLabel1.AccessibleName        = resources.GetString("crystalLabel1.AccessibleName");
     this.crystalLabel1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("crystalLabel1.Anchor")));
     this.crystalLabel1.AutoScroll        = ((bool)(resources.GetObject("crystalLabel1.AutoScroll")));
     this.crystalLabel1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("crystalLabel1.AutoScrollMargin")));
     this.crystalLabel1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("crystalLabel1.AutoScrollMinSize")));
     this.crystalLabel1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("crystalLabel1.BackgroundImage")));
     this.crystalLabel1.Dock           = ((System.Windows.Forms.DockStyle)(resources.GetObject("crystalLabel1.Dock")));
     this.crystalLabel1.Enabled        = ((bool)(resources.GetObject("crystalLabel1.Enabled")));
     this.crystalLabel1.Font           = ((System.Drawing.Font)(resources.GetObject("crystalLabel1.Font")));
     this.crystalLabel1.GradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.crystalLabel1.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.crystalLabel1.ImeMode        = ((System.Windows.Forms.ImeMode)(resources.GetObject("crystalLabel1.ImeMode")));
     this.crystalLabel1.Location       = ((System.Drawing.Point)(resources.GetObject("crystalLabel1.Location")));
     this.crystalLabel1.Name           = "crystalLabel1";
     this.crystalLabel1.RightToLeft    = ((System.Windows.Forms.RightToLeft)(resources.GetObject("crystalLabel1.RightToLeft")));
     this.crystalLabel1.Size           = ((System.Drawing.Size)(resources.GetObject("crystalLabel1.Size")));
     this.crystalLabel1.TabIndex       = ((int)(resources.GetObject("crystalLabel1.TabIndex")));
     this.crystalLabel1.Text           = resources.GetString("crystalLabel1.Text");
     this.crystalLabel1.TextAlignment  = System.Drawing.StringAlignment.Center;
     this.crystalLabel1.Visible        = ((bool)(resources.GetObject("crystalLabel1.Visible")));
     this.crystalLabel1.TextChanged   += new System.EventHandler(this.m_LabelPrintingJobInfo_TextChanged);
     //
     // PrintingInfo
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackColor             = System.Drawing.SystemColors.Control;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Enabled      = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font         = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location     = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.Name         = "PrintingInfo";
     this.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.Size         = ((System.Drawing.Size)(resources.GetObject("$this.Size")));
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
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(PrintingInfo));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style3 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style4 = new BYHXPrinterManager.Style();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel1    = new System.Windows.Forms.Panel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.m_LabelPrintingJobInfo   = new BYHXPrinterManager.GradientControls.CrystalLabel();
     this.gzPurgeControl1          = new BYHXPrinterManager.Main.GzPurgeControl();
     this.inkTankStatusControl1    = new BYHXPrinterManager.Main.InkTankStatusControl();
     this.purgeControl1            = new BYHXPrinterManager.Main.PurgeControl();
     this.maintenanceSystemStatus1 = new BYHXPrinterManager.Setting.MaintenanceSystemStatus();
     this.splitter2           = new System.Windows.Forms.Splitter();
     this.crystalLabel_Status = new System.Windows.Forms.Label();
     this.m_PrintPreview      = new BYHXPrinterManager.Preview.PrintingPreview();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter1
     //
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.Name    = "splitter1";
     this.splitter1.TabStop = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.crystalLabel_Status);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_LabelPrintingJobInfo);
     this.panel2.Controls.Add(this.gzPurgeControl1);
     this.panel2.Controls.Add(this.inkTankStatusControl1);
     this.panel2.Controls.Add(this.purgeControl1);
     this.panel2.Controls.Add(this.maintenanceSystemStatus1);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // m_LabelPrintingJobInfo
     //
     resources.ApplyResources(this.m_LabelPrintingJobInfo, "m_LabelPrintingJobInfo");
     this.m_LabelPrintingJobInfo.GradientColors = null;
     this.m_LabelPrintingJobInfo.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_LabelPrintingJobInfo.Name           = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.TabStop        = false;
     this.m_LabelPrintingJobInfo.TextAlignment  = System.Drawing.StringAlignment.Center;
     this.m_LabelPrintingJobInfo.Click         += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     this.m_LabelPrintingJobInfo.DoubleClick   += new System.EventHandler(this.m_LabelPrintingJobInfo_DoubleClick);
     //
     // gzPurgeControl1
     //
     this.gzPurgeControl1.BackColor = System.Drawing.SystemColors.Window;
     this.gzPurgeControl1.Divider   = false;
     resources.ApplyResources(this.gzPurgeControl1, "gzPurgeControl1");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.gzPurgeControl1.GradientColors    = style1;
     this.gzPurgeControl1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gzPurgeControl1.GrouperTitleStyle = null;
     this.gzPurgeControl1.Name = "gzPurgeControl1";
     //
     // inkTankStatusControl1
     //
     this.inkTankStatusControl1.Divider = false;
     resources.ApplyResources(this.inkTankStatusControl1, "inkTankStatusControl1");
     style2.Color1 = System.Drawing.SystemColors.Control;
     style2.Color2 = System.Drawing.SystemColors.Control;
     this.inkTankStatusControl1.GradientColors    = style2;
     this.inkTankStatusControl1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.inkTankStatusControl1.GrouperTitleStyle = null;
     this.inkTankStatusControl1.Name = "inkTankStatusControl1";
     //
     // purgeControl1
     //
     this.purgeControl1.Divider = false;
     resources.ApplyResources(this.purgeControl1, "purgeControl1");
     style3.Color1 = System.Drawing.SystemColors.Control;
     style3.Color2 = System.Drawing.SystemColors.Control;
     this.purgeControl1.GradientColors    = style3;
     this.purgeControl1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.purgeControl1.GrouperTitleStyle = null;
     this.purgeControl1.Name = "purgeControl1";
     //
     // maintenanceSystemStatus1
     //
     resources.ApplyResources(this.maintenanceSystemStatus1, "maintenanceSystemStatus1");
     this.maintenanceSystemStatus1.Divider = false;
     style4.Color1 = System.Drawing.SystemColors.Control;
     style4.Color2 = System.Drawing.SystemColors.Control;
     this.maintenanceSystemStatus1.GradientColors    = style4;
     this.maintenanceSystemStatus1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.maintenanceSystemStatus1.GrouperTitleStyle = null;
     this.maintenanceSystemStatus1.Name = "maintenanceSystemStatus1";
     //
     // splitter2
     //
     this.splitter2.Cursor = System.Windows.Forms.Cursors.HSplit;
     resources.ApplyResources(this.splitter2, "splitter2");
     this.splitter2.Name    = "splitter2";
     this.splitter2.TabStop = false;
     //
     // crystalLabel_Status
     //
     this.crystalLabel_Status.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.crystalLabel_Status, "crystalLabel_Status");
     this.crystalLabel_Status.ForeColor = System.Drawing.Color.Lime;
     this.crystalLabel_Status.Name      = "crystalLabel_Status";
     this.crystalLabel_Status.Click    += new System.EventHandler(this.m_LabelPrintingJobInfo_Click);
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.BackColor = System.Drawing.SystemColors.Control;
     this.m_PrintPreview.Divider   = false;
     resources.ApplyResources(this.m_PrintPreview, "m_PrintPreview");
     this.m_PrintPreview.GradientColors = null;
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.Rotate         = System.Drawing.RotateFlipType.RotateNoneFlipNone;
     this.m_PrintPreview.DoubleClick   += new System.EventHandler(this.m_PrintPreview_DoubleClick);
     //
     // PrintingInfo
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     resources.ApplyResources(this, "$this");
     this.Name         = "PrintingInfo";
     this.DoubleClick += new System.EventHandler(this.PreviewAndInfo_DoubleClick);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }