⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmcommontask.designer.cs

📁 三国群英传7场景修改器 源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.panelRange.Controls.Add(this.txtMinValue);
            this.panelRange.Controls.Add(this.label6);
            this.panelRange.Location = new System.Drawing.Point(25, 180);
            this.panelRange.Name = "panelRange";
            this.panelRange.Size = new System.Drawing.Size(388, 35);
            this.panelRange.TabIndex = 13;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(5, 11);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "随机范围:";
            // 
            // txtMaxValue
            // 
            this.txtMaxValue.Location = new System.Drawing.Point(253, 5);
            this.txtMaxValue.Name = "txtMaxValue";
            this.txtMaxValue.Size = new System.Drawing.Size(128, 21);
            this.txtMaxValue.TabIndex = 12;
            // 
            // txtMinValue
            // 
            this.txtMinValue.Location = new System.Drawing.Point(89, 5);
            this.txtMinValue.Name = "txtMinValue";
            this.txtMinValue.Size = new System.Drawing.Size(117, 21);
            this.txtMinValue.TabIndex = 10;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(212, 5);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 12);
            this.label6.TabIndex = 11;
            this.label6.Text = "_____";
            // 
            // rbNotNull
            // 
            this.rbNotNull.AutoSize = true;
            this.rbNotNull.Checked = true;
            this.rbNotNull.Location = new System.Drawing.Point(299, 71);
            this.rbNotNull.Name = "rbNotNull";
            this.rbNotNull.Size = new System.Drawing.Size(155, 16);
            this.rbNotNull.TabIndex = 8;
            this.rbNotNull.TabStop = true;
            this.rbNotNull.Text = "范围内原值不为空时修改";
            this.rbNotNull.UseVisualStyleBackColor = true;
            // 
            // rbNull
            // 
            this.rbNull.AutoSize = true;
            this.rbNull.Location = new System.Drawing.Point(150, 71);
            this.rbNull.Name = "rbNull";
            this.rbNull.Size = new System.Drawing.Size(143, 16);
            this.rbNull.TabIndex = 7;
            this.rbNull.Text = "范围内原值为空时修改";
            this.rbNull.UseVisualStyleBackColor = true;
            // 
            // rbAll
            // 
            this.rbAll.AutoSize = true;
            this.rbAll.Location = new System.Drawing.Point(30, 71);
            this.rbAll.Name = "rbAll";
            this.rbAll.Size = new System.Drawing.Size(107, 16);
            this.rbAll.TabIndex = 6;
            this.rbAll.Text = "修改范围内全部";
            this.rbAll.UseVisualStyleBackColor = true;
            // 
            // txtValue
            // 
            this.txtValue.Location = new System.Drawing.Point(114, 155);
            this.txtValue.Name = "txtValue";
            this.txtValue.Size = new System.Drawing.Size(292, 21);
            this.txtValue.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(30, 161);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(35, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "数值:";
            // 
            // cmbUpdateMethod
            // 
            this.cmbUpdateMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbUpdateMethod.FormattingEnabled = true;
            this.cmbUpdateMethod.Items.AddRange(new object[] {
            "",
            "=",
            "+",
            "-",
            "*",
            "/",
            "Rand+",
            "Rand%",
            "RandRange",
            "RandCustom"});
            this.cmbUpdateMethod.Location = new System.Drawing.Point(114, 127);
            this.cmbUpdateMethod.Name = "cmbUpdateMethod";
            this.cmbUpdateMethod.Size = new System.Drawing.Size(79, 20);
            this.cmbUpdateMethod.TabIndex = 3;
            this.cmbUpdateMethod.SelectedValueChanged += new System.EventHandler(this.cmbUpdateMethod_SelectedValueChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 132);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "修改方式:";
            // 
            // cmbColumns
            // 
            this.cmbColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbColumns.FormattingEnabled = true;
            this.cmbColumns.Location = new System.Drawing.Point(114, 99);
            this.cmbColumns.Name = "cmbColumns";
            this.cmbColumns.Size = new System.Drawing.Size(219, 20);
            this.cmbColumns.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(30, 103);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(23, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "列:";
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.panel2.Controls.Add(this.btnCancel);
            this.panel2.Controls.Add(this.btnOK);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 358);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(509, 37);
            this.panel2.TabIndex = 7;
            // 
            // FrmCommonTask
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(509, 395);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.HelpButton = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmCommonTask";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "通用任务";
            this.Load += new System.EventHandler(this.FrmCommonTask_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panelCustom.ResumeLayout(false);
            this.panelCustom.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panelRange.ResumeLayout(false);
            this.panelRange.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cmbColumns;
        private System.Windows.Forms.ComboBox cmbUpdateMethod;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtValue;
        private System.Windows.Forms.RadioButton rbNull;
        private System.Windows.Forms.RadioButton rbAll;
        private System.Windows.Forms.RadioButton rbNotNull;
        private System.Windows.Forms.TextBox txtMaxValue;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtMinValue;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Panel panelRange;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtModifyMax;
        private System.Windows.Forms.TextBox txtModifyMin;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Panel panelCustom;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtCustom;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -