Click here to Skip to main content
15,896,111 members
Articles / Programming Languages / Visual Basic

Mathemathics Framework

Rate me:
Please Sign up or sign in to vote.
4.76/5 (56 votes)
16 Sep 2008CPOL6 min read 75.5K   6.2K   171  
.NET Mathematical Framework
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormEditor
    Inherits System.Windows.Forms.Form

    'Form reemplaza a Dispose para limpiar la lista de componentes.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Requerido por el Diseñador de Windows Forms
    Private components As System.ComponentModel.IContainer

    'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
    'Se puede modificar usando el Diseñador de Windows Forms.  
    'No lo modifique con el editor de código.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormEditor))
        Me.ButtonCancel = New System.Windows.Forms.Button
        Me.ButtonOK = New System.Windows.Forms.Button
        Me.TabControlEditor = New System.Windows.Forms.TabControl
        Me.TabPage1 = New System.Windows.Forms.TabPage
        Me.lstv_Commands = New System.Windows.Forms.ListView
        Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
        Me.imageList1 = New System.Windows.Forms.ImageList(Me.components)
        Me.qcTextEditor = New System.Windows.Forms.TextBox
        Me.TabPage2 = New System.Windows.Forms.TabPage
        Me.TextBoxDraftNotepad = New System.Windows.Forms.TextBox
        Me.toolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
        Me.ToolStripButtonClearAll = New System.Windows.Forms.ToolStripButton
        Me.TabControlEditor.SuspendLayout()
        Me.TabPage1.SuspendLayout()
        Me.TabPage2.SuspendLayout()
        Me.ToolStrip1.SuspendLayout()
        Me.SuspendLayout()
        '
        'ButtonCancel
        '
        Me.ButtonCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.ButtonCancel.Location = New System.Drawing.Point(312, 393)
        Me.ButtonCancel.Name = "ButtonCancel"
        Me.ButtonCancel.Size = New System.Drawing.Size(77, 25)
        Me.ButtonCancel.TabIndex = 0
        Me.ButtonCancel.Text = "Cancel"
        Me.ButtonCancel.UseVisualStyleBackColor = True
        '
        'ButtonOK
        '
        Me.ButtonOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.ButtonOK.Location = New System.Drawing.Point(4, 393)
        Me.ButtonOK.Name = "ButtonOK"
        Me.ButtonOK.Size = New System.Drawing.Size(77, 25)
        Me.ButtonOK.TabIndex = 1
        Me.ButtonOK.Text = "OK"
        Me.ButtonOK.UseVisualStyleBackColor = True
        '
        'TabControlEditor
        '
        Me.TabControlEditor.Controls.Add(Me.TabPage1)
        Me.TabControlEditor.Controls.Add(Me.TabPage2)
        Me.TabControlEditor.Location = New System.Drawing.Point(4, 29)
        Me.TabControlEditor.Name = "TabControlEditor"
        Me.TabControlEditor.SelectedIndex = 0
        Me.TabControlEditor.Size = New System.Drawing.Size(385, 358)
        Me.TabControlEditor.TabIndex = 3
        '
        'TabPage1
        '
        Me.TabPage1.Controls.Add(Me.lstv_Commands)
        Me.TabPage1.Controls.Add(Me.qcTextEditor)
        Me.TabPage1.Location = New System.Drawing.Point(4, 22)
        Me.TabPage1.Name = "TabPage1"
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage1.Size = New System.Drawing.Size(377, 332)
        Me.TabPage1.TabIndex = 0
        Me.TabPage1.Text = "Function Expresion"
        Me.TabPage1.UseVisualStyleBackColor = True
        '
        'lstv_Commands
        '
        Me.lstv_Commands.Activation = System.Windows.Forms.ItemActivation.OneClick
        Me.lstv_Commands.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1})
        Me.lstv_Commands.HideSelection = False
        Me.lstv_Commands.LabelWrap = False
        Me.lstv_Commands.Location = New System.Drawing.Point(126, 43)
        Me.lstv_Commands.MultiSelect = False
        Me.lstv_Commands.Name = "lstv_Commands"
        Me.lstv_Commands.Size = New System.Drawing.Size(200, 163)
        Me.lstv_Commands.SmallImageList = Me.imageList1
        Me.lstv_Commands.Sorting = System.Windows.Forms.SortOrder.Ascending
        Me.lstv_Commands.TabIndex = 1
        Me.lstv_Commands.TabStop = False
        Me.lstv_Commands.UseCompatibleStateImageBehavior = False
        Me.lstv_Commands.View = System.Windows.Forms.View.SmallIcon
        Me.lstv_Commands.Visible = False
        '
        'ColumnHeader1
        '
        Me.ColumnHeader1.Text = "Function"
        Me.ColumnHeader1.Width = 170
        '
        'imageList1
        '
        Me.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit
        Me.imageList1.ImageSize = New System.Drawing.Size(18, 18)
        Me.imageList1.TransparentColor = System.Drawing.Color.Transparent
        '
        'qcTextEditor
        '
        Me.qcTextEditor.AcceptsReturn = True
        Me.qcTextEditor.Dock = System.Windows.Forms.DockStyle.Fill
        Me.qcTextEditor.Location = New System.Drawing.Point(3, 3)
        Me.qcTextEditor.Multiline = True
        Me.qcTextEditor.Name = "qcTextEditor"
        Me.qcTextEditor.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.qcTextEditor.Size = New System.Drawing.Size(371, 326)
        Me.qcTextEditor.TabIndex = 0
        Me.qcTextEditor.Text = "f"
        '
        'TabPage2
        '
        Me.TabPage2.Controls.Add(Me.TextBoxDraftNotepad)
        Me.TabPage2.Location = New System.Drawing.Point(4, 22)
        Me.TabPage2.Name = "TabPage2"
        Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage2.Size = New System.Drawing.Size(377, 332)
        Me.TabPage2.TabIndex = 1
        Me.TabPage2.Text = "Draft NotePad"
        Me.TabPage2.UseVisualStyleBackColor = True
        '
        'TextBoxDraftNotepad
        '
        Me.TextBoxDraftNotepad.AcceptsReturn = True
        Me.TextBoxDraftNotepad.AcceptsTab = True
        Me.TextBoxDraftNotepad.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
        Me.TextBoxDraftNotepad.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TextBoxDraftNotepad.Location = New System.Drawing.Point(3, 3)
        Me.TextBoxDraftNotepad.Multiline = True
        Me.TextBoxDraftNotepad.Name = "TextBoxDraftNotepad"
        Me.TextBoxDraftNotepad.Size = New System.Drawing.Size(371, 326)
        Me.TextBoxDraftNotepad.TabIndex = 0
        '
        'ToolStrip1
        '
        Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButtonClearAll})
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
        Me.ToolStrip1.Name = "ToolStrip1"
        Me.ToolStrip1.Size = New System.Drawing.Size(393, 25)
        Me.ToolStrip1.TabIndex = 4
        Me.ToolStrip1.Text = "ToolStrip1"
        '
        'ToolStripButtonClearAll
        '
        Me.ToolStripButtonClearAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.ToolStripButtonClearAll.Image = CType(resources.GetObject("ToolStripButtonClearAll.Image"), System.Drawing.Image)
        Me.ToolStripButtonClearAll.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.ToolStripButtonClearAll.Name = "ToolStripButtonClearAll"
        Me.ToolStripButtonClearAll.Size = New System.Drawing.Size(23, 22)
        Me.ToolStripButtonClearAll.Text = "Clear All in selected Editor"
        '
        'FormEditor
        '
        Me.AcceptButton = Me.ButtonOK
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.AutoSize = True
        Me.CancelButton = Me.ButtonCancel
        Me.ClientSize = New System.Drawing.Size(393, 421)
        Me.ControlBox = False
        Me.Controls.Add(Me.ToolStrip1)
        Me.Controls.Add(Me.TabControlEditor)
        Me.Controls.Add(Me.ButtonOK)
        Me.Controls.Add(Me.ButtonCancel)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FormEditor"
        Me.ShowIcon = False
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "Editor"
        Me.TabControlEditor.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage1.PerformLayout()
        Me.TabPage2.ResumeLayout(False)
        Me.TabPage2.PerformLayout()
        Me.ToolStrip1.ResumeLayout(False)
        Me.ToolStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents ButtonCancel As System.Windows.Forms.Button
    Friend WithEvents ButtonOK As System.Windows.Forms.Button
    Friend WithEvents TabControlEditor As System.Windows.Forms.TabControl
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents qcTextEditor As System.Windows.Forms.TextBox
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
    Friend WithEvents TextBoxDraftNotepad As System.Windows.Forms.TextBox
    Friend WithEvents lstv_Commands As System.Windows.Forms.ListView
    Private WithEvents toolTip1 As System.Windows.Forms.ToolTip
    Private WithEvents imageList1 As System.Windows.Forms.ImageList
    Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
    Friend WithEvents ToolStripButtonClearAll As System.Windows.Forms.ToolStripButton
End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer Universidad Tecnológica Nacional
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions