namespace MeterModuleLibrary
{
partial class frmScaleQuery
{
///
/// 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.txtMETER_TYPE_NO = new System.Windows.Forms.TextBox();
this.lbRECEIVING_UINT_NO = new System.Windows.Forms.Label();
this.lbFORWARDING_UNIT_NO = new System.Windows.Forms.Label();
this.lbMATTER_NO = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtMATTER_NAME = new System.Windows.Forms.TextBox();
this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.TextBox();
this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSubmit = new System.Windows.Forms.Button();
this.lbMsgInfo = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtMETER_TYPE_NO
//
this.txtMETER_TYPE_NO.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMETER_TYPE_NO.Location = new System.Drawing.Point(144, 9);
this.txtMETER_TYPE_NO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtMETER_TYPE_NO.Name = "txtMETER_TYPE_NO";
this.txtMETER_TYPE_NO.Size = new System.Drawing.Size(320, 34);
this.txtMETER_TYPE_NO.TabIndex = 1;
this.txtMETER_TYPE_NO.Enter += new System.EventHandler(this.txtMETER_TYPE_NO_Enter);
//
// lbRECEIVING_UINT_NO
//
this.lbRECEIVING_UINT_NO.AutoSize = true;
this.lbRECEIVING_UINT_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRECEIVING_UINT_NO.Location = new System.Drawing.Point(15, 171);
this.lbRECEIVING_UINT_NO.Name = "lbRECEIVING_UINT_NO";
this.lbRECEIVING_UINT_NO.Size = new System.Drawing.Size(120, 25);
this.lbRECEIVING_UINT_NO.TabIndex = 10;
this.lbRECEIVING_UINT_NO.Text = "收货单位";
//
// lbFORWARDING_UNIT_NO
//
this.lbFORWARDING_UNIT_NO.AutoSize = true;
this.lbFORWARDING_UNIT_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbFORWARDING_UNIT_NO.Location = new System.Drawing.Point(15, 119);
this.lbFORWARDING_UNIT_NO.Name = "lbFORWARDING_UNIT_NO";
this.lbFORWARDING_UNIT_NO.Size = new System.Drawing.Size(120, 25);
this.lbFORWARDING_UNIT_NO.TabIndex = 9;
this.lbFORWARDING_UNIT_NO.Text = "发货单位";
//
// lbMATTER_NO
//
this.lbMATTER_NO.AutoSize = true;
this.lbMATTER_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMATTER_NO.Location = new System.Drawing.Point(15, 68);
this.lbMATTER_NO.Name = "lbMATTER_NO";
this.lbMATTER_NO.Size = new System.Drawing.Size(120, 25);
this.lbMATTER_NO.TabIndex = 8;
this.lbMATTER_NO.Text = "物资名称";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(15, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(120, 25);
this.label1.TabIndex = 7;
this.label1.Text = "业务编码";
//
// txtMATTER_NAME
//
this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMATTER_NAME.Location = new System.Drawing.Point(144, 61);
this.txtMATTER_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtMATTER_NAME.Name = "txtMATTER_NAME";
this.txtMATTER_NAME.ReadOnly = true;
this.txtMATTER_NAME.Size = new System.Drawing.Size(320, 34);
this.txtMATTER_NAME.TabIndex = 12;
//
// txtFORWARDING_UNIT_NAME
//
this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(144, 112);
this.txtFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
this.txtFORWARDING_UNIT_NAME.ReadOnly = true;
this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(320, 34);
this.txtFORWARDING_UNIT_NAME.TabIndex = 13;
//
// txtRECEIVING_UINT_NAME
//
this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(144, 165);
this.txtRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
this.txtRECEIVING_UINT_NAME.ReadOnly = true;
this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(320, 34);
this.txtRECEIVING_UINT_NAME.TabIndex = 14;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.White;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.btnCancel.ForeColor = System.Drawing.Color.Black;
this.btnCancel.Location = new System.Drawing.Point(20, 271);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(165, 52);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSubmit
//
this.btnSubmit.BackColor = System.Drawing.Color.DodgerBlue;
this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSubmit.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.btnSubmit.ForeColor = System.Drawing.Color.White;
this.btnSubmit.Location = new System.Drawing.Point(300, 271);
this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(165, 52);
this.btnSubmit.TabIndex = 2;
this.btnSubmit.Text = "确定";
this.btnSubmit.UseVisualStyleBackColor = false;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// lbMsgInfo
//
this.lbMsgInfo.AutoSize = true;
this.lbMsgInfo.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMsgInfo.ForeColor = System.Drawing.Color.Red;
this.lbMsgInfo.Location = new System.Drawing.Point(15, 225);
this.lbMsgInfo.Name = "lbMsgInfo";
this.lbMsgInfo.Size = new System.Drawing.Size(0, 25);
this.lbMsgInfo.TabIndex = 646;
//
// frmScaleQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(484, 338);
this.Controls.Add(this.lbMsgInfo);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSubmit);
this.Controls.Add(this.txtRECEIVING_UINT_NAME);
this.Controls.Add(this.txtFORWARDING_UNIT_NAME);
this.Controls.Add(this.txtMATTER_NAME);
this.Controls.Add(this.txtMETER_TYPE_NO);
this.Controls.Add(this.lbRECEIVING_UINT_NO);
this.Controls.Add(this.lbFORWARDING_UNIT_NO);
this.Controls.Add(this.lbMATTER_NO);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmScaleQuery";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtMETER_TYPE_NO;
private System.Windows.Forms.Label lbRECEIVING_UINT_NO;
private System.Windows.Forms.Label lbFORWARDING_UNIT_NO;
private System.Windows.Forms.Label lbMATTER_NO;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtMATTER_NAME;
private System.Windows.Forms.TextBox txtFORWARDING_UNIT_NAME;
private System.Windows.Forms.TextBox txtRECEIVING_UINT_NAME;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.Label lbMsgInfo;
}
}