UControl_Log.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. namespace HOZProject
  2. {
  3. partial class UControl_Log
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.pbClose = new System.Windows.Forms.PictureBox();
  35. this.dgvLog = new System.Windows.Forms.DataGridView();
  36. this.ColCutHoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ColStep = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ColState = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.lblLogCount = new System.Windows.Forms.Label();
  43. this.panel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
  46. this.panel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  53. this.label1.ForeColor = System.Drawing.Color.LightGray;
  54. this.label1.Location = new System.Drawing.Point(13, 8);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(63, 14);
  57. this.label1.TabIndex = 0;
  58. this.label1.Text = "查看日志";
  59. //
  60. // panel1
  61. //
  62. this.panel1.BackColor = System.Drawing.Color.Black;
  63. this.panel1.Controls.Add(this.pbClose);
  64. this.panel1.Controls.Add(this.label1);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Name = "panel1";
  68. this.panel1.Size = new System.Drawing.Size(718, 30);
  69. this.panel1.TabIndex = 3;
  70. //
  71. // pbClose
  72. //
  73. this.pbClose.BackColor = System.Drawing.Color.Black;
  74. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  75. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  76. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  77. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  78. this.pbClose.Location = new System.Drawing.Point(686, 0);
  79. this.pbClose.Name = "pbClose";
  80. this.pbClose.Size = new System.Drawing.Size(32, 30);
  81. this.pbClose.TabIndex = 107;
  82. this.pbClose.TabStop = false;
  83. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  84. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  85. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  86. //
  87. // dgvLog
  88. //
  89. this.dgvLog.AllowUserToAddRows = false;
  90. this.dgvLog.AllowUserToDeleteRows = false;
  91. this.dgvLog.AllowUserToResizeColumns = false;
  92. this.dgvLog.AllowUserToResizeRows = false;
  93. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  95. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  97. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  101. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  102. this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.ColCutHoleName,
  104. this.ColStep,
  105. this.ColTime,
  106. this.ColState});
  107. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  109. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  111. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  114. this.dgvLog.DefaultCellStyle = dataGridViewCellStyle6;
  115. this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.dgvLog.EnableHeadersVisualStyles = false;
  117. this.dgvLog.Location = new System.Drawing.Point(0, 30);
  118. this.dgvLog.MultiSelect = false;
  119. this.dgvLog.Name = "dgvLog";
  120. this.dgvLog.ReadOnly = true;
  121. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  122. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  123. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  125. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  126. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  128. this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  129. this.dgvLog.RowHeadersVisible = false;
  130. this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  131. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  132. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle8;
  133. this.dgvLog.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.WindowText;
  134. this.dgvLog.RowTemplate.Height = 23;
  135. this.dgvLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  136. this.dgvLog.ShowCellErrors = false;
  137. this.dgvLog.ShowCellToolTips = false;
  138. this.dgvLog.ShowEditingIcon = false;
  139. this.dgvLog.ShowRowErrors = false;
  140. this.dgvLog.Size = new System.Drawing.Size(718, 368);
  141. this.dgvLog.TabIndex = 4;
  142. this.dgvLog.TabStop = false;
  143. this.dgvLog.SelectionChanged += new System.EventHandler(this.dgvLog_SelectionChanged);
  144. //
  145. // ColCutHoleName
  146. //
  147. this.ColCutHoleName.DataPropertyName = "CutHoleName";
  148. this.ColCutHoleName.HeaderText = "切孔名称";
  149. this.ColCutHoleName.Name = "ColCutHoleName";
  150. this.ColCutHoleName.ReadOnly = true;
  151. this.ColCutHoleName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  152. this.ColCutHoleName.Visible = false;
  153. this.ColCutHoleName.Width = 180;
  154. //
  155. // ColStep
  156. //
  157. this.ColStep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  158. this.ColStep.DataPropertyName = "Name";
  159. this.ColStep.HeaderText = "步骤名称";
  160. this.ColStep.Name = "ColStep";
  161. this.ColStep.ReadOnly = true;
  162. this.ColStep.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  163. this.ColStep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  164. //
  165. // ColTime
  166. //
  167. this.ColTime.DataPropertyName = "Time";
  168. this.ColTime.HeaderText = "完成时间";
  169. this.ColTime.Name = "ColTime";
  170. this.ColTime.ReadOnly = true;
  171. this.ColTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  172. this.ColTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  173. this.ColTime.Width = 180;
  174. //
  175. // ColState
  176. //
  177. this.ColState.DataPropertyName = "state";
  178. this.ColState.HeaderText = "状态";
  179. this.ColState.Name = "ColState";
  180. this.ColState.ReadOnly = true;
  181. this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  182. this.ColState.Visible = false;
  183. this.ColState.Width = 180;
  184. //
  185. // panel2
  186. //
  187. this.panel2.BackColor = System.Drawing.Color.White;
  188. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  189. this.panel2.Controls.Add(this.label2);
  190. this.panel2.Controls.Add(this.lblLogCount);
  191. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  192. this.panel2.Location = new System.Drawing.Point(0, 375);
  193. this.panel2.Name = "panel2";
  194. this.panel2.Size = new System.Drawing.Size(718, 23);
  195. this.panel2.TabIndex = 5;
  196. //
  197. // label2
  198. //
  199. this.label2.AutoSize = true;
  200. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  201. this.label2.ForeColor = System.Drawing.Color.Black;
  202. this.label2.Location = new System.Drawing.Point(8, 4);
  203. this.label2.Name = "label2";
  204. this.label2.Size = new System.Drawing.Size(49, 14);
  205. this.label2.TabIndex = 1;
  206. this.label2.Text = "共计:";
  207. //
  208. // lblLogCount
  209. //
  210. this.lblLogCount.AutoSize = true;
  211. this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F);
  212. this.lblLogCount.ForeColor = System.Drawing.Color.Black;
  213. this.lblLogCount.Location = new System.Drawing.Point(57, 4);
  214. this.lblLogCount.Name = "lblLogCount";
  215. this.lblLogCount.Size = new System.Drawing.Size(28, 14);
  216. this.lblLogCount.TabIndex = 0;
  217. this.lblLogCount.Text = "0条";
  218. //
  219. // UControl_Log
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.BackColor = System.Drawing.Color.Black;
  224. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  225. this.Controls.Add(this.panel2);
  226. this.Controls.Add(this.dgvLog);
  227. this.Controls.Add(this.panel1);
  228. this.Name = "UControl_Log";
  229. this.Size = new System.Drawing.Size(718, 398);
  230. this.panel1.ResumeLayout(false);
  231. this.panel1.PerformLayout();
  232. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  234. this.panel2.ResumeLayout(false);
  235. this.panel2.PerformLayout();
  236. this.ResumeLayout(false);
  237. }
  238. #endregion
  239. private System.Windows.Forms.Label label1;
  240. private System.Windows.Forms.Panel panel1;
  241. private System.Windows.Forms.Panel panel2;
  242. private System.Windows.Forms.Label lblLogCount;
  243. private System.Windows.Forms.Label label2;
  244. private System.Windows.Forms.DataGridView dgvLog;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn ColStep;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn ColTime;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn ColState;
  249. private System.Windows.Forms.PictureBox pbClose;
  250. }
  251. }