|
@@ -30,6 +30,7 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.btn_showconfig = new System.Windows.Forms.Button();
|
|
|
this.tB_FieldId = new System.Windows.Forms.TextBox();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.tB_ParticleId = new System.Windows.Forms.TextBox();
|
|
@@ -74,7 +75,6 @@
|
|
|
this.ImportSTDDb = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
- this.btn_showconfig = new System.Windows.Forms.Button();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
@@ -107,6 +107,17 @@
|
|
|
this.panel2.Size = new System.Drawing.Size(1502, 37);
|
|
|
this.panel2.TabIndex = 6;
|
|
|
//
|
|
|
+ // btn_showconfig
|
|
|
+ //
|
|
|
+ this.btn_showconfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btn_showconfig.Location = new System.Drawing.Point(1414, 8);
|
|
|
+ this.btn_showconfig.Name = "btn_showconfig";
|
|
|
+ this.btn_showconfig.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_showconfig.TabIndex = 40;
|
|
|
+ this.btn_showconfig.Text = "显示配置";
|
|
|
+ this.btn_showconfig.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_showconfig.Click += new System.EventHandler(this.btn_showconfig_Click);
|
|
|
+ //
|
|
|
// tB_FieldId
|
|
|
//
|
|
|
this.tB_FieldId.Location = new System.Drawing.Point(549, 10);
|
|
@@ -483,6 +494,7 @@
|
|
|
this.ImportSTDDb.Name = "ImportSTDDb";
|
|
|
this.ImportSTDDb.Size = new System.Drawing.Size(210, 22);
|
|
|
this.ImportSTDDb.Text = "导入标准库";
|
|
|
+ this.ImportSTDDb.Visible = false;
|
|
|
this.ImportSTDDb.Click += new System.EventHandler(this.ImportSTDDb_Click);
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
@@ -521,17 +533,6 @@
|
|
|
this.dgV_ParticlesDevidePage.SortCompare += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dgV_ParticlesDevidePage_SortCompare);
|
|
|
this.dgV_ParticlesDevidePage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseDown);
|
|
|
//
|
|
|
- // btn_showconfig
|
|
|
- //
|
|
|
- this.btn_showconfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btn_showconfig.Location = new System.Drawing.Point(1414, 8);
|
|
|
- this.btn_showconfig.Name = "btn_showconfig";
|
|
|
- this.btn_showconfig.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.btn_showconfig.TabIndex = 40;
|
|
|
- this.btn_showconfig.Text = "显示配置";
|
|
|
- this.btn_showconfig.UseVisualStyleBackColor = true;
|
|
|
- this.btn_showconfig.Click += new System.EventHandler(this.btn_showconfig_Click);
|
|
|
- //
|
|
|
// ParticlesGridDevidePage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|