namespace Cyberpipe.EMS_Forms { partial class Form_TaskInfo { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridViewX_TaskInfo = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.定位点编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.定位时间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.是否定位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.标识器编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.任务编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_TaskInfo)).BeginInit(); this.SuspendLayout(); // // dataGridViewX_TaskInfo // this.dataGridViewX_TaskInfo.AllowUserToAddRows = false; this.dataGridViewX_TaskInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX_TaskInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.定位点编号, this.定位时间, this.是否定位, this.标识器编号, this.任务编号}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX_TaskInfo.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX_TaskInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewX_TaskInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX_TaskInfo.Location = new System.Drawing.Point(0, 0); this.dataGridViewX_TaskInfo.Name = "dataGridViewX_TaskInfo"; this.dataGridViewX_TaskInfo.RowTemplate.Height = 23; this.dataGridViewX_TaskInfo.Size = new System.Drawing.Size(544, 349); this.dataGridViewX_TaskInfo.TabIndex = 0; this.dataGridViewX_TaskInfo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX_TaskInfo_MouseDoubleClick); // // 定位点编号 // this.定位点编号.DataPropertyName = "DBID"; this.定位点编号.HeaderText = "定位点编号"; this.定位点编号.Name = "定位点编号"; this.定位点编号.ReadOnly = true; // // 定位时间 // this.定位时间.DataPropertyName = "CHECKTIME"; this.定位时间.HeaderText = "定位时间"; this.定位时间.Name = "定位时间"; this.定位时间.ReadOnly = true; // // 是否定位 // this.是否定位.DataPropertyName = "IS_CHECKED"; this.是否定位.HeaderText = "是否定位"; this.是否定位.Name = "是否定位"; this.是否定位.ReadOnly = true; // // 标识器编号 // this.标识器编号.DataPropertyName = "MARK_ID"; this.标识器编号.HeaderText = "标识器编号"; this.标识器编号.Name = "标识器编号"; this.标识器编号.ReadOnly = true; // // 任务编号 // this.任务编号.DataPropertyName = "TASK_ID"; this.任务编号.HeaderText = "任务编号"; this.任务编号.Name = "任务编号"; this.任务编号.ReadOnly = true; // // Form_TaskInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(544, 349); this.Controls.Add(this.dataGridViewX_TaskInfo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "Form_TaskInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工单详细信息"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_TaskInfo_FormClosing); this.Load += new System.EventHandler(this.Form_TaskInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_TaskInfo)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX_TaskInfo; private System.Windows.Forms.DataGridViewTextBoxColumn 定位点编号; private System.Windows.Forms.DataGridViewTextBoxColumn 定位时间; private System.Windows.Forms.DataGridViewTextBoxColumn 是否定位; private System.Windows.Forms.DataGridViewTextBoxColumn 标识器编号; private System.Windows.Forms.DataGridViewTextBoxColumn 任务编号; } }