| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 | namespace OTSIncAReportApp._1_UI.Control_Grids{    partial class SpectrumExportConfirmation    {        /// <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.tBox1 = new System.Windows.Forms.TextBox();            this.bt_Path = new System.Windows.Forms.Button();            this.cB_SpectrumConfirmation = new System.Windows.Forms.CheckBox();            this.bt_Export = new System.Windows.Forms.Button();            this.cB_Picture = new System.Windows.Forms.CheckBox();            this.cB_SpectrumData = new System.Windows.Forms.CheckBox();            this.SuspendLayout();            //             // tBox1            //             this.tBox1.Location = new System.Drawing.Point(8, 15);            this.tBox1.Margin = new System.Windows.Forms.Padding(2);            this.tBox1.Name = "tBox1";            this.tBox1.ReadOnly = true;            this.tBox1.Size = new System.Drawing.Size(380, 21);            this.tBox1.TabIndex = 0;            //             // bt_Path            //             this.bt_Path.Location = new System.Drawing.Point(405, 11);            this.bt_Path.Margin = new System.Windows.Forms.Padding(2);            this.bt_Path.MaximumSize = new System.Drawing.Size(125, 25);            this.bt_Path.MinimumSize = new System.Drawing.Size(125, 25);            this.bt_Path.Name = "bt_Path";            this.bt_Path.Size = new System.Drawing.Size(125, 25);            this.bt_Path.TabIndex = 1;            this.bt_Path.Text = "选择导出Ececl路径";            this.bt_Path.UseVisualStyleBackColor = true;            this.bt_Path.Click += new System.EventHandler(this.bt_Path_Click);            //             // cB_SpectrumConfirmation            //             this.cB_SpectrumConfirmation.AutoSize = true;            this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(213, 58);            this.cB_SpectrumConfirmation.Margin = new System.Windows.Forms.Padding(2);            this.cB_SpectrumConfirmation.Name = "cB_SpectrumConfirmation";            this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(132, 16);            this.cB_SpectrumConfirmation.TabIndex = 2;            this.cB_SpectrumConfirmation.Text = "附带颗粒能谱谱峰图";            this.cB_SpectrumConfirmation.UseVisualStyleBackColor = true;            this.cB_SpectrumConfirmation.Visible = false;            this.cB_SpectrumConfirmation.CheckedChanged += new System.EventHandler(this.cB_SpectrumConfirmation_CheckedChanged);            //             // bt_Export            //             this.bt_Export.Location = new System.Drawing.Point(405, 54);            this.bt_Export.Margin = new System.Windows.Forms.Padding(2);            this.bt_Export.Name = "bt_Export";            this.bt_Export.Size = new System.Drawing.Size(125, 25);            this.bt_Export.TabIndex = 3;            this.bt_Export.Text = "导出Ececl";            this.bt_Export.UseVisualStyleBackColor = true;            this.bt_Export.Click += new System.EventHandler(this.bt_Export_Click);            //             // cB_Picture            //             this.cB_Picture.AutoSize = true;            this.cB_Picture.Location = new System.Drawing.Point(13, 58);            this.cB_Picture.Name = "cB_Picture";            this.cB_Picture.Size = new System.Drawing.Size(72, 16);            this.cB_Picture.TabIndex = 4;            this.cB_Picture.Text = "颗粒图像";            this.cB_Picture.UseVisualStyleBackColor = true;            this.cB_Picture.CheckedChanged += new System.EventHandler(this.cB_Picture_CheckedChanged);            //             // cB_SpectrumData            //             this.cB_SpectrumData.AutoSize = true;            this.cB_SpectrumData.Location = new System.Drawing.Point(108, 58);            this.cB_SpectrumData.Name = "cB_SpectrumData";            this.cB_SpectrumData.Size = new System.Drawing.Size(72, 16);            this.cB_SpectrumData.TabIndex = 5;            this.cB_SpectrumData.Text = "谱峰数据";            this.cB_SpectrumData.UseVisualStyleBackColor = true;            this.cB_SpectrumData.CheckedChanged += new System.EventHandler(this.cB_SpectrumData_CheckedChanged);            //             // SpectrumExportConfirmation            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(538, 93);            this.Controls.Add(this.cB_SpectrumData);            this.Controls.Add(this.cB_Picture);            this.Controls.Add(this.bt_Export);            this.Controls.Add(this.cB_SpectrumConfirmation);            this.Controls.Add(this.bt_Path);            this.Controls.Add(this.tBox1);            this.Margin = new System.Windows.Forms.Padding(2);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "SpectrumExportConfirmation";            this.ShowIcon = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "SpectrumExportConfirmation";            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.TextBox tBox1;        private System.Windows.Forms.Button bt_Path;        private System.Windows.Forms.CheckBox cB_SpectrumConfirmation;        private System.Windows.Forms.Button bt_Export;        private System.Windows.Forms.CheckBox cB_Picture;        private System.Windows.Forms.CheckBox cB_SpectrumData;    }}
 |