namespace MatrixCalculator
{
partial class ImportWorksheetWindow
{
///
/// 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()
{
this.listMatrices = new System.Windows.Forms.CheckedListBox();
this.buttonAccept = new DynamicLink.Controls.MyButton();
this.buttonCancel = new DynamicLink.Controls.MyButton();
this.groupBoxSelectMatrices = new DynamicLink.Controls.MyGroupBox();
this.groupBoxSelectMatrices.SuspendLayout();
this.SuspendLayout();
//
// listMatrices
//
this.listMatrices.CheckOnClick = true;
this.listMatrices.Dock = System.Windows.Forms.DockStyle.Fill;
this.listMatrices.FormattingEnabled = true;
this.listMatrices.Location = new System.Drawing.Point(5, 23);
this.listMatrices.Name = "listMatrices";
this.listMatrices.Size = new System.Drawing.Size(250, 215);
this.listMatrices.TabIndex = 0;
//
// buttonAccept
//
this.buttonAccept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAccept.BackColor = System.Drawing.Color.Transparent;
this.buttonAccept.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAccept.ForeColor = System.Drawing.Color.DarkGreen;
this.buttonAccept.Location = new System.Drawing.Point(197, 261);
this.buttonAccept.Name = "buttonAccept";
this.buttonAccept.Size = new System.Drawing.Size(75, 23);
this.buttonAccept.TabIndex = 5;
this.buttonAccept.Text = "Accept";
this.buttonAccept.UseVisualStyleBackColor = false;
this.buttonAccept.Click += new System.EventHandler(this.buttonAccept_Click);
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.BackColor = System.Drawing.Color.Transparent;
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(116, 261);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = false;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// groupBoxSelectMatrices
//
this.groupBoxSelectMatrices.BackColor = System.Drawing.Color.Transparent;
this.groupBoxSelectMatrices.Controls.Add(this.listMatrices);
this.groupBoxSelectMatrices.Location = new System.Drawing.Point(12, 12);
this.groupBoxSelectMatrices.Name = "groupBoxSelectMatrices";
this.groupBoxSelectMatrices.Padding = new System.Windows.Forms.Padding(5, 10, 5, 5);
this.groupBoxSelectMatrices.Size = new System.Drawing.Size(260, 243);
this.groupBoxSelectMatrices.TabIndex = 6;
this.groupBoxSelectMatrices.TabStop = false;
this.groupBoxSelectMatrices.Text = "Select matrices to import:";
//
// ImportWorksheetWindow
//
this.AcceptButton = this.buttonAccept;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(284, 296);
this.Controls.Add(this.groupBoxSelectMatrices);
this.Controls.Add(this.buttonAccept);
this.Controls.Add(this.buttonCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "ImportWorksheetWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Import from worksheet...";
this.groupBoxSelectMatrices.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckedListBox listMatrices;
private DynamicLink.Controls.MyButton buttonAccept;
private DynamicLink.Controls.MyButton buttonCancel;
private DynamicLink.Controls.MyGroupBox groupBoxSelectMatrices;
}
}