mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
dev
This commit is contained in:
parent
7111741633
commit
0a50567b05
2 changed files with 17 additions and 35 deletions
34
Crypto Notepad/EnterKeyForm.Designer.cs
generated
34
Crypto Notepad/EnterKeyForm.Designer.cs
generated
|
|
@ -32,15 +32,15 @@ private void InitializeComponent()
|
|||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnterKeyForm));
|
||||
this.okButton = new System.Windows.Forms.Button();
|
||||
this.mainPanel = new System.Windows.Forms.Panel();
|
||||
this.lockPictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.fileNameLabel = new System.Windows.Forms.Label();
|
||||
this.showKeyPictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.lockPictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.enterKeyFormToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.passwordGeneratorButton = new System.Windows.Forms.Button();
|
||||
this.keyTextBox = new System.Windows.Forms.PlaceholderTextBox();
|
||||
this.mainPanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.showKeyPictureBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// okButton
|
||||
|
|
@ -67,24 +67,12 @@ private void InitializeComponent()
|
|||
this.mainPanel.Size = new System.Drawing.Size(295, 75);
|
||||
this.mainPanel.TabIndex = 5;
|
||||
//
|
||||
// lockPictureBox
|
||||
//
|
||||
this.lockPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.lockPictureBox.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.lockPictureBox.Image = global::Crypto_Notepad.Properties.Resources.key_solid;
|
||||
this.lockPictureBox.Location = new System.Drawing.Point(8, 14);
|
||||
this.lockPictureBox.Name = "lockPictureBox";
|
||||
this.lockPictureBox.Size = new System.Drawing.Size(47, 47);
|
||||
this.lockPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.lockPictureBox.TabIndex = 6;
|
||||
this.lockPictureBox.TabStop = false;
|
||||
//
|
||||
// fileNameLabel
|
||||
//
|
||||
this.fileNameLabel.AutoEllipsis = true;
|
||||
this.fileNameLabel.Location = new System.Drawing.Point(61, 14);
|
||||
this.fileNameLabel.Name = "fileNameLabel";
|
||||
this.fileNameLabel.Size = new System.Drawing.Size(196, 13);
|
||||
this.fileNameLabel.Size = new System.Drawing.Size(221, 13);
|
||||
this.fileNameLabel.TabIndex = 6;
|
||||
this.fileNameLabel.Text = "File name";
|
||||
this.fileNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
|
|
@ -103,6 +91,18 @@ private void InitializeComponent()
|
|||
this.showKeyPictureBox.TabStop = false;
|
||||
this.showKeyPictureBox.Click += new System.EventHandler(this.ShowKeyPictureBox_Click);
|
||||
//
|
||||
// lockPictureBox
|
||||
//
|
||||
this.lockPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.lockPictureBox.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.lockPictureBox.Image = global::Crypto_Notepad.Properties.Resources.key_solid;
|
||||
this.lockPictureBox.Location = new System.Drawing.Point(8, 14);
|
||||
this.lockPictureBox.Name = "lockPictureBox";
|
||||
this.lockPictureBox.Size = new System.Drawing.Size(47, 47);
|
||||
this.lockPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.lockPictureBox.TabIndex = 6;
|
||||
this.lockPictureBox.TabStop = false;
|
||||
//
|
||||
// passwordGeneratorButton
|
||||
//
|
||||
this.passwordGeneratorButton.Image = global::Crypto_Notepad.Properties.Resources.key__plus;
|
||||
|
|
@ -142,14 +142,14 @@ private void InitializeComponent()
|
|||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "EnterKeyForm";
|
||||
this.Text = "Crypto Notepad";
|
||||
this.Text = "Enter encryption key";
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EnterKeyForm_FormClosed);
|
||||
this.Load += new System.EventHandler(this.EnterKeyForm_Load);
|
||||
this.Shown += new System.EventHandler(this.EnterKeyForm_Shown);
|
||||
this.mainPanel.ResumeLayout(false);
|
||||
this.mainPanel.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.showKeyPictureBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,27 +117,9 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="okButton.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="lockPictureBox.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="fileNameLabel.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="keyTextBox.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="showKeyPictureBox.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="enterKeyFormToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="passwordGeneratorButton.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue