123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- namespace DiodesFrm
- {
- partial class ADTForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|