1 Star 1 Fork 0

wkgd/MethodBox Living Account

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Logout.Designer.cs 6.90 KB
一键复制 编辑 原始数据 按行查看 历史
MethodBox 提交于 2021-08-05 13:15 . 推送最新版本
namespace MethodBox_Living_Account
{
partial class Logout
{
/// <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.uiMarkLabel1 = new Sunny.UI.UIMarkLabel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
this.uiButton1 = new Sunny.UI.UIButton();
this.SuspendLayout();
//
// uiMarkLabel1
//
this.uiMarkLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiMarkLabel1.Location = new System.Drawing.Point(1, 2);
this.uiMarkLabel1.MarkSize = 7;
this.uiMarkLabel1.Name = "uiMarkLabel1";
this.uiMarkLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.uiMarkLabel1.Size = new System.Drawing.Size(427, 46);
this.uiMarkLabel1.TabIndex = 0;
this.uiMarkLabel1.Text = "MethodBox Living Account 反激活";
this.uiMarkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 11F);
this.uiLabel1.Location = new System.Drawing.Point(21, 64);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(377, 33);
this.uiLabel1.TabIndex = 1;
this.uiLabel1.Text = "该操作将会移除您的所有激活数据!";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 11F);
this.uiLabel2.Location = new System.Drawing.Point(57, 108);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(294, 33);
this.uiLabel2.TabIndex = 2;
this.uiLabel2.Text = "并且无法返还您的注册码!";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiCheckBox1
//
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiCheckBox1.Location = new System.Drawing.Point(103, 164);
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiCheckBox1.Size = new System.Drawing.Size(190, 29);
this.uiCheckBox1.TabIndex = 3;
this.uiCheckBox1.Text = "我确认反激活";
this.uiCheckBox1.CheckedChanged += new System.EventHandler(this.uiCheckBox1_CheckedChanged);
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
this.uiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(226)))), ((int)(((byte)(137)))));
this.uiButton1.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(137)))));
this.uiButton1.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(137)))));
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.uiButton1.ForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.uiButton1.ForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.uiButton1.ForeSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.uiButton1.Location = new System.Drawing.Point(-4, 233);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(144)))), ((int)(((byte)(151)))));
this.uiButton1.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(201)))), ((int)(((byte)(88)))));
this.uiButton1.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(118)))), ((int)(((byte)(43)))));
this.uiButton1.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(118)))), ((int)(((byte)(43)))));
this.uiButton1.Size = new System.Drawing.Size(432, 35);
this.uiButton1.Style = Sunny.UI.UIStyle.Office2010Silver;
this.uiButton1.TabIndex = 4;
this.uiButton1.Text = "反激活";
//
// Logout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(425, 265);
this.Controls.Add(this.uiButton1);
this.Controls.Add(this.uiCheckBox1);
this.Controls.Add(this.uiLabel2);
this.Controls.Add(this.uiLabel1);
this.Controls.Add(this.uiMarkLabel1);
this.Name = "Logout";
this.Text = "反激活工具";
this.Load += new System.EventHandler(this.Logout_Load);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIMarkLabel uiMarkLabel1;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UICheckBox uiCheckBox1;
private Sunny.UI.UIButton uiButton1;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wkgd/method-box-living-account.git
git@gitee.com:wkgd/method-box-living-account.git
wkgd
method-box-living-account
MethodBox Living Account
master

搜索帮助