Exemplo n.º 1
0
 /// <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(CC_changepassword));
     iTalk.ControlRenderer controlRenderer4 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable4    = new iTalk.MSColorTable();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_MenuStrip1      = new iTalk.iTalk_MenuStrip();
     this.btnresetpass          = new MonoFlat.MonoFlat_Button();
     this.txtconpass            = new MonoFlat.MonoFlat_TextBox();
     this.txtpassword           = new MonoFlat.MonoFlat_TextBox();
     this.lblusername           = new System.Windows.Forms.Label();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(152, 26);
     this.quitToolStripMenuItem.Text      = "Back";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer4.ColorTable    = msColorTable4;
     controlRenderer4.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer4;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(416, 29);
     this.iTalk_MenuStrip1.TabIndex = 14;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // btnresetpass
     //
     this.btnresetpass.BackColor     = System.Drawing.Color.Transparent;
     this.btnresetpass.Font          = new System.Drawing.Font("Segoe UI", 12F);
     this.btnresetpass.Image         = null;
     this.btnresetpass.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnresetpass.Location      = new System.Drawing.Point(135, 134);
     this.btnresetpass.Name          = "btnresetpass";
     this.btnresetpass.Size          = new System.Drawing.Size(146, 41);
     this.btnresetpass.TabIndex      = 13;
     this.btnresetpass.Text          = "Reset Password";
     this.btnresetpass.TextAlignment = System.Drawing.StringAlignment.Center;
     this.btnresetpass.Click        += new System.EventHandler(this.btnresetpass_Click);
     //
     // txtconpass
     //
     this.txtconpass.BackColor             = System.Drawing.Color.Transparent;
     this.txtconpass.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtconpass.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtconpass.Image                 = ((System.Drawing.Image)(resources.GetObject("txtconpass.Image")));
     this.txtconpass.Location              = new System.Drawing.Point(211, 78);
     this.txtconpass.MaxLength             = 32767;
     this.txtconpass.Multiline             = false;
     this.txtconpass.Name                  = "txtconpass";
     this.txtconpass.ReadOnly              = false;
     this.txtconpass.Size                  = new System.Drawing.Size(187, 41);
     this.txtconpass.TabIndex              = 12;
     this.txtconpass.Text                  = "Confirm Password";
     this.txtconpass.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtconpass.UseSystemPasswordChar = true;
     //
     // txtpassword
     //
     this.txtpassword.BackColor             = System.Drawing.Color.Transparent;
     this.txtpassword.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtpassword.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtpassword.Image                 = ((System.Drawing.Image)(resources.GetObject("txtpassword.Image")));
     this.txtpassword.Location              = new System.Drawing.Point(18, 78);
     this.txtpassword.MaxLength             = 32767;
     this.txtpassword.Multiline             = false;
     this.txtpassword.Name                  = "txtpassword";
     this.txtpassword.ReadOnly              = false;
     this.txtpassword.Size                  = new System.Drawing.Size(187, 41);
     this.txtpassword.TabIndex              = 11;
     this.txtpassword.Text                  = "Password";
     this.txtpassword.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtpassword.UseSystemPasswordChar = true;
     //
     // lblusername
     //
     this.lblusername.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblusername.Location  = new System.Drawing.Point(12, 42);
     this.lblusername.Name      = "lblusername";
     this.lblusername.Size      = new System.Drawing.Size(392, 24);
     this.lblusername.TabIndex  = 10;
     this.lblusername.Text      = "Username";
     this.lblusername.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // CC_changepassword
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(416, 181);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Controls.Add(this.btnresetpass);
     this.Controls.Add(this.txtconpass);
     this.Controls.Add(this.txtpassword);
     this.Controls.Add(this.lblusername);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "CC_changepassword";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Change Password";
     this.Load         += new System.EventHandler(this.CC_changepassword_Load);
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     iTalk.ControlRenderer controlRenderer2 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable2    = new iTalk.MSColorTable();
     iTalk.ControlRenderer controlRenderer3 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable3    = new iTalk.MSColorTable();
     iTalk.ControlRenderer controlRenderer4 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable4    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.iTalk_ProgressBar1       = new iTalk.iTalk_ProgressBar();
     this.iTalk_ControlBox1        = new iTalk.iTalk_ControlBox();
     this.iTalk_ContextMenuStrip1  = new iTalk.iTalk_ContextMenuStrip();
     this.toolStripComboBox1       = new System.Windows.Forms.ToolStripComboBox();
     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.еноToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.еноеноToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.еноToolStripMenuItem2    = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_Icon_Info1         = new iTalk.iTalk_Icon_Info();
     this.iTalk_LinkLabel1         = new iTalk.iTalk_LinkLabel();
     this.iTalk_LinkLabel2         = new iTalk.iTalk_LinkLabel();
     this.iTalk_MenuStrip1         = new iTalk.iTalk_MenuStrip();
     this.еноеToolStripMenuItem1   = new System.Windows.Forms.ToolStripMenuItem();
     this.еноеноеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.енуоToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_HeaderLabel1       = new iTalk.iTalk_HeaderLabel();
     this.iTalk_GroupBox1          = new iTalk.iTalk_GroupBox();
     this.iTalk_Listview1          = new iTalk.iTalk_Listview();
     this.iTalk_NumericUpDown1     = new iTalk.iTalk_NumericUpDown();
     this.iTalk_MenuStrip2         = new iTalk.iTalk_MenuStrip();
     this.iTalk_ProgressIndicator1 = new iTalk.iTalk_ProgressIndicator();
     this.iTalk_ProgressIndicator2 = new iTalk.iTalk_ProgressIndicator();
     this.iTalk_RadioButton1       = new iTalk.iTalk_RadioButton();
     this.iTalk_RichTextBox1       = new iTalk.iTalk_RichTextBox();
     this.iTalk_Separator1         = new iTalk.iTalk_Separator();
     this.iTalk_StatusStrip1       = new iTalk.iTalk_StatusStrip();
     this.toolStripSplitButton1    = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripStatusLabel1    = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2    = new System.Windows.Forms.ToolStripStatusLabel();
     this.iTalk_TabControl1        = new iTalk.iTalk_TabControl();
     this.tabPage1                       = new System.Windows.Forms.TabPage();
     this.tabPage2                       = new System.Windows.Forms.TabPage();
     this.iTalk_TextBox_Small1           = new iTalk.iTalk_TextBox_Small();
     this.iTalk_TrackBar1                = new iTalk.iTalk_TrackBar();
     this.iTalk_Toggle1                  = new iTalk.iTalk_Toggle();
     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.керукеекркукеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.куерукерккToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.куеруеккукерToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_ContextMenuStrip1.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.iTalk_MenuStrip2.SuspendLayout();
     this.iTalk_StatusStrip1.SuspendLayout();
     this.iTalk_TabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // iTalk_ProgressBar1
     //
     this.iTalk_ProgressBar1.Font           = new System.Drawing.Font("Segoe UI", 15F);
     this.iTalk_ProgressBar1.Location       = new System.Drawing.Point(210, 26);
     this.iTalk_ProgressBar1.Maximum        = ((long)(100));
     this.iTalk_ProgressBar1.MinimumSize    = new System.Drawing.Size(100, 100);
     this.iTalk_ProgressBar1.Name           = "iTalk_ProgressBar1";
     this.iTalk_ProgressBar1.ProgressColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(92)))), ((int)(((byte)(92)))));
     this.iTalk_ProgressBar1.ProgressColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(92)))), ((int)(((byte)(92)))));
     this.iTalk_ProgressBar1.ProgressShape  = iTalk.iTalk_ProgressBar._ProgressShape.Round;
     this.iTalk_ProgressBar1.Size           = new System.Drawing.Size(130, 130);
     this.iTalk_ProgressBar1.TabIndex       = 0;
     this.iTalk_ProgressBar1.Text           = "iTalk_ProgressBar1";
     this.iTalk_ProgressBar1.Value          = ((long)(0));
     //
     // iTalk_ControlBox1
     //
     this.iTalk_ControlBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.iTalk_ControlBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_ControlBox1.Location  = new System.Drawing.Point(108, 62);
     this.iTalk_ControlBox1.Name      = "iTalk_ControlBox1";
     this.iTalk_ControlBox1.Size      = new System.Drawing.Size(77, 19);
     this.iTalk_ControlBox1.TabIndex  = 1;
     this.iTalk_ControlBox1.Text      = "iTalk_ControlBox1";
     //
     // iTalk_ContextMenuStrip1
     //
     this.iTalk_ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripComboBox1,
         this.проьToolStripMenuItem,
         this.еноеToolStripMenuItem,
         this.еноToolStripMenuItem
     });
     this.iTalk_ContextMenuStrip1.Name     = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable           = msColorTable1;
     controlRenderer1.RoundedEdges         = true;
     this.iTalk_ContextMenuStrip1.Renderer = controlRenderer1;
     this.iTalk_ContextMenuStrip1.Size     = new System.Drawing.Size(182, 97);
     this.iTalk_ContextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.iTalk_ContextMenuStrip1_Opening);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
     //
     // проьToolStripMenuItem
     //
     this.проьToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.проьToolStripMenuItem.Name      = "проьToolStripMenuItem";
     this.проьToolStripMenuItem.Size      = new System.Drawing.Size(181, 22);
     this.проьToolStripMenuItem.Text      = "проь";
     //
     // еноеToolStripMenuItem
     //
     this.еноеToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноеToolStripMenuItem.Name      = "еноеToolStripMenuItem";
     this.еноеToolStripMenuItem.Size      = new System.Drawing.Size(181, 22);
     this.еноеToolStripMenuItem.Text      = "еное";
     //
     // еноToolStripMenuItem
     //
     this.еноToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.еноеноToolStripMenuItem,
         this.еноToolStripMenuItem1
     });
     this.еноToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноToolStripMenuItem.Name      = "еноToolStripMenuItem";
     this.еноToolStripMenuItem.Size      = new System.Drawing.Size(181, 22);
     this.еноToolStripMenuItem.Text      = "ено";
     //
     // еноеноToolStripMenuItem
     //
     this.еноеноToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноеноToolStripMenuItem.Name      = "еноеноToolStripMenuItem";
     this.еноеноToolStripMenuItem.Size      = new System.Drawing.Size(152, 22);
     this.еноеноToolStripMenuItem.Text      = "еноено";
     //
     // еноToolStripMenuItem1
     //
     this.еноToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.еноеноToolStripMenuItem1,
         this.еноToolStripMenuItem2
     });
     this.еноToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноToolStripMenuItem1.Name      = "еноToolStripMenuItem1";
     this.еноToolStripMenuItem1.Size      = new System.Drawing.Size(152, 22);
     this.еноToolStripMenuItem1.Text      = "ено";
     //
     // еноеноToolStripMenuItem1
     //
     this.еноеноToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноеноToolStripMenuItem1.Name      = "еноеноToolStripMenuItem1";
     this.еноеноToolStripMenuItem1.Size      = new System.Drawing.Size(152, 22);
     this.еноеноToolStripMenuItem1.Text      = "еноено";
     //
     // еноToolStripMenuItem2
     //
     this.еноToolStripMenuItem2.Name = "еноToolStripMenuItem2";
     this.еноToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
     this.еноToolStripMenuItem2.Text = "ено";
     //
     // iTalk_Icon_Info1
     //
     this.iTalk_Icon_Info1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_Icon_Info1.ForeColor = System.Drawing.Color.DimGray;
     this.iTalk_Icon_Info1.Location  = new System.Drawing.Point(223, 194);
     this.iTalk_Icon_Info1.Name      = "iTalk_Icon_Info1";
     this.iTalk_Icon_Info1.Size      = new System.Drawing.Size(33, 33);
     this.iTalk_Icon_Info1.TabIndex  = 3;
     this.iTalk_Icon_Info1.Text      = "iTalk_Icon_Info1";
     //
     // iTalk_LinkLabel1
     //
     this.iTalk_LinkLabel1.ActiveLinkColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     this.iTalk_LinkLabel1.AutoSize         = true;
     this.iTalk_LinkLabel1.BackColor        = System.Drawing.Color.Transparent;
     this.iTalk_LinkLabel1.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_LinkLabel1.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.iTalk_LinkLabel1.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(225)))));
     this.iTalk_LinkLabel1.Location         = new System.Drawing.Point(99, 258);
     this.iTalk_LinkLabel1.Name             = "iTalk_LinkLabel1";
     this.iTalk_LinkLabel1.Size             = new System.Drawing.Size(89, 13);
     this.iTalk_LinkLabel1.TabIndex         = 4;
     this.iTalk_LinkLabel1.TabStop          = true;
     this.iTalk_LinkLabel1.Text             = "iTalk_LinkLabel1";
     this.iTalk_LinkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     //
     // iTalk_LinkLabel2
     //
     this.iTalk_LinkLabel2.ActiveLinkColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     this.iTalk_LinkLabel2.AutoSize         = true;
     this.iTalk_LinkLabel2.BackColor        = System.Drawing.Color.Transparent;
     this.iTalk_LinkLabel2.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_LinkLabel2.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.iTalk_LinkLabel2.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(225)))));
     this.iTalk_LinkLabel2.Location         = new System.Drawing.Point(133, 311);
     this.iTalk_LinkLabel2.Name             = "iTalk_LinkLabel2";
     this.iTalk_LinkLabel2.Size             = new System.Drawing.Size(89, 13);
     this.iTalk_LinkLabel2.TabIndex         = 5;
     this.iTalk_LinkLabel2.TabStop          = true;
     this.iTalk_LinkLabel2.Text             = "iTalk_LinkLabel2";
     this.iTalk_LinkLabel2.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.еноеToolStripMenuItem1
     });
     this.iTalk_MenuStrip1.Location     = new System.Drawing.Point(0, 24);
     this.iTalk_MenuStrip1.Name         = "iTalk_MenuStrip1";
     controlRenderer2.ColorTable        = msColorTable2;
     controlRenderer2.RoundedEdges      = true;
     this.iTalk_MenuStrip1.Renderer     = controlRenderer2;
     this.iTalk_MenuStrip1.Size         = new System.Drawing.Size(557, 24);
     this.iTalk_MenuStrip1.TabIndex     = 6;
     this.iTalk_MenuStrip1.Text         = "iTalk_MenuStrip1";
     this.iTalk_MenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.iTalk_MenuStrip1_ItemClicked);
     //
     // еноеToolStripMenuItem1
     //
     this.еноеToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.еноеноеToolStripMenuItem,
         this.енуоToolStripMenuItem,
         this.toolStripMenuItem2
     });
     this.еноеToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноеToolStripMenuItem1.Name      = "еноеToolStripMenuItem1";
     this.еноеToolStripMenuItem1.Size      = new System.Drawing.Size(45, 20);
     this.еноеToolStripMenuItem1.Text      = "еное";
     //
     // еноеноеToolStripMenuItem
     //
     this.еноеноеToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.еноеноеToolStripMenuItem.Name      = "еноеноеToolStripMenuItem";
     this.еноеноеToolStripMenuItem.Size      = new System.Drawing.Size(152, 22);
     this.еноеноеToolStripMenuItem.Text      = "еноеное";
     //
     // енуоToolStripMenuItem
     //
     this.енуоToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.енуоToolStripMenuItem.Name      = "енуоToolStripMenuItem";
     this.енуоToolStripMenuItem.Size      = new System.Drawing.Size(152, 22);
     this.енуоToolStripMenuItem.Text      = "енуо";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3
     });
     this.toolStripMenuItem2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.toolStripMenuItem2.Name      = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size      = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem2.Text      = "4564";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem3.Text = "4646";
     //
     // iTalk_HeaderLabel1
     //
     this.iTalk_HeaderLabel1.AutoSize  = true;
     this.iTalk_HeaderLabel1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel1.Font      = new System.Drawing.Font("Segoe UI", 25F);
     this.iTalk_HeaderLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.iTalk_HeaderLabel1.Location  = new System.Drawing.Point(31, 244);
     this.iTalk_HeaderLabel1.Name      = "iTalk_HeaderLabel1";
     this.iTalk_HeaderLabel1.Size      = new System.Drawing.Size(308, 46);
     this.iTalk_HeaderLabel1.TabIndex  = 7;
     this.iTalk_HeaderLabel1.Text      = "iTalk_HeaderLabel1";
     //
     // iTalk_GroupBox1
     //
     this.iTalk_GroupBox1.BackColor   = System.Drawing.Color.Transparent;
     this.iTalk_GroupBox1.Location    = new System.Drawing.Point(388, 169);
     this.iTalk_GroupBox1.MinimumSize = new System.Drawing.Size(136, 50);
     this.iTalk_GroupBox1.Name        = "iTalk_GroupBox1";
     this.iTalk_GroupBox1.Padding     = new System.Windows.Forms.Padding(5, 28, 5, 5);
     this.iTalk_GroupBox1.Size        = new System.Drawing.Size(212, 104);
     this.iTalk_GroupBox1.TabIndex    = 8;
     this.iTalk_GroupBox1.Text        = "iTalk_GroupBox1";
     //
     // iTalk_Listview1
     //
     this.iTalk_Listview1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.iTalk_Listview1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.iTalk_Listview1.Location    = new System.Drawing.Point(108, 344);
     this.iTalk_Listview1.Name        = "iTalk_Listview1";
     this.iTalk_Listview1.Size        = new System.Drawing.Size(121, 97);
     this.iTalk_Listview1.TabIndex    = 9;
     this.iTalk_Listview1.UseCompatibleStateImageBehavior = false;
     //
     // iTalk_NumericUpDown1
     //
     this.iTalk_NumericUpDown1.BackColor     = System.Drawing.Color.Transparent;
     this.iTalk_NumericUpDown1.Font          = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_NumericUpDown1.ForeColor     = System.Drawing.Color.DimGray;
     this.iTalk_NumericUpDown1.Location      = new System.Drawing.Point(280, 357);
     this.iTalk_NumericUpDown1.Maximum       = ((long)(100));
     this.iTalk_NumericUpDown1.Minimum       = ((long)(0));
     this.iTalk_NumericUpDown1.MinimumSize   = new System.Drawing.Size(62, 28);
     this.iTalk_NumericUpDown1.Name          = "iTalk_NumericUpDown1";
     this.iTalk_NumericUpDown1.Size          = new System.Drawing.Size(70, 28);
     this.iTalk_NumericUpDown1.TabIndex      = 10;
     this.iTalk_NumericUpDown1.Text          = "iTalk_NumericUpDown1";
     this.iTalk_NumericUpDown1.TextAlignment = iTalk.iTalk_NumericUpDown._TextAlignment.Near;
     this.iTalk_NumericUpDown1.Value         = ((long)(0));
     //
     // iTalk_MenuStrip2
     //
     this.iTalk_MenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.екпкрцкркцерToolStripMenuItem,
         this.цкерццToolStripMenuItem,
         this.цкерцеркцерToolStripMenuItem,
         this.керукеекркукеToolStripMenuItem,
         this.куерукерккToolStripMenuItem,
         this.куеруеккукерToolStripMenuItem
     });
     this.iTalk_MenuStrip2.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip2.Name     = "iTalk_MenuStrip2";
     controlRenderer3.ColorTable    = msColorTable3;
     controlRenderer3.RoundedEdges  = true;
     this.iTalk_MenuStrip2.Renderer = controlRenderer3;
     this.iTalk_MenuStrip2.Size     = new System.Drawing.Size(557, 24);
     this.iTalk_MenuStrip2.TabIndex = 11;
     this.iTalk_MenuStrip2.Text     = "iTalk_MenuStrip2";
     //
     // iTalk_ProgressIndicator1
     //
     this.iTalk_ProgressIndicator1.Location         = new System.Drawing.Point(136, 154);
     this.iTalk_ProgressIndicator1.MinimumSize      = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator1.Name             = "iTalk_ProgressIndicator1";
     this.iTalk_ProgressIndicator1.P_AnimationColor = System.Drawing.Color.DimGray;
     this.iTalk_ProgressIndicator1.P_AnimationSpeed = 100;
     this.iTalk_ProgressIndicator1.P_BaseColor      = System.Drawing.Color.DarkGray;
     this.iTalk_ProgressIndicator1.Size             = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator1.TabIndex         = 12;
     this.iTalk_ProgressIndicator1.Text             = "iTalk_ProgressIndicator1";
     //
     // iTalk_ProgressIndicator2
     //
     this.iTalk_ProgressIndicator2.Location         = new System.Drawing.Point(416, 330);
     this.iTalk_ProgressIndicator2.MinimumSize      = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator2.Name             = "iTalk_ProgressIndicator2";
     this.iTalk_ProgressIndicator2.P_AnimationColor = System.Drawing.Color.DimGray;
     this.iTalk_ProgressIndicator2.P_AnimationSpeed = 100;
     this.iTalk_ProgressIndicator2.P_BaseColor      = System.Drawing.Color.DarkGray;
     this.iTalk_ProgressIndicator2.Size             = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator2.TabIndex         = 13;
     this.iTalk_ProgressIndicator2.Text             = "iTalk_ProgressIndicator2";
     //
     // iTalk_RadioButton1
     //
     this.iTalk_RadioButton1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_RadioButton1.Checked   = false;
     this.iTalk_RadioButton1.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_RadioButton1.Location  = new System.Drawing.Point(39, 344);
     this.iTalk_RadioButton1.Name      = "iTalk_RadioButton1";
     this.iTalk_RadioButton1.Size      = new System.Drawing.Size(132, 15);
     this.iTalk_RadioButton1.TabIndex  = 14;
     this.iTalk_RadioButton1.Text      = "iTalk_RadioButton1";
     //
     // iTalk_RichTextBox1
     //
     this.iTalk_RichTextBox1.AutoWordSelection = false;
     this.iTalk_RichTextBox1.BackColor         = System.Drawing.Color.Transparent;
     this.iTalk_RichTextBox1.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.iTalk_RichTextBox1.ForeColor = System.Drawing.Color.DimGray;
     this.iTalk_RichTextBox1.Location  = new System.Drawing.Point(280, 311);
     this.iTalk_RichTextBox1.Name      = "iTalk_RichTextBox1";
     this.iTalk_RichTextBox1.ReadOnly  = false;
     this.iTalk_RichTextBox1.Size      = new System.Drawing.Size(150, 100);
     this.iTalk_RichTextBox1.TabIndex  = 15;
     this.iTalk_RichTextBox1.Text      = "iTalk_RichTextBox1";
     this.iTalk_RichTextBox1.WordWrap  = true;
     //
     // iTalk_Separator1
     //
     this.iTalk_Separator1.Location = new System.Drawing.Point(388, 94);
     this.iTalk_Separator1.Name     = "iTalk_Separator1";
     this.iTalk_Separator1.Size     = new System.Drawing.Size(120, 25);
     this.iTalk_Separator1.TabIndex = 16;
     this.iTalk_Separator1.Text     = "iTalk_Separator1";
     //
     // iTalk_StatusStrip1
     //
     this.iTalk_StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.toolStripStatusLabel1,
         this.toolStripStatusLabel2
     });
     this.iTalk_StatusStrip1.Location   = new System.Drawing.Point(0, 443);
     this.iTalk_StatusStrip1.Name       = "iTalk_StatusStrip1";
     controlRenderer4.ColorTable        = msColorTable4;
     controlRenderer4.RoundedEdges      = true;
     this.iTalk_StatusStrip1.Renderer   = controlRenderer4;
     this.iTalk_StatusStrip1.Size       = new System.Drawing.Size(557, 22);
     this.iTalk_StatusStrip1.SizingGrip = false;
     this.iTalk_StatusStrip1.TabIndex   = 17;
     this.iTalk_StatusStrip1.Text       = "iTalk_StatusStrip1";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 20);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
     //
     // iTalk_TabControl1
     //
     this.iTalk_TabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
     this.iTalk_TabControl1.Controls.Add(this.tabPage1);
     this.iTalk_TabControl1.Controls.Add(this.tabPage2);
     this.iTalk_TabControl1.DrawMode      = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.iTalk_TabControl1.ItemSize      = new System.Drawing.Size(44, 135);
     this.iTalk_TabControl1.Location      = new System.Drawing.Point(63, 106);
     this.iTalk_TabControl1.Multiline     = true;
     this.iTalk_TabControl1.Name          = "iTalk_TabControl1";
     this.iTalk_TabControl1.SelectedIndex = 0;
     this.iTalk_TabControl1.Size          = new System.Drawing.Size(200, 148);
     this.iTalk_TabControl1.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
     this.iTalk_TabControl1.TabIndex      = 18;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.tabPage1.Location  = new System.Drawing.Point(139, 4);
     this.tabPage1.Name      = "tabPage1";
     this.tabPage1.Padding   = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size      = new System.Drawing.Size(57, 140);
     this.tabPage1.TabIndex  = 0;
     this.tabPage1.Text      = "tabPage1";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.tabPage2.Location  = new System.Drawing.Point(139, 4);
     this.tabPage2.Name      = "tabPage2";
     this.tabPage2.Padding   = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size      = new System.Drawing.Size(57, 140);
     this.tabPage2.TabIndex  = 1;
     this.tabPage2.Text      = "tabPage2";
     this.tabPage2.Click    += new System.EventHandler(this.tabPage2_Click);
     //
     // iTalk_TextBox_Small1
     //
     this.iTalk_TextBox_Small1.BackColor             = System.Drawing.Color.Transparent;
     this.iTalk_TextBox_Small1.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_TextBox_Small1.ForeColor             = System.Drawing.Color.DimGray;
     this.iTalk_TextBox_Small1.Location              = new System.Drawing.Point(265, 206);
     this.iTalk_TextBox_Small1.MaxLength             = 32767;
     this.iTalk_TextBox_Small1.Multiline             = false;
     this.iTalk_TextBox_Small1.Name                  = "iTalk_TextBox_Small1";
     this.iTalk_TextBox_Small1.ReadOnly              = false;
     this.iTalk_TextBox_Small1.Size                  = new System.Drawing.Size(135, 28);
     this.iTalk_TextBox_Small1.TabIndex              = 19;
     this.iTalk_TextBox_Small1.Text                  = "iTalk_TextBox_Small1";
     this.iTalk_TextBox_Small1.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.iTalk_TextBox_Small1.UseSystemPasswordChar = false;
     //
     // iTalk_TrackBar1
     //
     this.iTalk_TrackBar1.DrawHatch       = true;
     this.iTalk_TrackBar1.DrawValueString = false;
     this.iTalk_TrackBar1.JumpToMouse     = false;
     this.iTalk_TrackBar1.Location        = new System.Drawing.Point(371, 52);
     this.iTalk_TrackBar1.Maximum         = 10;
     this.iTalk_TrackBar1.Minimum         = 0;
     this.iTalk_TrackBar1.MinimumSize     = new System.Drawing.Size(37, 22);
     this.iTalk_TrackBar1.Name            = "iTalk_TrackBar1";
     this.iTalk_TrackBar1.Size            = new System.Drawing.Size(80, 22);
     this.iTalk_TrackBar1.TabIndex        = 20;
     this.iTalk_TrackBar1.Text            = "iTalk_TrackBar1";
     this.iTalk_TrackBar1.Value           = 0;
     this.iTalk_TrackBar1.ValueColour     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.iTalk_TrackBar1.ValueDivison    = iTalk.iTalk_TrackBar.ValueDivisor.By1;
     this.iTalk_TrackBar1.ValueToSet      = 0F;
     //
     // iTalk_Toggle1
     //
     this.iTalk_Toggle1.Location = new System.Drawing.Point(420, 417);
     this.iTalk_Toggle1.Name     = "iTalk_Toggle1";
     this.iTalk_Toggle1.Size     = new System.Drawing.Size(41, 23);
     this.iTalk_Toggle1.TabIndex = 21;
     this.iTalk_Toggle1.Text     = "iTalk_Toggle1";
     this.iTalk_Toggle1.Toggled  = false;
     this.iTalk_Toggle1.Type     = iTalk.iTalk_Toggle._Type.YesNo;
     //
     // екпкрцкркцерToolStripMenuItem
     //
     this.екпкрцкркцерToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.церкцкерцкеToolStripMenuItem
     });
     this.екпкрцкркцерToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.екпкрцкркцерToolStripMenuItem.Name      = "екпкрцкркцерToolStripMenuItem";
     this.екпкрцкркцерToolStripMenuItem.Size      = new System.Drawing.Size(97, 20);
     this.екпкрцкркцерToolStripMenuItem.Text      = "екпкрцкркцер";
     //
     // церкцкерцкеToolStripMenuItem
     //
     this.церкцкерцкеToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.церкцкерцкеToolStripMenuItem.Name      = "церкцкерцкеToolStripMenuItem";
     this.церкцкерцкеToolStripMenuItem.Size      = new System.Drawing.Size(152, 22);
     this.церкцкерцкеToolStripMenuItem.Text      = "церкцкерцке";
     //
     // цкерццToolStripMenuItem
     //
     this.цкерццToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.цкерццToolStripMenuItem.Name      = "цкерццToolStripMenuItem";
     this.цкерццToolStripMenuItem.Size      = new System.Drawing.Size(59, 20);
     this.цкерццToolStripMenuItem.Text      = "цкерцц";
     //
     // цкерцеркцерToolStripMenuItem
     //
     this.цкерцеркцерToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.цкерцеркцерToolStripMenuItem.Name      = "цкерцеркцерToolStripMenuItem";
     this.цкерцеркцерToolStripMenuItem.Size      = new System.Drawing.Size(91, 20);
     this.цкерцеркцерToolStripMenuItem.Text      = "цкерцеркцер";
     //
     // керукеекркукеToolStripMenuItem
     //
     this.керукеекркукеToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.керукеекркукеToolStripMenuItem.Name      = "керукеекркукеToolStripMenuItem";
     this.керукеекркукеToolStripMenuItem.Size      = new System.Drawing.Size(99, 20);
     this.керукеекркукеToolStripMenuItem.Text      = "керукеекркуке";
     //
     // куерукерккToolStripMenuItem
     //
     this.куерукерккToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.куерукерккToolStripMenuItem.Name      = "куерукерккToolStripMenuItem";
     this.куерукерккToolStripMenuItem.Size      = new System.Drawing.Size(81, 20);
     this.куерукерккToolStripMenuItem.Text      = "куерукеркк";
     //
     // куеруеккукерToolStripMenuItem
     //
     this.куеруеккукерToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.куеруеккукерToolStripMenuItem.Name      = "куеруеккукерToolStripMenuItem";
     this.куеруеккукерToolStripMenuItem.Size      = new System.Drawing.Size(93, 20);
     this.куеруеккукерToolStripMenuItem.Text      = "куеруеккукер";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(557, 465);
     this.Controls.Add(this.iTalk_Toggle1);
     this.Controls.Add(this.iTalk_TrackBar1);
     this.Controls.Add(this.iTalk_TextBox_Small1);
     this.Controls.Add(this.iTalk_TabControl1);
     this.Controls.Add(this.iTalk_StatusStrip1);
     this.Controls.Add(this.iTalk_Separator1);
     this.Controls.Add(this.iTalk_RichTextBox1);
     this.Controls.Add(this.iTalk_RadioButton1);
     this.Controls.Add(this.iTalk_ProgressIndicator2);
     this.Controls.Add(this.iTalk_ProgressIndicator1);
     this.Controls.Add(this.iTalk_NumericUpDown1);
     this.Controls.Add(this.iTalk_Listview1);
     this.Controls.Add(this.iTalk_GroupBox1);
     this.Controls.Add(this.iTalk_HeaderLabel1);
     this.Controls.Add(this.iTalk_LinkLabel2);
     this.Controls.Add(this.iTalk_LinkLabel1);
     this.Controls.Add(this.iTalk_Icon_Info1);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Controls.Add(this.iTalk_MenuStrip2);
     this.Controls.Add(this.iTalk_ControlBox1);
     this.Controls.Add(this.iTalk_ProgressBar1);
     this.MainMenuStrip = this.iTalk_MenuStrip1;
     this.Name          = "Form1";
     this.Text          = "Form1";
     this.iTalk_ContextMenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.iTalk_MenuStrip2.ResumeLayout(false);
     this.iTalk_MenuStrip2.PerformLayout();
     this.iTalk_StatusStrip1.ResumeLayout(false);
     this.iTalk_StatusStrip1.PerformLayout();
     this.iTalk_TabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Optimised));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.Optimised_Only          = new System.ComponentModel.BackgroundWorker();
     this.Optimised_All           = new System.ComponentModel.BackgroundWorker();
     this.ClearRam                = new System.Windows.Forms.Timer(this.components);
     this.showToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.logoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenWebsite             = new System.ComponentModel.BackgroundWorker();
     this.optionstart             = new System.ComponentModel.BackgroundWorker();
     this.SendInfo                = new System.Windows.Forms.Timer(this.components);
     this.Online                  = new System.ComponentModel.BackgroundWorker();
     this.UpdateProces            = new System.ComponentModel.BackgroundWorker();
     this.CloseProces             = new System.ComponentModel.BackgroundWorker();
     this.iTalk_ThemeContainer1   = new iTalk.iTalk_ThemeContainer();
     this.Notificare              = new System.Windows.Forms.NotifyIcon(this.components);
     this.TrayMeniu               = new iTalk.iTalk_ContextMenuStrip();
     this.reportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.TrayMeniu.SuspendLayout();
     this.SuspendLayout();
     //
     // Optimised_Only
     //
     this.Optimised_Only.WorkerReportsProgress = true;
     this.Optimised_Only.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Optimised_Only_DoWork);
     //
     // Optimised_All
     //
     this.Optimised_All.WorkerReportsProgress = true;
     this.Optimised_All.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Optimised_All_DoWork);
     //
     // ClearRam
     //
     this.ClearRam.Tick += new System.EventHandler(this.ClearRam_Tick);
     //
     // showToolStripMenuItem
     //
     this.showToolStripMenuItem.Name = "showToolStripMenuItem";
     this.showToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // updateToolStripMenuItem
     //
     this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
     this.updateToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // logoutToolStripMenuItem
     //
     this.logoutToolStripMenuItem.Name = "logoutToolStripMenuItem";
     this.logoutToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // OpenWebsite
     //
     this.OpenWebsite.WorkerReportsProgress = true;
     this.OpenWebsite.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Opensite_DoWork);
     //
     // optionstart
     //
     this.optionstart.WorkerReportsProgress = true;
     this.optionstart.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Optionstart_DoWork);
     //
     // SendInfo
     //
     this.SendInfo.Tick += new System.EventHandler(this.SendInfo_Tick);
     //
     // Online
     //
     this.Online.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Sendonline_DoWork);
     //
     // UpdateProces
     //
     this.UpdateProces.DoWork += new System.ComponentModel.DoWorkEventHandler(this.UpdateProces_DoWork);
     //
     // CloseProces
     //
     this.CloseProces.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Closeproc_DoWork);
     //
     // iTalk_ThemeContainer1
     //
     this.iTalk_ThemeContainer1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_ThemeContainer1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.iTalk_ThemeContainer1.Font          = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_ThemeContainer1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.iTalk_ThemeContainer1.Location      = new System.Drawing.Point(0, 0);
     this.iTalk_ThemeContainer1.Name          = "iTalk_ThemeContainer1";
     this.iTalk_ThemeContainer1.Padding       = new System.Windows.Forms.Padding(3, 28, 3, 28);
     this.iTalk_ThemeContainer1.Sizable       = false;
     this.iTalk_ThemeContainer1.Size          = new System.Drawing.Size(126, 39);
     this.iTalk_ThemeContainer1.SmartBounds   = false;
     this.iTalk_ThemeContainer1.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.iTalk_ThemeContainer1.TabIndex      = 0;
     this.iTalk_ThemeContainer1.Text          = "Optimised";
     //
     // Notificare
     //
     this.Notificare.ContextMenuStrip = this.TrayMeniu;
     this.Notificare.Icon             = ((System.Drawing.Icon)(resources.GetObject("Notificare.Icon")));
     this.Notificare.Text             = "Optimised";
     this.Notificare.Visible          = true;
     //
     // TrayMeniu
     //
     this.TrayMeniu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.reportToolStripMenuItem
     });
     this.TrayMeniu.Name           = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable   = msColorTable1;
     controlRenderer1.RoundedEdges = true;
     this.TrayMeniu.Renderer       = controlRenderer1;
     this.TrayMeniu.Size           = new System.Drawing.Size(110, 26);
     //
     // reportToolStripMenuItem
     //
     this.reportToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.reportToolStripMenuItem.Name      = "reportToolStripMenuItem";
     this.reportToolStripMenuItem.Size      = new System.Drawing.Size(109, 22);
     this.reportToolStripMenuItem.Text      = "Report";
     this.reportToolStripMenuItem.Click    += new System.EventHandler(this.ReportToolStripMenuItem_Click);
     //
     // Optimised
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(126, 39);
     this.Controls.Add(this.iTalk_ThemeContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(126, 39);
     this.Name            = "Optimised";
     this.Opacity         = 0D;
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Optimised";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.WindowState     = System.Windows.Forms.FormWindowState.Minimized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Optimised_FormClosing);
     this.Load           += new System.EventHandler(this.Optimised_Load);
     this.TrayMeniu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(loginDiag));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.bunifuElipse1             = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel1                    = new System.Windows.Forms.Panel();
     this.yes                       = new Bunifu.Framework.UI.BunifuThinButton2();
     this.mensaje                   = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.aceptar                   = new Bunifu.Framework.UI.BunifuThinButton2();
     this.no                        = new Bunifu.Framework.UI.BunifuThinButton2();
     this.bunifuFormFadeTransition1 = new Bunifu.Framework.UI.BunifuFormFadeTransition(this.components);
     this.iTalk_ContextMenuStrip1   = new iTalk.iTalk_ContextMenuStrip();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 25;
     this.bunifuElipse1.TargetControl = this;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.yes);
     this.panel1.Controls.Add(this.mensaje);
     this.panel1.Controls.Add(this.aceptar);
     this.panel1.Controls.Add(this.no);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(342, 185);
     this.panel1.TabIndex = 2;
     //
     // yes
     //
     this.yes.ActiveBorderThickness = 1;
     this.yes.ActiveCornerRadius    = 20;
     this.yes.ActiveFillColor       = System.Drawing.Color.White;
     this.yes.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.yes.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.yes.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.yes.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("yes.BackgroundImage")));
     this.yes.ButtonText            = "Si";
     this.yes.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.yes.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.yes.ForeColor           = System.Drawing.Color.SeaGreen;
     this.yes.IdleBorderThickness = 2;
     this.yes.IdleCornerRadius    = 20;
     this.yes.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.yes.IdleForecolor       = System.Drawing.Color.White;
     this.yes.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.yes.Location            = new System.Drawing.Point(27, 126);
     this.yes.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.yes.Name                = "yes";
     this.yes.Size                = new System.Drawing.Size(92, 45);
     this.yes.TabIndex            = 0;
     this.yes.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.yes.Click              += new System.EventHandler(this.yes_Click);
     //
     // mensaje
     //
     this.mensaje.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.mensaje.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.mensaje.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mensaje.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.mensaje.HintForeColor       = System.Drawing.Color.Empty;
     this.mensaje.HintText            = "";
     this.mensaje.isPassword          = false;
     this.mensaje.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.mensaje.LineIdleColor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.mensaje.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.mensaje.LineThickness       = 2;
     this.mensaje.Location            = new System.Drawing.Point(13, 38);
     this.mensaje.Margin              = new System.Windows.Forms.Padding(4);
     this.mensaje.Name                = "mensaje";
     this.mensaje.Size                = new System.Drawing.Size(316, 61);
     this.mensaje.TabIndex            = 2;
     this.mensaje.Text                = "bunifuMaterialTextbox1";
     this.mensaje.TextAlign           = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // aceptar
     //
     this.aceptar.ActiveBorderThickness = 1;
     this.aceptar.ActiveCornerRadius    = 20;
     this.aceptar.ActiveFillColor       = System.Drawing.Color.White;
     this.aceptar.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.aceptar.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.aceptar.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.aceptar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("aceptar.BackgroundImage")));
     this.aceptar.ButtonText            = "Aceptar";
     this.aceptar.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.aceptar.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aceptar.ForeColor           = System.Drawing.Color.SeaGreen;
     this.aceptar.IdleBorderThickness = 2;
     this.aceptar.IdleCornerRadius    = 20;
     this.aceptar.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.aceptar.IdleForecolor       = System.Drawing.Color.White;
     this.aceptar.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.aceptar.Location            = new System.Drawing.Point(125, 126);
     this.aceptar.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.aceptar.Name                = "aceptar";
     this.aceptar.Size                = new System.Drawing.Size(92, 45);
     this.aceptar.TabIndex            = 1;
     this.aceptar.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.aceptar.Click              += new System.EventHandler(this.aceptar_Click);
     //
     // no
     //
     this.no.ActiveBorderThickness = 1;
     this.no.ActiveCornerRadius    = 20;
     this.no.ActiveFillColor       = System.Drawing.Color.White;
     this.no.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.no.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.no.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.no.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("no.BackgroundImage")));
     this.no.ButtonText            = "No";
     this.no.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.no.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.no.ForeColor           = System.Drawing.Color.SeaGreen;
     this.no.IdleBorderThickness = 2;
     this.no.IdleCornerRadius    = 20;
     this.no.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(127)))), ((int)(((byte)(150)))));
     this.no.IdleForecolor       = System.Drawing.Color.White;
     this.no.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(84)))), ((int)(((byte)(100)))));
     this.no.Location            = new System.Drawing.Point(223, 126);
     this.no.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.no.Name                = "no";
     this.no.Size                = new System.Drawing.Size(92, 45);
     this.no.TabIndex            = 2;
     this.no.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.no.Click              += new System.EventHandler(this.no_Click);
     //
     // bunifuFormFadeTransition1
     //
     this.bunifuFormFadeTransition1.Delay = 1;
     //
     // iTalk_ContextMenuStrip1
     //
     this.iTalk_ContextMenuStrip1.Name     = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable           = msColorTable1;
     controlRenderer1.RoundedEdges         = true;
     this.iTalk_ContextMenuStrip1.Renderer = controlRenderer1;
     this.iTalk_ContextMenuStrip1.Size     = new System.Drawing.Size(61, 4);
     //
     // loginDiag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Violet;
     this.ClientSize          = new System.Drawing.Size(342, 185);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location        = new System.Drawing.Point(513, 305);
     this.Name            = "loginDiag";
     this.Opacity         = 0.7D;
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "loginDiag";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.loginDiag_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <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(frmdashboard));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.label3                             = new System.Windows.Forms.Label();
     this.statusStrip1                       = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1              = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2                             = new System.Windows.Forms.Panel();
     this.label6                             = new System.Windows.Forms.Label();
     this.pictureBox4                        = new System.Windows.Forms.PictureBox();
     this.pictureBox1                        = new System.Windows.Forms.PictureBox();
     this.dataGridView1                      = new System.Windows.Forms.DataGridView();
     this.panel3                             = new System.Windows.Forms.Panel();
     this.label5                             = new System.Windows.Forms.Label();
     this.pictureBox3                        = new System.Windows.Forms.PictureBox();
     this.panel1                             = new System.Windows.Forms.Panel();
     this.label4                             = new System.Windows.Forms.Label();
     this.pictureBox2                        = new System.Windows.Forms.PictureBox();
     this.panel4                             = new System.Windows.Forms.Panel();
     this.label1                             = new System.Windows.Forms.Label();
     this.lblprofileactive                   = new System.Windows.Forms.Label();
     this.lblposition                        = new System.Windows.Forms.Label();
     this.lbltotaluser                       = new System.Windows.Forms.Label();
     this.lblstock                           = new System.Windows.Forms.Label();
     this.lblsales                           = new System.Windows.Forms.Label();
     this.lbldeliver                         = new System.Windows.Forms.Label();
     this.ambiance_Separator1                = new Ambiance.Ambiance_Separator();
     this.iTalk_MenuStrip1                   = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.signoutToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.studentToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.addUsersToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.reportSalesToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.salesToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.inventoryToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.deliveryToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.groupToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.addInventoryToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.lowStockToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.projectToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.addSalesToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.lecturerToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.checkViewDeliveryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moreToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.customerToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.driverToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.changePasswordToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel4.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(149, 37);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(125, 25);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "No of Users";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 674);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1354, 22);
     this.statusStrip1.TabIndex = 17;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(39, 17);
     this.toolStripStatusLabel1.Text = "Status";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.lbldeliver);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.pictureBox4);
     this.panel2.Location = new System.Drawing.Point(1030, 84);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(312, 127);
     this.panel2.TabIndex = 13;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(133, 37);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(147, 25);
     this.label6.TabIndex  = 4;
     this.label6.Text      = "No of Delivery";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(0, 0);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(129, 127);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(131, 127);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.Teal;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(17, 238);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(1325, 426);
     this.dataGridView1.TabIndex = 16;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Teal;
     this.panel3.Controls.Add(this.lblsales);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.pictureBox3);
     this.panel3.Location = new System.Drawing.Point(690, 84);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(312, 127);
     this.panel3.TabIndex = 15;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(149, 37);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(66, 25);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "Sales";
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(0, 0);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(133, 127);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 2;
     this.pictureBox3.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.lbltotaluser);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Location = new System.Drawing.Point(17, 84);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(312, 127);
     this.panel1.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(135, 37);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 25);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Inventory";
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(-5, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(134, 127);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Teal;
     this.panel4.Controls.Add(this.lblstock);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.pictureBox2);
     this.panel4.Location = new System.Drawing.Point(351, 84);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(312, 127);
     this.panel4.TabIndex = 14;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(12, 39);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(117, 25);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "Dashboard";
     //
     // lblprofileactive
     //
     this.lblprofileactive.BackColor = System.Drawing.Color.Transparent;
     this.lblprofileactive.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblprofileactive.ForeColor = System.Drawing.Color.DimGray;
     this.lblprofileactive.Location  = new System.Drawing.Point(135, 41);
     this.lblprofileactive.Name      = "lblprofileactive";
     this.lblprofileactive.Size      = new System.Drawing.Size(1207, 20);
     this.lblprofileactive.TabIndex  = 11;
     this.lblprofileactive.Text      = "Active Profile: Admin";
     this.lblprofileactive.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblposition
     //
     this.lblposition.AutoSize = true;
     this.lblposition.Location = new System.Drawing.Point(963, 48);
     this.lblposition.Name     = "lblposition";
     this.lblposition.Size     = new System.Drawing.Size(35, 13);
     this.lblposition.TabIndex = 18;
     this.lblposition.Text     = "label2";
     this.lblposition.Visible  = false;
     //
     // lbltotaluser
     //
     this.lbltotaluser.AutoSize  = true;
     this.lbltotaluser.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltotaluser.ForeColor = System.Drawing.Color.White;
     this.lbltotaluser.Location  = new System.Drawing.Point(149, 71);
     this.lbltotaluser.Name      = "lbltotaluser";
     this.lbltotaluser.Size      = new System.Drawing.Size(107, 25);
     this.lbltotaluser.TabIndex  = 2;
     this.lbltotaluser.Text      = "No Users:";
     //
     // lblstock
     //
     this.lblstock.AutoSize  = true;
     this.lblstock.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstock.ForeColor = System.Drawing.Color.White;
     this.lblstock.Location  = new System.Drawing.Point(135, 71);
     this.lblstock.Name      = "lblstock";
     this.lblstock.Size      = new System.Drawing.Size(50, 25);
     this.lblstock.TabIndex  = 3;
     this.lblstock.Text      = "Rs: ";
     //
     // lblsales
     //
     this.lblsales.AutoSize  = true;
     this.lblsales.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblsales.ForeColor = System.Drawing.Color.White;
     this.lblsales.Location  = new System.Drawing.Point(149, 71);
     this.lblsales.Name      = "lblsales";
     this.lblsales.Size      = new System.Drawing.Size(50, 25);
     this.lblsales.TabIndex  = 4;
     this.lblsales.Text      = "Rs: ";
     //
     // lbldeliver
     //
     this.lbldeliver.AutoSize  = true;
     this.lbldeliver.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbldeliver.ForeColor = System.Drawing.Color.White;
     this.lbldeliver.Location  = new System.Drawing.Point(132, 71);
     this.lbldeliver.Name      = "lbldeliver";
     this.lbldeliver.Size      = new System.Drawing.Size(75, 25);
     this.lbldeliver.TabIndex  = 5;
     this.lbldeliver.Text      = "No of: ";
     this.lbldeliver.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // ambiance_Separator1
     //
     this.ambiance_Separator1.ForeColor = System.Drawing.Color.Black;
     this.ambiance_Separator1.Location  = new System.Drawing.Point(0, 67);
     this.ambiance_Separator1.Name      = "ambiance_Separator1";
     this.ambiance_Separator1.Size      = new System.Drawing.Size(1354, 10);
     this.ambiance_Separator1.TabIndex  = 9;
     this.ambiance_Separator1.Text      = "ambiance_Separator1";
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.studentToolStripMenuItem,
         this.groupToolStripMenuItem,
         this.projectToolStripMenuItem,
         this.lecturerToolStripMenuItem,
         this.moreToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer1.ColorTable    = msColorTable1;
     controlRenderer1.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer1;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1354, 29);
     this.iTalk_MenuStrip1.TabIndex = 8;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.signoutToolStripMenuItem,
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // signoutToolStripMenuItem
     //
     this.signoutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.signoutToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("signoutToolStripMenuItem.Image")));
     this.signoutToolStripMenuItem.Name      = "signoutToolStripMenuItem";
     this.signoutToolStripMenuItem.Size      = new System.Drawing.Size(134, 26);
     this.signoutToolStripMenuItem.Text      = "Signout";
     this.signoutToolStripMenuItem.Click    += new System.EventHandler(this.signoutToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(134, 26);
     this.quitToolStripMenuItem.Text      = "Quit";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // studentToolStripMenuItem
     //
     this.studentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addUsersToolStripMenuItem,
         this.reportSalesToolStripMenuItem
     });
     this.studentToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.studentToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("studentToolStripMenuItem.Image")));
     this.studentToolStripMenuItem.Name      = "studentToolStripMenuItem";
     this.studentToolStripMenuItem.Size      = new System.Drawing.Size(84, 25);
     this.studentToolStripMenuItem.Text      = "Admin";
     //
     // addUsersToolStripMenuItem
     //
     this.addUsersToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.addUsersToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("addUsersToolStripMenuItem.Image")));
     this.addUsersToolStripMenuItem.Name      = "addUsersToolStripMenuItem";
     this.addUsersToolStripMenuItem.Size      = new System.Drawing.Size(151, 26);
     this.addUsersToolStripMenuItem.Text      = "Add Users";
     this.addUsersToolStripMenuItem.Click    += new System.EventHandler(this.addUsersToolStripMenuItem_Click);
     //
     // reportSalesToolStripMenuItem
     //
     this.reportSalesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.salesToolStripMenuItem,
         this.inventoryToolStripMenuItem,
         this.deliveryToolStripMenuItem
     });
     this.reportSalesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.reportSalesToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("reportSalesToolStripMenuItem.Image")));
     this.reportSalesToolStripMenuItem.Name      = "reportSalesToolStripMenuItem";
     this.reportSalesToolStripMenuItem.Size      = new System.Drawing.Size(151, 26);
     this.reportSalesToolStripMenuItem.Text      = "Report";
     //
     // salesToolStripMenuItem
     //
     this.salesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.salesToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("salesToolStripMenuItem.Image")));
     this.salesToolStripMenuItem.Name      = "salesToolStripMenuItem";
     this.salesToolStripMenuItem.Size      = new System.Drawing.Size(146, 26);
     this.salesToolStripMenuItem.Text      = "Sales";
     //
     // inventoryToolStripMenuItem
     //
     this.inventoryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.inventoryToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("inventoryToolStripMenuItem.Image")));
     this.inventoryToolStripMenuItem.Name      = "inventoryToolStripMenuItem";
     this.inventoryToolStripMenuItem.Size      = new System.Drawing.Size(146, 26);
     this.inventoryToolStripMenuItem.Text      = "Inventory";
     //
     // deliveryToolStripMenuItem
     //
     this.deliveryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.deliveryToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("deliveryToolStripMenuItem.Image")));
     this.deliveryToolStripMenuItem.Name      = "deliveryToolStripMenuItem";
     this.deliveryToolStripMenuItem.Size      = new System.Drawing.Size(146, 26);
     this.deliveryToolStripMenuItem.Text      = "Delivery";
     //
     // groupToolStripMenuItem
     //
     this.groupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addInventoryToolStripMenuItem,
         this.lowStockToolStripMenuItem
     });
     this.groupToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.groupToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("groupToolStripMenuItem.Image")));
     this.groupToolStripMenuItem.Name      = "groupToolStripMenuItem";
     this.groupToolStripMenuItem.Size      = new System.Drawing.Size(104, 25);
     this.groupToolStripMenuItem.Text      = "Inventory";
     //
     // addInventoryToolStripMenuItem
     //
     this.addInventoryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.addInventoryToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("addInventoryToolStripMenuItem.Image")));
     this.addInventoryToolStripMenuItem.Name      = "addInventoryToolStripMenuItem";
     this.addInventoryToolStripMenuItem.Size      = new System.Drawing.Size(179, 26);
     this.addInventoryToolStripMenuItem.Text      = "Add Inventory";
     this.addInventoryToolStripMenuItem.Click    += new System.EventHandler(this.addInventoryToolStripMenuItem_Click);
     //
     // lowStockToolStripMenuItem
     //
     this.lowStockToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.lowStockToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("lowStockToolStripMenuItem.Image")));
     this.lowStockToolStripMenuItem.Name      = "lowStockToolStripMenuItem";
     this.lowStockToolStripMenuItem.Size      = new System.Drawing.Size(179, 26);
     this.lowStockToolStripMenuItem.Text      = "Low Inventory";
     this.lowStockToolStripMenuItem.Click    += new System.EventHandler(this.lowStockToolStripMenuItem_Click);
     //
     // projectToolStripMenuItem
     //
     this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addSalesToolStripMenuItem
     });
     this.projectToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.projectToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("projectToolStripMenuItem.Image")));
     this.projectToolStripMenuItem.Name      = "projectToolStripMenuItem";
     this.projectToolStripMenuItem.Size      = new System.Drawing.Size(74, 25);
     this.projectToolStripMenuItem.Text      = "Sales";
     //
     // addSalesToolStripMenuItem
     //
     this.addSalesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.addSalesToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("addSalesToolStripMenuItem.Image")));
     this.addSalesToolStripMenuItem.Name      = "addSalesToolStripMenuItem";
     this.addSalesToolStripMenuItem.Size      = new System.Drawing.Size(188, 26);
     this.addSalesToolStripMenuItem.Text      = "Add/View Sales";
     this.addSalesToolStripMenuItem.Click    += new System.EventHandler(this.addSalesToolStripMenuItem_Click);
     //
     // lecturerToolStripMenuItem
     //
     this.lecturerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.checkViewDeliveryToolStripMenuItem
     });
     this.lecturerToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.lecturerToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("lecturerToolStripMenuItem.Image")));
     this.lecturerToolStripMenuItem.Name      = "lecturerToolStripMenuItem";
     this.lecturerToolStripMenuItem.Size      = new System.Drawing.Size(95, 25);
     this.lecturerToolStripMenuItem.Text      = "Delivery";
     //
     // checkViewDeliveryToolStripMenuItem
     //
     this.checkViewDeliveryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.checkViewDeliveryToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("checkViewDeliveryToolStripMenuItem.Image")));
     this.checkViewDeliveryToolStripMenuItem.Name      = "checkViewDeliveryToolStripMenuItem";
     this.checkViewDeliveryToolStripMenuItem.Size      = new System.Drawing.Size(223, 26);
     this.checkViewDeliveryToolStripMenuItem.Text      = "Check/View Delivery";
     this.checkViewDeliveryToolStripMenuItem.Click    += new System.EventHandler(this.checkViewDeliveryToolStripMenuItem_Click);
     //
     // moreToolStripMenuItem
     //
     this.moreToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.customerToolStripMenuItem,
         this.driverToolStripMenuItem,
         this.changePasswordToolStripMenuItem
     });
     this.moreToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.moreToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("moreToolStripMenuItem.Image")));
     this.moreToolStripMenuItem.Name      = "moreToolStripMenuItem";
     this.moreToolStripMenuItem.Size      = new System.Drawing.Size(75, 25);
     this.moreToolStripMenuItem.Text      = "More";
     //
     // customerToolStripMenuItem
     //
     this.customerToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.customerToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("customerToolStripMenuItem.Image")));
     this.customerToolStripMenuItem.Name      = "customerToolStripMenuItem";
     this.customerToolStripMenuItem.Size      = new System.Drawing.Size(203, 26);
     this.customerToolStripMenuItem.Text      = "Customer";
     this.customerToolStripMenuItem.Click    += new System.EventHandler(this.customerToolStripMenuItem_Click);
     //
     // driverToolStripMenuItem
     //
     this.driverToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.driverToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("driverToolStripMenuItem.Image")));
     this.driverToolStripMenuItem.Name      = "driverToolStripMenuItem";
     this.driverToolStripMenuItem.Size      = new System.Drawing.Size(203, 26);
     this.driverToolStripMenuItem.Text      = "Driver";
     this.driverToolStripMenuItem.Click    += new System.EventHandler(this.driverToolStripMenuItem_Click);
     //
     // changePasswordToolStripMenuItem
     //
     this.changePasswordToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.changePasswordToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("changePasswordToolStripMenuItem.Image")));
     this.changePasswordToolStripMenuItem.Name      = "changePasswordToolStripMenuItem";
     this.changePasswordToolStripMenuItem.Size      = new System.Drawing.Size(203, 26);
     this.changePasswordToolStripMenuItem.Text      = "Change Password";
     this.changePasswordToolStripMenuItem.Click    += new System.EventHandler(this.changePasswordToolStripMenuItem_Click);
     //
     // frmdashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1354, 696);
     this.Controls.Add(this.lblposition);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblprofileactive);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ambiance_Separator1);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmdashboard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Dashboard";
     this.Load         += new System.EventHandler(this.frmdashboard_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     iTalk.ControlRenderer controlRenderer2 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable2    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.topbar                     = new System.Windows.Forms.Panel();
     this.hwite                      = new System.Windows.Forms.Panel();
     this.icn                        = new System.Windows.Forms.PictureBox();
     this.yeeFormatThis              = new System.ComponentModel.BackgroundWorker();
     this.info_about_btn             = new System.Windows.Forms.PictureBox();
     this.vanity_link                = new iTalk.iTalk_HeaderLabel();
     this.doFormatNow                = new iTalk.iTalk_Button_2();
     this.VolumeName                 = new iTalk.iTalk_TextBox_Small();
     this.iTalk_HeaderLabel4         = new iTalk.iTalk_HeaderLabel();
     this.iTalk_HeaderLabel3         = new iTalk.iTalk_HeaderLabel();
     this.drives_list_cbox           = new iTalk.iTalk_ComboBox();
     this.iTalk_HeaderLabel2         = new iTalk.iTalk_HeaderLabel();
     this.iTalk_GroupBox1            = new iTalk.iTalk_GroupBox();
     this.evLog                      = new System.Windows.Forms.RichTextBox();
     this.FS_CBOX                    = new iTalk.iTalk_ComboBox();
     this.iTalk_ControlBox1          = new iTalk.iTalk_ControlBox();
     this.iTalk_HeaderLabel1         = new iTalk.iTalk_HeaderLabel();
     this.iTalk_ContextMenuStrip1    = new iTalk.iTalk_ContextMenuStrip();
     this.logs_cmenu                 = new iTalk.iTalk_ContextMenuStrip();
     this.clearLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.topbar.SuspendLayout();
     this.hwite.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.icn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.info_about_btn)).BeginInit();
     this.iTalk_GroupBox1.SuspendLayout();
     this.logs_cmenu.SuspendLayout();
     this.SuspendLayout();
     //
     // topbar
     //
     this.topbar.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.topbar.Controls.Add(this.iTalk_ControlBox1);
     this.topbar.Controls.Add(this.iTalk_HeaderLabel1);
     this.topbar.Location   = new System.Drawing.Point(29, 0);
     this.topbar.Name       = "topbar";
     this.topbar.Size       = new System.Drawing.Size(527, 27);
     this.topbar.TabIndex   = 0;
     this.topbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.topbar_MouseDown);
     //
     // hwite
     //
     this.hwite.BackColor = System.Drawing.Color.White;
     this.hwite.Controls.Add(this.icn);
     this.hwite.Location = new System.Drawing.Point(0, 0);
     this.hwite.Name     = "hwite";
     this.hwite.Size     = new System.Drawing.Size(30, 27);
     this.hwite.TabIndex = 1;
     //
     // icn
     //
     this.icn.Image    = global::MicroFormat.Properties.Resources.hard_disk__1_;
     this.icn.Location = new System.Drawing.Point(2, 2);
     this.icn.Name     = "icn";
     this.icn.Size     = new System.Drawing.Size(24, 22);
     this.icn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.icn.TabIndex = 4;
     this.icn.TabStop  = false;
     //
     // yeeFormatThis
     //
     this.yeeFormatThis.WorkerReportsProgress      = true;
     this.yeeFormatThis.WorkerSupportsCancellation = true;
     this.yeeFormatThis.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.yeeFormatThis_DoWork);
     this.yeeFormatThis.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.yeeFormatThis_RunWorkerCompleted);
     //
     // info_about_btn
     //
     this.info_about_btn.Image    = global::MicroFormat.Properties.Resources.info;
     this.info_about_btn.Location = new System.Drawing.Point(529, 562);
     this.info_about_btn.Name     = "info_about_btn";
     this.info_about_btn.Size     = new System.Drawing.Size(24, 21);
     this.info_about_btn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.info_about_btn.TabIndex = 4;
     this.info_about_btn.TabStop  = false;
     this.info_about_btn.Click   += new System.EventHandler(this.info_about_btn_Click);
     //
     // vanity_link
     //
     this.vanity_link.AutoSize  = true;
     this.vanity_link.BackColor = System.Drawing.Color.Transparent;
     this.vanity_link.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.vanity_link.ForeColor = System.Drawing.Color.Gray;
     this.vanity_link.Location  = new System.Drawing.Point(3, 560);
     this.vanity_link.Name      = "vanity_link";
     this.vanity_link.Size      = new System.Drawing.Size(180, 21);
     this.vanity_link.TabIndex  = 11;
     this.vanity_link.Text      = "by GeoSn0w (@FCE365)";
     this.vanity_link.Click    += new System.EventHandler(this.vanity_link_Click);
     //
     // doFormatNow
     //
     this.doFormatNow.BackColor     = System.Drawing.Color.Transparent;
     this.doFormatNow.Font          = new System.Drawing.Font("Segoe UI", 14F);
     this.doFormatNow.ForeColor     = System.Drawing.Color.White;
     this.doFormatNow.Image         = null;
     this.doFormatNow.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.doFormatNow.Location      = new System.Drawing.Point(141, 192);
     this.doFormatNow.Name          = "doFormatNow";
     this.doFormatNow.Size          = new System.Drawing.Size(274, 40);
     this.doFormatNow.TabIndex      = 10;
     this.doFormatNow.Text          = "Format Drive";
     this.doFormatNow.TextAlignment = System.Drawing.StringAlignment.Center;
     this.doFormatNow.Click        += new System.EventHandler(this.doFormatNow_Click);
     //
     // VolumeName
     //
     this.VolumeName.BackColor             = System.Drawing.Color.Transparent;
     this.VolumeName.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.VolumeName.ForeColor             = System.Drawing.Color.DimGray;
     this.VolumeName.Location              = new System.Drawing.Point(217, 140);
     this.VolumeName.MaxLength             = 32;
     this.VolumeName.Multiline             = false;
     this.VolumeName.Name                  = "VolumeName";
     this.VolumeName.ReadOnly              = false;
     this.VolumeName.Size                  = new System.Drawing.Size(305, 28);
     this.VolumeName.TabIndex              = 9;
     this.VolumeName.Text                  = "New Volume";
     this.VolumeName.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.VolumeName.UseSystemPasswordChar = false;
     this.VolumeName.TextChanged          += new System.EventHandler(this.VolumeName_TextChanged);
     //
     // iTalk_HeaderLabel4
     //
     this.iTalk_HeaderLabel4.AutoSize  = true;
     this.iTalk_HeaderLabel4.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel4.Font      = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_HeaderLabel4.ForeColor = System.Drawing.Color.DarkGray;
     this.iTalk_HeaderLabel4.Location  = new System.Drawing.Point(30, 136);
     this.iTalk_HeaderLabel4.Name      = "iTalk_HeaderLabel4";
     this.iTalk_HeaderLabel4.Size      = new System.Drawing.Size(169, 30);
     this.iTalk_HeaderLabel4.TabIndex  = 8;
     this.iTalk_HeaderLabel4.Text      = "New Drive Label:";
     //
     // iTalk_HeaderLabel3
     //
     this.iTalk_HeaderLabel3.AutoSize  = true;
     this.iTalk_HeaderLabel3.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel3.Font      = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_HeaderLabel3.ForeColor = System.Drawing.Color.DarkGray;
     this.iTalk_HeaderLabel3.Location  = new System.Drawing.Point(30, 94);
     this.iTalk_HeaderLabel3.Name      = "iTalk_HeaderLabel3";
     this.iTalk_HeaderLabel3.Size      = new System.Drawing.Size(166, 30);
     this.iTalk_HeaderLabel3.TabIndex  = 7;
     this.iTalk_HeaderLabel3.Text      = "Drive To Format:";
     //
     // drives_list_cbox
     //
     this.drives_list_cbox.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.drives_list_cbox.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.drives_list_cbox.DropDownHeight        = 100;
     this.drives_list_cbox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.drives_list_cbox.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.drives_list_cbox.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.drives_list_cbox.FormattingEnabled     = true;
     this.drives_list_cbox.HoverSelectionColor   = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     this.drives_list_cbox.IntegralHeight        = false;
     this.drives_list_cbox.ItemHeight            = 20;
     this.drives_list_cbox.Location              = new System.Drawing.Point(217, 98);
     this.drives_list_cbox.Name                  = "drives_list_cbox";
     this.drives_list_cbox.Size                  = new System.Drawing.Size(305, 26);
     this.drives_list_cbox.StartIndex            = 0;
     this.drives_list_cbox.TabIndex              = 6;
     this.drives_list_cbox.SelectedIndexChanged += new System.EventHandler(this.drives_list_cbox_SelectedIndexChanged);
     //
     // iTalk_HeaderLabel2
     //
     this.iTalk_HeaderLabel2.AutoSize  = true;
     this.iTalk_HeaderLabel2.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel2.Font      = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_HeaderLabel2.ForeColor = System.Drawing.Color.DarkGray;
     this.iTalk_HeaderLabel2.Location  = new System.Drawing.Point(30, 52);
     this.iTalk_HeaderLabel2.Name      = "iTalk_HeaderLabel2";
     this.iTalk_HeaderLabel2.Size      = new System.Drawing.Size(169, 30);
     this.iTalk_HeaderLabel2.TabIndex  = 5;
     this.iTalk_HeaderLabel2.Text      = "New File System:";
     //
     // iTalk_GroupBox1
     //
     this.iTalk_GroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_GroupBox1.Controls.Add(this.evLog);
     this.iTalk_GroupBox1.Font        = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_GroupBox1.Location    = new System.Drawing.Point(35, 250);
     this.iTalk_GroupBox1.MinimumSize = new System.Drawing.Size(136, 50);
     this.iTalk_GroupBox1.Name        = "iTalk_GroupBox1";
     this.iTalk_GroupBox1.Padding     = new System.Windows.Forms.Padding(5, 28, 5, 5);
     this.iTalk_GroupBox1.Size        = new System.Drawing.Size(487, 293);
     this.iTalk_GroupBox1.TabIndex    = 4;
     this.iTalk_GroupBox1.Text        = "Event Logs";
     //
     // evLog
     //
     this.evLog.BackColor        = System.Drawing.Color.White;
     this.evLog.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.evLog.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.evLog.DetectUrls       = false;
     this.evLog.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.evLog.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.evLog.Location         = new System.Drawing.Point(5, 28);
     this.evLog.Name             = "evLog";
     this.evLog.ReadOnly         = true;
     this.evLog.ShortcutsEnabled = false;
     this.evLog.Size             = new System.Drawing.Size(477, 260);
     this.evLog.TabIndex         = 0;
     this.evLog.Text             = "";
     //
     // FS_CBOX
     //
     this.FS_CBOX.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.FS_CBOX.DrawMode            = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.FS_CBOX.DropDownHeight      = 100;
     this.FS_CBOX.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.FS_CBOX.Font                = new System.Drawing.Font("Segoe UI", 10F);
     this.FS_CBOX.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.FS_CBOX.FormattingEnabled   = true;
     this.FS_CBOX.HoverSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     this.FS_CBOX.IntegralHeight      = false;
     this.FS_CBOX.ItemHeight          = 20;
     this.FS_CBOX.Items.AddRange(new object[] {
         "NTFS\t (Quick)",
         "FAT32\t (Quick)",
         "NTFS\t",
         "FAT32"
     });
     this.FS_CBOX.Location              = new System.Drawing.Point(217, 55);
     this.FS_CBOX.Name                  = "FS_CBOX";
     this.FS_CBOX.Size                  = new System.Drawing.Size(305, 26);
     this.FS_CBOX.StartIndex            = 0;
     this.FS_CBOX.TabIndex              = 3;
     this.FS_CBOX.SelectedIndexChanged += new System.EventHandler(this.FS_CBOX_SelectedIndexChanged);
     //
     // iTalk_ControlBox1
     //
     this.iTalk_ControlBox1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.iTalk_ControlBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_ControlBox1.Location  = new System.Drawing.Point(447, -1);
     this.iTalk_ControlBox1.Name      = "iTalk_ControlBox1";
     this.iTalk_ControlBox1.Size      = new System.Drawing.Size(77, 19);
     this.iTalk_ControlBox1.TabIndex  = 12;
     this.iTalk_ControlBox1.Text      = "iTalk_ControlBox1";
     //
     // iTalk_HeaderLabel1
     //
     this.iTalk_HeaderLabel1.AutoSize  = true;
     this.iTalk_HeaderLabel1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel1.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_HeaderLabel1.ForeColor = System.Drawing.Color.White;
     this.iTalk_HeaderLabel1.Location  = new System.Drawing.Point(172, 1);
     this.iTalk_HeaderLabel1.Name      = "iTalk_HeaderLabel1";
     this.iTalk_HeaderLabel1.Size      = new System.Drawing.Size(167, 25);
     this.iTalk_HeaderLabel1.TabIndex  = 2;
     this.iTalk_HeaderLabel1.Text      = "Micro Format Tool";
     //
     // iTalk_ContextMenuStrip1
     //
     this.iTalk_ContextMenuStrip1.Name     = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable           = msColorTable1;
     controlRenderer1.RoundedEdges         = true;
     this.iTalk_ContextMenuStrip1.Renderer = controlRenderer1;
     this.iTalk_ContextMenuStrip1.Size     = new System.Drawing.Size(61, 4);
     //
     // logs_cmenu
     //
     this.logs_cmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearLogsToolStripMenuItem
     });
     this.logs_cmenu.Name          = "logs_cmenu";
     controlRenderer2.ColorTable   = msColorTable2;
     controlRenderer2.RoundedEdges = true;
     this.logs_cmenu.Renderer      = controlRenderer2;
     this.logs_cmenu.Size          = new System.Drawing.Size(130, 26);
     //
     // clearLogsToolStripMenuItem
     //
     this.clearLogsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.clearLogsToolStripMenuItem.Name      = "clearLogsToolStripMenuItem";
     this.clearLogsToolStripMenuItem.Size      = new System.Drawing.Size(129, 22);
     this.clearLogsToolStripMenuItem.Text      = "Clear Logs";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(556, 586);
     this.Controls.Add(this.info_about_btn);
     this.Controls.Add(this.vanity_link);
     this.Controls.Add(this.doFormatNow);
     this.Controls.Add(this.VolumeName);
     this.Controls.Add(this.iTalk_HeaderLabel4);
     this.Controls.Add(this.iTalk_HeaderLabel3);
     this.Controls.Add(this.drives_list_cbox);
     this.Controls.Add(this.iTalk_HeaderLabel2);
     this.Controls.Add(this.iTalk_GroupBox1);
     this.Controls.Add(this.FS_CBOX);
     this.Controls.Add(this.hwite);
     this.Controls.Add(this.topbar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "MicroFormat";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.topbar.ResumeLayout(false);
     this.topbar.PerformLayout();
     this.hwite.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.icn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.info_about_btn)).EndInit();
     this.iTalk_GroupBox1.ResumeLayout(false);
     this.logs_cmenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     iTalk.ControlRenderer controlRenderer3 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable3    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmstock));
     this.iTalk_MenuStrip1          = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.reportToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.moreToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.stockDataGrid             = new System.Windows.Forms.DataGridView();
     this.statusStrip1   = new System.Windows.Forms.StatusStrip();
     this.lblstatus      = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1         = new System.Windows.Forms.Label();
     this.txtstockid     = new System.Windows.Forms.TextBox();
     this.txtstockname   = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.txtdescription = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.txtquantity    = new System.Windows.Forms.TextBox();
     this.label5         = new System.Windows.Forms.Label();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.btndelete      = new System.Windows.Forms.Button();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.btnupdate      = new System.Windows.Forms.Button();
     this.btnadd         = new System.Windows.Forms.Button();
     this.txtprice       = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.cbcategoryname = new System.Windows.Forms.ComboBox();
     this.label8         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.cbbasedon      = new System.Windows.Forms.ComboBox();
     this.btnsearch      = new System.Windows.Forms.Button();
     this.txtsearch      = new System.Windows.Forms.TextBox();
     this.iTalk_MenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stockDataGrid)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.reportToolStripMenuItem,
         this.moreToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer3.ColorTable    = msColorTable3;
     controlRenderer3.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer3;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1354, 29);
     this.iTalk_MenuStrip1.TabIndex = 0;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.homeToolStripMenuItem,
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.newToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name      = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.newToolStripMenuItem.Text      = "New";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.homeToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("homeToolStripMenuItem.Image")));
     this.homeToolStripMenuItem.Name      = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.homeToolStripMenuItem.Text      = "Home";
     this.homeToolStripMenuItem.Click    += new System.EventHandler(this.homeToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem.Text      = "Quit";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // reportToolStripMenuItem
     //
     this.reportToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.reportToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("reportToolStripMenuItem.Image")));
     this.reportToolStripMenuItem.Name      = "reportToolStripMenuItem";
     this.reportToolStripMenuItem.Size      = new System.Drawing.Size(85, 25);
     this.reportToolStripMenuItem.Text      = "Report";
     //
     // moreToolStripMenuItem
     //
     this.moreToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resetAllToolStripMenuItem
     });
     this.moreToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.moreToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("moreToolStripMenuItem.Image")));
     this.moreToolStripMenuItem.Name      = "moreToolStripMenuItem";
     this.moreToolStripMenuItem.Size      = new System.Drawing.Size(75, 25);
     this.moreToolStripMenuItem.Text      = "More";
     //
     // resetAllToolStripMenuItem
     //
     this.resetAllToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.resetAllToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("resetAllToolStripMenuItem.Image")));
     this.resetAllToolStripMenuItem.Name      = "resetAllToolStripMenuItem";
     this.resetAllToolStripMenuItem.Size      = new System.Drawing.Size(138, 26);
     this.resetAllToolStripMenuItem.Text      = "Reset all";
     this.resetAllToolStripMenuItem.Click    += new System.EventHandler(this.resetAllToolStripMenuItem_Click);
     //
     // stockDataGrid
     //
     this.stockDataGrid.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.stockDataGrid.BackgroundColor             = System.Drawing.Color.Teal;
     this.stockDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.stockDataGrid.Location = new System.Drawing.Point(12, 69);
     this.stockDataGrid.Name     = "stockDataGrid";
     this.stockDataGrid.Size     = new System.Drawing.Size(1330, 418);
     this.stockDataGrid.TabIndex = 1;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblstatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 674);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1354, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblstatus
     //
     this.lblstatus.Name = "lblstatus";
     this.lblstatus.Size = new System.Drawing.Size(39, 17);
     this.lblstatus.Text = "Status";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 506);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Stock ID";
     //
     // txtstockid
     //
     this.txtstockid.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtstockid.Location = new System.Drawing.Point(121, 500);
     this.txtstockid.Name     = "txtstockid";
     this.txtstockid.Size     = new System.Drawing.Size(221, 22);
     this.txtstockid.TabIndex = 1;
     //
     // txtstockname
     //
     this.txtstockname.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtstockname.Location = new System.Drawing.Point(121, 528);
     this.txtstockname.Name     = "txtstockname";
     this.txtstockname.Size     = new System.Drawing.Size(221, 22);
     this.txtstockname.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 534);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(82, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Stock Name";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(12, 562);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(103, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Category Name";
     //
     // txtdescription
     //
     this.txtdescription.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdescription.Location  = new System.Drawing.Point(121, 586);
     this.txtdescription.Multiline = true;
     this.txtdescription.Name      = "txtdescription";
     this.txtdescription.Size      = new System.Drawing.Size(221, 66);
     this.txtdescription.TabIndex  = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(12, 590);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(76, 16);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Description";
     //
     // txtquantity
     //
     this.txtquantity.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtquantity.Location = new System.Drawing.Point(467, 500);
     this.txtquantity.Name     = "txtquantity";
     this.txtquantity.Size     = new System.Drawing.Size(221, 22);
     this.txtquantity.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(358, 506);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 16);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Quantity";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btndelete);
     this.groupBox1.Controls.Add(this.btnupdate);
     this.groupBox1.Controls.Add(this.btnadd);
     this.groupBox1.Location = new System.Drawing.Point(1191, 493);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(151, 168);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Controls";
     //
     // btndelete
     //
     this.btndelete.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btndelete.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btndelete.ImageIndex = 2;
     this.btndelete.ImageList  = this.imageList1;
     this.btndelete.Location   = new System.Drawing.Point(16, 115);
     this.btndelete.Name       = "btndelete";
     this.btndelete.Size       = new System.Drawing.Size(118, 42);
     this.btndelete.TabIndex   = 2;
     this.btndelete.Text       = "Delete";
     this.btndelete.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btndelete.UseVisualStyleBackColor = true;
     this.btndelete.Click      += new System.EventHandler(this.btndelete_Click);
     this.btndelete.MouseLeave += new System.EventHandler(this.btndelete_MouseLeave);
     this.btndelete.MouseHover += new System.EventHandler(this.btndelete_MouseHover);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Entypo_d83d(2)_1024.png");
     this.imageList1.Images.SetKeyName(1, "Entypo_e717(0)_1024.png");
     this.imageList1.Images.SetKeyName(2, "Entypo_e729(1)_1024.png");
     //
     // btnupdate
     //
     this.btnupdate.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnupdate.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnupdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnupdate.ImageIndex = 1;
     this.btnupdate.ImageList  = this.imageList1;
     this.btnupdate.Location   = new System.Drawing.Point(16, 67);
     this.btnupdate.Name       = "btnupdate";
     this.btnupdate.Size       = new System.Drawing.Size(118, 42);
     this.btnupdate.TabIndex   = 1;
     this.btnupdate.Text       = "Update";
     this.btnupdate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnupdate.UseVisualStyleBackColor = true;
     this.btnupdate.Click      += new System.EventHandler(this.btnupdate_Click);
     this.btnupdate.MouseLeave += new System.EventHandler(this.btnupdate_MouseLeave);
     this.btnupdate.MouseHover += new System.EventHandler(this.btnupdate_MouseHover);
     //
     // btnadd
     //
     this.btnadd.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnadd.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnadd.ImageIndex = 0;
     this.btnadd.ImageList  = this.imageList1;
     this.btnadd.Location   = new System.Drawing.Point(16, 19);
     this.btnadd.Name       = "btnadd";
     this.btnadd.Size       = new System.Drawing.Size(118, 42);
     this.btnadd.TabIndex   = 0;
     this.btnadd.Text       = "Add";
     this.btnadd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnadd.UseVisualStyleBackColor = true;
     this.btnadd.Click      += new System.EventHandler(this.btnadd_Click);
     this.btnadd.MouseLeave += new System.EventHandler(this.btnadd_MouseLeave);
     this.btnadd.MouseHover += new System.EventHandler(this.btnadd_MouseHover);
     //
     // txtprice
     //
     this.txtprice.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtprice.Location = new System.Drawing.Point(467, 528);
     this.txtprice.Name     = "txtprice";
     this.txtprice.Size     = new System.Drawing.Size(221, 22);
     this.txtprice.TabIndex = 6;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(358, 534);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(39, 16);
     this.label6.TabIndex = 14;
     this.label6.Text     = "Price";
     //
     // cbcategoryname
     //
     this.cbcategoryname.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbcategoryname.FormattingEnabled = true;
     this.cbcategoryname.Location          = new System.Drawing.Point(121, 556);
     this.cbcategoryname.Name     = "cbcategoryname";
     this.cbcategoryname.Size     = new System.Drawing.Size(221, 24);
     this.cbcategoryname.TabIndex = 3;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(11, 40);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(78, 20);
     this.label8.TabIndex = 56;
     this.label8.Text     = "Customer";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(772, 43);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(77, 20);
     this.label7.TabIndex = 55;
     this.label7.Text     = "Based on";
     //
     // cbbasedon
     //
     this.cbbasedon.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbasedon.FormattingEnabled = true;
     this.cbbasedon.Items.AddRange(new object[] {
         "Stock ID",
         "Stock Name",
         "Category Name"
     });
     this.cbbasedon.Location = new System.Drawing.Point(855, 40);
     this.cbbasedon.Name     = "cbbasedon";
     this.cbbasedon.Size     = new System.Drawing.Size(186, 23);
     this.cbbasedon.TabIndex = 54;
     //
     // btnsearch
     //
     this.btnsearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnsearch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnsearch.Location  = new System.Drawing.Point(1267, 37);
     this.btnsearch.Name      = "btnsearch";
     this.btnsearch.Size      = new System.Drawing.Size(75, 26);
     this.btnsearch.TabIndex  = 53;
     this.btnsearch.Text      = "Search";
     this.btnsearch.UseVisualStyleBackColor = true;
     this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
     //
     // txtsearch
     //
     this.txtsearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsearch.Location = new System.Drawing.Point(1069, 39);
     this.txtsearch.Name     = "txtsearch";
     this.txtsearch.Size     = new System.Drawing.Size(192, 24);
     this.txtsearch.TabIndex = 52;
     //
     // frmstock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1354, 696);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.cbbasedon);
     this.Controls.Add(this.btnsearch);
     this.Controls.Add(this.txtsearch);
     this.Controls.Add(this.cbcategoryname);
     this.Controls.Add(this.txtprice);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.txtquantity);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtdescription);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtstockname);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtstockid);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.stockDataGrid);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.iTalk_MenuStrip1;
     this.Name          = "frmstock";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Stock";
     this.Load         += new System.EventHandler(this.frmstock_Load);
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stockDataGrid)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     iTalk.ControlRenderer controlRenderer2 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable2    = new iTalk.MSColorTable();
     this.iTalk_Button_11           = new iTalk.iTalk_Button_1();
     this.iTalk_Button_21           = new iTalk.iTalk_Button_2();
     this.iTalk_ChatBubble_L1       = new iTalk.iTalk_ChatBubble_L();
     this.iTalk_ChatBubble_R1       = new iTalk.iTalk_ChatBubble_R();
     this.iTalk_CheckBox1           = new iTalk.iTalk_CheckBox();
     this.iTalk_ComboBox1           = new iTalk.iTalk_ComboBox();
     this.iTalk_ContextMenuStrip1   = new iTalk.iTalk_ContextMenuStrip();
     this.oooToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_ControlBox1         = new iTalk.iTalk_ControlBox();
     this.iTalk_HeaderLabel1        = new iTalk.iTalk_HeaderLabel();
     this.iTalk_Icon_Info1          = new iTalk.iTalk_Icon_Info();
     this.iTalk_Icon_Tick1          = new iTalk.iTalk_Icon_Tick();
     this.iTalk_Label1              = new iTalk.iTalk_Label();
     this.iTalk_LinkLabel1          = new iTalk.iTalk_LinkLabel();
     this.iTalk_Listview1           = new iTalk.iTalk_Listview();
     this.iTalk_NotificationNumber1 = new iTalk.iTalk_NotificationNumber();
     this.iTalk_NumericUpDown1      = new iTalk.iTalk_NumericUpDown();
     this.iTalk_Panel1              = new iTalk.iTalk_Panel();
     this.iTalk_ProgressBar1        = new iTalk.iTalk_ProgressBar();
     this.iTalk_ProgressIndicator1  = new iTalk.iTalk_ProgressIndicator();
     this.iTalk_RadioButton1        = new iTalk.iTalk_RadioButton();
     this.iTalk_RichTextBox1        = new iTalk.iTalk_RichTextBox();
     this.iTalk_RadioButton2        = new iTalk.iTalk_RadioButton();
     this.iTalk_Separator1          = new iTalk.iTalk_Separator();
     this.iTalk_StatusStrip1        = new iTalk.iTalk_StatusStrip();
     this.iTalk_ThemeContainer1     = new iTalk.iTalk_ThemeContainer();
     this.iTalk_TextBox_Big1        = new iTalk.iTalk_TextBox_Big();
     this.iTalk_TextBox_Small1      = new iTalk.iTalk_TextBox_Small();
     this.iTalk_Toggle1             = new iTalk.iTalk_Toggle();
     this.iTalk_TrackBar1           = new iTalk.iTalk_TrackBar();
     this.iTalk_ContextMenuStrip1.SuspendLayout();
     this.iTalk_ThemeContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // iTalk_Button_11
     //
     this.iTalk_Button_11.BackColor     = System.Drawing.Color.Transparent;
     this.iTalk_Button_11.Font          = new System.Drawing.Font("Segoe UI", 12F);
     this.iTalk_Button_11.Image         = null;
     this.iTalk_Button_11.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.iTalk_Button_11.Location      = new System.Drawing.Point(89, 31);
     this.iTalk_Button_11.Name          = "iTalk_Button_11";
     this.iTalk_Button_11.Size          = new System.Drawing.Size(104, 37);
     this.iTalk_Button_11.TabIndex      = 0;
     this.iTalk_Button_11.Text          = "iTalk_Button_11";
     this.iTalk_Button_11.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // iTalk_Button_21
     //
     this.iTalk_Button_21.BackColor     = System.Drawing.Color.Transparent;
     this.iTalk_Button_21.Font          = new System.Drawing.Font("Segoe UI", 14F);
     this.iTalk_Button_21.ForeColor     = System.Drawing.Color.White;
     this.iTalk_Button_21.Image         = null;
     this.iTalk_Button_21.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.iTalk_Button_21.Location      = new System.Drawing.Point(447, 218);
     this.iTalk_Button_21.Name          = "iTalk_Button_21";
     this.iTalk_Button_21.Size          = new System.Drawing.Size(104, 37);
     this.iTalk_Button_21.TabIndex      = 1;
     this.iTalk_Button_21.Text          = "iTalk_Button_21";
     this.iTalk_Button_21.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // iTalk_ChatBubble_L1
     //
     this.iTalk_ChatBubble_L1.BackColor       = System.Drawing.Color.Transparent;
     this.iTalk_ChatBubble_L1.BubbleColor     = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
     this.iTalk_ChatBubble_L1.DrawBubbleArrow = true;
     this.iTalk_ChatBubble_L1.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_ChatBubble_L1.Location        = new System.Drawing.Point(419, 55);
     this.iTalk_ChatBubble_L1.Name            = "iTalk_ChatBubble_L1";
     this.iTalk_ChatBubble_L1.Size            = new System.Drawing.Size(152, 38);
     this.iTalk_ChatBubble_L1.TabIndex        = 2;
     this.iTalk_ChatBubble_L1.Text            = "iTalk_ChatBubble_L1";
     //
     // iTalk_ChatBubble_R1
     //
     this.iTalk_ChatBubble_R1.BackColor       = System.Drawing.Color.Transparent;
     this.iTalk_ChatBubble_R1.BubbleColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(206)))), ((int)(((byte)(215)))));
     this.iTalk_ChatBubble_R1.DrawBubbleArrow = true;
     this.iTalk_ChatBubble_R1.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_ChatBubble_R1.Location        = new System.Drawing.Point(242, 55);
     this.iTalk_ChatBubble_R1.Name            = "iTalk_ChatBubble_R1";
     this.iTalk_ChatBubble_R1.Size            = new System.Drawing.Size(152, 38);
     this.iTalk_ChatBubble_R1.TabIndex        = 3;
     this.iTalk_ChatBubble_R1.Text            = "iTalk_ChatBubble_R1";
     //
     // iTalk_CheckBox1
     //
     this.iTalk_CheckBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_CheckBox1.Checked   = false;
     this.iTalk_CheckBox1.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_CheckBox1.Location  = new System.Drawing.Point(16, 120);
     this.iTalk_CheckBox1.Name      = "iTalk_CheckBox1";
     this.iTalk_CheckBox1.Size      = new System.Drawing.Size(120, 15);
     this.iTalk_CheckBox1.TabIndex  = 4;
     this.iTalk_CheckBox1.Text      = "iTalk_CheckBox1";
     //
     // iTalk_ComboBox1
     //
     this.iTalk_ComboBox1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_ComboBox1.DrawMode            = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.iTalk_ComboBox1.DropDownHeight      = 100;
     this.iTalk_ComboBox1.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.iTalk_ComboBox1.Font                = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_ComboBox1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.iTalk_ComboBox1.FormattingEnabled   = true;
     this.iTalk_ComboBox1.HoverSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     this.iTalk_ComboBox1.IntegralHeight      = false;
     this.iTalk_ComboBox1.ItemHeight          = 20;
     this.iTalk_ComboBox1.Location            = new System.Drawing.Point(12, 74);
     this.iTalk_ComboBox1.Name                = "iTalk_ComboBox1";
     this.iTalk_ComboBox1.Size                = new System.Drawing.Size(214, 26);
     this.iTalk_ComboBox1.StartIndex          = 0;
     this.iTalk_ComboBox1.TabIndex            = 5;
     //
     // iTalk_ContextMenuStrip1
     //
     this.iTalk_ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.oooToolStripMenuItem
     });
     this.iTalk_ContextMenuStrip1.Name     = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable           = msColorTable1;
     controlRenderer1.RoundedEdges         = true;
     this.iTalk_ContextMenuStrip1.Renderer = controlRenderer1;
     this.iTalk_ContextMenuStrip1.Size     = new System.Drawing.Size(96, 26);
     //
     // oooToolStripMenuItem
     //
     this.oooToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.oooToolStripMenuItem.Name      = "oooToolStripMenuItem";
     this.oooToolStripMenuItem.Size      = new System.Drawing.Size(95, 22);
     this.oooToolStripMenuItem.Text      = "ooo";
     //
     // iTalk_ControlBox1
     //
     this.iTalk_ControlBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.iTalk_ControlBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_ControlBox1.Location  = new System.Drawing.Point(512, -1);
     this.iTalk_ControlBox1.Name      = "iTalk_ControlBox1";
     this.iTalk_ControlBox1.Size      = new System.Drawing.Size(77, 19);
     this.iTalk_ControlBox1.TabIndex  = 7;
     this.iTalk_ControlBox1.Text      = "iTalk_ControlBox1";
     //
     // iTalk_HeaderLabel1
     //
     this.iTalk_HeaderLabel1.AutoSize  = true;
     this.iTalk_HeaderLabel1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_HeaderLabel1.Font      = new System.Drawing.Font("Segoe UI", 25F);
     this.iTalk_HeaderLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.iTalk_HeaderLabel1.Location  = new System.Drawing.Point(209, 96);
     this.iTalk_HeaderLabel1.Name      = "iTalk_HeaderLabel1";
     this.iTalk_HeaderLabel1.Size      = new System.Drawing.Size(304, 46);
     this.iTalk_HeaderLabel1.TabIndex  = 8;
     this.iTalk_HeaderLabel1.Text      = "iTalk_HeaderLabel1";
     //
     // iTalk_Icon_Info1
     //
     this.iTalk_Icon_Info1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_Icon_Info1.ForeColor = System.Drawing.Color.DimGray;
     this.iTalk_Icon_Info1.Location  = new System.Drawing.Point(217, 160);
     this.iTalk_Icon_Info1.Name      = "iTalk_Icon_Info1";
     this.iTalk_Icon_Info1.Size      = new System.Drawing.Size(33, 33);
     this.iTalk_Icon_Info1.TabIndex  = 9;
     this.iTalk_Icon_Info1.Text      = "iTalk_Icon_Info1";
     //
     // iTalk_Icon_Tick1
     //
     this.iTalk_Icon_Tick1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_Icon_Tick1.ForeColor = System.Drawing.Color.DimGray;
     this.iTalk_Icon_Tick1.Location  = new System.Drawing.Point(286, 160);
     this.iTalk_Icon_Tick1.Name      = "iTalk_Icon_Tick1";
     this.iTalk_Icon_Tick1.Size      = new System.Drawing.Size(33, 33);
     this.iTalk_Icon_Tick1.TabIndex  = 10;
     this.iTalk_Icon_Tick1.Text      = "iTalk_Icon_Tick1";
     //
     // iTalk_Label1
     //
     this.iTalk_Label1.AutoSize  = true;
     this.iTalk_Label1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_Label1.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.iTalk_Label1.Location  = new System.Drawing.Point(34, 158);
     this.iTalk_Label1.Name      = "iTalk_Label1";
     this.iTalk_Label1.Size      = new System.Drawing.Size(67, 13);
     this.iTalk_Label1.TabIndex  = 11;
     this.iTalk_Label1.Text      = "iTalk_Label1";
     //
     // iTalk_LinkLabel1
     //
     this.iTalk_LinkLabel1.ActiveLinkColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     this.iTalk_LinkLabel1.AutoSize         = true;
     this.iTalk_LinkLabel1.BackColor        = System.Drawing.Color.Transparent;
     this.iTalk_LinkLabel1.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_LinkLabel1.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.iTalk_LinkLabel1.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(225)))));
     this.iTalk_LinkLabel1.Location         = new System.Drawing.Point(37, 178);
     this.iTalk_LinkLabel1.Name             = "iTalk_LinkLabel1";
     this.iTalk_LinkLabel1.Size             = new System.Drawing.Size(88, 13);
     this.iTalk_LinkLabel1.TabIndex         = 12;
     this.iTalk_LinkLabel1.TabStop          = true;
     this.iTalk_LinkLabel1.Text             = "iTalk_LinkLabel1";
     this.iTalk_LinkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(202)))));
     //
     // iTalk_Listview1
     //
     this.iTalk_Listview1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.iTalk_Listview1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.iTalk_Listview1.Location    = new System.Drawing.Point(40, 253);
     this.iTalk_Listview1.Name        = "iTalk_Listview1";
     this.iTalk_Listview1.Size        = new System.Drawing.Size(121, 97);
     this.iTalk_Listview1.TabIndex    = 13;
     this.iTalk_Listview1.UseCompatibleStateImageBehavior = false;
     //
     // iTalk_NotificationNumber1
     //
     this.iTalk_NotificationNumber1.Location = new System.Drawing.Point(218, 284);
     this.iTalk_NotificationNumber1.Maximum  = 99;
     this.iTalk_NotificationNumber1.Name     = "iTalk_NotificationNumber1";
     this.iTalk_NotificationNumber1.Size     = new System.Drawing.Size(20, 20);
     this.iTalk_NotificationNumber1.TabIndex = 15;
     this.iTalk_NotificationNumber1.Text     = "iTalk_NotificationNumber1";
     this.iTalk_NotificationNumber1.Value    = 0;
     //
     // iTalk_NumericUpDown1
     //
     this.iTalk_NumericUpDown1.BackColor     = System.Drawing.Color.Transparent;
     this.iTalk_NumericUpDown1.Font          = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_NumericUpDown1.ForeColor     = System.Drawing.Color.DimGray;
     this.iTalk_NumericUpDown1.Location      = new System.Drawing.Point(304, 253);
     this.iTalk_NumericUpDown1.Maximum       = ((long)(100));
     this.iTalk_NumericUpDown1.Minimum       = ((long)(0));
     this.iTalk_NumericUpDown1.MinimumSize   = new System.Drawing.Size(62, 28);
     this.iTalk_NumericUpDown1.Name          = "iTalk_NumericUpDown1";
     this.iTalk_NumericUpDown1.Size          = new System.Drawing.Size(70, 28);
     this.iTalk_NumericUpDown1.TabIndex      = 16;
     this.iTalk_NumericUpDown1.Text          = "iTalk_NumericUpDown1";
     this.iTalk_NumericUpDown1.TextAlignment = iTalk.iTalk_NumericUpDown._TextAlignment.Near;
     this.iTalk_NumericUpDown1.Value         = ((long)(0));
     //
     // iTalk_Panel1
     //
     this.iTalk_Panel1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_Panel1.Location  = new System.Drawing.Point(378, 164);
     this.iTalk_Panel1.Name      = "iTalk_Panel1";
     this.iTalk_Panel1.Padding   = new System.Windows.Forms.Padding(5);
     this.iTalk_Panel1.Size      = new System.Drawing.Size(187, 48);
     this.iTalk_Panel1.TabIndex  = 17;
     this.iTalk_Panel1.Text      = "iTalk_Panel1";
     //
     // iTalk_ProgressBar1
     //
     this.iTalk_ProgressBar1.Font           = new System.Drawing.Font("Segoe UI", 15F);
     this.iTalk_ProgressBar1.Location       = new System.Drawing.Point(48, 216);
     this.iTalk_ProgressBar1.Maximum        = ((long)(100));
     this.iTalk_ProgressBar1.MinimumSize    = new System.Drawing.Size(100, 100);
     this.iTalk_ProgressBar1.Name           = "iTalk_ProgressBar1";
     this.iTalk_ProgressBar1.ProgressColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(92)))), ((int)(((byte)(92)))));
     this.iTalk_ProgressBar1.ProgressColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(92)))), ((int)(((byte)(92)))));
     this.iTalk_ProgressBar1.ProgressShape  = iTalk.iTalk_ProgressBar._ProgressShape.Round;
     this.iTalk_ProgressBar1.Size           = new System.Drawing.Size(100, 100);
     this.iTalk_ProgressBar1.TabIndex       = 18;
     this.iTalk_ProgressBar1.Text           = "iTalk_ProgressBar1";
     this.iTalk_ProgressBar1.Value          = ((long)(0));
     //
     // iTalk_ProgressIndicator1
     //
     this.iTalk_ProgressIndicator1.Location         = new System.Drawing.Point(471, 287);
     this.iTalk_ProgressIndicator1.MinimumSize      = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator1.Name             = "iTalk_ProgressIndicator1";
     this.iTalk_ProgressIndicator1.P_AnimationColor = System.Drawing.Color.DimGray;
     this.iTalk_ProgressIndicator1.P_AnimationSpeed = 100;
     this.iTalk_ProgressIndicator1.P_BaseColor      = System.Drawing.Color.DarkGray;
     this.iTalk_ProgressIndicator1.Size             = new System.Drawing.Size(80, 80);
     this.iTalk_ProgressIndicator1.TabIndex         = 19;
     this.iTalk_ProgressIndicator1.Text             = "iTalk_ProgressIndicator1";
     //
     // iTalk_RadioButton1
     //
     this.iTalk_RadioButton1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_RadioButton1.Checked   = false;
     this.iTalk_RadioButton1.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_RadioButton1.Location  = new System.Drawing.Point(194, 226);
     this.iTalk_RadioButton1.Name      = "iTalk_RadioButton1";
     this.iTalk_RadioButton1.Size      = new System.Drawing.Size(132, 15);
     this.iTalk_RadioButton1.TabIndex  = 20;
     this.iTalk_RadioButton1.Text      = "iTalk_RadioButton1";
     //
     // iTalk_RichTextBox1
     //
     this.iTalk_RichTextBox1.AutoWordSelection = false;
     this.iTalk_RichTextBox1.BackColor         = System.Drawing.Color.Transparent;
     this.iTalk_RichTextBox1.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.iTalk_RichTextBox1.ForeColor = System.Drawing.Color.DimGray;
     this.iTalk_RichTextBox1.Location  = new System.Drawing.Point(291, 303);
     this.iTalk_RichTextBox1.Name      = "iTalk_RichTextBox1";
     this.iTalk_RichTextBox1.ReadOnly  = false;
     this.iTalk_RichTextBox1.Size      = new System.Drawing.Size(141, 64);
     this.iTalk_RichTextBox1.TabIndex  = 21;
     this.iTalk_RichTextBox1.Text      = "iTalk_RichTextBox1";
     this.iTalk_RichTextBox1.WordWrap  = true;
     //
     // iTalk_RadioButton2
     //
     this.iTalk_RadioButton2.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_RadioButton2.Checked   = false;
     this.iTalk_RadioButton2.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.iTalk_RadioButton2.Location  = new System.Drawing.Point(68, 335);
     this.iTalk_RadioButton2.Name      = "iTalk_RadioButton2";
     this.iTalk_RadioButton2.Size      = new System.Drawing.Size(132, 15);
     this.iTalk_RadioButton2.TabIndex  = 22;
     this.iTalk_RadioButton2.Text      = "iTalk_RadioButton2";
     //
     // iTalk_Separator1
     //
     this.iTalk_Separator1.Location = new System.Drawing.Point(154, 176);
     this.iTalk_Separator1.Name     = "iTalk_Separator1";
     this.iTalk_Separator1.Size     = new System.Drawing.Size(52, 10);
     this.iTalk_Separator1.TabIndex = 23;
     this.iTalk_Separator1.Text     = "iTalk_Separator1";
     //
     // iTalk_StatusStrip1
     //
     this.iTalk_StatusStrip1.Location   = new System.Drawing.Point(0, 465);
     this.iTalk_StatusStrip1.Name       = "iTalk_StatusStrip1";
     controlRenderer2.ColorTable        = msColorTable2;
     controlRenderer2.RoundedEdges      = true;
     this.iTalk_StatusStrip1.Renderer   = controlRenderer2;
     this.iTalk_StatusStrip1.Size       = new System.Drawing.Size(577, 22);
     this.iTalk_StatusStrip1.SizingGrip = false;
     this.iTalk_StatusStrip1.TabIndex   = 24;
     this.iTalk_StatusStrip1.Text       = "iTalk_StatusStrip1";
     //
     // iTalk_ThemeContainer1
     //
     this.iTalk_ThemeContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_TextBox_Big1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_TextBox_Small1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_Toggle1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_RadioButton2);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_TrackBar1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_ChatBubble_L1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_Button_21);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_Button_11);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_ComboBox1);
     this.iTalk_ThemeContainer1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.iTalk_ThemeContainer1.Font          = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_ThemeContainer1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.iTalk_ThemeContainer1.Location      = new System.Drawing.Point(0, 0);
     this.iTalk_ThemeContainer1.Name          = "iTalk_ThemeContainer1";
     this.iTalk_ThemeContainer1.Padding       = new System.Windows.Forms.Padding(3, 28, 3, 28);
     this.iTalk_ThemeContainer1.Sizable       = true;
     this.iTalk_ThemeContainer1.Size          = new System.Drawing.Size(577, 487);
     this.iTalk_ThemeContainer1.SmartBounds   = false;
     this.iTalk_ThemeContainer1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.iTalk_ThemeContainer1.TabIndex      = 25;
     this.iTalk_ThemeContainer1.Text          = "iTalk_ThemeContainer1";
     //
     // iTalk_TextBox_Big1
     //
     this.iTalk_TextBox_Big1.BackColor             = System.Drawing.Color.Transparent;
     this.iTalk_TextBox_Big1.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_TextBox_Big1.ForeColor             = System.Drawing.Color.DimGray;
     this.iTalk_TextBox_Big1.Image                 = null;
     this.iTalk_TextBox_Big1.Location              = new System.Drawing.Point(343, 392);
     this.iTalk_TextBox_Big1.MaxLength             = 32767;
     this.iTalk_TextBox_Big1.Multiline             = false;
     this.iTalk_TextBox_Big1.Name                  = "iTalk_TextBox_Big1";
     this.iTalk_TextBox_Big1.ReadOnly              = false;
     this.iTalk_TextBox_Big1.Size                  = new System.Drawing.Size(135, 41);
     this.iTalk_TextBox_Big1.TabIndex              = 6;
     this.iTalk_TextBox_Big1.Text                  = "iTalk_TextBox_Big1";
     this.iTalk_TextBox_Big1.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.iTalk_TextBox_Big1.UseSystemPasswordChar = false;
     //
     // iTalk_TextBox_Small1
     //
     this.iTalk_TextBox_Small1.BackColor             = System.Drawing.Color.Transparent;
     this.iTalk_TextBox_Small1.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_TextBox_Small1.ForeColor             = System.Drawing.Color.DimGray;
     this.iTalk_TextBox_Small1.Location              = new System.Drawing.Point(68, 370);
     this.iTalk_TextBox_Small1.MaxLength             = 32767;
     this.iTalk_TextBox_Small1.Multiline             = false;
     this.iTalk_TextBox_Small1.Name                  = "iTalk_TextBox_Small1";
     this.iTalk_TextBox_Small1.ReadOnly              = false;
     this.iTalk_TextBox_Small1.Size                  = new System.Drawing.Size(135, 28);
     this.iTalk_TextBox_Small1.TabIndex              = 5;
     this.iTalk_TextBox_Small1.Text                  = "iTalk_TextBox_Small1";
     this.iTalk_TextBox_Small1.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.iTalk_TextBox_Small1.UseSystemPasswordChar = false;
     //
     // iTalk_Toggle1
     //
     this.iTalk_Toggle1.Location = new System.Drawing.Point(249, 410);
     this.iTalk_Toggle1.Name     = "iTalk_Toggle1";
     this.iTalk_Toggle1.Size     = new System.Drawing.Size(41, 23);
     this.iTalk_Toggle1.TabIndex = 4;
     this.iTalk_Toggle1.Text     = "iTalk_Toggle1";
     this.iTalk_Toggle1.Toggled  = false;
     this.iTalk_Toggle1.Type     = iTalk.iTalk_Toggle._Type.YesNo;
     //
     // iTalk_TrackBar1
     //
     this.iTalk_TrackBar1.DrawHatch       = true;
     this.iTalk_TrackBar1.DrawValueString = false;
     this.iTalk_TrackBar1.JumpToMouse     = false;
     this.iTalk_TrackBar1.Location        = new System.Drawing.Point(82, 411);
     this.iTalk_TrackBar1.Maximum         = 10;
     this.iTalk_TrackBar1.Minimum         = 0;
     this.iTalk_TrackBar1.MinimumSize     = new System.Drawing.Size(37, 22);
     this.iTalk_TrackBar1.Name            = "iTalk_TrackBar1";
     this.iTalk_TrackBar1.Size            = new System.Drawing.Size(80, 22);
     this.iTalk_TrackBar1.TabIndex        = 3;
     this.iTalk_TrackBar1.Text            = "iTalk_TrackBar1";
     this.iTalk_TrackBar1.Value           = 0;
     this.iTalk_TrackBar1.ValueColour     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.iTalk_TrackBar1.ValueDivison    = iTalk.iTalk_TrackBar.ValueDivisor.By1;
     this.iTalk_TrackBar1.ValueToSet      = 0F;
     //
     // Form4
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(577, 487);
     this.Controls.Add(this.iTalk_StatusStrip1);
     this.Controls.Add(this.iTalk_Separator1);
     this.Controls.Add(this.iTalk_RichTextBox1);
     this.Controls.Add(this.iTalk_RadioButton1);
     this.Controls.Add(this.iTalk_ProgressIndicator1);
     this.Controls.Add(this.iTalk_ProgressBar1);
     this.Controls.Add(this.iTalk_Panel1);
     this.Controls.Add(this.iTalk_NumericUpDown1);
     this.Controls.Add(this.iTalk_NotificationNumber1);
     this.Controls.Add(this.iTalk_Listview1);
     this.Controls.Add(this.iTalk_LinkLabel1);
     this.Controls.Add(this.iTalk_Label1);
     this.Controls.Add(this.iTalk_Icon_Tick1);
     this.Controls.Add(this.iTalk_Icon_Info1);
     this.Controls.Add(this.iTalk_HeaderLabel1);
     this.Controls.Add(this.iTalk_ControlBox1);
     this.Controls.Add(this.iTalk_CheckBox1);
     this.Controls.Add(this.iTalk_ChatBubble_R1);
     this.Controls.Add(this.iTalk_ThemeContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MinimumSize     = new System.Drawing.Size(126, 39);
     this.Name            = "Form4";
     this.Text            = "iTalk_ThemeContainer1";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.iTalk_ContextMenuStrip1.ResumeLayout(false);
     this.iTalk_ThemeContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmlowstock));
     this.lowStockDataGrid      = new System.Windows.Forms.DataGridView();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.iTalk_MenuStrip1      = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.lowStockDataGrid)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // lowStockDataGrid
     //
     this.lowStockDataGrid.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.lowStockDataGrid.BackgroundColor             = System.Drawing.Color.Teal;
     this.lowStockDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.lowStockDataGrid.Location = new System.Drawing.Point(12, 42);
     this.lowStockDataGrid.Name     = "lowStockDataGrid";
     this.lowStockDataGrid.Size     = new System.Drawing.Size(1330, 621);
     this.lowStockDataGrid.TabIndex = 3;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 674);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1354, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(39, 17);
     this.toolStripStatusLabel1.Text = "Status";
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer1.ColorTable    = msColorTable1;
     controlRenderer1.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer1;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1354, 29);
     this.iTalk_MenuStrip1.TabIndex = 2;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.homeToolStripMenuItem,
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.homeToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("homeToolStripMenuItem.Image")));
     this.homeToolStripMenuItem.Name      = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.homeToolStripMenuItem.Text      = "Home";
     this.homeToolStripMenuItem.Click    += new System.EventHandler(this.homeToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem.Text      = "Quit";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // frmlowstock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1354, 696);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Controls.Add(this.lowStockDataGrid);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmlowstock";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - LowStock";
     this.Load         += new System.EventHandler(this.frmlowstock_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lowStockDataGrid)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.menuStrip1                      = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.logOffToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.encryptionToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.manageConfigToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.manageSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.dgSettings                      = new System.Windows.Forms.DataGridView();
     this.label6                = new System.Windows.Forms.Label();
     this.pictureBox5           = new System.Windows.Forms.PictureBox();
     this.txtSearchSetings      = new iTalk.iTalk_TextBox_Big();
     this.iTalk_GroupBox2       = new iTalk.iTalk_GroupBox();
     this.btnRunConfig          = new iTalk.iTalk_Button_2();
     this.dataGridView1         = new System.Windows.Forms.DataGridView();
     this.button1               = new System.Windows.Forms.Button();
     this.iTalk_GroupBox1       = new iTalk.iTalk_GroupBox();
     this.btnCapture            = new System.Windows.Forms.Button();
     this.label5                = new System.Windows.Forms.Label();
     this.pictureBox4           = new System.Windows.Forms.PictureBox();
     this.button9               = new System.Windows.Forms.Button();
     this.button8               = new System.Windows.Forms.Button();
     this.button7               = new System.Windows.Forms.Button();
     this.button6               = new System.Windows.Forms.Button();
     this.button5               = new System.Windows.Forms.Button();
     this.label4                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.pictureBox3           = new System.Windows.Forms.PictureBox();
     this.pictureBox2           = new System.Windows.Forms.PictureBox();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.btnUpdates            = new System.Windows.Forms.Button();
     this.label1                = new System.Windows.Forms.Label();
     this.button4               = new System.Windows.Forms.Button();
     this.button3               = new System.Windows.Forms.Button();
     this.button2               = new System.Windows.Forms.Button();
     this.button10              = new System.Windows.Forms.Button();
     this.btnProxy              = new System.Windows.Forms.Button();
     this.btnAdapters           = new System.Windows.Forms.Button();
     this.outlook               = new System.Windows.Forms.PictureBox();
     this.excel                 = new System.Windows.Forms.PictureBox();
     this.word                  = new System.Windows.Forms.PictureBox();
     this.notepad               = new System.Windows.Forms.PictureBox();
     this.iTalk_StatusStrip1    = new iTalk.iTalk_StatusStrip();
     this.lbls_machine_name     = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblStatusIP           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgSettings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.iTalk_GroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.iTalk_GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.outlook)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.excel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.word)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.notepad)).BeginInit();
     this.iTalk_StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.settingsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location     = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name         = "menuStrip1";
     this.menuStrip1.Size         = new System.Drawing.Size(1347, 28);
     this.menuStrip1.TabIndex     = 2;
     this.menuStrip1.Text         = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.logOffToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
     this.fileToolStripMenuItem.Text = "File";
     //
     // logOffToolStripMenuItem
     //
     this.logOffToolStripMenuItem.Name   = "logOffToolStripMenuItem";
     this.logOffToolStripMenuItem.Size   = new System.Drawing.Size(134, 26);
     this.logOffToolStripMenuItem.Text   = "Log Off";
     this.logOffToolStripMenuItem.Click += new System.EventHandler(this.logOffToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(134, 26);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.encryptionToolStripMenuItem,
         this.manageConfigToolStripMenuItem,
         this.manageSettingsToolStripMenuItem
     });
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(119, 24);
     this.settingsToolStripMenuItem.Text = "Administration";
     //
     // encryptionToolStripMenuItem
     //
     this.encryptionToolStripMenuItem.Name   = "encryptionToolStripMenuItem";
     this.encryptionToolStripMenuItem.Size   = new System.Drawing.Size(195, 26);
     this.encryptionToolStripMenuItem.Text   = "Encryption";
     this.encryptionToolStripMenuItem.Click += new System.EventHandler(this.encryptionToolStripMenuItem_Click);
     //
     // manageConfigToolStripMenuItem
     //
     this.manageConfigToolStripMenuItem.Name   = "manageConfigToolStripMenuItem";
     this.manageConfigToolStripMenuItem.Size   = new System.Drawing.Size(195, 26);
     this.manageConfigToolStripMenuItem.Text   = "Manage Config";
     this.manageConfigToolStripMenuItem.Click += new System.EventHandler(this.manageConfigToolStripMenuItem_Click);
     //
     // manageSettingsToolStripMenuItem
     //
     this.manageSettingsToolStripMenuItem.Name   = "manageSettingsToolStripMenuItem";
     this.manageSettingsToolStripMenuItem.Size   = new System.Drawing.Size(195, 26);
     this.manageSettingsToolStripMenuItem.Text   = "Manage Settings";
     this.manageSettingsToolStripMenuItem.Click += new System.EventHandler(this.manageSettingsToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(125, 26);
     this.aboutToolStripMenuItem.Text = "About";
     //
     // dgSettings
     //
     this.dgSettings.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.Color.Green;
     this.dgSettings.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgSettings.BackgroundColor             = System.Drawing.Color.Maroon;
     this.dgSettings.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgSettings.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgSettings.ColumnHeadersVisible        = false;
     this.dgSettings.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgSettings.Location                = new System.Drawing.Point(1005, 189);
     this.dgSettings.MultiSelect             = false;
     this.dgSettings.Name                    = "dgSettings";
     this.dgSettings.ReadOnly                = true;
     this.dgSettings.RowHeadersBorderStyle   = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dgSettings.RowHeadersVisible       = false;
     this.dgSettings.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgSettings.RowTemplate.Height      = 24;
     this.dgSettings.ShowEditingIcon         = false;
     this.dgSettings.Size                    = new System.Drawing.Size(332, 472);
     this.dgSettings.TabIndex                = 1;
     this.dgSettings.CellContentClick       += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgSettings_CellContentClick);
     this.dgSettings.KeyDown                += new System.Windows.Forms.KeyEventHandler(this.dgSettings_KeyDown);
     this.dgSettings.KeyUp                  += new System.Windows.Forms.KeyEventHandler(this.dgSettings_KeyUp);
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label6.Location  = new System.Drawing.Point(1054, 85);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(238, 32);
     this.label6.TabIndex  = 6;
     this.label6.Text      = "Settings Manager";
     //
     // pictureBox5
     //
     this.pictureBox5.Image    = global::MySecureServer.Properties.Resources.search_icon;
     this.pictureBox5.Location = new System.Drawing.Point(1288, 141);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(48, 46);
     this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox5.TabIndex = 7;
     this.pictureBox5.TabStop  = false;
     //
     // txtSearchSetings
     //
     this.txtSearchSetings.BackColor             = System.Drawing.Color.Transparent;
     this.txtSearchSetings.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtSearchSetings.ForeColor             = System.Drawing.Color.DimGray;
     this.txtSearchSetings.Image                 = null;
     this.txtSearchSetings.Location              = new System.Drawing.Point(1005, 137);
     this.txtSearchSetings.MaxLength             = 32767;
     this.txtSearchSetings.Multiline             = false;
     this.txtSearchSetings.Name                  = "txtSearchSetings";
     this.txtSearchSetings.ReadOnly              = false;
     this.txtSearchSetings.Size                  = new System.Drawing.Size(287, 46);
     this.txtSearchSetings.TabIndex              = 0;
     this.txtSearchSetings.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtSearchSetings.UseSystemPasswordChar = false;
     this.txtSearchSetings.TextChanged          += new System.EventHandler(this.txtSearchSetings_TextChanged);
     //
     // iTalk_GroupBox2
     //
     this.iTalk_GroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_GroupBox2.Controls.Add(this.btnRunConfig);
     this.iTalk_GroupBox2.Controls.Add(this.dataGridView1);
     this.iTalk_GroupBox2.Controls.Add(this.button1);
     this.iTalk_GroupBox2.Location    = new System.Drawing.Point(585, 64);
     this.iTalk_GroupBox2.MinimumSize = new System.Drawing.Size(136, 50);
     this.iTalk_GroupBox2.Name        = "iTalk_GroupBox2";
     this.iTalk_GroupBox2.Padding     = new System.Windows.Forms.Padding(5, 28, 5, 5);
     this.iTalk_GroupBox2.Size        = new System.Drawing.Size(412, 598);
     this.iTalk_GroupBox2.TabIndex    = 5;
     this.iTalk_GroupBox2.Text        = "Hardening Settings";
     this.iTalk_GroupBox2.Click      += new System.EventHandler(this.iTalk_GroupBox2_Click);
     //
     // btnRunConfig
     //
     this.btnRunConfig.BackColor     = System.Drawing.Color.Transparent;
     this.btnRunConfig.Font          = new System.Drawing.Font("Segoe UI", 14F);
     this.btnRunConfig.ForeColor     = System.Drawing.Color.White;
     this.btnRunConfig.Image         = global::MySecureServer.Properties.Resources.app_settings_icon;
     this.btnRunConfig.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRunConfig.Location      = new System.Drawing.Point(57, 39);
     this.btnRunConfig.Name          = "btnRunConfig";
     this.btnRunConfig.Size          = new System.Drawing.Size(305, 69);
     this.btnRunConfig.TabIndex      = 6;
     this.btnRunConfig.Text          = "Config Sys";
     this.btnRunConfig.TextAlignment = System.Drawing.StringAlignment.Center;
     this.btnRunConfig.Click        += new System.EventHandler(this.iTalk_Button_21_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location           = new System.Drawing.Point(24, 125);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size               = new System.Drawing.Size(367, 421);
     this.dataGridView1.TabIndex           = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(129, 553);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(156, 34);
     this.button1.TabIndex = 1;
     this.button1.Text     = "&Update";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // iTalk_GroupBox1
     //
     this.iTalk_GroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_GroupBox1.Controls.Add(this.btnCapture);
     this.iTalk_GroupBox1.Controls.Add(this.label5);
     this.iTalk_GroupBox1.Controls.Add(this.pictureBox4);
     this.iTalk_GroupBox1.Controls.Add(this.button9);
     this.iTalk_GroupBox1.Controls.Add(this.button8);
     this.iTalk_GroupBox1.Controls.Add(this.button7);
     this.iTalk_GroupBox1.Controls.Add(this.button6);
     this.iTalk_GroupBox1.Controls.Add(this.button5);
     this.iTalk_GroupBox1.Controls.Add(this.label4);
     this.iTalk_GroupBox1.Controls.Add(this.label3);
     this.iTalk_GroupBox1.Controls.Add(this.label2);
     this.iTalk_GroupBox1.Controls.Add(this.pictureBox3);
     this.iTalk_GroupBox1.Controls.Add(this.pictureBox2);
     this.iTalk_GroupBox1.Controls.Add(this.pictureBox1);
     this.iTalk_GroupBox1.Controls.Add(this.btnUpdates);
     this.iTalk_GroupBox1.Controls.Add(this.label1);
     this.iTalk_GroupBox1.Controls.Add(this.button4);
     this.iTalk_GroupBox1.Controls.Add(this.button3);
     this.iTalk_GroupBox1.Controls.Add(this.button2);
     this.iTalk_GroupBox1.Controls.Add(this.button10);
     this.iTalk_GroupBox1.Controls.Add(this.btnProxy);
     this.iTalk_GroupBox1.Controls.Add(this.btnAdapters);
     this.iTalk_GroupBox1.Controls.Add(this.outlook);
     this.iTalk_GroupBox1.Controls.Add(this.excel);
     this.iTalk_GroupBox1.Controls.Add(this.word);
     this.iTalk_GroupBox1.Controls.Add(this.notepad);
     this.iTalk_GroupBox1.Location    = new System.Drawing.Point(26, 46);
     this.iTalk_GroupBox1.MinimumSize = new System.Drawing.Size(136, 50);
     this.iTalk_GroupBox1.Name        = "iTalk_GroupBox1";
     this.iTalk_GroupBox1.Padding     = new System.Windows.Forms.Padding(5, 28, 5, 5);
     this.iTalk_GroupBox1.Size        = new System.Drawing.Size(542, 616);
     this.iTalk_GroupBox1.TabIndex    = 4;
     this.iTalk_GroupBox1.Text        = "System Utilities";
     this.iTalk_GroupBox1.Click      += new System.EventHandler(this.iTalk_GroupBox1_Click);
     //
     // btnCapture
     //
     this.btnCapture.Location = new System.Drawing.Point(433, 578);
     this.btnCapture.Margin   = new System.Windows.Forms.Padding(4);
     this.btnCapture.Name     = "btnCapture";
     this.btnCapture.Size     = new System.Drawing.Size(100, 38);
     this.btnCapture.TabIndex = 46;
     this.btnCapture.Text     = "Capture";
     this.btnCapture.UseVisualStyleBackColor = true;
     this.btnCapture.Visible = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(394, 547);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(38, 17);
     this.label5.TabIndex = 45;
     this.label5.Text     = "Lock";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::MySecureServer.Properties.Resources.PadLock_icon;
     this.pictureBox4.Location = new System.Drawing.Point(386, 490);
     this.pictureBox4.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(73, 62);
     this.pictureBox4.TabIndex = 44;
     this.pictureBox4.TabStop  = false;
     this.pictureBox4.Click   += new System.EventHandler(this.pictureBox4_Click);
     //
     // button9
     //
     this.button9.Image      = global::MySecureServer.Properties.Resources.systempro;
     this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button9.Location   = new System.Drawing.Point(273, 424);
     this.button9.Margin     = new System.Windows.Forms.Padding(4);
     this.button9.Name       = "button9";
     this.button9.Size       = new System.Drawing.Size(255, 55);
     this.button9.TabIndex   = 43;
     this.button9.Text       = "MS Info";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // button8
     //
     this.button8.Image      = global::MySecureServer.Properties.Resources.Sound_on_icon;
     this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button8.Location   = new System.Drawing.Point(13, 424);
     this.button8.Margin     = new System.Windows.Forms.Padding(4);
     this.button8.Name       = "button8";
     this.button8.Size       = new System.Drawing.Size(255, 55);
     this.button8.TabIndex   = 42;
     this.button8.Text       = "Audio Settings";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Image      = global::MySecureServer.Properties.Resources.App_service_manager_icon;
     this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button7.Location   = new System.Drawing.Point(273, 313);
     this.button7.Margin     = new System.Windows.Forms.Padding(4);
     this.button7.Name       = "button7";
     this.button7.Size       = new System.Drawing.Size(255, 55);
     this.button7.TabIndex   = 41;
     this.button7.Text       = "Services";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.button6.Image      = global::MySecureServer.Properties.Resources.Computer_icon;
     this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button6.Location   = new System.Drawing.Point(273, 258);
     this.button6.Margin     = new System.Windows.Forms.Padding(4);
     this.button6.Name       = "button6";
     this.button6.Size       = new System.Drawing.Size(255, 55);
     this.button6.TabIndex   = 40;
     this.button6.Text       = "My Computer";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button5
     //
     this.button5.Image      = global::MySecureServer.Properties.Resources.Apps_Task_Manager_alt_1_Metro_icon;
     this.button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button5.Location   = new System.Drawing.Point(273, 202);
     this.button5.Margin     = new System.Windows.Forms.Padding(4);
     this.button5.Name       = "button5";
     this.button5.Size       = new System.Drawing.Size(255, 55);
     this.button5.TabIndex   = 39;
     this.button5.Text       = "Task Manager";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(301, 547);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 17);
     this.label4.TabIndex = 38;
     this.label4.Text     = "Logoff";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(211, 546);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(54, 17);
     this.label3.TabIndex = 37;
     this.label3.Text     = "Restart";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(117, 546);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 17);
     this.label2.TabIndex = 36;
     this.label2.Text     = "Shutdown";
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = global::MySecureServer.Properties.Resources.Sign_LogOff_icon;
     this.pictureBox3.Location = new System.Drawing.Point(298, 490);
     this.pictureBox3.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(75, 62);
     this.pictureBox3.TabIndex = 35;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::MySecureServer.Properties.Resources.sleep_mode_prolonged_icon;
     this.pictureBox2.Location = new System.Drawing.Point(206, 490);
     this.pictureBox2.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(87, 62);
     this.pictureBox2.TabIndex = 34;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::MySecureServer.Properties.Resources.shutdown_icon;
     this.pictureBox1.Location = new System.Drawing.Point(121, 490);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(87, 62);
     this.pictureBox1.TabIndex = 33;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // btnUpdates
     //
     this.btnUpdates.Image      = global::MySecureServer.Properties.Resources.Apps_system_software_update_icon__1_;
     this.btnUpdates.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUpdates.Location   = new System.Drawing.Point(273, 143);
     this.btnUpdates.Margin     = new System.Windows.Forms.Padding(4);
     this.btnUpdates.Name       = "btnUpdates";
     this.btnUpdates.Size       = new System.Drawing.Size(255, 55);
     this.btnUpdates.TabIndex   = 31;
     this.btnUpdates.Text       = "Windows Updates";
     this.btnUpdates.UseVisualStyleBackColor = true;
     this.btnUpdates.Click += new System.EventHandler(this.btnUpdates_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 528);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(140, 17);
     this.label1.TabIndex = 32;
     this.label1.Text     = "                                 ";
     //
     // button4
     //
     this.button4.Image      = global::MySecureServer.Properties.Resources.Devices_drive_removable_media_usb_pendrive_icon;
     this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button4.Location   = new System.Drawing.Point(273, 368);
     this.button4.Margin     = new System.Windows.Forms.Padding(4);
     this.button4.Name       = "button4";
     this.button4.Size       = new System.Drawing.Size(255, 55);
     this.button4.TabIndex   = 30;
     this.button4.Text       = "Device Manager";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Image      = global::MySecureServer.Properties.Resources.Devices_yast_HD_icon;
     this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button3.Location   = new System.Drawing.Point(13, 368);
     this.button3.Margin     = new System.Windows.Forms.Padding(4);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(255, 55);
     this.button3.TabIndex   = 29;
     this.button3.Text       = "System Properties";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Image      = global::MySecureServer.Properties.Resources.fire;
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button2.Location   = new System.Drawing.Point(13, 313);
     this.button2.Margin     = new System.Windows.Forms.Padding(4);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(255, 55);
     this.button2.TabIndex   = 28;
     this.button2.Text       = "Windows Firewall";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button10
     //
     this.button10.Image      = global::MySecureServer.Properties.Resources.control;
     this.button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button10.Location   = new System.Drawing.Point(13, 258);
     this.button10.Margin     = new System.Windows.Forms.Padding(4);
     this.button10.Name       = "button10";
     this.button10.Size       = new System.Drawing.Size(255, 55);
     this.button10.TabIndex   = 27;
     this.button10.Text       = "Control Panel";
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click += new System.EventHandler(this.button10_Click);
     //
     // btnProxy
     //
     this.btnProxy.Image      = global::MySecureServer.Properties.Resources.proxy;
     this.btnProxy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProxy.Location   = new System.Drawing.Point(13, 202);
     this.btnProxy.Margin     = new System.Windows.Forms.Padding(4);
     this.btnProxy.Name       = "btnProxy";
     this.btnProxy.Size       = new System.Drawing.Size(255, 55);
     this.btnProxy.TabIndex   = 26;
     this.btnProxy.Text       = "Proxy Settings";
     this.btnProxy.UseVisualStyleBackColor = true;
     this.btnProxy.Click += new System.EventHandler(this.btnProxy_Click);
     //
     // btnAdapters
     //
     this.btnAdapters.Image      = global::MySecureServer.Properties.Resources.adapters;
     this.btnAdapters.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdapters.Location   = new System.Drawing.Point(14, 143);
     this.btnAdapters.Margin     = new System.Windows.Forms.Padding(4);
     this.btnAdapters.Name       = "btnAdapters";
     this.btnAdapters.Size       = new System.Drawing.Size(255, 55);
     this.btnAdapters.TabIndex   = 25;
     this.btnAdapters.Text       = "View Network Adapters";
     this.btnAdapters.UseVisualStyleBackColor = true;
     this.btnAdapters.Click += new System.EventHandler(this.btnAdapters_Click);
     //
     // outlook
     //
     this.outlook.Image    = global::MySecureServer.Properties.Resources.Outlook_icon;
     this.outlook.Location = new System.Drawing.Point(352, 66);
     this.outlook.Margin   = new System.Windows.Forms.Padding(4);
     this.outlook.Name     = "outlook";
     this.outlook.Size     = new System.Drawing.Size(65, 59);
     this.outlook.TabIndex = 8;
     this.outlook.TabStop  = false;
     this.outlook.Click   += new System.EventHandler(this.outlook_Click);
     //
     // excel
     //
     this.excel.Image    = global::MySecureServer.Properties.Resources.Excel_icon;
     this.excel.Location = new System.Drawing.Point(274, 66);
     this.excel.Margin   = new System.Windows.Forms.Padding(4);
     this.excel.Name     = "excel";
     this.excel.Size     = new System.Drawing.Size(65, 59);
     this.excel.TabIndex = 9;
     this.excel.TabStop  = false;
     this.excel.Click   += new System.EventHandler(this.excel_Click);
     //
     // word
     //
     this.word.Image    = global::MySecureServer.Properties.Resources.Word_icon;
     this.word.Location = new System.Drawing.Point(197, 66);
     this.word.Margin   = new System.Windows.Forms.Padding(4);
     this.word.Name     = "word";
     this.word.Size     = new System.Drawing.Size(65, 59);
     this.word.TabIndex = 10;
     this.word.TabStop  = false;
     this.word.Click   += new System.EventHandler(this.word_Click);
     //
     // notepad
     //
     this.notepad.Image    = global::MySecureServer.Properties.Resources.notepad_icon;
     this.notepad.Location = new System.Drawing.Point(120, 66);
     this.notepad.Margin   = new System.Windows.Forms.Padding(4);
     this.notepad.Name     = "notepad";
     this.notepad.Size     = new System.Drawing.Size(65, 59);
     this.notepad.TabIndex = 11;
     this.notepad.TabStop  = false;
     this.notepad.Click   += new System.EventHandler(this.notepad_Click);
     //
     // iTalk_StatusStrip1
     //
     this.iTalk_StatusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.iTalk_StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lbls_machine_name,
         this.lblStatusIP,
         this.toolStripStatusLabel1
     });
     this.iTalk_StatusStrip1.Location   = new System.Drawing.Point(0, 677);
     this.iTalk_StatusStrip1.Name       = "iTalk_StatusStrip1";
     controlRenderer1.ColorTable        = msColorTable1;
     controlRenderer1.RoundedEdges      = true;
     this.iTalk_StatusStrip1.Renderer   = controlRenderer1;
     this.iTalk_StatusStrip1.Size       = new System.Drawing.Size(1347, 25);
     this.iTalk_StatusStrip1.SizingGrip = false;
     this.iTalk_StatusStrip1.TabIndex   = 3;
     this.iTalk_StatusStrip1.Text       = "iTalk_StatusStrip1";
     //
     // lbls_machine_name
     //
     this.lbls_machine_name.ForeColor = System.Drawing.Color.Red;
     this.lbls_machine_name.Name      = "lbls_machine_name";
     this.lbls_machine_name.Size      = new System.Drawing.Size(76, 20);
     this.lbls_machine_name.Text      = "MACHINR";
     //
     // lblStatusIP
     //
     this.lblStatusIP.ForeColor = System.Drawing.Color.LawnGreen;
     this.lblStatusIP.Name      = "lblStatusIP";
     this.lblStatusIP.Size      = new System.Drawing.Size(21, 20);
     this.lblStatusIP.Text      = "IP";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Lime;
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(284, 20);
     this.toolStripStatusLabel1.Text      = "Afiniti Hardening System - Dev by Zaheer";
     //
     // frmMain
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::MySecureServer.Properties.Resources.GettyImages_622184706;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1347, 702);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtSearchSetings);
     this.Controls.Add(this.dgSettings);
     this.Controls.Add(this.iTalk_GroupBox2);
     this.Controls.Add(this.iTalk_GroupBox1);
     this.Controls.Add(this.iTalk_StatusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "frmMain";
     this.Text          = "Afiniti Hardening System";
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgSettings)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.iTalk_GroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.iTalk_GroupBox1.ResumeLayout(false);
     this.iTalk_GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.outlook)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.excel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.word)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.notepad)).EndInit();
     this.iTalk_StatusStrip1.ResumeLayout(false);
     this.iTalk_StatusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmsales));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.btnnew                    = new System.Windows.Forms.Button();
     this.txtquantity               = new System.Windows.Forms.TextBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.dtpdate                   = new System.Windows.Forms.DateTimePicker();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.btndelete                 = new System.Windows.Forms.Button();
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.btnupdate                 = new System.Windows.Forms.Button();
     this.btnadd                    = new System.Windows.Forms.Button();
     this.label1                    = new System.Windows.Forms.Label();
     this.lblstatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.label3                    = new System.Windows.Forms.Label();
     this.txtsalesid                = new System.Windows.Forms.TextBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.statusStrip1              = new System.Windows.Forms.StatusStrip();
     this.btnnewcus                 = new System.Windows.Forms.Button();
     this.cbcustomerid              = new System.Windows.Forms.ComboBox();
     this.label5                    = new System.Windows.Forms.Label();
     this.btnstock                  = new System.Windows.Forms.Button();
     this.cbstockid                 = new System.Windows.Forms.ComboBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.btndeliver                = new System.Windows.Forms.Button();
     this.cbdeliverid               = new System.Windows.Forms.ComboBox();
     this.label7                    = new System.Windows.Forms.Label();
     this.txtstockquan              = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.txtavaiquan               = new System.Windows.Forms.TextBox();
     this.label9                    = new System.Windows.Forms.Label();
     this.txtstockprice             = new System.Windows.Forms.TextBox();
     this.label10                   = new System.Windows.Forms.Label();
     this.txtsalesperson            = new System.Windows.Forms.TextBox();
     this.txtcustomername           = new System.Windows.Forms.TextBox();
     this.label12                   = new System.Windows.Forms.Label();
     this.txtstockname              = new System.Windows.Forms.TextBox();
     this.label13                   = new System.Windows.Forms.Label();
     this.lnlgrossamount            = new System.Windows.Forms.Label();
     this.txtsellprice              = new System.Windows.Forms.TextBox();
     this.label14                   = new System.Windows.Forms.Label();
     this.txttotalaomount           = new System.Windows.Forms.TextBox();
     this.label15                   = new System.Windows.Forms.Label();
     this.label11                   = new System.Windows.Forms.Label();
     this.label16                   = new System.Windows.Forms.Label();
     this.cbbasedon                 = new System.Windows.Forms.ComboBox();
     this.btnsearch                 = new System.Windows.Forms.Button();
     this.txtsearch                 = new System.Windows.Forms.TextBox();
     this.dtpdatesearch             = new System.Windows.Forms.DateTimePicker();
     this.iTalk_MenuStrip1          = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.reportToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.moreToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lbldate                   = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnnew
     //
     this.btnnew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnnew.Location  = new System.Drawing.Point(348, 529);
     this.btnnew.Name      = "btnnew";
     this.btnnew.Size      = new System.Drawing.Size(57, 23);
     this.btnnew.TabIndex  = 44;
     this.btnnew.Text      = "New";
     this.btnnew.UseVisualStyleBackColor = true;
     this.btnnew.Click += new System.EventHandler(this.btnnew_Click);
     //
     // txtquantity
     //
     this.txtquantity.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtquantity.Location     = new System.Drawing.Point(557, 558);
     this.txtquantity.Name         = "txtquantity";
     this.txtquantity.Size         = new System.Drawing.Size(221, 22);
     this.txtquantity.TabIndex     = 43;
     this.txtquantity.TextChanged += new System.EventHandler(this.txtquantity_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(435, 564);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(56, 16);
     this.label4.TabIndex = 42;
     this.label4.Text     = "Quantity";
     //
     // dtpdate
     //
     this.dtpdate.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdate.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpdate.Location      = new System.Drawing.Point(557, 530);
     this.dtpdate.Name          = "dtpdate";
     this.dtpdate.Size          = new System.Drawing.Size(221, 22);
     this.dtpdate.TabIndex      = 40;
     this.dtpdate.ValueChanged += new System.EventHandler(this.dtpdate_ValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btndelete);
     this.groupBox1.Controls.Add(this.btnupdate);
     this.groupBox1.Controls.Add(this.btnadd);
     this.groupBox1.Location = new System.Drawing.Point(1191, 492);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(151, 168);
     this.groupBox1.TabIndex = 39;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Controls";
     //
     // btndelete
     //
     this.btndelete.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btndelete.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btndelete.ImageIndex = 2;
     this.btndelete.ImageList  = this.imageList1;
     this.btndelete.Location   = new System.Drawing.Point(16, 115);
     this.btndelete.Name       = "btndelete";
     this.btndelete.Size       = new System.Drawing.Size(118, 42);
     this.btndelete.TabIndex   = 2;
     this.btndelete.Text       = "Delete";
     this.btndelete.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btndelete.UseVisualStyleBackColor = true;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Entypo_d83d(2)_1024.png");
     this.imageList1.Images.SetKeyName(1, "Entypo_e717(0)_1024.png");
     this.imageList1.Images.SetKeyName(2, "Entypo_e729(1)_1024.png");
     //
     // btnupdate
     //
     this.btnupdate.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnupdate.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnupdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnupdate.ImageIndex = 1;
     this.btnupdate.ImageList  = this.imageList1;
     this.btnupdate.Location   = new System.Drawing.Point(16, 67);
     this.btnupdate.Name       = "btnupdate";
     this.btnupdate.Size       = new System.Drawing.Size(118, 42);
     this.btnupdate.TabIndex   = 1;
     this.btnupdate.Text       = "Update";
     this.btnupdate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnupdate.UseVisualStyleBackColor = true;
     this.btnupdate.Click += new System.EventHandler(this.btnupdate_Click);
     //
     // btnadd
     //
     this.btnadd.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnadd.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnadd.ImageIndex = 0;
     this.btnadd.ImageList  = this.imageList1;
     this.btnadd.Location   = new System.Drawing.Point(16, 19);
     this.btnadd.Name       = "btnadd";
     this.btnadd.Size       = new System.Drawing.Size(118, 42);
     this.btnadd.TabIndex   = 0;
     this.btnadd.Text       = "Add";
     this.btnadd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnadd.UseVisualStyleBackColor = true;
     this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 507);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 16);
     this.label1.TabIndex = 35;
     this.label1.Text     = "Sales ID";
     //
     // lblstatus
     //
     this.lblstatus.Name = "lblstatus";
     this.lblstatus.Size = new System.Drawing.Size(39, 17);
     this.lblstatus.Text = "Status";
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.Teal;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 68);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(1330, 416);
     this.dataGridView1.TabIndex = 33;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(435, 535);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 16);
     this.label3.TabIndex = 38;
     this.label3.Text     = "Date";
     //
     // txtsalesid
     //
     this.txtsalesid.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsalesid.Location = new System.Drawing.Point(121, 501);
     this.txtsalesid.Name     = "txtsalesid";
     this.txtsalesid.Size     = new System.Drawing.Size(221, 22);
     this.txtsalesid.TabIndex = 36;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(11, 535);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(89, 16);
     this.label2.TabIndex = 37;
     this.label2.Text     = "Sales Person";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblstatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 674);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1354, 22);
     this.statusStrip1.TabIndex = 34;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // btnnewcus
     //
     this.btnnewcus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnnewcus.Location  = new System.Drawing.Point(348, 557);
     this.btnnewcus.Name      = "btnnewcus";
     this.btnnewcus.Size      = new System.Drawing.Size(57, 23);
     this.btnnewcus.TabIndex  = 47;
     this.btnnewcus.Text      = "New";
     this.btnnewcus.UseVisualStyleBackColor = true;
     this.btnnewcus.Click += new System.EventHandler(this.btnnewcus_Click);
     //
     // cbcustomerid
     //
     this.cbcustomerid.FormattingEnabled = true;
     this.cbcustomerid.Location          = new System.Drawing.Point(121, 557);
     this.cbcustomerid.Name                  = "cbcustomerid";
     this.cbcustomerid.Size                  = new System.Drawing.Size(221, 21);
     this.cbcustomerid.TabIndex              = 46;
     this.cbcustomerid.SelectedIndexChanged += new System.EventHandler(this.cbcustomerid_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(11, 563);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(81, 16);
     this.label5.TabIndex = 45;
     this.label5.Text     = "Customer ID";
     //
     // btnstock
     //
     this.btnstock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnstock.Location  = new System.Drawing.Point(348, 612);
     this.btnstock.Name      = "btnstock";
     this.btnstock.Size      = new System.Drawing.Size(57, 23);
     this.btnstock.TabIndex  = 50;
     this.btnstock.Text      = "New";
     this.btnstock.UseVisualStyleBackColor = true;
     this.btnstock.Click += new System.EventHandler(this.btnstock_Click);
     //
     // cbstockid
     //
     this.cbstockid.FormattingEnabled = true;
     this.cbstockid.Location          = new System.Drawing.Point(121, 612);
     this.cbstockid.Name                  = "cbstockid";
     this.cbstockid.Size                  = new System.Drawing.Size(221, 21);
     this.cbstockid.TabIndex              = 49;
     this.cbstockid.SelectedIndexChanged += new System.EventHandler(this.cbstockid_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(11, 618);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(58, 16);
     this.label6.TabIndex = 48;
     this.label6.Text     = "Stock ID";
     //
     // btndeliver
     //
     this.btndeliver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btndeliver.Location  = new System.Drawing.Point(784, 502);
     this.btndeliver.Name      = "btndeliver";
     this.btndeliver.Size      = new System.Drawing.Size(57, 23);
     this.btndeliver.TabIndex  = 53;
     this.btndeliver.Text      = "New";
     this.btndeliver.UseVisualStyleBackColor = true;
     this.btndeliver.Click += new System.EventHandler(this.btndeliver_Click);
     //
     // cbdeliverid
     //
     this.cbdeliverid.FormattingEnabled = true;
     this.cbdeliverid.Location          = new System.Drawing.Point(557, 501);
     this.cbdeliverid.Name     = "cbdeliverid";
     this.cbdeliverid.Size     = new System.Drawing.Size(221, 21);
     this.cbdeliverid.TabIndex = 52;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(435, 506);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(67, 16);
     this.label7.TabIndex = 51;
     this.label7.Text     = "Deliver ID";
     //
     // txtstockquan
     //
     this.txtstockquan.Enabled  = false;
     this.txtstockquan.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtstockquan.Location = new System.Drawing.Point(557, 586);
     this.txtstockquan.Name     = "txtstockquan";
     this.txtstockquan.Size     = new System.Drawing.Size(221, 22);
     this.txtstockquan.TabIndex = 55;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(435, 592);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(93, 16);
     this.label8.TabIndex = 54;
     this.label8.Text     = "Stock Quantity";
     //
     // txtavaiquan
     //
     this.txtavaiquan.BackColor    = System.Drawing.SystemColors.Window;
     this.txtavaiquan.Enabled      = false;
     this.txtavaiquan.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtavaiquan.Location     = new System.Drawing.Point(557, 614);
     this.txtavaiquan.Name         = "txtavaiquan";
     this.txtavaiquan.Size         = new System.Drawing.Size(221, 22);
     this.txtavaiquan.TabIndex     = 57;
     this.txtavaiquan.TextChanged += new System.EventHandler(this.txtavaiquan_TextChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(435, 620);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(116, 16);
     this.label9.TabIndex = 56;
     this.label9.Text     = "Available Quantity";
     //
     // txtstockprice
     //
     this.txtstockprice.Enabled  = false;
     this.txtstockprice.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtstockprice.Location = new System.Drawing.Point(557, 642);
     this.txtstockprice.Name     = "txtstockprice";
     this.txtstockprice.Size     = new System.Drawing.Size(221, 22);
     this.txtstockprice.TabIndex = 59;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(435, 648);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(76, 16);
     this.label10.TabIndex = 58;
     this.label10.Text     = "Stock Price";
     //
     // txtsalesperson
     //
     this.txtsalesperson.Enabled  = false;
     this.txtsalesperson.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsalesperson.Location = new System.Drawing.Point(121, 529);
     this.txtsalesperson.Name     = "txtsalesperson";
     this.txtsalesperson.Size     = new System.Drawing.Size(221, 22);
     this.txtsalesperson.TabIndex = 62;
     //
     // txtcustomername
     //
     this.txtcustomername.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcustomername.Location = new System.Drawing.Point(121, 584);
     this.txtcustomername.Name     = "txtcustomername";
     this.txtcustomername.Size     = new System.Drawing.Size(221, 22);
     this.txtcustomername.TabIndex = 64;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(11, 590);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(105, 16);
     this.label12.TabIndex = 63;
     this.label12.Text     = "Customer Name";
     //
     // txtstockname
     //
     this.txtstockname.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtstockname.Location = new System.Drawing.Point(121, 639);
     this.txtstockname.Name     = "txtstockname";
     this.txtstockname.Size     = new System.Drawing.Size(221, 22);
     this.txtstockname.TabIndex = 66;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(11, 645);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(82, 16);
     this.label13.TabIndex = 65;
     this.label13.Text     = "Stock Name";
     //
     // lnlgrossamount
     //
     this.lnlgrossamount.AutoSize  = true;
     this.lnlgrossamount.BackColor = System.Drawing.Color.Teal;
     this.lnlgrossamount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lnlgrossamount.Font      = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnlgrossamount.ForeColor = System.Drawing.Color.White;
     this.lnlgrossamount.Location  = new System.Drawing.Point(881, 583);
     this.lnlgrossamount.Name      = "lnlgrossamount";
     this.lnlgrossamount.Padding   = new System.Windows.Forms.Padding(10);
     this.lnlgrossamount.Size      = new System.Drawing.Size(260, 59);
     this.lnlgrossamount.TabIndex  = 67;
     this.lnlgrossamount.Text      = "Gross Amount";
     //
     // txtsellprice
     //
     this.txtsellprice.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsellprice.Location     = new System.Drawing.Point(971, 500);
     this.txtsellprice.Name         = "txtsellprice";
     this.txtsellprice.Size         = new System.Drawing.Size(170, 22);
     this.txtsellprice.TabIndex     = 69;
     this.txtsellprice.TextChanged += new System.EventHandler(this.txtsellprice_TextChanged);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(878, 506);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(83, 16);
     this.label14.TabIndex = 68;
     this.label14.Text     = "Selling Price";
     //
     // txttotalaomount
     //
     this.txttotalaomount.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttotalaomount.Location = new System.Drawing.Point(971, 528);
     this.txttotalaomount.Name     = "txttotalaomount";
     this.txttotalaomount.Size     = new System.Drawing.Size(170, 22);
     this.txttotalaomount.TabIndex = 71;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(878, 534);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(87, 16);
     this.label15.TabIndex = 70;
     this.label15.Text     = "Total Amount";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(10, 42);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(49, 20);
     this.label11.TabIndex = 76;
     this.label11.Text     = "Sales";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(772, 42);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(77, 20);
     this.label16.TabIndex = 75;
     this.label16.Text     = "Based on";
     //
     // cbbasedon
     //
     this.cbbasedon.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbasedon.FormattingEnabled = true;
     this.cbbasedon.Items.AddRange(new object[] {
         "Sales ID",
         "Sales Person",
         "Customer ID",
         "Stock ID",
         "Delivery ID",
         "Date"
     });
     this.cbbasedon.Location              = new System.Drawing.Point(855, 39);
     this.cbbasedon.Name                  = "cbbasedon";
     this.cbbasedon.Size                  = new System.Drawing.Size(186, 23);
     this.cbbasedon.TabIndex              = 74;
     this.cbbasedon.SelectedIndexChanged += new System.EventHandler(this.cbbasedon_SelectedIndexChanged);
     //
     // btnsearch
     //
     this.btnsearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnsearch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnsearch.Location  = new System.Drawing.Point(1267, 36);
     this.btnsearch.Name      = "btnsearch";
     this.btnsearch.Size      = new System.Drawing.Size(75, 26);
     this.btnsearch.TabIndex  = 73;
     this.btnsearch.Text      = "Search";
     this.btnsearch.UseVisualStyleBackColor = true;
     this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
     //
     // txtsearch
     //
     this.txtsearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsearch.Location = new System.Drawing.Point(1057, 38);
     this.txtsearch.Name     = "txtsearch";
     this.txtsearch.Size     = new System.Drawing.Size(204, 24);
     this.txtsearch.TabIndex = 72;
     //
     // dtpdatesearch
     //
     this.dtpdatesearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdatesearch.Location = new System.Drawing.Point(1057, 40);
     this.dtpdatesearch.Name     = "dtpdatesearch";
     this.dtpdatesearch.Size     = new System.Drawing.Size(204, 21);
     this.dtpdatesearch.TabIndex = 77;
     this.dtpdatesearch.Visible  = false;
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.reportToolStripMenuItem,
         this.moreToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer1.ColorTable    = msColorTable1;
     controlRenderer1.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer1;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1354, 29);
     this.iTalk_MenuStrip1.TabIndex = 32;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.homeToolStripMenuItem,
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.newToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name      = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.newToolStripMenuItem.Text      = "New";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.homeToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("homeToolStripMenuItem.Image")));
     this.homeToolStripMenuItem.Name      = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.homeToolStripMenuItem.Text      = "Home";
     this.homeToolStripMenuItem.Click    += new System.EventHandler(this.homeToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem.Text      = "Quit";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // reportToolStripMenuItem
     //
     this.reportToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.reportToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("reportToolStripMenuItem.Image")));
     this.reportToolStripMenuItem.Name      = "reportToolStripMenuItem";
     this.reportToolStripMenuItem.Size      = new System.Drawing.Size(85, 25);
     this.reportToolStripMenuItem.Text      = "Report";
     //
     // moreToolStripMenuItem
     //
     this.moreToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resetAllToolStripMenuItem
     });
     this.moreToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.moreToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("moreToolStripMenuItem.Image")));
     this.moreToolStripMenuItem.Name      = "moreToolStripMenuItem";
     this.moreToolStripMenuItem.Size      = new System.Drawing.Size(75, 25);
     this.moreToolStripMenuItem.Text      = "More";
     //
     // resetAllToolStripMenuItem
     //
     this.resetAllToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.resetAllToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("resetAllToolStripMenuItem.Image")));
     this.resetAllToolStripMenuItem.Name      = "resetAllToolStripMenuItem";
     this.resetAllToolStripMenuItem.Size      = new System.Drawing.Size(138, 26);
     this.resetAllToolStripMenuItem.Text      = "Reset all";
     this.resetAllToolStripMenuItem.Click    += new System.EventHandler(this.resetAllToolStripMenuItem_Click);
     //
     // lbldate
     //
     this.lbldate.AutoSize = true;
     this.lbldate.Location = new System.Drawing.Point(803, 639);
     this.lbldate.Name     = "lbldate";
     this.lbldate.Size     = new System.Drawing.Size(41, 13);
     this.lbldate.TabIndex = 78;
     this.lbldate.Text     = "label17";
     this.lbldate.Visible  = false;
     //
     // frmsales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1354, 696);
     this.Controls.Add(this.lbldate);
     this.Controls.Add(this.dtpdatesearch);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.cbbasedon);
     this.Controls.Add(this.btnsearch);
     this.Controls.Add(this.txtsearch);
     this.Controls.Add(this.txttotalaomount);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.txtsellprice);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lnlgrossamount);
     this.Controls.Add(this.txtstockname);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtcustomername);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.txtsalesperson);
     this.Controls.Add(this.txtstockprice);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtavaiquan);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtstockquan);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.btndeliver);
     this.Controls.Add(this.cbdeliverid);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btnstock);
     this.Controls.Add(this.cbstockid);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnnewcus);
     this.Controls.Add(this.cbcustomerid);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.btnnew);
     this.Controls.Add(this.txtquantity);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.dtpdate);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtsalesid);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmsales";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Sales";
     this.Load         += new System.EventHandler(this.frmsales_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmdelivery));
     iTalk.ControlRenderer controlRenderer2 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable2    = new iTalk.MSColorTable();
     this.statusStrip1              = new System.Windows.Forms.StatusStrip();
     this.lblstatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.deliveryDataGrid          = new System.Windows.Forms.DataGridView();
     this.btndelete                 = new System.Windows.Forms.Button();
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.btnupdate                 = new System.Windows.Forms.Button();
     this.btnadd                    = new System.Windows.Forms.Button();
     this.label3                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.txtdeliverid              = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.dtpdate                   = new System.Windows.Forms.DateTimePicker();
     this.cbdriverid                = new System.Windows.Forms.ComboBox();
     this.txtdrivername             = new System.Windows.Forms.TextBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.btnnew                    = new System.Windows.Forms.Button();
     this.label8                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.cbbasedon                 = new System.Windows.Forms.ComboBox();
     this.btnsearch                 = new System.Windows.Forms.Button();
     this.txtsearch                 = new System.Windows.Forms.TextBox();
     this.dtpdatesearch             = new System.Windows.Forms.DateTimePicker();
     this.lbldate                   = new System.Windows.Forms.Label();
     this.iTalk_MenuStrip1          = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.reportToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.moreToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deliveryDataGrid)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblstatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 674);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1354, 22);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblstatus
     //
     this.lblstatus.Name = "lblstatus";
     this.lblstatus.Size = new System.Drawing.Size(39, 17);
     this.lblstatus.Text = "Status";
     //
     // deliveryDataGrid
     //
     this.deliveryDataGrid.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.deliveryDataGrid.BackgroundColor             = System.Drawing.Color.Teal;
     this.deliveryDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.deliveryDataGrid.Location = new System.Drawing.Point(12, 70);
     this.deliveryDataGrid.Name     = "deliveryDataGrid";
     this.deliveryDataGrid.Size     = new System.Drawing.Size(1330, 417);
     this.deliveryDataGrid.TabIndex = 4;
     //
     // btndelete
     //
     this.btndelete.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btndelete.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btndelete.ImageIndex = 2;
     this.btndelete.ImageList  = this.imageList1;
     this.btndelete.Location   = new System.Drawing.Point(16, 115);
     this.btndelete.Name       = "btndelete";
     this.btndelete.Size       = new System.Drawing.Size(118, 42);
     this.btndelete.TabIndex   = 2;
     this.btndelete.Text       = "Delete";
     this.btndelete.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btndelete.UseVisualStyleBackColor = true;
     this.btndelete.Click      += new System.EventHandler(this.btndelete_Click);
     this.btndelete.MouseLeave += new System.EventHandler(this.btndelete_MouseLeave);
     this.btndelete.MouseHover += new System.EventHandler(this.btndelete_MouseHover);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Entypo_d83d(2)_1024.png");
     this.imageList1.Images.SetKeyName(1, "Entypo_e717(0)_1024.png");
     this.imageList1.Images.SetKeyName(2, "Entypo_e729(1)_1024.png");
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btndelete);
     this.groupBox1.Controls.Add(this.btnupdate);
     this.groupBox1.Controls.Add(this.btnadd);
     this.groupBox1.Location = new System.Drawing.Point(1191, 492);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(151, 168);
     this.groupBox1.TabIndex = 26;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Controls";
     //
     // btnupdate
     //
     this.btnupdate.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnupdate.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnupdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnupdate.ImageIndex = 1;
     this.btnupdate.ImageList  = this.imageList1;
     this.btnupdate.Location   = new System.Drawing.Point(16, 67);
     this.btnupdate.Name       = "btnupdate";
     this.btnupdate.Size       = new System.Drawing.Size(118, 42);
     this.btnupdate.TabIndex   = 1;
     this.btnupdate.Text       = "Update";
     this.btnupdate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnupdate.UseVisualStyleBackColor = true;
     this.btnupdate.Click      += new System.EventHandler(this.btnupdate_Click);
     this.btnupdate.MouseLeave += new System.EventHandler(this.btnupdate_MouseLeave);
     this.btnupdate.MouseHover += new System.EventHandler(this.btnupdate_MouseHover);
     //
     // btnadd
     //
     this.btnadd.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnadd.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnadd.ImageIndex = 0;
     this.btnadd.ImageList  = this.imageList1;
     this.btnadd.Location   = new System.Drawing.Point(16, 19);
     this.btnadd.Name       = "btnadd";
     this.btnadd.Size       = new System.Drawing.Size(118, 42);
     this.btnadd.TabIndex   = 0;
     this.btnadd.Text       = "Add";
     this.btnadd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnadd.UseVisualStyleBackColor = true;
     this.btnadd.Click      += new System.EventHandler(this.btnadd_Click);
     this.btnadd.MouseLeave += new System.EventHandler(this.btnadd_MouseLeave);
     this.btnadd.MouseHover += new System.EventHandler(this.btnadd_MouseHover);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(12, 612);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 16);
     this.label3.TabIndex = 20;
     this.label3.Text     = "Date";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 556);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 16);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Driver ID";
     //
     // txtdeliverid
     //
     this.txtdeliverid.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdeliverid.Location = new System.Drawing.Point(121, 522);
     this.txtdeliverid.Name     = "txtdeliverid";
     this.txtdeliverid.Size     = new System.Drawing.Size(221, 22);
     this.txtdeliverid.TabIndex = 17;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 528);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 16);
     this.label1.TabIndex = 16;
     this.label1.Text     = "Deliver ID";
     //
     // dtpdate
     //
     this.dtpdate.CustomFormat  = "yyyy-MM-dd";
     this.dtpdate.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdate.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpdate.Location      = new System.Drawing.Point(121, 606);
     this.dtpdate.Name          = "dtpdate";
     this.dtpdate.Size          = new System.Drawing.Size(221, 22);
     this.dtpdate.TabIndex      = 27;
     this.dtpdate.Value         = new System.DateTime(2017, 12, 7, 0, 0, 0, 0);
     this.dtpdate.ValueChanged += new System.EventHandler(this.dtpdate_ValueChanged);
     //
     // cbdriverid
     //
     this.cbdriverid.FormattingEnabled = true;
     this.cbdriverid.Location          = new System.Drawing.Point(121, 551);
     this.cbdriverid.Name                  = "cbdriverid";
     this.cbdriverid.Size                  = new System.Drawing.Size(221, 21);
     this.cbdriverid.TabIndex              = 28;
     this.cbdriverid.SelectedIndexChanged += new System.EventHandler(this.cbdriverid_SelectedIndexChanged);
     //
     // txtdrivername
     //
     this.txtdrivername.Enabled  = false;
     this.txtdrivername.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdrivername.Location = new System.Drawing.Point(121, 578);
     this.txtdrivername.Name     = "txtdrivername";
     this.txtdrivername.Size     = new System.Drawing.Size(221, 22);
     this.txtdrivername.TabIndex = 30;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(12, 584);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(84, 16);
     this.label4.TabIndex = 29;
     this.label4.Text     = "Driver Name";
     //
     // btnnew
     //
     this.btnnew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnnew.Location  = new System.Drawing.Point(348, 549);
     this.btnnew.Name      = "btnnew";
     this.btnnew.Size      = new System.Drawing.Size(57, 23);
     this.btnnew.TabIndex  = 31;
     this.btnnew.Text      = "New";
     this.btnnew.UseVisualStyleBackColor = true;
     this.btnnew.Click += new System.EventHandler(this.btnnew_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(11, 41);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(64, 20);
     this.label8.TabIndex = 56;
     this.label8.Text     = "Delivery";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(755, 44);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(77, 20);
     this.label7.TabIndex = 55;
     this.label7.Text     = "Based on";
     //
     // cbbasedon
     //
     this.cbbasedon.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbasedon.FormattingEnabled = true;
     this.cbbasedon.Items.AddRange(new object[] {
         "Delivery ID",
         "Driver ID",
         "Date"
     });
     this.cbbasedon.Location              = new System.Drawing.Point(842, 41);
     this.cbbasedon.Name                  = "cbbasedon";
     this.cbbasedon.Size                  = new System.Drawing.Size(186, 23);
     this.cbbasedon.TabIndex              = 54;
     this.cbbasedon.SelectedIndexChanged += new System.EventHandler(this.cbbasedon_SelectedIndexChanged);
     //
     // btnsearch
     //
     this.btnsearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnsearch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnsearch.Location  = new System.Drawing.Point(1267, 38);
     this.btnsearch.Name      = "btnsearch";
     this.btnsearch.Size      = new System.Drawing.Size(75, 26);
     this.btnsearch.TabIndex  = 53;
     this.btnsearch.Text      = "Search";
     this.btnsearch.UseVisualStyleBackColor = true;
     this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
     //
     // txtsearch
     //
     this.txtsearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsearch.Location = new System.Drawing.Point(1052, 40);
     this.txtsearch.Name     = "txtsearch";
     this.txtsearch.Size     = new System.Drawing.Size(209, 24);
     this.txtsearch.TabIndex = 52;
     //
     // dtpdatesearch
     //
     this.dtpdatesearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdatesearch.Location = new System.Drawing.Point(1052, 41);
     this.dtpdatesearch.Name     = "dtpdatesearch";
     this.dtpdatesearch.Size     = new System.Drawing.Size(209, 21);
     this.dtpdatesearch.TabIndex = 57;
     this.dtpdatesearch.Visible  = false;
     //
     // lbldate
     //
     this.lbldate.AutoSize = true;
     this.lbldate.Location = new System.Drawing.Point(118, 636);
     this.lbldate.Name     = "lbldate";
     this.lbldate.Size     = new System.Drawing.Size(0, 13);
     this.lbldate.TabIndex = 58;
     this.lbldate.Visible  = false;
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.reportToolStripMenuItem,
         this.moreToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer2.ColorTable    = msColorTable2;
     controlRenderer2.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer2;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1354, 29);
     this.iTalk_MenuStrip1.TabIndex = 3;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.homeToolStripMenuItem,
         this.quitToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.newToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name      = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.newToolStripMenuItem.Text      = "New";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.homeToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("homeToolStripMenuItem.Image")));
     this.homeToolStripMenuItem.Name      = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.homeToolStripMenuItem.Text      = "Home";
     this.homeToolStripMenuItem.Click    += new System.EventHandler(this.homeToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem.Text      = "Quit";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // reportToolStripMenuItem
     //
     this.reportToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.reportToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("reportToolStripMenuItem.Image")));
     this.reportToolStripMenuItem.Name      = "reportToolStripMenuItem";
     this.reportToolStripMenuItem.Size      = new System.Drawing.Size(85, 25);
     this.reportToolStripMenuItem.Text      = "Report";
     //
     // moreToolStripMenuItem
     //
     this.moreToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resetAllToolStripMenuItem
     });
     this.moreToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.moreToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("moreToolStripMenuItem.Image")));
     this.moreToolStripMenuItem.Name      = "moreToolStripMenuItem";
     this.moreToolStripMenuItem.Size      = new System.Drawing.Size(75, 25);
     this.moreToolStripMenuItem.Text      = "More";
     //
     // resetAllToolStripMenuItem
     //
     this.resetAllToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.resetAllToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("resetAllToolStripMenuItem.Image")));
     this.resetAllToolStripMenuItem.Name      = "resetAllToolStripMenuItem";
     this.resetAllToolStripMenuItem.Size      = new System.Drawing.Size(138, 26);
     this.resetAllToolStripMenuItem.Text      = "Reset all";
     this.resetAllToolStripMenuItem.Click    += new System.EventHandler(this.resetAllToolStripMenuItem_Click);
     //
     // frmdelivery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1354, 696);
     this.Controls.Add(this.lbldate);
     this.Controls.Add(this.dtpdatesearch);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.cbbasedon);
     this.Controls.Add(this.btnsearch);
     this.Controls.Add(this.txtsearch);
     this.Controls.Add(this.btnnew);
     this.Controls.Add(this.txtdrivername);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cbdriverid);
     this.Controls.Add(this.dtpdate);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtdeliverid);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.deliveryDataGrid);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmdelivery";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Delivery";
     this.Load         += new System.EventHandler(this.frmdelivery_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deliveryDataGrid)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.clearGC                 = new System.Windows.Forms.Timer(this.components);
     this.notifyIcon1             = new System.Windows.Forms.NotifyIcon(this.components);
     this.iTalk_ContextMenuStrip1 = new iTalk.iTalk_ContextMenuStrip();
     this.goWebToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.iTalk_ThemeContainer1   = new iTalk.iTalk_ThemeContainer();
     this.iTalk_ControlBox1       = new iTalk.iTalk_ControlBox();
     this.iTalk_Button_21         = new iTalk.iTalk_Button_2();
     this.iTalk_TextBox_Big3      = new iTalk.iTalk_TextBox_Big();
     this.iTalk_ContextMenuStrip1.SuspendLayout();
     this.iTalk_ThemeContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "2x2_grid_icon&32.png");
     this.imageList1.Images.SetKeyName(1, "3x3_grid_2_icon&32.png");
     this.imageList1.Images.SetKeyName(2, "air_signal_icon&32.png");
     this.imageList1.Images.SetKeyName(3, "round_delete_icon&32.png");
     this.imageList1.Images.SetKeyName(4, "paper_airplane_icon&32.png");
     //
     // clearGC
     //
     this.clearGC.Tick += new System.EventHandler(this.clearGC_Tick);
     //
     // notifyIcon1
     //
     this.notifyIcon1.BalloonTipIcon   = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon1.ContextMenuStrip = this.iTalk_ContextMenuStrip1;
     this.notifyIcon1.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text             = "Optimised";
     this.notifyIcon1.Visible          = true;
     this.notifyIcon1.DoubleClick     += new System.EventHandler(this.notifyIcon1_DoubleClick);
     //
     // iTalk_ContextMenuStrip1
     //
     this.iTalk_ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.goWebToolStripMenuItem,
         this.exitToolStripMenuItem1
     });
     this.iTalk_ContextMenuStrip1.Name     = "iTalk_ContextMenuStrip1";
     controlRenderer1.ColorTable           = msColorTable1;
     controlRenderer1.RoundedEdges         = true;
     this.iTalk_ContextMenuStrip1.Renderer = controlRenderer1;
     this.iTalk_ContextMenuStrip1.Size     = new System.Drawing.Size(117, 48);
     //
     // goWebToolStripMenuItem
     //
     this.goWebToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.goWebToolStripMenuItem.Image     = global::Optimised.Properties.Resources.home_icon_32;
     this.goWebToolStripMenuItem.Name      = "goWebToolStripMenuItem";
     this.goWebToolStripMenuItem.Size      = new System.Drawing.Size(116, 22);
     this.goWebToolStripMenuItem.Text      = "Go Web";
     this.goWebToolStripMenuItem.Click    += new System.EventHandler(this.goWebToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem1
     //
     this.exitToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.exitToolStripMenuItem1.Image     = global::Optimised.Properties.Resources.on_off_icon_32;
     this.exitToolStripMenuItem1.Name      = "exitToolStripMenuItem1";
     this.exitToolStripMenuItem1.Size      = new System.Drawing.Size(116, 22);
     this.exitToolStripMenuItem1.Text      = "Exit";
     this.exitToolStripMenuItem1.Click    += new System.EventHandler(this.exitToolStripMenuItem1_Click);
     //
     // iTalk_ThemeContainer1
     //
     this.iTalk_ThemeContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_ControlBox1);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_Button_21);
     this.iTalk_ThemeContainer1.Controls.Add(this.iTalk_TextBox_Big3);
     this.iTalk_ThemeContainer1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.iTalk_ThemeContainer1.Font          = new System.Drawing.Font("Segoe UI", 8F);
     this.iTalk_ThemeContainer1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
     this.iTalk_ThemeContainer1.Location      = new System.Drawing.Point(0, 0);
     this.iTalk_ThemeContainer1.Name          = "iTalk_ThemeContainer1";
     this.iTalk_ThemeContainer1.Padding       = new System.Windows.Forms.Padding(3, 28, 3, 28);
     this.iTalk_ThemeContainer1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.iTalk_ThemeContainer1.Sizable       = false;
     this.iTalk_ThemeContainer1.Size          = new System.Drawing.Size(337, 160);
     this.iTalk_ThemeContainer1.SmartBounds   = true;
     this.iTalk_ThemeContainer1.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.iTalk_ThemeContainer1.TabIndex      = 0;
     this.iTalk_ThemeContainer1.Text          = "Optimised";
     //
     // iTalk_ControlBox1
     //
     this.iTalk_ControlBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.iTalk_ControlBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_ControlBox1.Location  = new System.Drawing.Point(256, -1);
     this.iTalk_ControlBox1.Name      = "iTalk_ControlBox1";
     this.iTalk_ControlBox1.Size      = new System.Drawing.Size(77, 19);
     this.iTalk_ControlBox1.TabIndex  = 8;
     this.iTalk_ControlBox1.Text      = "iTalk_ControlBox1";
     //
     // iTalk_Button_21
     //
     this.iTalk_Button_21.BackColor     = System.Drawing.Color.Transparent;
     this.iTalk_Button_21.Font          = new System.Drawing.Font("Segoe UI", 14F);
     this.iTalk_Button_21.ForeColor     = System.Drawing.Color.White;
     this.iTalk_Button_21.Image         = null;
     this.iTalk_Button_21.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.iTalk_Button_21.Location      = new System.Drawing.Point(12, 87);
     this.iTalk_Button_21.Name          = "iTalk_Button_21";
     this.iTalk_Button_21.Size          = new System.Drawing.Size(313, 40);
     this.iTalk_Button_21.TabIndex      = 7;
     this.iTalk_Button_21.Text          = "Login";
     this.iTalk_Button_21.TextAlignment = System.Drawing.StringAlignment.Center;
     this.iTalk_Button_21.Click        += new System.EventHandler(this.iTalk_Button_21_Click);
     //
     // iTalk_TextBox_Big3
     //
     this.iTalk_TextBox_Big3.BackColor             = System.Drawing.Color.Transparent;
     this.iTalk_TextBox_Big3.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.iTalk_TextBox_Big3.ForeColor             = System.Drawing.Color.DimGray;
     this.iTalk_TextBox_Big3.Image                 = global::Optimised.Properties.Resources.key_icon_32;
     this.iTalk_TextBox_Big3.Location              = new System.Drawing.Point(12, 40);
     this.iTalk_TextBox_Big3.MaxLength             = 30;
     this.iTalk_TextBox_Big3.Multiline             = false;
     this.iTalk_TextBox_Big3.Name                  = "iTalk_TextBox_Big3";
     this.iTalk_TextBox_Big3.ReadOnly              = false;
     this.iTalk_TextBox_Big3.Size                  = new System.Drawing.Size(313, 41);
     this.iTalk_TextBox_Big3.TabIndex              = 6;
     this.iTalk_TextBox_Big3.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.iTalk_TextBox_Big3.UseSystemPasswordChar = true;
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(337, 160);
     this.Controls.Add(this.iTalk_ThemeContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(126, 39);
     this.Name            = "Login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Optimised";
     this.TopMost         = true;
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.Load           += new System.EventHandler(this.Login_Load);
     this.iTalk_ContextMenuStrip1.ResumeLayout(false);
     this.iTalk_ThemeContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(frmsignup));
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     this.btnsignup              = new System.Windows.Forms.Button();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtconpass             = new MonoFlat.MonoFlat_TextBox();
     this.txtfullname            = new MonoFlat.MonoFlat_TextBox();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.rbstan                 = new MonoFlat.MonoFlat_RadioButton();
     this.rbadmin                = new MonoFlat.MonoFlat_RadioButton();
     this.label1                 = new System.Windows.Forms.Label();
     this.txtcontactno           = new MonoFlat.MonoFlat_TextBox();
     this.txtpass                = new MonoFlat.MonoFlat_TextBox();
     this.txtemail               = new MonoFlat.MonoFlat_TextBox();
     this.txtusername            = new MonoFlat.MonoFlat_TextBox();
     this.iTalk_MenuStrip1       = new iTalk.iTalk_MenuStrip();
     this.fileToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.quitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.iTalk_MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnsignup
     //
     this.btnsignup.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.btnsignup.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnsignup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Teal;
     this.btnsignup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnsignup.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnsignup.Location  = new System.Drawing.Point(46, 431);
     this.btnsignup.Name      = "btnsignup";
     this.btnsignup.Size      = new System.Drawing.Size(229, 45);
     this.btnsignup.TabIndex  = 5;
     this.btnsignup.Text      = "Sign Up";
     this.btnsignup.UseVisualStyleBackColor = true;
     this.btnsignup.Click      += new System.EventHandler(this.btnsignup_Click);
     this.btnsignup.MouseLeave += new System.EventHandler(this.btnsignup_MouseLeave);
     this.btnsignup.MouseHover += new System.EventHandler(this.btnsignup_MouseHover);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Location = new System.Drawing.Point(12, 49);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(745, 494);
     this.panel2.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(132, 192);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(480, 110);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Coffee and Company\r\nSignup\r\n";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtconpass
     //
     this.txtconpass.BackColor             = System.Drawing.Color.Transparent;
     this.txtconpass.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtconpass.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtconpass.Image                 = ((System.Drawing.Image)(resources.GetObject("txtconpass.Image")));
     this.txtconpass.Location              = new System.Drawing.Point(46, 297);
     this.txtconpass.MaxLength             = 32767;
     this.txtconpass.Multiline             = false;
     this.txtconpass.Name                  = "txtconpass";
     this.txtconpass.ReadOnly              = false;
     this.txtconpass.Size                  = new System.Drawing.Size(229, 41);
     this.txtconpass.TabIndex              = 3;
     this.txtconpass.Text                  = "Password";
     this.txtconpass.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtconpass.UseSystemPasswordChar = true;
     //
     // txtfullname
     //
     this.txtfullname.BackColor             = System.Drawing.Color.Transparent;
     this.txtfullname.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtfullname.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtfullname.Image                 = ((System.Drawing.Image)(resources.GetObject("txtfullname.Image")));
     this.txtfullname.Location              = new System.Drawing.Point(44, 19);
     this.txtfullname.MaxLength             = 32767;
     this.txtfullname.Multiline             = false;
     this.txtfullname.Name                  = "txtfullname";
     this.txtfullname.ReadOnly              = false;
     this.txtfullname.Size                  = new System.Drawing.Size(229, 41);
     this.txtfullname.TabIndex              = 2;
     this.txtfullname.Text                  = "Full Name";
     this.txtfullname.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtfullname.UseSystemPasswordChar = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.rbstan);
     this.panel1.Controls.Add(this.rbadmin);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.txtcontactno);
     this.panel1.Controls.Add(this.txtpass);
     this.panel1.Controls.Add(this.txtemail);
     this.panel1.Controls.Add(this.txtusername);
     this.panel1.Controls.Add(this.btnsignup);
     this.panel1.Controls.Add(this.txtconpass);
     this.panel1.Controls.Add(this.txtfullname);
     this.panel1.Location = new System.Drawing.Point(763, 49);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(321, 494);
     this.panel1.TabIndex = 2;
     //
     // rbstan
     //
     this.rbstan.Checked  = false;
     this.rbstan.Location = new System.Drawing.Point(142, 394);
     this.rbstan.Name     = "rbstan";
     this.rbstan.Size     = new System.Drawing.Size(77, 17);
     this.rbstan.TabIndex = 15;
     this.rbstan.Text     = "Standard";
     //
     // rbadmin
     //
     this.rbadmin.Checked  = false;
     this.rbadmin.Location = new System.Drawing.Point(142, 371);
     this.rbadmin.Name     = "rbadmin";
     this.rbadmin.Size     = new System.Drawing.Size(98, 17);
     this.rbadmin.TabIndex = 14;
     this.rbadmin.Text     = "Administrator";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(44, 373);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 16);
     this.label1.TabIndex = 13;
     this.label1.Text     = "Account Type";
     //
     // txtcontactno
     //
     this.txtcontactno.BackColor             = System.Drawing.Color.Transparent;
     this.txtcontactno.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtcontactno.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtcontactno.Image                 = ((System.Drawing.Image)(resources.GetObject("txtcontactno.Image")));
     this.txtcontactno.Location              = new System.Drawing.Point(47, 184);
     this.txtcontactno.MaxLength             = 32767;
     this.txtcontactno.Multiline             = false;
     this.txtcontactno.Name                  = "txtcontactno";
     this.txtcontactno.ReadOnly              = false;
     this.txtcontactno.Size                  = new System.Drawing.Size(229, 41);
     this.txtcontactno.TabIndex              = 12;
     this.txtcontactno.Text                  = "Contact No";
     this.txtcontactno.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtcontactno.UseSystemPasswordChar = false;
     //
     // txtpass
     //
     this.txtpass.BackColor             = System.Drawing.Color.Transparent;
     this.txtpass.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtpass.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtpass.Image                 = ((System.Drawing.Image)(resources.GetObject("txtpass.Image")));
     this.txtpass.Location              = new System.Drawing.Point(47, 239);
     this.txtpass.MaxLength             = 32767;
     this.txtpass.Multiline             = false;
     this.txtpass.Name                  = "txtpass";
     this.txtpass.ReadOnly              = false;
     this.txtpass.Size                  = new System.Drawing.Size(229, 41);
     this.txtpass.TabIndex              = 11;
     this.txtpass.Text                  = "Password";
     this.txtpass.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtpass.UseSystemPasswordChar = true;
     //
     // txtemail
     //
     this.txtemail.BackColor             = System.Drawing.Color.Transparent;
     this.txtemail.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtemail.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtemail.Image                 = ((System.Drawing.Image)(resources.GetObject("txtemail.Image")));
     this.txtemail.Location              = new System.Drawing.Point(44, 129);
     this.txtemail.MaxLength             = 32767;
     this.txtemail.Multiline             = false;
     this.txtemail.Name                  = "txtemail";
     this.txtemail.ReadOnly              = false;
     this.txtemail.Size                  = new System.Drawing.Size(229, 41);
     this.txtemail.TabIndex              = 9;
     this.txtemail.Text                  = "Email";
     this.txtemail.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtemail.UseSystemPasswordChar = false;
     //
     // txtusername
     //
     this.txtusername.BackColor             = System.Drawing.Color.Transparent;
     this.txtusername.Font                  = new System.Drawing.Font("Tahoma", 11F);
     this.txtusername.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     this.txtusername.Image                 = ((System.Drawing.Image)(resources.GetObject("txtusername.Image")));
     this.txtusername.Location              = new System.Drawing.Point(44, 74);
     this.txtusername.MaxLength             = 32767;
     this.txtusername.Multiline             = false;
     this.txtusername.Name                  = "txtusername";
     this.txtusername.ReadOnly              = false;
     this.txtusername.Size                  = new System.Drawing.Size(229, 41);
     this.txtusername.TabIndex              = 8;
     this.txtusername.Text                  = "Username";
     this.txtusername.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtusername.UseSystemPasswordChar = false;
     //
     // iTalk_MenuStrip1
     //
     this.iTalk_MenuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.iTalk_MenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.iTalk_MenuStrip1.Name     = "iTalk_MenuStrip1";
     controlRenderer1.ColorTable    = msColorTable1;
     controlRenderer1.RoundedEdges  = true;
     this.iTalk_MenuStrip1.Renderer = controlRenderer1;
     this.iTalk_MenuStrip1.Size     = new System.Drawing.Size(1096, 29);
     this.iTalk_MenuStrip1.TabIndex = 4;
     this.iTalk_MenuStrip1.Text     = "iTalk_MenuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.homeToolStripMenuItem,
         this.quitToolStripMenuItem,
         this.quitToolStripMenuItem1
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.fileToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(62, 25);
     this.fileToolStripMenuItem.Text      = "File";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.homeToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("homeToolStripMenuItem.Image")));
     this.homeToolStripMenuItem.Name      = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.homeToolStripMenuItem.Text      = "New";
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
     this.quitToolStripMenuItem.Name      = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem.Text      = "Home";
     this.quitToolStripMenuItem.Click    += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // quitToolStripMenuItem1
     //
     this.quitToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.quitToolStripMenuItem1.Image     = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem1.Image")));
     this.quitToolStripMenuItem1.Name      = "quitToolStripMenuItem1";
     this.quitToolStripMenuItem1.Size      = new System.Drawing.Size(122, 26);
     this.quitToolStripMenuItem1.Text      = "Quit";
     this.quitToolStripMenuItem1.Click    += new System.EventHandler(this.quitToolStripMenuItem1_Click);
     //
     // frmsignup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1096, 555);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.iTalk_MenuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.iTalk_MenuStrip1;
     this.Name          = "frmsignup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CC - Signup";
     this.Load         += new System.EventHandler(this.frmsignup_Load);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.iTalk_MenuStrip1.ResumeLayout(false);
     this.iTalk_MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
     iTalk.MSColorTable    msColorTable1    = new iTalk.MSColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.dumpMeup           = new System.Windows.Forms.SaveFileDialog();
     this.iconcreds          = new iTalk.iTalk_Label();
     this.urlToME            = new iTalk.iTalk_Label();
     this.iTalk_Label1       = new iTalk.iTalk_Label();
     this.iTalk_ControlBox1  = new iTalk.iTalk_ControlBox();
     this.iTalk_Panel1       = new iTalk.iTalk_Panel();
     this.hexify             = new iTalk.iTalk_Button_2();
     this.unhexify           = new iTalk.iTalk_Button_1();
     this.stringFeed         = new System.Windows.Forms.TextBox();
     this.righClick          = new iTalk.iTalk_ContextMenuStrip();
     this.saveContentsToFile = new System.Windows.Forms.ToolStripMenuItem();
     this.clearTextFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.iTalk_Panel1.SuspendLayout();
     this.righClick.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // dumpMeup
     //
     this.dumpMeup.FileName = "Give me a name";
     this.dumpMeup.Filter   = "Text File |*.txt";
     this.dumpMeup.Title    = "Save your artwork...";
     //
     // iconcreds
     //
     this.iconcreds.AutoSize  = true;
     this.iconcreds.BackColor = System.Drawing.Color.Transparent;
     this.iconcreds.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iconcreds.ForeColor = System.Drawing.Color.White;
     this.iconcreds.Location  = new System.Drawing.Point(698, 381);
     this.iconcreds.Name      = "iconcreds";
     this.iconcreds.Size      = new System.Drawing.Size(92, 21);
     this.iconcreds.TabIndex  = 7;
     this.iconcreds.Text      = "Icon Credits";
     this.iconcreds.Click    += new System.EventHandler(this.iconcreds_Click);
     //
     // urlToME
     //
     this.urlToME.AutoSize  = true;
     this.urlToME.BackColor = System.Drawing.Color.Transparent;
     this.urlToME.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.urlToME.ForeColor = System.Drawing.Color.White;
     this.urlToME.Location  = new System.Drawing.Point(12, 381);
     this.urlToME.Name      = "urlToME";
     this.urlToME.Size      = new System.Drawing.Size(180, 21);
     this.urlToME.TabIndex  = 6;
     this.urlToME.Text      = "by GeoSn0w (@FCE365)";
     this.urlToME.Click    += new System.EventHandler(this.urlToME_Click);
     //
     // iTalk_Label1
     //
     this.iTalk_Label1.AutoSize  = true;
     this.iTalk_Label1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_Label1.Font      = new System.Drawing.Font("Segoe UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTalk_Label1.ForeColor = System.Drawing.Color.White;
     this.iTalk_Label1.Location  = new System.Drawing.Point(50, 6);
     this.iTalk_Label1.Name      = "iTalk_Label1";
     this.iTalk_Label1.Size      = new System.Drawing.Size(125, 40);
     this.iTalk_Label1.TabIndex  = 4;
     this.iTalk_Label1.Text      = "0xHexify";
     //
     // iTalk_ControlBox1
     //
     this.iTalk_ControlBox1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_ControlBox1.Location  = new System.Drawing.Point(714, 0);
     this.iTalk_ControlBox1.Name      = "iTalk_ControlBox1";
     this.iTalk_ControlBox1.Size      = new System.Drawing.Size(77, 19);
     this.iTalk_ControlBox1.TabIndex  = 3;
     this.iTalk_ControlBox1.Text      = "iTalk_ControlBox1";
     //
     // iTalk_Panel1
     //
     this.iTalk_Panel1.BackColor = System.Drawing.Color.Transparent;
     this.iTalk_Panel1.Controls.Add(this.hexify);
     this.iTalk_Panel1.Controls.Add(this.unhexify);
     this.iTalk_Panel1.Controls.Add(this.stringFeed);
     this.iTalk_Panel1.Location = new System.Drawing.Point(12, 56);
     this.iTalk_Panel1.Name     = "iTalk_Panel1";
     this.iTalk_Panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.iTalk_Panel1.Size     = new System.Drawing.Size(778, 318);
     this.iTalk_Panel1.TabIndex = 2;
     this.iTalk_Panel1.Text     = "iTalk_Panel1";
     //
     // hexify
     //
     this.hexify.BackColor     = System.Drawing.Color.Transparent;
     this.hexify.Font          = new System.Drawing.Font("Segoe UI", 14.25F);
     this.hexify.ForeColor     = System.Drawing.Color.White;
     this.hexify.Image         = null;
     this.hexify.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.hexify.Location      = new System.Drawing.Point(487, 250);
     this.hexify.Name          = "hexify";
     this.hexify.Size          = new System.Drawing.Size(283, 53);
     this.hexify.TabIndex      = 2;
     this.hexify.Text          = "Hexify";
     this.hexify.TextAlignment = System.Drawing.StringAlignment.Center;
     this.hexify.Click        += new System.EventHandler(this.hexify_Click);
     //
     // unhexify
     //
     this.unhexify.BackColor     = System.Drawing.Color.Transparent;
     this.unhexify.Font          = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.unhexify.Image         = null;
     this.unhexify.ImageAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.unhexify.Location      = new System.Drawing.Point(8, 250);
     this.unhexify.Name          = "unhexify";
     this.unhexify.Size          = new System.Drawing.Size(283, 53);
     this.unhexify.TabIndex      = 1;
     this.unhexify.Text          = "Unhexify";
     this.unhexify.TextAlignment = System.Drawing.StringAlignment.Center;
     this.unhexify.Click        += new System.EventHandler(this.unhexify_Click);
     //
     // stringFeed
     //
     this.stringFeed.AllowDrop        = true;
     this.stringFeed.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.stringFeed.ContextMenuStrip = this.righClick;
     this.stringFeed.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stringFeed.Location         = new System.Drawing.Point(8, 8);
     this.stringFeed.Multiline        = true;
     this.stringFeed.Name             = "stringFeed";
     this.stringFeed.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.stringFeed.Size             = new System.Drawing.Size(762, 232);
     this.stringFeed.TabIndex         = 0;
     this.stringFeed.Text             = "Gimme hex, gimme file, gimme that which I desire!";
     this.stringFeed.Click           += new System.EventHandler(this.stringFeed_Click);
     this.stringFeed.DragDrop        += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
     this.stringFeed.DragEnter       += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
     //
     // righClick
     //
     this.righClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveContentsToFile,
         this.clearTextFieldToolStripMenuItem
     });
     this.righClick.Name           = "righClick";
     controlRenderer1.ColorTable   = msColorTable1;
     controlRenderer1.RoundedEdges = true;
     this.righClick.Renderer       = controlRenderer1;
     this.righClick.Size           = new System.Drawing.Size(185, 48);
     //
     // saveContentsToFile
     //
     this.saveContentsToFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.saveContentsToFile.Name      = "saveContentsToFile";
     this.saveContentsToFile.Size      = new System.Drawing.Size(184, 22);
     this.saveContentsToFile.Text      = "&Save Contents to File";
     this.saveContentsToFile.Click    += new System.EventHandler(this.saveContentsToFile_Click);
     //
     // clearTextFieldToolStripMenuItem
     //
     this.clearTextFieldToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.clearTextFieldToolStripMenuItem.Name      = "clearTextFieldToolStripMenuItem";
     this.clearTextFieldToolStripMenuItem.Size      = new System.Drawing.Size(184, 22);
     this.clearTextFieldToolStripMenuItem.Text      = "&Clear Text field";
     this.clearTextFieldToolStripMenuItem.Click    += new System.EventHandler(this.clearTextFieldToolStripMenuItem_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Hexify.Properties.Resources.update;
     this.pictureBox1.Location = new System.Drawing.Point(9, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(43, 42);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(802, 409);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.iconcreds);
     this.Controls.Add(this.urlToME);
     this.Controls.Add(this.iTalk_Label1);
     this.Controls.Add(this.iTalk_ControlBox1);
     this.Controls.Add(this.iTalk_Panel1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Hexify";
     this.Load           += new System.EventHandler(this.Form1_Load_1);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
     this.iTalk_Panel1.ResumeLayout(false);
     this.iTalk_Panel1.PerformLayout();
     this.righClick.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 16
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            iTalk.ControlRenderer controlRenderer1 = new iTalk.ControlRenderer();
            iTalk.MSColorTable msColorTable1 = new iTalk.MSColorTable();
            this.iTalk_ThemeContainer = new iTalk.iTalk_ThemeContainer();
            this.iTalk_TabControl = new iTalk.iTalk_TabControl();
            this.iTalk_ContextMenuStrip = new iTalk.iTalk_ContextMenuStrip();
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTalk_ControlBox = new iTalk.iTalk_ControlBox();
            this.iTalk_ThemeContainer.SuspendLayout();
            this.iTalk_ContextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // iTalk_ThemeContainer
            // 
            this.iTalk_ThemeContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
            this.iTalk_ThemeContainer.Controls.Add(this.iTalk_TabControl);
            this.iTalk_ThemeContainer.Controls.Add(this.iTalk_ControlBox);
            this.iTalk_ThemeContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.iTalk_ThemeContainer.Font = new System.Drawing.Font("Segoe UI", 8F);
            this.iTalk_ThemeContainer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(142)))), ((int)(((byte)(142)))));
            this.iTalk_ThemeContainer.Location = new System.Drawing.Point(0, 0);
            this.iTalk_ThemeContainer.Name = "iTalk_ThemeContainer";
            this.iTalk_ThemeContainer.Padding = new System.Windows.Forms.Padding(3, 28, 3, 28);
            this.iTalk_ThemeContainer.Sizable = true;
            this.iTalk_ThemeContainer.Size = new System.Drawing.Size(1242, 737);
            this.iTalk_ThemeContainer.SmartBounds = false;
            this.iTalk_ThemeContainer.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
            this.iTalk_ThemeContainer.TabIndex = 0;
            this.iTalk_ThemeContainer.Text = "Mail - Hoofdscherm";
            // 
            // iTalk_TabControl
            // 
            this.iTalk_TabControl.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.iTalk_TabControl.ContextMenuStrip = this.iTalk_ContextMenuStrip;
            this.iTalk_TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.iTalk_TabControl.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
            this.iTalk_TabControl.ItemSize = new System.Drawing.Size(44, 135);
            this.iTalk_TabControl.Location = new System.Drawing.Point(3, 28);
            this.iTalk_TabControl.Multiline = true;
            this.iTalk_TabControl.Name = "iTalk_TabControl";
            this.iTalk_TabControl.SelectedIndex = 0;
            this.iTalk_TabControl.Size = new System.Drawing.Size(1236, 681);
            this.iTalk_TabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.iTalk_TabControl.TabIndex = 1;
            this.iTalk_TabControl.SelectedIndexChanged += new System.EventHandler(this.iTalk_TabControl_SelectedIndexChanged);
            // 
            // iTalk_ContextMenuStrip
            // 
            this.iTalk_ContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.editToolStripMenuItem,
            this.removeToolStripMenuItem});
            this.iTalk_ContextMenuStrip.Name = "iTalk_ContextMenuStrip";
            controlRenderer1.ColorTable = msColorTable1;
            controlRenderer1.RoundedEdges = true;
            this.iTalk_ContextMenuStrip.Renderer = controlRenderer1;
            this.iTalk_ContextMenuStrip.Size = new System.Drawing.Size(118, 70);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.addToolStripMenuItem.Text = "Add";
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.editToolStripMenuItem.Text = "Edit";
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.removeToolStripMenuItem.Text = "Remove";
            // 
            // iTalk_ControlBox
            // 
            this.iTalk_ControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.iTalk_ControlBox.BackColor = System.Drawing.Color.Transparent;
            this.iTalk_ControlBox.Location = new System.Drawing.Point(1161, -1);
            this.iTalk_ControlBox.Name = "iTalk_ControlBox";
            this.iTalk_ControlBox.Size = new System.Drawing.Size(77, 19);
            this.iTalk_ControlBox.TabIndex = 0;
            this.iTalk_ControlBox.Text = "iTalk_ControlBox1";
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1242, 737);
            this.ContextMenuStrip = this.iTalk_ContextMenuStrip;
            this.Controls.Add(this.iTalk_ThemeContainer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MinimumSize = new System.Drawing.Size(126, 39);
            this.Name = "Main";
            this.Text = "Mail - Hoofdscherm";
            this.TransparencyKey = System.Drawing.Color.Fuchsia;
            this.iTalk_ThemeContainer.ResumeLayout(false);
            this.iTalk_ContextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }