[성현모] KMS Packet 수정.
This commit is contained in:
23
Projects/NetStandard/KmsProxy.GUI/Form1.Designer.cs
generated
23
Projects/NetStandard/KmsProxy.GUI/Form1.Designer.cs
generated
@ -115,6 +115,8 @@
|
||||
this.richTextBox21 = new System.Windows.Forms.RichTextBox();
|
||||
this.button11 = new System.Windows.Forms.Button();
|
||||
this.richTextBox22 = new System.Windows.Forms.RichTextBox();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.label36 = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
@ -136,6 +138,8 @@
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.label36);
|
||||
this.panel1.Controls.Add(this.textBox1);
|
||||
this.panel1.Controls.Add(this.textPort);
|
||||
this.panel1.Controls.Add(this.label4);
|
||||
this.panel1.Controls.Add(this.textHost);
|
||||
@ -992,6 +996,23 @@
|
||||
this.richTextBox22.TabIndex = 0;
|
||||
this.richTextBox22.Text = "";
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(590, 19);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(399, 21);
|
||||
this.textBox1.TabIndex = 4;
|
||||
this.textBox1.Text = "333735413051493048424d55000300010000000000000000000000";
|
||||
//
|
||||
// label36
|
||||
//
|
||||
this.label36.AutoSize = true;
|
||||
this.label36.Location = new System.Drawing.Point(492, 24);
|
||||
this.label36.Name = "label36";
|
||||
this.label36.Size = new System.Drawing.Size(92, 12);
|
||||
this.label36.TabIndex = 5;
|
||||
this.label36.Text = "Example EcuID";
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@ -1123,6 +1144,8 @@
|
||||
private System.Windows.Forms.RichTextBox richTextBox21;
|
||||
private System.Windows.Forms.Button button11;
|
||||
private System.Windows.Forms.RichTextBox richTextBox22;
|
||||
private System.Windows.Forms.Label label36;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user