namespace XmdsBattleClientWin32.Func { partial class FormTC { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tools = new System.Windows.Forms.ToolStrip(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.list_Result = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.prop_ItemInfo = new CommonFroms.G2D.DataGrid.G2DPropertyGrid(); this.txt_Code = new System.Windows.Forms.ComboBox(); this.btn_Output = new System.Windows.Forms.Button(); this.btn_Clear = new System.Windows.Forms.Button(); this.btn_Copy = new System.Windows.Forms.Button(); this.btn_Execute = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txt_Server = new System.Windows.Forms.TextBox(); this.txt_Level = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.num_Count = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.num_Count)).BeginInit(); this.SuspendLayout(); // // tools // this.tools.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tools.Location = new System.Drawing.Point(0, 0); this.tools.Name = "tools"; this.tools.Size = new System.Drawing.Size(1094, 25); this.tools.TabIndex = 0; this.tools.Text = "tools"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.list_Result); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1094, 754); this.splitContainer1.SplitterDistance = 708; this.splitContainer1.TabIndex = 1; // // list_Result // this.list_Result.AutoArrange = false; this.list_Result.BackColor = System.Drawing.Color.Black; this.list_Result.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4, this.columnHeader5}); this.list_Result.Cursor = System.Windows.Forms.Cursors.Default; this.list_Result.Dock = System.Windows.Forms.DockStyle.Fill; this.list_Result.ForeColor = System.Drawing.Color.White; this.list_Result.FullRowSelect = true; this.list_Result.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.list_Result.HideSelection = false; this.list_Result.LabelWrap = false; this.list_Result.Location = new System.Drawing.Point(0, 0); this.list_Result.Name = "list_Result"; this.list_Result.ShowGroups = false; this.list_Result.ShowItemToolTips = true; this.list_Result.Size = new System.Drawing.Size(708, 754); this.list_Result.TabIndex = 0; this.list_Result.UseCompatibleStateImageBehavior = false; this.list_Result.View = System.Windows.Forms.View.Details; this.list_Result.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.list_Result_ItemSelectionChanged); this.list_Result.MouseCaptureChanged += new System.EventHandler(this.list_Result_MouseCaptureChanged); this.list_Result.MouseHover += new System.EventHandler(this.list_Result_MouseHover); this.list_Result.MouseMove += new System.Windows.Forms.MouseEventHandler(this.list_Result_MouseMove); // // columnHeader1 // this.columnHeader1.Text = " "; this.columnHeader1.Width = 185; // // columnHeader2 // this.columnHeader2.Text = "Name"; this.columnHeader2.Width = 138; // // columnHeader3 // this.columnHeader3.Text = "Count"; this.columnHeader3.Width = 64; // // columnHeader4 // this.columnHeader4.Text = "Code"; this.columnHeader4.Width = 166; // // columnHeader5 // this.columnHeader5.Text = "Star"; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.prop_ItemInfo); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.txt_Code); this.splitContainer2.Panel2.Controls.Add(this.btn_Output); this.splitContainer2.Panel2.Controls.Add(this.btn_Clear); this.splitContainer2.Panel2.Controls.Add(this.btn_Copy); this.splitContainer2.Panel2.Controls.Add(this.btn_Execute); this.splitContainer2.Panel2.Controls.Add(this.label5); this.splitContainer2.Panel2.Controls.Add(this.txt_Server); this.splitContainer2.Panel2.Controls.Add(this.txt_Level); this.splitContainer2.Panel2.Controls.Add(this.label4); this.splitContainer2.Panel2.Controls.Add(this.num_Count); this.splitContainer2.Panel2.Controls.Add(this.label3); this.splitContainer2.Panel2.Controls.Add(this.label1); this.splitContainer2.Panel2.Controls.Add(this.label2); this.splitContainer2.Size = new System.Drawing.Size(382, 754); this.splitContainer2.SplitterDistance = 535; this.splitContainer2.TabIndex = 12; // // prop_ItemInfo // this.prop_ItemInfo.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.prop_ItemInfo.DescriptionAreaHeight = 81; this.prop_ItemInfo.DescriptionAreaLineCount = 5; this.prop_ItemInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.prop_ItemInfo.ImeMode = System.Windows.Forms.ImeMode.On; this.prop_ItemInfo.Location = new System.Drawing.Point(0, 0); this.prop_ItemInfo.MinDescriptionAreaLineCount = 5; this.prop_ItemInfo.Name = "prop_ItemInfo"; this.prop_ItemInfo.Size = new System.Drawing.Size(382, 535); this.prop_ItemInfo.TabIndex = 0; // // txt_Code // this.txt_Code.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txt_Code.FormattingEnabled = true; this.txt_Code.Location = new System.Drawing.Point(100, 44); this.txt_Code.Name = "txt_Code"; this.txt_Code.Size = new System.Drawing.Size(265, 20); this.txt_Code.TabIndex = 15; this.txt_Code.Text = "1(Item)"; // // btn_Output // this.btn_Output.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Output.Location = new System.Drawing.Point(100, 177); this.btn_Output.Name = "btn_Output"; this.btn_Output.Size = new System.Drawing.Size(75, 22); this.btn_Output.TabIndex = 14; this.btn_Output.Text = "输出"; this.btn_Output.UseVisualStyleBackColor = true; this.btn_Output.Click += new System.EventHandler(this.btn_Output_Click); // // btn_Clear // this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Clear.Location = new System.Drawing.Point(181, 177); this.btn_Clear.Name = "btn_Clear"; this.btn_Clear.Size = new System.Drawing.Size(75, 22); this.btn_Clear.TabIndex = 13; this.btn_Clear.Text = "清除"; this.btn_Clear.UseVisualStyleBackColor = true; this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); // // btn_Copy // this.btn_Copy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Copy.Location = new System.Drawing.Point(19, 177); this.btn_Copy.Name = "btn_Copy"; this.btn_Copy.Size = new System.Drawing.Size(75, 22); this.btn_Copy.TabIndex = 12; this.btn_Copy.Text = "复制"; this.btn_Copy.UseVisualStyleBackColor = true; this.btn_Copy.Click += new System.EventHandler(this.btn_Copy_Click); // // btn_Execute // this.btn_Execute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Execute.Location = new System.Drawing.Point(290, 166); this.btn_Execute.Name = "btn_Execute"; this.btn_Execute.Size = new System.Drawing.Size(75, 33); this.btn_Execute.TabIndex = 3; this.btn_Execute.Text = "执行"; this.btn_Execute.UseVisualStyleBackColor = true; this.btn_Execute.Click += new System.EventHandler(this.btn_Execute_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(41, 101); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 11; this.label5.Text = "服务器:"; // // txt_Server // this.txt_Server.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txt_Server.Location = new System.Drawing.Point(100, 98); this.txt_Server.Name = "txt_Server"; this.txt_Server.ReadOnly = true; this.txt_Server.Size = new System.Drawing.Size(265, 21); this.txt_Server.TabIndex = 10; this.txt_Server.Text = "1"; // // txt_Level // this.txt_Level.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txt_Level.Location = new System.Drawing.Point(100, 71); this.txt_Level.Name = "txt_Level"; this.txt_Level.Size = new System.Drawing.Size(265, 21); this.txt_Level.TabIndex = 1; this.txt_Level.Text = "1"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Blue; this.label4.Location = new System.Drawing.Point(98, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 12); this.label4.TabIndex = 8; this.label4.Text = "测试前注意更新脚本"; // // num_Count // this.num_Count.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.num_Count.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.num_Count.Location = new System.Drawing.Point(100, 125); this.num_Count.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.num_Count.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.num_Count.Name = "num_Count"; this.num_Count.Size = new System.Drawing.Size(120, 21); this.num_Count.TabIndex = 2; this.num_Count.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(29, 127); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 7; this.label3.Text = "执行次数:"; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(41, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 5; this.label1.Text = "TC代码:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(29, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 6; this.label2.Text = "掉落等级:"; // // FormTC // this.AcceptButton = this.btn_Execute; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1094, 779); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.tools); this.Name = "FormTC"; this.Text = "FormTC"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.num_Count)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip tools; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.NumericUpDown num_Count; private System.Windows.Forms.TextBox txt_Level; private System.Windows.Forms.Button btn_Execute; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txt_Server; private System.Windows.Forms.ListView list_Result; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.SplitContainer splitContainer2; private CommonFroms.G2D.DataGrid.G2DPropertyGrid prop_ItemInfo; private System.Windows.Forms.Button btn_Output; private System.Windows.Forms.Button btn_Clear; private System.Windows.Forms.Button btn_Copy; private System.Windows.Forms.ComboBox txt_Code; } }