1135 lines
64 KiB
C#
1135 lines
64 KiB
C#
|
namespace MatrixCalculator
|
|||
|
{
|
|||
|
partial class MainWindow
|
|||
|
{
|
|||
|
/// <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 Windows Form 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()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
|
|||
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|||
|
this.menuFile = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileNew = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileSave = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.menuFileImport = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileImportCsv = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileImportWorksheet = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.menuFilePreferences = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuFileExit = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrix = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixNew = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixDuplicate = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.menuMatrixInsertA = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixInsertB = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.menuMatrixCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixPaste = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuMatrixPasteSpecial = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuHelpHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.layoutSplitMain = new System.Windows.Forms.SplitContainer();
|
|||
|
this.layoutSplitSide = new System.Windows.Forms.SplitContainer();
|
|||
|
this.groupBoxMatrices = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.listMatrices = new System.Windows.Forms.ListView();
|
|||
|
this.listMatricesColName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.listMatricesColDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.contextList = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.contextMenuListNew = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListDuplicate = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.contextMenuListInsertA = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListInsertB = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.contextMenuListCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListPaste = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuListPasteSpecial = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.groupBoxPreview = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.labelPreviewDesc = new System.Windows.Forms.Label();
|
|||
|
this.labelPreviewName = new System.Windows.Forms.Label();
|
|||
|
this.dataPreview = new System.Windows.Forms.DataGridView();
|
|||
|
this.layoutTableCalcArea = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
this.groupBoxMatrixA = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.dataMatrixA = new System.Windows.Forms.DataGridView();
|
|||
|
this.contextData = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.contextMenuDataAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuDataClear = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.contextMenuDataCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.groupBoxMatrixB = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.dataMatrixB = new System.Windows.Forms.DataGridView();
|
|||
|
this.groupBoxResult = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.dataResult = new System.Windows.Forms.DataGridView();
|
|||
|
this.groupBoxOperations = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.layoutTableButtons = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
this.buttonMax = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonAdd = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonMin = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonDet = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonTrace = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonRank = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonTransp = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonPow = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonMulNum = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonSubNum = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonAddNum = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonInv = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonMul = new DynamicLink.Controls.MyButton();
|
|||
|
this.buttonSub = new DynamicLink.Controls.MyButton();
|
|||
|
this.labelOutput = new System.Windows.Forms.Label();
|
|||
|
this.textOutput = new System.Windows.Forms.TextBox();
|
|||
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|||
|
this.menuStrip.SuspendLayout();
|
|||
|
this.layoutSplitMain.Panel1.SuspendLayout();
|
|||
|
this.layoutSplitMain.Panel2.SuspendLayout();
|
|||
|
this.layoutSplitMain.SuspendLayout();
|
|||
|
this.layoutSplitSide.Panel1.SuspendLayout();
|
|||
|
this.layoutSplitSide.Panel2.SuspendLayout();
|
|||
|
this.layoutSplitSide.SuspendLayout();
|
|||
|
this.groupBoxMatrices.SuspendLayout();
|
|||
|
this.contextList.SuspendLayout();
|
|||
|
this.groupBoxPreview.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataPreview)).BeginInit();
|
|||
|
this.layoutTableCalcArea.SuspendLayout();
|
|||
|
this.groupBoxMatrixA.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataMatrixA)).BeginInit();
|
|||
|
this.contextData.SuspendLayout();
|
|||
|
this.groupBoxMatrixB.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataMatrixB)).BeginInit();
|
|||
|
this.groupBoxResult.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataResult)).BeginInit();
|
|||
|
this.groupBoxOperations.SuspendLayout();
|
|||
|
this.layoutTableButtons.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// menuStrip
|
|||
|
//
|
|||
|
this.menuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|||
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.menuFile,
|
|||
|
this.menuMatrix,
|
|||
|
this.menuHelp});
|
|||
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip.Name = "menuStrip";
|
|||
|
this.menuStrip.Size = new System.Drawing.Size(728, 24);
|
|||
|
this.menuStrip.TabIndex = 0;
|
|||
|
this.menuStrip.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// menuFile
|
|||
|
//
|
|||
|
this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.menuFileNew,
|
|||
|
this.menuFileOpen,
|
|||
|
this.menuFileSave,
|
|||
|
this.menuFileSaveAs,
|
|||
|
this.menuSeparator1,
|
|||
|
this.menuFileImport,
|
|||
|
this.menuSeparator2,
|
|||
|
this.menuFilePreferences,
|
|||
|
this.menuFileExit});
|
|||
|
this.menuFile.Name = "menuFile";
|
|||
|
this.menuFile.Size = new System.Drawing.Size(37, 20);
|
|||
|
this.menuFile.Text = "&File";
|
|||
|
//
|
|||
|
// menuFileNew
|
|||
|
//
|
|||
|
this.menuFileNew.Image = global::MatrixCalculator.Properties.Resources.page_white_add;
|
|||
|
this.menuFileNew.Name = "menuFileNew";
|
|||
|
this.menuFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|||
|
this.menuFileNew.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileNew.Text = "&New worksheet";
|
|||
|
this.menuFileNew.Click += new System.EventHandler(this.menuFileNew_Click);
|
|||
|
//
|
|||
|
// menuFileOpen
|
|||
|
//
|
|||
|
this.menuFileOpen.Image = global::MatrixCalculator.Properties.Resources.folder_page_white;
|
|||
|
this.menuFileOpen.Name = "menuFileOpen";
|
|||
|
this.menuFileOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|||
|
this.menuFileOpen.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileOpen.Text = "&Open...";
|
|||
|
this.menuFileOpen.Click += new System.EventHandler(this.menuFileOpen_Click);
|
|||
|
//
|
|||
|
// menuFileSave
|
|||
|
//
|
|||
|
this.menuFileSave.Image = global::MatrixCalculator.Properties.Resources.page_save;
|
|||
|
this.menuFileSave.Name = "menuFileSave";
|
|||
|
this.menuFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|||
|
this.menuFileSave.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileSave.Text = "&Save";
|
|||
|
this.menuFileSave.Click += new System.EventHandler(this.menuFileSave_Click);
|
|||
|
//
|
|||
|
// menuFileSaveAs
|
|||
|
//
|
|||
|
this.menuFileSaveAs.Name = "menuFileSaveAs";
|
|||
|
this.menuFileSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|||
|
| System.Windows.Forms.Keys.S)));
|
|||
|
this.menuFileSaveAs.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileSaveAs.Text = "Save &as...";
|
|||
|
this.menuFileSaveAs.Click += new System.EventHandler(this.menuFileSaveAs_Click);
|
|||
|
//
|
|||
|
// menuSeparator1
|
|||
|
//
|
|||
|
this.menuSeparator1.Name = "menuSeparator1";
|
|||
|
this.menuSeparator1.Size = new System.Drawing.Size(195, 6);
|
|||
|
//
|
|||
|
// menuFileImport
|
|||
|
//
|
|||
|
this.menuFileImport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.menuFileImportCsv,
|
|||
|
this.menuFileImportWorksheet});
|
|||
|
this.menuFileImport.Name = "menuFileImport";
|
|||
|
this.menuFileImport.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileImport.Text = "&Import";
|
|||
|
//
|
|||
|
// menuFileImportCsv
|
|||
|
//
|
|||
|
this.menuFileImportCsv.Name = "menuFileImportCsv";
|
|||
|
this.menuFileImportCsv.Size = new System.Drawing.Size(212, 22);
|
|||
|
this.menuFileImportCsv.Text = "From &csv file...";
|
|||
|
this.menuFileImportCsv.Click += new System.EventHandler(this.menuFileImportCsv_Click);
|
|||
|
//
|
|||
|
// menuFileImportWorksheet
|
|||
|
//
|
|||
|
this.menuFileImportWorksheet.Name = "menuFileImportWorksheet";
|
|||
|
this.menuFileImportWorksheet.Size = new System.Drawing.Size(212, 22);
|
|||
|
this.menuFileImportWorksheet.Text = "From another &worksheet...";
|
|||
|
this.menuFileImportWorksheet.Click += new System.EventHandler(this.menuFileImportWorksheet_Click);
|
|||
|
//
|
|||
|
// menuSeparator2
|
|||
|
//
|
|||
|
this.menuSeparator2.Name = "menuSeparator2";
|
|||
|
this.menuSeparator2.Size = new System.Drawing.Size(195, 6);
|
|||
|
//
|
|||
|
// menuFilePreferences
|
|||
|
//
|
|||
|
this.menuFilePreferences.Image = global::MatrixCalculator.Properties.Resources.wrench_orange;
|
|||
|
this.menuFilePreferences.Name = "menuFilePreferences";
|
|||
|
this.menuFilePreferences.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFilePreferences.Text = "&Preferences";
|
|||
|
this.menuFilePreferences.Click += new System.EventHandler(this.menuFilePreferences_Click);
|
|||
|
//
|
|||
|
// menuFileExit
|
|||
|
//
|
|||
|
this.menuFileExit.Image = global::MatrixCalculator.Properties.Resources.door_out;
|
|||
|
this.menuFileExit.Name = "menuFileExit";
|
|||
|
this.menuFileExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
|
|||
|
this.menuFileExit.Size = new System.Drawing.Size(198, 22);
|
|||
|
this.menuFileExit.Text = "E&xit";
|
|||
|
this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
|
|||
|
//
|
|||
|
// menuMatrix
|
|||
|
//
|
|||
|
this.menuMatrix.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.menuMatrixNew,
|
|||
|
this.menuMatrixEdit,
|
|||
|
this.menuMatrixDelete,
|
|||
|
this.menuMatrixDuplicate,
|
|||
|
this.menuSeparator4,
|
|||
|
this.menuMatrixInsertA,
|
|||
|
this.menuMatrixInsertB,
|
|||
|
this.menuSeparator3,
|
|||
|
this.menuMatrixCopy,
|
|||
|
this.menuMatrixPaste,
|
|||
|
this.menuMatrixPasteSpecial});
|
|||
|
this.menuMatrix.Name = "menuMatrix";
|
|||
|
this.menuMatrix.Size = new System.Drawing.Size(52, 20);
|
|||
|
this.menuMatrix.Text = "&Matrix";
|
|||
|
//
|
|||
|
// menuMatrixNew
|
|||
|
//
|
|||
|
this.menuMatrixNew.Image = global::MatrixCalculator.Properties.Resources.table_add;
|
|||
|
this.menuMatrixNew.Name = "menuMatrixNew";
|
|||
|
this.menuMatrixNew.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|||
|
| System.Windows.Forms.Keys.N)));
|
|||
|
this.menuMatrixNew.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixNew.Text = "&New matrix...";
|
|||
|
this.menuMatrixNew.Click += new System.EventHandler(this.menuMatrixNew_Click);
|
|||
|
//
|
|||
|
// menuMatrixEdit
|
|||
|
//
|
|||
|
this.menuMatrixEdit.Image = global::MatrixCalculator.Properties.Resources.table_edit;
|
|||
|
this.menuMatrixEdit.Name = "menuMatrixEdit";
|
|||
|
this.menuMatrixEdit.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|||
|
| System.Windows.Forms.Keys.E)));
|
|||
|
this.menuMatrixEdit.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixEdit.Text = "&Edit selected...";
|
|||
|
this.menuMatrixEdit.Click += new System.EventHandler(this.menuMatrixEdit_Click);
|
|||
|
//
|
|||
|
// menuMatrixDelete
|
|||
|
//
|
|||
|
this.menuMatrixDelete.Image = global::MatrixCalculator.Properties.Resources.table_delete;
|
|||
|
this.menuMatrixDelete.Name = "menuMatrixDelete";
|
|||
|
this.menuMatrixDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
|
|||
|
this.menuMatrixDelete.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixDelete.Text = "De&lete selected";
|
|||
|
this.menuMatrixDelete.Click += new System.EventHandler(this.menuMatrixDelete_Click);
|
|||
|
//
|
|||
|
// menuMatrixDuplicate
|
|||
|
//
|
|||
|
this.menuMatrixDuplicate.Name = "menuMatrixDuplicate";
|
|||
|
this.menuMatrixDuplicate.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|||
|
this.menuMatrixDuplicate.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixDuplicate.Text = "&Duplicate selected...";
|
|||
|
this.menuMatrixDuplicate.Click += new System.EventHandler(this.menuMatrixDuplicate_Click);
|
|||
|
//
|
|||
|
// menuSeparator4
|
|||
|
//
|
|||
|
this.menuSeparator4.Name = "menuSeparator4";
|
|||
|
this.menuSeparator4.Size = new System.Drawing.Size(220, 6);
|
|||
|
//
|
|||
|
// menuMatrixInsertA
|
|||
|
//
|
|||
|
this.menuMatrixInsertA.Name = "menuMatrixInsertA";
|
|||
|
this.menuMatrixInsertA.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
|
|||
|
| System.Windows.Forms.Keys.A)));
|
|||
|
this.menuMatrixInsertA.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixInsertA.Text = "Insert in slot &A";
|
|||
|
this.menuMatrixInsertA.Click += new System.EventHandler(this.menuMatrixInsertA_Click);
|
|||
|
//
|
|||
|
// menuMatrixInsertB
|
|||
|
//
|
|||
|
this.menuMatrixInsertB.Name = "menuMatrixInsertB";
|
|||
|
this.menuMatrixInsertB.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
|
|||
|
| System.Windows.Forms.Keys.B)));
|
|||
|
this.menuMatrixInsertB.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixInsertB.Text = "Insert in slot &B";
|
|||
|
this.menuMatrixInsertB.Click += new System.EventHandler(this.menuMatrixInsertB_Click);
|
|||
|
//
|
|||
|
// menuSeparator3
|
|||
|
//
|
|||
|
this.menuSeparator3.Name = "menuSeparator3";
|
|||
|
this.menuSeparator3.Size = new System.Drawing.Size(220, 6);
|
|||
|
//
|
|||
|
// menuMatrixCopy
|
|||
|
//
|
|||
|
this.menuMatrixCopy.Image = global::MatrixCalculator.Properties.Resources.page_white_copy;
|
|||
|
this.menuMatrixCopy.Name = "menuMatrixCopy";
|
|||
|
this.menuMatrixCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|||
|
this.menuMatrixCopy.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixCopy.Text = "&Copy";
|
|||
|
this.menuMatrixCopy.Click += new System.EventHandler(this.menuMatrixCopy_Click);
|
|||
|
//
|
|||
|
// menuMatrixPaste
|
|||
|
//
|
|||
|
this.menuMatrixPaste.Image = global::MatrixCalculator.Properties.Resources.page_white_paste;
|
|||
|
this.menuMatrixPaste.Name = "menuMatrixPaste";
|
|||
|
this.menuMatrixPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
|
|||
|
this.menuMatrixPaste.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixPaste.Text = "&Paste";
|
|||
|
this.menuMatrixPaste.Click += new System.EventHandler(this.menuMatrixPaste_Click);
|
|||
|
//
|
|||
|
// menuMatrixPasteSpecial
|
|||
|
//
|
|||
|
this.menuMatrixPasteSpecial.Name = "menuMatrixPasteSpecial";
|
|||
|
this.menuMatrixPasteSpecial.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|||
|
| System.Windows.Forms.Keys.V)));
|
|||
|
this.menuMatrixPasteSpecial.Size = new System.Drawing.Size(223, 22);
|
|||
|
this.menuMatrixPasteSpecial.Text = "Paste &special...";
|
|||
|
this.menuMatrixPasteSpecial.Click += new System.EventHandler(this.menuMatrixPasteSpecial_Click);
|
|||
|
//
|
|||
|
// menuHelp
|
|||
|
//
|
|||
|
this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.menuHelpAbout,
|
|||
|
this.menuHelpHelp});
|
|||
|
this.menuHelp.Name = "menuHelp";
|
|||
|
this.menuHelp.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.menuHelp.Text = "&Help";
|
|||
|
//
|
|||
|
// menuHelpAbout
|
|||
|
//
|
|||
|
this.menuHelpAbout.Name = "menuHelpAbout";
|
|||
|
this.menuHelpAbout.Size = new System.Drawing.Size(118, 22);
|
|||
|
this.menuHelpAbout.Text = "&About";
|
|||
|
this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
|
|||
|
//
|
|||
|
// menuHelpHelp
|
|||
|
//
|
|||
|
this.menuHelpHelp.Image = global::MatrixCalculator.Properties.Resources.help;
|
|||
|
this.menuHelpHelp.Name = "menuHelpHelp";
|
|||
|
this.menuHelpHelp.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
|||
|
this.menuHelpHelp.Size = new System.Drawing.Size(118, 22);
|
|||
|
this.menuHelpHelp.Text = "&Help";
|
|||
|
this.menuHelpHelp.Click += new System.EventHandler(this.menuHelpHelp_Click);
|
|||
|
//
|
|||
|
// layoutSplitMain
|
|||
|
//
|
|||
|
this.layoutSplitMain.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.layoutSplitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutSplitMain.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutSplitMain.Name = "layoutSplitMain";
|
|||
|
//
|
|||
|
// layoutSplitMain.Panel1
|
|||
|
//
|
|||
|
this.layoutSplitMain.Panel1.Controls.Add(this.layoutSplitSide);
|
|||
|
//
|
|||
|
// layoutSplitMain.Panel2
|
|||
|
//
|
|||
|
this.layoutSplitMain.Panel2.Controls.Add(this.layoutTableCalcArea);
|
|||
|
this.layoutSplitMain.Size = new System.Drawing.Size(728, 388);
|
|||
|
this.layoutSplitMain.SplitterDistance = 230;
|
|||
|
this.layoutSplitMain.TabIndex = 1;
|
|||
|
//
|
|||
|
// layoutSplitSide
|
|||
|
//
|
|||
|
this.layoutSplitSide.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutSplitSide.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutSplitSide.Name = "layoutSplitSide";
|
|||
|
this.layoutSplitSide.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
//
|
|||
|
// layoutSplitSide.Panel1
|
|||
|
//
|
|||
|
this.layoutSplitSide.Panel1.Controls.Add(this.groupBoxMatrices);
|
|||
|
this.layoutSplitSide.Panel1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
//
|
|||
|
// layoutSplitSide.Panel2
|
|||
|
//
|
|||
|
this.layoutSplitSide.Panel2.Controls.Add(this.groupBoxPreview);
|
|||
|
this.layoutSplitSide.Panel2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.layoutSplitSide.Size = new System.Drawing.Size(230, 388);
|
|||
|
this.layoutSplitSide.SplitterDistance = 168;
|
|||
|
this.layoutSplitSide.TabIndex = 0;
|
|||
|
//
|
|||
|
// groupBoxMatrices
|
|||
|
//
|
|||
|
this.groupBoxMatrices.Controls.Add(this.listMatrices);
|
|||
|
this.groupBoxMatrices.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxMatrices.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.groupBoxMatrices.Name = "groupBoxMatrices";
|
|||
|
this.groupBoxMatrices.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxMatrices.Size = new System.Drawing.Size(224, 162);
|
|||
|
this.groupBoxMatrices.TabIndex = 0;
|
|||
|
this.groupBoxMatrices.TabStop = false;
|
|||
|
this.groupBoxMatrices.Text = "Matrices";
|
|||
|
//
|
|||
|
// listMatrices
|
|||
|
//
|
|||
|
this.listMatrices.AllowDrop = true;
|
|||
|
this.listMatrices.AutoArrange = false;
|
|||
|
this.listMatrices.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.listMatricesColName,
|
|||
|
this.listMatricesColDesc});
|
|||
|
this.listMatrices.ContextMenuStrip = this.contextList;
|
|||
|
this.listMatrices.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.listMatrices.FullRowSelect = true;
|
|||
|
this.listMatrices.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|||
|
this.listMatrices.HoverSelection = true;
|
|||
|
this.listMatrices.Location = new System.Drawing.Point(3, 21);
|
|||
|
this.listMatrices.MultiSelect = false;
|
|||
|
this.listMatrices.Name = "listMatrices";
|
|||
|
this.listMatrices.Size = new System.Drawing.Size(218, 138);
|
|||
|
this.listMatrices.TabIndex = 2;
|
|||
|
this.listMatrices.UseCompatibleStateImageBehavior = false;
|
|||
|
this.listMatrices.View = System.Windows.Forms.View.Details;
|
|||
|
this.listMatrices.SelectedIndexChanged += new System.EventHandler(this.listMatrices_SelectedIndexChanged);
|
|||
|
this.listMatrices.DragOver += new System.Windows.Forms.DragEventHandler(this.listMatrices_DragOver);
|
|||
|
this.listMatrices.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listMatrices_MouseDown);
|
|||
|
//
|
|||
|
// listMatricesColName
|
|||
|
//
|
|||
|
this.listMatricesColName.Text = "Name";
|
|||
|
this.listMatricesColName.Width = 95;
|
|||
|
//
|
|||
|
// listMatricesColDesc
|
|||
|
//
|
|||
|
this.listMatricesColDesc.Text = "Description";
|
|||
|
this.listMatricesColDesc.Width = 118;
|
|||
|
//
|
|||
|
// contextList
|
|||
|
//
|
|||
|
this.contextList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.contextMenuListNew,
|
|||
|
this.contextMenuListEdit,
|
|||
|
this.contextMenuListDelete,
|
|||
|
this.contextMenuListDuplicate,
|
|||
|
this.contextMenuListSeparator1,
|
|||
|
this.contextMenuListInsertA,
|
|||
|
this.contextMenuListInsertB,
|
|||
|
this.contextMenuListSeparator2,
|
|||
|
this.contextMenuListCopy,
|
|||
|
this.contextMenuListPaste,
|
|||
|
this.contextMenuListPasteSpecial});
|
|||
|
this.contextList.Name = "contextList";
|
|||
|
this.contextList.Size = new System.Drawing.Size(180, 214);
|
|||
|
//
|
|||
|
// contextMenuListNew
|
|||
|
//
|
|||
|
this.contextMenuListNew.Image = global::MatrixCalculator.Properties.Resources.table_add;
|
|||
|
this.contextMenuListNew.Name = "contextMenuListNew";
|
|||
|
this.contextMenuListNew.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListNew.Text = "&New matrix...";
|
|||
|
this.contextMenuListNew.Click += new System.EventHandler(this.menuMatrixNew_Click);
|
|||
|
//
|
|||
|
// contextMenuListEdit
|
|||
|
//
|
|||
|
this.contextMenuListEdit.Image = global::MatrixCalculator.Properties.Resources.table_edit;
|
|||
|
this.contextMenuListEdit.Name = "contextMenuListEdit";
|
|||
|
this.contextMenuListEdit.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListEdit.Text = "&Edit selected...";
|
|||
|
this.contextMenuListEdit.Click += new System.EventHandler(this.menuMatrixEdit_Click);
|
|||
|
//
|
|||
|
// contextMenuListDelete
|
|||
|
//
|
|||
|
this.contextMenuListDelete.Image = global::MatrixCalculator.Properties.Resources.table_delete;
|
|||
|
this.contextMenuListDelete.Name = "contextMenuListDelete";
|
|||
|
this.contextMenuListDelete.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListDelete.Text = "De&lete selected";
|
|||
|
this.contextMenuListDelete.Click += new System.EventHandler(this.menuMatrixDelete_Click);
|
|||
|
//
|
|||
|
// contextMenuListDuplicate
|
|||
|
//
|
|||
|
this.contextMenuListDuplicate.Name = "contextMenuListDuplicate";
|
|||
|
this.contextMenuListDuplicate.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListDuplicate.Text = "&Duplicate selected...";
|
|||
|
this.contextMenuListDuplicate.Click += new System.EventHandler(this.menuMatrixDuplicate_Click);
|
|||
|
//
|
|||
|
// contextMenuListSeparator1
|
|||
|
//
|
|||
|
this.contextMenuListSeparator1.Name = "contextMenuListSeparator1";
|
|||
|
this.contextMenuListSeparator1.Size = new System.Drawing.Size(176, 6);
|
|||
|
//
|
|||
|
// contextMenuListInsertA
|
|||
|
//
|
|||
|
this.contextMenuListInsertA.Name = "contextMenuListInsertA";
|
|||
|
this.contextMenuListInsertA.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListInsertA.Text = "Insert in slot &A";
|
|||
|
this.contextMenuListInsertA.Click += new System.EventHandler(this.menuMatrixInsertA_Click);
|
|||
|
//
|
|||
|
// contextMenuListInsertB
|
|||
|
//
|
|||
|
this.contextMenuListInsertB.Name = "contextMenuListInsertB";
|
|||
|
this.contextMenuListInsertB.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListInsertB.Text = "Insert in slot &B";
|
|||
|
this.contextMenuListInsertB.Click += new System.EventHandler(this.menuMatrixInsertB_Click);
|
|||
|
//
|
|||
|
// contextMenuListSeparator2
|
|||
|
//
|
|||
|
this.contextMenuListSeparator2.Name = "contextMenuListSeparator2";
|
|||
|
this.contextMenuListSeparator2.Size = new System.Drawing.Size(176, 6);
|
|||
|
//
|
|||
|
// contextMenuListCopy
|
|||
|
//
|
|||
|
this.contextMenuListCopy.Image = global::MatrixCalculator.Properties.Resources.page_white_copy;
|
|||
|
this.contextMenuListCopy.Name = "contextMenuListCopy";
|
|||
|
this.contextMenuListCopy.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListCopy.Text = "&Copy";
|
|||
|
this.contextMenuListCopy.Click += new System.EventHandler(this.menuMatrixCopy_Click);
|
|||
|
//
|
|||
|
// contextMenuListPaste
|
|||
|
//
|
|||
|
this.contextMenuListPaste.Image = global::MatrixCalculator.Properties.Resources.page_white_paste;
|
|||
|
this.contextMenuListPaste.Name = "contextMenuListPaste";
|
|||
|
this.contextMenuListPaste.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListPaste.Text = "&Paste";
|
|||
|
this.contextMenuListPaste.Click += new System.EventHandler(this.menuMatrixPaste_Click);
|
|||
|
//
|
|||
|
// contextMenuListPasteSpecial
|
|||
|
//
|
|||
|
this.contextMenuListPasteSpecial.Name = "contextMenuListPasteSpecial";
|
|||
|
this.contextMenuListPasteSpecial.Size = new System.Drawing.Size(179, 22);
|
|||
|
this.contextMenuListPasteSpecial.Text = "Paste &special...";
|
|||
|
this.contextMenuListPasteSpecial.Click += new System.EventHandler(this.menuMatrixPasteSpecial_Click);
|
|||
|
//
|
|||
|
// groupBoxPreview
|
|||
|
//
|
|||
|
this.groupBoxPreview.Controls.Add(this.labelPreviewDesc);
|
|||
|
this.groupBoxPreview.Controls.Add(this.labelPreviewName);
|
|||
|
this.groupBoxPreview.Controls.Add(this.dataPreview);
|
|||
|
this.groupBoxPreview.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxPreview.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.groupBoxPreview.Name = "groupBoxPreview";
|
|||
|
this.groupBoxPreview.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxPreview.Size = new System.Drawing.Size(224, 210);
|
|||
|
this.groupBoxPreview.TabIndex = 0;
|
|||
|
this.groupBoxPreview.TabStop = false;
|
|||
|
this.groupBoxPreview.Text = "Preview";
|
|||
|
//
|
|||
|
// labelPreviewDesc
|
|||
|
//
|
|||
|
this.labelPreviewDesc.AutoSize = true;
|
|||
|
this.labelPreviewDesc.Location = new System.Drawing.Point(6, 38);
|
|||
|
this.labelPreviewDesc.Name = "labelPreviewDesc";
|
|||
|
this.labelPreviewDesc.Size = new System.Drawing.Size(86, 13);
|
|||
|
this.labelPreviewDesc.TabIndex = 5;
|
|||
|
this.labelPreviewDesc.Text = "Description: N/A";
|
|||
|
//
|
|||
|
// labelPreviewName
|
|||
|
//
|
|||
|
this.labelPreviewName.AutoSize = true;
|
|||
|
this.labelPreviewName.Location = new System.Drawing.Point(6, 21);
|
|||
|
this.labelPreviewName.Name = "labelPreviewName";
|
|||
|
this.labelPreviewName.Size = new System.Drawing.Size(61, 13);
|
|||
|
this.labelPreviewName.TabIndex = 4;
|
|||
|
this.labelPreviewName.Text = "Name: N/A";
|
|||
|
//
|
|||
|
// dataPreview
|
|||
|
//
|
|||
|
this.dataPreview.AllowUserToAddRows = false;
|
|||
|
this.dataPreview.AllowUserToDeleteRows = false;
|
|||
|
this.dataPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.dataPreview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataPreview.ColumnHeadersVisible = false;
|
|||
|
this.dataPreview.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|||
|
this.dataPreview.Location = new System.Drawing.Point(3, 54);
|
|||
|
this.dataPreview.Name = "dataPreview";
|
|||
|
this.dataPreview.ReadOnly = true;
|
|||
|
this.dataPreview.RowHeadersVisible = false;
|
|||
|
this.dataPreview.Size = new System.Drawing.Size(218, 154);
|
|||
|
this.dataPreview.TabIndex = 3;
|
|||
|
//
|
|||
|
// layoutTableCalcArea
|
|||
|
//
|
|||
|
this.layoutTableCalcArea.ColumnCount = 2;
|
|||
|
this.layoutTableCalcArea.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.layoutTableCalcArea.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.layoutTableCalcArea.Controls.Add(this.groupBoxMatrixA, 0, 0);
|
|||
|
this.layoutTableCalcArea.Controls.Add(this.groupBoxMatrixB, 1, 0);
|
|||
|
this.layoutTableCalcArea.Controls.Add(this.groupBoxResult, 1, 1);
|
|||
|
this.layoutTableCalcArea.Controls.Add(this.groupBoxOperations, 0, 1);
|
|||
|
this.layoutTableCalcArea.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutTableCalcArea.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutTableCalcArea.Name = "layoutTableCalcArea";
|
|||
|
this.layoutTableCalcArea.RowCount = 2;
|
|||
|
this.layoutTableCalcArea.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.layoutTableCalcArea.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.layoutTableCalcArea.Size = new System.Drawing.Size(494, 388);
|
|||
|
this.layoutTableCalcArea.TabIndex = 0;
|
|||
|
//
|
|||
|
// groupBoxMatrixA
|
|||
|
//
|
|||
|
this.groupBoxMatrixA.Controls.Add(this.dataMatrixA);
|
|||
|
this.groupBoxMatrixA.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxMatrixA.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.groupBoxMatrixA.Name = "groupBoxMatrixA";
|
|||
|
this.groupBoxMatrixA.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxMatrixA.Size = new System.Drawing.Size(241, 188);
|
|||
|
this.groupBoxMatrixA.TabIndex = 5;
|
|||
|
this.groupBoxMatrixA.TabStop = false;
|
|||
|
this.groupBoxMatrixA.Text = "Matrix A";
|
|||
|
//
|
|||
|
// dataMatrixA
|
|||
|
//
|
|||
|
this.dataMatrixA.AllowDrop = true;
|
|||
|
this.dataMatrixA.AllowUserToAddRows = false;
|
|||
|
this.dataMatrixA.AllowUserToDeleteRows = false;
|
|||
|
this.dataMatrixA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataMatrixA.ColumnHeadersVisible = false;
|
|||
|
this.dataMatrixA.ContextMenuStrip = this.contextData;
|
|||
|
this.dataMatrixA.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.dataMatrixA.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|||
|
this.dataMatrixA.Location = new System.Drawing.Point(3, 21);
|
|||
|
this.dataMatrixA.Name = "dataMatrixA";
|
|||
|
this.dataMatrixA.ReadOnly = true;
|
|||
|
this.dataMatrixA.RowHeadersVisible = false;
|
|||
|
this.dataMatrixA.Size = new System.Drawing.Size(235, 164);
|
|||
|
this.dataMatrixA.TabIndex = 9;
|
|||
|
this.dataMatrixA.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataMatrix_DragDrop);
|
|||
|
this.dataMatrixA.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataMatrix_DragEnter);
|
|||
|
//
|
|||
|
// contextData
|
|||
|
//
|
|||
|
this.contextData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.contextMenuDataAdd,
|
|||
|
this.contextMenuDataClear,
|
|||
|
this.contextMenuDataCopy});
|
|||
|
this.contextData.Name = "contextData";
|
|||
|
this.contextData.Size = new System.Drawing.Size(174, 70);
|
|||
|
//
|
|||
|
// contextMenuDataAdd
|
|||
|
//
|
|||
|
this.contextMenuDataAdd.Image = global::MatrixCalculator.Properties.Resources.table_add;
|
|||
|
this.contextMenuDataAdd.Name = "contextMenuDataAdd";
|
|||
|
this.contextMenuDataAdd.Size = new System.Drawing.Size(173, 22);
|
|||
|
this.contextMenuDataAdd.Text = "&Add matrix to list...";
|
|||
|
this.contextMenuDataAdd.Click += new System.EventHandler(this.contextMenuDataAdd_Click);
|
|||
|
//
|
|||
|
// contextMenuDataClear
|
|||
|
//
|
|||
|
this.contextMenuDataClear.Image = global::MatrixCalculator.Properties.Resources.Gnome_Edit_Clear_16;
|
|||
|
this.contextMenuDataClear.Name = "contextMenuDataClear";
|
|||
|
this.contextMenuDataClear.Size = new System.Drawing.Size(173, 22);
|
|||
|
this.contextMenuDataClear.Text = "C&lear";
|
|||
|
this.contextMenuDataClear.Click += new System.EventHandler(this.contextMenuDataClear_Click);
|
|||
|
//
|
|||
|
// contextMenuDataCopy
|
|||
|
//
|
|||
|
this.contextMenuDataCopy.Image = global::MatrixCalculator.Properties.Resources.page_white_copy;
|
|||
|
this.contextMenuDataCopy.Name = "contextMenuDataCopy";
|
|||
|
this.contextMenuDataCopy.Size = new System.Drawing.Size(173, 22);
|
|||
|
this.contextMenuDataCopy.Text = "&Copy";
|
|||
|
this.contextMenuDataCopy.Click += new System.EventHandler(this.contextMenuDataCopy_Click);
|
|||
|
//
|
|||
|
// groupBoxMatrixB
|
|||
|
//
|
|||
|
this.groupBoxMatrixB.Controls.Add(this.dataMatrixB);
|
|||
|
this.groupBoxMatrixB.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxMatrixB.Location = new System.Drawing.Point(250, 3);
|
|||
|
this.groupBoxMatrixB.Name = "groupBoxMatrixB";
|
|||
|
this.groupBoxMatrixB.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxMatrixB.Size = new System.Drawing.Size(241, 188);
|
|||
|
this.groupBoxMatrixB.TabIndex = 6;
|
|||
|
this.groupBoxMatrixB.TabStop = false;
|
|||
|
this.groupBoxMatrixB.Text = "Matrix B";
|
|||
|
//
|
|||
|
// dataMatrixB
|
|||
|
//
|
|||
|
this.dataMatrixB.AllowDrop = true;
|
|||
|
this.dataMatrixB.AllowUserToAddRows = false;
|
|||
|
this.dataMatrixB.AllowUserToDeleteRows = false;
|
|||
|
this.dataMatrixB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataMatrixB.ColumnHeadersVisible = false;
|
|||
|
this.dataMatrixB.ContextMenuStrip = this.contextData;
|
|||
|
this.dataMatrixB.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.dataMatrixB.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|||
|
this.dataMatrixB.Location = new System.Drawing.Point(3, 21);
|
|||
|
this.dataMatrixB.Name = "dataMatrixB";
|
|||
|
this.dataMatrixB.ReadOnly = true;
|
|||
|
this.dataMatrixB.RowHeadersVisible = false;
|
|||
|
this.dataMatrixB.Size = new System.Drawing.Size(235, 164);
|
|||
|
this.dataMatrixB.TabIndex = 8;
|
|||
|
this.dataMatrixB.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataMatrix_DragDrop);
|
|||
|
this.dataMatrixB.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataMatrix_DragEnter);
|
|||
|
//
|
|||
|
// groupBoxResult
|
|||
|
//
|
|||
|
this.groupBoxResult.Controls.Add(this.dataResult);
|
|||
|
this.groupBoxResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxResult.Location = new System.Drawing.Point(250, 197);
|
|||
|
this.groupBoxResult.Name = "groupBoxResult";
|
|||
|
this.groupBoxResult.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxResult.Size = new System.Drawing.Size(241, 188);
|
|||
|
this.groupBoxResult.TabIndex = 7;
|
|||
|
this.groupBoxResult.TabStop = false;
|
|||
|
this.groupBoxResult.Text = "Result";
|
|||
|
//
|
|||
|
// dataResult
|
|||
|
//
|
|||
|
this.dataResult.AllowUserToAddRows = false;
|
|||
|
this.dataResult.AllowUserToDeleteRows = false;
|
|||
|
this.dataResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataResult.ColumnHeadersVisible = false;
|
|||
|
this.dataResult.ContextMenuStrip = this.contextData;
|
|||
|
this.dataResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.dataResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|||
|
this.dataResult.Location = new System.Drawing.Point(3, 21);
|
|||
|
this.dataResult.Name = "dataResult";
|
|||
|
this.dataResult.ReadOnly = true;
|
|||
|
this.dataResult.RowHeadersVisible = false;
|
|||
|
this.dataResult.Size = new System.Drawing.Size(235, 164);
|
|||
|
this.dataResult.TabIndex = 8;
|
|||
|
//
|
|||
|
// groupBoxOperations
|
|||
|
//
|
|||
|
this.groupBoxOperations.Controls.Add(this.layoutTableButtons);
|
|||
|
this.groupBoxOperations.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.groupBoxOperations.Location = new System.Drawing.Point(3, 197);
|
|||
|
this.groupBoxOperations.Name = "groupBoxOperations";
|
|||
|
this.groupBoxOperations.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
|||
|
this.groupBoxOperations.Size = new System.Drawing.Size(241, 188);
|
|||
|
this.groupBoxOperations.TabIndex = 8;
|
|||
|
this.groupBoxOperations.TabStop = false;
|
|||
|
this.groupBoxOperations.Text = "Operations";
|
|||
|
//
|
|||
|
// layoutTableButtons
|
|||
|
//
|
|||
|
this.layoutTableButtons.ColumnCount = 3;
|
|||
|
this.layoutTableButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|||
|
this.layoutTableButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|||
|
this.layoutTableButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonMax, 1, 5);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonAdd, 0, 1);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonMin, 0, 5);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonDet, 2, 4);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonTrace, 0, 4);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonRank, 1, 4);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonTransp, 2, 3);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonPow, 1, 3);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonMulNum, 2, 2);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonSubNum, 1, 2);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonAddNum, 0, 2);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonInv, 0, 3);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonMul, 2, 1);
|
|||
|
this.layoutTableButtons.Controls.Add(this.buttonSub, 1, 1);
|
|||
|
this.layoutTableButtons.Controls.Add(this.labelOutput, 0, 0);
|
|||
|
this.layoutTableButtons.Controls.Add(this.textOutput, 1, 0);
|
|||
|
this.layoutTableButtons.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutTableButtons.Location = new System.Drawing.Point(3, 21);
|
|||
|
this.layoutTableButtons.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.layoutTableButtons.Name = "layoutTableButtons";
|
|||
|
this.layoutTableButtons.RowCount = 7;
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|||
|
this.layoutTableButtons.Size = new System.Drawing.Size(235, 164);
|
|||
|
this.layoutTableButtons.TabIndex = 5;
|
|||
|
//
|
|||
|
// buttonMax
|
|||
|
//
|
|||
|
this.buttonMax.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonMax.Location = new System.Drawing.Point(79, 116);
|
|||
|
this.buttonMax.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonMax.Name = "buttonMax";
|
|||
|
this.buttonMax.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonMax.TabIndex = 48;
|
|||
|
this.buttonMax.Text = "Max(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonMax, "Maximum element in matrix A.");
|
|||
|
this.buttonMax.UseVisualStyleBackColor = true;
|
|||
|
this.buttonMax.Click += new System.EventHandler(this.buttonMax_Click);
|
|||
|
//
|
|||
|
// buttonAdd
|
|||
|
//
|
|||
|
this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar;
|
|||
|
this.buttonAdd.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonAdd.Location = new System.Drawing.Point(1, 24);
|
|||
|
this.buttonAdd.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonAdd.Name = "buttonAdd";
|
|||
|
this.buttonAdd.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonAdd.TabIndex = 46;
|
|||
|
this.buttonAdd.Text = "A + B";
|
|||
|
this.toolTip.SetToolTip(this.buttonAdd, "Add matrix A and B.");
|
|||
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|||
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
|||
|
//
|
|||
|
// buttonMin
|
|||
|
//
|
|||
|
this.buttonMin.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonMin.Location = new System.Drawing.Point(1, 116);
|
|||
|
this.buttonMin.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonMin.Name = "buttonMin";
|
|||
|
this.buttonMin.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonMin.TabIndex = 45;
|
|||
|
this.buttonMin.Text = "Min(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonMin, "Minimum element in matrix A.");
|
|||
|
this.buttonMin.UseVisualStyleBackColor = true;
|
|||
|
this.buttonMin.Click += new System.EventHandler(this.buttonMin_Click);
|
|||
|
//
|
|||
|
// buttonDet
|
|||
|
//
|
|||
|
this.buttonDet.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonDet.Location = new System.Drawing.Point(157, 93);
|
|||
|
this.buttonDet.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonDet.Name = "buttonDet";
|
|||
|
this.buttonDet.Size = new System.Drawing.Size(77, 21);
|
|||
|
this.buttonDet.TabIndex = 44;
|
|||
|
this.buttonDet.Text = "Det(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonDet, "Determinant of matrix A.");
|
|||
|
this.buttonDet.UseVisualStyleBackColor = true;
|
|||
|
this.buttonDet.Click += new System.EventHandler(this.buttonDet_Click);
|
|||
|
//
|
|||
|
// buttonTrace
|
|||
|
//
|
|||
|
this.buttonTrace.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonTrace.Location = new System.Drawing.Point(1, 93);
|
|||
|
this.buttonTrace.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonTrace.Name = "buttonTrace";
|
|||
|
this.buttonTrace.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonTrace.TabIndex = 43;
|
|||
|
this.buttonTrace.Text = "Trace(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonTrace, "Trace of matrix A.");
|
|||
|
this.buttonTrace.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTrace.Click += new System.EventHandler(this.buttonTrace_Click);
|
|||
|
//
|
|||
|
// buttonRank
|
|||
|
//
|
|||
|
this.buttonRank.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonRank.Location = new System.Drawing.Point(79, 93);
|
|||
|
this.buttonRank.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonRank.Name = "buttonRank";
|
|||
|
this.buttonRank.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonRank.TabIndex = 42;
|
|||
|
this.buttonRank.Text = "Rank(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonRank, "Rank of matrix A.");
|
|||
|
this.buttonRank.UseVisualStyleBackColor = true;
|
|||
|
this.buttonRank.Click += new System.EventHandler(this.buttonRank_Click);
|
|||
|
//
|
|||
|
// buttonTransp
|
|||
|
//
|
|||
|
this.buttonTransp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonTransp.Location = new System.Drawing.Point(157, 70);
|
|||
|
this.buttonTransp.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonTransp.Name = "buttonTransp";
|
|||
|
this.buttonTransp.Size = new System.Drawing.Size(77, 21);
|
|||
|
this.buttonTransp.TabIndex = 41;
|
|||
|
this.buttonTransp.Text = "Transp(A)";
|
|||
|
this.toolTip.SetToolTip(this.buttonTransp, "Transpose matrix A.");
|
|||
|
this.buttonTransp.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTransp.Click += new System.EventHandler(this.buttonTransp_Click);
|
|||
|
//
|
|||
|
// buttonPow
|
|||
|
//
|
|||
|
this.buttonPow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonPow.Location = new System.Drawing.Point(79, 70);
|
|||
|
this.buttonPow.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonPow.Name = "buttonPow";
|
|||
|
this.buttonPow.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonPow.TabIndex = 40;
|
|||
|
this.buttonPow.Text = "A ^ x";
|
|||
|
this.toolTip.SetToolTip(this.buttonPow, "Raise matrix A at an integer power.");
|
|||
|
this.buttonPow.UseVisualStyleBackColor = true;
|
|||
|
this.buttonPow.Click += new System.EventHandler(this.buttonPow_Click);
|
|||
|
//
|
|||
|
// buttonMulNum
|
|||
|
//
|
|||
|
this.buttonMulNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonMulNum.Location = new System.Drawing.Point(157, 47);
|
|||
|
this.buttonMulNum.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonMulNum.Name = "buttonMulNum";
|
|||
|
this.buttonMulNum.Size = new System.Drawing.Size(77, 21);
|
|||
|
this.buttonMulNum.TabIndex = 39;
|
|||
|
this.buttonMulNum.Text = "A * x";
|
|||
|
this.toolTip.SetToolTip(this.buttonMulNum, "Multiply every element in matrix A with a real number.");
|
|||
|
this.buttonMulNum.UseVisualStyleBackColor = true;
|
|||
|
this.buttonMulNum.Click += new System.EventHandler(this.buttonMulNum_Click);
|
|||
|
//
|
|||
|
// buttonSubNum
|
|||
|
//
|
|||
|
this.buttonSubNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonSubNum.Location = new System.Drawing.Point(79, 47);
|
|||
|
this.buttonSubNum.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonSubNum.Name = "buttonSubNum";
|
|||
|
this.buttonSubNum.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonSubNum.TabIndex = 38;
|
|||
|
this.buttonSubNum.Text = "A - x";
|
|||
|
this.toolTip.SetToolTip(this.buttonSubNum, "Subtract a real number from every element in matrix A.");
|
|||
|
this.buttonSubNum.UseVisualStyleBackColor = true;
|
|||
|
this.buttonSubNum.Click += new System.EventHandler(this.buttonSubNum_Click);
|
|||
|
//
|
|||
|
// buttonAddNum
|
|||
|
//
|
|||
|
this.buttonAddNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonAddNum.Location = new System.Drawing.Point(1, 47);
|
|||
|
this.buttonAddNum.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonAddNum.Name = "buttonAddNum";
|
|||
|
this.buttonAddNum.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonAddNum.TabIndex = 37;
|
|||
|
this.buttonAddNum.Text = "A + x";
|
|||
|
this.toolTip.SetToolTip(this.buttonAddNum, "Add a real number to every element in matrix A.");
|
|||
|
this.buttonAddNum.UseVisualStyleBackColor = true;
|
|||
|
this.buttonAddNum.Click += new System.EventHandler(this.buttonAddNum_Click);
|
|||
|
//
|
|||
|
// buttonInv
|
|||
|
//
|
|||
|
this.buttonInv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonInv.Location = new System.Drawing.Point(1, 70);
|
|||
|
this.buttonInv.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonInv.Name = "buttonInv";
|
|||
|
this.buttonInv.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonInv.TabIndex = 36;
|
|||
|
this.buttonInv.Text = "A ^ -1";
|
|||
|
this.toolTip.SetToolTip(this.buttonInv, "Inverse of matrix A.");
|
|||
|
this.buttonInv.UseVisualStyleBackColor = true;
|
|||
|
this.buttonInv.Click += new System.EventHandler(this.buttonInv_Click);
|
|||
|
//
|
|||
|
// buttonMul
|
|||
|
//
|
|||
|
this.buttonMul.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonMul.Location = new System.Drawing.Point(157, 24);
|
|||
|
this.buttonMul.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonMul.Name = "buttonMul";
|
|||
|
this.buttonMul.Size = new System.Drawing.Size(77, 21);
|
|||
|
this.buttonMul.TabIndex = 35;
|
|||
|
this.buttonMul.Text = "A * B";
|
|||
|
this.toolTip.SetToolTip(this.buttonMul, "Multiply matrix A and B.");
|
|||
|
this.buttonMul.UseVisualStyleBackColor = true;
|
|||
|
this.buttonMul.Click += new System.EventHandler(this.buttonMul_Click);
|
|||
|
//
|
|||
|
// buttonSub
|
|||
|
//
|
|||
|
this.buttonSub.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.buttonSub.Location = new System.Drawing.Point(79, 24);
|
|||
|
this.buttonSub.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonSub.Name = "buttonSub";
|
|||
|
this.buttonSub.Size = new System.Drawing.Size(76, 21);
|
|||
|
this.buttonSub.TabIndex = 34;
|
|||
|
this.buttonSub.Text = "A - B";
|
|||
|
this.toolTip.SetToolTip(this.buttonSub, "Subtract matrix B from matrix A.");
|
|||
|
this.buttonSub.UseVisualStyleBackColor = true;
|
|||
|
this.buttonSub.Click += new System.EventHandler(this.buttonSub_Click);
|
|||
|
//
|
|||
|
// labelOutput
|
|||
|
//
|
|||
|
this.labelOutput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelOutput.Location = new System.Drawing.Point(3, 0);
|
|||
|
this.labelOutput.Name = "labelOutput";
|
|||
|
this.labelOutput.Size = new System.Drawing.Size(72, 23);
|
|||
|
this.labelOutput.TabIndex = 0;
|
|||
|
this.labelOutput.Text = "Output:";
|
|||
|
this.labelOutput.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// textOutput
|
|||
|
//
|
|||
|
this.textOutput.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
this.layoutTableButtons.SetColumnSpan(this.textOutput, 2);
|
|||
|
this.textOutput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.textOutput.Location = new System.Drawing.Point(81, 3);
|
|||
|
this.textOutput.Name = "textOutput";
|
|||
|
this.textOutput.ReadOnly = true;
|
|||
|
this.textOutput.Size = new System.Drawing.Size(151, 20);
|
|||
|
this.textOutput.TabIndex = 1;
|
|||
|
this.textOutput.TextChanged += new System.EventHandler(this.textOutput_TextChanged);
|
|||
|
//
|
|||
|
// MainWindow
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(728, 412);
|
|||
|
this.Controls.Add(this.layoutSplitMain);
|
|||
|
this.Controls.Add(this.menuStrip);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.MainMenuStrip = this.menuStrip;
|
|||
|
this.Name = "MainWindow";
|
|||
|
this.Text = "Matrix calculator";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
|
|||
|
this.menuStrip.ResumeLayout(false);
|
|||
|
this.menuStrip.PerformLayout();
|
|||
|
this.layoutSplitMain.Panel1.ResumeLayout(false);
|
|||
|
this.layoutSplitMain.Panel2.ResumeLayout(false);
|
|||
|
this.layoutSplitMain.ResumeLayout(false);
|
|||
|
this.layoutSplitSide.Panel1.ResumeLayout(false);
|
|||
|
this.layoutSplitSide.Panel2.ResumeLayout(false);
|
|||
|
this.layoutSplitSide.ResumeLayout(false);
|
|||
|
this.groupBoxMatrices.ResumeLayout(false);
|
|||
|
this.contextList.ResumeLayout(false);
|
|||
|
this.groupBoxPreview.ResumeLayout(false);
|
|||
|
this.groupBoxPreview.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataPreview)).EndInit();
|
|||
|
this.layoutTableCalcArea.ResumeLayout(false);
|
|||
|
this.groupBoxMatrixA.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataMatrixA)).EndInit();
|
|||
|
this.contextData.ResumeLayout(false);
|
|||
|
this.groupBoxMatrixB.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataMatrixB)).EndInit();
|
|||
|
this.groupBoxResult.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataResult)).EndInit();
|
|||
|
this.groupBoxOperations.ResumeLayout(false);
|
|||
|
this.layoutTableButtons.ResumeLayout(false);
|
|||
|
this.layoutTableButtons.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.MenuStrip menuStrip;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFile;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileNew;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileOpen;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileSave;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileSaveAs;
|
|||
|
private System.Windows.Forms.ToolStripSeparator menuSeparator1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileImport;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileImportCsv;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileImportWorksheet;
|
|||
|
private System.Windows.Forms.ToolStripSeparator menuSeparator2;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFileExit;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrix;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixNew;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixEdit;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixDelete;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixDuplicate;
|
|||
|
private System.Windows.Forms.ToolStripSeparator menuSeparator3;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixCopy;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixPaste;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixPasteSpecial;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuHelp;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuHelpAbout;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuHelpHelp;
|
|||
|
private System.Windows.Forms.SplitContainer layoutSplitMain;
|
|||
|
private System.Windows.Forms.SplitContainer layoutSplitSide;
|
|||
|
private System.Windows.Forms.TableLayoutPanel layoutTableCalcArea;
|
|||
|
private System.Windows.Forms.ToolTip toolTip;
|
|||
|
private System.Windows.Forms.ToolStripSeparator menuSeparator4;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixInsertA;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuMatrixInsertB;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextList;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListNew;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListEdit;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListDelete;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListDuplicate;
|
|||
|
private System.Windows.Forms.ToolStripSeparator contextMenuListSeparator1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListInsertA;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListInsertB;
|
|||
|
private System.Windows.Forms.ToolStripSeparator contextMenuListSeparator2;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListCopy;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListPaste;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuListPasteSpecial;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextData;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuDataAdd;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuDataClear;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem contextMenuDataCopy;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem menuFilePreferences;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxMatrices;
|
|||
|
private System.Windows.Forms.ListView listMatrices;
|
|||
|
private System.Windows.Forms.ColumnHeader listMatricesColName;
|
|||
|
private System.Windows.Forms.ColumnHeader listMatricesColDesc;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxPreview;
|
|||
|
private System.Windows.Forms.Label labelPreviewDesc;
|
|||
|
private System.Windows.Forms.Label labelPreviewName;
|
|||
|
private System.Windows.Forms.DataGridView dataPreview;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxMatrixA;
|
|||
|
private System.Windows.Forms.DataGridView dataMatrixA;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxMatrixB;
|
|||
|
private System.Windows.Forms.DataGridView dataMatrixB;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxResult;
|
|||
|
private System.Windows.Forms.DataGridView dataResult;
|
|||
|
private DynamicLink.Controls.MyGroupBox groupBoxOperations;
|
|||
|
private System.Windows.Forms.TableLayoutPanel layoutTableButtons;
|
|||
|
private DynamicLink.Controls.MyButton buttonMax;
|
|||
|
private DynamicLink.Controls.MyButton buttonAdd;
|
|||
|
private DynamicLink.Controls.MyButton buttonMin;
|
|||
|
private DynamicLink.Controls.MyButton buttonDet;
|
|||
|
private DynamicLink.Controls.MyButton buttonTrace;
|
|||
|
private DynamicLink.Controls.MyButton buttonRank;
|
|||
|
private DynamicLink.Controls.MyButton buttonTransp;
|
|||
|
private DynamicLink.Controls.MyButton buttonPow;
|
|||
|
private DynamicLink.Controls.MyButton buttonMulNum;
|
|||
|
private DynamicLink.Controls.MyButton buttonSubNum;
|
|||
|
private DynamicLink.Controls.MyButton buttonAddNum;
|
|||
|
private DynamicLink.Controls.MyButton buttonInv;
|
|||
|
private DynamicLink.Controls.MyButton buttonMul;
|
|||
|
private DynamicLink.Controls.MyButton buttonSub;
|
|||
|
private System.Windows.Forms.Label labelOutput;
|
|||
|
private System.Windows.Forms.TextBox textOutput;
|
|||
|
}
|
|||
|
}
|
|||
|
|