FormCreateRole.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace XmdsBattleClientWin32.WinForm
  2. {
  3. partial class FormCreateRole
  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.combo_Pro = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txt_RoleName = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.btn_RandomName = new System.Windows.Forms.Button();
  33. this.list_Roles = new System.Windows.Forms.ListView();
  34. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.tabControl1 = new System.Windows.Forms.TabControl();
  38. this.tabPage_SelectRole = new System.Windows.Forms.TabPage();
  39. this.btn_Enter = new System.Windows.Forms.Button();
  40. this.tabPage_CreateRole = new System.Windows.Forms.TabPage();
  41. this.btn_CreateRole = new System.Windows.Forms.Button();
  42. this.tabControl1.SuspendLayout();
  43. this.tabPage_SelectRole.SuspendLayout();
  44. this.tabPage_CreateRole.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // combo_Pro
  48. //
  49. this.combo_Pro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  50. this.combo_Pro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  51. this.combo_Pro.FormattingEnabled = true;
  52. this.combo_Pro.Location = new System.Drawing.Point(186, 386);
  53. this.combo_Pro.Name = "combo_Pro";
  54. this.combo_Pro.Size = new System.Drawing.Size(121, 33);
  55. this.combo_Pro.TabIndex = 0;
  56. //
  57. // label1
  58. //
  59. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  60. this.label1.AutoSize = true;
  61. this.label1.Location = new System.Drawing.Point(130, 389);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(50, 25);
  64. this.label1.TabIndex = 1;
  65. this.label1.Text = "职业";
  66. //
  67. // txt_RoleName
  68. //
  69. this.txt_RoleName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  70. this.txt_RoleName.Location = new System.Drawing.Point(433, 386);
  71. this.txt_RoleName.Name = "txt_RoleName";
  72. this.txt_RoleName.Size = new System.Drawing.Size(249, 33);
  73. this.txt_RoleName.TabIndex = 2;
  74. //
  75. // label2
  76. //
  77. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  78. this.label2.AutoSize = true;
  79. this.label2.Location = new System.Drawing.Point(339, 389);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(88, 25);
  82. this.label2.TabIndex = 3;
  83. this.label2.Text = "输入名字";
  84. //
  85. // btn_RandomName
  86. //
  87. this.btn_RandomName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  88. this.btn_RandomName.Location = new System.Drawing.Point(688, 386);
  89. this.btn_RandomName.Name = "btn_RandomName";
  90. this.btn_RandomName.Size = new System.Drawing.Size(75, 35);
  91. this.btn_RandomName.TabIndex = 4;
  92. this.btn_RandomName.Text = "随机名字";
  93. this.btn_RandomName.UseVisualStyleBackColor = true;
  94. this.btn_RandomName.Click += new System.EventHandler(this.btn_RandomName_Click);
  95. //
  96. // list_Roles
  97. //
  98. this.list_Roles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  99. | System.Windows.Forms.AnchorStyles.Right)));
  100. this.list_Roles.AutoArrange = false;
  101. this.list_Roles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  102. this.columnHeader1,
  103. this.columnHeader2,
  104. this.columnHeader3});
  105. this.list_Roles.FullRowSelect = true;
  106. this.list_Roles.HideSelection = false;
  107. this.list_Roles.LabelWrap = false;
  108. this.list_Roles.Location = new System.Drawing.Point(8, 11);
  109. this.list_Roles.MultiSelect = false;
  110. this.list_Roles.Name = "list_Roles";
  111. this.list_Roles.Size = new System.Drawing.Size(914, 391);
  112. this.list_Roles.TabIndex = 5;
  113. this.list_Roles.UseCompatibleStateImageBehavior = false;
  114. this.list_Roles.View = System.Windows.Forms.View.Details;
  115. //
  116. // columnHeader1
  117. //
  118. this.columnHeader1.Text = "Name";
  119. this.columnHeader1.Width = 264;
  120. //
  121. // columnHeader2
  122. //
  123. this.columnHeader2.Text = "Level";
  124. this.columnHeader2.Width = 299;
  125. //
  126. // columnHeader3
  127. //
  128. this.columnHeader3.Text = "Pro";
  129. this.columnHeader3.Width = 113;
  130. //
  131. // tabControl1
  132. //
  133. this.tabControl1.Controls.Add(this.tabPage_SelectRole);
  134. this.tabControl1.Controls.Add(this.tabPage_CreateRole);
  135. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  138. this.tabControl1.Name = "tabControl1";
  139. this.tabControl1.SelectedIndex = 0;
  140. this.tabControl1.Size = new System.Drawing.Size(938, 563);
  141. this.tabControl1.TabIndex = 6;
  142. //
  143. // tabPage_SelectRole
  144. //
  145. this.tabPage_SelectRole.Controls.Add(this.btn_Enter);
  146. this.tabPage_SelectRole.Controls.Add(this.list_Roles);
  147. this.tabPage_SelectRole.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.tabPage_SelectRole.Location = new System.Drawing.Point(4, 34);
  149. this.tabPage_SelectRole.Name = "tabPage_SelectRole";
  150. this.tabPage_SelectRole.Padding = new System.Windows.Forms.Padding(3);
  151. this.tabPage_SelectRole.Size = new System.Drawing.Size(930, 525);
  152. this.tabPage_SelectRole.TabIndex = 0;
  153. this.tabPage_SelectRole.Text = "已有角色";
  154. this.tabPage_SelectRole.UseVisualStyleBackColor = true;
  155. //
  156. // btn_Enter
  157. //
  158. this.btn_Enter.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  159. this.btn_Enter.Location = new System.Drawing.Point(411, 435);
  160. this.btn_Enter.Name = "btn_Enter";
  161. this.btn_Enter.Size = new System.Drawing.Size(128, 49);
  162. this.btn_Enter.TabIndex = 6;
  163. this.btn_Enter.Text = "进入游戏";
  164. this.btn_Enter.UseVisualStyleBackColor = true;
  165. this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
  166. //
  167. // tabPage_CreateRole
  168. //
  169. this.tabPage_CreateRole.Controls.Add(this.btn_CreateRole);
  170. this.tabPage_CreateRole.Controls.Add(this.txt_RoleName);
  171. this.tabPage_CreateRole.Controls.Add(this.btn_RandomName);
  172. this.tabPage_CreateRole.Controls.Add(this.combo_Pro);
  173. this.tabPage_CreateRole.Controls.Add(this.label2);
  174. this.tabPage_CreateRole.Controls.Add(this.label1);
  175. this.tabPage_CreateRole.Location = new System.Drawing.Point(4, 34);
  176. this.tabPage_CreateRole.Name = "tabPage_CreateRole";
  177. this.tabPage_CreateRole.Padding = new System.Windows.Forms.Padding(3);
  178. this.tabPage_CreateRole.Size = new System.Drawing.Size(930, 525);
  179. this.tabPage_CreateRole.TabIndex = 1;
  180. this.tabPage_CreateRole.Text = "创建角色";
  181. this.tabPage_CreateRole.UseVisualStyleBackColor = true;
  182. //
  183. // btn_CreateRole
  184. //
  185. this.btn_CreateRole.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  186. this.btn_CreateRole.Location = new System.Drawing.Point(405, 450);
  187. this.btn_CreateRole.Name = "btn_CreateRole";
  188. this.btn_CreateRole.Size = new System.Drawing.Size(128, 49);
  189. this.btn_CreateRole.TabIndex = 7;
  190. this.btn_CreateRole.Text = "创建角色";
  191. this.btn_CreateRole.UseVisualStyleBackColor = true;
  192. this.btn_CreateRole.Click += new System.EventHandler(this.btn_CreateRole_Click);
  193. //
  194. // FormCreateRole
  195. //
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.ClientSize = new System.Drawing.Size(938, 563);
  199. this.ControlBox = false;
  200. this.Controls.Add(this.tabControl1);
  201. this.Name = "FormCreateRole";
  202. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  203. this.Text = "FormCreateRole";
  204. this.tabControl1.ResumeLayout(false);
  205. this.tabPage_SelectRole.ResumeLayout(false);
  206. this.tabPage_CreateRole.ResumeLayout(false);
  207. this.tabPage_CreateRole.PerformLayout();
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private System.Windows.Forms.ComboBox combo_Pro;
  212. private System.Windows.Forms.Label label1;
  213. private System.Windows.Forms.TextBox txt_RoleName;
  214. private System.Windows.Forms.Label label2;
  215. private System.Windows.Forms.Button btn_RandomName;
  216. private System.Windows.Forms.ListView list_Roles;
  217. private System.Windows.Forms.TabControl tabControl1;
  218. private System.Windows.Forms.TabPage tabPage_SelectRole;
  219. private System.Windows.Forms.TabPage tabPage_CreateRole;
  220. private System.Windows.Forms.Button btn_Enter;
  221. private System.Windows.Forms.Button btn_CreateRole;
  222. private System.Windows.Forms.ColumnHeader columnHeader1;
  223. private System.Windows.Forms.ColumnHeader columnHeader2;
  224. private System.Windows.Forms.ColumnHeader columnHeader3;
  225. }
  226. }