namespace BaseSet
|
{
|
partial class K3_Material_EditList
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(K3_Material_EditList));
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.yl = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.AddRow = new System.Windows.Forms.ToolStripButton();
|
this.DelRow = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
this.bc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.P1 = new System.Windows.Forms.Panel();
|
this.gbUp = new System.Windows.Forms.GroupBox();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.txtHMakeDate = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.txtHMaker = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.grdSum = new System.Windows.Forms.DataGridView();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.pb1 = new System.Windows.Forms.ProgressBar();
|
this.Tool.SuspendLayout();
|
this.P1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.SuspendLayout();
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
|
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.yl,
|
this.toolStripSeparator2,
|
this.AddRow,
|
this.DelRow,
|
this.toolStripSeparator4,
|
this.bc,
|
this.toolStripSeparator5,
|
this.tc,
|
this.mrlk,
|
this.toolStripSeparator9,
|
this.bclk,
|
this.toolStripSeparator7});
|
this.Tool.Location = new System.Drawing.Point(0, 0);
|
this.Tool.Name = "Tool";
|
this.Tool.Padding = new System.Windows.Forms.Padding(0);
|
this.Tool.Size = new System.Drawing.Size(912, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 17;
|
this.Tool.Text = "toolStrip1";
|
//
|
// yl
|
//
|
this.yl.AutoSize = false;
|
this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
|
this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.yl.Name = "yl";
|
this.yl.Size = new System.Drawing.Size(35, 47);
|
this.yl.Text = "预览";
|
this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
//
|
// toolStripSeparator2
|
//
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
//
|
// AddRow
|
//
|
this.AddRow.AutoSize = false;
|
this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
|
this.AddRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.AddRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.AddRow.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.AddRow.Name = "AddRow";
|
this.AddRow.Size = new System.Drawing.Size(35, 47);
|
this.AddRow.Text = "增行";
|
this.AddRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.AddRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
|
//
|
// DelRow
|
//
|
this.DelRow.AutoSize = false;
|
this.DelRow.Image = ((System.Drawing.Image)(resources.GetObject("DelRow.Image")));
|
this.DelRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.DelRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.DelRow.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.DelRow.Name = "DelRow";
|
this.DelRow.Size = new System.Drawing.Size(35, 47);
|
this.DelRow.Text = "删行";
|
this.DelRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.DelRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.DelRow.Click += new System.EventHandler(this.DelRow_Click);
|
//
|
// toolStripSeparator4
|
//
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
|
//
|
// bc
|
//
|
this.bc.AutoSize = false;
|
this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image")));
|
this.bc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bc.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.bc.Name = "bc";
|
this.bc.Size = new System.Drawing.Size(35, 47);
|
this.bc.Text = "保存";
|
this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bc.Click += new System.EventHandler(this.bc_Click);
|
//
|
// toolStripSeparator5
|
//
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(35, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(60, 47);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(60, 47);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bclk.Click += new System.EventHandler(this.bclk_Click);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
|
//
|
// lblCaption
|
//
|
this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.Location = new System.Drawing.Point(501, 10);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(91, 24);
|
this.lblCaption.TabIndex = 18;
|
this.lblCaption.Text = "资料维护";
|
//
|
// P1
|
//
|
this.P1.BackColor = System.Drawing.Color.Lavender;
|
this.P1.Controls.Add(this.lblCaption);
|
this.P1.Controls.Add(this.gbUp);
|
this.P1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.P1.Location = new System.Drawing.Point(0, 50);
|
this.P1.Name = "P1";
|
this.P1.Size = new System.Drawing.Size(912, 83);
|
this.P1.TabIndex = 31;
|
//
|
// gbUp
|
//
|
this.gbUp.BackColor = System.Drawing.Color.Transparent;
|
this.gbUp.Location = new System.Drawing.Point(14, 39);
|
this.gbUp.Name = "gbUp";
|
this.gbUp.Size = new System.Drawing.Size(892, 32);
|
this.gbUp.TabIndex = 33;
|
this.gbUp.TabStop = false;
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// panel2
|
//
|
this.panel2.BackColor = System.Drawing.Color.Lavender;
|
this.panel2.Controls.Add(this.txtHMakeDate);
|
this.panel2.Controls.Add(this.label11);
|
this.panel2.Controls.Add(this.txtHMaker);
|
this.panel2.Controls.Add(this.label8);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel2.Location = new System.Drawing.Point(0, 679);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(912, 63);
|
this.panel2.TabIndex = 32;
|
//
|
// txtHMakeDate
|
//
|
this.txtHMakeDate.BackColor = System.Drawing.Color.Transparent;
|
this.txtHMakeDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.txtHMakeDate.Location = new System.Drawing.Point(99, 41);
|
this.txtHMakeDate.Name = "txtHMakeDate";
|
this.txtHMakeDate.Size = new System.Drawing.Size(98, 15);
|
this.txtHMakeDate.TabIndex = 11;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.BackColor = System.Drawing.Color.Transparent;
|
this.label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.label11.Location = new System.Drawing.Point(40, 44);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
this.label11.TabIndex = 10;
|
this.label11.Text = "制单日期";
|
//
|
// txtHMaker
|
//
|
this.txtHMaker.BackColor = System.Drawing.Color.Transparent;
|
this.txtHMaker.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.txtHMaker.Location = new System.Drawing.Point(99, 7);
|
this.txtHMaker.Name = "txtHMaker";
|
this.txtHMaker.Size = new System.Drawing.Size(98, 15);
|
this.txtHMaker.TabIndex = 9;
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.label8.Location = new System.Drawing.Point(40, 10);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
this.label8.TabIndex = 8;
|
this.label8.Text = "制单人";
|
//
|
// grdSum
|
//
|
this.grdSum.AllowUserToAddRows = false;
|
this.grdSum.AllowUserToDeleteRows = false;
|
this.grdSum.BackgroundColor = System.Drawing.Color.Khaki;
|
this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.grdSum.Location = new System.Drawing.Point(0, 660);
|
this.grdSum.Name = "grdSum";
|
this.grdSum.ReadOnly = true;
|
this.grdSum.RowTemplate.Height = 23;
|
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
this.grdSum.Size = new System.Drawing.Size(912, 19);
|
this.grdSum.TabIndex = 48;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke;
|
this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.grdMain.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdMain.Location = new System.Drawing.Point(0, 133);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 30;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(912, 527);
|
this.grdMain.TabIndex = 49;
|
this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
|
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
|
this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
|
this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
|
this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
|
this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
|
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
|
//
|
// pb1
|
//
|
this.pb1.Location = new System.Drawing.Point(338, 12);
|
this.pb1.Name = "pb1";
|
this.pb1.Size = new System.Drawing.Size(270, 20);
|
this.pb1.TabIndex = 50;
|
//
|
// K3_Material_EditList
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.SystemColors.Control;
|
this.ClientSize = new System.Drawing.Size(912, 742);
|
this.Controls.Add(this.pb1);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.grdSum);
|
this.Controls.Add(this.panel2);
|
this.Controls.Add(this.P1);
|
this.Controls.Add(this.Tool);
|
this.ForeColor = System.Drawing.Color.Black;
|
this.KeyPreview = true;
|
this.Name = "K3_Material_EditList";
|
this.Text = "资料维护";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.K3_Material_EditList_Load);
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.K3_Material_EditList_Paint);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.K3_Material_EditList_FormClosing);
|
this.Resize += new System.EventHandler(this.K3_Material_EditList_Resize);
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.P1.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton yl;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
private System.Windows.Forms.ToolStripButton bc;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.Panel P1;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.ToolStripButton AddRow;
|
private System.Windows.Forms.ToolStripButton DelRow;
|
private System.Windows.Forms.GroupBox gbUp;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Label txtHMakeDate;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Label txtHMaker;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.DataGridView grdSum;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.ProgressBar pb1;
|
}
|
}
|