UControl_CutHole.Designer.cs 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace HOZProject
  2. {
  3. partial class UControl_CutHole
  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. this.components = new System.ComponentModel.Container();
  29. this.cMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.tsShowParaInfo = new System.Windows.Forms.ToolStripMenuItem();
  31. this.tsShowProcess = new System.Windows.Forms.ToolStripMenuItem();
  32. this.btnCutHole = new System.Windows.Forms.Button();
  33. this.cMenu.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // cMenu
  37. //
  38. this.cMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  39. this.tsShowParaInfo,
  40. this.tsShowProcess});
  41. this.cMenu.Name = "cMenu";
  42. this.cMenu.Size = new System.Drawing.Size(149, 48);
  43. //
  44. // tsShowParaInfo
  45. //
  46. this.tsShowParaInfo.Name = "tsShowParaInfo";
  47. this.tsShowParaInfo.Size = new System.Drawing.Size(148, 22);
  48. this.tsShowParaInfo.Text = "查看切孔属性";
  49. this.tsShowParaInfo.Click += new System.EventHandler(this.tsShowParaInfo_Click);
  50. //
  51. // tsShowProcess
  52. //
  53. this.tsShowProcess.Name = "tsShowProcess";
  54. this.tsShowProcess.Size = new System.Drawing.Size(148, 22);
  55. this.tsShowProcess.Text = "查看操作流程";
  56. this.tsShowProcess.Click += new System.EventHandler(this.tsShowProcess_Click);
  57. //
  58. // btnCutHole
  59. //
  60. this.btnCutHole.BackColor = System.Drawing.Color.White;
  61. this.btnCutHole.Cursor = System.Windows.Forms.Cursors.Hand;
  62. this.btnCutHole.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.btnCutHole.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  64. this.btnCutHole.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btnCutHole.ForeColor = System.Drawing.SystemColors.WindowText;
  66. this.btnCutHole.Location = new System.Drawing.Point(0, 0);
  67. this.btnCutHole.Name = "btnCutHole";
  68. this.btnCutHole.Size = new System.Drawing.Size(134, 30);
  69. this.btnCutHole.TabIndex = 1;
  70. this.btnCutHole.UseVisualStyleBackColor = false;
  71. this.btnCutHole.Click += new System.EventHandler(this.tsShowParaInfo_Click);
  72. //
  73. // UControl_CutHole
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.BackColor = System.Drawing.SystemColors.Control;
  78. this.ContextMenuStrip = this.cMenu;
  79. this.Controls.Add(this.btnCutHole);
  80. this.ForeColor = System.Drawing.SystemColors.Window;
  81. this.Name = "UControl_CutHole";
  82. this.Size = new System.Drawing.Size(134, 30);
  83. this.Load += new System.EventHandler(this.UContrl_CutHole_Load);
  84. this.cMenu.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.ContextMenuStrip cMenu;
  89. private System.Windows.Forms.ToolStripMenuItem tsShowParaInfo;
  90. private System.Windows.Forms.ToolStripMenuItem tsShowProcess;
  91. private System.Windows.Forms.Button btnCutHole;
  92. }
  93. }