CRVM-redis-6/client/SetDisplayForm.designer.cs

576 lines
32 KiB
C#
Raw Permalink Normal View History

2025-11-07 02:02:31 +08:00
namespace CRVM
{
partial class SetDisplayForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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(SetDisplayForm));
this.Label5 = new System.Windows.Forms.Label();
this.ComboBoxFontSize = new System.Windows.Forms.ComboBox();
this.Label6 = new System.Windows.Forms.Label();
this.ComboBoxGrid = new System.Windows.Forms.ComboBox();
this.Label3 = new System.Windows.Forms.Label();
this.CancelDrawing = new System.Windows.Forms.Button();
this.OkDrawing = new System.Windows.Forms.Button();
this.Label8 = new System.Windows.Forms.Label();
this.Label7 = new System.Windows.Forms.Label();
this.Label4 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.ColorPickerTime = new System.Windows.Forms.Button();
this.ColorPickerCut = new System.Windows.Forms.Button();
this.ColorPickerAlarm = new System.Windows.Forms.Button();
this.ColorPickerFont = new System.Windows.Forms.Button();
this.ColorPickerBack = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.ColorPickerSpeed = new System.Windows.Forms.Button();
this.ColorPickerEnergy = new System.Windows.Forms.Button();
this.ColorPickerFre = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.comboBoxRollLine = new System.Windows.Forms.ComboBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label13 = 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.ColorPickerClose = new System.Windows.Forms.Button();
this.ColorPickerBR = new System.Windows.Forms.Button();
this.ColorPickerMR = new System.Windows.Forms.Button();
this.ColorPickerWR = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// Label5
//
this.Label5.AutoSize = true;
this.Label5.BackColor = System.Drawing.Color.Transparent;
this.Label5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label5.Location = new System.Drawing.Point(8, 114);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(88, 25);
this.Label5.TabIndex = 8;
this.Label5.Text = "能量曲线";
//
// ComboBoxFontSize
//
this.ComboBoxFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBoxFontSize.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ComboBoxFontSize.FormattingEnabled = true;
this.ComboBoxFontSize.Items.AddRange(new object[] {
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"18",
"20"});
this.ComboBoxFontSize.Location = new System.Drawing.Point(103, 194);
this.ComboBoxFontSize.Name = "ComboBoxFontSize";
this.ComboBoxFontSize.Size = new System.Drawing.Size(50, 29);
this.ComboBoxFontSize.TabIndex = 12;
//
// Label6
//
this.Label6.AutoSize = true;
this.Label6.BackColor = System.Drawing.Color.Transparent;
this.Label6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label6.Location = new System.Drawing.Point(8, 155);
this.Label6.Name = "Label6";
this.Label6.Size = new System.Drawing.Size(88, 25);
this.Label6.TabIndex = 6;
this.Label6.Text = "速度曲线";
//
// ComboBoxGrid
//
this.ComboBoxGrid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBoxGrid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ComboBoxGrid.FormattingEnabled = true;
this.ComboBoxGrid.Items.AddRange(new object[] {
"否",
"是"});
this.ComboBoxGrid.Location = new System.Drawing.Point(295, 194);
this.ComboBoxGrid.Name = "ComboBoxGrid";
this.ComboBoxGrid.Size = new System.Drawing.Size(50, 29);
this.ComboBoxGrid.TabIndex = 13;
//
// Label3
//
this.Label3.AutoSize = true;
this.Label3.BackColor = System.Drawing.Color.Transparent;
this.Label3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label3.Location = new System.Drawing.Point(8, 73);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(88, 25);
this.Label3.TabIndex = 7;
this.Label3.Text = "频域曲线";
//
// CancelDrawing
//
this.CancelDrawing.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CancelDrawing.Location = new System.Drawing.Point(357, 9);
this.CancelDrawing.Name = "CancelDrawing";
this.CancelDrawing.Size = new System.Drawing.Size(80, 35);
this.CancelDrawing.TabIndex = 15;
this.CancelDrawing.Text = "取消";
this.CancelDrawing.UseVisualStyleBackColor = true;
this.CancelDrawing.Click += new System.EventHandler(this.CancelDrawing_Click);
//
// OkDrawing
//
this.OkDrawing.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OkDrawing.Location = new System.Drawing.Point(443, 9);
this.OkDrawing.Name = "OkDrawing";
this.OkDrawing.Size = new System.Drawing.Size(80, 35);
this.OkDrawing.TabIndex = 16;
this.OkDrawing.Text = "确定";
this.OkDrawing.UseVisualStyleBackColor = true;
this.OkDrawing.Click += new System.EventHandler(this.OkDrawing_Click);
//
// Label8
//
this.Label8.AutoSize = true;
this.Label8.BackColor = System.Drawing.Color.Transparent;
this.Label8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label8.Location = new System.Drawing.Point(382, 32);
this.Label8.Name = "Label8";
this.Label8.Size = new System.Drawing.Size(88, 25);
this.Label8.TabIndex = 19;
this.Label8.Text = "剪切标志";
//
// Label7
//
this.Label7.AutoSize = true;
this.Label7.BackColor = System.Drawing.Color.Transparent;
this.Label7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label7.Location = new System.Drawing.Point(203, 32);
this.Label7.Name = "Label7";
this.Label7.Size = new System.Drawing.Size(88, 25);
this.Label7.TabIndex = 18;
this.Label7.Text = "报警曲线";
//
// Label4
//
this.Label4.AutoSize = true;
this.Label4.BackColor = System.Drawing.Color.Transparent;
this.Label4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label4.Location = new System.Drawing.Point(203, 155);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(88, 25);
this.Label4.TabIndex = 16;
this.Label4.Text = "字体颜色";
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.BackColor = System.Drawing.Color.Transparent;
this.Label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label2.Location = new System.Drawing.Point(203, 114);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(88, 25);
this.Label2.TabIndex = 17;
this.Label2.Text = "背景颜色";
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.BackColor = System.Drawing.Color.Transparent;
this.Label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label1.Location = new System.Drawing.Point(8, 32);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(88, 25);
this.Label1.TabIndex = 20;
this.Label1.Text = "时域曲线";
//
// ColorPickerTime
//
this.ColorPickerTime.BackColor = System.Drawing.Color.Red;
this.ColorPickerTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerTime.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerTime.Location = new System.Drawing.Point(103, 30);
this.ColorPickerTime.Name = "ColorPickerTime";
this.ColorPickerTime.Size = new System.Drawing.Size(25, 25);
this.ColorPickerTime.TabIndex = 0;
this.ColorPickerTime.UseVisualStyleBackColor = false;
this.ColorPickerTime.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerCut
//
this.ColorPickerCut.BackColor = System.Drawing.Color.Red;
this.ColorPickerCut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerCut.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerCut.Location = new System.Drawing.Point(472, 30);
this.ColorPickerCut.Name = "ColorPickerCut";
this.ColorPickerCut.Size = new System.Drawing.Size(25, 25);
this.ColorPickerCut.TabIndex = 8;
this.ColorPickerCut.UseVisualStyleBackColor = false;
this.ColorPickerCut.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerAlarm
//
this.ColorPickerAlarm.BackColor = System.Drawing.Color.Red;
this.ColorPickerAlarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerAlarm.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerAlarm.Location = new System.Drawing.Point(295, 30);
this.ColorPickerAlarm.Name = "ColorPickerAlarm";
this.ColorPickerAlarm.Size = new System.Drawing.Size(25, 25);
this.ColorPickerAlarm.TabIndex = 4;
this.ColorPickerAlarm.UseVisualStyleBackColor = false;
this.ColorPickerAlarm.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerFont
//
this.ColorPickerFont.BackColor = System.Drawing.Color.Red;
this.ColorPickerFont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerFont.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerFont.Location = new System.Drawing.Point(295, 153);
this.ColorPickerFont.Name = "ColorPickerFont";
this.ColorPickerFont.Size = new System.Drawing.Size(25, 25);
this.ColorPickerFont.TabIndex = 7;
this.ColorPickerFont.UseVisualStyleBackColor = false;
this.ColorPickerFont.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerBack
//
this.ColorPickerBack.BackColor = System.Drawing.Color.Red;
this.ColorPickerBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerBack.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerBack.Location = new System.Drawing.Point(295, 112);
this.ColorPickerBack.Name = "ColorPickerBack";
this.ColorPickerBack.Size = new System.Drawing.Size(25, 25);
this.ColorPickerBack.TabIndex = 6;
this.ColorPickerBack.UseVisualStyleBackColor = false;
this.ColorPickerBack.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(546, 320);
this.tableLayoutPanel1.TabIndex = 21;
//
// panel1
//
this.panel1.Controls.Add(this.ColorPickerSpeed);
this.panel1.Controls.Add(this.ColorPickerEnergy);
this.panel1.Controls.Add(this.ColorPickerFre);
this.panel1.Controls.Add(this.ColorPickerTime);
this.panel1.Controls.Add(this.Label3);
this.panel1.Controls.Add(this.Label8);
this.panel1.Controls.Add(this.Label1);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.Label7);
this.panel1.Controls.Add(this.comboBoxRollLine);
this.panel1.Controls.Add(this.ComboBoxGrid);
this.panel1.Controls.Add(this.Label4);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.Label6);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.Label2);
this.panel1.Controls.Add(this.ComboBoxFontSize);
this.panel1.Controls.Add(this.ColorPickerBack);
this.panel1.Controls.Add(this.Label5);
this.panel1.Controls.Add(this.ColorPickerFont);
this.panel1.Controls.Add(this.ColorPickerClose);
this.panel1.Controls.Add(this.ColorPickerAlarm);
this.panel1.Controls.Add(this.ColorPickerBR);
this.panel1.Controls.Add(this.ColorPickerMR);
this.panel1.Controls.Add(this.ColorPickerWR);
this.panel1.Controls.Add(this.ColorPickerCut);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(538, 256);
this.panel1.TabIndex = 22;
//
// ColorPickerSpeed
//
this.ColorPickerSpeed.BackColor = System.Drawing.Color.Red;
this.ColorPickerSpeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerSpeed.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerSpeed.Location = new System.Drawing.Point(103, 153);
this.ColorPickerSpeed.Name = "ColorPickerSpeed";
this.ColorPickerSpeed.Size = new System.Drawing.Size(25, 25);
this.ColorPickerSpeed.TabIndex = 3;
this.ColorPickerSpeed.UseVisualStyleBackColor = false;
this.ColorPickerSpeed.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerEnergy
//
this.ColorPickerEnergy.BackColor = System.Drawing.Color.Red;
this.ColorPickerEnergy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerEnergy.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerEnergy.Location = new System.Drawing.Point(103, 112);
this.ColorPickerEnergy.Name = "ColorPickerEnergy";
this.ColorPickerEnergy.Size = new System.Drawing.Size(25, 25);
this.ColorPickerEnergy.TabIndex = 2;
this.ColorPickerEnergy.UseVisualStyleBackColor = false;
this.ColorPickerEnergy.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerFre
//
this.ColorPickerFre.BackColor = System.Drawing.Color.Red;
this.ColorPickerFre.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerFre.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerFre.Location = new System.Drawing.Point(103, 71);
this.ColorPickerFre.Name = "ColorPickerFre";
this.ColorPickerFre.Size = new System.Drawing.Size(25, 25);
this.ColorPickerFre.TabIndex = 1;
this.ColorPickerFre.UseVisualStyleBackColor = false;
this.ColorPickerFre.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(203, 73);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(88, 25);
this.label12.TabIndex = 18;
this.label12.Text = "缺陷曲线";
//
// comboBoxRollLine
//
this.comboBoxRollLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxRollLine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxRollLine.FormattingEnabled = true;
this.comboBoxRollLine.Items.AddRange(new object[] {
"否",
"是"});
this.comboBoxRollLine.Location = new System.Drawing.Point(472, 194);
this.comboBoxRollLine.Name = "comboBoxRollLine";
this.comboBoxRollLine.Size = new System.Drawing.Size(50, 29);
this.comboBoxRollLine.TabIndex = 14;
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.Transparent;
this.label14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(8, 197);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(88, 25);
this.label14.TabIndex = 6;
this.label14.Text = "字体大小";
//
// label15
//
this.label15.AutoSize = true;
this.label15.BackColor = System.Drawing.Color.Transparent;
this.label15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(383, 197);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(88, 25);
this.label15.TabIndex = 6;
this.label15.Text = "轧辊刻度";
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(203, 197);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(88, 25);
this.label13.TabIndex = 6;
this.label13.Text = "栅格显示";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(397, 155);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(69, 25);
this.label11.TabIndex = 17;
this.label11.Text = "支撑辊";
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
this.label10.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(397, 114);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 25);
this.label10.TabIndex = 17;
this.label10.Text = "中间辊";
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(397, 73);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(69, 25);
this.label9.TabIndex = 17;
this.label9.Text = "工作辊";
//
// ColorPickerClose
//
this.ColorPickerClose.BackColor = System.Drawing.Color.Red;
this.ColorPickerClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerClose.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerClose.Location = new System.Drawing.Point(295, 71);
this.ColorPickerClose.Name = "ColorPickerClose";
this.ColorPickerClose.Size = new System.Drawing.Size(25, 25);
this.ColorPickerClose.TabIndex = 5;
this.ColorPickerClose.UseVisualStyleBackColor = false;
this.ColorPickerClose.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerBR
//
this.ColorPickerBR.BackColor = System.Drawing.Color.Red;
this.ColorPickerBR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerBR.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerBR.Location = new System.Drawing.Point(472, 153);
this.ColorPickerBR.Name = "ColorPickerBR";
this.ColorPickerBR.Size = new System.Drawing.Size(25, 25);
this.ColorPickerBR.TabIndex = 11;
this.ColorPickerBR.UseVisualStyleBackColor = false;
this.ColorPickerBR.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerMR
//
this.ColorPickerMR.BackColor = System.Drawing.Color.Red;
this.ColorPickerMR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerMR.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerMR.Location = new System.Drawing.Point(472, 112);
this.ColorPickerMR.Name = "ColorPickerMR";
this.ColorPickerMR.Size = new System.Drawing.Size(25, 25);
this.ColorPickerMR.TabIndex = 10;
this.ColorPickerMR.UseVisualStyleBackColor = false;
this.ColorPickerMR.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// ColorPickerWR
//
this.ColorPickerWR.BackColor = System.Drawing.Color.Red;
this.ColorPickerWR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ColorPickerWR.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ColorPickerWR.Location = new System.Drawing.Point(472, 71);
this.ColorPickerWR.Name = "ColorPickerWR";
this.ColorPickerWR.Size = new System.Drawing.Size(25, 25);
this.ColorPickerWR.TabIndex = 9;
this.ColorPickerWR.UseVisualStyleBackColor = false;
this.ColorPickerWR.Click += new System.EventHandler(this.ColorPickerButton1_Click);
//
// panel2
//
this.panel2.Controls.Add(this.CancelDrawing);
this.panel2.Controls.Add(this.OkDrawing);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(4, 267);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(538, 49);
this.panel2.TabIndex = 23;
//
// SetDisplayForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(546, 320);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SetDisplayForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "式样设置";
this.Load += new System.EventHandler(this.displayingingSetting_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.ComboBox ComboBoxFontSize;
internal System.Windows.Forms.Label Label6;
internal System.Windows.Forms.ComboBox ComboBoxGrid;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Button CancelDrawing;
internal System.Windows.Forms.Button OkDrawing;
internal System.Windows.Forms.Label Label8;
internal System.Windows.Forms.Label Label7;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Label Label1;
private System.Windows.Forms.ColorDialog colorDialog1;
internal System.Windows.Forms.Button ColorPickerTime;
internal System.Windows.Forms.Button ColorPickerCut;
internal System.Windows.Forms.Button ColorPickerAlarm;
internal System.Windows.Forms.Button ColorPickerFont;
internal System.Windows.Forms.Button ColorPickerBack;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
internal System.Windows.Forms.Button ColorPickerFre;
internal System.Windows.Forms.Button ColorPickerSpeed;
internal System.Windows.Forms.Button ColorPickerEnergy;
internal System.Windows.Forms.Label label12;
internal System.Windows.Forms.Label label14;
internal System.Windows.Forms.Label label13;
internal System.Windows.Forms.Label label11;
internal System.Windows.Forms.Label label10;
internal System.Windows.Forms.Label label9;
internal System.Windows.Forms.Button ColorPickerClose;
internal System.Windows.Forms.Button ColorPickerBR;
internal System.Windows.Forms.Button ColorPickerMR;
internal System.Windows.Forms.Button ColorPickerWR;
internal System.Windows.Forms.ComboBox comboBoxRollLine;
internal System.Windows.Forms.Label label15;
}
}