⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmginfomanage.designer.cs

📁 企业客户资源管理系统 企业客户资源管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox1.Controls.Add(this.txtOutPrice);
            this.groupBox1.Controls.Add(this.txtInPrice);
            this.groupBox1.Controls.Add(this.txtGSpec);
            this.groupBox1.Controls.Add(this.cboxGUnit);
            this.groupBox1.Controls.Add(this.cboxGType);
            this.groupBox1.Controls.Add(this.txtGName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtGID);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(10, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(467, 156);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "货物基本信息";
            // 
            // txtGRemark
            // 
            this.txtGRemark.Location = new System.Drawing.Point(112, 125);
            this.txtGRemark.Multiline = true;
            this.txtGRemark.Name = "txtGRemark";
            this.txtGRemark.Size = new System.Drawing.Size(290, 21);
            this.txtGRemark.TabIndex = 6;
            // 
            // txtOutPrice
            // 
            this.txtOutPrice.Location = new System.Drawing.Point(302, 73);
            this.txtOutPrice.Name = "txtOutPrice";
            this.txtOutPrice.Size = new System.Drawing.Size(100, 21);
            this.txtOutPrice.TabIndex = 4;
            // 
            // txtInPrice
            // 
            this.txtInPrice.Location = new System.Drawing.Point(112, 73);
            this.txtInPrice.Name = "txtInPrice";
            this.txtInPrice.Size = new System.Drawing.Size(100, 21);
            this.txtInPrice.TabIndex = 3;
            // 
            // txtGSpec
            // 
            this.txtGSpec.Location = new System.Drawing.Point(302, 45);
            this.txtGSpec.Name = "txtGSpec";
            this.txtGSpec.Size = new System.Drawing.Size(100, 21);
            this.txtGSpec.TabIndex = 2;
            // 
            // cboxGUnit
            // 
            this.cboxGUnit.FormattingEnabled = true;
            this.cboxGUnit.Items.AddRange(new object[] {
            "个",
            "件",
            "套",
            "台",
            "辆",
            "两",
            "千克",
            "公斤",
            "部",
            "吨",
            "张",
            "把"});
            this.cboxGUnit.Location = new System.Drawing.Point(112, 100);
            this.cboxGUnit.Name = "cboxGUnit";
            this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
            this.cboxGUnit.TabIndex = 5;
            // 
            // cboxGType
            // 
            this.cboxGType.FormattingEnabled = true;
            this.cboxGType.Items.AddRange(new object[] {
            "软件类",
            "硬件类"});
            this.cboxGType.Location = new System.Drawing.Point(112, 44);
            this.cboxGType.Name = "cboxGType";
            this.cboxGType.Size = new System.Drawing.Size(100, 20);
            this.cboxGType.TabIndex = 1;
            // 
            // txtGName
            // 
            this.txtGName.Location = new System.Drawing.Point(302, 17);
            this.txtGName.Name = "txtGName";
            this.txtGName.Size = new System.Drawing.Size(100, 21);
            this.txtGName.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(62, 128);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 27;
            this.label1.Text = "备注";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(50, 104);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.TabIndex = 24;
            this.label12.Text = "计量单位";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(242, 76);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(53, 12);
            this.label13.TabIndex = 22;
            this.label13.Text = "销售价格";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(50, 76);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 20;
            this.label10.Text = "进货价格";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(242, 48);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 18;
            this.label11.Text = "货物规格";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(50, 48);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "所属类别";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(242, 21);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "货物名称";
            // 
            // txtGID
            // 
            this.txtGID.Location = new System.Drawing.Point(112, 17);
            this.txtGID.Name = "txtGID";
            this.txtGID.ReadOnly = true;
            this.txtGID.Size = new System.Drawing.Size(100, 21);
            this.txtGID.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(50, 21);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "货物编号";
            // 
            // errorPrInMoney
            // 
            this.errorPrInMoney.ContainerControl = this;
            // 
            // errorPrOutMoney
            // 
            this.errorPrOutMoney.ContainerControl = this;
            // 
            // frmGInfoManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(491, 371);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgvGInfo);
            this.Controls.Add(this.bindingNavigator1);
            this.MaximizeBox = false;
            this.Name = "frmGInfoManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "货物资料管理";
            this.Load += new System.EventHandler(this.frmGInfoManage_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrInMoney)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrOutMoney)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripButton tsbtnSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tsbtnAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.DataGridView dgvGInfo;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsbtnEdit;
        private System.Windows.Forms.ToolStripButton tsbtnDel;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripComboBox tscboxCondition;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton tsbtnLook;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton tsbtnExit;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cboxGUnit;
        private System.Windows.Forms.ComboBox cboxGType;
        private System.Windows.Forms.TextBox txtGName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtGID;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtGRemark;
        private System.Windows.Forms.TextBox txtOutPrice;
        private System.Windows.Forms.TextBox txtInPrice;
        private System.Windows.Forms.TextBox txtGSpec;
        private System.Windows.Forms.ErrorProvider errorPrInMoney;
        private System.Windows.Forms.ErrorProvider errorPrOutMoney;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -