123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691 |
- using System.Windows.Forms;
- namespace OTSIncAReprotCharts
- {
- partial class frmReportSysConfig
- {
- /// <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(frmReportSysConfig));
- this.listView2 = new System.Windows.Forms.ListView();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.comboBox6 = new System.Windows.Forms.ComboBox();
- this.comboBox5 = new System.Windows.Forms.ComboBox();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.button18 = new System.Windows.Forms.Button();
- this.button17 = new System.Windows.Forms.Button();
- this.button16 = new System.Windows.Forms.Button();
- this.button15 = new System.Windows.Forms.Button();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.btn_PartSize = new System.Windows.Forms.Button();
- this.tb_PartiSizeFileFolder = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tb_sjtmbwj = new System.Windows.Forms.TextBox();
- this.tb_sjtmb = new System.Windows.Forms.TextBox();
- this.btn_ybcsqx = new System.Windows.Forms.Button();
- this.btn_ybcsbc = new System.Windows.Forms.Button();
- this.btn_sjtmbwj = new System.Windows.Forms.Button();
- this.label17 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.tb_blyz = new System.Windows.Forms.TextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.cB_Electrical_conductivity = new System.Windows.Forms.CheckBox();
- this.cB_Density = new System.Windows.Forms.CheckBox();
- this.cB_Hardness = new System.Windows.Forms.CheckBox();
- this.cb_ELONG = new System.Windows.Forms.CheckBox();
- this.cb_PERI = new System.Windows.Forms.CheckBox();
- this.cb_EquivalentCircleDiameter = new System.Windows.Forms.CheckBox();
- this.cb_ASPECT_ELONG = new System.Windows.Forms.CheckBox();
- this.cb_Orientation = new System.Windows.Forms.CheckBox();
- this.cb_MEAN = new System.Windows.Forms.CheckBox();
- this.cb_INSCR = new System.Windows.Forms.CheckBox();
- this.cb_PERP = new System.Windows.Forms.CheckBox();
- this.cb_FerretDiameter = new System.Windows.Forms.CheckBox();
- this.cb_DiameterRatio = new System.Windows.Forms.CheckBox();
- this.cb_MinDiameter = new System.Windows.Forms.CheckBox();
- this.cb_MaxDiameter = new System.Windows.Forms.CheckBox();
- this.cb_Area = new System.Windows.Forms.CheckBox();
- this.tb_xsys = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.btn_xsys = new System.Windows.Forms.Button();
- this.cb_FiledCoordinate = new System.Windows.Forms.CheckBox();
- this.groupBox3.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // listView2
- //
- this.listView2.FullRowSelect = true;
- this.listView2.GridLines = true;
- this.listView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
- this.listView2.HideSelection = false;
- this.listView2.Location = new System.Drawing.Point(6, 27);
- this.listView2.Name = "listView2";
- this.listView2.Size = new System.Drawing.Size(248, 365);
- this.listView2.TabIndex = 71;
- this.listView2.UseCompatibleStateImageBehavior = false;
- this.listView2.View = System.Windows.Forms.View.Details;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(8, 131);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(80, 18);
- this.label15.TabIndex = 0;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(8, 84);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(44, 18);
- this.label14.TabIndex = 0;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(8, 231);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(62, 18);
- this.label12.TabIndex = 0;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(8, 182);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(80, 18);
- this.label13.TabIndex = 0;
- //
- // comboBox6
- //
- this.comboBox6.FormattingEnabled = true;
- this.comboBox6.Location = new System.Drawing.Point(88, 128);
- this.comboBox6.Name = "comboBox6";
- this.comboBox6.Size = new System.Drawing.Size(227, 26);
- this.comboBox6.TabIndex = 1;
- //
- // comboBox5
- //
- this.comboBox5.FormattingEnabled = true;
- this.comboBox5.Location = new System.Drawing.Point(88, 174);
- this.comboBox5.Name = "comboBox5";
- this.comboBox5.Size = new System.Drawing.Size(227, 26);
- this.comboBox5.TabIndex = 1;
- //
- // comboBox4
- //
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Location = new System.Drawing.Point(88, 223);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(227, 26);
- this.comboBox4.TabIndex = 1;
- //
- // textBox9
- //
- this.textBox9.Location = new System.Drawing.Point(88, 81);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(227, 28);
- this.textBox9.TabIndex = 1;
- //
- // button18
- //
- this.button18.Location = new System.Drawing.Point(5, 340);
- this.button18.Name = "button18";
- this.button18.Size = new System.Drawing.Size(71, 37);
- this.button18.TabIndex = 83;
- this.button18.Text = "增加";
- this.button18.UseVisualStyleBackColor = true;
- //
- // button17
- //
- this.button17.Location = new System.Drawing.Point(92, 340);
- this.button17.Name = "button17";
- this.button17.Size = new System.Drawing.Size(71, 37);
- this.button17.TabIndex = 82;
- this.button17.Text = "修改";
- this.button17.UseVisualStyleBackColor = true;
- //
- // button16
- //
- this.button16.Location = new System.Drawing.Point(177, 340);
- this.button16.Name = "button16";
- this.button16.Size = new System.Drawing.Size(71, 37);
- this.button16.TabIndex = 81;
- this.button16.Text = "删除";
- this.button16.UseVisualStyleBackColor = true;
- //
- // button15
- //
- this.button15.Location = new System.Drawing.Point(259, 340);
- this.button15.Name = "button15";
- this.button15.Size = new System.Drawing.Size(71, 37);
- this.button15.TabIndex = 80;
- this.button15.Text = "取消";
- this.button15.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.btn_PartSize);
- this.groupBox3.Controls.Add(this.tb_PartiSizeFileFolder);
- this.groupBox3.Controls.Add(this.label4);
- this.groupBox3.Location = new System.Drawing.Point(12, 12);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox3.Size = new System.Drawing.Size(752, 65);
- this.groupBox3.TabIndex = 0;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "粒级设置";
- //
- // btn_PartSize
- //
- this.btn_PartSize.Location = new System.Drawing.Point(694, 25);
- this.btn_PartSize.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btn_PartSize.Name = "btn_PartSize";
- this.btn_PartSize.Size = new System.Drawing.Size(50, 29);
- this.btn_PartSize.TabIndex = 4;
- this.btn_PartSize.Text = "...";
- this.btn_PartSize.UseVisualStyleBackColor = true;
- this.btn_PartSize.Click += new System.EventHandler(this.btn_PartSize_Click);
- //
- // tb_PartiSizeFileFolder
- //
- this.tb_PartiSizeFileFolder.Enabled = false;
- this.tb_PartiSizeFileFolder.Location = new System.Drawing.Point(188, 25);
- this.tb_PartiSizeFileFolder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tb_PartiSizeFileFolder.Name = "tb_PartiSizeFileFolder";
- this.tb_PartiSizeFileFolder.Size = new System.Drawing.Size(502, 28);
- this.tb_PartiSizeFileFolder.TabIndex = 3;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(15, 31);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(62, 18);
- this.label4.TabIndex = 2;
- this.label4.Text = "文件夹";
- //
- // tb_sjtmbwj
- //
- this.tb_sjtmbwj.Enabled = false;
- this.tb_sjtmbwj.Location = new System.Drawing.Point(188, 55);
- this.tb_sjtmbwj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tb_sjtmbwj.Name = "tb_sjtmbwj";
- this.tb_sjtmbwj.Size = new System.Drawing.Size(500, 28);
- this.tb_sjtmbwj.TabIndex = 3;
- //
- // tb_sjtmb
- //
- this.tb_sjtmb.Enabled = false;
- this.tb_sjtmb.Location = new System.Drawing.Point(188, 22);
- this.tb_sjtmb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tb_sjtmb.Name = "tb_sjtmb";
- this.tb_sjtmb.Size = new System.Drawing.Size(558, 28);
- this.tb_sjtmb.TabIndex = 3;
- //
- // btn_ybcsqx
- //
- this.btn_ybcsqx.Location = new System.Drawing.Point(667, 506);
- this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btn_ybcsqx.Name = "btn_ybcsqx";
- this.btn_ybcsqx.Size = new System.Drawing.Size(100, 34);
- this.btn_ybcsqx.TabIndex = 76;
- this.btn_ybcsqx.Text = "取 消";
- this.btn_ybcsqx.UseVisualStyleBackColor = true;
- this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click);
- //
- // btn_ybcsbc
- //
- this.btn_ybcsbc.Location = new System.Drawing.Point(544, 506);
- this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btn_ybcsbc.Name = "btn_ybcsbc";
- this.btn_ybcsbc.Size = new System.Drawing.Size(100, 34);
- this.btn_ybcsbc.TabIndex = 77;
- this.btn_ybcsbc.Text = "确 定";
- this.btn_ybcsbc.UseVisualStyleBackColor = true;
- this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
- //
- // btn_sjtmbwj
- //
- this.btn_sjtmbwj.Location = new System.Drawing.Point(694, 55);
- this.btn_sjtmbwj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btn_sjtmbwj.Name = "btn_sjtmbwj";
- this.btn_sjtmbwj.Size = new System.Drawing.Size(50, 29);
- this.btn_sjtmbwj.TabIndex = 4;
- this.btn_sjtmbwj.Text = "...";
- this.btn_sjtmbwj.UseVisualStyleBackColor = true;
- this.btn_sjtmbwj.Click += new System.EventHandler(this.btn_sjtwj_Click);
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(15, 61);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(44, 18);
- this.label17.TabIndex = 2;
- this.label17.Text = "文件";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(15, 29);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(62, 18);
- this.label5.TabIndex = 2;
- this.label5.Text = "文件夹";
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.tb_sjtmb);
- this.groupBox6.Controls.Add(this.label5);
- this.groupBox6.Controls.Add(this.tb_sjtmbwj);
- this.groupBox6.Controls.Add(this.btn_sjtmbwj);
- this.groupBox6.Controls.Add(this.label17);
- this.groupBox6.Location = new System.Drawing.Point(12, 83);
- this.groupBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox6.Size = new System.Drawing.Size(752, 97);
- this.groupBox6.TabIndex = 1;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "三元相图模板设置";
- //
- // tb_blyz
- //
- this.tb_blyz.Location = new System.Drawing.Point(188, 22);
- this.tb_blyz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tb_blyz.Name = "tb_blyz";
- this.tb_blyz.Size = new System.Drawing.Size(561, 28);
- this.tb_blyz.TabIndex = 1;
- this.tb_blyz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_blyz_KeyPress);
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(15, 31);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(80, 18);
- this.label22.TabIndex = 0;
- this.label22.Text = "比例因子";
- //
- // folderBrowserDialog1
- //
- this.folderBrowserDialog1.SelectedPath = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Config\\" +
- "ProData\\";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.cb_FiledCoordinate);
- this.groupBox2.Controls.Add(this.cB_Electrical_conductivity);
- this.groupBox2.Controls.Add(this.cB_Density);
- this.groupBox2.Controls.Add(this.cB_Hardness);
- this.groupBox2.Controls.Add(this.cb_ELONG);
- this.groupBox2.Controls.Add(this.cb_PERI);
- this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter);
- this.groupBox2.Controls.Add(this.cb_ASPECT_ELONG);
- this.groupBox2.Controls.Add(this.cb_Orientation);
- this.groupBox2.Controls.Add(this.cb_MEAN);
- this.groupBox2.Controls.Add(this.cb_INSCR);
- this.groupBox2.Controls.Add(this.cb_PERP);
- this.groupBox2.Controls.Add(this.cb_FerretDiameter);
- this.groupBox2.Controls.Add(this.cb_DiameterRatio);
- this.groupBox2.Controls.Add(this.cb_MinDiameter);
- this.groupBox2.Controls.Add(this.cb_MaxDiameter);
- this.groupBox2.Controls.Add(this.cb_Area);
- this.groupBox2.Controls.Add(this.tb_xsys);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.btn_xsys);
- this.groupBox2.Controls.Add(this.tb_blyz);
- this.groupBox2.Controls.Add(this.label22);
- this.groupBox2.Location = new System.Drawing.Point(12, 186);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox2.Size = new System.Drawing.Size(755, 312);
- this.groupBox2.TabIndex = 85;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "显示信息设置";
- //
- // cB_Electrical_conductivity
- //
- this.cB_Electrical_conductivity.AutoSize = true;
- this.cB_Electrical_conductivity.Location = new System.Drawing.Point(187, 282);
- this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity";
- this.cB_Electrical_conductivity.Size = new System.Drawing.Size(88, 22);
- this.cB_Electrical_conductivity.TabIndex = 106;
- this.cB_Electrical_conductivity.Text = "导电性";
- this.cB_Electrical_conductivity.UseVisualStyleBackColor = true;
- //
- // cB_Density
- //
- this.cB_Density.AutoSize = true;
- this.cB_Density.Location = new System.Drawing.Point(550, 245);
- this.cB_Density.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cB_Density.Name = "cB_Density";
- this.cB_Density.Size = new System.Drawing.Size(70, 22);
- this.cB_Density.TabIndex = 105;
- this.cB_Density.Text = "密度";
- this.cB_Density.UseVisualStyleBackColor = true;
- //
- // cB_Hardness
- //
- this.cB_Hardness.AutoSize = true;
- this.cB_Hardness.Location = new System.Drawing.Point(377, 282);
- this.cB_Hardness.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cB_Hardness.Name = "cB_Hardness";
- this.cB_Hardness.Size = new System.Drawing.Size(70, 22);
- this.cB_Hardness.TabIndex = 104;
- this.cB_Hardness.Text = "硬度";
- this.cB_Hardness.UseVisualStyleBackColor = true;
- //
- // cb_ELONG
- //
- this.cb_ELONG.AutoSize = true;
- this.cb_ELONG.Location = new System.Drawing.Point(550, 137);
- this.cb_ELONG.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_ELONG.Name = "cb_ELONG";
- this.cb_ELONG.Size = new System.Drawing.Size(124, 22);
- this.cb_ELONG.TabIndex = 103;
- this.cb_ELONG.Text = "展开长度um";
- this.cb_ELONG.UseVisualStyleBackColor = true;
- //
- // cb_PERI
- //
- this.cb_PERI.AutoSize = true;
- this.cb_PERI.Location = new System.Drawing.Point(377, 173);
- this.cb_PERI.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_PERI.Name = "cb_PERI";
- this.cb_PERI.Size = new System.Drawing.Size(88, 22);
- this.cb_PERI.TabIndex = 101;
- this.cb_PERI.Text = "周长um";
- this.cb_PERI.UseVisualStyleBackColor = true;
- //
- // cb_EquivalentCircleDiameter
- //
- this.cb_EquivalentCircleDiameter.AutoSize = true;
- this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(187, 210);
- this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter";
- this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(142, 22);
- this.cb_EquivalentCircleDiameter.TabIndex = 100;
- this.cb_EquivalentCircleDiameter.Text = "等效圆直径um";
- this.cb_EquivalentCircleDiameter.UseVisualStyleBackColor = true;
- //
- // cb_ASPECT_ELONG
- //
- this.cb_ASPECT_ELONG.AutoSize = true;
- this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(550, 210);
- this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
- this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(124, 22);
- this.cb_ASPECT_ELONG.TabIndex = 99;
- this.cb_ASPECT_ELONG.Text = "展开长宽比";
- this.cb_ASPECT_ELONG.UseVisualStyleBackColor = true;
- //
- // cb_Orientation
- //
- this.cb_Orientation.AutoSize = true;
- this.cb_Orientation.Location = new System.Drawing.Point(377, 208);
- this.cb_Orientation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_Orientation.Name = "cb_Orientation";
- this.cb_Orientation.Size = new System.Drawing.Size(124, 22);
- this.cb_Orientation.TabIndex = 98;
- this.cb_Orientation.Text = "朝向角度°";
- this.cb_Orientation.UseVisualStyleBackColor = true;
- //
- // cb_MEAN
- //
- this.cb_MEAN.AutoSize = true;
- this.cb_MEAN.Location = new System.Drawing.Point(187, 245);
- this.cb_MEAN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_MEAN.Name = "cb_MEAN";
- this.cb_MEAN.Size = new System.Drawing.Size(160, 22);
- this.cb_MEAN.TabIndex = 97;
- this.cb_MEAN.Text = "内接圆平均直径";
- this.cb_MEAN.UseVisualStyleBackColor = true;
- //
- // cb_INSCR
- //
- this.cb_INSCR.AutoSize = true;
- this.cb_INSCR.Location = new System.Drawing.Point(550, 173);
- this.cb_INSCR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_INSCR.Name = "cb_INSCR";
- this.cb_INSCR.Size = new System.Drawing.Size(142, 22);
- this.cb_INSCR.TabIndex = 96;
- this.cb_INSCR.Text = "内接圆直径um";
- this.cb_INSCR.UseVisualStyleBackColor = true;
- //
- // cb_PERP
- //
- this.cb_PERP.AutoSize = true;
- this.cb_PERP.Location = new System.Drawing.Point(550, 101);
- this.cb_PERP.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_PERP.Name = "cb_PERP";
- this.cb_PERP.Size = new System.Drawing.Size(124, 22);
- this.cb_PERP.TabIndex = 102;
- this.cb_PERP.Text = "正交直径um";
- this.cb_PERP.UseVisualStyleBackColor = true;
- //
- // cb_FerretDiameter
- //
- this.cb_FerretDiameter.AutoSize = true;
- this.cb_FerretDiameter.Location = new System.Drawing.Point(377, 137);
- this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_FerretDiameter.Name = "cb_FerretDiameter";
- this.cb_FerretDiameter.Size = new System.Drawing.Size(142, 22);
- this.cb_FerretDiameter.TabIndex = 95;
- this.cb_FerretDiameter.Text = "费雷特直径um";
- this.cb_FerretDiameter.UseVisualStyleBackColor = true;
- //
- // cb_DiameterRatio
- //
- this.cb_DiameterRatio.AutoSize = true;
- this.cb_DiameterRatio.Location = new System.Drawing.Point(187, 136);
- this.cb_DiameterRatio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_DiameterRatio.Name = "cb_DiameterRatio";
- this.cb_DiameterRatio.Size = new System.Drawing.Size(124, 22);
- this.cb_DiameterRatio.TabIndex = 94;
- this.cb_DiameterRatio.Text = "长短直径比";
- this.cb_DiameterRatio.UseVisualStyleBackColor = true;
- //
- // cb_MinDiameter
- //
- this.cb_MinDiameter.AutoSize = true;
- this.cb_MinDiameter.Location = new System.Drawing.Point(377, 101);
- this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_MinDiameter.Name = "cb_MinDiameter";
- this.cb_MinDiameter.Size = new System.Drawing.Size(124, 22);
- this.cb_MinDiameter.TabIndex = 93;
- this.cb_MinDiameter.Text = "最短直径um";
- this.cb_MinDiameter.UseVisualStyleBackColor = true;
- //
- // cb_MaxDiameter
- //
- this.cb_MaxDiameter.AutoSize = true;
- this.cb_MaxDiameter.Location = new System.Drawing.Point(187, 173);
- this.cb_MaxDiameter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_MaxDiameter.Name = "cb_MaxDiameter";
- this.cb_MaxDiameter.Size = new System.Drawing.Size(124, 22);
- this.cb_MaxDiameter.TabIndex = 92;
- this.cb_MaxDiameter.Text = "最长直径um";
- this.cb_MaxDiameter.UseVisualStyleBackColor = true;
- //
- // cb_Area
- //
- this.cb_Area.AutoSize = true;
- this.cb_Area.Location = new System.Drawing.Point(187, 101);
- this.cb_Area.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_Area.Name = "cb_Area";
- this.cb_Area.Size = new System.Drawing.Size(97, 22);
- this.cb_Area.TabIndex = 91;
- this.cb_Area.Text = "面积um²";
- this.cb_Area.UseVisualStyleBackColor = true;
- //
- // tb_xsys
- //
- this.tb_xsys.Location = new System.Drawing.Point(188, 60);
- this.tb_xsys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tb_xsys.Name = "tb_xsys";
- this.tb_xsys.Size = new System.Drawing.Size(502, 28);
- this.tb_xsys.TabIndex = 89;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(17, 65);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(80, 18);
- this.label1.TabIndex = 87;
- this.label1.Text = "显示元素";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(17, 98);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(80, 18);
- this.label2.TabIndex = 88;
- this.label2.Text = "显示类型";
- //
- // btn_xsys
- //
- this.btn_xsys.Location = new System.Drawing.Point(699, 58);
- this.btn_xsys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btn_xsys.Name = "btn_xsys";
- this.btn_xsys.Size = new System.Drawing.Size(50, 29);
- this.btn_xsys.TabIndex = 90;
- this.btn_xsys.Text = "...";
- this.btn_xsys.UseVisualStyleBackColor = true;
- this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click);
- //
- // cb_FiledCoordinate
- //
- this.cb_FiledCoordinate.AutoSize = true;
- this.cb_FiledCoordinate.Location = new System.Drawing.Point(377, 245);
- this.cb_FiledCoordinate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cb_FiledCoordinate.Name = "cb_FiledCoordinate";
- this.cb_FiledCoordinate.Size = new System.Drawing.Size(106, 22);
- this.cb_FiledCoordinate.TabIndex = 108;
- this.cb_FiledCoordinate.Text = "帧图坐标";
- this.cb_FiledCoordinate.UseVisualStyleBackColor = true;
- //
- // frmReportSysConfig
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(789, 547);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.btn_ybcsqx);
- this.Controls.Add(this.btn_ybcsbc);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmReportSysConfig";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "程序管理";
- this.Load += new System.EventHandler(this.ReportMgrInfoForm_Load);
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.ListView listView2;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.ComboBox comboBox6;
- private System.Windows.Forms.ComboBox comboBox5;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.TextBox textBox9;
- private System.Windows.Forms.Button button18;
- private System.Windows.Forms.Button button17;
- private System.Windows.Forms.Button button16;
- private System.Windows.Forms.Button button15;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Button btn_ybcsqx;
- private System.Windows.Forms.Button btn_ybcsbc;
- private System.Windows.Forms.Button btn_sjtmbwj;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.TextBox tb_blyz;
- public System.Windows.Forms.TextBox tb_sjtmbwj;
- public System.Windows.Forms.TextBox tb_sjtmb;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- public System.Windows.Forms.TextBox tb_PartiSizeFileFolder;
- private System.Windows.Forms.GroupBox groupBox2;
- private Button btn_PartSize;
- private CheckBox cb_ELONG;
- private CheckBox cb_PERI;
- private CheckBox cb_EquivalentCircleDiameter;
- private CheckBox cb_ASPECT_ELONG;
- private CheckBox cb_Orientation;
- private CheckBox cb_MEAN;
- private CheckBox cb_INSCR;
- private CheckBox cb_PERP;
- private CheckBox cb_FerretDiameter;
- private CheckBox cb_DiameterRatio;
- private CheckBox cb_MinDiameter;
- private CheckBox cb_MaxDiameter;
- private CheckBox cb_Area;
- private TextBox tb_xsys;
- private Label label1;
- private Label label2;
- private Button btn_xsys;
- private CheckBox cB_Electrical_conductivity;
- private CheckBox cB_Density;
- private CheckBox cB_Hardness;
- private CheckBox cb_FiledCoordinate;
- }
- }
|