namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0403
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0403));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
this.tsbtnCreateGoods = new System.Windows.Forms.ToolStripButton();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.GoodsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ComplianceRate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.IncrementSeed = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.IncrementAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Baseamount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.Isend = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnCreateJobs,
this.tsbtnCreateGoods,
this.tsbtnAdaptive});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(771, 35);
this.tsrOperate.TabIndex = 29;
//
// tsbtnCreateJobs
//
this.tsbtnCreateJobs.AutoSize = false;
this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
//
// tsbtnCreateGoods
//
this.tsbtnCreateGoods.AutoSize = false;
this.tsbtnCreateGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnCreateGoods.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCreateGoods.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCreateGoods.Name = "tsbtnCreateGoods";
this.tsbtnCreateGoods.Size = new System.Drawing.Size(100, 25);
this.tsbtnCreateGoods.Text = "生成产品信息(&G)";
this.tsbtnCreateGoods.Click += new System.EventHandler(this.tsbtnCreateGoods_Click);
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// dgvJobs
//
this.dgvJobs.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvJobs.CellHeight = 23;
this.dgvJobs.ChildNodeColumnName = null;
this.dgvJobs.ChildNodeColumnText = null;
this.dgvJobs.ColumnDeep = 1;
this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.JobsId,
this.JobsCode,
this.JobsName,
this.Baseamount,
this.Isend,
this.isHave});
this.dgvJobs.ColumnTreeView = null;
this.dgvJobs.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvJobs.DynamicColumnName = "";
this.dgvJobs.EnableHeadersVisualStyles = false;
this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvJobs.IsAutoCountSum = true;
this.dgvJobs.IsAutoResizeColumns = false;
this.dgvJobs.IsClickF12 = false;
this.dgvJobs.IsSubTotalFlag = false;
this.dgvJobs.Location = new System.Drawing.Point(3, 3);
this.dgvJobs.MultiSelect = false;
this.dgvJobs.Name = "dgvJobs";
this.dgvJobs.RefreshAtHscroll = false;
this.dgvJobs.RowHeadersWidth = 50;
this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvJobs.RowTemplate.Height = 21;
this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvJobs.Size = new System.Drawing.Size(343, 395);
this.dgvJobs.SortOrderColumnName = null;
this.dgvJobs.TabIndex = 36;
this.dgvJobs.Tag = true;
this.dgvJobs.TotalSumColumns = null;
this.dgvJobs.ViewRowFilter = "";
this.dgvJobs.VirtualMode = true;
this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
this.dgvJobs.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvJobs_UserDeletingRow);
//
// dgvGoods
//
this.dgvGoods.AllowUserToAddRows = false;
this.dgvGoods.AllowUserToModifyRows = true;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGoods.CellHeight = 23;
this.dgvGoods.ChildNodeColumnName = null;
this.dgvGoods.ChildNodeColumnText = null;
this.dgvGoods.ColumnDeep = 1;
this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GoodsId,
this.GoodsCode,
this.GoodsName,
this.ComplianceRate,
this.IncrementSeed,
this.IncrementAmount});
this.dgvGoods.ColumnTreeView = null;
this.dgvGoods.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle11;
this.dgvGoods.DynamicColumnName = "";
this.dgvGoods.EnableHeadersVisualStyles = false;
this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGoods.IsAutoCountSum = true;
this.dgvGoods.IsAutoResizeColumns = false;
this.dgvGoods.IsClickF12 = false;
this.dgvGoods.IsSubTotalFlag = false;
this.dgvGoods.Location = new System.Drawing.Point(3, 3);
this.dgvGoods.MultiSelect = false;
this.dgvGoods.Name = "dgvGoods";
this.dgvGoods.RefreshAtHscroll = false;
this.dgvGoods.RowHeadersWidth = 50;
this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle12;
this.dgvGoods.RowTemplate.Height = 21;
this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoods.Size = new System.Drawing.Size(388, 395);
this.dgvGoods.SortOrderColumnName = null;
this.dgvGoods.TabIndex = 37;
this.dgvGoods.Tag = true;
this.dgvGoods.TotalSumColumns = null;
this.dgvGoods.ViewRowFilter = "";
this.dgvGoods.VirtualMode = true;
this.dgvGoods.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellValueChanged);
//
// GoodsId
//
this.GoodsId.DataPropertyName = "GoodsId";
this.GoodsId.HeaderText = "产品ID";
this.GoodsId.Name = "GoodsId";
this.GoodsId.ReadOnly = true;
this.GoodsId.Visible = false;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// ComplianceRate
//
this.ComplianceRate.DataPropertyName = "ComplianceRate";
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.ComplianceRate.DefaultCellStyle = dataGridViewCellStyle8;
this.ComplianceRate.HeaderText = "达标率";
this.ComplianceRate.MaxValue = new decimal(new int[] {
99999,
0,
0,
0});
this.ComplianceRate.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.ComplianceRate.Name = "ComplianceRate";
this.ComplianceRate.Number = new System.Drawing.Point(5, 2);
this.ComplianceRate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ComplianceRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// IncrementSeed
//
this.IncrementSeed.DataPropertyName = "IncrementSeed";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.IncrementSeed.DefaultCellStyle = dataGridViewCellStyle9;
this.IncrementSeed.HeaderText = "增减系数";
this.IncrementSeed.MaxValue = new decimal(new int[] {
99999,
0,
0,
0});
this.IncrementSeed.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.IncrementSeed.Name = "IncrementSeed";
this.IncrementSeed.Number = new System.Drawing.Point(5, 2);
this.IncrementSeed.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IncrementSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// IncrementAmount
//
this.IncrementAmount.DataPropertyName = "IncrementAmount";
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.IncrementAmount.DefaultCellStyle = dataGridViewCellStyle10;
this.IncrementAmount.HeaderText = "增减金额";
this.IncrementAmount.MaxValue = new decimal(new int[] {
99999,
0,
0,
0});
this.IncrementAmount.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.IncrementAmount.Name = "IncrementAmount";
this.IncrementAmount.Number = new System.Drawing.Point(5, 2);
this.IncrementAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IncrementAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(674, 445);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 39;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSubmit
//
this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSubmit.ForeColor = System.Drawing.Color.White;
this.btnSubmit.Location = new System.Drawing.Point(583, 445);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(85, 30);
this.btnSubmit.TabIndex = 38;
this.btnSubmit.Text = "提交(&S)";
this.btnSubmit.UseVisualStyleBackColor = false;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(12, 38);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvJobs);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvGoods);
this.splitContainer1.Size = new System.Drawing.Size(747, 401);
this.splitContainer1.SplitterDistance = 349;
this.splitContainer1.TabIndex = 40;
//
// JobsId
//
this.JobsId.DataPropertyName = "JobsId";
this.JobsId.HeaderText = "工种ID";
this.JobsId.Name = "JobsId";
this.JobsId.ReadOnly = true;
this.JobsId.Visible = false;
//
// JobsCode
//
this.JobsCode.DataPropertyName = "JobsCode";
this.JobsCode.HeaderText = "工种编码";
this.JobsCode.Name = "JobsCode";
this.JobsCode.Width = 140;
//
// JobsName
//
this.JobsName.DataPropertyName = "JobsName";
this.JobsName.HeaderText = "工种名称";
this.JobsName.Name = "JobsName";
this.JobsName.ReadOnly = true;
this.JobsName.Width = 140;
//
// Baseamount
//
this.Baseamount.DataPropertyName = "Baseamount";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Baseamount.DefaultCellStyle = dataGridViewCellStyle3;
this.Baseamount.HeaderText = "基础金额";
this.Baseamount.MaxValue = new decimal(new int[] {
999999,
0,
0,
0});
this.Baseamount.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.Baseamount.Name = "Baseamount";
this.Baseamount.Number = new System.Drawing.Point(6, 6);
this.Baseamount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Baseamount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// Isend
//
this.Isend.DataPropertyName = "Isend";
this.Isend.FalseValue = "0";
this.Isend.HeaderText = "是否扣完为止";
this.Isend.Name = "Isend";
this.Isend.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Isend.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Isend.TrueValue = "1";
//
// isHave
//
this.isHave.DataPropertyName = "isHave";
this.isHave.HeaderText = "isHave";
this.isHave.Name = "isHave";
this.isHave.ReadOnly = true;
this.isHave.Visible = false;
//
// F_TAT_0403
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(771, 500);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSubmit);
this.Controls.Add(this.tsrOperate);
this.Name = "F_TAT_0403";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_TAT_0403";
this.Load += new System.EventHandler(this.F_TAT_0403_Load);
this.Controls.SetChildIndex(this.tsrOperate, 0);
this.Controls.SetChildIndex(this.btnSubmit, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.splitContainer1, 0);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
private System.Windows.Forms.ToolStripButton tsbtnCreateGoods;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private Basics.BaseControls.C_DataGridView dgvJobs;
private Basics.BaseControls.C_DataGridView dgvGoods;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Button btnSubmit;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsId;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private Basics.BaseControls.C_DGV_Column_Digital ComplianceRate;
private Basics.BaseControls.C_DGV_Column_Digital IncrementSeed;
private Basics.BaseControls.C_DGV_Column_Digital IncrementAmount;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
private Basics.BaseControls.C_DGV_Column_Digital Baseamount;
private System.Windows.Forms.DataGridViewCheckBoxColumn Isend;
private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
}
}