namespace YX { partial class FrmGoodsInfo { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGoodsInfo)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btn_add = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_edit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_delete = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btn_refresh = new System.Windows.Forms.ToolStripButton(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_add, this.toolStripSeparator1, this.btn_edit, this.toolStripSeparator2, this.btn_delete, this.toolStripSeparator3, this.btn_refresh}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(506, 25); this.toolStrip1.TabIndex = 6; this.toolStrip1.Text = "toolStrip1"; // // btn_add // this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image"))); this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(52, 22); this.btn_add.Text = "添加"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btn_edit // this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image"))); this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_edit.Name = "btn_edit"; this.btn_edit.Size = new System.Drawing.Size(52, 22); this.btn_edit.Text = "编辑"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // btn_delete // this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image"))); this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_delete.Name = "btn_delete"; this.btn_delete.Size = new System.Drawing.Size(52, 22); this.btn_delete.Text = "删除"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // btn_refresh // this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image"))); this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_refresh.Name = "btn_refresh"; this.btn_refresh.Size = new System.Drawing.Size(52, 22); this.btn_refresh.Text = "刷新"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 25); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(506, 243); this.dataGridView1.TabIndex = 7; // // FrmGoodsInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(506, 268); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.toolStrip1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "FrmGoodsInfo"; this.Text = "商品信息"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btn_add; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btn_edit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton btn_delete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton btn_refresh; private System.Windows.Forms.DataGridView dataGridView1; } }