Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / Windows Forms

Encryption and Decryption

Rate me:
Please Sign up or sign in to vote.
3.36/5 (7 votes)
24 Mar 2009CPOL 24.7K   847   10  
Its the software who can make the Ceasares Code
namespace CESAR1
{
    partial class Form1
    {
        /// <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(Form1));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabEnkriptimi = new System.Windows.Forms.TabPage();
            this.lblEnCH = new System.Windows.Forms.Label();
            this.btnZvogloEN = new System.Windows.Forms.Button();
            this.btnRriteEN = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.lblTekstiCH = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtCelesi = new System.Windows.Forms.TextBox();
            this.lblCelesi = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.btnEnkripto = new System.Windows.Forms.Button();
            this.txtEnkriptuar = new System.Windows.Forms.TextBox();
            this.txtPlainText = new System.Windows.Forms.TextBox();
            this.tabDekriptimi = new System.Windows.Forms.TabPage();
            this.lblDECH = new System.Windows.Forms.Label();
            this.lblEnD = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.btnZvogloDE = new System.Windows.Forms.Button();
            this.btnRriteDE = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCelesiDE = new System.Windows.Forms.TextBox();
            this.txtDekriptuar = new System.Windows.Forms.TextBox();
            this.txtiEnkriptuar = new System.Windows.Forms.TextBox();
            this.btnDekripto = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mNEW = new System.Windows.Forms.ToolStripMenuItem();
            this.mOPEN = new System.Windows.Forms.ToolStripMenuItem();
            this.mSAVE = new System.Windows.Forms.ToolStripMenuItem();
            this.mPRINT = new System.Windows.Forms.ToolStripMenuItem();
            this.mEXIT = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mHISTORY = new System.Windows.Forms.ToolStripMenuItem();
            this.mLIBRARY = new System.Windows.Forms.ToolStripMenuItem();
            this.mABOUT = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolNEW = new System.Windows.Forms.ToolStripButton();
            this.toolOPEN = new System.Windows.Forms.ToolStripButton();
            this.toolSAVE = new System.Windows.Forms.ToolStripButton();
            this.toolCOPY = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolABOUT = new System.Windows.Forms.ToolStripButton();
            this.toolCelesiEN = new System.Windows.Forms.ToolStripButton();
            this.toolCelesiDE = new System.Windows.Forms.ToolStripButton();
            this.tabControl1.SuspendLayout();
            this.tabEnkriptimi.SuspendLayout();
            this.tabDekriptimi.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabEnkriptimi);
            this.tabControl1.Controls.Add(this.tabDekriptimi);
            this.tabControl1.Location = new System.Drawing.Point(5, 63);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(773, 332);
            this.tabControl1.TabIndex = 6;
            // 
            // tabEnkriptimi
            // 
            this.tabEnkriptimi.Controls.Add(this.lblEnCH);
            this.tabEnkriptimi.Controls.Add(this.btnZvogloEN);
            this.tabEnkriptimi.Controls.Add(this.btnRriteEN);
            this.tabEnkriptimi.Controls.Add(this.label3);
            this.tabEnkriptimi.Controls.Add(this.lblTekstiCH);
            this.tabEnkriptimi.Controls.Add(this.label7);
            this.tabEnkriptimi.Controls.Add(this.label2);
            this.tabEnkriptimi.Controls.Add(this.txtCelesi);
            this.tabEnkriptimi.Controls.Add(this.lblCelesi);
            this.tabEnkriptimi.Controls.Add(this.label6);
            this.tabEnkriptimi.Controls.Add(this.btnEnkripto);
            this.tabEnkriptimi.Controls.Add(this.txtEnkriptuar);
            this.tabEnkriptimi.Controls.Add(this.txtPlainText);
            this.tabEnkriptimi.ForeColor = System.Drawing.Color.DarkRed;
            this.tabEnkriptimi.Location = new System.Drawing.Point(4, 22);
            this.tabEnkriptimi.Margin = new System.Windows.Forms.Padding(4);
            this.tabEnkriptimi.Name = "tabEnkriptimi";
            this.tabEnkriptimi.Padding = new System.Windows.Forms.Padding(3);
            this.tabEnkriptimi.Size = new System.Drawing.Size(765, 306);
            this.tabEnkriptimi.TabIndex = 0;
            this.tabEnkriptimi.Text = "Enkriptimi";
            this.tabEnkriptimi.UseVisualStyleBackColor = true;
            this.tabEnkriptimi.Click += new System.EventHandler(this.tabEnkriptimi_Click);
            // 
            // lblEnCH
            // 
            this.lblEnCH.AutoSize = true;
            this.lblEnCH.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.lblEnCH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblEnCH.Location = new System.Drawing.Point(685, 284);
            this.lblEnCH.Name = "lblEnCH";
            this.lblEnCH.Size = new System.Drawing.Size(15, 15);
            this.lblEnCH.TabIndex = 12;
            this.lblEnCH.Text = "0";
            // 
            // btnZvogloEN
            // 
            this.btnZvogloEN.Location = new System.Drawing.Point(347, 75);
            this.btnZvogloEN.Name = "btnZvogloEN";
            this.btnZvogloEN.Size = new System.Drawing.Size(26, 22);
            this.btnZvogloEN.TabIndex = 2;
            this.btnZvogloEN.Text = "-";
            this.btnZvogloEN.UseVisualStyleBackColor = true;
            this.btnZvogloEN.Click += new System.EventHandler(this.btnZvogloEN_Click_1);
            // 
            // btnRriteEN
            // 
            this.btnRriteEN.Location = new System.Drawing.Point(395, 75);
            this.btnRriteEN.Name = "btnRriteEN";
            this.btnRriteEN.Size = new System.Drawing.Size(26, 22);
            this.btnRriteEN.TabIndex = 1;
            this.btnRriteEN.Text = "+";
            this.btnRriteEN.UseVisualStyleBackColor = true;
            this.btnRriteEN.Click += new System.EventHandler(this.btnRriteEN_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(469, 5);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(91, 13);
            this.label3.TabIndex = 12;
            this.label3.Text = "Teksti i enkriptuar";
            // 
            // lblTekstiCH
            // 
            this.lblTekstiCH.AutoSize = true;
            this.lblTekstiCH.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.lblTekstiCH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblTekstiCH.Location = new System.Drawing.Point(201, 282);
            this.lblTekstiCH.Name = "lblTekstiCH";
            this.lblTekstiCH.Size = new System.Drawing.Size(15, 15);
            this.lblTekstiCH.TabIndex = 11;
            this.lblTekstiCH.Text = "0";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(446, 284);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(219, 13);
            this.label7.TabIndex = 10;
            this.label7.Text = "Gjatesia e tekstit te enkriptuar (ne karaktere):";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(32, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(39, 13);
            this.label2.TabIndex = 11;
            this.label2.Text = "Teksti:";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // txtCelesi
            // 
            this.txtCelesi.Location = new System.Drawing.Point(365, 39);
            this.txtCelesi.Name = "txtCelesi";
            this.txtCelesi.ReadOnly = true;
            this.txtCelesi.Size = new System.Drawing.Size(32, 20);
            this.txtCelesi.TabIndex = 100;
            this.txtCelesi.Text = "0";
            this.txtCelesi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // lblCelesi
            // 
            this.lblCelesi.AutoSize = true;
            this.lblCelesi.Location = new System.Drawing.Point(362, 23);
            this.lblCelesi.Name = "lblCelesi";
            this.lblCelesi.Size = new System.Drawing.Size(35, 13);
            this.lblCelesi.TabIndex = 101;
            this.lblCelesi.Text = "Celesi";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(21, 282);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(157, 13);
            this.label6.TabIndex = 9;
            this.label6.Text = "Gjatesia e tekstit (ne karaktere):";
            // 
            // btnEnkripto
            // 
            this.btnEnkripto.Location = new System.Drawing.Point(346, 138);
            this.btnEnkripto.Name = "btnEnkripto";
            this.btnEnkripto.Size = new System.Drawing.Size(75, 33);
            this.btnEnkripto.TabIndex = 3;
            this.btnEnkripto.Text = "&Enkripto";
            this.btnEnkripto.UseVisualStyleBackColor = true;
            this.btnEnkripto.Click += new System.EventHandler(this.btnEnkripto_Click);
            // 
            // txtEnkriptuar
            // 
            this.txtEnkriptuar.Location = new System.Drawing.Point(449, 23);
            this.txtEnkriptuar.Multiline = true;
            this.txtEnkriptuar.Name = "txtEnkriptuar";
            this.txtEnkriptuar.Size = new System.Drawing.Size(298, 248);
            this.txtEnkriptuar.TabIndex = 4;
            // 
            // txtPlainText
            // 
            this.txtPlainText.Location = new System.Drawing.Point(14, 23);
            this.txtPlainText.Multiline = true;
            this.txtPlainText.Name = "txtPlainText";
            this.txtPlainText.Size = new System.Drawing.Size(298, 248);
            this.txtPlainText.TabIndex = 0;
            // 
            // tabDekriptimi
            // 
            this.tabDekriptimi.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.tabDekriptimi.Controls.Add(this.lblDECH);
            this.tabDekriptimi.Controls.Add(this.lblEnD);
            this.tabDekriptimi.Controls.Add(this.label10);
            this.tabDekriptimi.Controls.Add(this.label11);
            this.tabDekriptimi.Controls.Add(this.btnZvogloDE);
            this.tabDekriptimi.Controls.Add(this.btnRriteDE);
            this.tabDekriptimi.Controls.Add(this.label5);
            this.tabDekriptimi.Controls.Add(this.label4);
            this.tabDekriptimi.Controls.Add(this.label1);
            this.tabDekriptimi.Controls.Add(this.txtCelesiDE);
            this.tabDekriptimi.Controls.Add(this.txtDekriptuar);
            this.tabDekriptimi.Controls.Add(this.txtiEnkriptuar);
            this.tabDekriptimi.Controls.Add(this.btnDekripto);
            this.tabDekriptimi.ForeColor = System.Drawing.Color.DarkRed;
            this.tabDekriptimi.Location = new System.Drawing.Point(4, 22);
            this.tabDekriptimi.Name = "tabDekriptimi";
            this.tabDekriptimi.Padding = new System.Windows.Forms.Padding(3);
            this.tabDekriptimi.Size = new System.Drawing.Size(765, 306);
            this.tabDekriptimi.TabIndex = 1;
            this.tabDekriptimi.Text = "Dekriptimi";
            // 
            // lblDECH
            // 
            this.lblDECH.AutoSize = true;
            this.lblDECH.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.lblDECH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblDECH.Location = new System.Drawing.Point(683, 286);
            this.lblDECH.Name = "lblDECH";
            this.lblDECH.Size = new System.Drawing.Size(15, 15);
            this.lblDECH.TabIndex = 107;
            this.lblDECH.Text = "0";
            // 
            // lblEnD
            // 
            this.lblEnD.AutoSize = true;
            this.lblEnD.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.lblEnD.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblEnD.Location = new System.Drawing.Point(199, 284);
            this.lblEnD.Name = "lblEnD";
            this.lblEnD.Size = new System.Drawing.Size(15, 15);
            this.lblEnD.TabIndex = 106;
            this.lblEnD.Text = "0";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(444, 286);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(219, 13);
            this.label10.TabIndex = 105;
            this.label10.Text = "Gjatesia e tekstit te enkriptuar (ne karaktere):";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(19, 284);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(157, 13);
            this.label11.TabIndex = 104;
            this.label11.Text = "Gjatesia e tekstit (ne karaktere):";
            // 
            // btnZvogloDE
            // 
            this.btnZvogloDE.Location = new System.Drawing.Point(340, 79);
            this.btnZvogloDE.Name = "btnZvogloDE";
            this.btnZvogloDE.Size = new System.Drawing.Size(26, 22);
            this.btnZvogloDE.TabIndex = 9;
            this.btnZvogloDE.Text = "-";
            this.btnZvogloDE.UseVisualStyleBackColor = true;
            this.btnZvogloDE.Click += new System.EventHandler(this.btnZvogloDE_Click);
            // 
            // btnRriteDE
            // 
            this.btnRriteDE.Location = new System.Drawing.Point(387, 79);
            this.btnRriteDE.Name = "btnRriteDE";
            this.btnRriteDE.Size = new System.Drawing.Size(26, 22);
            this.btnRriteDE.TabIndex = 8;
            this.btnRriteDE.Text = "+";
            this.btnRriteDE.UseVisualStyleBackColor = true;
            this.btnRriteDE.Click += new System.EventHandler(this.btnRriteDE_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(458, 14);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(93, 13);
            this.label5.TabIndex = 15;
            this.label5.Text = "Teksti i Dekriptuar";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(31, 14);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(92, 13);
            this.label4.TabIndex = 14;
            this.label4.Text = "Teksti i Enkriptuar";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(337, 37);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 12;
            this.label1.Text = "Celesi";
            // 
            // txtCelesiDE
            // 
            this.txtCelesiDE.Location = new System.Drawing.Point(340, 53);
            this.txtCelesiDE.Name = "txtCelesiDE";
            this.txtCelesiDE.Size = new System.Drawing.Size(73, 20);
            this.txtCelesiDE.TabIndex = 103;
            this.txtCelesiDE.Text = "0";
            this.txtCelesiDE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // txtDekriptuar
            // 
            this.txtDekriptuar.Location = new System.Drawing.Point(445, 30);
            this.txtDekriptuar.Multiline = true;
            this.txtDekriptuar.Name = "txtDekriptuar";
            this.txtDekriptuar.Size = new System.Drawing.Size(298, 251);
            this.txtDekriptuar.TabIndex = 11;
            // 
            // txtiEnkriptuar
            // 
            this.txtiEnkriptuar.Location = new System.Drawing.Point(18, 30);
            this.txtiEnkriptuar.Multiline = true;
            this.txtiEnkriptuar.Name = "txtiEnkriptuar";
            this.txtiEnkriptuar.Size = new System.Drawing.Size(298, 251);
            this.txtiEnkriptuar.TabIndex = 7;
            // 
            // btnDekripto
            // 
            this.btnDekripto.Location = new System.Drawing.Point(340, 130);
            this.btnDekripto.Name = "btnDekripto";
            this.btnDekripto.Size = new System.Drawing.Size(75, 33);
            this.btnDekripto.TabIndex = 10;
            this.btnDekripto.Text = "Dekripto";
            this.btnDekripto.UseVisualStyleBackColor = true;
            this.btnDekripto.Click += new System.EventHandler(this.btnDekripto_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.SystemColors.Menu;
            this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(790, 24);
            this.menuStrip1.TabIndex = 7;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mNEW,
            this.mOPEN,
            this.mSAVE,
            this.mPRINT,
            this.mEXIT});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
            // 
            // mNEW
            // 
            this.mNEW.Name = "mNEW";
            this.mNEW.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.mNEW.Size = new System.Drawing.Size(145, 22);
            this.mNEW.Text = "&New";
            this.mNEW.Click += new System.EventHandler(this.mNEW_Click);
            // 
            // mOPEN
            // 
            this.mOPEN.Name = "mOPEN";
            this.mOPEN.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.mOPEN.Size = new System.Drawing.Size(145, 22);
            this.mOPEN.Text = "&Open";
            this.mOPEN.Click += new System.EventHandler(this.mOPEN_Click);
            // 
            // mSAVE
            // 
            this.mSAVE.Name = "mSAVE";
            this.mSAVE.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.mSAVE.Size = new System.Drawing.Size(145, 22);
            this.mSAVE.Text = "&Save";
            this.mSAVE.Click += new System.EventHandler(this.mSAVE_Click);
            // 
            // mPRINT
            // 
            this.mPRINT.Name = "mPRINT";
            this.mPRINT.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.mPRINT.Size = new System.Drawing.Size(145, 22);
            this.mPRINT.Text = "&Print";
            this.mPRINT.Click += new System.EventHandler(this.mPRINT_Click);
            // 
            // mEXIT
            // 
            this.mEXIT.Name = "mEXIT";
            this.mEXIT.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
            this.mEXIT.Size = new System.Drawing.Size(145, 22);
            this.mEXIT.Text = "&Exit";
            this.mEXIT.Click += new System.EventHandler(this.mEXIT_Click);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem,
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // alfabetiMeCelesTeEnkriptimitToolStripMenuItem
            // 
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem.Name = "alfabetiMeCelesTeEnkriptimitToolStripMenuItem";
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem.Size = new System.Drawing.Size(239, 22);
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem.Text = "Alfabeti - Me Celes Te Enkriptimit";
            this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem.Click += new System.EventHandler(this.alfabetiMeCelesTeEnkriptimitToolStripMenuItem_Click);
            // 
            // alfabetiMeCelesTeDekriptimitToolStripMenuItem
            // 
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem.Name = "alfabetiMeCelesTeDekriptimitToolStripMenuItem";
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem.Size = new System.Drawing.Size(239, 22);
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem.Text = "Alfabeti - Me Celes Te Dekriptimit";
            this.alfabetiMeCelesTeDekriptimitToolStripMenuItem.Click += new System.EventHandler(this.alfabetiMeCelesTeDekriptimitToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mHISTORY,
            this.mLIBRARY,
            this.mABOUT});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // mHISTORY
            // 
            this.mHISTORY.Name = "mHISTORY";
            this.mHISTORY.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
            this.mHISTORY.Size = new System.Drawing.Size(167, 22);
            this.mHISTORY.Text = "&History!!!";
            this.mHISTORY.Click += new System.EventHandler(this.mHISTORY_Click);
            // 
            // mLIBRARY
            // 
            this.mLIBRARY.Name = "mLIBRARY";
            this.mLIBRARY.ShortcutKeys = System.Windows.Forms.Keys.F1;
            this.mLIBRARY.Size = new System.Drawing.Size(167, 22);
            this.mLIBRARY.Text = "&Library";
            this.mLIBRARY.Click += new System.EventHandler(this.mLIBRARY_Click_1);
            // 
            // mABOUT
            // 
            this.mABOUT.Name = "mABOUT";
            this.mABOUT.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
                        | System.Windows.Forms.Keys.A)));
            this.mABOUT.Size = new System.Drawing.Size(167, 22);
            this.mABOUT.Text = "About";
            this.mABOUT.Click += new System.EventHandler(this.mABOUT_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNEW,
            this.toolOPEN,
            this.toolSAVE,
            this.toolCOPY,
            this.toolStripSeparator1,
            this.toolStripButton3,
            this.toolStripButton2,
            this.toolABOUT,
            this.toolCelesiEN,
            this.toolCelesiDE});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(790, 25);
            this.toolStrip1.TabIndex = 8;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolNEW
            // 
            this.toolNEW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNEW.Image = ((System.Drawing.Image)(resources.GetObject("toolNEW.Image")));
            this.toolNEW.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNEW.Name = "toolNEW";
            this.toolNEW.Size = new System.Drawing.Size(23, 22);
            this.toolNEW.Text = "toolStripButton4";
            this.toolNEW.ToolTipText = "Hap Dokument te Ri";
            this.toolNEW.Click += new System.EventHandler(this.toolNEW_Click);
            // 
            // toolOPEN
            // 
            this.toolOPEN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolOPEN.Image = ((System.Drawing.Image)(resources.GetObject("toolOPEN.Image")));
            this.toolOPEN.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolOPEN.Name = "toolOPEN";
            this.toolOPEN.Size = new System.Drawing.Size(23, 22);
            this.toolOPEN.Text = "toolStripButton5";
            this.toolOPEN.ToolTipText = "Hape Text Fajllin per te Enkriptuar apo dekriptuar";
            this.toolOPEN.Click += new System.EventHandler(this.toolOPEN_Click);
            // 
            // toolSAVE
            // 
            this.toolSAVE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolSAVE.Image = ((System.Drawing.Image)(resources.GetObject("toolSAVE.Image")));
            this.toolSAVE.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolSAVE.Name = "toolSAVE";
            this.toolSAVE.Size = new System.Drawing.Size(23, 22);
            this.toolSAVE.Text = "toolStripButton6";
            this.toolSAVE.ToolTipText = "Ruaje TextBoxin si fjall ";
            this.toolSAVE.Click += new System.EventHandler(this.toolSAVE_Click);
            // 
            // toolCOPY
            // 
            this.toolCOPY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolCOPY.Image = ((System.Drawing.Image)(resources.GetObject("toolCOPY.Image")));
            this.toolCOPY.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolCOPY.Name = "toolCOPY";
            this.toolCOPY.Size = new System.Drawing.Size(23, 22);
            this.toolCOPY.Tag = "E bart textin e Enkriptuar nga TAB Enkriptimi ne TAB Dekriptimi";
            this.toolCOPY.Text = "E bart textin e Enkriptuar nga TAB Enkriptimi ne TAB Dekriptimi";
            this.toolCOPY.Click += new System.EventHandler(this.toolCOPY_Click_1);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton3.Text = "toolStripButton3";
            this.toolStripButton3.ToolTipText = "Ktheju ne TAB-in Enkriptimi";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "toolStripButton2";
            this.toolStripButton2.ToolTipText = "Shko ne TAB-in Dekriptimin";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolABOUT
            // 
            this.toolABOUT.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolABOUT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolABOUT.Image = ((System.Drawing.Image)(resources.GetObject("toolABOUT.Image")));
            this.toolABOUT.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolABOUT.Name = "toolABOUT";
            this.toolABOUT.Size = new System.Drawing.Size(23, 22);
            this.toolABOUT.Text = "toolStripButton1";
            this.toolABOUT.ToolTipText = "Rreth Programit dhe Autorit";
            this.toolABOUT.Click += new System.EventHandler(this.toolABOUT_Click);
            // 
            // toolCelesiEN
            // 
            this.toolCelesiEN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolCelesiEN.Image = ((System.Drawing.Image)(resources.GetObject("toolCelesiEN.Image")));
            this.toolCelesiEN.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolCelesiEN.Name = "toolCelesiEN";
            this.toolCelesiEN.Size = new System.Drawing.Size(23, 22);
            this.toolCelesiEN.Text = "Alfabeti me Celesin Enrkiptimit";
            this.toolCelesiEN.Click += new System.EventHandler(this.toolCelesiEN_Click);
            // 
            // toolCelesiDE
            // 
            this.toolCelesiDE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolCelesiDE.Image = global::CESAR1.Properties.Resources._2;
            this.toolCelesiDE.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolCelesiDE.Name = "toolCelesiDE";
            this.toolCelesiDE.Size = new System.Drawing.Size(23, 22);
            this.toolCelesiDE.Text = "Alfabeti me Celesin e Dekriptimit";
            this.toolCelesiDE.Click += new System.EventHandler(this.toolCelesiDE_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Desktop;
            this.ClientSize = new System.Drawing.Size(790, 463);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "Programi per Enkriptim dhe Dekriptim sipas Cezarit";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabEnkriptimi.ResumeLayout(false);
            this.tabEnkriptimi.PerformLayout();
            this.tabDekriptimi.ResumeLayout(false);
            this.tabDekriptimi.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabEnkriptimi;
        private System.Windows.Forms.TabPage tabDekriptimi;
        private System.Windows.Forms.TextBox txtDekriptuar;
        private System.Windows.Forms.TextBox txtiEnkriptuar;
        private System.Windows.Forms.Button btnDekripto;
        private System.Windows.Forms.Button btnEnkripto;
        private System.Windows.Forms.TextBox txtEnkriptuar;
        private System.Windows.Forms.TextBox txtPlainText;
        private System.Windows.Forms.TextBox txtCelesi;
        private System.Windows.Forms.Label lblCelesi;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtCelesiDE;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mNEW;
        private System.Windows.Forms.ToolStripMenuItem mOPEN;
        private System.Windows.Forms.ToolStripMenuItem mSAVE;
        private System.Windows.Forms.ToolStripMenuItem mPRINT;
        private System.Windows.Forms.ToolStripMenuItem mEXIT;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mHISTORY;
        private System.Windows.Forms.ToolStripMenuItem mABOUT;
        private System.Windows.Forms.ToolStripMenuItem mLIBRARY;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolABOUT;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.ToolStripButton toolNEW;
        private System.Windows.Forms.ToolStripButton toolOPEN;
        private System.Windows.Forms.ToolStripButton toolSAVE;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton toolCOPY;
        private System.Windows.Forms.Button btnZvogloEN;
        private System.Windows.Forms.Button btnRriteEN;
        private System.Windows.Forms.Button btnZvogloDE;
        private System.Windows.Forms.Button btnRriteDE;
        private System.Windows.Forms.ToolStripButton toolCelesiEN;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label lblTekstiCH;
        private System.Windows.Forms.Label lblEnCH;
        private System.Windows.Forms.ToolStripButton toolCelesiDE;
        private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem alfabetiMeCelesTeEnkriptimitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem alfabetiMeCelesTeDekriptimitToolStripMenuItem;
        private System.Windows.Forms.Label lblDECH;
        private System.Windows.Forms.Label lblEnD;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Albania Albania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions