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

📄 frmcalibrate.designer.cs

📁 用C#写的USB数据采集程序
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MCA
{
    partial class FrmCalibrate
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCalibrate));
            this.panelCaption = new Custom.PanelPro();
            this.panel5 = new System.Windows.Forms.Panel();
            this.nUpDownvalue1 = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.nUpDownvalue = new System.Windows.Forms.NumericUpDown();
            this.ibtSave = new Custom.ImageButton();
            this.ibtOpen = new Custom.ImageButton();
            this.ibtCurve = new Custom.ImageButton();
            this.ibtDelect = new Custom.ImageButton();
            this.ibtAdd = new Custom.ImageButton();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.gridPara = new System.Windows.Forms.DataGrid();
            this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
            this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.ibtCancel = new Custom.ImageButton();
            this.ibtOK = new Custom.ImageButton();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.imageList = new System.Windows.Forms.ImageList();
            this.DrawBox = new Custom.DDrawBox();
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            this.rbtLine = new System.Windows.Forms.RadioButton();
            this.rbtSqrt = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lbResult = new System.Windows.Forms.Label();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelCaption
            // 
            this.panelCaption.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.panelCaption.Caption = "能量刻度";
            this.panelCaption.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelCaption.Image = ((System.Drawing.Image)(resources.GetObject("panelCaption.Image")));
            this.panelCaption.Location = new System.Drawing.Point(0, 0);
            this.panelCaption.Name = "panelCaption";
            this.panelCaption.Size = new System.Drawing.Size(220, 20);
            this.panelCaption.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.panelCaption.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.panelCaption.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.panelCaption.TextFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.panelCaption.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseDown);
            this.panelCaption.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseMove);
            this.panelCaption.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseUp);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.nUpDownvalue1);
            this.panel5.Controls.Add(this.label1);
            this.panel5.Controls.Add(this.nUpDownvalue);
            this.panel5.Controls.Add(this.ibtSave);
            this.panel5.Controls.Add(this.ibtOpen);
            this.panel5.Controls.Add(this.ibtCurve);
            this.panel5.Controls.Add(this.ibtDelect);
            this.panel5.Controls.Add(this.ibtAdd);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel5.Location = new System.Drawing.Point(1, 20);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(218, 20);
            // 
            // nUpDownvalue1
            // 
            this.nUpDownvalue1.Dock = System.Windows.Forms.DockStyle.Left;
            this.nUpDownvalue1.Location = new System.Drawing.Point(161, 0);
            this.nUpDownvalue1.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nUpDownvalue1.Name = "nUpDownvalue1";
            this.nUpDownvalue1.Size = new System.Drawing.Size(56, 22);
            this.nUpDownvalue1.TabIndex = 11;
            this.nUpDownvalue1.LostFocus += new System.EventHandler(this.nUpDownvalue1_LostFocus);
            this.nUpDownvalue1.ValueChanged += new System.EventHandler(this.nUpDownvalue1_ValueChanged);
            this.nUpDownvalue1.GotFocus += new System.EventHandler(this.nUpDownvalue1_GotFocus);
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Left;
            this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(156, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(5, 20);
            this.label1.Text = ".";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // nUpDownvalue
            // 
            this.nUpDownvalue.Dock = System.Windows.Forms.DockStyle.Left;
            this.nUpDownvalue.Location = new System.Drawing.Point(100, 0);
            this.nUpDownvalue.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nUpDownvalue.Minimum = new decimal(new int[] {
            9999,
            0,
            0,
            -2147483648});
            this.nUpDownvalue.Name = "nUpDownvalue";
            this.nUpDownvalue.Size = new System.Drawing.Size(56, 22);
            this.nUpDownvalue.TabIndex = 9;
            this.nUpDownvalue.LostFocus += new System.EventHandler(this.nUpDownvalue_LostFocus);
            this.nUpDownvalue.ValueChanged += new System.EventHandler(this.nUpDownvalue_ValueChanged);
            this.nUpDownvalue.GotFocus += new System.EventHandler(this.nUpDownvalue_GotFocus);
            // 
            // ibtSave
            // 
            this.ibtSave.BackgroundPoint = new System.Drawing.Point(3, 0);
            this.ibtSave.Dock = System.Windows.Forms.DockStyle.Left;
            this.ibtSave.FillColor = System.Drawing.Color.White;
            this.ibtSave.Image = ((System.Drawing.Image)(resources.GetObject("ibtSave.Image")));
            this.ibtSave.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.ibtSave.Location = new System.Drawing.Point(80, 0);
            this.ibtSave.Name = "ibtSave";
            this.ibtSave.ShadowColor = System.Drawing.Color.Gray;
            this.ibtSave.ShowShadow = false;
            this.ibtSave.Size = new System.Drawing.Size(20, 20);
            this.ibtSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ibtSave.TabIndex = 3;
            this.ibtSave.TipAnchor = Custom.TipAnchorStyles.Bottom;
            this.ibtSave.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtSave_MouseUp);
            // 
            // ibtOpen
            // 
            this.ibtOpen.BackgroundPoint = new System.Drawing.Point(3, 0);
            this.ibtOpen.Dock = System.Windows.Forms.DockStyle.Left;
            this.ibtOpen.FillColor = System.Drawing.Color.White;
            this.ibtOpen.Image = ((System.Drawing.Image)(resources.GetObject("ibtOpen.Image")));
            this.ibtOpen.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.ibtOpen.Location = new System.Drawing.Point(60, 0);
            this.ibtOpen.Name = "ibtOpen";
            this.ibtOpen.ShadowColor = System.Drawing.Color.Gray;
            this.ibtOpen.ShowShadow = false;
            this.ibtOpen.Size = new System.Drawing.Size(20, 20);
            this.ibtOpen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ibtOpen.TabIndex = 2;
            this.ibtOpen.TipAnchor = Custom.TipAnchorStyles.Bottom;
            this.ibtOpen.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtOpen_MouseUp);
            // 
            // ibtCurve
            // 
            this.ibtCurve.BackgroundPoint = new System.Drawing.Point(0, 0);
            this.ibtCurve.Dock = System.Windows.Forms.DockStyle.Left;
            this.ibtCurve.FillColor = System.Drawing.Color.White;
            this.ibtCurve.Image = ((System.Drawing.Image)(resources.GetObject("ibtCurve.Image")));
            this.ibtCurve.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.ibtCurve.Location = new System.Drawing.Point(40, 0);
            this.ibtCurve.Name = "ibtCurve";
            this.ibtCurve.ShadowColor = System.Drawing.Color.Gray;
            this.ibtCurve.ShowShadow = false;
            this.ibtCurve.Size = new System.Drawing.Size(20, 20);
            this.ibtCurve.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ibtCurve.TabIndex = 4;
            this.ibtCurve.TipAnchor = Custom.TipAnchorStyles.Bottom;
            this.ibtCurve.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtCursor_MouseUp);
            // 
            // ibtDelect
            // 
            this.ibtDelect.BackgroundPoint = new System.Drawing.Point(3, 0);
            this.ibtDelect.Dock = System.Windows.Forms.DockStyle.Left;
            this.ibtDelect.FillColor = System.Drawing.Color.White;
            this.ibtDelect.Image = ((System.Drawing.Image)(resources.GetObject("ibtDelect.Image")));
            this.ibtDelect.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.ibtDelect.Location = new System.Drawing.Point(20, 0);
            this.ibtDelect.Name = "ibtDelect";
            this.ibtDelect.ShadowColor = System.Drawing.Color.Gray;
            this.ibtDelect.ShowShadow = false;
            this.ibtDelect.Size = new System.Drawing.Size(20, 20);
            this.ibtDelect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ibtDelect.TabIndex = 1;
            this.ibtDelect.TipAnchor = Custom.TipAnchorStyles.Bottom;
            this.ibtDelect.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtDelect_MouseUp);
            // 
            // ibtAdd
            // 
            this.ibtAdd.BackgroundPoint = new System.Drawing.Point(0, 0);
            this.ibtAdd.Dock = System.Windows.Forms.DockStyle.Left;
            this.ibtAdd.FillColor = System.Drawing.Color.White;
            this.ibtAdd.Image = ((System.Drawing.Image)(resources.GetObject("ibtAdd.Image")));
            this.ibtAdd.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.ibtAdd.Location = new System.Drawing.Point(0, 0);
            this.ibtAdd.Name = "ibtAdd";
            this.ibtAdd.ShadowColor = System.Drawing.Color.Gray;
            this.ibtAdd.ShowShadow = false;
            this.ibtAdd.Size = new System.Drawing.Size(20, 20);
            this.ibtAdd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ibtAdd.TabIndex = 0;
            this.ibtAdd.TipAnchor = Custom.TipAnchorStyles.Bottom;
            this.ibtAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtAdd_MouseUp);
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.Black;
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(1, 173);
            this.panel3.Name = "panel3";

⌨️ 快捷键说明

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