FormRoles.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. namespace DeepMMO.Client.Win32.Forms
  2. {
  3. partial class FormRoles
  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.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage_SelectRole = new System.Windows.Forms.TabPage();
  42. this.btn_Enter = new System.Windows.Forms.Button();
  43. this.tabPage_CreateRole = new System.Windows.Forms.TabPage();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.btn_CreateRole = new System.Windows.Forms.Button();
  46. this.tabControl1.SuspendLayout();
  47. this.tabPage_SelectRole.SuspendLayout();
  48. this.tabPage_CreateRole.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // combo_Pro
  52. //
  53. this.combo_Pro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  54. this.combo_Pro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  55. this.combo_Pro.FormattingEnabled = true;
  56. this.combo_Pro.Location = new System.Drawing.Point(168, 441);
  57. this.combo_Pro.Margin = new System.Windows.Forms.Padding(4);
  58. this.combo_Pro.Name = "combo_Pro";
  59. this.combo_Pro.Size = new System.Drawing.Size(180, 46);
  60. this.combo_Pro.TabIndex = 0;
  61. //
  62. // label1
  63. //
  64. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  65. this.label1.AutoSize = true;
  66. this.label1.Location = new System.Drawing.Point(84, 446);
  67. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(75, 38);
  70. this.label1.TabIndex = 1;
  71. this.label1.Text = "职业";
  72. //
  73. // txt_RoleName
  74. //
  75. this.txt_RoleName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  76. this.txt_RoleName.Location = new System.Drawing.Point(538, 441);
  77. this.txt_RoleName.Margin = new System.Windows.Forms.Padding(4);
  78. this.txt_RoleName.Name = "txt_RoleName";
  79. this.txt_RoleName.Size = new System.Drawing.Size(372, 45);
  80. this.txt_RoleName.TabIndex = 2;
  81. //
  82. // label2
  83. //
  84. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  85. this.label2.AutoSize = true;
  86. this.label2.Location = new System.Drawing.Point(398, 446);
  87. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.label2.Name = "label2";
  89. this.label2.Size = new System.Drawing.Size(133, 38);
  90. this.label2.TabIndex = 3;
  91. this.label2.Text = "输入名字";
  92. //
  93. // btn_RandomName
  94. //
  95. this.btn_RandomName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  96. this.btn_RandomName.Location = new System.Drawing.Point(921, 441);
  97. this.btn_RandomName.Margin = new System.Windows.Forms.Padding(4);
  98. this.btn_RandomName.Name = "btn_RandomName";
  99. this.btn_RandomName.Size = new System.Drawing.Size(112, 52);
  100. this.btn_RandomName.TabIndex = 4;
  101. this.btn_RandomName.Text = "随机名字";
  102. this.btn_RandomName.UseVisualStyleBackColor = true;
  103. this.btn_RandomName.Click += new System.EventHandler(this.btn_RandomName_Click);
  104. //
  105. // list_Roles
  106. //
  107. this.list_Roles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.list_Roles.AutoArrange = false;
  111. this.list_Roles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  112. this.columnHeader1,
  113. this.columnHeader2,
  114. this.columnHeader3,
  115. this.columnHeader4,
  116. this.columnHeader5,
  117. this.columnHeader6});
  118. this.list_Roles.FullRowSelect = true;
  119. this.list_Roles.GridLines = true;
  120. this.list_Roles.HideSelection = false;
  121. this.list_Roles.LabelWrap = false;
  122. this.list_Roles.Location = new System.Drawing.Point(15, 9);
  123. this.list_Roles.Margin = new System.Windows.Forms.Padding(4);
  124. this.list_Roles.MultiSelect = false;
  125. this.list_Roles.Name = "list_Roles";
  126. this.list_Roles.Size = new System.Drawing.Size(1214, 432);
  127. this.list_Roles.TabIndex = 5;
  128. this.list_Roles.UseCompatibleStateImageBehavior = false;
  129. this.list_Roles.View = System.Windows.Forms.View.Details;
  130. //
  131. // columnHeader1
  132. //
  133. this.columnHeader1.Text = "Name";
  134. this.columnHeader1.Width = 134;
  135. //
  136. // columnHeader2
  137. //
  138. this.columnHeader2.Text = "Level";
  139. this.columnHeader2.Width = 85;
  140. //
  141. // columnHeader3
  142. //
  143. this.columnHeader3.Text = "Pro";
  144. this.columnHeader3.Width = 76;
  145. //
  146. // columnHeader4
  147. //
  148. this.columnHeader4.Text = "LastTime";
  149. this.columnHeader4.Width = 206;
  150. //
  151. // columnHeader5
  152. //
  153. this.columnHeader5.Text = "最后登录";
  154. this.columnHeader5.Width = 114;
  155. //
  156. // columnHeader6
  157. //
  158. this.columnHeader6.Text = "ServerID";
  159. this.columnHeader6.Width = 120;
  160. //
  161. // tabControl1
  162. //
  163. this.tabControl1.Controls.Add(this.tabPage_SelectRole);
  164. this.tabControl1.Controls.Add(this.tabPage_CreateRole);
  165. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  168. this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
  169. this.tabControl1.Name = "tabControl1";
  170. this.tabControl1.SelectedIndex = 0;
  171. this.tabControl1.Size = new System.Drawing.Size(1252, 692);
  172. this.tabControl1.TabIndex = 6;
  173. //
  174. // tabPage_SelectRole
  175. //
  176. this.tabPage_SelectRole.Controls.Add(this.btn_Enter);
  177. this.tabPage_SelectRole.Controls.Add(this.list_Roles);
  178. this.tabPage_SelectRole.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.tabPage_SelectRole.Location = new System.Drawing.Point(4, 47);
  180. this.tabPage_SelectRole.Margin = new System.Windows.Forms.Padding(4);
  181. this.tabPage_SelectRole.Name = "tabPage_SelectRole";
  182. this.tabPage_SelectRole.Padding = new System.Windows.Forms.Padding(4);
  183. this.tabPage_SelectRole.Size = new System.Drawing.Size(1244, 641);
  184. this.tabPage_SelectRole.TabIndex = 0;
  185. this.tabPage_SelectRole.Text = "已有角色";
  186. this.tabPage_SelectRole.UseVisualStyleBackColor = true;
  187. //
  188. // btn_Enter
  189. //
  190. this.btn_Enter.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  191. this.btn_Enter.Location = new System.Drawing.Point(539, 500);
  192. this.btn_Enter.Margin = new System.Windows.Forms.Padding(4);
  193. this.btn_Enter.Name = "btn_Enter";
  194. this.btn_Enter.Size = new System.Drawing.Size(192, 74);
  195. this.btn_Enter.TabIndex = 6;
  196. this.btn_Enter.Text = "进入游戏";
  197. this.btn_Enter.UseVisualStyleBackColor = true;
  198. this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
  199. //
  200. // tabPage_CreateRole
  201. //
  202. this.tabPage_CreateRole.Controls.Add(this.panel1);
  203. this.tabPage_CreateRole.Controls.Add(this.btn_CreateRole);
  204. this.tabPage_CreateRole.Controls.Add(this.txt_RoleName);
  205. this.tabPage_CreateRole.Controls.Add(this.btn_RandomName);
  206. this.tabPage_CreateRole.Controls.Add(this.combo_Pro);
  207. this.tabPage_CreateRole.Controls.Add(this.label2);
  208. this.tabPage_CreateRole.Controls.Add(this.label1);
  209. this.tabPage_CreateRole.Location = new System.Drawing.Point(4, 47);
  210. this.tabPage_CreateRole.Margin = new System.Windows.Forms.Padding(4);
  211. this.tabPage_CreateRole.Name = "tabPage_CreateRole";
  212. this.tabPage_CreateRole.Padding = new System.Windows.Forms.Padding(4);
  213. this.tabPage_CreateRole.Size = new System.Drawing.Size(1111, 647);
  214. this.tabPage_CreateRole.TabIndex = 1;
  215. this.tabPage_CreateRole.Text = "创建角色";
  216. this.tabPage_CreateRole.UseVisualStyleBackColor = true;
  217. //
  218. // panel1
  219. //
  220. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  221. | System.Windows.Forms.AnchorStyles.Left)
  222. | System.Windows.Forms.AnchorStyles.Right)));
  223. this.panel1.Location = new System.Drawing.Point(24, 26);
  224. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  225. this.panel1.Name = "panel1";
  226. this.panel1.Size = new System.Drawing.Size(1047, 398);
  227. this.panel1.TabIndex = 8;
  228. //
  229. // btn_CreateRole
  230. //
  231. this.btn_CreateRole.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  232. this.btn_CreateRole.Location = new System.Drawing.Point(454, 537);
  233. this.btn_CreateRole.Margin = new System.Windows.Forms.Padding(4);
  234. this.btn_CreateRole.Name = "btn_CreateRole";
  235. this.btn_CreateRole.Size = new System.Drawing.Size(192, 74);
  236. this.btn_CreateRole.TabIndex = 7;
  237. this.btn_CreateRole.Text = "创建角色";
  238. this.btn_CreateRole.UseVisualStyleBackColor = true;
  239. this.btn_CreateRole.Click += new System.EventHandler(this.btn_CreateRole_Click);
  240. //
  241. // FormRoles
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.ClientSize = new System.Drawing.Size(1252, 692);
  246. this.Controls.Add(this.tabControl1);
  247. this.Margin = new System.Windows.Forms.Padding(4);
  248. this.Name = "FormRoles";
  249. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  250. this.Text = "FormCreateRole";
  251. this.tabControl1.ResumeLayout(false);
  252. this.tabPage_SelectRole.ResumeLayout(false);
  253. this.tabPage_CreateRole.ResumeLayout(false);
  254. this.tabPage_CreateRole.PerformLayout();
  255. this.ResumeLayout(false);
  256. }
  257. #endregion
  258. private System.Windows.Forms.ComboBox combo_Pro;
  259. private System.Windows.Forms.Label label1;
  260. private System.Windows.Forms.TextBox txt_RoleName;
  261. private System.Windows.Forms.Label label2;
  262. private System.Windows.Forms.Button btn_RandomName;
  263. private System.Windows.Forms.ListView list_Roles;
  264. private System.Windows.Forms.TabControl tabControl1;
  265. private System.Windows.Forms.TabPage tabPage_SelectRole;
  266. private System.Windows.Forms.TabPage tabPage_CreateRole;
  267. private System.Windows.Forms.Button btn_Enter;
  268. private System.Windows.Forms.Button btn_CreateRole;
  269. private System.Windows.Forms.ColumnHeader columnHeader1;
  270. private System.Windows.Forms.ColumnHeader columnHeader2;
  271. private System.Windows.Forms.ColumnHeader columnHeader3;
  272. private System.Windows.Forms.ColumnHeader columnHeader4;
  273. private System.Windows.Forms.ColumnHeader columnHeader5;
  274. private System.Windows.Forms.Panel panel1;
  275. private System.Windows.Forms.ColumnHeader columnHeader6;
  276. }
  277. }