示例#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(DoubleYAxisSettingForm));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.buttonClose         = new System.Windows.Forms.Button();
     this.doubleYAxisSetting1 = new BYHXPrinterManager.Setting.DoubleYAxisSetting();
     this.SuspendLayout();
     //
     // buttonClose
     //
     resources.ApplyResources(this.buttonClose, "buttonClose");
     this.buttonClose.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.UseVisualStyleBackColor = true;
     //
     // doubleYAxisSetting1
     //
     resources.ApplyResources(this.doubleYAxisSetting1, "doubleYAxisSetting1");
     this.doubleYAxisSetting1.Divider = false;
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.doubleYAxisSetting1.GradientColors    = style1;
     this.doubleYAxisSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.doubleYAxisSetting1.GrouperTitleStyle = null;
     this.doubleYAxisSetting1.Name = "doubleYAxisSetting1";
     //
     // DoubleYAxisSettingForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.doubleYAxisSetting1);
     this.Name = "DoubleYAxisSettingForm";
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MeasureQuestionForm));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.buttonNo              = new System.Windows.Forms.Button();
     this.frmMessage            = new System.Windows.Forms.Label();
     this.m_ToolTip             = new System.Windows.Forms.ToolTip(this.components);
     this.zAixsSetting1         = new BYHXPrinterManager.Setting.ZAixsSetting();
     this.checkBoxShowAttention = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // buttonNo
     //
     resources.ApplyResources(this.buttonNo, "buttonNo");
     this.buttonNo.Name = "buttonNo";
     this.m_ToolTip.SetToolTip(this.buttonNo, resources.GetString("buttonNo.ToolTip"));
     this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click);
     //
     // frmMessage
     //
     resources.ApplyResources(this.frmMessage, "frmMessage");
     this.frmMessage.Name = "frmMessage";
     this.m_ToolTip.SetToolTip(this.frmMessage, resources.GetString("frmMessage.ToolTip"));
     //
     // zAixsSetting1
     //
     resources.ApplyResources(this.zAixsSetting1, "zAixsSetting1");
     this.zAixsSetting1.Divider = false;
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.zAixsSetting1.GradientColors    = style1;
     this.zAixsSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.zAixsSetting1.GrouperTitleStyle = null;
     this.zAixsSetting1.Name = "zAixsSetting1";
     this.m_ToolTip.SetToolTip(this.zAixsSetting1, resources.GetString("zAixsSetting1.ToolTip"));
     //
     // checkBoxShowAttention
     //
     resources.ApplyResources(this.checkBoxShowAttention, "checkBoxShowAttention");
     this.checkBoxShowAttention.Name = "checkBoxShowAttention";
     this.m_ToolTip.SetToolTip(this.checkBoxShowAttention, resources.GetString("checkBoxShowAttention.ToolTip"));
     //
     // MeasureQuestionForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.checkBoxShowAttention);
     this.Controls.Add(this.zAixsSetting1);
     this.Controls.Add(this.frmMessage);
     this.Controls.Add(this.buttonNo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MeasureQuestionForm";
     this.m_ToolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
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);
 }
 /// <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(ContrastColorMaskSetting));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     this.grouper1             = new BYHXPrinterManager.GradientControls.Grouper();
     this.groupBox1            = new System.Windows.Forms.Panel();
     this.m_clbimage1          = new System.Windows.Forms.CheckedListBox();
     this.m_clbimage1Opt       = new System.Windows.Forms.CheckedListBox();
     this.m_clbimage2Opt       = new System.Windows.Forms.CheckedListBox();
     this.m_cbkSpotColor1Image = new System.Windows.Forms.RadioButton();
     this.m_cbkSpotColor1Rip   = new System.Windows.Forms.RadioButton();
     this.m_numAllpercent1     = new System.Windows.Forms.NumericUpDown();
     this.m_cbkSpotColor1All   = new System.Windows.Forms.RadioButton();
     this.panel1      = new System.Windows.Forms.Panel();
     this.numLayerNum = new System.Windows.Forms.NumericUpDown();
     this.lblLayer    = new System.Windows.Forms.Label();
     this.grouper1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numAllpercent1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numLayerNum)).BeginInit();
     this.SuspendLayout();
     //
     // grouper1
     //
     resources.ApplyResources(this.grouper1, "grouper1");
     this.grouper1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.grouper1.BorderThickness        = 1F;
     this.grouper1.Controls.Add(this.groupBox1);
     this.grouper1.Controls.Add(this.m_cbkSpotColor1Image);
     this.grouper1.Controls.Add(this.m_cbkSpotColor1Rip);
     this.grouper1.Controls.Add(this.m_numAllpercent1);
     this.grouper1.Controls.Add(this.m_cbkSpotColor1All);
     this.grouper1.Controls.Add(this.panel1);
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.Color.Gold;
     this.grouper1.GradientColors  = style1;
     this.grouper1.GroupImage      = null;
     this.grouper1.Name            = "grouper1";
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 10;
     this.grouper1.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper1.ShadowControl   = false;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.TitileGradientColors = style2;
     this.grouper1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.BackColor   = System.Drawing.Color.Transparent;
     this.groupBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.groupBox1.Controls.Add(this.m_clbimage1);
     this.groupBox1.Controls.Add(this.m_clbimage1Opt);
     this.groupBox1.Controls.Add(this.m_clbimage2Opt);
     this.groupBox1.Name = "groupBox1";
     //
     // m_clbimage1
     //
     resources.ApplyResources(this.m_clbimage1, "m_clbimage1");
     this.m_clbimage1.CheckOnClick = true;
     this.m_clbimage1.Name         = "m_clbimage1";
     this.m_clbimage1.ItemCheck   += new System.Windows.Forms.ItemCheckEventHandler(this.m_clbimage1_ItemCheck);
     //
     // m_clbimage1Opt
     //
     resources.ApplyResources(this.m_clbimage1Opt, "m_clbimage1Opt");
     this.m_clbimage1Opt.CheckOnClick = true;
     this.m_clbimage1Opt.Name         = "m_clbimage1Opt";
     //
     // m_clbimage2Opt
     //
     resources.ApplyResources(this.m_clbimage2Opt, "m_clbimage2Opt");
     this.m_clbimage2Opt.CheckOnClick = true;
     this.m_clbimage2Opt.Name         = "m_clbimage2Opt";
     //
     // m_cbkSpotColor1Image
     //
     resources.ApplyResources(this.m_cbkSpotColor1Image, "m_cbkSpotColor1Image");
     this.m_cbkSpotColor1Image.BackColor = System.Drawing.Color.Transparent;
     this.m_cbkSpotColor1Image.Name      = "m_cbkSpotColor1Image";
     this.m_cbkSpotColor1Image.UseVisualStyleBackColor = false;
     this.m_cbkSpotColor1Image.CheckedChanged         += new System.EventHandler(this.m_cbkSpotColor1Image_CheckedChanged);
     //
     // m_cbkSpotColor1Rip
     //
     resources.ApplyResources(this.m_cbkSpotColor1Rip, "m_cbkSpotColor1Rip");
     this.m_cbkSpotColor1Rip.BackColor = System.Drawing.Color.Transparent;
     this.m_cbkSpotColor1Rip.Name      = "m_cbkSpotColor1Rip";
     this.m_cbkSpotColor1Rip.UseVisualStyleBackColor = false;
     this.m_cbkSpotColor1Rip.CheckedChanged         += new System.EventHandler(this.m_cbkSpotColor1All_CheckedChanged);
     //
     // m_numAllpercent1
     //
     resources.ApplyResources(this.m_numAllpercent1, "m_numAllpercent1");
     this.m_numAllpercent1.Name = "m_numAllpercent1";
     //
     // m_cbkSpotColor1All
     //
     resources.ApplyResources(this.m_cbkSpotColor1All, "m_cbkSpotColor1All");
     this.m_cbkSpotColor1All.BackColor = System.Drawing.Color.Transparent;
     this.m_cbkSpotColor1All.Name      = "m_cbkSpotColor1All";
     this.m_cbkSpotColor1All.UseVisualStyleBackColor = false;
     this.m_cbkSpotColor1All.CheckedChanged         += new System.EventHandler(this.m_cbkSpotColor1All_CheckedChanged);
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.numLayerNum);
     this.panel1.Controls.Add(this.lblLayer);
     this.panel1.Name = "panel1";
     //
     // numLayerNum
     //
     resources.ApplyResources(this.numLayerNum, "numLayerNum");
     this.numLayerNum.Name = "numLayerNum";
     //
     // lblLayer
     //
     resources.ApplyResources(this.lblLayer, "lblLayer");
     this.lblLayer.Name = "lblLayer";
     //
     // ContrastColorMaskSetting
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.grouper1);
     this.Name = "ContrastColorMaskSetting";
     this.grouper1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_numAllpercent1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numLayerNum)).EndInit();
     this.ResumeLayout(false);
 }
示例#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(AuxiliaryFunctionForm));
     BYHXPrinterManager.Style style5 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style6 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style7 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style8 = new BYHXPrinterManager.Style();
     this.btnApply                   = new System.Windows.Forms.Button();
     this.grouperTempSetting         = new BYHXPrinterManager.GradientControls.Grouper();
     this.label13                    = new System.Windows.Forms.Label();
     this.tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
     this.numericUpDown12            = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown11            = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown10            = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown9             = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown8             = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown7             = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown6             = new System.Windows.Forms.NumericUpDown();
     this.label12                    = new System.Windows.Forms.Label();
     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.numericUpDown5             = new System.Windows.Forms.NumericUpDown();
     this.button1                    = new System.Windows.Forms.Button();
     this.button7                    = new System.Windows.Forms.Button();
     this.button3                    = new System.Windows.Forms.Button();
     this.button5                    = new System.Windows.Forms.Button();
     this.button4                    = new System.Windows.Forms.Button();
     this.button2                    = new System.Windows.Forms.Button();
     this.button8                    = new System.Windows.Forms.Button();
     this.button6                    = new System.Windows.Forms.Button();
     this.grouperCycleStirred        = new BYHXPrinterManager.GradientControls.Grouper();
     this.numericUpDownStirredPause  = new System.Windows.Forms.NumericUpDown();
     this.label4                     = new System.Windows.Forms.Label();
     this.numericUpDownStirredAction = new System.Windows.Forms.NumericUpDown();
     this.label3                     = new System.Windows.Forms.Label();
     this.numericUpDownCyclePause    = new System.Windows.Forms.NumericUpDown();
     this.label2                     = new System.Windows.Forms.Label();
     this.numericUpDowncCycleAction  = new System.Windows.Forms.NumericUpDown();
     this.label1                     = new System.Windows.Forms.Label();
     this.grouperTempSetting.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
     this.grouperCycleStirred.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStirredPause)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStirredAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCyclePause)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDowncCycleAction)).BeginInit();
     this.SuspendLayout();
     //
     // btnApply
     //
     resources.ApplyResources(this.btnApply, "btnApply");
     this.btnApply.Name = "btnApply";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // grouperTempSetting
     //
     resources.ApplyResources(this.grouperTempSetting, "grouperTempSetting");
     this.grouperTempSetting.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouperTempSetting.BorderThickness        = 1F;
     this.grouperTempSetting.Controls.Add(this.label13);
     this.grouperTempSetting.Controls.Add(this.tableLayoutPanel1);
     style5.Color1 = System.Drawing.Color.LightBlue;
     style5.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperTempSetting.GradientColors  = style5;
     this.grouperTempSetting.GroupImage      = null;
     this.grouperTempSetting.Name            = "grouperTempSetting";
     this.grouperTempSetting.PaintGroupBox   = false;
     this.grouperTempSetting.RoundCorners    = 5;
     this.grouperTempSetting.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperTempSetting.ShadowControl   = false;
     this.grouperTempSetting.ShadowThickness = 3;
     this.grouperTempSetting.TabStop         = false;
     style6.Color1 = System.Drawing.Color.LightBlue;
     style6.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperTempSetting.TitileGradientColors = style6;
     this.grouperTempSetting.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperTempSetting.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.Name = "label13";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown12, 7, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown11, 6, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown10, 5, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown9, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown8, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown7, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown6, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label12, 7, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.label10, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.label9, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.label8, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label7, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label6, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDown5, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.button1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.button7, 6, 2);
     this.tableLayoutPanel1.Controls.Add(this.button3, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.button5, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.button4, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.button2, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.button8, 7, 2);
     this.tableLayoutPanel1.Controls.Add(this.button6, 5, 2);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // numericUpDown12
     //
     resources.ApplyResources(this.numericUpDown12, "numericUpDown12");
     this.numericUpDown12.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown12.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown12.Name  = "numericUpDown12";
     this.numericUpDown12.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown11
     //
     resources.ApplyResources(this.numericUpDown11, "numericUpDown11");
     this.numericUpDown11.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown11.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown11.Name  = "numericUpDown11";
     this.numericUpDown11.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown10
     //
     resources.ApplyResources(this.numericUpDown10, "numericUpDown10");
     this.numericUpDown10.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown10.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown10.Name  = "numericUpDown10";
     this.numericUpDown10.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown9
     //
     resources.ApplyResources(this.numericUpDown9, "numericUpDown9");
     this.numericUpDown9.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown9.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown9.Name  = "numericUpDown9";
     this.numericUpDown9.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown8
     //
     resources.ApplyResources(this.numericUpDown8, "numericUpDown8");
     this.numericUpDown8.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown8.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown8.Name  = "numericUpDown8";
     this.numericUpDown8.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown7
     //
     resources.ApplyResources(this.numericUpDown7, "numericUpDown7");
     this.numericUpDown7.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown7.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown7.Name  = "numericUpDown7";
     this.numericUpDown7.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // numericUpDown6
     //
     resources.ApplyResources(this.numericUpDown6, "numericUpDown6");
     this.numericUpDown6.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown6.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown6.Name  = "numericUpDown6";
     this.numericUpDown6.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // numericUpDown5
     //
     resources.ApplyResources(this.numericUpDown5, "numericUpDown5");
     this.numericUpDown5.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDown5.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDown5.Name  = "numericUpDown5";
     this.numericUpDown5.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.button7.UseVisualStyleBackColor = true;
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = true;
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = true;
     //
     // grouperCycleStirred
     //
     resources.ApplyResources(this.grouperCycleStirred, "grouperCycleStirred");
     this.grouperCycleStirred.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouperCycleStirred.BorderThickness        = 1F;
     this.grouperCycleStirred.Controls.Add(this.numericUpDownStirredPause);
     this.grouperCycleStirred.Controls.Add(this.label4);
     this.grouperCycleStirred.Controls.Add(this.numericUpDownStirredAction);
     this.grouperCycleStirred.Controls.Add(this.label3);
     this.grouperCycleStirred.Controls.Add(this.numericUpDownCyclePause);
     this.grouperCycleStirred.Controls.Add(this.label2);
     this.grouperCycleStirred.Controls.Add(this.numericUpDowncCycleAction);
     this.grouperCycleStirred.Controls.Add(this.label1);
     style7.Color1 = System.Drawing.Color.LightBlue;
     style7.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperCycleStirred.GradientColors  = style7;
     this.grouperCycleStirred.GroupImage      = null;
     this.grouperCycleStirred.Name            = "grouperCycleStirred";
     this.grouperCycleStirred.PaintGroupBox   = false;
     this.grouperCycleStirred.RoundCorners    = 5;
     this.grouperCycleStirred.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperCycleStirred.ShadowControl   = false;
     this.grouperCycleStirred.ShadowThickness = 3;
     this.grouperCycleStirred.TabStop         = false;
     style8.Color1 = System.Drawing.Color.LightBlue;
     style8.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperCycleStirred.TitileGradientColors = style8;
     this.grouperCycleStirred.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperCycleStirred.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // numericUpDownStirredPause
     //
     resources.ApplyResources(this.numericUpDownStirredPause, "numericUpDownStirredPause");
     this.numericUpDownStirredPause.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numericUpDownStirredPause.Name = "numericUpDownStirredPause";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // numericUpDownStirredAction
     //
     resources.ApplyResources(this.numericUpDownStirredAction, "numericUpDownStirredAction");
     this.numericUpDownStirredAction.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numericUpDownStirredAction.Name = "numericUpDownStirredAction";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // numericUpDownCyclePause
     //
     resources.ApplyResources(this.numericUpDownCyclePause, "numericUpDownCyclePause");
     this.numericUpDownCyclePause.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numericUpDownCyclePause.Name = "numericUpDownCyclePause";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // numericUpDowncCycleAction
     //
     resources.ApplyResources(this.numericUpDowncCycleAction, "numericUpDowncCycleAction");
     this.numericUpDowncCycleAction.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numericUpDowncCycleAction.Name = "numericUpDowncCycleAction";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // AuxiliaryFunctionForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.grouperTempSetting);
     this.Controls.Add(this.grouperCycleStirred);
     this.Name = "AuxiliaryFunctionForm";
     this.grouperTempSetting.ResumeLayout(false);
     this.grouperTempSetting.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
     this.grouperCycleStirred.ResumeLayout(false);
     this.grouperCycleStirred.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStirredPause)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStirredAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCyclePause)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDowncCycleAction)).EndInit();
     this.ResumeLayout(false);
 }
示例#6
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();
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CleanSetting3D));
     this.grouper1            = new BYHXPrinterManager.GradientControls.Grouper();
     this.groupBoxCleanPos    = new System.Windows.Forms.GroupBox();
     this.comboBoxCleanYSpeed = new System.Windows.Forms.ComboBox();
     this.comboBoxCleanXSpeed = new System.Windows.Forms.ComboBox();
     this.labelCleanYSpeed    = new System.Windows.Forms.Label();
     this.labelCleanXSpeed    = new System.Windows.Forms.Label();
     this.numericCleanY       = new System.Windows.Forms.NumericUpDown();
     this.label5               = new System.Windows.Forms.Label();
     this.numericCleanX        = new System.Windows.Forms.NumericUpDown();
     this.label6               = new System.Windows.Forms.Label();
     this.groupBoxSandPos      = new System.Windows.Forms.GroupBox();
     this.numericSandY         = new System.Windows.Forms.NumericUpDown();
     this.label2               = new System.Windows.Forms.Label();
     this.numericSandX         = new System.Windows.Forms.NumericUpDown();
     this.label3               = new System.Windows.Forms.Label();
     this.groupBoxWipePos      = new System.Windows.Forms.GroupBox();
     this.numWipeDelayTime     = new System.Windows.Forms.NumericUpDown();
     this.labelWipeDelayTime   = new System.Windows.Forms.Label();
     this.numWipeY             = new System.Windows.Forms.NumericUpDown();
     this.labelWipeY           = new System.Windows.Forms.Label();
     this.numWipeX             = new System.Windows.Forms.NumericUpDown();
     this.labelWipeX           = new System.Windows.Forms.Label();
     this.groupBoxPurgePostion = new System.Windows.Forms.GroupBox();
     this.numPurgeDelayTime    = new System.Windows.Forms.NumericUpDown();
     this.labelDelayTime       = new System.Windows.Forms.Label();
     this.numPurgeY            = new System.Windows.Forms.NumericUpDown();
     this.labelPurgeY          = new System.Windows.Forms.Label();
     this.numPurgeX            = new System.Windows.Forms.NumericUpDown();
     this.labelPurgeX          = new System.Windows.Forms.Label();
     this.numAutoClean         = new System.Windows.Forms.NumericUpDown();
     this.label1               = new System.Windows.Forms.Label();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.grouper1.SuspendLayout();
     this.groupBoxCleanPos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericCleanY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericCleanX)).BeginInit();
     this.groupBoxSandPos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericSandY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericSandX)).BeginInit();
     this.groupBoxWipePos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeDelayTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeX)).BeginInit();
     this.groupBoxPurgePostion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeDelayTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numAutoClean)).BeginInit();
     this.SuspendLayout();
     //
     // grouper1
     //
     this.grouper1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouper1.BorderThickness        = 1F;
     this.grouper1.Controls.Add(this.groupBoxCleanPos);
     this.grouper1.Controls.Add(this.groupBoxSandPos);
     this.grouper1.Controls.Add(this.groupBoxWipePos);
     this.grouper1.Controls.Add(this.groupBoxPurgePostion);
     this.grouper1.Controls.Add(this.numAutoClean);
     this.grouper1.Controls.Add(this.label1);
     resources.ApplyResources(this.grouper1, "grouper1");
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.GradientColors  = style1;
     this.grouper1.GroupImage      = null;
     this.grouper1.Name            = "grouper1";
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 5;
     this.grouper1.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper1.ShadowControl   = false;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.TitileGradientColors = style2;
     this.grouper1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // groupBoxCleanPos
     //
     this.groupBoxCleanPos.Controls.Add(this.comboBoxCleanYSpeed);
     this.groupBoxCleanPos.Controls.Add(this.comboBoxCleanXSpeed);
     this.groupBoxCleanPos.Controls.Add(this.labelCleanYSpeed);
     this.groupBoxCleanPos.Controls.Add(this.labelCleanXSpeed);
     this.groupBoxCleanPos.Controls.Add(this.numericCleanY);
     this.groupBoxCleanPos.Controls.Add(this.label5);
     this.groupBoxCleanPos.Controls.Add(this.numericCleanX);
     this.groupBoxCleanPos.Controls.Add(this.label6);
     resources.ApplyResources(this.groupBoxCleanPos, "groupBoxCleanPos");
     this.groupBoxCleanPos.Name    = "groupBoxCleanPos";
     this.groupBoxCleanPos.TabStop = false;
     //
     // comboBoxCleanYSpeed
     //
     this.comboBoxCleanYSpeed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxCleanYSpeed.FormattingEnabled = true;
     this.comboBoxCleanYSpeed.Items.AddRange(new object[] {
         resources.GetString("comboBoxCleanYSpeed.Items"),
         resources.GetString("comboBoxCleanYSpeed.Items1"),
         resources.GetString("comboBoxCleanYSpeed.Items2"),
         resources.GetString("comboBoxCleanYSpeed.Items3"),
         resources.GetString("comboBoxCleanYSpeed.Items4"),
         resources.GetString("comboBoxCleanYSpeed.Items5"),
         resources.GetString("comboBoxCleanYSpeed.Items6"),
         resources.GetString("comboBoxCleanYSpeed.Items7")
     });
     resources.ApplyResources(this.comboBoxCleanYSpeed, "comboBoxCleanYSpeed");
     this.comboBoxCleanYSpeed.Name = "comboBoxCleanYSpeed";
     //
     // comboBoxCleanXSpeed
     //
     this.comboBoxCleanXSpeed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxCleanXSpeed.FormattingEnabled = true;
     this.comboBoxCleanXSpeed.Items.AddRange(new object[] {
         resources.GetString("comboBoxCleanXSpeed.Items"),
         resources.GetString("comboBoxCleanXSpeed.Items1"),
         resources.GetString("comboBoxCleanXSpeed.Items2"),
         resources.GetString("comboBoxCleanXSpeed.Items3"),
         resources.GetString("comboBoxCleanXSpeed.Items4"),
         resources.GetString("comboBoxCleanXSpeed.Items5"),
         resources.GetString("comboBoxCleanXSpeed.Items6"),
         resources.GetString("comboBoxCleanXSpeed.Items7")
     });
     resources.ApplyResources(this.comboBoxCleanXSpeed, "comboBoxCleanXSpeed");
     this.comboBoxCleanXSpeed.Name = "comboBoxCleanXSpeed";
     //
     // labelCleanYSpeed
     //
     resources.ApplyResources(this.labelCleanYSpeed, "labelCleanYSpeed");
     this.labelCleanYSpeed.Name = "labelCleanYSpeed";
     //
     // labelCleanXSpeed
     //
     resources.ApplyResources(this.labelCleanXSpeed, "labelCleanXSpeed");
     this.labelCleanXSpeed.Name = "labelCleanXSpeed";
     //
     // numericCleanY
     //
     resources.ApplyResources(this.numericCleanY, "numericCleanY");
     this.numericCleanY.Name = "numericCleanY";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // numericCleanX
     //
     resources.ApplyResources(this.numericCleanX, "numericCleanX");
     this.numericCleanX.Name = "numericCleanX";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // groupBoxSandPos
     //
     this.groupBoxSandPos.Controls.Add(this.numericSandY);
     this.groupBoxSandPos.Controls.Add(this.label2);
     this.groupBoxSandPos.Controls.Add(this.numericSandX);
     this.groupBoxSandPos.Controls.Add(this.label3);
     resources.ApplyResources(this.groupBoxSandPos, "groupBoxSandPos");
     this.groupBoxSandPos.Name    = "groupBoxSandPos";
     this.groupBoxSandPos.TabStop = false;
     //
     // numericSandY
     //
     resources.ApplyResources(this.numericSandY, "numericSandY");
     this.numericSandY.Name = "numericSandY";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // numericSandX
     //
     resources.ApplyResources(this.numericSandX, "numericSandX");
     this.numericSandX.Name = "numericSandX";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // groupBoxWipePos
     //
     this.groupBoxWipePos.Controls.Add(this.numWipeDelayTime);
     this.groupBoxWipePos.Controls.Add(this.labelWipeDelayTime);
     this.groupBoxWipePos.Controls.Add(this.numWipeY);
     this.groupBoxWipePos.Controls.Add(this.labelWipeY);
     this.groupBoxWipePos.Controls.Add(this.numWipeX);
     this.groupBoxWipePos.Controls.Add(this.labelWipeX);
     resources.ApplyResources(this.groupBoxWipePos, "groupBoxWipePos");
     this.groupBoxWipePos.Name    = "groupBoxWipePos";
     this.groupBoxWipePos.TabStop = false;
     //
     // numWipeDelayTime
     //
     resources.ApplyResources(this.numWipeDelayTime, "numWipeDelayTime");
     this.numWipeDelayTime.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numWipeDelayTime.Name = "numWipeDelayTime";
     //
     // labelWipeDelayTime
     //
     resources.ApplyResources(this.labelWipeDelayTime, "labelWipeDelayTime");
     this.labelWipeDelayTime.Name = "labelWipeDelayTime";
     //
     // numWipeY
     //
     resources.ApplyResources(this.numWipeY, "numWipeY");
     this.numWipeY.Name = "numWipeY";
     //
     // labelWipeY
     //
     resources.ApplyResources(this.labelWipeY, "labelWipeY");
     this.labelWipeY.Name = "labelWipeY";
     //
     // numWipeX
     //
     resources.ApplyResources(this.numWipeX, "numWipeX");
     this.numWipeX.Name = "numWipeX";
     //
     // labelWipeX
     //
     resources.ApplyResources(this.labelWipeX, "labelWipeX");
     this.labelWipeX.Name = "labelWipeX";
     //
     // groupBoxPurgePostion
     //
     this.groupBoxPurgePostion.Controls.Add(this.numPurgeDelayTime);
     this.groupBoxPurgePostion.Controls.Add(this.labelDelayTime);
     this.groupBoxPurgePostion.Controls.Add(this.numPurgeY);
     this.groupBoxPurgePostion.Controls.Add(this.labelPurgeY);
     this.groupBoxPurgePostion.Controls.Add(this.numPurgeX);
     this.groupBoxPurgePostion.Controls.Add(this.labelPurgeX);
     resources.ApplyResources(this.groupBoxPurgePostion, "groupBoxPurgePostion");
     this.groupBoxPurgePostion.Name    = "groupBoxPurgePostion";
     this.groupBoxPurgePostion.TabStop = false;
     //
     // numPurgeDelayTime
     //
     resources.ApplyResources(this.numPurgeDelayTime, "numPurgeDelayTime");
     this.numPurgeDelayTime.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.numPurgeDelayTime.Name = "numPurgeDelayTime";
     //
     // labelDelayTime
     //
     resources.ApplyResources(this.labelDelayTime, "labelDelayTime");
     this.labelDelayTime.Name = "labelDelayTime";
     //
     // numPurgeY
     //
     resources.ApplyResources(this.numPurgeY, "numPurgeY");
     this.numPurgeY.Name = "numPurgeY";
     //
     // labelPurgeY
     //
     resources.ApplyResources(this.labelPurgeY, "labelPurgeY");
     this.labelPurgeY.Name = "labelPurgeY";
     //
     // numPurgeX
     //
     resources.ApplyResources(this.numPurgeX, "numPurgeX");
     this.numPurgeX.Name = "numPurgeX";
     //
     // labelPurgeX
     //
     resources.ApplyResources(this.labelPurgeX, "labelPurgeX");
     this.labelPurgeX.Name = "labelPurgeX";
     //
     // numAutoClean
     //
     resources.ApplyResources(this.numAutoClean, "numAutoClean");
     this.numAutoClean.Name = "numAutoClean";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // CleanSetting3D
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouper1);
     this.Name = "CleanSetting3D";
     this.grouper1.ResumeLayout(false);
     this.grouper1.PerformLayout();
     this.groupBoxCleanPos.ResumeLayout(false);
     this.groupBoxCleanPos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericCleanY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericCleanX)).EndInit();
     this.groupBoxSandPos.ResumeLayout(false);
     this.groupBoxSandPos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericSandY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericSandX)).EndInit();
     this.groupBoxWipePos.ResumeLayout(false);
     this.groupBoxWipePos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeDelayTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWipeX)).EndInit();
     this.groupBoxPurgePostion.ResumeLayout(false);
     this.groupBoxPurgePostion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeDelayTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPurgeX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numAutoClean)).EndInit();
     this.ResumeLayout(false);
 }
示例#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(KonicTemperature));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     this.m_KonicTemperatureSetting1 = new BYHXPrinterManager.Setting.KonicTemperature_Layout();
     this.xaarTempertureSetting1     = new BYHXPrinterManager.Setting.XaarTempertureSetting();
     this.dividerPanel1  = new DividerPanel.DividerPanel();
     this.m_ButtonCancel = new System.Windows.Forms.Button();
     this.m_ButtonOK     = new System.Windows.Forms.Button();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_KonicTemperatureSetting1
     //
     this.m_KonicTemperatureSetting1.Divider = false;
     resources.ApplyResources(this.m_KonicTemperatureSetting1, "m_KonicTemperatureSetting1");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.m_KonicTemperatureSetting1.GradientColors    = style1;
     this.m_KonicTemperatureSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_KonicTemperatureSetting1.GrouperTitleStyle = null;
     this.m_KonicTemperatureSetting1.IsDirty           = false;
     this.m_KonicTemperatureSetting1.Name = "m_KonicTemperatureSetting1";
     //
     // xaarTempertureSetting1
     //
     this.xaarTempertureSetting1.Divider = false;
     style2.Color1 = System.Drawing.SystemColors.Control;
     style2.Color2 = System.Drawing.SystemColors.Control;
     this.xaarTempertureSetting1.GradientColors    = style2;
     this.xaarTempertureSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.xaarTempertureSetting1.GrouperTitleStyle = null;
     resources.ApplyResources(this.xaarTempertureSetting1, "xaarTempertureSetting1");
     this.xaarTempertureSetting1.Name = "xaarTempertureSetting1";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonCancel);
     this.dividerPanel1.Controls.Add(this.m_ButtonOK);
     resources.ApplyResources(this.dividerPanel1, "dividerPanel1");
     this.dividerPanel1.Name = "dividerPanel1";
     //
     // m_ButtonCancel
     //
     this.m_ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonCancel, "m_ButtonCancel");
     this.m_ButtonCancel.Name = "m_ButtonCancel";
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.Name   = "m_ButtonOK";
     this.m_ButtonOK.Click += new System.EventHandler(this.m_ButtonOK_Click);
     //
     // KonicTemperature
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.m_KonicTemperatureSetting1);
     this.Controls.Add(this.xaarTempertureSetting1);
     this.Controls.Add(this.dividerPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimizeBox     = false;
     this.Name            = "KonicTemperature";
     this.Closed         += new System.EventHandler(this.KonicTemperature_Closed);
     this.Load           += new System.EventHandler(this.KonicTemperature_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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(SpotColorSetting));
     BYHXPrinterManager.Style style9  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style10 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style11 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style3  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style12 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style13 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style6  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style14 = new BYHXPrinterManager.Style();
     this.table                         = new XPTable.Models.Table();
     this.m_CheckBoxMirror              = new System.Windows.Forms.CheckBox();
     this.CheckBoxReversePrint          = new System.Windows.Forms.CheckBox();
     this.grouper3                      = new BYHXPrinterManager.GradientControls.Grouper();
     this.spotColorMaskSetting1         = new BYHXPrinterManager.Setting.SpotColorMaskSetting();
     this.comboBox1                     = new System.Windows.Forms.ComboBox();
     this.m_GroupBoxInkStripe           = new BYHXPrinterManager.GradientControls.Grouper();
     this.labelLayerNum                 = new System.Windows.Forms.Label();
     this.spotColorMaskSetting2         = new BYHXPrinterManager.Setting.SpotColorMaskSetting();
     this.m_groupOffset                 = new BYHXPrinterManager.GradientControls.Grouper();
     this.checkBoxVarnishNoPrint        = new System.Windows.Forms.CheckBox();
     this.checkBoxWhiteNoPrint          = new System.Windows.Forms.CheckBox();
     this.checkBoxColorNoPrint          = new System.Windows.Forms.CheckBox();
     this.cbo_MultipleInk               = new System.Windows.Forms.ComboBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.checkBox14plTo42pl            = new System.Windows.Forms.CheckBox();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.checkBoxEnableSingleLayerMode = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.table)).BeginInit();
     this.grouper3.SuspendLayout();
     this.m_GroupBoxInkStripe.SuspendLayout();
     this.m_groupOffset.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // table
     //
     resources.ApplyResources(this.table, "table");
     this.table.Name = "table";
     //
     // m_CheckBoxMirror
     //
     this.m_CheckBoxMirror.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.m_CheckBoxMirror, "m_CheckBoxMirror");
     this.m_CheckBoxMirror.Name = "m_CheckBoxMirror";
     this.m_CheckBoxMirror.UseVisualStyleBackColor = false;
     //
     // CheckBoxReversePrint
     //
     this.CheckBoxReversePrint.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.CheckBoxReversePrint, "CheckBoxReversePrint");
     this.CheckBoxReversePrint.Name = "CheckBoxReversePrint";
     this.CheckBoxReversePrint.UseVisualStyleBackColor = false;
     this.CheckBoxReversePrint.CheckedChanged         += new System.EventHandler(this.CheckBoxMirrorPrint_CheckedChanged);
     //
     // grouper3
     //
     this.grouper3.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.grouper3.BorderThickness        = 1F;
     this.grouper3.Controls.Add(this.m_CheckBoxMirror);
     this.grouper3.Controls.Add(this.CheckBoxReversePrint);
     style9.Color1 = System.Drawing.Color.LightBlue;
     style9.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper3.GradientColors = style9;
     this.grouper3.GroupImage     = null;
     resources.ApplyResources(this.grouper3, "grouper3");
     this.grouper3.Name            = "grouper3";
     this.grouper3.PaintGroupBox   = false;
     this.grouper3.RoundCorners    = 10;
     this.grouper3.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper3.ShadowControl   = false;
     this.grouper3.ShadowThickness = 3;
     this.grouper3.TabStop         = false;
     style10.Color1 = System.Drawing.Color.LightBlue;
     style10.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper3.TitileGradientColors = style10;
     this.grouper3.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper3.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     this.grouper3.Enter += new System.EventHandler(this.grouper3_Enter);
     //
     // spotColorMaskSetting1
     //
     this.spotColorMaskSetting1.Divider = false;
     resources.ApplyResources(this.spotColorMaskSetting1, "spotColorMaskSetting1");
     style11.Color1 = System.Drawing.SystemColors.Control;
     style11.Color2 = System.Drawing.SystemColors.Control;
     this.spotColorMaskSetting1.GradientColors    = style11;
     this.spotColorMaskSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.spotColorMaskSetting1.GrouperTitleStyle = null;
     this.spotColorMaskSetting1.Name          = "spotColorMaskSetting1";
     this.spotColorMaskSetting1.SpotColorMask = ((ushort)(0));
     //
     // comboBox1
     //
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // m_GroupBoxInkStripe
     //
     this.m_GroupBoxInkStripe.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.m_GroupBoxInkStripe.BorderThickness        = 1F;
     this.m_GroupBoxInkStripe.Controls.Add(this.labelLayerNum);
     this.m_GroupBoxInkStripe.Controls.Add(this.comboBox1);
     this.m_GroupBoxInkStripe.Controls.Add(this.table);
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.m_GroupBoxInkStripe.GradientColors = style3;
     this.m_GroupBoxInkStripe.GroupImage     = null;
     resources.ApplyResources(this.m_GroupBoxInkStripe, "m_GroupBoxInkStripe");
     this.m_GroupBoxInkStripe.Name            = "m_GroupBoxInkStripe";
     this.m_GroupBoxInkStripe.PaintGroupBox   = false;
     this.m_GroupBoxInkStripe.RoundCorners    = 10;
     this.m_GroupBoxInkStripe.ShadowColor     = System.Drawing.Color.DarkGray;
     this.m_GroupBoxInkStripe.ShadowControl   = false;
     this.m_GroupBoxInkStripe.ShadowThickness = 3;
     this.m_GroupBoxInkStripe.TabStop         = false;
     style12.Color1 = System.Drawing.Color.LightBlue;
     style12.Color2 = System.Drawing.Color.SteelBlue;
     this.m_GroupBoxInkStripe.TitileGradientColors = style12;
     this.m_GroupBoxInkStripe.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.m_GroupBoxInkStripe.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // labelLayerNum
     //
     resources.ApplyResources(this.labelLayerNum, "labelLayerNum");
     this.labelLayerNum.BackColor = System.Drawing.Color.Transparent;
     this.labelLayerNum.Name      = "labelLayerNum";
     //
     // spotColorMaskSetting2
     //
     this.spotColorMaskSetting2.Divider = false;
     resources.ApplyResources(this.spotColorMaskSetting2, "spotColorMaskSetting2");
     style13.Color1 = System.Drawing.SystemColors.Control;
     style13.Color2 = System.Drawing.SystemColors.Control;
     this.spotColorMaskSetting2.GradientColors    = style13;
     this.spotColorMaskSetting2.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.spotColorMaskSetting2.GrouperTitleStyle = null;
     this.spotColorMaskSetting2.Name          = "spotColorMaskSetting2";
     this.spotColorMaskSetting2.SpotColorMask = ((ushort)(0));
     //
     // m_groupOffset
     //
     this.m_groupOffset.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.m_groupOffset.BorderThickness        = 1F;
     this.m_groupOffset.Controls.Add(this.checkBoxVarnishNoPrint);
     this.m_groupOffset.Controls.Add(this.checkBoxWhiteNoPrint);
     this.m_groupOffset.Controls.Add(this.checkBoxColorNoPrint);
     style6.Color1 = System.Drawing.Color.LightBlue;
     style6.Color2 = System.Drawing.Color.SteelBlue;
     this.m_groupOffset.GradientColors = style6;
     this.m_groupOffset.GroupImage     = null;
     resources.ApplyResources(this.m_groupOffset, "m_groupOffset");
     this.m_groupOffset.Name            = "m_groupOffset";
     this.m_groupOffset.PaintGroupBox   = false;
     this.m_groupOffset.RoundCorners    = 10;
     this.m_groupOffset.ShadowColor     = System.Drawing.Color.DarkGray;
     this.m_groupOffset.ShadowControl   = false;
     this.m_groupOffset.ShadowThickness = 3;
     this.m_groupOffset.TabStop         = false;
     style14.Color1 = System.Drawing.Color.LightBlue;
     style14.Color2 = System.Drawing.Color.SteelBlue;
     this.m_groupOffset.TitileGradientColors = style14;
     this.m_groupOffset.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.m_groupOffset.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // checkBoxVarnishNoPrint
     //
     this.checkBoxVarnishNoPrint.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.checkBoxVarnishNoPrint, "checkBoxVarnishNoPrint");
     this.checkBoxVarnishNoPrint.Name = "checkBoxVarnishNoPrint";
     this.checkBoxVarnishNoPrint.UseVisualStyleBackColor = false;
     this.checkBoxVarnishNoPrint.CheckedChanged         += new System.EventHandler(this.checkBoxNoPrint_CheckedChanged);
     //
     // checkBoxWhiteNoPrint
     //
     this.checkBoxWhiteNoPrint.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.checkBoxWhiteNoPrint, "checkBoxWhiteNoPrint");
     this.checkBoxWhiteNoPrint.Name = "checkBoxWhiteNoPrint";
     this.checkBoxWhiteNoPrint.UseVisualStyleBackColor = false;
     this.checkBoxWhiteNoPrint.CheckedChanged         += new System.EventHandler(this.checkBoxNoPrint_CheckedChanged);
     //
     // checkBoxColorNoPrint
     //
     this.checkBoxColorNoPrint.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.checkBoxColorNoPrint, "checkBoxColorNoPrint");
     this.checkBoxColorNoPrint.Name = "checkBoxColorNoPrint";
     this.checkBoxColorNoPrint.UseVisualStyleBackColor = false;
     this.checkBoxColorNoPrint.CheckedChanged         += new System.EventHandler(this.checkBoxNoPrint_CheckedChanged);
     //
     // cbo_MultipleInk
     //
     resources.ApplyResources(this.cbo_MultipleInk, "cbo_MultipleInk");
     this.cbo_MultipleInk.Items.AddRange(new object[] {
         resources.GetString("cbo_MultipleInk.Items"),
         resources.GetString("cbo_MultipleInk.Items1"),
         resources.GetString("cbo_MultipleInk.Items2"),
         resources.GetString("cbo_MultipleInk.Items3"),
         resources.GetString("cbo_MultipleInk.Items4"),
         resources.GetString("cbo_MultipleInk.Items5"),
         resources.GetString("cbo_MultipleInk.Items6"),
         resources.GetString("cbo_MultipleInk.Items7")
     });
     this.cbo_MultipleInk.Name = "cbo_MultipleInk";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Name      = "label1";
     //
     // checkBox14plTo42pl
     //
     resources.ApplyResources(this.checkBox14plTo42pl, "checkBox14plTo42pl");
     this.checkBox14plTo42pl.BackColor = System.Drawing.Color.Transparent;
     this.checkBox14plTo42pl.Name      = "checkBox14plTo42pl";
     this.checkBox14plTo42pl.UseVisualStyleBackColor = false;
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Controls.Add(this.spotColorMaskSetting2);
     this.panel1.Controls.Add(this.spotColorMaskSetting1);
     this.panel1.Name = "panel1";
     //
     // checkBoxEnableSingleLayerMode
     //
     resources.ApplyResources(this.checkBoxEnableSingleLayerMode, "checkBoxEnableSingleLayerMode");
     this.checkBoxEnableSingleLayerMode.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableSingleLayerMode.Name      = "checkBoxEnableSingleLayerMode";
     this.checkBoxEnableSingleLayerMode.UseVisualStyleBackColor = false;
     //
     // SpotColorSetting
     //
     this.Controls.Add(this.checkBoxEnableSingleLayerMode);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.checkBox14plTo42pl);
     this.Controls.Add(this.cbo_MultipleInk);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.grouper3);
     this.Controls.Add(this.m_GroupBoxInkStripe);
     this.Controls.Add(this.m_groupOffset);
     this.Name = "SpotColorSetting";
     resources.ApplyResources(this, "$this");
     ((System.ComponentModel.ISupportInitialize)(this.table)).EndInit();
     this.grouper3.ResumeLayout(false);
     this.m_GroupBoxInkStripe.ResumeLayout(false);
     this.m_GroupBoxInkStripe.PerformLayout();
     this.m_groupOffset.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(UVSettingForm));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.panel1         = new System.Windows.Forms.Panel();
     this.m_ButtonCancel = new System.Windows.Forms.Button();
     this.m_ButtonOK     = new System.Windows.Forms.Button();
     this.tabControl1    = new System.Windows.Forms.TabControl();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.uvSetting1     = new BYHXPrinterManager.Setting.UVSetting();
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.zAixsSetting1  = new BYHXPrinterManager.Setting.ZAixsSetting();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_ButtonCancel);
     this.panel1.Controls.Add(this.m_ButtonOK);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // m_ButtonCancel
     //
     resources.ApplyResources(this.m_ButtonCancel, "m_ButtonCancel");
     this.m_ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_ButtonCancel.Name         = "m_ButtonCancel";
     //
     // m_ButtonOK
     //
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.m_ButtonOK.Name         = "m_ButtonOK";
     this.m_ButtonOK.Click       += new System.EventHandler(this.m_ButtonToBoard_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.uvSetting1);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // uvSetting1
     //
     this.uvSetting1.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.uvSetting1, "uvSetting1");
     this.uvSetting1.Name = "uvSetting1";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.zAixsSetting1);
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // zAixsSetting1
     //
     this.zAixsSetting1.Divider = false;
     resources.ApplyResources(this.zAixsSetting1, "zAixsSetting1");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.zAixsSetting1.GradientColors       = style1;
     this.zAixsSetting1.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.zAixsSetting1.GrouperTitleStyle    = null;
     this.zAixsSetting1.HasMeasured          = false;
     this.zAixsSetting1.IsMeasureBeforePrint = false;
     this.zAixsSetting1.Name = "zAixsSetting1";
     //
     // UVSettingForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "UVSettingForm";
     this.ShowIcon        = false;
     this.Load           += new System.EventHandler(this.UVSettingForm_Load);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     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()
 {
     this.components = new System.ComponentModel.Container();
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Printer3DSetting));
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style3 = new BYHXPrinterManager.Style();
     this.m_ToolTip                    = new System.Windows.Forms.ToolTip(this.components);
     this.cleanSetting3D1              = new BYHXPrinterManager.Setting.CleanSetting3D();
     this.m_Grouper3DPrint             = new BYHXPrinterManager.GradientControls.Grouper();
     this.m_NumericUpDown_ZAdjustment  = new System.Windows.Forms.NumericUpDown();
     this.m_NumericUpDown_3DSandSpeed  = new System.Windows.Forms.NumericUpDown();
     this.m_Label_3DSandSpeed          = new System.Windows.Forms.Label();
     this.m_NumericUpDown_3DFusionTime = new System.Windows.Forms.NumericUpDown();
     this.m_Label_3DFusionTime         = new System.Windows.Forms.Label();
     this.m_NumericUpDown_3DSandDis    = new System.Windows.Forms.NumericUpDown();
     this.m_Label_3DSandDis            = new System.Windows.Forms.Label();
     this.m_NumericUpDown_3DZDownDis   = new System.Windows.Forms.NumericUpDown();
     this.m_Label_3DZDownDis           = new System.Windows.Forms.Label();
     this.m_Grouper3DPrint.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_ZAdjustment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DSandSpeed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DFusionTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DSandDis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DZDownDis)).BeginInit();
     this.SuspendLayout();
     //
     // cleanSetting3D1
     //
     this.cleanSetting3D1.Divider = false;
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.cleanSetting3D1.GradientColors    = style1;
     this.cleanSetting3D1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.cleanSetting3D1.GrouperTitleStyle = null;
     resources.ApplyResources(this.cleanSetting3D1, "cleanSetting3D1");
     this.cleanSetting3D1.Name = "cleanSetting3D1";
     //
     // m_Grouper3DPrint
     //
     this.m_Grouper3DPrint.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.m_Grouper3DPrint.BorderThickness        = 1F;
     this.m_Grouper3DPrint.Controls.Add(this.m_NumericUpDown_ZAdjustment);
     this.m_Grouper3DPrint.Controls.Add(this.m_NumericUpDown_3DSandSpeed);
     this.m_Grouper3DPrint.Controls.Add(this.m_Label_3DSandSpeed);
     this.m_Grouper3DPrint.Controls.Add(this.m_NumericUpDown_3DFusionTime);
     this.m_Grouper3DPrint.Controls.Add(this.m_Label_3DFusionTime);
     this.m_Grouper3DPrint.Controls.Add(this.m_NumericUpDown_3DSandDis);
     this.m_Grouper3DPrint.Controls.Add(this.m_Label_3DSandDis);
     this.m_Grouper3DPrint.Controls.Add(this.m_NumericUpDown_3DZDownDis);
     this.m_Grouper3DPrint.Controls.Add(this.m_Label_3DZDownDis);
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.m_Grouper3DPrint.GradientColors = style2;
     this.m_Grouper3DPrint.GroupImage     = null;
     resources.ApplyResources(this.m_Grouper3DPrint, "m_Grouper3DPrint");
     this.m_Grouper3DPrint.Name            = "m_Grouper3DPrint";
     this.m_Grouper3DPrint.PaintGroupBox   = false;
     this.m_Grouper3DPrint.RoundCorners    = 10;
     this.m_Grouper3DPrint.ShadowColor     = System.Drawing.Color.DarkGray;
     this.m_Grouper3DPrint.ShadowControl   = false;
     this.m_Grouper3DPrint.ShadowThickness = 3;
     this.m_Grouper3DPrint.TabStop         = false;
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.m_Grouper3DPrint.TitileGradientColors = style3;
     this.m_Grouper3DPrint.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.XPStyle;
     this.m_Grouper3DPrint.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // m_NumericUpDown_ZAdjustment
     //
     this.m_NumericUpDown_ZAdjustment.DecimalPlaces = 1;
     resources.ApplyResources(this.m_NumericUpDown_ZAdjustment, "m_NumericUpDown_ZAdjustment");
     this.m_NumericUpDown_ZAdjustment.Name = "m_NumericUpDown_ZAdjustment";
     //
     // m_NumericUpDown_3DSandSpeed
     //
     resources.ApplyResources(this.m_NumericUpDown_3DSandSpeed, "m_NumericUpDown_3DSandSpeed");
     this.m_NumericUpDown_3DSandSpeed.Maximum = new decimal(new int[] {
         250,
         0,
         0,
         0
     });
     this.m_NumericUpDown_3DSandSpeed.Name = "m_NumericUpDown_3DSandSpeed";
     //
     // m_Label_3DSandSpeed
     //
     resources.ApplyResources(this.m_Label_3DSandSpeed, "m_Label_3DSandSpeed");
     this.m_Label_3DSandSpeed.BackColor = System.Drawing.Color.Transparent;
     this.m_Label_3DSandSpeed.Name      = "m_Label_3DSandSpeed";
     //
     // m_NumericUpDown_3DFusionTime
     //
     resources.ApplyResources(this.m_NumericUpDown_3DFusionTime, "m_NumericUpDown_3DFusionTime");
     this.m_NumericUpDown_3DFusionTime.Maximum = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.m_NumericUpDown_3DFusionTime.Name = "m_NumericUpDown_3DFusionTime";
     //
     // m_Label_3DFusionTime
     //
     resources.ApplyResources(this.m_Label_3DFusionTime, "m_Label_3DFusionTime");
     this.m_Label_3DFusionTime.BackColor = System.Drawing.Color.Transparent;
     this.m_Label_3DFusionTime.Name      = "m_Label_3DFusionTime";
     //
     // m_NumericUpDown_3DSandDis
     //
     resources.ApplyResources(this.m_NumericUpDown_3DSandDis, "m_NumericUpDown_3DSandDis");
     this.m_NumericUpDown_3DSandDis.Maximum = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.m_NumericUpDown_3DSandDis.Name = "m_NumericUpDown_3DSandDis";
     //
     // m_Label_3DSandDis
     //
     resources.ApplyResources(this.m_Label_3DSandDis, "m_Label_3DSandDis");
     this.m_Label_3DSandDis.BackColor = System.Drawing.Color.Transparent;
     this.m_Label_3DSandDis.Name      = "m_Label_3DSandDis";
     //
     // m_NumericUpDown_3DZDownDis
     //
     resources.ApplyResources(this.m_NumericUpDown_3DZDownDis, "m_NumericUpDown_3DZDownDis");
     this.m_NumericUpDown_3DZDownDis.Maximum = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.m_NumericUpDown_3DZDownDis.Name = "m_NumericUpDown_3DZDownDis";
     //
     // m_Label_3DZDownDis
     //
     resources.ApplyResources(this.m_Label_3DZDownDis, "m_Label_3DZDownDis");
     this.m_Label_3DZDownDis.BackColor = System.Drawing.Color.Transparent;
     this.m_Label_3DZDownDis.Name      = "m_Label_3DZDownDis";
     //
     // Printer3DSetting
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cleanSetting3D1);
     this.Controls.Add(this.m_Grouper3DPrint);
     this.Name = "Printer3DSetting";
     this.m_Grouper3DPrint.ResumeLayout(false);
     this.m_Grouper3DPrint.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_ZAdjustment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DSandSpeed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DFusionTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DSandDis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDown_3DZDownDis)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditJobForm_AllWin_JetRix));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.panel1  = new System.Windows.Forms.Panel();
     this.panel11 = new System.Windows.Forms.Panel();
     this.m_OldPrintingPreview = new BYHXPrinterManager.Preview.PrintingPreview();
     this.panel10             = new System.Windows.Forms.Panel();
     this.numNegMaxGray       = new System.Windows.Forms.NumericUpDown();
     this.label12             = new System.Windows.Forms.Label();
     this.checkBox_MultiCopy  = new System.Windows.Forms.CheckBox();
     this.checkBoxRegion      = new System.Windows.Forms.CheckBox();
     this.CheckBoxMirrorPrint = new System.Windows.Forms.CheckBox();
     this.panel9                   = new System.Windows.Forms.Panel();
     this.textBox_srcPath          = new System.Windows.Forms.Label();
     this.panel5                   = new System.Windows.Forms.Panel();
     this.panel8                   = new System.Windows.Forms.Panel();
     this.label11                  = new System.Windows.Forms.Label();
     this.m_NumericUpDownCopy      = new System.Windows.Forms.NumericUpDown();
     this.CheckBoxAlternatingprint = new System.Windows.Forms.CheckBox();
     this.groupBoxMultiCopy        = new System.Windows.Forms.Panel();
     this.label10                  = new System.Windows.Forms.Label();
     this.numericUpDownYDis        = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownYCnt        = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownXDis        = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownXCnt        = new System.Windows.Forms.NumericUpDown();
     this.label8                   = new System.Windows.Forms.Label();
     this.label6                   = new System.Windows.Forms.Label();
     this.label7                   = new System.Windows.Forms.Label();
     this.label9                   = new System.Windows.Forms.Label();
     this.groupBoxRegion           = new System.Windows.Forms.Panel();
     this.label5                   = new System.Windows.Forms.Label();
     this.label4                   = new System.Windows.Forms.Label();
     this.numericUpDownH           = new System.Windows.Forms.NumericUpDown();
     this.label3                   = new System.Windows.Forms.Label();
     this.numericUpDownY           = new System.Windows.Forms.NumericUpDown();
     this.label2                   = new System.Windows.Forms.Label();
     this.numericUpDownW           = new System.Windows.Forms.NumericUpDown();
     this.label1                   = new System.Windows.Forms.Label();
     this.numericUpDownX           = new System.Windows.Forms.NumericUpDown();
     this.panel4                   = new System.Windows.Forms.Panel();
     this.label13                  = new System.Windows.Forms.Label();
     this.groupBoxOthers           = new System.Windows.Forms.Panel();
     this.panel3                   = new System.Windows.Forms.Panel();
     this.button_Font              = new System.Windows.Forms.Button();
     this.checkBoxVoltage          = new System.Windows.Forms.CheckBox();
     this.checkBoxDirection        = new System.Windows.Forms.CheckBox();
     this.label_noteDis            = new System.Windows.Forms.Label();
     this.checkBoxFilepath         = new System.Windows.Forms.CheckBox();
     this.checkBoxResolution       = new System.Windows.Forms.CheckBox();
     this.checkBoxPassNum          = new System.Windows.Forms.CheckBox();
     this.numericUpDown_noteMargin = new System.Windows.Forms.NumericUpDown();
     this.textBoxFootNote          = new System.Windows.Forms.TextBox();
     this.checkBoxJobSize          = new System.Windows.Forms.CheckBox();
     this.panel2                   = new System.Windows.Forms.Panel();
     this.printingInfo1            = new BYHXPrinterManager.Preview.PrintingInfo_AllWin_JetRix();
     this.panel12                  = new System.Windows.Forms.Panel();
     this.button2                  = new System.Windows.Forms.Button();
     this.buttonOK                 = new System.Windows.Forms.Button();
     this.m_ToolTip                = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numNegMaxGray)).BeginInit();
     this.panel9.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDownCopy)).BeginInit();
     this.groupBoxMultiCopy.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownYDis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownYCnt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownXDis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownXCnt)).BeginInit();
     this.groupBoxRegion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownX)).BeginInit();
     this.panel4.SuspendLayout();
     this.groupBoxOthers.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_noteMargin)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel12.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel11);
     this.panel1.Controls.Add(this.panel10);
     this.panel1.Controls.Add(this.panel9);
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.groupBoxOthers);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(565, 665);
     this.panel1.TabIndex = 0;
     //
     // panel11
     //
     this.panel11.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel11.BackgroundImage")));
     this.panel11.Controls.Add(this.m_OldPrintingPreview);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(565, 316);
     this.panel11.TabIndex = 5;
     //
     // m_OldPrintingPreview
     //
     this.m_OldPrintingPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.m_OldPrintingPreview.Divider   = false;
     this.m_OldPrintingPreview.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_OldPrintingPreview.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     style1.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     style1.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.m_OldPrintingPreview.GradientColors = style1;
     this.m_OldPrintingPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_OldPrintingPreview.Location       = new System.Drawing.Point(0, 0);
     this.m_OldPrintingPreview.Name           = "m_OldPrintingPreview";
     this.m_OldPrintingPreview.Rotate         = System.Drawing.RotateFlipType.RotateNoneFlipNone;
     this.m_OldPrintingPreview.Size           = new System.Drawing.Size(565, 316);
     this.m_OldPrintingPreview.TabIndex       = 0;
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.panel10.Controls.Add(this.numNegMaxGray);
     this.panel10.Controls.Add(this.label12);
     this.panel10.Controls.Add(this.checkBox_MultiCopy);
     this.panel10.Controls.Add(this.checkBoxRegion);
     this.panel10.Controls.Add(this.CheckBoxMirrorPrint);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel10.Location = new System.Drawing.Point(0, 316);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(565, 25);
     this.panel10.TabIndex = 4;
     //
     // numNegMaxGray
     //
     this.numNegMaxGray.Location = new System.Drawing.Point(444, 2);
     this.numNegMaxGray.Name     = "numNegMaxGray";
     this.numNegMaxGray.Size     = new System.Drawing.Size(52, 21);
     this.numNegMaxGray.TabIndex = 16;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label12.Location  = new System.Drawing.Point(333, 7);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(107, 12);
     this.label12.TabIndex  = 17;
     this.label12.Text      = "Reduction of ink:";
     //
     // checkBox_MultiCopy
     //
     this.checkBox_MultiCopy.AutoSize  = true;
     this.checkBox_MultiCopy.BackColor = System.Drawing.Color.Transparent;
     this.checkBox_MultiCopy.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBox_MultiCopy.Location  = new System.Drawing.Point(256, 6);
     this.checkBox_MultiCopy.Name      = "checkBox_MultiCopy";
     this.checkBox_MultiCopy.Size      = new System.Drawing.Size(60, 16);
     this.checkBox_MultiCopy.TabIndex  = 14;
     this.checkBox_MultiCopy.Text      = "Tiling";
     this.checkBox_MultiCopy.UseVisualStyleBackColor = false;
     this.checkBox_MultiCopy.CheckedChanged         += new System.EventHandler(this.checkBox_MultiCopy_CheckedChanged);
     //
     // checkBoxRegion
     //
     this.checkBoxRegion.AutoSize  = true;
     this.checkBoxRegion.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxRegion.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxRegion.Location  = new System.Drawing.Point(178, 6);
     this.checkBoxRegion.Name      = "checkBoxRegion";
     this.checkBoxRegion.Size      = new System.Drawing.Size(48, 16);
     this.checkBoxRegion.TabIndex  = 13;
     this.checkBoxRegion.Text      = "Crop";
     this.checkBoxRegion.UseVisualStyleBackColor = false;
     this.checkBoxRegion.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // CheckBoxMirrorPrint
     //
     this.CheckBoxMirrorPrint.AutoSize  = true;
     this.CheckBoxMirrorPrint.BackColor = System.Drawing.Color.Transparent;
     this.CheckBoxMirrorPrint.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.CheckBoxMirrorPrint.Location  = new System.Drawing.Point(46, 6);
     this.CheckBoxMirrorPrint.Name      = "CheckBoxMirrorPrint";
     this.CheckBoxMirrorPrint.Size      = new System.Drawing.Size(102, 16);
     this.CheckBoxMirrorPrint.TabIndex  = 15;
     this.CheckBoxMirrorPrint.Text      = "Reverse Print";
     this.CheckBoxMirrorPrint.UseVisualStyleBackColor = false;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(54)))), ((int)(((byte)(84)))));
     this.panel9.Controls.Add(this.textBox_srcPath);
     this.panel9.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.ForeColor = System.Drawing.Color.White;
     this.panel9.Location  = new System.Drawing.Point(0, 341);
     this.panel9.Name      = "panel9";
     this.panel9.Size      = new System.Drawing.Size(565, 35);
     this.panel9.TabIndex  = 3;
     //
     // textBox_srcPath
     //
     this.textBox_srcPath.AutoSize  = true;
     this.textBox_srcPath.BackColor = System.Drawing.Color.Transparent;
     this.textBox_srcPath.Location  = new System.Drawing.Point(25, 12);
     this.textBox_srcPath.Name      = "textBox_srcPath";
     this.textBox_srcPath.Size      = new System.Drawing.Size(0, 12);
     this.textBox_srcPath.TabIndex  = 0;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel8);
     this.panel5.Controls.Add(this.groupBoxMultiCopy);
     this.panel5.Controls.Add(this.groupBoxRegion);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 376);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(565, 100);
     this.panel5.TabIndex = 2;
     //
     // panel8
     //
     this.panel8.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(113)))), ((int)(((byte)(244)))));
     this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel8.Controls.Add(this.label11);
     this.panel8.Controls.Add(this.m_NumericUpDownCopy);
     this.panel8.Controls.Add(this.CheckBoxAlternatingprint);
     this.panel8.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel8.ForeColor = System.Drawing.Color.White;
     this.panel8.Location  = new System.Drawing.Point(444, 0);
     this.panel8.Name      = "panel8";
     this.panel8.Size      = new System.Drawing.Size(121, 100);
     this.panel8.TabIndex  = 2;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location  = new System.Drawing.Point(6, 12);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(47, 12);
     this.label11.TabIndex  = 20;
     this.label11.Text      = "Copies:";
     //
     // m_NumericUpDownCopy
     //
     this.m_NumericUpDownCopy.Location = new System.Drawing.Point(6, 40);
     this.m_NumericUpDownCopy.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.m_NumericUpDownCopy.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_NumericUpDownCopy.Name     = "m_NumericUpDownCopy";
     this.m_NumericUpDownCopy.Size     = new System.Drawing.Size(109, 21);
     this.m_NumericUpDownCopy.TabIndex = 14;
     this.m_NumericUpDownCopy.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_NumericUpDownCopy.Leave += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // CheckBoxAlternatingprint
     //
     this.CheckBoxAlternatingprint.AutoSize  = true;
     this.CheckBoxAlternatingprint.BackColor = System.Drawing.Color.Transparent;
     this.CheckBoxAlternatingprint.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.CheckBoxAlternatingprint.Location  = new System.Drawing.Point(6, 71);
     this.CheckBoxAlternatingprint.Name      = "CheckBoxAlternatingprint";
     this.CheckBoxAlternatingprint.Size      = new System.Drawing.Size(114, 16);
     this.CheckBoxAlternatingprint.TabIndex  = 15;
     this.CheckBoxAlternatingprint.Text      = "Alternate Print";
     this.CheckBoxAlternatingprint.UseVisualStyleBackColor = false;
     //
     // groupBoxMultiCopy
     //
     this.groupBoxMultiCopy.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(113)))), ((int)(((byte)(244)))));
     this.groupBoxMultiCopy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.groupBoxMultiCopy.Controls.Add(this.label10);
     this.groupBoxMultiCopy.Controls.Add(this.numericUpDownYDis);
     this.groupBoxMultiCopy.Controls.Add(this.numericUpDownYCnt);
     this.groupBoxMultiCopy.Controls.Add(this.numericUpDownXDis);
     this.groupBoxMultiCopy.Controls.Add(this.numericUpDownXCnt);
     this.groupBoxMultiCopy.Controls.Add(this.label8);
     this.groupBoxMultiCopy.Controls.Add(this.label6);
     this.groupBoxMultiCopy.Controls.Add(this.label7);
     this.groupBoxMultiCopy.Controls.Add(this.label9);
     this.groupBoxMultiCopy.Dock      = System.Windows.Forms.DockStyle.Left;
     this.groupBoxMultiCopy.ForeColor = System.Drawing.Color.White;
     this.groupBoxMultiCopy.Location  = new System.Drawing.Point(212, 0);
     this.groupBoxMultiCopy.Name      = "groupBoxMultiCopy";
     this.groupBoxMultiCopy.Size      = new System.Drawing.Size(232, 100);
     this.groupBoxMultiCopy.TabIndex  = 1;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location  = new System.Drawing.Point(6, 12);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(47, 12);
     this.label10.TabIndex  = 19;
     this.label10.Text      = "Tiling:";
     //
     // numericUpDownYDis
     //
     this.numericUpDownYDis.Location      = new System.Drawing.Point(171, 68);
     this.numericUpDownYDis.Name          = "numericUpDownYDis";
     this.numericUpDownYDis.Size          = new System.Drawing.Size(57, 21);
     this.numericUpDownYDis.TabIndex      = 16;
     this.numericUpDownYDis.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownYDis.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // numericUpDownYCnt
     //
     this.numericUpDownYCnt.Location = new System.Drawing.Point(171, 40);
     this.numericUpDownYCnt.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownYCnt.Name     = "numericUpDownYCnt";
     this.numericUpDownYCnt.Size     = new System.Drawing.Size(57, 21);
     this.numericUpDownYCnt.TabIndex = 14;
     this.numericUpDownYCnt.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownYCnt.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownYCnt.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // numericUpDownXDis
     //
     this.numericUpDownXDis.Location      = new System.Drawing.Point(57, 67);
     this.numericUpDownXDis.Name          = "numericUpDownXDis";
     this.numericUpDownXDis.Size          = new System.Drawing.Size(52, 21);
     this.numericUpDownXDis.TabIndex      = 12;
     this.numericUpDownXDis.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownXDis.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // numericUpDownXCnt
     //
     this.numericUpDownXCnt.Location = new System.Drawing.Point(57, 40);
     this.numericUpDownXCnt.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownXCnt.Name     = "numericUpDownXCnt";
     this.numericUpDownXCnt.Size     = new System.Drawing.Size(52, 21);
     this.numericUpDownXCnt.TabIndex = 10;
     this.numericUpDownXCnt.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownXCnt.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownXCnt.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location  = new System.Drawing.Point(6, 44);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(41, 12);
     this.label8.TabIndex  = 11;
     this.label8.Text      = "X Cnt:";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(121, 42);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(41, 12);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "Y Cnt:";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location  = new System.Drawing.Point(6, 69);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(41, 12);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "X Dis:";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label9.Location  = new System.Drawing.Point(121, 70);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(41, 12);
     this.label9.TabIndex  = 17;
     this.label9.Text      = "Y Dis:";
     //
     // groupBoxRegion
     //
     this.groupBoxRegion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(113)))), ((int)(((byte)(244)))));
     this.groupBoxRegion.Controls.Add(this.label5);
     this.groupBoxRegion.Controls.Add(this.label4);
     this.groupBoxRegion.Controls.Add(this.numericUpDownH);
     this.groupBoxRegion.Controls.Add(this.label3);
     this.groupBoxRegion.Controls.Add(this.numericUpDownY);
     this.groupBoxRegion.Controls.Add(this.label2);
     this.groupBoxRegion.Controls.Add(this.numericUpDownW);
     this.groupBoxRegion.Controls.Add(this.label1);
     this.groupBoxRegion.Controls.Add(this.numericUpDownX);
     this.groupBoxRegion.Dock      = System.Windows.Forms.DockStyle.Left;
     this.groupBoxRegion.ForeColor = System.Drawing.Color.White;
     this.groupBoxRegion.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxRegion.Name      = "groupBoxRegion";
     this.groupBoxRegion.Size      = new System.Drawing.Size(212, 100);
     this.groupBoxRegion.TabIndex  = 0;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location  = new System.Drawing.Point(25, 12);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(35, 12);
     this.label5.TabIndex  = 18;
     this.label5.Text      = "Crop:";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location  = new System.Drawing.Point(119, 72);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(17, 12);
     this.label4.TabIndex  = 17;
     this.label4.Text      = "H:";
     //
     // numericUpDownH
     //
     this.numericUpDownH.Location = new System.Drawing.Point(146, 69);
     this.numericUpDownH.Maximum  = new decimal(new int[] {
         1410065408,
         2,
         0,
         0
     });
     this.numericUpDownH.Name          = "numericUpDownH";
     this.numericUpDownH.Size          = new System.Drawing.Size(58, 21);
     this.numericUpDownH.TabIndex      = 16;
     this.numericUpDownH.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownH.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label3.Location  = new System.Drawing.Point(119, 44);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(17, 12);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "Y:";
     //
     // numericUpDownY
     //
     this.numericUpDownY.Location = new System.Drawing.Point(146, 42);
     this.numericUpDownY.Maximum  = new decimal(new int[] {
         1410065408,
         2,
         0,
         0
     });
     this.numericUpDownY.Name          = "numericUpDownY";
     this.numericUpDownY.Size          = new System.Drawing.Size(58, 21);
     this.numericUpDownY.TabIndex      = 14;
     this.numericUpDownY.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownY.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(25, 71);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(17, 12);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "W:";
     //
     // numericUpDownW
     //
     this.numericUpDownW.Location = new System.Drawing.Point(50, 69);
     this.numericUpDownW.Maximum  = new decimal(new int[] {
         1410065408,
         2,
         0,
         0
     });
     this.numericUpDownW.Name          = "numericUpDownW";
     this.numericUpDownW.Size          = new System.Drawing.Size(53, 21);
     this.numericUpDownW.TabIndex      = 12;
     this.numericUpDownW.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownW.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(25, 46);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(17, 12);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "X:";
     //
     // numericUpDownX
     //
     this.numericUpDownX.Location = new System.Drawing.Point(50, 42);
     this.numericUpDownX.Maximum  = new decimal(new int[] {
         1410065408,
         2,
         0,
         0
     });
     this.numericUpDownX.Name          = "numericUpDownX";
     this.numericUpDownX.Size          = new System.Drawing.Size(53, 21);
     this.numericUpDownX.TabIndex      = 10;
     this.numericUpDownX.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDownX.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // panel4
     //
     this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.Controls.Add(this.label13);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 476);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(565, 33);
     this.panel4.TabIndex = 1;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location  = new System.Drawing.Point(25, 12);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "Print Mark";
     //
     // groupBoxOthers
     //
     this.groupBoxOthers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(54)))), ((int)(((byte)(84)))));
     this.groupBoxOthers.Controls.Add(this.panel3);
     this.groupBoxOthers.Controls.Add(this.checkBoxVoltage);
     this.groupBoxOthers.Controls.Add(this.checkBoxDirection);
     this.groupBoxOthers.Controls.Add(this.label_noteDis);
     this.groupBoxOthers.Controls.Add(this.checkBoxFilepath);
     this.groupBoxOthers.Controls.Add(this.checkBoxResolution);
     this.groupBoxOthers.Controls.Add(this.checkBoxPassNum);
     this.groupBoxOthers.Controls.Add(this.numericUpDown_noteMargin);
     this.groupBoxOthers.Controls.Add(this.textBoxFootNote);
     this.groupBoxOthers.Controls.Add(this.checkBoxJobSize);
     this.groupBoxOthers.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.groupBoxOthers.ForeColor = System.Drawing.Color.White;
     this.groupBoxOthers.Location  = new System.Drawing.Point(0, 509);
     this.groupBoxOthers.Name      = "groupBoxOthers";
     this.groupBoxOthers.Size      = new System.Drawing.Size(565, 156);
     this.groupBoxOthers.TabIndex  = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Black;
     this.panel3.Controls.Add(this.button_Font);
     this.panel3.Location = new System.Drawing.Point(460, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(105, 56);
     this.panel3.TabIndex = 25;
     //
     // button_Font
     //
     this.button_Font.BackColor = System.Drawing.SystemColors.Control;
     this.button_Font.ForeColor = System.Drawing.Color.Black;
     this.button_Font.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.button_Font.Location  = new System.Drawing.Point(29, 17);
     this.button_Font.Name      = "button_Font";
     this.button_Font.Size      = new System.Drawing.Size(54, 22);
     this.button_Font.TabIndex  = 18;
     this.button_Font.Text      = "Font";
     this.button_Font.UseVisualStyleBackColor = false;
     this.button_Font.Click += new System.EventHandler(this.button_Font_Click);
     //
     // checkBoxVoltage
     //
     this.checkBoxVoltage.AutoSize  = true;
     this.checkBoxVoltage.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxVoltage.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxVoltage.Location  = new System.Drawing.Point(328, 12);
     this.checkBoxVoltage.Name      = "checkBoxVoltage";
     this.checkBoxVoltage.Size      = new System.Drawing.Size(126, 16);
     this.checkBoxVoltage.TabIndex  = 24;
     this.checkBoxVoltage.Text      = "Voltage&PulseWidth";
     this.checkBoxVoltage.UseVisualStyleBackColor = false;
     this.checkBoxVoltage.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // checkBoxDirection
     //
     this.checkBoxDirection.AutoSize  = true;
     this.checkBoxDirection.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxDirection.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxDirection.Location  = new System.Drawing.Point(328, 34);
     this.checkBoxDirection.Name      = "checkBoxDirection";
     this.checkBoxDirection.Size      = new System.Drawing.Size(78, 16);
     this.checkBoxDirection.TabIndex  = 22;
     this.checkBoxDirection.Text      = "Direction";
     this.checkBoxDirection.UseVisualStyleBackColor = false;
     this.checkBoxDirection.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // label_noteDis
     //
     this.label_noteDis.AutoSize  = true;
     this.label_noteDis.BackColor = System.Drawing.Color.Transparent;
     this.label_noteDis.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label_noteDis.Location  = new System.Drawing.Point(25, 13);
     this.label_noteDis.Name      = "label_noteDis";
     this.label_noteDis.Size      = new System.Drawing.Size(59, 12);
     this.label_noteDis.TabIndex  = 21;
     this.label_noteDis.Text      = "Note Dis:";
     //
     // checkBoxFilepath
     //
     this.checkBoxFilepath.AutoSize  = true;
     this.checkBoxFilepath.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxFilepath.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxFilepath.Location  = new System.Drawing.Point(244, 12);
     this.checkBoxFilepath.Name      = "checkBoxFilepath";
     this.checkBoxFilepath.Size      = new System.Drawing.Size(78, 16);
     this.checkBoxFilepath.TabIndex  = 23;
     this.checkBoxFilepath.Text      = "File path";
     this.checkBoxFilepath.UseVisualStyleBackColor = false;
     this.checkBoxFilepath.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // checkBoxResolution
     //
     this.checkBoxResolution.AutoSize  = true;
     this.checkBoxResolution.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxResolution.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxResolution.Location  = new System.Drawing.Point(154, 34);
     this.checkBoxResolution.Name      = "checkBoxResolution";
     this.checkBoxResolution.Size      = new System.Drawing.Size(84, 16);
     this.checkBoxResolution.TabIndex  = 20;
     this.checkBoxResolution.Text      = "Resolution";
     this.checkBoxResolution.UseVisualStyleBackColor = false;
     this.checkBoxResolution.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // checkBoxPassNum
     //
     this.checkBoxPassNum.AutoSize  = true;
     this.checkBoxPassNum.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxPassNum.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxPassNum.Location  = new System.Drawing.Point(244, 34);
     this.checkBoxPassNum.Name      = "checkBoxPassNum";
     this.checkBoxPassNum.Size      = new System.Drawing.Size(72, 16);
     this.checkBoxPassNum.TabIndex  = 21;
     this.checkBoxPassNum.Text      = "Pass Num";
     this.checkBoxPassNum.UseVisualStyleBackColor = false;
     this.checkBoxPassNum.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // numericUpDown_noteMargin
     //
     this.numericUpDown_noteMargin.Location      = new System.Drawing.Point(90, 11);
     this.numericUpDown_noteMargin.Name          = "numericUpDown_noteMargin";
     this.numericUpDown_noteMargin.Size          = new System.Drawing.Size(58, 21);
     this.numericUpDown_noteMargin.TabIndex      = 20;
     this.numericUpDown_noteMargin.ValueChanged += new System.EventHandler(this.OnClipSettingChanged);
     this.numericUpDown_noteMargin.Leave        += new System.EventHandler(this.m_AnyControl_ValueChanged);
     //
     // textBoxFootNote
     //
     this.textBoxFootNote.Location   = new System.Drawing.Point(27, 56);
     this.textBoxFootNote.Multiline  = true;
     this.textBoxFootNote.Name       = "textBoxFootNote";
     this.textBoxFootNote.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxFootNote.Size       = new System.Drawing.Size(538, 100);
     this.textBoxFootNote.TabIndex   = 5;
     this.textBoxFootNote.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.textBoxFootNote_KeyDown);
     this.textBoxFootNote.Leave     += new System.EventHandler(this.OnClipSettingChanged);
     //
     // checkBoxJobSize
     //
     this.checkBoxJobSize.AutoSize  = true;
     this.checkBoxJobSize.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxJobSize.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.checkBoxJobSize.Location  = new System.Drawing.Point(154, 12);
     this.checkBoxJobSize.Name      = "checkBoxJobSize";
     this.checkBoxJobSize.Size      = new System.Drawing.Size(72, 16);
     this.checkBoxJobSize.TabIndex  = 19;
     this.checkBoxJobSize.Text      = "Job Size";
     this.checkBoxJobSize.UseVisualStyleBackColor = false;
     this.checkBoxJobSize.CheckedChanged         += new System.EventHandler(this.OnClipSettingChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.printingInfo1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(565, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(613, 665);
     this.panel2.TabIndex = 1;
     //
     // printingInfo1
     //
     this.printingInfo1.BackColor = System.Drawing.SystemColors.Control;
     this.printingInfo1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.printingInfo1.Location  = new System.Drawing.Point(0, 0);
     this.printingInfo1.Name      = "printingInfo1";
     this.printingInfo1.Size      = new System.Drawing.Size(613, 665);
     this.printingInfo1.TabIndex  = 0;
     //
     // panel12
     //
     this.panel12.Controls.Add(this.button2);
     this.panel12.Controls.Add(this.buttonOK);
     this.panel12.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel12.Location = new System.Drawing.Point(0, 665);
     this.panel12.Name     = "panel12";
     this.panel12.Size     = new System.Drawing.Size(1178, 30);
     this.panel12.TabIndex = 2;
     //
     // button2
     //
     this.button2.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location                = new System.Drawing.Point(1019, 4);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 1;
     this.button2.Text                    = "Cancel";
     this.button2.UseVisualStyleBackColor = true;
     //
     // buttonOK
     //
     this.buttonOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.Location = new System.Drawing.Point(1100, 4);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex = 0;
     this.buttonOK.Text     = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOk_Click);
     //
     // EditJobForm_AllWin_JetRix
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1178, 695);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel12);
     this.Name          = "EditJobForm_AllWin_JetRix";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "EditJobForm_JetRix";
     this.Load         += new System.EventHandler(this.EditJobForm_Load);
     this.panel1.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numNegMaxGray)).EndInit();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDownCopy)).EndInit();
     this.groupBoxMultiCopy.ResumeLayout(false);
     this.groupBoxMultiCopy.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownYDis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownYCnt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownXDis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownXCnt)).EndInit();
     this.groupBoxRegion.ResumeLayout(false);
     this.groupBoxRegion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownX)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.groupBoxOthers.ResumeLayout(false);
     this.groupBoxOthers.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_noteMargin)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel12.ResumeLayout(false);
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoBackHomeSetting));
     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.m_ToolTip                 = new System.Windows.Forms.ToolTip(this.components);
     this.grouperAutoCapping        = new BYHXPrinterManager.GradientControls.Grouper();
     this.checkBoxsalverPos         = new System.Windows.Forms.CheckBox();
     this.numSalverPos              = new System.Windows.Forms.NumericUpDown();
     this.numCappingDelayTime       = new System.Windows.Forms.NumericUpDown();
     this.numCappingPosZ            = new System.Windows.Forms.NumericUpDown();
     this.checkBoxEnableCappingPosZ = new System.Windows.Forms.CheckBox();
     this.numCappingPosY            = new System.Windows.Forms.NumericUpDown();
     this.checkBoxEnableCappingPosY = new System.Windows.Forms.CheckBox();
     this.numCappingPosX            = new System.Windows.Forms.NumericUpDown();
     this.checkBoxEnableCappingPosX = new System.Windows.Forms.CheckBox();
     this.checkBoxEnableAutoCapping = new System.Windows.Forms.CheckBox();
     this.grouperAutoHoming         = new BYHXPrinterManager.GradientControls.Grouper();
     this.numAutoHomeDelay          = new System.Windows.Forms.NumericUpDown();
     this.checkBoxEnableHomeDelay   = new System.Windows.Forms.CheckBox();
     this.numHomePosY               = new System.Windows.Forms.NumericUpDown();
     this.checkBoxYHomePos          = new System.Windows.Forms.CheckBox();
     this.numHomePosX               = new System.Windows.Forms.NumericUpDown();
     this.checkBoxXHomePos          = new System.Windows.Forms.CheckBox();
     this.grouperAutoCapping.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSalverPos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingDelayTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosX)).BeginInit();
     this.grouperAutoHoming.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAutoHomeDelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHomePosY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHomePosX)).BeginInit();
     this.SuspendLayout();
     //
     // grouperAutoCapping
     //
     resources.ApplyResources(this.grouperAutoCapping, "grouperAutoCapping");
     this.grouperAutoCapping.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.grouperAutoCapping.BorderThickness        = 1F;
     this.grouperAutoCapping.Controls.Add(this.checkBoxsalverPos);
     this.grouperAutoCapping.Controls.Add(this.numSalverPos);
     this.grouperAutoCapping.Controls.Add(this.numCappingDelayTime);
     this.grouperAutoCapping.Controls.Add(this.numCappingPosZ);
     this.grouperAutoCapping.Controls.Add(this.checkBoxEnableCappingPosZ);
     this.grouperAutoCapping.Controls.Add(this.numCappingPosY);
     this.grouperAutoCapping.Controls.Add(this.checkBoxEnableCappingPosY);
     this.grouperAutoCapping.Controls.Add(this.numCappingPosX);
     this.grouperAutoCapping.Controls.Add(this.checkBoxEnableCappingPosX);
     this.grouperAutoCapping.Controls.Add(this.checkBoxEnableAutoCapping);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperAutoCapping.GradientColors  = style1;
     this.grouperAutoCapping.GroupImage      = null;
     this.grouperAutoCapping.Name            = "grouperAutoCapping";
     this.grouperAutoCapping.PaintGroupBox   = false;
     this.grouperAutoCapping.RoundCorners    = 10;
     this.grouperAutoCapping.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperAutoCapping.ShadowControl   = false;
     this.grouperAutoCapping.ShadowThickness = 3;
     this.grouperAutoCapping.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperAutoCapping.TitileGradientColors = style2;
     this.grouperAutoCapping.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperAutoCapping.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // checkBoxsalverPos
     //
     resources.ApplyResources(this.checkBoxsalverPos, "checkBoxsalverPos");
     this.checkBoxsalverPos.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxsalverPos.Name      = "checkBoxsalverPos";
     this.checkBoxsalverPos.UseVisualStyleBackColor = false;
     //
     // numSalverPos
     //
     resources.ApplyResources(this.numSalverPos, "numSalverPos");
     this.numSalverPos.Maximum = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.numSalverPos.Minimum = new decimal(new int[] {
         1000000,
         0,
         0,
         -2147483648
     });
     this.numSalverPos.Name = "numSalverPos";
     //
     // numCappingDelayTime
     //
     this.numCappingDelayTime.DecimalPlaces = 1;
     resources.ApplyResources(this.numCappingDelayTime, "numCappingDelayTime");
     this.numCappingDelayTime.Maximum = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.numCappingDelayTime.Name = "numCappingDelayTime";
     //
     // numCappingPosZ
     //
     this.numCappingPosZ.DecimalPlaces = 1;
     resources.ApplyResources(this.numCappingPosZ, "numCappingPosZ");
     this.numCappingPosZ.Name = "numCappingPosZ";
     //
     // checkBoxEnableCappingPosZ
     //
     resources.ApplyResources(this.checkBoxEnableCappingPosZ, "checkBoxEnableCappingPosZ");
     this.checkBoxEnableCappingPosZ.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableCappingPosZ.Name      = "checkBoxEnableCappingPosZ";
     this.checkBoxEnableCappingPosZ.UseVisualStyleBackColor = false;
     //
     // numCappingPosY
     //
     this.numCappingPosY.DecimalPlaces = 1;
     resources.ApplyResources(this.numCappingPosY, "numCappingPosY");
     this.numCappingPosY.Name = "numCappingPosY";
     //
     // checkBoxEnableCappingPosY
     //
     resources.ApplyResources(this.checkBoxEnableCappingPosY, "checkBoxEnableCappingPosY");
     this.checkBoxEnableCappingPosY.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableCappingPosY.Name      = "checkBoxEnableCappingPosY";
     this.checkBoxEnableCappingPosY.UseVisualStyleBackColor = false;
     //
     // numCappingPosX
     //
     this.numCappingPosX.DecimalPlaces = 1;
     resources.ApplyResources(this.numCappingPosX, "numCappingPosX");
     this.numCappingPosX.Name = "numCappingPosX";
     //
     // checkBoxEnableCappingPosX
     //
     resources.ApplyResources(this.checkBoxEnableCappingPosX, "checkBoxEnableCappingPosX");
     this.checkBoxEnableCappingPosX.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableCappingPosX.Name      = "checkBoxEnableCappingPosX";
     this.checkBoxEnableCappingPosX.UseVisualStyleBackColor = false;
     //
     // checkBoxEnableAutoCapping
     //
     resources.ApplyResources(this.checkBoxEnableAutoCapping, "checkBoxEnableAutoCapping");
     this.checkBoxEnableAutoCapping.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableAutoCapping.Name      = "checkBoxEnableAutoCapping";
     this.checkBoxEnableAutoCapping.UseVisualStyleBackColor = false;
     //
     // grouperAutoHoming
     //
     resources.ApplyResources(this.grouperAutoHoming, "grouperAutoHoming");
     this.grouperAutoHoming.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.grouperAutoHoming.BorderThickness        = 1F;
     this.grouperAutoHoming.Controls.Add(this.numAutoHomeDelay);
     this.grouperAutoHoming.Controls.Add(this.checkBoxEnableHomeDelay);
     this.grouperAutoHoming.Controls.Add(this.numHomePosY);
     this.grouperAutoHoming.Controls.Add(this.checkBoxYHomePos);
     this.grouperAutoHoming.Controls.Add(this.numHomePosX);
     this.grouperAutoHoming.Controls.Add(this.checkBoxXHomePos);
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperAutoHoming.GradientColors  = style3;
     this.grouperAutoHoming.GroupImage      = null;
     this.grouperAutoHoming.Name            = "grouperAutoHoming";
     this.grouperAutoHoming.PaintGroupBox   = false;
     this.grouperAutoHoming.RoundCorners    = 10;
     this.grouperAutoHoming.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperAutoHoming.ShadowControl   = false;
     this.grouperAutoHoming.ShadowThickness = 3;
     this.grouperAutoHoming.TabStop         = false;
     style4.Color1 = System.Drawing.Color.LightBlue;
     style4.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperAutoHoming.TitileGradientColors = style4;
     this.grouperAutoHoming.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperAutoHoming.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // numAutoHomeDelay
     //
     this.numAutoHomeDelay.DecimalPlaces = 1;
     resources.ApplyResources(this.numAutoHomeDelay, "numAutoHomeDelay");
     this.numAutoHomeDelay.Maximum = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.numAutoHomeDelay.Name = "numAutoHomeDelay";
     //
     // checkBoxEnableHomeDelay
     //
     resources.ApplyResources(this.checkBoxEnableHomeDelay, "checkBoxEnableHomeDelay");
     this.checkBoxEnableHomeDelay.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableHomeDelay.Name      = "checkBoxEnableHomeDelay";
     this.checkBoxEnableHomeDelay.UseVisualStyleBackColor = false;
     //
     // numHomePosY
     //
     this.numHomePosY.DecimalPlaces = 1;
     resources.ApplyResources(this.numHomePosY, "numHomePosY");
     this.numHomePosY.Name = "numHomePosY";
     //
     // checkBoxYHomePos
     //
     resources.ApplyResources(this.checkBoxYHomePos, "checkBoxYHomePos");
     this.checkBoxYHomePos.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxYHomePos.Name      = "checkBoxYHomePos";
     this.checkBoxYHomePos.UseVisualStyleBackColor = false;
     //
     // numHomePosX
     //
     this.numHomePosX.DecimalPlaces = 1;
     resources.ApplyResources(this.numHomePosX, "numHomePosX");
     this.numHomePosX.Name = "numHomePosX";
     //
     // checkBoxXHomePos
     //
     resources.ApplyResources(this.checkBoxXHomePos, "checkBoxXHomePos");
     this.checkBoxXHomePos.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxXHomePos.Name      = "checkBoxXHomePos";
     this.checkBoxXHomePos.UseVisualStyleBackColor = false;
     //
     // AutoBackHomeSetting
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouperAutoCapping);
     this.Controls.Add(this.grouperAutoHoming);
     this.Name = "AutoBackHomeSetting";
     this.grouperAutoCapping.ResumeLayout(false);
     this.grouperAutoCapping.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSalverPos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingDelayTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCappingPosX)).EndInit();
     this.grouperAutoHoming.ResumeLayout(false);
     this.grouperAutoHoming.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAutoHomeDelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHomePosY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHomePosX)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#13
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(MaintenanceSystemStatus));
     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.grouperUV         = new BYHXPrinterManager.GradientControls.Grouper();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.labelWhite        = new System.Windows.Forms.Label();
     this.labelColor        = new System.Windows.Forms.Label();
     this.lblTempInkTank    = new System.Windows.Forms.Label();
     this.label12           = new System.Windows.Forms.Label();
     this.label13           = new System.Windows.Forms.Label();
     this.lblTempLeft       = new System.Windows.Forms.Label();
     this.label14           = new System.Windows.Forms.Label();
     this.lblTempRight      = new System.Windows.Forms.Label();
     this.label15           = new System.Windows.Forms.Label();
     this.label18           = new System.Windows.Forms.Label();
     this.grouperInkLevel   = new BYHXPrinterManager.GradientControls.Grouper();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label16           = new System.Windows.Forms.Label();
     this.button18          = new System.Windows.Forms.Button();
     this.label11           = new System.Windows.Forms.Label();
     this.button19          = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.button20          = new System.Windows.Forms.Button();
     this.label2            = new System.Windows.Forms.Label();
     this.button21          = new System.Windows.Forms.Button();
     this.button9           = new System.Windows.Forms.Button();
     this.button10          = new System.Windows.Forms.Button();
     this.button11          = new System.Windows.Forms.Button();
     this.button12          = new System.Windows.Forms.Button();
     this.button13          = new System.Windows.Forms.Button();
     this.button14          = new System.Windows.Forms.Button();
     this.button15          = new System.Windows.Forms.Button();
     this.button16          = new System.Windows.Forms.Button();
     this.button22          = new System.Windows.Forms.Button();
     this.button23          = new System.Windows.Forms.Button();
     this.button24          = new System.Windows.Forms.Button();
     this.button1           = new System.Windows.Forms.Button();
     this.label3            = new System.Windows.Forms.Label();
     this.button2           = new System.Windows.Forms.Button();
     this.label4            = new System.Windows.Forms.Label();
     this.button3           = new System.Windows.Forms.Button();
     this.label5            = new System.Windows.Forms.Label();
     this.button4           = new System.Windows.Forms.Button();
     this.label6            = new System.Windows.Forms.Label();
     this.button5           = new System.Windows.Forms.Button();
     this.label7            = new System.Windows.Forms.Label();
     this.button6           = new System.Windows.Forms.Button();
     this.label8            = new System.Windows.Forms.Label();
     this.button7           = new System.Windows.Forms.Button();
     this.label9            = new System.Windows.Forms.Label();
     this.button8           = new System.Windows.Forms.Button();
     this.label10           = new System.Windows.Forms.Label();
     this.button17          = new System.Windows.Forms.Button();
     this.button31          = new System.Windows.Forms.Button();
     this.button28          = new System.Windows.Forms.Button();
     this.button26          = new System.Windows.Forms.Button();
     this.button27          = new System.Windows.Forms.Button();
     this.button25          = new System.Windows.Forms.Button();
     this.button29          = new System.Windows.Forms.Button();
     this.button32          = new System.Windows.Forms.Button();
     this.button30          = new System.Windows.Forms.Button();
     this.label17           = new System.Windows.Forms.Label();
     this.button33          = new System.Windows.Forms.Button();
     this.button36          = new System.Windows.Forms.Button();
     this.button37          = new System.Windows.Forms.Button();
     this.button40          = new System.Windows.Forms.Button();
     this.button39          = new System.Windows.Forms.Button();
     this.button38          = new System.Windows.Forms.Button();
     this.button35          = new System.Windows.Forms.Button();
     this.button34          = new System.Windows.Forms.Button();
     this.label19           = new System.Windows.Forms.Label();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.textBox4          = new System.Windows.Forms.TextBox();
     this.textBox5          = new System.Windows.Forms.TextBox();
     this.textBox6          = new System.Windows.Forms.TextBox();
     this.textBox7          = new System.Windows.Forms.TextBox();
     this.textBox8          = new System.Windows.Forms.TextBox();
     this.grouperUV.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.grouperInkLevel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // grouperUV
     //
     resources.ApplyResources(this.grouperUV, "grouperUV");
     this.grouperUV.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouperUV.BorderThickness        = 1F;
     this.grouperUV.Controls.Add(this.tableLayoutPanel2);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperUV.GradientColors  = style1;
     this.grouperUV.GroupImage      = null;
     this.grouperUV.Name            = "grouperUV";
     this.grouperUV.PaintGroupBox   = false;
     this.grouperUV.RoundCorners    = 5;
     this.grouperUV.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperUV.ShadowControl   = false;
     this.grouperUV.ShadowThickness = 3;
     this.grouperUV.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperUV.TitileGradientColors = style2;
     this.grouperUV.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperUV.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     this.tableLayoutPanel2.Controls.Add(this.labelWhite, 4, 1);
     this.tableLayoutPanel2.Controls.Add(this.labelColor, 3, 1);
     this.tableLayoutPanel2.Controls.Add(this.lblTempInkTank, 2, 1);
     this.tableLayoutPanel2.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.label13, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.lblTempLeft, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.label14, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.lblTempRight, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.label15, 3, 0);
     this.tableLayoutPanel2.Controls.Add(this.label18, 4, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // labelWhite
     //
     resources.ApplyResources(this.labelWhite, "labelWhite");
     this.labelWhite.Name = "labelWhite";
     //
     // labelColor
     //
     resources.ApplyResources(this.labelColor, "labelColor");
     this.labelColor.Name = "labelColor";
     //
     // lblTempInkTank
     //
     resources.ApplyResources(this.lblTempInkTank, "lblTempInkTank");
     this.lblTempInkTank.Name = "lblTempInkTank";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.Name = "label13";
     //
     // lblTempLeft
     //
     resources.ApplyResources(this.lblTempLeft, "lblTempLeft");
     this.lblTempLeft.Name = "lblTempLeft";
     //
     // label14
     //
     resources.ApplyResources(this.label14, "label14");
     this.label14.Name = "label14";
     //
     // lblTempRight
     //
     resources.ApplyResources(this.lblTempRight, "lblTempRight");
     this.lblTempRight.Name = "lblTempRight";
     //
     // label15
     //
     resources.ApplyResources(this.label15, "label15");
     this.label15.Name = "label15";
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // grouperInkLevel
     //
     resources.ApplyResources(this.grouperInkLevel, "grouperInkLevel");
     this.grouperInkLevel.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouperInkLevel.BorderThickness        = 1F;
     this.grouperInkLevel.Controls.Add(this.tableLayoutPanel1);
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperInkLevel.GradientColors  = style3;
     this.grouperInkLevel.GroupImage      = null;
     this.grouperInkLevel.Name            = "grouperInkLevel";
     this.grouperInkLevel.PaintGroupBox   = false;
     this.grouperInkLevel.RoundCorners    = 5;
     this.grouperInkLevel.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperInkLevel.ShadowControl   = false;
     this.grouperInkLevel.ShadowThickness = 3;
     this.grouperInkLevel.TabStop         = false;
     style4.Color1 = System.Drawing.Color.LightBlue;
     style4.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperInkLevel.TitileGradientColors = style4;
     this.grouperInkLevel.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperInkLevel.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.button18, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.label11, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.button19, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.button20, 4, 4);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.button21, 5, 4);
     this.tableLayoutPanel1.Controls.Add(this.button9, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.button10, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.button11, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.button12, 4, 3);
     this.tableLayoutPanel1.Controls.Add(this.button13, 5, 3);
     this.tableLayoutPanel1.Controls.Add(this.button14, 6, 3);
     this.tableLayoutPanel1.Controls.Add(this.button15, 7, 3);
     this.tableLayoutPanel1.Controls.Add(this.button16, 8, 3);
     this.tableLayoutPanel1.Controls.Add(this.button22, 6, 4);
     this.tableLayoutPanel1.Controls.Add(this.button23, 7, 4);
     this.tableLayoutPanel1.Controls.Add(this.button24, 8, 4);
     this.tableLayoutPanel1.Controls.Add(this.button1, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.button2, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.label4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.button3, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.label5, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.button4, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.label6, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.button5, 5, 2);
     this.tableLayoutPanel1.Controls.Add(this.label7, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.button6, 6, 2);
     this.tableLayoutPanel1.Controls.Add(this.label8, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.button7, 7, 2);
     this.tableLayoutPanel1.Controls.Add(this.label9, 7, 0);
     this.tableLayoutPanel1.Controls.Add(this.button8, 8, 2);
     this.tableLayoutPanel1.Controls.Add(this.label10, 8, 0);
     this.tableLayoutPanel1.Controls.Add(this.button17, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.button31, 7, 5);
     this.tableLayoutPanel1.Controls.Add(this.button28, 4, 5);
     this.tableLayoutPanel1.Controls.Add(this.button26, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.button27, 3, 5);
     this.tableLayoutPanel1.Controls.Add(this.button25, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.button29, 5, 5);
     this.tableLayoutPanel1.Controls.Add(this.button32, 8, 5);
     this.tableLayoutPanel1.Controls.Add(this.button30, 6, 5);
     this.tableLayoutPanel1.Controls.Add(this.label17, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.button33, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.button36, 4, 6);
     this.tableLayoutPanel1.Controls.Add(this.button37, 5, 6);
     this.tableLayoutPanel1.Controls.Add(this.button40, 8, 6);
     this.tableLayoutPanel1.Controls.Add(this.button39, 7, 6);
     this.tableLayoutPanel1.Controls.Add(this.button38, 6, 6);
     this.tableLayoutPanel1.Controls.Add(this.button35, 3, 6);
     this.tableLayoutPanel1.Controls.Add(this.button34, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.label19, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox2, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox3, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox4, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox5, 5, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox6, 6, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox7, 7, 1);
     this.tableLayoutPanel1.Controls.Add(this.textBox8, 8, 1);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.Name = "label16";
     //
     // button18
     //
     this.button18.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button18, "button18");
     this.button18.Name = "button18";
     this.button18.UseVisualStyleBackColor = false;
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // button19
     //
     this.button19.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button19, "button19");
     this.button19.Name = "button19";
     this.button19.UseVisualStyleBackColor = false;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // button20
     //
     this.button20.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button20, "button20");
     this.button20.Name = "button20";
     this.button20.UseVisualStyleBackColor = false;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // button21
     //
     this.button21.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button21, "button21");
     this.button21.Name = "button21";
     this.button21.UseVisualStyleBackColor = false;
     //
     // button9
     //
     this.button9.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button9, "button9");
     this.button9.Name = "button9";
     this.button9.UseVisualStyleBackColor = false;
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button10, "button10");
     this.button10.Name = "button10";
     this.button10.UseVisualStyleBackColor = false;
     //
     // button11
     //
     this.button11.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button11, "button11");
     this.button11.Name = "button11";
     this.button11.UseVisualStyleBackColor = false;
     //
     // button12
     //
     this.button12.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button12, "button12");
     this.button12.Name = "button12";
     this.button12.UseVisualStyleBackColor = false;
     //
     // button13
     //
     this.button13.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button13, "button13");
     this.button13.Name = "button13";
     this.button13.UseVisualStyleBackColor = false;
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button14, "button14");
     this.button14.Name = "button14";
     this.button14.UseVisualStyleBackColor = false;
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button15, "button15");
     this.button15.Name = "button15";
     this.button15.UseVisualStyleBackColor = false;
     //
     // button16
     //
     this.button16.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button16, "button16");
     this.button16.Name = "button16";
     this.button16.UseVisualStyleBackColor = false;
     //
     // button22
     //
     this.button22.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button22, "button22");
     this.button22.Name = "button22";
     this.button22.UseVisualStyleBackColor = false;
     //
     // button23
     //
     this.button23.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button23, "button23");
     this.button23.Name = "button23";
     this.button23.UseVisualStyleBackColor = false;
     //
     // button24
     //
     this.button24.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button24, "button24");
     this.button24.Name = "button24";
     this.button24.UseVisualStyleBackColor = false;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = false;
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = false;
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = false;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = false;
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = false;
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // button6
     //
     this.button6.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = false;
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // button7
     //
     this.button7.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.button7.UseVisualStyleBackColor = false;
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.button8.UseVisualStyleBackColor = false;
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // button17
     //
     this.button17.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button17, "button17");
     this.button17.Name = "button17";
     this.button17.UseVisualStyleBackColor = false;
     //
     // button31
     //
     this.button31.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button31, "button31");
     this.button31.Name = "button31";
     this.button31.UseVisualStyleBackColor = false;
     //
     // button28
     //
     this.button28.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button28, "button28");
     this.button28.Name = "button28";
     this.button28.UseVisualStyleBackColor = false;
     //
     // button26
     //
     this.button26.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button26, "button26");
     this.button26.Name = "button26";
     this.button26.UseVisualStyleBackColor = false;
     //
     // button27
     //
     this.button27.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button27, "button27");
     this.button27.Name = "button27";
     this.button27.UseVisualStyleBackColor = false;
     //
     // button25
     //
     this.button25.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button25, "button25");
     this.button25.Name = "button25";
     this.button25.UseVisualStyleBackColor = false;
     //
     // button29
     //
     this.button29.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button29, "button29");
     this.button29.Name = "button29";
     this.button29.UseVisualStyleBackColor = false;
     //
     // button32
     //
     this.button32.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button32, "button32");
     this.button32.Name = "button32";
     this.button32.UseVisualStyleBackColor = false;
     //
     // button30
     //
     this.button30.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button30, "button30");
     this.button30.Name = "button30";
     this.button30.UseVisualStyleBackColor = false;
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.Name = "label17";
     //
     // button33
     //
     this.button33.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button33, "button33");
     this.button33.Name = "button33";
     this.button33.UseVisualStyleBackColor = false;
     //
     // button36
     //
     this.button36.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button36, "button36");
     this.button36.Name = "button36";
     this.button36.UseVisualStyleBackColor = false;
     //
     // button37
     //
     this.button37.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button37, "button37");
     this.button37.Name = "button37";
     this.button37.UseVisualStyleBackColor = false;
     //
     // button40
     //
     this.button40.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button40, "button40");
     this.button40.Name = "button40";
     this.button40.UseVisualStyleBackColor = false;
     //
     // button39
     //
     this.button39.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button39, "button39");
     this.button39.Name = "button39";
     this.button39.UseVisualStyleBackColor = false;
     //
     // button38
     //
     this.button38.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button38, "button38");
     this.button38.Name = "button38";
     this.button38.UseVisualStyleBackColor = false;
     //
     // button35
     //
     this.button35.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button35, "button35");
     this.button35.Name = "button35";
     this.button35.UseVisualStyleBackColor = false;
     //
     // button34
     //
     this.button34.BackColor = System.Drawing.Color.Red;
     resources.ApplyResources(this.button34, "button34");
     this.button34.Name = "button34";
     this.button34.UseVisualStyleBackColor = false;
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // textBox1
     //
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     //
     // textBox2
     //
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name     = "textBox2";
     this.textBox2.ReadOnly = true;
     //
     // textBox3
     //
     resources.ApplyResources(this.textBox3, "textBox3");
     this.textBox3.Name     = "textBox3";
     this.textBox3.ReadOnly = true;
     //
     // textBox4
     //
     resources.ApplyResources(this.textBox4, "textBox4");
     this.textBox4.Name     = "textBox4";
     this.textBox4.ReadOnly = true;
     //
     // textBox5
     //
     resources.ApplyResources(this.textBox5, "textBox5");
     this.textBox5.Name     = "textBox5";
     this.textBox5.ReadOnly = true;
     //
     // textBox6
     //
     resources.ApplyResources(this.textBox6, "textBox6");
     this.textBox6.Name     = "textBox6";
     this.textBox6.ReadOnly = true;
     //
     // textBox7
     //
     resources.ApplyResources(this.textBox7, "textBox7");
     this.textBox7.Name     = "textBox7";
     this.textBox7.ReadOnly = true;
     //
     // textBox8
     //
     resources.ApplyResources(this.textBox8, "textBox8");
     this.textBox8.Name     = "textBox8";
     this.textBox8.ReadOnly = true;
     //
     // MaintenanceSystemStatus
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouperUV);
     this.Controls.Add(this.grouperInkLevel);
     this.Name = "MaintenanceSystemStatus";
     this.grouperUV.ResumeLayout(false);
     this.grouperUV.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.grouperInkLevel.ResumeLayout(false);
     this.grouperInkLevel.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#14
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();
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoveSetting));
     this.m_ToolTip                 = new System.Windows.Forms.ToolTip(this.components);
     this.m_GroupBoxMove            = new BYHXPrinterManager.GradientControls.Grouper();
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.button4Up                 = new System.Windows.Forms.Button();
     this.button4Down               = new System.Windows.Forms.Button();
     this.m_ComboBox4speed          = new System.Windows.Forms.ComboBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.buttonMoveUp              = new System.Windows.Forms.Button();
     this.buttonMoveDown            = new System.Windows.Forms.Button();
     this.buttonMoveB               = new System.Windows.Forms.Button();
     this.button_MoveF              = new System.Windows.Forms.Button();
     this.button_MoveR              = new System.Windows.Forms.Button();
     this.buttonMoveLeft            = new System.Windows.Forms.Button();
     this.m_ComboBoxZspeed          = new System.Windows.Forms.ComboBox();
     this.m_LabelZspeed             = new System.Windows.Forms.Label();
     this.m_LabelLeftEdge           = new System.Windows.Forms.Label();
     this.m_LabelY                  = new System.Windows.Forms.Label();
     this.m_NumericUpDownMoveYSpeed = new System.Windows.Forms.ComboBox();
     this.m_NumericUpDownMoveXSpeed = new System.Windows.Forms.ComboBox();
     this.m_LabelLength             = new System.Windows.Forms.Label();
     this.m_NumericUpDownLength     = new System.Windows.Forms.NumericUpDown();
     this.m_ButtonStop              = new System.Windows.Forms.Button();
     this.m_GroupBoxMove.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDownLength)).BeginInit();
     this.SuspendLayout();
     //
     // m_GroupBoxMove
     //
     this.m_GroupBoxMove.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.m_GroupBoxMove.BorderThickness        = 1F;
     this.m_GroupBoxMove.Controls.Add(this.button4Up);
     this.m_GroupBoxMove.Controls.Add(this.button4Down);
     this.m_GroupBoxMove.Controls.Add(this.m_ComboBox4speed);
     this.m_GroupBoxMove.Controls.Add(this.label1);
     this.m_GroupBoxMove.Controls.Add(this.buttonMoveUp);
     this.m_GroupBoxMove.Controls.Add(this.buttonMoveDown);
     this.m_GroupBoxMove.Controls.Add(this.buttonMoveB);
     this.m_GroupBoxMove.Controls.Add(this.button_MoveF);
     this.m_GroupBoxMove.Controls.Add(this.button_MoveR);
     this.m_GroupBoxMove.Controls.Add(this.buttonMoveLeft);
     this.m_GroupBoxMove.Controls.Add(this.m_ComboBoxZspeed);
     this.m_GroupBoxMove.Controls.Add(this.m_LabelZspeed);
     this.m_GroupBoxMove.Controls.Add(this.m_LabelLeftEdge);
     this.m_GroupBoxMove.Controls.Add(this.m_LabelY);
     this.m_GroupBoxMove.Controls.Add(this.m_NumericUpDownMoveYSpeed);
     this.m_GroupBoxMove.Controls.Add(this.m_NumericUpDownMoveXSpeed);
     this.m_GroupBoxMove.Controls.Add(this.m_LabelLength);
     this.m_GroupBoxMove.Controls.Add(this.m_NumericUpDownLength);
     this.m_GroupBoxMove.Controls.Add(this.m_ButtonStop);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.m_GroupBoxMove.GradientColors = style1;
     this.m_GroupBoxMove.GroupImage     = null;
     resources.ApplyResources(this.m_GroupBoxMove, "m_GroupBoxMove");
     this.m_GroupBoxMove.Name            = "m_GroupBoxMove";
     this.m_GroupBoxMove.PaintGroupBox   = false;
     this.m_GroupBoxMove.RoundCorners    = 10;
     this.m_GroupBoxMove.ShadowColor     = System.Drawing.Color.DarkGray;
     this.m_GroupBoxMove.ShadowControl   = false;
     this.m_GroupBoxMove.ShadowThickness = 3;
     this.m_GroupBoxMove.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.m_GroupBoxMove.TitileGradientColors = style2;
     this.m_GroupBoxMove.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.m_GroupBoxMove.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     //
     // button4Up
     //
     resources.ApplyResources(this.button4Up, "button4Up");
     this.button4Up.ImageList = this.imageList1;
     this.button4Up.Name      = "button4Up";
     this.button4Up.Click    += new System.EventHandler(this.button1_Click);
     //
     // button4Down
     //
     resources.ApplyResources(this.button4Down, "button4Down");
     this.button4Down.ImageList = this.imageList1;
     this.button4Down.Name      = "button4Down";
     this.button4Down.Click    += new System.EventHandler(this.button2_Click);
     //
     // m_ComboBox4speed
     //
     resources.ApplyResources(this.m_ComboBox4speed, "m_ComboBox4speed");
     this.m_ComboBox4speed.Items.AddRange(new object[] {
         resources.GetString("m_ComboBox4speed.Items"),
         resources.GetString("m_ComboBox4speed.Items1"),
         resources.GetString("m_ComboBox4speed.Items2"),
         resources.GetString("m_ComboBox4speed.Items3"),
         resources.GetString("m_ComboBox4speed.Items4"),
         resources.GetString("m_ComboBox4speed.Items5"),
         resources.GetString("m_ComboBox4speed.Items6")
     });
     this.m_ComboBox4speed.Name = "m_ComboBox4speed";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Name      = "label1";
     //
     // buttonMoveUp
     //
     resources.ApplyResources(this.buttonMoveUp, "buttonMoveUp");
     this.buttonMoveUp.ImageList = this.imageList1;
     this.buttonMoveUp.Name      = "buttonMoveUp";
     this.buttonMoveUp.Click    += new System.EventHandler(this.buttonMoveUp_Click);
     //
     // buttonMoveDown
     //
     resources.ApplyResources(this.buttonMoveDown, "buttonMoveDown");
     this.buttonMoveDown.ImageList = this.imageList1;
     this.buttonMoveDown.Name      = "buttonMoveDown";
     this.buttonMoveDown.Click    += new System.EventHandler(this.buttonMoveDown_Click);
     //
     // buttonMoveB
     //
     resources.ApplyResources(this.buttonMoveB, "buttonMoveB");
     this.buttonMoveB.ImageList = this.imageList1;
     this.buttonMoveB.Name      = "buttonMoveB";
     this.buttonMoveB.Click    += new System.EventHandler(this.buttonMoveB_Click);
     //
     // button_MoveF
     //
     resources.ApplyResources(this.button_MoveF, "button_MoveF");
     this.button_MoveF.ImageList = this.imageList1;
     this.button_MoveF.Name      = "button_MoveF";
     this.button_MoveF.Click    += new System.EventHandler(this.button_MoveF_Click);
     //
     // button_MoveR
     //
     resources.ApplyResources(this.button_MoveR, "button_MoveR");
     this.button_MoveR.ImageList = this.imageList1;
     this.button_MoveR.Name      = "button_MoveR";
     this.button_MoveR.Click    += new System.EventHandler(this.button_MoveR_Click);
     //
     // buttonMoveLeft
     //
     resources.ApplyResources(this.buttonMoveLeft, "buttonMoveLeft");
     this.buttonMoveLeft.ImageList = this.imageList1;
     this.buttonMoveLeft.Name      = "buttonMoveLeft";
     this.buttonMoveLeft.Click    += new System.EventHandler(this.buttonMoveLeft_Click);
     //
     // m_ComboBoxZspeed
     //
     resources.ApplyResources(this.m_ComboBoxZspeed, "m_ComboBoxZspeed");
     this.m_ComboBoxZspeed.Items.AddRange(new object[] {
         resources.GetString("m_ComboBoxZspeed.Items"),
         resources.GetString("m_ComboBoxZspeed.Items1"),
         resources.GetString("m_ComboBoxZspeed.Items2"),
         resources.GetString("m_ComboBoxZspeed.Items3"),
         resources.GetString("m_ComboBoxZspeed.Items4"),
         resources.GetString("m_ComboBoxZspeed.Items5"),
         resources.GetString("m_ComboBoxZspeed.Items6")
     });
     this.m_ComboBoxZspeed.Name = "m_ComboBoxZspeed";
     //
     // m_LabelZspeed
     //
     resources.ApplyResources(this.m_LabelZspeed, "m_LabelZspeed");
     this.m_LabelZspeed.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelZspeed.Name      = "m_LabelZspeed";
     //
     // m_LabelLeftEdge
     //
     resources.ApplyResources(this.m_LabelLeftEdge, "m_LabelLeftEdge");
     this.m_LabelLeftEdge.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelLeftEdge.Name      = "m_LabelLeftEdge";
     //
     // m_LabelY
     //
     resources.ApplyResources(this.m_LabelY, "m_LabelY");
     this.m_LabelY.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelY.Name      = "m_LabelY";
     //
     // m_NumericUpDownMoveYSpeed
     //
     resources.ApplyResources(this.m_NumericUpDownMoveYSpeed, "m_NumericUpDownMoveYSpeed");
     this.m_NumericUpDownMoveYSpeed.Items.AddRange(new object[] {
         resources.GetString("m_NumericUpDownMoveYSpeed.Items"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items1"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items2"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items3"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items4"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items5"),
         resources.GetString("m_NumericUpDownMoveYSpeed.Items6")
     });
     this.m_NumericUpDownMoveYSpeed.Name = "m_NumericUpDownMoveYSpeed";
     //
     // m_NumericUpDownMoveXSpeed
     //
     resources.ApplyResources(this.m_NumericUpDownMoveXSpeed, "m_NumericUpDownMoveXSpeed");
     this.m_NumericUpDownMoveXSpeed.Items.AddRange(new object[] {
         resources.GetString("m_NumericUpDownMoveXSpeed.Items"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items1"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items2"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items3"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items4"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items5"),
         resources.GetString("m_NumericUpDownMoveXSpeed.Items6")
     });
     this.m_NumericUpDownMoveXSpeed.Name = "m_NumericUpDownMoveXSpeed";
     //
     // m_LabelLength
     //
     resources.ApplyResources(this.m_LabelLength, "m_LabelLength");
     this.m_LabelLength.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelLength.Name      = "m_LabelLength";
     //
     // m_NumericUpDownLength
     //
     resources.ApplyResources(this.m_NumericUpDownLength, "m_NumericUpDownLength");
     this.m_NumericUpDownLength.Maximum = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.m_NumericUpDownLength.Name  = "m_NumericUpDownLength";
     this.m_NumericUpDownLength.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // m_ButtonStop
     //
     resources.ApplyResources(this.m_ButtonStop, "m_ButtonStop");
     this.m_ButtonStop.Name   = "m_ButtonStop";
     this.m_ButtonStop.Click += new System.EventHandler(this.m_ButtonStop_Click);
     //
     // MoveSetting
     //
     this.Controls.Add(this.m_GroupBoxMove);
     this.Name = "MoveSetting";
     resources.ApplyResources(this, "$this");
     this.m_GroupBoxMove.ResumeLayout(false);
     this.m_GroupBoxMove.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_NumericUpDownLength)).EndInit();
     this.ResumeLayout(false);
 }
示例#15
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);
 }
 /// <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(MaintenanceSystemSetting));
     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.buttonPumpReset         = new System.Windows.Forms.Button();
     this.label1                  = new System.Windows.Forms.Label();
     this.num2LevelInkTankTemp    = new System.Windows.Forms.NumericUpDown();
     this.numColorHeatTemp        = new System.Windows.Forms.NumericUpDown();
     this.label2                  = new System.Windows.Forms.Label();
     this.numWhiteHeatTemp        = new System.Windows.Forms.NumericUpDown();
     this.label3                  = new System.Windows.Forms.Label();
     this.numWhiteMixPauseTime    = new System.Windows.Forms.NumericUpDown();
     this.label4                  = new System.Windows.Forms.Label();
     this.numWhiteMixActionTime   = new System.Windows.Forms.NumericUpDown();
     this.label5                  = new System.Windows.Forms.Label();
     this.numWhiteCyclePauseTime  = new System.Windows.Forms.NumericUpDown();
     this.label6                  = new System.Windows.Forms.Label();
     this.numWhiteCycleActionTime = new System.Windows.Forms.NumericUpDown();
     this.label7                  = new System.Windows.Forms.Label();
     this.numPumpTimeOut          = new System.Windows.Forms.NumericUpDown();
     this.label8                  = new System.Windows.Forms.Label();
     this.buttonFuyaReset         = new System.Windows.Forms.Button();
     this.buttonShutdown          = new System.Windows.Forms.Button();
     this.grouperInkLevel         = new BYHXPrinterManager.GradientControls.Grouper();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2       = new System.Windows.Forms.TableLayoutPanel();
     this.buttonAllPurge          = new System.Windows.Forms.Button();
     this.buttonPurgeOff          = new System.Windows.Forms.Button();
     this.tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     this.button1                 = new System.Windows.Forms.CheckBox();
     this.button2                 = new System.Windows.Forms.CheckBox();
     this.button3                 = new System.Windows.Forms.CheckBox();
     this.button4                 = new System.Windows.Forms.CheckBox();
     this.button5                 = new System.Windows.Forms.CheckBox();
     this.button6                 = new System.Windows.Forms.CheckBox();
     this.button7                 = new System.Windows.Forms.CheckBox();
     this.button8                 = new System.Windows.Forms.CheckBox();
     this.grouper1                = new BYHXPrinterManager.GradientControls.Grouper();
     this.buttonApply             = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.num2LevelInkTankTemp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numColorHeatTemp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteHeatTemp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteMixPauseTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteMixActionTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteCyclePauseTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteCycleActionTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPumpTimeOut)).BeginInit();
     this.grouperInkLevel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.grouper1.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonPumpReset
     //
     resources.ApplyResources(this.buttonPumpReset, "buttonPumpReset");
     this.buttonPumpReset.Name = "buttonPumpReset";
     this.buttonPumpReset.UseVisualStyleBackColor = true;
     this.buttonPumpReset.Click += new System.EventHandler(this.buttonPumpReset_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // num2LevelInkTankTemp
     //
     resources.ApplyResources(this.num2LevelInkTankTemp, "num2LevelInkTankTemp");
     this.num2LevelInkTankTemp.Maximum = new decimal(new int[] {
         55,
         0,
         0,
         0
     });
     this.num2LevelInkTankTemp.Name = "num2LevelInkTankTemp";
     //
     // numColorHeatTemp
     //
     resources.ApplyResources(this.numColorHeatTemp, "numColorHeatTemp");
     this.numColorHeatTemp.Maximum = new decimal(new int[] {
         55,
         0,
         0,
         0
     });
     this.numColorHeatTemp.Name = "numColorHeatTemp";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // numWhiteHeatTemp
     //
     resources.ApplyResources(this.numWhiteHeatTemp, "numWhiteHeatTemp");
     this.numWhiteHeatTemp.Maximum = new decimal(new int[] {
         55,
         0,
         0,
         0
     });
     this.numWhiteHeatTemp.Name = "numWhiteHeatTemp";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // numWhiteMixPauseTime
     //
     resources.ApplyResources(this.numWhiteMixPauseTime, "numWhiteMixPauseTime");
     this.numWhiteMixPauseTime.Maximum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numWhiteMixPauseTime.Name = "numWhiteMixPauseTime";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // numWhiteMixActionTime
     //
     resources.ApplyResources(this.numWhiteMixActionTime, "numWhiteMixActionTime");
     this.numWhiteMixActionTime.Maximum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numWhiteMixActionTime.Name = "numWhiteMixActionTime";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // numWhiteCyclePauseTime
     //
     resources.ApplyResources(this.numWhiteCyclePauseTime, "numWhiteCyclePauseTime");
     this.numWhiteCyclePauseTime.Maximum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numWhiteCyclePauseTime.Name = "numWhiteCyclePauseTime";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // numWhiteCycleActionTime
     //
     resources.ApplyResources(this.numWhiteCycleActionTime, "numWhiteCycleActionTime");
     this.numWhiteCycleActionTime.Maximum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numWhiteCycleActionTime.Name = "numWhiteCycleActionTime";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // numPumpTimeOut
     //
     resources.ApplyResources(this.numPumpTimeOut, "numPumpTimeOut");
     this.numPumpTimeOut.Maximum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numPumpTimeOut.Name = "numPumpTimeOut";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // buttonFuyaReset
     //
     resources.ApplyResources(this.buttonFuyaReset, "buttonFuyaReset");
     this.buttonFuyaReset.Name = "buttonFuyaReset";
     this.buttonFuyaReset.UseVisualStyleBackColor = true;
     this.buttonFuyaReset.Click += new System.EventHandler(this.buttonFuyaReset_Click);
     //
     // buttonShutdown
     //
     resources.ApplyResources(this.buttonShutdown, "buttonShutdown");
     this.buttonShutdown.Name = "buttonShutdown";
     this.buttonShutdown.UseVisualStyleBackColor = true;
     this.buttonShutdown.Click += new System.EventHandler(this.buttonShutdown_Click);
     //
     // grouperInkLevel
     //
     this.grouperInkLevel.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouperInkLevel.BorderThickness        = 1F;
     this.grouperInkLevel.Controls.Add(this.panel1);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperInkLevel.GradientColors = style1;
     this.grouperInkLevel.GroupImage     = null;
     resources.ApplyResources(this.grouperInkLevel, "grouperInkLevel");
     this.grouperInkLevel.Name            = "grouperInkLevel";
     this.grouperInkLevel.PaintGroupBox   = false;
     this.grouperInkLevel.RoundCorners    = 5;
     this.grouperInkLevel.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperInkLevel.ShadowControl   = false;
     this.grouperInkLevel.ShadowThickness = 3;
     this.grouperInkLevel.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperInkLevel.TitileGradientColors = style2;
     this.grouperInkLevel.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperInkLevel.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tableLayoutPanel2);
     this.panel1.Controls.Add(this.tableLayoutPanel1);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     this.tableLayoutPanel2.Controls.Add(this.buttonAllPurge, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.buttonPurgeOff, 1, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // buttonAllPurge
     //
     this.buttonAllPurge.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.buttonAllPurge, "buttonAllPurge");
     this.buttonAllPurge.Name = "buttonAllPurge";
     this.buttonAllPurge.UseVisualStyleBackColor = false;
     this.buttonAllPurge.Click += new System.EventHandler(this.buttonAllPurge_Click);
     //
     // buttonPurgeOff
     //
     this.buttonPurgeOff.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.buttonPurgeOff, "buttonPurgeOff");
     this.buttonPurgeOff.Name = "buttonPurgeOff";
     this.buttonPurgeOff.UseVisualStyleBackColor = false;
     this.buttonPurgeOff.Click += new System.EventHandler(this.buttonPurgeOff_Click);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.button2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.button3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.button4, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.button5, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.button6, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.button7, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.button8, 7, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.BackColor = System.Drawing.Color.Green;
     this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.BackColor = System.Drawing.Color.Green;
     this.button2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = false;
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.BackColor = System.Drawing.Color.Green;
     this.button3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = false;
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.BackColor = System.Drawing.Color.Green;
     this.button4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = false;
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.BackColor = System.Drawing.Color.Green;
     this.button5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = false;
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.BackColor = System.Drawing.Color.Green;
     this.button6.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = false;
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.BackColor = System.Drawing.Color.Green;
     this.button7.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button7.Name = "button7";
     this.button7.UseVisualStyleBackColor = false;
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.BackColor = System.Drawing.Color.Green;
     this.button8.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red;
     this.button8.Name = "button8";
     this.button8.UseVisualStyleBackColor = false;
     //
     // grouper1
     //
     this.grouper1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouper1.BorderThickness        = 1F;
     this.grouper1.Controls.Add(this.buttonApply);
     this.grouper1.Controls.Add(this.label6);
     this.grouper1.Controls.Add(this.label4);
     this.grouper1.Controls.Add(this.numWhiteMixPauseTime);
     this.grouper1.Controls.Add(this.numWhiteHeatTemp);
     this.grouper1.Controls.Add(this.label3);
     this.grouper1.Controls.Add(this.buttonFuyaReset);
     this.grouper1.Controls.Add(this.numColorHeatTemp);
     this.grouper1.Controls.Add(this.label8);
     this.grouper1.Controls.Add(this.label2);
     this.grouper1.Controls.Add(this.numWhiteMixActionTime);
     this.grouper1.Controls.Add(this.num2LevelInkTankTemp);
     this.grouper1.Controls.Add(this.numPumpTimeOut);
     this.grouper1.Controls.Add(this.label1);
     this.grouper1.Controls.Add(this.label5);
     this.grouper1.Controls.Add(this.label7);
     this.grouper1.Controls.Add(this.numWhiteCyclePauseTime);
     this.grouper1.Controls.Add(this.buttonPumpReset);
     this.grouper1.Controls.Add(this.numWhiteCycleActionTime);
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.GradientColors = style3;
     this.grouper1.GroupImage     = null;
     resources.ApplyResources(this.grouper1, "grouper1");
     this.grouper1.Name            = "grouper1";
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 5;
     this.grouper1.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper1.ShadowControl   = false;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.TabStop         = false;
     style4.Color1 = System.Drawing.Color.LightBlue;
     style4.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.TitileGradientColors = style4;
     this.grouper1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // buttonApply
     //
     resources.ApplyResources(this.buttonApply, "buttonApply");
     this.buttonApply.Name = "buttonApply";
     this.buttonApply.UseVisualStyleBackColor = true;
     this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click);
     //
     // MaintenanceSystemSetting
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouper1);
     this.Controls.Add(this.grouperInkLevel);
     this.Controls.Add(this.buttonShutdown);
     this.Name  = "MaintenanceSystemSetting";
     this.Load += new System.EventHandler(this.MaintenanceSystemSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.num2LevelInkTankTemp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numColorHeatTemp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteHeatTemp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteMixPauseTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteMixActionTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteCyclePauseTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWhiteCycleActionTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPumpTimeOut)).EndInit();
     this.grouperInkLevel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.grouper1.ResumeLayout(false);
     this.grouper1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("11111111111111111");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("22222222222222");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3333333333333333");
     BYHXPrinterManager.Style          style1        = new BYHXPrinterManager.Style();
     this.tableLayoutPanel1 = new System.Windows.Forms.Panel();
     this.richTextBox1      = new System.Windows.Forms.ListView();
     this.panel1            = new BYHXPrinterManager.GradientControls.CrystalPanel();
     this.button1           = new System.Windows.Forms.Button();
     this.columnHeader1     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel1.Controls.Add(this.richTextBox1);
     this.tableLayoutPanel1.Controls.Add(this.panel1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(542, 171);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor = System.Drawing.SystemColors.Info;
     this.richTextBox1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.richTextBox1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.FullRowSelect = true;
     this.richTextBox1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.richTextBox1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.richTextBox1.Location = new System.Drawing.Point(0, 20);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(542, 151);
     this.richTextBox1.TabIndex = 2;
     this.richTextBox1.UseCompatibleStateImageBehavior = false;
     this.richTextBox1.View = System.Windows.Forms.View.Details;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Divider           = false;
     this.panel1.Dock              = System.Windows.Forms.DockStyle.Top;
     style1.Color1                 = System.Drawing.Color.LightBlue;
     style1.Color2                 = System.Drawing.Color.SteelBlue;
     this.panel1.GradientColors    = style1;
     this.panel1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panel1.Location          = new System.Drawing.Point(0, 0);
     this.panel1.Name              = "panel1";
     this.panel1.Size              = new System.Drawing.Size(542, 20);
     this.panel1.TabIndex          = 1;
     this.panel1.TabStop           = false;
     this.panel1.TreeColorGradient = true;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.button1.Location  = new System.Drawing.Point(522, 0);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(20, 20);
     this.button1.TabIndex  = 0;
     this.button1.TabStop   = false;
     this.button1.Text      = "X";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 112;
     //
     // ErrorViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(552, 176);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ErrorViewForm";
     this.Padding         = new System.Windows.Forms.Padding(5, 0, 5, 5);
     this.ShowInTaskbar   = false;
     this.Text            = "ErrorViewForm";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#18
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.panel2                   = new System.Windows.Forms.Panel();
     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.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Controls.Add(this.gzPurgeControl1);
     this.panel2.Controls.Add(this.inkTankStatusControl1);
     this.panel2.Controls.Add(this.purgeControl1);
     this.panel2.Controls.Add(this.maintenanceSystemStatus1);
     this.panel2.Name = "panel2";
     //
     // 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";
     //
     // PrintingInfo
     //
     resources.ApplyResources(this, "$this");
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.panel2);
     this.Name = "PrintingInfo";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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_AllWin_JetRix));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.m_LabelPrintingJobPath = new System.Windows.Forms.Label();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.pictureBox1            = new System.Windows.Forms.PictureBox();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.m_LabelPrintingJobInfo = new System.Windows.Forms.Label();
     this.m_PrintPreview         = new BYHXPrinterManager.Preview.PrintingPreview();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 304);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(563, 100);
     this.panel1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.panel4.Controls.Add(this.m_LabelPrintingJobPath);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(187, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(155, 100);
     this.panel4.TabIndex = 2;
     //
     // m_LabelPrintingJobPath
     //
     this.m_LabelPrintingJobPath.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelPrintingJobPath.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_LabelPrintingJobPath.Location  = new System.Drawing.Point(0, 0);
     this.m_LabelPrintingJobPath.Name      = "m_LabelPrintingJobPath";
     this.m_LabelPrintingJobPath.Size      = new System.Drawing.Size(155, 100);
     this.m_LabelPrintingJobPath.TabIndex  = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.panel3.Controls.Add(this.pictureBox1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(342, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(221, 100);
     this.panel3.TabIndex = 1;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(2, 57);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(217, 41);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     this.panel2.Controls.Add(this.m_LabelPrintingJobInfo);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(187, 100);
     this.panel2.TabIndex = 0;
     //
     // m_LabelPrintingJobInfo
     //
     this.m_LabelPrintingJobInfo.BackColor = System.Drawing.Color.Transparent;
     this.m_LabelPrintingJobInfo.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_LabelPrintingJobInfo.Location  = new System.Drawing.Point(0, 0);
     this.m_LabelPrintingJobInfo.Name      = "m_LabelPrintingJobInfo";
     this.m_LabelPrintingJobInfo.Size      = new System.Drawing.Size(187, 100);
     this.m_LabelPrintingJobInfo.TabIndex  = 0;
     //
     // m_PrintPreview
     //
     this.m_PrintPreview.BackColor = System.Drawing.Color.White;
     this.m_PrintPreview.Divider   = false;
     this.m_PrintPreview.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_PrintPreview.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     style1.Color1 = Color.White;
     style1.Color2 = Color.White;
     this.m_PrintPreview.GradientColors = style1;
     this.m_PrintPreview.GradientMode   = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PrintPreview.Location       = new System.Drawing.Point(0, 0);
     this.m_PrintPreview.Name           = "m_PrintPreview";
     this.m_PrintPreview.Rotate         = System.Drawing.RotateFlipType.RotateNoneFlipNone;
     this.m_PrintPreview.Size           = new System.Drawing.Size(563, 304);
     this.m_PrintPreview.TabIndex       = 1;
     //
     // PrintingInfo_AllWin_JetRix
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.m_PrintPreview);
     this.Controls.Add(this.panel1);
     this.Name = "PrintingInfo_AllWin_JetRix";
     this.Size = new System.Drawing.Size(563, 404);
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#20
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(SpotColorSetting_new));
     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.spotColorMaskSetting1 = new BYHXPrinterManager.Setting.SpotColorMaskSetting();
     this.spotColorMaskSetting2 = new BYHXPrinterManager.Setting.SpotColorMaskSetting();
     this.cbo_MultipleInk       = new System.Windows.Forms.ComboBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.checkBox14plTo42pl            = new System.Windows.Forms.CheckBox();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.grouperGrey                   = new BYHXPrinterManager.GradientControls.Grouper();
     this.radioButtonRip                = new System.Windows.Forms.RadioButton();
     this.radioButtonAll                = new System.Windows.Forms.RadioButton();
     this.labelBaseGrey                 = new System.Windows.Forms.Label();
     this.m_numAllpercentBaseGrey       = new System.Windows.Forms.NumericUpDown();
     this.checkBoxEnableSingleLayerMode = new System.Windows.Forms.CheckBox();
     this.cbo_MultipleVavishInk         = new System.Windows.Forms.ComboBox();
     this.label2                        = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.grouperGrey.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numAllpercentBaseGrey)).BeginInit();
     this.SuspendLayout();
     //
     // spotColorMaskSetting1
     //
     this.spotColorMaskSetting1.Divider = false;
     resources.ApplyResources(this.spotColorMaskSetting1, "spotColorMaskSetting1");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.spotColorMaskSetting1.GradientColors    = style1;
     this.spotColorMaskSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.spotColorMaskSetting1.GrouperTitleStyle = null;
     this.spotColorMaskSetting1.Name          = "spotColorMaskSetting1";
     this.spotColorMaskSetting1.SpotColorMask = ((ushort)(0));
     //
     // spotColorMaskSetting2
     //
     this.spotColorMaskSetting2.Divider = false;
     resources.ApplyResources(this.spotColorMaskSetting2, "spotColorMaskSetting2");
     style2.Color1 = System.Drawing.SystemColors.Control;
     style2.Color2 = System.Drawing.SystemColors.Control;
     this.spotColorMaskSetting2.GradientColors    = style2;
     this.spotColorMaskSetting2.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.spotColorMaskSetting2.GrouperTitleStyle = null;
     this.spotColorMaskSetting2.Name          = "spotColorMaskSetting2";
     this.spotColorMaskSetting2.SpotColorMask = ((ushort)(0));
     //
     // cbo_MultipleInk
     //
     resources.ApplyResources(this.cbo_MultipleInk, "cbo_MultipleInk");
     this.cbo_MultipleInk.Items.AddRange(new object[] {
         resources.GetString("cbo_MultipleInk.Items"),
         resources.GetString("cbo_MultipleInk.Items1"),
         resources.GetString("cbo_MultipleInk.Items2"),
         resources.GetString("cbo_MultipleInk.Items3"),
         resources.GetString("cbo_MultipleInk.Items4"),
         resources.GetString("cbo_MultipleInk.Items5"),
         resources.GetString("cbo_MultipleInk.Items6"),
         resources.GetString("cbo_MultipleInk.Items7")
     });
     this.cbo_MultipleInk.Name = "cbo_MultipleInk";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Name      = "label1";
     //
     // checkBox14plTo42pl
     //
     resources.ApplyResources(this.checkBox14plTo42pl, "checkBox14plTo42pl");
     this.checkBox14plTo42pl.BackColor = System.Drawing.Color.Transparent;
     this.checkBox14plTo42pl.Name      = "checkBox14plTo42pl";
     this.checkBox14plTo42pl.UseVisualStyleBackColor = false;
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.grouperGrey);
     this.panel1.Controls.Add(this.spotColorMaskSetting2);
     this.panel1.Controls.Add(this.spotColorMaskSetting1);
     this.panel1.Name = "panel1";
     //
     // grouperGrey
     //
     this.grouperGrey.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.grouperGrey.BorderThickness        = 1F;
     this.grouperGrey.Controls.Add(this.radioButtonRip);
     this.grouperGrey.Controls.Add(this.radioButtonAll);
     this.grouperGrey.Controls.Add(this.labelBaseGrey);
     this.grouperGrey.Controls.Add(this.m_numAllpercentBaseGrey);
     resources.ApplyResources(this.grouperGrey, "grouperGrey");
     style3.Color1 = System.Drawing.Color.LightBlue;
     style3.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperGrey.GradientColors  = style3;
     this.grouperGrey.GroupImage      = null;
     this.grouperGrey.Name            = "grouperGrey";
     this.grouperGrey.PaintGroupBox   = false;
     this.grouperGrey.RoundCorners    = 10;
     this.grouperGrey.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouperGrey.ShadowControl   = false;
     this.grouperGrey.ShadowThickness = 3;
     this.grouperGrey.TabStop         = false;
     style4.Color1 = System.Drawing.Color.LightBlue;
     style4.Color2 = System.Drawing.Color.SteelBlue;
     this.grouperGrey.TitileGradientColors = style4;
     this.grouperGrey.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouperGrey.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // radioButtonRip
     //
     resources.ApplyResources(this.radioButtonRip, "radioButtonRip");
     this.radioButtonRip.Name = "radioButtonRip";
     this.radioButtonRip.UseVisualStyleBackColor = true;
     //
     // radioButtonAll
     //
     resources.ApplyResources(this.radioButtonAll, "radioButtonAll");
     this.radioButtonAll.Checked = true;
     this.radioButtonAll.Name    = "radioButtonAll";
     this.radioButtonAll.TabStop = true;
     this.radioButtonAll.UseVisualStyleBackColor = true;
     //
     // labelBaseGrey
     //
     resources.ApplyResources(this.labelBaseGrey, "labelBaseGrey");
     this.labelBaseGrey.Name = "labelBaseGrey";
     //
     // m_numAllpercentBaseGrey
     //
     resources.ApplyResources(this.m_numAllpercentBaseGrey, "m_numAllpercentBaseGrey");
     this.m_numAllpercentBaseGrey.Name = "m_numAllpercentBaseGrey";
     //
     // checkBoxEnableSingleLayerMode
     //
     resources.ApplyResources(this.checkBoxEnableSingleLayerMode, "checkBoxEnableSingleLayerMode");
     this.checkBoxEnableSingleLayerMode.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxEnableSingleLayerMode.Name      = "checkBoxEnableSingleLayerMode";
     this.checkBoxEnableSingleLayerMode.UseVisualStyleBackColor = false;
     //
     // cbo_MultipleVavishInk
     //
     resources.ApplyResources(this.cbo_MultipleVavishInk, "cbo_MultipleVavishInk");
     this.cbo_MultipleVavishInk.Items.AddRange(new object[] {
         resources.GetString("cbo_MultipleVavishInk.Items"),
         resources.GetString("cbo_MultipleVavishInk.Items1"),
         resources.GetString("cbo_MultipleVavishInk.Items2"),
         resources.GetString("cbo_MultipleVavishInk.Items3"),
         resources.GetString("cbo_MultipleVavishInk.Items4"),
         resources.GetString("cbo_MultipleVavishInk.Items5"),
         resources.GetString("cbo_MultipleVavishInk.Items6"),
         resources.GetString("cbo_MultipleVavishInk.Items7")
     });
     this.cbo_MultipleVavishInk.Name = "cbo_MultipleVavishInk";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Name      = "label2";
     //
     // SpotColorSetting_new
     //
     this.Controls.Add(this.cbo_MultipleVavishInk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.checkBoxEnableSingleLayerMode);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.checkBox14plTo42pl);
     this.Controls.Add(this.cbo_MultipleInk);
     this.Controls.Add(this.label1);
     this.Name = "SpotColorSetting_new";
     resources.ApplyResources(this, "$this");
     this.panel1.ResumeLayout(false);
     this.grouperGrey.ResumeLayout(false);
     this.grouperGrey.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numAllpercentBaseGrey)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#21
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(SettingForm));
     BYHXPrinterManager.Style style1  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style3  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style4  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style5  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style6  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style7  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style8  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style9  = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style10 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style11 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style12 = new BYHXPrinterManager.Style();
     this.m_TabControlSetting         = new System.Windows.Forms.TabControl();
     this.m_TabPagePrinterSetting     = new System.Windows.Forms.TabPage();
     this.m_epsonBaseSetting          = new BYHXPrinterManager.Setting.EpsonBaseSetting();
     this.m_BaseSetting               = new BYHXPrinterManager.Setting.BaseSetting();
     this.m_TabPageMoveSetting        = new System.Windows.Forms.TabPage();
     this.m_MoveSetting               = new BYHXPrinterManager.Setting.MoveSetting();
     this.m_TabPagePreference         = new System.Windows.Forms.TabPage();
     this.m_PreferenceSetting         = new BYHXPrinterManager.Setting.PreferenceSetting();
     this.m_TabPageCaliSetting        = new System.Windows.Forms.TabPage();
     this.m_CalibrationSetting        = new BYHXPrinterManager.Setting.CalibrationSetting();
     this.m_TabPageWriteColor         = new System.Windows.Forms.TabPage();
     this.spotColorSetting1           = new BYHXPrinterManager.Setting.SpotColorSetting_new();
     this.m_tabPageDoublePrint        = new System.Windows.Forms.TabPage();
     this.doublePrintSetting1         = new BYHXPrinterManager.Setting.DoublePrintSetting();
     this.m_TabPageService            = new System.Windows.Forms.TabPage();
     this.m_SeviceSetting             = new BYHXPrinterManager.Setting.SeviceSetting();
     this.m_TabPage_3DPrinter         = new System.Windows.Forms.TabPage();
     this.m_Printer3DSetting          = new BYHXPrinterManager.Setting.Printer3DSetting();
     this.tabPageUserExtention        = new System.Windows.Forms.TabPage();
     this.userExtensionSetting        = new BYHXPrinterManager.Setting.UserExtensionSetting();
     this.tabPageUVPowerLevel         = new System.Windows.Forms.TabPage();
     this.defineUVPowerLevel1         = new BYHXPrinterManager.Setting.DefineUVPowerLevel();
     this.tabPagJobModes              = new System.Windows.Forms.TabPage();
     this.jobConfigModes1             = new BYHXPrinterManager.Setting.JobConfigModes();
     this.tabPageMediaMode            = new System.Windows.Forms.TabPage();
     this.mediaConfigs1               = new BYHXPrinterManager.Setting.MediaConfigs();
     this.tabPagePressureSet          = new System.Windows.Forms.TabPage();
     this.temperatureSetting1         = new BYHXPrinterManager.Setting.TemperatureSetting();
     this.pressureSetting1            = new BYHXPrinterManager.Setting.PressureSetting();
     this.m_tabPageCloseColorNozzle   = new System.Windows.Forms.TabPage();
     this.closeColorNozzle1           = new BYHXPrinterManager.Setting.CloseColorNozzle_New();
     this.m_tabPageCustomCloseNozzle  = new System.Windows.Forms.TabPage();
     this.customCloseNozzle1          = new BYHXPrinterManager.Setting.CustomCloseNozzle();
     this.m_tabPageWorkPosSetting     = new System.Windows.Forms.TabPage();
     this.workposSetting1             = new BYHXPrinterManager.Setting.WorkposSetting();
     this.m_tabPageCustomDebugQuality = new System.Windows.Forms.TabPage();
     this.debugQuality1               = new BYHXPrinterManager.Setting.DebugQuality();
     this.m_ButtonOK     = new System.Windows.Forms.Button();
     this.m_ButtonCancel = new System.Windows.Forms.Button();
     this.panel1         = new System.Windows.Forms.Panel();
     this.m_TabControlSetting.SuspendLayout();
     this.m_TabPagePrinterSetting.SuspendLayout();
     this.m_TabPageMoveSetting.SuspendLayout();
     this.m_TabPagePreference.SuspendLayout();
     this.m_TabPageCaliSetting.SuspendLayout();
     this.m_TabPageWriteColor.SuspendLayout();
     this.m_tabPageDoublePrint.SuspendLayout();
     this.m_TabPageService.SuspendLayout();
     this.m_TabPage_3DPrinter.SuspendLayout();
     this.tabPageUserExtention.SuspendLayout();
     this.tabPageUVPowerLevel.SuspendLayout();
     this.tabPagJobModes.SuspendLayout();
     this.tabPageMediaMode.SuspendLayout();
     this.tabPagePressureSet.SuspendLayout();
     this.m_tabPageCloseColorNozzle.SuspendLayout();
     this.m_tabPageCustomCloseNozzle.SuspendLayout();
     this.m_tabPageWorkPosSetting.SuspendLayout();
     this.m_tabPageCustomDebugQuality.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_TabControlSetting
     //
     this.m_TabControlSetting.Controls.Add(this.m_TabPagePrinterSetting);
     this.m_TabControlSetting.Controls.Add(this.m_TabPageMoveSetting);
     this.m_TabControlSetting.Controls.Add(this.m_TabPagePreference);
     this.m_TabControlSetting.Controls.Add(this.m_TabPageCaliSetting);
     this.m_TabControlSetting.Controls.Add(this.m_TabPageWriteColor);
     this.m_TabControlSetting.Controls.Add(this.m_tabPageDoublePrint);
     this.m_TabControlSetting.Controls.Add(this.m_TabPageService);
     this.m_TabControlSetting.Controls.Add(this.m_TabPage_3DPrinter);
     this.m_TabControlSetting.Controls.Add(this.tabPageUserExtention);
     this.m_TabControlSetting.Controls.Add(this.tabPageUVPowerLevel);
     this.m_TabControlSetting.Controls.Add(this.tabPagJobModes);
     this.m_TabControlSetting.Controls.Add(this.tabPageMediaMode);
     this.m_TabControlSetting.Controls.Add(this.tabPagePressureSet);
     this.m_TabControlSetting.Controls.Add(this.m_tabPageCloseColorNozzle);
     this.m_TabControlSetting.Controls.Add(this.m_tabPageCustomCloseNozzle);
     this.m_TabControlSetting.Controls.Add(this.m_tabPageWorkPosSetting);
     this.m_TabControlSetting.Controls.Add(this.m_tabPageCustomDebugQuality);
     resources.ApplyResources(this.m_TabControlSetting, "m_TabControlSetting");
     this.m_TabControlSetting.Name          = "m_TabControlSetting";
     this.m_TabControlSetting.SelectedIndex = 0;
     //
     // m_TabPagePrinterSetting
     //
     this.m_TabPagePrinterSetting.Controls.Add(this.m_epsonBaseSetting);
     this.m_TabPagePrinterSetting.Controls.Add(this.m_BaseSetting);
     resources.ApplyResources(this.m_TabPagePrinterSetting, "m_TabPagePrinterSetting");
     this.m_TabPagePrinterSetting.Name = "m_TabPagePrinterSetting";
     //
     // m_epsonBaseSetting
     //
     this.m_epsonBaseSetting.Divider = false;
     resources.ApplyResources(this.m_epsonBaseSetting, "m_epsonBaseSetting");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.m_epsonBaseSetting.GradientColors    = style1;
     this.m_epsonBaseSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_epsonBaseSetting.GrouperTitleStyle = null;
     this.m_epsonBaseSetting.IsDirty           = false;
     this.m_epsonBaseSetting.Name = "m_epsonBaseSetting";
     //
     // m_BaseSetting
     //
     this.m_BaseSetting.Divider = false;
     resources.ApplyResources(this.m_BaseSetting, "m_BaseSetting");
     style2.Color1 = System.Drawing.SystemColors.Control;
     style2.Color2 = System.Drawing.SystemColors.Control;
     this.m_BaseSetting.GradientColors    = style2;
     this.m_BaseSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_BaseSetting.GrouperTitleStyle = null;
     this.m_BaseSetting.IsDirty           = false;
     this.m_BaseSetting.Name = "m_BaseSetting";
     //
     // m_TabPageMoveSetting
     //
     this.m_TabPageMoveSetting.Controls.Add(this.m_MoveSetting);
     resources.ApplyResources(this.m_TabPageMoveSetting, "m_TabPageMoveSetting");
     this.m_TabPageMoveSetting.Name = "m_TabPageMoveSetting";
     //
     // m_MoveSetting
     //
     this.m_MoveSetting.Divider = false;
     style3.Color1 = System.Drawing.SystemColors.Control;
     style3.Color2 = System.Drawing.SystemColors.Control;
     this.m_MoveSetting.GradientColors    = style3;
     this.m_MoveSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_MoveSetting.GrouperTitleStyle = null;
     this.m_MoveSetting.IsDirty           = false;
     resources.ApplyResources(this.m_MoveSetting, "m_MoveSetting");
     this.m_MoveSetting.Name = "m_MoveSetting";
     //
     // m_TabPagePreference
     //
     this.m_TabPagePreference.Controls.Add(this.m_PreferenceSetting);
     resources.ApplyResources(this.m_TabPagePreference, "m_TabPagePreference");
     this.m_TabPagePreference.Name = "m_TabPagePreference";
     //
     // m_PreferenceSetting
     //
     this.m_PreferenceSetting.Divider = false;
     resources.ApplyResources(this.m_PreferenceSetting, "m_PreferenceSetting");
     style4.Color1 = System.Drawing.SystemColors.Control;
     style4.Color2 = System.Drawing.SystemColors.Control;
     this.m_PreferenceSetting.GradientColors    = style4;
     this.m_PreferenceSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_PreferenceSetting.GrouperTitleStyle = null;
     this.m_PreferenceSetting.IsDirty           = false;
     this.m_PreferenceSetting.Name = "m_PreferenceSetting";
     //
     // m_TabPageCaliSetting
     //
     this.m_TabPageCaliSetting.Controls.Add(this.m_CalibrationSetting);
     resources.ApplyResources(this.m_TabPageCaliSetting, "m_TabPageCaliSetting");
     this.m_TabPageCaliSetting.Name = "m_TabPageCaliSetting";
     //
     // m_CalibrationSetting
     //
     resources.ApplyResources(this.m_CalibrationSetting, "m_CalibrationSetting");
     this.m_CalibrationSetting.ColorCalibrationIndex = 0;
     this.m_CalibrationSetting.Divider = false;
     style5.Color1 = System.Drawing.SystemColors.Control;
     style5.Color2 = System.Drawing.SystemColors.Control;
     this.m_CalibrationSetting.GradientColors        = style5;
     this.m_CalibrationSetting.GradientMode          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_CalibrationSetting.GrouperTitleStyle     = null;
     this.m_CalibrationSetting.HorCalibrationMode    = 0;
     this.m_CalibrationSetting.IsDirty               = false;
     this.m_CalibrationSetting.IsQuickHorCalibration = false;
     this.m_CalibrationSetting.Name     = "m_CalibrationSetting";
     this.m_CalibrationSetting.Platform = ((byte)(0));
     //
     // m_TabPageWriteColor
     //
     this.m_TabPageWriteColor.Controls.Add(this.spotColorSetting1);
     resources.ApplyResources(this.m_TabPageWriteColor, "m_TabPageWriteColor");
     this.m_TabPageWriteColor.Name = "m_TabPageWriteColor";
     //
     // spotColorSetting1
     //
     this.spotColorSetting1.Divider = false;
     style6.Color1 = System.Drawing.SystemColors.Control;
     style6.Color2 = System.Drawing.SystemColors.Control;
     this.spotColorSetting1.GradientColors    = style6;
     this.spotColorSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.spotColorSetting1.GrouperTitleStyle = null;
     this.spotColorSetting1.IsDirty           = false;
     resources.ApplyResources(this.spotColorSetting1, "spotColorSetting1");
     this.spotColorSetting1.Name = "spotColorSetting1";
     //
     // m_tabPageDoublePrint
     //
     this.m_tabPageDoublePrint.BackColor = System.Drawing.SystemColors.Control;
     this.m_tabPageDoublePrint.Controls.Add(this.doublePrintSetting1);
     resources.ApplyResources(this.m_tabPageDoublePrint, "m_tabPageDoublePrint");
     this.m_tabPageDoublePrint.Name = "m_tabPageDoublePrint";
     //
     // doublePrintSetting1
     //
     this.doublePrintSetting1.Divider = false;
     style7.Color1 = System.Drawing.SystemColors.Control;
     style7.Color2 = System.Drawing.SystemColors.Control;
     this.doublePrintSetting1.GradientColors    = style7;
     this.doublePrintSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.doublePrintSetting1.GrouperTitleStyle = null;
     resources.ApplyResources(this.doublePrintSetting1, "doublePrintSetting1");
     this.doublePrintSetting1.Name = "doublePrintSetting1";
     //
     // m_TabPageService
     //
     this.m_TabPageService.Controls.Add(this.m_SeviceSetting);
     resources.ApplyResources(this.m_TabPageService, "m_TabPageService");
     this.m_TabPageService.Name = "m_TabPageService";
     //
     // m_SeviceSetting
     //
     this.m_SeviceSetting.Divider = false;
     resources.ApplyResources(this.m_SeviceSetting, "m_SeviceSetting");
     style8.Color1 = System.Drawing.SystemColors.Control;
     style8.Color2 = System.Drawing.SystemColors.Control;
     this.m_SeviceSetting.GradientColors    = style8;
     this.m_SeviceSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_SeviceSetting.GrouperTitleStyle = null;
     this.m_SeviceSetting.IsDirty           = false;
     this.m_SeviceSetting.Name = "m_SeviceSetting";
     //
     // m_TabPage_3DPrinter
     //
     this.m_TabPage_3DPrinter.BackColor = System.Drawing.SystemColors.Control;
     this.m_TabPage_3DPrinter.Controls.Add(this.m_Printer3DSetting);
     resources.ApplyResources(this.m_TabPage_3DPrinter, "m_TabPage_3DPrinter");
     this.m_TabPage_3DPrinter.Name = "m_TabPage_3DPrinter";
     //
     // m_Printer3DSetting
     //
     this.m_Printer3DSetting.Divider = false;
     style9.Color1 = System.Drawing.SystemColors.Control;
     style9.Color2 = System.Drawing.SystemColors.Control;
     this.m_Printer3DSetting.GradientColors    = style9;
     this.m_Printer3DSetting.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_Printer3DSetting.GrouperTitleStyle = null;
     this.m_Printer3DSetting.IsDirty           = false;
     resources.ApplyResources(this.m_Printer3DSetting, "m_Printer3DSetting");
     this.m_Printer3DSetting.Name = "m_Printer3DSetting";
     //
     // tabPageUserExtention
     //
     this.tabPageUserExtention.Controls.Add(this.userExtensionSetting);
     resources.ApplyResources(this.tabPageUserExtention, "tabPageUserExtention");
     this.tabPageUserExtention.Name = "tabPageUserExtention";
     this.tabPageUserExtention.UseVisualStyleBackColor = true;
     //
     // userExtensionSetting
     //
     this.userExtensionSetting.BackColor = System.Drawing.SystemColors.Control;
     this.userExtensionSetting.IsDirty   = false;
     resources.ApplyResources(this.userExtensionSetting, "userExtensionSetting");
     this.userExtensionSetting.Name = "userExtensionSetting";
     //
     // tabPageUVPowerLevel
     //
     this.tabPageUVPowerLevel.BackColor = System.Drawing.SystemColors.Control;
     this.tabPageUVPowerLevel.Controls.Add(this.defineUVPowerLevel1);
     resources.ApplyResources(this.tabPageUVPowerLevel, "tabPageUVPowerLevel");
     this.tabPageUVPowerLevel.Name = "tabPageUVPowerLevel";
     //
     // defineUVPowerLevel1
     //
     resources.ApplyResources(this.defineUVPowerLevel1, "defineUVPowerLevel1");
     this.defineUVPowerLevel1.Name = "defineUVPowerLevel1";
     //
     // tabPagJobModes
     //
     this.tabPagJobModes.Controls.Add(this.jobConfigModes1);
     resources.ApplyResources(this.tabPagJobModes, "tabPagJobModes");
     this.tabPagJobModes.Name = "tabPagJobModes";
     this.tabPagJobModes.UseVisualStyleBackColor = true;
     //
     // jobConfigModes1
     //
     resources.ApplyResources(this.jobConfigModes1, "jobConfigModes1");
     this.jobConfigModes1.Name = "jobConfigModes1";
     //
     // tabPageMediaMode
     //
     this.tabPageMediaMode.Controls.Add(this.mediaConfigs1);
     resources.ApplyResources(this.tabPageMediaMode, "tabPageMediaMode");
     this.tabPageMediaMode.Name = "tabPageMediaMode";
     this.tabPageMediaMode.UseVisualStyleBackColor = true;
     //
     // mediaConfigs1
     //
     resources.ApplyResources(this.mediaConfigs1, "mediaConfigs1");
     this.mediaConfigs1.Name = "mediaConfigs1";
     //
     // tabPagePressureSet
     //
     this.tabPagePressureSet.BackColor = System.Drawing.SystemColors.Control;
     this.tabPagePressureSet.Controls.Add(this.temperatureSetting1);
     this.tabPagePressureSet.Controls.Add(this.pressureSetting1);
     resources.ApplyResources(this.tabPagePressureSet, "tabPagePressureSet");
     this.tabPagePressureSet.Name = "tabPagePressureSet";
     //
     // temperatureSetting1
     //
     resources.ApplyResources(this.temperatureSetting1, "temperatureSetting1");
     this.temperatureSetting1.Name = "temperatureSetting1";
     //
     // pressureSetting1
     //
     resources.ApplyResources(this.pressureSetting1, "pressureSetting1");
     this.pressureSetting1.Name = "pressureSetting1";
     //
     // m_tabPageCloseColorNozzle
     //
     this.m_tabPageCloseColorNozzle.BackColor = System.Drawing.SystemColors.Control;
     this.m_tabPageCloseColorNozzle.Controls.Add(this.closeColorNozzle1);
     resources.ApplyResources(this.m_tabPageCloseColorNozzle, "m_tabPageCloseColorNozzle");
     this.m_tabPageCloseColorNozzle.Name = "m_tabPageCloseColorNozzle";
     //
     // closeColorNozzle1
     //
     this.closeColorNozzle1.Divider = false;
     style10.Color1 = System.Drawing.SystemColors.Control;
     style10.Color2 = System.Drawing.SystemColors.Control;
     this.closeColorNozzle1.GradientColors    = style10;
     this.closeColorNozzle1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.closeColorNozzle1.GrouperTitleStyle = null;
     resources.ApplyResources(this.closeColorNozzle1, "closeColorNozzle1");
     this.closeColorNozzle1.Name = "closeColorNozzle1";
     //
     // m_tabPageCustomCloseNozzle
     //
     this.m_tabPageCustomCloseNozzle.BackColor = System.Drawing.SystemColors.Control;
     this.m_tabPageCustomCloseNozzle.Controls.Add(this.customCloseNozzle1);
     resources.ApplyResources(this.m_tabPageCustomCloseNozzle, "m_tabPageCustomCloseNozzle");
     this.m_tabPageCustomCloseNozzle.Name = "m_tabPageCustomCloseNozzle";
     //
     // customCloseNozzle1
     //
     this.customCloseNozzle1.Divider = false;
     style11.Color1 = System.Drawing.SystemColors.Control;
     style11.Color2 = System.Drawing.SystemColors.Control;
     this.customCloseNozzle1.GradientColors    = style11;
     this.customCloseNozzle1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.customCloseNozzle1.GrouperTitleStyle = null;
     resources.ApplyResources(this.customCloseNozzle1, "customCloseNozzle1");
     this.customCloseNozzle1.Name = "customCloseNozzle1";
     //
     // m_tabPageWorkPosSetting
     //
     this.m_tabPageWorkPosSetting.Controls.Add(this.workposSetting1);
     resources.ApplyResources(this.m_tabPageWorkPosSetting, "m_tabPageWorkPosSetting");
     this.m_tabPageWorkPosSetting.Name = "m_tabPageWorkPosSetting";
     this.m_tabPageWorkPosSetting.UseVisualStyleBackColor = true;
     //
     // workposSetting1
     //
     this.workposSetting1.Divider = false;
     resources.ApplyResources(this.workposSetting1, "workposSetting1");
     style12.Color1 = System.Drawing.SystemColors.Control;
     style12.Color2 = System.Drawing.SystemColors.Control;
     this.workposSetting1.GradientColors    = style12;
     this.workposSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.workposSetting1.GrouperTitleStyle = null;
     this.workposSetting1.Name = "workposSetting1";
     //
     // m_tabPageCustomDebugQuality
     //
     this.m_tabPageCustomDebugQuality.Controls.Add(this.debugQuality1);
     resources.ApplyResources(this.m_tabPageCustomDebugQuality, "m_tabPageCustomDebugQuality");
     this.m_tabPageCustomDebugQuality.Name = "m_tabPageCustomDebugQuality";
     this.m_tabPageCustomDebugQuality.UseVisualStyleBackColor = true;
     //
     // debugQuality1
     //
     resources.ApplyResources(this.debugQuality1, "debugQuality1");
     this.debugQuality1.Name = "debugQuality1";
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.Name = "m_ButtonOK";
     //
     // m_ButtonCancel
     //
     this.m_ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonCancel, "m_ButtonCancel");
     this.m_ButtonCancel.Name = "m_ButtonCancel";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_ButtonCancel);
     this.panel1.Controls.Add(this.m_ButtonOK);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // SettingForm
     //
     this.CancelButton = this.m_ButtonCancel;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.m_TabControlSetting);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "SettingForm";
     this.ShowInTaskbar   = false;
     this.m_TabControlSetting.ResumeLayout(false);
     this.m_TabPagePrinterSetting.ResumeLayout(false);
     this.m_TabPageMoveSetting.ResumeLayout(false);
     this.m_TabPagePreference.ResumeLayout(false);
     this.m_TabPageCaliSetting.ResumeLayout(false);
     this.m_TabPageWriteColor.ResumeLayout(false);
     this.m_tabPageDoublePrint.ResumeLayout(false);
     this.m_TabPageService.ResumeLayout(false);
     this.m_TabPage_3DPrinter.ResumeLayout(false);
     this.tabPageUserExtention.ResumeLayout(false);
     this.tabPageUVPowerLevel.ResumeLayout(false);
     this.tabPagJobModes.ResumeLayout(false);
     this.tabPageMediaMode.ResumeLayout(false);
     this.tabPagePressureSet.ResumeLayout(false);
     this.m_tabPageCloseColorNozzle.ResumeLayout(false);
     this.m_tabPageCustomCloseNozzle.ResumeLayout(false);
     this.m_tabPageWorkPosSetting.ResumeLayout(false);
     this.m_tabPageCustomDebugQuality.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#22
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(ColorSeparationPurgeForm));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     this.grouper1    = new BYHXPrinterManager.GradientControls.Grouper();
     this.button8     = new System.Windows.Forms.Button();
     this.button7     = new System.Windows.Forms.Button();
     this.button6     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.button4     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button1     = new System.Windows.Forms.Button();
     this.btnPurgeOff = new System.Windows.Forms.Button();
     this.btnPurge    = new System.Windows.Forms.Button();
     this.checkBox8   = new System.Windows.Forms.CheckBox();
     this.checkBox7   = new System.Windows.Forms.CheckBox();
     this.checkBox6   = new System.Windows.Forms.CheckBox();
     this.checkBox5   = new System.Windows.Forms.CheckBox();
     this.checkBox4   = new System.Windows.Forms.CheckBox();
     this.checkBox3   = new System.Windows.Forms.CheckBox();
     this.checkBox2   = new System.Windows.Forms.CheckBox();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     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.grouper1.SuspendLayout();
     this.SuspendLayout();
     //
     // grouper1
     //
     resources.ApplyResources(this.grouper1, "grouper1");
     this.grouper1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouper1.BorderThickness        = 1F;
     this.grouper1.Controls.Add(this.button8);
     this.grouper1.Controls.Add(this.button7);
     this.grouper1.Controls.Add(this.button6);
     this.grouper1.Controls.Add(this.button5);
     this.grouper1.Controls.Add(this.button4);
     this.grouper1.Controls.Add(this.button3);
     this.grouper1.Controls.Add(this.button2);
     this.grouper1.Controls.Add(this.button1);
     this.grouper1.Controls.Add(this.btnPurgeOff);
     this.grouper1.Controls.Add(this.btnPurge);
     this.grouper1.Controls.Add(this.checkBox8);
     this.grouper1.Controls.Add(this.checkBox7);
     this.grouper1.Controls.Add(this.checkBox6);
     this.grouper1.Controls.Add(this.checkBox5);
     this.grouper1.Controls.Add(this.checkBox4);
     this.grouper1.Controls.Add(this.checkBox3);
     this.grouper1.Controls.Add(this.checkBox2);
     this.grouper1.Controls.Add(this.checkBox1);
     this.grouper1.Controls.Add(this.label8);
     this.grouper1.Controls.Add(this.label7);
     this.grouper1.Controls.Add(this.label6);
     this.grouper1.Controls.Add(this.label5);
     this.grouper1.Controls.Add(this.label4);
     this.grouper1.Controls.Add(this.label3);
     this.grouper1.Controls.Add(this.label2);
     this.grouper1.Controls.Add(this.label1);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.GradientColors  = style1;
     this.grouper1.GroupImage      = null;
     this.grouper1.Name            = "grouper1";
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 5;
     this.grouper1.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper1.ShadowControl   = false;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.TitileGradientColors = style2;
     this.grouper1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.button7.UseVisualStyleBackColor = true;
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = true;
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // btnPurgeOff
     //
     resources.ApplyResources(this.btnPurgeOff, "btnPurgeOff");
     this.btnPurgeOff.Name = "btnPurgeOff";
     this.btnPurgeOff.UseVisualStyleBackColor = true;
     this.btnPurgeOff.Click += new System.EventHandler(this.btnPurgeOff_Click);
     //
     // btnPurge
     //
     resources.ApplyResources(this.btnPurge, "btnPurge");
     this.btnPurge.Name = "btnPurge";
     this.btnPurge.UseVisualStyleBackColor = true;
     this.btnPurge.Click += new System.EventHandler(this.btnPurge_Click);
     //
     // checkBox8
     //
     resources.ApplyResources(this.checkBox8, "checkBox8");
     this.checkBox8.Name = "checkBox8";
     this.checkBox8.UseVisualStyleBackColor = true;
     //
     // checkBox7
     //
     resources.ApplyResources(this.checkBox7, "checkBox7");
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.UseVisualStyleBackColor = true;
     //
     // checkBox6
     //
     resources.ApplyResources(this.checkBox6, "checkBox6");
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.UseVisualStyleBackColor = true;
     //
     // checkBox5
     //
     resources.ApplyResources(this.checkBox5, "checkBox5");
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // checkBox4
     //
     resources.ApplyResources(this.checkBox4, "checkBox4");
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     resources.ApplyResources(this.checkBox3, "checkBox3");
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     resources.ApplyResources(this.checkBox2, "checkBox2");
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     resources.ApplyResources(this.checkBox1, "checkBox1");
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // ColorSeparationPurgeForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouper1);
     this.Name = "ColorSeparationPurgeForm";
     this.grouper1.ResumeLayout(false);
     this.grouper1.PerformLayout();
     this.ResumeLayout(false);
 }