1 Star 0 Fork 0

Yongbo/winauth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ShowRestoreCodeForm.Designer.cs 6.36 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright (C) 2010 Colin Mackie.
* This software is distributed under the terms of the GNU General Public License.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace WinAuth
{
partial class ShowRestoreCodeForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowRestoreCodeForm));
this.allowCopyCheckBox = new MetroFramework.Controls.MetroCheckBox();
this.serialNumberField = new WinAuth.SecretTextBox();
this.label1 = new MetroFramework.Controls.MetroLabel();
this.restoreCodeField = new WinAuth.SecretTextBox();
this.label2 = new MetroFramework.Controls.MetroLabel();
this.label4 = new MetroFramework.Controls.MetroLabel();
this.btnClose = new MetroFramework.Controls.MetroButton();
this.SuspendLayout();
//
// allowCopyCheckBox
//
this.allowCopyCheckBox.AutoSize = true;
this.allowCopyCheckBox.Location = new System.Drawing.Point(376, 274);
this.allowCopyCheckBox.Name = "allowCopyCheckBox";
this.allowCopyCheckBox.Size = new System.Drawing.Size(77, 17);
this.allowCopyCheckBox.TabIndex = 4;
this.allowCopyCheckBox.Text = "Allow copy";
this.allowCopyCheckBox.CheckedChanged += new System.EventHandler(this.allowCopyCheckBox_CheckedChanged);
//
// serialNumberField
//
this.serialNumberField.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
this.serialNumberField.Location = new System.Drawing.Point(146, 268);
this.serialNumberField.Multiline = true;
this.serialNumberField.Name = "serialNumberField";
this.serialNumberField.SecretMode = false;
this.serialNumberField.Size = new System.Drawing.Size(224, 30);
this.serialNumberField.SpaceOut = 0;
this.serialNumberField.TabIndex = 2;
//
// label1
//
this.label1.Location = new System.Drawing.Point(23, 272);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(118, 19);
this.label1.TabIndex = 1;
this.label1.Text = "Serial Number";
//
// restoreCodeField
//
this.restoreCodeField.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
this.restoreCodeField.Location = new System.Drawing.Point(146, 305);
this.restoreCodeField.Multiline = true;
this.restoreCodeField.Name = "restoreCodeField";
this.restoreCodeField.SecretMode = false;
this.restoreCodeField.Size = new System.Drawing.Size(224, 30);
this.restoreCodeField.SpaceOut = 0;
this.restoreCodeField.TabIndex = 2;
//
// label2
//
this.label2.Location = new System.Drawing.Point(23, 310);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(118, 19);
this.label2.TabIndex = 1;
this.label2.Text = "Restore Code";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.Location = new System.Drawing.Point(23, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(451, 205);
this.label4.TabIndex = 1;
this.label4.Text = resources.GetString("label4.Text");
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnClose.Location = new System.Drawing.Point(399, 353);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "Close";
this.btnClose.UseSelectable = true;
//
// ShowRestoreCodeForm
//
this.AcceptButton = this.btnClose;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(497, 399);
this.Controls.Add(this.allowCopyCheckBox);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.serialNumberField);
this.Controls.Add(this.label1);
this.Controls.Add(this.restoreCodeField);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Name = "ShowRestoreCodeForm";
this.Resizable = false;
this.ShowIcon = false;
this.Text = "Battle.net Restore Code";
this.Load += new System.EventHandler(this.ShowRestoreCodeForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MetroFramework.Controls.MetroButton btnClose;
private MetroFramework.Controls.MetroLabel label4;
private SecretTextBox restoreCodeField;
private MetroFramework.Controls.MetroLabel label2;
private SecretTextBox serialNumberField;
private MetroFramework.Controls.MetroLabel label1;
private MetroFramework.Controls.MetroCheckBox allowCopyCheckBox;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YongboZhu/winauth.git
git@gitee.com:YongboZhu/winauth.git
YongboZhu
winauth
winauth
master

搜索帮助