ADTForm.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace DiodesFrm
  2. {
  3. partial class ADTForm
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ADTMs = new System.Windows.Forms.MenuStrip();
  29. this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.tsmMin = new System.Windows.Forms.ToolStripMenuItem();
  31. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsmClose = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ADTMs.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // ADTMs
  37. //
  38. this.ADTMs.BackColor = System.Drawing.Color.CadetBlue;
  39. this.ADTMs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  40. this.ADTMs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  41. this.设置ToolStripMenuItem});
  42. this.ADTMs.Location = new System.Drawing.Point(0, 0);
  43. this.ADTMs.Name = "ADTMs";
  44. this.ADTMs.Size = new System.Drawing.Size(784, 25);
  45. this.ADTMs.TabIndex = 0;
  46. this.ADTMs.Text = "ADTMs";
  47. //
  48. // 设置ToolStripMenuItem
  49. //
  50. this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  51. this.tsmMin,
  52. this.toolStripSeparator1,
  53. this.tsmClose});
  54. this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  55. this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  56. this.设置ToolStripMenuItem.Text = "选项";
  57. //
  58. // tsmMin
  59. //
  60. this.tsmMin.Name = "tsmMin";
  61. this.tsmMin.Size = new System.Drawing.Size(180, 22);
  62. this.tsmMin.Text = "最小化";
  63. //
  64. // toolStripSeparator1
  65. //
  66. this.toolStripSeparator1.Name = "toolStripSeparator1";
  67. this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
  68. //
  69. // tsmClose
  70. //
  71. this.tsmClose.Name = "tsmClose";
  72. this.tsmClose.Size = new System.Drawing.Size(180, 22);
  73. this.tsmClose.Text = "退出";
  74. //
  75. // ADTForm
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(784, 361);
  80. this.ControlBox = false;
  81. this.Controls.Add(this.ADTMs);
  82. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  83. this.MainMenuStrip = this.ADTMs;
  84. this.Name = "ADTForm";
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86. this.Text = "ADTForm";
  87. this.TopMost = true;
  88. this.ADTMs.ResumeLayout(false);
  89. this.ADTMs.PerformLayout();
  90. this.ResumeLayout(false);
  91. this.PerformLayout();
  92. }
  93. #endregion
  94. private System.Windows.Forms.MenuStrip ADTMs;
  95. private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  96. private System.Windows.Forms.ToolStripMenuItem tsmMin;
  97. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  98. private System.Windows.Forms.ToolStripMenuItem tsmClose;
  99. }
  100. }