| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- namespace MeterModuleLibrary
- {
- partial class ucCarMeterInfoJisco
- {
- /// <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.tableLayoutPanelMsg = new System.Windows.Forms.TableLayoutPanel();
- this.panelRECEIVING_UINT_NAME = new System.Windows.Forms.Panel();
- this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.Label();
- this.panelSHIPMENT_NET_WEIGHT = new System.Windows.Forms.Panel();
- this.panelCONTRACT_NO = new System.Windows.Forms.Panel();
- this.txtCONTRACT_NO = new System.Windows.Forms.Label();
- this.panelFORWARDING_UNIT_NAME = new System.Windows.Forms.Panel();
- this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.Label();
- this.panelMETER_TYPE = new System.Windows.Forms.Panel();
- this.txtMETER_TYPE = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.panelPREDICTION_NO = new System.Windows.Forms.Panel();
- this.txtPREDICTION_NO = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.txtMATTER_NAME = new System.Windows.Forms.Label();
- this.tableLayoutPanelMsg.SuspendLayout();
- this.panelRECEIVING_UINT_NAME.SuspendLayout();
- this.panelSHIPMENT_NET_WEIGHT.SuspendLayout();
- this.panelCONTRACT_NO.SuspendLayout();
- this.panelFORWARDING_UNIT_NAME.SuspendLayout();
- this.panelMETER_TYPE.SuspendLayout();
- this.panelPREDICTION_NO.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanelMsg
- //
- this.tableLayoutPanelMsg.ColumnCount = 4;
- this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
- this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
- this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanelMsg.Controls.Add(this.panelRECEIVING_UINT_NAME, 3, 2);
- this.tableLayoutPanelMsg.Controls.Add(this.label3, 2, 1);
- this.tableLayoutPanelMsg.Controls.Add(this.panelSHIPMENT_NET_WEIGHT, 3, 1);
- this.tableLayoutPanelMsg.Controls.Add(this.panelCONTRACT_NO, 3, 0);
- this.tableLayoutPanelMsg.Controls.Add(this.panelFORWARDING_UNIT_NAME, 1, 2);
- this.tableLayoutPanelMsg.Controls.Add(this.panelMETER_TYPE, 1, 1);
- this.tableLayoutPanelMsg.Controls.Add(this.label1, 0, 0);
- this.tableLayoutPanelMsg.Controls.Add(this.label2, 0, 1);
- this.tableLayoutPanelMsg.Controls.Add(this.label4, 0, 2);
- this.tableLayoutPanelMsg.Controls.Add(this.label5, 2, 0);
- this.tableLayoutPanelMsg.Controls.Add(this.label8, 2, 2);
- this.tableLayoutPanelMsg.Controls.Add(this.panelPREDICTION_NO, 1, 0);
- this.tableLayoutPanelMsg.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanelMsg.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanelMsg.Name = "tableLayoutPanelMsg";
- this.tableLayoutPanelMsg.RowCount = 3;
- this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanelMsg.Size = new System.Drawing.Size(1199, 373);
- this.tableLayoutPanelMsg.TabIndex = 0;
- //
- // panelRECEIVING_UINT_NAME
- //
- this.panelRECEIVING_UINT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelRECEIVING_UINT_NAME.Controls.Add(this.txtRECEIVING_UINT_NAME);
- this.panelRECEIVING_UINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelRECEIVING_UINT_NAME.Location = new System.Drawing.Point(779, 248);
- this.panelRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(0);
- this.panelRECEIVING_UINT_NAME.Name = "panelRECEIVING_UINT_NAME";
- this.panelRECEIVING_UINT_NAME.Size = new System.Drawing.Size(420, 125);
- this.panelRECEIVING_UINT_NAME.TabIndex = 21;
- //
- // txtRECEIVING_UINT_NAME
- //
- this.txtRECEIVING_UINT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.txtRECEIVING_UINT_NAME.AutoSize = true;
- this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(3, 48);
- this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
- this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(195, 36);
- this.txtRECEIVING_UINT_NAME.TabIndex = 15;
- this.txtRECEIVING_UINT_NAME.Text = " ";
- //
- // panelSHIPMENT_NET_WEIGHT
- //
- this.panelSHIPMENT_NET_WEIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelSHIPMENT_NET_WEIGHT.Controls.Add(this.txtMATTER_NAME);
- this.panelSHIPMENT_NET_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelSHIPMENT_NET_WEIGHT.Location = new System.Drawing.Point(779, 124);
- this.panelSHIPMENT_NET_WEIGHT.Margin = new System.Windows.Forms.Padding(0);
- this.panelSHIPMENT_NET_WEIGHT.Name = "panelSHIPMENT_NET_WEIGHT";
- this.panelSHIPMENT_NET_WEIGHT.Size = new System.Drawing.Size(420, 124);
- this.panelSHIPMENT_NET_WEIGHT.TabIndex = 22;
- //
- // panelCONTRACT_NO
- //
- this.panelCONTRACT_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelCONTRACT_NO.Controls.Add(this.txtCONTRACT_NO);
- this.panelCONTRACT_NO.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelCONTRACT_NO.Location = new System.Drawing.Point(779, 0);
- this.panelCONTRACT_NO.Margin = new System.Windows.Forms.Padding(0);
- this.panelCONTRACT_NO.Name = "panelCONTRACT_NO";
- this.panelCONTRACT_NO.Size = new System.Drawing.Size(420, 124);
- this.panelCONTRACT_NO.TabIndex = 20;
- //
- // txtCONTRACT_NO
- //
- this.txtCONTRACT_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.txtCONTRACT_NO.AutoSize = true;
- this.txtCONTRACT_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtCONTRACT_NO.Location = new System.Drawing.Point(3, 48);
- this.txtCONTRACT_NO.Name = "txtCONTRACT_NO";
- this.txtCONTRACT_NO.Size = new System.Drawing.Size(195, 36);
- this.txtCONTRACT_NO.TabIndex = 12;
- this.txtCONTRACT_NO.Text = " ";
- //
- // panelFORWARDING_UNIT_NAME
- //
- this.panelFORWARDING_UNIT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelFORWARDING_UNIT_NAME.Controls.Add(this.txtFORWARDING_UNIT_NAME);
- this.panelFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(180, 248);
- this.panelFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(0);
- this.panelFORWARDING_UNIT_NAME.Name = "panelFORWARDING_UNIT_NAME";
- this.panelFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(419, 125);
- this.panelFORWARDING_UNIT_NAME.TabIndex = 19;
- //
- // txtFORWARDING_UNIT_NAME
- //
- this.txtFORWARDING_UNIT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.txtFORWARDING_UNIT_NAME.AutoSize = true;
- this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtFORWARDING_UNIT_NAME.ForeColor = System.Drawing.Color.Black;
- this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(3, 48);
- this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
- this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(195, 36);
- this.txtFORWARDING_UNIT_NAME.TabIndex = 11;
- this.txtFORWARDING_UNIT_NAME.Text = " ";
- //
- // panelMETER_TYPE
- //
- this.panelMETER_TYPE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelMETER_TYPE.Controls.Add(this.txtMETER_TYPE);
- this.panelMETER_TYPE.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelMETER_TYPE.Location = new System.Drawing.Point(180, 124);
- this.panelMETER_TYPE.Margin = new System.Windows.Forms.Padding(0);
- this.panelMETER_TYPE.Name = "panelMETER_TYPE";
- this.panelMETER_TYPE.Size = new System.Drawing.Size(419, 124);
- this.panelMETER_TYPE.TabIndex = 17;
- //
- // txtMETER_TYPE
- //
- this.txtMETER_TYPE.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.txtMETER_TYPE.AutoSize = true;
- this.txtMETER_TYPE.BackColor = System.Drawing.Color.Transparent;
- this.txtMETER_TYPE.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtMETER_TYPE.Location = new System.Drawing.Point(3, 48);
- this.txtMETER_TYPE.Name = "txtMETER_TYPE";
- this.txtMETER_TYPE.Size = new System.Drawing.Size(195, 36);
- this.txtMETER_TYPE.TabIndex = 9;
- this.txtMETER_TYPE.Text = " ";
- //
- // label1
- //
- this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(20, 44);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(139, 36);
- this.label1.TabIndex = 0;
- this.label1.Text = "委托编号";
- //
- // label2
- //
- this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(20, 168);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(139, 36);
- this.label2.TabIndex = 1;
- this.label2.Text = "检斤类型";
- //
- // label4
- //
- this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.Location = new System.Drawing.Point(20, 292);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(139, 36);
- this.label4.TabIndex = 3;
- this.label4.Text = "发货单位";
- //
- // panelPREDICTION_NO
- //
- this.panelPREDICTION_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
- this.panelPREDICTION_NO.Controls.Add(this.txtPREDICTION_NO);
- this.panelPREDICTION_NO.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelPREDICTION_NO.Location = new System.Drawing.Point(180, 0);
- this.panelPREDICTION_NO.Margin = new System.Windows.Forms.Padding(0);
- this.panelPREDICTION_NO.Name = "panelPREDICTION_NO";
- this.panelPREDICTION_NO.Size = new System.Drawing.Size(419, 124);
- this.panelPREDICTION_NO.TabIndex = 16;
- //
- // txtPREDICTION_NO
- //
- this.txtPREDICTION_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.txtPREDICTION_NO.AutoSize = true;
- this.txtPREDICTION_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPREDICTION_NO.Location = new System.Drawing.Point(3, 48);
- this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
- this.txtPREDICTION_NO.Size = new System.Drawing.Size(195, 36);
- this.txtPREDICTION_NO.TabIndex = 8;
- this.txtPREDICTION_NO.Text = " ";
- //
- // label8
- //
- this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.Location = new System.Drawing.Point(619, 292);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(139, 36);
- this.label8.TabIndex = 7;
- this.label8.Text = "收货单位";
- //
- // label5
- //
- this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.Location = new System.Drawing.Point(619, 44);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(139, 36);
- this.label5.TabIndex = 4;
- this.label5.Text = "委托类型";
- //
- // label3
- //
- this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(619, 168);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(139, 36);
- this.label3.TabIndex = 2;
- this.label3.Text = "物资名称";
- //
- // txtMATTER_NAME
- //
- this.txtMATTER_NAME.AutoSize = true;
- this.txtMATTER_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtMATTER_NAME.Location = new System.Drawing.Point(3, 28);
- this.txtMATTER_NAME.Name = "txtMATTER_NAME";
- this.txtMATTER_NAME.Size = new System.Drawing.Size(195, 36);
- this.txtMATTER_NAME.TabIndex = 10;
- this.txtMATTER_NAME.Text = " ";
- //
- // ucCarMeterInfoJisco
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.tableLayoutPanelMsg);
- this.Name = "ucCarMeterInfoJisco";
- this.Size = new System.Drawing.Size(1199, 373);
- this.Load += new System.EventHandler(this.ucCarMeterInfoJXJG_Load);
- this.tableLayoutPanelMsg.ResumeLayout(false);
- this.tableLayoutPanelMsg.PerformLayout();
- this.panelRECEIVING_UINT_NAME.ResumeLayout(false);
- this.panelRECEIVING_UINT_NAME.PerformLayout();
- this.panelSHIPMENT_NET_WEIGHT.ResumeLayout(false);
- this.panelSHIPMENT_NET_WEIGHT.PerformLayout();
- this.panelCONTRACT_NO.ResumeLayout(false);
- this.panelCONTRACT_NO.PerformLayout();
- this.panelFORWARDING_UNIT_NAME.ResumeLayout(false);
- this.panelFORWARDING_UNIT_NAME.PerformLayout();
- this.panelMETER_TYPE.ResumeLayout(false);
- this.panelMETER_TYPE.PerformLayout();
- this.panelPREDICTION_NO.ResumeLayout(false);
- this.panelPREDICTION_NO.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMsg;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label txtPREDICTION_NO;
- private System.Windows.Forms.Label txtMETER_TYPE;
- private System.Windows.Forms.Label txtRECEIVING_UINT_NAME;
- private System.Windows.Forms.Label txtCONTRACT_NO;
- private System.Windows.Forms.Label txtFORWARDING_UNIT_NAME;
- private System.Windows.Forms.Panel panelPREDICTION_NO;
- private System.Windows.Forms.Panel panelMETER_TYPE;
- private System.Windows.Forms.Panel panelFORWARDING_UNIT_NAME;
- private System.Windows.Forms.Panel panelCONTRACT_NO;
- private System.Windows.Forms.Panel panelRECEIVING_UINT_NAME;
- private System.Windows.Forms.Panel panelSHIPMENT_NET_WEIGHT;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label txtMATTER_NAME;
- }
- }
|