using DPumpHydr.WinFrmUI.RLT;
|
using DPumpHydr.WinFrmUI.RLT.Controls;
|
|
namespace DPumpHydr.DesktopMain
|
{
|
partial class LoginFrm
|
{
|
/// <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(LoginFrm));
|
panel1 = new System.Windows.Forms.Panel();
|
materialButton1 = new MaterialButton();
|
materialButton2 = new MaterialButton();
|
nightControlBox1 = new NightControlBox();
|
hopePictureBox1 = new HopePictureBox();
|
hopeSwitch1 = new HopeSwitch();
|
dungeonLinkLabel1 = new DungeonLinkLabel();
|
hopeTextBox1 = new HopeTextBox();
|
materialLabel1 = new MaterialLabel();
|
hopeTextBox2 = new HopeTextBox();
|
parrotFormEllipse1 = new ParrotFormEllipse();
|
panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)hopePictureBox1).BeginInit();
|
SuspendLayout();
|
//
|
// panel1
|
//
|
panel1.BackColor = System.Drawing.Color.Transparent;
|
panel1.BackgroundImage = (System.Drawing.Image)resources.GetObject("panel1.BackgroundImage");
|
panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
panel1.Controls.Add(materialButton1);
|
panel1.Controls.Add(materialButton2);
|
panel1.Controls.Add(nightControlBox1);
|
panel1.Controls.Add(hopePictureBox1);
|
panel1.Controls.Add(hopeSwitch1);
|
panel1.Controls.Add(dungeonLinkLabel1);
|
panel1.Controls.Add(hopeTextBox1);
|
panel1.Controls.Add(materialLabel1);
|
panel1.Controls.Add(hopeTextBox2);
|
panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
panel1.Location = new System.Drawing.Point(0, 0);
|
panel1.Name = "panel1";
|
panel1.Size = new System.Drawing.Size(885, 473);
|
panel1.TabIndex = 0;
|
//
|
// materialButton1
|
//
|
materialButton1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
|
materialButton1.AutoSize = false;
|
materialButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
materialButton1.CharacterCasing = MaterialButton.CharacterCasingEnum.Normal;
|
materialButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
materialButton1.Density = MaterialButton.MaterialButtonDensity.Default;
|
materialButton1.Depth = 0;
|
materialButton1.HighEmphasis = true;
|
materialButton1.Icon = null;
|
materialButton1.IconType = MaterialButton.MaterialIconType.Rebase;
|
materialButton1.Location = new System.Drawing.Point(332, 417);
|
materialButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
materialButton1.MouseState = WinFrmUI.RLT.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
|
materialButton1.Name = "materialButton1";
|
materialButton1.NoAccentTextColor = System.Drawing.Color.Empty;
|
materialButton1.Size = new System.Drawing.Size(108, 36);
|
materialButton1.TabIndex = 20;
|
materialButton1.Text = "登 录";
|
materialButton1.Type = MaterialButton.MaterialButtonType.Contained;
|
materialButton1.UseAccentColor = true;
|
materialButton1.UseVisualStyleBackColor = true;
|
materialButton1.Click += materialButton1_Click;
|
//
|
// materialButton2
|
//
|
materialButton2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
materialButton2.AutoSize = false;
|
materialButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
materialButton2.CharacterCasing = MaterialButton.CharacterCasingEnum.Normal;
|
materialButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
materialButton2.Density = MaterialButton.MaterialButtonDensity.Default;
|
materialButton2.Depth = 0;
|
materialButton2.HighEmphasis = true;
|
materialButton2.Icon = null;
|
materialButton2.IconType = MaterialButton.MaterialIconType.Rebase;
|
materialButton2.Location = new System.Drawing.Point(524, 417);
|
materialButton2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
materialButton2.MouseState = WinFrmUI.RLT.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
|
materialButton2.Name = "materialButton2";
|
materialButton2.NoAccentTextColor = System.Drawing.Color.Empty;
|
materialButton2.Size = new System.Drawing.Size(108, 36);
|
materialButton2.TabIndex = 21;
|
materialButton2.Text = "退 出";
|
materialButton2.Type = MaterialButton.MaterialButtonType.Contained;
|
materialButton2.UseAccentColor = false;
|
materialButton2.UseVisualStyleBackColor = true;
|
materialButton2.Click += materialButton2_Click;
|
//
|
// nightControlBox1
|
//
|
nightControlBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
nightControlBox1.BackColor = System.Drawing.Color.Transparent;
|
nightControlBox1.CloseHoverColor = System.Drawing.Color.FromArgb(199, 80, 80);
|
nightControlBox1.CloseHoverForeColor = System.Drawing.Color.White;
|
nightControlBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
nightControlBox1.DefaultLocation = true;
|
nightControlBox1.DisableMaximizeColor = System.Drawing.Color.FromArgb(105, 105, 105);
|
nightControlBox1.DisableMinimizeColor = System.Drawing.Color.FromArgb(105, 105, 105);
|
nightControlBox1.EnableCloseColor = System.Drawing.Color.FromArgb(160, 160, 160);
|
nightControlBox1.EnableMaximizeButton = false;
|
nightControlBox1.EnableMaximizeColor = System.Drawing.Color.FromArgb(160, 160, 160);
|
nightControlBox1.EnableMinimizeButton = true;
|
nightControlBox1.EnableMinimizeColor = System.Drawing.Color.FromArgb(160, 160, 160);
|
nightControlBox1.Location = new System.Drawing.Point(746, 0);
|
nightControlBox1.MaximizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255);
|
nightControlBox1.MaximizeHoverForeColor = System.Drawing.Color.White;
|
nightControlBox1.MinimizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255);
|
nightControlBox1.MinimizeHoverForeColor = System.Drawing.Color.White;
|
nightControlBox1.Name = "nightControlBox1";
|
nightControlBox1.Size = new System.Drawing.Size(139, 31);
|
nightControlBox1.TabIndex = 6;
|
//
|
// hopePictureBox1
|
//
|
hopePictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
hopePictureBox1.BackColor = System.Drawing.Color.White;
|
hopePictureBox1.Image = Properties.Resources.logo;
|
hopePictureBox1.InitialImage = null;
|
hopePictureBox1.Location = new System.Drawing.Point(12, 12);
|
hopePictureBox1.Name = "hopePictureBox1";
|
hopePictureBox1.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
hopePictureBox1.Size = new System.Drawing.Size(222, 57);
|
hopePictureBox1.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
hopePictureBox1.TabIndex = 0;
|
hopePictureBox1.TabStop = false;
|
hopePictureBox1.TextRenderingType = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
//
|
// hopeSwitch1
|
//
|
hopeSwitch1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
hopeSwitch1.AutoSize = true;
|
hopeSwitch1.BaseColor = System.Drawing.Color.White;
|
hopeSwitch1.BaseOffColor = System.Drawing.Color.FromArgb(192, 255, 255);
|
hopeSwitch1.BaseOnColor = System.Drawing.Color.Blue;
|
hopeSwitch1.Checked = true;
|
hopeSwitch1.CheckState = System.Windows.Forms.CheckState.Checked;
|
hopeSwitch1.Cursor = System.Windows.Forms.Cursors.Hand;
|
hopeSwitch1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
hopeSwitch1.Location = new System.Drawing.Point(297, 382);
|
hopeSwitch1.Name = "hopeSwitch1";
|
hopeSwitch1.Size = new System.Drawing.Size(40, 20);
|
hopeSwitch1.TabIndex = 10;
|
hopeSwitch1.Text = "hopeSwitch1";
|
hopeSwitch1.UseVisualStyleBackColor = true;
|
//
|
// dungeonLinkLabel1
|
//
|
dungeonLinkLabel1.ActiveLinkColor = System.Drawing.Color.FromArgb(221, 72, 20);
|
dungeonLinkLabel1.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
dungeonLinkLabel1.AutoSize = true;
|
dungeonLinkLabel1.BackColor = System.Drawing.Color.Transparent;
|
dungeonLinkLabel1.Font = new System.Drawing.Font("Segoe UI", 11F);
|
dungeonLinkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
|
dungeonLinkLabel1.LinkColor = System.Drawing.Color.Black;
|
dungeonLinkLabel1.Location = new System.Drawing.Point(580, 382);
|
dungeonLinkLabel1.Name = "dungeonLinkLabel1";
|
dungeonLinkLabel1.Size = new System.Drawing.Size(73, 20);
|
dungeonLinkLabel1.TabIndex = 18;
|
dungeonLinkLabel1.TabStop = true;
|
dungeonLinkLabel1.Text = "忘记密码";
|
dungeonLinkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(240, 119, 70);
|
//
|
// hopeTextBox1
|
//
|
hopeTextBox1.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
hopeTextBox1.BackColor = System.Drawing.Color.FromArgb(4, 12, 45);
|
hopeTextBox1.BaseColor = System.Drawing.Color.Transparent;
|
hopeTextBox1.BorderColorA = System.Drawing.Color.DodgerBlue;
|
hopeTextBox1.BorderColorB = System.Drawing.Color.DarkGray;
|
hopeTextBox1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
hopeTextBox1.ForeColor = System.Drawing.Color.Gainsboro;
|
hopeTextBox1.Hint = "";
|
hopeTextBox1.Location = new System.Drawing.Point(279, 270);
|
hopeTextBox1.MaxLength = 128;
|
hopeTextBox1.Multiline = false;
|
hopeTextBox1.Name = "hopeTextBox1";
|
hopeTextBox1.PasswordChar = '\0';
|
hopeTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
hopeTextBox1.SelectedText = "";
|
hopeTextBox1.SelectionLength = 0;
|
hopeTextBox1.SelectionStart = 0;
|
hopeTextBox1.Size = new System.Drawing.Size(389, 38);
|
hopeTextBox1.TabIndex = 7;
|
hopeTextBox1.TabStop = false;
|
hopeTextBox1.Text = "账户";
|
hopeTextBox1.UseSystemPasswordChar = false;
|
//
|
// materialLabel1
|
//
|
materialLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
materialLabel1.AutoSize = true;
|
materialLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
|
materialLabel1.Depth = 0;
|
materialLabel1.Font = new System.Drawing.Font("Roboto Medium", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
|
materialLabel1.FontType = WinFrmUI.RLT.Manager.MaterialSkinManager.FontType.Subtitle2;
|
materialLabel1.HighEmphasis = true;
|
materialLabel1.Location = new System.Drawing.Point(343, 385);
|
materialLabel1.MouseState = WinFrmUI.RLT.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
|
materialLabel1.Name = "materialLabel1";
|
materialLabel1.Size = new System.Drawing.Size(57, 17);
|
materialLabel1.TabIndex = 12;
|
materialLabel1.Text = "记住密码";
|
materialLabel1.UseAccent = true;
|
materialLabel1.Click += MaterialLabel1_Click;
|
//
|
// hopeTextBox2
|
//
|
hopeTextBox2.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
hopeTextBox2.BackColor = System.Drawing.Color.FromArgb(4, 12, 45);
|
hopeTextBox2.BaseColor = System.Drawing.Color.Transparent;
|
hopeTextBox2.BorderColorA = System.Drawing.Color.DodgerBlue;
|
hopeTextBox2.BorderColorB = System.Drawing.Color.DarkGray;
|
hopeTextBox2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
hopeTextBox2.ForeColor = System.Drawing.Color.Gainsboro;
|
hopeTextBox2.Hint = "";
|
hopeTextBox2.Location = new System.Drawing.Point(279, 314);
|
hopeTextBox2.MaxLength = 128;
|
hopeTextBox2.Multiline = false;
|
hopeTextBox2.Name = "hopeTextBox2";
|
hopeTextBox2.PasswordChar = '\0';
|
hopeTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
hopeTextBox2.SelectedText = "";
|
hopeTextBox2.SelectionLength = 0;
|
hopeTextBox2.SelectionStart = 0;
|
hopeTextBox2.Size = new System.Drawing.Size(389, 38);
|
hopeTextBox2.TabIndex = 8;
|
hopeTextBox2.TabStop = false;
|
hopeTextBox2.Text = "密码";
|
hopeTextBox2.UseSystemPasswordChar = false;
|
//
|
// parrotFormEllipse1
|
//
|
parrotFormEllipse1.CornerRadius = 10;
|
parrotFormEllipse1.EffectedForm = this;
|
//
|
// LoginFrm
|
//
|
AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
ClientSize = new System.Drawing.Size(885, 473);
|
Controls.Add(panel1);
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon");
|
Name = "LoginFrm";
|
Text = "Here You Can Login";
|
TransparencyKey = System.Drawing.Color.Fuchsia;
|
panel1.ResumeLayout(false);
|
panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)hopePictureBox1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.ParrotFormEllipse parrotFormEllipse1;
|
|
private DPumpHydr.WinFrmUI.RLT.Controls.HopePictureBox hopePictureBox1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.NightControlBox nightControlBox1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.HopeTextBox hopeTextBox1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.HopeSwitch hopeSwitch1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.HopeTextBox hopeTextBox2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.MaterialLabel materialLabel1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.DungeonLinkLabel dungeonLinkLabel1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.MaterialButton materialButton2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.MaterialButton materialButton1;
|
}
|
}
|