UControl_CutHole.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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(181, 70);
  43. //
  44. // tsShowParaInfo
  45. //
  46. this.tsShowParaInfo.Name = "tsShowParaInfo";
  47. this.tsShowParaInfo.Size = new System.Drawing.Size(180, 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(180, 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.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.btnCutHole.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  63. this.btnCutHole.Location = new System.Drawing.Point(0, 0);
  64. this.btnCutHole.Name = "btnCutHole";
  65. this.btnCutHole.Size = new System.Drawing.Size(80, 80);
  66. this.btnCutHole.TabIndex = 1;
  67. this.btnCutHole.UseVisualStyleBackColor = false;
  68. //
  69. // UControl_CutHole
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.BackColor = System.Drawing.SystemColors.ControlDark;
  74. this.ContextMenuStrip = this.cMenu;
  75. this.Controls.Add(this.btnCutHole);
  76. this.Name = "UControl_CutHole";
  77. this.Size = new System.Drawing.Size(80, 80);
  78. this.Load += new System.EventHandler(this.UContrl_CutHole_Load);
  79. this.cMenu.ResumeLayout(false);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.ContextMenuStrip cMenu;
  84. private System.Windows.Forms.ToolStripMenuItem tsShowParaInfo;
  85. private System.Windows.Forms.ToolStripMenuItem tsShowProcess;
  86. private System.Windows.Forms.Button btnCutHole;
  87. }
  88. }