You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
293 lines
15 KiB
293 lines
15 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.SendPlan
|
||
|
{
|
||
|
partial class SendPlanSearchEditForm
|
||
|
{
|
||
|
/// <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(SendPlanSearchEditForm));
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbPrint = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.DGView = new System.Windows.Forms.DataGridView();
|
||
|
this.SENDCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.EPIDERMISCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.SKELETONCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.label13 = new System.Windows.Forms.Label();
|
||
|
this.txtSendCode = new System.Windows.Forms.TextBox();
|
||
|
this.txtProCode = new System.Windows.Forms.TextBox();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.panel2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.AutoSize = false;
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.tsbSearch,
|
||
|
this.tsbPrint,
|
||
|
this.tsbClose});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(484, 60);
|
||
|
this.toolStrip1.TabIndex = 0;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// tsbSearch
|
||
|
//
|
||
|
this.tsbSearch.AutoSize = false;
|
||
|
this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
|
||
|
this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbSearch.Name = "tsbSearch";
|
||
|
this.tsbSearch.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbSearch.Text = "查询";
|
||
|
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
|
||
|
//
|
||
|
// tsbPrint
|
||
|
//
|
||
|
this.tsbPrint.AutoSize = false;
|
||
|
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image")));
|
||
|
this.tsbPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbPrint.Name = "tsbPrint";
|
||
|
this.tsbPrint.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbPrint.Text = "打印";
|
||
|
this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
|
||
|
//
|
||
|
// tsbClose
|
||
|
//
|
||
|
this.tsbClose.AutoSize = false;
|
||
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbClose.Image")));
|
||
|
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);
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Controls.Add(this.panel2);
|
||
|
this.groupBox1.Controls.Add(this.panel1);
|
||
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.groupBox1.Location = new System.Drawing.Point(0, 60);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(484, 502);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.Controls.Add(this.DGView);
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panel2.Location = new System.Drawing.Point(3, 130);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(478, 369);
|
||
|
this.panel2.TabIndex = 11;
|
||
|
//
|
||
|
// DGView
|
||
|
//
|
||
|
this.DGView.AllowUserToAddRows = false;
|
||
|
this.DGView.AllowUserToDeleteRows = false;
|
||
|
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
|
this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
||
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.SENDCODE,
|
||
|
this.EPIDERMISCODE,
|
||
|
this.SKELETONCODE,
|
||
|
this.Pid});
|
||
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.DGView.Location = new System.Drawing.Point(0, 0);
|
||
|
this.DGView.Name = "DGView";
|
||
|
this.DGView.ReadOnly = true;
|
||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
||
|
this.DGView.RowTemplate.Height = 23;
|
||
|
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.DGView.Size = new System.Drawing.Size(478, 369);
|
||
|
this.DGView.TabIndex = 4;
|
||
|
//
|
||
|
// SENDCODE
|
||
|
//
|
||
|
this.SENDCODE.DataPropertyName = "SENDCODE";
|
||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.SENDCODE.DefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.SENDCODE.HeaderText = "贴车单号";
|
||
|
this.SENDCODE.Name = "SENDCODE";
|
||
|
this.SENDCODE.ReadOnly = true;
|
||
|
//
|
||
|
// EPIDERMISCODE
|
||
|
//
|
||
|
this.EPIDERMISCODE.DataPropertyName = "EPIDERMISCODE";
|
||
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.EPIDERMISCODE.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.EPIDERMISCODE.HeaderText = "表皮条码";
|
||
|
this.EPIDERMISCODE.Name = "EPIDERMISCODE";
|
||
|
this.EPIDERMISCODE.ReadOnly = true;
|
||
|
//
|
||
|
// SKELETONCODE
|
||
|
//
|
||
|
this.SKELETONCODE.DataPropertyName = "SKELETONCODE";
|
||
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.SKELETONCODE.DefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.SKELETONCODE.HeaderText = "骨架条码";
|
||
|
this.SKELETONCODE.Name = "SKELETONCODE";
|
||
|
this.SKELETONCODE.ReadOnly = true;
|
||
|
//
|
||
|
// Pid
|
||
|
//
|
||
|
this.Pid.DataPropertyName = "PID";
|
||
|
this.Pid.HeaderText = "Pid";
|
||
|
this.Pid.Name = "Pid";
|
||
|
this.Pid.ReadOnly = true;
|
||
|
this.Pid.Visible = false;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.label11);
|
||
|
this.panel1.Controls.Add(this.label13);
|
||
|
this.panel1.Controls.Add(this.txtSendCode);
|
||
|
this.panel1.Controls.Add(this.txtProCode);
|
||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel1.Location = new System.Drawing.Point(3, 17);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(478, 113);
|
||
|
this.panel1.TabIndex = 10;
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.AutoSize = true;
|
||
|
this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label11.Location = new System.Drawing.Point(26, 21);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label11.TabIndex = 6;
|
||
|
this.label11.Text = "贴车单号:";
|
||
|
//
|
||
|
// label13
|
||
|
//
|
||
|
this.label13.AutoSize = true;
|
||
|
this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label13.Location = new System.Drawing.Point(60, 67);
|
||
|
this.label13.Name = "label13";
|
||
|
this.label13.Size = new System.Drawing.Size(59, 16);
|
||
|
this.label13.TabIndex = 6;
|
||
|
this.label13.Text = "条码:";
|
||
|
//
|
||
|
// txtSendCode
|
||
|
//
|
||
|
this.txtSendCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtSendCode.Location = new System.Drawing.Point(125, 18);
|
||
|
this.txtSendCode.MaxLength = 20;
|
||
|
this.txtSendCode.Name = "txtSendCode";
|
||
|
this.txtSendCode.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtSendCode.TabIndex = 7;
|
||
|
//
|
||
|
// txtProCode
|
||
|
//
|
||
|
this.txtProCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtProCode.Location = new System.Drawing.Point(125, 64);
|
||
|
this.txtProCode.MaxLength = 50;
|
||
|
this.txtProCode.Name = "txtProCode";
|
||
|
this.txtProCode.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtProCode.TabIndex = 7;
|
||
|
//
|
||
|
// SendPlanSearchEditForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(484, 562);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "SendPlanSearchEditForm";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "贴车单打印";
|
||
|
this.Load += new System.EventHandler(this.Form_Load);
|
||
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SendPlanSearchEditForm_KeyDown);
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.ToolStripButton tsbPrint;
|
||
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.ToolStripButton tsbSearch;
|
||
|
private System.Windows.Forms.TextBox txtProCode;
|
||
|
private System.Windows.Forms.Label label13;
|
||
|
private System.Windows.Forms.Label label11;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.TextBox txtSendCode;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.DataGridView DGView;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn SENDCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn EPIDERMISCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn SKELETONCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
|
||
|
}
|
||
|
}
|