2016-01-09 20:46:25 +00:00
namespace Crypto_Notepad
2016-01-06 14:47:38 +00:00
{
partial class MainWindow
{
/// <summary>
/// Требуется переменная конструктора.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый р е с у р с должен быть удален; иначе ложно.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region К о д , а в т о м а т и ч е с к и с о з д а н н ы й к о н с т р у к т о р о м ф о р м Windows
/// <summary>
/// Обязательный метод для поддержки конструктора - не изменяйте
/// содержимое данного метода при помощи редактора кода.
/// </summary>
public void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( MainWindow ) ) ;
this . MainMenu = new System . Windows . Forms . MenuStrip ( ) ;
this . ф а й л ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . с о з д а т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . о т к р ы т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator11 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . с о х р а н и т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . с о х р а н и т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator4 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . У д а л и т ь Ф а й л ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . в ы х о д ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . п р а в к а ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . о т м е н а ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . в ы р е з а т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . к о п и р о в а т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . в с т а в и т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . у д а л и т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator9 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . findToolStripMenuItem2 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator3 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . в ы д е л и т ь В с е ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator5 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . о ч и с т и т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . с е р в и с ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . changeKeyToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . settingsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . п о м о щ ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . documentationToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . с heckForUpdatesToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . о П р о г р а м м е ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . о т м е н и т ь ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator6 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . в ы р е з а т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . к о п и р о в а т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . в с т а в и т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . у д а л и т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator8 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . в ы д е л и т ь В с е ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator7 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . о ч и с т и т ь ToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . OpenFile = new System . Windows . Forms . OpenFileDialog ( ) ;
this . SaveFile = new System . Windows . Forms . SaveFileDialog ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . statusStrip1 = new System . Windows . Forms . StatusStrip ( ) ;
this . toolStripStatusLabel1 = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . lineStripStatusLabel = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . columnStripStatusLabel = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . toolTip1 = new System . Windows . Forms . ToolTip ( this . components ) ;
2016-01-11 17:25:45 +00:00
this . pictureBox12 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox5 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox2 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox11 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox10 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox9 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox8 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox7 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox6 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox4 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox3 = new System . Windows . Forms . PictureBox ( ) ;
2016-01-09 19:29:13 +00:00
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
2016-01-06 14:47:38 +00:00
this . searchTextBox = new System . Windows . Forms . TextBox ( ) ;
this . chkMatchCase = new System . Windows . Forms . CheckBox ( ) ;
this . chkMatchWholeWord = new System . Windows . Forms . CheckBox ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
2016-01-11 17:25:45 +00:00
this . panel2 = new System . Windows . Forms . Panel ( ) ;
2016-01-09 20:46:25 +00:00
this . customRTB = new Crypto_Notepad . CustomRichTextBox ( ) ;
2016-01-06 14:47:38 +00:00
this . MainMenu . SuspendLayout ( ) ;
this . contextMenuStrip1 . SuspendLayout ( ) ;
this . statusStrip1 . SuspendLayout ( ) ;
2016-01-11 17:25:45 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox12 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox11 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox10 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox9 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox8 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox7 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox6 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox3 ) ) . BeginInit ( ) ;
2016-01-07 16:45:32 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
2016-01-09 19:29:13 +00:00
this . panel1 . SuspendLayout ( ) ;
2016-01-11 17:25:45 +00:00
this . panel2 . SuspendLayout ( ) ;
2016-01-06 14:47:38 +00:00
this . SuspendLayout ( ) ;
//
// MainMenu
//
this . MainMenu . Font = new System . Drawing . Font ( "Tahoma" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . MainMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . ф а й л ToolStripMenuItem ,
this . п р а в к а ToolStripMenuItem ,
this . с е р в и с ToolStripMenuItem ,
this . п о м о щ ь ToolStripMenuItem } ) ;
this . MainMenu . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . MainMenu . Name = "MainMenu" ;
this . MainMenu . Padding = new System . Windows . Forms . Padding ( 0 ) ;
this . MainMenu . RenderMode = System . Windows . Forms . ToolStripRenderMode . Professional ;
this . MainMenu . Size = new System . Drawing . Size ( 689 , 24 ) ;
this . MainMenu . TabIndex = 0 ;
this . MainMenu . Text = "menuStrip1" ;
//
// фа йлToolStripMenuItem
//
this . ф а й л ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . с о з д а т ь ToolStripMenuItem ,
this . о т к р ы т ь ToolStripMenuItem ,
this . toolStripSeparator11 ,
this . с о х р а н и т ь ToolStripMenuItem1 ,
this . с о х р а н и т ь ToolStripMenuItem ,
this . toolStripSeparator4 ,
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem ,
this . У д а л и т ь Ф а й л ToolStripMenuItem ,
this . toolStripSeparator2 ,
this . в ы х о д ToolStripMenuItem } ) ;
this . ф а й л ToolStripMenuItem . Name = "фа йлToolStripMenuItem" ;
this . ф а й л ToolStripMenuItem . Size = new System . Drawing . Size ( 36 , 24 ) ;
this . ф а й л ToolStripMenuItem . Text = "File" ;
//
// с о зда тьToolStripMenuItem
//
this . с о з д а т ь ToolStripMenuItem . Name = "с о зда тьToolStripMenuItem" ;
this . с о з д а т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . N ) ) ) ;
this . с о з д а т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . с о з д а т ь ToolStripMenuItem . Text = "New File" ;
this . с о з д а т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . н о в ы й ToolStripMenuItem_Click_1 ) ;
//
// о ткр ытьToolStripMenuItem
//
this . о т к р ы т ь ToolStripMenuItem . Name = "о ткр ытьToolStripMenuItem" ;
this . о т к р ы т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . O ) ) ) ;
this . о т к р ы т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . о т к р ы т ь ToolStripMenuItem . Text = "Open File" ;
this . о т к р ы т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . о т к р ы т ь ToolStripMenuItem_Click ) ;
//
// toolStripSeparator11
//
this . toolStripSeparator11 . Name = "toolStripSeparator11" ;
this . toolStripSeparator11 . Size = new System . Drawing . Size ( 199 , 6 ) ;
//
// с о х р а нитьToolStripMenuItem1
//
this . с о х р а н и т ь ToolStripMenuItem1 . Name = "с о х р а нитьToolStripMenuItem1" ;
this . с о х р а н и т ь ToolStripMenuItem1 . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . S ) ) ) ;
this . с о х р а н и т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . с о х р а н и т ь ToolStripMenuItem1 . Text = "Save" ;
this . с о х р а н и т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . с о х р а н и т ь ToolStripMenuItem1_Click_1 ) ;
//
// с о х р а нитьToolStripMenuItem
//
this . с о х р а н и т ь ToolStripMenuItem . Name = "с о х р а нитьToolStripMenuItem" ;
this . с о х р а н и т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Shift )
| System . Windows . Forms . Keys . S ) ) ) ;
this . с о х р а н и т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . с о х р а н и т ь ToolStripMenuItem . Text = "Save As..." ;
this . с о х р а н и т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . с о х р а н и т ь ToolStripMenuItem_Click ) ;
//
// toolStripSeparator4
//
this . toolStripSeparator4 . Name = "toolStripSeparator4" ;
this . toolStripSeparator4 . Size = new System . Drawing . Size ( 199 , 6 ) ;
//
// о ткр ытьР а с по ло же ние Фа йла ToolStripMenuItem
//
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem . Name = "о ткр ытьР а с по ло же ние Фа йла ToolStripMenuItem" ;
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem . Text = "Open File Location" ;
this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem . Click + = new System . EventHandler ( this . о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem_Click ) ;
//
// У да литьФа йлToolStripMenuItem
//
this . У д а л и т ь Ф а й л ToolStripMenuItem . Name = "У да литьФа йлToolStripMenuItem" ;
this . У д а л и т ь Ф а й л ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . У д а л и т ь Ф а й л ToolStripMenuItem . Text = "Delete File" ;
this . У д а л и т ь Ф а й л ToolStripMenuItem . Click + = new System . EventHandler ( this . У д а л и т ь Ф а й л ToolStripMenuItem_Click_1 ) ;
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 199 , 6 ) ;
//
// вых о дToolStripMenuItem
//
this . в ы х о д ToolStripMenuItem . Name = "вых о дToolStripMenuItem" ;
this . в ы х о д ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Q ) ) ) ;
this . в ы х о д ToolStripMenuItem . Size = new System . Drawing . Size ( 202 , 22 ) ;
this . в ы х о д ToolStripMenuItem . Text = "Exit" ;
this . в ы х о д ToolStripMenuItem . Click + = new System . EventHandler ( this . в ы х о д ToolStripMenuItem_Click ) ;
//
// пр а вка ToolStripMenuItem
//
this . п р а в к а ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . о т м е н а ToolStripMenuItem ,
this . toolStripSeparator1 ,
this . в ы р е з а т ь ToolStripMenuItem ,
this . к о п и р о в а т ь ToolStripMenuItem ,
this . в с т а в и т ь ToolStripMenuItem ,
this . у д а л и т ь ToolStripMenuItem ,
this . toolStripSeparator9 ,
this . findToolStripMenuItem2 ,
this . toolStripSeparator3 ,
this . в ы д е л и т ь В с е ToolStripMenuItem ,
this . п е р е н о с П о С л о в а м ToolStripMenuItem ,
this . toolStripSeparator5 ,
this . о ч и с т и т ь ToolStripMenuItem } ) ;
this . п р а в к а ToolStripMenuItem . Name = "пр а вка ToolStripMenuItem" ;
this . п р а в к а ToolStripMenuItem . Size = new System . Drawing . Size ( 40 , 24 ) ;
this . п р а в к а ToolStripMenuItem . Text = "Edit" ;
2016-01-11 17:25:45 +00:00
this . п р а в к а ToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . п р а в к а ToolStripMenuItem_DropDownOpened ) ;
2016-01-06 14:47:38 +00:00
this . п р а в к а ToolStripMenuItem . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . п р а в к а ToolStripMenuItem_MouseDown ) ;
//
// о тме на ToolStripMenuItem
//
this . о т м е н а ToolStripMenuItem . Name = "о тме на ToolStripMenuItem" ;
this . о т м е н а ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Z ) ) ) ;
this . о т м е н а ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . о т м е н а ToolStripMenuItem . Text = "Undo" ;
this . о т м е н а ToolStripMenuItem . Click + = new System . EventHandler ( this . о т м е н а ToolStripMenuItem_Click ) ;
//
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 162 , 6 ) ;
//
// выр е за тьToolStripMenuItem
//
this . в ы р е з а т ь ToolStripMenuItem . Enabled = false ;
this . в ы р е з а т ь ToolStripMenuItem . Name = "выр е за тьToolStripMenuItem" ;
this . в ы р е з а т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . X ) ) ) ;
this . в ы р е з а т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . в ы р е з а т ь ToolStripMenuItem . Text = "Cut" ;
this . в ы р е з а т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . в ы р е з а т ь ToolStripMenuItem_Click ) ;
//
// ко пир о ва тьToolStripMenuItem
//
this . к о п и р о в а т ь ToolStripMenuItem . Enabled = false ;
this . к о п и р о в а т ь ToolStripMenuItem . Name = "ко пир о ва тьToolStripMenuItem" ;
this . к о п и р о в а т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . C ) ) ) ;
this . к о п и р о в а т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . к о п и р о в а т ь ToolStripMenuItem . Text = "Copy" ;
this . к о п и р о в а т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . к о п и р о в а т ь ToolStripMenuItem_Click ) ;
//
// вс та витьToolStripMenuItem
//
this . в с т а в и т ь ToolStripMenuItem . Name = "вс та витьToolStripMenuItem" ;
this . в с т а в и т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . V ) ) ) ;
this . в с т а в и т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . в с т а в и т ь ToolStripMenuItem . Text = "Paste" ;
this . в с т а в и т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . в с т а в и т ь ToolStripMenuItem_Click ) ;
//
// у да литьToolStripMenuItem
//
this . у д а л и т ь ToolStripMenuItem . Enabled = false ;
this . у д а л и т ь ToolStripMenuItem . Name = "у да литьToolStripMenuItem" ;
this . у д а л и т ь ToolStripMenuItem . ShortcutKeys = System . Windows . Forms . Keys . Delete ;
this . у д а л и т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . у д а л и т ь ToolStripMenuItem . Text = "Delete" ;
this . у д а л и т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . у д а л и т ь ToolStripMenuItem_Click ) ;
//
// toolStripSeparator9
//
this . toolStripSeparator9 . Name = "toolStripSeparator9" ;
this . toolStripSeparator9 . Size = new System . Drawing . Size ( 162 , 6 ) ;
//
// findToolStripMenuItem2
//
this . findToolStripMenuItem2 . Name = "findToolStripMenuItem2" ;
this . findToolStripMenuItem2 . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . F ) ) ) ;
this . findToolStripMenuItem2 . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . findToolStripMenuItem2 . Text = "Find" ;
this . findToolStripMenuItem2 . Click + = new System . EventHandler ( this . findToolStripMenuItem2_Click ) ;
//
// toolStripSeparator3
//
this . toolStripSeparator3 . Name = "toolStripSeparator3" ;
this . toolStripSeparator3 . Size = new System . Drawing . Size ( 162 , 6 ) ;
//
// выде литьВ с е ToolStripMenuItem
//
this . в ы д е л и т ь В с е ToolStripMenuItem . Name = "выде литьВ с е ToolStripMenuItem" ;
this . в ы д е л и т ь В с е ToolStripMenuItem . ShortcutKeyDisplayString = "" ;
this . в ы д е л и т ь В с е ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . A ) ) ) ;
this . в ы д е л и т ь В с е ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . в ы д е л и т ь В с е ToolStripMenuItem . Text = "Select All" ;
this . в ы д е л и т ь В с е ToolStripMenuItem . Click + = new System . EventHandler ( this . в ы д е л и т ь В с е ToolStripMenuItem_Click ) ;
//
// пе р е но с По С ло ва мToolStripMenuItem
//
this . п е р е н о с П о С л о в а м ToolStripMenuItem . Checked = true ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . CheckOnClick = true ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . CheckState = System . Windows . Forms . CheckState . Checked ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . Name = "пе р е но с По С ло ва мToolStripMenuItem" ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . Text = "Word Wrap" ;
this . п е р е н о с П о С л о в а м ToolStripMenuItem . Click + = new System . EventHandler ( this . п е р е н о с П о С л о в а м ToolStripMenuItem_Click ) ;
//
// toolStripSeparator5
//
this . toolStripSeparator5 . Name = "toolStripSeparator5" ;
this . toolStripSeparator5 . Size = new System . Drawing . Size ( 162 , 6 ) ;
//
// о чис титьToolStripMenuItem
//
this . о ч и с т и т ь ToolStripMenuItem . Name = "о чис титьToolStripMenuItem" ;
this . о ч и с т и т ь ToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Delete ) ) ) ;
this . о ч и с т и т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 165 , 22 ) ;
this . о ч и с т и т ь ToolStripMenuItem . Text = "Clear" ;
this . о ч и с т и т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . о ч и с т и т ь ToolStripMenuItem_Click ) ;
//
// с е р вис ToolStripMenuItem
//
this . с е р в и с ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . changeKeyToolStripMenuItem ,
this . settingsToolStripMenuItem } ) ;
this . с е р в и с ToolStripMenuItem . Name = "с е р вис ToolStripMenuItem" ;
this . с е р в и с ToolStripMenuItem . Size = new System . Drawing . Size ( 48 , 24 ) ;
this . с е р в и с ToolStripMenuItem . Text = "Tools" ;
2016-01-07 16:45:32 +00:00
this . с е р в и с ToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . с е р в и с ToolStripMenuItem_DropDownOpened ) ;
2016-01-06 14:47:38 +00:00
//
// changeKeyToolStripMenuItem
//
this . changeKeyToolStripMenuItem . Name = "changeKeyToolStripMenuItem" ;
2016-01-15 16:18:47 +00:00
this . changeKeyToolStripMenuItem . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-06 14:47:38 +00:00
this . changeKeyToolStripMenuItem . Text = "Change Key" ;
this . changeKeyToolStripMenuItem . Click + = new System . EventHandler ( this . changeKeyToolStripMenuItem_Click ) ;
//
// settingsToolStripMenuItem
//
this . settingsToolStripMenuItem . Name = "settingsToolStripMenuItem" ;
2016-01-15 16:18:47 +00:00
this . settingsToolStripMenuItem . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-06 14:47:38 +00:00
this . settingsToolStripMenuItem . Text = "Settings" ;
this . settingsToolStripMenuItem . Click + = new System . EventHandler ( this . settingsToolStripMenuItem_Click ) ;
//
// по мо щьToolStripMenuItem
//
this . п о м о щ ь ToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . documentationToolStripMenuItem ,
this . с heckForUpdatesToolStripMenuItem ,
this . о П р о г р а м м е ToolStripMenuItem } ) ;
this . п о м о щ ь ToolStripMenuItem . Name = "по мо щьToolStripMenuItem" ;
this . п о м о щ ь ToolStripMenuItem . Size = new System . Drawing . Size ( 43 , 24 ) ;
this . п о м о щ ь ToolStripMenuItem . Text = "Help" ;
//
// documentationToolStripMenuItem
//
2016-01-09 19:56:40 +00:00
this . documentationToolStripMenuItem . Enabled = false ;
2016-01-06 14:47:38 +00:00
this . documentationToolStripMenuItem . Name = "documentationToolStripMenuItem" ;
2016-01-11 17:25:45 +00:00
this . documentationToolStripMenuItem . Size = new System . Drawing . Size ( 187 , 22 ) ;
2016-01-06 14:47:38 +00:00
this . documentationToolStripMenuItem . Text = "Documentation" ;
this . documentationToolStripMenuItem . Click + = new System . EventHandler ( this . documentationToolStripMenuItem_Click ) ;
//
// с heckForUpdatesToolStripMenuItem
//
this . с heckForUpdatesToolStripMenuItem . Name = "с heckForUpdatesToolStripMenuItem" ;
2016-01-11 17:25:45 +00:00
this . с heckForUpdatesToolStripMenuItem . Size = new System . Drawing . Size ( 187 , 22 ) ;
this . с heckForUpdatesToolStripMenuItem . Text = "С heck for Updates..." ;
2016-01-15 16:18:47 +00:00
this . с heckForUpdatesToolStripMenuItem . Click + = new System . EventHandler ( this . с heckForUpdatesToolStripMenuItem_Click ) ;
2016-01-06 14:47:38 +00:00
//
// о Пр о г р а мме ToolStripMenuItem
//
this . о П р о г р а м м е ToolStripMenuItem . Name = "о Пр о г р а мме ToolStripMenuItem" ;
2016-01-11 17:25:45 +00:00
this . о П р о г р а м м е ToolStripMenuItem . Size = new System . Drawing . Size ( 187 , 22 ) ;
2016-01-06 14:47:38 +00:00
this . о П р о г р а м м е ToolStripMenuItem . Text = "About" ;
this . о П р о г р а м м е ToolStripMenuItem . Click + = new System . EventHandler ( this . о П р о г р а м м е ToolStripMenuItem_Click ) ;
//
// contextMenuStrip1
//
this . contextMenuStrip1 . Font = new System . Drawing . Font ( "Tahoma" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . contextMenuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . о т м е н и т ь ToolStripMenuItem ,
this . toolStripSeparator6 ,
this . в ы р е з а т ь ToolStripMenuItem1 ,
this . к о п и р о в а т ь ToolStripMenuItem1 ,
this . в с т а в и т ь ToolStripMenuItem1 ,
this . у д а л и т ь ToolStripMenuItem1 ,
this . toolStripSeparator8 ,
this . в ы д е л и т ь В с е ToolStripMenuItem1 ,
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem ,
this . toolStripSeparator7 ,
this . о ч и с т и т ь ToolStripMenuItem1 } ) ;
this . contextMenuStrip1 . Name = "contextMenuStrip1" ;
this . contextMenuStrip1 . Size = new System . Drawing . Size ( 259 , 198 ) ;
this . contextMenuStrip1 . Opening + = new System . ComponentModel . CancelEventHandler ( this . contextMenuStrip1_Opening ) ;
//
// о тме нитьToolStripMenuItem
//
this . о т м е н и т ь ToolStripMenuItem . Name = "о тме нитьToolStripMenuItem" ;
this . о т м е н и т ь ToolStripMenuItem . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . о т м е н и т ь ToolStripMenuItem . Text = "Отменить" ;
this . о т м е н и т ь ToolStripMenuItem . Click + = new System . EventHandler ( this . о т м е н и т ь ToolStripMenuItem_Click ) ;
//
// toolStripSeparator6
//
this . toolStripSeparator6 . Name = "toolStripSeparator6" ;
this . toolStripSeparator6 . Size = new System . Drawing . Size ( 255 , 6 ) ;
//
// выр е за тьToolStripMenuItem1
//
this . в ы р е з а т ь ToolStripMenuItem1 . Name = "выр е за тьToolStripMenuItem1" ;
this . в ы р е з а т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . в ы р е з а т ь ToolStripMenuItem1 . Text = "Вырезать" ;
this . в ы р е з а т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . в ы р е з а т ь ToolStripMenuItem1_Click ) ;
//
// ко пир о ва тьToolStripMenuItem1
//
this . к о п и р о в а т ь ToolStripMenuItem1 . Name = "ко пир о ва тьToolStripMenuItem1" ;
this . к о п и р о в а т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . к о п и р о в а т ь ToolStripMenuItem1 . Text = "Копировать" ;
this . к о п и р о в а т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . к о п и р о в а т ь ToolStripMenuItem1_Click ) ;
//
// вс та витьToolStripMenuItem1
//
this . в с т а в и т ь ToolStripMenuItem1 . Name = "вс та витьToolStripMenuItem1" ;
this . в с т а в и т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . в с т а в и т ь ToolStripMenuItem1 . Text = "Вставить" ;
this . в с т а в и т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . в с т а в и т ь ToolStripMenuItem1_Click ) ;
//
// у да литьToolStripMenuItem1
//
this . у д а л и т ь ToolStripMenuItem1 . Name = "у да литьToolStripMenuItem1" ;
this . у д а л и т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . у д а л и т ь ToolStripMenuItem1 . Text = "Удалить" ;
this . у д а л и т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . у д а л и т ь ToolStripMenuItem1_Click ) ;
//
// toolStripSeparator8
//
this . toolStripSeparator8 . Name = "toolStripSeparator8" ;
this . toolStripSeparator8 . Size = new System . Drawing . Size ( 255 , 6 ) ;
//
// выде литьВ с е ToolStripMenuItem1
//
this . в ы д е л и т ь В с е ToolStripMenuItem1 . Name = "выде литьВ с е ToolStripMenuItem1" ;
this . в ы д е л и т ь В с е ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . в ы д е л и т ь В с е ToolStripMenuItem1 . Text = "Выделить все" ;
this . в ы д е л и т ь В с е ToolStripMenuItem1 . Click + = new System . EventHandler ( this . в ы д е л и т ь В с е ToolStripMenuItem1_Click ) ;
//
// по р ядо кЧте нияС пр а ва Н а ле во ToolStripMenuItem
//
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem . CheckOnClick = true ;
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem . Name = "по р ядо кЧте нияС пр а ва Н а ле во ToolStripMenuItem" ;
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem . Text = "Порядок чтения: справа налево" ;
this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem . Click + = new System . EventHandler ( this . п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem_Click ) ;
//
// toolStripSeparator7
//
this . toolStripSeparator7 . Name = "toolStripSeparator7" ;
this . toolStripSeparator7 . Size = new System . Drawing . Size ( 255 , 6 ) ;
//
// о чис титьToolStripMenuItem1
//
this . о ч и с т и т ь ToolStripMenuItem1 . Name = "о чис титьToolStripMenuItem1" ;
this . о ч и с т и т ь ToolStripMenuItem1 . Size = new System . Drawing . Size ( 258 , 22 ) ;
this . о ч и с т и т ь ToolStripMenuItem1 . Text = "Очистить" ;
this . о ч и с т и т ь ToolStripMenuItem1 . Click + = new System . EventHandler ( this . о ч и с т и т ь ToolStripMenuItem1_Click ) ;
//
// OpenFile
//
2016-01-15 16:18:47 +00:00
this . OpenFile . Filter = "Crypto Notepad (*.enp)|*.enp|All files (*.*)|*.*" ;
2016-01-06 14:47:38 +00:00
//
// SaveFile
//
2016-01-15 16:18:47 +00:00
this . SaveFile . Filter = "Crypto Notepad (*.enp)|*.enp" ;
2016-01-06 14:47:38 +00:00
//
// button1
//
this . button1 . Location = new System . Drawing . Point ( 701 , 151 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . button1 . TabIndex = 3 ;
this . button1 . Text = "ENC" ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . Visible = false ;
//
// button2
//
this . button2 . Location = new System . Drawing . Point ( 701 , 180 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . button2 . TabIndex = 4 ;
this . button2 . Text = "DEC" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Visible = false ;
//
// statusStrip1
//
this . statusStrip1 . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 30 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 30 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 35 ) ) ) ) ) ;
this . statusStrip1 . Font = new System . Drawing . Font ( "Consolas" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . statusStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . toolStripStatusLabel1 ,
this . lineStripStatusLabel ,
this . columnStripStatusLabel } ) ;
this . statusStrip1 . Location = new System . Drawing . Point ( 0 , 439 ) ;
this . statusStrip1 . Name = "statusStrip1" ;
this . statusStrip1 . ShowItemToolTips = true ;
this . statusStrip1 . Size = new System . Drawing . Size ( 689 , 22 ) ;
this . statusStrip1 . SizingGrip = false ;
this . statusStrip1 . TabIndex = 5 ;
this . statusStrip1 . Text = "statusStrip1" ;
//
// toolStripStatusLabel1
//
this . toolStripStatusLabel1 . ForeColor = System . Drawing . SystemColors . ButtonFace ;
this . toolStripStatusLabel1 . Name = "toolStripStatusLabel1" ;
this . toolStripStatusLabel1 . Size = new System . Drawing . Size ( 42 , 17 ) ;
this . toolStripStatusLabel1 . Text = "Ready" ;
//
// lineStripStatusLabel
//
this . lineStripStatusLabel . ForeColor = System . Drawing . SystemColors . ButtonFace ;
this . lineStripStatusLabel . Margin = new System . Windows . Forms . Padding ( 50 , 3 , 20 , 2 ) ;
this . lineStripStatusLabel . Name = "lineStripStatusLabel" ;
this . lineStripStatusLabel . Overflow = System . Windows . Forms . ToolStripItemOverflow . Always ;
this . lineStripStatusLabel . Size = new System . Drawing . Size ( 42 , 17 ) ;
this . lineStripStatusLabel . Text = "Line:" ;
//
// columnStripStatusLabel
//
this . columnStripStatusLabel . ForeColor = System . Drawing . SystemColors . ButtonFace ;
this . columnStripStatusLabel . Name = "columnStripStatusLabel" ;
this . columnStripStatusLabel . Overflow = System . Windows . Forms . ToolStripItemOverflow . Always ;
this . columnStripStatusLabel . Size = new System . Drawing . Size ( 56 , 17 ) ;
this . columnStripStatusLabel . Text = "Column:" ;
//
2016-01-11 17:25:45 +00:00
// pictureBox12
//
this . pictureBox12 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . pictureBox12 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox12 . Image = global :: Crypto_Notepad . Properties . Resources . close_g ;
this . pictureBox12 . Location = new System . Drawing . Point ( 670 , 5 ) ;
this . pictureBox12 . Name = "pictureBox12" ;
this . pictureBox12 . Size = new System . Drawing . Size ( 14 , 14 ) ;
this . pictureBox12 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . Zoom ;
this . pictureBox12 . TabIndex = 14 ;
this . pictureBox12 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox12 , "Hide Toolbar" ) ;
this . pictureBox12 . Click + = new System . EventHandler ( this . pictureBox12_Click ) ;
this . pictureBox12 . MouseEnter + = new System . EventHandler ( this . pictureBox12_MouseEnter ) ;
this . pictureBox12 . MouseLeave + = new System . EventHandler ( this . pictureBox12_MouseLeave ) ;
//
// pictureBox5
//
this . pictureBox5 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox5 . Image = global :: Crypto_Notepad . Properties . Resources . setting_tools ;
this . pictureBox5 . Location = new System . Drawing . Point ( 235 , 3 ) ;
this . pictureBox5 . Name = "pictureBox5" ;
this . pictureBox5 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox5 . TabIndex = 15 ;
this . pictureBox5 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox5 , "Settings" ) ;
this . pictureBox5 . Click + = new System . EventHandler ( this . pictureBox5_Click ) ;
//
// pictureBox2
//
this . pictureBox2 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox2 . Image = global :: Crypto_Notepad . Properties . Resources . page_white_add ;
this . pictureBox2 . Location = new System . Drawing . Point ( 10 , 3 ) ;
this . pictureBox2 . Name = "pictureBox2" ;
this . pictureBox2 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox2 . TabIndex = 15 ;
this . pictureBox2 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox2 , "New" ) ;
this . pictureBox2 . Click + = new System . EventHandler ( this . pictureBox2_Click ) ;
//
// pictureBox11
//
this . pictureBox11 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox11 . Image = global :: Crypto_Notepad . Properties . Resources . page_white_key ;
this . pictureBox11 . Location = new System . Drawing . Point ( 210 , 3 ) ;
this . pictureBox11 . Name = "pictureBox11" ;
this . pictureBox11 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox11 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox11 . TabIndex = 15 ;
this . pictureBox11 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox11 , "Change Key" ) ;
this . pictureBox11 . Click + = new System . EventHandler ( this . pictureBox11_Click ) ;
//
// pictureBox10
//
this . pictureBox10 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox10 . Image = global :: Crypto_Notepad . Properties . Resources . paste_plain ;
this . pictureBox10 . Location = new System . Drawing . Point ( 185 , 3 ) ;
this . pictureBox10 . Name = "pictureBox10" ;
this . pictureBox10 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox10 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox10 . TabIndex = 15 ;
this . pictureBox10 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox10 , "Paste" ) ;
this . pictureBox10 . Click + = new System . EventHandler ( this . pictureBox10_Click ) ;
//
// pictureBox9
//
this . pictureBox9 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox9 . Image = global :: Crypto_Notepad . Properties . Resources . page_white_copy ;
this . pictureBox9 . Location = new System . Drawing . Point ( 160 , 3 ) ;
this . pictureBox9 . Name = "pictureBox9" ;
this . pictureBox9 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox9 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox9 . TabIndex = 15 ;
this . pictureBox9 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox9 , "Copy" ) ;
this . pictureBox9 . Click + = new System . EventHandler ( this . pictureBox9_Click ) ;
//
// pictureBox8
//
this . pictureBox8 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox8 . Image = global :: Crypto_Notepad . Properties . Resources . cut_red ;
this . pictureBox8 . Location = new System . Drawing . Point ( 135 , 3 ) ;
this . pictureBox8 . Name = "pictureBox8" ;
this . pictureBox8 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox8 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox8 . TabIndex = 15 ;
this . pictureBox8 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox8 , "Cut" ) ;
this . pictureBox8 . Click + = new System . EventHandler ( this . pictureBox8_Click ) ;
//
// pictureBox7
//
this . pictureBox7 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox7 . Image = global :: Crypto_Notepad . Properties . Resources . page_white_delete ;
this . pictureBox7 . Location = new System . Drawing . Point ( 110 , 3 ) ;
this . pictureBox7 . Name = "pictureBox7" ;
this . pictureBox7 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox7 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox7 . TabIndex = 15 ;
this . pictureBox7 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox7 , "Delete File" ) ;
this . pictureBox7 . Click + = new System . EventHandler ( this . pictureBox7_Click ) ;
//
// pictureBox6
//
this . pictureBox6 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox6 . Image = global :: Crypto_Notepad . Properties . Resources . folder_stand ;
this . pictureBox6 . Location = new System . Drawing . Point ( 85 , 3 ) ;
this . pictureBox6 . Name = "pictureBox6" ;
this . pictureBox6 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox6 . TabIndex = 15 ;
this . pictureBox6 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox6 , "Open File Location" ) ;
this . pictureBox6 . Click + = new System . EventHandler ( this . pictureBox6_Click ) ;
//
// pictureBox4
//
this . pictureBox4 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox4 . Image = global :: Crypto_Notepad . Properties . Resources . diskette ;
this . pictureBox4 . Location = new System . Drawing . Point ( 60 , 3 ) ;
this . pictureBox4 . Name = "pictureBox4" ;
this . pictureBox4 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox4 . TabIndex = 15 ;
this . pictureBox4 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox4 , "Save" ) ;
this . pictureBox4 . Click + = new System . EventHandler ( this . pictureBox4_Click ) ;
//
// pictureBox3
//
this . pictureBox3 . Cursor = System . Windows . Forms . Cursors . Hand ;
this . pictureBox3 . Image = global :: Crypto_Notepad . Properties . Resources . folder_vertical_document ;
this . pictureBox3 . Location = new System . Drawing . Point ( 35 , 3 ) ;
this . pictureBox3 . Name = "pictureBox3" ;
this . pictureBox3 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . pictureBox3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . pictureBox3 . TabIndex = 15 ;
this . pictureBox3 . TabStop = false ;
this . toolTip1 . SetToolTip ( this . pictureBox3 , "Open" ) ;
this . pictureBox3 . Click + = new System . EventHandler ( this . pictureBox3_Click ) ;
//
2016-01-09 19:29:13 +00:00
// pictureBox1
//
this . pictureBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . pictureBox1 . Cursor = System . Windows . Forms . Cursors . Hand ;
2016-01-11 17:25:45 +00:00
this . pictureBox1 . Image = global :: Crypto_Notepad . Properties . Resources . close_g ;
2016-01-09 19:29:13 +00:00
this . pictureBox1 . Location = new System . Drawing . Point ( 670 , 7 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 14 , 14 ) ;
this . pictureBox1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . Zoom ;
this . pictureBox1 . TabIndex = 14 ;
this . pictureBox1 . TabStop = false ;
2016-01-11 17:25:45 +00:00
this . toolTip1 . SetToolTip ( this . pictureBox1 , "Close Search" ) ;
2016-01-09 19:29:13 +00:00
this . pictureBox1 . Click + = new System . EventHandler ( this . pictureBox1_Click ) ;
2016-01-11 17:25:45 +00:00
this . pictureBox1 . MouseLeave + = new System . EventHandler ( this . pictureBox1_MouseLeave ) ;
this . pictureBox1 . MouseHover + = new System . EventHandler ( this . pictureBox1_MouseHover ) ;
2016-01-09 19:29:13 +00:00
//
2016-01-06 14:47:38 +00:00
// searchTextBox
//
this . searchTextBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . searchTextBox . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2016-01-11 17:25:45 +00:00
this . searchTextBox . Location = new System . Drawing . Point ( 490 , 3 ) ;
2016-01-06 14:47:38 +00:00
this . searchTextBox . Name = "searchTextBox" ;
2016-01-11 17:25:45 +00:00
this . searchTextBox . Size = new System . Drawing . Size ( 178 , 21 ) ;
2016-01-06 14:47:38 +00:00
this . searchTextBox . TabIndex = 9 ;
this . searchTextBox . TabStop = false ;
this . searchTextBox . TextChanged + = new System . EventHandler ( this . textBox1_TextChanged ) ;
this . searchTextBox . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . searchTextBox_KeyDown ) ;
//
// chkMatchCase
//
this . chkMatchCase . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . chkMatchCase . AutoSize = true ;
this . chkMatchCase . Location = new System . Drawing . Point ( 410 , 5 ) ;
this . chkMatchCase . Name = "chkMatchCase" ;
this . chkMatchCase . Size = new System . Drawing . Size ( 80 , 17 ) ;
this . chkMatchCase . TabIndex = 11 ;
this . chkMatchCase . Text = "Match case" ;
this . chkMatchCase . UseVisualStyleBackColor = true ;
this . chkMatchCase . CheckedChanged + = new System . EventHandler ( this . chkMatchCase_CheckedChanged ) ;
//
// chkMatchWholeWord
//
this . chkMatchWholeWord . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . chkMatchWholeWord . AutoSize = true ;
this . chkMatchWholeWord . Location = new System . Drawing . Point ( 289 , 5 ) ;
this . chkMatchWholeWord . Name = "chkMatchWholeWord" ;
this . chkMatchWholeWord . Size = new System . Drawing . Size ( 113 , 17 ) ;
this . chkMatchWholeWord . TabIndex = 12 ;
this . chkMatchWholeWord . Text = "Match whole word" ;
this . chkMatchWholeWord . UseVisualStyleBackColor = true ;
this . chkMatchWholeWord . CheckedChanged + = new System . EventHandler ( this . chkMatchWholeWord_CheckedChanged ) ;
//
// panel1
//
this . panel1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . panel1 . Controls . Add ( this . pictureBox1 ) ;
this . panel1 . Controls . Add ( this . searchTextBox ) ;
this . panel1 . Controls . Add ( this . chkMatchCase ) ;
this . panel1 . Controls . Add ( this . chkMatchWholeWord ) ;
this . panel1 . Font = new System . Drawing . Font ( "Tahoma" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . panel1 . Location = new System . Drawing . Point ( 0 , 413 ) ;
this . panel1 . Name = "panel1" ;
this . panel1 . Size = new System . Drawing . Size ( 689 , 27 ) ;
this . panel1 . TabIndex = 13 ;
this . panel1 . Visible = false ;
//
2016-01-11 17:25:45 +00:00
// panel2
//
this . panel2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . panel2 . Controls . Add ( this . pictureBox12 ) ;
this . panel2 . Controls . Add ( this . pictureBox5 ) ;
this . panel2 . Controls . Add ( this . pictureBox2 ) ;
this . panel2 . Controls . Add ( this . pictureBox11 ) ;
this . panel2 . Controls . Add ( this . pictureBox10 ) ;
this . panel2 . Controls . Add ( this . pictureBox9 ) ;
this . panel2 . Controls . Add ( this . pictureBox8 ) ;
this . panel2 . Controls . Add ( this . pictureBox7 ) ;
this . panel2 . Controls . Add ( this . pictureBox6 ) ;
this . panel2 . Controls . Add ( this . pictureBox4 ) ;
this . panel2 . Controls . Add ( this . pictureBox3 ) ;
this . panel2 . Location = new System . Drawing . Point ( - 1 , 25 ) ;
this . panel2 . Name = "panel2" ;
this . panel2 . Size = new System . Drawing . Size ( 691 , 23 ) ;
this . panel2 . TabIndex = 14 ;
//
2016-01-06 14:47:38 +00:00
// customRTB
//
this . customRTB . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . customRTB . BackColor = System . Drawing . SystemColors . Window ;
this . customRTB . BorderStyle = System . Windows . Forms . BorderStyle . None ;
this . customRTB . ContextMenuStrip = this . contextMenuStrip1 ;
this . customRTB . DetectUrls = false ;
this . customRTB . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . customRTB . ForeColor = System . Drawing . SystemColors . WindowText ;
2016-01-11 17:25:45 +00:00
this . customRTB . Location = new System . Drawing . Point ( 0 , 48 ) ;
2016-01-06 14:47:38 +00:00
this . customRTB . Name = "customRTB" ;
2016-01-11 17:25:45 +00:00
this . customRTB . Size = new System . Drawing . Size ( 689 , 392 ) ;
2016-01-06 14:47:38 +00:00
this . customRTB . TabIndex = 10 ;
this . customRTB . Text = "" ;
this . customRTB . SelectionChanged + = new System . EventHandler ( this . customRTB_SelectionChanged_1 ) ;
this . customRTB . TextChanged + = new System . EventHandler ( this . customRTB_TextChanged ) ;
//
// MainWindow
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 689 , 461 ) ;
2016-01-11 17:25:45 +00:00
this . Controls . Add ( this . panel2 ) ;
2016-01-06 14:47:38 +00:00
this . Controls . Add ( this . panel1 ) ;
this . Controls . Add ( this . customRTB ) ;
this . Controls . Add ( this . statusStrip1 ) ;
this . Controls . Add ( this . button2 ) ;
this . Controls . Add ( this . button1 ) ;
this . Controls . Add ( this . MainMenu ) ;
this . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . MainMenuStrip = this . MainMenu ;
this . MinimumSize = new System . Drawing . Size ( 500 , 300 ) ;
this . Name = "MainWindow" ;
2016-01-10 12:32:08 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
2016-01-09 20:46:25 +00:00
this . Text = "Crypto Notepad" ;
2016-01-06 14:47:38 +00:00
this . Activated + = new System . EventHandler ( this . MainWindow_Activated ) ;
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . MainWindow_FormClosing ) ;
this . Load + = new System . EventHandler ( this . MainWindow_Load ) ;
this . MainMenu . ResumeLayout ( false ) ;
this . MainMenu . PerformLayout ( ) ;
this . contextMenuStrip1 . ResumeLayout ( false ) ;
this . statusStrip1 . ResumeLayout ( false ) ;
this . statusStrip1 . PerformLayout ( ) ;
2016-01-11 17:25:45 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox12 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox11 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox10 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox9 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox8 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox7 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox6 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox3 ) ) . EndInit ( ) ;
2016-01-09 19:29:13 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
2016-01-06 14:47:38 +00:00
this . panel1 . ResumeLayout ( false ) ;
this . panel1 . PerformLayout ( ) ;
2016-01-11 17:25:45 +00:00
this . panel2 . ResumeLayout ( false ) ;
this . panel2 . PerformLayout ( ) ;
2016-01-06 14:47:38 +00:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . MenuStrip MainMenu ;
private System . Windows . Forms . ToolStripMenuItem ф а й л ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem п р а в к а ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem п о м о щ ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem с о х р а н и т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem в ы х о д ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem о П р о г р а м м е ToolStripMenuItem ;
private System . Windows . Forms . OpenFileDialog OpenFile ;
private System . Windows . Forms . SaveFileDialog SaveFile ;
private System . Windows . Forms . ToolStripMenuItem с о з д а т ь ToolStripMenuItem ;
private System . Windows . Forms . Button button1 ;
public System . Windows . Forms . Button button2 ;
private System . Windows . Forms . StatusStrip statusStrip1 ;
private System . Windows . Forms . ToolStripStatusLabel toolStripStatusLabel1 ;
private System . Windows . Forms . ToolTip toolTip1 ;
private System . Windows . Forms . ToolStripMenuItem с е р в и с ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem о ч и с т и т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem о т к р ы т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator2 ;
private System . Windows . Forms . ToolStripMenuItem с о х р а н и т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem в ы д е л и т ь В с е ToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator1 ;
private System . Windows . Forms . ToolStripMenuItem в ы р е з а т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem к о п и р о в а т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem в с т а в и т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator3 ;
private System . Windows . Forms . ToolStripMenuItem У д а л и т ь Ф а й л ToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator4 ;
private System . Windows . Forms . ToolStripMenuItem о т к р ы т ь Р а с п о л о ж е н и е Ф а й л а ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem п е р е н о с П о С л о в а м ToolStripMenuItem ;
private System . Windows . Forms . ContextMenuStrip contextMenuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem о т м е н и т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem о т м е н а ToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator5 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator6 ;
private System . Windows . Forms . ToolStripMenuItem в ы р е з а т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem к о п и р о в а т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem в с т а в и т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem у д а л и т ь ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem у д а л и т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator8 ;
private System . Windows . Forms . ToolStripMenuItem в ы д е л и т ь В с е ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator7 ;
private System . Windows . Forms . ToolStripMenuItem п о р я д о к Ч т е н и я С п р а в а Н а л е в о ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem о ч и с т и т ь ToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator11 ;
private System . Windows . Forms . ToolStripMenuItem changeKeyToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem с heckForUpdatesToolStripMenuItem ;
private System . Windows . Forms . ToolStripStatusLabel lineStripStatusLabel ;
private System . Windows . Forms . ToolStripStatusLabel columnStripStatusLabel ;
private System . Windows . Forms . ToolStripMenuItem documentationToolStripMenuItem ;
private System . Windows . Forms . TextBox searchTextBox ;
private System . Windows . Forms . CheckBox chkMatchCase ;
private System . Windows . Forms . CheckBox chkMatchWholeWord ;
private System . Windows . Forms . Panel panel1 ;
private System . Windows . Forms . ToolStripMenuItem settingsToolStripMenuItem ;
public CustomRichTextBox customRTB ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator9 ;
private System . Windows . Forms . ToolStripMenuItem findToolStripMenuItem2 ;
2016-01-11 17:25:45 +00:00
private System . Windows . Forms . Panel panel2 ;
private System . Windows . Forms . PictureBox pictureBox2 ;
private System . Windows . Forms . PictureBox pictureBox3 ;
private System . Windows . Forms . PictureBox pictureBox4 ;
private System . Windows . Forms . PictureBox pictureBox6 ;
private System . Windows . Forms . PictureBox pictureBox7 ;
private System . Windows . Forms . PictureBox pictureBox8 ;
private System . Windows . Forms . PictureBox pictureBox9 ;
private System . Windows . Forms . PictureBox pictureBox10 ;
private System . Windows . Forms . PictureBox pictureBox11 ;
private System . Windows . Forms . PictureBox pictureBox5 ;
private System . Windows . Forms . PictureBox pictureBox12 ;
2016-01-06 14:47:38 +00:00
}
}