UControl_Log.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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 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.label1 = new System.Windows.Forms.Label();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.dgvLog = new System.Windows.Forms.DataGridView();
  35. this.ColCutHoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.ColStep = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ColState = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.lblLogCount = new System.Windows.Forms.Label();
  42. this.pbClose = new System.Windows.Forms.PictureBox();
  43. this.panel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
  45. this.panel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  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. // dgvLog
  72. //
  73. this.dgvLog.AllowUserToAddRows = false;
  74. this.dgvLog.AllowUserToDeleteRows = false;
  75. this.dgvLog.AllowUserToResizeColumns = false;
  76. this.dgvLog.AllowUserToResizeRows = false;
  77. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  78. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  79. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  81. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  82. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  83. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  84. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  85. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  86. this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  87. this.ColCutHoleName,
  88. this.ColStep,
  89. this.ColTime,
  90. this.ColState});
  91. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  92. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  93. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  95. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  96. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  97. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  98. this.dgvLog.DefaultCellStyle = dataGridViewCellStyle2;
  99. this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.dgvLog.EnableHeadersVisualStyles = false;
  101. this.dgvLog.Location = new System.Drawing.Point(0, 30);
  102. this.dgvLog.MultiSelect = false;
  103. this.dgvLog.Name = "dgvLog";
  104. this.dgvLog.ReadOnly = true;
  105. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  106. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  107. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  109. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  110. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  112. this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  113. this.dgvLog.RowHeadersVisible = false;
  114. this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  115. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  116. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
  117. this.dgvLog.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.WindowText;
  118. this.dgvLog.RowTemplate.Height = 23;
  119. this.dgvLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  120. this.dgvLog.ShowCellErrors = false;
  121. this.dgvLog.ShowCellToolTips = false;
  122. this.dgvLog.ShowEditingIcon = false;
  123. this.dgvLog.ShowRowErrors = false;
  124. this.dgvLog.Size = new System.Drawing.Size(718, 368);
  125. this.dgvLog.TabIndex = 4;
  126. this.dgvLog.TabStop = false;
  127. this.dgvLog.SelectionChanged += new System.EventHandler(this.dgvLog_SelectionChanged);
  128. //
  129. // ColCutHoleName
  130. //
  131. this.ColCutHoleName.DataPropertyName = "CutHoleName";
  132. this.ColCutHoleName.HeaderText = "切孔名称";
  133. this.ColCutHoleName.Name = "ColCutHoleName";
  134. this.ColCutHoleName.ReadOnly = true;
  135. this.ColCutHoleName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  136. this.ColCutHoleName.Visible = false;
  137. this.ColCutHoleName.Width = 180;
  138. //
  139. // ColStep
  140. //
  141. this.ColStep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  142. this.ColStep.DataPropertyName = "Name";
  143. this.ColStep.HeaderText = "步骤名称";
  144. this.ColStep.Name = "ColStep";
  145. this.ColStep.ReadOnly = true;
  146. this.ColStep.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  147. this.ColStep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  148. //
  149. // ColTime
  150. //
  151. this.ColTime.DataPropertyName = "Time";
  152. this.ColTime.HeaderText = "完成时间";
  153. this.ColTime.Name = "ColTime";
  154. this.ColTime.ReadOnly = true;
  155. this.ColTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  156. this.ColTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  157. this.ColTime.Width = 180;
  158. //
  159. // ColState
  160. //
  161. this.ColState.DataPropertyName = "state";
  162. this.ColState.HeaderText = "状态";
  163. this.ColState.Name = "ColState";
  164. this.ColState.ReadOnly = true;
  165. this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  166. this.ColState.Visible = false;
  167. this.ColState.Width = 180;
  168. //
  169. // panel2
  170. //
  171. this.panel2.BackColor = System.Drawing.Color.White;
  172. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  173. this.panel2.Controls.Add(this.label2);
  174. this.panel2.Controls.Add(this.lblLogCount);
  175. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  176. this.panel2.Location = new System.Drawing.Point(0, 375);
  177. this.panel2.Name = "panel2";
  178. this.panel2.Size = new System.Drawing.Size(718, 23);
  179. this.panel2.TabIndex = 5;
  180. //
  181. // label2
  182. //
  183. this.label2.AutoSize = true;
  184. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  185. this.label2.ForeColor = System.Drawing.Color.Black;
  186. this.label2.Location = new System.Drawing.Point(8, 4);
  187. this.label2.Name = "label2";
  188. this.label2.Size = new System.Drawing.Size(49, 14);
  189. this.label2.TabIndex = 1;
  190. this.label2.Text = "共计:";
  191. //
  192. // lblLogCount
  193. //
  194. this.lblLogCount.AutoSize = true;
  195. this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F);
  196. this.lblLogCount.ForeColor = System.Drawing.Color.Black;
  197. this.lblLogCount.Location = new System.Drawing.Point(52, 4);
  198. this.lblLogCount.Name = "lblLogCount";
  199. this.lblLogCount.Size = new System.Drawing.Size(0, 14);
  200. this.lblLogCount.TabIndex = 0;
  201. //
  202. // pbClose
  203. //
  204. this.pbClose.BackColor = System.Drawing.Color.Black;
  205. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  206. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  207. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  208. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  209. this.pbClose.Location = new System.Drawing.Point(686, 0);
  210. this.pbClose.Name = "pbClose";
  211. this.pbClose.Size = new System.Drawing.Size(32, 30);
  212. this.pbClose.TabIndex = 107;
  213. this.pbClose.TabStop = false;
  214. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  215. //
  216. // UControl_Log
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  220. this.BackColor = System.Drawing.Color.Black;
  221. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  222. this.Controls.Add(this.panel2);
  223. this.Controls.Add(this.dgvLog);
  224. this.Controls.Add(this.panel1);
  225. this.Name = "UControl_Log";
  226. this.Size = new System.Drawing.Size(718, 398);
  227. this.panel1.ResumeLayout(false);
  228. this.panel1.PerformLayout();
  229. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  230. this.panel2.ResumeLayout(false);
  231. this.panel2.PerformLayout();
  232. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. private System.Windows.Forms.Label label1;
  237. private System.Windows.Forms.Panel panel1;
  238. private System.Windows.Forms.Panel panel2;
  239. private System.Windows.Forms.Label lblLogCount;
  240. private System.Windows.Forms.Label label2;
  241. private System.Windows.Forms.DataGridView dgvLog;
  242. private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName;
  243. private System.Windows.Forms.DataGridViewTextBoxColumn ColStep;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn ColTime;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn ColState;
  246. private System.Windows.Forms.PictureBox pbClose;
  247. }
  248. }