namespace DiodesFrm { partial class ADTForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.ADTMs = new System.Windows.Forms.MenuStrip(); this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tsmMin = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsmClose = new System.Windows.Forms.ToolStripMenuItem(); this.ADTMs.SuspendLayout(); this.SuspendLayout(); // // ADTMs // this.ADTMs.BackColor = System.Drawing.Color.CadetBlue; this.ADTMs.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.ADTMs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置ToolStripMenuItem}); this.ADTMs.Location = new System.Drawing.Point(0, 0); this.ADTMs.Name = "ADTMs"; this.ADTMs.Size = new System.Drawing.Size(784, 25); this.ADTMs.TabIndex = 0; this.ADTMs.Text = "ADTMs"; // // 设置ToolStripMenuItem // this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmMin, this.toolStripSeparator1, this.tsmClose}); this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem"; this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21); this.设置ToolStripMenuItem.Text = "选项"; // // tsmMin // this.tsmMin.Name = "tsmMin"; this.tsmMin.Size = new System.Drawing.Size(180, 22); this.tsmMin.Text = "最小化"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); // // tsmClose // this.tsmClose.Name = "tsmClose"; this.tsmClose.Size = new System.Drawing.Size(180, 22); this.tsmClose.Text = "退出"; // // ADTForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 361); this.ControlBox = false; this.Controls.Add(this.ADTMs); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MainMenuStrip = this.ADTMs; this.Name = "ADTForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ADTForm"; this.TopMost = true; this.ADTMs.ResumeLayout(false); this.ADTMs.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip ADTMs; private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem tsmMin; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem tsmClose; } }