namespace Estsh.Client { partial class FrmReprint { /// /// 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() { this.cmdSearch = new System.Windows.Forms.Button(); this.dgvData = new System.Windows.Forms.DataGridView(); this.label4 = new System.Windows.Forms.Label(); this.nudCount = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.txtSN = new System.Windows.Forms.TextBox(); this.rbSN = new System.Windows.Forms.RadioButton(); this.rbQA = new System.Windows.Forms.RadioButton(); this.rbBQA = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.serial_number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.printed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.reprint_count = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCount)).BeginInit(); this.SuspendLayout(); // // cmdSearch // this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmdSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdSearch.ForeColor = System.Drawing.Color.ForestGreen; this.cmdSearch.Location = new System.Drawing.Point(450, 18); this.cmdSearch.Name = "cmdSearch"; this.cmdSearch.Size = new System.Drawing.Size(89, 65); this.cmdSearch.TabIndex = 102; this.cmdSearch.Text = "查找"; this.cmdSearch.UseVisualStyleBackColor = true; this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click); // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.serial_number, this.Column3, this.printed, this.reprint_count}); this.dgvData.Location = new System.Drawing.Point(12, 137); this.dgvData.MultiSelect = false; this.dgvData.Name = "dgvData"; this.dgvData.ReadOnly = true; this.dgvData.RowTemplate.Height = 23; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.Size = new System.Drawing.Size(624, 330); this.dgvData.TabIndex = 103; this.dgvData.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellDoubleClick); // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.RoyalBlue; this.label4.Location = new System.Drawing.Point(34, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(101, 27); this.label4.TabIndex = 100; this.label4.Text = "最近的笔数"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // nudCount // this.nudCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.nudCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.nudCount.ForeColor = System.Drawing.Color.Navy; this.nudCount.Location = new System.Drawing.Point(143, 18); this.nudCount.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.nudCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudCount.Name = "nudCount"; this.nudCount.Size = new System.Drawing.Size(120, 26); this.nudCount.TabIndex = 104; this.nudCount.Value = new decimal(new int[] { 999, 0, 0, 0}); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.RoyalBlue; this.label1.Location = new System.Drawing.Point(71, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 27); this.label1.TabIndex = 105; this.label1.Text = "条码"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtSN // this.txtSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.txtSN.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSN.ForeColor = System.Drawing.Color.Blue; this.txtSN.Location = new System.Drawing.Point(143, 57); this.txtSN.Name = "txtSN"; this.txtSN.Size = new System.Drawing.Size(236, 26); this.txtSN.TabIndex = 106; // // rbSN // this.rbSN.AutoSize = true; this.rbSN.Checked = true; this.rbSN.Location = new System.Drawing.Point(64, 100); this.rbSN.Name = "rbSN"; this.rbSN.Size = new System.Drawing.Size(71, 16); this.rbSN.TabIndex = 107; this.rbSN.TabStop = true; this.rbSN.Text = "过程条码"; this.rbSN.UseVisualStyleBackColor = true; // // rbQA // this.rbQA.AutoSize = true; this.rbQA.Location = new System.Drawing.Point(143, 100); this.rbQA.Name = "rbQA"; this.rbQA.Size = new System.Drawing.Size(59, 16); this.rbQA.TabIndex = 108; this.rbQA.TabStop = true; this.rbQA.Text = "合格证"; this.rbQA.UseVisualStyleBackColor = true; // // rbBQA // this.rbBQA.AutoSize = true; this.rbBQA.Location = new System.Drawing.Point(215, 100); this.rbBQA.Name = "rbBQA"; this.rbBQA.Size = new System.Drawing.Size(83, 16); this.rbBQA.TabIndex = 109; this.rbBQA.TabStop = true; this.rbBQA.Text = "后排合格证"; this.rbBQA.UseVisualStyleBackColor = true; this.rbBQA.Visible = false; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.SlateGray; this.label2.Location = new System.Drawing.Point(11, 114); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(140, 27); this.label2.TabIndex = 110; this.label2.Text = "双击选中行进行打印"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Column1 // this.Column1.DataPropertyName = "car_no"; this.Column1.HeaderText = "车号"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column1.Width = 80; // // Column2 // this.Column2.DataPropertyName = "enum_desc"; this.Column2.HeaderText = "座椅位置"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column2.Width = 80; // // serial_number // this.serial_number.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.serial_number.DataPropertyName = "serial_number"; this.serial_number.HeaderText = "条码"; this.serial_number.Name = "serial_number"; this.serial_number.ReadOnly = true; this.serial_number.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.serial_number.Width = 35; // // Column3 // this.Column3.DataPropertyName = "csn"; this.Column3.HeaderText = "合格证"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 200; // // printed // this.printed.DataPropertyName = "printed"; this.printed.HeaderText = "打印状态"; this.printed.Name = "printed"; this.printed.ReadOnly = true; this.printed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // reprint_count // this.reprint_count.DataPropertyName = "reprint_count"; this.reprint_count.HeaderText = "补打次数"; this.reprint_count.Name = "reprint_count"; this.reprint_count.ReadOnly = true; this.reprint_count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // FrmReprint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(648, 478); this.Controls.Add(this.rbBQA); this.Controls.Add(this.rbQA); this.Controls.Add(this.rbSN); this.Controls.Add(this.txtSN); this.Controls.Add(this.label1); this.Controls.Add(this.nudCount); this.Controls.Add(this.dgvData); this.Controls.Add(this.cmdSearch); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Name = "FrmReprint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "条码补打"; this.Load += new System.EventHandler(this.FrmReprint_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCount)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cmdSearch; private System.Windows.Forms.DataGridView dgvData; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown nudCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtSN; private System.Windows.Forms.RadioButton rbSN; private System.Windows.Forms.RadioButton rbQA; private System.Windows.Forms.RadioButton rbBQA; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn serial_number; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn printed; private System.Windows.Forms.DataGridViewTextBoxColumn reprint_count; } }