private void InitializeComponent()
 {
     this._nameLabel = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // _nameLabel
     //
     this._nameLabel.Dock = System.Windows.Forms.DockStyle.Top;
     this._nameLabel.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular);
     this._nameLabel.ForeColor = System.Drawing.Color.Black;
     this._nameLabel.Location = new System.Drawing.Point(0, 0);
     this._nameLabel.Name = "_nameLabel";
     this._nameLabel.Size = new System.Drawing.Size(200, 28);
     this._nameLabel.TabIndex = 0;
     this._nameLabel.TabStop = false;
     this._nameLabel.Text = "linkLabel1";
     this._nameLabel.Click += new System.EventHandler(this.LabelClick);
     //
     // PriceListListBoxItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this._nameLabel);
     this.Name = "PriceListListBoxItem";
     this.Size = new System.Drawing.Size(200, 29);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.ListBoxItemPaint);
     this.ResumeLayout(false);
 }
Example #2
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(About));
     this.buttonOK = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location = new System.Drawing.Point(100, 79);
     this.buttonOK.Name = "buttonOK";
     this.buttonOK.Size = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex = 1;
     this.buttonOK.Text = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(79, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(128, 26);
     this.label1.TabIndex = 2;
     this.label1.Text = "Trace Spy V2.3\r\nWritten by Simon Mourier.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(78, 47);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(131, 13);
     this.linkLabel1.TabIndex = 3;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "http://www.softfluent.com";
     //
     // About
     //
     this.AcceptButton = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.buttonOK;
     this.ClientSize = new System.Drawing.Size(287, 114);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "About";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "About Trace Spy";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
     this.buttonOK             = new System.Windows.Forms.Button();
     this.groupBoxInformation  = new System.Windows.Forms.GroupBox();
     this.labelCopyright       = new System.Windows.Forms.Label();
     this.labelSupport         = new System.Windows.Forms.Label();
     this.linkLabelAurigmaLink = new System.Windows.Forms.LinkLabel();
     this.groupBoxInformation.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     resources.ApplyResources(this.buttonOK, "buttonOK");
     this.buttonOK.Name   = "buttonOK";
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // groupBoxInformation
     //
     this.groupBoxInformation.Controls.Add(this.labelCopyright);
     this.groupBoxInformation.Controls.Add(this.labelSupport);
     this.groupBoxInformation.Controls.Add(this.linkLabelAurigmaLink);
     this.groupBoxInformation.FlatStyle = System.Windows.Forms.FlatStyle.System;
     resources.ApplyResources(this.groupBoxInformation, "groupBoxInformation");
     this.groupBoxInformation.Name    = "groupBoxInformation";
     this.groupBoxInformation.TabStop = false;
     //
     // labelCopyright
     //
     resources.ApplyResources(this.labelCopyright, "labelCopyright");
     this.labelCopyright.Name = "labelCopyright";
     //
     // labelSupport
     //
     resources.ApplyResources(this.labelSupport, "labelSupport");
     this.labelSupport.Name = "labelSupport";
     //
     // linkLabelAurigmaLink
     //
     resources.ApplyResources(this.linkLabelAurigmaLink, "linkLabelAurigmaLink");
     this.linkLabelAurigmaLink.Name         = "linkLabelAurigmaLink";
     this.linkLabelAurigmaLink.TabStop      = true;
     this.linkLabelAurigmaLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAurigmaLink_LinkClicked);
     //
     // AboutForm
     //
     this.AcceptButton = this.buttonOK;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.groupBoxInformation);
     this.Controls.Add(this.buttonOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutForm";
     this.groupBoxInformation.ResumeLayout(false);
     this.groupBoxInformation.PerformLayout();
     this.ResumeLayout(false);
 }
Example #4
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(Form3));
     this.label1 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(12, 120);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(237, 18);
     this.label1.TabIndex = 0;
     this.label1.Text = "Автор програми Петро Монька ";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel1.DisabledLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.linkLabel1.LinkColor = System.Drawing.Color.White;
     this.linkLabel1.Location = new System.Drawing.Point(12, 226);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(36, 18);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "TEX";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(12, 84);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(283, 160);
     this.panel1.TabIndex = 3;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // Form3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::PortugalLabelPrint.Properties.Resources.Bader_feel;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(308, 326);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form3";
     this.Text = "Інформація";
     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()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::GoogleResults.Properties.Resources.seoze;
     this.pictureBox1.Location = new System.Drawing.Point(71, 12);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(301, 92);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.linkLabel1.Location = new System.Drawing.Point(335, 116);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(37, 13);
     this.linkLabel1.TabIndex = 1;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Seoze";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location = new System.Drawing.Point(68, 116);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(271, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Just a little application to watch your google postions by ";
     //
     // frmAbout
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.GreenYellow;
     this.ClientSize = new System.Drawing.Size(434, 142);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor = System.Drawing.Color.Khaki;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmAbout";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "About Google Results Watcher";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.prop_name = new System.Windows.Forms.TextBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "&Property Name:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(22, 67);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(37, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "&Value:";
     //
     // prop_name
     //
     this.prop_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.prop_name.Location = new System.Drawing.Point(130, 21);
     this.prop_name.Name = "prop_name";
     this.prop_name.Size = new System.Drawing.Size(1057, 20);
     this.prop_name.TabIndex = 2;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(127, 67);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(113, 13);
     this.linkLabel1.TabIndex = 3;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Open reference object";
     //
     // panelAMFReference
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.prop_name);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "panelAMFReference";
     this.Size = new System.Drawing.Size(1201, 627);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 /// <summary>
 /// Método necessário para suporte do Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(118, 246);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(86, 13);
     this.linkLabel1.TabIndex = 0;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Vinicius Yaunner";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(282, 301);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(85, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "© 2018 - ApeNo";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::apeno.Properties.Resources._2da8cf11_36f7_476f_9cf3_786bd213cac5;
     this.pictureBox1.Location = new System.Drawing.Point(186, 28);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(211, 147);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::apeno.Properties.Resources.blue;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(620, 326);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.linkLabel1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #8
0
 void LinkLabel1LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
 {
     System.Windows.Forms.LinkLabel link = sender as System.Windows.Forms.LinkLabel;
     if (link != null)
     {
         // Specify that the link was visited.
         link.LinkVisited = true;
         System.Diagnostics.Process.Start(link.Text);
     }
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.uxMessagesListBox = new System.Windows.Forms.ListBox();
     this.uxUpdateLinkLabel = new System.Windows.Forms.LinkLabel();
     this.uxCheckerBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     this.uxUpdateBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     this.SuspendLayout();
     //
     // uxMessagesListBox
     //
     this.uxMessagesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.uxMessagesListBox.FormattingEnabled = true;
     this.uxMessagesListBox.Location = new System.Drawing.Point(5, 6);
     this.uxMessagesListBox.Name = "uxMessagesListBox";
     this.uxMessagesListBox.Size = new System.Drawing.Size(238, 160);
     this.uxMessagesListBox.TabIndex = 0;
     //
     // uxUpdateLinkLabel
     //
     this.uxUpdateLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.uxUpdateLinkLabel.AutoSize = true;
     this.uxUpdateLinkLabel.Enabled = false;
     this.uxUpdateLinkLabel.Location = new System.Drawing.Point(121, 172);
     this.uxUpdateLinkLabel.Name = "uxUpdateLinkLabel";
     this.uxUpdateLinkLabel.Size = new System.Drawing.Size(42, 13);
     this.uxUpdateLinkLabel.TabIndex = 1;
     this.uxUpdateLinkLabel.TabStop = true;
     this.uxUpdateLinkLabel.Text = "Update";
     this.uxUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.uxUpdateLinkLabel_LinkClicked);
     //
     // uxCheckerBackgroundWorker
     //
     this.uxCheckerBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.uxCheckerBackgroundWorker_DoWork);
     this.uxCheckerBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.uxCheckerBackgroundWorker_RunWorkerCompleted);
     //
     // uxUpdateBackgroundWorker
     //
     this.uxUpdateBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.uxUpdateBackgroundWorker_DoWork);
     this.uxUpdateBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.uxUpdateBackgroundWorker_RunWorkerCompleted);
     //
     // UpdateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(247, 190);
     this.Controls.Add(this.uxUpdateLinkLabel);
     this.Controls.Add(this.uxMessagesListBox);
     this.Name = "UpdateForm";
     this.Text = "Update";
     this.Load += new System.EventHandler(this.UpdateForm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
        /// <summary>
        /// Called when the parent is shown.
        /// </summary>
        void _parentShown(object sender, System.EventArgs e)
        {
            try
            {
                _documentNew = CadKit.Plugins.Manager.Instance.getAll <CadKit.Interfaces.IDocumentNew>();

                for (uint i = 0; i < _documentNew.Length; ++i)
                {
                    CadKit.Documents.Document   doc  = this._createDocument(i);
                    CadKit.Interfaces.IDocument iDoc = doc as CadKit.Interfaces.IDocument;

                    if (null != doc && null != iDoc)
                    {
                        System.Windows.Forms.LinkLabel label = new System.Windows.Forms.LinkLabel();
                        label.Name   = iDoc.TypeName;
                        label.Text   = iDoc.TypeName;
                        label.Click += new System.EventHandler(_labelClick);

                        CadKit.Interfaces.IDocumentIcon docIcon = iDoc as CadKit.Interfaces.IDocumentIcon;
                        if (docIcon == null || docIcon.Icon == null)
                        {
                            label.Image = CadKit.Images.Image.load(CadKit.Helios.Application.Instance.IconDir + "/new_document.png");
                        }
                        else
                        {
                            label.Image = docIcon.Icon as System.Drawing.Image;
                        }

                        label.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        label.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
                        _flowLayoutPanel.Controls.Add(label);
                    }

                    doc = null;
                }

                System.Windows.Forms.Form parent = sender as System.Windows.Forms.Form;
                CadKit.Tools.ToolWindow.configure(this, parent, "New Document", false);

                _configureDockWindow(sender, this);

                CadKit.Interfaces.IWindowMenu windowMenu = sender as CadKit.Interfaces.IWindowMenu;
                if (null != windowMenu)
                {
                    windowMenu.addFormWindowMenu(this.Text, this);
                }

                parent.Activate();
            }
            catch (System.Exception ex)
            {
                System.Console.WriteLine("Error 3980677532: building new document form: {0}", ex.Message);
            }
        }
Example #11
0
 public static void SetLatency(this System.Windows.Forms.LinkLabel llb, int latency)
 {
     if (latency > 0)
     {
         llb.Text = string.Format("delay:{0}ms", latency);
     }
     else
     {
         llb.Text = "";
     }
 }
Example #12
0
        void link_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
        {
            System.Windows.Forms.LinkLabel tempLink = sender as System.Windows.Forms.LinkLabel;

            if (tempLink == linkProMonRules)
            {
                WindowProMonRules windowProRules = new WindowProMonRules();

                windowProRules.Owner = this;
                windowProRules.ShowDialog();
            }
        }
Example #13
0
 private void linkLabelAbout_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
 {
     System.Windows.Forms.LinkLabel llbl = sender as System.Windows.Forms.LinkLabel;
     if (llbl != null)
     {
         llbl.Links[llbl.Links.IndexOf(e.Link)].Visited = true;
         string target = e.Link.LinkData as string;
         if (target != null && target.Length > 0)
         {
             System.Diagnostics.Process.Start(target);
         }
     }
 }
Example #14
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bFollow = new System.Windows.Forms.Button();
     this.lUser = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // bFollow
     //
     this.bFollow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.bFollow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(144)))), ((int)(((byte)(32)))));
     this.bFollow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bFollow.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bFollow.ForeColor = System.Drawing.Color.White;
     this.bFollow.Location = new System.Drawing.Point(273, 6);
     this.bFollow.Name = "bFollow";
     this.bFollow.Size = new System.Drawing.Size(111, 28);
     this.bFollow.TabIndex = 10;
     this.bFollow.Text = "Follow";
     this.bFollow.UseVisualStyleBackColor = false;
     this.bFollow.Click += new System.EventHandler(this.bFollow_Click);
     //
     // lUser
     //
     this.lUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.lUser.AutoSize = true;
     this.lUser.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(135)))), ((int)(((byte)(33)))));
     this.lUser.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(135)))), ((int)(((byte)(33)))));
     this.lUser.Location = new System.Drawing.Point(15, 11);
     this.lUser.Name = "lUser";
     this.lUser.Size = new System.Drawing.Size(47, 23);
     this.lUser.TabIndex = 9;
     this.lUser.TabStop = true;
     this.lUser.Text = "User";
     this.lUser.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(135)))), ((int)(((byte)(33)))));
     this.lUser.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lUser_LinkClicked);
     //
     // UserResult
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.bFollow);
     this.Controls.Add(this.lUser);
     this.Name = "UserResult";
     this.Size = new System.Drawing.Size(399, 41);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFeaturesTutorial));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.cbShow = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.linkLabel1.Location = new System.Drawing.Point(354, 513);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(297, 16);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "https://www.youtube.com/watch?v=AjG09RGgHvw";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // cbShow
     //
     this.cbShow.AutoSize = true;
     this.cbShow.BackColor = System.Drawing.Color.Transparent;
     this.cbShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbShow.Location = new System.Drawing.Point(55, 545);
     this.cbShow.Name = "cbShow";
     this.cbShow.Size = new System.Drawing.Size(15, 14);
     this.cbShow.TabIndex = 3;
     this.cbShow.UseVisualStyleBackColor = false;
     this.cbShow.CheckedChanged += new System.EventHandler(this.cbShow_CheckedChanged);
     //
     // frmFeaturesTutorial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::RH.HeadShop.Properties.Resources.TutStyle;
     this.ClientSize = new System.Drawing.Size(722, 572);
     this.Controls.Add(this.cbShow);
     this.Controls.Add(this.linkLabel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmFeaturesTutorial";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "HeadShop";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStartTutorial_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #16
0
 private void InitializeComponent()
 {
     this.lnkCreate = new System.Windows.Forms.LinkLabel();
     this.lnkUpdate = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // lnkCreate
     //
     this.lnkCreate.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lnkCreate.AutoSize     = true;
     this.lnkCreate.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkCreate.ForeColor    = System.Drawing.Color.Red;
     this.lnkCreate.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkCreate.LinkColor    = System.Drawing.Color.MidnightBlue;
     this.lnkCreate.Location     = new System.Drawing.Point(333, 264);
     this.lnkCreate.Name         = "lnkCreate";
     this.lnkCreate.Size         = new System.Drawing.Size(126, 15);
     this.lnkCreate.TabIndex     = 73;
     this.lnkCreate.TabStop      = true;
     this.lnkCreate.Text         = "| Create new patient |";
     //
     // lnkUpdate
     //
     this.lnkUpdate.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lnkUpdate.AutoSize     = true;
     this.lnkUpdate.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkUpdate.ForeColor    = System.Drawing.Color.Red;
     this.lnkUpdate.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkUpdate.LinkColor    = System.Drawing.Color.MidnightBlue;
     this.lnkUpdate.Location     = new System.Drawing.Point(205, 264);
     this.lnkUpdate.Name         = "lnkUpdate";
     this.lnkUpdate.Size         = new System.Drawing.Size(125, 15);
     this.lnkUpdate.TabIndex     = 74;
     this.lnkUpdate.TabStop      = true;
     this.lnkUpdate.Text         = "| Update this patient |";
     //
     // PatientSearchList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(463, 283);
     this.Controls.Add(this.lnkUpdate);
     this.Controls.Add(this.lnkCreate);
     this.Name = "PatientSearchList";
     this.Text = "  Patient List";
     this.Controls.SetChildIndex(this.lnkCreate, 0);
     this.Controls.SetChildIndex(this.lnkUpdate, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #17
0
        public static int GetLatency(this System.Windows.Forms.LinkLabel llb)
        {
            //delay:200ms
            string tempText = llb.Text;
            int    latency  = 0;

            if (tempText.StartsWith("delay:") && tempText.EndsWith("ms"))
            {
                tempText = tempText.Substring(6, tempText.Length - 8);
                if (!int.TryParse(tempText, out latency))
                {
                    latency = 0;
                }
            }
            return(latency);
        }
Example #18
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.Button _okButton;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SP1RequiredForm));
			System.Windows.Forms.LinkLabel _linkLabel;
			this._messageLabel = new System.Windows.Forms.Label();
			_okButton = new System.Windows.Forms.Button();
			_linkLabel = new System.Windows.Forms.LinkLabel();
			this.SuspendLayout();
			// 
			// _okButton
			// 
			_okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			resources.ApplyResources(_okButton, "_okButton");
			_okButton.Name = "_okButton";
			_okButton.UseVisualStyleBackColor = true;
			// 
			// _linkLabel
			// 
			resources.ApplyResources(_linkLabel, "_linkLabel");
			_linkLabel.Name = "_linkLabel";
			_linkLabel.TabStop = true;
			_linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkClicked);
			// 
			// _messageLabel
			// 
			resources.ApplyResources(this._messageLabel, "_messageLabel");
			this._messageLabel.Name = "_messageLabel";
			// 
			// SP1RequiredForm
			// 
			this.AcceptButton = _okButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = _okButton;
			this.Controls.Add(_linkLabel);
			this.Controls.Add(this._messageLabel);
			this.Controls.Add(_okButton);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "SP1RequiredForm";
			this.ShowIcon = 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()
 {
     System.Windows.Forms.Button _okButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SP1RequiredForm));
     System.Windows.Forms.LinkLabel _linkLabel;
     this._messageLabel = new System.Windows.Forms.Label();
     _okButton          = new System.Windows.Forms.Button();
     _linkLabel         = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // _okButton
     //
     _okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(_okButton, "_okButton");
     _okButton.Name = "_okButton";
     _okButton.UseVisualStyleBackColor = true;
     //
     // _linkLabel
     //
     resources.ApplyResources(_linkLabel, "_linkLabel");
     _linkLabel.Name         = "_linkLabel";
     _linkLabel.TabStop      = true;
     _linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkClicked);
     //
     // _messageLabel
     //
     resources.ApplyResources(this._messageLabel, "_messageLabel");
     this._messageLabel.Name = "_messageLabel";
     //
     // SP1RequiredForm
     //
     this.AcceptButton = _okButton;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = _okButton;
     this.Controls.Add(_linkLabel);
     this.Controls.Add(this._messageLabel);
     this.Controls.Add(_okButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SP1RequiredForm";
     this.ShowIcon        = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
 private void InitializeComponent()
 {
     this.lnkCreatePerson = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).BeginInit();
     this.SuspendLayout();
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(246, 12);
     //
     // pbxRefresh
     //
     this.pbxRefresh.Location = new System.Drawing.Point(570, 9);
     //
     // lnkCreatePerson
     //
     this.lnkCreatePerson.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lnkCreatePerson.AutoSize     = true;
     this.lnkCreatePerson.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkCreatePerson.ForeColor    = System.Drawing.Color.DarkBlue;
     this.lnkCreatePerson.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkCreatePerson.Location     = new System.Drawing.Point(538, 289);
     this.lnkCreatePerson.Name         = "lnkCreatePerson";
     this.lnkCreatePerson.Size         = new System.Drawing.Size(103, 15);
     this.lnkCreatePerson.TabIndex     = 72;
     this.lnkCreatePerson.TabStop      = true;
     this.lnkCreatePerson.Text         = "[ Create Person ]";
     this.lnkCreatePerson.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PersonSearchOnTextBoxList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(652, 310);
     this.Controls.Add(this.lnkCreatePerson);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "PersonSearchOnTextBoxList";
     this.Text        = "   Person List";
     this.Controls.SetChildIndex(this.txtSearch, 0);
     this.Controls.SetChildIndex(this.pbxRefresh, 0);
     this.Controls.SetChildIndex(this.lnkCreatePerson, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
     this.label1     = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(374, 147);
     this.label1.TabIndex = 0;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // linkLabel1
     //
     this.linkLabel1.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.linkLabel1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.linkLabel1.Location     = new System.Drawing.Point(61, 125);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(46, 18);
     this.linkLabel1.TabIndex     = 1;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Here";
     this.linkLabel1.TextAlign    = System.Drawing.ContentAlignment.BottomCenter;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     this.linkLabel1.MouseHover  += new System.EventHandler(this.LinkLabel1MouseHover);
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(372, 210);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "About";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About";
     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()
 {
     this.linkMore = new System.Windows.Forms.LinkLabel();
     this.lblColors = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // linkMore
     //
     this.linkMore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkMore.AutoSize = true;
     this.linkMore.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkMore.Location = new System.Drawing.Point(2, 213);
     this.linkMore.Name = "linkMore";
     this.linkMore.Size = new System.Drawing.Size(40, 13);
     this.linkMore.TabIndex = 4;
     this.linkMore.TabStop = true;
     this.linkMore.Text = "More...";
     this.linkMore.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkMore_LinkClicked);
     //
     // lblColors
     //
     this.lblColors.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblColors.Location = new System.Drawing.Point(0, 0);
     this.lblColors.Name = "lblColors";
     this.lblColors.Size = new System.Drawing.Size(210, 201);
     this.lblColors.TabIndex = 5;
     this.lblColors.Paint += new System.Windows.Forms.PaintEventHandler(this.lblColors_Paint);
     this.lblColors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblColors_MouseClick);
     this.lblColors.MouseLeave += new System.EventHandler(this.lblColors_MouseLeave);
     this.lblColors.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblColors_MouseMove);
     //
     // EasyColorPicker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblColors);
     this.Controls.Add(this.linkMore);
     this.Name = "EasyColorPicker";
     this.Size = new System.Drawing.Size(210, 232);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.userControl11 = new WindowsFormsApplication1.UserControl1();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.Location = new System.Drawing.Point(33, 67);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(217, 43);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "This is an example how to route events from User Form to parent form";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // userControl11
     //
     this.userControl11.Location = new System.Drawing.Point(24, 22);
     this.userControl11.Name = "userControl11";
     this.userControl11.Size = new System.Drawing.Size(234, 197);
     this.userControl11.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(43, 176);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(197, 35);
     this.label1.TabIndex = 3;
     this.label1.Text = "You can drag an instance of the User Control from the toolbox";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(282, 266);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.userControl11);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
Example #24
0
 private void InitializeComponent()
 {
     this.lnkCreate = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).BeginInit();
     this.SuspendLayout();
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(243, 12);
     //
     // pbxRefresh
     //
     this.pbxRefresh.Location = new System.Drawing.Point(567, 9);
     //
     // lnkCreate
     //
     this.lnkCreate.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lnkCreate.AutoSize     = true;
     this.lnkCreate.Font         = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkCreate.ForeColor    = System.Drawing.Color.DarkBlue;
     this.lnkCreate.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkCreate.Location     = new System.Drawing.Point(431, 287);
     this.lnkCreate.Name         = "lnkCreate";
     this.lnkCreate.Size         = new System.Drawing.Size(210, 15);
     this.lnkCreate.TabIndex     = 72;
     this.lnkCreate.TabStop      = true;
     this.lnkCreate.Text         = "[ Create a new School Fee Particular ]";
     this.lnkCreate.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ParticularSearchOnTextBoxList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(649, 309);
     this.Controls.Add(this.lnkCreate);
     this.Name = "ParticularSearchOnTextBoxList";
     this.Text = "   Particular Search List";
     this.Controls.SetChildIndex(this.txtSearch, 0);
     this.Controls.SetChildIndex(this.pbxRefresh, 0);
     this.Controls.SetChildIndex(this.lnkCreate, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.lnkCreate = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).BeginInit();
     this.SuspendLayout();
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(243, 12);
     //
     // pbxRefresh
     //
     this.pbxRefresh.Location = new System.Drawing.Point(567, 9);
     //
     // lnkCreate
     //
     this.lnkCreate.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lnkCreate.AutoSize     = true;
     this.lnkCreate.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkCreate.ForeColor    = System.Drawing.Color.Red;
     this.lnkCreate.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkCreate.LinkColor    = System.Drawing.Color.MidnightBlue;
     this.lnkCreate.Location     = new System.Drawing.Point(516, 289);
     this.lnkCreate.Name         = "lnkCreate";
     this.lnkCreate.Size         = new System.Drawing.Size(129, 15);
     this.lnkCreate.TabIndex     = 72;
     this.lnkCreate.TabStop      = true;
     this.lnkCreate.Text         = "| Create a procedure |";
     //
     // ProcedureSearchOnTextboxList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(649, 311);
     this.Controls.Add(this.lnkCreate);
     this.Name = "ProcedureSearchOnTextboxList";
     this.Text = "  Procedure List";
     this.Controls.SetChildIndex(this.txtSearch, 0);
     this.Controls.SetChildIndex(this.pbxRefresh, 0);
     this.Controls.SetChildIndex(this.lnkCreate, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pbxRefresh)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #26
0
 void KiAYycU(System.Windows.Forms.ControlBindingsCollection pZV)
 {
     System.MulticastNotSupportedException               AJhU    = new System.MulticastNotSupportedException();
     System.Diagnostics.EventSourceCreationData          jrL     = new System.Diagnostics.EventSourceCreationData("LNXJViQYeD", "PlPopATuddjRpXhL");
     System.Net.Configuration.SmtpNetworkElement         YSVyOwQ = new System.Net.Configuration.SmtpNetworkElement();
     System.Web.UI.WebControls.ObjectDataSourceEventArgs vbfdYu  = new System.Web.UI.WebControls.ObjectDataSourceEventArgs(741789051);
     System.Web.UI.UserControl       wMPBQx = new System.Web.UI.UserControl();
     System.CodeDom.CodeMemberMethod vcwhlo = new System.CodeDom.CodeMemberMethod();
     System.Collections.Specialized.StringCollection UALiy               = new System.Collections.Specialized.StringCollection();
     System.Net.WebHeaderCollection                   ozl                = new System.Net.WebHeaderCollection();
     System.IO.DirectoryInfo                          EyPh               = new System.IO.DirectoryInfo("DoR");
     System.Web.UI.WebControls.TreeNode               HmKhJb             = new System.Web.UI.WebControls.TreeNode("TuassxbuxS");
     System.Windows.Forms.ToolTip                     ztYHQI             = new System.Windows.Forms.ToolTip();
     System.Web.UI.WebControls.ProfileParameter       nLdht              = new System.Web.UI.WebControls.ProfileParameter();
     System.Diagnostics.DebuggerStepThroughAttribute  qkHSHOS            = new System.Diagnostics.DebuggerStepThroughAttribute();
     System.Web.Configuration.ProfilePropertySettings tCq                = new System.Web.Configuration.ProfilePropertySettings("YRcXFmyMDBbtT");
     System.Windows.Forms.LinkLabel                   OZYgod             = new System.Windows.Forms.LinkLabel();
     System.Runtime.CompilerServices.FixedAddressValueTypeAttribute bOMB = new System.Runtime.CompilerServices.FixedAddressValueTypeAttribute();
     System.IO.EndOfStreamException Gvby = new System.IO.EndOfStreamException();
 }
Example #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(13, 184);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(316, 32);
     this.textBox1.TabIndex = 3;
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(13, 247);
     this.textBox2.Name = "textBox2";
     this.textBox2.PasswordChar = '*';
     this.textBox2.Size = new System.Drawing.Size(316, 32);
     this.textBox2.TabIndex = 4;
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(249, 285);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(80, 28);
     this.button1.TabIndex = 7;
     this.button1.Text = "Sign In";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkColor = System.Drawing.Color.Black;
     this.linkLabel1.Location = new System.Drawing.Point(2, 234);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(171, 20);
     this.linkLabel1.TabIndex = 8;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Create an Account";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::TstatMgmtGUI.Properties.Resources.EnergyHub_logo_color_150;
     this.pictureBox1.Location = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(273, 70);
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop = false;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(3, 153);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(400, 36);
     this.label3.TabIndex = 18;
     this.label3.Text = "New to Filtrete Wireless Thermostat?";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Lucida Sans Unicode", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(3, 183);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(386, 38);
     this.label1.TabIndex = 19;
     this.label1.Text = "An account will allow you to control your thermostat from anywhere.";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Lucida Sans Unicode", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(9, 119);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(316, 29);
     this.label2.TabIndex = 20;
     this.label2.Text = "Sign In";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Location = new System.Drawing.Point(13, 86);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(337, 353);
     this.panel1.TabIndex = 21;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.linkLabel1);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Location = new System.Drawing.Point(356, 88);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(432, 351);
     this.panel2.TabIndex = 21;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Lucida Sans Unicode", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(6, 280);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(397, 53);
     this.label4.TabIndex = 20;
     this.label4.Text = "After you create your account, sign in here to quickly connect your thermostat!";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(9, 159);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(316, 19);
     this.label5.TabIndex = 21;
     this.label5.Text = "Email address";
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(9, 222);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(316, 19);
     this.label6.TabIndex = 22;
     this.label6.Text = "Password";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(12, 442);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(91, 16);
     this.label7.TabIndex = 22;
     this.label7.Text = "Version 1.1";
     //
     // LoginPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(800, 474);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Name = "LoginPage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "LoginPage";
     this.Load += new System.EventHandler(this.LoginPage_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     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()
 {
     this.button1    = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.label5     = new System.Windows.Forms.Label();
     this.label9     = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.label10    = new System.Windows.Forms.Label();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location     = new System.Drawing.Point(185, 197);
     this.button1.Name         = "button1";
     this.button1.Size         = new System.Drawing.Size(75, 23);
     this.button1.TabIndex     = 0;
     this.button1.Text         = "Ok";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(272, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "<title>";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(48, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(384, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Copyright © Autodesk, Inc. - All rights reserved.";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(192, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(240, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "by Autodesk Developer Network";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(48, 48);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "<version>";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(192, 104);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 16);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Cyrille Fauvel";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 143);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(201, 16);
     this.label9.TabIndex = 9;
     this.label9.Text     = "Updates freely available at:";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(219, 143);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(221, 16);
     this.linkLabel1.TabIndex     = 10;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "http://www.autodesk.com/developautocad";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 167);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(201, 16);
     this.label10.TabIndex = 11;
     this.label10.Text     = "Email wishlist and bug reports to:";
     //
     // linkLabel2
     //
     this.linkLabel2.Location     = new System.Drawing.Point(264, 167);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(176, 16);
     this.linkLabel2.TabIndex     = 12;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "*****@*****.**";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // AboutBox
     //
     this.AcceptButton      = this.button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.button1;
     this.ClientSize        = new System.Drawing.Size(448, 232);
     this.Controls.Add(this.linkLabel2);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutBox";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About...";
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerSettingsForm));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.EnablePunkBuster = new System.Windows.Forms.CheckBox();
     this.AutoBalanceBox = new System.Windows.Forms.CheckBox();
     this.ServerIpBox = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.groupBox13 = new System.Windows.Forms.GroupBox();
     this.TeamRatioBox = new System.Windows.Forms.TextBox();
     this.TeamRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.ScoreLimitBox = new System.Windows.Forms.TextBox();
     this.ScoreLimitBar = new System.Windows.Forms.TrackBar();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.TicketRatioBox = new System.Windows.Forms.TextBox();
     this.TicketRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.MaxPlayersBar = new System.Windows.Forms.TrackBar();
     this.MaxPlayersBox = new System.Windows.Forms.TextBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.PlayersToStartSlider = new System.Windows.Forms.TrackBar();
     this.PlayersToStartValueBox = new System.Windows.Forms.TextBox();
     this.RoundsPerMapBox = new System.Windows.Forms.NumericUpDown();
     this.GamespyPortBox = new System.Windows.Forms.NumericUpDown();
     this.ServerPortBox = new System.Windows.Forms.NumericUpDown();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ServerWelcomeBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.ServerPasswordBox = new System.Windows.Forms.TextBox();
     this.ServerNameBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.EnablePublicServerBox = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.TimeB4RestartMapBar = new System.Windows.Forms.TrackBar();
     this.TimeB4RestartMapBox = new System.Windows.Forms.TextBox();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.NotEnoughPlayersBar = new System.Windows.Forms.TrackBar();
     this.NotEnoughPlayersBox = new System.Windows.Forms.TextBox();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.EORBar = new System.Windows.Forms.TrackBar();
     this.EORBox = new System.Windows.Forms.TextBox();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.EndDelayBar = new System.Windows.Forms.TrackBar();
     this.EndDelayBox = new System.Windows.Forms.TextBox();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.StartDelayBar = new System.Windows.Forms.TrackBar();
     this.StartDelayBox = new System.Windows.Forms.TextBox();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.ManDownBar = new System.Windows.Forms.TrackBar();
     this.ManDownBox = new System.Windows.Forms.TextBox();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.SpawnTimeBar = new System.Windows.Forms.TrackBar();
     this.SpawnTimeBox = new System.Windows.Forms.TextBox();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.TimeLimitBar = new System.Windows.Forms.TrackBar();
     this.TimeLimitBox = new System.Windows.Forms.TextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.VoipPasswordBox = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.RemoteVoipIpBox = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.EnableRemoteVoip = new System.Windows.Forms.CheckBox();
     this.VoipServerPort = new System.Windows.Forms.NumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.VoipBF2ServerPort = new System.Windows.Forms.NumericUpDown();
     this.VoipBF2ClientPort = new System.Windows.Forms.NumericUpDown();
     this.VoipQualityBox = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.VoipQualityBar = new System.Windows.Forms.TrackBar();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.EnableVoip = new System.Windows.Forms.CheckBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.label8 = new System.Windows.Forms.Label();
     this.TksBeforeKickBox = new System.Windows.Forms.NumericUpDown();
     this.PunishDefaultBox = new System.Windows.Forms.CheckBox();
     this.FriendlyFireBox = new System.Windows.Forms.CheckBox();
     this.PunishTeamKillsBox = new System.Windows.Forms.CheckBox();
     this.groupBox25 = new System.Windows.Forms.GroupBox();
     this.VehicleSplashFFBox = new System.Windows.Forms.TextBox();
     this.VehicleSplashFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox24 = new System.Windows.Forms.GroupBox();
     this.SoldierSplashFFBox = new System.Windows.Forms.TextBox();
     this.SoldierSplashFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox23 = new System.Windows.Forms.GroupBox();
     this.VehicleFFBox = new System.Windows.Forms.TextBox();
     this.VehicleFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox22 = new System.Windows.Forms.GroupBox();
     this.SoldierFFBox = new System.Windows.Forms.TextBox();
     this.SoldierFFBar = new System.Windows.Forms.TrackBar();
     this.Cancel = new System.Windows.Forms.Button();
     this.SaveButton = new System.Windows.Forms.Button();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.RadioBlockTimeBox = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.RadioBlockTimeBar = new System.Windows.Forms.TrackBar();
     this.RadioMaxSpamBox = new System.Windows.Forms.NumericUpDown();
     this.RadioSpamIntBox = new System.Windows.Forms.NumericUpDown();
     this.label24 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.AllowNoseCam = new System.Windows.Forms.CheckBox();
     this.HitIndicatorEnabled = new System.Windows.Forms.CheckBox();
     this.AllowExtViews = new System.Windows.Forms.CheckBox();
     this.AllowFreeCam = new System.Windows.Forms.CheckBox();
     this.AllowNATNagotiation = new System.Windows.Forms.CheckBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.groupBox26 = new System.Windows.Forms.GroupBox();
     this.InfoLink = new System.Windows.Forms.LinkLabel();
     this.groupBox31 = new System.Windows.Forms.GroupBox();
     this.BotCountBar1 = new System.Windows.Forms.TrackBar();
     this.BotCountBox1 = new System.Windows.Forms.TextBox();
     this.groupBox32 = new System.Windows.Forms.GroupBox();
     this.BotCountBar2 = new System.Windows.Forms.TrackBar();
     this.BotCountBox2 = new System.Windows.Forms.TextBox();
     this.ForceBotCount = new System.Windows.Forms.CheckBox();
     this.groupBox29 = new System.Windows.Forms.GroupBox();
     this.BotCountBar = new System.Windows.Forms.TrackBar();
     this.BotCountBox = new System.Windows.Forms.TextBox();
     this.groupBox28 = new System.Windows.Forms.GroupBox();
     this.BotRatioBox = new System.Windows.Forms.TextBox();
     this.BotRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox27 = new System.Windows.Forms.GroupBox();
     this.BotDifficultyBox = new System.Windows.Forms.TextBox();
     this.BotDifficultyBar = new System.Windows.Forms.TrackBar();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.PlayersVotingBox = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.PlayersVotingBar = new System.Windows.Forms.TrackBar();
     this.VoteTimeBox = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.VoteTimeBar = new System.Windows.Forms.TrackBar();
     this.EnableTeamVotingBox = new System.Windows.Forms.CheckBox();
     this.EnableVotingBox = new System.Windows.Forms.CheckBox();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox30 = new System.Windows.Forms.GroupBox();
     this.SLogoUrlBox = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.CLogoUrlBox = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.DemoHookBox = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.DemoDownloadBox = new System.Windows.Forms.TextBox();
     this.DemoIndexUrlBox = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.DemoQualityBox = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.DemoQualityBar = new System.Windows.Forms.TrackBar();
     this.EnableAutoRecord = new System.Windows.Forms.CheckBox();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.Tipsy = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TeamRatioBar)).BeginInit();
     this.groupBox12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ScoreLimitBar)).BeginInit();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TicketRatioBar)).BeginInit();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxPlayersBar)).BeginInit();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersToStartSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RoundsPerMapBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GamespyPortBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServerPortBox)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox21.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeB4RestartMapBar)).BeginInit();
     this.groupBox20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NotEnoughPlayersBar)).BeginInit();
     this.groupBox19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EORBar)).BeginInit();
     this.groupBox18.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EndDelayBar)).BeginInit();
     this.groupBox17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDelayBar)).BeginInit();
     this.groupBox16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ManDownBar)).BeginInit();
     this.groupBox15.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpawnTimeBar)).BeginInit();
     this.groupBox14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeLimitBar)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VoipServerPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ServerPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ClientPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipQualityBar)).BeginInit();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TksBeforeKickBox)).BeginInit();
     this.groupBox25.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleSplashFFBar)).BeginInit();
     this.groupBox24.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierSplashFFBar)).BeginInit();
     this.groupBox23.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleFFBar)).BeginInit();
     this.groupBox22.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierFFBar)).BeginInit();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RadioBlockTimeBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioMaxSpamBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioSpamIntBox)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.groupBox26.SuspendLayout();
     this.groupBox31.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar1)).BeginInit();
     this.groupBox32.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar2)).BeginInit();
     this.groupBox29.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar)).BeginInit();
     this.groupBox28.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotRatioBar)).BeginInit();
     this.groupBox27.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotDifficultyBar)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.groupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersVotingBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoteTimeBar)).BeginInit();
     this.tabPage5.SuspendLayout();
     this.groupBox30.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DemoQualityBar)).BeginInit();
     this.tabPage6.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EnablePunkBuster);
     this.groupBox1.Controls.Add(this.AutoBalanceBox);
     this.groupBox1.Controls.Add(this.ServerIpBox);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.groupBox13);
     this.groupBox1.Controls.Add(this.groupBox12);
     this.groupBox1.Controls.Add(this.groupBox11);
     this.groupBox1.Controls.Add(this.groupBox10);
     this.groupBox1.Controls.Add(this.groupBox9);
     this.groupBox1.Controls.Add(this.RoundsPerMapBox);
     this.groupBox1.Controls.Add(this.GamespyPortBox);
     this.groupBox1.Controls.Add(this.ServerPortBox);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.ServerPasswordBox);
     this.groupBox1.Controls.Add(this.ServerNameBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.EnablePublicServerBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(5, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(594, 337);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // EnablePunkBuster
     //
     this.EnablePunkBuster.AutoSize = true;
     this.EnablePunkBuster.Location = new System.Drawing.Point(155, 176);
     this.EnablePunkBuster.Name = "EnablePunkBuster";
     this.EnablePunkBuster.Size = new System.Drawing.Size(120, 17);
     this.EnablePunkBuster.TabIndex = 29;
     this.EnablePunkBuster.Text = "Enable Punk Buster";
     this.Tipsy.SetToolTip(this.EnablePunkBuster, "Enable PunkBuster automatic cheat protection. Visit http://www.evenbalance.com fo" +
             "r more information about PunkBuster.");
     this.EnablePunkBuster.UseVisualStyleBackColor = true;
     //
     // AutoBalanceBox
     //
     this.AutoBalanceBox.AutoSize = true;
     this.AutoBalanceBox.Location = new System.Drawing.Point(10, 176);
     this.AutoBalanceBox.Name = "AutoBalanceBox";
     this.AutoBalanceBox.Size = new System.Drawing.Size(121, 17);
     this.AutoBalanceBox.TabIndex = 28;
     this.AutoBalanceBox.Text = "Autobalance Teams";
     this.Tipsy.SetToolTip(this.AutoBalanceBox, "Enabling this will automatically move players to the team with less players when " +
             "they die, and will prevent players from switching\r\nteams if it would cause them " +
             "to be too unbalanced.");
     this.AutoBalanceBox.UseVisualStyleBackColor = true;
     //
     // ServerIpBox
     //
     this.ServerIpBox.Location = new System.Drawing.Point(82, 80);
     this.ServerIpBox.Name = "ServerIpBox";
     this.ServerIpBox.Size = new System.Drawing.Size(210, 20);
     this.ServerIpBox.TabIndex = 27;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 82);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(54, 13);
     this.label9.TabIndex = 26;
     this.label9.Text = "Server IP:";
     this.Tipsy.SetToolTip(this.label9, "This setting allows you to set the network IP address for your server. This setti" +
             "ng needs to match the \"interfaceIP\" setting.\r\n\r\nNote: Leave Blank to use the def" +
             "ault IP for this machine");
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.TeamRatioBox);
     this.groupBox13.Controls.Add(this.TeamRatioBar);
     this.groupBox13.Location = new System.Drawing.Point(301, 216);
     this.groupBox13.Name = "groupBox13";
     this.groupBox13.Size = new System.Drawing.Size(283, 54);
     this.groupBox13.TabIndex = 25;
     this.groupBox13.TabStop = false;
     this.groupBox13.Text = "Team Ratio";
     //
     // TeamRatioBox
     //
     this.TeamRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TeamRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TeamRatioBox.Location = new System.Drawing.Point(252, 19);
     this.TeamRatioBox.Name = "TeamRatioBox";
     this.TeamRatioBox.ReadOnly = true;
     this.TeamRatioBox.Size = new System.Drawing.Size(26, 13);
     this.TeamRatioBox.TabIndex = 21;
     this.TeamRatioBox.Text = "50%";
     //
     // TeamRatioBar
     //
     this.TeamRatioBar.AutoSize = false;
     this.TeamRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TeamRatioBar.LargeChange = 10;
     this.TeamRatioBar.Location = new System.Drawing.Point(7, 19);
     this.TeamRatioBar.Maximum = 100;
     this.TeamRatioBar.Name = "TeamRatioBar";
     this.TeamRatioBar.Size = new System.Drawing.Size(240, 28);
     this.TeamRatioBar.SmallChange = 5;
     this.TeamRatioBar.TabIndex = 20;
     this.TeamRatioBar.TickFrequency = 10;
     this.Tipsy.SetToolTip(this.TeamRatioBar, "This ratio represents how autoBalanceTeam considers the desired ratio between tea" +
             "m 1 and team 2. \r\nThe percent represents what percent of team 1\'s current player" +
             "s is considered \'even\' for team 2.");
     this.TeamRatioBar.Value = 50;
     this.TeamRatioBar.ValueChanged += new System.EventHandler(this.TeamRatioBar_ValueChanged);
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.ScoreLimitBox);
     this.groupBox12.Controls.Add(this.ScoreLimitBar);
     this.groupBox12.Location = new System.Drawing.Point(301, 275);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(283, 54);
     this.groupBox12.TabIndex = 24;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Score Limit";
     //
     // ScoreLimitBox
     //
     this.ScoreLimitBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ScoreLimitBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ScoreLimitBox.Location = new System.Drawing.Point(252, 19);
     this.ScoreLimitBox.Name = "ScoreLimitBox";
     this.ScoreLimitBox.ReadOnly = true;
     this.ScoreLimitBox.Size = new System.Drawing.Size(20, 13);
     this.ScoreLimitBox.TabIndex = 21;
     this.ScoreLimitBox.Text = "0";
     //
     // ScoreLimitBar
     //
     this.ScoreLimitBar.AutoSize = false;
     this.ScoreLimitBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ScoreLimitBar.Location = new System.Drawing.Point(7, 19);
     this.ScoreLimitBar.Maximum = 300;
     this.ScoreLimitBar.Name = "ScoreLimitBar";
     this.ScoreLimitBar.Size = new System.Drawing.Size(240, 28);
     this.ScoreLimitBar.TabIndex = 20;
     this.ScoreLimitBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.Tipsy.SetToolTip(this.ScoreLimitBar, "After this number of points is scored by one team, the round will end.");
     this.ScoreLimitBar.ValueChanged += new System.EventHandler(this.ScoreLimitBar_ValueChanged);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.TicketRatioBox);
     this.groupBox11.Controls.Add(this.TicketRatioBar);
     this.groupBox11.Location = new System.Drawing.Point(303, 156);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(283, 54);
     this.groupBox11.TabIndex = 23;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Ticket Ratio";
     //
     // TicketRatioBox
     //
     this.TicketRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TicketRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TicketRatioBox.Location = new System.Drawing.Point(251, 19);
     this.TicketRatioBox.Name = "TicketRatioBox";
     this.TicketRatioBox.ReadOnly = true;
     this.TicketRatioBox.Size = new System.Drawing.Size(26, 13);
     this.TicketRatioBox.TabIndex = 18;
     this.TicketRatioBox.Text = "100%";
     //
     // TicketRatioBar
     //
     this.TicketRatioBar.AutoSize = false;
     this.TicketRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TicketRatioBar.LargeChange = 25;
     this.TicketRatioBar.Location = new System.Drawing.Point(6, 19);
     this.TicketRatioBar.Maximum = 1000;
     this.TicketRatioBar.Name = "TicketRatioBar";
     this.TicketRatioBar.Size = new System.Drawing.Size(240, 29);
     this.TicketRatioBar.SmallChange = 5;
     this.TicketRatioBar.TabIndex = 17;
     this.TicketRatioBar.TickFrequency = 50;
     this.Tipsy.SetToolTip(this.TicketRatioBar, "You can set the percentage of the normal number of tickets you wish to use.");
     this.TicketRatioBar.Value = 100;
     this.TicketRatioBar.ValueChanged += new System.EventHandler(this.TicketRatioBar_ValueChanged);
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.MaxPlayersBar);
     this.groupBox10.Controls.Add(this.MaxPlayersBox);
     this.groupBox10.Location = new System.Drawing.Point(9, 275);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(283, 54);
     this.groupBox10.TabIndex = 22;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "Maximum Players";
     //
     // MaxPlayersBar
     //
     this.MaxPlayersBar.AutoSize = false;
     this.MaxPlayersBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.MaxPlayersBar.LargeChange = 8;
     this.MaxPlayersBar.Location = new System.Drawing.Point(6, 19);
     this.MaxPlayersBar.Maximum = 64;
     this.MaxPlayersBar.Name = "MaxPlayersBar";
     this.MaxPlayersBar.Size = new System.Drawing.Size(240, 29);
     this.MaxPlayersBar.SmallChange = 2;
     this.MaxPlayersBar.TabIndex = 8;
     this.MaxPlayersBar.TickFrequency = 8;
     this.Tipsy.SetToolTip(this.MaxPlayersBar, "The maximum number of players allowed on your server at once.");
     this.MaxPlayersBar.Value = 64;
     this.MaxPlayersBar.ValueChanged += new System.EventHandler(this.MaxPlayersBar_ValueChanged);
     //
     // MaxPlayersBox
     //
     this.MaxPlayersBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.MaxPlayersBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.MaxPlayersBox.Location = new System.Drawing.Point(252, 19);
     this.MaxPlayersBox.Name = "MaxPlayersBox";
     this.MaxPlayersBox.ReadOnly = true;
     this.MaxPlayersBox.Size = new System.Drawing.Size(20, 13);
     this.MaxPlayersBox.TabIndex = 10;
     this.MaxPlayersBox.Text = "64";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.PlayersToStartSlider);
     this.groupBox9.Controls.Add(this.PlayersToStartValueBox);
     this.groupBox9.Location = new System.Drawing.Point(10, 216);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(283, 54);
     this.groupBox9.TabIndex = 21;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Number of Players Needed To Start";
     //
     // PlayersToStartSlider
     //
     this.PlayersToStartSlider.AutoSize = false;
     this.PlayersToStartSlider.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersToStartSlider.LargeChange = 8;
     this.PlayersToStartSlider.Location = new System.Drawing.Point(6, 19);
     this.PlayersToStartSlider.Maximum = 64;
     this.PlayersToStartSlider.Name = "PlayersToStartSlider";
     this.PlayersToStartSlider.Size = new System.Drawing.Size(240, 29);
     this.PlayersToStartSlider.SmallChange = 2;
     this.PlayersToStartSlider.TabIndex = 8;
     this.PlayersToStartSlider.TickFrequency = 8;
     this.Tipsy.SetToolTip(this.PlayersToStartSlider, "The minimum number of players needed for a round to begin. Until this number of p" +
             "layers have joined, \r\nthe server stays in a \"pre-game\" state and neither team lo" +
             "ses any tickets.");
     this.PlayersToStartSlider.Value = 2;
     this.PlayersToStartSlider.ValueChanged += new System.EventHandler(this.PlayersToStartSlider_ValueChanged);
     //
     // PlayersToStartValueBox
     //
     this.PlayersToStartValueBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersToStartValueBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PlayersToStartValueBox.Location = new System.Drawing.Point(252, 19);
     this.PlayersToStartValueBox.Name = "PlayersToStartValueBox";
     this.PlayersToStartValueBox.ReadOnly = true;
     this.PlayersToStartValueBox.Size = new System.Drawing.Size(20, 13);
     this.PlayersToStartValueBox.TabIndex = 10;
     this.PlayersToStartValueBox.Text = "2";
     //
     // RoundsPerMapBox
     //
     this.RoundsPerMapBox.Location = new System.Drawing.Point(242, 147);
     this.RoundsPerMapBox.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.RoundsPerMapBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.RoundsPerMapBox.Name = "RoundsPerMapBox";
     this.RoundsPerMapBox.Size = new System.Drawing.Size(50, 20);
     this.RoundsPerMapBox.TabIndex = 20;
     this.RoundsPerMapBox.Value = new decimal(new int[] {
     3,
     0,
     0,
     0});
     //
     // GamespyPortBox
     //
     this.GamespyPortBox.Location = new System.Drawing.Point(232, 115);
     this.GamespyPortBox.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.GamespyPortBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.GamespyPortBox.Name = "GamespyPortBox";
     this.GamespyPortBox.Size = new System.Drawing.Size(60, 20);
     this.GamespyPortBox.TabIndex = 19;
     this.GamespyPortBox.Value = new decimal(new int[] {
     29900,
     0,
     0,
     0});
     //
     // ServerPortBox
     //
     this.ServerPortBox.Location = new System.Drawing.Point(71, 115);
     this.ServerPortBox.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.ServerPortBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.ServerPortBox.Name = "ServerPortBox";
     this.ServerPortBox.Size = new System.Drawing.Size(60, 20);
     this.ServerPortBox.TabIndex = 18;
     this.ServerPortBox.Value = new decimal(new int[] {
     16567,
     0,
     0,
     0});
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ServerWelcomeBox);
     this.groupBox2.Location = new System.Drawing.Point(301, 20);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(283, 116);
     this.groupBox2.TabIndex = 15;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Server Welcome Message";
     //
     // ServerWelcomeBox
     //
     this.ServerWelcomeBox.Location = new System.Drawing.Point(9, 18);
     this.ServerWelcomeBox.Multiline = true;
     this.ServerWelcomeBox.Name = "ServerWelcomeBox";
     this.ServerWelcomeBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ServerWelcomeBox.Size = new System.Drawing.Size(266, 91);
     this.ServerWelcomeBox.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(154, 117);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(76, 13);
     this.label6.TabIndex = 12;
     this.label6.Text = "Gamespy Port:";
     this.Tipsy.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 117);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 13);
     this.label5.TabIndex = 11;
     this.label5.Text = "Server Port:";
     this.Tipsy.SetToolTip(this.label5, "This setting allows you to customize the port used for gameplay network traffic.");
     //
     // ServerPasswordBox
     //
     this.ServerPasswordBox.Location = new System.Drawing.Point(82, 54);
     this.ServerPasswordBox.Name = "ServerPasswordBox";
     this.ServerPasswordBox.Size = new System.Drawing.Size(210, 20);
     this.ServerPasswordBox.TabIndex = 7;
     //
     // ServerNameBox
     //
     this.ServerNameBox.Location = new System.Drawing.Point(82, 28);
     this.ServerNameBox.Name = "ServerNameBox";
     this.ServerNameBox.Size = new System.Drawing.Size(210, 20);
     this.ServerNameBox.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(152, 149);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(90, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Rounds Per Map:";
     this.Tipsy.SetToolTip(this.label3, "Set the number of rounds to complete before the map automatically changes to the " +
             "next on the list.");
     //
     // EnablePublicServerBox
     //
     this.EnablePublicServerBox.AutoSize = true;
     this.EnablePublicServerBox.Location = new System.Drawing.Point(10, 148);
     this.EnablePublicServerBox.Name = "EnablePublicServerBox";
     this.EnablePublicServerBox.Size = new System.Drawing.Size(125, 17);
     this.EnablePublicServerBox.TabIndex = 3;
     this.EnablePublicServerBox.Text = "Enable Public Server";
     this.Tipsy.SetToolTip(this.EnablePublicServerBox, "Set this to report your server to the Internet server browser list.");
     this.EnablePublicServerBox.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Password:"******"If you set a password, players will need to enter it before connecting to your se" +
             "rver.");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Server Name:";
     this.Tipsy.SetToolTip(this.label1, "This is the name your server will be listed by in the Internet or LAN server brow" +
             "ser.");
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.groupBox21);
     this.groupBox3.Controls.Add(this.groupBox20);
     this.groupBox3.Controls.Add(this.groupBox19);
     this.groupBox3.Controls.Add(this.groupBox18);
     this.groupBox3.Controls.Add(this.groupBox17);
     this.groupBox3.Controls.Add(this.groupBox16);
     this.groupBox3.Controls.Add(this.groupBox15);
     this.groupBox3.Controls.Add(this.groupBox14);
     this.groupBox3.Location = new System.Drawing.Point(5, 5);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(594, 337);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(202, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(186, 13);
     this.label4.TabIndex = 34;
     this.label4.Text = "Slider values are displayed in seconds";
     //
     // groupBox21
     //
     this.groupBox21.Controls.Add(this.TimeB4RestartMapBar);
     this.groupBox21.Controls.Add(this.TimeB4RestartMapBox);
     this.groupBox21.Location = new System.Drawing.Point(299, 244);
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.Size = new System.Drawing.Size(283, 54);
     this.groupBox21.TabIndex = 33;
     this.groupBox21.TabStop = false;
     this.groupBox21.Text = "Time Before Restart Map";
     //
     // TimeB4RestartMapBar
     //
     this.TimeB4RestartMapBar.AutoSize = false;
     this.TimeB4RestartMapBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeB4RestartMapBar.LargeChange = 15;
     this.TimeB4RestartMapBar.Location = new System.Drawing.Point(6, 19);
     this.TimeB4RestartMapBar.Maximum = 60;
     this.TimeB4RestartMapBar.Name = "TimeB4RestartMapBar";
     this.TimeB4RestartMapBar.Size = new System.Drawing.Size(240, 29);
     this.TimeB4RestartMapBar.SmallChange = 5;
     this.TimeB4RestartMapBar.TabIndex = 11;
     this.TimeB4RestartMapBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.TimeB4RestartMapBar, "This is the number of seconds before a round starts once the minimun number of pl" +
             "ayers has joined.");
     this.TimeB4RestartMapBar.Value = 15;
     this.TimeB4RestartMapBar.ValueChanged += new System.EventHandler(this.TimeB4RestartMapBar_ValueChanged);
     //
     // TimeB4RestartMapBox
     //
     this.TimeB4RestartMapBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeB4RestartMapBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TimeB4RestartMapBox.Location = new System.Drawing.Point(252, 19);
     this.TimeB4RestartMapBox.Name = "TimeB4RestartMapBox";
     this.TimeB4RestartMapBox.ReadOnly = true;
     this.TimeB4RestartMapBox.Size = new System.Drawing.Size(20, 13);
     this.TimeB4RestartMapBox.TabIndex = 13;
     this.TimeB4RestartMapBox.Text = "15";
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.NotEnoughPlayersBar);
     this.groupBox20.Controls.Add(this.NotEnoughPlayersBox);
     this.groupBox20.Location = new System.Drawing.Point(10, 244);
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.Size = new System.Drawing.Size(283, 54);
     this.groupBox20.TabIndex = 32;
     this.groupBox20.TabStop = false;
     this.groupBox20.Text = "Not Enough Players Start Delay";
     //
     // NotEnoughPlayersBar
     //
     this.NotEnoughPlayersBar.AutoSize = false;
     this.NotEnoughPlayersBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.NotEnoughPlayersBar.LargeChange = 15;
     this.NotEnoughPlayersBar.Location = new System.Drawing.Point(6, 19);
     this.NotEnoughPlayersBar.Maximum = 60;
     this.NotEnoughPlayersBar.Name = "NotEnoughPlayersBar";
     this.NotEnoughPlayersBar.Size = new System.Drawing.Size(240, 29);
     this.NotEnoughPlayersBar.SmallChange = 5;
     this.NotEnoughPlayersBar.TabIndex = 11;
     this.NotEnoughPlayersBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.NotEnoughPlayersBar, resources.GetString("NotEnoughPlayersBar.ToolTip"));
     this.NotEnoughPlayersBar.Value = 15;
     this.NotEnoughPlayersBar.ValueChanged += new System.EventHandler(this.NotEnoughPlayersBar_ValueChanged);
     //
     // NotEnoughPlayersBox
     //
     this.NotEnoughPlayersBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.NotEnoughPlayersBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.NotEnoughPlayersBox.Location = new System.Drawing.Point(252, 19);
     this.NotEnoughPlayersBox.Name = "NotEnoughPlayersBox";
     this.NotEnoughPlayersBox.ReadOnly = true;
     this.NotEnoughPlayersBox.Size = new System.Drawing.Size(20, 13);
     this.NotEnoughPlayersBox.TabIndex = 13;
     this.NotEnoughPlayersBox.Text = "15";
     //
     // groupBox19
     //
     this.groupBox19.Controls.Add(this.EORBar);
     this.groupBox19.Controls.Add(this.EORBox);
     this.groupBox19.Location = new System.Drawing.Point(299, 182);
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.Size = new System.Drawing.Size(283, 54);
     this.groupBox19.TabIndex = 31;
     this.groupBox19.TabStop = false;
     this.groupBox19.Text = "End of Round Delay";
     //
     // EORBar
     //
     this.EORBar.AutoSize = false;
     this.EORBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EORBar.LargeChange = 15;
     this.EORBar.Location = new System.Drawing.Point(6, 19);
     this.EORBar.Maximum = 120;
     this.EORBar.Name = "EORBar";
     this.EORBar.Size = new System.Drawing.Size(240, 29);
     this.EORBar.SmallChange = 5;
     this.EORBar.TabIndex = 11;
     this.EORBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.EORBar, "This is the amount of time in seconds that the message stating which team won is " +
             "displayed \r\nat the end of the round.");
     this.EORBar.Value = 45;
     this.EORBar.ValueChanged += new System.EventHandler(this.EORBar_ValueChanged);
     //
     // EORBox
     //
     this.EORBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EORBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.EORBox.Location = new System.Drawing.Point(252, 19);
     this.EORBox.Name = "EORBox";
     this.EORBox.ReadOnly = true;
     this.EORBox.Size = new System.Drawing.Size(20, 13);
     this.EORBox.TabIndex = 13;
     this.EORBox.Text = "45";
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.EndDelayBar);
     this.groupBox18.Controls.Add(this.EndDelayBox);
     this.groupBox18.Location = new System.Drawing.Point(299, 118);
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.Size = new System.Drawing.Size(283, 54);
     this.groupBox18.TabIndex = 30;
     this.groupBox18.TabStop = false;
     this.groupBox18.Text = "End Delay";
     //
     // EndDelayBar
     //
     this.EndDelayBar.AutoSize = false;
     this.EndDelayBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EndDelayBar.LargeChange = 15;
     this.EndDelayBar.Location = new System.Drawing.Point(6, 19);
     this.EndDelayBar.Maximum = 60;
     this.EndDelayBar.Name = "EndDelayBar";
     this.EndDelayBar.Size = new System.Drawing.Size(240, 29);
     this.EndDelayBar.SmallChange = 5;
     this.EndDelayBar.TabIndex = 11;
     this.EndDelayBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.EndDelayBar, "This is the amount of time in seconds between when a round ends and a new round b" +
             "egins.");
     this.EndDelayBar.Value = 15;
     this.EndDelayBar.ValueChanged += new System.EventHandler(this.EndDelayBar_ValueChanged);
     //
     // EndDelayBox
     //
     this.EndDelayBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EndDelayBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.EndDelayBox.Location = new System.Drawing.Point(252, 19);
     this.EndDelayBox.Name = "EndDelayBox";
     this.EndDelayBox.ReadOnly = true;
     this.EndDelayBox.Size = new System.Drawing.Size(20, 13);
     this.EndDelayBox.TabIndex = 13;
     this.EndDelayBox.Text = "15";
     //
     // groupBox17
     //
     this.groupBox17.Controls.Add(this.StartDelayBar);
     this.groupBox17.Controls.Add(this.StartDelayBox);
     this.groupBox17.Location = new System.Drawing.Point(299, 54);
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.Size = new System.Drawing.Size(283, 54);
     this.groupBox17.TabIndex = 29;
     this.groupBox17.TabStop = false;
     this.groupBox17.Text = "Start Delay";
     //
     // StartDelayBar
     //
     this.StartDelayBar.AutoSize = false;
     this.StartDelayBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.StartDelayBar.LargeChange = 15;
     this.StartDelayBar.Location = new System.Drawing.Point(6, 19);
     this.StartDelayBar.Maximum = 60;
     this.StartDelayBar.Name = "StartDelayBar";
     this.StartDelayBar.Size = new System.Drawing.Size(240, 29);
     this.StartDelayBar.SmallChange = 5;
     this.StartDelayBar.TabIndex = 11;
     this.StartDelayBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.StartDelayBar, "This is the amount of time in seconds players are kept waiting for the game to st" +
             "art, \r\nonce the minimum number of players has been reached.");
     this.StartDelayBar.Value = 15;
     this.StartDelayBar.ValueChanged += new System.EventHandler(this.StartDelayBar_ValueChanged);
     //
     // StartDelayBox
     //
     this.StartDelayBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.StartDelayBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.StartDelayBox.Location = new System.Drawing.Point(252, 19);
     this.StartDelayBox.Name = "StartDelayBox";
     this.StartDelayBox.ReadOnly = true;
     this.StartDelayBox.Size = new System.Drawing.Size(20, 13);
     this.StartDelayBox.TabIndex = 13;
     this.StartDelayBox.Text = "15";
     //
     // groupBox16
     //
     this.groupBox16.Controls.Add(this.ManDownBar);
     this.groupBox16.Controls.Add(this.ManDownBox);
     this.groupBox16.Location = new System.Drawing.Point(10, 182);
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.Size = new System.Drawing.Size(283, 54);
     this.groupBox16.TabIndex = 28;
     this.groupBox16.TabStop = false;
     this.groupBox16.Text = "Man Down Time";
     //
     // ManDownBar
     //
     this.ManDownBar.AutoSize = false;
     this.ManDownBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ManDownBar.LargeChange = 15;
     this.ManDownBar.Location = new System.Drawing.Point(6, 19);
     this.ManDownBar.Maximum = 60;
     this.ManDownBar.Name = "ManDownBar";
     this.ManDownBar.Size = new System.Drawing.Size(240, 29);
     this.ManDownBar.SmallChange = 5;
     this.ManDownBar.TabIndex = 11;
     this.ManDownBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.ManDownBar, "This is the amount of time players will wait to spawn in the game again after bei" +
             "ng incapacitated \r\nand able to be revived by a medic.");
     this.ManDownBar.Value = 15;
     this.ManDownBar.ValueChanged += new System.EventHandler(this.ManDownBar_ValueChanged);
     //
     // ManDownBox
     //
     this.ManDownBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ManDownBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ManDownBox.Location = new System.Drawing.Point(252, 19);
     this.ManDownBox.Name = "ManDownBox";
     this.ManDownBox.ReadOnly = true;
     this.ManDownBox.Size = new System.Drawing.Size(20, 13);
     this.ManDownBox.TabIndex = 13;
     this.ManDownBox.Text = "15";
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.SpawnTimeBar);
     this.groupBox15.Controls.Add(this.SpawnTimeBox);
     this.groupBox15.Location = new System.Drawing.Point(10, 118);
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.Size = new System.Drawing.Size(283, 54);
     this.groupBox15.TabIndex = 27;
     this.groupBox15.TabStop = false;
     this.groupBox15.Text = "Spawn Time";
     //
     // SpawnTimeBar
     //
     this.SpawnTimeBar.AutoSize = false;
     this.SpawnTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SpawnTimeBar.LargeChange = 15;
     this.SpawnTimeBar.Location = new System.Drawing.Point(6, 19);
     this.SpawnTimeBar.Maximum = 60;
     this.SpawnTimeBar.Name = "SpawnTimeBar";
     this.SpawnTimeBar.Size = new System.Drawing.Size(240, 29);
     this.SpawnTimeBar.SmallChange = 5;
     this.SpawnTimeBar.TabIndex = 11;
     this.SpawnTimeBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.SpawnTimeBar, "This is the amount of time in seconds that players will wait to spawn in the game" +
             " again after being killed.");
     this.SpawnTimeBar.Value = 15;
     this.SpawnTimeBar.ValueChanged += new System.EventHandler(this.SpawnTimeBar_ValueChanged);
     //
     // SpawnTimeBox
     //
     this.SpawnTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SpawnTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SpawnTimeBox.Location = new System.Drawing.Point(252, 19);
     this.SpawnTimeBox.Name = "SpawnTimeBox";
     this.SpawnTimeBox.ReadOnly = true;
     this.SpawnTimeBox.Size = new System.Drawing.Size(20, 13);
     this.SpawnTimeBox.TabIndex = 13;
     this.SpawnTimeBox.Text = "15";
     //
     // groupBox14
     //
     this.groupBox14.Controls.Add(this.TimeLimitBar);
     this.groupBox14.Controls.Add(this.TimeLimitBox);
     this.groupBox14.Location = new System.Drawing.Point(10, 54);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(283, 54);
     this.groupBox14.TabIndex = 26;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "Time Limit";
     //
     // TimeLimitBar
     //
     this.TimeLimitBar.AutoSize = false;
     this.TimeLimitBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeLimitBar.LargeChange = 60;
     this.TimeLimitBar.Location = new System.Drawing.Point(6, 19);
     this.TimeLimitBar.Maximum = 7200;
     this.TimeLimitBar.Name = "TimeLimitBar";
     this.TimeLimitBar.Size = new System.Drawing.Size(240, 29);
     this.TimeLimitBar.SmallChange = 10;
     this.TimeLimitBar.TabIndex = 11;
     this.TimeLimitBar.TickFrequency = 120;
     this.TimeLimitBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.Tipsy.SetToolTip(this.TimeLimitBar, "After this amount of time is reached, the round will end.");
     this.TimeLimitBar.ValueChanged += new System.EventHandler(this.TimeLimitBar_ValueChanged);
     //
     // TimeLimitBox
     //
     this.TimeLimitBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeLimitBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TimeLimitBox.Location = new System.Drawing.Point(252, 19);
     this.TimeLimitBox.Name = "TimeLimitBox";
     this.TimeLimitBox.ReadOnly = true;
     this.TimeLimitBox.Size = new System.Drawing.Size(24, 13);
     this.TimeLimitBox.TabIndex = 13;
     this.TimeLimitBox.Text = "0";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.VoipPasswordBox);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.RemoteVoipIpBox);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.EnableRemoteVoip);
     this.groupBox4.Controls.Add(this.VoipServerPort);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.VoipBF2ServerPort);
     this.groupBox4.Controls.Add(this.VoipBF2ClientPort);
     this.groupBox4.Controls.Add(this.VoipQualityBox);
     this.groupBox4.Controls.Add(this.label16);
     this.groupBox4.Controls.Add(this.VoipQualityBar);
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.label14);
     this.groupBox4.Controls.Add(this.EnableVoip);
     this.groupBox4.Location = new System.Drawing.Point(13, 16);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(280, 299);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "VOIP Settings";
     //
     // VoipPasswordBox
     //
     this.VoipPasswordBox.Enabled = false;
     this.VoipPasswordBox.Location = new System.Drawing.Point(101, 92);
     this.VoipPasswordBox.Name = "VoipPasswordBox";
     this.VoipPasswordBox.Size = new System.Drawing.Size(150, 20);
     this.VoipPasswordBox.TabIndex = 31;
     this.Tipsy.SetToolTip(this.VoipPasswordBox, "When using an external VOIP server, this should be set to the password associated" +
             " with the VOIP Server port from the VOIP server\'s configuration. ");
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(11, 95);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(80, 13);
     this.label12.TabIndex = 30;
     this.label12.Text = "Voip Password:"******"RemoteVoipIpBox";
     this.RemoteVoipIpBox.Size = new System.Drawing.Size(150, 20);
     this.RemoteVoipIpBox.TabIndex = 29;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 67);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(84, 13);
     this.label11.TabIndex = 28;
     this.label11.Text = "Remote Voip IP:";
     this.Tipsy.SetToolTip(this.label11, "When using an external VOIP server, this should be set with it\'s IP address.");
     //
     // EnableRemoteVoip
     //
     this.EnableRemoteVoip.AutoSize = true;
     this.EnableRemoteVoip.Location = new System.Drawing.Point(127, 34);
     this.EnableRemoteVoip.Name = "EnableRemoteVoip";
     this.EnableRemoteVoip.Size = new System.Drawing.Size(127, 17);
     this.EnableRemoteVoip.TabIndex = 27;
     this.EnableRemoteVoip.Text = "Enable Remote VOIP";
     this.Tipsy.SetToolTip(this.EnableRemoteVoip, "Enable the use of an external BF2 VOIP Server, thereby disabling the integrated V" +
             "OIP server.");
     this.EnableRemoteVoip.UseVisualStyleBackColor = true;
     this.EnableRemoteVoip.CheckedChanged += new System.EventHandler(this.EnableRemoteVoip_CheckedChanged);
     //
     // VoipServerPort
     //
     this.VoipServerPort.Enabled = false;
     this.VoipServerPort.Location = new System.Drawing.Point(101, 183);
     this.VoipServerPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipServerPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipServerPort.Name = "VoipServerPort";
     this.VoipServerPort.Size = new System.Drawing.Size(60, 20);
     this.VoipServerPort.TabIndex = 26;
     this.Tipsy.SetToolTip(this.VoipServerPort, resources.GetString("VoipServerPort.ToolTip"));
     this.VoipServerPort.Value = new decimal(new int[] {
     55125,
     0,
     0,
     0});
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(11, 185);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(87, 13);
     this.label10.TabIndex = 25;
     this.label10.Text = "Voip Server Port:";
     //
     // VoipBF2ServerPort
     //
     this.VoipBF2ServerPort.Location = new System.Drawing.Point(101, 156);
     this.VoipBF2ServerPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipBF2ServerPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipBF2ServerPort.Name = "VoipBF2ServerPort";
     this.VoipBF2ServerPort.Size = new System.Drawing.Size(60, 20);
     this.VoipBF2ServerPort.TabIndex = 24;
     this.Tipsy.SetToolTip(this.VoipBF2ServerPort, "The BF2 server uses this port to communicate with the VOIP server.");
     this.VoipBF2ServerPort.Value = new decimal(new int[] {
     55124,
     0,
     0,
     0});
     //
     // VoipBF2ClientPort
     //
     this.VoipBF2ClientPort.Location = new System.Drawing.Point(101, 129);
     this.VoipBF2ClientPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipBF2ClientPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipBF2ClientPort.Name = "VoipBF2ClientPort";
     this.VoipBF2ClientPort.Size = new System.Drawing.Size(60, 20);
     this.VoipBF2ClientPort.TabIndex = 23;
     this.Tipsy.SetToolTip(this.VoipBF2ClientPort, "This is the port the BF2 client uses for communication with the voip server.");
     this.VoipBF2ClientPort.Value = new decimal(new int[] {
     55123,
     0,
     0,
     0});
     //
     // VoipQualityBox
     //
     this.VoipQualityBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoipQualityBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VoipQualityBox.Location = new System.Drawing.Point(251, 250);
     this.VoipQualityBox.Name = "VoipQualityBox";
     this.VoipQualityBox.ReadOnly = true;
     this.VoipQualityBox.Size = new System.Drawing.Size(20, 13);
     this.VoipQualityBox.TabIndex = 22;
     this.VoipQualityBox.Text = "1";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(59, 234);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(163, 13);
     this.label16.TabIndex = 21;
     this.label16.Text = "Voip Quality (1 = Worst, 5 = Best)";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label16, "Use this to adjust the quality of VOIP audio. Raising the quality level will incr" +
             "ease the amount of bandwidth your server uses. Recommended settings are 5 for LA" +
             "N and 3 for Internet.");
     //
     // VoipQualityBar
     //
     this.VoipQualityBar.AutoSize = false;
     this.VoipQualityBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoipQualityBar.Location = new System.Drawing.Point(9, 250);
     this.VoipQualityBar.Maximum = 5;
     this.VoipQualityBar.Minimum = 1;
     this.VoipQualityBar.Name = "VoipQualityBar";
     this.VoipQualityBar.Size = new System.Drawing.Size(240, 28);
     this.VoipQualityBar.TabIndex = 20;
     this.VoipQualityBar.Value = 1;
     this.VoipQualityBar.ValueChanged += new System.EventHandler(this.VoipQualityBar_ValueChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(11, 158);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(85, 13);
     this.label15.TabIndex = 15;
     this.label15.Text = "BF2 Server Port:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(11, 131);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(80, 13);
     this.label14.TabIndex = 5;
     this.label14.Text = "BF2 Client Port:";
     //
     // EnableVoip
     //
     this.EnableVoip.AutoSize = true;
     this.EnableVoip.Location = new System.Drawing.Point(27, 34);
     this.EnableVoip.Name = "EnableVoip";
     this.EnableVoip.Size = new System.Drawing.Size(87, 17);
     this.EnableVoip.TabIndex = 4;
     this.EnableVoip.Text = "Enable VOIP";
     this.Tipsy.SetToolTip(this.EnableVoip, "Enable the use of VOIP for squad communication.");
     this.EnableVoip.UseVisualStyleBackColor = true;
     this.EnableVoip.CheckedChanged += new System.EventHandler(this.EnableVoip_CheckedChanged);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label8);
     this.groupBox6.Controls.Add(this.TksBeforeKickBox);
     this.groupBox6.Controls.Add(this.PunishDefaultBox);
     this.groupBox6.Controls.Add(this.FriendlyFireBox);
     this.groupBox6.Controls.Add(this.PunishTeamKillsBox);
     this.groupBox6.Controls.Add(this.groupBox25);
     this.groupBox6.Controls.Add(this.groupBox24);
     this.groupBox6.Controls.Add(this.groupBox23);
     this.groupBox6.Controls.Add(this.groupBox22);
     this.groupBox6.Location = new System.Drawing.Point(5, 5);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(594, 337);
     this.groupBox6.TabIndex = 5;
     this.groupBox6.TabStop = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(297, 58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(111, 13);
     this.label8.TabIndex = 47;
     this.label8.Text = "Teamkills before Kick:";
     this.Tipsy.SetToolTip(this.label8, "When punishing is enabled, this sets the number of punished teamkills required to" +
             " be kicked from the server.");
     //
     // TksBeforeKickBox
     //
     this.TksBeforeKickBox.Enabled = false;
     this.TksBeforeKickBox.Location = new System.Drawing.Point(408, 56);
     this.TksBeforeKickBox.Maximum = new decimal(new int[] {
     99,
     0,
     0,
     0});
     this.TksBeforeKickBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.TksBeforeKickBox.Name = "TksBeforeKickBox";
     this.TksBeforeKickBox.Size = new System.Drawing.Size(40, 20);
     this.TksBeforeKickBox.TabIndex = 46;
     this.TksBeforeKickBox.Value = new decimal(new int[] {
     3,
     0,
     0,
     0});
     //
     // PunishDefaultBox
     //
     this.PunishDefaultBox.AutoSize = true;
     this.PunishDefaultBox.Enabled = false;
     this.PunishDefaultBox.Location = new System.Drawing.Point(147, 57);
     this.PunishDefaultBox.Name = "PunishDefaultBox";
     this.PunishDefaultBox.Size = new System.Drawing.Size(110, 17);
     this.PunishDefaultBox.TabIndex = 45;
     this.PunishDefaultBox.Text = "Punish By Default";
     this.Tipsy.SetToolTip(this.PunishDefaultBox, "This sets whether or not a player is automatically punished for a teamkill.");
     this.PunishDefaultBox.UseVisualStyleBackColor = true;
     //
     // FriendlyFireBox
     //
     this.FriendlyFireBox.AutoSize = true;
     this.FriendlyFireBox.Location = new System.Drawing.Point(297, 34);
     this.FriendlyFireBox.Name = "FriendlyFireBox";
     this.FriendlyFireBox.Size = new System.Drawing.Size(138, 17);
     this.FriendlyFireBox.TabIndex = 44;
     this.FriendlyFireBox.Text = "Friendly Fire With Mines";
     this.Tipsy.SetToolTip(this.FriendlyFireBox, "Turn this setting off to prevent friendly mines and claymores from detonating whe" +
             "n teammates go over them.");
     this.FriendlyFireBox.UseVisualStyleBackColor = true;
     //
     // PunishTeamKillsBox
     //
     this.PunishTeamKillsBox.AutoSize = true;
     this.PunishTeamKillsBox.Location = new System.Drawing.Point(147, 34);
     this.PunishTeamKillsBox.Name = "PunishTeamKillsBox";
     this.PunishTeamKillsBox.Size = new System.Drawing.Size(106, 17);
     this.PunishTeamKillsBox.TabIndex = 43;
     this.PunishTeamKillsBox.Text = "Punish TeamKills";
     this.Tipsy.SetToolTip(this.PunishTeamKillsBox, "Enable the system through which players can punish teamkillers in an attempt to k" +
             "ick them from the server.");
     this.PunishTeamKillsBox.UseVisualStyleBackColor = true;
     this.PunishTeamKillsBox.CheckedChanged += new System.EventHandler(this.PunishTeamKillsBox_CheckedChanged);
     //
     // groupBox25
     //
     this.groupBox25.Controls.Add(this.VehicleSplashFFBox);
     this.groupBox25.Controls.Add(this.VehicleSplashFFBar);
     this.groupBox25.Location = new System.Drawing.Point(300, 159);
     this.groupBox25.Name = "groupBox25";
     this.groupBox25.Size = new System.Drawing.Size(283, 54);
     this.groupBox25.TabIndex = 37;
     this.groupBox25.TabStop = false;
     this.groupBox25.Text = "Vehicle Friendly Splash Damage";
     //
     // VehicleSplashFFBox
     //
     this.VehicleSplashFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleSplashFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VehicleSplashFFBox.Location = new System.Drawing.Point(250, 19);
     this.VehicleSplashFFBox.Name = "VehicleSplashFFBox";
     this.VehicleSplashFFBox.ReadOnly = true;
     this.VehicleSplashFFBox.Size = new System.Drawing.Size(26, 13);
     this.VehicleSplashFFBox.TabIndex = 13;
     this.VehicleSplashFFBox.Text = "100%";
     //
     // VehicleSplashFFBar
     //
     this.VehicleSplashFFBar.AutoSize = false;
     this.VehicleSplashFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleSplashFFBar.LargeChange = 25;
     this.VehicleSplashFFBar.Location = new System.Drawing.Point(6, 19);
     this.VehicleSplashFFBar.Maximum = 100;
     this.VehicleSplashFFBar.Name = "VehicleSplashFFBar";
     this.VehicleSplashFFBar.Size = new System.Drawing.Size(240, 29);
     this.VehicleSplashFFBar.SmallChange = 5;
     this.VehicleSplashFFBar.TabIndex = 29;
     this.VehicleSplashFFBar.TickFrequency = 25;
     this.VehicleSplashFFBar.Value = 100;
     this.VehicleSplashFFBar.ValueChanged += new System.EventHandler(this.VehicleSplashFFBar_ValueChanged);
     //
     // groupBox24
     //
     this.groupBox24.Controls.Add(this.SoldierSplashFFBox);
     this.groupBox24.Controls.Add(this.SoldierSplashFFBar);
     this.groupBox24.Location = new System.Drawing.Point(11, 159);
     this.groupBox24.Name = "groupBox24";
     this.groupBox24.Size = new System.Drawing.Size(283, 54);
     this.groupBox24.TabIndex = 36;
     this.groupBox24.TabStop = false;
     this.groupBox24.Text = "Soldier Friendly Splash Damage";
     //
     // SoldierSplashFFBox
     //
     this.SoldierSplashFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierSplashFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SoldierSplashFFBox.Location = new System.Drawing.Point(250, 19);
     this.SoldierSplashFFBox.Name = "SoldierSplashFFBox";
     this.SoldierSplashFFBox.ReadOnly = true;
     this.SoldierSplashFFBox.Size = new System.Drawing.Size(26, 13);
     this.SoldierSplashFFBox.TabIndex = 13;
     this.SoldierSplashFFBox.Text = "100%";
     //
     // SoldierSplashFFBar
     //
     this.SoldierSplashFFBar.AutoSize = false;
     this.SoldierSplashFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierSplashFFBar.LargeChange = 25;
     this.SoldierSplashFFBar.Location = new System.Drawing.Point(6, 19);
     this.SoldierSplashFFBar.Maximum = 100;
     this.SoldierSplashFFBar.Name = "SoldierSplashFFBar";
     this.SoldierSplashFFBar.Size = new System.Drawing.Size(240, 29);
     this.SoldierSplashFFBar.SmallChange = 5;
     this.SoldierSplashFFBar.TabIndex = 29;
     this.SoldierSplashFFBar.TickFrequency = 25;
     this.SoldierSplashFFBar.Value = 100;
     this.SoldierSplashFFBar.ValueChanged += new System.EventHandler(this.SoldierSplashFFBar_ValueChanged);
     //
     // groupBox23
     //
     this.groupBox23.Controls.Add(this.VehicleFFBox);
     this.groupBox23.Controls.Add(this.VehicleFFBar);
     this.groupBox23.Location = new System.Drawing.Point(300, 96);
     this.groupBox23.Name = "groupBox23";
     this.groupBox23.Size = new System.Drawing.Size(283, 54);
     this.groupBox23.TabIndex = 35;
     this.groupBox23.TabStop = false;
     this.groupBox23.Text = "Vehicle Friendly Fire Damage";
     //
     // VehicleFFBox
     //
     this.VehicleFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VehicleFFBox.Location = new System.Drawing.Point(250, 19);
     this.VehicleFFBox.Name = "VehicleFFBox";
     this.VehicleFFBox.ReadOnly = true;
     this.VehicleFFBox.Size = new System.Drawing.Size(26, 13);
     this.VehicleFFBox.TabIndex = 13;
     this.VehicleFFBox.Text = "100%";
     //
     // VehicleFFBar
     //
     this.VehicleFFBar.AutoSize = false;
     this.VehicleFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleFFBar.LargeChange = 25;
     this.VehicleFFBar.Location = new System.Drawing.Point(6, 19);
     this.VehicleFFBar.Maximum = 100;
     this.VehicleFFBar.Name = "VehicleFFBar";
     this.VehicleFFBar.Size = new System.Drawing.Size(240, 29);
     this.VehicleFFBar.SmallChange = 5;
     this.VehicleFFBar.TabIndex = 29;
     this.VehicleFFBar.TickFrequency = 25;
     this.VehicleFFBar.Value = 100;
     this.VehicleFFBar.ValueChanged += new System.EventHandler(this.VehicleFFBar_ValueChanged);
     //
     // groupBox22
     //
     this.groupBox22.Controls.Add(this.SoldierFFBox);
     this.groupBox22.Controls.Add(this.SoldierFFBar);
     this.groupBox22.Location = new System.Drawing.Point(11, 96);
     this.groupBox22.Name = "groupBox22";
     this.groupBox22.Size = new System.Drawing.Size(283, 54);
     this.groupBox22.TabIndex = 34;
     this.groupBox22.TabStop = false;
     this.groupBox22.Text = "Soldier Friendly Fire Damage";
     //
     // SoldierFFBox
     //
     this.SoldierFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SoldierFFBox.Location = new System.Drawing.Point(250, 19);
     this.SoldierFFBox.Name = "SoldierFFBox";
     this.SoldierFFBox.ReadOnly = true;
     this.SoldierFFBox.Size = new System.Drawing.Size(26, 13);
     this.SoldierFFBox.TabIndex = 13;
     this.SoldierFFBox.Text = "100%";
     //
     // SoldierFFBar
     //
     this.SoldierFFBar.AutoSize = false;
     this.SoldierFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierFFBar.LargeChange = 25;
     this.SoldierFFBar.Location = new System.Drawing.Point(6, 19);
     this.SoldierFFBar.Maximum = 100;
     this.SoldierFFBar.Name = "SoldierFFBar";
     this.SoldierFFBar.Size = new System.Drawing.Size(240, 29);
     this.SoldierFFBar.SmallChange = 5;
     this.SoldierFFBar.TabIndex = 29;
     this.SoldierFFBar.TickFrequency = 25;
     this.SoldierFFBar.Value = 100;
     this.SoldierFFBar.ValueChanged += new System.EventHandler(this.SoldierFFBar_ValueChanged);
     //
     // Cancel
     //
     this.Cancel.Location = new System.Drawing.Point(198, 395);
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(100, 30);
     this.Cancel.TabIndex = 7;
     this.Cancel.Text = "Cancel";
     this.Cancel.UseVisualStyleBackColor = true;
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(311, 395);
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.Size = new System.Drawing.Size(100, 30);
     this.SaveButton.TabIndex = 8;
     this.SaveButton.Text = "Save and Close";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.RadioBlockTimeBox);
     this.groupBox8.Controls.Add(this.label25);
     this.groupBox8.Controls.Add(this.RadioBlockTimeBar);
     this.groupBox8.Controls.Add(this.RadioMaxSpamBox);
     this.groupBox8.Controls.Add(this.RadioSpamIntBox);
     this.groupBox8.Controls.Add(this.label24);
     this.groupBox8.Controls.Add(this.label7);
     this.groupBox8.Controls.Add(this.AllowNoseCam);
     this.groupBox8.Controls.Add(this.HitIndicatorEnabled);
     this.groupBox8.Controls.Add(this.AllowExtViews);
     this.groupBox8.Controls.Add(this.AllowFreeCam);
     this.groupBox8.Controls.Add(this.AllowNATNagotiation);
     this.groupBox8.Location = new System.Drawing.Point(9, 10);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(585, 336);
     this.groupBox8.TabIndex = 9;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Misc";
     //
     // RadioBlockTimeBox
     //
     this.RadioBlockTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.RadioBlockTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.RadioBlockTimeBox.Location = new System.Drawing.Point(526, 129);
     this.RadioBlockTimeBox.Name = "RadioBlockTimeBox";
     this.RadioBlockTimeBox.ReadOnly = true;
     this.RadioBlockTimeBox.Size = new System.Drawing.Size(20, 13);
     this.RadioBlockTimeBox.TabIndex = 43;
     this.RadioBlockTimeBox.Text = "30";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(342, 112);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(142, 13);
     this.label25.TabIndex = 42;
     this.label25.Text = "Radio Block Time (Seconds)";
     this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label25, "This is the amount of time a player will be blocked from posting any further mess" +
             "ages after violating the Radio Max Spam Count \r\nwithin the Radio Spam Interval t" +
             "ime frame");
     //
     // RadioBlockTimeBar
     //
     this.RadioBlockTimeBar.AutoSize = false;
     this.RadioBlockTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.RadioBlockTimeBar.Location = new System.Drawing.Point(280, 128);
     this.RadioBlockTimeBar.Maximum = 120;
     this.RadioBlockTimeBar.Name = "RadioBlockTimeBar";
     this.RadioBlockTimeBar.Size = new System.Drawing.Size(240, 24);
     this.RadioBlockTimeBar.TabIndex = 41;
     this.RadioBlockTimeBar.TickFrequency = 15;
     this.RadioBlockTimeBar.Value = 30;
     this.RadioBlockTimeBar.ValueChanged += new System.EventHandler(this.RadioBlockTimeBar_ValueChanged);
     //
     // RadioMaxSpamBox
     //
     this.RadioMaxSpamBox.Location = new System.Drawing.Point(405, 71);
     this.RadioMaxSpamBox.Name = "RadioMaxSpamBox";
     this.RadioMaxSpamBox.Size = new System.Drawing.Size(40, 20);
     this.RadioMaxSpamBox.TabIndex = 18;
     this.RadioMaxSpamBox.Value = new decimal(new int[] {
     6,
     0,
     0,
     0});
     //
     // RadioSpamIntBox
     //
     this.RadioSpamIntBox.Location = new System.Drawing.Point(405, 47);
     this.RadioSpamIntBox.Name = "RadioSpamIntBox";
     this.RadioSpamIntBox.Size = new System.Drawing.Size(40, 20);
     this.RadioSpamIntBox.TabIndex = 17;
     this.RadioSpamIntBox.Value = new decimal(new int[] {
     6,
     0,
     0,
     0});
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(275, 73);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(122, 13);
     this.label24.TabIndex = 16;
     this.label24.Text = "Radio Max Spam Count:";
     this.Tipsy.SetToolTip(this.label24, "The maximum amout of messages a player can post within the Radio Spam Interval be" +
             "fore being blocked");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(275, 49);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(106, 13);
     this.label7.TabIndex = 15;
     this.label7.Text = "Radio Spam Interval:";
     this.Tipsy.SetToolTip(this.label7, "The amount of interval at which players messages will be checked against the max " +
             "spam count");
     //
     // AllowNoseCam
     //
     this.AllowNoseCam.AutoSize = true;
     this.AllowNoseCam.Location = new System.Drawing.Point(36, 131);
     this.AllowNoseCam.Name = "AllowNoseCam";
     this.AllowNoseCam.Size = new System.Drawing.Size(103, 17);
     this.AllowNoseCam.TabIndex = 14;
     this.AllowNoseCam.Text = "Allow Nose Cam";
     this.Tipsy.SetToolTip(this.AllowNoseCam, "Use this to enable or disable the use of nose-cam in certain vehicles (planes/hel" +
             "icopters).");
     this.AllowNoseCam.UseVisualStyleBackColor = true;
     //
     // HitIndicatorEnabled
     //
     this.HitIndicatorEnabled.AutoSize = true;
     this.HitIndicatorEnabled.Location = new System.Drawing.Point(36, 168);
     this.HitIndicatorEnabled.Name = "HitIndicatorEnabled";
     this.HitIndicatorEnabled.Size = new System.Drawing.Size(83, 17);
     this.HitIndicatorEnabled.TabIndex = 13;
     this.HitIndicatorEnabled.Text = "Hit Indicator";
     this.Tipsy.SetToolTip(this.HitIndicatorEnabled, "This setting toggles whether or not players receive crosshair feedback indicating" +
             " they have hit a target.");
     this.HitIndicatorEnabled.UseVisualStyleBackColor = true;
     //
     // AllowExtViews
     //
     this.AllowExtViews.AutoSize = true;
     this.AllowExtViews.Location = new System.Drawing.Point(36, 108);
     this.AllowExtViews.Name = "AllowExtViews";
     this.AllowExtViews.Size = new System.Drawing.Size(103, 17);
     this.AllowExtViews.TabIndex = 12;
     this.AllowExtViews.Text = "Allow Ext. Views";
     this.Tipsy.SetToolTip(this.AllowExtViews, "Use this to enable or disable the use of 3rd person cameras in vehicles.");
     this.AllowExtViews.UseVisualStyleBackColor = true;
     //
     // AllowFreeCam
     //
     this.AllowFreeCam.AutoSize = true;
     this.AllowFreeCam.Location = new System.Drawing.Point(36, 85);
     this.AllowFreeCam.Name = "AllowFreeCam";
     this.AllowFreeCam.Size = new System.Drawing.Size(99, 17);
     this.AllowFreeCam.TabIndex = 11;
     this.AllowFreeCam.Text = "Allow Free Cam";
     this.Tipsy.SetToolTip(this.AllowFreeCam, "Allow players to use a free-roaming camera while waiting to spawn. Players can ac" +
             "tivate this camera using the JUMP key.");
     this.AllowFreeCam.UseVisualStyleBackColor = true;
     //
     // AllowNATNagotiation
     //
     this.AllowNATNagotiation.AutoSize = true;
     this.AllowNATNagotiation.Location = new System.Drawing.Point(36, 48);
     this.AllowNATNagotiation.Name = "AllowNATNagotiation";
     this.AllowNATNagotiation.Size = new System.Drawing.Size(133, 17);
     this.AllowNATNagotiation.TabIndex = 10;
     this.AllowNATNagotiation.Text = "Allow NAT Negotiation";
     this.Tipsy.SetToolTip(this.AllowNATNagotiation, "Allow Network Address Translation negotiation. \r\n\r\nTry this if you use a router o" +
             "r gateway device and are having problems hosting a server.");
     this.AllowNATNagotiation.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Location = new System.Drawing.Point(-1, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(613, 375);
     this.tabControl1.TabIndex = 10;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(605, 349);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "General";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(605, 349);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Timers";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage4.Controls.Add(this.groupBox6);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(605, 349);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Friendly Fire";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage3.Controls.Add(this.groupBox26);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(605, 349);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Coop Bots";
     //
     // groupBox26
     //
     this.groupBox26.Controls.Add(this.InfoLink);
     this.groupBox26.Controls.Add(this.groupBox31);
     this.groupBox26.Controls.Add(this.groupBox32);
     this.groupBox26.Controls.Add(this.ForceBotCount);
     this.groupBox26.Controls.Add(this.groupBox29);
     this.groupBox26.Controls.Add(this.groupBox28);
     this.groupBox26.Controls.Add(this.groupBox27);
     this.groupBox26.Location = new System.Drawing.Point(5, 5);
     this.groupBox26.Name = "groupBox26";
     this.groupBox26.Size = new System.Drawing.Size(594, 337);
     this.groupBox26.TabIndex = 0;
     this.groupBox26.TabStop = false;
     //
     // InfoLink
     //
     this.InfoLink.AutoSize = true;
     this.InfoLink.Location = new System.Drawing.Point(339, 206);
     this.InfoLink.Name = "InfoLink";
     this.InfoLink.Size = new System.Drawing.Size(61, 13);
     this.InfoLink.TabIndex = 41;
     this.InfoLink.TabStop = true;
     this.InfoLink.Text = "More Info...";
     this.InfoLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.InfoLink_LinkClicked);
     //
     // groupBox31
     //
     this.groupBox31.Controls.Add(this.BotCountBar1);
     this.groupBox31.Controls.Add(this.BotCountBox1);
     this.groupBox31.Location = new System.Drawing.Point(11, 250);
     this.groupBox31.Name = "groupBox31";
     this.groupBox31.Size = new System.Drawing.Size(283, 54);
     this.groupBox31.TabIndex = 40;
     this.groupBox31.TabStop = false;
     this.groupBox31.Text = "Team 1 Bot Count";
     //
     // BotCountBar1
     //
     this.BotCountBar1.AutoSize = false;
     this.BotCountBar1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar1.Enabled = false;
     this.BotCountBar1.LargeChange = 8;
     this.BotCountBar1.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar1.Maximum = 48;
     this.BotCountBar1.Name = "BotCountBar1";
     this.BotCountBar1.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar1.SmallChange = 2;
     this.BotCountBar1.TabIndex = 8;
     this.BotCountBar1.TickFrequency = 4;
     this.BotCountBar1.Value = 16;
     this.BotCountBar1.ValueChanged += new System.EventHandler(this.BotCountBar1_ValueChanged);
     //
     // BotCountBox1
     //
     this.BotCountBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox1.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox1.Name = "BotCountBox1";
     this.BotCountBox1.ReadOnly = true;
     this.BotCountBox1.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox1.TabIndex = 10;
     this.BotCountBox1.Text = "16";
     //
     // groupBox32
     //
     this.groupBox32.Controls.Add(this.BotCountBar2);
     this.groupBox32.Controls.Add(this.BotCountBox2);
     this.groupBox32.Location = new System.Drawing.Point(300, 250);
     this.groupBox32.Name = "groupBox32";
     this.groupBox32.Size = new System.Drawing.Size(283, 54);
     this.groupBox32.TabIndex = 39;
     this.groupBox32.TabStop = false;
     this.groupBox32.Text = "Team 2 Bot Count";
     //
     // BotCountBar2
     //
     this.BotCountBar2.AutoSize = false;
     this.BotCountBar2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar2.Enabled = false;
     this.BotCountBar2.LargeChange = 8;
     this.BotCountBar2.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar2.Maximum = 48;
     this.BotCountBar2.Name = "BotCountBar2";
     this.BotCountBar2.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar2.SmallChange = 2;
     this.BotCountBar2.TabIndex = 11;
     this.BotCountBar2.TickFrequency = 4;
     this.BotCountBar2.Value = 16;
     this.BotCountBar2.ValueChanged += new System.EventHandler(this.BotCountBar2_ValueChanged);
     //
     // BotCountBox2
     //
     this.BotCountBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox2.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox2.Name = "BotCountBox2";
     this.BotCountBox2.ReadOnly = true;
     this.BotCountBox2.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox2.TabIndex = 12;
     this.BotCountBox2.Text = "16";
     //
     // ForceBotCount
     //
     this.ForceBotCount.AutoSize = true;
     this.ForceBotCount.Location = new System.Drawing.Point(195, 205);
     this.ForceBotCount.Name = "ForceBotCount";
     this.ForceBotCount.Size = new System.Drawing.Size(147, 17);
     this.ForceBotCount.TabIndex = 38;
     this.ForceBotCount.Text = "Force More Than 48 Bots";
     this.ForceBotCount.UseVisualStyleBackColor = true;
     this.ForceBotCount.CheckedChanged += new System.EventHandler(this.ForceBotCount_CheckedChanged);
     //
     // groupBox29
     //
     this.groupBox29.Controls.Add(this.BotCountBar);
     this.groupBox29.Controls.Add(this.BotCountBox);
     this.groupBox29.Location = new System.Drawing.Point(11, 43);
     this.groupBox29.Name = "groupBox29";
     this.groupBox29.Size = new System.Drawing.Size(283, 54);
     this.groupBox29.TabIndex = 37;
     this.groupBox29.TabStop = false;
     this.groupBox29.Text = "Bot Count";
     //
     // BotCountBar
     //
     this.BotCountBar.AutoSize = false;
     this.BotCountBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar.LargeChange = 8;
     this.BotCountBar.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar.Maximum = 48;
     this.BotCountBar.Name = "BotCountBar";
     this.BotCountBar.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar.SmallChange = 2;
     this.BotCountBar.TabIndex = 8;
     this.BotCountBar.TickFrequency = 4;
     this.Tipsy.SetToolTip(this.BotCountBar, "The maximum number of players allowed on your server at once.");
     this.BotCountBar.Value = 16;
     this.BotCountBar.ValueChanged += new System.EventHandler(this.BotCountBar_ValueChanged);
     //
     // BotCountBox
     //
     this.BotCountBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox.Name = "BotCountBox";
     this.BotCountBox.ReadOnly = true;
     this.BotCountBox.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox.TabIndex = 10;
     this.BotCountBox.Text = "16";
     //
     // groupBox28
     //
     this.groupBox28.Controls.Add(this.BotRatioBox);
     this.groupBox28.Controls.Add(this.BotRatioBar);
     this.groupBox28.Location = new System.Drawing.Point(300, 43);
     this.groupBox28.Name = "groupBox28";
     this.groupBox28.Size = new System.Drawing.Size(283, 54);
     this.groupBox28.TabIndex = 36;
     this.groupBox28.TabStop = false;
     this.groupBox28.Text = "Bot Ratio";
     //
     // BotRatioBox
     //
     this.BotRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotRatioBox.Location = new System.Drawing.Point(250, 19);
     this.BotRatioBox.Name = "BotRatioBox";
     this.BotRatioBox.ReadOnly = true;
     this.BotRatioBox.Size = new System.Drawing.Size(26, 13);
     this.BotRatioBox.TabIndex = 13;
     this.BotRatioBox.Text = "50%";
     //
     // BotRatioBar
     //
     this.BotRatioBar.AutoSize = false;
     this.BotRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotRatioBar.LargeChange = 10;
     this.BotRatioBar.Location = new System.Drawing.Point(6, 19);
     this.BotRatioBar.Maximum = 100;
     this.BotRatioBar.Name = "BotRatioBar";
     this.BotRatioBar.Size = new System.Drawing.Size(240, 29);
     this.BotRatioBar.SmallChange = 5;
     this.BotRatioBar.TabIndex = 29;
     this.BotRatioBar.TickFrequency = 10;
     this.BotRatioBar.Value = 50;
     this.BotRatioBar.ValueChanged += new System.EventHandler(this.BotRatioBar_ValueChanged);
     //
     // groupBox27
     //
     this.groupBox27.Controls.Add(this.BotDifficultyBox);
     this.groupBox27.Controls.Add(this.BotDifficultyBar);
     this.groupBox27.Location = new System.Drawing.Point(11, 114);
     this.groupBox27.Name = "groupBox27";
     this.groupBox27.Size = new System.Drawing.Size(283, 54);
     this.groupBox27.TabIndex = 35;
     this.groupBox27.TabStop = false;
     this.groupBox27.Text = "Bot Difficulty";
     //
     // BotDifficultyBox
     //
     this.BotDifficultyBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotDifficultyBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotDifficultyBox.Location = new System.Drawing.Point(250, 19);
     this.BotDifficultyBox.Name = "BotDifficultyBox";
     this.BotDifficultyBox.ReadOnly = true;
     this.BotDifficultyBox.Size = new System.Drawing.Size(26, 13);
     this.BotDifficultyBox.TabIndex = 13;
     this.BotDifficultyBox.Text = "100";
     //
     // BotDifficultyBar
     //
     this.BotDifficultyBar.AutoSize = false;
     this.BotDifficultyBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotDifficultyBar.LargeChange = 10;
     this.BotDifficultyBar.Location = new System.Drawing.Point(6, 19);
     this.BotDifficultyBar.Maximum = 100;
     this.BotDifficultyBar.Name = "BotDifficultyBar";
     this.BotDifficultyBar.Size = new System.Drawing.Size(240, 29);
     this.BotDifficultyBar.SmallChange = 5;
     this.BotDifficultyBar.TabIndex = 29;
     this.BotDifficultyBar.TickFrequency = 10;
     this.BotDifficultyBar.Value = 100;
     this.BotDifficultyBar.ValueChanged += new System.EventHandler(this.BotDifficultyBar_ValueChanged);
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage7.Controls.Add(this.groupBox7);
     this.tabPage7.Controls.Add(this.groupBox4);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(605, 349);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text = "Voting / Voip";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.PlayersVotingBox);
     this.groupBox7.Controls.Add(this.label13);
     this.groupBox7.Controls.Add(this.PlayersVotingBar);
     this.groupBox7.Controls.Add(this.VoteTimeBox);
     this.groupBox7.Controls.Add(this.label17);
     this.groupBox7.Controls.Add(this.VoteTimeBar);
     this.groupBox7.Controls.Add(this.EnableTeamVotingBox);
     this.groupBox7.Controls.Add(this.EnableVotingBox);
     this.groupBox7.Location = new System.Drawing.Point(312, 16);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(280, 198);
     this.groupBox7.TabIndex = 5;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Voting Settigns";
     //
     // PlayersVotingBox
     //
     this.PlayersVotingBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersVotingBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PlayersVotingBox.Location = new System.Drawing.Point(253, 148);
     this.PlayersVotingBox.Name = "PlayersVotingBox";
     this.PlayersVotingBox.ReadOnly = true;
     this.PlayersVotingBox.Size = new System.Drawing.Size(20, 13);
     this.PlayersVotingBox.TabIndex = 43;
     this.PlayersVotingBox.Text = "2";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(72, 131);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(136, 13);
     this.label13.TabIndex = 42;
     this.label13.Text = "Minimum Players For Voting";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label13, "This is the minimum number of votes needed for a poll to be sucessful.");
     //
     // PlayersVotingBar
     //
     this.PlayersVotingBar.AutoSize = false;
     this.PlayersVotingBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersVotingBar.Location = new System.Drawing.Point(7, 147);
     this.PlayersVotingBar.Maximum = 30;
     this.PlayersVotingBar.Name = "PlayersVotingBar";
     this.PlayersVotingBar.Size = new System.Drawing.Size(240, 24);
     this.PlayersVotingBar.TabIndex = 41;
     this.PlayersVotingBar.TickFrequency = 2;
     this.PlayersVotingBar.Value = 2;
     this.PlayersVotingBar.ValueChanged += new System.EventHandler(this.PlayersVotingBar_ValueChanged);
     //
     // VoteTimeBox
     //
     this.VoteTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoteTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VoteTimeBox.Location = new System.Drawing.Point(253, 88);
     this.VoteTimeBox.Name = "VoteTimeBox";
     this.VoteTimeBox.ReadOnly = true;
     this.VoteTimeBox.Size = new System.Drawing.Size(20, 13);
     this.VoteTimeBox.TabIndex = 40;
     this.VoteTimeBox.Text = "90";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(87, 71);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(106, 13);
     this.label17.TabIndex = 39;
     this.label17.Text = "Vote Time (Seconds)";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label17, "This is the amount of time that a poll such as a kick vote or map vote stays open" +
             ".");
     //
     // VoteTimeBar
     //
     this.VoteTimeBar.AutoSize = false;
     this.VoteTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoteTimeBar.Location = new System.Drawing.Point(7, 87);
     this.VoteTimeBar.Maximum = 120;
     this.VoteTimeBar.Name = "VoteTimeBar";
     this.VoteTimeBar.Size = new System.Drawing.Size(240, 24);
     this.VoteTimeBar.TabIndex = 38;
     this.VoteTimeBar.TickFrequency = 15;
     this.VoteTimeBar.Value = 90;
     this.VoteTimeBar.ValueChanged += new System.EventHandler(this.VoteTimeBar_ValueChanged);
     //
     // EnableTeamVotingBox
     //
     this.EnableTeamVotingBox.AutoSize = true;
     this.EnableTeamVotingBox.Location = new System.Drawing.Point(139, 31);
     this.EnableTeamVotingBox.Name = "EnableTeamVotingBox";
     this.EnableTeamVotingBox.Size = new System.Drawing.Size(110, 17);
     this.EnableTeamVotingBox.TabIndex = 6;
     this.EnableTeamVotingBox.Text = "Team Voting Only";
     this.Tipsy.SetToolTip(this.EnableTeamVotingBox, "This option will restrict all voting queries and responses to members of the same" +
             " team.");
     this.EnableTeamVotingBox.UseVisualStyleBackColor = true;
     //
     // EnableVotingBox
     //
     this.EnableVotingBox.AutoSize = true;
     this.EnableVotingBox.Location = new System.Drawing.Point(27, 31);
     this.EnableVotingBox.Name = "EnableVotingBox";
     this.EnableVotingBox.Size = new System.Drawing.Size(92, 17);
     this.EnableVotingBox.TabIndex = 5;
     this.EnableVotingBox.Text = "Enable Voting";
     this.Tipsy.SetToolTip(this.EnableVotingBox, "Enable or disable voting.");
     this.EnableVotingBox.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage5.Controls.Add(this.groupBox30);
     this.tabPage5.Controls.Add(this.groupBox5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(605, 349);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Demo & Urls";
     //
     // groupBox30
     //
     this.groupBox30.Controls.Add(this.SLogoUrlBox);
     this.groupBox30.Controls.Add(this.label23);
     this.groupBox30.Controls.Add(this.CLogoUrlBox);
     this.groupBox30.Controls.Add(this.label22);
     this.groupBox30.Location = new System.Drawing.Point(8, 189);
     this.groupBox30.Name = "groupBox30";
     this.groupBox30.Size = new System.Drawing.Size(589, 140);
     this.groupBox30.TabIndex = 1;
     this.groupBox30.TabStop = false;
     this.groupBox30.Text = "Url Settings";
     //
     // SLogoUrlBox
     //
     this.SLogoUrlBox.Location = new System.Drawing.Point(145, 78);
     this.SLogoUrlBox.MaxLength = 256;
     this.SLogoUrlBox.Name = "SLogoUrlBox";
     this.SLogoUrlBox.Size = new System.Drawing.Size(280, 20);
     this.SLogoUrlBox.TabIndex = 37;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(31, 80);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(101, 13);
     this.label23.TabIndex = 36;
     this.label23.Text = "Sponser Logo URL:";
     this.Tipsy.SetToolTip(this.label23, "Enter a URL to an image, and it will be displayed in the server browser when the " +
             "server is highlighted. \r\nThe image must be in PNG or JPG format, and should have" +
             " a 4:1 aspect ratio for best results.");
     //
     // CLogoUrlBox
     //
     this.CLogoUrlBox.Location = new System.Drawing.Point(145, 44);
     this.CLogoUrlBox.MaxLength = 256;
     this.CLogoUrlBox.Name = "CLogoUrlBox";
     this.CLogoUrlBox.Size = new System.Drawing.Size(280, 20);
     this.CLogoUrlBox.TabIndex = 35;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(31, 46);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(113, 13);
     this.label22.TabIndex = 34;
     this.label22.Text = "Community Logo URL:";
     this.Tipsy.SetToolTip(this.label22, "Enter a URL to an image, and it will be displayed in the loading screen when conn" +
             "ecting to the server. The image must be in PNG or JPG format, \r\nand should have " +
             "a 4:1 aspect ratio for best results.");
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.DemoHookBox);
     this.groupBox5.Controls.Add(this.label19);
     this.groupBox5.Controls.Add(this.DemoDownloadBox);
     this.groupBox5.Controls.Add(this.DemoIndexUrlBox);
     this.groupBox5.Controls.Add(this.label20);
     this.groupBox5.Controls.Add(this.label21);
     this.groupBox5.Controls.Add(this.DemoQualityBox);
     this.groupBox5.Controls.Add(this.label18);
     this.groupBox5.Controls.Add(this.DemoQualityBar);
     this.groupBox5.Controls.Add(this.EnableAutoRecord);
     this.groupBox5.Location = new System.Drawing.Point(8, 5);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(589, 178);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Demo Settings";
     //
     // DemoHookBox
     //
     this.DemoHookBox.Location = new System.Drawing.Point(145, 121);
     this.DemoHookBox.MaxLength = 256;
     this.DemoHookBox.Name = "DemoHookBox";
     this.DemoHookBox.Size = new System.Drawing.Size(280, 20);
     this.DemoHookBox.TabIndex = 33;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(31, 123);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(92, 13);
     this.label19.TabIndex = 32;
     this.label19.Text = "Auto Demo Hook:";
     this.Tipsy.SetToolTip(this.label19, "This is the application or script that is called on to manage demo recordings at " +
             "the end of rounds.");
     //
     // DemoDownloadBox
     //
     this.DemoDownloadBox.Location = new System.Drawing.Point(145, 95);
     this.DemoDownloadBox.MaxLength = 256;
     this.DemoDownloadBox.Name = "DemoDownloadBox";
     this.DemoDownloadBox.Size = new System.Drawing.Size(280, 20);
     this.DemoDownloadBox.TabIndex = 31;
     //
     // DemoIndexUrlBox
     //
     this.DemoIndexUrlBox.Location = new System.Drawing.Point(145, 69);
     this.DemoIndexUrlBox.MaxLength = 256;
     this.DemoIndexUrlBox.Name = "DemoIndexUrlBox";
     this.DemoIndexUrlBox.Size = new System.Drawing.Size(280, 20);
     this.DemoIndexUrlBox.TabIndex = 30;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(31, 97);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(114, 13);
     this.label20.TabIndex = 29;
     this.label20.Text = "Demo Download URL:";
     this.Tipsy.SetToolTip(this.label20, "If demo recording is enabled, this should be set to the publicly accessible URL w" +
             "here the demo files can be downloaded.");
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(31, 72);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(92, 13);
     this.label21.TabIndex = 28;
     this.label21.Text = "Demo Index URL:";
     this.Tipsy.SetToolTip(this.label21, "This is the location where automatically recorded demo files will be saved.");
     //
     // DemoQualityBox
     //
     this.DemoQualityBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.DemoQualityBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.DemoQualityBox.Location = new System.Drawing.Point(420, 32);
     this.DemoQualityBox.Name = "DemoQualityBox";
     this.DemoQualityBox.ReadOnly = true;
     this.DemoQualityBox.Size = new System.Drawing.Size(20, 13);
     this.DemoQualityBox.TabIndex = 25;
     this.DemoQualityBox.Text = "1";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(228, 16);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(176, 13);
     this.label18.TabIndex = 24;
     this.label18.Text = "Demo Quality (1 = Worst, 10 = Best)";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label18, "Set the quality of demo recording, if enabled, on the server. \r\n\r\nINCREASING THE " +
             "VALUE OF THIS SETTING WILL SEVERLY IMPACT THE PERFORMANCE OF THIS SERVER.");
     //
     // DemoQualityBar
     //
     this.DemoQualityBar.AutoSize = false;
     this.DemoQualityBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.DemoQualityBar.Location = new System.Drawing.Point(178, 32);
     this.DemoQualityBar.Minimum = 1;
     this.DemoQualityBar.Name = "DemoQualityBar";
     this.DemoQualityBar.Size = new System.Drawing.Size(240, 28);
     this.DemoQualityBar.TabIndex = 23;
     this.DemoQualityBar.Value = 1;
     this.DemoQualityBar.ValueChanged += new System.EventHandler(this.DemoQualityBar_ValueChanged);
     //
     // EnableAutoRecord
     //
     this.EnableAutoRecord.AutoSize = true;
     this.EnableAutoRecord.Location = new System.Drawing.Point(34, 32);
     this.EnableAutoRecord.Name = "EnableAutoRecord";
     this.EnableAutoRecord.Size = new System.Drawing.Size(122, 17);
     this.EnableAutoRecord.TabIndex = 0;
     this.EnableAutoRecord.Text = "Enable Auto Record";
     this.EnableAutoRecord.UseVisualStyleBackColor = true;
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage6.Controls.Add(this.groupBox8);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new System.Drawing.Size(605, 349);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text = "Misc";
     //
     // Tipsy
     //
     this.Tipsy.AutoPopDelay = 10000;
     this.Tipsy.InitialDelay = 500;
     this.Tipsy.ReshowDelay = 100;
     //
     // ServerSettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(609, 437);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.Cancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ServerSettingsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Server Settings";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TeamRatioBar)).EndInit();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ScoreLimitBar)).EndInit();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TicketRatioBar)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxPlayersBar)).EndInit();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersToStartSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RoundsPerMapBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GamespyPortBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServerPortBox)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox21.ResumeLayout(false);
     this.groupBox21.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeB4RestartMapBar)).EndInit();
     this.groupBox20.ResumeLayout(false);
     this.groupBox20.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NotEnoughPlayersBar)).EndInit();
     this.groupBox19.ResumeLayout(false);
     this.groupBox19.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EORBar)).EndInit();
     this.groupBox18.ResumeLayout(false);
     this.groupBox18.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EndDelayBar)).EndInit();
     this.groupBox17.ResumeLayout(false);
     this.groupBox17.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDelayBar)).EndInit();
     this.groupBox16.ResumeLayout(false);
     this.groupBox16.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ManDownBar)).EndInit();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpawnTimeBar)).EndInit();
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeLimitBar)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VoipServerPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ServerPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ClientPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipQualityBar)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TksBeforeKickBox)).EndInit();
     this.groupBox25.ResumeLayout(false);
     this.groupBox25.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleSplashFFBar)).EndInit();
     this.groupBox24.ResumeLayout(false);
     this.groupBox24.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierSplashFFBar)).EndInit();
     this.groupBox23.ResumeLayout(false);
     this.groupBox23.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleFFBar)).EndInit();
     this.groupBox22.ResumeLayout(false);
     this.groupBox22.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierFFBar)).EndInit();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RadioBlockTimeBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioMaxSpamBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioSpamIntBox)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.groupBox26.ResumeLayout(false);
     this.groupBox26.PerformLayout();
     this.groupBox31.ResumeLayout(false);
     this.groupBox31.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar1)).EndInit();
     this.groupBox32.ResumeLayout(false);
     this.groupBox32.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar2)).EndInit();
     this.groupBox29.ResumeLayout(false);
     this.groupBox29.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar)).EndInit();
     this.groupBox28.ResumeLayout(false);
     this.groupBox28.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotRatioBar)).EndInit();
     this.groupBox27.ResumeLayout(false);
     this.groupBox27.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotDifficultyBar)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersVotingBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoteTimeBar)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.groupBox30.ResumeLayout(false);
     this.groupBox30.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DemoQualityBar)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #30
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQuit = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHeaderInfo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuWZCompare = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSaveXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLoadXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtract = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCloseRender = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button8 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.pnlSound = new System.Windows.Forms.Panel();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.btnSaveMp3 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.lstRender = new System.Windows.Forms.ListBox();
     this.chkNPC = new System.Windows.Forms.CheckBox();
     this.chkMob = new System.Windows.Forms.CheckBox();
     this.chkReactor = new System.Windows.Forms.CheckBox();
     this.chkPortal = new System.Windows.Forms.CheckBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtType = new System.Windows.Forms.TextBox();
     this.pnlPicture = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblUOL = new System.Windows.Forms.LinkLabel();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.renderContainer = new System.Windows.Forms.SplitContainer();
     this.picRender = new System.Windows.Forms.PictureBox();
     this.cmdCloseRender = new System.Windows.Forms.Button();
     this.cmdSaveRender = new System.Windows.Forms.Button();
     this.cmdRedrawRender = new System.Windows.Forms.Button();
     this.lstRenders = new System.Windows.Forms.ListBox();
     this.chkReactorr = new System.Windows.Forms.CheckBox();
     this.chkPortalr = new System.Windows.Forms.CheckBox();
     this.chkMobr = new System.Windows.Forms.CheckBox();
     this.chkNPCr = new System.Windows.Forms.CheckBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.treeView2 = new System.Windows.Forms.TreeView();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.fullExtractPanel = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.extractCount = new System.Windows.Forms.Label();
     this.extractBar = new System.Windows.Forms.ProgressBar();
     this.extractCancel = new System.Windows.Forms.Button();
     this.extractStart = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.pnlSound.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.pnlPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.renderContainer.Panel1.SuspendLayout();
     this.renderContainer.Panel2.SuspendLayout();
     this.renderContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.fullExtractPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFile,
     this.mnuExtras,
     this.mnuAbout,
     this.mnuCloseRender});
     this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(846, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuOpen,
     this.mnuQuit});
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(39, 21);
     this.mnuFile.Text = "&File";
     //
     // mnuOpen
     //
     this.mnuOpen.Name = "mnuOpen";
     this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.mnuOpen.Size = new System.Drawing.Size(164, 22);
     this.mnuOpen.Text = "&Open...";
     this.mnuOpen.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
     //
     // mnuQuit
     //
     this.mnuQuit.Name = "mnuQuit";
     this.mnuQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.mnuQuit.Size = new System.Drawing.Size(164, 22);
     this.mnuQuit.Text = "&Quit";
     this.mnuQuit.Click += new System.EventHandler(this.QuitToolStripMenuItemClick);
     //
     // mnuExtras
     //
     this.mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuHeaderInfo,
     this.mnuWZCompare,
     this.mnuExtract,
     this.toolStripMenuItem3,
     this.findToolStripMenuItem,
     this.toolStripTextBox1,
     this.toolStripMenuItem2,
     this.mnuSettings});
     this.mnuExtras.Name = "mnuExtras";
     this.mnuExtras.Size = new System.Drawing.Size(55, 21);
     this.mnuExtras.Text = "&Extras";
     //
     // mnuHeaderInfo
     //
     this.mnuHeaderInfo.Enabled = false;
     this.mnuHeaderInfo.Name = "mnuHeaderInfo";
     this.mnuHeaderInfo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.mnuHeaderInfo.Size = new System.Drawing.Size(236, 22);
     this.mnuHeaderInfo.Text = "Header information";
     this.mnuHeaderInfo.Click += new System.EventHandler(this.ShowHeaderInformationToolStripMenuItemClick);
     //
     // mnuWZCompare
     //
     this.mnuWZCompare.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuSaveXML,
     this.mnuLoadXML});
     this.mnuWZCompare.Enabled = false;
     this.mnuWZCompare.Name = "mnuWZCompare";
     this.mnuWZCompare.Size = new System.Drawing.Size(236, 22);
     this.mnuWZCompare.Text = "WZ Comparison";
     //
     // mnuSaveXML
     //
     this.mnuSaveXML.Enabled = false;
     this.mnuSaveXML.Name = "mnuSaveXML";
     this.mnuSaveXML.Size = new System.Drawing.Size(208, 22);
     this.mnuSaveXML.Text = "Save XML File...";
     this.mnuSaveXML.Click += new System.EventHandler(this.saveXMLFileToolStripMenuItem_Click);
     //
     // mnuLoadXML
     //
     this.mnuLoadXML.Enabled = false;
     this.mnuLoadXML.Name = "mnuLoadXML";
     this.mnuLoadXML.Size = new System.Drawing.Size(208, 22);
     this.mnuLoadXML.Text = "Compare to XML File...";
     this.mnuLoadXML.Click += new System.EventHandler(this.compareToXMLFileToolStripMenuItem_Click);
     //
     // mnuExtract
     //
     this.mnuExtract.Enabled = false;
     this.mnuExtract.Name = "mnuExtract";
     this.mnuExtract.Size = new System.Drawing.Size(236, 22);
     this.mnuExtract.Text = "Extract everything to disk";
     this.mnuExtract.Click += new System.EventHandler(this.MnuExtractClick);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(233, 6);
     //
     // findToolStripMenuItem
     //
     this.findToolStripMenuItem.Enabled = false;
     this.findToolStripMenuItem.Name = "findToolStripMenuItem";
     this.findToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
     this.findToolStripMenuItem.Text = "Find in tree:";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1KeyDown);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(233, 6);
     //
     // mnuSettings
     //
     this.mnuSettings.Name = "mnuSettings";
     this.mnuSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.mnuSettings.Size = new System.Drawing.Size(236, 22);
     this.mnuSettings.Text = "&Settings...";
     this.mnuSettings.Click += new System.EventHandler(this.PreferencesToolStripMenuItemClick);
     //
     // mnuAbout
     //
     this.mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.licenseToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.mnuAbout.Name = "mnuAbout";
     this.mnuAbout.Size = new System.Drawing.Size(26, 21);
     this.mnuAbout.Text = "?";
     //
     // licenseToolStripMenuItem
     //
     this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem";
     this.licenseToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.licenseToolStripMenuItem.Text = "License";
     this.licenseToolStripMenuItem.Click += new System.EventHandler(this.LicenseToolStripMenuItemClick);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // mnuCloseRender
     //
     this.mnuCloseRender.Name = "mnuCloseRender";
     this.mnuCloseRender.Size = new System.Drawing.Size(98, 21);
     this.mnuCloseRender.Text = "Close Render";
     this.mnuCloseRender.Visible = false;
     this.mnuCloseRender.Click += new System.EventHandler(this.closeRenderToolStripMenuItem_Click);
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.HideSelection = false;
     this.treeView1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(164, 242);
     this.treeView1.TabIndex = 2;
     this.treeView1.Tag = "";
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.button9);
     this.groupBox2.Controls.Add(this.button8);
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Controls.Add(this.button6);
     this.groupBox2.Controls.Add(this.pnlSound);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.lstRender);
     this.groupBox2.Controls.Add(this.chkNPC);
     this.groupBox2.Controls.Add(this.chkMob);
     this.groupBox2.Controls.Add(this.chkReactor);
     this.groupBox2.Controls.Add(this.chkPortal);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txtType);
     this.groupBox2.Controls.Add(this.pnlPicture);
     this.groupBox2.Controls.Add(this.lblUOL);
     this.groupBox2.Controls.Add(this.textBox8);
     this.groupBox2.Location = new System.Drawing.Point(2, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(657, 513);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Data";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(9, 435);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(52, 23);
     this.button8.TabIndex = 26;
     this.button8.Text = "obj";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(9, 405);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(52, 23);
     this.button7.TabIndex = 25;
     this.button7.Text = "map";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(5, 302);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(54, 38);
     this.button6.TabIndex = 24;
     this.button6.Text = "Extract image";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Visible = false;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // pnlSound
     //
     this.pnlSound.AutoScroll = true;
     this.pnlSound.AutoSize = true;
     this.pnlSound.Controls.Add(this.checkBox1);
     this.pnlSound.Controls.Add(this.trackBar1);
     this.pnlSound.Controls.Add(this.label4);
     this.pnlSound.Controls.Add(this.textBox1);
     this.pnlSound.Controls.Add(this.label3);
     this.pnlSound.Controls.Add(this.button5);
     this.pnlSound.Controls.Add(this.button4);
     this.pnlSound.Controls.Add(this.button3);
     this.pnlSound.Controls.Add(this.btnSaveMp3);
     this.pnlSound.Location = new System.Drawing.Point(66, 42);
     this.pnlSound.Name = "pnlSound";
     this.pnlSound.Size = new System.Drawing.Size(380, 192);
     this.pnlSound.TabIndex = 23;
     this.pnlSound.Visible = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(192, 6);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(58, 19);
     this.checkBox1.TabIndex = 30;
     this.checkBox1.Text = "Loop";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(4, 31);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(203, 45);
     this.trackBar1.TabIndex = 29;
     this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Scroll += new System.EventHandler(this.TrackBar1Scroll);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(213, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 18);
     this.label4.TabIndex = 28;
     this.label4.Text = "00:00 /";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(3, 72);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(293, 117);
     this.textBox1.TabIndex = 27;
     this.textBox1.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(259, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(37, 18);
     this.label3.TabIndex = 26;
     this.label3.Text = "00:00";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(125, 3);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(55, 23);
     this.button5.TabIndex = 24;
     this.button5.Text = "Stop";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(64, 3);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(55, 23);
     this.button4.TabIndex = 23;
     this.button4.Text = "Pause";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(55, 23);
     this.button3.TabIndex = 22;
     this.button3.Text = "Play";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // btnSaveMp3
     //
     this.btnSaveMp3.Location = new System.Drawing.Point(256, 3);
     this.btnSaveMp3.Name = "btnSaveMp3";
     this.btnSaveMp3.Size = new System.Drawing.Size(40, 23);
     this.btnSaveMp3.TabIndex = 19;
     this.btnSaveMp3.Text = "Save";
     this.btnSaveMp3.UseVisualStyleBackColor = true;
     this.btnSaveMp3.Click += new System.EventHandler(this.BtnSaveMp3Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 194);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(590, 192);
     this.label1.TabIndex = 5;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(7, 346);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(54, 43);
     this.button1.TabIndex = 21;
     this.button1.Text = "Save image";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // lstRender
     //
     this.lstRender.FormattingEnabled = true;
     this.lstRender.ItemHeight = 12;
     this.lstRender.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRender.Location = new System.Drawing.Point(6, 258);
     this.lstRender.Name = "lstRender";
     this.lstRender.Size = new System.Drawing.Size(54, 40);
     this.lstRender.TabIndex = 13;
     this.lstRender.Visible = false;
     //
     // chkNPC
     //
     this.chkNPC.Checked = true;
     this.chkNPC.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPC.Location = new System.Drawing.Point(5, 238);
     this.chkNPC.Name = "chkNPC";
     this.chkNPC.Size = new System.Drawing.Size(55, 15);
     this.chkNPC.TabIndex = 12;
     this.chkNPC.Text = "NPCs";
     this.chkNPC.UseVisualStyleBackColor = true;
     this.chkNPC.Visible = false;
     this.chkNPC.CheckedChanged += new System.EventHandler(this.ChkNPCCheckedChanged);
     //
     // chkMob
     //
     this.chkMob.Checked = true;
     this.chkMob.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMob.Location = new System.Drawing.Point(5, 218);
     this.chkMob.Name = "chkMob";
     this.chkMob.Size = new System.Drawing.Size(55, 15);
     this.chkMob.TabIndex = 11;
     this.chkMob.Text = "Mob";
     this.chkMob.UseVisualStyleBackColor = true;
     this.chkMob.Visible = false;
     this.chkMob.CheckedChanged += new System.EventHandler(this.ChkMobCheckedChanged);
     //
     // chkReactor
     //
     this.chkReactor.Checked = true;
     this.chkReactor.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactor.Location = new System.Drawing.Point(5, 193);
     this.chkReactor.Name = "chkReactor";
     this.chkReactor.Size = new System.Drawing.Size(55, 19);
     this.chkReactor.TabIndex = 10;
     this.chkReactor.Text = "Reactor";
     this.chkReactor.UseVisualStyleBackColor = true;
     this.chkReactor.Visible = false;
     this.chkReactor.CheckedChanged += new System.EventHandler(this.ChkReactorCheckedChanged);
     //
     // chkPortal
     //
     this.chkPortal.Checked = true;
     this.chkPortal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortal.Location = new System.Drawing.Point(5, 171);
     this.chkPortal.Name = "chkPortal";
     this.chkPortal.Size = new System.Drawing.Size(55, 20);
     this.chkPortal.TabIndex = 9;
     this.chkPortal.Text = "Portal";
     this.chkPortal.UseVisualStyleBackColor = true;
     this.chkPortal.Visible = false;
     this.chkPortal.CheckedChanged += new System.EventHandler(this.ChkPortalCheckedChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(5, 114);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(54, 50);
     this.button2.TabIndex = 8;
     this.button2.Text = "Render this Map!";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(55, 37);
     this.label9.TabIndex = 5;
     this.label9.Text = "Click the picture to save it!";
     this.label9.Visible = false;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 44);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 14);
     this.label8.TabIndex = 3;
     this.label8.Text = "Content:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 17);
     this.label7.TabIndex = 1;
     this.label7.Text = "Type:";
     //
     // txtType
     //
     this.txtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtType.BackColor = System.Drawing.SystemColors.Window;
     this.txtType.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtType.Location = new System.Drawing.Point(67, 18);
     this.txtType.Multiline = true;
     this.txtType.Name = "txtType";
     this.txtType.ReadOnly = true;
     this.txtType.Size = new System.Drawing.Size(584, 19);
     this.txtType.TabIndex = 0;
     //
     // pnlPicture
     //
     this.pnlPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlPicture.AutoScroll = true;
     this.pnlPicture.BackColor = System.Drawing.SystemColors.Control;
     this.pnlPicture.Controls.Add(this.pictureBox1);
     this.pnlPicture.Location = new System.Drawing.Point(67, 42);
     this.pnlPicture.Name = "pnlPicture";
     this.pnlPicture.Size = new System.Drawing.Size(584, 466);
     this.pnlPicture.TabIndex = 17;
     this.pnlPicture.Visible = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(553, 338);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     this.pictureBox1.Click += new System.EventHandler(this.PictureBox1Click);
     //
     // lblUOL
     //
     this.lblUOL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUOL.BackColor = System.Drawing.SystemColors.Control;
     this.lblUOL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUOL.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblUOL.Location = new System.Drawing.Point(67, 42);
     this.lblUOL.Name = "lblUOL";
     this.lblUOL.Size = new System.Drawing.Size(408, 30);
     this.lblUOL.TabIndex = 20;
     this.lblUOL.Visible = false;
     this.lblUOL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.BackColor = System.Drawing.SystemColors.Window;
     this.textBox8.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(67, 42);
     this.textBox8.Multiline = true;
     this.textBox8.Name = "textBox8";
     this.textBox8.ReadOnly = true;
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox8.Size = new System.Drawing.Size(584, 466);
     this.textBox8.TabIndex = 2;
     this.textBox8.Visible = false;
     //
     // renderContainer
     //
     this.renderContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.renderContainer.IsSplitterFixed = true;
     this.renderContainer.Location = new System.Drawing.Point(606, 0);
     this.renderContainer.Name = "renderContainer";
     this.renderContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // renderContainer.Panel1
     //
     this.renderContainer.Panel1.AutoScroll = true;
     this.renderContainer.Panel1.Controls.Add(this.picRender);
     //
     // renderContainer.Panel2
     //
     this.renderContainer.Panel2.Controls.Add(this.cmdCloseRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdSaveRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdRedrawRender);
     this.renderContainer.Panel2.Controls.Add(this.lstRenders);
     this.renderContainer.Panel2.Controls.Add(this.chkReactorr);
     this.renderContainer.Panel2.Controls.Add(this.chkPortalr);
     this.renderContainer.Panel2.Controls.Add(this.chkMobr);
     this.renderContainer.Panel2.Controls.Add(this.chkNPCr);
     this.renderContainer.Size = new System.Drawing.Size(240, 207);
     this.renderContainer.SplitterDistance = 131;
     this.renderContainer.TabIndex = 0;
     this.renderContainer.TabStop = false;
     this.renderContainer.Visible = false;
     //
     // picRender
     //
     this.picRender.Location = new System.Drawing.Point(0, 0);
     this.picRender.Name = "picRender";
     this.picRender.Size = new System.Drawing.Size(279, 128);
     this.picRender.TabIndex = 0;
     this.picRender.TabStop = false;
     //
     // cmdCloseRender
     //
     this.cmdCloseRender.Location = new System.Drawing.Point(399, 34);
     this.cmdCloseRender.Name = "cmdCloseRender";
     this.cmdCloseRender.Size = new System.Drawing.Size(43, 21);
     this.cmdCloseRender.TabIndex = 7;
     this.cmdCloseRender.Text = "Close";
     this.cmdCloseRender.UseVisualStyleBackColor = true;
     this.cmdCloseRender.Click += new System.EventHandler(this.CmdCloseRenderClick);
     //
     // cmdSaveRender
     //
     this.cmdSaveRender.Location = new System.Drawing.Point(269, 34);
     this.cmdSaveRender.Name = "cmdSaveRender";
     this.cmdSaveRender.Size = new System.Drawing.Size(124, 21);
     this.cmdSaveRender.TabIndex = 6;
     this.cmdSaveRender.Text = "Save";
     this.cmdSaveRender.UseVisualStyleBackColor = true;
     this.cmdSaveRender.Click += new System.EventHandler(this.CmdSaveRenderClick);
     //
     // cmdRedrawRender
     //
     this.cmdRedrawRender.Location = new System.Drawing.Point(269, 8);
     this.cmdRedrawRender.Name = "cmdRedrawRender";
     this.cmdRedrawRender.Size = new System.Drawing.Size(173, 20);
     this.cmdRedrawRender.TabIndex = 5;
     this.cmdRedrawRender.Text = "Render with new settings";
     this.cmdRedrawRender.UseVisualStyleBackColor = true;
     this.cmdRedrawRender.Click += new System.EventHandler(this.CmdRedrawRenderClick);
     //
     // lstRenders
     //
     this.lstRenders.FormattingEnabled = true;
     this.lstRenders.ItemHeight = 12;
     this.lstRenders.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRenders.Location = new System.Drawing.Point(157, 8);
     this.lstRenders.Name = "lstRenders";
     this.lstRenders.Size = new System.Drawing.Size(106, 52);
     this.lstRenders.TabIndex = 4;
     //
     // chkReactorr
     //
     this.chkReactorr.Checked = true;
     this.chkReactorr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactorr.Location = new System.Drawing.Point(77, 8);
     this.chkReactorr.Name = "chkReactorr";
     this.chkReactorr.Size = new System.Drawing.Size(74, 20);
     this.chkReactorr.TabIndex = 3;
     this.chkReactorr.Text = "Reactors";
     this.chkReactorr.UseVisualStyleBackColor = true;
     this.chkReactorr.CheckedChanged += new System.EventHandler(this.ChkReactorrCheckedChanged);
     //
     // chkPortalr
     //
     this.chkPortalr.Checked = true;
     this.chkPortalr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortalr.Location = new System.Drawing.Point(9, 10);
     this.chkPortalr.Name = "chkPortalr";
     this.chkPortalr.Size = new System.Drawing.Size(62, 18);
     this.chkPortalr.TabIndex = 2;
     this.chkPortalr.Text = "Portals";
     this.chkPortalr.UseVisualStyleBackColor = true;
     this.chkPortalr.CheckedChanged += new System.EventHandler(this.ChkPortalrCheckedChanged);
     //
     // chkMobr
     //
     this.chkMobr.Checked = true;
     this.chkMobr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMobr.Location = new System.Drawing.Point(9, 30);
     this.chkMobr.Name = "chkMobr";
     this.chkMobr.Size = new System.Drawing.Size(51, 18);
     this.chkMobr.TabIndex = 1;
     this.chkMobr.Text = "Mob";
     this.chkMobr.UseVisualStyleBackColor = true;
     this.chkMobr.CheckedChanged += new System.EventHandler(this.ChkMobrCheckedChanged);
     //
     // chkNPCr
     //
     this.chkNPCr.Checked = true;
     this.chkNPCr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPCr.Location = new System.Drawing.Point(77, 30);
     this.chkNPCr.Name = "chkNPCr";
     this.chkNPCr.Size = new System.Drawing.Size(68, 18);
     this.chkNPCr.TabIndex = 0;
     this.chkNPCr.Text = "NPCs";
     this.chkNPCr.UseVisualStyleBackColor = true;
     this.chkNPCr.CheckedChanged += new System.EventHandler(this.ChkNPCrCheckedChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 542);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(846, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(300, 17);
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(200, 17);
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Visible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(846, 516);
     this.splitContainer1.SplitterDistance = 171;
     this.splitContainer1.TabIndex = 5;
     //
     // splitContainer2
     //
     this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.splitContainer2.Location = new System.Drawing.Point(7, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Panel2.Controls.Add(this.treeView2);
     this.splitContainer2.Size = new System.Drawing.Size(164, 505);
     this.splitContainer2.SplitterDistance = 245;
     this.splitContainer2.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Image file content:";
     //
     // treeView2
     //
     this.treeView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView2.HideSelection = false;
     this.treeView2.Location = new System.Drawing.Point(0, 18);
     this.treeView2.Name = "treeView2";
     this.treeView2.Size = new System.Drawing.Size(164, 235);
     this.treeView2.TabIndex = 3;
     this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView2AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // fullExtractPanel
     //
     this.fullExtractPanel.Controls.Add(this.label6);
     this.fullExtractPanel.Controls.Add(this.extractCount);
     this.fullExtractPanel.Controls.Add(this.extractBar);
     this.fullExtractPanel.Controls.Add(this.extractCancel);
     this.fullExtractPanel.Controls.Add(this.extractStart);
     this.fullExtractPanel.Location = new System.Drawing.Point(307, 0);
     this.fullExtractPanel.Name = "fullExtractPanel";
     this.fullExtractPanel.Size = new System.Drawing.Size(281, 145);
     this.fullExtractPanel.TabIndex = 6;
     this.fullExtractPanel.Visible = false;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(29, 9);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(203, 34);
     this.label6.TabIndex = 4;
     this.label6.Text = "Full Extract Control Panel";
     //
     // extractCount
     //
     this.extractCount.Location = new System.Drawing.Point(29, 72);
     this.extractCount.Name = "extractCount";
     this.extractCount.Size = new System.Drawing.Size(203, 20);
     this.extractCount.TabIndex = 3;
     this.extractCount.Text = "progress";
     //
     // extractBar
     //
     this.extractBar.Location = new System.Drawing.Point(32, 46);
     this.extractBar.Name = "extractBar";
     this.extractBar.Size = new System.Drawing.Size(200, 18);
     this.extractBar.TabIndex = 2;
     //
     // extractCancel
     //
     this.extractCancel.Location = new System.Drawing.Point(184, 97);
     this.extractCancel.Name = "extractCancel";
     this.extractCancel.Size = new System.Drawing.Size(48, 24);
     this.extractCancel.TabIndex = 1;
     this.extractCancel.Text = "Cancel";
     this.extractCancel.UseVisualStyleBackColor = true;
     this.extractCancel.Click += new System.EventHandler(this.ExtractCancelClick);
     //
     // extractStart
     //
     this.extractStart.Location = new System.Drawing.Point(32, 97);
     this.extractStart.Name = "extractStart";
     this.extractStart.Size = new System.Drawing.Size(146, 24);
     this.extractStart.TabIndex = 0;
     this.extractStart.Text = "Start";
     this.extractStart.UseVisualStyleBackColor = true;
     this.extractStart.Click += new System.EventHandler(this.ExtractStartClick);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(9, 470);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(52, 23);
     this.button9.TabIndex = 27;
     this.button9.Text = "tile";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 564);
     this.Controls.Add(this.fullExtractPanel);
     this.Controls.Add(this.renderContainer);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "WZextract";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.pnlSound.ResumeLayout(false);
     this.pnlSound.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.pnlPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.renderContainer.Panel1.ResumeLayout(false);
     this.renderContainer.Panel2.ResumeLayout(false);
     this.renderContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.fullExtractPanel.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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.LinkLabel linklblRegister;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
     this.lblLoginHeader  = new System.Windows.Forms.Label();
     this.lblRegister     = new System.Windows.Forms.Label();
     this.btnLogin        = new System.Windows.Forms.Button();
     this.lblPassword     = new System.Windows.Forms.Label();
     this.txtPassword     = new System.Windows.Forms.TextBox();
     this.lblUsername     = new System.Windows.Forms.Label();
     this.txtUsername     = new System.Windows.Forms.TextBox();
     this.tmrLogin        = new System.Windows.Forms.Timer(this.components);
     this.pbxViewPassword = new System.Windows.Forms.PictureBox();
     this.pbxHidePassword = new System.Windows.Forms.PictureBox();
     linklblRegister      = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pbxViewPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHidePassword)).BeginInit();
     this.SuspendLayout();
     //
     // linklblRegister
     //
     linklblRegister.AutoSize     = true;
     linklblRegister.Font         = new System.Drawing.Font("Roboto", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     linklblRegister.Location     = new System.Drawing.Point(190, 277);
     linklblRegister.Name         = "linklblRegister";
     linklblRegister.Size         = new System.Drawing.Size(49, 13);
     linklblRegister.TabIndex     = 17;
     linklblRegister.TabStop      = true;
     linklblRegister.Text         = "Register";
     linklblRegister.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklblRegister_LinkClicked);
     //
     // lblLoginHeader
     //
     this.lblLoginHeader.Font      = new System.Drawing.Font("Roboto", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLoginHeader.Location  = new System.Drawing.Point(112, 20);
     this.lblLoginHeader.Name      = "lblLoginHeader";
     this.lblLoginHeader.Size      = new System.Drawing.Size(98, 27);
     this.lblLoginHeader.TabIndex  = 19;
     this.lblLoginHeader.Text      = "LOGIN";
     this.lblLoginHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRegister
     //
     this.lblRegister.AutoSize = true;
     this.lblRegister.Font     = new System.Drawing.Font("Roboto", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRegister.Location = new System.Drawing.Point(71, 277);
     this.lblRegister.Name     = "lblRegister";
     this.lblRegister.Size     = new System.Drawing.Size(120, 13);
     this.lblRegister.TabIndex = 18;
     this.lblRegister.Text     = "Don\'t have an account?";
     //
     // btnLogin
     //
     this.btnLogin.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.Location = new System.Drawing.Point(41, 227);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(243, 26);
     this.btnLogin.TabIndex = 16;
     this.btnLogin.Text     = "Login";
     this.btnLogin.UseVisualStyleBackColor = true;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPassword.Location = new System.Drawing.Point(38, 131);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(74, 18);
     this.lblPassword.TabIndex = 14;
     this.lblPassword.Text     = "Password";
     //
     // txtPassword
     //
     this.txtPassword.Font         = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location     = new System.Drawing.Point(41, 152);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '•';
     this.txtPassword.Size         = new System.Drawing.Size(243, 26);
     this.txtPassword.TabIndex     = 15;
     //
     // lblUsername
     //
     this.lblUsername.AutoSize = true;
     this.lblUsername.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsername.Location = new System.Drawing.Point(38, 61);
     this.lblUsername.Name     = "lblUsername";
     this.lblUsername.Size     = new System.Drawing.Size(76, 18);
     this.lblUsername.TabIndex = 12;
     this.lblUsername.Text     = "Username";
     //
     // txtUsername
     //
     this.txtUsername.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.Location = new System.Drawing.Point(41, 81);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(243, 26);
     this.txtUsername.TabIndex = 13;
     //
     // tmrLogin
     //
     this.tmrLogin.Interval = 1000;
     this.tmrLogin.Tick    += new System.EventHandler(this.tmrLogin_Tick);
     //
     // pbxViewPassword
     //
     this.pbxViewPassword.Image    = global::Consumer_Survey_System.Properties.Resources.icons8_show_password_24;
     this.pbxViewPassword.Location = new System.Drawing.Point(41, 184);
     this.pbxViewPassword.Name     = "pbxViewPassword";
     this.pbxViewPassword.Size     = new System.Drawing.Size(24, 24);
     this.pbxViewPassword.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbxViewPassword.TabIndex = 20;
     this.pbxViewPassword.TabStop  = false;
     this.pbxViewPassword.Click   += new System.EventHandler(this.pbxViewPassword_Click);
     //
     // pbxHidePassword
     //
     this.pbxHidePassword.Image    = global::Consumer_Survey_System.Properties.Resources.icons8_show_password_24;
     this.pbxHidePassword.Location = new System.Drawing.Point(41, 184);
     this.pbxHidePassword.Name     = "pbxHidePassword";
     this.pbxHidePassword.Size     = new System.Drawing.Size(24, 24);
     this.pbxHidePassword.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbxHidePassword.TabIndex = 21;
     this.pbxHidePassword.TabStop  = false;
     this.pbxHidePassword.Visible  = false;
     this.pbxHidePassword.Click   += new System.EventHandler(this.pbxHidePassword_Click);
     //
     // frmLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(323, 317);
     this.Controls.Add(this.pbxViewPassword);
     this.Controls.Add(this.pbxHidePassword);
     this.Controls.Add(this.lblLoginHeader);
     this.Controls.Add(this.lblRegister);
     this.Controls.Add(linklblRegister);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.lblUsername);
     this.Controls.Add(this.txtUsername);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Consumer Survey System";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmLogin_FormClosing);
     this.Load         += new System.EventHandler(this.frmLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbxViewPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHidePassword)).EndInit();
     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 () {
			this.button1 = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.linkLabel1 = new System.Windows.Forms.LinkLabel();
			this.label10 = new System.Windows.Forms.Label();
			this.linkLabel2 = new System.Windows.Forms.LinkLabel();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.button1.Location = new System.Drawing.Point(185, 197);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 23);
			this.button1.TabIndex = 0;
			this.button1.Text = "Ok";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(48, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(272, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "<title>";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(48, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(384, 16);
			this.label2.TabIndex = 2;
			this.label2.Text = "Copyright © Autodesk, Inc. - All rights reserved.";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(192, 88);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(240, 16);
			this.label3.TabIndex = 4;
			this.label3.Text = "by Autodesk Developer Network";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(48, 48);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 3;
			this.label4.Text = "<version>";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(192, 104);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 5;
			this.label5.Text = "Cyrille Fauvel";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 143);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(201, 16);
			this.label9.TabIndex = 9;
			this.label9.Text = "Updates freely available at:";
			// 
			// linkLabel1
			// 
			this.linkLabel1.Location = new System.Drawing.Point(219, 143);
			this.linkLabel1.Name = "linkLabel1";
			this.linkLabel1.Size = new System.Drawing.Size(221, 16);
			this.linkLabel1.TabIndex = 10;
			this.linkLabel1.TabStop = true;
			this.linkLabel1.Text = "http://www.autodesk.com/developautocad";
			this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 167);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(201, 16);
			this.label10.TabIndex = 11;
			this.label10.Text = "Email wishlist and bug reports to:";
			// 
			// linkLabel2
			// 
			this.linkLabel2.Location = new System.Drawing.Point(264, 167);
			this.linkLabel2.Name = "linkLabel2";
			this.linkLabel2.Size = new System.Drawing.Size(176, 16);
			this.linkLabel2.TabIndex = 12;
			this.linkLabel2.TabStop = true;
			this.linkLabel2.Text = "*****@*****.**";
			this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
			// 
			// AboutBox
			// 
			this.AcceptButton = this.button1;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.button1;
			this.ClientSize = new System.Drawing.Size(448, 232);
			this.Controls.Add(this.linkLabel2);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.linkLabel1);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.button1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "AboutBox";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "About...";
			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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport));
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.chartBar = new DevExpress.XtraCharts.ChartControl();
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tbSummary = new DevExpress.XtraTab.XtraTabPage();
     this.lblLastIssue = new System.Windows.Forms.Label();
     this.txtSOH = new System.Windows.Forms.Label();
     this.txtAMC = new System.Windows.Forms.Label();
     this.txtMOS = new System.Windows.Forms.Label();
     this.txtMin = new System.Windows.Forms.Label();
     this.txtMax = new System.Windows.Forms.Label();
     this.txtReorderAmount = new System.Windows.Forms.Label();
     this.txtExpiredAmount = new System.Windows.Forms.Label();
     this.txtNearExp = new System.Windows.Forms.Label();
     this.lblLastRec = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lblstat = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.printBinCard = new DevExpress.XtraPrinting.Control.PrintControl();
     this.label24 = new System.Windows.Forms.Label();
     this.lkBinCardWarehouse = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tbClassicBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.lkWarehouses = new DevExpress.XtraEditors.LookUpEdit();
     this.lkYear = new DevExpress.XtraEditors.LookUpEdit();
     this.lkProgramFilter = new DevExpress.XtraEditors.LookUpEdit();
     this.transactionGrid = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tpDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.gridViewBinCard = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colGRNF = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colManuf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUnitCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTotalCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label28 = new System.Windows.Forms.Label();
     this.tbSOHTrend = new DevExpress.XtraTab.XtraTabPage();
     this.groupSohDetail = new System.Windows.Forms.GroupBox();
     this.lkShowTable = new System.Windows.Forms.LinkLabel();
     this.label29 = new System.Windows.Forms.Label();
     this.tbAMCTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailAmc = new System.Windows.Forms.LinkLabel();
     this.label34 = new System.Windows.Forms.Label();
     this.chartAmc = new DevExpress.XtraCharts.ChartControl();
     this.tbMOSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailMos = new System.Windows.Forms.LinkLabel();
     this.label35 = new System.Windows.Forms.Label();
     this.chartMOS = new DevExpress.XtraCharts.ChartControl();
     this.tbActivityTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label36 = new System.Windows.Forms.Label();
     this.chartComp = new DevExpress.XtraCharts.ChartControl();
     this.tbSSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label20 = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.lblCurStatus = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblThreeStockout = new System.Windows.Forms.Label();
     this.lblSixStockOut = new System.Windows.Forms.Label();
     this.lblTwelveStockOut = new System.Windows.Forms.Label();
     this.lblThreeNearStock = new System.Windows.Forms.Label();
     this.lblSixNearStock = new System.Windows.Forms.Label();
     this.lblTwelveNear = new System.Windows.Forms.Label();
     this.lblThreeBelowMin = new System.Windows.Forms.Label();
     this.lblSixBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveOverStock = new System.Windows.Forms.Label();
     this.lblSixOverStock = new System.Windows.Forms.Label();
     this.lblThreeOverStock = new System.Windows.Forms.Label();
     this.tbTransactions = new DevExpress.XtraTab.XtraTabPage();
     this.lblAvgIssues = new System.Windows.Forms.Label();
     this.lblAvgReceives = new System.Windows.Forms.Label();
     this.lblLastIssues = new System.Windows.Forms.Label();
     this.lblLastReceive = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tbConsumptionTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailCons = new System.Windows.Forms.LinkLabel();
     this.label33 = new System.Windows.Forms.Label();
     this.consuTrend = new DevExpress.XtraCharts.ChartControl();
     this.tbStockExpiryStatus = new DevExpress.XtraTab.XtraTabPage();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.tbLogisticsSummary = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.tbSOHLocation = new DevExpress.XtraTab.XtraTabPage();
     this.gridLocations = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletLocation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tbSOHPriceSummary = new DevExpress.XtraTab.XtraTabPage();
     this.gridSOHSummary = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblItemID = new System.Windows.Forms.Label();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.txtitmName = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.lblBUnit = new System.Windows.Forms.Label();
     this.xpButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnExport = new DevExpress.XtraEditors.SimpleButton();
     this.lblItemSerialNumber = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tbSummary.SuspendLayout();
     this.tbBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.tbClassicBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).BeginInit();
     this.tbSOHTrend.SuspendLayout();
     this.tbAMCTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     this.tbMOSTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     this.tbActivityTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit();
     this.tbSSTrend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tbTransactions.SuspendLayout();
     this.tbConsumptionTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit();
     this.tbStockExpiryStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.tbLogisticsSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.tbSOHLocation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tbSOHPriceSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit();
     this.SuspendLayout();
     //
     // txtItemName
     //
     this.txtItemName.Enabled = false;
     this.txtItemName.Location = new System.Drawing.Point(269, 21);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.txtItemName.Properties.Appearance.Options.UseForeColor = true;
     this.txtItemName.Size = new System.Drawing.Size(522, 20);
     this.txtItemName.TabIndex = 0;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(122, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(117, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Item Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // chartBar
     //
     this.chartBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBar.Diagram = xyDiagram1;
     this.chartBar.Location = new System.Drawing.Point(6, 42);
     this.chartBar.Name = "chartBar";
     sideBySideBarSeriesLabel1.LineVisible = true;
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 3;
     sideBySideBarSeriesLabel1.PointOptions = pointOptions1;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name = "Series 2";
     this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBar.Size = new System.Drawing.Size(960, 475);
     this.chartBar.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Location = new System.Drawing.Point(1, 63);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tbSummary;
     this.tabControl1.Size = new System.Drawing.Size(1046, 549);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tbSummary,
     this.tbBinCard,
     this.tbClassicBinCard,
     this.tbSOHTrend,
     this.tbAMCTrend,
     this.tbMOSTrend,
     this.tbActivityTrend,
     this.tbSSTrend,
     this.tbTransactions,
     this.tbConsumptionTrend,
     this.tbStockExpiryStatus,
     this.tbLogisticsSummary,
     this.tbSOHLocation,
     this.tbSOHPriceSummary});
     this.tabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControl1_SelectedPageChanged);
     //
     // tbSummary
     //
     this.tbSummary.Controls.Add(this.lblLastIssue);
     this.tbSummary.Controls.Add(this.txtSOH);
     this.tbSummary.Controls.Add(this.txtAMC);
     this.tbSummary.Controls.Add(this.txtMOS);
     this.tbSummary.Controls.Add(this.txtMin);
     this.tbSummary.Controls.Add(this.txtMax);
     this.tbSummary.Controls.Add(this.txtReorderAmount);
     this.tbSummary.Controls.Add(this.txtExpiredAmount);
     this.tbSummary.Controls.Add(this.txtNearExp);
     this.tbSummary.Controls.Add(this.lblLastRec);
     this.tbSummary.Controls.Add(this.label31);
     this.tbSummary.Controls.Add(this.label32);
     this.tbSummary.Controls.Add(this.lblstat);
     this.tbSummary.Controls.Add(this.label30);
     this.tbSummary.Controls.Add(this.label9);
     this.tbSummary.Controls.Add(this.label8);
     this.tbSummary.Controls.Add(this.label7);
     this.tbSummary.Controls.Add(this.label1);
     this.tbSummary.Controls.Add(this.label6);
     this.tbSummary.Controls.Add(this.txtItemName);
     this.tbSummary.Controls.Add(this.label5);
     this.tbSummary.Controls.Add(this.label4);
     this.tbSummary.Controls.Add(this.label3);
     this.tbSummary.Controls.Add(this.label2);
     this.tbSummary.Name = "tbSummary";
     this.tbSummary.PageVisible = false;
     this.tbSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSummary.Text = "Summary";
     //
     // lblLastIssue
     //
     this.lblLastIssue.AutoSize = true;
     this.lblLastIssue.Enabled = false;
     this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssue.ForeColor = System.Drawing.Color.Black;
     this.lblLastIssue.Location = new System.Drawing.Point(266, 355);
     this.lblLastIssue.Name = "lblLastIssue";
     this.lblLastIssue.Size = new System.Drawing.Size(14, 13);
     this.lblLastIssue.TabIndex = 24;
     this.lblLastIssue.Text = "0";
     //
     // txtSOH
     //
     this.txtSOH.AutoSize = true;
     this.txtSOH.Enabled = false;
     this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSOH.ForeColor = System.Drawing.Color.Black;
     this.txtSOH.Location = new System.Drawing.Point(266, 85);
     this.txtSOH.Name = "txtSOH";
     this.txtSOH.Size = new System.Drawing.Size(14, 13);
     this.txtSOH.TabIndex = 25;
     this.txtSOH.Text = "0";
     //
     // txtAMC
     //
     this.txtAMC.AutoSize = true;
     this.txtAMC.Enabled = false;
     this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAMC.ForeColor = System.Drawing.Color.Black;
     this.txtAMC.Location = new System.Drawing.Point(266, 115);
     this.txtAMC.Name = "txtAMC";
     this.txtAMC.Size = new System.Drawing.Size(14, 13);
     this.txtAMC.TabIndex = 25;
     this.txtAMC.Text = "0";
     //
     // txtMOS
     //
     this.txtMOS.AutoSize = true;
     this.txtMOS.Enabled = false;
     this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMOS.ForeColor = System.Drawing.Color.Black;
     this.txtMOS.Location = new System.Drawing.Point(266, 145);
     this.txtMOS.Name = "txtMOS";
     this.txtMOS.Size = new System.Drawing.Size(14, 13);
     this.txtMOS.TabIndex = 25;
     this.txtMOS.Text = "0";
     //
     // txtMin
     //
     this.txtMin.AutoSize = true;
     this.txtMin.Enabled = false;
     this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMin.ForeColor = System.Drawing.Color.Black;
     this.txtMin.Location = new System.Drawing.Point(266, 175);
     this.txtMin.Name = "txtMin";
     this.txtMin.Size = new System.Drawing.Size(14, 13);
     this.txtMin.TabIndex = 25;
     this.txtMin.Text = "0";
     //
     // txtMax
     //
     this.txtMax.AutoSize = true;
     this.txtMax.Enabled = false;
     this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMax.ForeColor = System.Drawing.Color.Black;
     this.txtMax.Location = new System.Drawing.Point(266, 205);
     this.txtMax.Name = "txtMax";
     this.txtMax.Size = new System.Drawing.Size(14, 13);
     this.txtMax.TabIndex = 25;
     this.txtMax.Text = "0";
     //
     // txtReorderAmount
     //
     this.txtReorderAmount.AutoSize = true;
     this.txtReorderAmount.Enabled = false;
     this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtReorderAmount.ForeColor = System.Drawing.Color.Black;
     this.txtReorderAmount.Location = new System.Drawing.Point(266, 235);
     this.txtReorderAmount.Name = "txtReorderAmount";
     this.txtReorderAmount.Size = new System.Drawing.Size(14, 13);
     this.txtReorderAmount.TabIndex = 25;
     this.txtReorderAmount.Text = "0";
     //
     // txtExpiredAmount
     //
     this.txtExpiredAmount.AutoSize = true;
     this.txtExpiredAmount.Enabled = false;
     this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black;
     this.txtExpiredAmount.Location = new System.Drawing.Point(266, 265);
     this.txtExpiredAmount.Name = "txtExpiredAmount";
     this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13);
     this.txtExpiredAmount.TabIndex = 25;
     this.txtExpiredAmount.Text = "0";
     //
     // txtNearExp
     //
     this.txtNearExp.AutoSize = true;
     this.txtNearExp.Enabled = false;
     this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNearExp.ForeColor = System.Drawing.Color.Black;
     this.txtNearExp.Location = new System.Drawing.Point(266, 295);
     this.txtNearExp.Name = "txtNearExp";
     this.txtNearExp.Size = new System.Drawing.Size(14, 13);
     this.txtNearExp.TabIndex = 25;
     this.txtNearExp.Text = "0";
     //
     // lblLastRec
     //
     this.lblLastRec.AutoSize = true;
     this.lblLastRec.Enabled = false;
     this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastRec.ForeColor = System.Drawing.Color.Black;
     this.lblLastRec.Location = new System.Drawing.Point(266, 325);
     this.lblLastRec.Name = "lblLastRec";
     this.lblLastRec.Size = new System.Drawing.Size(14, 13);
     this.lblLastRec.TabIndex = 25;
     this.lblLastRec.Text = "0";
     //
     // label31
     //
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label31.Location = new System.Drawing.Point(136, 355);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(103, 13);
     this.label31.TabIndex = 22;
     this.label31.Text = "Last Issued Date";
     this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label32.Location = new System.Drawing.Point(122, 325);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(117, 13);
     this.label32.TabIndex = 23;
     this.label32.Text = "Last Received Date";
     this.label32.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lblstat
     //
     this.lblstat.AutoSize = true;
     this.lblstat.Enabled = false;
     this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstat.ForeColor = System.Drawing.Color.Black;
     this.lblstat.Location = new System.Drawing.Point(266, 55);
     this.lblstat.Name = "lblstat";
     this.lblstat.Size = new System.Drawing.Size(14, 13);
     this.lblstat.TabIndex = 21;
     this.lblstat.Text = "0";
     //
     // label30
     //
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label30.Location = new System.Drawing.Point(109, 55);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(130, 13);
     this.label30.TabIndex = 20;
     this.label30.Text = "Current Status";
     this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label9.Location = new System.Drawing.Point(136, 295);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(103, 13);
     this.label9.TabIndex = 17;
     this.label9.Text = "Near Expiry Amount";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(141, 265);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(98, 13);
     this.label8.TabIndex = 17;
     this.label8.Text = "Expired";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label7.Location = new System.Drawing.Point(79, 235);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(160, 13);
     this.label7.TabIndex = 17;
     this.label7.Text = "Reorder Amount";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location = new System.Drawing.Point(79, 145);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(160, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Months Of Stock";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(112, 205);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(127, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Maximum Value";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location = new System.Drawing.Point(91, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(148, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Minimum Value";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(0, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(239, 13);
     this.label3.TabIndex = 19;
     this.label3.Text = "Average Monthly Consumption";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(114, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Stock On Hand";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbBinCard
     //
     this.tbBinCard.Controls.Add(this.layoutControl2);
     this.tbBinCard.Name = "tbBinCard";
     this.tbBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbBinCard.Text = "Bin Card";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.printBinCard);
     this.layoutControl2.Controls.Add(this.label24);
     this.layoutControl2.Controls.Add(this.lkBinCardWarehouse);
     this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControl2.TabIndex = 107;
     this.layoutControl2.Text = "layoutControl2";
     //
     // printBinCard
     //
     this.printBinCard.BackColor = System.Drawing.Color.Empty;
     this.printBinCard.ForeColor = System.Drawing.Color.Empty;
     this.printBinCard.IsMetric = false;
     this.printBinCard.Location = new System.Drawing.Point(12, 60);
     this.printBinCard.Name = "printBinCard";
     this.printBinCard.Size = new System.Drawing.Size(1016, 449);
     this.printBinCard.TabIndex = 104;
     this.printBinCard.TooltipFont = new System.Drawing.Font("Tahoma", 8.25F);
     //
     // label24
     //
     this.label24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(12, 12);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(224, 20);
     this.label24.TabIndex = 104;
     this.label24.Text = "Electronic Bin Card ";
     //
     // lkBinCardWarehouse
     //
     this.lkBinCardWarehouse.Location = new System.Drawing.Point(298, 36);
     this.lkBinCardWarehouse.Name = "lkBinCardWarehouse";
     this.lkBinCardWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBinCardWarehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkBinCardWarehouse.Properties.DisplayMember = "Name";
     this.lkBinCardWarehouse.Properties.NullText = "Select Warehouse";
     this.lkBinCardWarehouse.Properties.ValueMember = "ID";
     this.lkBinCardWarehouse.Size = new System.Drawing.Size(129, 20);
     this.lkBinCardWarehouse.StyleController = this.layoutControl2;
     this.lkBinCardWarehouse.TabIndex = 106;
     this.lkBinCardWarehouse.EditValueChanged += new System.EventHandler(this.lkBinCardWarehouse_EditValueChanged);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem4,
     this.emptySpaceItem2,
     this.layoutControlItem3,
     this.emptySpaceItem3,
     this.emptySpaceItem5,
     this.layoutControlItem5});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.label24;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(228, 24);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(228, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(792, 24);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lkBinCardWarehouse;
     this.layoutControlItem3.CustomizationFormText = "Warehouse";
     this.layoutControlItem3.Location = new System.Drawing.Point(228, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(191, 24);
     this.layoutControlItem3.Text = "Warehouse";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 13);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(228, 24);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(419, 24);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(601, 24);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.printBinCard;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(1020, 453);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // tbClassicBinCard
     //
     this.tbClassicBinCard.Controls.Add(this.lkWarehouses);
     this.tbClassicBinCard.Controls.Add(this.lkYear);
     this.tbClassicBinCard.Controls.Add(this.lkProgramFilter);
     this.tbClassicBinCard.Controls.Add(this.btnExport);
     this.tbClassicBinCard.Controls.Add(this.transactionGrid);
     this.tbClassicBinCard.Controls.Add(this.label28);
     this.tbClassicBinCard.Controls.Add(this.xpButton1);
     this.tbClassicBinCard.Name = "tbClassicBinCard";
     this.tbClassicBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbClassicBinCard.Text = "Classic Bin Card";
     //
     // lkWarehouses
     //
     this.lkWarehouses.Location = new System.Drawing.Point(208, 41);
     this.lkWarehouses.Name = "lkWarehouses";
     this.lkWarehouses.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkWarehouses.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkWarehouses.Properties.DisplayMember = "Name";
     this.lkWarehouses.Properties.NullText = "Select Warehouse";
     this.lkWarehouses.Properties.ValueMember = "ID";
     this.lkWarehouses.Size = new System.Drawing.Size(209, 20);
     this.lkWarehouses.TabIndex = 105;
     this.lkWarehouses.EditValueChanged += new System.EventHandler(this.lkWarehouses_EditValueChanged);
     //
     // lkYear
     //
     this.lkYear.Location = new System.Drawing.Point(423, 42);
     this.lkYear.Name = "lkYear";
     this.lkYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Year", "Year")});
     this.lkYear.Properties.DisplayMember = "Year";
     this.lkYear.Properties.ValueMember = "Year";
     this.lkYear.Size = new System.Drawing.Size(100, 20);
     this.lkYear.TabIndex = 104;
     this.lkYear.EditValueChanged += new System.EventHandler(this.lkYear_EditValueChanged);
     //
     // lkProgramFilter
     //
     this.lkProgramFilter.Location = new System.Drawing.Point(529, 42);
     this.lkProgramFilter.Name = "lkProgramFilter";
     this.lkProgramFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkProgramFilter.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CompanyName", "Name")});
     this.lkProgramFilter.Properties.DisplayMember = "CompanyName";
     this.lkProgramFilter.Properties.NullText = "Select Program";
     this.lkProgramFilter.Properties.ValueMember = "ID";
     this.lkProgramFilter.Size = new System.Drawing.Size(209, 20);
     this.lkProgramFilter.TabIndex = 13;
     this.lkProgramFilter.Visible = false;
     this.lkProgramFilter.EditValueChanged += new System.EventHandler(this.LkProgramFilterEditValueChanged);
     //
     // transactionGrid
     //
     this.transactionGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.transactionGrid.ContextMenuStrip = this.contextMenuStrip1;
     this.transactionGrid.Location = new System.Drawing.Point(7, 68);
     this.transactionGrid.MainView = this.gridViewBinCard;
     this.transactionGrid.Name = "transactionGrid";
     this.transactionGrid.Size = new System.Drawing.Size(1032, 449);
     this.transactionGrid.TabIndex = 12;
     this.transactionGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewBinCard});
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tpDelete});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // tpDelete
     //
     this.tpDelete.Name = "tpDelete";
     this.tpDelete.Size = new System.Drawing.Size(107, 22);
     this.tpDelete.Text = "Delete";
     this.tpDelete.Click += new System.EventHandler(this.tpDelete_Click);
     //
     // gridViewBinCard
     //
     this.gridViewBinCard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colGRNF,
     this.colDocType,
     this.gridColumn15,
     this.colManuf,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.colUnitCost,
     this.colTotalCost,
     this.gridColumn24});
     this.gridViewBinCard.GridControl = this.transactionGrid;
     this.gridViewBinCard.Name = "gridViewBinCard";
     this.gridViewBinCard.OptionsBehavior.Editable = false;
     this.gridViewBinCard.OptionsCustomization.AllowSort = false;
     this.gridViewBinCard.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewBinCard.OptionsView.ShowGroupPanel = false;
     //
     // colGRNF
     //
     this.colGRNF.Caption = "GRNF";
     this.colGRNF.FieldName = "GRNF";
     this.colGRNF.Name = "colGRNF";
     this.colGRNF.Visible = true;
     this.colGRNF.VisibleIndex = 0;
     //
     // colDocType
     //
     this.colDocType.Caption = "Type";
     this.colDocType.FieldName = "DocType";
     this.colDocType.Name = "colDocType";
     this.colDocType.Visible = true;
     this.colDocType.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Reference No";
     this.gridColumn15.FieldName = "RefNo";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // colManuf
     //
     this.colManuf.Caption = "Manufacturer";
     this.colManuf.FieldName = "Manufacturer";
     this.colManuf.Name = "colManuf";
     this.colManuf.Visible = true;
     this.colManuf.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Date";
     this.gridColumn16.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn16.FieldName = "Date";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Batch No";
     this.gridColumn17.FieldName = "BatchNo";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Expiry Date";
     this.gridColumn18.DisplayFormat.FormatString = "MM/yyyy";
     this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn18.FieldName = "ExpDate";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 6;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Received";
     this.gridColumn19.DisplayFormat.FormatString = "#,##0";
     this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn19.FieldName = "Received";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 7;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Issued";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "Issued";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 8;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "Balance";
     this.gridColumn21.DisplayFormat.FormatString = "#,##0";
     this.gridColumn21.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn21.FieldName = "Balance";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 9;
     //
     // colUnitCost
     //
     this.colUnitCost.Caption = "Unit Cost";
     this.colUnitCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colUnitCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colUnitCost.FieldName = "UnitPrice";
     this.colUnitCost.Name = "colUnitCost";
     this.colUnitCost.Visible = true;
     this.colUnitCost.VisibleIndex = 10;
     //
     // colTotalCost
     //
     this.colTotalCost.Caption = "Total Cost";
     this.colTotalCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colTotalCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colTotalCost.FieldName = "TotalPrice";
     this.colTotalCost.Name = "colTotalCost";
     this.colTotalCost.Visible = true;
     this.colTotalCost.VisibleIndex = 11;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "To/From";
     this.gridColumn24.FieldName = "ToFrom";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 12;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(7, 15);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(200, 23);
     this.label28.TabIndex = 10;
     this.label28.Text = "Electronic Bin Card ";
     //
     // tbSOHTrend
     //
     this.tbSOHTrend.Controls.Add(this.groupSohDetail);
     this.tbSOHTrend.Controls.Add(this.lkShowTable);
     this.tbSOHTrend.Controls.Add(this.label29);
     this.tbSOHTrend.Controls.Add(this.chartBar);
     this.tbSOHTrend.Name = "tbSOHTrend";
     this.tbSOHTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHTrend.PageVisible = false;
     this.tbSOHTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHTrend.Text = "SOH Trend";
     //
     // groupSohDetail
     //
     this.groupSohDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupSohDetail.Location = new System.Drawing.Point(-1, 37);
     this.groupSohDetail.Name = "groupSohDetail";
     this.groupSohDetail.Size = new System.Drawing.Size(968, 496);
     this.groupSohDetail.TabIndex = 13;
     this.groupSohDetail.TabStop = false;
     this.groupSohDetail.Text = "Show trend by month";
     this.groupSohDetail.Visible = false;
     //
     // lkShowTable
     //
     this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkShowTable.AutoSize = true;
     this.lkShowTable.Location = new System.Drawing.Point(1094, 12);
     this.lkShowTable.Name = "lkShowTable";
     this.lkShowTable.Size = new System.Drawing.Size(72, 13);
     this.lkShowTable.TabIndex = 12;
     this.lkShowTable.TabStop = true;
     this.lkShowTable.Text = "Show Table";
     this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LkShowTableLinkClicked);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(7, 15);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(229, 23);
     this.label29.TabIndex = 11;
     this.label29.Text = "Trend - Stock On Hand";
     //
     // tbAMCTrend
     //
     this.tbAMCTrend.Controls.Add(this.lkDetailAmc);
     this.tbAMCTrend.Controls.Add(this.label34);
     this.tbAMCTrend.Controls.Add(this.chartAmc);
     this.tbAMCTrend.Name = "tbAMCTrend";
     this.tbAMCTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbAMCTrend.PageVisible = false;
     this.tbAMCTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbAMCTrend.Text = "AMC Trend";
     //
     // lkDetailAmc
     //
     this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailAmc.AutoSize = true;
     this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22);
     this.lkDetailAmc.Name = "lkDetailAmc";
     this.lkDetailAmc.Size = new System.Drawing.Size(72, 13);
     this.lkDetailAmc.TabIndex = 14;
     this.lkDetailAmc.TabStop = true;
     this.lkDetailAmc.Text = "Show Table";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(7, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(453, 23);
     this.label34.TabIndex = 12;
     this.label34.Text = "Trend - Average Monthly Consumption (AMC) ";
     //
     // chartAmc
     //
     this.chartAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartAmc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartAmc.Diagram = xyDiagram2;
     this.chartAmc.Location = new System.Drawing.Point(4, 58);
     this.chartAmc.Name = "chartAmc";
     this.chartAmc.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartAmc.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel4.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel4;
     series3.Name = "Series 1";
     sideBySideBarSeriesLabel5.LineVisible = true;
     series4.Label = sideBySideBarSeriesLabel5;
     series4.Name = "Series 2";
     this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3,
     series4};
     sideBySideBarSeriesLabel6.LineVisible = true;
     this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
     this.chartAmc.Size = new System.Drawing.Size(963, 452);
     this.chartAmc.TabIndex = 3;
     //
     // tbMOSTrend
     //
     this.tbMOSTrend.Controls.Add(this.lkDetailMos);
     this.tbMOSTrend.Controls.Add(this.label35);
     this.tbMOSTrend.Controls.Add(this.chartMOS);
     this.tbMOSTrend.Name = "tbMOSTrend";
     this.tbMOSTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbMOSTrend.PageVisible = false;
     this.tbMOSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbMOSTrend.Text = "MOS Trend";
     //
     // lkDetailMos
     //
     this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailMos.AutoSize = true;
     this.lkDetailMos.Location = new System.Drawing.Point(1100, 24);
     this.lkDetailMos.Name = "lkDetailMos";
     this.lkDetailMos.Size = new System.Drawing.Size(72, 13);
     this.lkDetailMos.TabIndex = 16;
     this.lkDetailMos.TabStop = true;
     this.lkDetailMos.Text = "Show Table";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(7, 15);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(248, 23);
     this.label35.TabIndex = 12;
     this.label35.Text = "Trend - Months of Stock ";
     //
     // chartMOS
     //
     this.chartMOS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMOS.Diagram = xyDiagram3;
     this.chartMOS.Location = new System.Drawing.Point(7, 48);
     this.chartMOS.Name = "chartMOS";
     this.chartMOS.PaletteName = "Palette 2";
     this.chartMOS.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54))))), System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))), System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))))}));
     this.chartMOS.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39))))), System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))), System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))))}));
     sideBySideBarSeriesLabel7.LineVisible = true;
     series5.Label = sideBySideBarSeriesLabel7;
     series5.Name = "Series 1";
     sideBySideBarSeriesLabel8.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel8;
     series6.Name = "Series 2";
     this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series5,
     series6};
     sideBySideBarSeriesLabel9.LineVisible = true;
     this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel9;
     this.chartMOS.Size = new System.Drawing.Size(1160, 452);
     this.chartMOS.TabIndex = 4;
     //
     // tbActivityTrend
     //
     this.tbActivityTrend.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbActivityTrend.Appearance.PageClient.Options.UseBackColor = true;
     this.tbActivityTrend.Controls.Add(this.label36);
     this.tbActivityTrend.Controls.Add(this.chartComp);
     this.tbActivityTrend.Name = "tbActivityTrend";
     this.tbActivityTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbActivityTrend.PageVisible = false;
     this.tbActivityTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbActivityTrend.Text = "Activity Trend";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(7, 15);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(164, 23);
     this.label36.TabIndex = 12;
     this.label36.Text = "Trend - Activity ";
     //
     // chartComp
     //
     this.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartComp.Diagram = xyDiagram4;
     this.chartComp.Location = new System.Drawing.Point(7, 48);
     this.chartComp.Name = "chartComp";
     this.chartComp.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartComp.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel10.LineVisible = true;
     series7.Label = sideBySideBarSeriesLabel10;
     series7.Name = "Series 1";
     sideBySideBarSeriesLabel11.LineVisible = true;
     series8.Label = sideBySideBarSeriesLabel11;
     series8.Name = "Series 2";
     this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series7,
     series8};
     sideBySideBarSeriesLabel12.LineVisible = true;
     this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel12;
     this.chartComp.Size = new System.Drawing.Size(967, 476);
     this.chartComp.TabIndex = 3;
     //
     // tbSSTrend
     //
     this.tbSSTrend.Controls.Add(this.label20);
     this.tbSSTrend.Controls.Add(this.lblTime);
     this.tbSSTrend.Controls.Add(this.lblCurStatus);
     this.tbSSTrend.Controls.Add(this.label19);
     this.tbSSTrend.Controls.Add(this.tableLayoutPanel1);
     this.tbSSTrend.Name = "tbSSTrend";
     this.tbSSTrend.PageVisible = false;
     this.tbSSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSSTrend.Text = "Stock Status Trend";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(35, 106);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(142, 16);
     this.label20.TabIndex = 1;
     this.label20.Text = "Trend (No. of times)";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(257, 68);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 1;
     //
     // lblCurStatus
     //
     this.lblCurStatus.AutoSize = true;
     this.lblCurStatus.Location = new System.Drawing.Point(150, 68);
     this.lblCurStatus.Name = "lblCurStatus";
     this.lblCurStatus.Size = new System.Drawing.Size(0, 13);
     this.lblCurStatus.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(45, 68);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(104, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Current Status : ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 277F));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 1);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(187, 1);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "3 Month";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(263, 1);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(52, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "6 Month";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(349, 1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "12 Month";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "Stock Out";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(4, 43);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 1;
     this.label15.Text = "Near Stock Out";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(4, 64);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(64, 13);
     this.label16.TabIndex = 1;
     this.label16.Text = "Below Min";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(4, 85);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(71, 13);
     this.label18.TabIndex = 1;
     this.label18.Text = "Over Stock";
     //
     // lblThreeStockout
     //
     this.lblThreeStockout.AutoSize = true;
     this.lblThreeStockout.Location = new System.Drawing.Point(187, 22);
     this.lblThreeStockout.Name = "lblThreeStockout";
     this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
     this.lblThreeStockout.TabIndex = 1;
     this.lblThreeStockout.Text = "0";
     //
     // lblSixStockOut
     //
     this.lblSixStockOut.AutoSize = true;
     this.lblSixStockOut.Location = new System.Drawing.Point(263, 22);
     this.lblSixStockOut.Name = "lblSixStockOut";
     this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblSixStockOut.TabIndex = 1;
     this.lblSixStockOut.Text = "0";
     //
     // lblTwelveStockOut
     //
     this.lblTwelveStockOut.AutoSize = true;
     this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22);
     this.lblTwelveStockOut.Name = "lblTwelveStockOut";
     this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveStockOut.TabIndex = 1;
     this.lblTwelveStockOut.Text = "0";
     //
     // lblThreeNearStock
     //
     this.lblThreeNearStock.AutoSize = true;
     this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43);
     this.lblThreeNearStock.Name = "lblThreeNearStock";
     this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeNearStock.TabIndex = 1;
     this.lblThreeNearStock.Text = "0";
     //
     // lblSixNearStock
     //
     this.lblSixNearStock.AutoSize = true;
     this.lblSixNearStock.Location = new System.Drawing.Point(263, 43);
     this.lblSixNearStock.Name = "lblSixNearStock";
     this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixNearStock.TabIndex = 1;
     this.lblSixNearStock.Text = "0";
     //
     // lblTwelveNear
     //
     this.lblTwelveNear.AutoSize = true;
     this.lblTwelveNear.Location = new System.Drawing.Point(349, 43);
     this.lblTwelveNear.Name = "lblTwelveNear";
     this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveNear.TabIndex = 1;
     this.lblTwelveNear.Text = "0";
     //
     // lblThreeBelowMin
     //
     this.lblThreeBelowMin.AutoSize = true;
     this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64);
     this.lblThreeBelowMin.Name = "lblThreeBelowMin";
     this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblThreeBelowMin.TabIndex = 1;
     this.lblThreeBelowMin.Text = "0";
     //
     // lblSixBelowMin
     //
     this.lblSixBelowMin.AutoSize = true;
     this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64);
     this.lblSixBelowMin.Name = "lblSixBelowMin";
     this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblSixBelowMin.TabIndex = 1;
     this.lblSixBelowMin.Text = "0";
     //
     // lblTwelveBelowMin
     //
     this.lblTwelveBelowMin.AutoSize = true;
     this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64);
     this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
     this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveBelowMin.TabIndex = 1;
     this.lblTwelveBelowMin.Text = "0";
     //
     // lblTwelveOverStock
     //
     this.lblTwelveOverStock.AutoSize = true;
     this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85);
     this.lblTwelveOverStock.Name = "lblTwelveOverStock";
     this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveOverStock.TabIndex = 1;
     this.lblTwelveOverStock.Text = "0";
     //
     // lblSixOverStock
     //
     this.lblSixOverStock.AutoSize = true;
     this.lblSixOverStock.Location = new System.Drawing.Point(263, 85);
     this.lblSixOverStock.Name = "lblSixOverStock";
     this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixOverStock.TabIndex = 1;
     this.lblSixOverStock.Text = "0";
     //
     // lblThreeOverStock
     //
     this.lblThreeOverStock.AutoSize = true;
     this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85);
     this.lblThreeOverStock.Name = "lblThreeOverStock";
     this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeOverStock.TabIndex = 1;
     this.lblThreeOverStock.Text = "0";
     //
     // tbTransactions
     //
     this.tbTransactions.Controls.Add(this.lblAvgIssues);
     this.tbTransactions.Controls.Add(this.lblAvgReceives);
     this.tbTransactions.Controls.Add(this.lblLastIssues);
     this.tbTransactions.Controls.Add(this.lblLastReceive);
     this.tbTransactions.Controls.Add(this.label23);
     this.tbTransactions.Controls.Add(this.label22);
     this.tbTransactions.Controls.Add(this.label21);
     this.tbTransactions.Controls.Add(this.label17);
     this.tbTransactions.Name = "tbTransactions";
     this.tbTransactions.PageVisible = false;
     this.tbTransactions.Size = new System.Drawing.Size(1040, 521);
     this.tbTransactions.Text = "Transaction";
     //
     // lblAvgIssues
     //
     this.lblAvgIssues.AutoSize = true;
     this.lblAvgIssues.Location = new System.Drawing.Point(357, 184);
     this.lblAvgIssues.Name = "lblAvgIssues";
     this.lblAvgIssues.Size = new System.Drawing.Size(14, 13);
     this.lblAvgIssues.TabIndex = 1;
     this.lblAvgIssues.Text = "0";
     this.lblAvgIssues.Visible = false;
     //
     // lblAvgReceives
     //
     this.lblAvgReceives.AutoSize = true;
     this.lblAvgReceives.Location = new System.Drawing.Point(357, 153);
     this.lblAvgReceives.Name = "lblAvgReceives";
     this.lblAvgReceives.Size = new System.Drawing.Size(14, 13);
     this.lblAvgReceives.TabIndex = 1;
     this.lblAvgReceives.Text = "0";
     this.lblAvgReceives.Visible = false;
     //
     // lblLastIssues
     //
     this.lblLastIssues.AutoSize = true;
     this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssues.Location = new System.Drawing.Point(353, 105);
     this.lblLastIssues.Name = "lblLastIssues";
     this.lblLastIssues.Size = new System.Drawing.Size(22, 23);
     this.lblLastIssues.TabIndex = 1;
     this.lblLastIssues.Text = "0";
     //
     // lblLastReceive
     //
     this.lblLastReceive.AutoSize = true;
     this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastReceive.Location = new System.Drawing.Point(353, 67);
     this.lblLastReceive.Name = "lblLastReceive";
     this.lblLastReceive.Size = new System.Drawing.Size(22, 23);
     this.lblLastReceive.TabIndex = 1;
     this.lblLastReceive.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(141, 182);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(210, 16);
     this.label23.TabIndex = 0;
     this.label23.Text = "AVG. no. of days b/n Issues : ";
     this.label23.Visible = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(125, 151);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(226, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "AVG. no. of days b/n Receives : ";
     this.label22.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(141, 105);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(214, 23);
     this.label21.TabIndex = 0;
     this.label21.Text = "Last Issued Date : ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(116, 67);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(239, 23);
     this.label17.TabIndex = 0;
     this.label17.Text = "Last Received Date : ";
     //
     // tbConsumptionTrend
     //
     this.tbConsumptionTrend.Controls.Add(this.lkDetailCons);
     this.tbConsumptionTrend.Controls.Add(this.label33);
     this.tbConsumptionTrend.Controls.Add(this.consuTrend);
     this.tbConsumptionTrend.Name = "tbConsumptionTrend";
     this.tbConsumptionTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbConsumptionTrend.PageVisible = false;
     this.tbConsumptionTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbConsumptionTrend.Text = "Consumption Trend";
     //
     // lkDetailCons
     //
     this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailCons.AutoSize = true;
     this.lkDetailCons.Location = new System.Drawing.Point(1100, 17);
     this.lkDetailCons.Name = "lkDetailCons";
     this.lkDetailCons.Size = new System.Drawing.Size(72, 13);
     this.lkDetailCons.TabIndex = 16;
     this.lkDetailCons.TabStop = true;
     this.lkDetailCons.Text = "Show Table";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(7, 15);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(212, 23);
     this.label33.TabIndex = 12;
     this.label33.Text = "Trend - Consumption";
     //
     // consuTrend
     //
     this.consuTrend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.consuTrend.Diagram = xyDiagram5;
     this.consuTrend.Location = new System.Drawing.Point(10, 41);
     this.consuTrend.Name = "consuTrend";
     sideBySideBarSeriesLabel13.LineVisible = true;
     series9.Label = sideBySideBarSeriesLabel13;
     series9.Name = "Series 1";
     sideBySideBarSeriesLabel14.LineVisible = true;
     series10.Label = sideBySideBarSeriesLabel14;
     series10.Name = "Series 2";
     this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series9,
     series10};
     sideBySideBarSeriesLabel15.LineVisible = true;
     this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel15;
     this.consuTrend.Size = new System.Drawing.Size(955, 476);
     this.consuTrend.TabIndex = 3;
     //
     // tbStockExpiryStatus
     //
     this.tbStockExpiryStatus.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbStockExpiryStatus.Appearance.PageClient.Options.UseBackColor = true;
     this.tbStockExpiryStatus.Controls.Add(this.chartPie);
     this.tbStockExpiryStatus.Name = "tbStockExpiryStatus";
     this.tbStockExpiryStatus.Padding = new System.Windows.Forms.Padding(3);
     this.tbStockExpiryStatus.PageVisible = false;
     this.tbStockExpiryStatus.Size = new System.Drawing.Size(1040, 521);
     this.tbStockExpiryStatus.Text = "Stock Expiry Status";
     //
     // chartPie
     //
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPie.Location = new System.Drawing.Point(3, 3);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73))))), System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))), System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series11.Label = pie3DSeriesLabel1;
     series11.Name = "Series 1";
     series11.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series11};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1034, 515);
     this.chartPie.TabIndex = 21;
     //
     // tbLogisticsSummary
     //
     this.tbLogisticsSummary.Controls.Add(this.layoutControl1);
     this.tbLogisticsSummary.Name = "tbLogisticsSummary";
     this.tbLogisticsSummary.Padding = new System.Windows.Forms.Padding(3);
     this.tbLogisticsSummary.PageVisible = false;
     this.tbLogisticsSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbLogisticsSummary.Text = "Logistics Summary";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lookUpEdit1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 3);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(45, 12);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(168, 20);
     this.lookUpEdit1.StyleController = this.layoutControl1;
     this.lookUpEdit1.TabIndex = 5;
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(12, 52);
     this.gridControl1.MainView = this.gridView3;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(1010, 451);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3});
     //
     // gridView3
     //
     this.gridView3.GridControl = this.gridControl1;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.emptySpaceItem1});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "Text";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1014, 471);
     this.layoutControlItem1.Text = "Text";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lookUpEdit1;
     this.layoutControlItem2.CustomizationFormText = "Month";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(205, 24);
     this.layoutControlItem2.Text = "Month";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(30, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(205, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(809, 24);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // tbSOHLocation
     //
     this.tbSOHLocation.Controls.Add(this.gridLocations);
     this.tbSOHLocation.Name = "tbSOHLocation";
     this.tbSOHLocation.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHLocation.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHLocation.Text = "SOH Locations";
     //
     // gridLocations
     //
     this.gridLocations.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridLocations.Location = new System.Drawing.Point(3, 3);
     this.gridLocations.MainView = this.gridView1;
     this.gridLocations.Name = "gridLocations";
     this.gridLocations.Size = new System.Drawing.Size(1034, 515);
     this.gridLocations.TabIndex = 0;
     this.gridLocations.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn5,
     this.gridColumn2,
     this.colPalletNumber,
     this.colPalletLocation,
     this.gridColumn4});
     this.gridView1.GridControl = this.gridLocations;
     this.gridView1.GroupCount = 1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowFooter = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPalletLocation, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Receive Date";
     this.gridColumn1.FieldName = "EurDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 100;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Batch No";
     this.gridColumn3.FieldName = "BatchNo";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 4;
     this.gridColumn3.Width = 113;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Expiry Date";
     this.gridColumn5.FieldName = "ExpiryDate";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 227;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Balance";
     this.gridColumn2.FieldName = "Balance";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width = 184;
     //
     // colPalletNumber
     //
     this.colPalletNumber.Caption = "PalletNumber";
     this.colPalletNumber.FieldName = "PalletNo";
     this.colPalletNumber.Name = "colPalletNumber";
     this.colPalletNumber.Visible = true;
     this.colPalletNumber.VisibleIndex = 5;
     this.colPalletNumber.Width = 147;
     //
     // colPalletLocation
     //
     this.colPalletLocation.Caption = "Pallet Location";
     this.colPalletLocation.FieldName = "PalletLocation";
     this.colPalletLocation.Name = "colPalletLocation";
     this.colPalletLocation.OptionsColumn.AllowEdit = false;
     this.colPalletLocation.Visible = true;
     this.colPalletLocation.VisibleIndex = 6;
     this.colPalletLocation.Width = 182;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Manufacturer";
     this.gridColumn4.FieldName = "ManufacturerName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 199;
     //
     // tbSOHPriceSummary
     //
     this.tbSOHPriceSummary.Controls.Add(this.gridSOHSummary);
     this.tbSOHPriceSummary.Name = "tbSOHPriceSummary";
     this.tbSOHPriceSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHPriceSummary.Text = "SOH Price Summary";
     //
     // gridSOHSummary
     //
     this.gridSOHSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridSOHSummary.Location = new System.Drawing.Point(0, 0);
     this.gridSOHSummary.MainView = this.gridView4;
     this.gridSOHSummary.Name = "gridSOHSummary";
     this.gridSOHSummary.Size = new System.Drawing.Size(1040, 521);
     this.gridSOHSummary.TabIndex = 1;
     this.gridSOHSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumn13,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gridView4.GridControl = this.gridSOHSummary;
     this.gridView4.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowFooter = true;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Unit Cost";
     this.gridColumn14.FieldName = "Cost";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 97;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Supplier";
     this.gridColumn13.FieldName = "Supplier";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     this.gridColumn13.Width = 166;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Receive Date";
     this.gridColumn6.FieldName = "EurDate";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 90;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Batch No";
     this.gridColumn7.FieldName = "BatchNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width = 128;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Expiry Date";
     this.gridColumn8.FieldName = "ExpiryDate";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 1;
     this.gridColumn8.Width = 161;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Balance";
     this.gridColumn9.FieldName = "Balance";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 3;
     this.gridColumn9.Width = 102;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "PalletNumber";
     this.gridColumn10.FieldName = "PalletNo";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 7;
     this.gridColumn10.Width = 106;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Pallet Location";
     this.gridColumn11.FieldName = "PalletLocation";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 8;
     this.gridColumn11.Width = 157;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Manufacturer";
     this.gridColumn12.FieldName = "ManufacturerName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 5;
     this.gridColumn12.Width = 167;
     //
     // lblItemID
     //
     this.lblItemID.AutoSize = true;
     this.lblItemID.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemID.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.lblItemID.Location = new System.Drawing.Point(12, 36);
     this.lblItemID.Name = "lblItemID";
     this.lblItemID.Size = new System.Drawing.Size(0, 18);
     this.lblItemID.TabIndex = 26;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(973, 520);
     this.xtraTabPage1.Text = "xtraTabPage1";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Location = new System.Drawing.Point(748, 10);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 17;
     this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(962, 34);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartControl1.Location = new System.Drawing.Point(7, 25);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel16.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16;
     this.chartControl1.Size = new System.Drawing.Size(974, 411);
     this.chartControl1.TabIndex = 2;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipTitle = "Item Name";
     //
     // txtitmName
     //
     this.txtitmName.AutoSize = true;
     this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtitmName.Location = new System.Drawing.Point(81, 12);
     this.txtitmName.Name = "txtitmName";
     this.txtitmName.Size = new System.Drawing.Size(0, 18);
     this.txtitmName.TabIndex = 100;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(71, 40);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(92, 13);
     this.label38.TabIndex = 101;
     this.label38.Text = "Unit of Issue : ";
     //
     // lblBUnit
     //
     this.lblBUnit.AutoSize = true;
     this.lblBUnit.Location = new System.Drawing.Point(168, 40);
     this.lblBUnit.Name = "lblBUnit";
     this.lblBUnit.Size = new System.Drawing.Size(0, 13);
     this.lblBUnit.TabIndex = 101;
     //
     // xpButton1
     //
     this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xpButton1.Image = ((System.Drawing.Image)(resources.GetObject("xpButton1.Image")));
     this.xpButton1.Location = new System.Drawing.Point(893, 38);
     this.xpButton1.Name = "xpButton1";
     this.xpButton1.Size = new System.Drawing.Size(75, 23);
     this.xpButton1.TabIndex = 15;
     this.xpButton1.Text = "Print";
     this.xpButton1.Click += new System.EventHandler(this.BtnPrintClicked);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(770, 38);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(106, 23);
     this.btnExport.TabIndex = 103;
     this.btnExport.Text = "Export Bin Card";
     this.btnExport.Click += new System.EventHandler(this.BtnExportClick);
     //
     // lblItemSerialNumber
     //
     this.lblItemSerialNumber.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.lblItemSerialNumber.Location = new System.Drawing.Point(287, 5);
     this.lblItemSerialNumber.Name = "lblItemSerialNumber";
     this.lblItemSerialNumber.Size = new System.Drawing.Size(132, 16);
     this.lblItemSerialNumber.TabIndex = 104;
     this.lblItemSerialNumber.Text = "Item Serial Number: ";
     //
     // ItemDetailReport
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1049, 614);
     this.Controls.Add(this.lblItemSerialNumber);
     this.Controls.Add(this.lblItemID);
     this.Controls.Add(this.lblBUnit);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.txtitmName);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ItemDetailReport";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Item Detail Reports";
     this.Load += new System.EventHandler(this.BinCardTransactionLoad);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tbSummary.ResumeLayout(false);
     this.tbSummary.PerformLayout();
     this.tbBinCard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     this.tbClassicBinCard.ResumeLayout(false);
     this.tbClassicBinCard.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).EndInit();
     this.tbSOHTrend.ResumeLayout(false);
     this.tbSOHTrend.PerformLayout();
     this.tbAMCTrend.ResumeLayout(false);
     this.tbAMCTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit();
     this.tbMOSTrend.ResumeLayout(false);
     this.tbMOSTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit();
     this.tbActivityTrend.ResumeLayout(false);
     this.tbActivityTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit();
     this.tbSSTrend.ResumeLayout(false);
     this.tbSSTrend.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tbTransactions.ResumeLayout(false);
     this.tbTransactions.PerformLayout();
     this.tbConsumptionTrend.ResumeLayout(false);
     this.tbConsumptionTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit();
     this.tbStockExpiryStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.tbLogisticsSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.tbSOHLocation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tbSOHPriceSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label_BeyondAverageCount = new System.Windows.Forms.Label();
     this.label_BeyondAverage = new System.Windows.Forms.Label();
     this.label_AverageValue = new System.Windows.Forms.Label();
     this.label_Average = new System.Windows.Forms.Label();
     this.label_Max = new System.Windows.Forms.Label();
     this.label_Min = new System.Windows.Forms.Label();
     this.seperatePanel_StatisticsInfo = new Nova.Control.Panel.SeperatePanel();
     this.seperatePanel_FaultAlarmInfo = new Nova.Control.Panel.SeperatePanel();
     this.label_TempAlarmCnt = new System.Windows.Forms.Label();
     this.label_AlrmInfo = new System.Windows.Forms.Label();
     this.linkLabel_MinValue = new System.Windows.Forms.LinkLabel();
     this.linkLabel_MaxValue = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // label_BeyondAverageCount
     //
     this.label_BeyondAverageCount.AutoSize = true;
     this.label_BeyondAverageCount.Location = new System.Drawing.Point(565, 47);
     this.label_BeyondAverageCount.Name = "label_BeyondAverageCount";
     this.label_BeyondAverageCount.Size = new System.Drawing.Size(11, 12);
     this.label_BeyondAverageCount.TabIndex = 26;
     this.label_BeyondAverageCount.Text = "0";
     //
     // label_BeyondAverage
     //
     this.label_BeyondAverage.AutoEllipsis = true;
     this.label_BeyondAverage.Location = new System.Drawing.Point(305, 42);
     this.label_BeyondAverage.Name = "label_BeyondAverage";
     this.label_BeyondAverage.Size = new System.Drawing.Size(254, 19);
     this.label_BeyondAverage.TabIndex = 25;
     this.label_BeyondAverage.Text = "过平均值的接收卡数量:";
     this.label_BeyondAverage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label_AverageValue
     //
     this.label_AverageValue.AutoSize = true;
     this.label_AverageValue.Location = new System.Drawing.Point(239, 47);
     this.label_AverageValue.Name = "label_AverageValue";
     this.label_AverageValue.Size = new System.Drawing.Size(11, 12);
     this.label_AverageValue.TabIndex = 24;
     this.label_AverageValue.Text = "0";
     //
     // label_Average
     //
     this.label_Average.AutoEllipsis = true;
     this.label_Average.Location = new System.Drawing.Point(0, 47);
     this.label_Average.Name = "label_Average";
     this.label_Average.Size = new System.Drawing.Size(232, 19);
     this.label_Average.TabIndex = 23;
     this.label_Average.Text = "平均温度:";
     this.label_Average.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label_Max
     //
     this.label_Max.AutoEllipsis = true;
     this.label_Max.Location = new System.Drawing.Point(305, 23);
     this.label_Max.Name = "label_Max";
     this.label_Max.Size = new System.Drawing.Size(254, 19);
     this.label_Max.TabIndex = 20;
     this.label_Max.Text = "最高温度:";
     this.label_Max.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label_Min
     //
     this.label_Min.AutoEllipsis = true;
     this.label_Min.Location = new System.Drawing.Point(1, 23);
     this.label_Min.Name = "label_Min";
     this.label_Min.Size = new System.Drawing.Size(232, 19);
     this.label_Min.TabIndex = 19;
     this.label_Min.Text = "最低温度:";
     this.label_Min.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // seperatePanel_StatisticsInfo
     //
     this.seperatePanel_StatisticsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.seperatePanel_StatisticsInfo.ColorGradualType = Nova.Control.Panel.GradualColorPanel.GradualType.LeftToRight;
     this.seperatePanel_StatisticsInfo.GradualStartColor = System.Drawing.Color.Blue;
     this.seperatePanel_StatisticsInfo.GradualStopColor = System.Drawing.Color.LightBlue;
     this.seperatePanel_StatisticsInfo.Location = new System.Drawing.Point(3, -1);
     this.seperatePanel_StatisticsInfo.Name = "seperatePanel_StatisticsInfo";
     this.seperatePanel_StatisticsInfo.SeperateLineHeight = 2;
     this.seperatePanel_StatisticsInfo.Size = new System.Drawing.Size(634, 19);
     this.seperatePanel_StatisticsInfo.TabIndex = 27;
     this.seperatePanel_StatisticsInfo.Text = "统计信息";
     //
     // seperatePanel_FaultAlarmInfo
     //
     this.seperatePanel_FaultAlarmInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.seperatePanel_FaultAlarmInfo.ColorGradualType = Nova.Control.Panel.GradualColorPanel.GradualType.LeftToRight;
     this.seperatePanel_FaultAlarmInfo.GradualStartColor = System.Drawing.Color.Blue;
     this.seperatePanel_FaultAlarmInfo.GradualStopColor = System.Drawing.Color.LightBlue;
     this.seperatePanel_FaultAlarmInfo.Location = new System.Drawing.Point(0, 72);
     this.seperatePanel_FaultAlarmInfo.Name = "seperatePanel_FaultAlarmInfo";
     this.seperatePanel_FaultAlarmInfo.SeperateLineHeight = 2;
     this.seperatePanel_FaultAlarmInfo.Size = new System.Drawing.Size(637, 19);
     this.seperatePanel_FaultAlarmInfo.TabIndex = 28;
     this.seperatePanel_FaultAlarmInfo.Text = "告警信息";
     //
     // label_TempAlarmCnt
     //
     this.label_TempAlarmCnt.AutoSize = true;
     this.label_TempAlarmCnt.Location = new System.Drawing.Point(239, 94);
     this.label_TempAlarmCnt.Name = "label_TempAlarmCnt";
     this.label_TempAlarmCnt.Size = new System.Drawing.Size(11, 12);
     this.label_TempAlarmCnt.TabIndex = 32;
     this.label_TempAlarmCnt.Text = "0";
     //
     // label_AlrmInfo
     //
     this.label_AlrmInfo.AutoEllipsis = true;
     this.label_AlrmInfo.Location = new System.Drawing.Point(1, 94);
     this.label_AlrmInfo.Name = "label_AlrmInfo";
     this.label_AlrmInfo.Size = new System.Drawing.Size(231, 19);
     this.label_AlrmInfo.TabIndex = 31;
     this.label_AlrmInfo.Text = "温度告警的接收卡数量:";
     this.label_AlrmInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // linkLabel_MinValue
     //
     this.linkLabel_MinValue.AutoSize = true;
     this.linkLabel_MinValue.Location = new System.Drawing.Point(239, 26);
     this.linkLabel_MinValue.Name = "linkLabel_MinValue";
     this.linkLabel_MinValue.Size = new System.Drawing.Size(11, 12);
     this.linkLabel_MinValue.TabIndex = 33;
     this.linkLabel_MinValue.TabStop = true;
     this.linkLabel_MinValue.Text = "0";
     this.linkLabel_MinValue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_MinValue_LinkClicked);
     //
     // linkLabel_MaxValue
     //
     this.linkLabel_MaxValue.AutoSize = true;
     this.linkLabel_MaxValue.Location = new System.Drawing.Point(565, 26);
     this.linkLabel_MaxValue.Name = "linkLabel_MaxValue";
     this.linkLabel_MaxValue.Size = new System.Drawing.Size(11, 12);
     this.linkLabel_MaxValue.TabIndex = 34;
     this.linkLabel_MaxValue.TabStop = true;
     this.linkLabel_MaxValue.Text = "0";
     this.linkLabel_MaxValue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_MaxValue_LinkClicked);
     //
     // UC_TempAndHumiInfo
     //
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.Controls.Add(this.linkLabel_MaxValue);
     this.Controls.Add(this.linkLabel_MinValue);
     this.Controls.Add(this.label_TempAlarmCnt);
     this.Controls.Add(this.label_AlrmInfo);
     this.Controls.Add(this.seperatePanel_FaultAlarmInfo);
     this.Controls.Add(this.seperatePanel_StatisticsInfo);
     this.Controls.Add(this.label_BeyondAverageCount);
     this.Controls.Add(this.label_BeyondAverage);
     this.Controls.Add(this.label_AverageValue);
     this.Controls.Add(this.label_Average);
     this.Controls.Add(this.label_Max);
     this.Controls.Add(this.label_Min);
     this.Name = "UC_TempAndHumiInfo";
     this.Size = new System.Drawing.Size(637, 120);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
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(LoginForm));
     this.lblOpName = new System.Windows.Forms.Label();
     this.txtOpName = new System.Windows.Forms.TextBox();
     this.txtOpPassword = new System.Windows.Forms.TextBox();
     this.lblOpPassword = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.pnlLogIn = new System.Windows.Forms.Panel();
     this.lblMessage = new System.Windows.Forms.Label();
     this.lblAuthenticate = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.picLogIn = new System.Windows.Forms.PictureBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblUserName = new System.Windows.Forms.Label();
     this.cbxPassword = new System.Windows.Forms.CheckBox();
     this.cbxAutoLogin = new System.Windows.Forms.CheckBox();
     this.linkLabelRegister = new System.Windows.Forms.LinkLabel();
     this.linkLabelPassword = new System.Windows.Forms.LinkLabel();
     this.autoLoginTimer = new System.Windows.Forms.Timer(this.components);
     this.pnlLogIn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogIn)).BeginInit();
     this.SuspendLayout();
     //
     // lblOpName
     //
     this.lblOpName.AutoSize = true;
     this.lblOpName.Location = new System.Drawing.Point(24, 89);
     this.lblOpName.Name = "lblOpName";
     this.lblOpName.Size = new System.Drawing.Size(65, 12);
     this.lblOpName.TabIndex = 0;
     this.lblOpName.Text = "��ϯ�û���";
     //
     // txtOpName
     //
     this.txtOpName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtOpName.Location = new System.Drawing.Point(101, 87);
     this.txtOpName.Name = "txtOpName";
     this.txtOpName.Size = new System.Drawing.Size(154, 21);
     this.txtOpName.TabIndex = 1;
     //
     // txtOpPassword
     //
     this.txtOpPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtOpPassword.Location = new System.Drawing.Point(101, 120);
     this.txtOpPassword.Name = "txtOpPassword";
     this.txtOpPassword.PasswordChar = '*';
     this.txtOpPassword.Size = new System.Drawing.Size(154, 21);
     this.txtOpPassword.TabIndex = 2;
     //
     // lblOpPassword
     //
     this.lblOpPassword.AutoSize = true;
     this.lblOpPassword.Location = new System.Drawing.Point(24, 122);
     this.lblOpPassword.Name = "lblOpPassword";
     this.lblOpPassword.Size = new System.Drawing.Size(65, 12);
     this.lblOpPassword.TabIndex = 2;
     this.lblOpPassword.Text = "��      ��";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(274, 159);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 21);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text = "ȡ��(&C)";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(195, 159);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 21);
     this.btnOK.TabIndex = 5;
     this.btnOK.Text = "��½(&L)";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlLogIn
     //
     this.pnlLogIn.BackColor = System.Drawing.Color.White;
     this.pnlLogIn.Controls.Add(this.lblMessage);
     this.pnlLogIn.Controls.Add(this.lblAuthenticate);
     this.pnlLogIn.Controls.Add(this.pictureBox1);
     this.pnlLogIn.Controls.Add(this.picLogIn);
     this.pnlLogIn.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlLogIn.Location = new System.Drawing.Point(0, 0);
     this.pnlLogIn.Name = "pnlLogIn";
     this.pnlLogIn.Size = new System.Drawing.Size(367, 51);
     this.pnlLogIn.TabIndex = 6;
     //
     // lblMessage
     //
     this.lblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMessage.AutoSize = true;
     this.lblMessage.Location = new System.Drawing.Point(207, 22);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(143, 12);
     this.lblMessage.TabIndex = 11;
     this.lblMessage.Text = "��������ϯ�û���������.";
     //
     // lblAuthenticate
     //
     this.lblAuthenticate.AutoSize = true;
     this.lblAuthenticate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAuthenticate.Location = new System.Drawing.Point(63, 22);
     this.lblAuthenticate.Name = "lblAuthenticate";
     this.lblAuthenticate.Size = new System.Drawing.Size(59, 13);
     this.lblAuthenticate.TabIndex = 1;
     this.lblAuthenticate.Text = "��½��֤";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::LiveSupport.OperatorConsole.Properties.Resources.loading;
     this.pictureBox1.Location = new System.Drawing.Point(176, 15);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(16, 16);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // picLogIn
     //
     this.picLogIn.ErrorImage = null;
     this.picLogIn.Image = ((System.Drawing.Image)(resources.GetObject("picLogIn.Image")));
     this.picLogIn.InitialImage = null;
     this.picLogIn.Location = new System.Drawing.Point(14, 9);
     this.picLogIn.Name = "picLogIn";
     this.picLogIn.Size = new System.Drawing.Size(43, 35);
     this.picLogIn.TabIndex = 0;
     this.picLogIn.TabStop = false;
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(101, 57);
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(154, 21);
     this.txtUserName.TabIndex = 0;
     //
     // lblUserName
     //
     this.lblUserName.AutoSize = true;
     this.lblUserName.Location = new System.Drawing.Point(24, 60);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(71, 12);
     this.lblUserName.TabIndex = 2;
     this.lblUserName.Text = "�� ˾ �� ��";
     //
     // cbxPassword
     //
     this.cbxPassword.AutoSize = true;
     this.cbxPassword.Location = new System.Drawing.Point(26, 161);
     this.cbxPassword.Name = "cbxPassword";
     this.cbxPassword.Size = new System.Drawing.Size(72, 16);
     this.cbxPassword.TabIndex = 3;
     this.cbxPassword.Text = "��ס����";
     this.cbxPassword.UseVisualStyleBackColor = true;
     this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
     //
     // cbxAutoLogin
     //
     this.cbxAutoLogin.AutoSize = true;
     this.cbxAutoLogin.Location = new System.Drawing.Point(104, 161);
     this.cbxAutoLogin.Name = "cbxAutoLogin";
     this.cbxAutoLogin.Size = new System.Drawing.Size(72, 16);
     this.cbxAutoLogin.TabIndex = 4;
     this.cbxAutoLogin.Text = "�Զ���¼";
     this.cbxAutoLogin.UseVisualStyleBackColor = true;
     //
     // linkLabelRegister
     //
     this.linkLabelRegister.AutoSize = true;
     this.linkLabelRegister.Location = new System.Drawing.Point(263, 60);
     this.linkLabelRegister.Name = "linkLabelRegister";
     this.linkLabelRegister.Size = new System.Drawing.Size(65, 12);
     this.linkLabelRegister.TabIndex = 7;
     this.linkLabelRegister.TabStop = true;
     this.linkLabelRegister.Text = "ע�����ʺ�";
     this.linkLabelRegister.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelRegister_LinkClicked);
     //
     // linkLabelPassword
     //
     this.linkLabelPassword.AutoSize = true;
     this.linkLabelPassword.Location = new System.Drawing.Point(263, 122);
     this.linkLabelPassword.Name = "linkLabelPassword";
     this.linkLabelPassword.Size = new System.Drawing.Size(53, 12);
     this.linkLabelPassword.TabIndex = 8;
     this.linkLabelPassword.TabStop = true;
     this.linkLabelPassword.Text = "ȡ������";
     this.linkLabelPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelPassword_LinkClicked);
     //
     // autoLoginTimer
     //
     this.autoLoginTimer.Tick += new System.EventHandler(this.autoLoginTimer_Tick);
     //
     // LoginForm
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(367, 195);
     this.ControlBox = false;
     this.Controls.Add(this.linkLabelPassword);
     this.Controls.Add(this.linkLabelRegister);
     this.Controls.Add(this.cbxAutoLogin);
     this.Controls.Add(this.cbxPassword);
     this.Controls.Add(this.lblUserName);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.pnlLogIn);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.txtOpPassword);
     this.Controls.Add(this.lblOpPassword);
     this.Controls.Add(this.txtOpName);
     this.Controls.Add(this.lblOpName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "LoginForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "��½";
     this.Load += new System.EventHandler(this.Login_Load);
     this.pnlLogIn.ResumeLayout(false);
     this.pnlLogIn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogIn)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #36
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(About));
     this._linkLabelAbout = new System.Windows.Forms.LinkLabel();
     this.button1         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this._lnksecond      = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // _linkLabelAbout
     //
     this._linkLabelAbout.LinkArea  = new System.Windows.Forms.LinkArea(36, 0);
     this._linkLabelAbout.Location  = new System.Drawing.Point(12, 233);
     this._linkLabelAbout.Name      = "_linkLabelAbout";
     this._linkLabelAbout.Size      = new System.Drawing.Size(249, 24);
     this._linkLabelAbout.TabIndex  = 0;
     this._linkLabelAbout.Text      = "Copyright © 2007-2012  Decebal Mihailescu";
     this._linkLabelAbout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this._linkLabelAbout.UseCompatibleTextRendering = true;
     this._linkLabelAbout.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAbout_LinkClicked);
     //
     // button1
     //
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location                = new System.Drawing.Point(214, 269);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 1;
     this.button1.Text                    = "&OK";
     this.button1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(12, 57);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ReadOnly   = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size       = new System.Drawing.Size(477, 134);
     this.textBox1.TabIndex   = 2;
     this.textBox1.Text       = resources.GetString("textBox1.Text");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(93, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "text from reflection";
     //
     // _lnksecond
     //
     this._lnksecond.LinkArea  = new System.Windows.Forms.LinkArea(13, 9);
     this._lnksecond.Location  = new System.Drawing.Point(12, 194);
     this._lnksecond.Name      = "_lnksecond";
     this._lnksecond.Size      = new System.Drawing.Size(249, 24);
     this._lnksecond.TabIndex  = 0;
     this._lnksecond.TabStop   = true;
     this._lnksecond.Text      = "Copyright ©  CastorTiu 2006";
     this._lnksecond.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this._lnksecond.UseCompatibleTextRendering = true;
     this._lnksecond.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAbout_LinkClicked);
     //
     // About
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(501, 295);
     this.ControlBox        = false;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this._lnksecond);
     this.Controls.Add(this._linkLabelAbout);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "About";
     this.ShowInTaskbar = false;
     this.Text          = "About";
     this.Load         += new System.EventHandler(this.About_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #37
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(Help));
     this.helpTabs = new System.Windows.Forms.TabControl();
     this.tabHowToPlay = new System.Windows.Forms.TabPage();
     this.label1 = new System.Windows.Forms.Label();
     this.tabSolvingTips = new System.Windows.Forms.TabPage();
     this.sudokuLink = new System.Windows.Forms.LinkLabel();
     this.lblSolvingTips = new System.Windows.Forms.Label();
     this.tabAbout = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelVersion = new System.Windows.Forms.Label();
     this.labelCopyright = new System.Windows.Forms.Label();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.helpTabs.SuspendLayout();
     this.tabHowToPlay.SuspendLayout();
     this.tabSolvingTips.SuspendLayout();
     this.tabAbout.SuspendLayout();
     this.tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // helpTabs
     //
     this.helpTabs.Controls.Add(this.tabHowToPlay);
     this.helpTabs.Controls.Add(this.tabSolvingTips);
     this.helpTabs.Controls.Add(this.tabAbout);
     this.helpTabs.Location = new System.Drawing.Point(0, 0);
     this.helpTabs.Name = "helpTabs";
     this.helpTabs.SelectedIndex = 0;
     this.helpTabs.Size = new System.Drawing.Size(371, 352);
     this.helpTabs.TabIndex = 0;
     //
     // tabHowToPlay
     //
     this.tabHowToPlay.Controls.Add(this.label1);
     this.tabHowToPlay.Location = new System.Drawing.Point(4, 22);
     this.tabHowToPlay.Name = "tabHowToPlay";
     this.tabHowToPlay.Padding = new System.Windows.Forms.Padding(3);
     this.tabHowToPlay.Size = new System.Drawing.Size(363, 326);
     this.tabHowToPlay.TabIndex = 0;
     this.tabHowToPlay.Text = "How To Play Sudoku";
     this.tabHowToPlay.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 8);
     this.label1.MaximumSize = new System.Drawing.Size(350, 350);
     this.label1.MinimumSize = new System.Drawing.Size(350, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(350, 299);
     this.label1.TabIndex = 0;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // tabSolvingTips
     //
     this.tabSolvingTips.Controls.Add(this.sudokuLink);
     this.tabSolvingTips.Controls.Add(this.lblSolvingTips);
     this.tabSolvingTips.Location = new System.Drawing.Point(4, 22);
     this.tabSolvingTips.Name = "tabSolvingTips";
     this.tabSolvingTips.Padding = new System.Windows.Forms.Padding(3);
     this.tabSolvingTips.Size = new System.Drawing.Size(363, 326);
     this.tabSolvingTips.TabIndex = 1;
     this.tabSolvingTips.Text = "Solving Tips";
     this.tabSolvingTips.UseVisualStyleBackColor = true;
     //
     // sudokuLink
     //
     this.sudokuLink.AutoSize = true;
     this.sudokuLink.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sudokuLink.LinkArea = new System.Windows.Forms.LinkArea(28, 26);
     this.sudokuLink.Location = new System.Drawing.Point(7, 150);
     this.sudokuLink.Name = "sudokuLink";
     this.sudokuLink.Size = new System.Drawing.Size(284, 17);
     this.sudokuLink.TabIndex = 5;
     this.sudokuLink.TabStop = true;
     this.sudokuLink.Text = "For more information, visit Wikipedia\'s page on Sudoku.";
     this.sudokuLink.UseCompatibleTextRendering = true;
     //
     // lblSolvingTips
     //
     this.lblSolvingTips.AutoEllipsis = true;
     this.lblSolvingTips.AutoSize = true;
     this.lblSolvingTips.Location = new System.Drawing.Point(5, 8);
     this.lblSolvingTips.MaximumSize = new System.Drawing.Size(355, 355);
     this.lblSolvingTips.Name = "lblSolvingTips";
     this.lblSolvingTips.Size = new System.Drawing.Size(354, 130);
     this.lblSolvingTips.TabIndex = 4;
     this.lblSolvingTips.Text = resources.GetString("lblSolvingTips.Text");
     //
     // tabAbout
     //
     this.tabAbout.Controls.Add(this.tableLayoutPanel);
     this.tabAbout.Location = new System.Drawing.Point(4, 22);
     this.tabAbout.Name = "tabAbout";
     this.tabAbout.Padding = new System.Windows.Forms.Padding(3);
     this.tabAbout.Size = new System.Drawing.Size(363, 326);
     this.tabAbout.TabIndex = 2;
     this.tabAbout.Text = "About Sudoku";
     this.tabAbout.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.ColumnCount = 1;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 0, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 0, 2);
     this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 0, 3);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 0, 4);
     this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 5;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.746835F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.063291F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.43038F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.39241F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.36709F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(357, 320);
     this.tableLayoutPanel.TabIndex = 1;
     //
     // labelProductName
     //
     this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Location = new System.Drawing.Point(6, 0);
     this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name = "labelProductName";
     this.labelProductName.Size = new System.Drawing.Size(348, 15);
     this.labelProductName.TabIndex = 19;
     this.labelProductName.Text = "Bo\'s Sudoku Game";
     this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Location = new System.Drawing.Point(6, 15);
     this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name = "labelVersion";
     this.labelVersion.Size = new System.Drawing.Size(348, 16);
     this.labelVersion.TabIndex = 0;
     this.labelVersion.Text = "Version 1.0";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Location = new System.Drawing.Point(6, 31);
     this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name = "labelCopyright";
     this.labelCopyright.Size = new System.Drawing.Size(348, 14);
     this.labelCopyright.TabIndex = 21;
     this.labelCopyright.Text = "Copyright © Bodaniel Jeanes, 2006";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCompanyName
     //
     this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCompanyName.Location = new System.Drawing.Point(6, 45);
     this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCompanyName.Name = "labelCompanyName";
     this.labelCompanyName.Size = new System.Drawing.Size(348, 17);
     this.labelCompanyName.TabIndex = 22;
     this.labelCompanyName.Text = "bjeanes.com";
     this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Location = new System.Drawing.Point(3, 84);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.ReadOnly = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size = new System.Drawing.Size(351, 233);
     this.textBoxDescription.TabIndex = 23;
     this.textBoxDescription.TabStop = false;
     this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
     //
     // Help
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(367, 348);
     this.Controls.Add(this.helpTabs);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Help";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Help";
     this.Load += new System.EventHandler(this.Help_Load);
     this.helpTabs.ResumeLayout(false);
     this.tabHowToPlay.ResumeLayout(false);
     this.tabHowToPlay.PerformLayout();
     this.tabSolvingTips.ResumeLayout(false);
     this.tabSolvingTips.PerformLayout();
     this.tabAbout.ResumeLayout(false);
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     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.Windows.Forms.LinkLabel linklblLogin;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRegister));
     this.label3            = new System.Windows.Forms.Label();
     this.lblUsername       = new System.Windows.Forms.Label();
     this.txtUsername       = new System.Windows.Forms.TextBox();
     this.lblRepeatPassword = new System.Windows.Forms.Label();
     this.txtRepeatPassword = new System.Windows.Forms.TextBox();
     this.lblLogin          = new System.Windows.Forms.Label();
     this.btnRegister       = new System.Windows.Forms.Button();
     this.lblPassword       = new System.Windows.Forms.Label();
     this.txtPassword       = new System.Windows.Forms.TextBox();
     this.pbxViewPassword   = new System.Windows.Forms.PictureBox();
     this.pbxHidePassword   = new System.Windows.Forms.PictureBox();
     linklblLogin           = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pbxViewPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHidePassword)).BeginInit();
     this.SuspendLayout();
     //
     // linklblLogin
     //
     linklblLogin.AutoSize     = true;
     linklblLogin.Font         = new System.Drawing.Font("Roboto", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     linklblLogin.Location     = new System.Drawing.Point(205, 349);
     linklblLogin.Name         = "linklblLogin";
     linklblLogin.Size         = new System.Drawing.Size(34, 13);
     linklblLogin.TabIndex     = 50;
     linklblLogin.TabStop      = true;
     linklblLogin.Text         = "Login";
     linklblLogin.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklblLogin_LinkClicked);
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Roboto", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(88, 20);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(147, 27);
     this.label3.TabIndex  = 27;
     this.label3.Text      = "REGISTER";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label3.Click    += new System.EventHandler(this.label3_Click);
     //
     // lblUsername
     //
     this.lblUsername.AutoSize = true;
     this.lblUsername.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsername.Location = new System.Drawing.Point(38, 64);
     this.lblUsername.Name     = "lblUsername";
     this.lblUsername.Size     = new System.Drawing.Size(76, 18);
     this.lblUsername.TabIndex = 32;
     this.lblUsername.Text     = "Username";
     //
     // txtUsername
     //
     this.txtUsername.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.Location = new System.Drawing.Point(41, 85);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(243, 26);
     this.txtUsername.TabIndex = 33;
     //
     // lblRepeatPassword
     //
     this.lblRepeatPassword.AutoSize = true;
     this.lblRepeatPassword.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRepeatPassword.Location = new System.Drawing.Point(38, 199);
     this.lblRepeatPassword.Name     = "lblRepeatPassword";
     this.lblRepeatPassword.Size     = new System.Drawing.Size(124, 18);
     this.lblRepeatPassword.TabIndex = 46;
     this.lblRepeatPassword.Text     = "Repeat Password";
     //
     // txtRepeatPassword
     //
     this.txtRepeatPassword.Font         = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRepeatPassword.Location     = new System.Drawing.Point(41, 220);
     this.txtRepeatPassword.Name         = "txtRepeatPassword";
     this.txtRepeatPassword.PasswordChar = '•';
     this.txtRepeatPassword.Size         = new System.Drawing.Size(243, 26);
     this.txtRepeatPassword.TabIndex     = 47;
     //
     // lblLogin
     //
     this.lblLogin.AutoSize = true;
     this.lblLogin.Font     = new System.Drawing.Font("Roboto", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLogin.Location = new System.Drawing.Point(68, 349);
     this.lblLogin.Name     = "lblLogin";
     this.lblLogin.Size     = new System.Drawing.Size(133, 13);
     this.lblLogin.TabIndex = 49;
     this.lblLogin.Text     = "Already have an account?";
     //
     // btnRegister
     //
     this.btnRegister.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRegister.Location = new System.Drawing.Point(41, 298);
     this.btnRegister.Name     = "btnRegister";
     this.btnRegister.Size     = new System.Drawing.Size(243, 27);
     this.btnRegister.TabIndex = 48;
     this.btnRegister.Text     = "Register";
     this.btnRegister.UseVisualStyleBackColor = true;
     this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.Font     = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPassword.Location = new System.Drawing.Point(38, 131);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(74, 18);
     this.lblPassword.TabIndex = 44;
     this.lblPassword.Text     = "Password";
     //
     // txtPassword
     //
     this.txtPassword.Font         = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location     = new System.Drawing.Point(41, 152);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '•';
     this.txtPassword.Size         = new System.Drawing.Size(243, 26);
     this.txtPassword.TabIndex     = 45;
     //
     // pbxViewPassword
     //
     this.pbxViewPassword.Image    = global::Consumer_Survey_System.Properties.Resources.icons8_show_password_24;
     this.pbxViewPassword.Location = new System.Drawing.Point(41, 252);
     this.pbxViewPassword.Name     = "pbxViewPassword";
     this.pbxViewPassword.Size     = new System.Drawing.Size(25, 24);
     this.pbxViewPassword.TabIndex = 51;
     this.pbxViewPassword.TabStop  = false;
     this.pbxViewPassword.Click   += new System.EventHandler(this.pbxViewPassword_Click);
     //
     // pbxHidePassword
     //
     this.pbxHidePassword.Image    = global::Consumer_Survey_System.Properties.Resources.icons8_show_password_24;
     this.pbxHidePassword.Location = new System.Drawing.Point(41, 252);
     this.pbxHidePassword.Name     = "pbxHidePassword";
     this.pbxHidePassword.Size     = new System.Drawing.Size(25, 24);
     this.pbxHidePassword.TabIndex = 52;
     this.pbxHidePassword.TabStop  = false;
     this.pbxHidePassword.Visible  = false;
     this.pbxHidePassword.Click   += new System.EventHandler(this.pbxHidePassword_Click);
     //
     // frmRegister
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(323, 387);
     this.Controls.Add(this.pbxViewPassword);
     this.Controls.Add(this.pbxHidePassword);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblUsername);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.lblRepeatPassword);
     this.Controls.Add(this.txtRepeatPassword);
     this.Controls.Add(this.lblLogin);
     this.Controls.Add(linklblLogin);
     this.Controls.Add(this.btnRegister);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.txtPassword);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmRegister";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Consumer Survey System";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmRegister_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.pbxViewPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHidePassword)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralExpiryChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.dtFrom = new CalendarLib.DateTimePickerEx();
     this.dtTo = new CalendarLib.DateTimePickerEx();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lstExpStatus = new PrintableListView.PrintableListView();
     this.StockCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // dtFrom
     //
     this.dtFrom.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.dtFrom.DayOfWeekCharacters = 2;
     this.dtFrom.Location = new System.Drawing.Point(279, 14);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.PopUpFontSize = 11F;
     this.dtFrom.Size = new System.Drawing.Size(98, 20);
     this.dtFrom.TabIndex = 28;
     this.dtFrom.Visible = false;
     //
     // dtTo
     //
     this.dtTo.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 5F);
     this.dtTo.DayOfWeekCharacters = 2;
     this.dtTo.Location = new System.Drawing.Point(223, 49);
     this.dtTo.Name = "dtTo";
     this.dtTo.PopUpFontSize = 11F;
     this.dtTo.Size = new System.Drawing.Size(80, 20);
     this.dtTo.TabIndex = 29;
     this.dtTo.Visible = false;
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Pastel Kit";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartPie.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartPie.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartPie.Location = new System.Drawing.Point(12, 38);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1037, 530);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(803, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(190, 20);
     this.cboStores.StyleController = this.layoutControl1;
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cboYear);
     this.layoutControl1.Controls.Add(this.lkCategory);
     this.layoutControl1.Controls.Add(this.label1);
     this.layoutControl1.Controls.Add(this.chartPie);
     this.layoutControl1.Controls.Add(this.btnPrint);
     this.layoutControl1.Controls.Add(this.dtDate);
     this.layoutControl1.Controls.Add(this.cboStores);
     this.layoutControl1.Controls.Add(this.dtFrom);
     this.layoutControl1.Controls.Add(this.dtTo);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(50, 194, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControl1.TabIndex = 28;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lkCategory
     //
     this.lkCategory.Location = new System.Drawing.Point(606, 12);
     this.lkCategory.Name = "lkCategory";
     this.lkCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkCategory.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkCategory.Properties.DisplayMember = "Name";
     this.lkCategory.Properties.NullText = "";
     this.lkCategory.Properties.ValueMember = "ID";
     this.lkCategory.Size = new System.Drawing.Size(193, 20);
     this.lkCategory.StyleController = this.layoutControl1;
     this.lkCategory.TabIndex = 26;
     this.lkCategory.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(353, 22);
     this.label1.TabIndex = 25;
     this.label1.Text = "General Expiry For Current Year";
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::PharmInventory.Properties.Resources.printer;
     this.btnPrint.Location = new System.Drawing.Point(997, 12);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(52, 22);
     this.btnPrint.StyleController = this.layoutControl1;
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 11.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 1;
     this.dtDate.Location = new System.Drawing.Point(561, 12);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(186, 22);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dtDate;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(549, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(190, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem8});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartPie;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1041, 534);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.cboStores;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(791, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(194, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnPrint;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(985, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(56, 26);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(357, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(118, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.label1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(357, 26);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lkCategory;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(594, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(197, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lstExpStatus);
     this.groupBox3.Location = new System.Drawing.Point(507, 446);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(529, 111);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Stock Expiry Status";
     //
     // lstExpStatus
     //
     this.lstExpStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstExpStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StockCode,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader1});
     this.lstExpStatus.FitToPage = false;
     this.lstExpStatus.GridLines = true;
     this.lstExpStatus.Location = new System.Drawing.Point(6, 20);
     this.lstExpStatus.Name = "lstExpStatus";
     this.lstExpStatus.Size = new System.Drawing.Size(510, 85);
     this.lstExpStatus.TabIndex = 14;
     this.lstExpStatus.Title = "";
     this.lstExpStatus.UseCompatibleStateImageBehavior = false;
     this.lstExpStatus.View = System.Windows.Forms.View.Details;
     //
     // StockCode
     //
     this.StockCode.Text = "Stock Status";
     this.StockCode.Width = 121;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Percentage ";
     this.columnHeader3.Width = 101;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Quantity";
     this.columnHeader4.Width = 102;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Price";
     this.columnHeader1.Width = 100;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartPie;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.MinMargins = new System.Drawing.Printing.Margins(5, 5, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "",
         "Expiry Status Chart",
         ""}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Page # of Pages #]",
         "",
         "[Date Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.CustomizationFormText = " From : ";
     this.layoutControlItem13.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem13.Text = " From : ";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem13.TextToControlDistance = 5;
     this.layoutControlItem13.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.CustomizationFormText = " From : ";
     this.layoutControlItem7.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem7.Name = "layoutControlItem13";
     this.layoutControlItem7.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem7.Text = " From : ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem7.TextToControlDistance = 5;
     this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // cboYear
     //
     this.cboYear.Location = new System.Drawing.Point(487, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "Year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(115, 20);
     this.cboYear.StyleController = this.layoutControl1;
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.cboYear;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(475, 0);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(119, 26);
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // GeneralExpiryChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(1061, 580);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.groupBox3);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.label1     = new System.Windows.Forms.Label();
     this.textBox1   = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.textBox2   = new System.Windows.Forms.TextBox();
     this.button1    = new System.Windows.Forms.Button();
     this.label3     = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.button2    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "被编码的字符:";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(13, 43);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(242, 21);
     this.textBox1.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 78);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 14);
     this.label2.TabIndex = 2;
     this.label2.Text     = "解码结果:";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(13, 99);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(242, 21);
     this.textBox2.TabIndex = 3;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(37, 134);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "解码";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(19, 169);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(125, 23);
     this.label3.TabIndex = 5;
     this.label3.Text     = "By Radiation  Blog:";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(138, 169);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(123, 23);
     this.linkLabel1.TabIndex     = 6;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "http://b.zlweb.cc";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(138, 134);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 7;
     this.button2.Text     = "关于";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(274, 190);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize   = new System.Drawing.Size(290, 228);
     this.MinimumSize   = new System.Drawing.Size(290, 228);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "AnsiToUnicode";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #41
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                          = new System.Windows.Forms.GroupBox();
     this.button8                            = new System.Windows.Forms.Button();
     this.numTravelSpeed                     = new System.Windows.Forms.NumericUpDown();
     this.buttonSearch                       = new System.Windows.Forms.Button();
     this.buttonSetLocation                  = new System.Windows.Forms.Button();
     this.label4                             = new System.Windows.Forms.Label();
     this.textBoxLongitude                   = new System.Windows.Forms.TextBox();
     this.label7                             = new System.Windows.Forms.Label();
     this.label5                             = new System.Windows.Forms.Label();
     this.textBox1                           = new System.Windows.Forms.TextBox();
     this.textBoxLatitude                    = new System.Windows.Forms.TextBox();
     this.label6                             = new System.Windows.Forms.Label();
     this.buttonUpdate                       = new System.Windows.Forms.Button();
     this.groupBox10                         = new System.Windows.Forms.GroupBox();
     this.checkBox_pauseAtEvolve1_2          = new System.Windows.Forms.CheckBox();
     this.label3                             = new System.Windows.Forms.Label();
     this.numRazzPercent                     = new System.Windows.Forms.NumericUpDown();
     this.checkBoxUseRazzBerry               = new System.Windows.Forms.CheckBox();
     this.checkBoxUseBasicIncubators         = new System.Windows.Forms.CheckBox();
     this.checkBoxAutoIncubate               = new System.Windows.Forms.CheckBox();
     this.checkBoxUseLuckyEggIfNotRunning    = new System.Windows.Forms.CheckBox();
     this.checkBox_keepPokemonsThatCanEvolve = new System.Windows.Forms.CheckBox();
     this.checkBox_UseIncense                = new System.Windows.Forms.CheckBox();
     this.checkBox_UseAnimationTimes         = new System.Windows.Forms.CheckBox();
     this.checkBox_useluckyegg               = new System.Windows.Forms.CheckBox();
     this.checkBox_evolve                    = new System.Windows.Forms.CheckBox();
     this.checkBox_UseLureAtBreak            = new System.Windows.Forms.CheckBox();
     this.checkBox_BreakAtLure               = new System.Windows.Forms.CheckBox();
     this.checkBox_CatchPokemon              = new System.Windows.Forms.CheckBox();
     this.checkBox_FarmPokestops             = new System.Windows.Forms.CheckBox();
     this.checkBox_SleepAtPokemons           = new System.Windows.Forms.CheckBox();
     this.groupBox11                         = new System.Windows.Forms.GroupBox();
     this.numericUpDownMinWalkSpeed          = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownSpeed                 = new System.Windows.Forms.NumericUpDown();
     this.label11                            = new System.Windows.Forms.Label();
     this.label8                             = new System.Windows.Forms.Label();
     this.label10                            = new System.Windows.Forms.Label();
     this.label9                             = new System.Windows.Forms.Label();
     this.checkBox_UseBreakIntervalAndLength = new System.Windows.Forms.CheckBox();
     this.label47                            = new System.Windows.Forms.Label();
     this.checkBox_RandomlyReduceSpeed       = new System.Windows.Forms.CheckBox();
     this.checkBox_WalkInArchimedeanSpiral   = new System.Windows.Forms.CheckBox();
     this.groupBox13                         = new System.Windows.Forms.GroupBox();
     this.linkLabel6                         = new System.Windows.Forms.LinkLabel();
     this.text_GoogleMapsAPIKey              = new System.Windows.Forms.TextBox();
     this.checkBox_UseGoogleMapsRouting      = new System.Windows.Forms.CheckBox();
     this.label45                            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTravelSpeed)).BeginInit();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numRazzPercent)).BeginInit();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinWalkSpeed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).BeginInit();
     this.groupBox13.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.numTravelSpeed);
     this.groupBox1.Controls.Add(this.buttonSearch);
     this.groupBox1.Controls.Add(this.buttonSetLocation);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBoxLongitude);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.textBoxLatitude);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(484, 113);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(2);
     this.groupBox1.Size     = new System.Drawing.Size(193, 191);
     this.groupBox1.TabIndex = 95;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Relocate to New Farming Location";
     //
     // button8
     //
     this.button8.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button8.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button8.Location   = new System.Drawing.Point(103, 46);
     this.button8.Name       = "button8";
     this.button8.Size       = new System.Drawing.Size(84, 24);
     this.button8.TabIndex   = 86;
     this.button8.Text       = "Revise";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.Button8Click);
     //
     // numTravelSpeed
     //
     this.numTravelSpeed.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.numTravelSpeed.Location = new System.Drawing.Point(135, 76);
     this.numTravelSpeed.Margin   = new System.Windows.Forms.Padding(4);
     this.numTravelSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numTravelSpeed.Name          = "numTravelSpeed";
     this.numTravelSpeed.Size          = new System.Drawing.Size(52, 20);
     this.numTravelSpeed.TabIndex      = 80;
     this.numTravelSpeed.Tag           = "RelocateDefaultLocationTravelSpeed";
     this.numTravelSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_DoubleValueChanged);
     //
     // buttonSearch
     //
     this.buttonSearch.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSearch.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonSearch.Location   = new System.Drawing.Point(9, 46);
     this.buttonSearch.Margin     = new System.Windows.Forms.Padding(4);
     this.buttonSearch.Name       = "buttonSearch";
     this.buttonSearch.Size       = new System.Drawing.Size(85, 23);
     this.buttonSearch.TabIndex   = 84;
     this.buttonSearch.Text       = "Search";
     this.buttonSearch.UseVisualStyleBackColor = true;
     this.buttonSearch.Click += new System.EventHandler(this.ButtonSearchClick);
     //
     // buttonSetLocation
     //
     this.buttonSetLocation.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSetLocation.Image      = global::PokemonGo.RocketAPI.Console.Properties.MapData.start_point;
     this.buttonSetLocation.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonSetLocation.Location   = new System.Drawing.Point(12, 157);
     this.buttonSetLocation.Name       = "buttonSetLocation";
     this.buttonSetLocation.Size       = new System.Drawing.Size(174, 28);
     this.buttonSetLocation.TabIndex   = 84;
     this.buttonSetLocation.Text       = "Set New Location";
     this.buttonSetLocation.UseVisualStyleBackColor = true;
     this.buttonSetLocation.Click += new System.EventHandler(this.ButtonSetLocationClick);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(22, 78);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(108, 13);
     this.label4.TabIndex = 83;
     this.label4.Text     = "Travel Speed (km/h):";
     //
     // textBoxLongitude
     //
     this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBoxLongitude.Location = new System.Drawing.Point(62, 130);
     this.textBoxLongitude.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxLongitude.Name     = "textBoxLongitude";
     this.textBoxLongitude.Size     = new System.Drawing.Size(124, 20);
     this.textBoxLongitude.TabIndex = 78;
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 13);
     this.label7.TabIndex = 82;
     this.label7.Text     = "Address:";
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(4, 130);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 13);
     this.label5.TabIndex = 82;
     this.label5.Text     = "Longitude:";
     //
     // textBox1
     //
     this.textBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBox1.Location = new System.Drawing.Point(62, 22);
     this.textBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(125, 20);
     this.textBox1.TabIndex = 79;
     //
     // textBoxLatitude
     //
     this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBoxLatitude.Location = new System.Drawing.Point(62, 104);
     this.textBoxLatitude.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxLatitude.Name     = "textBoxLatitude";
     this.textBoxLatitude.Size     = new System.Drawing.Size(125, 20);
     this.textBoxLatitude.TabIndex = 79;
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 106);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 13);
     this.label6.TabIndex = 81;
     this.label6.Text     = "Latitude:";
     //
     // buttonUpdate
     //
     this.buttonUpdate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonUpdate.Location   = new System.Drawing.Point(499, 310);
     this.buttonUpdate.Margin     = new System.Windows.Forms.Padding(4);
     this.buttonUpdate.Name       = "buttonUpdate";
     this.buttonUpdate.Size       = new System.Drawing.Size(178, 23);
     this.buttonUpdate.TabIndex   = 94;
     this.buttonUpdate.Text       = "Update Config";
     this.buttonUpdate.UseVisualStyleBackColor = true;
     this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdateClick);
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.checkBox_pauseAtEvolve1_2);
     this.groupBox10.Controls.Add(this.label3);
     this.groupBox10.Controls.Add(this.numRazzPercent);
     this.groupBox10.Controls.Add(this.checkBoxUseRazzBerry);
     this.groupBox10.Controls.Add(this.checkBoxUseBasicIncubators);
     this.groupBox10.Controls.Add(this.checkBoxAutoIncubate);
     this.groupBox10.Controls.Add(this.checkBoxUseLuckyEggIfNotRunning);
     this.groupBox10.Controls.Add(this.checkBox_keepPokemonsThatCanEvolve);
     this.groupBox10.Controls.Add(this.checkBox_UseIncense);
     this.groupBox10.Controls.Add(this.checkBox_UseAnimationTimes);
     this.groupBox10.Controls.Add(this.checkBox_useluckyegg);
     this.groupBox10.Controls.Add(this.checkBox_evolve);
     this.groupBox10.Location = new System.Drawing.Point(240, 2);
     this.groupBox10.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox10.Name     = "groupBox10";
     this.groupBox10.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox10.Size     = new System.Drawing.Size(238, 302);
     this.groupBox10.TabIndex = 93;
     this.groupBox10.TabStop  = false;
     this.groupBox10.Text     = "Other Settings";
     //
     // checkBox_pauseAtEvolve1_2
     //
     this.checkBox_pauseAtEvolve1_2.AutoSize   = true;
     this.checkBox_pauseAtEvolve1_2.Checked    = true;
     this.checkBox_pauseAtEvolve1_2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_pauseAtEvolve1_2.Location   = new System.Drawing.Point(12, 106);
     this.checkBox_pauseAtEvolve1_2.Margin     = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkBox_pauseAtEvolve1_2.Name       = "checkBox_pauseAtEvolve1_2";
     this.checkBox_pauseAtEvolve1_2.Size       = new System.Drawing.Size(221, 17);
     this.checkBox_pauseAtEvolve1_2.TabIndex   = 55;
     this.checkBox_pauseAtEvolve1_2.Text       = "Stop Walking when Evolving/Transfering";
     this.checkBox_pauseAtEvolve1_2.UseVisualStyleBackColor = true;
     this.checkBox_pauseAtEvolve1_2.CheckedChanged         += new System.EventHandler(this.CheckBox_pauseAtEvolve1_2CheckedChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(220, 219);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(15, 13);
     this.label3.TabIndex = 52;
     this.label3.Text     = "%";
     //
     // numRazzPercent
     //
     this.numRazzPercent.Location = new System.Drawing.Point(184, 216);
     this.numRazzPercent.Margin   = new System.Windows.Forms.Padding(4);
     this.numRazzPercent.Name     = "numRazzPercent";
     this.numRazzPercent.Size     = new System.Drawing.Size(35, 20);
     this.numRazzPercent.TabIndex = 51;
     this.numRazzPercent.Value    = new decimal(new int[] {
         35,
         0,
         0,
         0
     });
     this.numRazzPercent.ValueChanged += new System.EventHandler(this.NumRazzPercentValueChanged);
     //
     // checkBoxUseRazzBerry
     //
     this.checkBoxUseRazzBerry.AutoSize = true;
     this.checkBoxUseRazzBerry.Location = new System.Drawing.Point(12, 218);
     this.checkBoxUseRazzBerry.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxUseRazzBerry.Name     = "checkBoxUseRazzBerry";
     this.checkBoxUseRazzBerry.Size     = new System.Drawing.Size(173, 17);
     this.checkBoxUseRazzBerry.TabIndex = 50;
     this.checkBoxUseRazzBerry.Tag      = "userazzberry";
     this.checkBoxUseRazzBerry.Text     = "Use RazzBerry if chance under";
     this.checkBoxUseRazzBerry.UseVisualStyleBackColor = true;
     this.checkBoxUseRazzBerry.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxUseBasicIncubators
     //
     this.checkBoxUseBasicIncubators.AutoSize = true;
     this.checkBoxUseBasicIncubators.Location = new System.Drawing.Point(33, 274);
     this.checkBoxUseBasicIncubators.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxUseBasicIncubators.Name     = "checkBoxUseBasicIncubators";
     this.checkBoxUseBasicIncubators.Size     = new System.Drawing.Size(125, 17);
     this.checkBoxUseBasicIncubators.TabIndex = 49;
     this.checkBoxUseBasicIncubators.Tag      = "useBasicIncubators";
     this.checkBoxUseBasicIncubators.Text     = "Use basic incubators";
     this.checkBoxUseBasicIncubators.UseVisualStyleBackColor = true;
     this.checkBoxUseBasicIncubators.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxAutoIncubate
     //
     this.checkBoxAutoIncubate.AutoSize   = true;
     this.checkBoxAutoIncubate.Checked    = true;
     this.checkBoxAutoIncubate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAutoIncubate.Location   = new System.Drawing.Point(12, 246);
     this.checkBoxAutoIncubate.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBoxAutoIncubate.Name       = "checkBoxAutoIncubate";
     this.checkBoxAutoIncubate.Size       = new System.Drawing.Size(226, 17);
     this.checkBoxAutoIncubate.TabIndex   = 48;
     this.checkBoxAutoIncubate.Tag        = "autoIncubate";
     this.checkBoxAutoIncubate.Text       = "Auto incubate (No guarantee that it works)";
     this.checkBoxAutoIncubate.UseVisualStyleBackColor = true;
     this.checkBoxAutoIncubate.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxUseLuckyEggIfNotRunning
     //
     this.checkBoxUseLuckyEggIfNotRunning.AutoSize = true;
     this.checkBoxUseLuckyEggIfNotRunning.Location = new System.Drawing.Point(12, 190);
     this.checkBoxUseLuckyEggIfNotRunning.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxUseLuckyEggIfNotRunning.Name     = "checkBoxUseLuckyEggIfNotRunning";
     this.checkBoxUseLuckyEggIfNotRunning.Size     = new System.Drawing.Size(160, 17);
     this.checkBoxUseLuckyEggIfNotRunning.TabIndex = 47;
     this.checkBoxUseLuckyEggIfNotRunning.Tag      = "useLuckyEggIfNotRunning";
     this.checkBoxUseLuckyEggIfNotRunning.Text     = "Use LuckyEgg if not running";
     this.checkBoxUseLuckyEggIfNotRunning.UseVisualStyleBackColor = true;
     this.checkBoxUseLuckyEggIfNotRunning.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_keepPokemonsThatCanEvolve
     //
     this.checkBox_keepPokemonsThatCanEvolve.AutoSize   = true;
     this.checkBox_keepPokemonsThatCanEvolve.Checked    = true;
     this.checkBox_keepPokemonsThatCanEvolve.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_keepPokemonsThatCanEvolve.Location   = new System.Drawing.Point(12, 162);
     this.checkBox_keepPokemonsThatCanEvolve.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_keepPokemonsThatCanEvolve.Name       = "checkBox_keepPokemonsThatCanEvolve";
     this.checkBox_keepPokemonsThatCanEvolve.Size       = new System.Drawing.Size(212, 17);
     this.checkBox_keepPokemonsThatCanEvolve.TabIndex   = 46;
     this.checkBox_keepPokemonsThatCanEvolve.Tag        = "keepPokemonsThatCanEvolve";
     this.checkBox_keepPokemonsThatCanEvolve.Text       = "Keep Pokemons which can be evolved";
     this.checkBox_keepPokemonsThatCanEvolve.UseVisualStyleBackColor = true;
     this.checkBox_keepPokemonsThatCanEvolve.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseIncense
     //
     this.checkBox_UseIncense.AutoSize = true;
     this.checkBox_UseIncense.Location = new System.Drawing.Point(12, 134);
     this.checkBox_UseIncense.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_UseIncense.Name     = "checkBox_UseIncense";
     this.checkBox_UseIncense.Size     = new System.Drawing.Size(146, 17);
     this.checkBox_UseIncense.TabIndex = 43;
     this.checkBox_UseIncense.Tag      = "useincense";
     this.checkBox_UseIncense.Text     = "Use Incense every 30min";
     this.checkBox_UseIncense.UseVisualStyleBackColor = true;
     this.checkBox_UseIncense.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseAnimationTimes
     //
     this.checkBox_UseAnimationTimes.AutoSize   = true;
     this.checkBox_UseAnimationTimes.Checked    = true;
     this.checkBox_UseAnimationTimes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_UseAnimationTimes.Location   = new System.Drawing.Point(12, 50);
     this.checkBox_UseAnimationTimes.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_UseAnimationTimes.Name       = "checkBox_UseAnimationTimes";
     this.checkBox_UseAnimationTimes.Size       = new System.Drawing.Size(194, 17);
     this.checkBox_UseAnimationTimes.TabIndex   = 40;
     this.checkBox_UseAnimationTimes.Tag        = "UseAnimationTimes";
     this.checkBox_UseAnimationTimes.Text       = "Simulate Animation Times at Evolve";
     this.checkBox_UseAnimationTimes.UseVisualStyleBackColor = true;
     this.checkBox_UseAnimationTimes.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_useluckyegg
     //
     this.checkBox_useluckyegg.AutoSize   = true;
     this.checkBox_useluckyegg.Checked    = true;
     this.checkBox_useluckyegg.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_useluckyegg.Location   = new System.Drawing.Point(12, 22);
     this.checkBox_useluckyegg.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_useluckyegg.Name       = "checkBox_useluckyegg";
     this.checkBox_useluckyegg.Size       = new System.Drawing.Size(144, 17);
     this.checkBox_useluckyegg.TabIndex   = 41;
     this.checkBox_useluckyegg.Tag        = "useluckyegg";
     this.checkBox_useluckyegg.Text       = "Use LuckyEgg at Evolve";
     this.checkBox_useluckyegg.UseVisualStyleBackColor = true;
     this.checkBox_useluckyegg.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_evolve
     //
     this.checkBox_evolve.AutoSize   = true;
     this.checkBox_evolve.Checked    = true;
     this.checkBox_evolve.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_evolve.Location   = new System.Drawing.Point(12, 78);
     this.checkBox_evolve.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_evolve.Name       = "checkBox_evolve";
     this.checkBox_evolve.Size       = new System.Drawing.Size(191, 17);
     this.checkBox_evolve.TabIndex   = 44;
     this.checkBox_evolve.Tag        = "evolve";
     this.checkBox_evolve.Text       = "Evolve Pokemons if enough candy\r\n";
     this.checkBox_evolve.UseVisualStyleBackColor = true;
     this.checkBox_evolve.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseLureAtBreak
     //
     this.checkBox_UseLureAtBreak.AutoSize = true;
     this.checkBox_UseLureAtBreak.Location = new System.Drawing.Point(9, 122);
     this.checkBox_UseLureAtBreak.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_UseLureAtBreak.Name     = "checkBox_UseLureAtBreak";
     this.checkBox_UseLureAtBreak.Size     = new System.Drawing.Size(113, 17);
     this.checkBox_UseLureAtBreak.TabIndex = 90;
     this.checkBox_UseLureAtBreak.Tag      = "UseLureAtBreak";
     this.checkBox_UseLureAtBreak.Text     = "Use Lure At Break";
     this.checkBox_UseLureAtBreak.UseVisualStyleBackColor = true;
     this.checkBox_UseLureAtBreak.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_BreakAtLure
     //
     this.checkBox_BreakAtLure.AutoSize = true;
     this.checkBox_BreakAtLure.Location = new System.Drawing.Point(9, 97);
     this.checkBox_BreakAtLure.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_BreakAtLure.Name     = "checkBox_BreakAtLure";
     this.checkBox_BreakAtLure.Size     = new System.Drawing.Size(91, 17);
     this.checkBox_BreakAtLure.TabIndex = 89;
     this.checkBox_BreakAtLure.Tag      = "BreakAtLure";
     this.checkBox_BreakAtLure.Text     = "Break At Lure";
     this.checkBox_BreakAtLure.UseVisualStyleBackColor = true;
     this.checkBox_BreakAtLure.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_CatchPokemon
     //
     this.checkBox_CatchPokemon.AutoSize   = true;
     this.checkBox_CatchPokemon.Checked    = true;
     this.checkBox_CatchPokemon.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_CatchPokemon.Location   = new System.Drawing.Point(9, 72);
     this.checkBox_CatchPokemon.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_CatchPokemon.Name       = "checkBox_CatchPokemon";
     this.checkBox_CatchPokemon.Size       = new System.Drawing.Size(102, 17);
     this.checkBox_CatchPokemon.TabIndex   = 88;
     this.checkBox_CatchPokemon.Tag        = "CatchPokemon";
     this.checkBox_CatchPokemon.Text       = "Catch Pokemon";
     this.checkBox_CatchPokemon.UseVisualStyleBackColor = true;
     this.checkBox_CatchPokemon.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_FarmPokestops
     //
     this.checkBox_FarmPokestops.AutoSize   = true;
     this.checkBox_FarmPokestops.Checked    = true;
     this.checkBox_FarmPokestops.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_FarmPokestops.Location   = new System.Drawing.Point(9, 47);
     this.checkBox_FarmPokestops.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_FarmPokestops.Name       = "checkBox_FarmPokestops";
     this.checkBox_FarmPokestops.Size       = new System.Drawing.Size(102, 17);
     this.checkBox_FarmPokestops.TabIndex   = 87;
     this.checkBox_FarmPokestops.Tag        = "farmPokestops";
     this.checkBox_FarmPokestops.Text       = "Farm Pokestops";
     this.checkBox_FarmPokestops.UseVisualStyleBackColor = true;
     this.checkBox_FarmPokestops.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_SleepAtPokemons
     //
     this.checkBox_SleepAtPokemons.AutoSize   = true;
     this.checkBox_SleepAtPokemons.Checked    = true;
     this.checkBox_SleepAtPokemons.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_SleepAtPokemons.Location   = new System.Drawing.Point(9, 22);
     this.checkBox_SleepAtPokemons.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBox_SleepAtPokemons.Name       = "checkBox_SleepAtPokemons";
     this.checkBox_SleepAtPokemons.Size       = new System.Drawing.Size(213, 17);
     this.checkBox_SleepAtPokemons.TabIndex   = 86;
     this.checkBox_SleepAtPokemons.Tag        = "sleepatpokemons";
     this.checkBox_SleepAtPokemons.Text       = "Random Sleep @Catching 1-3 seconds";
     this.checkBox_SleepAtPokemons.UseVisualStyleBackColor = true;
     this.checkBox_SleepAtPokemons.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.numericUpDownMinWalkSpeed);
     this.groupBox11.Controls.Add(this.numericUpDownSpeed);
     this.groupBox11.Controls.Add(this.label11);
     this.groupBox11.Controls.Add(this.checkBox_UseLureAtBreak);
     this.groupBox11.Controls.Add(this.label8);
     this.groupBox11.Controls.Add(this.checkBox_BreakAtLure);
     this.groupBox11.Controls.Add(this.label10);
     this.groupBox11.Controls.Add(this.checkBox_CatchPokemon);
     this.groupBox11.Controls.Add(this.label9);
     this.groupBox11.Controls.Add(this.checkBox_FarmPokestops);
     this.groupBox11.Controls.Add(this.checkBox_UseBreakIntervalAndLength);
     this.groupBox11.Controls.Add(this.checkBox_SleepAtPokemons);
     this.groupBox11.Controls.Add(this.label47);
     this.groupBox11.Controls.Add(this.checkBox_RandomlyReduceSpeed);
     this.groupBox11.Controls.Add(this.checkBox_WalkInArchimedeanSpiral);
     this.groupBox11.Location = new System.Drawing.Point(3, 2);
     this.groupBox11.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox11.Name     = "groupBox11";
     this.groupBox11.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox11.Size     = new System.Drawing.Size(230, 302);
     this.groupBox11.TabIndex = 91;
     this.groupBox11.TabStop  = false;
     this.groupBox11.Text     = "Walk Options";
     //
     // numericUpDownMinWalkSpeed
     //
     this.numericUpDownMinWalkSpeed.Location = new System.Drawing.Point(137, 276);
     this.numericUpDownMinWalkSpeed.Margin   = new System.Windows.Forms.Padding(4);
     this.numericUpDownMinWalkSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownMinWalkSpeed.Name     = "numericUpDownMinWalkSpeed";
     this.numericUpDownMinWalkSpeed.Size     = new System.Drawing.Size(52, 20);
     this.numericUpDownMinWalkSpeed.TabIndex = 80;
     this.numericUpDownMinWalkSpeed.Tag      = "MinWalkSpeed";
     this.numericUpDownMinWalkSpeed.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDownMinWalkSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_IntValueChanged);
     //
     // numericUpDownSpeed
     //
     this.numericUpDownSpeed.Location = new System.Drawing.Point(137, 253);
     this.numericUpDownSpeed.Margin   = new System.Windows.Forms.Padding(4);
     this.numericUpDownSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownSpeed.Name     = "numericUpDownSpeed";
     this.numericUpDownSpeed.Size     = new System.Drawing.Size(52, 20);
     this.numericUpDownSpeed.TabIndex = 80;
     this.numericUpDownSpeed.Tag      = "speed";
     this.numericUpDownSpeed.Value    = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numericUpDownSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_DoubleValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(196, 278);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(33, 13);
     this.label11.TabIndex = 76;
     this.label11.Text     = "Km/h";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(196, 254);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(33, 13);
     this.label8.TabIndex = 76;
     this.label8.Text     = "Km/h";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(50, 277);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(89, 13);
     this.label10.TabIndex = 75;
     this.label10.Text     = "Min Walk Speed:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(34, 254);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(106, 13);
     this.label9.TabIndex = 75;
     this.label9.Text     = "Default Walk Speed:";
     //
     // checkBox_UseBreakIntervalAndLength
     //
     this.checkBox_UseBreakIntervalAndLength.AutoSize = true;
     this.checkBox_UseBreakIntervalAndLength.Location = new System.Drawing.Point(10, 200);
     this.checkBox_UseBreakIntervalAndLength.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_UseBreakIntervalAndLength.Name     = "checkBox_UseBreakIntervalAndLength";
     this.checkBox_UseBreakIntervalAndLength.Size     = new System.Drawing.Size(171, 17);
     this.checkBox_UseBreakIntervalAndLength.TabIndex = 71;
     this.checkBox_UseBreakIntervalAndLength.Tag      = "UseBreakFields";
     this.checkBox_UseBreakIntervalAndLength.Text     = "Use Break Interval and Length";
     this.checkBox_UseBreakIntervalAndLength.UseVisualStyleBackColor = true;
     this.checkBox_UseBreakIntervalAndLength.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // label47
     //
     this.label47.AutoSize    = true;
     this.label47.Location    = new System.Drawing.Point(36, 174);
     this.label47.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label47.Name        = "label47";
     this.label47.Size        = new System.Drawing.Size(181, 13);
     this.label47.TabIndex    = 70;
     this.label47.Text        = "(requires a value in Min Walk Speed)";
     this.label47.UseMnemonic = false;
     //
     // checkBox_RandomlyReduceSpeed
     //
     this.checkBox_RandomlyReduceSpeed.AutoSize = true;
     this.checkBox_RandomlyReduceSpeed.Location = new System.Drawing.Point(9, 152);
     this.checkBox_RandomlyReduceSpeed.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_RandomlyReduceSpeed.Name     = "checkBox_RandomlyReduceSpeed";
     this.checkBox_RandomlyReduceSpeed.Size     = new System.Drawing.Size(141, 17);
     this.checkBox_RandomlyReduceSpeed.TabIndex = 64;
     this.checkBox_RandomlyReduceSpeed.Tag      = "RandomReduceSpeed";
     this.checkBox_RandomlyReduceSpeed.Text     = "Randomly reduce speed";
     this.checkBox_RandomlyReduceSpeed.UseVisualStyleBackColor = true;
     this.checkBox_RandomlyReduceSpeed.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_WalkInArchimedeanSpiral
     //
     this.checkBox_WalkInArchimedeanSpiral.AutoSize = true;
     this.checkBox_WalkInArchimedeanSpiral.Location = new System.Drawing.Point(10, 226);
     this.checkBox_WalkInArchimedeanSpiral.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_WalkInArchimedeanSpiral.Name     = "checkBox_WalkInArchimedeanSpiral";
     this.checkBox_WalkInArchimedeanSpiral.Size     = new System.Drawing.Size(156, 17);
     this.checkBox_WalkInArchimedeanSpiral.TabIndex = 73;
     this.checkBox_WalkInArchimedeanSpiral.Tag      = "Espiral";
     this.checkBox_WalkInArchimedeanSpiral.Text     = "Walk in Archimedean Spiral";
     this.checkBox_WalkInArchimedeanSpiral.UseVisualStyleBackColor = true;
     this.checkBox_WalkInArchimedeanSpiral.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.linkLabel6);
     this.groupBox13.Controls.Add(this.text_GoogleMapsAPIKey);
     this.groupBox13.Controls.Add(this.checkBox_UseGoogleMapsRouting);
     this.groupBox13.Controls.Add(this.label45);
     this.groupBox13.Location = new System.Drawing.Point(484, 2);
     this.groupBox13.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox13.Name     = "groupBox13";
     this.groupBox13.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox13.Size     = new System.Drawing.Size(192, 108);
     this.groupBox13.TabIndex = 92;
     this.groupBox13.TabStop  = false;
     this.groupBox13.Text     = "Routing Settings (beta)";
     //
     // linkLabel6
     //
     this.linkLabel6.AutoSize = true;
     this.linkLabel6.Location = new System.Drawing.Point(18, 82);
     this.linkLabel6.Name     = "linkLabel6";
     this.linkLabel6.Size     = new System.Drawing.Size(157, 13);
     this.linkLabel6.TabIndex = 63;
     this.linkLabel6.TabStop  = true;
     this.linkLabel6.Text     = "Get Google Maps API Key Here";
     //
     // text_GoogleMapsAPIKey
     //
     this.text_GoogleMapsAPIKey.Location = new System.Drawing.Point(7, 35);
     this.text_GoogleMapsAPIKey.Margin   = new System.Windows.Forms.Padding(4);
     this.text_GoogleMapsAPIKey.Name     = "text_GoogleMapsAPIKey";
     this.text_GoogleMapsAPIKey.Size     = new System.Drawing.Size(180, 20);
     this.text_GoogleMapsAPIKey.TabIndex = 62;
     //
     // checkBox_UseGoogleMapsRouting
     //
     this.checkBox_UseGoogleMapsRouting.AutoSize = true;
     this.checkBox_UseGoogleMapsRouting.Location = new System.Drawing.Point(7, 61);
     this.checkBox_UseGoogleMapsRouting.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBox_UseGoogleMapsRouting.Name     = "checkBox_UseGoogleMapsRouting";
     this.checkBox_UseGoogleMapsRouting.Size     = new System.Drawing.Size(151, 17);
     this.checkBox_UseGoogleMapsRouting.TabIndex = 71;
     this.checkBox_UseGoogleMapsRouting.Tag      = "UseGoogleMapsAPI";
     this.checkBox_UseGoogleMapsRouting.Text     = "Use Google Maps Routing";
     this.checkBox_UseGoogleMapsRouting.UseVisualStyleBackColor = true;
     this.checkBox_UseGoogleMapsRouting.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // label45
     //
     this.label45.AutoSize    = true;
     this.label45.Location    = new System.Drawing.Point(7, 17);
     this.label45.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label45.Name        = "label45";
     this.label45.Size        = new System.Drawing.Size(48, 13);
     this.label45.TabIndex    = 72;
     this.label45.Text        = "API Key:";
     this.label45.UseMnemonic = false;
     //
     // ChangesPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.buttonUpdate);
     this.Controls.Add(this.groupBox10);
     this.Controls.Add(this.groupBox11);
     this.Controls.Add(this.groupBox13);
     this.Name = "ChangesPanel";
     this.Size = new System.Drawing.Size(690, 348);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTravelSpeed)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numRazzPercent)).EndInit();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinWalkSpeed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).EndInit();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDeviceDetail));
     this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.txtID = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbDeviceType = new System.Windows.Forms.ComboBox();
     this.cmbBus = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtAddress = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label5 = new System.Windows.Forms.Label();
     this.txtDivision = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.lnkDisivion = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(300, 175);
     this.btnClose.TabIndex = 5;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(191, 175);
     this.btnOk.TabIndex = 4;
     //
     // txtName
     //
     this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtName.Location = new System.Drawing.Point(66, 53);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(311, 21);
     this.txtName.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(34, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 41;
     this.label3.Text = "名称";
     //
     // txtID
     //
     this.txtID.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtID.Location = new System.Drawing.Point(66, 20);
     this.txtID.Name = "txtID";
     this.txtID.Size = new System.Drawing.Size(311, 21);
     this.txtID.TabIndex = 43;
     this.txtID.Text = "自动创建";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 44;
     this.label1.Text = "编号";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 128);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 49;
     this.label2.Text = "设备类型";
     //
     // cmbDeviceType
     //
     this.cmbDeviceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDeviceType.FormattingEnabled = true;
     this.cmbDeviceType.Items.AddRange(new object[] {
     "",
     "智能电表",
     "智能水表"});
     this.cmbDeviceType.Location = new System.Drawing.Point(66, 124);
     this.cmbDeviceType.Name = "cmbDeviceType";
     this.cmbDeviceType.Size = new System.Drawing.Size(121, 20);
     this.cmbDeviceType.TabIndex = 50;
     //
     // cmbBus
     //
     this.cmbBus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBus.FormattingEnabled = true;
     this.cmbBus.Location = new System.Drawing.Point(66, 88);
     this.cmbBus.Name = "cmbBus";
     this.cmbBus.Size = new System.Drawing.Size(121, 20);
     this.cmbBus.TabIndex = 51;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(34, 91);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 52;
     this.label4.Text = "总线";
     //
     // txtAddress
     //
     this.txtAddress.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtAddress.Location = new System.Drawing.Point(235, 88);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(142, 21);
     this.txtAddress.TabIndex = 53;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(203, 91);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 54;
     this.label5.Text = "地址";
     //
     // txtDivision
     //
     this.txtDivision.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtDivision.Location = new System.Drawing.Point(235, 123);
     this.txtDivision.MaxLength = 100;
     this.txtDivision.Name = "txtDivision";
     this.txtDivision.ReadOnly = true;
     this.txtDivision.Size = new System.Drawing.Size(142, 21);
     this.txtDivision.TabIndex = 56;
     this.txtDivision.DoubleClick += new System.EventHandler(this.txtDivision_DoubleClick);
     //
     // lnkDisivion
     //
     this.lnkDisivion.AutoSize = true;
     this.lnkDisivion.Location = new System.Drawing.Point(203, 128);
     this.lnkDisivion.Name = "lnkDisivion";
     this.lnkDisivion.Size = new System.Drawing.Size(29, 12);
     this.lnkDisivion.TabIndex = 55;
     this.lnkDisivion.TabStop = true;
     this.lnkDisivion.Text = "区域";
     this.lnkDisivion.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDivision_LinkClicked);
     //
     // FrmDeviceDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(387, 210);
     this.Controls.Add(this.txtDivision);
     this.Controls.Add(this.lnkDisivion);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbBus);
     this.Controls.Add(this.cmbDeviceType);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtID);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDeviceDetail";
     this.Text = "设备信息";
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtID, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.cmbDeviceType, 0);
     this.Controls.SetChildIndex(this.cmbBus, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.txtAddress, 0);
     this.Controls.SetChildIndex(this.lnkDisivion, 0);
     this.Controls.SetChildIndex(this.txtDivision, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #43
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();

            this.groupPlugin     = new System.Windows.Forms.GroupBox();
            this.panelPlugin     = new System.Windows.Forms.Panel();
            this.groupPluginInfo = new System.Windows.Forms.GroupBox();
            this.linkPluginURL   = new System.Windows.Forms.LinkLabel();
            this.lblPluginInfo   = new System.Windows.Forms.Label();
            this.lstPlugins      = new System.Windows.Forms.ListBox();

            this.groupPlugin.SuspendLayout();
            this.groupPluginInfo.SuspendLayout();

            //
            // groupPlugin
            //
            this.groupPlugin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupPlugin.Controls.Add(this.panelPlugin);
            this.groupPlugin.Controls.Add(this.groupPluginInfo);
            this.groupPlugin.Location = new System.Drawing.Point(128, 16);
            this.groupPlugin.Name     = "groupPlugin";
            this.groupPlugin.Size     = new System.Drawing.Size(616, 485);
            this.groupPlugin.TabIndex = 2;
            this.groupPlugin.TabStop  = false;

            //
            // panelPlugin
            //
            this.panelPlugin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelPlugin.Location = new System.Drawing.Point(8, 64);
            this.panelPlugin.Name     = "panelPlugin";
            this.panelPlugin.Size     = new System.Drawing.Size(600, 413);
            this.panelPlugin.TabIndex = 1;
            //
            // groupPluginInfo
            //
            this.groupPluginInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
            this.groupPluginInfo.BackColor = System.Drawing.SystemColors.Control;
            this.groupPluginInfo.Controls.Add(this.linkPluginURL);
            this.groupPluginInfo.Controls.Add(this.lblPluginInfo);
            this.groupPluginInfo.Location = new System.Drawing.Point(8, 8);
            this.groupPluginInfo.Name     = "groupPluginInfo";
            this.groupPluginInfo.Size     = new System.Drawing.Size(600, 48);
            this.groupPluginInfo.TabIndex = 0;
            this.groupPluginInfo.TabStop  = false;
            //
            // linkPluginURL
            //
            this.linkPluginURL.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.linkPluginURL.Location     = new System.Drawing.Point(424, 16);
            this.linkPluginURL.Name         = "linkPluginURL";
            this.linkPluginURL.Size         = new System.Drawing.Size(160, 23);
            this.linkPluginURL.TabIndex     = 1;
            this.linkPluginURL.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
            this.linkPluginURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkPluginURL_LinkClicked);
            //
            // lblPluginInfo
            //
            this.lblPluginInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.lblPluginInfo.Location  = new System.Drawing.Point(8, 16);
            this.lblPluginInfo.Name      = "lblPluginInfo";
            this.lblPluginInfo.Size      = new System.Drawing.Size(408, 24);
            this.lblPluginInfo.TabIndex  = 0;
            this.lblPluginInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // lstPlugins
            //
            this.lstPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
            this.lstPlugins.Location              = new System.Drawing.Point(8, 16);
            this.lstPlugins.Name                  = "lstPlugins";
            this.lstPlugins.Size                  = new System.Drawing.Size(112, 485);
            this.lstPlugins.TabIndex              = 1;
            this.lstPlugins.SelectedIndexChanged += new System.EventHandler(this.lstPlugins_SelectedIndexChanged);

            Controls.Add(this.groupPlugin);
            Controls.Add(this.lstPlugins);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new System.Windows.Forms.ComboBox();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.btnPrint = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Location = new System.Drawing.Point(26, 48);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     series1.PointOptions = piePointOptions1;
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1104, 442);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.DisplayMember = "StoreName";
     this.cboStores.FormattingEnabled = true;
     this.cboStores.Location = new System.Drawing.Point(904, 18);
     this.cboStores.Name = "cboStores";
     this.cboStores.Size = new System.Drawing.Size(121, 21);
     this.cboStores.TabIndex = 21;
     this.cboStores.ValueMember = "ID";
     this.cboStores.SelectedValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location = new System.Drawing.Point(738, 20);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(427, 245);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(300, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 25;
     this.progressBar1.UseWaitCursor = true;
     this.progressBar1.Value = 1;
     this.progressBar1.Visible = false;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::HCMIS.Desktop.Properties.Resources.printer;
     this.btnPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.Location = new System.Drawing.Point(1065, 18);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(65, 22);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // GeneralExpiryChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1155, 513);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Controls.Add(this.chartPie);
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     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()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.forF = new System.Windows.Forms.NumericUpDown();
     this.forM = new System.Windows.Forms.NumericUpDown();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.forB = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.forF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.forM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.forB)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(158, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Сколько рублей за контракт?";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 88);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(179, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Какой процент от суммы сделки?";
     //
     // forF
     //
     this.forF.DecimalPlaces = 4;
     this.forF.Location = new System.Drawing.Point(17, 64);
     this.forF.Name = "forF";
     this.forF.Size = new System.Drawing.Size(120, 20);
     this.forF.TabIndex = 3;
     //
     // forM
     //
     this.forM.DecimalPlaces = 4;
     this.forM.Increment = new decimal(new int[] {
     1,
     0,
     0,
     262144});
     this.forM.Location = new System.Drawing.Point(17, 104);
     this.forM.Name = "forM";
     this.forM.Size = new System.Drawing.Size(120, 20);
     this.forM.TabIndex = 4;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(14, 127);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(115, 13);
     this.linkLabel1.TabIndex = 5;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "http://OpenWealth.ru/";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // forB
     //
     this.forB.DecimalPlaces = 4;
     this.forB.Location = new System.Drawing.Point(17, 22);
     this.forB.Name = "forB";
     this.forB.Size = new System.Drawing.Size(120, 20);
     this.forB.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 6);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(147, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Сколько рублей за сделку?";
     //
     // CommissionUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.forB);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.forM);
     this.Controls.Add(this.forF);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "CommissionUserControl";
     this.Size = new System.Drawing.Size(271, 148);
     ((System.ComponentModel.ISupportInitialize)(this.forF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.forM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.forB)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.InputFile  = new System.Windows.Forms.TextBox();
     this.OutputFile = new System.Windows.Forms.TextBox();
     this.UseBuffer  = new System.Windows.Forms.CheckBox();
     this.Status     = new System.Windows.Forms.Label();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.OK         = new System.Windows.Forms.Button();
     this.Cancel     = new System.Windows.Forms.Button();
     this.Purchase   = new System.Windows.Forms.LinkLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(184, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Input File Name (.docx)";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(192, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Output File Name (.pdf)";
     //
     // InputFile
     //
     this.InputFile.Location = new System.Drawing.Point(8, 32);
     this.InputFile.Name     = "InputFile";
     this.InputFile.Size     = new System.Drawing.Size(320, 20);
     this.InputFile.TabIndex = 2;
     //
     // OutputFile
     //
     this.OutputFile.Location = new System.Drawing.Point(8, 80);
     this.OutputFile.Name     = "OutputFile";
     this.OutputFile.Size     = new System.Drawing.Size(320, 20);
     this.OutputFile.TabIndex = 3;
     //
     // UseBuffer
     //
     this.UseBuffer.Location = new System.Drawing.Point(8, 120);
     this.UseBuffer.Name     = "UseBuffer";
     this.UseBuffer.Size     = new System.Drawing.Size(184, 16);
     this.UseBuffer.TabIndex = 6;
     this.UseBuffer.Text     = "Transfer file as buffer";
     //
     // Status
     //
     this.Status.Location  = new System.Drawing.Point(208, 120);
     this.Status.Name      = "Status";
     this.Status.Size      = new System.Drawing.Size(120, 16);
     this.Status.TabIndex  = 7;
     this.Status.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.InputFile);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.UseBuffer);
     this.groupBox1.Controls.Add(this.OutputFile);
     this.groupBox1.Controls.Add(this.Status);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(336, 144);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     //
     // OK
     //
     this.OK.Location = new System.Drawing.Point(272, 160);
     this.OK.Name     = "OK";
     this.OK.Size     = new System.Drawing.Size(75, 23);
     this.OK.TabIndex = 9;
     this.OK.Text     = "OK";
     this.OK.Click   += new System.EventHandler(this.OK_Click);
     //
     // Cancel
     //
     this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.Location     = new System.Drawing.Point(192, 160);
     this.Cancel.Name         = "Cancel";
     this.Cancel.Size         = new System.Drawing.Size(75, 23);
     this.Cancel.TabIndex     = 10;
     this.Cancel.Text         = "Cancel";
     //
     // Purchase
     //
     this.Purchase.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Purchase.LinkArea     = new System.Windows.Forms.LinkArea(0, 0);
     this.Purchase.Location     = new System.Drawing.Point(8, 160);
     this.Purchase.Name         = "Purchase";
     this.Purchase.Size         = new System.Drawing.Size(80, 16);
     this.Purchase.TabIndex     = 11;
     this.Purchase.Text         = "Purchase...";
     this.Purchase.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Purchase_LinkClicked);
     //
     // Demo
     //
     this.AcceptButton      = this.OK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.Cancel;
     this.ClientSize        = new System.Drawing.Size(352, 189);
     this.Controls.Add(this.Purchase);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.OK);
     this.Controls.Add(this.groupBox1);
     this.Name          = "Demo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "DOCX to PDF Converter Demo";
     this.Load         += new System.EventHandler(this.Demo_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #47
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(AboutForm));
     this.btnOK = new System.Windows.Forms.Button();
     this.lnkFatcow = new System.Windows.Forms.LinkLabel();
     this.lnkCC2 = new System.Windows.Forms.LinkLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.lblAppName = new System.Windows.Forms.Label();
     this.lblAppNameLarge = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location = new System.Drawing.Point(300, 157);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // lnkFatcow
     //
     this.lnkFatcow.AutoSize = true;
     this.lnkFatcow.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.lnkFatcow.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
     this.lnkFatcow.Location = new System.Drawing.Point(3, 0);
     this.lnkFatcow.Name = "lnkFatcow";
     this.lnkFatcow.Size = new System.Drawing.Size(94, 15);
     this.lnkFatcow.TabIndex = 4;
     this.lnkFatcow.Text = "Icons by FatCow";
     this.lnkFatcow.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnLinkClicked);
     //
     // lnkCC2
     //
     this.lnkCC2.AutoSize = true;
     this.lnkCC2.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.lnkCC2.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
     this.lnkCC2.Location = new System.Drawing.Point(103, 0);
     this.lnkCC2.Name = "lnkCC2";
     this.lnkCC2.Size = new System.Drawing.Size(145, 15);
     this.lnkCC2.TabIndex = 7;
     this.lnkCC2.Text = "used under CC 3.0 License";
     this.lnkCC2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnLinkClicked);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.lnkCC2);
     this.panel1.Controls.Add(this.lnkFatcow);
     this.panel1.Location = new System.Drawing.Point(6, 126);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(387, 25);
     this.panel1.TabIndex = 8;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.lblAppNameLarge);
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(387, 63);
     this.panel2.TabIndex = 11;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(6, 9);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(32, 32);
     this.pictureBox1.TabIndex = 13;
     this.pictureBox1.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label1.Location = new System.Drawing.Point(3, 88);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 17);
     this.label1.TabIndex = 12;
     this.label1.Text = "© Chitza";
     //
     // lblAppName
     //
     this.lblAppName.AutoSize = true;
     this.lblAppName.Font = new System.Drawing.Font("Segoe UI", 12F);
     this.lblAppName.Location = new System.Drawing.Point(2, 67);
     this.lblAppName.Name = "lblAppName";
     this.lblAppName.Size = new System.Drawing.Size(116, 21);
     this.lblAppName.TabIndex = 11;
     this.lblAppName.Text = "Program.Name";
     //
     // lblAppNameLarge
     //
     this.lblAppNameLarge.AutoSize = true;
     this.lblAppNameLarge.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblAppNameLarge.Location = new System.Drawing.Point(44, 9);
     this.lblAppNameLarge.Name = "lblAppNameLarge";
     this.lblAppNameLarge.Size = new System.Drawing.Size(213, 37);
     this.lblAppNameLarge.TabIndex = 13;
     this.lblAppNameLarge.Text = "Program.Name";
     //
     // AboutForm
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton = this.btnOK;
     this.ClientSize = new System.Drawing.Size(387, 192);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblAppName);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnOK);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AboutForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "About Program.Name";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label11 = new System.Windows.Forms.Label();
      this.butOK = new System.Windows.Forms.Button();
      this.txtWmsURL = new System.Windows.Forms.TextBox();
      this.butCancel = new System.Windows.Forms.Button();
      this.linkLabelHelpWMS = new System.Windows.Forms.LinkLabel();
      this.SuspendLayout();
      //
      // label11
      //
      this.label11.AutoSize = true;
      this.label11.Location = new System.Drawing.Point(12, 9);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(368, 13);
      this.label11.TabIndex = 0;
      this.label11.Text = "Please enter the Capabilities URL for the WMS Server you would like to add:";
      //
      // butOK
      //
      this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
      this.butOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.butOK.Location = new System.Drawing.Point(224, 61);
      this.butOK.Name = "butOK";
      this.butOK.Size = new System.Drawing.Size(75, 23);
      this.butOK.TabIndex = 3;
      this.butOK.Text = "&OK";
      this.butOK.UseVisualStyleBackColor = true;
      this.butOK.Click += new System.EventHandler(this.butOK_Click);
      //
      // txtWmsURL
      //
      this.txtWmsURL.Location = new System.Drawing.Point(15, 35);
      this.txtWmsURL.Name = "txtWmsURL";
      this.txtWmsURL.Size = new System.Drawing.Size(365, 20);
      this.txtWmsURL.TabIndex = 1;
      this.txtWmsURL.Text = "http://";
      //
      // butCancel
      //
      this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.butCancel.Location = new System.Drawing.Point(305, 61);
      this.butCancel.Name = "butCancel";
      this.butCancel.Size = new System.Drawing.Size(75, 23);
      this.butCancel.TabIndex = 4;
      this.butCancel.Text = "C&ancel";
      this.butCancel.UseVisualStyleBackColor = true;
      //
      // linkLabelHelpWMS
      //
      this.linkLabelHelpWMS.AutoSize = true;
      this.linkLabelHelpWMS.Location = new System.Drawing.Point(12, 66);
      this.linkLabelHelpWMS.Name = "linkLabelHelpWMS";
      this.linkLabelHelpWMS.Size = new System.Drawing.Size(169, 13);
      this.linkLabelHelpWMS.TabIndex = 2;
      this.linkLabelHelpWMS.TabStop = true;
      this.linkLabelHelpWMS.Text = "What is a WMS Capabilities URL?";
      this.linkLabelHelpWMS.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelHelpWMS_LinkClicked);
      //
      // AddWMS
      //
      this.AcceptButton = this.butOK;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.butCancel;
      this.ClientSize = new System.Drawing.Size(388, 90);
      this.ControlBox = false;
      this.Controls.Add(this.linkLabelHelpWMS);
      this.Controls.Add(this.label11);
      this.Controls.Add(this.butOK);
      this.Controls.Add(this.txtWmsURL);
      this.Controls.Add(this.butCancel);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "AddWMS";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Add a WMS Server";
      this.Load += new System.EventHandler(this.AddWMS_Load);
      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()
 {
     this.usernamelink = new System.Windows.Forms.LinkLabel();
     this.tientucbb = new System.Windows.Forms.ComboBox();
     this.tientulb = new System.Windows.Forms.Label();
     this.dentienlb = new System.Windows.Forms.Label();
     this.dentiencbb = new System.Windows.Forms.ComboBox();
     this.hangsaolb = new System.Windows.Forms.Label();
     this.hangsaocbb = new System.Windows.Forms.ComboBox();
     this.thanhpholb = new System.Windows.Forms.Label();
     this.thanhphotb = new System.Windows.Forms.TextBox();
     this.TimKiemKhachSan_Option = new System.Windows.Forms.Button();
     this.QuayLaicl_Option = new System.Windows.Forms.Button();
     this.dangxuatlink = new System.Windows.Forms.LinkLabel();
     this.timkiemkhachsangb = new System.Windows.Forms.GroupBox();
     this.danhsachkhachsangb = new System.Windows.Forms.GroupBox();
     this.danhsachkhachsan = new System.Windows.Forms.DataGridView();
     this.DatPhongKhachSan_Option = new System.Windows.Forms.Button();
     this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tenKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.soSao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.soNha = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.duong = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.quan = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.thanhPho = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.giaTB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.moTa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.timkiemkhachsangb.SuspendLayout();
     this.danhsachkhachsangb.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.danhsachkhachsan)).BeginInit();
     this.SuspendLayout();
     //
     // usernamelink
     //
     this.usernamelink.ActiveLinkColor = System.Drawing.Color.Black;
     this.usernamelink.AutoSize = true;
     this.usernamelink.DisabledLinkColor = System.Drawing.Color.Red;
     this.usernamelink.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.usernamelink.Location = new System.Drawing.Point(1120, 9);
     this.usernamelink.Name = "usernamelink";
     this.usernamelink.Size = new System.Drawing.Size(80, 20);
     this.usernamelink.TabIndex = 12;
     this.usernamelink.TabStop = true;
     this.usernamelink.Text = "username";
     this.usernamelink.VisitedLinkColor = System.Drawing.Color.Red;
     //
     // tientucbb
     //
     this.tientucbb.FormattingEnabled = true;
     this.tientucbb.Items.AddRange(new object[] {
     "Chọn",
     "500.000",
     "1.000.000",
     "1.500.000",
     "2.000.000",
     "2.500.000",
     "3.000.000"});
     this.tientucbb.Location = new System.Drawing.Point(28, 59);
     this.tientucbb.Name = "tientucbb";
     this.tientucbb.Size = new System.Drawing.Size(100, 26);
     this.tientucbb.TabIndex = 13;
     //
     // tientulb
     //
     this.tientulb.AutoSize = true;
     this.tientulb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tientulb.Location = new System.Drawing.Point(25, 39);
     this.tientulb.Name = "tientulb";
     this.tientulb.Size = new System.Drawing.Size(52, 18);
     this.tientulb.TabIndex = 14;
     this.tientulb.Text = "Giá từ";
     //
     // dentienlb
     //
     this.dentienlb.AutoSize = true;
     this.dentienlb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dentienlb.Location = new System.Drawing.Point(156, 39);
     this.dentienlb.Name = "dentienlb";
     this.dentienlb.Size = new System.Drawing.Size(37, 18);
     this.dentienlb.TabIndex = 16;
     this.dentienlb.Text = "Đến";
     //
     // dentiencbb
     //
     this.dentiencbb.FormattingEnabled = true;
     this.dentiencbb.Items.AddRange(new object[] {
     "Chọn",
     "1.000.000",
     "1.500.000",
     "2.000.000",
     "2.500.000",
     "3.000.000",
     "3.500.000",
     "4.000.000"});
     this.dentiencbb.Location = new System.Drawing.Point(159, 59);
     this.dentiencbb.Name = "dentiencbb";
     this.dentiencbb.Size = new System.Drawing.Size(100, 26);
     this.dentiencbb.TabIndex = 15;
     //
     // hangsaolb
     //
     this.hangsaolb.AutoSize = true;
     this.hangsaolb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hangsaolb.Location = new System.Drawing.Point(288, 39);
     this.hangsaolb.Name = "hangsaolb";
     this.hangsaolb.Size = new System.Drawing.Size(75, 18);
     this.hangsaolb.TabIndex = 18;
     this.hangsaolb.Text = "Hạng sao";
     //
     // hangsaocbb
     //
     this.hangsaocbb.FormattingEnabled = true;
     this.hangsaocbb.Items.AddRange(new object[] {
     "Chọn",
     "1",
     "2",
     "3",
     "4",
     "5"});
     this.hangsaocbb.Location = new System.Drawing.Point(291, 59);
     this.hangsaocbb.Name = "hangsaocbb";
     this.hangsaocbb.Size = new System.Drawing.Size(100, 26);
     this.hangsaocbb.TabIndex = 17;
     //
     // thanhpholb
     //
     this.thanhpholb.AutoSize = true;
     this.thanhpholb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.thanhpholb.Location = new System.Drawing.Point(419, 39);
     this.thanhpholb.Name = "thanhpholb";
     this.thanhpholb.Size = new System.Drawing.Size(80, 18);
     this.thanhpholb.TabIndex = 20;
     this.thanhpholb.Text = "Thành phố";
     //
     // thanhphotb
     //
     this.thanhphotb.Location = new System.Drawing.Point(422, 59);
     this.thanhphotb.Name = "thanhphotb";
     this.thanhphotb.Size = new System.Drawing.Size(100, 26);
     this.thanhphotb.TabIndex = 21;
     //
     // TimKiemKhachSan_Option
     //
     this.TimKiemKhachSan_Option.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(26)))), ((int)(((byte)(52)))));
     this.TimKiemKhachSan_Option.FlatAppearance.BorderSize = 0;
     this.TimKiemKhachSan_Option.Font = new System.Drawing.Font("Arial", 12F);
     this.TimKiemKhachSan_Option.ForeColor = System.Drawing.Color.White;
     this.TimKiemKhachSan_Option.Location = new System.Drawing.Point(551, 57);
     this.TimKiemKhachSan_Option.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.TimKiemKhachSan_Option.Name = "TimKiemKhachSan_Option";
     this.TimKiemKhachSan_Option.Size = new System.Drawing.Size(100, 30);
     this.TimKiemKhachSan_Option.TabIndex = 22;
     this.TimKiemKhachSan_Option.Text = "Tìm Kiếm";
     this.TimKiemKhachSan_Option.UseVisualStyleBackColor = false;
     //
     // QuayLaicl_Option
     //
     this.QuayLaicl_Option.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(3)))), ((int)(((byte)(149)))));
     this.QuayLaicl_Option.FlatAppearance.BorderSize = 0;
     this.QuayLaicl_Option.Font = new System.Drawing.Font("Arial", 12F);
     this.QuayLaicl_Option.ForeColor = System.Drawing.Color.White;
     this.QuayLaicl_Option.Location = new System.Drawing.Point(1147, 118);
     this.QuayLaicl_Option.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.QuayLaicl_Option.Name = "QuayLaicl_Option";
     this.QuayLaicl_Option.Size = new System.Drawing.Size(100, 30);
     this.QuayLaicl_Option.TabIndex = 23;
     this.QuayLaicl_Option.Text = "Quay Lại";
     this.QuayLaicl_Option.UseVisualStyleBackColor = false;
     //
     // dangxuatlink
     //
     this.dangxuatlink.ActiveLinkColor = System.Drawing.Color.Black;
     this.dangxuatlink.AutoSize = true;
     this.dangxuatlink.DisabledLinkColor = System.Drawing.Color.Red;
     this.dangxuatlink.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dangxuatlink.Location = new System.Drawing.Point(1206, 9);
     this.dangxuatlink.Name = "dangxuatlink";
     this.dangxuatlink.Size = new System.Drawing.Size(82, 20);
     this.dangxuatlink.TabIndex = 25;
     this.dangxuatlink.TabStop = true;
     this.dangxuatlink.Text = "Đăng xuất";
     this.dangxuatlink.VisitedLinkColor = System.Drawing.Color.Red;
     //
     // timkiemkhachsangb
     //
     this.timkiemkhachsangb.Controls.Add(this.tientucbb);
     this.timkiemkhachsangb.Controls.Add(this.tientulb);
     this.timkiemkhachsangb.Controls.Add(this.dentiencbb);
     this.timkiemkhachsangb.Controls.Add(this.dentienlb);
     this.timkiemkhachsangb.Controls.Add(this.TimKiemKhachSan_Option);
     this.timkiemkhachsangb.Controls.Add(this.hangsaocbb);
     this.timkiemkhachsangb.Controls.Add(this.thanhphotb);
     this.timkiemkhachsangb.Controls.Add(this.hangsaolb);
     this.timkiemkhachsangb.Controls.Add(this.thanhpholb);
     this.timkiemkhachsangb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.timkiemkhachsangb.Location = new System.Drawing.Point(44, 43);
     this.timkiemkhachsangb.Name = "timkiemkhachsangb";
     this.timkiemkhachsangb.Size = new System.Drawing.Size(685, 105);
     this.timkiemkhachsangb.TabIndex = 26;
     this.timkiemkhachsangb.TabStop = false;
     this.timkiemkhachsangb.Text = "TÌM KIẾM KHÁCH SẠN";
     //
     // danhsachkhachsangb
     //
     this.danhsachkhachsangb.Controls.Add(this.danhsachkhachsan);
     this.danhsachkhachsangb.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.danhsachkhachsangb.Location = new System.Drawing.Point(44, 172);
     this.danhsachkhachsangb.Name = "danhsachkhachsangb";
     this.danhsachkhachsangb.Size = new System.Drawing.Size(1203, 495);
     this.danhsachkhachsangb.TabIndex = 27;
     this.danhsachkhachsangb.TabStop = false;
     this.danhsachkhachsangb.Text = "DANH SÁCH KHÁCH SẠN";
     //
     // danhsachkhachsan
     //
     this.danhsachkhachsan.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
     this.danhsachkhachsan.ColumnHeadersHeight = 30;
     this.danhsachkhachsan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT,
     this.tenKS,
     this.soSao,
     this.soNha,
     this.duong,
     this.quan,
     this.thanhPho,
     this.giaTB,
     this.moTa});
     this.danhsachkhachsan.Location = new System.Drawing.Point(11, 25);
     this.danhsachkhachsan.Name = "danhsachkhachsan";
     this.danhsachkhachsan.RowHeadersWidth = 90;
     this.danhsachkhachsan.Size = new System.Drawing.Size(1181, 459);
     this.danhsachkhachsan.TabIndex = 0;
     //
     // DatPhongKhachSan_Option
     //
     this.DatPhongKhachSan_Option.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(26)))), ((int)(((byte)(52)))));
     this.DatPhongKhachSan_Option.FlatAppearance.BorderSize = 0;
     this.DatPhongKhachSan_Option.Font = new System.Drawing.Font("Arial", 12F);
     this.DatPhongKhachSan_Option.ForeColor = System.Drawing.Color.White;
     this.DatPhongKhachSan_Option.Location = new System.Drawing.Point(1023, 118);
     this.DatPhongKhachSan_Option.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.DatPhongKhachSan_Option.Name = "DatPhongKhachSan_Option";
     this.DatPhongKhachSan_Option.Size = new System.Drawing.Size(100, 30);
     this.DatPhongKhachSan_Option.TabIndex = 28;
     this.DatPhongKhachSan_Option.Text = "Đặt Phòng";
     this.DatPhongKhachSan_Option.UseVisualStyleBackColor = false;
     //
     // STT
     //
     this.STT.HeaderText = "STT";
     this.STT.Name = "STT";
     //
     // tenKS
     //
     this.tenKS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.tenKS.HeaderText = "Tên khách sạn";
     this.tenKS.Name = "tenKS";
     this.tenKS.Width = 133;
     //
     // soSao
     //
     this.soSao.HeaderText = "Số sao";
     this.soSao.Name = "soSao";
     //
     // soNha
     //
     this.soNha.HeaderText = "Địa chỉ số";
     this.soNha.Name = "soNha";
     //
     // duong
     //
     this.duong.HeaderText = "Trên đường";
     this.duong.Name = "duong";
     //
     // quan
     //
     this.quan.HeaderText = "Thuộc quận";
     this.quan.Name = "quan";
     //
     // thanhPho
     //
     this.thanhPho.HeaderText = "Thành phố";
     this.thanhPho.Name = "thanhPho";
     //
     // giaTB
     //
     this.giaTB.HeaderText = "Giá cả";
     this.giaTB.Name = "giaTB";
     //
     // moTa
     //
     this.moTa.HeaderText = "Mô tả";
     this.moTa.Name = "moTa";
     //
     // HotelSearching
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(124)))), ((int)(((byte)(248)))));
     this.ClientSize = new System.Drawing.Size(1300, 700);
     this.Controls.Add(this.DatPhongKhachSan_Option);
     this.Controls.Add(this.danhsachkhachsangb);
     this.Controls.Add(this.timkiemkhachsangb);
     this.Controls.Add(this.dangxuatlink);
     this.Controls.Add(this.QuayLaicl_Option);
     this.Controls.Add(this.usernamelink);
     this.Name = "HotelSearching";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "HotelSearching";
     this.timkiemkhachsangb.ResumeLayout(false);
     this.timkiemkhachsangb.PerformLayout();
     this.danhsachkhachsangb.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.danhsachkhachsan)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #50
0
        /// <summary>
        /// This method is required for Windows Forms designer support.
        /// Do not change the method contents inside the source code editor. The Forms designer might
        /// not be able to load this method if it was changed manually.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Bloom bloom1  = new Bloom();
            Bloom bloom2  = new Bloom();
            Bloom bloom3  = new Bloom();
            Bloom bloom4  = new Bloom();
            Bloom bloom5  = new Bloom();
            Bloom bloom6  = new Bloom();
            Bloom bloom7  = new Bloom();
            Bloom bloom8  = new Bloom();
            Bloom bloom9  = new Bloom();
            Bloom bloom10 = new Bloom();
            Bloom bloom11 = new Bloom();
            Bloom bloom12 = new Bloom();
            Bloom bloom13 = new Bloom();
            Bloom bloom14 = new Bloom();
            Bloom bloom15 = new Bloom();
            Bloom bloom16 = new Bloom();
            Bloom bloom17 = new Bloom();
            Bloom bloom18 = new Bloom();
            Bloom bloom19 = new Bloom();
            Bloom bloom20 = new Bloom();
            Bloom bloom21 = new Bloom();
            Bloom bloom22 = new Bloom();
            Bloom bloom23 = new Bloom();
            Bloom bloom24 = new Bloom();

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Panel));
            this.Forma_principal    = new FusionTheme();
            this.btn_salir          = new StudioButton();
            this.contenedor1        = new System.Windows.Forms.SplitContainer();
            this.menu_btn_caja      = new System.Windows.Forms.Button();
            this.label5             = new System.Windows.Forms.Label();
            this.menu_btn_config    = new System.Windows.Forms.Button();
            this.menu_btn_empleados = new System.Windows.Forms.Button();
            this.menu_btn_salir     = new System.Windows.Forms.Button();
            this.menu_btn_finanza   = new System.Windows.Forms.Button();
            this.btn_pedido         = new System.Windows.Forms.Button();
            this.btn_agregado       = new System.Windows.Forms.Button();
            this.btn_producto       = new System.Windows.Forms.Button();
            this.btn_cliente        = new System.Windows.Forms.Button();
            this.lb_empleado        = new System.Windows.Forms.Label();
            this.lb_finanza         = new System.Windows.Forms.Label();
            this.lb_salir           = new System.Windows.Forms.Label();
            this.lb_config          = new System.Windows.Forms.Label();
            this.label4             = new System.Windows.Forms.Label();
            this.label3             = new System.Windows.Forms.Label();
            this.label2             = new System.Windows.Forms.Label();
            this.label1             = new System.Windows.Forms.Label();
            this.lb_estado_caja     = new System.Windows.Forms.LinkLabel();
            this.menu_lb_tipo       = new System.Windows.Forms.LinkLabel();
            this.menu_lb_pass       = new System.Windows.Forms.LinkLabel();
            this.menu_lb_usuario    = new System.Windows.Forms.LinkLabel();
            this.menu_lb_leyenda    = new System.Windows.Forms.LinkLabel();
            this.picture_logo1      = new System.Windows.Forms.PictureBox();
            this.pc_milogo          = new System.Windows.Forms.PictureBox();
            this.timer1             = new System.Windows.Forms.Timer(this.components);
            this.Forma_principal.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contenedor1)).BeginInit();
            this.contenedor1.Panel1.SuspendLayout();
            this.contenedor1.Panel2.SuspendLayout();
            this.contenedor1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picture_logo1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pc_milogo)).BeginInit();
            this.SuspendLayout();
            //
            // Forma_principal
            //
            this.Forma_principal.BackColor   = System.Drawing.Color.White;
            this.Forma_principal.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
            bloom1.Name   = "Sides";
            bloom1.Value  = System.Drawing.Color.Red;
            bloom2.Name   = "Gradient1";
            bloom2.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(53)))), ((int)(((byte)(91)))));
            bloom3.Name   = "Gradient2";
            bloom3.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(53)))), ((int)(((byte)(91)))));
            bloom4.Name   = "Text";
            bloom4.Value  = System.Drawing.Color.White;
            bloom5.Name   = "Back";
            bloom5.Value  = System.Drawing.Color.White;
            bloom6.Name   = "Border1";
            bloom6.Value  = System.Drawing.Color.Black;
            bloom7.Name   = "Border2";
            bloom7.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom8.Name   = "Border3";
            bloom8.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom9.Name   = "Border4";
            bloom9.Value  = System.Drawing.Color.Black;
            bloom10.Name  = "Blend1";
            bloom10.Value = System.Drawing.Color.Transparent;
            bloom11.Name  = "Blend2";
            bloom11.Value = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            this.Forma_principal.Colors = new Bloom[] {
                bloom1,
                bloom2,
                bloom3,
                bloom4,
                bloom5,
                bloom6,
                bloom7,
                bloom8,
                bloom9,
                bloom10,
                bloom11
            };
            this.Forma_principal.Controls.Add(this.btn_salir);
            this.Forma_principal.Controls.Add(this.contenedor1);
            this.Forma_principal.Customization   = "AAD//1s1I/9bNSP///////////8AAAD/Pzw8/z88PP8AAAD/////AD88PP8=";
            this.Forma_principal.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.Forma_principal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Forma_principal.Image           = null;
            this.Forma_principal.Location        = new System.Drawing.Point(0, 0);
            this.Forma_principal.Movable         = false;
            this.Forma_principal.Name            = "Forma_principal";
            this.Forma_principal.NoRounding      = false;
            this.Forma_principal.Sizable         = false;
            this.Forma_principal.Size            = new System.Drawing.Size(921, 504);
            this.Forma_principal.SmartBounds     = true;
            this.Forma_principal.TabIndex        = 1;
            this.Forma_principal.Text            = "fusionTheme1";
            this.Forma_principal.TransparencyKey = System.Drawing.Color.Fuchsia;
            //
            // btn_salir
            //
            this.btn_salir.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_salir.BackColor = System.Drawing.Color.Transparent;
            bloom12.Name             = "DownGradient1";
            bloom12.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(89)))), ((int)(((byte)(152)))));
            bloom13.Name             = "DownGradient2";
            bloom13.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(89)))), ((int)(((byte)(152)))));
            bloom14.Name             = "NoneGradient1";
            bloom14.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(85)))), ((int)(((byte)(115)))));
            bloom15.Name             = "NoneGradient2";
            bloom15.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(65)))), ((int)(((byte)(95)))));
            bloom16.Name             = "Shine1";
            bloom16.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom17.Name             = "Shine2A";
            bloom17.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom18.Name             = "Shine2B";
            bloom18.Value            = System.Drawing.Color.Transparent;
            bloom19.Name             = "Shine3";
            bloom19.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom20.Name             = "TextShade";
            bloom20.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom21.Name             = "Text";
            bloom21.Value            = System.Drawing.Color.White;
            bloom22.Name             = "Glow";
            bloom22.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom23.Name             = "Border";
            bloom23.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(40)))), ((int)(((byte)(70)))));
            bloom24.Name             = "Corners";
            bloom24.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(40)))), ((int)(((byte)(70)))));
            this.btn_salir.Colors    = new Bloom[] {
                bloom12,
                bloom13,
                bloom14,
                bloom15,
                bloom16,
                bloom17,
                bloom18,
                bloom19,
                bloom20,
                bloom21,
                bloom22,
                bloom23,
                bloom24
            };
            this.btn_salir.Customization = "mFk7/5hZO/9zVUH/X0Et/////x7///8e////AP///xQAAAAy/////////wpGKBT/RigU/w==";
            this.btn_salir.Font          = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.btn_salir.Image         = null;
            this.btn_salir.Location      = new System.Drawing.Point(881, 5);
            this.btn_salir.MaximumSize   = new System.Drawing.Size(28, 26);
            this.btn_salir.MinimumSize   = new System.Drawing.Size(28, 26);
            this.btn_salir.Name          = "btn_salir";
            this.btn_salir.NoRounding    = false;
            this.btn_salir.Size          = new System.Drawing.Size(28, 26);
            this.btn_salir.TabIndex      = 15;
            this.btn_salir.Text          = "X";
            this.btn_salir.Transparent   = true;
            this.btn_salir.Click        += new System.EventHandler(this.Btn_salirClick);
            //
            // contenedor1
            //
            this.contenedor1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.contenedor1.BackColor       = System.Drawing.Color.Red;
            this.contenedor1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
            this.contenedor1.IsSplitterFixed = true;
            this.contenedor1.Location        = new System.Drawing.Point(12, 35);
            this.contenedor1.Name            = "contenedor1";
            this.contenedor1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
            //
            // contenedor1.Panel1
            //
            this.contenedor1.Panel1.BackColor = System.Drawing.SystemColors.Control;
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_caja);
            this.contenedor1.Panel1.Controls.Add(this.label5);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_config);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_empleados);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_salir);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_finanza);
            this.contenedor1.Panel1.Controls.Add(this.btn_pedido);
            this.contenedor1.Panel1.Controls.Add(this.btn_agregado);
            this.contenedor1.Panel1.Controls.Add(this.btn_producto);
            this.contenedor1.Panel1.Controls.Add(this.btn_cliente);
            this.contenedor1.Panel1.Controls.Add(this.lb_empleado);
            this.contenedor1.Panel1.Controls.Add(this.lb_finanza);
            this.contenedor1.Panel1.Controls.Add(this.lb_salir);
            this.contenedor1.Panel1.Controls.Add(this.lb_config);
            this.contenedor1.Panel1.Controls.Add(this.label4);
            this.contenedor1.Panel1.Controls.Add(this.label3);
            this.contenedor1.Panel1.Controls.Add(this.label2);
            this.contenedor1.Panel1.Controls.Add(this.label1);
            //
            // contenedor1.Panel2
            //
            this.contenedor1.Panel2.Controls.Add(this.lb_estado_caja);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_tipo);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_pass);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_usuario);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_leyenda);
            this.contenedor1.Panel2.Controls.Add(this.picture_logo1);
            this.contenedor1.Panel2.Controls.Add(this.pc_milogo);
            this.contenedor1.Size             = new System.Drawing.Size(897, 457);
            this.contenedor1.SplitterDistance = 99;
            this.contenedor1.TabIndex         = 5;
            //
            // menu_btn_caja
            //
            this.menu_btn_caja.AccessibleDescription = "Tomar Pedidos";
            this.menu_btn_caja.AccessibleName        = "Tomar Pedido";
            this.menu_btn_caja.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.menu_btn_caja.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_caja.BackgroundImage")));
            this.menu_btn_caja.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.menu_btn_caja.Location              = new System.Drawing.Point(370, 22);
            this.menu_btn_caja.Name     = "menu_btn_caja";
            this.menu_btn_caja.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_caja.TabIndex = 31;
            this.menu_btn_caja.UseVisualStyleBackColor = true;
            this.menu_btn_caja.Click += new System.EventHandler(this.Menu_btn_cajaClick);
            //
            // label5
            //
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location  = new System.Drawing.Point(374, 4);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(72, 16);
            this.label5.TabIndex  = 32;
            this.label5.Text      = "Caja";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // menu_btn_config
            //
            this.menu_btn_config.AccessibleDescription = "Info";
            this.menu_btn_config.AccessibleName        = "Info";
            this.menu_btn_config.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_config.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_config.BackgroundImage")));
            this.menu_btn_config.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.menu_btn_config.Location              = new System.Drawing.Point(727, 22);
            this.menu_btn_config.Name     = "menu_btn_config";
            this.menu_btn_config.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_config.TabIndex = 29;
            this.menu_btn_config.UseVisualStyleBackColor = true;
            this.menu_btn_config.Click += new System.EventHandler(this.Menu_btn_configClick);
            //
            // menu_btn_empleados
            //
            this.menu_btn_empleados.AccessibleDescription = "Info";
            this.menu_btn_empleados.AccessibleName        = "Info";
            this.menu_btn_empleados.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_empleados.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_empleados.BackgroundImage")));
            this.menu_btn_empleados.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_empleados.Location              = new System.Drawing.Point(552, 22);
            this.menu_btn_empleados.Name     = "menu_btn_empleados";
            this.menu_btn_empleados.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_empleados.TabIndex = 27;
            this.menu_btn_empleados.UseVisualStyleBackColor = true;
            this.menu_btn_empleados.Click += new System.EventHandler(this.Menu_btn_empleadosClick);
            //
            // menu_btn_salir
            //
            this.menu_btn_salir.AccessibleDescription = "Info";
            this.menu_btn_salir.AccessibleName        = "Info";
            this.menu_btn_salir.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_salir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_salir.BackgroundImage")));
            this.menu_btn_salir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_salir.Location              = new System.Drawing.Point(813, 22);
            this.menu_btn_salir.Name     = "menu_btn_salir";
            this.menu_btn_salir.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_salir.TabIndex = 25;
            this.menu_btn_salir.UseVisualStyleBackColor = true;
            this.menu_btn_salir.Click += new System.EventHandler(this.Menu_btn_salirClick);
            //
            // menu_btn_finanza
            //
            this.menu_btn_finanza.AccessibleDescription = "Info";
            this.menu_btn_finanza.AccessibleName        = "Info";
            this.menu_btn_finanza.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_finanza.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_finanza.BackgroundImage")));
            this.menu_btn_finanza.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_finanza.Location              = new System.Drawing.Point(640, 22);
            this.menu_btn_finanza.Name     = "menu_btn_finanza";
            this.menu_btn_finanza.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_finanza.TabIndex = 18;
            this.menu_btn_finanza.UseVisualStyleBackColor = true;
            this.menu_btn_finanza.Click += new System.EventHandler(this.Menu_btn_finanzaClick);
            //
            // btn_pedido
            //
            this.btn_pedido.AccessibleDescription = "Tomar Pedidos";
            this.btn_pedido.AccessibleName        = "Tomar Pedido";
            this.btn_pedido.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_pedido.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_pedido.BackgroundImage")));
            this.btn_pedido.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_pedido.Location              = new System.Drawing.Point(281, 22);
            this.btn_pedido.Name     = "btn_pedido";
            this.btn_pedido.Size     = new System.Drawing.Size(72, 72);
            this.btn_pedido.TabIndex = 19;
            this.btn_pedido.UseVisualStyleBackColor = true;
            this.btn_pedido.Click += new System.EventHandler(this.Btn_pedidoClick);
            //
            // btn_agregado
            //
            this.btn_agregado.AccessibleDescription = "Nuevo Agregados";
            this.btn_agregado.AccessibleName        = "Nuevo Agregados";
            this.btn_agregado.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_agregado.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_agregado.BackgroundImage")));
            this.btn_agregado.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_agregado.Location              = new System.Drawing.Point(193, 22);
            this.btn_agregado.Name     = "btn_agregado";
            this.btn_agregado.Size     = new System.Drawing.Size(72, 72);
            this.btn_agregado.TabIndex = 17;
            this.btn_agregado.UseVisualStyleBackColor = true;
            this.btn_agregado.Click += new System.EventHandler(this.Btn_agregadoClick);
            //
            // btn_producto
            //
            this.btn_producto.AccessibleDescription = "Mis Productos";
            this.btn_producto.AccessibleName        = "Mis Productos";
            this.btn_producto.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_producto.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_producto.BackgroundImage")));
            this.btn_producto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_producto.Location              = new System.Drawing.Point(104, 22);
            this.btn_producto.Name     = "btn_producto";
            this.btn_producto.Size     = new System.Drawing.Size(72, 72);
            this.btn_producto.TabIndex = 16;
            this.btn_producto.UseVisualStyleBackColor = true;
            this.btn_producto.Click += new System.EventHandler(this.Btn_productoClick);
            //
            // btn_cliente
            //
            this.btn_cliente.AccessibleDescription = "Clientes";
            this.btn_cliente.AccessibleName        = "Clientes";
            this.btn_cliente.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
            this.btn_cliente.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("btn_cliente.BackgroundImage")));
            this.btn_cliente.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Center;
            this.btn_cliente.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btn_cliente.Location                   = new System.Drawing.Point(15, 22);
            this.btn_cliente.Name     = "btn_cliente";
            this.btn_cliente.Size     = new System.Drawing.Size(72, 72);
            this.btn_cliente.TabIndex = 15;
            this.btn_cliente.UseVisualStyleBackColor = true;
            this.btn_cliente.Click += new System.EventHandler(this.Btn_clienteClick);
            //
            // lb_empleado
            //
            this.lb_empleado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_empleado.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_empleado.Location  = new System.Drawing.Point(550, 4);
            this.lb_empleado.Name      = "lb_empleado";
            this.lb_empleado.Size      = new System.Drawing.Size(72, 16);
            this.lb_empleado.TabIndex  = 30;
            this.lb_empleado.Text      = "Empleados";
            this.lb_empleado.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_finanza
            //
            this.lb_finanza.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_finanza.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_finanza.Location  = new System.Drawing.Point(638, 4);
            this.lb_finanza.Name      = "lb_finanza";
            this.lb_finanza.Size      = new System.Drawing.Size(72, 16);
            this.lb_finanza.TabIndex  = 28;
            this.lb_finanza.Text      = "Finanzas";
            this.lb_finanza.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_salir
            //
            this.lb_salir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_salir.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_salir.Location  = new System.Drawing.Point(813, 3);
            this.lb_salir.Name      = "lb_salir";
            this.lb_salir.Size      = new System.Drawing.Size(72, 16);
            this.lb_salir.TabIndex  = 26;
            this.lb_salir.Text      = "Salir";
            this.lb_salir.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_config
            //
            this.lb_config.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_config.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_config.Location  = new System.Drawing.Point(727, 4);
            this.lb_config.Name      = "lb_config";
            this.lb_config.Size      = new System.Drawing.Size(72, 16);
            this.lb_config.TabIndex  = 24;
            this.lb_config.Text      = "Opciones";
            this.lb_config.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label4
            //
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location  = new System.Drawing.Point(282, 4);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(72, 16);
            this.label4.TabIndex  = 23;
            this.label4.Text      = "Pedido";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label3
            //
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location  = new System.Drawing.Point(192, 4);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(72, 16);
            this.label3.TabIndex  = 22;
            this.label3.Text      = "Extras";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label2
            //
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location  = new System.Drawing.Point(104, 4);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(72, 16);
            this.label2.TabIndex  = 21;
            this.label2.Text      = "Productos";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label1
            //
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location  = new System.Drawing.Point(15, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(72, 16);
            this.label1.TabIndex  = 20;
            this.label1.Text      = "Clientes";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_estado_caja
            //
            this.lb_estado_caja.ActiveLinkColor   = System.Drawing.Color.Black;
            this.lb_estado_caja.BackColor         = System.Drawing.Color.Black;
            this.lb_estado_caja.DisabledLinkColor = System.Drawing.Color.White;
            this.lb_estado_caja.Font             = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.lb_estado_caja.LinkColor        = System.Drawing.Color.White;
            this.lb_estado_caja.Location         = new System.Drawing.Point(3, 2);
            this.lb_estado_caja.Name             = "lb_estado_caja";
            this.lb_estado_caja.Size             = new System.Drawing.Size(339, 16);
            this.lb_estado_caja.TabIndex         = 19;
            this.lb_estado_caja.TabStop          = true;
            this.lb_estado_caja.Text             = "La Caja esta ABIERTA";
            this.lb_estado_caja.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_tipo
            //
            this.menu_lb_tipo.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_tipo.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.menu_lb_tipo.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_tipo.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_tipo.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_tipo.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_tipo.Location         = new System.Drawing.Point(526, 23);
            this.menu_lb_tipo.Name             = "menu_lb_tipo";
            this.menu_lb_tipo.Size             = new System.Drawing.Size(368, 16);
            this.menu_lb_tipo.TabIndex         = 16;
            this.menu_lb_tipo.TabStop          = true;
            this.menu_lb_tipo.Text             = "tipo";
            this.menu_lb_tipo.TextAlign        = System.Drawing.ContentAlignment.MiddleRight;
            this.menu_lb_tipo.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_pass
            //
            this.menu_lb_pass.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_pass.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_pass.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_pass.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_pass.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_pass.Location         = new System.Drawing.Point(3, 117);
            this.menu_lb_pass.Name             = "menu_lb_pass";
            this.menu_lb_pass.Size             = new System.Drawing.Size(139, 16);
            this.menu_lb_pass.TabIndex         = 15;
            this.menu_lb_pass.TabStop          = true;
            this.menu_lb_pass.Text             = "pass";
            this.menu_lb_pass.Visible          = false;
            this.menu_lb_pass.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_usuario
            //
            this.menu_lb_usuario.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_usuario.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_usuario.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_usuario.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_usuario.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_usuario.Location         = new System.Drawing.Point(3, 97);
            this.menu_lb_usuario.Name             = "menu_lb_usuario";
            this.menu_lb_usuario.Size             = new System.Drawing.Size(139, 16);
            this.menu_lb_usuario.TabIndex         = 14;
            this.menu_lb_usuario.TabStop          = true;
            this.menu_lb_usuario.Text             = "rut";
            this.menu_lb_usuario.Visible          = false;
            this.menu_lb_usuario.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_leyenda
            //
            this.menu_lb_leyenda.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_leyenda.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.menu_lb_leyenda.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_leyenda.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_leyenda.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_leyenda.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_leyenda.Location         = new System.Drawing.Point(526, 2);
            this.menu_lb_leyenda.Name             = "menu_lb_leyenda";
            this.menu_lb_leyenda.Size             = new System.Drawing.Size(368, 16);
            this.menu_lb_leyenda.TabIndex         = 13;
            this.menu_lb_leyenda.TabStop          = true;
            this.menu_lb_leyenda.Text             = "Fecha actual";
            this.menu_lb_leyenda.TextAlign        = System.Drawing.ContentAlignment.MiddleRight;
            this.menu_lb_leyenda.VisitedLinkColor = System.Drawing.Color.White;
            //
            // picture_logo1
            //
            this.picture_logo1.BackColor             = System.Drawing.SystemColors.ControlText;
            this.picture_logo1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("picture_logo1.BackgroundImage")));
            this.picture_logo1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.picture_logo1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.picture_logo1.Location = new System.Drawing.Point(0, 0);
            this.picture_logo1.Name     = "picture_logo1";
            this.picture_logo1.Size     = new System.Drawing.Size(897, 354);
            this.picture_logo1.TabIndex = 12;
            this.picture_logo1.TabStop  = false;
            //
            // pc_milogo
            //
            this.pc_milogo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.pc_milogo.BackColor             = System.Drawing.Color.Black;
            this.pc_milogo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pc_milogo.BackgroundImage")));
            this.pc_milogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.pc_milogo.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pc_milogo.ErrorImage            = null;
            this.pc_milogo.Location = new System.Drawing.Point(0, 303);
            this.pc_milogo.Name     = "pc_milogo";
            this.pc_milogo.Size     = new System.Drawing.Size(897, 51);
            this.pc_milogo.TabIndex = 11;
            this.pc_milogo.TabStop  = false;
            //
            // Panel
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(921, 504);
            this.Controls.Add(this.Forma_principal);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon            = global::cgcommerce.imagenes.Paomedia_Small_N_Flat_Shop;
            this.Name            = "Panel";
            this.Text            = "Sistema Control Pedido v1.3.6";
            this.TransparencyKey = System.Drawing.Color.Fuchsia;
            this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.PanelFormClosing);
            this.Forma_principal.ResumeLayout(false);
            this.contenedor1.Panel1.ResumeLayout(false);
            this.contenedor1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.contenedor1)).EndInit();
            this.contenedor1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picture_logo1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pc_milogo)).EndInit();
            this.ResumeLayout(false);
        }
Example #51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.button3 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.Location = new System.Drawing.Point(82, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 30);
     this.label1.TabIndex = 1;
     this.label1.Text = "QR";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label2.Location = new System.Drawing.Point(115, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(61, 30);
     this.label2.TabIndex = 2;
     this.label2.Text = "Code";
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location = new System.Drawing.Point(321, 252);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(66, 22);
     this.button2.TabIndex = 3;
     this.button2.Text = "OK";
     this.button2.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 86);
     this.label3.Name = "label3";
     this.label3.Padding = new System.Windows.Forms.Padding(3);
     this.label3.Size = new System.Drawing.Size(338, 110);
     this.label3.TabIndex = 4;
     this.label3.Text = "QRCode\r\n\r\nVersion 1.1.0 (Build 1.1.0.5352)\r\n\r\nCopyright (C) 2004-2013 ArvYStaTe.n" +
     "et\r\n\r\nQRCode by Legoless is licensed under a Creative Commons License.\r\nFor more" +
     " information visit websites:";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkColor = System.Drawing.Color.CornflowerBlue;
     this.linkLabel1.Location = new System.Drawing.Point(22, 203);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(95, 13);
     this.linkLabel1.TabIndex = 6;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "www.arvystate.net";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.LinkColor = System.Drawing.Color.CornflowerBlue;
     this.linkLabel2.Location = new System.Drawing.Point(22, 224);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(108, 13);
     this.linkLabel2.TabIndex = 7;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "creativecommons.org";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel2LinkClicked);
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Transparent;
     this.button3.BackgroundImage = global::QRCode.Properties.Resources.creativecommons;
     this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.ForeColor = System.Drawing.SystemColors.Control;
     this.button3.Location = new System.Drawing.Point(291, 201);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(99, 36);
     this.button3.TabIndex = 5;
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.BackgroundImage = global::QRCode.Properties.Resources.QRCode;
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.button1.Enabled = false;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.ForeColor = System.Drawing.SystemColors.Control;
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(78, 69);
     this.button1.TabIndex = 0;
     this.button1.UseVisualStyleBackColor = false;
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.button2;
     this.ClientSize = new System.Drawing.Size(399, 286);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.linkLabel2);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "About";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "About QRCode";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #52
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));
     this.pbxFormClose = new System.Windows.Forms.PictureBox();
     this.lblUserName = new System.Windows.Forms.Label();
     this.lblPassword = new System.Windows.Forms.Label();
     this.lblCopyRight = new System.Windows.Forms.Label();
     this.pnlPassword = new System.Windows.Forms.Panel();
     this.pnlPasswordForm = new System.Windows.Forms.Panel();
     this.txtPassword = new ClassLibrary.Winform.UI.Controls.TextBox(this.components);
     this.liklblFindPassword = new System.Windows.Forms.LinkLabel();
     this.lblMessage = new System.Windows.Forms.Label();
     this.btnLogin = new System.Windows.Forms.PictureBox();
     this.pnlUserName = new System.Windows.Forms.Panel();
     this.pnlUserNameForm = new System.Windows.Forms.Panel();
     this.cbxUserName = new ClassLibrary.Winform.UI.Controls.ComboBox();
     this.chkRememberPwd = new ClassLibrary.Winform.UI.Controls.CheckBox(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pbxFormClose)).BeginInit();
     this.pnlPassword.SuspendLayout();
     this.pnlPasswordForm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnLogin)).BeginInit();
     this.pnlUserName.SuspendLayout();
     this.pnlUserNameForm.SuspendLayout();
     this.SuspendLayout();
     //
     // pbxFormClose
     //
     this.pbxFormClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbxFormClose.BackgroundImage")));
     this.pbxFormClose.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pbxFormClose.Location = new System.Drawing.Point(321, 22);
     this.pbxFormClose.Name = "pbxFormClose";
     this.pbxFormClose.Size = new System.Drawing.Size(11, 10);
     this.pbxFormClose.TabIndex = 1;
     this.pbxFormClose.TabStop = false;
     this.pbxFormClose.Click += new System.EventHandler(this.pbxFormClose_Click);
     this.pbxFormClose.MouseLeave += new System.EventHandler(this.pbxFormClose_MouseLeave);
     this.pbxFormClose.MouseHover += new System.EventHandler(this.pbxFormClose_MouseHover);
     //
     // lblUserName
     //
     this.lblUserName.AutoSize = true;
     this.lblUserName.BackColor = System.Drawing.Color.Transparent;
     this.lblUserName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.lblUserName.Location = new System.Drawing.Point(23, 205);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(53, 13);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "用户名:";
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.BackColor = System.Drawing.Color.Transparent;
     this.lblPassword.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.lblPassword.Location = new System.Drawing.Point(36, 257);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(40, 13);
     this.lblPassword.TabIndex = 9;
     this.lblPassword.Text = "密码:";
     //
     // lblCopyRight
     //
     this.lblCopyRight.BackColor = System.Drawing.Color.Transparent;
     this.lblCopyRight.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.lblCopyRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     this.lblCopyRight.Location = new System.Drawing.Point(32, 382);
     this.lblCopyRight.Name = "lblCopyRight";
     this.lblCopyRight.Size = new System.Drawing.Size(298, 20);
     this.lblCopyRight.TabIndex = 11;
     this.lblCopyRight.Text = "逸联互通";
     this.lblCopyRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnlPassword
     //
     this.pnlPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
     this.pnlPassword.Controls.Add(this.pnlPasswordForm);
     this.pnlPassword.Location = new System.Drawing.Point(82, 247);
     this.pnlPassword.Name = "pnlPassword";
     this.pnlPassword.Padding = new System.Windows.Forms.Padding(1);
     this.pnlPassword.Size = new System.Drawing.Size(242, 33);
     this.pnlPassword.TabIndex = 10;
     //
     // pnlPasswordForm
     //
     this.pnlPasswordForm.BackColor = System.Drawing.Color.White;
     this.pnlPasswordForm.Controls.Add(this.txtPassword);
     this.pnlPasswordForm.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlPasswordForm.Location = new System.Drawing.Point(1, 1);
     this.pnlPasswordForm.Name = "pnlPasswordForm";
     this.pnlPasswordForm.Size = new System.Drawing.Size(240, 31);
     this.pnlPasswordForm.TabIndex = 11;
     //
     // txtPassword
     //
     this.txtPassword.BackColor = System.Drawing.Color.White;
     this.txtPassword.BorderColor = System.Drawing.Color.Empty;
     this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPassword.BorderWidth = 1;
     this.txtPassword.Font = new System.Drawing.Font("Arial", 12F);
     this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.txtPassword.Location = new System.Drawing.Point(2, 6);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.ShortcutsEnabled = false;
     this.txtPassword.Size = new System.Drawing.Size(236, 19);
     this.txtPassword.TabIndex = 12;
     this.txtPassword.WordWrap = false;
     this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // liklblFindPassword
     //
     this.liklblFindPassword.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(1)))), ((int)(((byte)(0)))));
     this.liklblFindPassword.AutoSize = true;
     this.liklblFindPassword.BackColor = System.Drawing.Color.Transparent;
     this.liklblFindPassword.Font = new System.Drawing.Font("宋体", 9.5F);
     this.liklblFindPassword.ForeColor = System.Drawing.SystemColors.ControlText;
     this.liklblFindPassword.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.liklblFindPassword.Location = new System.Drawing.Point(263, 354);
     this.liklblFindPassword.Name = "liklblFindPassword";
     this.liklblFindPassword.Size = new System.Drawing.Size(59, 13);
     this.liklblFindPassword.TabIndex = 19;
     this.liklblFindPassword.TabStop = true;
     this.liklblFindPassword.Text = "找回密码";
     this.liklblFindPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.liklblFindPassword_LinkClicked);
     //
     // lblMessage
     //
     this.lblMessage.BackColor = System.Drawing.Color.Transparent;
     this.lblMessage.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMessage.ForeColor = System.Drawing.Color.Red;
     this.lblMessage.Location = new System.Drawing.Point(82, 283);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(240, 14);
     this.lblMessage.TabIndex = 15;
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnLogin
     //
     this.btnLogin.BackColor = System.Drawing.Color.Transparent;
     this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
     this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.Location = new System.Drawing.Point(83, 300);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Size = new System.Drawing.Size(240, 35);
     this.btnLogin.TabIndex = 7;
     this.btnLogin.TabStop = false;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // pnlUserName
     //
     this.pnlUserName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
     this.pnlUserName.Controls.Add(this.pnlUserNameForm);
     this.pnlUserName.Location = new System.Drawing.Point(82, 194);
     this.pnlUserName.Name = "pnlUserName";
     this.pnlUserName.Padding = new System.Windows.Forms.Padding(1);
     this.pnlUserName.Size = new System.Drawing.Size(242, 33);
     this.pnlUserName.TabIndex = 12;
     //
     // pnlUserNameForm
     //
     this.pnlUserNameForm.BackColor = System.Drawing.Color.White;
     this.pnlUserNameForm.Controls.Add(this.cbxUserName);
     this.pnlUserNameForm.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlUserNameForm.Location = new System.Drawing.Point(1, 1);
     this.pnlUserNameForm.Name = "pnlUserNameForm";
     this.pnlUserNameForm.Padding = new System.Windows.Forms.Padding(1, 2, 1, 1);
     this.pnlUserNameForm.Size = new System.Drawing.Size(240, 31);
     this.pnlUserNameForm.TabIndex = 11;
     //
     // cbxUserName
     //
     this.cbxUserName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbxUserName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbxUserName.BackColor = System.Drawing.Color.White;
     this.cbxUserName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbxUserName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxUserName.Font = new System.Drawing.Font("Arial", 12F);
     this.cbxUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.cbxUserName.ItemHeight = 18;
     this.cbxUserName.Items.AddRange(new object[] {
     "                                    "});
     this.cbxUserName.Location = new System.Drawing.Point(1, 2);
     this.cbxUserName.Name = "cbxUserName";
     this.cbxUserName.Size = new System.Drawing.Size(238, 26);
     this.cbxUserName.TabIndex = 10;
     this.cbxUserName.SelectedIndexChanged += new System.EventHandler(this.cbxUserName_SelectedIndexChanged);
     this.cbxUserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserName_KeyDown);
     //
     // chkRememberPwd
     //
     this.chkRememberPwd.AutoSize = true;
     this.chkRememberPwd.BackColor = System.Drawing.Color.Transparent;
     this.chkRememberPwd.Font = new System.Drawing.Font("宋体", 9F);
     this.chkRememberPwd.Location = new System.Drawing.Point(85, 354);
     this.chkRememberPwd.Name = "chkRememberPwd";
     this.chkRememberPwd.Size = new System.Drawing.Size(72, 16);
     this.chkRememberPwd.TabIndex = 11;
     this.chkRememberPwd.Text = "记住密码";
     this.chkRememberPwd.UseVisualStyleBackColor = false;
     this.chkRememberPwd.Value = null;
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(353, 440);
     this.Controls.Add(this.pnlUserName);
     this.Controls.Add(this.chkRememberPwd);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.lblMessage);
     this.Controls.Add(this.liklblFindPassword);
     this.Controls.Add(this.pnlPassword);
     this.Controls.Add(this.lblCopyRight);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.lblUserName);
     this.Controls.Add(this.pbxFormClose);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximumSize = new System.Drawing.Size(1120, 673);
     this.Name = "Login";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "逸联互通-登录";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Login_FormClosed);
     this.Load += new System.EventHandler(this.Login_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbxFormClose)).EndInit();
     this.pnlPassword.ResumeLayout(false);
     this.pnlPasswordForm.ResumeLayout(false);
     this.pnlPasswordForm.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnLogin)).EndInit();
     this.pnlUserName.ResumeLayout(false);
     this.pnlUserNameForm.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #53
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(SemantAPIRobot));
     this.gpSemantria       = new System.Windows.Forms.GroupBox();
     this.llSemantria       = new System.Windows.Forms.LinkLabel();
     this.cbSemantria       = new System.Windows.Forms.CheckBox();
     this.label7            = new System.Windows.Forms.Label();
     this.tbSemantriaSecret = new System.Windows.Forms.TextBox();
     this.label4            = new System.Windows.Forms.Label();
     this.pbSemantria       = new System.Windows.Forms.ProgressBar();
     this.tbSemantriaKey    = new System.Windows.Forms.TextBox();
     this.btProcess         = new System.Windows.Forms.Button();
     this.gbChatterbox      = new System.Windows.Forms.GroupBox();
     this.llChatterbox      = new System.Windows.Forms.LinkLabel();
     this.cbChatterbox      = new System.Windows.Forms.CheckBox();
     this.label11           = new System.Windows.Forms.Label();
     this.pbChatterbox      = new System.Windows.Forms.ProgressBar();
     this.tbChatterboxKey   = new System.Windows.Forms.TextBox();
     this.tbAlchemyKey      = new System.Windows.Forms.TextBox();
     this.pbAlchemy         = new System.Windows.Forms.ProgressBar();
     this.label9            = new System.Windows.Forms.Label();
     this.cbAlchemy         = new System.Windows.Forms.CheckBox();
     this.gpAlchemy         = new System.Windows.Forms.GroupBox();
     this.llAlchemy         = new System.Windows.Forms.LinkLabel();
     this.btClose           = new System.Windows.Forms.Button();
     this.gbViralheat       = new System.Windows.Forms.GroupBox();
     this.llViralheat       = new System.Windows.Forms.LinkLabel();
     this.cbViralheat       = new System.Windows.Forms.CheckBox();
     this.label3            = new System.Windows.Forms.Label();
     this.pbViralheat       = new System.Windows.Forms.ProgressBar();
     this.tbViralheatKey    = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.cbLanguage        = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.tbSource          = new System.Windows.Forms.TextBox();
     this.btnSource         = new System.Windows.Forms.Button();
     this.label5            = new System.Windows.Forms.Label();
     this.tbOutput          = new System.Windows.Forms.TextBox();
     this.btnOutput         = new System.Windows.Forms.Button();
     this.label6            = new System.Windows.Forms.Label();
     this.tbDocSize         = new System.Windows.Forms.TextBox();
     this.gbSettings        = new System.Windows.Forms.GroupBox();
     this.gbBitext          = new System.Windows.Forms.GroupBox();
     this.llBitext          = new System.Windows.Forms.LinkLabel();
     this.cbBitext          = new System.Windows.Forms.CheckBox();
     this.label8            = new System.Windows.Forms.Label();
     this.tbBitextPassword  = new System.Windows.Forms.TextBox();
     this.label10           = new System.Windows.Forms.Label();
     this.pbBitext          = new System.Windows.Forms.ProgressBar();
     this.tbBitextLogin     = new System.Windows.Forms.TextBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.btAbout           = new System.Windows.Forms.Button();
     this.gpRepustate       = new System.Windows.Forms.GroupBox();
     this.llRepustate       = new System.Windows.Forms.LinkLabel();
     this.cbRepustate       = new System.Windows.Forms.CheckBox();
     this.label12           = new System.Windows.Forms.Label();
     this.pbRepustate       = new System.Windows.Forms.ProgressBar();
     this.tbRepustateKey    = new System.Windows.Forms.TextBox();
     this.gbSkyttle         = new System.Windows.Forms.GroupBox();
     this.llSkyttle         = new System.Windows.Forms.LinkLabel();
     this.cbSkyttle         = new System.Windows.Forms.CheckBox();
     this.label13           = new System.Windows.Forms.Label();
     this.pbSkyttle         = new System.Windows.Forms.ProgressBar();
     this.tbSkyttleKey      = new System.Windows.Forms.TextBox();
     this.gpSemantria.SuspendLayout();
     this.gbChatterbox.SuspendLayout();
     this.gpAlchemy.SuspendLayout();
     this.gbViralheat.SuspendLayout();
     this.gbSettings.SuspendLayout();
     this.gbBitext.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.gpRepustate.SuspendLayout();
     this.gbSkyttle.SuspendLayout();
     this.SuspendLayout();
     //
     // gpSemantria
     //
     this.gpSemantria.Controls.Add(this.llSemantria);
     this.gpSemantria.Controls.Add(this.cbSemantria);
     this.gpSemantria.Controls.Add(this.label7);
     this.gpSemantria.Controls.Add(this.tbSemantriaSecret);
     this.gpSemantria.Controls.Add(this.label4);
     this.gpSemantria.Controls.Add(this.pbSemantria);
     this.gpSemantria.Controls.Add(this.tbSemantriaKey);
     this.gpSemantria.Enabled  = false;
     this.gpSemantria.Location = new System.Drawing.Point(14, 154);
     this.gpSemantria.Name     = "gpSemantria";
     this.gpSemantria.Size     = new System.Drawing.Size(502, 80);
     this.gpSemantria.TabIndex = 2;
     this.gpSemantria.TabStop  = false;
     this.gpSemantria.Text     = "Semantria (  www.semantria.com  )";
     //
     // llSemantria
     //
     this.llSemantria.AutoSize     = true;
     this.llSemantria.Location     = new System.Drawing.Point(65, 0);
     this.llSemantria.Name         = "llSemantria";
     this.llSemantria.Size         = new System.Drawing.Size(102, 13);
     this.llSemantria.TabIndex     = 12;
     this.llSemantria.TabStop      = true;
     this.llSemantria.Text         = "www.semantria.com";
     this.llSemantria.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llSemantria_LinkClicked);
     //
     // cbSemantria
     //
     this.cbSemantria.AutoSize = true;
     this.cbSemantria.Enabled  = false;
     this.cbSemantria.Location = new System.Drawing.Point(11, 20);
     this.cbSemantria.Name     = "cbSemantria";
     this.cbSemantria.Size     = new System.Drawing.Size(61, 17);
     this.cbSemantria.TabIndex = 2;
     this.cbSemantria.Text     = "Include";
     this.cbSemantria.UseVisualStyleBackColor = true;
     this.cbSemantria.CheckedChanged         += new System.EventHandler(this.cbSemantria_CheckedChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(300, 21);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(38, 13);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Secret";
     //
     // tbSemantriaSecret
     //
     this.tbSemantriaSecret.Enabled  = false;
     this.tbSemantriaSecret.Location = new System.Drawing.Point(345, 17);
     this.tbSemantriaSecret.Name     = "tbSemantriaSecret";
     this.tbSemantriaSecret.Size     = new System.Drawing.Size(148, 20);
     this.tbSemantriaSecret.TabIndex = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(93, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(25, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Key";
     //
     // pbSemantria
     //
     this.pbSemantria.Location = new System.Drawing.Point(11, 45);
     this.pbSemantria.Name     = "pbSemantria";
     this.pbSemantria.Size     = new System.Drawing.Size(482, 23);
     this.pbSemantria.TabIndex = 6;
     //
     // tbSemantriaKey
     //
     this.tbSemantriaKey.Enabled  = false;
     this.tbSemantriaKey.Location = new System.Drawing.Point(124, 17);
     this.tbSemantriaKey.Name     = "tbSemantriaKey";
     this.tbSemantriaKey.Size     = new System.Drawing.Size(148, 20);
     this.tbSemantriaKey.TabIndex = 3;
     //
     // btProcess
     //
     this.btProcess.Location = new System.Drawing.Point(867, 423);
     this.btProcess.Name     = "btProcess";
     this.btProcess.Size     = new System.Drawing.Size(75, 23);
     this.btProcess.TabIndex = 9;
     this.btProcess.Text     = "Process";
     this.btProcess.UseVisualStyleBackColor = true;
     this.btProcess.Click += new System.EventHandler(this.btProcess_Click);
     //
     // gbChatterbox
     //
     this.gbChatterbox.Controls.Add(this.llChatterbox);
     this.gbChatterbox.Controls.Add(this.cbChatterbox);
     this.gbChatterbox.Controls.Add(this.label11);
     this.gbChatterbox.Controls.Add(this.pbChatterbox);
     this.gbChatterbox.Controls.Add(this.tbChatterboxKey);
     this.gbChatterbox.Location = new System.Drawing.Point(530, 68);
     this.gbChatterbox.Name     = "gbChatterbox";
     this.gbChatterbox.Size     = new System.Drawing.Size(502, 80);
     this.gbChatterbox.TabIndex = 5;
     this.gbChatterbox.TabStop  = false;
     this.gbChatterbox.Text     = "Chatterbox (  www.chatterbox.co  )";
     //
     // llChatterbox
     //
     this.llChatterbox.AutoSize     = true;
     this.llChatterbox.Location     = new System.Drawing.Point(68, 0);
     this.llChatterbox.Name         = "llChatterbox";
     this.llChatterbox.Size         = new System.Drawing.Size(99, 13);
     this.llChatterbox.TabIndex     = 0;
     this.llChatterbox.TabStop      = true;
     this.llChatterbox.Text         = "www.chatterbox.co";
     this.llChatterbox.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llChatterbox_LinkClicked);
     //
     // cbChatterbox
     //
     this.cbChatterbox.AutoSize = true;
     this.cbChatterbox.Enabled  = false;
     this.cbChatterbox.Location = new System.Drawing.Point(9, 20);
     this.cbChatterbox.Name     = "cbChatterbox";
     this.cbChatterbox.Size     = new System.Drawing.Size(61, 17);
     this.cbChatterbox.TabIndex = 1;
     this.cbChatterbox.Text     = "Include";
     this.cbChatterbox.UseVisualStyleBackColor = true;
     this.cbChatterbox.CheckedChanged         += new System.EventHandler(this.cbChatterbox_CheckedChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(93, 21);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(25, 13);
     this.label11.TabIndex = 0;
     this.label11.Text     = "Key";
     //
     // pbChatterbox
     //
     this.pbChatterbox.Location = new System.Drawing.Point(9, 45);
     this.pbChatterbox.Name     = "pbChatterbox";
     this.pbChatterbox.Size     = new System.Drawing.Size(482, 23);
     this.pbChatterbox.TabIndex = 0;
     //
     // tbChatterboxKey
     //
     this.tbChatterboxKey.Enabled  = false;
     this.tbChatterboxKey.Location = new System.Drawing.Point(124, 17);
     this.tbChatterboxKey.Name     = "tbChatterboxKey";
     this.tbChatterboxKey.Size     = new System.Drawing.Size(367, 20);
     this.tbChatterboxKey.TabIndex = 2;
     //
     // tbAlchemyKey
     //
     this.tbAlchemyKey.Enabled  = false;
     this.tbAlchemyKey.Location = new System.Drawing.Point(124, 17);
     this.tbAlchemyKey.Name     = "tbAlchemyKey";
     this.tbAlchemyKey.Size     = new System.Drawing.Size(367, 20);
     this.tbAlchemyKey.TabIndex = 2;
     //
     // pbAlchemy
     //
     this.pbAlchemy.Location = new System.Drawing.Point(9, 45);
     this.pbAlchemy.Name     = "pbAlchemy";
     this.pbAlchemy.Size     = new System.Drawing.Size(482, 23);
     this.pbAlchemy.TabIndex = 0;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(93, 21);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(25, 13);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Key";
     //
     // cbAlchemy
     //
     this.cbAlchemy.AutoSize = true;
     this.cbAlchemy.Enabled  = false;
     this.cbAlchemy.Location = new System.Drawing.Point(9, 20);
     this.cbAlchemy.Name     = "cbAlchemy";
     this.cbAlchemy.Size     = new System.Drawing.Size(61, 17);
     this.cbAlchemy.TabIndex = 1;
     this.cbAlchemy.Text     = "Include";
     this.cbAlchemy.UseVisualStyleBackColor = true;
     this.cbAlchemy.CheckedChanged         += new System.EventHandler(this.cbAlchemy_CheckedChanged);
     //
     // gpAlchemy
     //
     this.gpAlchemy.Controls.Add(this.llAlchemy);
     this.gpAlchemy.Controls.Add(this.cbAlchemy);
     this.gpAlchemy.Controls.Add(this.label9);
     this.gpAlchemy.Controls.Add(this.pbAlchemy);
     this.gpAlchemy.Controls.Add(this.tbAlchemyKey);
     this.gpAlchemy.Location = new System.Drawing.Point(14, 240);
     this.gpAlchemy.Name     = "gpAlchemy";
     this.gpAlchemy.Size     = new System.Drawing.Size(502, 80);
     this.gpAlchemy.TabIndex = 3;
     this.gpAlchemy.TabStop  = false;
     this.gpAlchemy.Text     = "AlchemyAPI (  www.alchemyapi.com  )";
     //
     // llAlchemy
     //
     this.llAlchemy.AutoSize     = true;
     this.llAlchemy.Location     = new System.Drawing.Point(75, 0);
     this.llAlchemy.Name         = "llAlchemy";
     this.llAlchemy.Size         = new System.Drawing.Size(110, 13);
     this.llAlchemy.TabIndex     = 0;
     this.llAlchemy.TabStop      = true;
     this.llAlchemy.Text         = "www.alchemyapi.com";
     this.llAlchemy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llAlchemy_LinkClicked);
     //
     // btClose
     //
     this.btClose.Location = new System.Drawing.Point(948, 423);
     this.btClose.Name     = "btClose";
     this.btClose.Size     = new System.Drawing.Size(75, 23);
     this.btClose.TabIndex = 10;
     this.btClose.Text     = "Close";
     this.btClose.UseVisualStyleBackColor = true;
     this.btClose.Click += new System.EventHandler(this.btClose_Click);
     //
     // gbViralheat
     //
     this.gbViralheat.Controls.Add(this.llViralheat);
     this.gbViralheat.Controls.Add(this.cbViralheat);
     this.gbViralheat.Controls.Add(this.label3);
     this.gbViralheat.Controls.Add(this.pbViralheat);
     this.gbViralheat.Controls.Add(this.tbViralheatKey);
     this.gbViralheat.Location = new System.Drawing.Point(530, 154);
     this.gbViralheat.Name     = "gbViralheat";
     this.gbViralheat.Size     = new System.Drawing.Size(502, 80);
     this.gbViralheat.TabIndex = 6;
     this.gbViralheat.TabStop  = false;
     this.gbViralheat.Text     = "Viralheat (  www.viralheat.com  )";
     //
     // llViralheat
     //
     this.llViralheat.AutoSize     = true;
     this.llViralheat.Location     = new System.Drawing.Point(60, 0);
     this.llViralheat.Name         = "llViralheat";
     this.llViralheat.Size         = new System.Drawing.Size(97, 13);
     this.llViralheat.TabIndex     = 0;
     this.llViralheat.TabStop      = true;
     this.llViralheat.Text         = "www.viralheat.com";
     this.llViralheat.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llViralheat_LinkClicked);
     //
     // cbViralheat
     //
     this.cbViralheat.AutoSize = true;
     this.cbViralheat.Enabled  = false;
     this.cbViralheat.Location = new System.Drawing.Point(9, 20);
     this.cbViralheat.Name     = "cbViralheat";
     this.cbViralheat.Size     = new System.Drawing.Size(61, 17);
     this.cbViralheat.TabIndex = 1;
     this.cbViralheat.Text     = "Include";
     this.cbViralheat.UseVisualStyleBackColor = true;
     this.cbViralheat.CheckedChanged         += new System.EventHandler(this.cbViralheat_CheckedChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(93, 21);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(25, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Key";
     //
     // pbViralheat
     //
     this.pbViralheat.Location = new System.Drawing.Point(9, 45);
     this.pbViralheat.Name     = "pbViralheat";
     this.pbViralheat.Size     = new System.Drawing.Size(482, 23);
     this.pbViralheat.TabIndex = 0;
     //
     // tbViralheatKey
     //
     this.tbViralheatKey.Enabled  = false;
     this.tbViralheatKey.Location = new System.Drawing.Point(124, 17);
     this.tbViralheatKey.Name     = "tbViralheatKey";
     this.tbViralheatKey.Size     = new System.Drawing.Size(367, 20);
     this.tbViralheatKey.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Language";
     //
     // cbLanguage
     //
     this.cbLanguage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLanguage.FormattingEnabled = true;
     this.cbLanguage.Items.AddRange(new object[] {
         "English",
         "French",
         "Spanish",
         "Portuguese",
         "German",
         "Russian",
         "Arabic",
         "Chinese",
         "Italian"
     });
     this.cbLanguage.Location              = new System.Drawing.Point(86, 17);
     this.cbLanguage.Name                  = "cbLanguage";
     this.cbLanguage.Size                  = new System.Drawing.Size(121, 21);
     this.cbLanguage.TabIndex              = 3;
     this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(213, 21);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Source file";
     //
     // tbSource
     //
     this.tbSource.Enabled  = false;
     this.tbSource.Location = new System.Drawing.Point(277, 17);
     this.tbSource.Name     = "tbSource";
     this.tbSource.Size     = new System.Drawing.Size(133, 20);
     this.tbSource.TabIndex = 5;
     //
     // btnSource
     //
     this.btnSource.Location = new System.Drawing.Point(416, 15);
     this.btnSource.Name     = "btnSource";
     this.btnSource.Size     = new System.Drawing.Size(75, 23);
     this.btnSource.TabIndex = 6;
     this.btnSource.Text     = "Browse";
     this.btnSource.UseVisualStyleBackColor = true;
     this.btnSource.Click += new System.EventHandler(this.btnSource_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(213, 50);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Output file";
     //
     // tbOutput
     //
     this.tbOutput.Enabled  = false;
     this.tbOutput.Location = new System.Drawing.Point(277, 47);
     this.tbOutput.Name     = "tbOutput";
     this.tbOutput.Size     = new System.Drawing.Size(133, 20);
     this.tbOutput.TabIndex = 7;
     //
     // btnOutput
     //
     this.btnOutput.Location = new System.Drawing.Point(416, 45);
     this.btnOutput.Name     = "btnOutput";
     this.btnOutput.Size     = new System.Drawing.Size(75, 23);
     this.btnOutput.TabIndex = 8;
     this.btnOutput.Text     = "Browse";
     this.btnOutput.UseVisualStyleBackColor = true;
     this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(7, 50);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(76, 13);
     this.label6.TabIndex = 4;
     this.label6.Text     = "Shorten text to";
     //
     // tbDocSize
     //
     this.tbDocSize.Location     = new System.Drawing.Point(86, 47);
     this.tbDocSize.Name         = "tbDocSize";
     this.tbDocSize.Size         = new System.Drawing.Size(121, 20);
     this.tbDocSize.TabIndex     = 4;
     this.tbDocSize.Text         = "300";
     this.tbDocSize.TextChanged += new System.EventHandler(this.tbDocSize_TextChanged);
     this.tbDocSize.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.tbDocSize_KeyPress);
     //
     // gbSettings
     //
     this.gbSettings.Controls.Add(this.tbDocSize);
     this.gbSettings.Controls.Add(this.label6);
     this.gbSettings.Controls.Add(this.btnOutput);
     this.gbSettings.Controls.Add(this.tbOutput);
     this.gbSettings.Controls.Add(this.label5);
     this.gbSettings.Controls.Add(this.btnSource);
     this.gbSettings.Controls.Add(this.tbSource);
     this.gbSettings.Controls.Add(this.label2);
     this.gbSettings.Controls.Add(this.cbLanguage);
     this.gbSettings.Controls.Add(this.label1);
     this.gbSettings.Location = new System.Drawing.Point(14, 68);
     this.gbSettings.Name     = "gbSettings";
     this.gbSettings.Size     = new System.Drawing.Size(502, 80);
     this.gbSettings.TabIndex = 1;
     this.gbSettings.TabStop  = false;
     this.gbSettings.Text     = "Settings";
     //
     // gbBitext
     //
     this.gbBitext.Controls.Add(this.llBitext);
     this.gbBitext.Controls.Add(this.cbBitext);
     this.gbBitext.Controls.Add(this.label8);
     this.gbBitext.Controls.Add(this.tbBitextPassword);
     this.gbBitext.Controls.Add(this.label10);
     this.gbBitext.Controls.Add(this.pbBitext);
     this.gbBitext.Controls.Add(this.tbBitextLogin);
     this.gbBitext.Location = new System.Drawing.Point(530, 240);
     this.gbBitext.Name     = "gbBitext";
     this.gbBitext.Size     = new System.Drawing.Size(502, 80);
     this.gbBitext.TabIndex = 7;
     this.gbBitext.TabStop  = false;
     this.gbBitext.Text     = "Bitext (  www.bitext.com  )";
     //
     // llBitext
     //
     this.llBitext.AutoSize     = true;
     this.llBitext.Location     = new System.Drawing.Point(45, 0);
     this.llBitext.Name         = "llBitext";
     this.llBitext.Size         = new System.Drawing.Size(82, 13);
     this.llBitext.TabIndex     = 0;
     this.llBitext.TabStop      = true;
     this.llBitext.Text         = "www.bitext.com";
     this.llBitext.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llBitext_LinkClicked);
     //
     // cbBitext
     //
     this.cbBitext.AutoSize = true;
     this.cbBitext.Enabled  = false;
     this.cbBitext.Location = new System.Drawing.Point(11, 20);
     this.cbBitext.Name     = "cbBitext";
     this.cbBitext.Size     = new System.Drawing.Size(61, 17);
     this.cbBitext.TabIndex = 1;
     this.cbBitext.Text     = "Include";
     this.cbBitext.UseVisualStyleBackColor = true;
     this.cbBitext.CheckedChanged         += new System.EventHandler(this.cbBitext_CheckedChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(286, 21);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(53, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Password";
     //
     // tbBitextPassword
     //
     this.tbBitextPassword.Enabled  = false;
     this.tbBitextPassword.Location = new System.Drawing.Point(345, 17);
     this.tbBitextPassword.Name     = "tbBitextPassword";
     this.tbBitextPassword.Size     = new System.Drawing.Size(148, 20);
     this.tbBitextPassword.TabIndex = 3;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(89, 21);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(29, 13);
     this.label10.TabIndex = 0;
     this.label10.Text     = "User";
     //
     // pbBitext
     //
     this.pbBitext.Location = new System.Drawing.Point(11, 45);
     this.pbBitext.Name     = "pbBitext";
     this.pbBitext.Size     = new System.Drawing.Size(482, 23);
     this.pbBitext.TabIndex = 0;
     //
     // tbBitextLogin
     //
     this.tbBitextLogin.Enabled  = false;
     this.tbBitextLogin.Location = new System.Drawing.Point(124, 17);
     this.tbBitextLogin.Name     = "tbBitextLogin";
     this.tbBitextLogin.Size     = new System.Drawing.Size(148, 20);
     this.tbBitextLogin.TabIndex = 2;
     //
     // pictureBox1
     //
     this.pictureBox1.ErrorImage   = null;
     this.pictureBox1.Image        = global::SemantAPI.Robot.Properties.Resources.main_logo_png;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location     = new System.Drawing.Point(13, 12);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(1018, 50);
     this.pictureBox1.TabIndex     = 9;
     this.pictureBox1.TabStop      = false;
     //
     // btAbout
     //
     this.btAbout.Location = new System.Drawing.Point(14, 423);
     this.btAbout.Name     = "btAbout";
     this.btAbout.Size     = new System.Drawing.Size(75, 23);
     this.btAbout.TabIndex = 0;
     this.btAbout.Text     = "About";
     this.btAbout.UseVisualStyleBackColor = true;
     this.btAbout.Click += new System.EventHandler(this.btAbout_Click);
     //
     // gpRepustate
     //
     this.gpRepustate.Controls.Add(this.llRepustate);
     this.gpRepustate.Controls.Add(this.cbRepustate);
     this.gpRepustate.Controls.Add(this.label12);
     this.gpRepustate.Controls.Add(this.pbRepustate);
     this.gpRepustate.Controls.Add(this.tbRepustateKey);
     this.gpRepustate.Location = new System.Drawing.Point(14, 326);
     this.gpRepustate.Name     = "gpRepustate";
     this.gpRepustate.Size     = new System.Drawing.Size(502, 80);
     this.gpRepustate.TabIndex = 4;
     this.gpRepustate.TabStop  = false;
     this.gpRepustate.Text     = "Repustate (  www.repustate.com  )";
     //
     // llRepustate
     //
     this.llRepustate.AutoSize     = true;
     this.llRepustate.Location     = new System.Drawing.Point(67, -1);
     this.llRepustate.Name         = "llRepustate";
     this.llRepustate.Size         = new System.Drawing.Size(101, 13);
     this.llRepustate.TabIndex     = 0;
     this.llRepustate.TabStop      = true;
     this.llRepustate.Text         = "www.repustate.com";
     this.llRepustate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llRepustate_LinkClicked);
     //
     // cbRepustate
     //
     this.cbRepustate.AutoSize = true;
     this.cbRepustate.Enabled  = false;
     this.cbRepustate.Location = new System.Drawing.Point(9, 20);
     this.cbRepustate.Name     = "cbRepustate";
     this.cbRepustate.Size     = new System.Drawing.Size(61, 17);
     this.cbRepustate.TabIndex = 1;
     this.cbRepustate.Text     = "Include";
     this.cbRepustate.UseVisualStyleBackColor = true;
     this.cbRepustate.CheckedChanged         += new System.EventHandler(this.cbRepustate_CheckedChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(93, 21);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(25, 13);
     this.label12.TabIndex = 0;
     this.label12.Text     = "Key";
     //
     // pbRepustate
     //
     this.pbRepustate.Location = new System.Drawing.Point(9, 45);
     this.pbRepustate.Name     = "pbRepustate";
     this.pbRepustate.Size     = new System.Drawing.Size(482, 23);
     this.pbRepustate.TabIndex = 0;
     //
     // tbRepustateKey
     //
     this.tbRepustateKey.Enabled  = false;
     this.tbRepustateKey.Location = new System.Drawing.Point(124, 17);
     this.tbRepustateKey.Name     = "tbRepustateKey";
     this.tbRepustateKey.Size     = new System.Drawing.Size(367, 20);
     this.tbRepustateKey.TabIndex = 2;
     //
     // gbSkyttle
     //
     this.gbSkyttle.Controls.Add(this.llSkyttle);
     this.gbSkyttle.Controls.Add(this.cbSkyttle);
     this.gbSkyttle.Controls.Add(this.label13);
     this.gbSkyttle.Controls.Add(this.pbSkyttle);
     this.gbSkyttle.Controls.Add(this.tbSkyttleKey);
     this.gbSkyttle.Location = new System.Drawing.Point(530, 326);
     this.gbSkyttle.Name     = "gbSkyttle";
     this.gbSkyttle.Size     = new System.Drawing.Size(502, 80);
     this.gbSkyttle.TabIndex = 8;
     this.gbSkyttle.TabStop  = false;
     this.gbSkyttle.Text     = "Skyttle (  www.skyttle.com  )";
     //
     // llSkyttle
     //
     this.llSkyttle.AutoSize     = true;
     this.llSkyttle.Location     = new System.Drawing.Point(50, -1);
     this.llSkyttle.Name         = "llSkyttle";
     this.llSkyttle.Size         = new System.Drawing.Size(87, 13);
     this.llSkyttle.TabIndex     = 0;
     this.llSkyttle.TabStop      = true;
     this.llSkyttle.Text         = "www.skyttle.com";
     this.llSkyttle.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llSkyttle_LinkClicked);
     //
     // cbSkyttle
     //
     this.cbSkyttle.AutoSize = true;
     this.cbSkyttle.Enabled  = false;
     this.cbSkyttle.Location = new System.Drawing.Point(9, 20);
     this.cbSkyttle.Name     = "cbSkyttle";
     this.cbSkyttle.Size     = new System.Drawing.Size(61, 17);
     this.cbSkyttle.TabIndex = 1;
     this.cbSkyttle.Text     = "Include";
     this.cbSkyttle.UseVisualStyleBackColor = true;
     this.cbSkyttle.CheckedChanged         += new System.EventHandler(this.cbSkyttle_CheckedChanged);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(93, 21);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(25, 13);
     this.label13.TabIndex = 0;
     this.label13.Text     = "Key";
     //
     // pbSkyttle
     //
     this.pbSkyttle.Location = new System.Drawing.Point(9, 45);
     this.pbSkyttle.Name     = "pbSkyttle";
     this.pbSkyttle.Size     = new System.Drawing.Size(482, 23);
     this.pbSkyttle.TabIndex = 0;
     //
     // tbSkyttleKey
     //
     this.tbSkyttleKey.Enabled  = false;
     this.tbSkyttleKey.Location = new System.Drawing.Point(124, 17);
     this.tbSkyttleKey.Name     = "tbSkyttleKey";
     this.tbSkyttleKey.Size     = new System.Drawing.Size(367, 20);
     this.tbSkyttleKey.TabIndex = 2;
     //
     // SemantAPIRobot
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(1044, 458);
     this.Controls.Add(this.gbSkyttle);
     this.Controls.Add(this.gpRepustate);
     this.Controls.Add(this.btAbout);
     this.Controls.Add(this.gbBitext);
     this.Controls.Add(this.gbViralheat);
     this.Controls.Add(this.btClose);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.gbChatterbox);
     this.Controls.Add(this.gpAlchemy);
     this.Controls.Add(this.btProcess);
     this.Controls.Add(this.gpSemantria);
     this.Controls.Add(this.gbSettings);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "SemantAPIRobot";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SemantAPI";
     this.gpSemantria.ResumeLayout(false);
     this.gpSemantria.PerformLayout();
     this.gbChatterbox.ResumeLayout(false);
     this.gbChatterbox.PerformLayout();
     this.gpAlchemy.ResumeLayout(false);
     this.gpAlchemy.PerformLayout();
     this.gbViralheat.ResumeLayout(false);
     this.gbViralheat.PerformLayout();
     this.gbSettings.ResumeLayout(false);
     this.gbSettings.PerformLayout();
     this.gbBitext.ResumeLayout(false);
     this.gbBitext.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.gpRepustate.ResumeLayout(false);
     this.gpRepustate.PerformLayout();
     this.gbSkyttle.ResumeLayout(false);
     this.gbSkyttle.PerformLayout();
     this.ResumeLayout(false);
 }
Example #54
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.okButton = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // okButton
     //
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.okButton.Location = new System.Drawing.Point(281, 170);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 24;
     this.okButton.Text = "&ОК";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(134, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(222, 32);
     this.label1.TabIndex = 26;
     this.label1.Text = "Название программы";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location = new System.Drawing.Point(134, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(222, 32);
     this.label2.TabIndex = 27;
     this.label2.Text = "Версия";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Location = new System.Drawing.Point(134, 64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(222, 32);
     this.label3.TabIndex = 28;
     this.label3.Text = "Автор";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(134, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(219, 26);
     this.label4.TabIndex = 29;
     this.label4.Text = "Новую версию этой и других моих программ Вы можете загрузить на сайте";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(134, 122);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(100, 13);
     this.linkLabel1.TabIndex = 30;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "www.sg-software.ru";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 131F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.linkLabel1, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.label2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label4, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.label3, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.okButton, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(359, 196);
     this.tableLayoutPanel1.TabIndex = 31;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = global::Taper.Properties.Resources.Logo;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.tableLayoutPanel1.SetRowSpan(this.pictureBox1, 5);
     this.pictureBox1.Size = new System.Drawing.Size(125, 129);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 31;
     this.pictureBox1.TabStop = false;
     //
     // FormAbout
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(377, 214);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormAbout";
     this.Padding = new System.Windows.Forms.Padding(9);
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "FormAbout";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Example #55
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(frmPayrollManagement));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label54 = new System.Windows.Forms.Label();
     this.cmbEmpType = new System.Windows.Forms.ComboBox();
     this.txtHDMF_Calamity = new System.Windows.Forms.TextBox();
     this.txtHDMF_MPL = new System.Windows.Forms.TextBox();
     this.txtHDMF = new System.Windows.Forms.TextBox();
     this.txtCottageRental = new System.Windows.Forms.TextBox();
     this.lblNetAmount = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.lblGrossEarning = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.label2 = new System.Windows.Forms.Label();
     this.lblTotalUndertime = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.lblTotalLate = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblTotDaysWork = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.cmbPayrollPeriod = new System.Windows.Forms.ComboBox();
     this.lblRate = new System.Windows.Forms.Label();
     this.lblPayOption = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblDesignation = new System.Windows.Forms.Label();
     this.label57 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.label55 = new System.Windows.Forms.Label();
     this.picEmployee = new System.Windows.Forms.PictureBox();
     this.cmbEmployeeName = new System.Windows.Forms.ComboBox();
     this.lblEmpName = new System.Windows.Forms.Label();
     this.bttnExit = new System.Windows.Forms.Button();
     this.bttnRefresh = new System.Windows.Forms.Button();
     this.bttnSave = new System.Windows.Forms.Button();
     this.lblLateAmount = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lblUnderTime = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblUnderTime);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.lblLateAmount);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label54);
     this.groupBox1.Controls.Add(this.cmbEmpType);
     this.groupBox1.Controls.Add(this.txtHDMF_Calamity);
     this.groupBox1.Controls.Add(this.txtHDMF_MPL);
     this.groupBox1.Controls.Add(this.txtHDMF);
     this.groupBox1.Controls.Add(this.txtCottageRental);
     this.groupBox1.Controls.Add(this.lblNetAmount);
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Controls.Add(this.lblGrossEarning);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.linkLabel1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.lblTotalUndertime);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.lblTotalLate);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.lblTotDaysWork);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cmbPayrollPeriod);
     this.groupBox1.Controls.Add(this.lblRate);
     this.groupBox1.Controls.Add(this.lblPayOption);
     this.groupBox1.Controls.Add(this.lblDepartment);
     this.groupBox1.Controls.Add(this.lblDesignation);
     this.groupBox1.Controls.Add(this.label57);
     this.groupBox1.Controls.Add(this.label56);
     this.groupBox1.Controls.Add(this.label55);
     this.groupBox1.Controls.Add(this.picEmployee);
     this.groupBox1.Controls.Add(this.cmbEmployeeName);
     this.groupBox1.Controls.Add(this.lblEmpName);
     this.groupBox1.Location = new System.Drawing.Point(6, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(540, 464);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label54.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label54.Location = new System.Drawing.Point(44, 84);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(100, 16);
     this.label54.TabIndex = 346;
     this.label54.Text = "Employee Type:";
     //
     // cmbEmpType
     //
     this.cmbEmpType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmpType.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbEmpType.ForeColor = System.Drawing.Color.Maroon;
     this.cmbEmpType.FormattingEnabled = true;
     this.cmbEmpType.Items.AddRange(new object[] {
     "[Select All Type]",
     "(COS) Full-time",
     "(COS) Part-time"});
     this.cmbEmpType.Location = new System.Drawing.Point(148, 83);
     this.cmbEmpType.Name = "cmbEmpType";
     this.cmbEmpType.Size = new System.Drawing.Size(279, 24);
     this.cmbEmpType.TabIndex = 2;
     this.cmbEmpType.SelectedIndexChanged += new System.EventHandler(this.cmbEmpType_SelectedIndexChanged);
     //
     // txtHDMF_Calamity
     //
     this.txtHDMF_Calamity.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHDMF_Calamity.ForeColor = System.Drawing.Color.Maroon;
     this.txtHDMF_Calamity.Location = new System.Drawing.Point(411, 333);
     this.txtHDMF_Calamity.Name = "txtHDMF_Calamity";
     this.txtHDMF_Calamity.Size = new System.Drawing.Size(113, 23);
     this.txtHDMF_Calamity.TabIndex = 6;
     this.txtHDMF_Calamity.Text = "0.00";
     this.txtHDMF_Calamity.TextChanged += new System.EventHandler(this.txtHDMF_Calamity_TextChanged);
     this.txtHDMF_Calamity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHDMF_Calamity_KeyPress);
     this.txtHDMF_Calamity.Leave += new System.EventHandler(this.txtHDMF_Calamity_Leave);
     //
     // txtHDMF_MPL
     //
     this.txtHDMF_MPL.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHDMF_MPL.ForeColor = System.Drawing.Color.Maroon;
     this.txtHDMF_MPL.Location = new System.Drawing.Point(411, 304);
     this.txtHDMF_MPL.Name = "txtHDMF_MPL";
     this.txtHDMF_MPL.Size = new System.Drawing.Size(113, 23);
     this.txtHDMF_MPL.TabIndex = 5;
     this.txtHDMF_MPL.Text = "0.00";
     this.txtHDMF_MPL.TextChanged += new System.EventHandler(this.txtHDMF_MPL_TextChanged);
     this.txtHDMF_MPL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHDMF_MPL_KeyPress);
     this.txtHDMF_MPL.Leave += new System.EventHandler(this.txtHDMF_MPL_Leave);
     //
     // txtHDMF
     //
     this.txtHDMF.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHDMF.ForeColor = System.Drawing.Color.Maroon;
     this.txtHDMF.Location = new System.Drawing.Point(411, 277);
     this.txtHDMF.Name = "txtHDMF";
     this.txtHDMF.Size = new System.Drawing.Size(113, 23);
     this.txtHDMF.TabIndex = 4;
     this.txtHDMF.Text = "0.00";
     this.txtHDMF.TextChanged += new System.EventHandler(this.txtHDMF_TextChanged);
     this.txtHDMF.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHDMF_KeyPress);
     this.txtHDMF.Leave += new System.EventHandler(this.txtHDMF_Leave);
     //
     // txtCottageRental
     //
     this.txtCottageRental.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCottageRental.ForeColor = System.Drawing.Color.Maroon;
     this.txtCottageRental.Location = new System.Drawing.Point(150, 416);
     this.txtCottageRental.Name = "txtCottageRental";
     this.txtCottageRental.Size = new System.Drawing.Size(113, 23);
     this.txtCottageRental.TabIndex = 340;
     this.txtCottageRental.Text = "0.00";
     this.txtCottageRental.TextChanged += new System.EventHandler(this.txtCottageRental_TextChanged);
     this.txtCottageRental.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCottageRental_KeyPress);
     this.txtCottageRental.Leave += new System.EventHandler(this.txtCottageRental_Leave);
     //
     // lblNetAmount
     //
     this.lblNetAmount.BackColor = System.Drawing.Color.White;
     this.lblNetAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblNetAmount.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNetAmount.ForeColor = System.Drawing.Color.Maroon;
     this.lblNetAmount.Location = new System.Drawing.Point(411, 387);
     this.lblNetAmount.Name = "lblNetAmount";
     this.lblNetAmount.Size = new System.Drawing.Size(113, 23);
     this.lblNetAmount.TabIndex = 339;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label21.Location = new System.Drawing.Point(292, 389);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(115, 16);
     this.label21.TabIndex = 338;
     this.label21.Text = "Net Amount (Php):";
     //
     // lblGrossEarning
     //
     this.lblGrossEarning.BackColor = System.Drawing.Color.White;
     this.lblGrossEarning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblGrossEarning.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGrossEarning.ForeColor = System.Drawing.Color.Maroon;
     this.lblGrossEarning.Location = new System.Drawing.Point(411, 360);
     this.lblGrossEarning.Name = "lblGrossEarning";
     this.lblGrossEarning.Size = new System.Drawing.Size(113, 23);
     this.lblGrossEarning.TabIndex = 337;
     this.lblGrossEarning.TextChanged += new System.EventHandler(this.lblGrossEarning_TextChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label15.Location = new System.Drawing.Point(290, 360);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(117, 16);
     this.label15.TabIndex = 336;
     this.label15.Text = "Gross Earning Php:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label19.Location = new System.Drawing.Point(47, 415);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(97, 16);
     this.label19.TabIndex = 332;
     this.label19.Text = "Cottage Rental:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label9.Location = new System.Drawing.Point(305, 333);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 330;
     this.label9.Text = "HDMF-Calamity:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label11.Location = new System.Drawing.Point(331, 305);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(74, 16);
     this.label11.TabIndex = 328;
     this.label11.Text = "HDMF-MPL:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label13.Location = new System.Drawing.Point(359, 277);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(46, 16);
     this.label13.TabIndex = 326;
     this.label13.Text = "HDMF:";
     //
     // groupBox3
     //
     this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(9, 258);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(515, 10);
     this.groupBox3.TabIndex = 325;
     this.groupBox3.TabStop = false;
     //
     // groupBox2
     //
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(6, 29);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(527, 10);
     this.groupBox2.TabIndex = 324;
     this.groupBox2.TabStop = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Maroon;
     this.label6.Location = new System.Drawing.Point(6, 16);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(127, 16);
     this.label6.TabIndex = 323;
     this.label6.Text = "Basic Information";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Maroon;
     this.label4.Location = new System.Drawing.Point(8, 245);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(167, 16);
     this.label4.TabIndex = 322;
     this.label4.Text = "Deductions / Premuims";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkColor = System.Drawing.Color.Purple;
     this.linkLabel1.Location = new System.Drawing.Point(6, 445);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(393, 16);
     this.linkLabel1.TabIndex = 321;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Click to Print Payroll For the selected Period and Employee Type";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location = new System.Drawing.Point(187, 223);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(337, 16);
     this.label2.TabIndex = 320;
     this.label2.Text = "No Individual Time Record for the selected payroll period.";
     this.label2.Visible = false;
     //
     // lblTotalUndertime
     //
     this.lblTotalUndertime.BackColor = System.Drawing.Color.White;
     this.lblTotalUndertime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTotalUndertime.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalUndertime.ForeColor = System.Drawing.Color.Maroon;
     this.lblTotalUndertime.Location = new System.Drawing.Point(150, 360);
     this.lblTotalUndertime.Name = "lblTotalUndertime";
     this.lblTotalUndertime.Size = new System.Drawing.Size(113, 23);
     this.lblTotalUndertime.TabIndex = 319;
     this.lblTotalUndertime.TextChanged += new System.EventHandler(this.lblTotalUndertime_TextChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label7.Location = new System.Drawing.Point(4, 360);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(140, 16);
     this.label7.TabIndex = 318;
     this.label7.Text = "Total Undertime (min):";
     //
     // lblTotalLate
     //
     this.lblTotalLate.BackColor = System.Drawing.Color.White;
     this.lblTotalLate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTotalLate.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalLate.ForeColor = System.Drawing.Color.Maroon;
     this.lblTotalLate.Location = new System.Drawing.Point(150, 304);
     this.lblTotalLate.Name = "lblTotalLate";
     this.lblTotalLate.Size = new System.Drawing.Size(113, 23);
     this.lblTotalLate.TabIndex = 317;
     this.lblTotalLate.TextChanged += new System.EventHandler(this.lblTotalLate_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label5.Location = new System.Drawing.Point(39, 304);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(105, 16);
     this.label5.TabIndex = 316;
     this.label5.Text = "Total Late (min):";
     //
     // lblTotDaysWork
     //
     this.lblTotDaysWork.BackColor = System.Drawing.Color.White;
     this.lblTotDaysWork.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTotDaysWork.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotDaysWork.ForeColor = System.Drawing.Color.Maroon;
     this.lblTotDaysWork.Location = new System.Drawing.Point(151, 276);
     this.lblTotDaysWork.Name = "lblTotDaysWork";
     this.lblTotDaysWork.Size = new System.Drawing.Size(111, 23);
     this.lblTotDaysWork.TabIndex = 315;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label3.Location = new System.Drawing.Point(37, 276);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(107, 16);
     this.label3.TabIndex = 314;
     this.label3.Text = "Total Days Work:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location = new System.Drawing.Point(65, 54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(83, 14);
     this.label1.TabIndex = 313;
     this.label1.Text = "Payroll Period:";
     //
     // cmbPayrollPeriod
     //
     this.cmbPayrollPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPayrollPeriod.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbPayrollPeriod.ForeColor = System.Drawing.Color.Maroon;
     this.cmbPayrollPeriod.FormattingEnabled = true;
     this.cmbPayrollPeriod.Items.AddRange(new object[] {
     "",
     "First Semester",
     "Second Semester",
     "Summer"});
     this.cmbPayrollPeriod.Location = new System.Drawing.Point(148, 54);
     this.cmbPayrollPeriod.Name = "cmbPayrollPeriod";
     this.cmbPayrollPeriod.Size = new System.Drawing.Size(279, 24);
     this.cmbPayrollPeriod.TabIndex = 1;
     this.cmbPayrollPeriod.SelectedIndexChanged += new System.EventHandler(this.cmbPayrollPeriod_SelectedIndexChanged);
     //
     // lblRate
     //
     this.lblRate.BackColor = System.Drawing.Color.White;
     this.lblRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblRate.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRate.ForeColor = System.Drawing.Color.Maroon;
     this.lblRate.Location = new System.Drawing.Point(148, 200);
     this.lblRate.Name = "lblRate";
     this.lblRate.Size = new System.Drawing.Size(113, 23);
     this.lblRate.TabIndex = 311;
     //
     // lblPayOption
     //
     this.lblPayOption.BackColor = System.Drawing.Color.White;
     this.lblPayOption.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblPayOption.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPayOption.ForeColor = System.Drawing.Color.Maroon;
     this.lblPayOption.Location = new System.Drawing.Point(267, 200);
     this.lblPayOption.Name = "lblPayOption";
     this.lblPayOption.Size = new System.Drawing.Size(160, 23);
     this.lblPayOption.TabIndex = 310;
     //
     // lblDepartment
     //
     this.lblDepartment.BackColor = System.Drawing.Color.White;
     this.lblDepartment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblDepartment.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDepartment.ForeColor = System.Drawing.Color.Maroon;
     this.lblDepartment.Location = new System.Drawing.Point(149, 170);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(278, 23);
     this.lblDepartment.TabIndex = 308;
     //
     // lblDesignation
     //
     this.lblDesignation.BackColor = System.Drawing.Color.White;
     this.lblDesignation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblDesignation.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesignation.ForeColor = System.Drawing.Color.Maroon;
     this.lblDesignation.Location = new System.Drawing.Point(149, 142);
     this.lblDesignation.Name = "lblDesignation";
     this.lblDesignation.Size = new System.Drawing.Size(278, 23);
     this.lblDesignation.TabIndex = 307;
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label57.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label57.Location = new System.Drawing.Point(70, 140);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(79, 16);
     this.label57.TabIndex = 305;
     this.label57.Text = "Designation:";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label56.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label56.Location = new System.Drawing.Point(69, 169);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(80, 16);
     this.label56.TabIndex = 304;
     this.label56.Text = "Department:";
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label55.Location = new System.Drawing.Point(47, 201);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(101, 16);
     this.label55.TabIndex = 303;
     this.label55.Text = "Basic Pay (Php):";
     //
     // picEmployee
     //
     this.picEmployee.BackColor = System.Drawing.Color.White;
     this.picEmployee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEmployee.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picEmployee.Image = ((System.Drawing.Image)(resources.GetObject("picEmployee.Image")));
     this.picEmployee.InitialImage = ((System.Drawing.Image)(resources.GetObject("picEmployee.InitialImage")));
     this.picEmployee.Location = new System.Drawing.Point(433, 54);
     this.picEmployee.Name = "picEmployee";
     this.picEmployee.Size = new System.Drawing.Size(91, 82);
     this.picEmployee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picEmployee.TabIndex = 297;
     this.picEmployee.TabStop = false;
     //
     // cmbEmployeeName
     //
     this.cmbEmployeeName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmployeeName.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbEmployeeName.ForeColor = System.Drawing.Color.Maroon;
     this.cmbEmployeeName.FormattingEnabled = true;
     this.cmbEmployeeName.Items.AddRange(new object[] {
     "",
     "First Semester",
     "Second Semester",
     "Summer"});
     this.cmbEmployeeName.Location = new System.Drawing.Point(148, 112);
     this.cmbEmployeeName.Name = "cmbEmployeeName";
     this.cmbEmployeeName.Size = new System.Drawing.Size(279, 24);
     this.cmbEmployeeName.TabIndex = 3;
     this.cmbEmployeeName.SelectedIndexChanged += new System.EventHandler(this.cmbEmployeeName_SelectedIndexChanged);
     //
     // lblEmpName
     //
     this.lblEmpName.AutoSize = true;
     this.lblEmpName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEmpName.ForeColor = System.Drawing.Color.Navy;
     this.lblEmpName.Location = new System.Drawing.Point(47, 116);
     this.lblEmpName.Name = "lblEmpName";
     this.lblEmpName.Size = new System.Drawing.Size(103, 14);
     this.lblEmpName.TabIndex = 293;
     this.lblEmpName.Text = "Employee Name: ";
     //
     // bttnExit
     //
     this.bttnExit.BackColor = System.Drawing.Color.Red;
     this.bttnExit.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bttnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bttnExit.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bttnExit.ForeColor = System.Drawing.Color.White;
     this.bttnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnExit.Location = new System.Drawing.Point(477, 471);
     this.bttnExit.Margin = new System.Windows.Forms.Padding(4);
     this.bttnExit.Name = "bttnExit";
     this.bttnExit.Size = new System.Drawing.Size(69, 30);
     this.bttnExit.TabIndex = 349;
     this.bttnExit.Text = "&Close";
     this.bttnExit.UseVisualStyleBackColor = false;
     this.bttnExit.Click += new System.EventHandler(this.bttnExit_Click);
     //
     // bttnRefresh
     //
     this.bttnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.bttnRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bttnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bttnRefresh.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bttnRefresh.ForeColor = System.Drawing.Color.White;
     this.bttnRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnRefresh.Location = new System.Drawing.Point(404, 471);
     this.bttnRefresh.Name = "bttnRefresh";
     this.bttnRefresh.Size = new System.Drawing.Size(72, 31);
     this.bttnRefresh.TabIndex = 348;
     this.bttnRefresh.Text = "&Refresh";
     this.bttnRefresh.UseVisualStyleBackColor = false;
     this.bttnRefresh.Click += new System.EventHandler(this.bttnRefresh_Click);
     //
     // bttnSave
     //
     this.bttnSave.BackColor = System.Drawing.Color.Green;
     this.bttnSave.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bttnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bttnSave.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bttnSave.ForeColor = System.Drawing.Color.White;
     this.bttnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnSave.Location = new System.Drawing.Point(317, 472);
     this.bttnSave.Margin = new System.Windows.Forms.Padding(4);
     this.bttnSave.Name = "bttnSave";
     this.bttnSave.Size = new System.Drawing.Size(86, 30);
     this.bttnSave.TabIndex = 347;
     this.bttnSave.Text = "&Save Item";
     this.bttnSave.UseVisualStyleBackColor = false;
     this.bttnSave.Click += new System.EventHandler(this.bttnSave_Click);
     //
     // lblLateAmount
     //
     this.lblLateAmount.BackColor = System.Drawing.Color.White;
     this.lblLateAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblLateAmount.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLateAmount.ForeColor = System.Drawing.Color.Maroon;
     this.lblLateAmount.Location = new System.Drawing.Point(150, 332);
     this.lblLateAmount.Name = "lblLateAmount";
     this.lblLateAmount.Size = new System.Drawing.Size(113, 23);
     this.lblLateAmount.TabIndex = 348;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label10.Location = new System.Drawing.Point(6, 335);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(138, 13);
     this.label10.TabIndex = 347;
     this.label10.Text = "Late Deduction Amt. (Php):";
     //
     // lblUnderTime
     //
     this.lblUnderTime.BackColor = System.Drawing.Color.White;
     this.lblUnderTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblUnderTime.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUnderTime.ForeColor = System.Drawing.Color.Maroon;
     this.lblUnderTime.Location = new System.Drawing.Point(150, 388);
     this.lblUnderTime.Name = "lblUnderTime";
     this.lblUnderTime.Size = new System.Drawing.Size(113, 23);
     this.lblUnderTime.TabIndex = 350;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label14.Location = new System.Drawing.Point(10, 390);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(134, 13);
     this.label14.TabIndex = 349;
     this.label14.Text = "U/T Deduction Amt. (Php):";
     //
     // frmPayrollManagement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(555, 507);
     this.Controls.Add(this.bttnExit);
     this.Controls.Add(this.bttnRefresh);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.bttnSave);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmPayrollManagement";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Payroll Management";
     this.Load += new System.EventHandler(this.frmPayrollManagement_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).EndInit();
     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(ConfigMount));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.LNK_wiki = new System.Windows.Forms.LinkLabel();
     this.label15 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.mavlinkComboBoxTilt = new System.Windows.Forms.ComboBox();
     this.mavlinkComboBoxRoll = new System.Windows.Forms.ComboBox();
     this.mavlinkComboBoxPan = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.CMB_inputch_pan = new ArdupilotMega.Controls.MavlinkComboBox();
     this.CMB_inputch_roll = new ArdupilotMega.Controls.MavlinkComboBox();
     this.CMB_inputch_tilt = new ArdupilotMega.Controls.MavlinkComboBox();
     this.mavlinkNumericUpDownTAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownTAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownTSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownTSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkCheckBoxTR = new ArdupilotMega.Controls.MavlinkCheckBox();
     this.mavlinkNumericUpDownPAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownPAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownPSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownPSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkCheckBoxPR = new ArdupilotMega.Controls.MavlinkCheckBox();
     this.mavlinkNumericUpDownRAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownRAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownRSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkNumericUpDownRSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.mavlinkCheckBoxRR = new ArdupilotMega.Controls.MavlinkCheckBox();
     this.LBL_Error = new ArdupilotMega.Controls.LabelWithPseudoOpacity();
     this.PBOX_WarningIcon = new ArdupilotMega.Controls.PictureBoxWithPseudoOpacity();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label27 = new System.Windows.Forms.Label();
     this.NUD_RETRACT_z = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label26 = new System.Windows.Forms.Label();
     this.NUD_RETRACT_y = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label25 = new System.Windows.Forms.Label();
     this.NUD_RETRACT_x = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.label28 = new System.Windows.Forms.Label();
     this.NUD_NEUTRAL_z = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label29 = new System.Windows.Forms.Label();
     this.NUD_NEUTRAL_y = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label30 = new System.Windows.Forms.Label();
     this.NUD_NEUTRAL_x = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.label31 = new System.Windows.Forms.Label();
     this.NUD_CONTROL_z = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label32 = new System.Windows.Forms.Label();
     this.NUD_CONTROL_y = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.label33 = new System.Windows.Forms.Label();
     this.NUD_CONTROL_x = new ArdupilotMega.Controls.MavlinkNumericUpDown();
     this.CHK_stab_tilt = new ArdupilotMega.Controls.MavlinkCheckBox();
     this.CHK_stab_roll = new ArdupilotMega.Controls.MavlinkCheckBox();
     this.CHK_stab_pan = new ArdupilotMega.Controls.MavlinkCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSMX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PBOX_WarningIcon)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_z)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_x)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_z)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_x)).BeginInit();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_z)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_x)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalPitch1;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalRoll1;
     resources.ApplyResources(this.pictureBox2, "pictureBox2");
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.TabStop = false;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label5.Name = "label5";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label6.Name = "label6";
     //
     // LNK_wiki
     //
     resources.ApplyResources(this.LNK_wiki, "LNK_wiki");
     this.LNK_wiki.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.LNK_wiki.LinkColor = System.Drawing.Color.CornflowerBlue;
     this.LNK_wiki.Name = "LNK_wiki";
     this.LNK_wiki.TabStop = true;
     this.LNK_wiki.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LNK_Wiki_Clicked);
     //
     // label15
     //
     resources.ApplyResources(this.label15, "label15");
     this.label15.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label15.Name = "label15";
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalYaw;
     resources.ApplyResources(this.pictureBox3, "pictureBox3");
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.TabStop = false;
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label11.Name = "label11";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label12.Name = "label12";
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label13.Name = "label13";
     //
     // label14
     //
     resources.ApplyResources(this.label14, "label14");
     this.label14.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label14.Name = "label14";
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.Name = "label16";
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.Name = "label17";
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label18.Name = "label18";
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label19.Name = "label19";
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label20.Name = "label20";
     //
     // label21
     //
     resources.ApplyResources(this.label21, "label21");
     this.label21.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label21.Name = "label21";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label3.Name = "label3";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label4.Name = "label4";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label7.Name = "label7";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label8.Name = "label8";
     //
     // mavlinkComboBoxTilt
     //
     this.mavlinkComboBoxTilt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mavlinkComboBoxTilt.FormattingEnabled = true;
     resources.ApplyResources(this.mavlinkComboBoxTilt, "mavlinkComboBoxTilt");
     this.mavlinkComboBoxTilt.Name = "mavlinkComboBoxTilt";
     this.mavlinkComboBoxTilt.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
     //
     // mavlinkComboBoxRoll
     //
     this.mavlinkComboBoxRoll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mavlinkComboBoxRoll.FormattingEnabled = true;
     resources.ApplyResources(this.mavlinkComboBoxRoll, "mavlinkComboBoxRoll");
     this.mavlinkComboBoxRoll.Name = "mavlinkComboBoxRoll";
     this.mavlinkComboBoxRoll.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
     //
     // mavlinkComboBoxPan
     //
     this.mavlinkComboBoxPan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mavlinkComboBoxPan.FormattingEnabled = true;
     resources.ApplyResources(this.mavlinkComboBoxPan, "mavlinkComboBoxPan");
     this.mavlinkComboBoxPan.Name = "mavlinkComboBoxPan";
     this.mavlinkComboBoxPan.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
     //
     // label22
     //
     resources.ApplyResources(this.label22, "label22");
     this.label22.Name = "label22";
     //
     // label23
     //
     resources.ApplyResources(this.label23, "label23");
     this.label23.Name = "label23";
     //
     // label24
     //
     resources.ApplyResources(this.label24, "label24");
     this.label24.Name = "label24";
     //
     // CMB_inputch_pan
     //
     this.CMB_inputch_pan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.CMB_inputch_pan, "CMB_inputch_pan");
     this.CMB_inputch_pan.FormattingEnabled = true;
     this.CMB_inputch_pan.Name = "CMB_inputch_pan";
     this.CMB_inputch_pan.param = null;
     this.CMB_inputch_pan.ParamName = null;
     //
     // CMB_inputch_roll
     //
     this.CMB_inputch_roll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.CMB_inputch_roll, "CMB_inputch_roll");
     this.CMB_inputch_roll.FormattingEnabled = true;
     this.CMB_inputch_roll.Name = "CMB_inputch_roll";
     this.CMB_inputch_roll.param = null;
     this.CMB_inputch_roll.ParamName = null;
     //
     // CMB_inputch_tilt
     //
     this.CMB_inputch_tilt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.CMB_inputch_tilt, "CMB_inputch_tilt");
     this.CMB_inputch_tilt.FormattingEnabled = true;
     this.CMB_inputch_tilt.Name = "CMB_inputch_tilt";
     this.CMB_inputch_tilt.param = null;
     this.CMB_inputch_tilt.ParamName = null;
     //
     // mavlinkNumericUpDownTAM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownTAM, "mavlinkNumericUpDownTAM");
     this.mavlinkNumericUpDownTAM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTAM.Max = 1F;
     this.mavlinkNumericUpDownTAM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTAM.Min = 0F;
     this.mavlinkNumericUpDownTAM.Name = "mavlinkNumericUpDownTAM";
     this.mavlinkNumericUpDownTAM.param = null;
     this.mavlinkNumericUpDownTAM.ParamName = null;
     this.mavlinkNumericUpDownTAM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownTAMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownTAMX, "mavlinkNumericUpDownTAMX");
     this.mavlinkNumericUpDownTAMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTAMX.Max = 1F;
     this.mavlinkNumericUpDownTAMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTAMX.Min = 0F;
     this.mavlinkNumericUpDownTAMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTAMX.Name = "mavlinkNumericUpDownTAMX";
     this.mavlinkNumericUpDownTAMX.param = null;
     this.mavlinkNumericUpDownTAMX.ParamName = null;
     this.mavlinkNumericUpDownTAMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownTSM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownTSM, "mavlinkNumericUpDownTSM");
     this.mavlinkNumericUpDownTSM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSM.Max = 1F;
     this.mavlinkNumericUpDownTSM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSM.Min = 0F;
     this.mavlinkNumericUpDownTSM.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSM.Name = "mavlinkNumericUpDownTSM";
     this.mavlinkNumericUpDownTSM.param = null;
     this.mavlinkNumericUpDownTSM.ParamName = null;
     this.mavlinkNumericUpDownTSM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownTSMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownTSMX, "mavlinkNumericUpDownTSMX");
     this.mavlinkNumericUpDownTSMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSMX.Max = 1F;
     this.mavlinkNumericUpDownTSMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSMX.Min = 0F;
     this.mavlinkNumericUpDownTSMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownTSMX.Name = "mavlinkNumericUpDownTSMX";
     this.mavlinkNumericUpDownTSMX.param = null;
     this.mavlinkNumericUpDownTSMX.ParamName = null;
     this.mavlinkNumericUpDownTSMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkCheckBoxTR
     //
     resources.ApplyResources(this.mavlinkCheckBoxTR, "mavlinkCheckBoxTR");
     this.mavlinkCheckBoxTR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.mavlinkCheckBoxTR.Name = "mavlinkCheckBoxTR";
     this.mavlinkCheckBoxTR.OffValue = 0F;
     this.mavlinkCheckBoxTR.OnValue = 1F;
     this.mavlinkCheckBoxTR.param = null;
     this.mavlinkCheckBoxTR.ParamName = null;
     this.mavlinkCheckBoxTR.UseVisualStyleBackColor = true;
     //
     // mavlinkNumericUpDownPAM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownPAM, "mavlinkNumericUpDownPAM");
     this.mavlinkNumericUpDownPAM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPAM.Max = 1F;
     this.mavlinkNumericUpDownPAM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPAM.Min = 0F;
     this.mavlinkNumericUpDownPAM.Name = "mavlinkNumericUpDownPAM";
     this.mavlinkNumericUpDownPAM.param = null;
     this.mavlinkNumericUpDownPAM.ParamName = null;
     this.mavlinkNumericUpDownPAM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownPAMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownPAMX, "mavlinkNumericUpDownPAMX");
     this.mavlinkNumericUpDownPAMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPAMX.Max = 1F;
     this.mavlinkNumericUpDownPAMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPAMX.Min = 0F;
     this.mavlinkNumericUpDownPAMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPAMX.Name = "mavlinkNumericUpDownPAMX";
     this.mavlinkNumericUpDownPAMX.param = null;
     this.mavlinkNumericUpDownPAMX.ParamName = null;
     this.mavlinkNumericUpDownPAMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownPSM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownPSM, "mavlinkNumericUpDownPSM");
     this.mavlinkNumericUpDownPSM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSM.Max = 1F;
     this.mavlinkNumericUpDownPSM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSM.Min = 0F;
     this.mavlinkNumericUpDownPSM.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSM.Name = "mavlinkNumericUpDownPSM";
     this.mavlinkNumericUpDownPSM.param = null;
     this.mavlinkNumericUpDownPSM.ParamName = null;
     this.mavlinkNumericUpDownPSM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownPSMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownPSMX, "mavlinkNumericUpDownPSMX");
     this.mavlinkNumericUpDownPSMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSMX.Max = 1F;
     this.mavlinkNumericUpDownPSMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSMX.Min = 0F;
     this.mavlinkNumericUpDownPSMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownPSMX.Name = "mavlinkNumericUpDownPSMX";
     this.mavlinkNumericUpDownPSMX.param = null;
     this.mavlinkNumericUpDownPSMX.ParamName = null;
     this.mavlinkNumericUpDownPSMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkCheckBoxPR
     //
     resources.ApplyResources(this.mavlinkCheckBoxPR, "mavlinkCheckBoxPR");
     this.mavlinkCheckBoxPR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.mavlinkCheckBoxPR.Name = "mavlinkCheckBoxPR";
     this.mavlinkCheckBoxPR.OffValue = 0F;
     this.mavlinkCheckBoxPR.OnValue = 1F;
     this.mavlinkCheckBoxPR.param = null;
     this.mavlinkCheckBoxPR.ParamName = null;
     this.mavlinkCheckBoxPR.UseVisualStyleBackColor = true;
     //
     // mavlinkNumericUpDownRAM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownRAM, "mavlinkNumericUpDownRAM");
     this.mavlinkNumericUpDownRAM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRAM.Max = 1F;
     this.mavlinkNumericUpDownRAM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRAM.Min = 0F;
     this.mavlinkNumericUpDownRAM.Name = "mavlinkNumericUpDownRAM";
     this.mavlinkNumericUpDownRAM.param = null;
     this.mavlinkNumericUpDownRAM.ParamName = null;
     this.mavlinkNumericUpDownRAM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownRAMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownRAMX, "mavlinkNumericUpDownRAMX");
     this.mavlinkNumericUpDownRAMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRAMX.Max = 1F;
     this.mavlinkNumericUpDownRAMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRAMX.Min = 0F;
     this.mavlinkNumericUpDownRAMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRAMX.Name = "mavlinkNumericUpDownRAMX";
     this.mavlinkNumericUpDownRAMX.param = null;
     this.mavlinkNumericUpDownRAMX.ParamName = null;
     this.mavlinkNumericUpDownRAMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownRSM
     //
     resources.ApplyResources(this.mavlinkNumericUpDownRSM, "mavlinkNumericUpDownRSM");
     this.mavlinkNumericUpDownRSM.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSM.Max = 1F;
     this.mavlinkNumericUpDownRSM.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSM.Min = 0F;
     this.mavlinkNumericUpDownRSM.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSM.Name = "mavlinkNumericUpDownRSM";
     this.mavlinkNumericUpDownRSM.param = null;
     this.mavlinkNumericUpDownRSM.ParamName = null;
     this.mavlinkNumericUpDownRSM.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // mavlinkNumericUpDownRSMX
     //
     resources.ApplyResources(this.mavlinkNumericUpDownRSMX, "mavlinkNumericUpDownRSMX");
     this.mavlinkNumericUpDownRSMX.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSMX.Max = 1F;
     this.mavlinkNumericUpDownRSMX.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSMX.Min = 0F;
     this.mavlinkNumericUpDownRSMX.Minimum = new decimal(new int[] {
     800,
     0,
     0,
     0});
     this.mavlinkNumericUpDownRSMX.Name = "mavlinkNumericUpDownRSMX";
     this.mavlinkNumericUpDownRSMX.param = null;
     this.mavlinkNumericUpDownRSMX.ParamName = null;
     this.mavlinkNumericUpDownRSMX.Value = new decimal(new int[] {
     2000,
     0,
     0,
     0});
     //
     // mavlinkCheckBoxRR
     //
     resources.ApplyResources(this.mavlinkCheckBoxRR, "mavlinkCheckBoxRR");
     this.mavlinkCheckBoxRR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.mavlinkCheckBoxRR.Name = "mavlinkCheckBoxRR";
     this.mavlinkCheckBoxRR.OffValue = 0F;
     this.mavlinkCheckBoxRR.OnValue = 1F;
     this.mavlinkCheckBoxRR.param = null;
     this.mavlinkCheckBoxRR.ParamName = null;
     this.mavlinkCheckBoxRR.UseVisualStyleBackColor = true;
     //
     // LBL_Error
     //
     resources.ApplyResources(this.LBL_Error, "LBL_Error");
     this.LBL_Error.DoubleBuffered = true;
     this.LBL_Error.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.LBL_Error.Name = "LBL_Error";
     //
     // PBOX_WarningIcon
     //
     resources.ApplyResources(this.PBOX_WarningIcon, "PBOX_WarningIcon");
     this.PBOX_WarningIcon.Image = global::ArdupilotMega.Properties.Resources.iconWarning32;
     this.PBOX_WarningIcon.Name = "PBOX_WarningIcon";
     this.PBOX_WarningIcon.Opacity = 0.5F;
     this.PBOX_WarningIcon.TabStop = false;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label27);
     this.groupBox4.Controls.Add(this.NUD_RETRACT_z);
     this.groupBox4.Controls.Add(this.label26);
     this.groupBox4.Controls.Add(this.NUD_RETRACT_y);
     this.groupBox4.Controls.Add(this.label25);
     this.groupBox4.Controls.Add(this.NUD_RETRACT_x);
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // label27
     //
     resources.ApplyResources(this.label27, "label27");
     this.label27.Name = "label27";
     //
     // NUD_RETRACT_z
     //
     resources.ApplyResources(this.NUD_RETRACT_z, "NUD_RETRACT_z");
     this.NUD_RETRACT_z.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_RETRACT_z.Max = 1F;
     this.NUD_RETRACT_z.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_RETRACT_z.Min = 0F;
     this.NUD_RETRACT_z.Name = "NUD_RETRACT_z";
     this.NUD_RETRACT_z.param = null;
     this.NUD_RETRACT_z.ParamName = null;
     this.NUD_RETRACT_z.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.Name = "label26";
     //
     // NUD_RETRACT_y
     //
     resources.ApplyResources(this.NUD_RETRACT_y, "NUD_RETRACT_y");
     this.NUD_RETRACT_y.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_RETRACT_y.Max = 1F;
     this.NUD_RETRACT_y.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_RETRACT_y.Min = 0F;
     this.NUD_RETRACT_y.Name = "NUD_RETRACT_y";
     this.NUD_RETRACT_y.param = null;
     this.NUD_RETRACT_y.ParamName = null;
     this.NUD_RETRACT_y.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label25
     //
     resources.ApplyResources(this.label25, "label25");
     this.label25.Name = "label25";
     //
     // NUD_RETRACT_x
     //
     resources.ApplyResources(this.NUD_RETRACT_x, "NUD_RETRACT_x");
     this.NUD_RETRACT_x.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_RETRACT_x.Max = 1F;
     this.NUD_RETRACT_x.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_RETRACT_x.Min = 0F;
     this.NUD_RETRACT_x.Name = "NUD_RETRACT_x";
     this.NUD_RETRACT_x.param = null;
     this.NUD_RETRACT_x.ParamName = null;
     this.NUD_RETRACT_x.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.label28);
     this.groupBox5.Controls.Add(this.NUD_NEUTRAL_z);
     this.groupBox5.Controls.Add(this.label29);
     this.groupBox5.Controls.Add(this.NUD_NEUTRAL_y);
     this.groupBox5.Controls.Add(this.label30);
     this.groupBox5.Controls.Add(this.NUD_NEUTRAL_x);
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // label28
     //
     resources.ApplyResources(this.label28, "label28");
     this.label28.Name = "label28";
     //
     // NUD_NEUTRAL_z
     //
     resources.ApplyResources(this.NUD_NEUTRAL_z, "NUD_NEUTRAL_z");
     this.NUD_NEUTRAL_z.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_NEUTRAL_z.Max = 1F;
     this.NUD_NEUTRAL_z.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_NEUTRAL_z.Min = 0F;
     this.NUD_NEUTRAL_z.Name = "NUD_NEUTRAL_z";
     this.NUD_NEUTRAL_z.param = null;
     this.NUD_NEUTRAL_z.ParamName = null;
     this.NUD_NEUTRAL_z.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label29
     //
     resources.ApplyResources(this.label29, "label29");
     this.label29.Name = "label29";
     //
     // NUD_NEUTRAL_y
     //
     resources.ApplyResources(this.NUD_NEUTRAL_y, "NUD_NEUTRAL_y");
     this.NUD_NEUTRAL_y.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_NEUTRAL_y.Max = 1F;
     this.NUD_NEUTRAL_y.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_NEUTRAL_y.Min = 0F;
     this.NUD_NEUTRAL_y.Name = "NUD_NEUTRAL_y";
     this.NUD_NEUTRAL_y.param = null;
     this.NUD_NEUTRAL_y.ParamName = null;
     this.NUD_NEUTRAL_y.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label30
     //
     resources.ApplyResources(this.label30, "label30");
     this.label30.Name = "label30";
     //
     // NUD_NEUTRAL_x
     //
     resources.ApplyResources(this.NUD_NEUTRAL_x, "NUD_NEUTRAL_x");
     this.NUD_NEUTRAL_x.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_NEUTRAL_x.Max = 1F;
     this.NUD_NEUTRAL_x.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_NEUTRAL_x.Min = 0F;
     this.NUD_NEUTRAL_x.Name = "NUD_NEUTRAL_x";
     this.NUD_NEUTRAL_x.param = null;
     this.NUD_NEUTRAL_x.ParamName = null;
     this.NUD_NEUTRAL_x.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label31);
     this.groupBox6.Controls.Add(this.NUD_CONTROL_z);
     this.groupBox6.Controls.Add(this.label32);
     this.groupBox6.Controls.Add(this.NUD_CONTROL_y);
     this.groupBox6.Controls.Add(this.label33);
     this.groupBox6.Controls.Add(this.NUD_CONTROL_x);
     resources.ApplyResources(this.groupBox6, "groupBox6");
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.TabStop = false;
     //
     // label31
     //
     resources.ApplyResources(this.label31, "label31");
     this.label31.Name = "label31";
     //
     // NUD_CONTROL_z
     //
     resources.ApplyResources(this.NUD_CONTROL_z, "NUD_CONTROL_z");
     this.NUD_CONTROL_z.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_CONTROL_z.Max = 1F;
     this.NUD_CONTROL_z.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_CONTROL_z.Min = 0F;
     this.NUD_CONTROL_z.Name = "NUD_CONTROL_z";
     this.NUD_CONTROL_z.param = null;
     this.NUD_CONTROL_z.ParamName = null;
     this.NUD_CONTROL_z.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label32
     //
     resources.ApplyResources(this.label32, "label32");
     this.label32.Name = "label32";
     //
     // NUD_CONTROL_y
     //
     resources.ApplyResources(this.NUD_CONTROL_y, "NUD_CONTROL_y");
     this.NUD_CONTROL_y.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_CONTROL_y.Max = 1F;
     this.NUD_CONTROL_y.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_CONTROL_y.Min = 0F;
     this.NUD_CONTROL_y.Name = "NUD_CONTROL_y";
     this.NUD_CONTROL_y.param = null;
     this.NUD_CONTROL_y.ParamName = null;
     this.NUD_CONTROL_y.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // label33
     //
     resources.ApplyResources(this.label33, "label33");
     this.label33.Name = "label33";
     //
     // NUD_CONTROL_x
     //
     resources.ApplyResources(this.NUD_CONTROL_x, "NUD_CONTROL_x");
     this.NUD_CONTROL_x.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NUD_CONTROL_x.Max = 1F;
     this.NUD_CONTROL_x.Maximum = new decimal(new int[] {
     2200,
     0,
     0,
     0});
     this.NUD_CONTROL_x.Min = 0F;
     this.NUD_CONTROL_x.Name = "NUD_CONTROL_x";
     this.NUD_CONTROL_x.param = null;
     this.NUD_CONTROL_x.ParamName = null;
     this.NUD_CONTROL_x.Value = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     //
     // CHK_stab_tilt
     //
     resources.ApplyResources(this.CHK_stab_tilt, "CHK_stab_tilt");
     this.CHK_stab_tilt.Name = "CHK_stab_tilt";
     this.CHK_stab_tilt.OffValue = 0F;
     this.CHK_stab_tilt.OnValue = 1F;
     this.CHK_stab_tilt.param = null;
     this.CHK_stab_tilt.ParamName = null;
     this.CHK_stab_tilt.UseVisualStyleBackColor = true;
     //
     // CHK_stab_roll
     //
     resources.ApplyResources(this.CHK_stab_roll, "CHK_stab_roll");
     this.CHK_stab_roll.Name = "CHK_stab_roll";
     this.CHK_stab_roll.OffValue = 0F;
     this.CHK_stab_roll.OnValue = 1F;
     this.CHK_stab_roll.param = null;
     this.CHK_stab_roll.ParamName = null;
     this.CHK_stab_roll.UseVisualStyleBackColor = true;
     //
     // CHK_stab_pan
     //
     resources.ApplyResources(this.CHK_stab_pan, "CHK_stab_pan");
     this.CHK_stab_pan.Name = "CHK_stab_pan";
     this.CHK_stab_pan.OffValue = 0F;
     this.CHK_stab_pan.OnValue = 1F;
     this.CHK_stab_pan.param = null;
     this.CHK_stab_pan.ParamName = null;
     this.CHK_stab_pan.UseVisualStyleBackColor = true;
     //
     // ConfigMount
     //
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(44)))), ((int)(((byte)(45)))));
     this.Controls.Add(this.CHK_stab_pan);
     this.Controls.Add(this.CHK_stab_roll);
     this.Controls.Add(this.CHK_stab_tilt);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.CMB_inputch_pan);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.CMB_inputch_roll);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.CMB_inputch_tilt);
     this.Controls.Add(this.mavlinkComboBoxPan);
     this.Controls.Add(this.mavlinkComboBoxRoll);
     this.Controls.Add(this.mavlinkComboBoxTilt);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.mavlinkNumericUpDownTAM);
     this.Controls.Add(this.mavlinkNumericUpDownTAMX);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.mavlinkNumericUpDownTSM);
     this.Controls.Add(this.mavlinkNumericUpDownTSMX);
     this.Controls.Add(this.mavlinkCheckBoxTR);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.mavlinkNumericUpDownPAM);
     this.Controls.Add(this.mavlinkNumericUpDownPAMX);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.label21);
     this.Controls.Add(this.mavlinkNumericUpDownPSM);
     this.Controls.Add(this.mavlinkNumericUpDownPSMX);
     this.Controls.Add(this.mavlinkCheckBoxPR);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.mavlinkNumericUpDownRAM);
     this.Controls.Add(this.mavlinkNumericUpDownRAMX);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.mavlinkNumericUpDownRSM);
     this.Controls.Add(this.mavlinkNumericUpDownRSMX);
     this.Controls.Add(this.mavlinkCheckBoxRR);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.LNK_wiki);
     this.Controls.Add(this.LBL_Error);
     this.Controls.Add(this.PBOX_WarningIcon);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name = "ConfigMount";
     resources.ApplyResources(this, "$this");
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSMX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PBOX_WarningIcon)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_z)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_RETRACT_x)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_z)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_NEUTRAL_x)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_z)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUD_CONTROL_x)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #57
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.button1 = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(43, 35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "1.本数据上传工具针对";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(437, 35);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(245, 12);
     this.label3.TabIndex = 2;
     this.label3.Text = "编写,用户可以先行阅读此协议的相关规范。";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(43, 137);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(281, 12);
     this.label4.TabIndex = 3;
     this.label4.Text = "4.对本程序操作中的任何疑问请致电 0519-85765607";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(168, 35);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(269, 12);
     this.linkLabel1.TabIndex = 4;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "《煤矿井下作业人员管理系统联网数据传输规范》";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(303, 178);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(107, 27);
     this.button1.TabIndex = 5;
     this.button1.Text = "知道了";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(43, 103);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(413, 12);
     this.label5.TabIndex = 6;
     this.label5.Text = "3.煤矿编码是煤矿联网的重要依据,请严格按照上级监管单位的分配进行录入";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(43, 69);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(281, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "2.点击相应的菜单进入相应的参数文件信息维护界面";
     //
     // FormHelp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(701, 216);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormHelp";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "用户指南";
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayDelivery));
     this.pnlHeader = new System.Windows.Forms.Panel();
     this.pboxLogoRight = new System.Windows.Forms.PictureBox();
     this.pboLogoLeft = new System.Windows.Forms.PictureBox();
     this.lblHeading = new System.Windows.Forms.Label();
     this.lblDateValue = new System.Windows.Forms.Label();
     this.lblDate = new System.Windows.Forms.Label();
     this.lblInvNum = new System.Windows.Forms.Label();
     this.gboSupplier = new System.Windows.Forms.GroupBox();
     this.label_SupplierEmail = new System.Windows.Forms.Label();
     this.label_SupplierAddress2 = new System.Windows.Forms.Label();
     this.label_SupplierAddr = new System.Windows.Forms.Label();
     this.lblPhone = new System.Windows.Forms.Label();
     this.label_SupplierName = new System.Windows.Forms.Label();
     this.lblInvNumValue = new System.Windows.Forms.Label();
     this.lblSubTotal = new System.Windows.Forms.Label();
     this.lblPartsSubTotalValue = new System.Windows.Forms.Label();
     this.gboOrderStatus = new System.Windows.Forms.GroupBox();
     this.label_deliverydate = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.label_Status = new System.Windows.Forms.Label();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.lvProducts = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.lblOtherChargesValue = new System.Windows.Forms.Label();
     this.lblOtherCharges = new System.Windows.Forms.Label();
     this.lblShipping = new System.Windows.Forms.Label();
     this.lblShippingCostValue = new System.Windows.Forms.Label();
     this.gboShip = new System.Windows.Forms.GroupBox();
     this.label_ShippingAddr2 = new System.Windows.Forms.Label();
     this.label_ShipAddress = new System.Windows.Forms.Label();
     this.lblshippingMode = new System.Windows.Forms.Label();
     this.label_ShipName = new System.Windows.Forms.Label();
     this.lblService = new System.Windows.Forms.Label();
     this.lblGTotal = new System.Windows.Forms.Label();
     this.lblServiceCostTaxValue = new System.Windows.Forms.Label();
     this.lblGrandTotalValue = new System.Windows.Forms.Label();
     this.lblServiceCostValue = new System.Windows.Forms.Label();
     this.lblServiceTax = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblOrderselect = new System.Windows.Forms.Label();
     this.lblHeader = new System.Windows.Forms.Label();
     this.gboOrderDetails = new System.Windows.Forms.GroupBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.textBox_DocNumber = new System.Windows.Forms.TextBox();
     this.button_Display = new System.Windows.Forms.Button();
     this.lnlLogout = new System.Windows.Forms.LinkLabel();
     this.lblWelcome = new System.Windows.Forms.Label();
     this._panel2_LeftControlPanel.SuspendLayout();
     this.panel_TopPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_RightLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LeftLogo)).BeginInit();
     this.pnlHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pboxLogoRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pboLogoLeft)).BeginInit();
     this.gboSupplier.SuspendLayout();
     this.gboOrderStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.gboShip.SuspendLayout();
     this.gboOrderDetails.SuspendLayout();
     this.SuspendLayout();
     //
     // _panel2_LeftControlPanel
     //
     this._panel2_LeftControlPanel.Size = new System.Drawing.Size(167, 588);
     //
     // button_SearchData
     //
     this.button_SearchData.Size = new System.Drawing.Size(140, 63);
     //
     // button_Return
     //
     this.button_Return.Size = new System.Drawing.Size(140, 69);
     //
     // button_DisplaySelectedObject
     //
     this.button_DisplaySelectedObject.Size = new System.Drawing.Size(140, 60);
     //
     // button_ListObjects
     //
     this.button_ListObjects.Size = new System.Drawing.Size(140, 60);
     //
     // button_ChangeObject
     //
     this.button_ChangeObject.Size = new System.Drawing.Size(140, 60);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pnlHeader.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlHeader.Controls.Add(this.pboxLogoRight);
     this.pnlHeader.Controls.Add(this.pboLogoLeft);
     this.pnlHeader.Controls.Add(this.lblHeading);
     this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name = "pnlHeader";
     this.pnlHeader.Size = new System.Drawing.Size(1191, 93);
     this.pnlHeader.TabIndex = 27;
     //
     // pboxLogoRight
     //
     this.pboxLogoRight.BackColor = System.Drawing.Color.Lavender;
     this.pboxLogoRight.ErrorImage = null;
     this.pboxLogoRight.Image = ((System.Drawing.Image)(resources.GetObject("pboxLogoRight.Image")));
     this.pboxLogoRight.InitialImage = null;
     this.pboxLogoRight.Location = new System.Drawing.Point(871, 0);
     this.pboxLogoRight.Name = "pboxLogoRight";
     this.pboxLogoRight.Size = new System.Drawing.Size(145, 90);
     this.pboxLogoRight.TabIndex = 2;
     this.pboxLogoRight.TabStop = false;
     //
     // pboLogoLeft
     //
     this.pboLogoLeft.Image = ((System.Drawing.Image)(resources.GetObject("pboLogoLeft.Image")));
     this.pboLogoLeft.Location = new System.Drawing.Point(-2, 0);
     this.pboLogoLeft.Name = "pboLogoLeft";
     this.pboLogoLeft.Size = new System.Drawing.Size(145, 90);
     this.pboLogoLeft.TabIndex = 1;
     this.pboLogoLeft.TabStop = false;
     //
     // lblHeading
     //
     this.lblHeading.AutoSize = true;
     this.lblHeading.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeading.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblHeading.Location = new System.Drawing.Point(275, 25);
     this.lblHeading.Name = "lblHeading";
     this.lblHeading.Size = new System.Drawing.Size(328, 24);
     this.lblHeading.TabIndex = 0;
     this.lblHeading.Text = "HOUSTON AREA CYCLE SHOPS";
     //
     // lblDateValue
     //
     this.lblDateValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDateValue.Location = new System.Drawing.Point(533, 27);
     this.lblDateValue.Name = "lblDateValue";
     this.lblDateValue.Size = new System.Drawing.Size(75, 13);
     this.lblDateValue.TabIndex = 0;
     //
     // lblDate
     //
     this.lblDate.AutoSize = true;
     this.lblDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.Location = new System.Drawing.Point(458, 27);
     this.lblDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDate.Name = "lblDate";
     this.lblDate.Size = new System.Drawing.Size(59, 13);
     this.lblDate.TabIndex = 3;
     this.lblDate.Text = "Order Date";
     //
     // lblInvNum
     //
     this.lblInvNum.AutoSize = true;
     this.lblInvNum.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInvNum.Location = new System.Drawing.Point(17, 27);
     this.lblInvNum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblInvNum.Name = "lblInvNum";
     this.lblInvNum.Size = new System.Drawing.Size(73, 13);
     this.lblInvNum.TabIndex = 1;
     this.lblInvNum.Text = "Order Number";
     //
     // gboSupplier
     //
     this.gboSupplier.Controls.Add(this.label_SupplierEmail);
     this.gboSupplier.Controls.Add(this.label_SupplierAddress2);
     this.gboSupplier.Controls.Add(this.label_SupplierAddr);
     this.gboSupplier.Controls.Add(this.lblPhone);
     this.gboSupplier.Controls.Add(this.label_SupplierName);
     this.gboSupplier.Location = new System.Drawing.Point(13, 58);
     this.gboSupplier.Name = "gboSupplier";
     this.gboSupplier.Size = new System.Drawing.Size(314, 129);
     this.gboSupplier.TabIndex = 26;
     this.gboSupplier.TabStop = false;
     this.gboSupplier.Text = "Supplier Details";
     //
     // label_SupplierEmail
     //
     this.label_SupplierEmail.AutoSize = true;
     this.label_SupplierEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_SupplierEmail.Location = new System.Drawing.Point(42, 102);
     this.label_SupplierEmail.Name = "label_SupplierEmail";
     this.label_SupplierEmail.Size = new System.Drawing.Size(10, 13);
     this.label_SupplierEmail.TabIndex = 27;
     this.label_SupplierEmail.Text = ".";
     //
     // label_SupplierAddress2
     //
     this.label_SupplierAddress2.AutoSize = true;
     this.label_SupplierAddress2.Location = new System.Drawing.Point(53, 57);
     this.label_SupplierAddress2.Name = "label_SupplierAddress2";
     this.label_SupplierAddress2.Size = new System.Drawing.Size(11, 13);
     this.label_SupplierAddress2.TabIndex = 26;
     this.label_SupplierAddress2.Text = ".";
     //
     // label_SupplierAddr
     //
     this.label_SupplierAddr.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_SupplierAddr.Location = new System.Drawing.Point(52, 38);
     this.label_SupplierAddr.Name = "label_SupplierAddr";
     this.label_SupplierAddr.Size = new System.Drawing.Size(242, 13);
     this.label_SupplierAddr.TabIndex = 9;
     this.label_SupplierAddr.Text = ".";
     //
     // lblPhone
     //
     this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhone.Location = new System.Drawing.Point(56, 77);
     this.lblPhone.Name = "lblPhone";
     this.lblPhone.Size = new System.Drawing.Size(100, 13);
     this.lblPhone.TabIndex = 25;
     this.lblPhone.Text = ".";
     //
     // label_SupplierName
     //
     this.label_SupplierName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_SupplierName.Location = new System.Drawing.Point(54, 21);
     this.label_SupplierName.Name = "label_SupplierName";
     this.label_SupplierName.Size = new System.Drawing.Size(213, 13);
     this.label_SupplierName.TabIndex = 8;
     this.label_SupplierName.Text = ".";
     //
     // lblInvNumValue
     //
     this.lblInvNumValue.AutoSize = true;
     this.lblInvNumValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInvNumValue.Location = new System.Drawing.Point(106, 27);
     this.lblInvNumValue.Name = "lblInvNumValue";
     this.lblInvNumValue.Size = new System.Drawing.Size(0, 13);
     this.lblInvNumValue.TabIndex = 32;
     //
     // lblSubTotal
     //
     this.lblSubTotal.AutoSize = true;
     this.lblSubTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSubTotal.Location = new System.Drawing.Point(631, 216);
     this.lblSubTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblSubTotal.Name = "lblSubTotal";
     this.lblSubTotal.Size = new System.Drawing.Size(62, 13);
     this.lblSubTotal.TabIndex = 45;
     this.lblSubTotal.Text = "Sub Total";
     //
     // lblPartsSubTotalValue
     //
     this.lblPartsSubTotalValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPartsSubTotalValue.Location = new System.Drawing.Point(729, 216);
     this.lblPartsSubTotalValue.Name = "lblPartsSubTotalValue";
     this.lblPartsSubTotalValue.Size = new System.Drawing.Size(80, 13);
     this.lblPartsSubTotalValue.TabIndex = 46;
     this.lblPartsSubTotalValue.Text = "0.00";
     this.lblPartsSubTotalValue.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // gboOrderStatus
     //
     this.gboOrderStatus.Controls.Add(this.label_deliverydate);
     this.gboOrderStatus.Controls.Add(this.label1);
     this.gboOrderStatus.Controls.Add(this.comboBox2);
     this.gboOrderStatus.Controls.Add(this.label_Status);
     this.gboOrderStatus.Controls.Add(this.dataGridView2);
     this.gboOrderStatus.Controls.Add(this.lvProducts);
     this.gboOrderStatus.Controls.Add(this.dataGridView1);
     this.gboOrderStatus.Controls.Add(this.lblOtherChargesValue);
     this.gboOrderStatus.Controls.Add(this.lblOtherCharges);
     this.gboOrderStatus.Controls.Add(this.lblShipping);
     this.gboOrderStatus.Controls.Add(this.lblShippingCostValue);
     this.gboOrderStatus.Controls.Add(this.gboShip);
     this.gboOrderStatus.Controls.Add(this.lblSubTotal);
     this.gboOrderStatus.Controls.Add(this.lblPartsSubTotalValue);
     this.gboOrderStatus.Controls.Add(this.lblService);
     this.gboOrderStatus.Controls.Add(this.lblGTotal);
     this.gboOrderStatus.Controls.Add(this.lblServiceCostTaxValue);
     this.gboOrderStatus.Controls.Add(this.lblGrandTotalValue);
     this.gboOrderStatus.Controls.Add(this.lblServiceCostValue);
     this.gboOrderStatus.Controls.Add(this.lblServiceTax);
     this.gboOrderStatus.Controls.Add(this.lblInvNumValue);
     this.gboOrderStatus.Controls.Add(this.gboSupplier);
     this.gboOrderStatus.Controls.Add(this.lblDateValue);
     this.gboOrderStatus.Controls.Add(this.lblDate);
     this.gboOrderStatus.Controls.Add(this.lblInvNum);
     this.gboOrderStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gboOrderStatus.Location = new System.Drawing.Point(168, 216);
     this.gboOrderStatus.Name = "gboOrderStatus";
     this.gboOrderStatus.Size = new System.Drawing.Size(873, 659);
     this.gboOrderStatus.TabIndex = 26;
     this.gboOrderStatus.TabStop = false;
     this.gboOrderStatus.Text = "Delivery Report";
     this.gboOrderStatus.Visible = false;
     //
     // label_deliverydate
     //
     this.label_deliverydate.AutoSize = true;
     this.label_deliverydate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_deliverydate.Location = new System.Drawing.Point(753, 27);
     this.label_deliverydate.Name = "label_deliverydate";
     this.label_deliverydate.Size = new System.Drawing.Size(0, 13);
     this.label_deliverydate.TabIndex = 62;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(664, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 61;
     this.label1.Text = "Delivery Date";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "0:   no status assigned",
     "1:   in preparation",
     "2:   prepared, not sent",
     "3:   sent",
     "4:   completed (paid)",
     "5:   overdue",
     "6:   inconsistent amount",
     "7:   other problem"});
     this.comboBox2.Location = new System.Drawing.Point(347, 389);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(121, 21);
     this.comboBox2.TabIndex = 60;
     this.comboBox2.Visible = false;
     //
     // label_Status
     //
     this.label_Status.AutoSize = true;
     this.label_Status.Location = new System.Drawing.Point(156, 392);
     this.label_Status.Name = "label_Status";
     this.label_Status.Size = new System.Drawing.Size(39, 13);
     this.label_Status.TabIndex = 59;
     this.label_Status.Text = "  .  .  ";
     //
     // dataGridView2
     //
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location = new System.Drawing.Point(303, 433);
     this.dataGridView2.Name = "dataGridView2";
     this.dataGridView2.Size = new System.Drawing.Size(428, 84);
     this.dataGridView2.TabIndex = 49;
     this.dataGridView2.Visible = false;
     //
     // lvProducts
     //
     this.lvProducts.BackColor = System.Drawing.Color.Beige;
     this.lvProducts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6});
     this.lvProducts.Location = new System.Drawing.Point(13, 205);
     this.lvProducts.Name = "lvProducts";
     this.lvProducts.Size = new System.Drawing.Size(601, 162);
     this.lvProducts.TabIndex = 57;
     this.lvProducts.TabStop = false;
     this.lvProducts.UseCompatibleStateImageBehavior = false;
     this.lvProducts.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Item #";
     this.columnHeader1.Width = 70;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Description";
     this.columnHeader2.Width = 200;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Quantity";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width = 75;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Price";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader4.Width = 75;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Discount";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader5.Width = 75;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Total";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader6.Width = 92;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(441, 455);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(432, 81);
     this.dataGridView1.TabIndex = 48;
     this.dataGridView1.Visible = false;
     //
     // lblOtherChargesValue
     //
     this.lblOtherChargesValue.AutoSize = true;
     this.lblOtherChargesValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOtherChargesValue.Location = new System.Drawing.Point(781, 274);
     this.lblOtherChargesValue.Name = "lblOtherChargesValue";
     this.lblOtherChargesValue.Size = new System.Drawing.Size(28, 13);
     this.lblOtherChargesValue.TabIndex = 54;
     this.lblOtherChargesValue.Text = "0.00";
     this.lblOtherChargesValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblOtherCharges
     //
     this.lblOtherCharges.AutoSize = true;
     this.lblOtherCharges.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOtherCharges.Location = new System.Drawing.Point(634, 273);
     this.lblOtherCharges.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblOtherCharges.Name = "lblOtherCharges";
     this.lblOtherCharges.Size = new System.Drawing.Size(88, 13);
     this.lblOtherCharges.TabIndex = 53;
     this.lblOtherCharges.Text = "Other Charges";
     //
     // lblShipping
     //
     this.lblShipping.AutoSize = true;
     this.lblShipping.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShipping.Location = new System.Drawing.Point(634, 249);
     this.lblShipping.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblShipping.Name = "lblShipping";
     this.lblShipping.Size = new System.Drawing.Size(85, 13);
     this.lblShipping.TabIndex = 51;
     this.lblShipping.Text = "Shipping Cost";
     //
     // lblShippingCostValue
     //
     this.lblShippingCostValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShippingCostValue.Location = new System.Drawing.Point(750, 251);
     this.lblShippingCostValue.Name = "lblShippingCostValue";
     this.lblShippingCostValue.Size = new System.Drawing.Size(57, 13);
     this.lblShippingCostValue.TabIndex = 52;
     this.lblShippingCostValue.Text = "0.00";
     this.lblShippingCostValue.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // gboShip
     //
     this.gboShip.Controls.Add(this.label_ShippingAddr2);
     this.gboShip.Controls.Add(this.label_ShipAddress);
     this.gboShip.Controls.Add(this.lblshippingMode);
     this.gboShip.Controls.Add(this.label_ShipName);
     this.gboShip.Location = new System.Drawing.Point(461, 58);
     this.gboShip.Name = "gboShip";
     this.gboShip.Size = new System.Drawing.Size(346, 129);
     this.gboShip.TabIndex = 35;
     this.gboShip.TabStop = false;
     this.gboShip.Text = "Ship To";
     //
     // label_ShippingAddr2
     //
     this.label_ShippingAddr2.AutoSize = true;
     this.label_ShippingAddr2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_ShippingAddr2.Location = new System.Drawing.Point(47, 57);
     this.label_ShippingAddr2.Name = "label_ShippingAddr2";
     this.label_ShippingAddr2.Size = new System.Drawing.Size(10, 13);
     this.label_ShippingAddr2.TabIndex = 26;
     this.label_ShippingAddr2.Text = ".";
     //
     // label_ShipAddress
     //
     this.label_ShipAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_ShipAddress.Location = new System.Drawing.Point(46, 38);
     this.label_ShipAddress.Name = "label_ShipAddress";
     this.label_ShipAddress.Size = new System.Drawing.Size(242, 13);
     this.label_ShipAddress.TabIndex = 9;
     this.label_ShipAddress.Text = ".";
     //
     // lblshippingMode
     //
     this.lblshippingMode.AutoSize = true;
     this.lblshippingMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblshippingMode.Location = new System.Drawing.Point(16, 105);
     this.lblshippingMode.Name = "lblshippingMode";
     this.lblshippingMode.Size = new System.Drawing.Size(147, 13);
     this.lblshippingMode.TabIndex = 25;
     this.lblshippingMode.Text = "Delivery Mode : UPS  Ground";
     //
     // label_ShipName
     //
     this.label_ShipName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_ShipName.Location = new System.Drawing.Point(44, 22);
     this.label_ShipName.Name = "label_ShipName";
     this.label_ShipName.Size = new System.Drawing.Size(244, 13);
     this.label_ShipName.TabIndex = 8;
     this.label_ShipName.Text = ".";
     //
     // lblService
     //
     this.lblService.AutoSize = true;
     this.lblService.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblService.Location = new System.Drawing.Point(632, 247);
     this.lblService.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblService.Name = "lblService";
     this.lblService.Size = new System.Drawing.Size(85, 13);
     this.lblService.TabIndex = 40;
     this.lblService.Text = "Service Costs";
     //
     // lblGTotal
     //
     this.lblGTotal.AutoSize = true;
     this.lblGTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGTotal.Location = new System.Drawing.Point(636, 309);
     this.lblGTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblGTotal.Name = "lblGTotal";
     this.lblGTotal.Size = new System.Drawing.Size(78, 13);
     this.lblGTotal.TabIndex = 37;
     this.lblGTotal.Text = "Grand Total ";
     //
     // lblServiceCostTaxValue
     //
     this.lblServiceCostTaxValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceCostTaxValue.Location = new System.Drawing.Point(751, 275);
     this.lblServiceCostTaxValue.Name = "lblServiceCostTaxValue";
     this.lblServiceCostTaxValue.Size = new System.Drawing.Size(60, 13);
     this.lblServiceCostTaxValue.TabIndex = 43;
     this.lblServiceCostTaxValue.Text = "0.00";
     this.lblServiceCostTaxValue.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // lblGrandTotalValue
     //
     this.lblGrandTotalValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGrandTotalValue.Location = new System.Drawing.Point(732, 309);
     this.lblGrandTotalValue.Name = "lblGrandTotalValue";
     this.lblGrandTotalValue.Size = new System.Drawing.Size(80, 18);
     this.lblGrandTotalValue.TabIndex = 38;
     this.lblGrandTotalValue.Text = "0.00";
     this.lblGrandTotalValue.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // lblServiceCostValue
     //
     this.lblServiceCostValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceCostValue.Location = new System.Drawing.Point(750, 249);
     this.lblServiceCostValue.Name = "lblServiceCostValue";
     this.lblServiceCostValue.Size = new System.Drawing.Size(58, 13);
     this.lblServiceCostValue.TabIndex = 41;
     this.lblServiceCostValue.Text = "0.00";
     this.lblServiceCostValue.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // lblServiceTax
     //
     this.lblServiceTax.AutoSize = true;
     this.lblServiceTax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceTax.Location = new System.Drawing.Point(636, 273);
     this.lblServiceTax.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblServiceTax.Name = "lblServiceTax";
     this.lblServiceTax.Size = new System.Drawing.Size(89, 13);
     this.lblServiceTax.TabIndex = 42;
     this.lblServiceTax.Text = "@tax at 8.25%";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(46, 392);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 58;
     this.label2.Text = "Status of order :  ";
     //
     // lblOrderselect
     //
     this.lblOrderselect.AutoSize = true;
     this.lblOrderselect.Location = new System.Drawing.Point(442, 26);
     this.lblOrderselect.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblOrderselect.Name = "lblOrderselect";
     this.lblOrderselect.Size = new System.Drawing.Size(76, 13);
     this.lblOrderselect.TabIndex = 0;
     this.lblOrderselect.Text = " Order Number";
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(164, 98);
     this.lblHeader.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(209, 24);
     this.lblHeader.TabIndex = 24;
     this.lblHeader.Text = "Purchase Order Display";
     //
     // gboOrderDetails
     //
     this.gboOrderDetails.Controls.Add(this.comboBox1);
     this.gboOrderDetails.Controls.Add(this.textBox_DocNumber);
     this.gboOrderDetails.Controls.Add(this.button_Display);
     this.gboOrderDetails.Controls.Add(this.lblOrderselect);
     this.gboOrderDetails.Location = new System.Drawing.Point(180, 144);
     this.gboOrderDetails.Margin = new System.Windows.Forms.Padding(4);
     this.gboOrderDetails.Name = "gboOrderDetails";
     this.gboOrderDetails.Padding = new System.Windows.Forms.Padding(4);
     this.gboOrderDetails.Size = new System.Drawing.Size(767, 56);
     this.gboOrderDetails.TabIndex = 23;
     this.gboOrderDetails.TabStop = false;
     this.gboOrderDetails.Text = "Select Delivery";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "1001",
     "1002",
     "1003",
     "1004",
     "1005",
     "1006"});
     this.comboBox1.Location = new System.Drawing.Point(46, 21);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 3;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // textBox_DocNumber
     //
     this.textBox_DocNumber.Location = new System.Drawing.Point(577, 22);
     this.textBox_DocNumber.Name = "textBox_DocNumber";
     this.textBox_DocNumber.Size = new System.Drawing.Size(46, 20);
     this.textBox_DocNumber.TabIndex = 1;
     this.textBox_DocNumber.Text = "1001";
     //
     // button_Display
     //
     this.button_Display.Location = new System.Drawing.Point(224, 22);
     this.button_Display.Name = "button_Display";
     this.button_Display.Size = new System.Drawing.Size(157, 23);
     this.button_Display.TabIndex = 4;
     this.button_Display.Text = "Display Delivery";
     this.button_Display.UseVisualStyleBackColor = true;
     this.button_Display.Click += new System.EventHandler(this.button_Display_Click);
     //
     // lnlLogout
     //
     this.lnlLogout.AutoSize = true;
     this.lnlLogout.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.lnlLogout.Location = new System.Drawing.Point(965, 98);
     this.lnlLogout.Name = "lnlLogout";
     this.lnlLogout.Size = new System.Drawing.Size(40, 13);
     this.lnlLogout.TabIndex = 34;
     this.lnlLogout.TabStop = true;
     this.lnlLogout.Text = "Logout";
     //
     // lblWelcome
     //
     this.lblWelcome.AutoSize = true;
     this.lblWelcome.Location = new System.Drawing.Point(813, 98);
     this.lblWelcome.Name = "lblWelcome";
     this.lblWelcome.Size = new System.Drawing.Size(122, 13);
     this.lblWelcome.TabIndex = 47;
     this.lblWelcome.Text = "Welcome Frank Jones!!!";
     //
     // DisplayDelivery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoScrollMargin = new System.Drawing.Size(2, 10);
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor = System.Drawing.Color.Beige;
     this.ClientSize = new System.Drawing.Size(1192, 752);
     this.Controls.Add(this.lblWelcome);
     this.Controls.Add(this.lnlLogout);
     this.Controls.Add(this.pnlHeader);
     this.Controls.Add(this.gboOrderStatus);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.gboOrderDetails);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.Name = "DisplayDelivery";
     this.Text = "Order Form";
     this.Controls.SetChildIndex(this._panel2_LeftControlPanel, 0);
     this.Controls.SetChildIndex(this.gboOrderDetails, 0);
     this.Controls.SetChildIndex(this.lblHeader, 0);
     this.Controls.SetChildIndex(this.gboOrderStatus, 0);
     this.Controls.SetChildIndex(this.pnlHeader, 0);
     this.Controls.SetChildIndex(this.lnlLogout, 0);
     this.Controls.SetChildIndex(this.lblWelcome, 0);
     this.Controls.SetChildIndex(this.panel_TopPanel, 0);
     this._panel2_LeftControlPanel.ResumeLayout(false);
     this.panel_TopPanel.ResumeLayout(false);
     this.panel_TopPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_RightLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LeftLogo)).EndInit();
     this.pnlHeader.ResumeLayout(false);
     this.pnlHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pboxLogoRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pboLogoLeft)).EndInit();
     this.gboSupplier.ResumeLayout(false);
     this.gboSupplier.PerformLayout();
     this.gboOrderStatus.ResumeLayout(false);
     this.gboOrderStatus.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.gboShip.ResumeLayout(false);
     this.gboShip.PerformLayout();
     this.gboOrderDetails.ResumeLayout(false);
     this.gboOrderDetails.PerformLayout();
     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()
 {
     this.openLink          = new System.Windows.Forms.LinkLabel();
     this.extensionComboBox = new System.Windows.Forms.ComboBox();
     this.introLabel        = new System.Windows.Forms.Label();
     this.selectLabel       = new System.Windows.Forms.Label();
     this.wixBanner         = new Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedApp.WixBanner();
     this.SuspendLayout();
     //
     // openLink
     //
     this.openLink.AutoSize     = true;
     this.openLink.Location     = new System.Drawing.Point(31, 224);
     this.openLink.Name         = "openLink";
     this.openLink.Size         = new System.Drawing.Size(192, 13);
     this.openLink.TabIndex     = 7;
     this.openLink.TabStop      = true;
     this.openLink.Text         = "&Open Existing ClickThrough Data File...";
     this.openLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenLink_LinkClicked);
     //
     // fabricatorComboBox
     //
     this.extensionComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.extensionComboBox.FormattingEnabled = true;
     this.extensionComboBox.Items.AddRange(new object[] {
         "ClickThrough for Isolated Applications",
         "ClickThrough for Office Add-ins"
     });
     this.extensionComboBox.Location              = new System.Drawing.Point(15, 160);
     this.extensionComboBox.Name                  = "fabricatorComboBox";
     this.extensionComboBox.Size                  = new System.Drawing.Size(333, 21);
     this.extensionComboBox.TabIndex              = 6;
     this.extensionComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
     //
     // introLabel
     //
     this.introLabel.Location = new System.Drawing.Point(12, 89);
     this.introLabel.Name     = "introLabel";
     this.introLabel.Size     = new System.Drawing.Size(336, 41);
     this.introLabel.TabIndex = 5;
     this.introLabel.Text     = "ClickThrough makes it easy to create installation packages for your applications." +
                                "  This UI provides step-by-step instructions on how to proceed.";
     //
     // selectLabel
     //
     this.selectLabel.Location = new System.Drawing.Point(12, 141);
     this.selectLabel.Name     = "selectLabel";
     this.selectLabel.Size     = new System.Drawing.Size(347, 16);
     this.selectLabel.TabIndex = 8;
     this.selectLabel.Text     = "Select an application type below or open a previously saved document:";
     //
     // wixBanner
     //
     this.wixBanner.BackColor   = System.Drawing.Color.Transparent;
     this.wixBanner.Dock        = System.Windows.Forms.DockStyle.Top;
     this.wixBanner.Font        = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold);
     this.wixBanner.ForeColor   = System.Drawing.Color.White;
     this.wixBanner.Location    = new System.Drawing.Point(0, 0);
     this.wixBanner.MinimumSize = new System.Drawing.Size(121, 90);
     this.wixBanner.Name        = "wixBanner";
     this.wixBanner.Size        = new System.Drawing.Size(418, 90);
     this.wixBanner.TabIndex    = 9;
     this.wixBanner.Text        = "ClickThrough";
     //
     // WelcomePage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.wixBanner);
     this.Controls.Add(this.selectLabel);
     this.Controls.Add(this.openLink);
     this.Controls.Add(this.extensionComboBox);
     this.Controls.Add(this.introLabel);
     this.Name = "WelcomePage";
     this.Size = new System.Drawing.Size(418, 247);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #60
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(frmAbout));
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnClose = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblVersion = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.llblLibVLCLic = new System.Windows.Forms.LinkLabel();
     this.llblLibVLCUrl = new System.Windows.Forms.LinkLabel();
     this.llblDeckLinkAPILic = new System.Windows.Forms.LinkLabel();
     this.llblFFmpegLic = new System.Windows.Forms.LinkLabel();
     this.llblFFmpegUrl = new System.Windows.Forms.LinkLabel();
     this.llblDeckLinkUrl = new System.Windows.Forms.LinkLabel();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblDeckLinkAPI = new System.Windows.Forms.Label();
     this.lblLibVLC = new System.Windows.Forms.Label();
     this.lblFFmpeg = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Name = "btnClose";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.Controls.Add(this.lblVersion);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // lblVersion
     //
     resources.ApplyResources(this.lblVersion, "lblVersion");
     this.lblVersion.Name = "lblVersion";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(69)))), ((int)(((byte)(37)))));
     this.label1.Name = "label1";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.panel2);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // panel2
     //
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Controls.Add(this.llblLibVLCLic);
     this.panel2.Controls.Add(this.llblLibVLCUrl);
     this.panel2.Controls.Add(this.llblDeckLinkAPILic);
     this.panel2.Controls.Add(this.llblFFmpegLic);
     this.panel2.Controls.Add(this.llblFFmpegUrl);
     this.panel2.Controls.Add(this.llblDeckLinkUrl);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.lblDeckLinkAPI);
     this.panel2.Controls.Add(this.lblLibVLC);
     this.panel2.Controls.Add(this.lblFFmpeg);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Name = "panel2";
     //
     // llblLibVLCLic
     //
     resources.ApplyResources(this.llblLibVLCLic, "llblLibVLCLic");
     this.llblLibVLCLic.Name = "llblLibVLCLic";
     this.llblLibVLCLic.TabStop = true;
     this.llblLibVLCLic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // llblLibVLCUrl
     //
     resources.ApplyResources(this.llblLibVLCUrl, "llblLibVLCUrl");
     this.llblLibVLCUrl.Name = "llblLibVLCUrl";
     this.llblLibVLCUrl.TabStop = true;
     this.llblLibVLCUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // llblDeckLinkAPILic
     //
     resources.ApplyResources(this.llblDeckLinkAPILic, "llblDeckLinkAPILic");
     this.llblDeckLinkAPILic.Name = "llblDeckLinkAPILic";
     this.llblDeckLinkAPILic.TabStop = true;
     this.llblDeckLinkAPILic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // llblFFmpegLic
     //
     resources.ApplyResources(this.llblFFmpegLic, "llblFFmpegLic");
     this.llblFFmpegLic.Name = "llblFFmpegLic";
     this.llblFFmpegLic.TabStop = true;
     this.llblFFmpegLic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // llblFFmpegUrl
     //
     resources.ApplyResources(this.llblFFmpegUrl, "llblFFmpegUrl");
     this.llblFFmpegUrl.Name = "llblFFmpegUrl";
     this.llblFFmpegUrl.TabStop = true;
     this.llblFFmpegUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // llblDeckLinkUrl
     //
     resources.ApplyResources(this.llblDeckLinkUrl, "llblDeckLinkUrl");
     this.llblDeckLinkUrl.Name = "llblDeckLinkUrl";
     this.llblDeckLinkUrl.TabStop = true;
     this.llblDeckLinkUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // lblDeckLinkAPI
     //
     resources.ApplyResources(this.lblDeckLinkAPI, "lblDeckLinkAPI");
     this.lblDeckLinkAPI.Name = "lblDeckLinkAPI";
     //
     // lblLibVLC
     //
     resources.ApplyResources(this.lblLibVLC, "lblLibVLC");
     this.lblLibVLC.Name = "lblLibVLC";
     //
     // lblFFmpeg
     //
     resources.ApplyResources(this.lblFFmpeg, "lblFFmpeg");
     this.lblFFmpeg.Name = "lblFFmpeg";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::UNIcast_Streamer.Properties.Resources.ico_64;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // frmAbout
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.label3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmAbout";
     this.ShowInTaskbar = false;
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }