Version update

This commit is contained in:
Sigmanor 2017-02-03 23:32:50 +02:00
parent afae9baf6d
commit 13cef469ac
4 changed files with 8 additions and 7 deletions

View file

@ -137,7 +137,7 @@ private void InitializeComponent()
this.customRichTextBox1.RightMargin = 600;
this.customRichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal;
this.customRichTextBox1.ShowSelectionMargin = true;
this.customRichTextBox1.Size = new System.Drawing.Size(300, 88);
this.customRichTextBox1.Size = new System.Drawing.Size(300, 104);
this.customRichTextBox1.TabIndex = 8;
this.customRichTextBox1.TabStop = false;
this.customRichTextBox1.Text = resources.GetString("customRichTextBox1.Text");
@ -149,7 +149,7 @@ private void InitializeComponent()
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(50)))));
this.ClientSize = new System.Drawing.Size(300, 208);
this.ClientSize = new System.Drawing.Size(300, 224);
this.Controls.Add(this.customRichTextBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);

View file

@ -372,7 +372,8 @@
AES: http://www.codeproject.com/Answers/391219/AES#answer2
CustomRichTextBox: https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78
MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
Icons: http://www.fatcow.com/free-icons</value>
Icons: http://www.fatcow.com/free-icons
GPG: https://gpgapi.codeplex.com/</value>
</data>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>44</value>

View file

@ -2,7 +2,7 @@
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Crypto_Notepad.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="Crypto_Notepad.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="EncryptPad.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="Encryption_Tool.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
@ -43,7 +43,7 @@
<value>192</value>
</setting>
<setting name="TheSalt" serializeAs="String">
<value />
<value/>
</setting>
<setting name="PasswordIterations" serializeAs="String">
<value>2</value>
@ -114,7 +114,7 @@
<value>192</value>
</setting>
<setting name="TheSalt" serializeAs="String">
<value />
<value/>
</setting>
<setting name="PasswordIterations" serializeAs="String">
<value>2</value>

View file

@ -33,4 +33,4 @@
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]