namespace sharpcomparer { partial class ProjectDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectDialog)); this.rightBox = new System.Windows.Forms.GroupBox(); this.rightDatabase = new sharpcomparer.controls.Database(); this.leftBox = new System.Windows.Forms.GroupBox(); this.leftDatabase = new sharpcomparer.controls.Database(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.txtProjectName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.rightBox.SuspendLayout(); this.leftBox.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // rightBox // this.rightBox.Controls.Add(this.rightDatabase); this.rightBox.Dock = System.Windows.Forms.DockStyle.Fill; this.rightBox.Location = new System.Drawing.Point(3, 3); this.rightBox.Name = "rightBox"; this.rightBox.Size = new System.Drawing.Size(337, 251); this.rightBox.TabIndex = 16; this.rightBox.TabStop = false; this.rightBox.Text = "Right database"; // // rightDatabase // this.rightDatabase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.rightDatabase.Dock = System.Windows.Forms.DockStyle.Fill; this.rightDatabase.Location = new System.Drawing.Point(3, 16); this.rightDatabase.Name = "rightDatabase"; this.rightDatabase.Size = new System.Drawing.Size(331, 232); this.rightDatabase.TabIndex = 0; // // leftBox // this.leftBox.Controls.Add(this.leftDatabase); this.leftBox.Dock = System.Windows.Forms.DockStyle.Fill; this.leftBox.Location = new System.Drawing.Point(346, 3); this.leftBox.Name = "leftBox"; this.leftBox.Size = new System.Drawing.Size(337, 251); this.leftBox.TabIndex = 17; this.leftBox.TabStop = false; this.leftBox.Text = "Left database"; // // leftDatabase // this.leftDatabase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.leftDatabase.Dock = System.Windows.Forms.DockStyle.Fill; this.leftDatabase.Location = new System.Drawing.Point(3, 16); this.leftDatabase.Name = "leftDatabase"; this.leftDatabase.Size = new System.Drawing.Size(331, 232); this.leftDatabase.TabIndex = 0; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(103, 9); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 13; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(9, 9); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 12; this.buttonOk.Text = "Ok"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // panel1 // this.panel1.Controls.Add(this.buttonOk); this.panel1.Controls.Add(this.buttonCancel); this.panel1.Location = new System.Drawing.Point(346, 260); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(205, 43); this.panel1.TabIndex = 18; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(692, 366); this.tableLayoutPanel1.TabIndex = 19; // // panel2 // this.panel2.Controls.Add(this.txtProjectName); this.panel2.Controls.Add(this.label1); this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(460, 47); this.panel2.TabIndex = 20; // // txtProjectName // this.txtProjectName.Location = new System.Drawing.Point(95, 13); this.txtProjectName.Name = "txtProjectName"; this.txtProjectName.Size = new System.Drawing.Size(260, 20); this.txtProjectName.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 13); this.label1.TabIndex = 0; this.label1.Text = "Project name:"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 1); this.tableLayoutPanel2.Controls.Add(this.rightBox, 0, 0); this.tableLayoutPanel2.Controls.Add(this.leftBox, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 56); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(686, 307); this.tableLayoutPanel2.TabIndex = 21; // // ProjectDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(692, 366); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "ProjectDialog"; this.Text = "New project..."; this.rightBox.ResumeLayout(false); this.leftBox.ResumeLayout(false); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.GroupBox leftBox; private sharpcomparer.controls.Database leftDatabase; private System.Windows.Forms.GroupBox rightBox; private sharpcomparer.controls.Database rightDatabase; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox txtProjectName; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; } }