192 lines
10 KiB
C#
192 lines
10 KiB
C#
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;
|
|
}
|
|
} |