FormTaskDis_dtl.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace WCS_Client.From
  2. {
  3. partial class FormTaskDis_dtl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dgvTaskdtl = new CCWin.SkinControl.SkinDataGridView();
  33. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.parentid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.taskno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.posidcur = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.posidnext = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.executedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.RN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // dgvTaskdtl
  46. //
  47. this.dgvTaskdtl.AllowUserToAddRows = false;
  48. this.dgvTaskdtl.AllowUserToDeleteRows = false;
  49. this.dgvTaskdtl.AllowUserToOrderColumns = true;
  50. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  51. this.dgvTaskdtl.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  52. this.dgvTaskdtl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.dgvTaskdtl.BackgroundColor = System.Drawing.SystemColors.Window;
  56. this.dgvTaskdtl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  57. this.dgvTaskdtl.ColumnFont = null;
  58. this.dgvTaskdtl.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  59. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  60. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  61. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  63. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  64. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  65. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  66. this.dgvTaskdtl.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  67. this.dgvTaskdtl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  68. this.dgvTaskdtl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  69. this.id,
  70. this.parentid,
  71. this.taskno,
  72. this.posidcur,
  73. this.posidnext,
  74. this.description,
  75. this.notes,
  76. this.executedate,
  77. this.RN});
  78. this.dgvTaskdtl.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  79. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  80. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  83. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  84. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  85. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  86. this.dgvTaskdtl.DefaultCellStyle = dataGridViewCellStyle3;
  87. this.dgvTaskdtl.EnableHeadersVisualStyles = false;
  88. this.dgvTaskdtl.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  89. this.dgvTaskdtl.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dgvTaskdtl.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  91. this.dgvTaskdtl.Location = new System.Drawing.Point(7, 31);
  92. this.dgvTaskdtl.Name = "dgvTaskdtl";
  93. this.dgvTaskdtl.ReadOnly = true;
  94. this.dgvTaskdtl.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  95. this.dgvTaskdtl.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  96. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  97. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  98. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  99. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  100. this.dgvTaskdtl.RowsDefaultCellStyle = dataGridViewCellStyle4;
  101. this.dgvTaskdtl.RowTemplate.Height = 23;
  102. this.dgvTaskdtl.Size = new System.Drawing.Size(1118, 487);
  103. this.dgvTaskdtl.TabIndex = 20;
  104. this.dgvTaskdtl.TitleBack = null;
  105. this.dgvTaskdtl.TitleBackColorBegin = System.Drawing.Color.White;
  106. this.dgvTaskdtl.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  107. //
  108. // id
  109. //
  110. this.id.DataPropertyName = "id";
  111. this.id.HeaderText = "id";
  112. this.id.Name = "id";
  113. this.id.ReadOnly = true;
  114. this.id.Visible = false;
  115. //
  116. // parentid
  117. //
  118. this.parentid.DataPropertyName = "parentid";
  119. this.parentid.HeaderText = "parentid";
  120. this.parentid.Name = "parentid";
  121. this.parentid.ReadOnly = true;
  122. this.parentid.Visible = false;
  123. //
  124. // taskno
  125. //
  126. this.taskno.DataPropertyName = "taskno";
  127. this.taskno.HeaderText = "任务号";
  128. this.taskno.Name = "taskno";
  129. this.taskno.ReadOnly = true;
  130. //
  131. // posidcur
  132. //
  133. this.posidcur.DataPropertyName = "posidcur";
  134. this.posidcur.HeaderText = "当前地址";
  135. this.posidcur.Name = "posidcur";
  136. this.posidcur.ReadOnly = true;
  137. //
  138. // posidnext
  139. //
  140. this.posidnext.DataPropertyName = "posidnext";
  141. this.posidnext.HeaderText = "下个地址";
  142. this.posidnext.Name = "posidnext";
  143. this.posidnext.ReadOnly = true;
  144. //
  145. // description
  146. //
  147. this.description.DataPropertyName = "description";
  148. this.description.HeaderText = "描述";
  149. this.description.Name = "description";
  150. this.description.ReadOnly = true;
  151. this.description.Width = 470;
  152. //
  153. // notes
  154. //
  155. this.notes.DataPropertyName = "notes";
  156. this.notes.HeaderText = "备注";
  157. this.notes.Name = "notes";
  158. this.notes.ReadOnly = true;
  159. //
  160. // executedate
  161. //
  162. this.executedate.DataPropertyName = "executedate";
  163. this.executedate.HeaderText = "执行时间";
  164. this.executedate.Name = "executedate";
  165. this.executedate.ReadOnly = true;
  166. this.executedate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  167. this.executedate.Width = 200;
  168. //
  169. // RN
  170. //
  171. this.RN.DataPropertyName = "RN";
  172. this.RN.HeaderText = "RN";
  173. this.RN.Name = "RN";
  174. this.RN.ReadOnly = true;
  175. this.RN.Visible = false;
  176. //
  177. // FormTaskDis_dtl
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(1132, 525);
  182. this.Controls.Add(this.dgvTaskdtl);
  183. this.MaximizeBox = false;
  184. this.Name = "FormTaskDis_dtl";
  185. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  186. this.Text = "任务明细";
  187. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).EndInit();
  188. this.ResumeLayout(false);
  189. }
  190. #endregion
  191. private CCWin.SkinControl.SkinDataGridView dgvTaskdtl;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  193. private System.Windows.Forms.DataGridViewTextBoxColumn parentid;
  194. private System.Windows.Forms.DataGridViewTextBoxColumn taskno;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn posidcur;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn posidnext;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn description;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn notes;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn executedate;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn RN;
  201. }
  202. }