namespace WCS_Client.From { partial class FormTaskDis_dtl { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvTaskdtl = new CCWin.SkinControl.SkinDataGridView(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.parentid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.taskno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.posidcur = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.posidnext = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.description = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.notes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.executedate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RN = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).BeginInit(); this.SuspendLayout(); // // dgvTaskdtl // this.dgvTaskdtl.AllowUserToAddRows = false; this.dgvTaskdtl.AllowUserToDeleteRows = false; this.dgvTaskdtl.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253))))); this.dgvTaskdtl.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvTaskdtl.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.dgvTaskdtl.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvTaskdtl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvTaskdtl.ColumnFont = null; this.dgvTaskdtl.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvTaskdtl.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvTaskdtl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTaskdtl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.parentid, this.taskno, this.posidcur, this.posidnext, this.description, this.notes, this.executedate, this.RN}); this.dgvTaskdtl.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvTaskdtl.DefaultCellStyle = dataGridViewCellStyle3; this.dgvTaskdtl.EnableHeadersVisualStyles = false; this.dgvTaskdtl.GridColor = System.Drawing.SystemColors.GradientActiveCaption; this.dgvTaskdtl.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvTaskdtl.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTaskdtl.Location = new System.Drawing.Point(7, 31); this.dgvTaskdtl.Name = "dgvTaskdtl"; this.dgvTaskdtl.ReadOnly = true; this.dgvTaskdtl.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgvTaskdtl.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTaskdtl.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvTaskdtl.RowTemplate.Height = 23; this.dgvTaskdtl.Size = new System.Drawing.Size(1118, 487); this.dgvTaskdtl.TabIndex = 20; this.dgvTaskdtl.TitleBack = null; this.dgvTaskdtl.TitleBackColorBegin = System.Drawing.Color.White; this.dgvTaskdtl.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242))))); // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // parentid // this.parentid.DataPropertyName = "parentid"; this.parentid.HeaderText = "parentid"; this.parentid.Name = "parentid"; this.parentid.ReadOnly = true; this.parentid.Visible = false; // // taskno // this.taskno.DataPropertyName = "taskno"; this.taskno.HeaderText = "任务号"; this.taskno.Name = "taskno"; this.taskno.ReadOnly = true; // // posidcur // this.posidcur.DataPropertyName = "posidcur"; this.posidcur.HeaderText = "当前地址"; this.posidcur.Name = "posidcur"; this.posidcur.ReadOnly = true; // // posidnext // this.posidnext.DataPropertyName = "posidnext"; this.posidnext.HeaderText = "下个地址"; this.posidnext.Name = "posidnext"; this.posidnext.ReadOnly = true; // // description // this.description.DataPropertyName = "description"; this.description.HeaderText = "描述"; this.description.Name = "description"; this.description.ReadOnly = true; this.description.Width = 470; // // notes // this.notes.DataPropertyName = "notes"; this.notes.HeaderText = "备注"; this.notes.Name = "notes"; this.notes.ReadOnly = true; // // executedate // this.executedate.DataPropertyName = "executedate"; this.executedate.HeaderText = "执行时间"; this.executedate.Name = "executedate"; this.executedate.ReadOnly = true; this.executedate.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.executedate.Width = 200; // // RN // this.RN.DataPropertyName = "RN"; this.RN.HeaderText = "RN"; this.RN.Name = "RN"; this.RN.ReadOnly = true; this.RN.Visible = false; // // FormTaskDis_dtl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1132, 525); this.Controls.Add(this.dgvTaskdtl); this.MaximizeBox = false; this.Name = "FormTaskDis_dtl"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "任务明细"; ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).EndInit(); this.ResumeLayout(false); } #endregion private CCWin.SkinControl.SkinDataGridView dgvTaskdtl; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn parentid; private System.Windows.Forms.DataGridViewTextBoxColumn taskno; private System.Windows.Forms.DataGridViewTextBoxColumn posidcur; private System.Windows.Forms.DataGridViewTextBoxColumn posidnext; private System.Windows.Forms.DataGridViewTextBoxColumn description; private System.Windows.Forms.DataGridViewTextBoxColumn notes; private System.Windows.Forms.DataGridViewTextBoxColumn executedate; private System.Windows.Forms.DataGridViewTextBoxColumn RN; } }