UControl_Log.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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.pbClose = new System.Windows.Forms.PictureBox();
  35. this.dgvLog = new System.Windows.Forms.DataGridView();
  36. this.ColCutHoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ColStep = 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. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  95. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  97. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  101. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  102. this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.ColCutHoleName,
  104. this.ColTime,
  105. this.ColStep,
  106. this.ColState});
  107. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  109. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  111. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  114. this.dgvLog.DefaultCellStyle = dataGridViewCellStyle2;
  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. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  122. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  123. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  125. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
  126. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  128. this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  129. this.dgvLog.RowHeadersVisible = false;
  130. this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  131. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  132. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
  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 = "HoleName";
  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.Width = 180;
  153. //
  154. // ColTime
  155. //
  156. this.ColTime.DataPropertyName = "Time";
  157. this.ColTime.HeaderText = "操作时间";
  158. this.ColTime.Name = "ColTime";
  159. this.ColTime.ReadOnly = true;
  160. this.ColTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  161. this.ColTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  162. this.ColTime.Width = 180;
  163. //
  164. // ColStep
  165. //
  166. this.ColStep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  167. this.ColStep.DataPropertyName = "Message";
  168. this.ColStep.HeaderText = "描述";
  169. this.ColStep.Name = "ColStep";
  170. this.ColStep.ReadOnly = true;
  171. this.ColStep.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  172. this.ColStep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  173. //
  174. // ColState
  175. //
  176. this.ColState.DataPropertyName = "State";
  177. this.ColState.HeaderText = "状态";
  178. this.ColState.Name = "ColState";
  179. this.ColState.ReadOnly = true;
  180. this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  181. this.ColState.Width = 180;
  182. //
  183. // panel2
  184. //
  185. this.panel2.BackColor = System.Drawing.Color.White;
  186. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  187. this.panel2.Controls.Add(this.label2);
  188. this.panel2.Controls.Add(this.lblLogCount);
  189. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  190. this.panel2.Location = new System.Drawing.Point(0, 375);
  191. this.panel2.Name = "panel2";
  192. this.panel2.Size = new System.Drawing.Size(718, 23);
  193. this.panel2.TabIndex = 5;
  194. //
  195. // label2
  196. //
  197. this.label2.AutoSize = true;
  198. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  199. this.label2.ForeColor = System.Drawing.Color.Black;
  200. this.label2.Location = new System.Drawing.Point(8, 4);
  201. this.label2.Name = "label2";
  202. this.label2.Size = new System.Drawing.Size(49, 14);
  203. this.label2.TabIndex = 1;
  204. this.label2.Text = "共计:";
  205. //
  206. // lblLogCount
  207. //
  208. this.lblLogCount.AutoSize = true;
  209. this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F);
  210. this.lblLogCount.ForeColor = System.Drawing.Color.Black;
  211. this.lblLogCount.Location = new System.Drawing.Point(57, 4);
  212. this.lblLogCount.Name = "lblLogCount";
  213. this.lblLogCount.Size = new System.Drawing.Size(28, 14);
  214. this.lblLogCount.TabIndex = 0;
  215. this.lblLogCount.Text = "0条";
  216. //
  217. // UControl_Log
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.BackColor = System.Drawing.Color.Black;
  222. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  223. this.Controls.Add(this.panel2);
  224. this.Controls.Add(this.dgvLog);
  225. this.Controls.Add(this.panel1);
  226. this.Name = "UControl_Log";
  227. this.Size = new System.Drawing.Size(718, 398);
  228. this.panel1.ResumeLayout(false);
  229. this.panel1.PerformLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  232. this.panel2.ResumeLayout(false);
  233. this.panel2.PerformLayout();
  234. this.ResumeLayout(false);
  235. }
  236. #endregion
  237. private System.Windows.Forms.Label label1;
  238. private System.Windows.Forms.Panel panel1;
  239. private System.Windows.Forms.Panel panel2;
  240. private System.Windows.Forms.Label lblLogCount;
  241. private System.Windows.Forms.Label label2;
  242. private System.Windows.Forms.PictureBox pbClose;
  243. private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn ColTime;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn ColStep;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn ColState;
  247. public System.Windows.Forms.DataGridView dgvLog;
  248. }
  249. }