|
@@ -63,6 +63,8 @@
|
|
|
this.button_PeriodicTableSwitch = new System.Windows.Forms.Button();
|
|
|
this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label_help1 = new System.Windows.Forms.Label();
|
|
|
+ this.label_help2 = new System.Windows.Forms.Label();
|
|
|
this.comboBox_Constants = new System.Windows.Forms.ComboBox();
|
|
|
this.label_DefinedConstant = new System.Windows.Forms.Label();
|
|
|
this.label_Other = new System.Windows.Forms.Label();
|
|
@@ -494,7 +496,7 @@
|
|
|
this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
|
|
|
this.groupBox_ChemicalElement.Location = new System.Drawing.Point(6, 20);
|
|
|
this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
|
|
|
- this.groupBox_ChemicalElement.Size = new System.Drawing.Size(172, 115);
|
|
|
+ this.groupBox_ChemicalElement.Size = new System.Drawing.Size(131, 115);
|
|
|
this.groupBox_ChemicalElement.TabIndex = 5;
|
|
|
this.groupBox_ChemicalElement.TabStop = false;
|
|
|
this.groupBox_ChemicalElement.Text = "化学元素";
|
|
@@ -503,7 +505,7 @@
|
|
|
//
|
|
|
this.button_PeriodicTableSwitch.Location = new System.Drawing.Point(18, 79);
|
|
|
this.button_PeriodicTableSwitch.Name = "button_PeriodicTableSwitch";
|
|
|
- this.button_PeriodicTableSwitch.Size = new System.Drawing.Size(126, 25);
|
|
|
+ this.button_PeriodicTableSwitch.Size = new System.Drawing.Size(96, 25);
|
|
|
this.button_PeriodicTableSwitch.TabIndex = 33;
|
|
|
this.button_PeriodicTableSwitch.Text = "PeriodicTable";
|
|
|
this.button_PeriodicTableSwitch.UseVisualStyleBackColor = true;
|
|
@@ -514,13 +516,15 @@
|
|
|
this.comboBox_PeriodicTable.FormattingEnabled = true;
|
|
|
this.comboBox_PeriodicTable.Location = new System.Drawing.Point(18, 36);
|
|
|
this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
|
|
|
- this.comboBox_PeriodicTable.Size = new System.Drawing.Size(126, 20);
|
|
|
+ this.comboBox_PeriodicTable.Size = new System.Drawing.Size(96, 20);
|
|
|
this.comboBox_PeriodicTable.TabIndex = 1;
|
|
|
this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
|
|
|
this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
|
|
|
//
|
|
|
// groupBox_OtherCommonlyUsedSymbols
|
|
|
//
|
|
|
+ this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_help1);
|
|
|
+ this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_help2);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
|
|
@@ -529,20 +533,42 @@
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
|
|
|
- this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(184, 20);
|
|
|
+ this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(143, 20);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
|
|
|
- this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(502, 115);
|
|
|
+ this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(543, 115);
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
|
|
|
this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
|
|
|
//
|
|
|
+ // label_help1
|
|
|
+ //
|
|
|
+ this.label_help1.AutoSize = true;
|
|
|
+ this.label_help1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_help1.Location = new System.Drawing.Point(242, 26);
|
|
|
+ this.label_help1.Name = "label_help1";
|
|
|
+ this.label_help1.Size = new System.Drawing.Size(19, 19);
|
|
|
+ this.label_help1.TabIndex = 21;
|
|
|
+ this.label_help1.Text = "?";
|
|
|
+ this.label_help1.MouseHover += new System.EventHandler(this.label_help1label2_MouseHover);
|
|
|
+ //
|
|
|
+ // label_help2
|
|
|
+ //
|
|
|
+ this.label_help2.AutoSize = true;
|
|
|
+ this.label_help2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_help2.Location = new System.Drawing.Point(523, 25);
|
|
|
+ this.label_help2.Name = "label_help2";
|
|
|
+ this.label_help2.Size = new System.Drawing.Size(19, 19);
|
|
|
+ this.label_help2.TabIndex = 20;
|
|
|
+ this.label_help2.Text = "?";
|
|
|
+ this.label_help2.MouseHover += new System.EventHandler(this.label_help2_MouseHover);
|
|
|
+ //
|
|
|
// comboBox_Constants
|
|
|
//
|
|
|
this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.comboBox_Constants.FormattingEnabled = true;
|
|
|
this.comboBox_Constants.Location = new System.Drawing.Point(372, 72);
|
|
|
this.comboBox_Constants.Name = "comboBox_Constants";
|
|
|
- this.comboBox_Constants.Size = new System.Drawing.Size(122, 20);
|
|
|
+ this.comboBox_Constants.Size = new System.Drawing.Size(165, 20);
|
|
|
this.comboBox_Constants.TabIndex = 5;
|
|
|
this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
|
|
|
//
|
|
@@ -608,7 +634,7 @@
|
|
|
this.comboBox_ImgProperty.FormattingEnabled = true;
|
|
|
this.comboBox_ImgProperty.Location = new System.Drawing.Point(372, 25);
|
|
|
this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
|
|
|
- this.comboBox_ImgProperty.Size = new System.Drawing.Size(124, 20);
|
|
|
+ this.comboBox_ImgProperty.Size = new System.Drawing.Size(148, 20);
|
|
|
this.comboBox_ImgProperty.TabIndex = 4;
|
|
|
this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
|
|
|
//
|
|
@@ -689,5 +715,7 @@
|
|
|
private System.Windows.Forms.Button button_PeriodicTableSwitch;
|
|
|
private System.Windows.Forms.Button button_del;
|
|
|
private System.Windows.Forms.HelpProvider helpProvider1;
|
|
|
+ private System.Windows.Forms.Label label_help2;
|
|
|
+ private System.Windows.Forms.Label label_help1;
|
|
|
}
|
|
|
}
|