Froms
InputSshPwdForm.Designer.cs
namespace AppMonitor.Froms
{
partial clast InputSshPwdForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputSshPwdForm));
this.pastword = new CCWin.SkinControl.SkinTextBox();
this.label_name = new CCWin.SkinControl.SkinLabel();
this.cb_remenber = new CCWin.SkinControl.SkinCheckBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// pastword
//
this.pastword.BackColor = System.Drawing.Color.Transparent;
this.pastword.DownBack = null;
this.pastword.Icon = null;
this.pastword.IconIsButton = false;
this.pastword.IconMouseState = CCWin.SkinClast.ControlState.Normal;
this.pastword.IsPastwordChat = '●';
this.pastword.IsSystemPastwordChar = true;
this.pastword.Lines = new string[0];
this.pastword.Location = new System.Drawing.Point(137, 47);
this.pastword.Margin = new System.Windows.Forms.Padding(0);
this.pastword.MaxLength = 32767;
this.pastword.MinimumSize = new System.Drawing.Size(28, 28);
this.pastword.MouseBack = null;
this.pastword.MouseState = CCWin.SkinClast.ControlState.Normal;
this.pastword.Multiline = false;
this.pastword.Name = "pastword";
this.pastword.NormlBack = null;
this.pastword.Padding = new System.Windows.Forms.Padding(5);
this.pastword.ReadOnly = false;
this.pastword.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.pastword.Size = new System.Drawing.Size(284, 28);
//
//
//
this.pastword.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.pastword.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.pastword.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.pastword.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.pastword.SkinTxt.Name = "BaseText";
this.pastword.SkinTxt.PastwordChar = '●';
this.pastword.SkinTxt.Size = new System.Drawing.Size(274, 18);
this.pastword.SkinTxt.TabIndex = 0;
this.pastword.SkinTxt.UseSystemPastwordChar = true;
this.pastword.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.pastword.SkinTxt.WaterText = "请输入密码";
this.pastword.TabIndex = 0;
this.pastword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.pastword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.pastword.WaterText = "请输入密码";
this.pastword.WordWrap = true;
//
// label_name
//
this.label_name.BackColor = System.Drawing.SystemColors.Control;
this.label_name.BorderColor = System.Drawing.Color.White;
this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_name.Location = new System.Drawing.Point(18, 51);
this.label_name.Name = "label_name";
this.label_name.Size = new System.Drawing.Size(116, 23);
this.label_name.TabIndex = 1;
this.label_name.Text = "xx的密码:";
this.label_name.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cb_remenber
//
this.cb_remenber.AutoSize = true;
this.cb_remenber.BackColor = System.Drawing.Color.Transparent;
this.cb_remenber.Checked = true;
this.cb_remenber.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_remenber.ControlState = CCWin.SkinClast.ControlState.Normal;
this.cb_remenber.DownBack = null;
this.cb_remenber.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_remenber.Location = new System.Drawing.Point(29, 97);
this.cb_remenber.MouseBack = null;
this.cb_remenber.Name = "cb_remenber";
this.cb_remenber.NormlBack = null;
this.cb_remenber.SelectedDownBack = null;
this.cb_remenber.SelectedMouseBack = null;
this.cb_remenber.SelectedNormlBack = null;
this.cb_remenber.Size = new System.Drawing.Size(75, 21);
this.cb_remenber.TabIndex = 2;
this.cb_remenber.Text = "记住密码";
this.cb_remenber.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(346, 94);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 28);
this.button1.TabIndex = 3;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// InputSshPwdForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(440, 140);
this.Controls.Add(this.button1);
this.Controls.Add(this.cb_remenber);
this.Controls.Add(this.label_name);
this.Controls.Add(this.pastword);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(440, 140);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(440, 140);
this.Name = "InputSshPwdForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "InputSshPwdForm";
this.satleCenter = false;
this.satleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.InputSshPwdForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CCWin.SkinControl.SkinTextBox pastword;
private CCWin.SkinControl.SkinLabel label_name;
private CCWin.SkinControl.SkinCheckBox cb_remenber;
private System.Windows.Forms.Button button1;
}
}