www.pudn.com > FORU(SMS).rar > SMS_InGoodsChk.Designer.cs


namespace FORU_SMS_ 
{ 
    partial class SMS_InGoodsChk 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            this.label1 = new System.Windows.Forms.Label(); 
            this.btnExit = new System.Windows.Forms.Button(); 
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar(); 
            this.dgvGInfo = new System.Windows.Forms.DataGridView(); 
            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
            this.btnLook = new System.Windows.Forms.Button(); 
            this.cboxLCondition = new System.Windows.Forms.ComboBox(); 
            this.txtLKWord = new System.Windows.Forms.TextBox(); 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
            this.label2 = new System.Windows.Forms.Label(); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).BeginInit(); 
            this.groupBox2.SuspendLayout(); 
            this.groupBox1.SuspendLayout(); 
            this.SuspendLayout(); 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(39, 28); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(89, 12); 
            this.label1.TabIndex = 0; 
            this.label1.Text = "请选择查询条件"; 
            //  
            // btnExit 
            //  
            this.btnExit.Location = new System.Drawing.Point(16, 49); 
            this.btnExit.Name = "btnExit"; 
            this.btnExit.Size = new System.Drawing.Size(47, 23); 
            this.btnExit.TabIndex = 3; 
            this.btnExit.Text = "退出"; 
            this.btnExit.UseVisualStyleBackColor = true; 
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click); 
            //  
            // hScrollBar1 
            //  
            this.hScrollBar1.Location = new System.Drawing.Point(13, 311); 
            this.hScrollBar1.Name = "hScrollBar1"; 
            this.hScrollBar1.Size = new System.Drawing.Size(416, 17); 
            this.hScrollBar1.TabIndex = 11; 
            //  
            // dgvGInfo 
            //  
            this.dgvGInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
            this.dgvGInfo.Location = new System.Drawing.Point(13, 103); 
            this.dgvGInfo.Name = "dgvGInfo"; 
            this.dgvGInfo.ReadOnly = true; 
            this.dgvGInfo.RowTemplate.Height = 23; 
            this.dgvGInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 
            this.dgvGInfo.Size = new System.Drawing.Size(416, 225); 
            this.dgvGInfo.TabIndex = 10; 
            //  
            // groupBox2 
            //  
            this.groupBox2.Controls.Add(this.btnExit); 
            this.groupBox2.Controls.Add(this.btnLook); 
            this.groupBox2.Location = new System.Drawing.Point(349, 12); 
            this.groupBox2.Name = "groupBox2"; 
            this.groupBox2.Size = new System.Drawing.Size(80, 85); 
            this.groupBox2.TabIndex = 9; 
            this.groupBox2.TabStop = false; 
            this.groupBox2.Text = "操作"; 
            //  
            // btnLook 
            //  
            this.btnLook.Location = new System.Drawing.Point(16, 20); 
            this.btnLook.Name = "btnLook"; 
            this.btnLook.Size = new System.Drawing.Size(47, 23); 
            this.btnLook.TabIndex = 2; 
            this.btnLook.Text = "查询"; 
            this.btnLook.UseVisualStyleBackColor = true; 
            this.btnLook.Click += new System.EventHandler(this.btnLook_Click); 
            //  
            // cboxLCondition 
            //  
            this.cboxLCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
            this.cboxLCondition.FormattingEnabled = true; 
            this.cboxLCondition.Items.AddRange(new object[] { 
            "货物编号", 
            "货物名称", 
            "仓库名称"}); 
            this.cboxLCondition.Location = new System.Drawing.Point(142, 25); 
            this.cboxLCondition.Name = "cboxLCondition"; 
            this.cboxLCondition.Size = new System.Drawing.Size(147, 20); 
            this.cboxLCondition.TabIndex = 0; 
            //  
            // txtLKWord 
            //  
            this.txtLKWord.Location = new System.Drawing.Point(142, 54); 
            this.txtLKWord.Name = "txtLKWord"; 
            this.txtLKWord.Size = new System.Drawing.Size(147, 21); 
            this.txtLKWord.TabIndex = 1; 
            //  
            // groupBox1 
            //  
            this.groupBox1.Controls.Add(this.txtLKWord); 
            this.groupBox1.Controls.Add(this.label2); 
            this.groupBox1.Controls.Add(this.cboxLCondition); 
            this.groupBox1.Controls.Add(this.label1); 
            this.groupBox1.Location = new System.Drawing.Point(12, 12); 
            this.groupBox1.Name = "groupBox1"; 
            this.groupBox1.Size = new System.Drawing.Size(330, 85); 
            this.groupBox1.TabIndex = 8; 
            this.groupBox1.TabStop = false; 
            this.groupBox1.Text = "查询条件"; 
            //  
            // label2 
            //  
            this.label2.AutoSize = true; 
            this.label2.Location = new System.Drawing.Point(51, 57); 
            this.label2.Name = "label2"; 
            this.label2.Size = new System.Drawing.Size(65, 12); 
            this.label2.TabIndex = 2; 
            this.label2.Text = "查询关键字"; 
            //  
            // SMS_InGoodsChk 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(445, 338); 
            this.Controls.Add(this.hScrollBar1); 
            this.Controls.Add(this.dgvGInfo); 
            this.Controls.Add(this.groupBox2); 
            this.Controls.Add(this.groupBox1); 
            this.MaximizeBox = false; 
            this.Name = "SMS_InGoodsChk"; 
            this.Text = "入库查询"; 
            this.Load += new System.EventHandler(this.SMS_InGoodsChk_Load); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).EndInit(); 
            this.groupBox2.ResumeLayout(false); 
            this.groupBox1.ResumeLayout(false); 
            this.groupBox1.PerformLayout(); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label label1; 
        private System.Windows.Forms.Button btnExit; 
        private System.Windows.Forms.HScrollBar hScrollBar1; 
        private System.Windows.Forms.DataGridView dgvGInfo; 
        private System.Windows.Forms.GroupBox groupBox2; 
        private System.Windows.Forms.Button btnLook; 
        private System.Windows.Forms.ComboBox cboxLCondition; 
        private System.Windows.Forms.TextBox txtLKWord; 
        private System.Windows.Forms.GroupBox groupBox1; 
        private System.Windows.Forms.Label label2; 
    } 
}