476 lines
26 KiB
C#
476 lines
26 KiB
C#
namespace LeatherApp.Page
|
|
{
|
|
partial class PartitionFrm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.skinButton1 = new CCWin.SkinControl.SkinButton();
|
|
this.skinButton2 = new CCWin.SkinControl.SkinButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.LabelCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.defectCnt = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.RMCnt = new System.Windows.Forms.NumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.txtR1 = new System.Windows.Forms.TextBox();
|
|
this.txtR2 = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.txtR3 = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RMCnt)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// skinButton1
|
|
//
|
|
this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.skinButton1.BackColor = System.Drawing.Color.White;
|
|
this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton1.DownBack = null;
|
|
this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.Location = new System.Drawing.Point(225, 609);
|
|
this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
|
|
this.skinButton1.MouseBack = null;
|
|
this.skinButton1.Name = "skinButton1";
|
|
this.skinButton1.NormlBack = null;
|
|
this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.skinButton1.Size = new System.Drawing.Size(142, 44);
|
|
this.skinButton1.TabIndex = 103;
|
|
this.skinButton1.Text = "确定";
|
|
this.skinButton1.UseVisualStyleBackColor = false;
|
|
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
|
|
//
|
|
// skinButton2
|
|
//
|
|
this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.skinButton2.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton2.DownBack = null;
|
|
this.skinButton2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.Location = new System.Drawing.Point(433, 609);
|
|
this.skinButton2.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
|
|
this.skinButton2.MouseBack = null;
|
|
this.skinButton2.Name = "skinButton2";
|
|
this.skinButton2.NormlBack = null;
|
|
this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.skinButton2.Size = new System.Drawing.Size(142, 44);
|
|
this.skinButton2.TabIndex = 102;
|
|
this.skinButton2.Text = "取消";
|
|
this.skinButton2.UseVisualStyleBackColor = false;
|
|
this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(463, 57);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 20);
|
|
this.label1.TabIndex = 105;
|
|
this.label1.Text = "分卷号:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(548, 54);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(184, 30);
|
|
this.textBox1.TabIndex = 106;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(429, 14);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(159, 20);
|
|
this.label2.TabIndex = 107;
|
|
this.label2.Text = "请输入分卷卷号!";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(21, 14);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(139, 20);
|
|
this.label3.TabIndex = 108;
|
|
this.label3.Text = "已检卷号信息:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(49, 57);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(79, 20);
|
|
this.label4.TabIndex = 109;
|
|
this.label4.Text = "批卷号:";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox2.Location = new System.Drawing.Point(134, 54);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(310, 30);
|
|
this.textBox2.TabIndex = 110;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(21, 100);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(99, 20);
|
|
this.label5.TabIndex = 111;
|
|
this.label5.Text = "检测情况:";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.LabelCol});
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridView1.Location = new System.Drawing.Point(53, 130);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(679, 110);
|
|
this.dataGridView1.TabIndex = 112;
|
|
//
|
|
// LabelCol
|
|
//
|
|
this.LabelCol.HeaderText = "缺陷";
|
|
this.LabelCol.Name = "LabelCol";
|
|
this.LabelCol.ReadOnly = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(49, 258);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(139, 20);
|
|
this.label6.TabIndex = 113;
|
|
this.label6.Text = "缺陷检测总数:";
|
|
//
|
|
// defectCnt
|
|
//
|
|
this.defectCnt.AutoSize = true;
|
|
this.defectCnt.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.defectCnt.Location = new System.Drawing.Point(210, 258);
|
|
this.defectCnt.Name = "defectCnt";
|
|
this.defectCnt.Size = new System.Drawing.Size(19, 20);
|
|
this.defectCnt.TabIndex = 114;
|
|
this.defectCnt.Text = "0";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(463, 258);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(79, 20);
|
|
this.label8.TabIndex = 115;
|
|
this.label8.Text = "让码数:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(21, 290);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(99, 20);
|
|
this.label7.TabIndex = 117;
|
|
this.label7.Text = "检测结论:";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox3.Location = new System.Drawing.Point(53, 323);
|
|
this.textBox3.Multiline = true;
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.ReadOnly = true;
|
|
this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox3.Size = new System.Drawing.Size(679, 84);
|
|
this.textBox3.TabIndex = 118;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(23, 498);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(751, 14);
|
|
this.label9.TabIndex = 119;
|
|
this.label9.Text = "................................................................................." +
|
|
"............";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox4.Location = new System.Drawing.Point(134, 564);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.ReadOnly = true;
|
|
this.textBox4.Size = new System.Drawing.Size(310, 30);
|
|
this.textBox4.TabIndex = 124;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Location = new System.Drawing.Point(49, 567);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(79, 20);
|
|
this.label10.TabIndex = 123;
|
|
this.label10.Text = "批卷号:";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Location = new System.Drawing.Point(21, 524);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(139, 20);
|
|
this.label11.TabIndex = 122;
|
|
this.label11.Text = "下一卷号信息:";
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox5.Location = new System.Drawing.Point(548, 564);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(184, 30);
|
|
this.textBox5.TabIndex = 121;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.Location = new System.Drawing.Point(463, 567);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(79, 20);
|
|
this.label12.TabIndex = 120;
|
|
this.label12.Text = "分卷号:";
|
|
//
|
|
// RMCnt
|
|
//
|
|
this.RMCnt.DecimalPlaces = 2;
|
|
this.RMCnt.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.RMCnt.Location = new System.Drawing.Point(562, 256);
|
|
this.RMCnt.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.RMCnt.Name = "RMCnt";
|
|
this.RMCnt.Size = new System.Drawing.Size(120, 30);
|
|
this.RMCnt.TabIndex = 125;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Location = new System.Drawing.Point(29, 426);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(59, 20);
|
|
this.label13.TabIndex = 126;
|
|
this.label13.Text = "厚度:";
|
|
//
|
|
// txtR1
|
|
//
|
|
this.txtR1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtR1.Location = new System.Drawing.Point(53, 465);
|
|
this.txtR1.Name = "txtR1";
|
|
this.txtR1.Size = new System.Drawing.Size(184, 30);
|
|
this.txtR1.TabIndex = 127;
|
|
this.txtR1.Text = "正常";
|
|
//
|
|
// txtR2
|
|
//
|
|
this.txtR2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtR2.Location = new System.Drawing.Point(300, 465);
|
|
this.txtR2.Name = "txtR2";
|
|
this.txtR2.Size = new System.Drawing.Size(184, 30);
|
|
this.txtR2.TabIndex = 129;
|
|
this.txtR2.Text = "正常";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label14.Location = new System.Drawing.Point(276, 426);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(59, 20);
|
|
this.label14.TabIndex = 128;
|
|
this.label14.Text = "色差:";
|
|
//
|
|
// txtR3
|
|
//
|
|
this.txtR3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtR3.Location = new System.Drawing.Point(548, 465);
|
|
this.txtR3.Name = "txtR3";
|
|
this.txtR3.Size = new System.Drawing.Size(184, 30);
|
|
this.txtR3.TabIndex = 131;
|
|
this.txtR3.Text = "正常";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label15.Location = new System.Drawing.Point(524, 426);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(99, 20);
|
|
this.label15.TabIndex = 130;
|
|
this.label15.Text = "花纹比对:";
|
|
//
|
|
// PartitionFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.ClientSize = new System.Drawing.Size(790, 670);
|
|
this.Controls.Add(this.txtR3);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.txtR2);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.txtR1);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.RMCnt);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.textBox5);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.defectCnt);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.skinButton1);
|
|
this.Controls.Add(this.skinButton2);
|
|
this.Name = "PartitionFrm";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "手动分卷";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RMCnt)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private CCWin.SkinControl.SkinButton skinButton1;
|
|
private CCWin.SkinControl.SkinButton skinButton2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LabelCol;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label defectCnt;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.NumericUpDown RMCnt;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox txtR1;
|
|
private System.Windows.Forms.TextBox txtR2;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox txtR3;
|
|
private System.Windows.Forms.Label label15;
|
|
}
|
|
} |