namespace MeterModuleLibrary { partial class frmScaleQuery_bak { /// /// 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.label1 = new System.Windows.Forms.Label(); this.lbMATTER_NO = new System.Windows.Forms.Label(); this.lbFORWARDING_UNIT_NO = new System.Windows.Forms.Label(); this.lbRECEIVING_UINT_NO = new System.Windows.Forms.Label(); this.txtMETER_TYPE_NO = new System.Windows.Forms.TextBox(); this.btnSubmit = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.cmbMATTER_NO = new System.Windows.Forms.ComboBox(); this.cmbFORWARDING_UNIT_NO = new System.Windows.Forms.ComboBox(); this.cmbRECEIVING_UINT_NO = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // 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(20, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 25); this.label1.TabIndex = 2; this.label1.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(20, 72); this.lbMATTER_NO.Name = "lbMATTER_NO"; this.lbMATTER_NO.Size = new System.Drawing.Size(120, 25); this.lbMATTER_NO.TabIndex = 3; this.lbMATTER_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(20, 124); this.lbFORWARDING_UNIT_NO.Name = "lbFORWARDING_UNIT_NO"; this.lbFORWARDING_UNIT_NO.Size = new System.Drawing.Size(120, 25); this.lbFORWARDING_UNIT_NO.TabIndex = 4; this.lbFORWARDING_UNIT_NO.Text = "发货单位"; // // 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(20, 176); this.lbRECEIVING_UINT_NO.Name = "lbRECEIVING_UINT_NO"; this.lbRECEIVING_UINT_NO.Size = new System.Drawing.Size(120, 25); this.lbRECEIVING_UINT_NO.TabIndex = 5; this.lbRECEIVING_UINT_NO.Text = "收货单位"; // // 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(149, 18); 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 = 6; this.txtMETER_TYPE_NO.Enter += new System.EventHandler(this.txtMETER_TYPE_NO_Enter); // // 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(305, 246); 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 = 642; this.btnSubmit.Text = "确定"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // 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(25, 246); 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 = 643; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // cmbMATTER_NO // this.cmbMATTER_NO.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbMATTER_NO.FormattingEnabled = true; this.cmbMATTER_NO.Items.AddRange(new object[] { "是", "否"}); this.cmbMATTER_NO.Location = new System.Drawing.Point(151, 69); this.cmbMATTER_NO.Margin = new System.Windows.Forms.Padding(4); this.cmbMATTER_NO.Name = "cmbMATTER_NO"; this.cmbMATTER_NO.Size = new System.Drawing.Size(319, 31); this.cmbMATTER_NO.TabIndex = 644; // // cmbFORWARDING_UNIT_NO // this.cmbFORWARDING_UNIT_NO.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbFORWARDING_UNIT_NO.FormattingEnabled = true; this.cmbFORWARDING_UNIT_NO.Items.AddRange(new object[] { "是", "否"}); this.cmbFORWARDING_UNIT_NO.Location = new System.Drawing.Point(149, 119); this.cmbFORWARDING_UNIT_NO.Margin = new System.Windows.Forms.Padding(4); this.cmbFORWARDING_UNIT_NO.Name = "cmbFORWARDING_UNIT_NO"; this.cmbFORWARDING_UNIT_NO.Size = new System.Drawing.Size(319, 31); this.cmbFORWARDING_UNIT_NO.TabIndex = 645; // // cmbRECEIVING_UINT_NO // this.cmbRECEIVING_UINT_NO.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRECEIVING_UINT_NO.FormattingEnabled = true; this.cmbRECEIVING_UINT_NO.Items.AddRange(new object[] { "是", "否"}); this.cmbRECEIVING_UINT_NO.Location = new System.Drawing.Point(149, 171); this.cmbRECEIVING_UINT_NO.Margin = new System.Windows.Forms.Padding(4); this.cmbRECEIVING_UINT_NO.Name = "cmbRECEIVING_UINT_NO"; this.cmbRECEIVING_UINT_NO.Size = new System.Drawing.Size(319, 31); this.cmbRECEIVING_UINT_NO.TabIndex = 646; // // frmScaleQuery_bak // 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(497, 316); this.Controls.Add(this.cmbRECEIVING_UINT_NO); this.Controls.Add(this.cmbFORWARDING_UNIT_NO); this.Controls.Add(this.cmbMATTER_NO); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSubmit); 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_bak"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmScaleQuery_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbMATTER_NO; private System.Windows.Forms.Label lbFORWARDING_UNIT_NO; private System.Windows.Forms.Label lbRECEIVING_UINT_NO; private System.Windows.Forms.TextBox txtMETER_TYPE_NO; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ComboBox cmbMATTER_NO; private System.Windows.Forms.ComboBox cmbFORWARDING_UNIT_NO; private System.Windows.Forms.ComboBox cmbRECEIVING_UINT_NO; } }