mirror of https://github.com/qwqdanchun/DcRat.git
fix
This commit is contained in:
parent
4febdca968
commit
4d6311c05e
|
@ -29,6 +29,7 @@ namespace Server.Forms
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegValueEditBinary));
|
||||
this.cancelButton = new System.Windows.Forms.Button();
|
||||
this.okButton = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
|
@ -114,6 +115,7 @@ namespace Server.Forms
|
|||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.valueNameTxtBox);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FormRegValueEditBinary";
|
||||
this.Text = "FormRegValueEditBinary";
|
||||
this.ResumeLayout(false);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -29,6 +29,7 @@ namespace Server.Forms
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegValueEditMultiString));
|
||||
this.cancelButton = new System.Windows.Forms.Button();
|
||||
this.valueDataTxtBox = new System.Windows.Forms.TextBox();
|
||||
this.okButton = new System.Windows.Forms.Button();
|
||||
|
@ -118,6 +119,7 @@ namespace Server.Forms
|
|||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.valueNameTxtBox);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FormRegValueEditMultiString";
|
||||
this.Text = "FormRegValueEditMultiString";
|
||||
this.ResumeLayout(false);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -29,6 +29,7 @@ namespace Server.Forms
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegValueEditString));
|
||||
this.cancelButton = new System.Windows.Forms.Button();
|
||||
this.okButton = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
|
@ -117,6 +118,7 @@ namespace Server.Forms
|
|||
this.Controls.Add(this.valueNameTxtBox);
|
||||
this.Controls.Add(this.valueDataTxtBox);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FormRegValueEditString";
|
||||
this.Text = "FormRegValueEditString";
|
||||
this.ResumeLayout(false);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -29,6 +29,7 @@ namespace Server.Forms
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegValueEditWord));
|
||||
this.cancelButton = new System.Windows.Forms.Button();
|
||||
this.baseBox = new System.Windows.Forms.GroupBox();
|
||||
this.radioDecimal = new System.Windows.Forms.RadioButton();
|
||||
|
@ -155,6 +156,7 @@ namespace Server.Forms
|
|||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.valueNameTxtBox);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FormRegValueEditWord";
|
||||
this.Text = "FormRegValueEditWord";
|
||||
this.baseBox.ResumeLayout(false);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue