예제 #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.c1Sizer1 = new C1.Win.C1Sizer.C1Sizer();
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).BeginInit();
     this.SuspendLayout();
     //
     // c1Sizer1
     //
     this.c1Sizer1.AllowDrop        = true;
     this.c1Sizer1.Border.Color     = System.Drawing.Color.DimGray;
     this.c1Sizer1.Border.Thickness = new System.Windows.Forms.Padding(6);
     this.c1Sizer1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.c1Sizer1.GridDefinition   = "87.3684210526316:False:False;\t90:False:False;";
     this.c1Sizer1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.c1Sizer1.Location         = new System.Drawing.Point(0, 0);
     this.c1Sizer1.Name             = "c1Sizer1";
     this.c1Sizer1.Padding          = new System.Windows.Forms.Padding(12);
     this.c1Sizer1.Size             = new System.Drawing.Size(360, 285);
     this.c1Sizer1.TabIndex         = 0;
     this.c1Sizer1.TabStop          = false;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 285);
     this.Controls.Add(this.c1Sizer1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form1";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).EndInit();
     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.toolBar1 = new System.Windows.Forms.ToolBar();
     this.c1Sizer1 = new C1.Win.C1Sizer.C1Sizer();
     this.button1  = new System.Windows.Forms.Button();
     this.button2  = new System.Windows.Forms.Button();
     this.button3  = new System.Windows.Forms.Button();
     this.button4  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).BeginInit();
     this.c1Sizer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolBar1
     //
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(488, 42);
     this.toolBar1.TabIndex       = 0;
     //
     // c1Sizer1
     //
     this.c1Sizer1.AllowDrop = true;
     this.c1Sizer1.Controls.Add(this.button1);
     this.c1Sizer1.Controls.Add(this.button2);
     this.c1Sizer1.Controls.Add(this.button3);
     this.c1Sizer1.Controls.Add(this.button4);
     this.c1Sizer1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1Sizer1.GridDefinition = @"11.6438356164384:False:False;11.3013698630137:False:False;11.6438356164384:False:False;11.6438356164384:False:False;11.6438356164384:False:False;11.6438356164384:False:False;11.3013698630137:False:False;11.6438356164384:False:False;	8.60655737704918:False:False;8.81147540983607:False:False;8.19672131147541:False:False;8.60655737704918:False:False;8.60655737704918:False:False;8.81147540983607:False:False;8.60655737704918:False:False;8.60655737704918:False:False;8.40163934426229:False:False;8.40163934426229:False:False;8.60655737704918:False:False;";
     this.c1Sizer1.ImeMode        = System.Windows.Forms.ImeMode.NoControl;
     this.c1Sizer1.Location       = new System.Drawing.Point(0, 42);
     this.c1Sizer1.Name           = "c1Sizer1";
     this.c1Sizer1.Size           = new System.Drawing.Size(488, 292);
     this.c1Sizer1.SplitterWidth  = 2;
     this.c1Sizer1.TabIndex       = 1;
     this.c1Sizer1.TabStop        = false;
     this.c1Sizer1.Paint         += new System.Windows.Forms.PaintEventHandler(this.c1Sizer1_Paint);
     this.c1Sizer1.DragDrop      += new System.Windows.Forms.DragEventHandler(this.c1Sizer1_DragDrop);
     this.c1Sizer1.DragOver      += new System.Windows.Forms.DragEventHandler(this.c1Sizer1_DragOver);
     //
     // button1
     //
     this.button1.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.button1.Location   = new System.Drawing.Point(4, 4);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(42, 34);
     this.button1.TabIndex   = 0;
     this.button1.Text       = "button1";
     this.button1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button1_MouseDown);
     //
     // button2
     //
     this.button2.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.button2.Location   = new System.Drawing.Point(4, 40);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(42, 33);
     this.button2.TabIndex   = 0;
     this.button2.Text       = "button1";
     this.button2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button1_MouseDown);
     //
     // button3
     //
     this.button3.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.button3.Location   = new System.Drawing.Point(4, 75);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(42, 34);
     this.button3.TabIndex   = 0;
     this.button3.Text       = "button1";
     this.button3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button1_MouseDown);
     //
     // button4
     //
     this.button4.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.button4.Location   = new System.Drawing.Point(4, 111);
     this.button4.Name       = "button4";
     this.button4.Size       = new System.Drawing.Size(42, 34);
     this.button4.TabIndex   = 0;
     this.button4.Text       = "button1";
     this.button4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button1_MouseDown);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(488, 334);
     this.Controls.Add(this.c1Sizer1);
     this.Controls.Add(this.toolBar1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).EndInit();
     this.c1Sizer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.c1Sizer1     = new C1.Win.C1Sizer.C1Sizer();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.pictureBox2  = new System.Windows.Forms.PictureBox();
     this.pictureBox3  = new System.Windows.Forms.PictureBox();
     this.pictureBox4  = new System.Windows.Forms.PictureBox();
     this.pictureBox8  = new System.Windows.Forms.PictureBox();
     this.pictureBox9  = new System.Windows.Forms.PictureBox();
     this.pictureBox5  = new System.Windows.Forms.PictureBox();
     this.pictureBox6  = new System.Windows.Forms.PictureBox();
     this.pictureBox7  = new System.Windows.Forms.PictureBox();
     this.c1Sizer2     = new C1.Win.C1Sizer.C1Sizer();
     this.pictureBox10 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).BeginInit();
     this.c1Sizer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer2)).BeginInit();
     this.c1Sizer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
     this.SuspendLayout();
     //
     // c1Sizer1
     //
     this.c1Sizer1.AllowDrop = true;
     this.c1Sizer1.Padding   = new Padding(1);
     this.c1Sizer1.Controls.Add(this.pictureBox1);
     this.c1Sizer1.Controls.Add(this.pictureBox2);
     this.c1Sizer1.Controls.Add(this.pictureBox3);
     this.c1Sizer1.Controls.Add(this.pictureBox4);
     this.c1Sizer1.Controls.Add(this.pictureBox8);
     this.c1Sizer1.Controls.Add(this.pictureBox9);
     this.c1Sizer1.GridDefinition = "0:False:True;16.6666666666667:True:False;16.6666666666667:True:False;16.447368421" +
                                    "0526:True:False;16.6666666666667:True:False;16.6666666666667:True:False;\t99:Fals" +
                                    "e:False;";
     this.c1Sizer1.ImeMode       = System.Windows.Forms.ImeMode.NoControl;
     this.c1Sizer1.Location      = new System.Drawing.Point(4, 4);
     this.c1Sizer1.Name          = "c1Sizer1";
     this.c1Sizer1.Size          = new System.Drawing.Size(200, 456);
     this.c1Sizer1.SplitterWidth = 15;
     this.c1Sizer1.TabIndex      = 0;
     this.c1Sizer1.TabStop       = false;
     this.c1Sizer1.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.c1Sizer1_MouseMove);
     this.c1Sizer1.Paint        += new System.Windows.Forms.PaintEventHandler(this.c1Sizer1_Paint);
     this.c1Sizer1.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.c1Sizer1_MouseDown);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Gold;
     this.pictureBox1.Location  = new System.Drawing.Point(1, 16);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(198, 76);
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox2.Location  = new System.Drawing.Point(1, 16);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(198, 76);
     this.pictureBox2.TabIndex  = 0;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Khaki;
     this.pictureBox3.Location  = new System.Drawing.Point(1, 107);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(198, 76);
     this.pictureBox3.TabIndex  = 0;
     this.pictureBox3.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.LemonChiffon;
     this.pictureBox4.Location  = new System.Drawing.Point(1, 198);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(198, 75);
     this.pictureBox4.TabIndex  = 0;
     this.pictureBox4.TabStop   = false;
     //
     // pictureBox8
     //
     this.pictureBox8.BackColor = System.Drawing.Color.PaleGoldenrod;
     this.pictureBox8.Location  = new System.Drawing.Point(1, 288);
     this.pictureBox8.Name      = "pictureBox8";
     this.pictureBox8.Size      = new System.Drawing.Size(198, 76);
     this.pictureBox8.TabIndex  = 0;
     this.pictureBox8.TabStop   = false;
     //
     // pictureBox9
     //
     this.pictureBox9.BackColor = System.Drawing.Color.DarkKhaki;
     this.pictureBox9.Location  = new System.Drawing.Point(1, 379);
     this.pictureBox9.Name      = "pictureBox9";
     this.pictureBox9.Size      = new System.Drawing.Size(198, 76);
     this.pictureBox9.TabIndex  = 0;
     this.pictureBox9.TabStop   = false;
     //
     // pictureBox5
     //
     this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox5.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location    = new System.Drawing.Point(360, 21);
     this.pictureBox5.Name        = "pictureBox5";
     this.pictureBox5.Size        = new System.Drawing.Size(14, 14);
     this.pictureBox5.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox5.TabIndex    = 1;
     this.pictureBox5.TabStop     = false;
     this.pictureBox5.Visible     = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
     this.pictureBox6.Location = new System.Drawing.Point(407, 21);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(24, 24);
     this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox6.TabIndex = 1;
     this.pictureBox6.TabStop  = false;
     this.pictureBox6.Visible  = false;
     //
     // pictureBox7
     //
     this.pictureBox7.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
     this.pictureBox7.Location = new System.Drawing.Point(380, 21);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(24, 24);
     this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox7.TabIndex = 1;
     this.pictureBox7.TabStop  = false;
     this.pictureBox7.Visible  = false;
     //
     // c1Sizer2
     //
     this.c1Sizer2.AllowDrop = true;
     this.c1Sizer2.Controls.Add(this.pictureBox10);
     this.c1Sizer2.Controls.Add(this.c1Sizer1);
     this.c1Sizer2.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1Sizer2.GridDefinition = "98.2758620689655:False:False;\t29.7619047619048:True:True;68.4523809523809:False:F" +
                                    "alse;";
     this.c1Sizer2.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.c1Sizer2.Location = new System.Drawing.Point(0, 0);
     this.c1Sizer2.Name     = "c1Sizer2";
     this.c1Sizer2.Size     = new System.Drawing.Size(672, 464);
     this.c1Sizer2.TabIndex = 2;
     this.c1Sizer2.TabStop  = false;
     //
     // pictureBox10
     //
     this.pictureBox10.BackColor = System.Drawing.Color.LightSlateGray;
     this.pictureBox10.Location  = new System.Drawing.Point(208, 4);
     this.pictureBox10.Name      = "pictureBox10";
     this.pictureBox10.Size      = new System.Drawing.Size(460, 456);
     this.pictureBox10.TabIndex  = 1;
     this.pictureBox10.TabStop   = false;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(672, 464);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.pictureBox7);
     this.Controls.Add(this.c1Sizer2);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1Sizer: Custom Splitters";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).EndInit();
     this.c1Sizer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Sizer2)).EndInit();
     this.c1Sizer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }