| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- namespace Core.StlMes.Client.Lims.Data.Mat
- {
- partial class FrmMatCheckConsign
- {
- /// <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(FrmMatCheckConsign));
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.publicUltraGridDetail1 = new Core.StlMes.Client.Lims.Data.Mat.PublicUltraGridDetail();
- this.matShowBase1 = new Core.StlMes.Client.Lims.Data.Mat.MatShowBase();
- this.publicUltraGridBase1 = new Core.StlMes.Client.Lims.Data.Mat.PublicUltraGridBase();
- this.matQueryBase1 = new Core.StlMes.Client.Lims.Data.Mat.MatQueryBase();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.matQueryBase1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1328, 666);
- this.panel1.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Controls.Add(this.publicUltraGridBase1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 40);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1328, 626);
- this.panel2.TabIndex = 2;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.publicUltraGridDetail1);
- this.panel3.Controls.Add(this.matShowBase1);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(200, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1126, 624);
- this.panel3.TabIndex = 4;
- //
- // publicUltraGridDetail1
- //
- this.publicUltraGridDetail1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.publicUltraGridDetail1.Location = new System.Drawing.Point(0, 85);
- this.publicUltraGridDetail1.Name = "publicUltraGridDetail1";
- this.publicUltraGridDetail1.Size = new System.Drawing.Size(1126, 539);
- this.publicUltraGridDetail1.TabIndex = 3;
- this.publicUltraGridDetail1.Ur = null;
- //
- // matShowBase1
- //
- this.matShowBase1.Dock = System.Windows.Forms.DockStyle.Top;
- this.matShowBase1.Location = new System.Drawing.Point(0, 0);
- this.matShowBase1.Name = "matShowBase1";
- this.matShowBase1.Size = new System.Drawing.Size(1126, 85);
- this.matShowBase1.TabIndex = 2;
- //
- // publicUltraGridBase1
- //
- this.publicUltraGridBase1.Dock = System.Windows.Forms.DockStyle.Left;
- this.publicUltraGridBase1.Location = new System.Drawing.Point(0, 0);
- this.publicUltraGridBase1.Name = "publicUltraGridBase1";
- this.publicUltraGridBase1.Size = new System.Drawing.Size(200, 624);
- this.publicUltraGridBase1.TabIndex = 3;
- this.publicUltraGridBase1.Ur = null;
- //
- // matQueryBase1
- //
- this.matQueryBase1.Dock = System.Windows.Forms.DockStyle.Top;
- this.matQueryBase1.Location = new System.Drawing.Point(0, 0);
- this.matQueryBase1.Name = "matQueryBase1";
- this.matQueryBase1.Size = new System.Drawing.Size(1328, 40);
- this.matQueryBase1.TabIndex = 1;
- //
- // FrmMatCheckConsign_
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1328, 666);
- this.Controls.Add(this.panel1);
- this.Name = "FrmMatCheckConsign_";
- this.Text = "技术中心原材料试验任务单";
- this.Load += new System.EventHandler(this.FrmMatCheckConsign_Load);
- this.panel1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private MatQueryBase matQueryBase1;
- private System.Windows.Forms.Panel panel2;
- private PublicUltraGridBase publicUltraGridBase1;
- private System.Windows.Forms.Panel panel3;
- private MatShowBase matShowBase1;
- private PublicUltraGridDetail publicUltraGridDetail1;
- }
- }
|