Files
wg_cpso/CPSO/Forms/92_Knowledge/FrmCutter.Designer.cs

192 lines
10 KiB
C#
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
namespace CPSO.Forms
{
partial class FrmCutter
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCutter));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.NToolStripButton = new System.Windows.Forms.ToolStripButton();
this.OToolStripButton = new System.Windows.Forms.ToolStripButton();
this.SToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
this.tsbExcelImport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
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.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NToolStripButton,
this.OToolStripButton,
this.SToolStripButton,
this.toolStripSeparator,
this.tsbAdd,
this.tsbDelete,
this.tsbExcelImport,
this.toolStripSeparator1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(1374, 27);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// 新建NToolStripButton
//
this.NToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.NToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripButton.Image")));
this.NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.NToolStripButton.Name = "新建NToolStripButton";
this.NToolStripButton.Size = new System.Drawing.Size(29, 24);
this.NToolStripButton.Text = "新建(&N)";
this.NToolStripButton.Visible = false;
//
// 打开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);
//
// tsbAdd
//
this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbAdd.Image = global::CPSO.Properties.Resources.add;
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdd.Name = "tsbAdd";
this.tsbAdd.Size = new System.Drawing.Size(29, 24);
this.tsbAdd.Text = "添加(&A)";
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
//
// tsbDelete
//
this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDelete.Image = global::CPSO.Properties.Resources.erase;
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDelete.Name = "tsbDelete";
this.tsbDelete.Size = new System.Drawing.Size(29, 24);
this.tsbDelete.Text = "删除(&D)";
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
//
// tsbExcelImport
//
this.tsbExcelImport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbExcelImport.Image = global::CPSO.Properties.Resources.excel;
this.tsbExcelImport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExcelImport.Name = "tsbExcelImport";
this.tsbExcelImport.Size = new System.Drawing.Size(29, 24);
this.tsbExcelImport.Text = "Excel导入(&I)";
this.tsbExcelImport.Click += new System.EventHandler(this.tsbExcelImport_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Location = new System.Drawing.Point(0, 558);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1374, 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(1374, 531);
this.dataGridView1.TabIndex = 2;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
//
// FrmCutter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1374, 580);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Name = "FrmCutter";
this.ShowInTaskbar = false;
this.Text = "FrmCutter";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCutter_FormClosing);
this.Load += new System.EventHandler(this.FrmCutter_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 NToolStripButton;
private System.Windows.Forms.ToolStripButton OToolStripButton;
private System.Windows.Forms.ToolStripButton SToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
private System.Windows.Forms.ToolStripButton tsbAdd;
private System.Windows.Forms.ToolStripButton tsbDelete;
private System.Windows.Forms.ToolStripButton tsbExcelImport;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.DataGridView dataGridView1;
}
}