Test Designer:

- Changed Title bar text.
This commit is contained in:
Scionwest_cp 2010-01-09 17:01:28 -08:00
parent ae672a29e1
commit f9883bc943

View file

@ -82,13 +82,13 @@
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.txtSearch = new System.Windows.Forms.ToolStripTextBox(); this.txtSearch = new System.Windows.Forms.ToolStripTextBox();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.lblObjectProperties = new System.Windows.Forms.Label(); this.propertyObject = new System.Windows.Forms.PropertyGrid();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.toolstripObjectProperties = new System.Windows.Forms.ToolStrip(); this.toolstripObjectProperties = new System.Windows.Forms.ToolStrip();
this.btnSaveObject = new System.Windows.Forms.ToolStripButton(); this.btnSaveObject = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnValidate = new System.Windows.Forms.ToolStripButton(); this.btnValidate = new System.Windows.Forms.ToolStripButton();
this.propertyObject = new System.Windows.Forms.PropertyGrid(); this.lblObjectProperties = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.containerMain.Panel2.SuspendLayout(); this.containerMain.Panel2.SuspendLayout();
this.containerMain.SuspendLayout(); this.containerMain.SuspendLayout();
@ -513,16 +513,14 @@
this.label1.TabIndex = 2; this.label1.TabIndex = 2;
this.label1.Text = "Project Explorer"; this.label1.Text = "Project Explorer";
// //
// lblObjectProperties // propertyObject
// //
this.lblObjectProperties.Dock = System.Windows.Forms.DockStyle.Top; this.propertyObject.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblObjectProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.propertyObject.Location = new System.Drawing.Point(0, 38);
this.lblObjectProperties.ForeColor = System.Drawing.Color.Silver; this.propertyObject.Name = "propertyObject";
this.lblObjectProperties.Location = new System.Drawing.Point(0, 0); this.propertyObject.Size = new System.Drawing.Size(267, 252);
this.lblObjectProperties.Name = "lblObjectProperties"; this.propertyObject.TabIndex = 8;
this.lblObjectProperties.Size = new System.Drawing.Size(267, 13); this.propertyObject.ToolbarVisible = false;
this.lblObjectProperties.TabIndex = 3;
this.lblObjectProperties.Text = "Object Properties";
// //
// toolstripObjectProperties // toolstripObjectProperties
// //
@ -563,14 +561,16 @@
this.btnValidate.ToolTipText = "Checks the current object to ensure that there are no errors. \r\nThis is just an e" + this.btnValidate.ToolTipText = "Checks the current object to ensure that there are no errors. \r\nThis is just an e" +
"rror check, and is not required."; "rror check, and is not required.";
// //
// propertyObject // lblObjectProperties
// //
this.propertyObject.Dock = System.Windows.Forms.DockStyle.Fill; this.lblObjectProperties.Dock = System.Windows.Forms.DockStyle.Top;
this.propertyObject.Location = new System.Drawing.Point(0, 38); this.lblObjectProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.propertyObject.Name = "propertyObject"; this.lblObjectProperties.ForeColor = System.Drawing.Color.Silver;
this.propertyObject.Size = new System.Drawing.Size(267, 252); this.lblObjectProperties.Location = new System.Drawing.Point(0, 0);
this.propertyObject.TabIndex = 8; this.lblObjectProperties.Name = "lblObjectProperties";
this.propertyObject.ToolbarVisible = false; this.lblObjectProperties.Size = new System.Drawing.Size(267, 13);
this.lblObjectProperties.TabIndex = 3;
this.lblObjectProperties.Text = "Object Properties";
// //
// Designer // Designer
// //
@ -583,7 +583,7 @@
this.IsMdiContainer = true; this.IsMdiContainer = true;
this.Name = "Designer"; this.Name = "Designer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Mud Designer Replacement Test"; this.Text = "Mud Designer";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.menuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout(); this.menuStrip1.PerformLayout();