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

C#编程

开发平台:

C#

  1. namespace DockSample
  2. {
  3.     partial class DummyToolbox
  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(DummyToolbox));
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.imageList = new System.Windows.Forms.ImageList(this.components);
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.SuspendLayout();
  34.             // 
  35.             // label2
  36.             // 
  37.             this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  38.                         | System.Windows.Forms.AnchorStyles.Right)));
  39.             this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  40.             this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  41.             this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  42.             this.label2.ImageIndex = 0;
  43.             this.label2.ImageList = this.imageList;
  44.             this.label2.Location = new System.Drawing.Point(2, 26);
  45.             this.label2.Name = "label2";
  46.             this.label2.Size = new System.Drawing.Size(215, 19);
  47.             this.label2.TabIndex = 5;
  48.             this.label2.Text = "         Pointer";
  49.             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  50.             // 
  51.             // imageList
  52.             // 
  53.             this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
  54.             this.imageList.TransparentColor = System.Drawing.Color.Transparent;
  55.             this.imageList.Images.SetKeyName(0, "Mouse.bmp");
  56.             // 
  57.             // label1
  58.             // 
  59.             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  60.                         | System.Windows.Forms.AnchorStyles.Right)));
  61.             this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  62.             this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  63.             this.label1.Location = new System.Drawing.Point(2, 7);
  64.             this.label1.Name = "label1";
  65.             this.label1.Size = new System.Drawing.Size(215, 19);
  66.             this.label1.TabIndex = 6;
  67.             this.label1.Text = "General";
  68.             // 
  69.             // DummyToolbox
  70.             // 
  71.             this.ClientSize = new System.Drawing.Size(221, 365);
  72.             this.Controls.Add(this.label1);
  73.             this.Controls.Add(this.label2);
  74.             this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
  75.                         | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
  76.                         | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
  77.                         | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
  78.             this.HideOnClose = true;
  79.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  80.             this.Name = "DummyToolbox";
  81.             this.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2);
  82.             this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeftAutoHide;
  83.             this.TabText = "Toolbox";
  84.             this.Text = "Toolbox";
  85.             this.ResumeLayout(false);
  86. }
  87. #endregion
  88.         private System.Windows.Forms.Label label2;
  89.         private System.Windows.Forms.ImageList imageList;
  90.         private System.Windows.Forms.Label label1;
  91.     }
  92. }