FormTC.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace XmdsBattleClientWin32.Func
  2. {
  3. partial class FormTC
  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.tools = new System.Windows.Forms.ToolStrip();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.list_Result = new System.Windows.Forms.ListView();
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  37. this.prop_ItemInfo = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  38. this.txt_Code = new System.Windows.Forms.ComboBox();
  39. this.btn_Output = new System.Windows.Forms.Button();
  40. this.btn_Clear = new System.Windows.Forms.Button();
  41. this.btn_Copy = new System.Windows.Forms.Button();
  42. this.btn_Execute = new System.Windows.Forms.Button();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.txt_Server = new System.Windows.Forms.TextBox();
  45. this.txt_Level = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.num_Count = new System.Windows.Forms.NumericUpDown();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  52. this.splitContainer1.Panel1.SuspendLayout();
  53. this.splitContainer1.Panel2.SuspendLayout();
  54. this.splitContainer1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  56. this.splitContainer2.Panel1.SuspendLayout();
  57. this.splitContainer2.Panel2.SuspendLayout();
  58. this.splitContainer2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.num_Count)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tools
  63. //
  64. this.tools.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  65. this.tools.Location = new System.Drawing.Point(0, 0);
  66. this.tools.Name = "tools";
  67. this.tools.Size = new System.Drawing.Size(1094, 25);
  68. this.tools.TabIndex = 0;
  69. this.tools.Text = "tools";
  70. //
  71. // splitContainer1
  72. //
  73. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  75. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  76. this.splitContainer1.Name = "splitContainer1";
  77. //
  78. // splitContainer1.Panel1
  79. //
  80. this.splitContainer1.Panel1.Controls.Add(this.list_Result);
  81. //
  82. // splitContainer1.Panel2
  83. //
  84. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  85. this.splitContainer1.Size = new System.Drawing.Size(1094, 754);
  86. this.splitContainer1.SplitterDistance = 708;
  87. this.splitContainer1.TabIndex = 1;
  88. //
  89. // list_Result
  90. //
  91. this.list_Result.AutoArrange = false;
  92. this.list_Result.BackColor = System.Drawing.Color.Black;
  93. this.list_Result.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  94. this.columnHeader1,
  95. this.columnHeader2,
  96. this.columnHeader3,
  97. this.columnHeader4,
  98. this.columnHeader5});
  99. this.list_Result.Cursor = System.Windows.Forms.Cursors.Default;
  100. this.list_Result.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.list_Result.ForeColor = System.Drawing.Color.White;
  102. this.list_Result.FullRowSelect = true;
  103. this.list_Result.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  104. this.list_Result.HideSelection = false;
  105. this.list_Result.LabelWrap = false;
  106. this.list_Result.Location = new System.Drawing.Point(0, 0);
  107. this.list_Result.Name = "list_Result";
  108. this.list_Result.ShowGroups = false;
  109. this.list_Result.ShowItemToolTips = true;
  110. this.list_Result.Size = new System.Drawing.Size(708, 754);
  111. this.list_Result.TabIndex = 0;
  112. this.list_Result.UseCompatibleStateImageBehavior = false;
  113. this.list_Result.View = System.Windows.Forms.View.Details;
  114. this.list_Result.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.list_Result_ItemSelectionChanged);
  115. this.list_Result.MouseCaptureChanged += new System.EventHandler(this.list_Result_MouseCaptureChanged);
  116. this.list_Result.MouseHover += new System.EventHandler(this.list_Result_MouseHover);
  117. this.list_Result.MouseMove += new System.Windows.Forms.MouseEventHandler(this.list_Result_MouseMove);
  118. //
  119. // columnHeader1
  120. //
  121. this.columnHeader1.Text = " ";
  122. this.columnHeader1.Width = 185;
  123. //
  124. // columnHeader2
  125. //
  126. this.columnHeader2.Text = "Name";
  127. this.columnHeader2.Width = 138;
  128. //
  129. // columnHeader3
  130. //
  131. this.columnHeader3.Text = "Count";
  132. this.columnHeader3.Width = 64;
  133. //
  134. // columnHeader4
  135. //
  136. this.columnHeader4.Text = "Code";
  137. this.columnHeader4.Width = 166;
  138. //
  139. // columnHeader5
  140. //
  141. this.columnHeader5.Text = "Star";
  142. //
  143. // splitContainer2
  144. //
  145. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  147. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  148. this.splitContainer2.Name = "splitContainer2";
  149. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  150. //
  151. // splitContainer2.Panel1
  152. //
  153. this.splitContainer2.Panel1.Controls.Add(this.prop_ItemInfo);
  154. //
  155. // splitContainer2.Panel2
  156. //
  157. this.splitContainer2.Panel2.Controls.Add(this.txt_Code);
  158. this.splitContainer2.Panel2.Controls.Add(this.btn_Output);
  159. this.splitContainer2.Panel2.Controls.Add(this.btn_Clear);
  160. this.splitContainer2.Panel2.Controls.Add(this.btn_Copy);
  161. this.splitContainer2.Panel2.Controls.Add(this.btn_Execute);
  162. this.splitContainer2.Panel2.Controls.Add(this.label5);
  163. this.splitContainer2.Panel2.Controls.Add(this.txt_Server);
  164. this.splitContainer2.Panel2.Controls.Add(this.txt_Level);
  165. this.splitContainer2.Panel2.Controls.Add(this.label4);
  166. this.splitContainer2.Panel2.Controls.Add(this.num_Count);
  167. this.splitContainer2.Panel2.Controls.Add(this.label3);
  168. this.splitContainer2.Panel2.Controls.Add(this.label1);
  169. this.splitContainer2.Panel2.Controls.Add(this.label2);
  170. this.splitContainer2.Size = new System.Drawing.Size(382, 754);
  171. this.splitContainer2.SplitterDistance = 535;
  172. this.splitContainer2.TabIndex = 12;
  173. //
  174. // prop_ItemInfo
  175. //
  176. this.prop_ItemInfo.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  177. this.prop_ItemInfo.DescriptionAreaHeight = 81;
  178. this.prop_ItemInfo.DescriptionAreaLineCount = 5;
  179. this.prop_ItemInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.prop_ItemInfo.ImeMode = System.Windows.Forms.ImeMode.On;
  181. this.prop_ItemInfo.Location = new System.Drawing.Point(0, 0);
  182. this.prop_ItemInfo.MinDescriptionAreaLineCount = 5;
  183. this.prop_ItemInfo.Name = "prop_ItemInfo";
  184. this.prop_ItemInfo.Size = new System.Drawing.Size(382, 535);
  185. this.prop_ItemInfo.TabIndex = 0;
  186. //
  187. // txt_Code
  188. //
  189. this.txt_Code.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  190. this.txt_Code.FormattingEnabled = true;
  191. this.txt_Code.Location = new System.Drawing.Point(100, 44);
  192. this.txt_Code.Name = "txt_Code";
  193. this.txt_Code.Size = new System.Drawing.Size(265, 20);
  194. this.txt_Code.TabIndex = 15;
  195. this.txt_Code.Text = "1(Item)";
  196. //
  197. // btn_Output
  198. //
  199. this.btn_Output.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btn_Output.Location = new System.Drawing.Point(100, 177);
  201. this.btn_Output.Name = "btn_Output";
  202. this.btn_Output.Size = new System.Drawing.Size(75, 22);
  203. this.btn_Output.TabIndex = 14;
  204. this.btn_Output.Text = "输出";
  205. this.btn_Output.UseVisualStyleBackColor = true;
  206. this.btn_Output.Click += new System.EventHandler(this.btn_Output_Click);
  207. //
  208. // btn_Clear
  209. //
  210. this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  211. this.btn_Clear.Location = new System.Drawing.Point(181, 177);
  212. this.btn_Clear.Name = "btn_Clear";
  213. this.btn_Clear.Size = new System.Drawing.Size(75, 22);
  214. this.btn_Clear.TabIndex = 13;
  215. this.btn_Clear.Text = "清除";
  216. this.btn_Clear.UseVisualStyleBackColor = true;
  217. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  218. //
  219. // btn_Copy
  220. //
  221. this.btn_Copy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btn_Copy.Location = new System.Drawing.Point(19, 177);
  223. this.btn_Copy.Name = "btn_Copy";
  224. this.btn_Copy.Size = new System.Drawing.Size(75, 22);
  225. this.btn_Copy.TabIndex = 12;
  226. this.btn_Copy.Text = "复制";
  227. this.btn_Copy.UseVisualStyleBackColor = true;
  228. this.btn_Copy.Click += new System.EventHandler(this.btn_Copy_Click);
  229. //
  230. // btn_Execute
  231. //
  232. this.btn_Execute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  233. this.btn_Execute.Location = new System.Drawing.Point(290, 166);
  234. this.btn_Execute.Name = "btn_Execute";
  235. this.btn_Execute.Size = new System.Drawing.Size(75, 33);
  236. this.btn_Execute.TabIndex = 3;
  237. this.btn_Execute.Text = "执行";
  238. this.btn_Execute.UseVisualStyleBackColor = true;
  239. this.btn_Execute.Click += new System.EventHandler(this.btn_Execute_Click);
  240. //
  241. // label5
  242. //
  243. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  244. this.label5.AutoSize = true;
  245. this.label5.Location = new System.Drawing.Point(41, 101);
  246. this.label5.Name = "label5";
  247. this.label5.Size = new System.Drawing.Size(53, 12);
  248. this.label5.TabIndex = 11;
  249. this.label5.Text = "服务器:";
  250. //
  251. // txt_Server
  252. //
  253. this.txt_Server.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  254. this.txt_Server.Location = new System.Drawing.Point(100, 98);
  255. this.txt_Server.Name = "txt_Server";
  256. this.txt_Server.ReadOnly = true;
  257. this.txt_Server.Size = new System.Drawing.Size(265, 21);
  258. this.txt_Server.TabIndex = 10;
  259. this.txt_Server.Text = "1";
  260. //
  261. // txt_Level
  262. //
  263. this.txt_Level.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  264. this.txt_Level.Location = new System.Drawing.Point(100, 71);
  265. this.txt_Level.Name = "txt_Level";
  266. this.txt_Level.Size = new System.Drawing.Size(265, 21);
  267. this.txt_Level.TabIndex = 1;
  268. this.txt_Level.Text = "1";
  269. //
  270. // label4
  271. //
  272. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  273. this.label4.AutoSize = true;
  274. this.label4.ForeColor = System.Drawing.Color.Blue;
  275. this.label4.Location = new System.Drawing.Point(98, 20);
  276. this.label4.Name = "label4";
  277. this.label4.Size = new System.Drawing.Size(113, 12);
  278. this.label4.TabIndex = 8;
  279. this.label4.Text = "测试前注意更新脚本";
  280. //
  281. // num_Count
  282. //
  283. this.num_Count.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  284. this.num_Count.Increment = new decimal(new int[] {
  285. 10,
  286. 0,
  287. 0,
  288. 0});
  289. this.num_Count.Location = new System.Drawing.Point(100, 125);
  290. this.num_Count.Maximum = new decimal(new int[] {
  291. 1000000,
  292. 0,
  293. 0,
  294. 0});
  295. this.num_Count.Minimum = new decimal(new int[] {
  296. 1,
  297. 0,
  298. 0,
  299. 0});
  300. this.num_Count.Name = "num_Count";
  301. this.num_Count.Size = new System.Drawing.Size(120, 21);
  302. this.num_Count.TabIndex = 2;
  303. this.num_Count.Value = new decimal(new int[] {
  304. 10,
  305. 0,
  306. 0,
  307. 0});
  308. //
  309. // label3
  310. //
  311. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  312. this.label3.AutoSize = true;
  313. this.label3.Location = new System.Drawing.Point(29, 127);
  314. this.label3.Name = "label3";
  315. this.label3.Size = new System.Drawing.Size(65, 12);
  316. this.label3.TabIndex = 7;
  317. this.label3.Text = "执行次数:";
  318. //
  319. // label1
  320. //
  321. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  322. this.label1.AutoSize = true;
  323. this.label1.Location = new System.Drawing.Point(41, 47);
  324. this.label1.Name = "label1";
  325. this.label1.Size = new System.Drawing.Size(53, 12);
  326. this.label1.TabIndex = 5;
  327. this.label1.Text = "TC代码:";
  328. //
  329. // label2
  330. //
  331. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  332. this.label2.AutoSize = true;
  333. this.label2.Location = new System.Drawing.Point(29, 74);
  334. this.label2.Name = "label2";
  335. this.label2.Size = new System.Drawing.Size(65, 12);
  336. this.label2.TabIndex = 6;
  337. this.label2.Text = "掉落等级:";
  338. //
  339. // FormTC
  340. //
  341. this.AcceptButton = this.btn_Execute;
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(1094, 779);
  345. this.Controls.Add(this.splitContainer1);
  346. this.Controls.Add(this.tools);
  347. this.Name = "FormTC";
  348. this.Text = "FormTC";
  349. this.splitContainer1.Panel1.ResumeLayout(false);
  350. this.splitContainer1.Panel2.ResumeLayout(false);
  351. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  352. this.splitContainer1.ResumeLayout(false);
  353. this.splitContainer2.Panel1.ResumeLayout(false);
  354. this.splitContainer2.Panel2.ResumeLayout(false);
  355. this.splitContainer2.Panel2.PerformLayout();
  356. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  357. this.splitContainer2.ResumeLayout(false);
  358. ((System.ComponentModel.ISupportInitialize)(this.num_Count)).EndInit();
  359. this.ResumeLayout(false);
  360. this.PerformLayout();
  361. }
  362. #endregion
  363. private System.Windows.Forms.ToolStrip tools;
  364. private System.Windows.Forms.SplitContainer splitContainer1;
  365. private System.Windows.Forms.NumericUpDown num_Count;
  366. private System.Windows.Forms.TextBox txt_Level;
  367. private System.Windows.Forms.Button btn_Execute;
  368. private System.Windows.Forms.Label label2;
  369. private System.Windows.Forms.Label label1;
  370. private System.Windows.Forms.Label label3;
  371. private System.Windows.Forms.Label label4;
  372. private System.Windows.Forms.Label label5;
  373. private System.Windows.Forms.TextBox txt_Server;
  374. private System.Windows.Forms.ListView list_Result;
  375. private System.Windows.Forms.ColumnHeader columnHeader1;
  376. private System.Windows.Forms.ColumnHeader columnHeader2;
  377. private System.Windows.Forms.ColumnHeader columnHeader3;
  378. private System.Windows.Forms.ColumnHeader columnHeader4;
  379. private System.Windows.Forms.ColumnHeader columnHeader5;
  380. private System.Windows.Forms.SplitContainer splitContainer2;
  381. private CommonFroms.G2D.DataGrid.G2DPropertyGrid prop_ItemInfo;
  382. private System.Windows.Forms.Button btn_Output;
  383. private System.Windows.Forms.Button btn_Clear;
  384. private System.Windows.Forms.Button btn_Copy;
  385. private System.Windows.Forms.ComboBox txt_Code;
  386. }
  387. }