This commit is contained in:
Kathy Ruffing 2010-10-15 16:41:15 +00:00
parent 5be38c00ad
commit 0d8df4c61e

View File

@ -76,11 +76,22 @@ namespace Volian.Controls.Library
this.groupPanelBtns.Style.BorderRightWidth = 1;
this.groupPanelBtns.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelBtns.Style.BorderTopWidth = 1;
this.groupPanelBtns.Style.Class = "";
this.groupPanelBtns.Style.CornerDiameter = 4;
this.groupPanelBtns.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelBtns.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelBtns.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelBtns.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanelBtns.StyleMouseDown.Class = "";
this.groupPanelBtns.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanelBtns.StyleMouseOver.Class = "";
this.groupPanelBtns.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanelBtns.TabIndex = 25;
//
// btnImpLibDoc
@ -121,11 +132,22 @@ namespace Volian.Controls.Library
this.groupPanelLibDocs.Style.BorderRightWidth = 1;
this.groupPanelLibDocs.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelLibDocs.Style.BorderTopWidth = 1;
this.groupPanelLibDocs.Style.Class = "";
this.groupPanelLibDocs.Style.CornerDiameter = 4;
this.groupPanelLibDocs.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelLibDocs.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelLibDocs.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelLibDocs.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanelLibDocs.StyleMouseDown.Class = "";
this.groupPanelLibDocs.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanelLibDocs.StyleMouseOver.Class = "";
this.groupPanelLibDocs.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.superTooltipLibDocs.SetSuperTooltip(this.groupPanelLibDocs, new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.groupPanelLibDocs.TabIndex = 27;
this.groupPanelLibDocs.Text = "Library Documents";
@ -158,16 +180,16 @@ namespace Volian.Controls.Library
this.pnlProp.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlProp.Location = new System.Drawing.Point(0, 351);
this.pnlProp.Name = "pnlProp";
this.pnlProp.Size = new System.Drawing.Size(501, 159);
this.pnlProp.Size = new System.Drawing.Size(501, 150);
this.pnlProp.TabIndex = 32;
//
// btnOpenLibDoc
//
this.btnOpenLibDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOpenLibDoc.Location = new System.Drawing.Point(376, 120);
this.btnOpenLibDoc.Location = new System.Drawing.Point(360, 113);
this.btnOpenLibDoc.Name = "btnOpenLibDoc";
this.btnOpenLibDoc.Size = new System.Drawing.Size(108, 30);
this.superTooltipLibDocs.SetSuperTooltip(this.btnOpenLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Open", "", "Opens, for edit, a unused library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.superTooltipLibDocs.SetSuperTooltip(this.btnOpenLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Open", "", "Opens, for edit, an unused library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnOpenLibDoc.TabIndex = 14;
this.btnOpenLibDoc.Text = "Open";
this.btnOpenLibDoc.UseVisualStyleBackColor = true;
@ -176,9 +198,9 @@ namespace Volian.Controls.Library
// btnDelLibDoc
//
this.btnDelLibDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDelLibDoc.Location = new System.Drawing.Point(263, 118);
this.btnDelLibDoc.Location = new System.Drawing.Point(247, 113);
this.btnDelLibDoc.Name = "btnDelLibDoc";
this.btnDelLibDoc.Size = new System.Drawing.Size(107, 34);
this.btnDelLibDoc.Size = new System.Drawing.Size(108, 30);
this.superTooltipLibDocs.SetSuperTooltip(this.btnDelLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Delete", "", "Deletes an unused library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnDelLibDoc.TabIndex = 13;
this.btnDelLibDoc.Text = "Delete";
@ -187,7 +209,7 @@ namespace Volian.Controls.Library
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(99, 80);
this.btnCancel.Location = new System.Drawing.Point(98, 80);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.superTooltipLibDocs.SetSuperTooltip(this.btnCancel, new DevComponents.DotNetBar.SuperTooltipInfo("Cancel", "", "Cancels change of Name or Comment. Restores to original.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
@ -198,7 +220,7 @@ namespace Volian.Controls.Library
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(18, 80);
this.btnSave.Location = new System.Drawing.Point(17, 80);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.superTooltipLibDocs.SetSuperTooltip(this.btnSave, new DevComponents.DotNetBar.SuperTooltipInfo("Save", "", "Saves change of Name or Comment.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
@ -211,10 +233,10 @@ namespace Volian.Controls.Library
//
this.tbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbComment.Location = new System.Drawing.Point(83, 33);
this.tbComment.Location = new System.Drawing.Point(70, 33);
this.tbComment.Multiline = true;
this.tbComment.Name = "tbComment";
this.tbComment.Size = new System.Drawing.Size(400, 41);
this.tbComment.Size = new System.Drawing.Size(413, 41);
this.superTooltipLibDocs.SetSuperTooltip(this.tbComment, new DevComponents.DotNetBar.SuperTooltipInfo("Comment", "", "Comment for this library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.tbComment.TabIndex = 10;
this.tbComment.TextChanged += new System.EventHandler(this.tbComment_TextChanged);
@ -246,7 +268,7 @@ namespace Volian.Controls.Library
this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(15, 8);
this.lblName.Location = new System.Drawing.Point(4, 6);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(49, 17);
this.lblName.TabIndex = 7;
@ -260,7 +282,7 @@ namespace Volian.Controls.Library
this.listBoxUsages.ItemHeight = 16;
this.listBoxUsages.Location = new System.Drawing.Point(0, 0);
this.listBoxUsages.Name = "listBoxUsages";
this.listBoxUsages.Size = new System.Drawing.Size(495, 292);
this.listBoxUsages.Size = new System.Drawing.Size(495, 308);
this.superTooltipLibDocs.SetSuperTooltip(this.listBoxUsages, new DevComponents.DotNetBar.SuperTooltipInfo("Usages", "", "Shows where a selected library document is used. Clicking on use will bring up t" +
"he library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.listBoxUsages.TabIndex = 0;
@ -272,10 +294,10 @@ namespace Volian.Controls.Library
this.groupPanelUsages.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelUsages.Controls.Add(this.listBoxUsages);
this.groupPanelUsages.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupPanelUsages.Location = new System.Drawing.Point(0, 510);
this.groupPanelUsages.Location = new System.Drawing.Point(0, 501);
this.groupPanelUsages.Margin = new System.Windows.Forms.Padding(4);
this.groupPanelUsages.Name = "groupPanelUsages";
this.groupPanelUsages.Size = new System.Drawing.Size(501, 322);
this.groupPanelUsages.Size = new System.Drawing.Size(501, 331);
//
//
//
@ -291,11 +313,22 @@ namespace Volian.Controls.Library
this.groupPanelUsages.Style.BorderRightWidth = 1;
this.groupPanelUsages.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelUsages.Style.BorderTopWidth = 1;
this.groupPanelUsages.Style.Class = "";
this.groupPanelUsages.Style.CornerDiameter = 4;
this.groupPanelUsages.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelUsages.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelUsages.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelUsages.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanelUsages.StyleMouseDown.Class = "";
this.groupPanelUsages.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanelUsages.StyleMouseOver.Class = "";
this.groupPanelUsages.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanelUsages.TabIndex = 31;
this.groupPanelUsages.Text = "Usages";
//