namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0202 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0202)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton(); this.tsbtnOther = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.palSalaryType = new System.Windows.Forms.Panel(); this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); 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.PriceType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox(); this.OneCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.OnePrice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.tsrOperate.SuspendLayout(); this.c_GroupBox1.SuspendLayout(); this.palSalaryType.SuspendLayout(); this.c_GroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit(); 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.tsbtnOther, this.toolStripSeparator3, 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(752, 35); this.tsrOperate.TabIndex = 2; // // 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); // // tsbtnOther // this.tsbtnOther.AutoSize = false; this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnOther.Name = "tsbtnOther"; this.tsbtnOther.Size = new System.Drawing.Size(60, 25); this.tsbtnOther.Text = "明细(&O)"; this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_Click); // // toolStripSeparator3 // this.toolStripSeparator3.AutoSize = false; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // 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); // // c_GroupBox1 // this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.palSalaryType); this.c_GroupBox1.Controls.Add(this.lblStartTime); this.c_GroupBox1.Controls.Add(this.lblSalaryType); this.c_GroupBox1.Controls.Add(this.dtpStartTime); this.c_GroupBox1.Controls.Add(this.txtRemarks); this.c_GroupBox1.Controls.Add(this.lblRemarks); this.c_GroupBox1.Controls.Add(this.txtWagesName); this.c_GroupBox1.Controls.Add(this.lblWagesName); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(12, 38); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(728, 107); this.c_GroupBox1.TabIndex = 3; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "基础信息 ▼"; // // palSalaryType // this.palSalaryType.BackColor = System.Drawing.Color.Transparent; this.palSalaryType.Controls.Add(this.cbTrial); this.palSalaryType.Controls.Add(this.cbCeremonial); this.palSalaryType.Location = new System.Drawing.Point(494, 20); this.palSalaryType.Name = "palSalaryType"; this.palSalaryType.Size = new System.Drawing.Size(228, 21); this.palSalaryType.TabIndex = 130; // // cbTrial // this.cbTrial.AutoSize = true; this.cbTrial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbTrial.Location = new System.Drawing.Point(104, 3); this.cbTrial.Name = "cbTrial"; this.cbTrial.Size = new System.Drawing.Size(95, 16); this.cbTrial.TabIndex = 8; this.cbTrial.TabStop = true; this.cbTrial.Text = "试用员工策略"; this.cbTrial.UseVisualStyleBackColor = true; // // cbCeremonial // this.cbCeremonial.AutoSize = true; this.cbCeremonial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbCeremonial.Location = new System.Drawing.Point(3, 3); this.cbCeremonial.Name = "cbCeremonial"; this.cbCeremonial.Size = new System.Drawing.Size(95, 16); this.cbCeremonial.TabIndex = 7; this.cbCeremonial.TabStop = true; this.cbCeremonial.Text = "正式员工策略"; this.cbCeremonial.UseVisualStyleBackColor = true; // // lblStartTime // this.lblStartTime.AutoSize = true; this.lblStartTime.BackColor = System.Drawing.Color.Transparent; this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblStartTime.Location = new System.Drawing.Point(249, 25); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(53, 12); this.lblStartTime.TabIndex = 116; this.lblStartTime.Text = "开始时间"; // // lblSalaryType // this.lblSalaryType.AutoSize = true; this.lblSalaryType.BackColor = System.Drawing.Color.Transparent; this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSalaryType.Location = new System.Drawing.Point(435, 24); this.lblSalaryType.Name = "lblSalaryType"; this.lblSalaryType.Size = new System.Drawing.Size(53, 12); this.lblSalaryType.TabIndex = 111; this.lblSalaryType.Text = "策略类型"; // // dtpStartTime // this.dtpStartTime.CustomFormat = "yyyy-MM"; this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartTime.Location = new System.Drawing.Point(308, 20); this.dtpStartTime.Name = "dtpStartTime"; this.dtpStartTime.Size = new System.Drawing.Size(121, 21); this.dtpStartTime.TabIndex = 23; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(65, 45); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(657, 56); this.txtRemarks.TabIndex = 16; // // lblRemarks // this.lblRemarks.AutoSize = true; this.lblRemarks.BackColor = System.Drawing.Color.Transparent; this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRemarks.Location = new System.Drawing.Point(6, 48); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(53, 12); this.lblRemarks.TabIndex = 15; this.lblRemarks.Text = "策略备注"; // // txtWagesName // this.txtWagesName.BackColor = System.Drawing.Color.Yellow; this.txtWagesName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtWagesName.ErrorMessage = ""; this.txtWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtWagesName.IsMustInput = true; this.txtWagesName.Location = new System.Drawing.Point(65, 20); this.txtWagesName.MaxLength = 70; this.txtWagesName.Name = "txtWagesName"; this.txtWagesName.Size = new System.Drawing.Size(178, 21); this.txtWagesName.TabIndex = 1; // // lblWagesName // this.lblWagesName.AutoSize = true; this.lblWagesName.BackColor = System.Drawing.Color.Transparent; this.lblWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWagesName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblWagesName.Location = new System.Drawing.Point(6, 24); this.lblWagesName.Name = "lblWagesName"; this.lblWagesName.Size = new System.Drawing.Size(53, 12); this.lblWagesName.TabIndex = 0; this.lblWagesName.Text = "策略名称"; // // c_GroupBox2 // this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage"))); this.c_GroupBox2.CanExpand = false; this.c_GroupBox2.Controls.Add(this.dgvJobs); this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox2.IsMustInput = false; this.c_GroupBox2.Location = new System.Drawing.Point(12, 151); this.c_GroupBox2.Name = "c_GroupBox2"; this.c_GroupBox2.OriginalHeight = -1; this.c_GroupBox2.Size = new System.Drawing.Size(728, 331); this.c_GroupBox2.TabIndex = 117; this.c_GroupBox2.TabStop = false; this.c_GroupBox2.Text = "对应工种 ▼"; // // 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.None; 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.PriceType, this.OneCount, this.OnePrice, 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))); dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle5; 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(8, 20); this.dgvJobs.MultiSelect = false; this.dgvJobs.Name = "dgvJobs"; this.dgvJobs.RefreshAtHscroll = false; this.dgvJobs.RowHeadersWidth = 50; this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvJobs.RowTemplate.Height = 21; this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvJobs.Size = new System.Drawing.Size(714, 305); this.dgvJobs.SortOrderColumnName = null; this.dgvJobs.TabIndex = 23; 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); // // 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 = 120; // // 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 = 120; // // PriceType // this.PriceType.DataPropertyName = "PriceType"; this.PriceType.HeaderText = "计价类别"; this.PriceType.Name = "PriceType"; this.PriceType.ReadOnly = true; this.PriceType.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.PriceType.Width = 120; // // OneCount // this.OneCount.DataPropertyName = "OneCount"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.OneCount.DefaultCellStyle = dataGridViewCellStyle3; this.OneCount.HeaderText = "计价单位数量"; this.OneCount.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.OneCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.OneCount.Name = "OneCount"; this.OneCount.Number = new System.Drawing.Point(6, 6); this.OneCount.ReadOnly = true; this.OneCount.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.OneCount.Width = 120; // // OnePrice // this.OnePrice.DataPropertyName = "OnePrice"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.OnePrice.DefaultCellStyle = dataGridViewCellStyle4; this.OnePrice.HeaderText = "单位数量价格"; this.OnePrice.MaxValue = new decimal(new int[] { 0, 0, 0, 0}); this.OnePrice.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.OnePrice.Name = "OnePrice"; this.OnePrice.Number = new System.Drawing.Point(6, 6); this.OnePrice.ReadOnly = true; this.OnePrice.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.OnePrice.Width = 120; // // isHave // this.isHave.DataPropertyName = "isHave"; this.isHave.HeaderText = "isHave"; this.isHave.Name = "isHave"; this.isHave.Visible = false; // // btnSubmit // this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None; 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(558, 488); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 118; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // btnClose // this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None; 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(649, 488); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 119; this.btnClose.Text = "关闭(&C)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnPass // this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnPass.BackColor = System.Drawing.Color.Transparent; this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage"))); this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPass.ForeColor = System.Drawing.Color.White; this.btnPass.Location = new System.Drawing.Point(20, 488); this.btnPass.Name = "btnPass"; this.btnPass.Size = new System.Drawing.Size(85, 30); this.btnPass.TabIndex = 131; this.btnPass.Text = "审批通过(&S)"; this.btnPass.UseVisualStyleBackColor = false; this.btnPass.Visible = false; this.btnPass.Click += new System.EventHandler(this.btnPass_Click); // // btnReturn // this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnReturn.BackColor = System.Drawing.Color.Transparent; this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage"))); this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnReturn.ForeColor = System.Drawing.Color.White; this.btnReturn.Location = new System.Drawing.Point(111, 488); this.btnReturn.Name = "btnReturn"; this.btnReturn.Size = new System.Drawing.Size(85, 30); this.btnReturn.TabIndex = 132; this.btnReturn.Text = "审批驳回(&S)"; this.btnReturn.UseVisualStyleBackColor = false; this.btnReturn.Visible = false; this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click); // // F_TAT_0202 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 545); this.Controls.Add(this.btnReturn); this.Controls.Add(this.btnPass); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.c_GroupBox2); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.tsrOperate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_TAT_0202"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0202"; this.Load += new System.EventHandler(this.F_TAT_0202_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.c_GroupBox2, 0); this.Controls.SetChildIndex(this.btnSubmit, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnPass, 0); this.Controls.SetChildIndex(this.btnReturn, 0); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); this.palSalaryType.ResumeLayout(false); this.palSalaryType.PerformLayout(); this.c_GroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnOther; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private Basics.BaseControls.C_GroupBox c_GroupBox1; private Basics.BaseControls.C_Label lblSalaryType; private Basics.BaseControls.C_DateTimePicker dtpStartTime; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtWagesName; private Basics.BaseControls.C_Label lblWagesName; private Basics.BaseControls.C_Label lblStartTime; private Basics.BaseControls.C_GroupBox c_GroupBox2; private Basics.BaseControls.C_DataGridView dgvJobs; private Basics.BaseControls.C_Button btnSubmit; private Basics.BaseControls.C_Button btnClose; private System.Windows.Forms.Panel palSalaryType; private Basics.BaseControls.C_RadioButton cbTrial; private Basics.BaseControls.C_RadioButton cbCeremonial; private System.Windows.Forms.ToolStripButton tsbtnCreateJobs; private Basics.BaseControls.C_Button btnPass; private Basics.BaseControls.C_Button btnReturn; private System.Windows.Forms.DataGridViewTextBoxColumn JobsId; private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode; private System.Windows.Forms.DataGridViewTextBoxColumn JobsName; private Basics.BaseControls.C_DGV_Column_ListBoxComboBox PriceType; private Basics.BaseControls.C_DGV_Column_Digital OneCount; private Basics.BaseControls.C_DGV_Column_Digital OnePrice; private System.Windows.Forms.DataGridViewTextBoxColumn isHave; } }