Files
lserp_cs_6.0/插件库/Lskj.WorkshopProgram/Control/MaterialRegistration.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

429 lines
20 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Lskj.WorkshopProgram.Control
{
partial class MaterialRegistration
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.cancelButton = new DevExpress.XtraEditors.SimpleButton();
this.label14 = new System.Windows.Forms.Label();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.label13 = new System.Windows.Forms.Label();
this.label12 = 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.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.barCodeBox = new DevExpress.XtraEditors.PanelControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.queryButton = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.saveButton = new DevExpress.XtraEditors.SimpleButton();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.barCodeBox)).BeginInit();
this.barCodeBox.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// splitMain
//
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.Location = new System.Drawing.Point(0, 0);
this.splitMain.Name = "splitMain";
this.splitMain.Panel1.Controls.Add(this.panelControl3);
this.splitMain.Panel1.Controls.Add(this.panelControl2);
this.splitMain.Panel1.Text = "Panel1";
this.splitMain.Panel2.Controls.Add(this.barCodeBox);
this.splitMain.Panel2.Text = "Panel2";
this.splitMain.Size = new System.Drawing.Size(1216, 904);
this.splitMain.SplitterPosition = 520;
this.splitMain.TabIndex = 0;
this.splitMain.Text = "splitContainerControl1";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.groupBox2);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 194);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(520, 710);
this.panelControl3.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.gridControl2);
this.groupBox2.Controls.Add(this.cancelButton);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Font = new System.Drawing.Font("Tahoma", 14F);
this.groupBox2.Location = new System.Drawing.Point(2, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(516, 706);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "用料明细";
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.gridControl2.Location = new System.Drawing.Point(3, 85);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(510, 618);
this.gridControl2.TabIndex = 2;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(366, 39);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(80, 40);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "取消";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Tahoma", 12F);
this.label14.ForeColor = System.Drawing.Color.Red;
this.label14.Location = new System.Drawing.Point(28, 45);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(211, 24);
this.label14.TabIndex = 0;
this.label14.Text = "共[0]件,[0]KG[0]M";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.label13);
this.panelControl2.Controls.Add(this.label12);
this.panelControl2.Controls.Add(this.label11);
this.panelControl2.Controls.Add(this.label10);
this.panelControl2.Controls.Add(this.label9);
this.panelControl2.Controls.Add(this.label6);
this.panelControl2.Controls.Add(this.label3);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(520, 194);
this.panelControl2.TabIndex = 0;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Tahoma", 12F);
this.label13.Location = new System.Drawing.Point(258, 161);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(77, 24);
this.label13.TabIndex = 26;
this.label13.Text = "厚度(μ)";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Tahoma", 12F);
this.label12.Location = new System.Drawing.Point(24, 161);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(100, 24);
this.label12.TabIndex = 25;
this.label12.Text = "展宽(mm)";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Tahoma", 12F);
this.label11.Location = new System.Drawing.Point(258, 118);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(90, 24);
this.label11.TabIndex = 24;
this.label11.Text = "基材名称";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Tahoma", 12F);
this.label10.Location = new System.Drawing.Point(24, 118);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(90, 24);
this.label10.TabIndex = 23;
this.label10.Text = "生产单号";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Tahoma", 12F);
this.label9.Location = new System.Drawing.Point(24, 74);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(90, 24);
this.label9.TabIndex = 22;
this.label9.Text = "产品名称";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Tahoma", 12F);
this.label6.Location = new System.Drawing.Point(258, 30);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(90, 24);
this.label6.TabIndex = 21;
this.label6.Text = "客户简称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 12F);
this.label3.Location = new System.Drawing.Point(24, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(86, 24);
this.label3.TabIndex = 20;
this.label3.Text = "日 期";
//
// barCodeBox
//
this.barCodeBox.Controls.Add(this.groupBox1);
this.barCodeBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.barCodeBox.Location = new System.Drawing.Point(0, 0);
this.barCodeBox.Name = "barCodeBox";
this.barCodeBox.Size = new System.Drawing.Size(690, 904);
this.barCodeBox.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.panelControl1);
this.groupBox1.Controls.Add(this.gridControl1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("Tahoma", 12F);
this.groupBox1.Location = new System.Drawing.Point(2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(686, 900);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "材料条码";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.queryButton);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.saveButton);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.label8);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Controls.Add(this.label5);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(3, 28);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(680, 126);
this.panelControl1.TabIndex = 21;
//
// queryButton
//
this.queryButton.Location = new System.Drawing.Point(609, 19);
this.queryButton.Name = "queryButton";
this.queryButton.Size = new System.Drawing.Size(80, 40);
this.queryButton.TabIndex = 19;
this.queryButton.Text = "查询";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 12F);
this.label1.Location = new System.Drawing.Point(8, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 24);
this.label1.TabIndex = 12;
this.label1.Text = "基材类型";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 12F);
this.label2.Location = new System.Drawing.Point(209, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 24);
this.label2.TabIndex = 13;
this.label2.Text = "展宽";
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(198, 72);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(80, 40);
this.saveButton.TabIndex = 18;
this.saveButton.Text = "保存";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Tahoma", 12F);
this.label7.Location = new System.Drawing.Point(448, 25);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(50, 24);
this.label7.TabIndex = 14;
this.label7.Text = "厚度";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Tahoma", 12F);
this.label8.Location = new System.Drawing.Point(448, 78);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(50, 24);
this.label8.TabIndex = 17;
this.label8.Text = "净重";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 12F);
this.label4.Location = new System.Drawing.Point(8, 78);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(90, 24);
this.label4.TabIndex = 15;
this.label4.Text = "条码查找";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Tahoma", 12F);
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(300, 78);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(97, 24);
this.label5.TabIndex = 16;
this.label5.Text = "选中[0]条";
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.gridControl1.Location = new System.Drawing.Point(3, 160);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(680, 737);
this.gridControl1.TabIndex = 20;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// MaterialRegistration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitMain);
this.Name = "MaterialRegistration";
this.Size = new System.Drawing.Size(1216, 904);
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.barCodeBox)).EndInit();
this.barCodeBox.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitMain;
private DevExpress.XtraEditors.PanelControl barCodeBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.SimpleButton queryButton;
private DevExpress.XtraEditors.SimpleButton saveButton;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private DevExpress.XtraEditors.PanelControl panelControl2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private System.Windows.Forms.GroupBox groupBox2;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraEditors.SimpleButton cancelButton;
private System.Windows.Forms.Label label14;
}
}