예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.fScribble  = new Agilix.Ink.Scribble.ScribbleBox();
     this.SuspendLayout();
     //
     // fScribble
     //
     this.fScribble.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.fScribble.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.fScribble.Location  = new System.Drawing.Point(0, 0);
     this.fScribble.Name      = "fScribble";
     this.fScribble.Size      = new System.Drawing.Size(735, 566);
     this.fScribble.TabColor  = System.Drawing.SystemColors.Control;
     this.fScribble.TabIndex  = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(735, 566);
     this.Controls.Add(this.fScribble);
     this.Name     = "Form1";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
     this.Load    += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
예제 #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.fScribble = new Agilix.Ink.Scribble.ScribbleBox();
			this.SuspendLayout();
			// 
			// fScribble
			// 
			this.fScribble.BackColor = System.Drawing.SystemColors.AppWorkspace;
			this.fScribble.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fScribble.Location = new System.Drawing.Point(0, 0);
			this.fScribble.Name = "fScribble";
			this.fScribble.Size = new System.Drawing.Size(735, 566);
			this.fScribble.TabColor = System.Drawing.SystemColors.Control;
			this.fScribble.TabIndex = 0;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(735, 566);
			this.Controls.Add(this.fScribble);
			this.Name = "Form1";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
			this.Load += new System.EventHandler(this.Form1_Load);
			this.ResumeLayout(false);

		}