namespace CPSO.Forms._92_Knowledge { partial class FrmSimpleMaterialLibrary { /// /// 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(FrmSimpleMaterialLibrary)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton(); this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolAdd = new System.Windows.Forms.ToolStripButton(); this.toolDelete = new System.Windows.Forms.ToolStripButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.打开OToolStripButton, this.保存SToolStripButton, this.toolStripSeparator, this.toolAdd, this.toolDelete}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(800, 27); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // 打开OToolStripButton // this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image"))); this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripButton.Name = "打开OToolStripButton"; this.打开OToolStripButton.Size = new System.Drawing.Size(29, 24); this.打开OToolStripButton.Text = "打开(&O)"; this.打开OToolStripButton.Click += new System.EventHandler(this.打开OToolStripButton_Click); // // 保存SToolStripButton // this.保存SToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.保存SToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripButton.Image"))); this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.保存SToolStripButton.Name = "保存SToolStripButton"; this.保存SToolStripButton.Size = new System.Drawing.Size(29, 24); this.保存SToolStripButton.Text = "保存(&S)"; this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripButton_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 27); // // toolAdd // this.toolAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolAdd.Image = global::CPSO.Properties.Resources.add; this.toolAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolAdd.Name = "toolAdd"; this.toolAdd.Size = new System.Drawing.Size(29, 24); this.toolAdd.Text = "toolStripButton1"; this.toolAdd.Click += new System.EventHandler(this.toolAdd_Click); // // toolDelete // this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolDelete.Image = global::CPSO.Properties.Resources.erase; this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolDelete.Name = "toolDelete"; this.toolDelete.Size = new System.Drawing.Size(29, 24); this.toolDelete.Text = "toolStripButton2"; this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Location = new System.Drawing.Point(0, 428); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(800, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // 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, 27); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.Size = new System.Drawing.Size(800, 401); this.dataGridView1.TabIndex = 2; // // FrmSimpleMaterialLibrary // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.Name = "FrmSimpleMaterialLibrary"; this.ShowInTaskbar = false; this.Text = "FrmSimpleMaterialLibrary"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSimpleMaterialLibrary_FormClosing); this.Load += new System.EventHandler(this.FrmSimpleMaterialLibrary_Load); 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 打开OToolStripButton; private System.Windows.Forms.ToolStripButton 保存SToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripButton toolAdd; private System.Windows.Forms.ToolStripButton toolDelete; } }