347 lines
18 KiB
C#
347 lines
18 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class DisplayLibDocs
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <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(DisplayLibDocs));
|
|
this.groupPanelBtns = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.btnImpLibDoc = new System.Windows.Forms.Button();
|
|
this.groupPanelLibDocs = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.listBoxLibDocs = new System.Windows.Forms.ListBox();
|
|
this.pnlProp = new System.Windows.Forms.Panel();
|
|
this.btnOpenLibDoc = new System.Windows.Forms.Button();
|
|
this.btnDelLibDoc = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.tbComment = new System.Windows.Forms.TextBox();
|
|
this.tbName = new System.Windows.Forms.TextBox();
|
|
this.lblComment = new System.Windows.Forms.Label();
|
|
this.lblName = new System.Windows.Forms.Label();
|
|
this.listBoxUsages = new System.Windows.Forms.ListBox();
|
|
this.groupPanelUsages = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.superTooltipLibDocs = new DevComponents.DotNetBar.SuperTooltip();
|
|
this.groupPanelBtns.SuspendLayout();
|
|
this.groupPanelLibDocs.SuspendLayout();
|
|
this.pnlProp.SuspendLayout();
|
|
this.groupPanelUsages.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupPanelBtns
|
|
//
|
|
this.groupPanelBtns.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.groupPanelBtns.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.groupPanelBtns.Controls.Add(this.btnImpLibDoc);
|
|
this.groupPanelBtns.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupPanelBtns.Location = new System.Drawing.Point(0, 0);
|
|
this.groupPanelBtns.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupPanelBtns.Name = "groupPanelBtns";
|
|
this.groupPanelBtns.Size = new System.Drawing.Size(501, 47);
|
|
//
|
|
//
|
|
//
|
|
this.groupPanelBtns.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.groupPanelBtns.Style.BackColorGradientAngle = 90;
|
|
this.groupPanelBtns.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.groupPanelBtns.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelBtns.Style.BorderBottomWidth = 1;
|
|
this.groupPanelBtns.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.groupPanelBtns.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelBtns.Style.BorderLeftWidth = 1;
|
|
this.groupPanelBtns.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelBtns.Style.BorderRightWidth = 1;
|
|
this.groupPanelBtns.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelBtns.Style.BorderTopWidth = 1;
|
|
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.TabIndex = 25;
|
|
//
|
|
// btnImpLibDoc
|
|
//
|
|
this.btnImpLibDoc.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.btnImpLibDoc.Location = new System.Drawing.Point(0, 0);
|
|
this.btnImpLibDoc.Name = "btnImpLibDoc";
|
|
this.btnImpLibDoc.Size = new System.Drawing.Size(495, 38);
|
|
this.superTooltipLibDocs.SetSuperTooltip(this.btnImpLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Import Existing Word Document", "", "Imports an existing Word Document into the Veproms data, allowing it to be used a" +
|
|
"s a library document", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.btnImpLibDoc.TabIndex = 1;
|
|
this.btnImpLibDoc.Text = "Import Existing Word Document";
|
|
this.btnImpLibDoc.UseVisualStyleBackColor = true;
|
|
this.btnImpLibDoc.Click += new System.EventHandler(this.btnImpLibDoc_Click);
|
|
//
|
|
// groupPanelLibDocs
|
|
//
|
|
this.groupPanelLibDocs.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.groupPanelLibDocs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.groupPanelLibDocs.Controls.Add(this.listBoxLibDocs);
|
|
this.groupPanelLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupPanelLibDocs.Location = new System.Drawing.Point(0, 47);
|
|
this.groupPanelLibDocs.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupPanelLibDocs.Name = "groupPanelLibDocs";
|
|
this.groupPanelLibDocs.Size = new System.Drawing.Size(501, 304);
|
|
//
|
|
//
|
|
//
|
|
this.groupPanelLibDocs.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.groupPanelLibDocs.Style.BackColorGradientAngle = 90;
|
|
this.groupPanelLibDocs.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.groupPanelLibDocs.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelLibDocs.Style.BorderBottomWidth = 1;
|
|
this.groupPanelLibDocs.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.groupPanelLibDocs.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelLibDocs.Style.BorderLeftWidth = 1;
|
|
this.groupPanelLibDocs.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelLibDocs.Style.BorderRightWidth = 1;
|
|
this.groupPanelLibDocs.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelLibDocs.Style.BorderTopWidth = 1;
|
|
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.superTooltipLibDocs.SetSuperTooltip(this.groupPanelLibDocs, new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.groupPanelLibDocs.TabIndex = 27;
|
|
this.groupPanelLibDocs.Text = "Library Documents";
|
|
//
|
|
// listBoxLibDocs
|
|
//
|
|
this.listBoxLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBoxLibDocs.FormattingEnabled = true;
|
|
this.listBoxLibDocs.HorizontalScrollbar = true;
|
|
this.listBoxLibDocs.ItemHeight = 16;
|
|
this.listBoxLibDocs.Location = new System.Drawing.Point(0, 0);
|
|
this.listBoxLibDocs.Margin = new System.Windows.Forms.Padding(4);
|
|
this.listBoxLibDocs.Name = "listBoxLibDocs";
|
|
this.listBoxLibDocs.Size = new System.Drawing.Size(495, 276);
|
|
this.superTooltipLibDocs.SetSuperTooltip(this.listBoxLibDocs, new DevComponents.DotNetBar.SuperTooltipInfo("Library Documents", "", resources.GetString("listBoxLibDocs.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.listBoxLibDocs.TabIndex = 13;
|
|
this.listBoxLibDocs.SelectedIndexChanged += new System.EventHandler(this.listBoxLibDocs_Click);
|
|
//
|
|
// pnlProp
|
|
//
|
|
this.pnlProp.BackColor = System.Drawing.Color.Beige;
|
|
this.pnlProp.Controls.Add(this.btnOpenLibDoc);
|
|
this.pnlProp.Controls.Add(this.btnDelLibDoc);
|
|
this.pnlProp.Controls.Add(this.btnCancel);
|
|
this.pnlProp.Controls.Add(this.btnSave);
|
|
this.pnlProp.Controls.Add(this.tbComment);
|
|
this.pnlProp.Controls.Add(this.tbName);
|
|
this.pnlProp.Controls.Add(this.lblComment);
|
|
this.pnlProp.Controls.Add(this.lblName);
|
|
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.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.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.btnOpenLibDoc.TabIndex = 14;
|
|
this.btnOpenLibDoc.Text = "Open";
|
|
this.btnOpenLibDoc.UseVisualStyleBackColor = true;
|
|
this.btnOpenLibDoc.Click += new System.EventHandler(this.btnOpenLibDoc_Click);
|
|
//
|
|
// 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.Name = "btnDelLibDoc";
|
|
this.btnDelLibDoc.Size = new System.Drawing.Size(107, 34);
|
|
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";
|
|
this.btnDelLibDoc.UseVisualStyleBackColor = true;
|
|
this.btnDelLibDoc.Click += new System.EventHandler(this.btnDelLibDoc_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(99, 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));
|
|
this.btnCancel.TabIndex = 12;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(18, 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));
|
|
this.btnSave.TabIndex = 11;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// tbComment
|
|
//
|
|
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.Multiline = true;
|
|
this.tbComment.Name = "tbComment";
|
|
this.tbComment.Size = new System.Drawing.Size(400, 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);
|
|
//
|
|
// tbName
|
|
//
|
|
this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbName.Location = new System.Drawing.Point(70, 3);
|
|
this.tbName.Name = "tbName";
|
|
this.tbName.Size = new System.Drawing.Size(413, 22);
|
|
this.superTooltipLibDocs.SetSuperTooltip(this.tbName, new DevComponents.DotNetBar.SuperTooltipInfo("Name", "", "Name of library document.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.tbName.TabIndex = 9;
|
|
this.tbName.TextChanged += new System.EventHandler(this.tbName_TextChanged);
|
|
//
|
|
// lblComment
|
|
//
|
|
this.lblComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblComment.AutoSize = true;
|
|
this.lblComment.Location = new System.Drawing.Point(4, 31);
|
|
this.lblComment.Name = "lblComment";
|
|
this.lblComment.Size = new System.Drawing.Size(71, 17);
|
|
this.lblComment.TabIndex = 8;
|
|
this.lblComment.Text = "Comment:";
|
|
//
|
|
// lblName
|
|
//
|
|
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.Name = "lblName";
|
|
this.lblName.Size = new System.Drawing.Size(49, 17);
|
|
this.lblName.TabIndex = 7;
|
|
this.lblName.Text = "Name:";
|
|
//
|
|
// listBoxUsages
|
|
//
|
|
this.listBoxUsages.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBoxUsages.FormattingEnabled = true;
|
|
this.listBoxUsages.HorizontalScrollbar = true;
|
|
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.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;
|
|
this.listBoxUsages.SelectedValueChanged += new System.EventHandler(this.listBoxUsages_SelectedValueChanged);
|
|
//
|
|
// groupPanelUsages
|
|
//
|
|
this.groupPanelUsages.CanvasColor = System.Drawing.SystemColors.Control;
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupPanelUsages.Name = "groupPanelUsages";
|
|
this.groupPanelUsages.Size = new System.Drawing.Size(501, 322);
|
|
//
|
|
//
|
|
//
|
|
this.groupPanelUsages.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.groupPanelUsages.Style.BackColorGradientAngle = 90;
|
|
this.groupPanelUsages.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.groupPanelUsages.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelUsages.Style.BorderBottomWidth = 1;
|
|
this.groupPanelUsages.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.groupPanelUsages.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelUsages.Style.BorderLeftWidth = 1;
|
|
this.groupPanelUsages.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelUsages.Style.BorderRightWidth = 1;
|
|
this.groupPanelUsages.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanelUsages.Style.BorderTopWidth = 1;
|
|
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.TabIndex = 31;
|
|
this.groupPanelUsages.Text = "Usages";
|
|
//
|
|
// superTooltipLibDocs
|
|
//
|
|
this.superTooltipLibDocs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// DisplayLibDocs
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.Controls.Add(this.groupPanelUsages);
|
|
this.Controls.Add(this.pnlProp);
|
|
this.Controls.Add(this.groupPanelLibDocs);
|
|
this.Controls.Add(this.groupPanelBtns);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "DisplayLibDocs";
|
|
this.Size = new System.Drawing.Size(501, 832);
|
|
this.groupPanelBtns.ResumeLayout(false);
|
|
this.groupPanelLibDocs.ResumeLayout(false);
|
|
this.pnlProp.ResumeLayout(false);
|
|
this.pnlProp.PerformLayout();
|
|
this.groupPanelUsages.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelBtns;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelLibDocs;
|
|
private System.Windows.Forms.ListBox listBoxLibDocs;
|
|
private System.Windows.Forms.Button btnImpLibDoc;
|
|
private System.Windows.Forms.Panel pnlProp;
|
|
private System.Windows.Forms.Button btnOpenLibDoc;
|
|
private System.Windows.Forms.Button btnDelLibDoc;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.TextBox tbComment;
|
|
private System.Windows.Forms.TextBox tbName;
|
|
private System.Windows.Forms.Label lblComment;
|
|
private System.Windows.Forms.Label lblName;
|
|
private System.Windows.Forms.ListBox listBoxUsages;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelUsages;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltipLibDocs;
|
|
}
|
|
}
|