| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308 | namespace OTSIncAReportApp.OTSTemplateDesigner{    partial class OTSReport_TemplateDesignerRM    {        /// <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()        {            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSReport_TemplateDesignerRM));            this.tb_FBT = new System.Windows.Forms.TextBox();            this.tb_ZBT = new System.Windows.Forms.TextBox();            this.label5 = new System.Windows.Forms.Label();            this.label3 = new System.Windows.Forms.Label();            this.button1 = new System.Windows.Forms.Button();            this.button2 = new System.Windows.Forms.Button();            this.label1 = new System.Windows.Forms.Label();            this.tb_YPBH = new System.Windows.Forms.TextBox();            this.label4 = new System.Windows.Forms.Label();            this.tb_CKBZ = new System.Windows.Forms.TextBox();            this.ck_jggk = new System.Windows.Forms.CheckBox();            this.ck_ypsm = new System.Windows.Forms.CheckBox();            this.label7 = new System.Windows.Forms.Label();            this.label6 = new System.Windows.Forms.Label();            this.ck_ym = new System.Windows.Forms.CheckBox();            this.tb_yjwb = new System.Windows.Forms.TextBox();            this.label10 = new System.Windows.Forms.Label();            this.label9 = new System.Windows.Forms.Label();            this.tb_khh = new System.Windows.Forms.TextBox();            this.label2 = new System.Windows.Forms.Label();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.tb_ymwb = new System.Windows.Forms.TextBox();            this.label8 = new System.Windows.Forms.Label();            this.groupBox4 = new System.Windows.Forms.GroupBox();            this.ck_klcc_xsmk = new System.Windows.Forms.CheckBox();            this.label17 = new System.Windows.Forms.Label();            this.cb_klcc_ljb = new System.Windows.Forms.ComboBox();            this.cb_klcc_jsfs = new System.Windows.Forms.ComboBox();            this.label15 = new System.Windows.Forms.Label();            this.label14 = new System.Windows.Forms.Label();            this.groupBox6 = new System.Windows.Forms.GroupBox();            this.button3 = new System.Windows.Forms.Button();            this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();            this.tb_ysfx_xsys = new System.Windows.Forms.TextBox();            this.button4 = new System.Windows.Forms.Button();            this.ck_ysfx_xsmk = new System.Windows.Forms.CheckBox();            this.label25 = new System.Windows.Forms.Label();            this.groupBox7 = new System.Windows.Forms.GroupBox();            this.lbv_syxt_mblb = new System.Windows.Forms.ListView();            this.ck_syxt_xsmk = new System.Windows.Forms.CheckBox();            this.label40 = new System.Windows.Forms.Label();            this.cb_syxt_ljb = new System.Windows.Forms.ComboBox();            this.cb_syxt_mhxssl = new System.Windows.Forms.ComboBox();            this.label38 = new System.Windows.Forms.Label();            this.label33 = new System.Windows.Forms.Label();            this.label42 = new System.Windows.Forms.Label();            this.groupBox8 = new System.Windows.Forms.GroupBox();            this.label11111 = new System.Windows.Forms.Label();            this.button5 = new System.Windows.Forms.Button();            this.tb_RemoveElements = new System.Windows.Forms.TextBox();            this.ck_kllb_fjzt = new System.Windows.Forms.CheckBox();            this.label111 = new System.Windows.Forms.Label();            this.groupBox_zt = new System.Windows.Forms.GroupBox();            this.ParticleList_5 = new System.Windows.Forms.Label();            this.cb_FrameChart_p2 = new System.Windows.Forms.ComboBox();            this.ParticleList_4 = new System.Windows.Forms.Label();            this.cb_FrameChart_p1 = new System.Windows.Forms.ComboBox();            this.groupBox_px = new System.Windows.Forms.GroupBox();            this.comboBox_p3 = new System.Windows.Forms.ComboBox();            this.ParticleList_3 = new System.Windows.Forms.Label();            this.comboBox_p2 = new System.Windows.Forms.ComboBox();            this.ParticleList_2 = new System.Windows.Forms.Label();            this.ParticleList_1 = new System.Windows.Forms.Label();            this.comboBox_p1 = new System.Windows.Forms.ComboBox();            this.ck_kllb_npxx = new System.Windows.Forms.CheckBox();            this.ck_kllb_fdtx = new System.Windows.Forms.CheckBox();            this.ck_kllb_ystx = new System.Windows.Forms.CheckBox();            this.ck_kllb_xsmk = new System.Windows.Forms.CheckBox();            this.label32 = new System.Windows.Forms.Label();            this.label31 = new System.Windows.Forms.Label();            this.label30 = new System.Windows.Forms.Label();            this.label34 = new System.Windows.Forms.Label();            this.button6 = new System.Windows.Forms.Button();            this.panel2 = new System.Windows.Forms.Panel();            this.pictureBox8 = new System.Windows.Forms.PictureBox();            this.pictureBox6 = new System.Windows.Forms.PictureBox();            this.pictureBox5 = new System.Windows.Forms.PictureBox();            this.pictureBox4 = new System.Windows.Forms.PictureBox();            this.pictureBox3 = new System.Windows.Forms.PictureBox();            this.pictureBox2 = new System.Windows.Forms.PictureBox();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.panel3 = new System.Windows.Forms.Panel();            this.groupBox211 = new System.Windows.Forms.GroupBox();            this.ck_jzwzb_chart = new System.Windows.Forms.CheckBox();            this.label1311 = new System.Windows.Forms.Label();            this.label1211 = new System.Windows.Forms.Label();            this.ck_jzwzb_surface = new System.Windows.Forms.CheckBox();            this.groupBZ = new System.Windows.Forms.GroupBox();            this.textBox_strBZ = new System.Windows.Forms.TextBox();            this.groupBox9 = new System.Windows.Forms.GroupBox();            this.label39 = new System.Windows.Forms.Label();            this.cb_ParticleRange = new System.Windows.Forms.ComboBox();            this.delete_Class = new System.Windows.Forms.TextBox();            this.label_delete_Class = new System.Windows.Forms.Label();            this.groupBox1.SuspendLayout();            this.groupBox4.SuspendLayout();            this.groupBox6.SuspendLayout();            this.groupBox7.SuspendLayout();            this.groupBox8.SuspendLayout();            this.groupBox_zt.SuspendLayout();            this.groupBox_px.SuspendLayout();            this.panel2.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            this.panel3.SuspendLayout();            this.groupBox211.SuspendLayout();            this.groupBZ.SuspendLayout();            this.groupBox9.SuspendLayout();            this.SuspendLayout();            //             // tb_FBT            //             this.tb_FBT.Location = new System.Drawing.Point(5, 83);            this.tb_FBT.Margin = new System.Windows.Forms.Padding(2);            this.tb_FBT.Name = "tb_FBT";            this.tb_FBT.Size = new System.Drawing.Size(258, 21);            this.tb_FBT.TabIndex = 20;            //             // tb_ZBT            //             this.tb_ZBT.Location = new System.Drawing.Point(5, 35);            this.tb_ZBT.Margin = new System.Windows.Forms.Padding(2);            this.tb_ZBT.Name = "tb_ZBT";            this.tb_ZBT.Size = new System.Drawing.Size(258, 21);            this.tb_ZBT.TabIndex = 10;            //             // label5            //             this.label5.AutoSize = true;            this.label5.Location = new System.Drawing.Point(5, 69);            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(41, 12);            this.label5.TabIndex = 0;            this.label5.Text = "副标题";            //             // label3            //             this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(5, 21);            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(41, 12);            this.label3.TabIndex = 0;            this.label3.Text = "主标题";            //             // button1            //             this.button1.Location = new System.Drawing.Point(930, 47);            this.button1.Margin = new System.Windows.Forms.Padding(2);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(71, 22);            this.button1.TabIndex = 60;            this.button1.Text = "另存";            this.button1.UseVisualStyleBackColor = true;            this.button1.Click += new System.EventHandler(this.button1_Click);            //             // button2            //             this.button2.Location = new System.Drawing.Point(1376, 648);            this.button2.Margin = new System.Windows.Forms.Padding(2);            this.button2.Name = "button2";            this.button2.Size = new System.Drawing.Size(71, 22);            this.button2.TabIndex = 70;            this.button2.Text = "返  回";            this.button2.UseVisualStyleBackColor = true;            this.button2.Click += new System.EventHandler(this.button2_Click);            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(5, 124);            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(53, 12);            this.label1.TabIndex = 0;            this.label1.Text = "样品编号";            //             // tb_YPBH            //             this.tb_YPBH.Location = new System.Drawing.Point(5, 138);            this.tb_YPBH.Margin = new System.Windows.Forms.Padding(2);            this.tb_YPBH.Name = "tb_YPBH";            this.tb_YPBH.Size = new System.Drawing.Size(258, 21);            this.tb_YPBH.TabIndex = 30;            //             // label4            //             this.label4.AutoSize = true;            this.label4.Location = new System.Drawing.Point(5, 175);            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(53, 12);            this.label4.TabIndex = 0;            this.label4.Text = "参考标准";            //             // tb_CKBZ            //             this.tb_CKBZ.Location = new System.Drawing.Point(5, 189);            this.tb_CKBZ.Margin = new System.Windows.Forms.Padding(2);            this.tb_CKBZ.Name = "tb_CKBZ";            this.tb_CKBZ.Size = new System.Drawing.Size(258, 21);            this.tb_CKBZ.TabIndex = 50;            //             // ck_jggk            //             this.ck_jggk.AutoSize = true;            this.ck_jggk.Location = new System.Drawing.Point(224, 230);            this.ck_jggk.Margin = new System.Windows.Forms.Padding(2);            this.ck_jggk.Name = "ck_jggk";            this.ck_jggk.Size = new System.Drawing.Size(15, 14);            this.ck_jggk.TabIndex = 51;            this.ck_jggk.UseVisualStyleBackColor = true;            this.ck_jggk.Visible = false;            //             // ck_ypsm            //             this.ck_ypsm.AutoSize = true;            this.ck_ypsm.Location = new System.Drawing.Point(388, 159);            this.ck_ypsm.Margin = new System.Windows.Forms.Padding(2);            this.ck_ypsm.Name = "ck_ypsm";            this.ck_ypsm.Size = new System.Drawing.Size(15, 14);            this.ck_ypsm.TabIndex = 51;            this.ck_ypsm.UseVisualStyleBackColor = true;            //             // label7            //             this.label7.AutoSize = true;            this.label7.Location = new System.Drawing.Point(5, 230);            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label7.Name = "label7";            this.label7.Size = new System.Drawing.Size(77, 12);            this.label7.TabIndex = 0;            this.label7.Text = "显示结果概况";            this.label7.Visible = false;            //             // label6            //             this.label6.AutoSize = true;            this.label6.Location = new System.Drawing.Point(302, 159);            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(77, 12);            this.label6.TabIndex = 0;            this.label6.Text = "显示样品说明";            //             // ck_ym            //             this.ck_ym.AutoSize = true;            this.ck_ym.Location = new System.Drawing.Point(409, 89);            this.ck_ym.Margin = new System.Windows.Forms.Padding(2);            this.ck_ym.Name = "ck_ym";            this.ck_ym.Size = new System.Drawing.Size(15, 14);            this.ck_ym.TabIndex = 52;            this.ck_ym.UseVisualStyleBackColor = true;            //             // tb_yjwb            //             this.tb_yjwb.Location = new System.Drawing.Point(7, 89);            this.tb_yjwb.Margin = new System.Windows.Forms.Padding(2);            this.tb_yjwb.Name = "tb_yjwb";            this.tb_yjwb.Size = new System.Drawing.Size(256, 21);            this.tb_yjwb.TabIndex = 42;            //             // label10            //             this.label10.AutoSize = true;            this.label10.Location = new System.Drawing.Point(5, 75);            this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label10.Name = "label10";            this.label10.Size = new System.Drawing.Size(53, 12);            this.label10.TabIndex = 41;            this.label10.Text = "页脚文本";            //             // label9            //             this.label9.AutoSize = true;            this.label9.Location = new System.Drawing.Point(360, 89);            this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(29, 12);            this.label9.TabIndex = 41;            this.label9.Text = "页码";            //             // tb_khh            //             this.tb_khh.Location = new System.Drawing.Point(7, 147);            this.tb_khh.Margin = new System.Windows.Forms.Padding(2);            this.tb_khh.Name = "tb_khh";            this.tb_khh.Size = new System.Drawing.Size(256, 21);            this.tb_khh.TabIndex = 42;            this.tb_khh.Visible = false;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(5, 133);            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(41, 12);            this.label2.TabIndex = 41;            this.label2.Text = "客户号";            this.label2.Visible = false;            //             // groupBox1            //             this.groupBox1.Controls.Add(this.ck_ym);            this.groupBox1.Controls.Add(this.label9);            this.groupBox1.Controls.Add(this.tb_ymwb);            this.groupBox1.Controls.Add(this.tb_yjwb);            this.groupBox1.Controls.Add(this.tb_khh);            this.groupBox1.Controls.Add(this.label2);            this.groupBox1.Controls.Add(this.label10);            this.groupBox1.Controls.Add(this.label8);            this.groupBox1.Location = new System.Drawing.Point(3, 263);            this.groupBox1.Margin = new System.Windows.Forms.Padding(2);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Padding = new System.Windows.Forms.Padding(2);            this.groupBox1.Size = new System.Drawing.Size(268, 181);            this.groupBox1.TabIndex = 0;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "页眉页脚设置";            //             // tb_ymwb            //             this.tb_ymwb.Location = new System.Drawing.Point(7, 33);            this.tb_ymwb.Margin = new System.Windows.Forms.Padding(2);            this.tb_ymwb.Name = "tb_ymwb";            this.tb_ymwb.Size = new System.Drawing.Size(256, 21);            this.tb_ymwb.TabIndex = 42;            //             // label8            //             this.label8.AutoSize = true;            this.label8.Location = new System.Drawing.Point(5, 17);            this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label8.Name = "label8";            this.label8.Size = new System.Drawing.Size(53, 12);            this.label8.TabIndex = 41;            this.label8.Text = "页眉文本";            //             // groupBox4            //             this.groupBox4.Controls.Add(this.ck_klcc_xsmk);            this.groupBox4.Controls.Add(this.label17);            this.groupBox4.Controls.Add(this.cb_klcc_ljb);            this.groupBox4.Controls.Add(this.cb_klcc_jsfs);            this.groupBox4.Controls.Add(this.label15);            this.groupBox4.Controls.Add(this.label14);            this.groupBox4.Location = new System.Drawing.Point(3, 448);            this.groupBox4.Margin = new System.Windows.Forms.Padding(2);            this.groupBox4.Name = "groupBox4";            this.groupBox4.Padding = new System.Windows.Forms.Padding(2);            this.groupBox4.Size = new System.Drawing.Size(268, 158);            this.groupBox4.TabIndex = 2;            this.groupBox4.TabStop = false;            this.groupBox4.Text = "颗粒尺寸分析结果";            //             // ck_klcc_xsmk            //             this.ck_klcc_xsmk.AutoSize = true;            this.ck_klcc_xsmk.Location = new System.Drawing.Point(224, 25);            this.ck_klcc_xsmk.Margin = new System.Windows.Forms.Padding(2);            this.ck_klcc_xsmk.Name = "ck_klcc_xsmk";            this.ck_klcc_xsmk.Size = new System.Drawing.Size(15, 14);            this.ck_klcc_xsmk.TabIndex = 53;            this.ck_klcc_xsmk.UseVisualStyleBackColor = true;            //             // label17            //             this.label17.AutoSize = true;            this.label17.Location = new System.Drawing.Point(9, 25);            this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label17.Name = "label17";            this.label17.Size = new System.Drawing.Size(65, 12);            this.label17.TabIndex = 52;            this.label17.Text = "显示该模块";            //             // cb_klcc_ljb            //             this.cb_klcc_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_klcc_ljb.FormattingEnabled = true;            this.cb_klcc_ljb.Location = new System.Drawing.Point(19, 112);            this.cb_klcc_ljb.Margin = new System.Windows.Forms.Padding(2);            this.cb_klcc_ljb.Name = "cb_klcc_ljb";            this.cb_klcc_ljb.Size = new System.Drawing.Size(216, 20);            this.cb_klcc_ljb.TabIndex = 42;            //             // cb_klcc_jsfs            //             this.cb_klcc_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_klcc_jsfs.FormattingEnabled = true;            this.cb_klcc_jsfs.Location = new System.Drawing.Point(19, 67);            this.cb_klcc_jsfs.Margin = new System.Windows.Forms.Padding(2);            this.cb_klcc_jsfs.Name = "cb_klcc_jsfs";            this.cb_klcc_jsfs.Size = new System.Drawing.Size(216, 20);            this.cb_klcc_jsfs.TabIndex = 42;            //             // label15            //             this.label15.AutoSize = true;            this.label15.Location = new System.Drawing.Point(19, 97);            this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label15.Name = "label15";            this.label15.Size = new System.Drawing.Size(65, 12);            this.label15.TabIndex = 41;            this.label15.Text = "粒级表信息";            //             // label14            //             this.label14.AutoSize = true;            this.label14.Location = new System.Drawing.Point(17, 53);            this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label14.Name = "label14";            this.label14.Size = new System.Drawing.Size(53, 12);            this.label14.TabIndex = 41;            this.label14.Text = "计算方式";            //             // groupBox6            //             this.groupBox6.Controls.Add(this.button3);            this.groupBox6.Controls.Add(this.comboBox_PeriodicTable);            this.groupBox6.Controls.Add(this.tb_ysfx_xsys);            this.groupBox6.Controls.Add(this.button4);            this.groupBox6.Controls.Add(this.ck_ysfx_xsmk);            this.groupBox6.Controls.Add(this.label25);            this.groupBox6.Location = new System.Drawing.Point(3, 614);            this.groupBox6.Margin = new System.Windows.Forms.Padding(2);            this.groupBox6.Name = "groupBox6";            this.groupBox6.Padding = new System.Windows.Forms.Padding(2);            this.groupBox6.Size = new System.Drawing.Size(268, 134);            this.groupBox6.TabIndex = 4;            this.groupBox6.TabStop = false;            this.groupBox6.Text = "元素分析表";            //             // button3            //             this.button3.Location = new System.Drawing.Point(202, 51);            this.button3.Name = "button3";            this.button3.Size = new System.Drawing.Size(55, 23);            this.button3.TabIndex = 60;            this.button3.Text = "Delete";            this.button3.UseVisualStyleBackColor = true;            this.button3.Click += new System.EventHandler(this.button3_Click_1);            //             // comboBox_PeriodicTable            //             this.comboBox_PeriodicTable.FormattingEnabled = true;            this.comboBox_PeriodicTable.Location = new System.Drawing.Point(16, 93);            this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";            this.comboBox_PeriodicTable.Size = new System.Drawing.Size(141, 20);            this.comboBox_PeriodicTable.TabIndex = 59;            this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);            this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);            //             // tb_ysfx_xsys            //             this.tb_ysfx_xsys.Location = new System.Drawing.Point(16, 51);            this.tb_ysfx_xsys.Margin = new System.Windows.Forms.Padding(2);            this.tb_ysfx_xsys.Name = "tb_ysfx_xsys";            this.tb_ysfx_xsys.ReadOnly = true;            this.tb_ysfx_xsys.Size = new System.Drawing.Size(181, 21);            this.tb_ysfx_xsys.TabIndex = 58;            //             // button4            //             this.button4.Location = new System.Drawing.Point(167, 93);            this.button4.Margin = new System.Windows.Forms.Padding(2);            this.button4.Name = "button4";            this.button4.Size = new System.Drawing.Size(72, 20);            this.button4.TabIndex = 57;            this.button4.Text = "PeriodicTable";            this.button4.UseVisualStyleBackColor = true;            this.button4.Click += new System.EventHandler(this.button4_Click);            //             // ck_ysfx_xsmk            //             this.ck_ysfx_xsmk.AutoSize = true;            this.ck_ysfx_xsmk.Location = new System.Drawing.Point(224, 25);            this.ck_ysfx_xsmk.Margin = new System.Windows.Forms.Padding(2);            this.ck_ysfx_xsmk.Name = "ck_ysfx_xsmk";            this.ck_ysfx_xsmk.Size = new System.Drawing.Size(15, 14);            this.ck_ysfx_xsmk.TabIndex = 53;            this.ck_ysfx_xsmk.UseVisualStyleBackColor = true;            //             // label25            //             this.label25.AutoSize = true;            this.label25.Location = new System.Drawing.Point(5, 27);            this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label25.Name = "label25";            this.label25.Size = new System.Drawing.Size(65, 12);            this.label25.TabIndex = 52;            this.label25.Text = "显示该模块";            //             // groupBox7            //             this.groupBox7.Controls.Add(this.lbv_syxt_mblb);            this.groupBox7.Controls.Add(this.ck_syxt_xsmk);            this.groupBox7.Controls.Add(this.label40);            this.groupBox7.Controls.Add(this.cb_syxt_ljb);            this.groupBox7.Controls.Add(this.cb_syxt_mhxssl);            this.groupBox7.Controls.Add(this.label38);            this.groupBox7.Controls.Add(this.label33);            this.groupBox7.Controls.Add(this.label42);            this.groupBox7.Location = new System.Drawing.Point(3, 752);            this.groupBox7.Margin = new System.Windows.Forms.Padding(2);            this.groupBox7.Name = "groupBox7";            this.groupBox7.Padding = new System.Windows.Forms.Padding(2);            this.groupBox7.Size = new System.Drawing.Size(263, 471);            this.groupBox7.TabIndex = 7;            this.groupBox7.TabStop = false;            this.groupBox7.Text = "三元相图";            //             // lbv_syxt_mblb            //             this.lbv_syxt_mblb.CheckBoxes = true;            this.lbv_syxt_mblb.FullRowSelect = true;            this.lbv_syxt_mblb.HideSelection = false;            this.lbv_syxt_mblb.Location = new System.Drawing.Point(8, 199);            this.lbv_syxt_mblb.Margin = new System.Windows.Forms.Padding(2);            this.lbv_syxt_mblb.Name = "lbv_syxt_mblb";            this.lbv_syxt_mblb.Size = new System.Drawing.Size(249, 258);            this.lbv_syxt_mblb.TabIndex = 55;            this.lbv_syxt_mblb.UseCompatibleStateImageBehavior = false;            this.lbv_syxt_mblb.View = System.Windows.Forms.View.List;            //             // ck_syxt_xsmk            //             this.ck_syxt_xsmk.AutoSize = true;            this.ck_syxt_xsmk.Location = new System.Drawing.Point(224, 21);            this.ck_syxt_xsmk.Margin = new System.Windows.Forms.Padding(2);            this.ck_syxt_xsmk.Name = "ck_syxt_xsmk";            this.ck_syxt_xsmk.Size = new System.Drawing.Size(15, 14);            this.ck_syxt_xsmk.TabIndex = 53;            this.ck_syxt_xsmk.UseVisualStyleBackColor = true;            //             // label40            //             this.label40.AutoSize = true;            this.label40.Location = new System.Drawing.Point(4, 23);            this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label40.Name = "label40";            this.label40.Size = new System.Drawing.Size(65, 12);            this.label40.TabIndex = 52;            this.label40.Text = "显示该模块";            //             // cb_syxt_ljb            //             this.cb_syxt_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_syxt_ljb.FormattingEnabled = true;            this.cb_syxt_ljb.Location = new System.Drawing.Point(14, 73);            this.cb_syxt_ljb.Margin = new System.Windows.Forms.Padding(2);            this.cb_syxt_ljb.Name = "cb_syxt_ljb";            this.cb_syxt_ljb.Size = new System.Drawing.Size(214, 20);            this.cb_syxt_ljb.TabIndex = 42;            //             // cb_syxt_mhxssl            //             this.cb_syxt_mhxssl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_syxt_mhxssl.FormattingEnabled = true;            this.cb_syxt_mhxssl.Location = new System.Drawing.Point(14, 129);            this.cb_syxt_mhxssl.Margin = new System.Windows.Forms.Padding(2);            this.cb_syxt_mhxssl.Name = "cb_syxt_mhxssl";            this.cb_syxt_mhxssl.Size = new System.Drawing.Size(214, 20);            this.cb_syxt_mhxssl.TabIndex = 42;            this.cb_syxt_mhxssl.Visible = false;            this.cb_syxt_mhxssl.SelectedIndexChanged += new System.EventHandler(this.cb_syxt_mhxssl_SelectedIndexChanged);            //             // label38            //             this.label38.AutoSize = true;            this.label38.Location = new System.Drawing.Point(12, 59);            this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label38.Name = "label38";            this.label38.Size = new System.Drawing.Size(65, 12);            this.label38.TabIndex = 41;            this.label38.Text = "粒级表信息";            //             // label33            //             this.label33.AutoSize = true;            this.label33.Location = new System.Drawing.Point(14, 176);            this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label33.Name = "label33";            this.label33.Size = new System.Drawing.Size(101, 12);            this.label33.TabIndex = 41;            this.label33.Text = "三元相图模板列表";            //             // label42            //             this.label42.AutoSize = true;            this.label42.Location = new System.Drawing.Point(12, 115);            this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label42.Name = "label42";            this.label42.Size = new System.Drawing.Size(77, 12);            this.label42.TabIndex = 41;            this.label42.Text = "每行显示数量";            this.label42.Visible = false;            //             // groupBox8            //             this.groupBox8.Controls.Add(this.label_delete_Class);            this.groupBox8.Controls.Add(this.delete_Class);            this.groupBox8.Controls.Add(this.label11111);            this.groupBox8.Controls.Add(this.button5);            this.groupBox8.Controls.Add(this.tb_RemoveElements);            this.groupBox8.Controls.Add(this.ck_kllb_fjzt);            this.groupBox8.Controls.Add(this.label111);            this.groupBox8.Controls.Add(this.groupBox_zt);            this.groupBox8.Controls.Add(this.groupBox_px);            this.groupBox8.Controls.Add(this.ck_kllb_npxx);            this.groupBox8.Controls.Add(this.ck_kllb_fdtx);            this.groupBox8.Controls.Add(this.ck_kllb_ystx);            this.groupBox8.Controls.Add(this.ck_kllb_xsmk);            this.groupBox8.Controls.Add(this.label32);            this.groupBox8.Controls.Add(this.label31);            this.groupBox8.Controls.Add(this.label30);            this.groupBox8.Controls.Add(this.label34);            this.groupBox8.Location = new System.Drawing.Point(3, 1227);            this.groupBox8.Margin = new System.Windows.Forms.Padding(2);            this.groupBox8.Name = "groupBox8";            this.groupBox8.Padding = new System.Windows.Forms.Padding(2);            this.groupBox8.Size = new System.Drawing.Size(263, 501);            this.groupBox8.TabIndex = 6;            this.groupBox8.TabStop = false;            this.groupBox8.Text = "颗粒列表";            //             // label11111            //             this.label11111.AutoSize = true;            this.label11111.Location = new System.Drawing.Point(14, 382);            this.label11111.Name = "label11111";            this.label11111.Size = new System.Drawing.Size(77, 12);            this.label11111.TabIndex = 61;            this.label11111.Text = "去除元素信息";            //             // button5            //             this.button5.Location = new System.Drawing.Point(202, 403);            this.button5.Name = "button5";            this.button5.Size = new System.Drawing.Size(55, 23);            this.button5.TabIndex = 60;            this.button5.Text = "选取";            this.button5.UseVisualStyleBackColor = true;            this.button5.Click += new System.EventHandler(this.button5_Click);            //             // tb_RemoveElements            //             this.tb_RemoveElements.Location = new System.Drawing.Point(11, 405);            this.tb_RemoveElements.Margin = new System.Windows.Forms.Padding(2);            this.tb_RemoveElements.Name = "tb_RemoveElements";            this.tb_RemoveElements.ReadOnly = true;            this.tb_RemoveElements.Size = new System.Drawing.Size(181, 21);            this.tb_RemoveElements.TabIndex = 59;            //             // ck_kllb_fjzt            //             this.ck_kllb_fjzt.AutoSize = true;            this.ck_kllb_fjzt.Location = new System.Drawing.Point(224, 47);            this.ck_kllb_fjzt.Name = "ck_kllb_fjzt";            this.ck_kllb_fjzt.Size = new System.Drawing.Size(15, 14);            this.ck_kllb_fjzt.TabIndex = 57;            this.ck_kllb_fjzt.UseVisualStyleBackColor = true;            //             // label111            //             this.label111.AutoSize = true;            this.label111.Location = new System.Drawing.Point(7, 47);            this.label111.Name = "label111";            this.label111.Size = new System.Drawing.Size(53, 12);            this.label111.TabIndex = 56;            this.label111.Text = "附加帧图";            //             // groupBox_zt            //             this.groupBox_zt.Controls.Add(this.ParticleList_5);            this.groupBox_zt.Controls.Add(this.cb_FrameChart_p2);            this.groupBox_zt.Controls.Add(this.ParticleList_4);            this.groupBox_zt.Controls.Add(this.cb_FrameChart_p1);            this.groupBox_zt.Location = new System.Drawing.Point(8, 239);            this.groupBox_zt.Name = "groupBox_zt";            this.groupBox_zt.Size = new System.Drawing.Size(249, 125);            this.groupBox_zt.TabIndex = 55;            this.groupBox_zt.TabStop = false;            this.groupBox_zt.Text = "帧图表";            //             // ParticleList_5            //             this.ParticleList_5.AutoSize = true;            this.ParticleList_5.Location = new System.Drawing.Point(17, 70);            this.ParticleList_5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.ParticleList_5.Name = "ParticleList_5";            this.ParticleList_5.Size = new System.Drawing.Size(35, 12);            this.ParticleList_5.TabIndex = 57;            this.ParticleList_5.Text = "参数2";            //             // cb_FrameChart_p2            //             this.cb_FrameChart_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_FrameChart_p2.FormattingEnabled = true;            this.cb_FrameChart_p2.Location = new System.Drawing.Point(17, 84);            this.cb_FrameChart_p2.Margin = new System.Windows.Forms.Padding(2);            this.cb_FrameChart_p2.Name = "cb_FrameChart_p2";            this.cb_FrameChart_p2.Size = new System.Drawing.Size(216, 20);            this.cb_FrameChart_p2.TabIndex = 56;            //             // ParticleList_4            //             this.ParticleList_4.AutoSize = true;            this.ParticleList_4.Location = new System.Drawing.Point(17, 23);            this.ParticleList_4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.ParticleList_4.Name = "ParticleList_4";            this.ParticleList_4.Size = new System.Drawing.Size(35, 12);            this.ParticleList_4.TabIndex = 55;            this.ParticleList_4.Text = "参数1";            //             // cb_FrameChart_p1            //             this.cb_FrameChart_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cb_FrameChart_p1.FormattingEnabled = true;            this.cb_FrameChart_p1.Location = new System.Drawing.Point(17, 37);            this.cb_FrameChart_p1.Margin = new System.Windows.Forms.Padding(2);            this.cb_FrameChart_p1.Name = "cb_FrameChart_p1";            this.cb_FrameChart_p1.Size = new System.Drawing.Size(216, 20);            this.cb_FrameChart_p1.TabIndex = 54;            //             // groupBox_px            //             this.groupBox_px.Controls.Add(this.comboBox_p3);            this.groupBox_px.Controls.Add(this.ParticleList_3);            this.groupBox_px.Controls.Add(this.comboBox_p2);            this.groupBox_px.Controls.Add(this.ParticleList_2);            this.groupBox_px.Controls.Add(this.ParticleList_1);            this.groupBox_px.Controls.Add(this.comboBox_p1);            this.groupBox_px.Location = new System.Drawing.Point(8, 67);            this.groupBox_px.Name = "groupBox_px";            this.groupBox_px.Size = new System.Drawing.Size(249, 166);            this.groupBox_px.TabIndex = 54;            this.groupBox_px.TabStop = false;            this.groupBox_px.Text = "最大排序表";            //             // comboBox_p3            //             this.comboBox_p3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_p3.FormattingEnabled = true;            this.comboBox_p3.Location = new System.Drawing.Point(13, 128);            this.comboBox_p3.Margin = new System.Windows.Forms.Padding(2);            this.comboBox_p3.Name = "comboBox_p3";            this.comboBox_p3.Size = new System.Drawing.Size(216, 20);            this.comboBox_p3.TabIndex = 57;            //             // ParticleList_3            //             this.ParticleList_3.AutoSize = true;            this.ParticleList_3.Location = new System.Drawing.Point(15, 114);            this.ParticleList_3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.ParticleList_3.Name = "ParticleList_3";            this.ParticleList_3.Size = new System.Drawing.Size(35, 12);            this.ParticleList_3.TabIndex = 56;            this.ParticleList_3.Text = "参数3";            //             // comboBox_p2            //             this.comboBox_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_p2.FormattingEnabled = true;            this.comboBox_p2.Location = new System.Drawing.Point(13, 86);            this.comboBox_p2.Margin = new System.Windows.Forms.Padding(2);            this.comboBox_p2.Name = "comboBox_p2";            this.comboBox_p2.Size = new System.Drawing.Size(216, 20);            this.comboBox_p2.TabIndex = 55;            //             // ParticleList_2            //             this.ParticleList_2.AutoSize = true;            this.ParticleList_2.Location = new System.Drawing.Point(11, 72);            this.ParticleList_2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.ParticleList_2.Name = "ParticleList_2";            this.ParticleList_2.Size = new System.Drawing.Size(35, 12);            this.ParticleList_2.TabIndex = 54;            this.ParticleList_2.Text = "参数2";            //             // ParticleList_1            //             this.ParticleList_1.AutoSize = true;            this.ParticleList_1.Location = new System.Drawing.Point(13, 26);            this.ParticleList_1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.ParticleList_1.Name = "ParticleList_1";            this.ParticleList_1.Size = new System.Drawing.Size(35, 12);            this.ParticleList_1.TabIndex = 53;            this.ParticleList_1.Text = "参数1";            //             // comboBox_p1            //             this.comboBox_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_p1.FormattingEnabled = true;            this.comboBox_p1.Location = new System.Drawing.Point(13, 40);            this.comboBox_p1.Margin = new System.Windows.Forms.Padding(2);            this.comboBox_p1.Name = "comboBox_p1";            this.comboBox_p1.Size = new System.Drawing.Size(216, 20);            this.comboBox_p1.TabIndex = 43;            //             // ck_kllb_npxx            //             this.ck_kllb_npxx.AutoSize = true;            this.ck_kllb_npxx.Location = new System.Drawing.Point(229, 440);            this.ck_kllb_npxx.Margin = new System.Windows.Forms.Padding(2);            this.ck_kllb_npxx.Name = "ck_kllb_npxx";            this.ck_kllb_npxx.Size = new System.Drawing.Size(15, 14);            this.ck_kllb_npxx.TabIndex = 53;            this.ck_kllb_npxx.UseVisualStyleBackColor = true;            this.ck_kllb_npxx.Visible = false;            //             // ck_kllb_fdtx            //             this.ck_kllb_fdtx.AutoSize = true;            this.ck_kllb_fdtx.Location = new System.Drawing.Point(229, 412);            this.ck_kllb_fdtx.Margin = new System.Windows.Forms.Padding(2);            this.ck_kllb_fdtx.Name = "ck_kllb_fdtx";            this.ck_kllb_fdtx.Size = new System.Drawing.Size(15, 14);            this.ck_kllb_fdtx.TabIndex = 53;            this.ck_kllb_fdtx.UseVisualStyleBackColor = true;            this.ck_kllb_fdtx.Visible = false;            //             // ck_kllb_ystx            //             this.ck_kllb_ystx.AutoSize = true;            this.ck_kllb_ystx.Location = new System.Drawing.Point(229, 386);            this.ck_kllb_ystx.Margin = new System.Windows.Forms.Padding(2);            this.ck_kllb_ystx.Name = "ck_kllb_ystx";            this.ck_kllb_ystx.Size = new System.Drawing.Size(15, 14);            this.ck_kllb_ystx.TabIndex = 53;            this.ck_kllb_ystx.UseVisualStyleBackColor = true;            this.ck_kllb_ystx.Visible = false;            //             // ck_kllb_xsmk            //             this.ck_kllb_xsmk.AutoSize = true;            this.ck_kllb_xsmk.Location = new System.Drawing.Point(224, 23);            this.ck_kllb_xsmk.Margin = new System.Windows.Forms.Padding(2);            this.ck_kllb_xsmk.Name = "ck_kllb_xsmk";            this.ck_kllb_xsmk.Size = new System.Drawing.Size(15, 14);            this.ck_kllb_xsmk.TabIndex = 53;            this.ck_kllb_xsmk.UseVisualStyleBackColor = true;            //             // label32            //             this.label32.AutoSize = true;            this.label32.Location = new System.Drawing.Point(21, 440);            this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label32.Name = "label32";            this.label32.Size = new System.Drawing.Size(53, 12);            this.label32.TabIndex = 52;            this.label32.Text = "能谱信息";            this.label32.Visible = false;            //             // label31            //             this.label31.AutoSize = true;            this.label31.Location = new System.Drawing.Point(19, 414);            this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label31.Name = "label31";            this.label31.Size = new System.Drawing.Size(53, 12);            this.label31.TabIndex = 52;            this.label31.Text = "放大图像";            this.label31.Visible = false;            //             // label30            //             this.label30.AutoSize = true;            this.label30.Location = new System.Drawing.Point(19, 388);            this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label30.Name = "label30";            this.label30.Size = new System.Drawing.Size(53, 12);            this.label30.TabIndex = 52;            this.label30.Text = "原始图像";            this.label30.Visible = false;            //             // label34            //             this.label34.AutoSize = true;            this.label34.Location = new System.Drawing.Point(4, 25);            this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label34.Name = "label34";            this.label34.Size = new System.Drawing.Size(65, 12);            this.label34.TabIndex = 52;            this.label34.Text = "显示该模块";            //             // button6            //             this.button6.Location = new System.Drawing.Point(855, 47);            this.button6.Margin = new System.Windows.Forms.Padding(2);            this.button6.Name = "button6";            this.button6.Size = new System.Drawing.Size(71, 22);            this.button6.TabIndex = 72;            this.button6.Text = "保存";            this.button6.UseVisualStyleBackColor = true;            this.button6.Click += new System.EventHandler(this.button6_Click);            //             // panel2            //             this.panel2.AutoScroll = true;            this.panel2.BackColor = System.Drawing.Color.White;            this.panel2.Controls.Add(this.pictureBox8);            this.panel2.Controls.Add(this.pictureBox6);            this.panel2.Controls.Add(this.pictureBox5);            this.panel2.Controls.Add(this.pictureBox4);            this.panel2.Controls.Add(this.pictureBox3);            this.panel2.Controls.Add(this.pictureBox2);            this.panel2.Controls.Add(this.pictureBox1);            this.panel2.Location = new System.Drawing.Point(12, 12);            this.panel2.Name = "panel2";            this.panel2.Size = new System.Drawing.Size(678, 706);            this.panel2.TabIndex = 73;            //             // pictureBox8            //             this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));            this.pictureBox8.Location = new System.Drawing.Point(3, 5138);            this.pictureBox8.Name = "pictureBox8";            this.pictureBox8.Size = new System.Drawing.Size(655, 850);            this.pictureBox8.TabIndex = 8;            this.pictureBox8.TabStop = false;            //             // pictureBox6            //             this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));            this.pictureBox6.Location = new System.Drawing.Point(3, 4282);            this.pictureBox6.Name = "pictureBox6";            this.pictureBox6.Size = new System.Drawing.Size(655, 850);            this.pictureBox6.TabIndex = 6;            this.pictureBox6.TabStop = false;            //             // pictureBox5            //             this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));            this.pictureBox5.Location = new System.Drawing.Point(3, 3426);            this.pictureBox5.Name = "pictureBox5";            this.pictureBox5.Size = new System.Drawing.Size(655, 850);            this.pictureBox5.TabIndex = 5;            this.pictureBox5.TabStop = false;            //             // pictureBox4            //             this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));            this.pictureBox4.Location = new System.Drawing.Point(3, 2570);            this.pictureBox4.Name = "pictureBox4";            this.pictureBox4.Size = new System.Drawing.Size(655, 850);            this.pictureBox4.TabIndex = 4;            this.pictureBox4.TabStop = false;            //             // pictureBox3            //             this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));            this.pictureBox3.Location = new System.Drawing.Point(3, 1714);            this.pictureBox3.Name = "pictureBox3";            this.pictureBox3.Size = new System.Drawing.Size(655, 850);            this.pictureBox3.TabIndex = 3;            this.pictureBox3.TabStop = false;            //             // pictureBox2            //             this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));            this.pictureBox2.Location = new System.Drawing.Point(3, 858);            this.pictureBox2.Name = "pictureBox2";            this.pictureBox2.Size = new System.Drawing.Size(655, 850);            this.pictureBox2.TabIndex = 2;            this.pictureBox2.TabStop = false;            //             // pictureBox1            //             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));            this.pictureBox1.Location = new System.Drawing.Point(3, 3);            this.pictureBox1.Name = "pictureBox1";            this.pictureBox1.Size = new System.Drawing.Size(655, 850);            this.pictureBox1.TabIndex = 1;            this.pictureBox1.TabStop = false;            //             // panel3            //             this.panel3.AutoScroll = true;            this.panel3.Controls.Add(this.groupBox211);            this.panel3.Controls.Add(this.groupBox7);            this.panel3.Controls.Add(this.groupBZ);            this.panel3.Controls.Add(this.groupBox8);            this.panel3.Controls.Add(this.groupBox6);            this.panel3.Controls.Add(this.groupBox9);            this.panel3.Controls.Add(this.groupBox4);            this.panel3.Controls.Add(this.groupBox1);            this.panel3.Location = new System.Drawing.Point(714, 74);            this.panel3.Name = "panel3";            this.panel3.Size = new System.Drawing.Size(288, 644);            this.panel3.TabIndex = 74;            //             // groupBox211            //             this.groupBox211.Controls.Add(this.ck_jzwzb_chart);            this.groupBox211.Controls.Add(this.label1311);            this.groupBox211.Controls.Add(this.label1211);            this.groupBox211.Controls.Add(this.ck_jzwzb_surface);            this.groupBox211.Location = new System.Drawing.Point(3, 1749);            this.groupBox211.Name = "groupBox211";            this.groupBox211.Size = new System.Drawing.Size(263, 81);            this.groupBox211.TabIndex = 8;            this.groupBox211.TabStop = false;            this.groupBox211.Text = "夹杂物占比表";            //             // ck_jzwzb_chart            //             this.ck_jzwzb_chart.AutoSize = true;            this.ck_jzwzb_chart.Location = new System.Drawing.Point(229, 53);            this.ck_jzwzb_chart.Name = "ck_jzwzb_chart";            this.ck_jzwzb_chart.Size = new System.Drawing.Size(15, 14);            this.ck_jzwzb_chart.TabIndex = 3;            this.ck_jzwzb_chart.UseVisualStyleBackColor = true;            //             // label1311            //             this.label1311.AutoSize = true;            this.label1311.Location = new System.Drawing.Point(19, 53);            this.label1311.Name = "label1311";            this.label1311.Size = new System.Drawing.Size(77, 12);            this.label1311.TabIndex = 2;            this.label1311.Text = "显示附加图形";            //             // label1211            //             this.label1211.AutoSize = true;            this.label1211.Location = new System.Drawing.Point(19, 28);            this.label1211.Name = "label1211";            this.label1211.Size = new System.Drawing.Size(65, 12);            this.label1211.TabIndex = 1;            this.label1211.Text = "显示该模块";            //             // ck_jzwzb_surface            //             this.ck_jzwzb_surface.AutoSize = true;            this.ck_jzwzb_surface.Location = new System.Drawing.Point(229, 26);            this.ck_jzwzb_surface.Name = "ck_jzwzb_surface";            this.ck_jzwzb_surface.Size = new System.Drawing.Size(15, 14);            this.ck_jzwzb_surface.TabIndex = 0;            this.ck_jzwzb_surface.UseVisualStyleBackColor = true;            this.ck_jzwzb_surface.CheckedChanged += new System.EventHandler(this.ck_jzwzb_surface_CheckedChanged);            //             // groupBZ            //             this.groupBZ.Controls.Add(this.textBox_strBZ);            this.groupBZ.Location = new System.Drawing.Point(5, 1838);            this.groupBZ.Name = "groupBZ";            this.groupBZ.Size = new System.Drawing.Size(263, 139);            this.groupBZ.TabIndex = 7;            this.groupBZ.TabStop = false;            this.groupBZ.Text = "备注";            this.groupBZ.Visible = false;            //             // textBox_strBZ            //             this.textBox_strBZ.Location = new System.Drawing.Point(5, 19);            this.textBox_strBZ.Margin = new System.Windows.Forms.Padding(2);            this.textBox_strBZ.Multiline = true;            this.textBox_strBZ.Name = "textBox_strBZ";            this.textBox_strBZ.Size = new System.Drawing.Size(252, 115);            this.textBox_strBZ.TabIndex = 11;            //             // groupBox9            //             this.groupBox9.Controls.Add(this.ck_jggk);            this.groupBox9.Controls.Add(this.tb_YPBH);            this.groupBox9.Controls.Add(this.ck_ypsm);            this.groupBox9.Controls.Add(this.label4);            this.groupBox9.Controls.Add(this.tb_ZBT);            this.groupBox9.Controls.Add(this.label6);            this.groupBox9.Controls.Add(this.label5);            this.groupBox9.Controls.Add(this.label7);            this.groupBox9.Controls.Add(this.tb_CKBZ);            this.groupBox9.Controls.Add(this.tb_FBT);            this.groupBox9.Controls.Add(this.label1);            this.groupBox9.Controls.Add(this.label3);            this.groupBox9.Location = new System.Drawing.Point(3, 3);            this.groupBox9.Name = "groupBox9";            this.groupBox9.Size = new System.Drawing.Size(268, 255);            this.groupBox9.TabIndex = 1;            this.groupBox9.TabStop = false;            this.groupBox9.Text = "首页设置信息";            //             // label39            //             this.label39.AutoSize = true;            this.label39.BackColor = System.Drawing.Color.Transparent;            this.label39.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label39.Location = new System.Drawing.Point(709, 9);            this.label39.Name = "label39";            this.label39.Size = new System.Drawing.Size(129, 29);            this.label39.TabIndex = 75;            this.label39.Text = "模板设置";            //             // cb_ParticleRange            //             this.cb_ParticleRange.FormattingEnabled = true;            this.cb_ParticleRange.Location = new System.Drawing.Point(722, 47);            this.cb_ParticleRange.Name = "cb_ParticleRange";            this.cb_ParticleRange.Size = new System.Drawing.Size(121, 20);            this.cb_ParticleRange.TabIndex = 76;            //             // delete_Class            //             this.delete_Class.Location = new System.Drawing.Point(11, 464);            this.delete_Class.Name = "delete_Class";            this.delete_Class.Size = new System.Drawing.Size(181, 21);            this.delete_Class.TabIndex = 62;            //             // label_delete_Class            //             this.label_delete_Class.AutoSize = true;            this.label_delete_Class.Location = new System.Drawing.Point(12, 440);            this.label_delete_Class.Name = "label_delete_Class";            this.label_delete_Class.Size = new System.Drawing.Size(101, 12);            this.label_delete_Class.TabIndex = 63;            this.label_delete_Class.Text = "去除指定物质分类";            //             // OTSReport_TemplateDesignerRM            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1014, 751);            this.Controls.Add(this.cb_ParticleRange);            this.Controls.Add(this.button6);            this.Controls.Add(this.button1);            this.Controls.Add(this.label39);            this.Controls.Add(this.panel3);            this.Controls.Add(this.panel2);            this.Controls.Add(this.button2);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;            this.Margin = new System.Windows.Forms.Padding(2);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "OTSReport_TemplateDesignerRM";            this.ShowIcon = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "报告预览信息设置";            this.Load += new System.EventHandler(this.OTSReport_TemplateDesignerRM_Load);            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.groupBox4.ResumeLayout(false);            this.groupBox4.PerformLayout();            this.groupBox6.ResumeLayout(false);            this.groupBox6.PerformLayout();            this.groupBox7.ResumeLayout(false);            this.groupBox7.PerformLayout();            this.groupBox8.ResumeLayout(false);            this.groupBox8.PerformLayout();            this.groupBox_zt.ResumeLayout(false);            this.groupBox_zt.PerformLayout();            this.groupBox_px.ResumeLayout(false);            this.groupBox_px.PerformLayout();            this.panel2.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            this.panel3.ResumeLayout(false);            this.groupBox211.ResumeLayout(false);            this.groupBox211.PerformLayout();            this.groupBZ.ResumeLayout(false);            this.groupBZ.PerformLayout();            this.groupBox9.ResumeLayout(false);            this.groupBox9.PerformLayout();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Button button1;        private System.Windows.Forms.Button button2;        private System.Windows.Forms.Label label5;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.TextBox tb_FBT;        private System.Windows.Forms.TextBox tb_ZBT;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.TextBox tb_YPBH;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.TextBox tb_CKBZ;        private System.Windows.Forms.CheckBox ck_jggk;        private System.Windows.Forms.CheckBox ck_ypsm;        private System.Windows.Forms.Label label7;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.TextBox tb_khh;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.TextBox tb_yjwb;        private System.Windows.Forms.Label label10;        private System.Windows.Forms.Label label9;        private System.Windows.Forms.TextBox tb_ymwb;        private System.Windows.Forms.Label label8;        private System.Windows.Forms.GroupBox groupBox4;        private System.Windows.Forms.CheckBox ck_klcc_xsmk;        private System.Windows.Forms.Label label17;        private System.Windows.Forms.ComboBox cb_klcc_ljb;        private System.Windows.Forms.ComboBox cb_klcc_jsfs;        private System.Windows.Forms.Label label15;        private System.Windows.Forms.Label label14;        private System.Windows.Forms.GroupBox groupBox6;        private System.Windows.Forms.CheckBox ck_ysfx_xsmk;        private System.Windows.Forms.Label label25;        private System.Windows.Forms.GroupBox groupBox7;        private System.Windows.Forms.CheckBox ck_syxt_xsmk;        private System.Windows.Forms.Label label40;        private System.Windows.Forms.ComboBox cb_syxt_mhxssl;        private System.Windows.Forms.Label label42;        private System.Windows.Forms.GroupBox groupBox8;        private System.Windows.Forms.CheckBox ck_kllb_npxx;        private System.Windows.Forms.CheckBox ck_kllb_fdtx;        private System.Windows.Forms.CheckBox ck_kllb_ystx;        private System.Windows.Forms.CheckBox ck_kllb_xsmk;        private System.Windows.Forms.Label label32;        private System.Windows.Forms.Label label31;        private System.Windows.Forms.Label label30;        private System.Windows.Forms.Label label34;        private System.Windows.Forms.CheckBox ck_ym;        private System.Windows.Forms.Label label33;        private System.Windows.Forms.ListView lbv_syxt_mblb;        private System.Windows.Forms.ComboBox cb_syxt_ljb;        private System.Windows.Forms.Label label38;        private System.Windows.Forms.Button button6;        private System.Windows.Forms.Panel panel2;        private System.Windows.Forms.PictureBox pictureBox8;        private System.Windows.Forms.PictureBox pictureBox6;        private System.Windows.Forms.PictureBox pictureBox5;        private System.Windows.Forms.PictureBox pictureBox4;        private System.Windows.Forms.PictureBox pictureBox3;        private System.Windows.Forms.PictureBox pictureBox2;        private System.Windows.Forms.PictureBox pictureBox1;        private System.Windows.Forms.Panel panel3;        private System.Windows.Forms.GroupBox groupBox9;        private System.Windows.Forms.Label label39;        private System.Windows.Forms.TextBox tb_ysfx_xsys;        private System.Windows.Forms.Button button4;        public System.Windows.Forms.ComboBox comboBox_PeriodicTable;        private System.Windows.Forms.Button button3;        private System.Windows.Forms.GroupBox groupBZ;        private System.Windows.Forms.TextBox textBox_strBZ;        private System.Windows.Forms.GroupBox groupBox_px;        private System.Windows.Forms.GroupBox groupBox_zt;        private System.Windows.Forms.Label ParticleList_5;        private System.Windows.Forms.ComboBox cb_FrameChart_p2;        private System.Windows.Forms.Label ParticleList_4;        private System.Windows.Forms.ComboBox cb_FrameChart_p1;        private System.Windows.Forms.ComboBox comboBox_p3;        private System.Windows.Forms.Label ParticleList_3;        private System.Windows.Forms.ComboBox comboBox_p2;        private System.Windows.Forms.Label ParticleList_2;        private System.Windows.Forms.Label ParticleList_1;        private System.Windows.Forms.ComboBox comboBox_p1;        private System.Windows.Forms.ComboBox cb_ParticleRange;        private System.Windows.Forms.CheckBox ck_kllb_fjzt;        private System.Windows.Forms.Label label111;        private System.Windows.Forms.GroupBox groupBox211;        private System.Windows.Forms.CheckBox ck_jzwzb_chart;        private System.Windows.Forms.Label label1311;        private System.Windows.Forms.Label label1211;        private System.Windows.Forms.CheckBox ck_jzwzb_surface;        private System.Windows.Forms.Button button5;        private System.Windows.Forms.TextBox tb_RemoveElements;        private System.Windows.Forms.Label label11111;        private System.Windows.Forms.Label label_delete_Class;        private System.Windows.Forms.TextBox delete_Class;    }}
 |