namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0102
{
///
/// 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 dataGridViewCellStyle10 = 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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0102));
this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
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.FineAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lblMoney = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnEdit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtMoney = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// dgvJobs
//
this.dgvJobs.AllowUserToModifyRows = true;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
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;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.JobsId,
this.JobsCode,
this.JobsName,
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)));
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle12;
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, 0);
this.dgvJobs.MultiSelect = false;
this.dgvJobs.Name = "dgvJobs";
this.dgvJobs.RefreshAtHscroll = false;
this.dgvJobs.RowHeadersWidth = 50;
this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle13;
this.dgvJobs.RowTemplate.Height = 21;
this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvJobs.Size = new System.Drawing.Size(354, 424);
this.dgvJobs.SortOrderColumnName = null;
this.dgvJobs.TabIndex = 22;
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);
//
// JobsId
//
this.JobsId.DataPropertyName = "JobsId";
this.JobsId.HeaderText = "工种ID";
this.JobsId.Name = "JobsId";
this.JobsId.Visible = false;
//
// JobsCode
//
this.JobsCode.DataPropertyName = "JobsCode";
this.JobsCode.HeaderText = "工种编码";
this.JobsCode.Name = "JobsCode";
this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.JobsCode.Width = 140;
//
// JobsName
//
this.JobsName.DataPropertyName = "JobsName";
this.JobsName.HeaderText = "工种名称";
this.JobsName.Name = "JobsName";
this.JobsName.ReadOnly = true;
this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.JobsName.Width = 140;
//
// isHave
//
this.isHave.DataPropertyName = "isHave";
this.isHave.HeaderText = "isHave";
this.isHave.Name = "isHave";
this.isHave.Visible = false;
//
// dgvGoods
//
this.dgvGoods.AllowUserToAddRows = false;
this.dgvGoods.AllowUserToModifyRows = true;
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle14;
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;
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GoodsId,
this.GoodsCode,
this.GoodsName,
this.FineAmount});
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)));
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle17;
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, 0);
this.dgvGoods.MultiSelect = false;
this.dgvGoods.Name = "dgvGoods";
this.dgvGoods.RefreshAtHscroll = false;
this.dgvGoods.RowHeadersWidth = 50;
this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle18;
this.dgvGoods.RowTemplate.Height = 21;
this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoods.Size = new System.Drawing.Size(372, 424);
this.dgvGoods.SortOrderColumnName = null;
this.dgvGoods.TabIndex = 22;
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.Visible = false;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
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;
//
// FineAmount
//
this.FineAmount.DataPropertyName = "FineAmount";
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.FineAmount.DefaultCellStyle = dataGridViewCellStyle16;
this.FineAmount.HeaderText = "扣罚金额";
this.FineAmount.MaxValue = new decimal(new int[] {
9999999,
0,
0,
0});
this.FineAmount.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.FineAmount.Name = "FineAmount";
this.FineAmount.Number = new System.Drawing.Point(6, 6);
this.FineAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// btnSave
//
this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(578, 510);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 26;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(669, 510);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 27;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(766, 35);
this.tsrOperate.TabIndex = 28;
//
// 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);
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(12, 77);
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(742, 427);
this.splitContainer1.SplitterDistance = 360;
this.splitContainer1.TabIndex = 29;
//
// lblMoney
//
this.lblMoney.AutoSize = true;
this.lblMoney.BackColor = System.Drawing.Color.Transparent;
this.lblMoney.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMoney.Location = new System.Drawing.Point(455, 48);
this.lblMoney.Name = "lblMoney";
this.lblMoney.Size = new System.Drawing.Size(53, 12);
this.lblMoney.TabIndex = 30;
this.lblMoney.Text = "扣罚金额";
//
// btnEdit
//
this.btnEdit.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnEdit.BackColor = System.Drawing.Color.Transparent;
this.btnEdit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
this.btnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnEdit.ForeColor = System.Drawing.Color.White;
this.btnEdit.Location = new System.Drawing.Point(666, 40);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(85, 30);
this.btnEdit.TabIndex = 31;
this.btnEdit.Text = "修改(&U)";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// txtMoney
//
this.txtMoney.BackColor = System.Drawing.SystemColors.Window;
this.txtMoney.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMoney.ErrorMessage = "";
this.txtMoney.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMoney.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtMoney.Location = new System.Drawing.Point(514, 45);
this.txtMoney.MaxLength = 13;
this.txtMoney.MaxValue = new decimal(new int[] {
-1,
-1,
-1,
0});
this.txtMoney.MinValue = new decimal(new int[] {
-1,
-1,
-1,
-2147483648});
this.txtMoney.Name = "txtMoney";
this.txtMoney.Number = new System.Drawing.Point(6, 6);
this.txtMoney.Size = new System.Drawing.Size(146, 21);
this.txtMoney.TabIndex = 32;
this.txtMoney.TextValue = "";
//
// F_TAT_0102
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(766, 565);
this.Controls.Add(this.txtMoney);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.lblMoney);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_TAT_0102";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "缺陷扣罚策略明细";
this.Load += new System.EventHandler(this.F_TAT_0102_Load);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.tsrOperate, 0);
this.Controls.SetChildIndex(this.splitContainer1, 0);
this.Controls.SetChildIndex(this.lblMoney, 0);
this.Controls.SetChildIndex(this.btnEdit, 0);
this.Controls.SetChildIndex(this.txtMoney, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
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_DataGridView dgvJobs;
private Basics.BaseControls.C_DataGridView dgvGoods;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripButton tsbtnCreateGoods;
private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
private Basics.BaseControls.C_Label lblMoney;
private Basics.BaseControls.C_Button btnEdit;
private Basics.BaseControls.C_TXT_Digital txtMoney;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
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 FineAmount;
}
}