6 major server modules (PdkFriendServer/GlobalSever/ServerCore/GameModule/GameNetModule) + game logic (GameFix/GameDAL/ServerData) + network layer (NetWorkMessage) + data layer (ObjectModel) + utilities (MrWu/Core/Config/CloudAPI/dll) + adapters (zyxAdapter/base) .NET 8.0 C# solution, 16 projects, 958 source files
375 lines
17 KiB
C#
375 lines
17 KiB
C#
namespace GlobalSever.Form {
|
||
partial class GameControl {
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing) {
|
||
if (disposing && (components != null)) {
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent() {
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.textBox8 = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.textBox6 = new System.Windows.Forms.TextBox();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.textBox7 = new System.Windows.Forms.TextBox();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.textBox10 = new System.Windows.Forms.TextBox();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.textBox11 = new System.Windows.Forms.TextBox();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.groupBox4.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.button1);
|
||
this.groupBox1.Controls.Add(this.textBox1);
|
||
this.groupBox1.Location = new System.Drawing.Point(12, 5);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(208, 355);
|
||
this.groupBox1.TabIndex = 0;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "游戏信息";
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(127, 13);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 1;
|
||
this.button1.Text = "刷新";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(6, 42);
|
||
this.textBox1.Multiline = true;
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox1.Size = new System.Drawing.Size(196, 307);
|
||
this.textBox1.TabIndex = 0;
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.label1);
|
||
this.groupBox2.Controls.Add(this.textBox3);
|
||
this.groupBox2.Controls.Add(this.button2);
|
||
this.groupBox2.Controls.Add(this.textBox2);
|
||
this.groupBox2.Location = new System.Drawing.Point(226, 5);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(208, 355);
|
||
this.groupBox2.TabIndex = 2;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "城堡信息";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(17, 20);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(47, 12);
|
||
this.label1.TabIndex = 3;
|
||
this.label1.Text = "城堡id:";
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(64, 15);
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(57, 21);
|
||
this.textBox3.TabIndex = 2;
|
||
this.textBox3.Text = "0";
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(127, 13);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(75, 23);
|
||
this.button2.TabIndex = 1;
|
||
this.button2.Text = "刷新";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(6, 42);
|
||
this.textBox2.Multiline = true;
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox2.Size = new System.Drawing.Size(196, 307);
|
||
this.textBox2.TabIndex = 0;
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.label2);
|
||
this.groupBox3.Controls.Add(this.textBox4);
|
||
this.groupBox3.Controls.Add(this.button3);
|
||
this.groupBox3.Controls.Add(this.textBox5);
|
||
this.groupBox3.Location = new System.Drawing.Point(444, 5);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Size = new System.Drawing.Size(208, 355);
|
||
this.groupBox3.TabIndex = 4;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "城堡信息";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(17, 20);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(35, 12);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "厅id:";
|
||
//
|
||
// textBox4
|
||
//
|
||
this.textBox4.Location = new System.Drawing.Point(64, 15);
|
||
this.textBox4.Name = "textBox4";
|
||
this.textBox4.Size = new System.Drawing.Size(57, 21);
|
||
this.textBox4.TabIndex = 2;
|
||
this.textBox4.Text = "0";
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(127, 13);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(75, 23);
|
||
this.button3.TabIndex = 1;
|
||
this.button3.Text = "刷新";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// textBox5
|
||
//
|
||
this.textBox5.Location = new System.Drawing.Point(6, 42);
|
||
this.textBox5.Multiline = true;
|
||
this.textBox5.Name = "textBox5";
|
||
this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox5.Size = new System.Drawing.Size(196, 307);
|
||
this.textBox5.TabIndex = 0;
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.Controls.Add(this.textBox8);
|
||
this.groupBox4.Controls.Add(this.label4);
|
||
this.groupBox4.Controls.Add(this.label3);
|
||
this.groupBox4.Controls.Add(this.textBox6);
|
||
this.groupBox4.Controls.Add(this.button4);
|
||
this.groupBox4.Controls.Add(this.textBox7);
|
||
this.groupBox4.Location = new System.Drawing.Point(658, 5);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Size = new System.Drawing.Size(208, 355);
|
||
this.groupBox4.TabIndex = 5;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "桌子信息";
|
||
//
|
||
// textBox8
|
||
//
|
||
this.textBox8.Location = new System.Drawing.Point(64, 40);
|
||
this.textBox8.Name = "textBox8";
|
||
this.textBox8.Size = new System.Drawing.Size(57, 21);
|
||
this.textBox8.TabIndex = 4;
|
||
this.textBox8.Text = "0";
|
||
this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(11, 45);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(47, 12);
|
||
this.label4.TabIndex = 3;
|
||
this.label4.Text = "桌子id:";
|
||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(21, 20);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(35, 12);
|
||
this.label3.TabIndex = 3;
|
||
this.label3.Text = "厅id:";
|
||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// textBox6
|
||
//
|
||
this.textBox6.Location = new System.Drawing.Point(64, 15);
|
||
this.textBox6.Name = "textBox6";
|
||
this.textBox6.Size = new System.Drawing.Size(57, 21);
|
||
this.textBox6.TabIndex = 2;
|
||
this.textBox6.Text = "0";
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(127, 13);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(75, 23);
|
||
this.button4.TabIndex = 1;
|
||
this.button4.Text = "刷新";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// textBox7
|
||
//
|
||
this.textBox7.Location = new System.Drawing.Point(6, 64);
|
||
this.textBox7.Multiline = true;
|
||
this.textBox7.Name = "textBox7";
|
||
this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox7.Size = new System.Drawing.Size(196, 285);
|
||
this.textBox7.TabIndex = 0;
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.groupBox5);
|
||
this.panel1.Controls.Add(this.groupBox1);
|
||
this.panel1.Controls.Add(this.groupBox4);
|
||
this.panel1.Controls.Add(this.groupBox2);
|
||
this.panel1.Controls.Add(this.groupBox3);
|
||
this.panel1.Location = new System.Drawing.Point(17, 7);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(1089, 362);
|
||
this.panel1.TabIndex = 6;
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Controls.Add(this.label6);
|
||
this.groupBox5.Controls.Add(this.textBox10);
|
||
this.groupBox5.Controls.Add(this.button5);
|
||
this.groupBox5.Controls.Add(this.textBox11);
|
||
this.groupBox5.Location = new System.Drawing.Point(872, 4);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Size = new System.Drawing.Size(208, 355);
|
||
this.groupBox5.TabIndex = 6;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "玩家信息";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(11, 20);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(47, 12);
|
||
this.label6.TabIndex = 3;
|
||
this.label6.Text = "userid:";
|
||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// textBox10
|
||
//
|
||
this.textBox10.Location = new System.Drawing.Point(64, 15);
|
||
this.textBox10.Name = "textBox10";
|
||
this.textBox10.Size = new System.Drawing.Size(57, 21);
|
||
this.textBox10.TabIndex = 2;
|
||
this.textBox10.Text = "0";
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Location = new System.Drawing.Point(127, 13);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(75, 23);
|
||
this.button5.TabIndex = 1;
|
||
this.button5.Text = "刷新";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
//
|
||
// textBox11
|
||
//
|
||
this.textBox11.Location = new System.Drawing.Point(6, 46);
|
||
this.textBox11.Multiline = true;
|
||
this.textBox11.Name = "textBox11";
|
||
this.textBox11.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox11.Size = new System.Drawing.Size(196, 303);
|
||
this.textBox11.TabIndex = 0;
|
||
//
|
||
// GameControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoScroll = true;
|
||
this.Controls.Add(this.panel1);
|
||
this.Name = "GameControl";
|
||
this.Size = new System.Drawing.Size(875, 325);
|
||
this.Validated += new System.EventHandler(this.GameControl_Validated);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.groupBox3.PerformLayout();
|
||
this.groupBox4.ResumeLayout(false);
|
||
this.groupBox4.PerformLayout();
|
||
this.panel1.ResumeLayout(false);
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.groupBox5.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox textBox4;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.TextBox textBox5;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.TextBox textBox8;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox textBox6;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.TextBox textBox7;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.TextBox textBox10;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.TextBox textBox11;
|
||
}
|
||
}
|