DummyDoc.Designer.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:7k
源码类别:

C#编程

开发平台:

C#

  1. namespace DockSample
  2. {
  3.     partial class DummyDoc
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28.             this.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DummyDoc));
  30.             this.mainMenu = new System.Windows.Forms.MenuStrip();
  31.             this.menuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  32.             this.menuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.menuItemCheckTest = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.contextMenuTabPage = new System.Windows.Forms.ContextMenuStrip(this.components);
  35.             this.menuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.menuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.menuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  39.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  40.             this.mainMenu.SuspendLayout();
  41.             this.contextMenuTabPage.SuspendLayout();
  42.             this.SuspendLayout();
  43.             // 
  44.             // mainMenu
  45.             // 
  46.             this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  47.             this.menuItem1});
  48.             this.mainMenu.Location = new System.Drawing.Point(0, 4);
  49.             this.mainMenu.Name = "mainMenu";
  50.             this.mainMenu.Size = new System.Drawing.Size(832, 24);
  51.             this.mainMenu.TabIndex = 1;
  52.             this.mainMenu.Visible = false;
  53.             // 
  54.             // menuItem1
  55.             // 
  56.             this.menuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57.             this.menuItem2,
  58.             this.menuItemCheckTest});
  59.             this.menuItem1.MergeAction = System.Windows.Forms.MergeAction.Insert;
  60.             this.menuItem1.MergeIndex = 1;
  61.             this.menuItem1.Name = "menuItem1";
  62.             this.menuItem1.Size = new System.Drawing.Size(89, 20);
  63.             this.menuItem1.Text = "&MDI Document";
  64.             // 
  65.             // menuItem2
  66.             // 
  67.             this.menuItem2.Name = "menuItem2";
  68.             this.menuItem2.Size = new System.Drawing.Size(127, 22);
  69.             this.menuItem2.Text = "Test";
  70.             this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
  71.             // 
  72.             // menuItemCheckTest
  73.             // 
  74.             this.menuItemCheckTest.Name = "menuItemCheckTest";
  75.             this.menuItemCheckTest.Size = new System.Drawing.Size(127, 22);
  76.             this.menuItemCheckTest.Text = "Check Test";
  77.             this.menuItemCheckTest.Click += new System.EventHandler(this.menuItemCheckTest_Click);
  78.             // 
  79.             // contextMenuTabPage
  80.             // 
  81.             this.contextMenuTabPage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82.             this.menuItem3,
  83.             this.menuItem4,
  84.             this.menuItem5});
  85.             this.contextMenuTabPage.Name = "contextMenuTabPage";
  86.             this.contextMenuTabPage.Size = new System.Drawing.Size(116, 70);
  87.             // 
  88.             // menuItem3
  89.             // 
  90.             this.menuItem3.Name = "menuItem3";
  91.             this.menuItem3.Size = new System.Drawing.Size(115, 22);
  92.             this.menuItem3.Text = "Option &1";
  93.             // 
  94.             // menuItem4
  95.             // 
  96.             this.menuItem4.Name = "menuItem4";
  97.             this.menuItem4.Size = new System.Drawing.Size(115, 22);
  98.             this.menuItem4.Text = "Option &2";
  99.             // 
  100.             // menuItem5
  101.             // 
  102.             this.menuItem5.Name = "menuItem5";
  103.             this.menuItem5.Size = new System.Drawing.Size(115, 22);
  104.             this.menuItem5.Text = "Option &3";
  105.             // 
  106.             // richTextBox1
  107.             // 
  108.             this.richTextBox1.Location = new System.Drawing.Point(3, 79);
  109.             this.richTextBox1.Name = "richTextBox1";
  110.             this.richTextBox1.Size = new System.Drawing.Size(785, 282);
  111.             this.richTextBox1.TabIndex = 2;
  112.             this.richTextBox1.Text = "";
  113.             // 
  114.             // DummyDoc
  115.             // 
  116.             this.ClientSize = new System.Drawing.Size(832, 506);
  117.             this.Controls.Add(this.mainMenu);
  118.             this.Controls.Add(this.richTextBox1);
  119.             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  121.             this.MainMenuStrip = this.mainMenu;
  122.             this.Name = "DummyDoc";
  123.             this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  124.             this.TabPageContextMenuStrip = this.contextMenuTabPage;
  125.             this.Load += new System.EventHandler(this.DummyDoc_Load);
  126.             this.mainMenu.ResumeLayout(false);
  127.             this.mainMenu.PerformLayout();
  128.             this.contextMenuTabPage.ResumeLayout(false);
  129.             this.ResumeLayout(false);
  130.             this.PerformLayout();
  131. }
  132. #endregion
  133.         private System.Windows.Forms.MenuStrip mainMenu;
  134. private System.Windows.Forms.ToolStripMenuItem menuItem1;
  135. private System.Windows.Forms.ToolStripMenuItem menuItem2;
  136. private System.Windows.Forms.ContextMenuStrip contextMenuTabPage;
  137. private System.Windows.Forms.ToolStripMenuItem menuItem3;
  138. private System.Windows.Forms.ToolStripMenuItem menuItem4;
  139. private System.Windows.Forms.ToolStripMenuItem menuItem5;
  140. private System.Windows.Forms.ToolStripMenuItem menuItemCheckTest;
  141.         private System.Windows.Forms.ToolTip toolTip;
  142.         private System.Windows.Forms.RichTextBox richTextBox1;
  143.     }
  144. }