FormLogin.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. namespace DeepMMO.Client.Win32.Forms
  2. {
  3. partial class FormLogin
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btn_Regist = new System.Windows.Forms.Button();
  29. this.btn_Login = new System.Windows.Forms.Button();
  30. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.com_ServerInfo = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txt_Server = new System.Windows.Forms.ComboBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.txt_ServerID = new System.Windows.Forms.ComboBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txt_Account = new System.Windows.Forms.ComboBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.txt_Password = new System.Windows.Forms.TextBox();
  41. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  42. this.g2DPropertyGrid1 = new DeepEditor.Common.G2D.DataGrid.G2DPropertyGrid();
  43. this.flowLayoutPanel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // btn_Regist
  51. //
  52. this.btn_Regist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  53. this.btn_Regist.Location = new System.Drawing.Point(11, 350);
  54. this.btn_Regist.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  55. this.btn_Regist.Name = "btn_Regist";
  56. this.btn_Regist.Size = new System.Drawing.Size(151, 51);
  57. this.btn_Regist.TabIndex = 20;
  58. this.btn_Regist.Text = "注册";
  59. this.btn_Regist.UseVisualStyleBackColor = true;
  60. this.btn_Regist.Visible = false;
  61. this.btn_Regist.Click += new System.EventHandler(this.btn_Regist_Click);
  62. //
  63. // btn_Login
  64. //
  65. this.btn_Login.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  66. this.btn_Login.Location = new System.Drawing.Point(171, 350);
  67. this.btn_Login.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  68. this.btn_Login.Name = "btn_Login";
  69. this.btn_Login.Size = new System.Drawing.Size(151, 51);
  70. this.btn_Login.TabIndex = 19;
  71. this.btn_Login.Text = "登录";
  72. this.btn_Login.UseVisualStyleBackColor = true;
  73. this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
  74. //
  75. // flowLayoutPanel1
  76. //
  77. this.flowLayoutPanel1.AutoScroll = true;
  78. this.flowLayoutPanel1.AutoScrollMargin = new System.Drawing.Size(8, 8);
  79. this.flowLayoutPanel1.AutoScrollMinSize = new System.Drawing.Size(8, 8);
  80. this.flowLayoutPanel1.Controls.Add(this.label5);
  81. this.flowLayoutPanel1.Controls.Add(this.com_ServerInfo);
  82. this.flowLayoutPanel1.Controls.Add(this.label3);
  83. this.flowLayoutPanel1.Controls.Add(this.txt_Server);
  84. this.flowLayoutPanel1.Controls.Add(this.label4);
  85. this.flowLayoutPanel1.Controls.Add(this.txt_ServerID);
  86. this.flowLayoutPanel1.Controls.Add(this.label1);
  87. this.flowLayoutPanel1.Controls.Add(this.txt_Account);
  88. this.flowLayoutPanel1.Controls.Add(this.label2);
  89. this.flowLayoutPanel1.Controls.Add(this.txt_Password);
  90. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  92. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  93. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
  94. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  95. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(8, 8, 8, 8);
  96. this.flowLayoutPanel1.Size = new System.Drawing.Size(638, 329);
  97. this.flowLayoutPanel1.TabIndex = 26;
  98. this.flowLayoutPanel1.WrapContents = false;
  99. //
  100. // label5
  101. //
  102. this.label5.AutoSize = true;
  103. this.label5.Location = new System.Drawing.Point(12, 8);
  104. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label5.Name = "label5";
  106. this.label5.Size = new System.Drawing.Size(98, 18);
  107. this.label5.TabIndex = 27;
  108. this.label5.Text = "服务器列表";
  109. //
  110. // com_ServerInfo
  111. //
  112. this.com_ServerInfo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  113. this.com_ServerInfo.FormattingEnabled = true;
  114. this.com_ServerInfo.Location = new System.Drawing.Point(12, 32);
  115. this.com_ServerInfo.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  116. this.com_ServerInfo.Name = "com_ServerInfo";
  117. this.com_ServerInfo.Size = new System.Drawing.Size(479, 26);
  118. this.com_ServerInfo.TabIndex = 26;
  119. this.com_ServerInfo.SelectedIndexChanged += new System.EventHandler(this.com_ServerInfo_SelectedIndexChanged);
  120. //
  121. // label3
  122. //
  123. this.label3.AutoSize = true;
  124. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.label3.Location = new System.Drawing.Point(12, 64);
  126. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label3.Name = "label3";
  128. this.label3.Size = new System.Drawing.Size(479, 18);
  129. this.label3.TabIndex = 23;
  130. this.label3.Text = "Gate地址";
  131. //
  132. // txt_Server
  133. //
  134. this.txt_Server.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.txt_Server.FormattingEnabled = true;
  136. this.txt_Server.Location = new System.Drawing.Point(12, 88);
  137. this.txt_Server.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  138. this.txt_Server.Name = "txt_Server";
  139. this.txt_Server.Size = new System.Drawing.Size(479, 26);
  140. this.txt_Server.TabIndex = 22;
  141. this.txt_Server.Text = "127.0.0.1:19001";
  142. //
  143. // label4
  144. //
  145. this.label4.AutoSize = true;
  146. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.label4.Location = new System.Drawing.Point(12, 120);
  148. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.label4.Name = "label4";
  150. this.label4.Size = new System.Drawing.Size(479, 18);
  151. this.label4.TabIndex = 25;
  152. this.label4.Text = "服务器ID";
  153. //
  154. // txt_ServerID
  155. //
  156. this.txt_ServerID.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.txt_ServerID.FormattingEnabled = true;
  158. this.txt_ServerID.Items.AddRange(new object[] {
  159. "1",
  160. "2",
  161. "3",
  162. "4"});
  163. this.txt_ServerID.Location = new System.Drawing.Point(12, 144);
  164. this.txt_ServerID.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  165. this.txt_ServerID.Name = "txt_ServerID";
  166. this.txt_ServerID.Size = new System.Drawing.Size(479, 26);
  167. this.txt_ServerID.TabIndex = 24;
  168. this.txt_ServerID.Text = "1";
  169. //
  170. // label1
  171. //
  172. this.label1.AutoSize = true;
  173. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.label1.Location = new System.Drawing.Point(12, 176);
  175. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  176. this.label1.Name = "label1";
  177. this.label1.Size = new System.Drawing.Size(479, 18);
  178. this.label1.TabIndex = 17;
  179. this.label1.Text = "用户名";
  180. //
  181. // txt_Account
  182. //
  183. this.txt_Account.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.txt_Account.FormattingEnabled = true;
  185. this.txt_Account.Location = new System.Drawing.Point(12, 200);
  186. this.txt_Account.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  187. this.txt_Account.Name = "txt_Account";
  188. this.txt_Account.Size = new System.Drawing.Size(479, 26);
  189. this.txt_Account.TabIndex = 15;
  190. this.txt_Account.Text = "hzdsb";
  191. //
  192. // label2
  193. //
  194. this.label2.AutoSize = true;
  195. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.label2.Location = new System.Drawing.Point(12, 232);
  197. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  198. this.label2.Name = "label2";
  199. this.label2.Size = new System.Drawing.Size(479, 18);
  200. this.label2.TabIndex = 18;
  201. this.label2.Text = "密码";
  202. //
  203. // txt_Password
  204. //
  205. this.txt_Password.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.txt_Password.Location = new System.Drawing.Point(12, 256);
  207. this.txt_Password.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  208. this.txt_Password.Name = "txt_Password";
  209. this.txt_Password.PasswordChar = '*';
  210. this.txt_Password.Size = new System.Drawing.Size(479, 28);
  211. this.txt_Password.TabIndex = 16;
  212. this.txt_Password.Text = "123456";
  213. this.txt_Password.UseSystemPasswordChar = true;
  214. //
  215. // splitContainer1
  216. //
  217. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  221. this.splitContainer1.Location = new System.Drawing.Point(10, 0);
  222. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  223. this.splitContainer1.Name = "splitContainer1";
  224. //
  225. // splitContainer1.Panel1
  226. //
  227. this.splitContainer1.Panel1.Controls.Add(this.flowLayoutPanel1);
  228. //
  229. // splitContainer1.Panel2
  230. //
  231. this.splitContainer1.Panel2.Controls.Add(this.g2DPropertyGrid1);
  232. this.splitContainer1.Size = new System.Drawing.Size(907, 329);
  233. this.splitContainer1.SplitterDistance = 638;
  234. this.splitContainer1.SplitterWidth = 3;
  235. this.splitContainer1.TabIndex = 27;
  236. //
  237. // g2DPropertyGrid1
  238. //
  239. this.g2DPropertyGrid1.DescriptionAreaHeight = 116;
  240. this.g2DPropertyGrid1.DescriptionAreaLineCount = 5;
  241. this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.g2DPropertyGrid1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  243. this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0);
  244. this.g2DPropertyGrid1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  245. this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5;
  246. this.g2DPropertyGrid1.Name = "g2DPropertyGrid1";
  247. this.g2DPropertyGrid1.Size = new System.Drawing.Size(266, 329);
  248. this.g2DPropertyGrid1.TabIndex = 0;
  249. //
  250. // FormLogin
  251. //
  252. this.AcceptButton = this.btn_Login;
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.ClientSize = new System.Drawing.Size(926, 410);
  256. this.Controls.Add(this.splitContainer1);
  257. this.Controls.Add(this.btn_Login);
  258. this.Controls.Add(this.btn_Regist);
  259. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  260. this.MinimumSize = new System.Drawing.Size(820, 458);
  261. this.Name = "FormLogin";
  262. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  263. this.Text = "FormLogin";
  264. this.flowLayoutPanel1.ResumeLayout(false);
  265. this.flowLayoutPanel1.PerformLayout();
  266. this.splitContainer1.Panel1.ResumeLayout(false);
  267. this.splitContainer1.Panel2.ResumeLayout(false);
  268. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  269. this.splitContainer1.ResumeLayout(false);
  270. this.ResumeLayout(false);
  271. }
  272. #endregion
  273. private System.Windows.Forms.Button btn_Regist;
  274. private System.Windows.Forms.Button btn_Login;
  275. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  276. private System.Windows.Forms.Label label3;
  277. private System.Windows.Forms.ComboBox txt_Server;
  278. private System.Windows.Forms.Label label4;
  279. private System.Windows.Forms.ComboBox txt_ServerID;
  280. private System.Windows.Forms.Label label1;
  281. private System.Windows.Forms.ComboBox txt_Account;
  282. private System.Windows.Forms.Label label2;
  283. private System.Windows.Forms.TextBox txt_Password;
  284. private System.Windows.Forms.Label label5;
  285. private System.Windows.Forms.ComboBox com_ServerInfo;
  286. private System.Windows.Forms.SplitContainer splitContainer1;
  287. private DeepEditor.Common.G2D.DataGrid.G2DPropertyGrid g2DPropertyGrid1;
  288. }
  289. }