/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.frc2 = new SpiffCode.FrameControl(); this.frc1 = new SpiffCode.FrameControl(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(8, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 24); this.label1.TabIndex = 2; this.label1.Text = "<empty>"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(96, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 24); this.label2.TabIndex = 3; this.label2.Text = "<empty>"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // frc2 // this.frc2.AllowDrop = true; this.frc2.BorderColor = System.Drawing.Color.Black; this.frc2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.frc2.Frame = null; this.frc2.FrameIndex = 0; this.frc2.Location = new System.Drawing.Point(96, 8); this.frc2.Name = "frc2"; this.frc2.OffsetPoint = new System.Drawing.Point(0, 0); this.frc2.Size = new System.Drawing.Size(80, 72); this.frc2.Strip = null; this.frc2.TabIndex = 4; this.frc2.Text = "frameControl1"; this.frc2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frc2_MouseDown); // // frc1 // this.frc1.AllowDrop = true; this.frc1.BorderColor = System.Drawing.Color.Black; this.frc1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.frc1.Frame = null; this.frc1.FrameIndex = 0; this.frc1.Location = new System.Drawing.Point(8, 8); this.frc1.Name = "frc1"; this.frc1.OffsetPoint = new System.Drawing.Point(0, 0); this.frc1.Size = new System.Drawing.Size(80, 72); this.frc1.Strip = null; this.frc1.TabIndex = 5; this.frc1.Text = "frameControl1"; this.frc1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frc1_MouseDown); // // CombinerForm // this.AutoScale = false; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(172)), ((System.Byte)(235)), ((System.Byte)(172))); this.ClientSize = new System.Drawing.Size(280, 302); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.frc1, this.frc2, this.label2, this.label1}); this.Name = "CombinerForm"; this.Text = "Combiner"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.frc2 = new SpiffCode.FrameControl(); this.frc1 = new SpiffCode.FrameControl(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(8, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 24); this.label1.TabIndex = 2; this.label1.Text = "<empty>"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(96, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 24); this.label2.TabIndex = 3; this.label2.Text = "<empty>"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // frc2 // this.frc2.AllowDrop = true; this.frc2.BorderColor = System.Drawing.Color.Black; this.frc2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.frc2.Frame = null; this.frc2.FrameIndex = 0; this.frc2.Location = new System.Drawing.Point(96, 8); this.frc2.Name = "frc2"; this.frc2.OffsetPoint = new System.Drawing.Point(0, 0); this.frc2.Size = new System.Drawing.Size(80, 72); this.frc2.Strip = null; this.frc2.TabIndex = 4; this.frc2.Text = "frameControl1"; this.frc2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frc2_MouseDown); // // frc1 // this.frc1.AllowDrop = true; this.frc1.BorderColor = System.Drawing.Color.Black; this.frc1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.frc1.Frame = null; this.frc1.FrameIndex = 0; this.frc1.Location = new System.Drawing.Point(8, 8); this.frc1.Name = "frc1"; this.frc1.OffsetPoint = new System.Drawing.Point(0, 0); this.frc1.Size = new System.Drawing.Size(80, 72); this.frc1.Strip = null; this.frc1.TabIndex = 5; this.frc1.Text = "frameControl1"; this.frc1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frc1_MouseDown); // // CombinerForm // this.AutoScale = false; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(172)), ((System.Byte)(235)), ((System.Byte)(172))); this.ClientSize = new System.Drawing.Size(280, 302); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.frc1, this.frc2, this.label2, this.label1 }); this.Name = "CombinerForm"; this.Text = "Combiner"; this.ResumeLayout(false); }