⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 this application was developed in visual c# to draw the sequence of the data given by Lagrange Inter
💻 CS
字号:
namespace WindowsApplication1
{
    partial class Form1
    {
        /// <summary>
        /// Variable del diseñador requerida.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Limpiar los recursos que se estén utilizando.
        /// </summary>
        /// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Código generado por el Diseñador de Windows Forms

        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.lbl_titulo = new System.Windows.Forms.Label();
            this.lbl_pts = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btn_graficar = new System.Windows.Forms.Button();
            this.lbl_grafico = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.datosx = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.datosy = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.lbl_autor = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // lbl_titulo
            // 
            this.lbl_titulo.AutoSize = true;
            this.lbl_titulo.Font = new System.Drawing.Font("Digital", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_titulo.Location = new System.Drawing.Point(267, 9);
            this.lbl_titulo.Name = "lbl_titulo";
            this.lbl_titulo.Size = new System.Drawing.Size(362, 32);
            this.lbl_titulo.TabIndex = 0;
            this.lbl_titulo.Text = "INTERPOLACIÓN LAGRANGE";
            // 
            // lbl_pts
            // 
            this.lbl_pts.AutoSize = true;
            this.lbl_pts.Font = new System.Drawing.Font("Digital", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_pts.Location = new System.Drawing.Point(76, 62);
            this.lbl_pts.Name = "lbl_pts";
            this.lbl_pts.Size = new System.Drawing.Size(47, 15);
            this.lbl_pts.TabIndex = 1;
            this.lbl_pts.Text = "Puntos";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point(188, 82);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(783, 538);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // btn_graficar
            // 
            this.btn_graficar.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btn_graficar.Location = new System.Drawing.Point(45, 592);
            this.btn_graficar.Name = "btn_graficar";
            this.btn_graficar.Size = new System.Drawing.Size(103, 28);
            this.btn_graficar.TabIndex = 4;
            this.btn_graficar.Text = "Graficar";
            this.btn_graficar.UseVisualStyleBackColor = true;
            this.btn_graficar.Click += new System.EventHandler(this.btn_graficar_Click);
            // 
            // lbl_grafico
            // 
            this.lbl_grafico.AutoSize = true;
            this.lbl_grafico.Font = new System.Drawing.Font("Digital", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_grafico.Location = new System.Drawing.Point(190, 62);
            this.lbl_grafico.Name = "lbl_grafico";
            this.lbl_grafico.Size = new System.Drawing.Size(48, 15);
            this.lbl_grafico.TabIndex = 5;
            this.lbl_grafico.Text = "Gráfico";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.datosx,
            this.datosy});
            this.dataGridView1.Location = new System.Drawing.Point(25, 85);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.Size = new System.Drawing.Size(143, 501);
            this.dataGridView1.TabIndex = 6;
            // 
            // datosx
            // 
            this.datosx.HeaderText = "X";
            this.datosx.Name = "datosx";
            this.datosx.Width = 70;
            // 
            // datosy
            // 
            this.datosy.HeaderText = "Y";
            this.datosy.Name = "datosy";
            this.datosy.Width = 70;
            // 
            // lbl_autor
            // 
            this.lbl_autor.AutoSize = true;
            this.lbl_autor.Font = new System.Drawing.Font("Digital", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_autor.Location = new System.Drawing.Point(692, 28);
            this.lbl_autor.Name = "lbl_autor";
            this.lbl_autor.Size = new System.Drawing.Size(181, 15);
            this.lbl_autor.TabIndex = 7;
            this.lbl_autor.Text = "Autor: EDUARDO GARCIA";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(983, 632);
            this.Controls.Add(this.lbl_autor);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.lbl_grafico);
            this.Controls.Add(this.btn_graficar);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.lbl_pts);
            this.Controls.Add(this.lbl_titulo);
            this.Name = "Form1";
            this.Text = "Lagrange";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lbl_titulo;
        private System.Windows.Forms.Label lbl_pts;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btn_graficar;
        private System.Windows.Forms.Label lbl_grafico;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn datosx;
        private System.Windows.Forms.DataGridViewTextBoxColumn datosy;
        private System.Windows.Forms.Label lbl_autor;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -