264 lines
15 KiB
C#
264 lines
15 KiB
C#
namespace ProductionControl
|
|
{
|
|
partial class FrmClassesSingle
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmClassesSingle));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbtnNew = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colPreName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbtnSave,
|
|
this.toolStripSeparator4,
|
|
this.tsbtnNew,
|
|
this.tsbtnDel,
|
|
this.toolStripSeparator1,
|
|
this.tsbtnClose});
|
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.toolStrip1.Size = new System.Drawing.Size(436, 65);
|
|
this.toolStrip1.TabIndex = 17;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbtnSave
|
|
//
|
|
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
|
|
this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnSave.Name = "tsbtnSave";
|
|
this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
|
|
this.tsbtnSave.Text = " 保存 ";
|
|
this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnSave.Visible = false;
|
|
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
|
|
this.toolStripSeparator4.Visible = false;
|
|
//
|
|
// tsbtnNew
|
|
//
|
|
this.tsbtnNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNew.Image")));
|
|
this.tsbtnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnNew.Name = "tsbtnNew";
|
|
this.tsbtnNew.Size = new System.Drawing.Size(68, 60);
|
|
this.tsbtnNew.Text = "添加行";
|
|
this.tsbtnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnNew.Click += new System.EventHandler(this.tsbtnNew_Click);
|
|
//
|
|
// tsbtnDel
|
|
//
|
|
this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
|
|
this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnDel.Name = "tsbtnDel";
|
|
this.tsbtnDel.Size = new System.Drawing.Size(68, 60);
|
|
this.tsbtnDel.Text = "删除行";
|
|
this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
|
|
//
|
|
// tsbtnClose
|
|
//
|
|
this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
|
|
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnClose.Name = "tsbtnClose";
|
|
this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
|
|
this.tsbtnClose.Text = " 关闭 ";
|
|
this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
//
|
|
// dataGridView2
|
|
//
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.colId,
|
|
this.colOrder,
|
|
this.colPreName,
|
|
this.colName});
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dataGridView2.Location = new System.Drawing.Point(0, 65);
|
|
this.dataGridView2.MultiSelect = false;
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
this.dataGridView2.RowHeadersVisible = false;
|
|
this.dataGridView2.RowHeadersWidth = 62;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dataGridView2.RowTemplate.Height = 30;
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView2.Size = new System.Drawing.Size(436, 587);
|
|
this.dataGridView2.TabIndex = 3;
|
|
this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
|
|
this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
|
|
this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
|
|
//
|
|
// colId
|
|
//
|
|
this.colId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.colId.DataPropertyName = "Id";
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.colId.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.colId.HeaderText = "Id";
|
|
this.colId.MinimumWidth = 8;
|
|
this.colId.Name = "colId";
|
|
this.colId.Visible = false;
|
|
this.colId.Width = 150;
|
|
//
|
|
// colOrder
|
|
//
|
|
this.colOrder.DataPropertyName = "Order";
|
|
this.colOrder.HeaderText = "Order";
|
|
this.colOrder.MinimumWidth = 8;
|
|
this.colOrder.Name = "colOrder";
|
|
this.colOrder.ReadOnly = true;
|
|
this.colOrder.Visible = false;
|
|
this.colOrder.Width = 150;
|
|
//
|
|
// colPreName
|
|
//
|
|
this.colPreName.HeaderText = "PreName";
|
|
this.colPreName.MinimumWidth = 8;
|
|
this.colPreName.Name = "colPreName";
|
|
this.colPreName.ReadOnly = true;
|
|
this.colPreName.Visible = false;
|
|
this.colPreName.Width = 150;
|
|
//
|
|
// colName
|
|
//
|
|
this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.colName.DataPropertyName = "Name";
|
|
this.colName.HeaderText = "名称";
|
|
this.colName.MinimumWidth = 8;
|
|
this.colName.Name = "colName";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(349, 229);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 18;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// FrmClassesSingle
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(436, 652);
|
|
this.Controls.Add(this.dataGridView2);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmClassesSingle";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "类别管理";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmClassesSingle_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmClassesSingle_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripButton tsbtnClose;
|
|
private System.Windows.Forms.ToolStripButton tsbtnSave;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
private System.Windows.Forms.ToolStripButton tsbtnNew;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton tsbtnDel;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colOrder;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colPreName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |