namespace PatchNumericUpDown { partial class PocForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.MainNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.SetButton = new System.Windows.Forms.Button(); this.PatchButton = new System.Windows.Forms.Button(); this.UnPatchButton = new System.Windows.Forms.Button(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.MainNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // MainNumericUpDown // this.MainNumericUpDown.Hexadecimal = true; this.MainNumericUpDown.Location = new System.Drawing.Point(12, 12); this.MainNumericUpDown.Maximum = new decimal(new int[] { 0, 1, 0, 0}); this.MainNumericUpDown.Name = "MainNumericUpDown"; this.MainNumericUpDown.Size = new System.Drawing.Size(77, 21); this.MainNumericUpDown.TabIndex = 0; // // SetButton // this.SetButton.Location = new System.Drawing.Point(95, 12); this.SetButton.Name = "SetButton"; this.SetButton.Size = new System.Drawing.Size(110, 21); this.SetButton.TabIndex = 1; this.SetButton.Text = "Set 7FFFFFFF"; this.SetButton.UseVisualStyleBackColor = true; this.SetButton.Click += new System.EventHandler(this.SetButton_Click); // // PatchButton // this.PatchButton.Location = new System.Drawing.Point(154, 39); this.PatchButton.Name = "PatchButton"; this.PatchButton.Size = new System.Drawing.Size(51, 21); this.PatchButton.TabIndex = 1; this.PatchButton.Text = "Patch"; this.PatchButton.UseVisualStyleBackColor = true; this.PatchButton.Click += new System.EventHandler(this.PatchButton_Click); // // UnPatchButton // this.UnPatchButton.Location = new System.Drawing.Point(95, 39); this.UnPatchButton.Name = "UnPatchButton"; this.UnPatchButton.Size = new System.Drawing.Size(53, 21); this.UnPatchButton.TabIndex = 1; this.UnPatchButton.Text = "UnPath"; this.UnPatchButton.UseVisualStyleBackColor = true; this.UnPatchButton.Click += new System.EventHandler(this.UnPatchButton_Click); // // numericUpDown1 // this.numericUpDown1.Hexadecimal = true; this.numericUpDown1.Location = new System.Drawing.Point(12, 39); this.numericUpDown1.Maximum = new decimal(new int[] { 0, 1, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(77, 21); this.numericUpDown1.TabIndex = 0; this.numericUpDown1.Value = new decimal(new int[] { 2147483647, 0, 0, 0}); // // PocForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(221, 68); this.Controls.Add(this.UnPatchButton); this.Controls.Add(this.PatchButton); this.Controls.Add(this.SetButton); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.MainNumericUpDown); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PocForm"; this.Text = "PatchNumericUpDown"; ((System.ComponentModel.ISupportInitialize)(this.MainNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NumericUpDown MainNumericUpDown; private System.Windows.Forms.Button SetButton; private System.Windows.Forms.Button PatchButton; private System.Windows.Forms.Button UnPatchButton; private System.Windows.Forms.NumericUpDown numericUpDown1; } }