namespace QMAPP.WinForm.Forms.Mend { partial class SpecifyNewForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.DGMendRecorder = new System.Windows.Forms.DataGridView(); this.POSITION = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DEFECTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DEFECTKEY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbMend = new System.Windows.Forms.RadioButton(); this.rbScarp = new System.Windows.Forms.RadioButton(); this.lblError = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rC = new System.Windows.Forms.RadioButton(); this.rB = new System.Windows.Forms.RadioButton(); this.rA = new System.Windows.Forms.RadioButton(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGMendRecorder)).BeginInit(); this.panel3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSave, this.tsbClose}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1104, 60); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // tsbSave // this.tsbSave.AutoSize = false; this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save; this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(100, 60); this.tsbSave.Text = "保存"; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); // // tsbClose // this.tsbClose.AutoSize = false; this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle; this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClose.Name = "tsbClose"; this.tsbClose.Size = new System.Drawing.Size(100, 60); this.tsbClose.Text = "关闭"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // splitContainer1 // this.splitContainer1.Location = new System.Drawing.Point(0, 136); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackgroundImage = global::QMAPP.WinForm.Resource1.ybb; this.splitContainer1.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.splitContainer1.Panel1.Controls.Add(this.pictureBox5); this.splitContainer1.Panel1.Controls.Add(this.pictureBox4); this.splitContainer1.Panel1.Controls.Add(this.pictureBox3); this.splitContainer1.Panel1.Controls.Add(this.pictureBox2); this.splitContainer1.Panel1.Controls.Add(this.pictureBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.DGMendRecorder); this.splitContainer1.Size = new System.Drawing.Size(1112, 492); this.splitContainer1.SplitterDistance = 712; this.splitContainer1.TabIndex = 32; // // DGMendRecorder // this.DGMendRecorder.AllowUserToAddRows = false; this.DGMendRecorder.AllowUserToDeleteRows = false; this.DGMendRecorder.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGMendRecorder.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGMendRecorder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13; this.DGMendRecorder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGMendRecorder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.POSITION, this.DEFECTVALUE, this.DEFECTKEY}); this.DGMendRecorder.Dock = System.Windows.Forms.DockStyle.Fill; this.DGMendRecorder.Location = new System.Drawing.Point(0, 0); this.DGMendRecorder.Name = "DGMendRecorder"; this.DGMendRecorder.ReadOnly = true; dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGMendRecorder.RowHeadersDefaultCellStyle = dataGridViewCellStyle16; this.DGMendRecorder.RowTemplate.Height = 23; this.DGMendRecorder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGMendRecorder.Size = new System.Drawing.Size(396, 492); this.DGMendRecorder.TabIndex = 33; // // POSITION // this.POSITION.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.POSITION.DataPropertyName = "POSITION"; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F); this.POSITION.DefaultCellStyle = dataGridViewCellStyle14; this.POSITION.HeaderText = "位置"; this.POSITION.Name = "POSITION"; this.POSITION.ReadOnly = true; this.POSITION.Width = 80; // // DEFECTVALUE // this.DEFECTVALUE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.DEFECTVALUE.DataPropertyName = "DEFECTVALUE"; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DEFECTVALUE.DefaultCellStyle = dataGridViewCellStyle15; this.DEFECTVALUE.HeaderText = "缺陷类型"; this.DEFECTVALUE.Name = "DEFECTVALUE"; this.DEFECTVALUE.ReadOnly = true; this.DEFECTVALUE.Width = 250; // // DEFECTKEY // this.DEFECTKEY.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.DEFECTKEY.DataPropertyName = "DEFECTKEY"; this.DEFECTKEY.HeaderText = "Column1"; this.DEFECTKEY.Name = "DEFECTKEY"; this.DEFECTKEY.ReadOnly = true; this.DEFECTKEY.Visible = false; // // panel3 // this.panel3.Controls.Add(this.groupBox1); this.panel3.Controls.Add(this.lblError); this.panel3.Controls.Add(this.txtCode); this.panel3.Controls.Add(this.label13); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 60); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1104, 78); this.panel3.TabIndex = 33; // // groupBox1 // this.groupBox1.Controls.Add(this.rbMend); this.groupBox1.Controls.Add(this.rbScarp); this.groupBox1.Location = new System.Drawing.Point(402, -4); this.groupBox1.Margin = new System.Windows.Forms.Padding(0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(0); this.groupBox1.Size = new System.Drawing.Size(171, 42); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; // // rbMend // this.rbMend.AutoSize = true; this.rbMend.Checked = true; this.rbMend.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbMend.Location = new System.Drawing.Point(3, 9); this.rbMend.Margin = new System.Windows.Forms.Padding(0); this.rbMend.Name = "rbMend"; this.rbMend.Size = new System.Drawing.Size(76, 28); this.rbMend.TabIndex = 7; this.rbMend.TabStop = true; this.rbMend.Text = "返修"; this.rbMend.UseVisualStyleBackColor = true; this.rbMend.CheckedChanged += new System.EventHandler(this.rbMend_CheckedChanged); // // rbScarp // this.rbScarp.AutoSize = true; this.rbScarp.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbScarp.Location = new System.Drawing.Point(83, 10); this.rbScarp.Margin = new System.Windows.Forms.Padding(0); this.rbScarp.Name = "rbScarp"; this.rbScarp.Size = new System.Drawing.Size(76, 28); this.rbScarp.TabIndex = 8; this.rbScarp.Text = "报废"; this.rbScarp.UseVisualStyleBackColor = true; this.rbScarp.CheckedChanged += new System.EventHandler(this.rbScarp_CheckedChanged); // // lblError // this.lblError.AutoSize = true; this.lblError.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblError.Location = new System.Drawing.Point(15, 42); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(0, 25); this.lblError.TabIndex = 9; // // txtCode // this.txtCode.Font = new System.Drawing.Font("宋体", 11F); this.txtCode.Location = new System.Drawing.Point(114, 8); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(284, 24); this.txtCode.TabIndex = 6; this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown); // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(6, 8); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(106, 24); this.label13.TabIndex = 0; this.label13.Text = "条码信息"; // // groupBox2 // this.groupBox2.Controls.Add(this.rC); this.groupBox2.Controls.Add(this.rB); this.groupBox2.Controls.Add(this.rA); this.groupBox2.Location = new System.Drawing.Point(651, 56); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243, 41); this.groupBox2.TabIndex = 13; this.groupBox2.TabStop = false; // // rC // this.rC.AutoSize = true; this.rC.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rC.Location = new System.Drawing.Point(176, 12); this.rC.Name = "rC"; this.rC.Size = new System.Drawing.Size(64, 28); this.rC.TabIndex = 2; this.rC.TabStop = true; this.rC.Text = "C班"; this.rC.UseVisualStyleBackColor = true; this.rC.CheckedChanged += new System.EventHandler(this.rC_CheckedChanged); // // rB // this.rB.AutoSize = true; this.rB.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rB.Location = new System.Drawing.Point(92, 12); this.rB.Name = "rB"; this.rB.Size = new System.Drawing.Size(64, 28); this.rB.TabIndex = 1; this.rB.TabStop = true; this.rB.Text = "B班"; this.rB.UseVisualStyleBackColor = true; this.rB.CheckedChanged += new System.EventHandler(this.rB_CheckedChanged); // // rA // this.rA.AutoSize = true; this.rA.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rA.Location = new System.Drawing.Point(8, 12); this.rA.Name = "rA"; this.rA.Size = new System.Drawing.Size(64, 28); this.rA.TabIndex = 0; this.rA.TabStop = true; this.rA.Text = "A班"; this.rA.UseVisualStyleBackColor = true; this.rA.CheckedChanged += new System.EventHandler(this.rA_CheckedChanged); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox1.Location = new System.Drawing.Point(3, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(133, 95); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox2.Location = new System.Drawing.Point(136, 0); this.pictureBox2.Margin = new System.Windows.Forms.Padding(0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(133, 95); this.pictureBox2.TabIndex = 4; this.pictureBox2.TabStop = false; // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox3.Location = new System.Drawing.Point(269, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(133, 95); this.pictureBox3.TabIndex = 5; this.pictureBox3.TabStop = false; // // pictureBox4 // this.pictureBox4.BackColor = System.Drawing.Color.Transparent; this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox4.Location = new System.Drawing.Point(402, 0); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(133, 95); this.pictureBox4.TabIndex = 6; this.pictureBox4.TabStop = false; // // pictureBox5 // this.pictureBox5.BackColor = System.Drawing.Color.Transparent; this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox5.Location = new System.Drawing.Point(535, 0); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(133, 95); this.pictureBox5.TabIndex = 7; this.pictureBox5.TabStop = false; // // SpecifyNewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1104, 632); this.Controls.Add(this.groupBox2); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel3); this.Controls.Add(this.toolStrip1); this.Name = "SpecifyNewForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "返修明细"; this.Load += new System.EventHandler(this.SpecifyNewForm_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGMendRecorder)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripButton tsbClose; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView DGMendRecorder; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label13; private System.Windows.Forms.RadioButton rbScarp; private System.Windows.Forms.RadioButton rbMend; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label lblError; private System.Windows.Forms.DataGridViewTextBoxColumn POSITION; private System.Windows.Forms.DataGridViewTextBoxColumn DEFECTVALUE; private System.Windows.Forms.DataGridViewTextBoxColumn DEFECTKEY; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton rC; private System.Windows.Forms.RadioButton rB; private System.Windows.Forms.RadioButton rA; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox5; } }