示例#1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TypeListView));
     this.imageList        = new System.Windows.Forms.ImageList(this.components);
     this.columnHeaderName = new System.Windows.Forms.ColumnHeader();
     //
     // imageList
     //
     this.imageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Magenta;
     //
     // columnHeaderName
     //
     this.columnHeaderName.Text  = "Name";
     this.columnHeaderName.Width = -2;
     //
     // TypeListView
     //
     this.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderName
     });
     this.FullRowSelect  = true;
     this.MultiSelect    = false;
     this.SmallImageList = this.imageList;
     this.View           = System.Windows.Forms.View.SmallIcon;
 }
		/// <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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Свойства документа", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Пространство", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ColumnHeader columnHeader1;
			System.Windows.Forms.ColumnHeader columnHeader2;
			this.listView = new System.Windows.Forms.ListView();
			columnHeader1 = new System.Windows.Forms.ColumnHeader();
			columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.SuspendLayout();
			// 
			// listView
			// 
			this.listView.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.listView.CausesValidation = false;
			this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2});
			this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
			listViewGroup1.Header = "Свойства документа";
			listViewGroup1.Name = "common";
			listViewGroup2.Header = "Пространство";
			listViewGroup2.Name = "bytes";
			this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
			this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listView.Location = new System.Drawing.Point(0, 0);
			this.listView.MultiSelect = false;
			this.listView.Name = "listView";
			this.listView.Size = new System.Drawing.Size(365, 302);
			this.listView.TabIndex = 0;
			this.listView.UseCompatibleStateImageBehavior = false;
			this.listView.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			columnHeader1.Text = "";
			columnHeader1.Width = 200;
			// 
			// columnHeader2
			// 
			columnHeader2.Text = "";
			columnHeader2.Width = 100;
			// 
			// ScenarioPropertiesDialog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(365, 302);
			this.Controls.Add(this.listView);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.MinimizeBox = false;
			this.Name = "ScenarioPropertiesDialog";
			this.ShowIcon = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Свойства сценария";
			this.ResumeLayout(false);

		}
示例#3
0
        public frmBreakSizeRenderer()
        {
            InitializeComponent();
            this.Dock    = System.Windows.Forms.DockStyle.Fill;
            m_EditObject = null;
            listValueItem.SmallImageList           = new System.Windows.Forms.ImageList();
            listValueItem.SmallImageList.ImageSize = new System.Drawing.Size(ModuleCommon.ImageWidth, ModuleCommon.ImageHeight);

            System.Windows.Forms.ColumnHeader column = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Symbol";
            column.Text      = "符号";
            column.Width     = 80;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            listValueItem.Columns.Add(column);

            column           = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Range";
            column.Text      = "范围";
            column.Width     = 146;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listValueItem.Columns.Add(column);

            column           = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Label";
            column.Text      = "标签";
            column.Width     = 146;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listValueItem.Columns.Add(column);
        }
        public System.Windows.Forms.ColumnHeader[] GetColumnsHeader()
        {
            System.Windows.Forms.ColumnHeader[] columns = new System.Windows.Forms.ColumnHeader[5];

            System.Windows.Forms.ColumnHeader column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Código";
            column.Width = 250;
            columns[0] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Dirección";
            column.Width = 250;
            columns[1] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Estado";
            column.Width = 250;
            columns[2] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Partido";
            column.Width = 250;
            columns[3] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Barrio";
            column.Width = 250;
            columns[4] = column;
            return columns;
        }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSpyware));
     this.spywareLst = new System.Windows.Forms.ListView();
     this.colSpyware = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colFilePath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // spywareLst
     //
     resources.ApplyResources(this.spywareLst, "spywareLst");
     this.spywareLst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSpyware,
     this.colFilePath});
     this.spywareLst.Name = "spywareLst";
     this.spywareLst.UseCompatibleStateImageBehavior = false;
     this.spywareLst.View = System.Windows.Forms.View.Details;
     //
     // colSpyware
     //
     resources.ApplyResources(this.colSpyware, "colSpyware");
     //
     // colFilePath
     //
     resources.ApplyResources(this.colFilePath, "colFilePath");
     //
     // FrmSpyware
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.spywareLst);
     this.Name = "FrmSpyware";
     this.ShowIcon = false;
     this.ResumeLayout(false);
 }
        public System.Windows.Forms.ColumnHeader[] GetColumnsHeader()
        {
            System.Windows.Forms.ColumnHeader[] columns = new System.Windows.Forms.ColumnHeader[4];

            System.Windows.Forms.ColumnHeader column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Nombre";
            column.Width = 200;
            columns[0] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Teléfono";
            column.Width = 150;
            columns[1] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Email";
            column.Width = 150;
            columns[2] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Dirección";
            column.Width = 150;
            columns[3] = column;

            return columns;
        }
示例#7
0
        public Rectangle GetSubItemBounds(System.Windows.Forms.ListViewItem listViewItem_1, int int_3)
        {
            int[]     columnOrder = this.GetColumnOrder();
            Rectangle empty       = Rectangle.Empty;

            if (int_3 >= columnOrder.Length)
            {
                throw new System.IndexOutOfRangeException("SubItem " + int_3 + " out of range");
            }
            if (listViewItem_1 == null)
            {
                throw new System.ArgumentNullException("Item");
            }
            Rectangle bounds = listViewItem_1.GetBounds(System.Windows.Forms.ItemBoundsPortion.Label);
            int       num    = bounds.Left;
            int       i;

            for (i = 0; i < columnOrder.Length; i++)
            {
                System.Windows.Forms.ColumnHeader columnHeader = base.Columns[columnOrder[i]];
                if (columnHeader.Index == int_3)
                {
                    break;
                }
                num += columnHeader.Width;
            }
            empty = new Rectangle(num, bounds.Top, base.Columns[columnOrder[i]].Width, bounds.Height);
            return(empty);
        }
 /// <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(ControlProperties));
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listViewProperties = new System.Windows.Forms.ListView();
     this.columnHeaderProperty = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copyToolStripMenuItem});
     this.contextMenuStrip.Name = "contextMenuStrip";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem");
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // listViewProperties
     //
     this.listViewProperties.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeaderProperty,
     this.columnHeaderValue});
     this.listViewProperties.ContextMenuStrip = this.contextMenuStrip;
     resources.ApplyResources(this.listViewProperties, "listViewProperties");
     this.listViewProperties.FullRowSelect = true;
     this.listViewProperties.GridLines = true;
     this.listViewProperties.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewProperties.MultiSelect = false;
     this.listViewProperties.Name = "listViewProperties";
     this.listViewProperties.ShowItemToolTips = true;
     this.listViewProperties.UseCompatibleStateImageBehavior = false;
     this.listViewProperties.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderProperty
     //
     resources.ApplyResources(this.columnHeaderProperty, "columnHeaderProperty");
     //
     // columnHeaderValue
     //
     resources.ApplyResources(this.columnHeaderValue, "columnHeaderValue");
     //
     // ControlProperties
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.listViewProperties);
     this.Name = "ControlProperties";
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.deviceListVw = new System.Windows.Forms.ListView();
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // deviceListVw
     //
     this.deviceListVw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.deviceListVw.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.deviceListVw.Location = new System.Drawing.Point(12, 12);
     this.deviceListVw.Name = "deviceListVw";
     this.deviceListVw.Size = new System.Drawing.Size(327, 108);
     this.deviceListVw.TabIndex = 0;
     this.deviceListVw.UseCompatibleStateImageBehavior = false;
     this.deviceListVw.View = System.Windows.Forms.View.Details;
     this.deviceListVw.SelectedIndexChanged += new System.EventHandler(this.deviceListVw_SelectedIndexChanged);
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(216, 136);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 1;
     this.cancelButton.Text = "cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(48, 136);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 2;
     this.okButton.Text = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 400;
     //
     // DeviceSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(351, 180);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.deviceListVw);
     this.Name = "DeviceSelector";
     this.Text = "DeviceSelector";
     this.Load += new System.EventHandler(this.DeviceSelector_Load);
     this.ResumeLayout(false);
 }
示例#10
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.Windows.Forms.ColumnHeader columnaNúmero;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InterfaseListaDeElementos));
     System.Windows.Forms.ColumnHeader columnaTipo;
     System.Windows.Forms.ColumnHeader columnaDescripción;
     System.Windows.Forms.ColumnHeader columnaNombre;
     this.miOrdenadorDeColumnaDeLista = new GpsYv.ManejadorDeMapa.Interfase.OrdenadorDeColumnaDeLista(this.components);
     columnaNúmero      = new System.Windows.Forms.ColumnHeader();
     columnaTipo        = new System.Windows.Forms.ColumnHeader();
     columnaDescripción = new System.Windows.Forms.ColumnHeader();
     columnaNombre      = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // columnaNúmero
     //
     resources.ApplyResources(columnaNúmero, "columnaNúmero");
     //
     // columnaTipo
     //
     resources.ApplyResources(columnaTipo, "columnaTipo");
     //
     // columnaDescripción
     //
     resources.ApplyResources(columnaDescripción, "columnaDescripción");
     //
     // columnaNombre
     //
     resources.ApplyResources(columnaNombre, "columnaNombre");
     //
     // miOrdenadorDeColumnaDeLista
     //
     this.miOrdenadorDeColumnaDeLista.ItemsDeLaListaVirtual = null;
     this.miOrdenadorDeColumnaDeLista.Lista = this;
     //
     // InterfaseListaDeElementos
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnaNúmero,
         columnaTipo,
         columnaDescripción,
         columnaNombre
     });
     this.Font                 = null;
     this.FullRowSelect        = true;
     this.GridLines            = true;
     this.HideSelection        = false;
     this.View                 = System.Windows.Forms.View.Details;
     this.VirtualMode          = true;
     this.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.ObtieneItemDeLista);
     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.Windows.Forms.ColumnHeader columnaNúmero;
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InterfaseListaDeElementos));
      System.Windows.Forms.ColumnHeader columnaTipo;
      System.Windows.Forms.ColumnHeader columnaDescripción;
      System.Windows.Forms.ColumnHeader columnaNombre;
      this.miOrdenadorDeColumnaDeLista = new GpsYv.ManejadorDeMapa.Interfase.OrdenadorDeColumnaDeLista(this.components);
      columnaNúmero = new System.Windows.Forms.ColumnHeader();
      columnaTipo = new System.Windows.Forms.ColumnHeader();
      columnaDescripción = new System.Windows.Forms.ColumnHeader();
      columnaNombre = new System.Windows.Forms.ColumnHeader();
      this.SuspendLayout();
      // 
      // columnaNúmero
      // 
      resources.ApplyResources(columnaNúmero, "columnaNúmero");
      // 
      // columnaTipo
      // 
      resources.ApplyResources(columnaTipo, "columnaTipo");
      // 
      // columnaDescripción
      // 
      resources.ApplyResources(columnaDescripción, "columnaDescripción");
      // 
      // columnaNombre
      // 
      resources.ApplyResources(columnaNombre, "columnaNombre");
      // 
      // miOrdenadorDeColumnaDeLista
      // 
      this.miOrdenadorDeColumnaDeLista.ItemsDeLaListaVirtual = null;
      this.miOrdenadorDeColumnaDeLista.Lista = this;
      // 
      // InterfaseListaDeElementos
      // 
      this.AccessibleDescription = null;
      this.AccessibleName = null;
      resources.ApplyResources(this, "$this");
      this.BackgroundImage = null;
      this.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnaNúmero,
            columnaTipo,
            columnaDescripción,
            columnaNombre});
      this.Font = null;
      this.FullRowSelect = true;
      this.GridLines = true;
      this.HideSelection = false;
      this.View = System.Windows.Forms.View.Details;
      this.VirtualMode = true;
      this.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.ObtieneItemDeLista);
      this.ResumeLayout(false);

    }
示例#12
0
 /// <summary>
 /// カラムを追加
 /// </summary>
 /// <param name="lvShip"></param>
 public static void InitializeColumn(Item itemMaster, System.Windows.Forms.ListView lvShip)
 {
     foreach (ItemOrder it in Enum.GetValues(typeof(ItemOrder)))
     {
         System.Windows.Forms.ColumnHeader col = new System.Windows.Forms.ColumnHeader();
         col.Text         = GetColumnText(itemMaster, it);
         col.DisplayIndex = (int)it;
         lvShip.Columns.Add(col);
     }
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lvTask = new System.Windows.Forms.ListView();
     this.colTaskName = new System.Windows.Forms.ColumnHeader();
     this.colSource = new System.Windows.Forms.ColumnHeader();
     this.colTarget = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // lvTask
     //
     this.lvTask.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colTaskName,
     this.colSource,
     this.colTarget});
     this.lvTask.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvTask.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvTask.FullRowSelect = true;
     this.lvTask.GridLines = true;
     this.lvTask.Location = new System.Drawing.Point(0, 0);
     this.lvTask.Name = "lvTask";
     this.lvTask.Size = new System.Drawing.Size(384, 244);
     this.lvTask.TabIndex = 1;
     this.lvTask.UseCompatibleStateImageBehavior = false;
     this.lvTask.View = System.Windows.Forms.View.Details;
     //
     // colTaskName
     //
     this.colTaskName.Text = "Name";
     this.colTaskName.Width = 100;
     //
     // colSource
     //
     this.colSource.Text = "Source";
     this.colSource.Width = 140;
     //
     // colTarget
     //
     this.colTarget.Text = "Target";
     this.colTarget.Width = 140;
     //
     // DisplayTaskForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(384, 244);
     this.Controls.Add(this.lvTask);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "DisplayTaskForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Display Task Form";
     this.Load += new System.EventHandler(this.DisplayTaskForm_Load);
     this.ResumeLayout(false);
 }
示例#14
0
        /// <summary>
        /// Add a new Column to a ListView
        /// </summary>
        /// <param name="lv"></param>
        /// <param name="name"></param>
        public static void AddColumn(System.Windows.Forms.ListView lv, string name, int width)
        {
            System.Windows.Forms.ColumnHeader ch = new System.Windows.Forms.ColumnHeader();
            ch.Text = name;
            lv.Columns.Add(ch);

            if (width > 0)
            {
                ch.Width = width;
            }
        }
示例#15
0
        public static void LoadListColumns(List <string> data, System.Windows.Forms.ListView.ColumnHeaderCollection ll)
        {
            ll.Clear();

            foreach (var item in data)
            {
                var t = new System.Windows.Forms.ColumnHeader();
                t.Text = item;
                ll.Add(t);
            }
        }
		/// <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.ColumnHeader colName;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GalleryComponentControl));
			this._toolStrip = new System.Windows.Forms.ToolStrip();
			this._listView = new ClearCanvas.Desktop.View.WinForms.GalleryComponentListViewControl();
			this._contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			colName = new System.Windows.Forms.ColumnHeader();
			this.SuspendLayout();
			// 
			// colName
			// 
			resources.ApplyResources(colName, "colName");
			// 
			// _toolStrip
			// 
			this._toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this._toolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
			resources.ApplyResources(this._toolStrip, "_toolStrip");
			this._toolStrip.Name = "_toolStrip";
			// 
			// _listView
			// 
			this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            colName});
			this._listView.ContextMenuStrip = this._contextMenu;
			resources.ApplyResources(this._listView, "_listView");
			this._listView.InsertionBoxIndex = -1;
			this._listView.Name = "_listView";
			this._listView.ShowItemToolTips = true;
			this._listView.UseCompatibleStateImageBehavior = false;
			this._listView.ItemActivate += new System.EventHandler(this.OnItemActivate);
			this._listView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.OnAfterLabelEdit);
			this._listView.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnPreviewKeyDown);
			this._listView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
			// 
			// _contextMenu
			// 
			this._contextMenu.Name = "_contextMenu";
			resources.ApplyResources(this._contextMenu, "_contextMenu");
			// 
			// GalleryComponentControl
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this._listView);
			this.Controls.Add(this._toolStrip);
			this.Name = "GalleryComponentControl";
			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.ColumnHeader colName;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GalleryComponentControl));
     this._toolStrip   = new System.Windows.Forms.ToolStrip();
     this._listView    = new ClearCanvas.Desktop.View.WinForms.GalleryComponentListViewControl();
     this._contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     colName           = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // colName
     //
     resources.ApplyResources(colName, "colName");
     //
     // _toolStrip
     //
     this._toolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._toolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
     resources.ApplyResources(this._toolStrip, "_toolStrip");
     this._toolStrip.Name = "_toolStrip";
     //
     // _listView
     //
     this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         colName
     });
     this._listView.ContextMenuStrip = this._contextMenu;
     resources.ApplyResources(this._listView, "_listView");
     this._listView.InsertionBoxIndex = -1;
     this._listView.Name             = "_listView";
     this._listView.ShowItemToolTips = true;
     this._listView.UseCompatibleStateImageBehavior = false;
     this._listView.ItemActivate   += new System.EventHandler(this.OnItemActivate);
     this._listView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.OnAfterLabelEdit);
     this._listView.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnPreviewKeyDown);
     this._listView.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
     //
     // _contextMenu
     //
     this._contextMenu.Name = "_contextMenu";
     resources.ApplyResources(this._contextMenu, "_contextMenu");
     //
     // GalleryComponentControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._listView);
     this.Controls.Add(this._toolStrip);
     this.Name = "GalleryComponentControl";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDetails));
     this.listview = new System.Windows.Forms.ListView();
     this.FileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // listview
     //
     this.listview.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.listview.BackColor = System.Drawing.SystemColors.Window;
     this.listview.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.FileName,
     this.Type});
     this.listview.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listview.ForeColor = System.Drawing.SystemColors.ControlText;
     this.listview.FullRowSelect = true;
     this.listview.LabelWrap = false;
     this.listview.Location = new System.Drawing.Point(12, 12);
     this.listview.MultiSelect = false;
     this.listview.Name = "listview";
     this.listview.Size = new System.Drawing.Size(527, 188);
     this.listview.TabIndex = 50;
     this.listview.UseCompatibleStateImageBehavior = false;
     this.listview.View = System.Windows.Forms.View.Details;
     //
     // FileName
     //
     this.FileName.Text = "File Name";
     this.FileName.Width = 205;
     //
     // Type
     //
     this.Type.Text = "Location";
     this.Type.Width = 2000;
     //
     // FrmDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(551, 218);
     this.Controls.Add(this.listview);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDetails";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Problem Details";
     this.Load += new System.EventHandler(this.frmDetails_Load);
     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.lv_Services = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // lv_Services
     //
     this.lv_Services.CheckBoxes = true;
     this.lv_Services.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.lv_Services.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lv_Services.Location = new System.Drawing.Point(0, 0);
     this.lv_Services.Name = "lv_Services";
     this.lv_Services.Size = new System.Drawing.Size(295, 425);
     this.lv_Services.TabIndex = 0;
     this.lv_Services.UseCompatibleStateImageBehavior = false;
     this.lv_Services.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Service";
     this.columnHeader1.Width = 110;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Port ";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Protocol";
     this.columnHeader3.Width = 80;
     //
     // frmServiceList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(295, 425);
     this.ControlBox = false;
     this.Controls.Add(this.lv_Services);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmServiceList";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "ServiceList";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmShortcutFixer));
     this.shortcutsLst = new System.Windows.Forms.ListView();
     this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTarget = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLocation = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // shortcutsLst
     //
     resources.ApplyResources(this.shortcutsLst, "shortcutsLst");
     this.shortcutsLst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colName,
     this.colTarget,
     this.colLocation,
     this.colDescription});
     this.shortcutsLst.Name = "shortcutsLst";
     this.shortcutsLst.UseCompatibleStateImageBehavior = false;
     this.shortcutsLst.View = System.Windows.Forms.View.Details;
     //
     // colName
     //
     resources.ApplyResources(this.colName, "colName");
     //
     // colTarget
     //
     resources.ApplyResources(this.colTarget, "colTarget");
     //
     // colLocation
     //
     resources.ApplyResources(this.colLocation, "colLocation");
     //
     // colDescription
     //
     resources.ApplyResources(this.colDescription, "colDescription");
     //
     // FrmShortcutFixer
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.shortcutsLst);
     this.Name = "FrmShortcutFixer";
     this.ShowIcon = false;
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lvresults = 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.SuspendLayout();
     //
     // lvresults
     //
     this.lvresults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.lvresults.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvresults.FullRowSelect = true;
     this.lvresults.GridLines = true;
     this.lvresults.Location = new System.Drawing.Point(0, 0);
     this.lvresults.Name = "lvresults";
     this.lvresults.Size = new System.Drawing.Size(669, 201);
     this.lvresults.TabIndex = 1;
     this.lvresults.UseCompatibleStateImageBehavior = false;
     this.lvresults.View = System.Windows.Forms.View.Details;
     this.lvresults.DoubleClick += lvresults_DoubleClick;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "File";
     this.columnHeader1.Width = 561;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Line";
     this.columnHeader2.Width = 71;
     //
     // FindInFiles
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(669, 201);
     this.Controls.Add(this.lvresults);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "FindInFiles";
     this.ShowIcon = false;
     this.Text = "Search Results";
     this.ResumeLayout(false);
 }
示例#22
0
        public frmBreakColorRenderer()
        {
            InitializeComponent();
            this.Dock    = System.Windows.Forms.DockStyle.Fill;
            m_EditObject = null;
            listValueItem.SmallImageList           = new System.Windows.Forms.ImageList();
            listValueItem.SmallImageList.ImageSize = new System.Drawing.Size(ModuleCommon.ImageWidth, ModuleCommon.ImageHeight);

            System.Windows.Forms.ColumnHeader column = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Symbol";
            column.Text      = "符号";
            column.Width     = 80;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            listValueItem.Columns.Add(column);

            column           = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Range";
            column.Text      = "范围";
            column.Width     = 146;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listValueItem.Columns.Add(column);

            column           = new System.Windows.Forms.ColumnHeader();
            column.Name      = "Label";
            column.Text      = "标签";
            column.Width     = 146;
            column.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listValueItem.Columns.Add(column);

            List <ColorItem> colorRamps = new ModuleCommon().GetColorScheme(217, 20, "Default Ramps;Dichromatic Ramps");

            for (int i = 0; i < colorRamps.Count; i++)
            {
                DevComponents.Editors.ComboItem item = new DevComponents.Editors.ComboItem();
                item.Image = colorRamps[i].ColorImage;
                item.Text  = colorRamps[i].Name;
                item.Tag   = colorRamps[i].ColorRamp;
                cmbColorRamp.Items.Add(item);
            }
            flag = true;
            cmbColorRamp.SelectedIndex = 0;
            flag = 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(ObjectInformation));
     this.objInfo = 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.SuspendLayout();
     //
     // objInfo
     //
     this.objInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.objInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.objInfo.Location = new System.Drawing.Point(0, 0);
     this.objInfo.Name = "objInfo";
     this.objInfo.Size = new System.Drawing.Size(358, 293);
     this.objInfo.TabIndex = 0;
     this.objInfo.UseCompatibleStateImageBehavior = false;
     this.objInfo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Key";
     this.columnHeader1.Width = 75;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Value";
     this.columnHeader2.Width = 275;
     //
     // ObjectInformation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(358, 293);
     this.Controls.Add(this.objInfo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ObjectInformation";
     this.Text = "Object Information";
     this.ResumeLayout(false);
 }
示例#24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegCleaner));
     this.badRegLst = new System.Windows.Forms.ListView();
     this.colRegKey = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colProblem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lblRegKeys = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // badRegLst
     //
     resources.ApplyResources(this.badRegLst, "badRegLst");
     this.badRegLst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colRegKey,
     this.colProblem});
     this.badRegLst.Name = "badRegLst";
     this.badRegLst.UseCompatibleStateImageBehavior = false;
     this.badRegLst.View = System.Windows.Forms.View.Details;
     //
     // colRegKey
     //
     resources.ApplyResources(this.colRegKey, "colRegKey");
     //
     // colProblem
     //
     resources.ApplyResources(this.colProblem, "colProblem");
     //
     // lblRegKeys
     //
     resources.ApplyResources(this.lblRegKeys, "lblRegKeys");
     this.lblRegKeys.Name = "lblRegKeys";
     //
     // FormRegCleaner
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.badRegLst);
     this.Controls.Add(this.lblRegKeys);
     this.Name = "FormRegCleaner";
     this.ShowIcon = false;
     this.Load += new System.EventHandler(this.frmRegCleaner_Load);
     this.ResumeLayout(false);
 }
示例#25
0
        public frmChartRenderer()
        {
            InitializeComponent();
            this.Dock    = System.Windows.Forms.DockStyle.Fill;
            m_EditObject = null;
            listAddField.SmallImageList           = new System.Windows.Forms.ImageList();
            listAddField.SmallImageList.ImageSize = new System.Drawing.Size(ModuleCommon.ImageWidth, ModuleCommon.ImageHeight);

            System.Windows.Forms.ColumnHeader column1 = new System.Windows.Forms.ColumnHeader();
            column1.Name      = "Field";
            column1.Text      = "×Ö¶Î";
            column1.Width     = 140;
            column1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listAllField.Columns.Add(column1);

            System.Windows.Forms.ColumnHeader column2 = new System.Windows.Forms.ColumnHeader();
            column2.Name      = "Symbol";
            column2.Text      = "·ûºÅ";
            column2.Width     = 80;
            column2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            listAddField.Columns.Add(column2);

            column2           = new System.Windows.Forms.ColumnHeader();
            column2.Name      = "Field";
            column2.Text      = "×Ö¶Î";
            column2.Width     = 130;
            column2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            listAddField.Columns.Add(column2);

            List <ColorItem> colorRamps = new ModuleCommon().GetColorScheme(217, 20, "Default Schemes;Spatial Ramps");

            for (int i = 0; i < colorRamps.Count; i++)
            {
                DevComponents.Editors.ComboItem item = new DevComponents.Editors.ComboItem();
                item.Image = colorRamps[i].ColorImage;
                item.Text  = colorRamps[i].Name;
                item.Tag   = colorRamps[i].ColorRamp;
                cmbColorRamp.Items.Add(item);
            }
            flag = true;
            cmbColorRamp.SelectedIndex = 0;
            flag = false;
        }
示例#26
0
        internal System.Windows.Forms.ColumnHeader clhdColuna(clsColuna cls_col_Coluna)
        {
            System.Windows.Forms.ColumnHeader clhdRetorno = null;
            if (cls_col_Coluna != null)
            {
                clhdRetorno       = new System.Windows.Forms.ColumnHeader();
                clhdRetorno.Text  = cls_col_Coluna.Nome;
                clhdRetorno.Width = cls_col_Coluna.Tamanho;
                switch (cls_col_Coluna.Alinhamento)
                {
                case mdlProdutosLancamento.AlinhamentoHorizontal.esquerda:
                    clhdRetorno.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
                    break;

                case mdlProdutosLancamento.AlinhamentoHorizontal.direita:
                    clhdRetorno.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                    break;
                }
            }
            return(clhdRetorno);
        }
示例#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.listView1            = new System.Windows.Forms.ListView();
     this.columnHeaderCategory = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderValue    = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderCategory,
         this.columnHeaderValue
     });
     this.listView1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.Location    = new System.Drawing.Point(0, 0);
     this.listView1.Name        = "listView1";
     this.listView1.Size        = new System.Drawing.Size(360, 262);
     this.listView1.TabIndex    = 0;
     this.listView1.View        = System.Windows.Forms.View.Details;
     //
     // columnHeaderCategory
     //
     this.columnHeaderCategory.Text  = "Category";
     this.columnHeaderCategory.Width = 150;
     //
     // columnHeaderValue
     //
     this.columnHeaderValue.Text  = "Value";
     this.columnHeaderValue.Width = 200;
     //
     // LayerManagerItemInfo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 262);
     this.Controls.Add(this.listView1);
     this.Name = "LayerManagerItemInfo";
     this.Text = "LayerManagerItemInfo";
     this.ResumeLayout(false);
 }
示例#28
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.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(434, 316);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Date";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Message";
            this.columnHeader2.Width = 355;
            // 
            // LogViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(434, 316);
            this.Controls.Add(this.listView1);
            this.Name = "LogViewer";
            this.Text = "LogViewer";
            this.ResumeLayout(false);

        }
示例#29
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.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location = new System.Drawing.Point(0, 0);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(434, 316);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Date";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Message";
     this.columnHeader2.Width = 355;
     //
     // LogViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(434, 316);
     this.Controls.Add(this.listView1);
     this.Name = "LogViewer";
     this.Text = "LogViewer";
     this.ResumeLayout(false);
 }
示例#30
0
 private void method_0()
 {
     this.icontainer_0 = new Container();
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(SymbolListViewEx));
     this.columnHeader_0 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this.imageList_0    = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_1    = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_2    = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_3    = new System.Windows.Forms.ImageList(this.icontainer_0);
     base.SuspendLayout();
     this.columnHeader_0.Text  = "名称";
     this.columnHeader_0.Width = 120;
     this.columnHeader_1.Text  = "种类";
     //this.imageList_0.ImageStream = (System.Windows.Forms.ImageListStreamer)resources.GetObject("sImageList.ImageStream");
     this.imageList_0.TransparentColor = Color.Transparent;
     //this.imageList_0.Images.SetKeyName(0, "");
     //this.imageList_1.ImageStream = (System.Windows.Forms.ImageListStreamer)resources.GetObject("lImageList.ImageStream");
     this.imageList_1.TransparentColor = Color.Transparent;
     //this.imageList_1.Images.SetKeyName(0, "");
     this.imageList_2.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList_2.ImageSize        = new Size(16, 16);
     this.imageList_2.TransparentColor = Color.Transparent;
     this.imageList_3.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList_3.ImageSize        = new Size(40, 40);
     this.imageList_3.TransparentColor = Color.Transparent;
     base.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader_0,
         this.columnHeader_1
     });
     base.LargeImageList        = this.imageList_3;
     base.SmallImageList        = this.imageList_2;
     base.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.SymbolListViewEx_MouseDoubleClick);
     base.SelectedIndexChanged += new System.EventHandler(this.SymbolListViewEx_SelectedIndexChanged);
     base.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.SymbolListViewEx_MouseDown);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.lvDates       = new System.Windows.Forms.ListView();
     this.ColumnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.qtc           = new System.Windows.Forms.MonthCalendar();
     base.SuspendLayout();
     this.lvDates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ColumnHeader1, this.ColumnHeader2 });
     this.lvDates.FullRowSelect = true;
     this.lvDates.Location      = new System.Drawing.Point(8, 184);
     this.lvDates.Name          = "lvDates";
     this.lvDates.Size          = new System.Drawing.Size(258, 121);
     this.lvDates.TabIndex      = 1;
     this.lvDates.View          = System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text    = "Calendar";
     this.ColumnHeader1.Width   = 120;
     this.ColumnHeader2.Text    = "Date";
     this.ColumnHeader2.Width   = 120;
     this.qtc.FirstDayOfWeek    = System.Windows.Forms.Day.Monday;
     this.qtc.Location          = new System.Drawing.Point(8, 8);
     this.qtc.Name            = "qtc";
     this.qtc.ShowWeekNumbers = true;
     this.qtc.TabIndex        = 0;
     this.qtc.DateSelected   += new System.Windows.Forms.DateRangeEventHandler(this.qtc_DateSelected);
     this.AutoScaleBaseSize   = new System.Drawing.Size(5, 14);
     base.ClientSize          = new System.Drawing.Size(274, 313);
     base.Controls.Add(this.qtc);
     base.Controls.Add(this.lvDates);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 204);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Load           += new System.EventHandler(this.CalendarWidget_Load);
     base.Name            = "CalendarWidget";
     base.ShowInTaskbar   = false;
     base.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "CalendarWidget";
     base.TopMost         = true;
     base.Closed         += new System.EventHandler(this.CalendarWidget_Closed);
     base.ResumeLayout(false);
 }
示例#32
0
文件: Users.cs 项目: CarverLab/Oyster
        /// <summary>
        /// Sorts the User list by UserDescription in Ascending order
        /// </summary>
        public void SortAscending()
        {
            System.Windows.Forms.ListView LV = new System.Windows.Forms.ListView();
            System.Windows.Forms.ColumnHeader cH = new System.Windows.Forms.ColumnHeader();
            cH.Width = 100;
            LV.Columns.Add(cH);
            LV.View = System.Windows.Forms.View.Details;
            LV.Sorting = System.Windows.Forms.SortOrder.Ascending;
            foreach(object x in List)
            {
                System.Windows.Forms.ListViewItem LVA = LV.Items.Add(((User)x).mvarDescription);
                LVA.Tag = x;
            }

            //LV.ListViewItemSorter = new OysterClassLibrary.ListViewItemComparer(0);

            List.Clear();
            LV.Sort();
            foreach(System.Windows.Forms.ListViewItem lvi in LV.Items)
            {
                List.Add(lvi.Tag);
            }
        }
        public System.Windows.Forms.ColumnHeader[] GetColumnsHeader()
        {
            System.Windows.Forms.ColumnHeader[] columns = new System.Windows.Forms.ColumnHeader[3];

            System.Windows.Forms.ColumnHeader column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Inmobiliaria";
            column.Width = 250;
            columns[0] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Contacto";
            column.Width = 250;
            columns[1] = column;

            column = new System.Windows.Forms.ColumnHeader();
            column.Text = "Telefono";
            column.Width = 250;
            columns[2] = column;

            return columns;
        }
 /// <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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     this.listCasoInserido = new System.Windows.Forms.ListView();
     this.Atributo         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Valor            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // listCasoInserido
     //
     this.listCasoInserido.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listCasoInserido.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Atributo,
         this.Valor
     });
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name   = "listViewGroup1";
     listViewGroup2.Header = "ListViewGroup";
     listViewGroup2.Name   = "listViewGroup2";
     this.listCasoInserido.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listCasoInserido.Location = new System.Drawing.Point(13, 13);
     this.listCasoInserido.Name     = "listCasoInserido";
     this.listCasoInserido.Size     = new System.Drawing.Size(676, 232);
     this.listCasoInserido.TabIndex = 0;
     this.listCasoInserido.UseCompatibleStateImageBehavior = false;
     //
     // SelecionarCaso
     //
     this.ClientSize = new System.Drawing.Size(758, 516);
     this.Name       = "SelecionarCaso";
     this.Load      += new System.EventHandler(this.SelecionarCaso_Load);
     this.ResumeLayout(false);
 }
示例#35
0
 private void method_0()
 {
     this.icontainer_0 = new Container();
     System.Resources.ResourceManager resourceManager =
         new System.Resources.ResourceManager(typeof(SymbolListView));
     this.columnHeader_0        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader_1        = new System.Windows.Forms.ColumnHeader();
     this.imageList_0           = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_1           = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_2           = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.imageList_3           = new System.Windows.Forms.ImageList(this.icontainer_0);
     this.columnHeader_0.Text   = "名称";
     this.columnHeader_0.Width  = 120;
     this.columnHeader_1.Text   = "种类";
     this.imageList_0.ImageSize = new Size(16, 16);
     //	this.imageList_0.ImageStream = (System.Windows.Forms.ImageListStreamer)resourceManager.GetObject("sImageList.ImageStream");
     this.imageList_0.TransparentColor = Color.Transparent;
     this.imageList_1.ImageSize        = new Size(48, 48);
     //	this.imageList_1.ImageStream = (System.Windows.Forms.ImageListStreamer)resourceManager.GetObject("lImageList.ImageStream");
     this.imageList_1.TransparentColor = Color.Transparent;
     this.imageList_2.ImageSize        = new Size(16, 16);
     this.imageList_2.TransparentColor = Color.Transparent;
     this.imageList_3.ImageSize        = new Size(48, 48);
     this.imageList_3.TransparentColor = Color.Transparent;
     base.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader_0,
         this.columnHeader_1
     });
     base.LargeImageList        = this.imageList_3;
     base.SmallImageList        = this.imageList_2;
     base.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.SymbolListView_MouseDown);
     base.DoubleClick          += new System.EventHandler(this.SymbolListView_DoubleClick);
     base.StyleChanged         += new System.EventHandler(this.SymbolListView_StyleChanged);
     base.SelectedIndexChanged += new System.EventHandler(this.SymbolListView_SelectedIndexChanged);
 }
示例#36
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(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = 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.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.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.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtuser = new System.Windows.Forms.TextBox();
     this.txtPass = new System.Windows.Forms.TextBox();
     this.lsvnguoidung = 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.txtTim = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtMaNV = new System.Windows.Forms.TextBox();
     this.btnThem = new System.Windows.Forms.Button();
     this.btnXoa = new System.Windows.Forms.Button();
     this.btnSua = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 59);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(75, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Mã nhân viên:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(19, 92);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "User";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 125);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(33, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Pass:"******"txtuser";
     this.txtuser.Size = new System.Drawing.Size(134, 20);
     this.txtuser.TabIndex = 2;
     //
     // txtPass
     //
     this.txtPass.Location = new System.Drawing.Point(127, 118);
     this.txtPass.Name = "txtPass";
     this.txtPass.Size = new System.Drawing.Size(134, 20);
     this.txtPass.TabIndex = 3;
     this.txtPass.UseSystemPasswordChar = true;
     //
     // lsvnguoidung
     //
     this.lsvnguoidung.BackColor = System.Drawing.Color.AliceBlue;
     this.lsvnguoidung.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lsvnguoidung.FullRowSelect = true;
     this.lsvnguoidung.GridLines = true;
     this.lsvnguoidung.Location = new System.Drawing.Point(15, 240);
     this.lsvnguoidung.MultiSelect = false;
     this.lsvnguoidung.Name = "lsvnguoidung";
     this.lsvnguoidung.Size = new System.Drawing.Size(438, 142);
     this.lsvnguoidung.TabIndex = 8;
     this.lsvnguoidung.UseCompatibleStateImageBehavior = false;
     this.lsvnguoidung.View = System.Windows.Forms.View.Details;
     this.lsvnguoidung.SelectedIndexChanged += new System.EventHandler(this.lsvnguoidung_SelectedIndexChanged);
     this.lsvnguoidung.Click += new System.EventHandler(this.lsvnguoidung_Click);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Mã nhân viên";
     this.columnHeader1.Width = 103;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên nhân viên";
     this.columnHeader2.Width = 96;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "User";
     this.columnHeader3.Width = 70;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Pass";
     this.columnHeader4.Width = 66;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Chức vụ";
     this.columnHeader5.Width = 73;
     //
     // txtTim
     //
     this.txtTim.Location = new System.Drawing.Point(148, 182);
     this.txtTim.Name = "txtTim";
     this.txtTim.Size = new System.Drawing.Size(133, 20);
     this.txtTim.TabIndex = 4;
     this.txtTim.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTim_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 189);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(114, 13);
     this.label5.TabIndex = 14;
     this.label5.Text = "Tìm mã/tên nhân viên:";
     //
     // txtMaNV
     //
     this.txtMaNV.Enabled = false;
     this.txtMaNV.Location = new System.Drawing.Point(127, 52);
     this.txtMaNV.Name = "txtMaNV";
     this.txtMaNV.ReadOnly = true;
     this.txtMaNV.Size = new System.Drawing.Size(134, 20);
     this.txtMaNV.TabIndex = 1;
     //
     // btnThem
     //
     this.btnThem.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnThem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnThem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnThem.ForeColor = System.Drawing.Color.Navy;
     this.btnThem.Location = new System.Drawing.Point(335, 33);
     this.btnThem.Name = "btnThem";
     this.btnThem.Size = new System.Drawing.Size(75, 23);
     this.btnThem.TabIndex = 15;
     this.btnThem.Text = "Thêm";
     this.btnThem.UseVisualStyleBackColor = true;
     this.btnThem.Click += new System.EventHandler(this.btnThem_Click);
     //
     // btnXoa
     //
     this.btnXoa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnXoa.ForeColor = System.Drawing.Color.Navy;
     this.btnXoa.Location = new System.Drawing.Point(335, 72);
     this.btnXoa.Name = "btnXoa";
     this.btnXoa.Size = new System.Drawing.Size(75, 23);
     this.btnXoa.TabIndex = 16;
     this.btnXoa.Text = "Xóa";
     this.btnXoa.UseVisualStyleBackColor = true;
     this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
     //
     // btnSua
     //
     this.btnSua.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSua.ForeColor = System.Drawing.Color.Navy;
     this.btnSua.Location = new System.Drawing.Point(335, 111);
     this.btnSua.Name = "btnSua";
     this.btnSua.Size = new System.Drawing.Size(75, 23);
     this.btnSua.TabIndex = 17;
     this.btnSua.Text = "Sửa";
     this.btnSua.UseVisualStyleBackColor = true;
     this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
     //
     // FormHeThong
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ClientSize = new System.Drawing.Size(465, 394);
     this.Controls.Add(this.btnSua);
     this.Controls.Add(this.btnXoa);
     this.Controls.Add(this.btnThem);
     this.Controls.Add(this.txtMaNV);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtTim);
     this.Controls.Add(this.lsvnguoidung);
     this.Controls.Add(this.txtPass);
     this.Controls.Add(this.txtuser);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "FormHeThong";
     this.Text = "Quản lý người dùng";
     this.Load += new System.EventHandler(this.FormHeThong_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required baseMethod for Designer support - do not modify 
 /// the contents of this baseMethod with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.listViewSources = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listViewSources
     //
     this.listViewSources.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listViewSources.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.listViewSources.ContextMenuStrip = this.contextMenuStrip1;
     this.listViewSources.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewSources.FullRowSelect = true;
     this.listViewSources.Location = new System.Drawing.Point(0, 0);
     this.listViewSources.Name = "listViewSources";
     this.listViewSources.Size = new System.Drawing.Size(874, 535);
     this.listViewSources.TabIndex = 0;
     this.listViewSources.UseCompatibleStateImageBehavior = false;
     this.listViewSources.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 385;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Class";
     this.columnHeader2.Width = 180;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Type";
     this.columnHeader3.Width = 180;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "ID";
     this.columnHeader4.Width = 120;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copyToClipboardToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(172, 48);
     //
     // copyToClipboardToolStripMenuItem
     //
     this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
     this.copyToClipboardToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.copyToClipboardToolStripMenuItem.Text = "Copy to Clipboard";
     this.copyToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardToolStripMenuItem_Click);
     //
     // SourceManagementComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.listViewSources);
     this.ImageName = "cube_molecule.png";
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "SourceManagementComponentControl";
     this.Size = new System.Drawing.Size(874, 535);
     this.Load += new System.EventHandler(this.AdapterManagementOperatorControl_Load);
     this.Controls.SetChildIndex(this.listViewSources, 0);
     this.contextMenuStrip1.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BarcodeSimulatorControl));
     this.delayNumeric = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.newStringTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.hotkeyTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.endsWithComboBox = new System.Windows.Forms.ComboBox();
     this.itemsListView = 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.itemsGroupBox = new System.Windows.Forms.GroupBox();
     this.newCodeTypeLabel = new System.Windows.Forms.Label();
     this.configurationGroupBox = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.delayNumeric)).BeginInit();
     this.itemsGroupBox.SuspendLayout();
     this.configurationGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // delayNumeric
     //
     this.delayNumeric.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.delayNumeric.Location = new System.Drawing.Point(79, 27);
     this.delayNumeric.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.delayNumeric.Minimum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.delayNumeric.Name = "delayNumeric";
     this.delayNumeric.Size = new System.Drawing.Size(120, 20);
     this.delayNumeric.TabIndex = 1;
     this.delayNumeric.Value = new decimal(new int[] {
     50,
     0,
     0,
     0});
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Key Delay";
     //
     // newStringTextBox
     //
     this.newStringTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.newStringTextBox.Location = new System.Drawing.Point(9, 43);
     this.newStringTextBox.MaxLength = 50;
     this.newStringTextBox.Name = "newStringTextBox";
     this.newStringTextBox.Size = new System.Drawing.Size(162, 20);
     this.newStringTextBox.TabIndex = 3;
     this.newStringTextBox.TextChanged += new System.EventHandler(this.newStringTextBox_TextChanged);
     this.newStringTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.newStringTextBox_KeyDown);
     //
     // 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(41, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Hotkey";
     //
     // hotkeyTextBox
     //
     this.hotkeyTextBox.Location = new System.Drawing.Point(79, 53);
     this.hotkeyTextBox.Name = "hotkeyTextBox";
     this.hotkeyTextBox.ReadOnly = true;
     this.hotkeyTextBox.Size = new System.Drawing.Size(120, 20);
     this.hotkeyTextBox.TabIndex = 5;
     this.hotkeyTextBox.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 27);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(54, 13);
     this.label3.TabIndex = 11;
     this.label3.Text = "Add Code";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 82);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(51, 13);
     this.label4.TabIndex = 12;
     this.label4.Text = "End With";
     //
     // endsWithComboBox
     //
     this.endsWithComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.endsWithComboBox.FormattingEnabled = true;
     this.endsWithComboBox.Location = new System.Drawing.Point(78, 79);
     this.endsWithComboBox.Name = "endsWithComboBox";
     this.endsWithComboBox.Size = new System.Drawing.Size(121, 21);
     this.endsWithComboBox.TabIndex = 2;
     //
     // itemsListView
     //
     this.itemsListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.itemsListView.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.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.itemsListView.FullRowSelect = true;
     this.itemsListView.HoverSelection = true;
     this.itemsListView.Location = new System.Drawing.Point(9, 69);
     this.itemsListView.MultiSelect = false;
     this.itemsListView.Name = "itemsListView";
     this.itemsListView.Size = new System.Drawing.Size(231, 179);
     this.itemsListView.TabIndex = 13;
     this.itemsListView.UseCompatibleStateImageBehavior = false;
     this.itemsListView.View = System.Windows.Forms.View.Details;
     this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Code";
     this.columnHeader1.Width = 120;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Type";
     this.columnHeader2.Width = 80;
     //
     // itemsGroupBox
     //
     this.itemsGroupBox.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.itemsGroupBox.Controls.Add(this.newCodeTypeLabel);
     this.itemsGroupBox.Controls.Add(this.itemsListView);
     this.itemsGroupBox.Controls.Add(this.label3);
     this.itemsGroupBox.Controls.Add(this.newStringTextBox);
     this.itemsGroupBox.Location = new System.Drawing.Point(12, 136);
     this.itemsGroupBox.Name = "itemsGroupBox";
     this.itemsGroupBox.Size = new System.Drawing.Size(254, 264);
     this.itemsGroupBox.TabIndex = 14;
     this.itemsGroupBox.TabStop = false;
     this.itemsGroupBox.Text = "Barcodes";
     //
     // newCodeTypeLabel
     //
     this.newCodeTypeLabel.AutoSize = true;
     this.newCodeTypeLabel.Location = new System.Drawing.Point(177, 46);
     this.newCodeTypeLabel.Name = "newCodeTypeLabel";
     this.newCodeTypeLabel.Size = new System.Drawing.Size(0, 13);
     this.newCodeTypeLabel.TabIndex = 14;
     //
     // configurationGroupBox
     //
     this.configurationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.configurationGroupBox.Controls.Add(this.label2);
     this.configurationGroupBox.Controls.Add(this.delayNumeric);
     this.configurationGroupBox.Controls.Add(this.endsWithComboBox);
     this.configurationGroupBox.Controls.Add(this.label1);
     this.configurationGroupBox.Controls.Add(this.label4);
     this.configurationGroupBox.Controls.Add(this.hotkeyTextBox);
     this.configurationGroupBox.Location = new System.Drawing.Point(12, 12);
     this.configurationGroupBox.Name = "configurationGroupBox";
     this.configurationGroupBox.Size = new System.Drawing.Size(254, 118);
     this.configurationGroupBox.TabIndex = 15;
     this.configurationGroupBox.TabStop = false;
     this.configurationGroupBox.Text = "Configuration";
     //
     // BarcodeSimulatorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(280, 408);
     this.Controls.Add(this.configurationGroupBox);
     this.Controls.Add(this.itemsGroupBox);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "BarcodeSimulatorControl";
     this.Text = "Barcode Simulator";
     this.Load += new System.EventHandler(this.BarcodeSimulatorControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.delayNumeric)).EndInit();
     this.itemsGroupBox.ResumeLayout(false);
     this.itemsGroupBox.PerformLayout();
     this.configurationGroupBox.ResumeLayout(false);
     this.configurationGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnAccept     = new System.Windows.Forms.Button();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.PageControl1  = new System.Windows.Forms.TabControl();
     this.pageAuthor    = new System.Windows.Forms.TabPage();
     this.btnLangEdit   = new System.Windows.Forms.Button();
     this.lblName       = new System.Windows.Forms.Label();
     this.lblAddress    = new System.Windows.Forms.Label();
     this.lblLanguage   = new System.Windows.Forms.Label();
     this.lblTelephone  = new System.Windows.Forms.Label();
     this.txtName       = new System.Windows.Forms.TextBox();
     this.txtLanguage   = new System.Windows.Forms.TextBox();
     this.txtTel        = new System.Windows.Forms.TextBox();
     this.txtAddress    = new System.Windows.Forms.TextBox();
     this.pageOther     = new System.Windows.Forms.TabPage();
     this.lvRecordStats = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.PageControl1.SuspendLayout();
     this.pageAuthor.SuspendLayout();
     this.pageOther.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAccept
     //
     this.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAccept.Location   = new System.Drawing.Point(381, 359);
     this.btnAccept.Margin     = new System.Windows.Forms.Padding(2);
     this.btnAccept.Name       = "btnAccept";
     this.btnAccept.Size       = new System.Drawing.Size(112, 31);
     this.btnAccept.TabIndex   = 1;
     this.btnAccept.Text       = "btnAccept";
     this.btnAccept.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAccept.Click     += new System.EventHandler(this.btnAccept_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location     = new System.Drawing.Point(504, 359);
     this.btnCancel.Margin       = new System.Windows.Forms.Padding(2);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(112, 31);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "btnCancel";
     this.btnCancel.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PageControl1
     //
     this.PageControl1.Controls.Add(this.pageAuthor);
     this.PageControl1.Controls.Add(this.pageOther);
     this.PageControl1.Location      = new System.Drawing.Point(11, 10);
     this.PageControl1.Margin        = new System.Windows.Forms.Padding(2);
     this.PageControl1.Name          = "PageControl1";
     this.PageControl1.SelectedIndex = 0;
     this.PageControl1.Size          = new System.Drawing.Size(606, 331);
     this.PageControl1.TabIndex      = 0;
     //
     // pageAuthor
     //
     this.pageAuthor.Controls.Add(this.btnLangEdit);
     this.pageAuthor.Controls.Add(this.lblName);
     this.pageAuthor.Controls.Add(this.lblAddress);
     this.pageAuthor.Controls.Add(this.lblLanguage);
     this.pageAuthor.Controls.Add(this.lblTelephone);
     this.pageAuthor.Controls.Add(this.txtName);
     this.pageAuthor.Controls.Add(this.txtLanguage);
     this.pageAuthor.Controls.Add(this.txtTel);
     this.pageAuthor.Controls.Add(this.txtAddress);
     this.pageAuthor.Location = new System.Drawing.Point(4, 26);
     this.pageAuthor.Margin   = new System.Windows.Forms.Padding(2);
     this.pageAuthor.Name     = "pageAuthor";
     this.pageAuthor.Size     = new System.Drawing.Size(598, 301);
     this.pageAuthor.TabIndex = 0;
     this.pageAuthor.Text     = "pageAuthor";
     //
     // btnLangEdit
     //
     this.btnLangEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLangEdit.Location  = new System.Drawing.Point(545, 220);
     this.btnLangEdit.Name      = "btnLangEdit";
     this.btnLangEdit.Size      = new System.Drawing.Size(39, 34);
     this.btnLangEdit.TabIndex  = 6;
     this.btnLangEdit.Click    += new System.EventHandler(this.btnLangEdit_Click);
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(11, 14);
     this.lblName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(55, 17);
     this.lblName.TabIndex = 0;
     this.lblName.Text     = "lblName";
     //
     // lblAddress
     //
     this.lblAddress.AutoSize = true;
     this.lblAddress.Location = new System.Drawing.Point(11, 39);
     this.lblAddress.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblAddress.Name     = "lblAddress";
     this.lblAddress.Size     = new System.Drawing.Size(68, 17);
     this.lblAddress.TabIndex = 2;
     this.lblAddress.Text     = "lblAddress";
     //
     // lblLanguage
     //
     this.lblLanguage.AutoSize = true;
     this.lblLanguage.Location = new System.Drawing.Point(11, 229);
     this.lblLanguage.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblLanguage.Name     = "lblLanguage";
     this.lblLanguage.Size     = new System.Drawing.Size(80, 17);
     this.lblLanguage.TabIndex = 4;
     this.lblLanguage.Text     = "lblLanguage";
     //
     // lblTelephone
     //
     this.lblTelephone.AutoSize = true;
     this.lblTelephone.Location = new System.Drawing.Point(11, 189);
     this.lblTelephone.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblTelephone.Name     = "lblTelephone";
     this.lblTelephone.Size     = new System.Drawing.Size(83, 17);
     this.lblTelephone.TabIndex = 4;
     this.lblTelephone.Text     = "lblTelephone";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(145, 10);
     this.txtName.Margin   = new System.Windows.Forms.Padding(2);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(439, 24);
     this.txtName.TabIndex = 1;
     //
     // txtLanguage
     //
     this.txtLanguage.Location = new System.Drawing.Point(145, 226);
     this.txtLanguage.Margin   = new System.Windows.Forms.Padding(2);
     this.txtLanguage.Name     = "txtLanguage";
     this.txtLanguage.ReadOnly = true;
     this.txtLanguage.Size     = new System.Drawing.Size(386, 24);
     this.txtLanguage.TabIndex = 5;
     //
     // txtTel
     //
     this.txtTel.Location = new System.Drawing.Point(145, 185);
     this.txtTel.Margin   = new System.Windows.Forms.Padding(2);
     this.txtTel.Name     = "txtTel";
     this.txtTel.Size     = new System.Drawing.Size(439, 24);
     this.txtTel.TabIndex = 5;
     //
     // txtAddress
     //
     this.txtAddress.Location  = new System.Drawing.Point(145, 39);
     this.txtAddress.Margin    = new System.Windows.Forms.Padding(2);
     this.txtAddress.Multiline = true;
     this.txtAddress.Name      = "txtAddress";
     this.txtAddress.Size      = new System.Drawing.Size(439, 136);
     this.txtAddress.TabIndex  = 3;
     //
     // pageOther
     //
     this.pageOther.Controls.Add(this.lvRecordStats);
     this.pageOther.Location = new System.Drawing.Point(4, 26);
     this.pageOther.Margin   = new System.Windows.Forms.Padding(2);
     this.pageOther.Name     = "pageOther";
     this.pageOther.Size     = new System.Drawing.Size(598, 301);
     this.pageOther.TabIndex = 1;
     this.pageOther.Text     = "pageOther";
     //
     // lvRecordStats
     //
     this.lvRecordStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lvRecordStats.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvRecordStats.FullRowSelect = true;
     this.lvRecordStats.Location      = new System.Drawing.Point(0, 0);
     this.lvRecordStats.Margin        = new System.Windows.Forms.Padding(2);
     this.lvRecordStats.MultiSelect   = false;
     this.lvRecordStats.Name          = "lvRecordStats";
     this.lvRecordStats.Size          = new System.Drawing.Size(598, 301);
     this.lvRecordStats.TabIndex      = 1;
     this.lvRecordStats.UseCompatibleStateImageBehavior = false;
     this.lvRecordStats.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Records";
     this.columnHeader1.Width = 300;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "Count";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width     = 100;
     //
     // FilePropertiesDlg
     //
     this.AcceptButton        = this.btnAccept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(630, 405);
     this.Controls.Add(this.btnAccept);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.PageControl1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FilePropertiesDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "FilePropertiesDlg";
     this.PageControl1.ResumeLayout(false);
     this.pageAuthor.ResumeLayout(false);
     this.pageAuthor.PerformLayout();
     this.pageOther.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ColumnHeader column_word;
     System.Windows.Forms.TreeNode     treeNode1  = new System.Windows.Forms.TreeNode("List 1");
     System.Windows.Forms.TreeNode     treeNode2  = new System.Windows.Forms.TreeNode("List 2");
     System.Windows.Forms.TreeNode     treeNode3  = new System.Windows.Forms.TreeNode("List 3");
     System.Windows.Forms.TreeNode     treeNode4  = new System.Windows.Forms.TreeNode("List 4");
     System.Windows.Forms.TreeNode     treeNode5  = new System.Windows.Forms.TreeNode("List 5");
     System.Windows.Forms.TreeNode     treeNode6  = new System.Windows.Forms.TreeNode("List 6");
     System.Windows.Forms.TreeNode     treeNode7  = new System.Windows.Forms.TreeNode("List 7");
     System.Windows.Forms.TreeNode     treeNode8  = new System.Windows.Forms.TreeNode("List 8");
     System.Windows.Forms.TreeNode     treeNode9  = new System.Windows.Forms.TreeNode("List 9");
     System.Windows.Forms.TreeNode     treeNode10 = new System.Windows.Forms.TreeNode("List 10");
     System.Windows.Forms.TreeNode     treeNode11 = new System.Windows.Forms.TreeNode("List 11");
     System.Windows.Forms.TreeNode     treeNode12 = new System.Windows.Forms.TreeNode("CET-4", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6,
         treeNode7,
         treeNode8,
         treeNode9,
         treeNode10,
         treeNode11
     });
     System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("List 1");
     System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("List 2");
     System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("List 3");
     System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("List 4");
     System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("List 5");
     System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("List 6");
     System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("CET-6", new System.Windows.Forms.TreeNode[] {
         treeNode13,
         treeNode14,
         treeNode15,
         treeNode16,
         treeNode17,
         treeNode18
     });
     System.Windows.Forms.TreeNode treeNode20 = new System.Windows.Forms.TreeNode("默认列表");
     System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("自建列表", new System.Windows.Forms.TreeNode[] {
         treeNode20
     });
     System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("我的单词本");
     System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("idiom");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.button_word      = new System.Windows.Forms.Button();
     this.button_recite    = new System.Windows.Forms.Button();
     this.button_myword    = new System.Windows.Forms.Button();
     this.wordSearch       = new System.Windows.Forms.TextBox();
     this.button_search    = new System.Windows.Forms.Button();
     this.button_addtolist = new System.Windows.Forms.Button();
     this.panel1           = new System.Windows.Forms.Panel();
     this.listView2        = new System.Windows.Forms.ListView();
     this.column_arr       = new System.Windows.Forms.ColumnHeader();
     this.column_mean      = new System.Windows.Forms.ColumnHeader();
     this.radio6           = new System.Windows.Forms.RadioButton();
     this.radio4           = new System.Windows.Forms.RadioButton();
     this.label1           = new System.Windows.Forms.Label();
     this.button_alpha     = new System.Windows.Forms.Button();
     this.button_f         = new System.Windows.Forms.Button();
     this.button_random    = new System.Windows.Forms.Button();
     this.panel2           = new System.Windows.Forms.Panel();
     this.treeView_recite  = new System.Windows.Forms.TreeView();
     this.panel3           = new System.Windows.Forms.Panel();
     this.listView1        = new System.Windows.Forms.ListView();
     this.Column_myWord    = new System.Windows.Forms.ColumnHeader();
     this.colum_myAtt      = new System.Windows.Forms.ColumnHeader();
     this.column_myMean    = new System.Windows.Forms.ColumnHeader();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.button_update    = new System.Windows.Forms.Button();
     this.button_delete    = new System.Windows.Forms.Button();
     this.textBox_mean     = new System.Windows.Forms.TextBox();
     this.textBox_att      = new System.Windows.Forms.TextBox();
     this.textBox_word     = new System.Windows.Forms.TextBox();
     this.button_add       = new System.Windows.Forms.Button();
     column_word           = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // column_word
     //
     column_word.Text = "单词";
     //
     // button_word
     //
     this.button_word.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_word.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.button_word.FlatStyle             = System.Windows.Forms.FlatStyle.Popup;
     this.button_word.Location = new System.Drawing.Point(30, 22);
     this.button_word.Name     = "button_word";
     this.button_word.Size     = new System.Drawing.Size(80, 26);
     this.button_word.TabIndex = 0;
     this.button_word.Text     = "单词";
     this.button_word.UseVisualStyleBackColor = false;
     this.button_word.Click += new System.EventHandler(this.button_word_Click);
     //
     // button_recite
     //
     this.button_recite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_recite.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_recite.Location  = new System.Drawing.Point(130, 22);
     this.button_recite.Name      = "button_recite";
     this.button_recite.Size      = new System.Drawing.Size(80, 26);
     this.button_recite.TabIndex  = 1;
     this.button_recite.Text      = "背诵";
     this.button_recite.UseVisualStyleBackColor = false;
     this.button_recite.Click += new System.EventHandler(this.button_recite_Click);
     //
     // button_myword
     //
     this.button_myword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_myword.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_myword.Location  = new System.Drawing.Point(230, 22);
     this.button_myword.Name      = "button_myword";
     this.button_myword.Size      = new System.Drawing.Size(80, 26);
     this.button_myword.TabIndex  = 2;
     this.button_myword.Text      = "我的单词本";
     this.button_myword.UseVisualStyleBackColor = false;
     this.button_myword.Click += new System.EventHandler(this.button_myword_Click);
     //
     // wordSearch
     //
     this.wordSearch.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.wordSearch.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.wordSearch.Location           = new System.Drawing.Point(64, 30);
     this.wordSearch.Name         = "wordSearch";
     this.wordSearch.Size         = new System.Drawing.Size(277, 22);
     this.wordSearch.TabIndex     = 2;
     this.wordSearch.TextChanged += new System.EventHandler(this.wordSearch_TextChanged);
     //
     // button_search
     //
     this.button_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_search.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_search.Location  = new System.Drawing.Point(377, 28);
     this.button_search.Name      = "button_search";
     this.button_search.Size      = new System.Drawing.Size(57, 26);
     this.button_search.TabIndex  = 3;
     this.button_search.Text      = "查找";
     this.button_search.UseVisualStyleBackColor = false;
     this.button_search.Click += new System.EventHandler(this.button_search_Click);
     //
     // button_addtolist
     //
     this.button_addtolist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_addtolist.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_addtolist.Location  = new System.Drawing.Point(377, 162);
     this.button_addtolist.Name      = "button_addtolist";
     this.button_addtolist.Size      = new System.Drawing.Size(102, 31);
     this.button_addtolist.TabIndex  = 4;
     this.button_addtolist.Text      = "加入背诵列表";
     this.button_addtolist.UseVisualStyleBackColor = false;
     this.button_addtolist.Visible = false;
     this.button_addtolist.Click  += new System.EventHandler(this.button_addtolist_Click);
     //
     // panel1
     //
     this.panel1.BackColor       = System.Drawing.Color.White;
     this.panel1.BackgroundImage = global::dictionary.Properties.Resources.草莓1280x800;
     this.panel1.Controls.Add(this.listView2);
     this.panel1.Controls.Add(this.radio6);
     this.panel1.Controls.Add(this.radio4);
     this.panel1.Controls.Add(this.button_addtolist);
     this.panel1.Controls.Add(this.button_search);
     this.panel1.Controls.Add(this.wordSearch);
     this.panel1.Location = new System.Drawing.Point(12, 71);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(604, 322);
     this.panel1.TabIndex = 3;
     //
     // listView2
     //
     this.listView2.AllowColumnReorder = true;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         column_word,
         this.column_arr,
         this.column_mean
     });
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines     = true;
     this.listView2.Location      = new System.Drawing.Point(34, 97);
     this.listView2.MultiSelect   = false;
     this.listView2.Name          = "listView2";
     this.listView2.Size          = new System.Drawing.Size(328, 185);
     this.listView2.TabIndex      = 7;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged_1);
     //
     // column_arr
     //
     this.column_arr.Text = "词性";
     //
     // column_mean
     //
     this.column_mean.Text  = "解释";
     this.column_mean.Width = 150;
     //
     // radio6
     //
     this.radio6.AutoSize                = true;
     this.radio6.BackColor               = System.Drawing.Color.White;
     this.radio6.BackgroundImage         = global::dictionary.Properties.Resources.草莓1366x768;
     this.radio6.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.radio6.Font                    = new System.Drawing.Font("Book Antiqua", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.radio6.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.radio6.Location                = new System.Drawing.Point(498, 84);
     this.radio6.Name                    = "radio6";
     this.radio6.Size                    = new System.Drawing.Size(81, 24);
     this.radio6.TabIndex                = 6;
     this.radio6.Text                    = "CET-6";
     this.radio6.UseVisualStyleBackColor = false;
     //
     // radio4
     //
     this.radio4.AutoSize                = true;
     this.radio4.BackgroundImage         = global::dictionary.Properties.Resources.草莓1366x768;
     this.radio4.Checked                 = true;
     this.radio4.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.radio4.Font                    = new System.Drawing.Font("Book Antiqua", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
     this.radio4.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.radio4.Location                = new System.Drawing.Point(498, 30);
     this.radio4.Name                    = "radio4";
     this.radio4.Size                    = new System.Drawing.Size(81, 24);
     this.radio4.TabIndex                = 5;
     this.radio4.TabStop                 = true;
     this.radio4.Text                    = "CET-4";
     this.radio4.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.label1.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.LightSeaGreen;
     this.label1.Location  = new System.Drawing.Point(339, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 29);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "背诵方式";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // button_alpha
     //
     this.button_alpha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_alpha.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_alpha.Location  = new System.Drawing.Point(322, 75);
     this.button_alpha.Name      = "button_alpha";
     this.button_alpha.Size      = new System.Drawing.Size(170, 48);
     this.button_alpha.TabIndex  = 1;
     this.button_alpha.Text      = "按字母顺序";
     this.button_alpha.UseVisualStyleBackColor = false;
     this.button_alpha.Click += new System.EventHandler(this.button_alpha_Click);
     //
     // button_f
     //
     this.button_f.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_f.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_f.Location  = new System.Drawing.Point(322, 150);
     this.button_f.Name      = "button_f";
     this.button_f.Size      = new System.Drawing.Size(170, 48);
     this.button_f.TabIndex  = 2;
     this.button_f.Text      = "按词频排序";
     this.button_f.UseVisualStyleBackColor = false;
     this.button_f.Click += new System.EventHandler(this.button_f_Click);
     //
     // button_random
     //
     this.button_random.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_random.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_random.Location  = new System.Drawing.Point(322, 225);
     this.button_random.Name      = "button_random";
     this.button_random.Size      = new System.Drawing.Size(170, 48);
     this.button_random.TabIndex  = 3;
     this.button_random.Text      = "随机";
     this.button_random.UseVisualStyleBackColor = false;
     this.button_random.Click += new System.EventHandler(this.button_random_Click);
     //
     // panel2
     //
     this.panel2.BackgroundImage       = global::dictionary.Properties.Resources.草莓1280x800;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.Controls.Add(this.treeView_recite);
     this.panel2.Controls.Add(this.button_random);
     this.panel2.Controls.Add(this.button_f);
     this.panel2.Controls.Add(this.button_alpha);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(12, 71);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(604, 322);
     this.panel2.TabIndex = 4;
     this.panel2.Visible  = false;
     //
     // treeView_recite
     //
     this.treeView_recite.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.treeView_recite.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeView_recite.Font        = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.treeView_recite.Location    = new System.Drawing.Point(39, 23);
     this.treeView_recite.Name        = "treeView_recite";
     treeNode1.Name         = "Node1";
     treeNode1.Text         = "List 1";
     treeNode2.Name         = "Node2";
     treeNode2.Text         = "List 2";
     treeNode3.Name         = "Node3";
     treeNode3.Text         = "List 3";
     treeNode4.Name         = "Node4";
     treeNode4.Text         = "List 4";
     treeNode5.Name         = "Node5";
     treeNode5.Text         = "List 5";
     treeNode6.Name         = "Node6";
     treeNode6.Text         = "List 6";
     treeNode7.Name         = "Node7";
     treeNode7.Text         = "List 7";
     treeNode8.Name         = "Node8";
     treeNode8.Text         = "List 8";
     treeNode9.Name         = "Node9";
     treeNode9.Text         = "List 9";
     treeNode10.Name        = "Node10";
     treeNode10.Text        = "List 10";
     treeNode11.Name        = "Node11";
     treeNode11.Text        = "List 11";
     treeNode12.Checked     = true;
     treeNode12.Name        = "Node_CET-4";
     treeNode12.Text        = "CET-4";
     treeNode12.ToolTipText = "CET-4";
     treeNode13.Name        = "Node16";
     treeNode13.Text        = "List 1";
     treeNode14.Name        = "Node17";
     treeNode14.Text        = "List 2";
     treeNode15.Name        = "Node18";
     treeNode15.Text        = "List 3";
     treeNode16.Name        = "Node19";
     treeNode16.Text        = "List 4";
     treeNode17.Name        = "Node20";
     treeNode17.Text        = "List 5";
     treeNode18.Name        = "Node21";
     treeNode18.Text        = "List 6";
     treeNode19.Checked     = true;
     treeNode19.Name        = "Node_CET-6";
     treeNode19.Text        = "CET-6";
     treeNode20.Name        = "1";
     treeNode20.Text        = "默认列表";
     treeNode21.Name        = "Node_MyList";
     treeNode21.Text        = "自建列表";
     treeNode22.Name        = "Node_MyWordTable";
     treeNode22.Text        = "我的单词本";
     treeNode23.Name        = "Node_idiom";
     treeNode23.Text        = "idiom";
     this.treeView_recite.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode12,
         treeNode19,
         treeNode21,
         treeNode22,
         treeNode23
     });
     this.treeView_recite.Size         = new System.Drawing.Size(185, 288);
     this.treeView_recite.TabIndex     = 4;
     this.treeView_recite.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_recite_AfterSelect);
     //
     // panel3
     //
     this.panel3.BackgroundImage       = global::dictionary.Properties.Resources.草莓1280x800;
     this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel3.Controls.Add(this.listView1);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.button_update);
     this.panel3.Controls.Add(this.button_delete);
     this.panel3.Controls.Add(this.textBox_mean);
     this.panel3.Controls.Add(this.textBox_att);
     this.panel3.Controls.Add(this.textBox_word);
     this.panel3.Controls.Add(this.button_add);
     this.panel3.Location = new System.Drawing.Point(12, 71);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(604, 322);
     this.panel3.TabIndex = 4;
     this.panel3.Visible  = false;
     this.panel3.Click   += new System.EventHandler(this.panel3_Click);
     //
     // listView1
     //
     this.listView1.AllowColumnReorder = true;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Column_myWord,
         this.colum_myAtt,
         this.column_myMean
     });
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.Location      = new System.Drawing.Point(17, 12);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(354, 289);
     this.listView1.TabIndex      = 9;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // Column_myWord
     //
     this.Column_myWord.Text  = "单词";
     this.Column_myWord.Width = 100;
     //
     // colum_myAtt
     //
     this.colum_myAtt.Text  = "词性";
     this.colum_myAtt.Width = 50;
     //
     // column_myMean
     //
     this.column_myMean.Text  = "释义";
     this.column_myMean.Width = 250;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Book Antiqua", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(405, 41);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 14);
     this.label4.TabIndex = 8;
     this.label4.Text     = "单词";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Book Antiqua", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(405, 103);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 14);
     this.label3.TabIndex = 7;
     this.label3.Text     = "词性";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Book Antiqua", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(405, 163);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 14);
     this.label2.TabIndex = 6;
     this.label2.Text     = "释义";
     //
     // button_update
     //
     this.button_update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_update.Enabled   = false;
     this.button_update.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_update.Location  = new System.Drawing.Point(527, 238);
     this.button_update.Name      = "button_update";
     this.button_update.Size      = new System.Drawing.Size(70, 25);
     this.button_update.TabIndex  = 5;
     this.button_update.Text      = "修改";
     this.button_update.UseVisualStyleBackColor = false;
     this.button_update.Click += new System.EventHandler(this.button_update_Click);
     //
     // button_delete
     //
     this.button_delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_delete.Enabled   = false;
     this.button_delete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_delete.Location  = new System.Drawing.Point(453, 238);
     this.button_delete.Name      = "button_delete";
     this.button_delete.Size      = new System.Drawing.Size(70, 25);
     this.button_delete.TabIndex  = 4;
     this.button_delete.Text      = "删除";
     this.button_delete.UseVisualStyleBackColor = false;
     this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
     //
     // textBox_mean
     //
     this.textBox_mean.Location = new System.Drawing.Point(450, 156);
     this.textBox_mean.Name     = "textBox_mean";
     this.textBox_mean.Size     = new System.Drawing.Size(134, 22);
     this.textBox_mean.TabIndex = 3;
     //
     // textBox_att
     //
     this.textBox_att.Location = new System.Drawing.Point(450, 96);
     this.textBox_att.Name     = "textBox_att";
     this.textBox_att.Size     = new System.Drawing.Size(134, 22);
     this.textBox_att.TabIndex = 2;
     //
     // textBox_word
     //
     this.textBox_word.Location = new System.Drawing.Point(450, 36);
     this.textBox_word.Name     = "textBox_word";
     this.textBox_word.Size     = new System.Drawing.Size(134, 22);
     this.textBox_word.TabIndex = 1;
     //
     // button_add
     //
     this.button_add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.button_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_add.Location  = new System.Drawing.Point(377, 238);
     this.button_add.Name      = "button_add";
     this.button_add.Size      = new System.Drawing.Size(70, 25);
     this.button_add.TabIndex  = 0;
     this.button_add.Text      = "添加";
     this.button_add.UseVisualStyleBackColor = false;
     this.button_add.Click += new System.EventHandler(this.button_add_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate          = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.BackgroundImage       = global::dictionary.Properties.Resources.草莓1280x800;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(653, 418);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button_myword);
     this.Controls.Add(this.button_recite);
     this.Controls.Add(this.button_word);
     this.Font            = new System.Drawing.Font("Book Antiqua", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.Text            = "hello_world小词典";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.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.Windows.Forms.Label roleLabel;
         System.Windows.Forms.Button createRoleButton;
         System.Windows.Forms.Button closeButton;
         System.Windows.Forms.GroupBox newRoleGroup;
         System.Windows.Forms.GroupBox createdGroup;
         System.Windows.Forms.ColumnHeader createdUsersHeader;
         this.m_RoleTextBox = new System.Windows.Forms.TextBox();
         this.m_CreatedRolesListView = new CredentialsManagerClient.ListViewEx();
         this.m_RoleValidator = new System.Windows.Forms.ErrorProvider(this.components);
         roleLabel = new System.Windows.Forms.Label();
         createRoleButton = new System.Windows.Forms.Button();
         closeButton = new System.Windows.Forms.Button();
         newRoleGroup = new System.Windows.Forms.GroupBox();
         createdGroup = new System.Windows.Forms.GroupBox();
         createdUsersHeader = new System.Windows.Forms.ColumnHeader();
         newRoleGroup.SuspendLayout();
         createdGroup.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).BeginInit();
         this.SuspendLayout();
         // 
         // roleLabel
         // 
         roleLabel.AutoSize = true;
         roleLabel.Location = new System.Drawing.Point(10,18);
         roleLabel.Name = "roleLabel";
         roleLabel.Size = new System.Drawing.Size(32,13);
         roleLabel.TabIndex = 0;
         roleLabel.Text = "Role:";
         // 
         // createRoleButton
         // 
         createRoleButton.Location = new System.Drawing.Point(154,34);
         createRoleButton.Name = "createRoleButton";
         createRoleButton.Size = new System.Drawing.Size(75,23);
         createRoleButton.TabIndex = 4;
         createRoleButton.Text = "Create Role";
         createRoleButton.Click += new System.EventHandler(this.OnCreateRole);
         // 
         // closeButton
         // 
         closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
         closeButton.Location = new System.Drawing.Point(160,248);
         closeButton.Name = "closeButton";
         closeButton.Size = new System.Drawing.Size(75,23);
         closeButton.TabIndex = 5;
         closeButton.Text = "Close";
         closeButton.Click += new System.EventHandler(this.OnClosed);
         // 
         // newRoleGroup
         // 
         newRoleGroup.Controls.Add(createRoleButton);
         newRoleGroup.Controls.Add(roleLabel);
         newRoleGroup.Controls.Add(this.m_RoleTextBox);
         newRoleGroup.Location = new System.Drawing.Point(6,11);
         newRoleGroup.Name = "newRoleGroup";
         newRoleGroup.Size = new System.Drawing.Size(237,67);
         newRoleGroup.TabIndex = 6;
         newRoleGroup.TabStop = false;
         newRoleGroup.Text = "New Role:";
         // 
         // m_RoleTextBox
         // 
         this.m_RoleTextBox.Location = new System.Drawing.Point(11,36);
         this.m_RoleTextBox.Name = "m_RoleTextBox";
         this.m_RoleTextBox.Size = new System.Drawing.Size(121,20);
         this.m_RoleTextBox.TabIndex = 1;
         // 
         // createdGroup
         // 
         createdGroup.Controls.Add(this.m_CreatedRolesListView);
         createdGroup.Location = new System.Drawing.Point(6,84);
         createdGroup.Name = "createdGroup";
         createdGroup.Size = new System.Drawing.Size(141,187);
         createdGroup.TabIndex = 17;
         createdGroup.TabStop = false;
         createdGroup.Text = "Created Roles";
         // 
         // m_CreatedRolesListView
         // 
         this.m_CreatedRolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            createdUsersHeader});
         this.m_CreatedRolesListView.FullRowSelect = true;
         this.m_CreatedRolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_CreatedRolesListView.Location = new System.Drawing.Point(7,16);
         this.m_CreatedRolesListView.MultiSelect = false;
         this.m_CreatedRolesListView.Name = "m_CreatedRolesListView";
         this.m_CreatedRolesListView.ShowGroups = false;
         this.m_CreatedRolesListView.Size = new System.Drawing.Size(125,165);
         this.m_CreatedRolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_CreatedRolesListView.TabIndex = 0;
         this.m_CreatedRolesListView.UseCompatibleStateImageBehavior = false;
         this.m_CreatedRolesListView.View = System.Windows.Forms.View.SmallIcon;
         // 
         // createdUsersHeader
         // 
         createdUsersHeader.Width = 300;
         // 
         // m_RoleValidator
         // 
         this.m_RoleValidator.ContainerControl = this;
         // 
         // CreateRoleDialog
         // 
         this.AcceptButton = createRoleButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.CancelButton = closeButton;
         this.ClientSize = new System.Drawing.Size(248,279);
         this.Controls.Add(createdGroup);
         this.Controls.Add(newRoleGroup);
         this.Controls.Add(closeButton);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "CreateRoleDialog";
         this.ShowIcon = false;
         this.Text = "New Role Dialog";
         newRoleGroup.ResumeLayout(false);
         newRoleGroup.PerformLayout();
         createdGroup.ResumeLayout(false);
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).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(frmMyVideos));
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.pbStatus = new System.Windows.Forms.ToolStripProgressBar();
            this.lvVideos = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
            this.button1 = new System.Windows.Forms.Button();
            this.btnDisable = new System.Windows.Forms.Button();
            this.btnEnable = new System.Windows.Forms.Button();

            this.wb = new SHDocVw.WebBrowser();
            this.btnSelectAll = new System.Windows.Forms.Button();
            this.btnDeselectAll = new System.Windows.Forms.Button();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.wb)).BeginInit();
            this.SuspendLayout();
            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus,
            this.pbStatus});
            this.statusStrip1.Location = new System.Drawing.Point(0, 271);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(667, 22);
            this.statusStrip1.SizingGrip = false;
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            //
            // lblStatus
            //
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(450, 17);
            this.lblStatus.Spring = true;
            this.lblStatus.Text = "Idle.";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            //
            // pbStatus
            //
            this.pbStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.pbStatus.Name = "pbStatus";
            this.pbStatus.Size = new System.Drawing.Size(200, 16);
            //
            // lvVideos
            //
            this.lvVideos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7});
            this.lvVideos.FullRowSelect = true;
            this.lvVideos.Location = new System.Drawing.Point(12, 12);
            this.lvVideos.Name = "lvVideos";
            this.lvVideos.Size = new System.Drawing.Size(643, 220);
            this.lvVideos.TabIndex = 3;
            this.lvVideos.UseCompatibleStateImageBehavior = false;
            this.lvVideos.View = System.Windows.Forms.View.Details;
            //
            // columnHeader1
            //
            this.columnHeader1.Text = "ID";
            this.columnHeader1.Width = 70;
            //
            // columnHeader2
            //
            this.columnHeader2.Text = "Title";
            this.columnHeader2.Width = 319;
            //
            // columnHeader3
            //
            this.columnHeader3.Text = "Views";
            this.columnHeader3.Width = 50;
            //
            // columnHeader4
            //
            this.columnHeader4.Text = "Comments";
            this.columnHeader4.Width = 50;
            //
            // columnHeader5
            //
            this.columnHeader5.Text = "Favorites";
            this.columnHeader5.Width = 50;
            //
            // columnHeader6
            //
            this.columnHeader6.Text = "Ratings";
            this.columnHeader6.Width = 50;
            //
            // columnHeader7
            //
            this.columnHeader7.Text = "Average";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader7.Width = 50;
            //
            // button1
            //
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(524, 238);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(131, 24);
            this.button1.TabIndex = 4;
            this.button1.Text = "Reload Videos";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // btnDisable
            //
            this.btnDisable.Location = new System.Drawing.Point(12, 238);
            this.btnDisable.Name = "btnDisable";
            this.btnDisable.Size = new System.Drawing.Size(113, 24);
            this.btnDisable.TabIndex = 5;
            this.btnDisable.Text = "Disable Selected";
            this.btnDisable.UseVisualStyleBackColor = true;
            this.btnDisable.Click += new System.EventHandler(this.btnDisable_Click);
            //
            // btnEnable
            //
            this.btnEnable.Location = new System.Drawing.Point(131, 238);
            this.btnEnable.Name = "btnEnable";
            this.btnEnable.Size = new System.Drawing.Size(113, 24);
            this.btnEnable.TabIndex = 6;
            this.btnEnable.Text = "Enable Selected";
            this.btnEnable.UseVisualStyleBackColor = true;
            this.btnEnable.Click += new System.EventHandler(this.btnEnable_Click);
            //
            // wb
            //
            this.wb.Enabled = true;
            this.wb.Location = new System.Drawing.Point(12, 316);
            this.wb.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wb.OcxState")));
            this.wb.Size = new System.Drawing.Size(643, 180);
            this.wb.TabIndex = 7;
            //
            // btnSelectAll
            //
            this.btnSelectAll.Location = new System.Drawing.Point(250, 238);
            this.btnSelectAll.Name = "btnSelectAll";
            this.btnSelectAll.Size = new System.Drawing.Size(113, 23);
            this.btnSelectAll.TabIndex = 8;
            this.btnSelectAll.Text = "Select All";
            this.btnSelectAll.UseVisualStyleBackColor = true;
            this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
            //
            // btnDeselectAll
            //
            this.btnDeselectAll.Location = new System.Drawing.Point(369, 238);
            this.btnDeselectAll.Name = "btnDeselectAll";
            this.btnDeselectAll.Size = new System.Drawing.Size(113, 23);
            this.btnDeselectAll.TabIndex = 9;
            this.btnDeselectAll.Text = "Deselect All";
            this.btnDeselectAll.UseVisualStyleBackColor = true;
            this.btnDeselectAll.Click += new System.EventHandler(this.btnDeselectAll_Click);
            //
            // frmMyVideos
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(667, 293);
            this.Controls.Add(this.btnDeselectAll);
            this.Controls.Add(this.btnSelectAll);
            this.Controls.Add(this.wb);
            this.Controls.Add(this.btnEnable);
            this.Controls.Add(this.btnDisable);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.lvVideos);
            this.Controls.Add(this.statusStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "frmMyVideos";
            this.Text = "My Videos";
            this.Load += new System.EventHandler(this.frmMyVideos_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMyVideos_Unload);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.wb)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#44
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdjustStockManual));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.sbStatusBar         = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.txtStockID          = new System.Windows.Forms.TextBox();
     this.txtOriginalPrice    = new System.Windows.Forms.TextBox();
     this._txtValues_0        = new System.Windows.Forms.TextBox();
     this.txtQuantityPerUnit  = new System.Windows.Forms.TextBox();
     this.txtProductName      = new System.Windows.Forms.TextBox();
     this.txtUnit             = new System.Windows.Forms.TextBox();
     this._txtValues_1        = new System.Windows.Forms.TextBox();
     this.txtOriginalQuantity = new System.Windows.Forms.TextBox();
     this.Frame3   = new System.Windows.Forms.GroupBox();
     this.lvStocks = new System.Windows.Forms.ListView();
     this._lvStocks_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_8 = new System.Windows.Forms.ColumnHeader();
     this.Frame1      = new System.Windows.Forms.GroupBox();
     this.txtCode     = new System.Windows.Forms.TextBox();
     this.txtName     = new System.Windows.Forms.TextBox();
     this.cmdProducts = new System.Windows.Forms.Button();
     this.Label5      = new System.Windows.Forms.Label();
     this.Label4      = new System.Windows.Forms.Label();
     this.cmdClose    = new System.Windows.Forms.Button();
     this.cmdSave     = new System.Windows.Forms.Button();
     this.lvProducts  = new System.Windows.Forms.ListView();
     this._lvProducts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
     this.Label14            = new System.Windows.Forms.Label();
     this.lblNewQuantity     = new System.Windows.Forms.Label();
     this.Label12            = new System.Windows.Forms.Label();
     this.lblCurrentQuantity = new System.Windows.Forms.Label();
     this.Label11            = new System.Windows.Forms.Label();
     this.Label10            = new System.Windows.Forms.Label();
     this.Label8             = new System.Windows.Forms.Label();
     this.Label9             = new System.Windows.Forms.Label();
     this.Label7             = new System.Windows.Forms.Label();
     this.Label6             = new System.Windows.Forms.Label();
     this.Label2             = new System.Windows.Forms.Label();
     this.Label1             = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame3.SuspendLayout();
     this.lvStocks.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 538);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(426, 25);
     this.sbStatusBar.TabIndex         = 28;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.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._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(407, 25);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // txtStockID
     //
     this.txtStockID.AcceptsReturn = true;
     this.txtStockID.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtStockID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtStockID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtStockID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtStockID.Location      = new System.Drawing.Point(96, 374);
     this.txtStockID.MaxLength     = 0;
     this.txtStockID.Name          = "txtStockID";
     this.txtStockID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtStockID.Size          = new System.Drawing.Size(81, 20);
     this.txtStockID.TabIndex      = 26;
     this.txtStockID.TabStop       = false;
     //
     // txtOriginalPrice
     //
     this.txtOriginalPrice.AcceptsReturn = true;
     this.txtOriginalPrice.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtOriginalPrice.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOriginalPrice.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOriginalPrice.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOriginalPrice.Location      = new System.Drawing.Point(96, 403);
     this.txtOriginalPrice.MaxLength     = 0;
     this.txtOriginalPrice.Name          = "txtOriginalPrice";
     this.txtOriginalPrice.ReadOnly      = true;
     this.txtOriginalPrice.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOriginalPrice.Size          = new System.Drawing.Size(81, 20);
     this.txtOriginalPrice.TabIndex      = 25;
     this.txtOriginalPrice.TabStop       = false;
     this.txtOriginalPrice.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // _txtValues_0
     //
     this._txtValues_0.AcceptsReturn = true;
     this._txtValues_0.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_0.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_0.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_0.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_0.Location      = new System.Drawing.Point(328, 403);
     this._txtValues_0.MaxLength     = 0;
     this._txtValues_0.Name          = "_txtValues_0";
     this._txtValues_0.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_0.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_0.TabIndex      = 4;
     this._txtValues_0.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_0.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_0.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_0.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // txtQuantityPerUnit
     //
     this.txtQuantityPerUnit.AcceptsReturn = true;
     this.txtQuantityPerUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtQuantityPerUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtQuantityPerUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtQuantityPerUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtQuantityPerUnit.Location      = new System.Drawing.Point(328, 374);
     this.txtQuantityPerUnit.MaxLength     = 0;
     this.txtQuantityPerUnit.Name          = "txtQuantityPerUnit";
     this.txtQuantityPerUnit.ReadOnly      = true;
     this.txtQuantityPerUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtQuantityPerUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtQuantityPerUnit.TabIndex      = 21;
     this.txtQuantityPerUnit.TabStop       = false;
     this.txtQuantityPerUnit.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtProductName
     //
     this.txtProductName.AcceptsReturn = true;
     this.txtProductName.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtProductName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProductName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProductName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProductName.Location      = new System.Drawing.Point(96, 344);
     this.txtProductName.MaxLength     = 0;
     this.txtProductName.Name          = "txtProductName";
     this.txtProductName.ReadOnly      = true;
     this.txtProductName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProductName.Size          = new System.Drawing.Size(145, 20);
     this.txtProductName.TabIndex      = 20;
     this.txtProductName.TabStop       = false;
     //
     // txtUnit
     //
     this.txtUnit.AcceptsReturn = true;
     this.txtUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtUnit.Location      = new System.Drawing.Point(328, 344);
     this.txtUnit.MaxLength     = 0;
     this.txtUnit.Name          = "txtUnit";
     this.txtUnit.ReadOnly      = true;
     this.txtUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtUnit.TabIndex      = 19;
     this.txtUnit.TabStop       = false;
     //
     // _txtValues_1
     //
     this._txtValues_1.AcceptsReturn = true;
     this._txtValues_1.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_1.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_1.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_1.Location      = new System.Drawing.Point(328, 432);
     this._txtValues_1.MaxLength     = 0;
     this._txtValues_1.Name          = "_txtValues_1";
     this._txtValues_1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_1.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_1.TabIndex      = 5;
     this._txtValues_1.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_1.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_1.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_1.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // txtOriginalQuantity
     //
     this.txtOriginalQuantity.AcceptsReturn = true;
     this.txtOriginalQuantity.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtOriginalQuantity.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOriginalQuantity.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOriginalQuantity.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOriginalQuantity.Location      = new System.Drawing.Point(96, 432);
     this.txtOriginalQuantity.MaxLength     = 0;
     this.txtOriginalQuantity.Name          = "txtOriginalQuantity";
     this.txtOriginalQuantity.ReadOnly      = true;
     this.txtOriginalQuantity.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOriginalQuantity.Size          = new System.Drawing.Size(81, 20);
     this.txtOriginalQuantity.TabIndex      = 14;
     this.txtOriginalQuantity.TabStop       = false;
     this.txtOriginalQuantity.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // Frame3
     //
     this.Frame3.BackColor = System.Drawing.SystemColors.Control;
     this.Frame3.Controls.Add(this.lvStocks);
     this.Frame3.Enabled     = true;
     this.Frame3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame3.Location    = new System.Drawing.Point(8, 200);
     this.Frame3.Name        = "Frame3";
     this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame3.Size        = new System.Drawing.Size(409, 137);
     this.Frame3.TabIndex    = 13;
     this.Frame3.Text        = "Stocks for the product ";
     this.Frame3.Visible     = true;
     //
     // lvStocks
     //
     this.lvStocks.BackColor     = System.Drawing.SystemColors.Window;
     this.lvStocks.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvStocks.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvStocks.FullRowSelect = true;
     this.lvStocks.GridLines     = true;
     this.lvStocks.HideSelection = false;
     this.lvStocks.HotTracking   = true;
     this.lvStocks.LabelEdit     = false;
     this.lvStocks.Location      = new System.Drawing.Point(8, 16);
     this.lvStocks.Name          = "lvStocks";
     this.lvStocks.Size          = new System.Drawing.Size(393, 113);
     this.lvStocks.TabIndex      = 3;
     this.lvStocks.View          = System.Windows.Forms.View.Details;
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_1);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_2);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_3);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_4);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_5);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_6);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_7);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_8);
     //
     // _lvStocks_ColumnHeader_1
     //
     this._lvStocks_ColumnHeader_1.Text  = "Stock ID";
     this._lvStocks_ColumnHeader_1.Width = 97;
     //
     // _lvStocks_ColumnHeader_2
     //
     this._lvStocks_ColumnHeader_2.Text      = "Current Stock";
     this._lvStocks_ColumnHeader_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_2.Width     = 97;
     //
     // _lvStocks_ColumnHeader_3
     //
     this._lvStocks_ColumnHeader_3.Text      = "Initial Stock";
     this._lvStocks_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_3.Width     = 97;
     //
     // _lvStocks_ColumnHeader_4
     //
     this._lvStocks_ColumnHeader_4.Text      = "Price";
     this._lvStocks_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_4.Width     = 97;
     //
     // _lvStocks_ColumnHeader_5
     //
     this._lvStocks_ColumnHeader_5.Text      = "Stock Price";
     this._lvStocks_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_5.Width     = 97;
     //
     // _lvStocks_ColumnHeader_6
     //
     this._lvStocks_ColumnHeader_6.Text      = "Created";
     this._lvStocks_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_6.Width     = 97;
     //
     // _lvStocks_ColumnHeader_7
     //
     this._lvStocks_ColumnHeader_7.Text      = "Modified";
     this._lvStocks_ColumnHeader_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_7.Width     = 97;
     //
     // _lvStocks_ColumnHeader_8
     //
     this._lvStocks_ColumnHeader_8.Text  = "User";
     this._lvStocks_ColumnHeader_8.Width = 97;
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.txtCode);
     this.Frame1.Controls.Add(this.txtName);
     this.Frame1.Controls.Add(this.cmdProducts);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 32);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(409, 65);
     this.Frame1.TabIndex    = 9;
     this.Frame1.Text        = "Search product ";
     this.Frame1.Visible     = true;
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn = true;
     this.txtCode.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCode.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCode.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCode.Location      = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength     = 0;
     this.txtCode.Name          = "txtCode";
     this.txtCode.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size          = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex      = 0;
     this.txtCode.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
     this.txtCode.TextChanged  += new System.EventHandler(this.txtCode_TextChanged);
     //
     // txtName
     //
     this.txtName.AcceptsReturn = true;
     this.txtName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtName.Location      = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength     = 0;
     this.txtName.Name          = "txtName";
     this.txtName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtName.Size          = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex      = 1;
     this.txtName.TextChanged  += new System.EventHandler(this.txtName_TextChanged);
     //
     // cmdProducts
     //
     this.cmdProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProducts.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProducts.Location                = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name                    = "cmdProducts";
     this.cmdProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 10;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 12;
     this.Label5.Text        = "Product code:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 11;
     this.Label4.Text        = "Product name:";
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(344, 504);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(73, 25);
     this.cmdClose.TabIndex                = 7;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSave
     //
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(264, 504);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(73, 25);
     this.cmdSave.TabIndex                = 6;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // lvProducts
     //
     this.lvProducts.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProducts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProducts.FullRowSelect = true;
     this.lvProducts.GridLines     = true;
     this.lvProducts.HideSelection = false;
     this.lvProducts.HotTracking   = true;
     this.lvProducts.LabelEdit     = false;
     this.lvProducts.Location      = new System.Drawing.Point(8, 104);
     this.lvProducts.Name          = "lvProducts";
     this.lvProducts.Size          = new System.Drawing.Size(409, 97);
     this.lvProducts.TabIndex      = 2;
     this.lvProducts.View          = System.Windows.Forms.View.Details;
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_1);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_2);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_3);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_4);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_5);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_6);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_7);
     //
     // _lvProducts_ColumnHeader_1
     //
     this._lvProducts_ColumnHeader_1.Text  = "Code";
     this._lvProducts_ColumnHeader_1.Width = 97;
     //
     // _lvProducts_ColumnHeader_2
     //
     this._lvProducts_ColumnHeader_2.Text  = "Name";
     this._lvProducts_ColumnHeader_2.Width = 97;
     //
     // _lvProducts_ColumnHeader_3
     //
     this._lvProducts_ColumnHeader_3.Text      = "Price";
     this._lvProducts_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_3.Width     = 97;
     //
     // _lvProducts_ColumnHeader_4
     //
     this._lvProducts_ColumnHeader_4.Text      = "Existence";
     this._lvProducts_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_4.Width     = 97;
     //
     // _lvProducts_ColumnHeader_5
     //
     this._lvProducts_ColumnHeader_5.Text      = "Ordered";
     this._lvProducts_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_5.Width     = 97;
     //
     // _lvProducts_ColumnHeader_6
     //
     this._lvProducts_ColumnHeader_6.Text      = "Quantity per Unit";
     this._lvProducts_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_6.Width     = 97;
     //
     // _lvProducts_ColumnHeader_7
     //
     this._lvProducts_ColumnHeader_7.Text  = "Unit";
     this._lvProducts_ColumnHeader_7.Width = 97;
     //
     // Label14
     //
     this.Label14.BackColor   = System.Drawing.SystemColors.Control;
     this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label14.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label14.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label14.Location    = new System.Drawing.Point(216, 472);
     this.Label14.Name        = "Label14";
     this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label14.Size        = new System.Drawing.Size(89, 17);
     this.Label14.TabIndex    = 32;
     this.Label14.Text        = "Adjusted quantity";
     //
     // lblNewQuantity
     //
     this.lblNewQuantity.BackColor   = System.Drawing.SystemColors.Control;
     this.lblNewQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblNewQuantity.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblNewQuantity.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblNewQuantity.Location    = new System.Drawing.Point(312, 472);
     this.lblNewQuantity.Name        = "lblNewQuantity";
     this.lblNewQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblNewQuantity.Size        = new System.Drawing.Size(89, 17);
     this.lblNewQuantity.TabIndex    = 31;
     //
     // Label12
     //
     this.Label12.BackColor   = System.Drawing.SystemColors.Control;
     this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label12.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label12.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(16, 472);
     this.Label12.Name        = "Label12";
     this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label12.Size        = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex    = 30;
     this.Label12.Text        = "Stock quantity";
     //
     // lblCurrentQuantity
     //
     this.lblCurrentQuantity.BackColor   = System.Drawing.SystemColors.Control;
     this.lblCurrentQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblCurrentQuantity.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblCurrentQuantity.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblCurrentQuantity.Location    = new System.Drawing.Point(112, 472);
     this.lblCurrentQuantity.Name        = "lblCurrentQuantity";
     this.lblCurrentQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCurrentQuantity.Size        = new System.Drawing.Size(89, 17);
     this.lblCurrentQuantity.TabIndex    = 29;
     //
     // Label11
     //
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(16, 376);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(65, 17);
     this.Label11.TabIndex    = 27;
     this.Label11.Text        = "Stock ID:";
     //
     // Label10
     //
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(232, 376);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(89, 17);
     this.Label10.TabIndex    = 24;
     this.Label10.Text        = "Quantity per Unit";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(16, 344);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 23;
     this.Label8.Text        = "Product name:";
     //
     // Label9
     //
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(296, 344);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(25, 17);
     this.Label9.TabIndex    = 22;
     this.Label9.Text        = "Unit";
     //
     // Label7
     //
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(216, 435);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(89, 17);
     this.Label7.TabIndex    = 18;
     this.Label7.Text        = "Adjusted &Quantity";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(216, 406);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(73, 17);
     this.Label6.TabIndex    = 17;
     this.Label6.Text        = "Adjusted &Price";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(16, 435);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(81, 17);
     this.Label2.TabIndex    = 16;
     this.Label2.Text        = "Original Quantity";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(16, 406);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(73, 17);
     this.Label1.TabIndex    = 15;
     this.Label1.Text        = "Original Price";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(16, 8);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(121, 17);
     this.Label3.TabIndex    = 8;
     this.Label3.Text        = "Select a product first";
     //
     // frmAdjustStockManual
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(426, 563);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.txtStockID);
     this.Controls.Add(this.txtOriginalPrice);
     this.Controls.Add(this._txtValues_0);
     this.Controls.Add(this.txtQuantityPerUnit);
     this.Controls.Add(this.txtProductName);
     this.Controls.Add(this.txtUnit);
     this.Controls.Add(this._txtValues_1);
     this.Controls.Add(this.txtOriginalQuantity);
     this.Controls.Add(this.Frame3);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.lvProducts);
     this.Controls.Add(this.Label14);
     this.Controls.Add(this.lblNewQuantity);
     this.Controls.Add(this.Label12);
     this.Controls.Add(this.lblCurrentQuantity);
     this.Controls.Add(this.Label11);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Label3);
     this.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Location     = new System.Drawing.Point(8, 30);
     this.MaximizeBox  = true;
     this.MinimizeBox  = true;
     this.Name         = "frmAdjustStockManual";
     this.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.Text         = "Inventory Adjust";
     this.Closed      += new System.EventHandler(this.frmAdjustStockManual_Closed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAdjustStockManual_FormClosing);
     this.listViewHelper1.SetItemClickMethod(this.lvStocks, "lvStocks_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvStocks, true);
     this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame3.ResumeLayout(false);
     this.lvStocks.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#45
0
        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.menuItemFile             = new System.Windows.Forms.ToolStripMenuItem("File");
            this.menuItemLoad             = new System.Windows.Forms.ToolStripMenuItem("Load...", null, new System.EventHandler(menuFileLoad_Click));
            this.menuItemSave             = new System.Windows.Forms.ToolStripMenuItem("Save", null, new System.EventHandler(menuFileSave_Click));
            this.menuItemSaveAs           = new System.Windows.Forms.ToolStripMenuItem("Save As...", null, new System.EventHandler(menuFileSaveAs_Click));
            this.menuItemExit             = new System.Windows.Forms.ToolStripMenuItem("Exit", null, new System.EventHandler(menuFileExit_Click));
            this.menuStripMain            = new System.Windows.Forms.MenuStrip();
            this.comboBoxTemplates        = new System.Windows.Forms.ComboBox();
            this.labelTemplateDescription = new System.Windows.Forms.Label();
            this.listViewMacros           = new System.Windows.Forms.ListView();
            this.colhdrMacroName          = new System.Windows.Forms.ColumnHeader();
            this.colhdrMacroValue         = new System.Windows.Forms.ColumnHeader();
            this.labelMacroDescription    = new System.Windows.Forms.Label();
            this.buttonEditMacro          = new System.Windows.Forms.Button();
            this.buttonCreateTarget       = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // menu
            //
            this.menuItemFile.DropDownItems.Add(menuItemLoad);
            this.menuItemFile.DropDownItems.Add(menuItemSave);
            this.menuItemFile.DropDownItems.Add(menuItemSave);
            this.menuItemFile.DropDownItems.Add(menuItemSaveAs);
            this.menuItemFile.DropDownItems.Add(menuItemExit);
            this.menuStripMain.Items.Add(menuItemFile);
            this.menuStripMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.MainMenuStrip      = this.menuStripMain;
            //
            // comboBoxTemplates
            //
            this.comboBoxTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxTemplates.Location              = new System.Drawing.Point(13, 30);
            this.comboBoxTemplates.Name                  = "comboBoxTemplates";
            this.comboBoxTemplates.Size                  = new System.Drawing.Size(775, 50);
            this.comboBoxTemplates.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.labelTemplateDescription.TabIndex       = 0;
            this.comboBoxTemplates.SelectedIndexChanged += new System.EventHandler(this.comboBoxTemplates_SelectedIndexChanged);
            //
            // labelTemplateDescription
            //
            this.labelTemplateDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTemplateDescription.Location = new System.Drawing.Point(13, 60);
            this.labelTemplateDescription.Name     = "labelTemplateDescription";
            this.labelTemplateDescription.Size     = new System.Drawing.Size(775, 60);
            this.labelTemplateDescription.Text     = "Macro description";
            //
            // listViewMacros
            //
            this.listViewMacros.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.listViewMacros.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.colhdrMacroName,
                this.colhdrMacroValue
            });
            this.listViewMacros.FullRowSelect = true;
            this.listViewMacros.GridLines     = true;
            this.listViewMacros.HideSelection = false;
            this.listViewMacros.Location      = new System.Drawing.Point(13, 123);
            this.listViewMacros.Name          = "listViewMacros";
            this.listViewMacros.Size          = new System.Drawing.Size(776, 406);
            this.listViewMacros.TabIndex      = 1;
            this.listViewMacros.UseCompatibleStateImageBehavior = false;
            this.listViewMacros.View = System.Windows.Forms.View.Details;
            this.listViewMacros.SelectedIndexChanged += new System.EventHandler(this.listViewMacros_SelectedIndexChanged);
            this.listViewMacros.DoubleClick          += new System.EventHandler(this.listViewMacros_DoubleClick);
            //
            // colhdrName
            //
            this.colhdrMacroName.Name = "Name";
            this.colhdrMacroName.Text = "Name";
            //
            // colhdrValue
            //
            this.colhdrMacroValue.Name = "Value";
            this.colhdrMacroValue.Text = "Value";
            //
            // labelMacroDescription
            //
            this.labelMacroDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.labelMacroDescription.Location = new System.Drawing.Point(13, 532);
            this.labelMacroDescription.Name     = "labelMacroDescription";
            this.labelMacroDescription.Size     = new System.Drawing.Size(775, 63);
            this.labelMacroDescription.TabIndex = 1;
            this.labelMacroDescription.Text     = "Macro description";
            //
            // buttonEditMacro
            //
            this.buttonEditMacro.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.buttonEditMacro.Location = new System.Drawing.Point(12, 602);
            this.buttonEditMacro.Name     = "buttonEditMacro";
            this.buttonEditMacro.Size     = new System.Drawing.Size(105, 23);
            this.buttonEditMacro.TabIndex = 2;
            this.buttonEditMacro.Text     = "Edit Macro...";
            this.buttonEditMacro.UseVisualStyleBackColor = true;
            this.buttonEditMacro.Click += new System.EventHandler(this.buttonEditMacro_Click);
            //
            // buttonCreateTarget
            //
            this.buttonCreateTarget.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCreateTarget.Location = new System.Drawing.Point(638, 602);
            this.buttonCreateTarget.Name     = "buttonCreateTarget";
            this.buttonCreateTarget.Size     = new System.Drawing.Size(150, 23);
            this.buttonCreateTarget.TabIndex = 3;
            this.buttonCreateTarget.Text     = "Create Target...";
            this.buttonCreateTarget.UseVisualStyleBackColor = true;
            this.buttonCreateTarget.Click += new System.EventHandler(this.buttonCreateTarget_Click);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize          = new System.Drawing.Size(800, 641);
            this.Controls.Add(this.buttonCreateTarget);
            this.Controls.Add(this.buttonEditMacro);
            this.Controls.Add(this.labelMacroDescription);
            this.Controls.Add(this.listViewMacros);
            this.Controls.Add(this.labelTemplateDescription);
            this.Controls.Add(this.comboBoxTemplates);
            this.Name  = "MainForm";
            this.Text  = "VVV Creator";
            this.Load += new System.EventHandler(this.mainForm_Load);

            // The main menu must be added last
            this.Controls.Add(this.menuStripMain);

            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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txtMST = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtdienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_capdo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_codekh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.btnNhomKH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdTinhThanh = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txt_diachi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tenkh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_tinhthanh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtHanNo = new DevComponents.Editors.IntegerInput();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).BeginInit();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 301);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(877, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader5,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1,
     this.columnHeader4});
     this.lvhanghoa.Font = new System.Drawing.Font("Arial", 11F);
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(864, 226);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 54;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Code KH";
     this.columnHeader2.Width = 80;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tên KH";
     this.columnHeader9.Width = 235;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "MST";
     this.columnHeader5.Width = 83;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Nhóm";
     this.columnHeader10.Width = 77;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Tỉnh thành";
     this.columnHeader3.Width = 100;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Địa chỉ";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Điện thoại";
     this.columnHeader12.Width = 87;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Hạn nợ";
     this.columnHeader13.Width = 80;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "makh";
     this.columnHeader14.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MAnhom";
     this.columnHeader1.Width = 0;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "matinh";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtHanNo);
     this.groupPanel2.Controls.Add(this.labelX8);
     this.groupPanel2.Controls.Add(this.labelX7);
     this.groupPanel2.Controls.Add(this.labelX6);
     this.groupPanel2.Controls.Add(this.txtMST);
     this.groupPanel2.Controls.Add(this.txtdienthoai);
     this.groupPanel2.Controls.Add(this.buttonX6);
     this.groupPanel2.Controls.Add(this.buttonX4);
     this.groupPanel2.Controls.Add(this.buttonX5);
     this.groupPanel2.Controls.Add(this.labelX5);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_capdo);
     this.groupPanel2.Controls.Add(this.txt_codekh);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.btnNhomKH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.cmdTinhThanh);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txt_diachi);
     this.groupPanel2.Controls.Add(this.txt_tenkh);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_tinhthanh);
     this.groupPanel2.Location = new System.Drawing.Point(5, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(880, 252);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN KHÁCH HÀNG";
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(20, 151);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(71, 25);
     this.labelX6.TabIndex = 83;
     this.labelX6.Text = "Mã Thuế:";
     //
     // txtMST
     //
     //
     //
     //
     this.txtMST.Border.Class = "TextBoxBorder";
     this.txtMST.FocusHighlightEnabled = true;
     this.txtMST.Location = new System.Drawing.Point(106, 151);
     this.txtMST.Multiline = true;
     this.txtMST.Name = "txtMST";
     this.txtMST.Size = new System.Drawing.Size(193, 24);
     this.txtMST.TabIndex = 4;
     //
     // txtdienthoai
     //
     //
     //
     //
     this.txtdienthoai.Border.Class = "TextBoxBorder";
     this.txtdienthoai.FocusHighlightEnabled = true;
     this.txtdienthoai.Location = new System.Drawing.Point(438, 12);
     this.txtdienthoai.Name = "txtdienthoai";
     this.txtdienthoai.Size = new System.Drawing.Size(374, 24);
     this.txtdienthoai.TabIndex = 5;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(408, 199);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 9;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(490, 199);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 10;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(325, 199);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 8;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(21, 117);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 79;
     this.labelX5.Text = "Tỉnh:";
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(363, 119);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(71, 25);
     this.labelX4.TabIndex = 78;
     this.labelX4.Text = "Cấp độ:";
     //
     // txt_capdo
     //
     //
     //
     //
     this.txt_capdo.Border.Class = "TextBoxBorder";
     this.txt_capdo.FocusHighlightEnabled = true;
     this.txt_capdo.Location = new System.Drawing.Point(438, 121);
     this.txt_capdo.Multiline = true;
     this.txt_capdo.Name = "txt_capdo";
     this.txt_capdo.Size = new System.Drawing.Size(374, 24);
     this.txt_capdo.TabIndex = 7;
     //
     // txt_codekh
     //
     //
     //
     //
     this.txt_codekh.Border.Class = "TextBoxBorder";
     this.txt_codekh.FocusHighlightEnabled = true;
     this.txt_codekh.Location = new System.Drawing.Point(106, 14);
     this.txt_codekh.Name = "txt_codekh";
     this.txt_codekh.Size = new System.Drawing.Size(193, 24);
     this.txt_codekh.TabIndex = 0;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(21, 10);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Code KH";
     //
     // btnNhomKH
     //
     this.btnNhomKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnNhomKH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnNhomKH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNhomKH.Location = new System.Drawing.Point(302, 83);
     this.btnNhomKH.Name = "btnNhomKH";
     this.btnNhomKH.Size = new System.Drawing.Size(25, 22);
     this.btnNhomKH.TabIndex = 74;
     this.btnNhomKH.Text = "+";
     this.btnNhomKH.Click += new System.EventHandler(this.btnNhomKH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 197);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(874, 30);
     this.panel5.TabIndex = 70;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Location = new System.Drawing.Point(571, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 54;
     this.cmdInDS.Text = "In DS";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 83);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(83, 25);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Nhóm:";
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_nhom.Location = new System.Drawing.Point(106, 83);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(193, 24);
     this.cmb_nhom.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdTinhThanh
     //
     this.cmdTinhThanh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdTinhThanh.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdTinhThanh.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTinhThanh.Location = new System.Drawing.Point(302, 120);
     this.cmdTinhThanh.Name = "cmdTinhThanh";
     this.cmdTinhThanh.Size = new System.Drawing.Size(25, 22);
     this.cmdTinhThanh.TabIndex = 71;
     this.cmdTinhThanh.Text = "+";
     this.cmdTinhThanh.Click += new System.EventHandler(this.cmdTinhThanh_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(363, 60);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(53, 25);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Địa chỉ:";
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(363, 12);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(71, 25);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Điện thoại:";
     //
     // txt_diachi
     //
     //
     //
     //
     this.txt_diachi.Border.Class = "TextBoxBorder";
     this.txt_diachi.FocusHighlightEnabled = true;
     this.txt_diachi.Location = new System.Drawing.Point(438, 48);
     this.txt_diachi.Multiline = true;
     this.txt_diachi.Name = "txt_diachi";
     this.txt_diachi.Size = new System.Drawing.Size(374, 57);
     this.txt_diachi.TabIndex = 6;
     //
     // txt_tenkh
     //
     //
     //
     //
     this.txt_tenkh.Border.Class = "TextBoxBorder";
     this.txt_tenkh.FocusHighlightEnabled = true;
     this.txt_tenkh.Location = new System.Drawing.Point(106, 48);
     this.txt_tenkh.Name = "txt_tenkh";
     this.txt_tenkh.Size = new System.Drawing.Size(193, 24);
     this.txt_tenkh.TabIndex = 1;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 45);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên KH:";
     //
     // cmb_tinhthanh
     //
     this.cmb_tinhthanh.DisplayMember = "Text";
     this.cmb_tinhthanh.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_tinhthanh.FocusHighlightEnabled = true;
     this.cmb_tinhthanh.FormattingEnabled = true;
     this.cmb_tinhthanh.ItemHeight = 18;
     this.cmb_tinhthanh.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_tinhthanh.Location = new System.Drawing.Point(106, 120);
     this.cmb_tinhthanh.Name = "cmb_tinhthanh";
     this.cmb_tinhthanh.Size = new System.Drawing.Size(193, 24);
     this.cmb_tinhthanh.TabIndex = 3;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(364, 152);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(71, 25);
     this.labelX7.TabIndex = 84;
     this.labelX7.Text = "Hạn nợ:";
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(520, 154);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(40, 25);
     this.labelX8.TabIndex = 86;
     this.labelX8.Text = "ngày";
     //
     // txtHanNo
     //
     //
     //
     //
     this.txtHanNo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtHanNo.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtHanNo.Location = new System.Drawing.Point(438, 154);
     this.txtHanNo.Name = "txtHanNo";
     this.txtHanNo.ShowUpDown = true;
     this.txtHanNo.Size = new System.Drawing.Size(80, 24);
     this.txtHanNo.TabIndex = 87;
     //
     // frmKhachHang
     //
     this.ClientSize = new System.Drawing.Size(897, 577);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhachHang";
     this.Text = "Quản lý khách hàng";
     this.Load += new System.EventHandler(this.frmKhachHang_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).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.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.toolStripRequest = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxProtocol = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxMethod = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBoxURL = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCookies = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAuthType = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSendRequest = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.comboBoxRequestHeaders = new System.Windows.Forms.ComboBox();
     this.buttonAddToList = new System.Windows.Forms.Button();
     this.textBoxHeaderValue = new System.Windows.Forms.TextBox();
     this.listViewRequestHeaders = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.buttonDeleteHeader = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.richTextBoxPOST = new System.Windows.Forms.RichTextBox();
     this.tabControl4 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.listViewResponseHeaders = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.richTextBoxSource = new System.Windows.Forms.RichTextBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.webBrowserSource = new System.Windows.Forms.WebBrowser();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStripRequest.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(912, 313);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer2);
     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(904, 287);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Request";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.toolStripRequest);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(898, 281);
     this.splitContainer2.SplitterDistance = 25;
     this.splitContainer2.TabIndex = 2;
     //
     // toolStripRequest
     //
     this.toolStripRequest.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel2,
     this.toolStripComboBoxProtocol,
     this.toolStripSeparator7,
     this.toolStripLabel1,
     this.toolStripComboBoxMethod,
     this.toolStripSeparator8,
     this.toolStripLabel3,
     this.toolStripTextBoxURL,
     this.toolStripSeparator3,
     this.toolStripButtonCookies,
     this.toolStripSeparator9,
     this.toolStripButtonAuthType,
     this.toolStripSeparator5,
     this.toolStripButtonSendRequest,
     this.toolStripSeparator6});
     this.toolStripRequest.Location = new System.Drawing.Point(0, 0);
     this.toolStripRequest.Name = "toolStripRequest";
     this.toolStripRequest.Size = new System.Drawing.Size(898, 25);
     this.toolStripRequest.TabIndex = 0;
     this.toolStripRequest.Text = "toolStrip1";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(46, 22);
     this.toolStripLabel2.Text = "Protocol";
     //
     // toolStripComboBoxProtocol
     //
     this.toolStripComboBoxProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxProtocol.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxProtocol.Items.AddRange(new object[] {
     "HTTP /1.0",
     "HTTP /1.1"});
     this.toolStripComboBoxProtocol.Name = "toolStripComboBoxProtocol";
     this.toolStripComboBoxProtocol.Size = new System.Drawing.Size(80, 25);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
     this.toolStripLabel1.Text = "Method";
     //
     // toolStripComboBoxMethod
     //
     this.toolStripComboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxMethod.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxMethod.Items.AddRange(new object[] {
     "GET",
     "POST"});
     this.toolStripComboBoxMethod.Name = "toolStripComboBoxMethod";
     this.toolStripComboBoxMethod.Size = new System.Drawing.Size(75, 25);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel3.Text = "URL:";
     //
     // toolStripTextBoxURL
     //
     this.toolStripTextBoxURL.Name = "toolStripTextBoxURL";
     this.toolStripTextBoxURL.Size = new System.Drawing.Size(410, 25);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCookies
     //
     this.toolStripButtonCookies.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCookies.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButtonCookies.Name = "toolStripButtonCookies";
     this.toolStripButtonCookies.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCookies.Text = "Define Cokies";
     this.toolStripButtonCookies.Click += new System.EventHandler(this.toolStripButtonCookies_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonAuthType
     //
     this.toolStripButtonAuthType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAuthType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAuthType.Name = "toolStripButtonAuthType";
     this.toolStripButtonAuthType.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonAuthType.Text = "Define Authentication";
     this.toolStripButtonAuthType.Click += new System.EventHandler(this.toolStripButtonAuthType_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonSendRequest
     //
     this.toolStripButtonSendRequest.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSendRequest.Name = "toolStripButtonSendRequest";
     this.toolStripButtonSendRequest.Size = new System.Drawing.Size(94, 22);
     this.toolStripButtonSendRequest.Text = "Send Request";
     this.toolStripButtonSendRequest.Click += new System.EventHandler(this.toolStripButtonSendRequest_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer4.Size = new System.Drawing.Size(898, 252);
     this.splitContainer4.SplitterDistance = 546;
     this.splitContainer4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.splitContainer1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(546, 252);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Request Headers";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.comboBoxRequestHeaders);
     this.splitContainer1.Panel1.Controls.Add(this.buttonAddToList);
     this.splitContainer1.Panel1.Controls.Add(this.textBoxHeaderValue);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listViewRequestHeaders);
     this.splitContainer1.Panel2.Controls.Add(this.buttonDeleteHeader);
     this.splitContainer1.Size = new System.Drawing.Size(540, 233);
     this.splitContainer1.SplitterDistance = 33;
     this.splitContainer1.TabIndex = 1;
     //
     // comboBoxRequestHeaders
     //
     this.comboBoxRequestHeaders.FormattingEnabled = true;
     this.comboBoxRequestHeaders.Location = new System.Drawing.Point(3, 5);
     this.comboBoxRequestHeaders.Name = "comboBoxRequestHeaders";
     this.comboBoxRequestHeaders.Size = new System.Drawing.Size(169, 21);
     this.comboBoxRequestHeaders.TabIndex = 3;
     //
     // buttonAddToList
     //
     this.buttonAddToList.Location = new System.Drawing.Point(450, 3);
     this.buttonAddToList.Name = "buttonAddToList";
     this.buttonAddToList.Size = new System.Drawing.Size(87, 23);
     this.buttonAddToList.TabIndex = 2;
     this.buttonAddToList.Text = "Add to List";
     this.buttonAddToList.UseVisualStyleBackColor = true;
     this.buttonAddToList.Click += new System.EventHandler(this.buttonAddToList_Click);
     //
     // textBoxHeaderValue
     //
     this.textBoxHeaderValue.Location = new System.Drawing.Point(178, 5);
     this.textBoxHeaderValue.Name = "textBoxHeaderValue";
     this.textBoxHeaderValue.Size = new System.Drawing.Size(266, 20);
     this.textBoxHeaderValue.TabIndex = 1;
     //
     // listViewRequestHeaders
     //
     this.listViewRequestHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.listViewRequestHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewRequestHeaders.FullRowSelect = true;
     this.listViewRequestHeaders.GridLines = true;
     this.listViewRequestHeaders.Location = new System.Drawing.Point(0, 0);
     this.listViewRequestHeaders.Name = "listViewRequestHeaders";
     this.listViewRequestHeaders.Size = new System.Drawing.Size(540, 173);
     this.listViewRequestHeaders.TabIndex = 0;
     this.listViewRequestHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewRequestHeaders.View = System.Windows.Forms.View.Details;
     this.listViewRequestHeaders.SelectedIndexChanged += new System.EventHandler(this.listViewRequestHeaders_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Header Name";
     this.columnHeader1.Width = 174;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Header Value";
     this.columnHeader2.Width = 333;
     //
     // buttonDeleteHeader
     //
     this.buttonDeleteHeader.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.buttonDeleteHeader.Enabled = false;
     this.buttonDeleteHeader.Location = new System.Drawing.Point(0, 173);
     this.buttonDeleteHeader.Name = "buttonDeleteHeader";
     this.buttonDeleteHeader.Size = new System.Drawing.Size(540, 23);
     this.buttonDeleteHeader.TabIndex = 1;
     this.buttonDeleteHeader.Text = "Delete Headers";
     this.buttonDeleteHeader.UseVisualStyleBackColor = true;
     this.buttonDeleteHeader.Click += new System.EventHandler(this.buttonDeleteHeader_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.richTextBoxPOST);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(348, 252);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "POST";
     //
     // richTextBoxPOST
     //
     this.richTextBoxPOST.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxPOST.Location = new System.Drawing.Point(3, 16);
     this.richTextBoxPOST.Name = "richTextBoxPOST";
     this.richTextBoxPOST.Size = new System.Drawing.Size(342, 233);
     this.richTextBoxPOST.TabIndex = 0;
     this.richTextBoxPOST.Text = "";
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage5);
     this.tabControl4.Controls.Add(this.tabPage6);
     this.tabControl4.Controls.Add(this.tabPage7);
     this.tabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl4.Location = new System.Drawing.Point(0, 0);
     this.tabControl4.Name = "tabControl4";
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size = new System.Drawing.Size(912, 256);
     this.tabControl4.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.listViewResponseHeaders);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(904, 230);
     this.tabPage5.TabIndex = 0;
     this.tabPage5.Text = "Response Headers";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // listViewResponseHeaders
     //
     this.listViewResponseHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4});
     this.listViewResponseHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewResponseHeaders.Location = new System.Drawing.Point(3, 3);
     this.listViewResponseHeaders.Name = "listViewResponseHeaders";
     this.listViewResponseHeaders.Size = new System.Drawing.Size(898, 224);
     this.listViewResponseHeaders.TabIndex = 0;
     this.listViewResponseHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewResponseHeaders.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Header Name";
     this.columnHeader3.Width = 229;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Header Value";
     this.columnHeader4.Width = 458;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.richTextBoxSource);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(904, 230);
     this.tabPage6.TabIndex = 1;
     this.tabPage6.Text = "Source Code";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // richTextBoxSource
     //
     this.richTextBoxSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxSource.Location = new System.Drawing.Point(3, 3);
     this.richTextBoxSource.Name = "richTextBoxSource";
     this.richTextBoxSource.Size = new System.Drawing.Size(898, 224);
     this.richTextBoxSource.TabIndex = 0;
     this.richTextBoxSource.Text = "";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.webBrowserSource);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(904, 230);
     this.tabPage7.TabIndex = 2;
     this.tabPage7.Text = "Browser";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // webBrowserSource
     //
     this.webBrowserSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowserSource.Location = new System.Drawing.Point(0, 0);
     this.webBrowserSource.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowserSource.Name = "webBrowserSource";
     this.webBrowserSource.Size = new System.Drawing.Size(904, 230);
     this.webBrowserSource.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.tabControl4);
     this.splitContainer3.Size = new System.Drawing.Size(912, 573);
     this.splitContainer3.SplitterDistance = 313;
     this.splitContainer3.TabIndex = 1;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(912, 573);
     this.Controls.Add(this.splitContainer3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmMain";
     this.Text = "Custom Request";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.toolStripRequest.ResumeLayout(false);
     this.toolStripRequest.PerformLayout();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabControl4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     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()
 {
     this.tabControlSiteStructure    = new System.Windows.Forms.TabControl();
     this.tabPageSiteOverview        = new System.Windows.Forms.TabPage();
     this.splitContainerSiteOverview = new System.Windows.Forms.SplitContainer();
     this.treeViewSiteOverview       = new System.Windows.Forms.TreeView();
     this.siteStructurePanelCharts   = new SEOMacroscope.MacroscopeSiteStructurePanelCharts();
     this.tabPageSiteSpeed           = new System.Windows.Forms.TabPage();
     this.tableLayoutPanelSiteSpeed  = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabelSiteSpeedAverage = new System.Windows.Forms.ToolStripLabel();
     this.tabControlSiteSpeed            = new System.Windows.Forms.TabControl();
     this.tabPageSiteSpeedSlowest        = new System.Windows.Forms.TabPage();
     this.listViewSiteSpeedSlowest       = new System.Windows.Forms.ListView();
     this.columnHeaderSiteSpeedTime      = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderSiteSpeedTimeUrl   = new System.Windows.Forms.ColumnHeader();
     this.tabPageSiteSpeedFastest        = new System.Windows.Forms.TabPage();
     this.listViewSiteSpeedFastest       = new System.Windows.Forms.ListView();
     this.columnHeader7                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysis                 = new System.Windows.Forms.TabPage();
     this.tabControlKeywordAnalysisPhrases       = new System.Windows.Forms.TabControl();
     this.tabPageKeywordAnalysisPhrases1         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis1               = new System.Windows.Forms.ListView();
     this.columnHeaderKeywordAnalysisOccurrences = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderKeywordAnalysisTerm        = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases2         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis2               = new System.Windows.Forms.ListView();
     this.columnHeader1                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases3         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis3               = new System.Windows.Forms.ListView();
     this.columnHeader3                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases4         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis4               = new System.Windows.Forms.ListView();
     this.columnHeader5                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6                          = new System.Windows.Forms.ColumnHeader();
     this.tabControlSiteStructure.SuspendLayout();
     this.tabPageSiteOverview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerSiteOverview)).BeginInit();
     this.splitContainerSiteOverview.Panel1.SuspendLayout();
     this.splitContainerSiteOverview.Panel2.SuspendLayout();
     this.splitContainerSiteOverview.SuspendLayout();
     this.tabPageSiteSpeed.SuspendLayout();
     this.tableLayoutPanelSiteSpeed.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabControlSiteSpeed.SuspendLayout();
     this.tabPageSiteSpeedSlowest.SuspendLayout();
     this.tabPageSiteSpeedFastest.SuspendLayout();
     this.tabPageKeywordAnalysis.SuspendLayout();
     this.tabControlKeywordAnalysisPhrases.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases1.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases2.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases3.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases4.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlSiteStructure
     //
     this.tabControlSiteStructure.Controls.Add(this.tabPageSiteOverview);
     this.tabControlSiteStructure.Controls.Add(this.tabPageSiteSpeed);
     this.tabControlSiteStructure.Controls.Add(this.tabPageKeywordAnalysis);
     this.tabControlSiteStructure.Location      = new System.Drawing.Point(20, 20);
     this.tabControlSiteStructure.Name          = "tabControlSiteStructure";
     this.tabControlSiteStructure.SelectedIndex = 0;
     this.tabControlSiteStructure.Size          = new System.Drawing.Size(440, 440);
     this.tabControlSiteStructure.TabIndex      = 0;
     //
     // tabPageSiteOverview
     //
     this.tabPageSiteOverview.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageSiteOverview.CausesValidation = false;
     this.tabPageSiteOverview.Controls.Add(this.splitContainerSiteOverview);
     this.tabPageSiteOverview.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteOverview.Name     = "tabPageSiteOverview";
     this.tabPageSiteOverview.Size     = new System.Drawing.Size(432, 414);
     this.tabPageSiteOverview.TabIndex = 0;
     this.tabPageSiteOverview.Text     = "Site Overview";
     //
     // splitContainerSiteOverview
     //
     this.splitContainerSiteOverview.Location    = new System.Drawing.Point(20, 20);
     this.splitContainerSiteOverview.Margin      = new System.Windows.Forms.Padding(0);
     this.splitContainerSiteOverview.Name        = "splitContainerSiteOverview";
     this.splitContainerSiteOverview.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerSiteOverview.Panel1
     //
     this.splitContainerSiteOverview.Panel1.BackColor = System.Drawing.Color.DarkGray;
     this.splitContainerSiteOverview.Panel1.Controls.Add(this.treeViewSiteOverview);
     //
     // splitContainerSiteOverview.Panel2
     //
     this.splitContainerSiteOverview.Panel2.BackColor = System.Drawing.Color.DarkGray;
     this.splitContainerSiteOverview.Panel2.Controls.Add(this.siteStructurePanelCharts);
     this.splitContainerSiteOverview.Size              = new System.Drawing.Size(300, 300);
     this.splitContainerSiteOverview.SplitterDistance  = 200;
     this.splitContainerSiteOverview.SplitterIncrement = 10;
     this.splitContainerSiteOverview.SplitterWidth     = 6;
     this.splitContainerSiteOverview.TabIndex          = 0;
     //
     // treeViewSiteOverview
     //
     this.treeViewSiteOverview.Location = new System.Drawing.Point(20, 20);
     this.treeViewSiteOverview.Margin   = new System.Windows.Forms.Padding(0);
     this.treeViewSiteOverview.Name     = "treeViewSiteOverview";
     this.treeViewSiteOverview.Size     = new System.Drawing.Size(150, 150);
     this.treeViewSiteOverview.TabIndex = 0;
     //
     // siteStructurePanelCharts
     //
     this.siteStructurePanelCharts.Location = new System.Drawing.Point(10, 10);
     this.siteStructurePanelCharts.Name     = "siteStructurePanelCharts";
     this.siteStructurePanelCharts.Size     = new System.Drawing.Size(250, 70);
     this.siteStructurePanelCharts.TabIndex = 0;
     //
     // tabPageSiteSpeed
     //
     this.tabPageSiteSpeed.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageSiteSpeed.CausesValidation = false;
     this.tabPageSiteSpeed.Controls.Add(this.tableLayoutPanelSiteSpeed);
     this.tabPageSiteSpeed.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeed.Name     = "tabPageSiteSpeed";
     this.tabPageSiteSpeed.Size     = new System.Drawing.Size(432, 414);
     this.tabPageSiteSpeed.TabIndex = 1;
     this.tabPageSiteSpeed.Text     = "Site Speed";
     //
     // tableLayoutPanelSiteSpeed
     //
     this.tableLayoutPanelSiteSpeed.ColumnCount = 1;
     this.tableLayoutPanelSiteSpeed.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelSiteSpeed.Controls.Add(this.toolStrip1, 0, 1);
     this.tableLayoutPanelSiteSpeed.Controls.Add(this.tabControlSiteSpeed, 0, 0);
     this.tableLayoutPanelSiteSpeed.Location = new System.Drawing.Point(20, 20);
     this.tableLayoutPanelSiteSpeed.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanelSiteSpeed.Name     = "tableLayoutPanelSiteSpeed";
     this.tableLayoutPanelSiteSpeed.RowCount = 2;
     this.tableLayoutPanelSiteSpeed.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelSiteSpeed.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanelSiteSpeed.Size     = new System.Drawing.Size(400, 370);
     this.tableLayoutPanelSiteSpeed.TabIndex = 3;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
     this.toolStrip1.GripStyle  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabelSiteSpeedAverage
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 342);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.Padding    = new System.Windows.Forms.Padding(3);
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(400, 28);
     this.toolStrip1.TabIndex   = 3;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // toolStripLabelSiteSpeedAverage
     //
     this.toolStripLabelSiteSpeedAverage.Name = "toolStripLabelSiteSpeedAverage";
     this.toolStripLabelSiteSpeedAverage.Size = new System.Drawing.Size(13, 19);
     this.toolStripLabelSiteSpeedAverage.Text = "0";
     //
     // tabControlSiteSpeed
     //
     this.tabControlSiteSpeed.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tabControlSiteSpeed.Controls.Add(this.tabPageSiteSpeedSlowest);
     this.tabControlSiteSpeed.Controls.Add(this.tabPageSiteSpeedFastest);
     this.tabControlSiteSpeed.Location      = new System.Drawing.Point(50, 21);
     this.tabControlSiteSpeed.Margin        = new System.Windows.Forms.Padding(0);
     this.tabControlSiteSpeed.Name          = "tabControlSiteSpeed";
     this.tabControlSiteSpeed.SelectedIndex = 0;
     this.tabControlSiteSpeed.Size          = new System.Drawing.Size(300, 300);
     this.tabControlSiteSpeed.TabIndex      = 2;
     //
     // tabPageSiteSpeedSlowest
     //
     this.tabPageSiteSpeedSlowest.Controls.Add(this.listViewSiteSpeedSlowest);
     this.tabPageSiteSpeedSlowest.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeedSlowest.Name     = "tabPageSiteSpeedSlowest";
     this.tabPageSiteSpeedSlowest.Size     = new System.Drawing.Size(292, 274);
     this.tabPageSiteSpeedSlowest.TabIndex = 1;
     this.tabPageSiteSpeedSlowest.Text     = "Slowest Pages";
     this.tabPageSiteSpeedSlowest.UseVisualStyleBackColor = true;
     //
     // listViewSiteSpeedSlowest
     //
     this.listViewSiteSpeedSlowest.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderSiteSpeedTime,
         this.columnHeaderSiteSpeedTimeUrl
     });
     this.listViewSiteSpeedSlowest.FullRowSelect = true;
     this.listViewSiteSpeedSlowest.GridLines     = true;
     this.listViewSiteSpeedSlowest.Location      = new System.Drawing.Point(20, 20);
     this.listViewSiteSpeedSlowest.Name          = "listViewSiteSpeedSlowest";
     this.listViewSiteSpeedSlowest.Size          = new System.Drawing.Size(200, 200);
     this.listViewSiteSpeedSlowest.TabIndex      = 1;
     this.listViewSiteSpeedSlowest.UseCompatibleStateImageBehavior = false;
     this.listViewSiteSpeedSlowest.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderSiteSpeedTime
     //
     this.columnHeaderSiteSpeedTime.Text  = "Response Time (secs)";
     this.columnHeaderSiteSpeedTime.Width = 150;
     //
     // columnHeaderSiteSpeedTimeUrl
     //
     this.columnHeaderSiteSpeedTimeUrl.Text  = "URL";
     this.columnHeaderSiteSpeedTimeUrl.Width = 300;
     //
     // tabPageSiteSpeedFastest
     //
     this.tabPageSiteSpeedFastest.Controls.Add(this.listViewSiteSpeedFastest);
     this.tabPageSiteSpeedFastest.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeedFastest.Name     = "tabPageSiteSpeedFastest";
     this.tabPageSiteSpeedFastest.Size     = new System.Drawing.Size(292, 274);
     this.tabPageSiteSpeedFastest.TabIndex = 0;
     this.tabPageSiteSpeedFastest.Text     = "Fastest Pages";
     this.tabPageSiteSpeedFastest.UseVisualStyleBackColor = true;
     //
     // listViewSiteSpeedFastest
     //
     this.listViewSiteSpeedFastest.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader7,
         this.columnHeader8
     });
     this.listViewSiteSpeedFastest.FullRowSelect = true;
     this.listViewSiteSpeedFastest.GridLines     = true;
     this.listViewSiteSpeedFastest.Location      = new System.Drawing.Point(20, 20);
     this.listViewSiteSpeedFastest.Name          = "listViewSiteSpeedFastest";
     this.listViewSiteSpeedFastest.Size          = new System.Drawing.Size(200, 200);
     this.listViewSiteSpeedFastest.TabIndex      = 2;
     this.listViewSiteSpeedFastest.UseCompatibleStateImageBehavior = false;
     this.listViewSiteSpeedFastest.View = System.Windows.Forms.View.Details;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Response Time (secs)";
     this.columnHeader7.Width = 150;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "URL";
     this.columnHeader8.Width = 300;
     //
     // tabPageKeywordAnalysis
     //
     this.tabPageKeywordAnalysis.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageKeywordAnalysis.CausesValidation = false;
     this.tabPageKeywordAnalysis.Controls.Add(this.tabControlKeywordAnalysisPhrases);
     this.tabPageKeywordAnalysis.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysis.Name     = "tabPageKeywordAnalysis";
     this.tabPageKeywordAnalysis.Size     = new System.Drawing.Size(432, 414);
     this.tabPageKeywordAnalysis.TabIndex = 2;
     this.tabPageKeywordAnalysis.Text     = "Keyword Analysis";
     //
     // tabControlKeywordAnalysisPhrases
     //
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases1);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases2);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases3);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases4);
     this.tabControlKeywordAnalysisPhrases.Location      = new System.Drawing.Point(20, 20);
     this.tabControlKeywordAnalysisPhrases.Margin        = new System.Windows.Forms.Padding(0);
     this.tabControlKeywordAnalysisPhrases.Name          = "tabControlKeywordAnalysisPhrases";
     this.tabControlKeywordAnalysisPhrases.SelectedIndex = 0;
     this.tabControlKeywordAnalysisPhrases.Size          = new System.Drawing.Size(400, 300);
     this.tabControlKeywordAnalysisPhrases.TabIndex      = 1;
     //
     // tabPageKeywordAnalysisPhrases1
     //
     this.tabPageKeywordAnalysisPhrases1.Controls.Add(this.listViewKeywordAnalysis1);
     this.tabPageKeywordAnalysisPhrases1.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases1.Name     = "tabPageKeywordAnalysisPhrases1";
     this.tabPageKeywordAnalysisPhrases1.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases1.TabIndex = 0;
     this.tabPageKeywordAnalysisPhrases1.Text     = "One Word";
     this.tabPageKeywordAnalysisPhrases1.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis1
     //
     this.listViewKeywordAnalysis1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderKeywordAnalysisOccurrences,
         this.columnHeaderKeywordAnalysisTerm
     });
     this.listViewKeywordAnalysis1.FullRowSelect = true;
     this.listViewKeywordAnalysis1.GridLines     = true;
     this.listViewKeywordAnalysis1.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis1.Name          = "listViewKeywordAnalysis1";
     this.listViewKeywordAnalysis1.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis1.TabIndex      = 0;
     this.listViewKeywordAnalysis1.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis1.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderKeywordAnalysisOccurrences
     //
     this.columnHeaderKeywordAnalysisOccurrences.Text  = "Occurrences";
     this.columnHeaderKeywordAnalysisOccurrences.Width = 100;
     //
     // columnHeaderKeywordAnalysisTerm
     //
     this.columnHeaderKeywordAnalysisTerm.Text  = "Term";
     this.columnHeaderKeywordAnalysisTerm.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases2
     //
     this.tabPageKeywordAnalysisPhrases2.Controls.Add(this.listViewKeywordAnalysis2);
     this.tabPageKeywordAnalysisPhrases2.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases2.Name     = "tabPageKeywordAnalysisPhrases2";
     this.tabPageKeywordAnalysisPhrases2.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases2.TabIndex = 1;
     this.tabPageKeywordAnalysisPhrases2.Text     = "Two Words";
     this.tabPageKeywordAnalysisPhrases2.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis2
     //
     this.listViewKeywordAnalysis2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listViewKeywordAnalysis2.FullRowSelect = true;
     this.listViewKeywordAnalysis2.GridLines     = true;
     this.listViewKeywordAnalysis2.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis2.Name          = "listViewKeywordAnalysis2";
     this.listViewKeywordAnalysis2.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis2.TabIndex      = 1;
     this.listViewKeywordAnalysis2.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Occurrences";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Term";
     this.columnHeader2.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases3
     //
     this.tabPageKeywordAnalysisPhrases3.Controls.Add(this.listViewKeywordAnalysis3);
     this.tabPageKeywordAnalysisPhrases3.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases3.Name     = "tabPageKeywordAnalysisPhrases3";
     this.tabPageKeywordAnalysisPhrases3.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases3.TabIndex = 2;
     this.tabPageKeywordAnalysisPhrases3.Text     = "Three Words";
     this.tabPageKeywordAnalysisPhrases3.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis3
     //
     this.listViewKeywordAnalysis3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4
     });
     this.listViewKeywordAnalysis3.FullRowSelect = true;
     this.listViewKeywordAnalysis3.GridLines     = true;
     this.listViewKeywordAnalysis3.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis3.Name          = "listViewKeywordAnalysis3";
     this.listViewKeywordAnalysis3.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis3.TabIndex      = 1;
     this.listViewKeywordAnalysis3.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis3.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Occurrences";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Term";
     this.columnHeader4.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases4
     //
     this.tabPageKeywordAnalysisPhrases4.Controls.Add(this.listViewKeywordAnalysis4);
     this.tabPageKeywordAnalysisPhrases4.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases4.Name     = "tabPageKeywordAnalysisPhrases4";
     this.tabPageKeywordAnalysisPhrases4.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases4.TabIndex = 3;
     this.tabPageKeywordAnalysisPhrases4.Text     = "Four Words";
     this.tabPageKeywordAnalysisPhrases4.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis4
     //
     this.listViewKeywordAnalysis4.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6
     });
     this.listViewKeywordAnalysis4.FullRowSelect = true;
     this.listViewKeywordAnalysis4.GridLines     = true;
     this.listViewKeywordAnalysis4.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis4.Name          = "listViewKeywordAnalysis4";
     this.listViewKeywordAnalysis4.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis4.TabIndex      = 1;
     this.listViewKeywordAnalysis4.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis4.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Occurrences";
     this.columnHeader5.Width = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Term";
     this.columnHeader6.Width = 300;
     //
     // MacroscopeSiteStructurePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControlSiteStructure);
     this.Name = "MacroscopeSiteStructurePanel";
     this.Size = new System.Drawing.Size(500, 600);
     this.tabControlSiteStructure.ResumeLayout(false);
     this.tabPageSiteOverview.ResumeLayout(false);
     this.splitContainerSiteOverview.Panel1.ResumeLayout(false);
     this.splitContainerSiteOverview.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerSiteOverview)).EndInit();
     this.splitContainerSiteOverview.ResumeLayout(false);
     this.tabPageSiteSpeed.ResumeLayout(false);
     this.tableLayoutPanelSiteSpeed.ResumeLayout(false);
     this.tableLayoutPanelSiteSpeed.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControlSiteSpeed.ResumeLayout(false);
     this.tabPageSiteSpeedSlowest.ResumeLayout(false);
     this.tabPageSiteSpeedFastest.ResumeLayout(false);
     this.tabPageKeywordAnalysis.ResumeLayout(false);
     this.tabControlKeywordAnalysisPhrases.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases1.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases2.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases3.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BtnDisplayAllStudents = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.BtnGetStudentById = new System.Windows.Forms.Button();
     this.BtnRemoveStudentById = new System.Windows.Forms.Button();
     this.BtnAddGrade = new System.Windows.Forms.Button();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.Btn10Points = new System.Windows.Forms.Button();
     this.listView1 = 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.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.BtnCopyDictionaryToQueue = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.BtnRemoveLastFromQueue = new System.Windows.Forms.Button();
     this.BtnRemoveBottomFromStack = new System.Windows.Forms.Button();
     this.BtnConvertQueueToStack = new System.Windows.Forms.Button();
     this.BtnCopyDicToOtherDic = new System.Windows.Forms.Button();
     this.BtnCopyDicToQueue = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // BtnDisplayAllStudents
     //
     this.BtnDisplayAllStudents.Location = new System.Drawing.Point(23, 369);
     this.BtnDisplayAllStudents.Name = "BtnDisplayAllStudents";
     this.BtnDisplayAllStudents.Size = new System.Drawing.Size(240, 47);
     this.BtnDisplayAllStudents.TabIndex = 1;
     this.BtnDisplayAllStudents.Text = "Display Students";
     this.BtnDisplayAllStudents.UseVisualStyleBackColor = true;
     this.BtnDisplayAllStudents.Click += new System.EventHandler(this.BtnDisplayAllStudents_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(290, 369);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(212, 26);
     this.textBox1.TabIndex = 2;
     //
     // BtnGetStudentById
     //
     this.BtnGetStudentById.Location = new System.Drawing.Point(290, 415);
     this.BtnGetStudentById.Name = "BtnGetStudentById";
     this.BtnGetStudentById.Size = new System.Drawing.Size(212, 47);
     this.BtnGetStudentById.TabIndex = 3;
     this.BtnGetStudentById.Text = "Get Student By Id";
     this.BtnGetStudentById.UseVisualStyleBackColor = true;
     this.BtnGetStudentById.Click += new System.EventHandler(this.BtnGetStudentById_Click);
     //
     // BtnRemoveStudentById
     //
     this.BtnRemoveStudentById.Location = new System.Drawing.Point(290, 477);
     this.BtnRemoveStudentById.Name = "BtnRemoveStudentById";
     this.BtnRemoveStudentById.Size = new System.Drawing.Size(212, 47);
     this.BtnRemoveStudentById.TabIndex = 4;
     this.BtnRemoveStudentById.Text = "Remove Student By Id";
     this.BtnRemoveStudentById.UseVisualStyleBackColor = true;
     this.BtnRemoveStudentById.Click += new System.EventHandler(this.BtnRemoveStudentById_Click);
     //
     // BtnAddGrade
     //
     this.BtnAddGrade.Location = new System.Drawing.Point(540, 415);
     this.BtnAddGrade.Name = "BtnAddGrade";
     this.BtnAddGrade.Size = new System.Drawing.Size(240, 95);
     this.BtnAddGrade.TabIndex = 5;
     this.BtnAddGrade.Text = "Add Grade to Selected Student";
     this.BtnAddGrade.UseVisualStyleBackColor = true;
     this.BtnAddGrade.Click += new System.EventHandler(this.BtnAddGrade_Click);
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(540, 369);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(240, 26);
     this.textBox2.TabIndex = 6;
     //
     // Btn10Points
     //
     this.Btn10Points.Location = new System.Drawing.Point(813, 369);
     this.Btn10Points.Name = "Btn10Points";
     this.Btn10Points.Size = new System.Drawing.Size(240, 95);
     this.Btn10Points.TabIndex = 7;
     this.Btn10Points.Text = "Add 10 points to lowest Grade of Selected Student";
     this.Btn10Points.UseVisualStyleBackColor = true;
     this.Btn10Points.Click += new System.EventHandler(this.Btn10Points_Click);
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(23, 22);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(1045, 323);
     this.listView1.TabIndex = 8;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "ID";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Name";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Average";
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Grade 1";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Grade 2";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Grade 3";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Grade 4";
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Grade 5";
     //
     // BtnCopyDictionaryToQueue
     //
     this.BtnCopyDictionaryToQueue.Location = new System.Drawing.Point(23, 429);
     this.BtnCopyDictionaryToQueue.Name = "BtnCopyDictionaryToQueue";
     this.BtnCopyDictionaryToQueue.Size = new System.Drawing.Size(240, 95);
     this.BtnCopyDictionaryToQueue.TabIndex = 9;
     this.BtnCopyDictionaryToQueue.Text = "Pass Students from Dictionary to Queue and Display Queue";
     this.BtnCopyDictionaryToQueue.UseVisualStyleBackColor = true;
     this.BtnCopyDictionaryToQueue.Click += new System.EventHandler(this.BtnCopyDictionaryToQueue_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BtnCopyDicToQueue);
     this.groupBox1.Controls.Add(this.BtnCopyDicToOtherDic);
     this.groupBox1.Controls.Add(this.BtnConvertQueueToStack);
     this.groupBox1.Controls.Add(this.BtnRemoveBottomFromStack);
     this.groupBox1.Controls.Add(this.BtnRemoveLastFromQueue);
     this.groupBox1.Controls.Add(this.richTextBox1);
     this.groupBox1.Location = new System.Drawing.Point(1101, 22);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(508, 502);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Extra tests";
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(25, 41);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(456, 154);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text = "";
     //
     // BtnRemoveLastFromQueue
     //
     this.BtnRemoveLastFromQueue.Location = new System.Drawing.Point(25, 224);
     this.BtnRemoveLastFromQueue.Name = "BtnRemoveLastFromQueue";
     this.BtnRemoveLastFromQueue.Size = new System.Drawing.Size(214, 62);
     this.BtnRemoveLastFromQueue.TabIndex = 1;
     this.BtnRemoveLastFromQueue.Text = "Remove Last Item from Queue";
     this.BtnRemoveLastFromQueue.UseVisualStyleBackColor = true;
     this.BtnRemoveLastFromQueue.Click += new System.EventHandler(this.BtnRemoveLastFromQueue_Click);
     //
     // BtnRemoveBottomFromStack
     //
     this.BtnRemoveBottomFromStack.Location = new System.Drawing.Point(269, 224);
     this.BtnRemoveBottomFromStack.Name = "BtnRemoveBottomFromStack";
     this.BtnRemoveBottomFromStack.Size = new System.Drawing.Size(212, 62);
     this.BtnRemoveBottomFromStack.TabIndex = 2;
     this.BtnRemoveBottomFromStack.Text = "Remove Bottom Item from Stack";
     this.BtnRemoveBottomFromStack.UseVisualStyleBackColor = true;
     this.BtnRemoveBottomFromStack.Click += new System.EventHandler(this.BtnRemoveBottomFromStack_Click);
     //
     // BtnConvertQueueToStack
     //
     this.BtnConvertQueueToStack.Location = new System.Drawing.Point(147, 311);
     this.BtnConvertQueueToStack.Name = "BtnConvertQueueToStack";
     this.BtnConvertQueueToStack.Size = new System.Drawing.Size(214, 62);
     this.BtnConvertQueueToStack.TabIndex = 3;
     this.BtnConvertQueueToStack.Text = "Convert Queue to Stack";
     this.BtnConvertQueueToStack.UseVisualStyleBackColor = true;
     this.BtnConvertQueueToStack.Click += new System.EventHandler(this.BtnConvertQueueToStack_Click);
     //
     // BtnCopyDicToOtherDic
     //
     this.BtnCopyDicToOtherDic.Location = new System.Drawing.Point(25, 393);
     this.BtnCopyDicToOtherDic.Name = "BtnCopyDicToOtherDic";
     this.BtnCopyDicToOtherDic.Size = new System.Drawing.Size(214, 62);
     this.BtnCopyDicToOtherDic.TabIndex = 4;
     this.BtnCopyDicToOtherDic.Text = "Copy Student Dictionary to Other Dictionary";
     this.BtnCopyDicToOtherDic.UseVisualStyleBackColor = true;
     this.BtnCopyDicToOtherDic.Click += new System.EventHandler(this.BtnCopyDicToOtherDic_Click);
     //
     // BtnCopyDicToQueue
     //
     this.BtnCopyDicToQueue.Location = new System.Drawing.Point(256, 393);
     this.BtnCopyDicToQueue.Name = "BtnCopyDicToQueue";
     this.BtnCopyDicToQueue.Size = new System.Drawing.Size(214, 62);
     this.BtnCopyDicToQueue.TabIndex = 5;
     this.BtnCopyDicToQueue.Text = "Copy Student Dictionary to Queue";
     this.BtnCopyDicToQueue.UseVisualStyleBackColor = true;
     this.BtnCopyDicToQueue.Click += new System.EventHandler(this.BtnCopyDicToQueue_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1633, 583);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.BtnCopyDictionaryToQueue);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.Btn10Points);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.BtnAddGrade);
     this.Controls.Add(this.BtnRemoveStudentById);
     this.Controls.Add(this.BtnGetStudentById);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.BtnDisplayAllStudents);
     this.Name = "Form1";
     this.Text = "Form1";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#50
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BusquedaRapida));
     this.Listado             = new Lui.Forms.ListView();
     this.id                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.nombre              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra1              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra2              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra3              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra4              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EntradaBuscar       = new Lui.Forms.TextBox();
     this.BotonNuevo          = new Lui.Forms.Button();
     this.TimerRefrescar      = new System.Windows.Forms.Timer(this.components);
     this.EtiquetaTitulo      = new Lui.Forms.Label();
     this.EtiquetaResultados  = new Lui.Forms.Label();
     this.label2              = new Lui.Forms.Label();
     this.EtiquetaSeleccionar = new Lui.Forms.Label();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Listado
     //
     this.Listado.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.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.nombre,
         this.extra1,
         this.extra2,
         this.extra3,
         this.extra4
     });
     this.Listado.FieldName     = null;
     this.Listado.FullRowSelect = true;
     this.Listado.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.Listado.HideSelection = false;
     this.Listado.LabelWrap     = false;
     this.Listado.Location      = new System.Drawing.Point(24, 128);
     this.Listado.MultiSelect   = false;
     this.Listado.Name          = "Listado";
     this.Listado.ReadOnly      = false;
     this.Listado.Size          = new System.Drawing.Size(664, 269);
     this.Listado.TabIndex      = 3;
     this.Listado.UseCompatibleStateImageBehavior = false;
     this.Listado.View = System.Windows.Forms.View.Details;
     this.Listado.SelectedIndexChanged += new System.EventHandler(this.Listado_SelectedIndexChanged);
     this.Listado.DoubleClick          += new System.EventHandler(this.Listado_DoubleClick);
     this.Listado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Listado_KeyDown);
     //
     // id
     //
     this.id.Text = "Cód";
     //
     // nombre
     //
     this.nombre.Text  = "Detalle";
     this.nombre.Width = 300;
     //
     // extra1
     //
     this.extra1.Text      = "";
     this.extra1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.extra1.Width     = 100;
     //
     // extra2
     //
     this.extra2.Text  = "";
     this.extra2.Width = 100;
     //
     // extra3
     //
     this.extra3.Text  = "";
     this.extra3.Width = 80;
     //
     // extra4
     //
     this.extra4.Text  = "";
     this.extra4.Width = 80;
     //
     // EntradaBuscar
     //
     this.EntradaBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaBuscar.AutoNav         = false;
     this.EntradaBuscar.Cursor          = System.Windows.Forms.Cursors.Default;
     this.EntradaBuscar.Location        = new System.Drawing.Point(104, 64);
     this.EntradaBuscar.Name            = "EntradaBuscar";
     this.EntradaBuscar.PlaceholderText = "¿Qué está buscando?";
     this.EntradaBuscar.Size            = new System.Drawing.Size(392, 24);
     this.EntradaBuscar.TabIndex        = 1;
     this.EntradaBuscar.Text            = "¿Qué está buscando?";
     this.EntradaBuscar.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.EntradaBuscar_KeyPress);
     this.EntradaBuscar.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
     this.EntradaBuscar.TextChanged    += new System.EventHandler(this.EntradaBuscar_TextChanged);
     //
     // BotonNuevo
     //
     this.BotonNuevo.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonNuevo.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonNuevo.Image        = null;
     this.BotonNuevo.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonNuevo.Location     = new System.Drawing.Point(592, 48);
     this.BotonNuevo.Name         = "BotonNuevo";
     this.BotonNuevo.Size         = new System.Drawing.Size(96, 40);
     this.BotonNuevo.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonNuevo.Subtext      = "F6";
     this.BotonNuevo.TabIndex     = 4;
     this.BotonNuevo.Text         = "Crear";
     this.BotonNuevo.Click       += new System.EventHandler(this.BotonNuevo_Click);
     //
     // TimerRefrescar
     //
     this.TimerRefrescar.Interval = 1000;
     this.TimerRefrescar.Tick    += new System.EventHandler(this.TimerRefrescar_Tick);
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize    = true;
     this.EtiquetaTitulo.Location    = new System.Drawing.Point(96, 24);
     this.EtiquetaTitulo.Name        = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size        = new System.Drawing.Size(175, 30);
     this.EtiquetaTitulo.TabIndex    = 0;
     this.EtiquetaTitulo.Text        = "Búsqueda rápida";
     this.EtiquetaTitulo.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     this.EtiquetaTitulo.UseMnemonic = false;
     //
     // EtiquetaResultados
     //
     this.EtiquetaResultados.Location = new System.Drawing.Point(24, 104);
     this.EtiquetaResultados.Name     = "EtiquetaResultados";
     this.EtiquetaResultados.Size     = new System.Drawing.Size(664, 24);
     this.EtiquetaResultados.TabIndex = 2;
     this.EtiquetaResultados.Text     = "Seleccione de la lista o utilice el cuadro de búsqueda.";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(24, 445);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(664, 32);
     this.label2.TabIndex  = 6;
     this.label2.Text      = resources.GetString("label2.Text");
     this.label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // EtiquetaSeleccionar
     //
     this.EtiquetaSeleccionar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaSeleccionar.Location    = new System.Drawing.Point(122, 378);
     this.EtiquetaSeleccionar.Name        = "EtiquetaSeleccionar";
     this.EtiquetaSeleccionar.Size        = new System.Drawing.Size(475, 30);
     this.EtiquetaSeleccionar.TabIndex    = 8;
     this.EtiquetaSeleccionar.Tag         = "Pulse la tecla Entrar para seleccionar {0}.";
     this.EtiquetaSeleccionar.Text        = "Pulse la tecla Entrar para seleccionar {0}.";
     this.EtiquetaSeleccionar.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.EtiquetaSeleccionar.UseMnemonic = false;
     this.EtiquetaSeleccionar.Visible     = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(24, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 64);
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop  = false;
     //
     // BusquedaRapida
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(714, 496);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.EtiquetaSeleccionar);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.BotonNuevo);
     this.Controls.Add(this.EntradaBuscar);
     this.Controls.Add(this.Listado);
     this.Controls.Add(this.EtiquetaResultados);
     this.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.Name          = "BusquedaRapida";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Búsqueda rápida";
     this.TopMost       = true;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(IncubatorSelect));
     this.buttonCancel     = new System.Windows.Forms.Button();
     this.listView         = new System.Windows.Forms.ListView();
     this.chID             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chItemID         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chUsesRemaining  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chIncubatorType  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chStartKmWalked  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chTargetKmWalked = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chPokemon        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.buttonOk         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(795, 347);
     this.buttonCancel.Margin                  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(73, 28);
     this.buttonCancel.TabIndex                = 83;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // listView
     //
     this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chID,
         this.chItemID,
         this.chUsesRemaining,
         this.chIncubatorType,
         this.chStartKmWalked,
         this.chTargetKmWalked,
         this.chPokemon
     });
     this.listView.FullRowSelect = true;
     this.listView.GridLines     = true;
     this.listView.Location      = new System.Drawing.Point(16, 15);
     this.listView.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.listView.Name          = "listView";
     this.listView.Size          = new System.Drawing.Size(851, 325);
     this.listView.TabIndex      = 82;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     //
     // chID
     //
     this.chID.Text = "ID";
     //
     // chItemID
     //
     this.chItemID.Text  = "Item ID";
     this.chItemID.Width = 100;
     //
     // chUsesRemaining
     //
     this.chUsesRemaining.Text  = "Uses Remaining";
     this.chUsesRemaining.Width = 137;
     //
     // chIncubatorType
     //
     this.chIncubatorType.Text  = "Incubator Type";
     this.chIncubatorType.Width = 121;
     //
     // chStartKmWalked
     //
     this.chStartKmWalked.Text  = "Start Km Walked";
     this.chStartKmWalked.Width = 116;
     //
     // chTargetKmWalked
     //
     this.chTargetKmWalked.Text  = "Target Km Walked";
     this.chTargetKmWalked.Width = 136;
     //
     // chPokemon
     //
     this.chPokemon.Text  = "Pokemon";
     this.chPokemon.Width = 100;
     //
     // buttonOk
     //
     this.buttonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.Location = new System.Drawing.Point(716, 347);
     this.buttonOk.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(73, 28);
     this.buttonOk.TabIndex = 84;
     this.buttonOk.Text     = "Ok";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click += new System.EventHandler(this.ButtonOkClick);
     //
     // IncubatorSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(884, 389);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.listView);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "IncubatorSelect";
     this.Text   = "PokemonGoBot | Incubator Selection";
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.listViewResults = new System.Windows.Forms.ListView();
     this.columnHeaderTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineText = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label_Statistics = new System.Windows.Forms.Label();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.textBoxSearch = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox_Scope = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripDropDownButton_Options = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItem_RegExp = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_MatchCase = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WholeWord = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WordStart = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonSearch = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listViewResults
     //
     this.listViewResults.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.listViewResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeaderTitle,
     this.columnHeaderLineNumber,
     this.columnHeaderLineText});
     this.listViewResults.FullRowSelect = true;
     this.listViewResults.GridLines = true;
     this.listViewResults.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewResults.Location = new System.Drawing.Point(3, 28);
     this.listViewResults.MultiSelect = false;
     this.listViewResults.Name = "listViewResults";
     this.listViewResults.Size = new System.Drawing.Size(530, 147);
     this.listViewResults.TabIndex = 5;
     this.listViewResults.UseCompatibleStateImageBehavior = false;
     this.listViewResults.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderTitle
     //
     this.columnHeaderTitle.Text = "Script";
     this.columnHeaderTitle.Width = 147;
     //
     // columnHeaderLineNumber
     //
     this.columnHeaderLineNumber.Text = "Line #";
     this.columnHeaderLineNumber.Width = 73;
     //
     // columnHeaderLineText
     //
     this.columnHeaderLineText.Text = "Text";
     this.columnHeaderLineText.Width = 278;
     //
     // label_Statistics
     //
     this.label_Statistics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_Statistics.AutoSize = true;
     this.label_Statistics.Location = new System.Drawing.Point(3, 178);
     this.label_Statistics.Name = "label_Statistics";
     this.label_Statistics.Size = new System.Drawing.Size(0, 13);
     this.label_Statistics.TabIndex = 10;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
     this.toolStripLabel1.Text = "Find:";
     //
     // textBoxSearch
     //
     this.textBoxSearch.Name = "textBoxSearch";
     this.textBoxSearch.Size = new System.Drawing.Size(100, 25);
     this.textBoxSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox_SearchString_KeyDown);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(20, 22);
     this.toolStripLabel3.Text = "In:";
     //
     // toolStripComboBox_Scope
     //
     this.toolStripComboBox_Scope.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox_Scope.Items.AddRange(new object[] {
     "Open Scripts",
     "All Scripts"});
     this.toolStripComboBox_Scope.Name = "toolStripComboBox_Scope";
     this.toolStripComboBox_Scope.Size = new System.Drawing.Size(100, 25);
     //
     // toolStripDropDownButton_Options
     //
     this.toolStripDropDownButton_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem_RegExp,
     this.toolStripMenuItem_MatchCase,
     this.toolStripMenuItem_WholeWord,
     this.toolStripMenuItem_WordStart});
     this.toolStripDropDownButton_Options.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton_Options.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripDropDownButton_Options.Name = "toolStripDropDownButton_Options";
     this.toolStripDropDownButton_Options.Size = new System.Drawing.Size(62, 22);
     this.toolStripDropDownButton_Options.Text = "Options";
     //
     // toolStripMenuItem_RegExp
     //
     this.toolStripMenuItem_RegExp.CheckOnClick = true;
     this.toolStripMenuItem_RegExp.Name = "toolStripMenuItem_RegExp";
     this.toolStripMenuItem_RegExp.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_RegExp.Text = "RegExp";
     this.toolStripMenuItem_RegExp.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_MatchCase
     //
     this.toolStripMenuItem_MatchCase.CheckOnClick = true;
     this.toolStripMenuItem_MatchCase.Name = "toolStripMenuItem_MatchCase";
     this.toolStripMenuItem_MatchCase.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_MatchCase.Text = "Match Case";
     this.toolStripMenuItem_MatchCase.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WholeWord
     //
     this.toolStripMenuItem_WholeWord.CheckOnClick = true;
     this.toolStripMenuItem_WholeWord.Name = "toolStripMenuItem_WholeWord";
     this.toolStripMenuItem_WholeWord.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WholeWord.Text = "Whole Word";
     this.toolStripMenuItem_WholeWord.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WordStart
     //
     this.toolStripMenuItem_WordStart.CheckOnClick = true;
     this.toolStripMenuItem_WordStart.Name = "toolStripMenuItem_WordStart";
     this.toolStripMenuItem_WordStart.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WordStart.Text = "Word Start";
     this.toolStripMenuItem_WordStart.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // buttonSearch
     //
     this.buttonSearch.Image = Resources.Find3;
     this.buttonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSearch.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.buttonSearch.Name = "buttonSearch";
     this.buttonSearch.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.buttonSearch.Size = new System.Drawing.Size(65, 22);
     this.buttonSearch.Text = "Search!";
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.textBoxSearch,
     this.toolStripLabel3,
     this.toolStripComboBox_Scope,
     this.toolStripDropDownButton_Options,
     this.buttonSearch});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size = new System.Drawing.Size(536, 25);
     this.toolStrip1.TabIndex = 9;
     this.toolStrip1.Text = "toolStrip1";
     //
     // SearchControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label_Statistics);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.listViewResults);
     this.Name = "SearchControl";
     this.Size = new System.Drawing.Size(536, 191);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.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.components = new System.ComponentModel.Container();
     System.Windows.Forms.ColumnHeader columnHeader3;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelCheckingForm1));
     System.Windows.Forms.ColumnHeader columnHeader2;
     System.Windows.Forms.ColumnHeader columnHeader1;
     this.ContextMenu                    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.MenuItem_Copy                  = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItem_Paste                 = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItem_Cut                   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.MenuItem_SelectAll             = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItem_Clear                 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     this.MenuItem_SaveAs                = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1                   = new System.Windows.Forms.StatusStrip();
     this.StatusLabel_Text               = new System.Windows.Forms.ToolStripStatusLabel();
     this.ProgressBar                    = new System.Windows.Forms.ToolStripProgressBar();
     this.ToolTip                        = new System.Windows.Forms.ToolTip(this.components);
     this.Button_Verify                  = new System.Windows.Forms.Button();
     this.Button_BAGraph                 = new System.Windows.Forms.Button();
     this.Label_Fairness                 = new System.Windows.Forms.Label();
     this.CheckBox_ShortestTrace         = new System.Windows.Forms.CheckBox();
     this.CheckBox_PartialOrderReduction = new System.Windows.Forms.CheckBox();
     this.CheckBox_BDD                   = new System.Windows.Forms.CheckBox();
     this.CheckBox_Parallel              = new System.Windows.Forms.CheckBox();
     this.CheckBox_Verbose               = new System.Windows.Forms.CheckBox();
     this.CheckBox_CheckNonZenoness      = new System.Windows.Forms.CheckBox();
     this.Label_TimeOutAfter             = new System.Windows.Forms.Label();
     this.ImageList                      = new System.Windows.Forms.ImageList(this.components);
     this.MCTimer                        = new System.Windows.Forms.Timer(this.components);
     this.GroupBox_Assertions            = new System.Windows.Forms.GroupBox();
     this.ListView_Assertions            = new System.Windows.Forms.ListView();
     this.GroupBox_SelectedAssertion     = new System.Windows.Forms.GroupBox();
     this.CheckBox_VerifyAll             = new System.Windows.Forms.CheckBox();
     this.Label_SelectedAssertion        = new System.Windows.Forms.Label();
     this.Button_SimulateWitnessTrace    = new System.Windows.Forms.Button();
     this.GroupBox_Options               = new System.Windows.Forms.GroupBox();
     this.splitContainer1                = new System.Windows.Forms.SplitContainer();
     this.ComboBox_Fairness              = new System.Windows.Forms.ComboBox();
     this.NumericUpDown_TimeOut          = new System.Windows.Forms.NumericUpDown();
     this.GroupBox_Output                = new System.Windows.Forms.GroupBox();
     this.TextBox_Output                 = new System.Windows.Forms.RichTextBox();
     columnHeader3                       = new System.Windows.Forms.ColumnHeader();
     columnHeader2                       = new System.Windows.Forms.ColumnHeader();
     columnHeader1                       = new System.Windows.Forms.ColumnHeader();
     this.ContextMenu.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.GroupBox_Assertions.SuspendLayout();
     this.GroupBox_SelectedAssertion.SuspendLayout();
     this.GroupBox_Options.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_TimeOut)).BeginInit();
     this.GroupBox_Output.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader3
     //
     resources.ApplyResources(columnHeader3, "columnHeader3");
     //
     // columnHeader2
     //
     resources.ApplyResources(columnHeader2, "columnHeader2");
     //
     // columnHeader1
     //
     resources.ApplyResources(columnHeader1, "columnHeader1");
     //
     // ContextMenu
     //
     this.ContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MenuItem_Copy,
         this.MenuItem_Paste,
         this.MenuItem_Cut,
         this.toolStripSeparator1,
         this.MenuItem_SelectAll,
         this.MenuItem_Clear,
         this.toolStripSeparator2,
         this.MenuItem_SaveAs
     });
     this.ContextMenu.Name = "ContextMenu";
     resources.ApplyResources(this.ContextMenu, "ContextMenu");
     //
     // MenuItem_Copy
     //
     resources.ApplyResources(this.MenuItem_Copy, "MenuItem_Copy");
     this.MenuItem_Copy.Name   = "MenuItem_Copy";
     this.MenuItem_Copy.Click += new System.EventHandler(this.MenuItem_Copy_Click);
     //
     // MenuItem_Paste
     //
     resources.ApplyResources(this.MenuItem_Paste, "MenuItem_Paste");
     this.MenuItem_Paste.Name = "MenuItem_Paste";
     //
     // MenuItem_Cut
     //
     resources.ApplyResources(this.MenuItem_Cut, "MenuItem_Cut");
     this.MenuItem_Cut.Name = "MenuItem_Cut";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // MenuItem_SelectAll
     //
     this.MenuItem_SelectAll.Name = "MenuItem_SelectAll";
     resources.ApplyResources(this.MenuItem_SelectAll, "MenuItem_SelectAll");
     this.MenuItem_SelectAll.Click += new System.EventHandler(this.MenuItem_SelectAll_Click);
     //
     // MenuItem_Clear
     //
     this.MenuItem_Clear.Name = "MenuItem_Clear";
     resources.ApplyResources(this.MenuItem_Clear, "MenuItem_Clear");
     this.MenuItem_Clear.Click += new System.EventHandler(this.MenuItem_Clear_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // MenuItem_SaveAs
     //
     resources.ApplyResources(this.MenuItem_SaveAs, "MenuItem_SaveAs");
     this.MenuItem_SaveAs.Name   = "MenuItem_SaveAs";
     this.MenuItem_SaveAs.Click += new System.EventHandler(this.MenuItem_SaveAs_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.StatusLabel_Text,
         this.ProgressBar
     });
     this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Name = "statusStrip1";
     //
     // StatusLabel_Text
     //
     this.StatusLabel_Text.Name = "StatusLabel_Text";
     resources.ApplyResources(this.StatusLabel_Text, "StatusLabel_Text");
     //
     // ProgressBar
     //
     this.ProgressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ProgressBar.Name      = "ProgressBar";
     resources.ApplyResources(this.ProgressBar, "ProgressBar");
     //
     // ToolTip
     //
     this.ToolTip.AutomaticDelay = 1;
     this.ToolTip.AutoPopDelay   = 10000;
     this.ToolTip.InitialDelay   = 1;
     this.ToolTip.IsBalloon      = true;
     this.ToolTip.ReshowDelay    = 0;
     this.ToolTip.ToolTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.ToolTip.ToolTipTitle   = "Information";
     //
     // Button_Verify
     //
     resources.ApplyResources(this.Button_Verify, "Button_Verify");
     this.Button_Verify.Name = "Button_Verify";
     this.ToolTip.SetToolTip(this.Button_Verify, resources.GetString("Button_Verify.ToolTip"));
     this.Button_Verify.UseVisualStyleBackColor = true;
     this.Button_Verify.Click += new System.EventHandler(this.Button_Verify_Click);
     //
     // Button_BAGraph
     //
     resources.ApplyResources(this.Button_BAGraph, "Button_BAGraph");
     this.Button_BAGraph.Name = "Button_BAGraph";
     this.ToolTip.SetToolTip(this.Button_BAGraph, resources.GetString("Button_BAGraph.ToolTip"));
     this.Button_BAGraph.UseVisualStyleBackColor = true;
     this.Button_BAGraph.Click += new System.EventHandler(this.Button_BAGraph_Click);
     //
     // Label_Fairness
     //
     resources.ApplyResources(this.Label_Fairness, "Label_Fairness");
     this.Label_Fairness.Name = "Label_Fairness";
     this.ToolTip.SetToolTip(this.Label_Fairness, resources.GetString("Label_Fairness.ToolTip"));
     //
     // CheckBox_ShortestTrace
     //
     resources.ApplyResources(this.CheckBox_ShortestTrace, "CheckBox_ShortestTrace");
     this.CheckBox_ShortestTrace.Name = "CheckBox_ShortestTrace";
     this.ToolTip.SetToolTip(this.CheckBox_ShortestTrace, resources.GetString("CheckBox_ShortestTrace.ToolTip"));
     this.CheckBox_ShortestTrace.UseVisualStyleBackColor = true;
     this.CheckBox_ShortestTrace.CheckedChanged         += new System.EventHandler(this.CheckBox_ShortestTrace_CheckedChanged);
     //
     // CheckBox_PartialOrderReduction
     //
     resources.ApplyResources(this.CheckBox_PartialOrderReduction, "CheckBox_PartialOrderReduction");
     this.CheckBox_PartialOrderReduction.Name = "CheckBox_PartialOrderReduction";
     this.ToolTip.SetToolTip(this.CheckBox_PartialOrderReduction, resources.GetString("CheckBox_PartialOrderReduction.ToolTip"));
     this.CheckBox_PartialOrderReduction.UseVisualStyleBackColor = true;
     this.CheckBox_PartialOrderReduction.CheckedChanged         += new System.EventHandler(this.CheckBox_POR_CheckedChanged);
     //
     // CheckBox_BDD
     //
     resources.ApplyResources(this.CheckBox_BDD, "CheckBox_BDD");
     this.CheckBox_BDD.Name = "CheckBox_BDD";
     this.ToolTip.SetToolTip(this.CheckBox_BDD, resources.GetString("CheckBox_BDD.ToolTip"));
     this.CheckBox_BDD.UseVisualStyleBackColor = true;
     //add the event handler when check box is ticked
     this.CheckBox_BDD.CheckedChanged += new System.EventHandler(this.CheckBox_BDD_CheckedChanged);
     //
     // CheckBox_Parallel
     //
     resources.ApplyResources(this.CheckBox_Parallel, "CheckBox_Parallel");
     this.CheckBox_Parallel.Name = "CheckBox_Parallel";
     this.ToolTip.SetToolTip(this.CheckBox_Parallel, resources.GetString("CheckBox_Parallel.ToolTip"));
     this.CheckBox_Parallel.UseVisualStyleBackColor = true;
     this.CheckBox_Parallel.CheckedChanged         += new System.EventHandler(this.CheckBox_Parallel_CheckedChanged);
     //
     // CheckBox_Verbose
     //
     resources.ApplyResources(this.CheckBox_Verbose, "CheckBox_Verbose");
     this.CheckBox_Verbose.Name = "CheckBox_Verbose";
     this.ToolTip.SetToolTip(this.CheckBox_Verbose, resources.GetString("CheckBox_Verbose.ToolTip"));
     this.CheckBox_Verbose.UseVisualStyleBackColor = true;
     this.CheckBox_Verbose.CheckedChanged         += new System.EventHandler(this.CheckBox_Verbose_CheckedChanged);
     //
     // CheckBox_CheckNonZenoness
     //
     resources.ApplyResources(this.CheckBox_CheckNonZenoness, "CheckBox_CheckNonZenoness");
     this.CheckBox_CheckNonZenoness.Name = "CheckBox_CheckNonZenoness";
     this.ToolTip.SetToolTip(this.CheckBox_CheckNonZenoness, resources.GetString("CheckBox_CheckNonZenoness.ToolTip"));
     this.CheckBox_CheckNonZenoness.UseVisualStyleBackColor = true;
     this.CheckBox_CheckNonZenoness.CheckedChanged         += new System.EventHandler(this.CheckBox_CheckNonZeroness_CheckedChanged);
     //
     // Label_TimeOutAfter
     //
     resources.ApplyResources(this.Label_TimeOutAfter, "Label_TimeOutAfter");
     this.Label_TimeOutAfter.Name = "Label_TimeOutAfter";
     this.ToolTip.SetToolTip(this.Label_TimeOutAfter, resources.GetString("Label_TimeOutAfter.ToolTip"));
     //
     // ImageList
     //
     this.ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "True");
     this.ImageList.Images.SetKeyName(1, "False");
     this.ImageList.Images.SetKeyName(2, "Unknown");
     this.ImageList.Images.SetKeyName(3, "Prob True");
     //
     // MCTimer
     //
     this.MCTimer.Interval = 1000;
     this.MCTimer.Tick    += new System.EventHandler(this.MCTimer_Tick);
     //
     // GroupBox_Assertions
     //
     this.GroupBox_Assertions.Controls.Add(this.ListView_Assertions);
     resources.ApplyResources(this.GroupBox_Assertions, "GroupBox_Assertions");
     this.GroupBox_Assertions.Name    = "GroupBox_Assertions";
     this.GroupBox_Assertions.TabStop = false;
     //
     // ListView_Assertions
     //
     resources.ApplyResources(this.ListView_Assertions, "ListView_Assertions");
     this.ListView_Assertions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader3,
         columnHeader2,
         columnHeader1
     });
     this.ListView_Assertions.FullRowSelect  = true;
     this.ListView_Assertions.GridLines      = true;
     this.ListView_Assertions.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this.ListView_Assertions.HideSelection  = false;
     this.ListView_Assertions.LargeImageList = this.ImageList;
     this.ListView_Assertions.Name           = "ListView_Assertions";
     this.ListView_Assertions.ShowGroups     = false;
     this.ListView_Assertions.SmallImageList = this.ImageList;
     this.ListView_Assertions.UseCompatibleStateImageBehavior = false;
     this.ListView_Assertions.View                  = System.Windows.Forms.View.Details;
     this.ListView_Assertions.DoubleClick          += new System.EventHandler(this.ListView_Assertions_DoubleClick);
     this.ListView_Assertions.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_Assertions_ItemSelectionChanged);
     //
     // GroupBox_SelectedAssertion
     //
     this.GroupBox_SelectedAssertion.Controls.Add(this.CheckBox_VerifyAll);
     this.GroupBox_SelectedAssertion.Controls.Add(this.Label_SelectedAssertion);
     this.GroupBox_SelectedAssertion.Controls.Add(this.Button_Verify);
     this.GroupBox_SelectedAssertion.Controls.Add(this.Button_BAGraph);
     this.GroupBox_SelectedAssertion.Controls.Add(this.Button_SimulateWitnessTrace);
     resources.ApplyResources(this.GroupBox_SelectedAssertion, "GroupBox_SelectedAssertion");
     this.GroupBox_SelectedAssertion.Name    = "GroupBox_SelectedAssertion";
     this.GroupBox_SelectedAssertion.TabStop = false;
     //
     // CheckBox_VerifyAll
     //
     resources.ApplyResources(this.CheckBox_VerifyAll, "CheckBox_VerifyAll");
     this.CheckBox_VerifyAll.Name = "CheckBox_VerifyAll";
     this.CheckBox_VerifyAll.UseVisualStyleBackColor = true;
     //
     // Label_SelectedAssertion
     //
     resources.ApplyResources(this.Label_SelectedAssertion, "Label_SelectedAssertion");
     this.Label_SelectedAssertion.Name = "Label_SelectedAssertion";
     //
     // Button_SimulateWitnessTrace
     //
     resources.ApplyResources(this.Button_SimulateWitnessTrace, "Button_SimulateWitnessTrace");
     this.Button_SimulateWitnessTrace.Name = "Button_SimulateWitnessTrace";
     this.Button_SimulateWitnessTrace.UseVisualStyleBackColor = true;
     this.Button_SimulateWitnessTrace.Click += new System.EventHandler(this.Button_SimulateCounterExample_Click);
     //
     // GroupBox_Options
     //
     this.GroupBox_Options.Controls.Add(this.splitContainer1);
     resources.ApplyResources(this.GroupBox_Options, "GroupBox_Options");
     this.GroupBox_Options.Name    = "GroupBox_Options";
     this.GroupBox_Options.TabStop = false;
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.Label_TimeOutAfter);
     this.splitContainer1.Panel1.Controls.Add(this.ComboBox_Fairness);
     this.splitContainer1.Panel1.Controls.Add(this.NumericUpDown_TimeOut);
     this.splitContainer1.Panel1.Controls.Add(this.Label_Fairness);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_ShortestTrace);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_PartialOrderReduction);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_BDD);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_Parallel);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_Verbose);
     this.splitContainer1.Panel1.Controls.Add(this.CheckBox_CheckNonZenoness);
     this.splitContainer1.Panel2Collapsed = true;
     //
     // ComboBox_Fairness
     //
     this.ComboBox_Fairness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.ComboBox_Fairness, "ComboBox_Fairness");
     this.ComboBox_Fairness.FormattingEnabled = true;
     this.ComboBox_Fairness.Items.AddRange(new object[] {
         resources.GetString("ComboBox_Fairness.Items"),
         resources.GetString("ComboBox_Fairness.Items1"),
         resources.GetString("ComboBox_Fairness.Items2"),
         resources.GetString("ComboBox_Fairness.Items3"),
         resources.GetString("ComboBox_Fairness.Items4"),
         resources.GetString("ComboBox_Fairness.Items5")
     });
     this.ComboBox_Fairness.Name = "ComboBox_Fairness";
     //
     // NumericUpDown_TimeOut
     //
     resources.ApplyResources(this.NumericUpDown_TimeOut, "NumericUpDown_TimeOut");
     this.NumericUpDown_TimeOut.Maximum = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.NumericUpDown_TimeOut.Name = "NumericUpDown_TimeOut";
     //
     // GroupBox_Output
     //
     this.GroupBox_Output.Controls.Add(this.TextBox_Output);
     resources.ApplyResources(this.GroupBox_Output, "GroupBox_Output");
     this.GroupBox_Output.Name    = "GroupBox_Output";
     this.GroupBox_Output.TabStop = false;
     //
     // TextBox_Output
     //
     this.TextBox_Output.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.TextBox_Output, "TextBox_Output");
     this.TextBox_Output.Name     = "TextBox_Output";
     this.TextBox_Output.ReadOnly = true;
     this.TextBox_Output.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TextBox_Output_MouseUp);
     //
     // ModelCheckingForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.GroupBox_Output);
     this.Controls.Add(this.GroupBox_Options);
     this.Controls.Add(this.GroupBox_SelectedAssertion);
     this.Controls.Add(this.GroupBox_Assertions);
     this.Controls.Add(this.statusStrip1);
     this.Name         = "ModelCheckingForm";
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.ModelCheckingForm_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ModelCheckingForm_FormClosing);
     this.ContextMenu.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.GroupBox_Assertions.ResumeLayout(false);
     this.GroupBox_SelectedAssertion.ResumeLayout(false);
     this.GroupBox_SelectedAssertion.PerformLayout();
     this.GroupBox_Options.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_TimeOut)).EndInit();
     this.GroupBox_Output.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#54
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "預計生産啤機組";
     this.columnHeader6.Width = 148;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "預計開始時間";
     this.columnHeader5.Width = 124;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "預計生産量";
     this.columnHeader4.Width = 93;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "交貨期";
     this.columnHeader3.Width = 86;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "工程名稱";
     this.columnHeader2.Width = 121;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "工程單號";
     this.columnHeader1.Width = 117;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "工程單號";
     this.columnHeader7.Width = 117;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "工程名稱";
     this.columnHeader8.Width = 121;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "交貨期";
     this.columnHeader9.Width = 86;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "預計生産量";
     this.columnHeader10.Width = 93;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "預計開始時間";
     this.columnHeader11.Width = 124;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "預計生産啤機組";
     this.columnHeader12.Width = 148;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "工程單號";
     this.columnHeader13.Width = 117;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "工程名稱";
     this.columnHeader14.Width = 121;
     //
     // columnHeader15
     //
     this.columnHeader15.Text = "交貨期";
     this.columnHeader15.Width = 86;
     //
     // columnHeader16
     //
     this.columnHeader16.Text = "預計生産量";
     this.columnHeader16.Width = 93;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "預計開始時間";
     this.columnHeader17.Width = 124;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "預計生産啤機組";
     this.columnHeader18.Width = 148;
     //
     // ToDoProjectList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 604);
     this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name = "ToDoProjectList";
     this.TabText = "待生產工程";
     this.Text = "待生產工程";
     this.Shown += new System.EventHandler(this.ToDoProjectList_Shown);
     this.ResumeLayout(false);
 }
示例#55
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalculationCostRealization));
     this.panel1                    = new System.Windows.Forms.Panel();
     this.buttonSaveExcel           = new System.Windows.Forms.Button();
     this.buttonPrintPreview        = new System.Windows.Forms.Button();
     this.buttonPrint               = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.panel5                    = new System.Windows.Forms.Panel();
     this.findButton                = new System.Windows.Forms.Button();
     this.comboBox1                 = new System.Windows.Forms.ComboBox();
     this.buttonNomenclaturesDelete = new System.Windows.Forms.Button();
     this.buttonNomenclaturesAdd    = new System.Windows.Forms.Button();
     this.panel6                    = new System.Windows.Forms.Panel();
     this.buttonNomenclatureDelete  = new System.Windows.Forms.Button();
     this.buttonNomenclatureAdd     = new System.Windows.Forms.Button();
     this.listViewNomenclature      = new System.Windows.Forms.ListView();
     this.columnHeader1             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6             = new System.Windows.Forms.ColumnHeader();
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.printDocument1            = new System.Drawing.Printing.PrintDocument();
     this.printDialog1              = new System.Windows.Forms.PrintDialog();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.priceTextBox              = new System.Windows.Forms.TextBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.button13                  = new System.Windows.Forms.Button();
     this.button14                  = new System.Windows.Forms.Button();
     this.amountTextBox             = new System.Windows.Forms.TextBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.button9                   = new System.Windows.Forms.Button();
     this.button7                   = new System.Windows.Forms.Button();
     this.button8                   = new System.Windows.Forms.Button();
     this.button6                   = new System.Windows.Forms.Button();
     this.unitsTextBox              = new System.Windows.Forms.TextBox();
     this.label5                    = new System.Windows.Forms.Label();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.price2TextBox             = new System.Windows.Forms.TextBox();
     this.label10                   = new System.Windows.Forms.Label();
     this.resultTextBox             = new System.Windows.Forms.TextBox();
     this.extraChargeTextBox        = new System.Windows.Forms.TextBox();
     this.button5                   = new System.Windows.Forms.Button();
     this.button10                  = new System.Windows.Forms.Button();
     this.costPriceTextBox          = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.groupBox3                 = new System.Windows.Forms.GroupBox();
     this.textBox3                  = new System.Windows.Forms.TextBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.textBox2                  = new System.Windows.Forms.TextBox();
     this.textBox1                  = new System.Windows.Forms.TextBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.label1                    = new System.Windows.Forms.Label();
     this.saveFileDialog1           = new System.Windows.Forms.SaveFileDialog();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonSaveExcel);
     this.panel1.Controls.Add(this.buttonPrintPreview);
     this.panel1.Controls.Add(this.buttonPrint);
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 437);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(791, 45);
     this.panel1.TabIndex = 5;
     //
     // buttonSaveExcel
     //
     this.buttonSaveExcel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveExcel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonSaveExcel.Image")));
     this.buttonSaveExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSaveExcel.Location   = new System.Drawing.Point(567, 10);
     this.buttonSaveExcel.Name       = "buttonSaveExcel";
     this.buttonSaveExcel.Size       = new System.Drawing.Size(123, 23);
     this.buttonSaveExcel.TabIndex   = 41;
     this.buttonSaveExcel.Text       = "Сохранить в Excel";
     this.buttonSaveExcel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSaveExcel.UseVisualStyleBackColor = true;
     this.buttonSaveExcel.Click += new System.EventHandler(this.ButtonSaveExcelClick);
     //
     // buttonPrintPreview
     //
     this.buttonPrintPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrintPreview.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrintPreview.Image")));
     this.buttonPrintPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrintPreview.Location   = new System.Drawing.Point(7, 11);
     this.buttonPrintPreview.Name       = "buttonPrintPreview";
     this.buttonPrintPreview.Size       = new System.Drawing.Size(85, 23);
     this.buttonPrintPreview.TabIndex   = 40;
     this.buttonPrintPreview.Text       = "Просмотр";
     this.buttonPrintPreview.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrintPreview.UseVisualStyleBackColor = true;
     this.buttonPrintPreview.Click += new System.EventHandler(this.ButtonPrintPreviewClick);
     //
     // buttonPrint
     //
     this.buttonPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrint.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrint.Location   = new System.Drawing.Point(98, 11);
     this.buttonPrint.Name       = "buttonPrint";
     this.buttonPrint.Size       = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex   = 39;
     this.buttonPrint.Text       = "Печать.";
     this.buttonPrint.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
     this.buttonCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonCancel.Location   = new System.Drawing.Point(696, 10);
     this.buttonCancel.Name       = "buttonCancel";
     this.buttonCancel.Size       = new System.Drawing.Size(83, 23);
     this.buttonCancel.TabIndex   = 0;
     this.buttonCancel.Text       = "Отменить";
     this.buttonCancel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.findButton);
     this.panel5.Controls.Add(this.comboBox1);
     this.panel5.Controls.Add(this.buttonNomenclaturesDelete);
     this.panel5.Controls.Add(this.buttonNomenclaturesAdd);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.buttonNomenclatureDelete);
     this.panel5.Controls.Add(this.buttonNomenclatureAdd);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(791, 29);
     this.panel5.TabIndex = 6;
     //
     // findButton
     //
     this.findButton.Image    = ((System.Drawing.Image)(resources.GetObject("findButton.Image")));
     this.findButton.Location = new System.Drawing.Point(343, 3);
     this.findButton.Name     = "findButton";
     this.findButton.Size     = new System.Drawing.Size(25, 23);
     this.findButton.TabIndex = 19;
     this.findButton.UseVisualStyleBackColor = true;
     this.findButton.Click += new System.EventHandler(this.FindButtonClick);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(145, 4);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(196, 21);
     this.comboBox1.TabIndex = 18;
     this.comboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ComboBox1KeyDown);
     //
     // buttonNomenclaturesDelete
     //
     this.buttonNomenclaturesDelete.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclaturesDelete.Image")));
     this.buttonNomenclaturesDelete.Location = new System.Drawing.Point(100, 3);
     this.buttonNomenclaturesDelete.Name     = "buttonNomenclaturesDelete";
     this.buttonNomenclaturesDelete.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclaturesDelete.TabIndex = 14;
     this.buttonNomenclaturesDelete.UseVisualStyleBackColor = true;
     this.buttonNomenclaturesDelete.Click += new System.EventHandler(this.ButtonNomenclaturesDeleteClick);
     //
     // buttonNomenclaturesAdd
     //
     this.buttonNomenclaturesAdd.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclaturesAdd.Image")));
     this.buttonNomenclaturesAdd.Location = new System.Drawing.Point(38, 3);
     this.buttonNomenclaturesAdd.Name     = "buttonNomenclaturesAdd";
     this.buttonNomenclaturesAdd.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclaturesAdd.TabIndex = 13;
     this.buttonNomenclaturesAdd.UseVisualStyleBackColor = true;
     this.buttonNomenclaturesAdd.Click += new System.EventHandler(this.ButtonNomenclaturesAddClick);
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Location    = new System.Drawing.Point(131, 3);
     this.panel6.Name        = "panel6";
     this.panel6.Size        = new System.Drawing.Size(4, 23);
     this.panel6.TabIndex    = 12;
     //
     // buttonNomenclatureDelete
     //
     this.buttonNomenclatureDelete.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclatureDelete.Image")));
     this.buttonNomenclatureDelete.Location = new System.Drawing.Point(69, 3);
     this.buttonNomenclatureDelete.Name     = "buttonNomenclatureDelete";
     this.buttonNomenclatureDelete.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclatureDelete.TabIndex = 11;
     this.buttonNomenclatureDelete.UseVisualStyleBackColor = true;
     this.buttonNomenclatureDelete.Click += new System.EventHandler(this.ButtonNomenclatureDeleteClick);
     //
     // buttonNomenclatureAdd
     //
     this.buttonNomenclatureAdd.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclatureAdd.Image")));
     this.buttonNomenclatureAdd.Location = new System.Drawing.Point(7, 3);
     this.buttonNomenclatureAdd.Name     = "buttonNomenclatureAdd";
     this.buttonNomenclatureAdd.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclatureAdd.TabIndex = 10;
     this.buttonNomenclatureAdd.UseVisualStyleBackColor = true;
     this.buttonNomenclatureAdd.Click += new System.EventHandler(this.ButtonNomenclatureAddClick);
     //
     // listViewNomenclature
     //
     this.listViewNomenclature.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listViewNomenclature.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listViewNomenclature.Cursor         = System.Windows.Forms.Cursors.Default;
     this.listViewNomenclature.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listViewNomenclature.FullRowSelect  = true;
     this.listViewNomenclature.LargeImageList = this.imageList1;
     this.listViewNomenclature.Location       = new System.Drawing.Point(0, 29);
     this.listViewNomenclature.MultiSelect    = false;
     this.listViewNomenclature.Name           = "listViewNomenclature";
     this.listViewNomenclature.Size           = new System.Drawing.Size(791, 274);
     this.listViewNomenclature.SmallImageList = this.imageList1;
     this.listViewNomenclature.StateImageList = this.imageList1;
     this.listViewNomenclature.TabIndex       = 10;
     this.listViewNomenclature.UseCompatibleStateImageBehavior = false;
     this.listViewNomenclature.View = System.Windows.Forms.View.Details;
     this.listViewNomenclature.SelectedIndexChanged += new System.EventHandler(this.ListViewNomenclatureSelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Наименование:";
     this.columnHeader2.Width = 300;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Ед.изм:";
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "Вес / Кол-во:";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader4.Width     = 100;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "Цена:";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader5.Width     = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "Сумма:";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader6.Width     = 100;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "basket.png");
     //
     // printDocument1
     //
     this.printDocument1.OriginAtMargins = true;
     this.printDocument1.PrintPage      += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument1PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.Document    = this.printDocument1;
     this.printDialog1.UseEXDialog = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitContainer1.Location = new System.Drawing.Point(0, 341);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size             = new System.Drawing.Size(791, 96);
     this.splitContainer1.SplitterDistance = 381;
     this.splitContainer1.TabIndex         = 11;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.priceTextBox);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.button13);
     this.groupBox1.Controls.Add(this.button14);
     this.groupBox1.Controls.Add(this.amountTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.button9);
     this.groupBox1.Controls.Add(this.button7);
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.button6);
     this.groupBox1.Controls.Add(this.unitsTextBox);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(381, 96);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "...";
     //
     // priceTextBox
     //
     this.priceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.priceTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.priceTextBox.Location     = new System.Drawing.Point(102, 65);
     this.priceTextBox.Name         = "priceTextBox";
     this.priceTextBox.Size         = new System.Drawing.Size(225, 20);
     this.priceTextBox.TabIndex     = 26;
     this.priceTextBox.Text         = "0,00";
     this.priceTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.priceTextBox.TextChanged += new System.EventHandler(this.PriceTextBoxTextChanged);
     this.priceTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.PriceTextBoxKeyDown);
     this.priceTextBox.LostFocus   += new System.EventHandler(this.PriceTextBoxLostFocus);
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(10, 68);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 17);
     this.label6.TabIndex = 25;
     this.label6.Text     = "Цена:";
     //
     // button13
     //
     this.button13.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button13.Image     = ((System.Drawing.Image)(resources.GetObject("button13.Image")));
     this.button13.Location  = new System.Drawing.Point(328, 65);
     this.button13.Name      = "button13";
     this.button13.Size      = new System.Drawing.Size(26, 20);
     this.button13.TabIndex  = 28;
     this.button13.UseVisualStyleBackColor = true;
     this.button13.Click += new System.EventHandler(this.Button13Click);
     //
     // button14
     //
     this.button14.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button14.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button14.Location  = new System.Drawing.Point(356, 65);
     this.button14.Name      = "button14";
     this.button14.Size      = new System.Drawing.Size(20, 20);
     this.button14.TabIndex  = 27;
     this.button14.Text      = "X";
     this.button14.UseVisualStyleBackColor = true;
     this.button14.Click += new System.EventHandler(this.Button14Click);
     //
     // amountTextBox
     //
     this.amountTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.amountTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.amountTextBox.Location     = new System.Drawing.Point(102, 42);
     this.amountTextBox.Name         = "amountTextBox";
     this.amountTextBox.Size         = new System.Drawing.Size(225, 20);
     this.amountTextBox.TabIndex     = 4;
     this.amountTextBox.Text         = "0,00";
     this.amountTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.amountTextBox.TextChanged += new System.EventHandler(this.AmountTextBoxTextChanged);
     this.amountTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.AmountTextBoxKeyDown);
     this.amountTextBox.LostFocus   += new System.EventHandler(this.AmountTextBoxLostFocus);
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(10, 45);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 17);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Вес / Кол-во:";
     //
     // button9
     //
     this.button9.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button9.Location  = new System.Drawing.Point(356, 19);
     this.button9.Name      = "button9";
     this.button9.Size      = new System.Drawing.Size(20, 20);
     this.button9.TabIndex  = 24;
     this.button9.Text      = "X";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.Button9Click);
     //
     // button7
     //
     this.button7.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button7.Image     = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
     this.button7.Location  = new System.Drawing.Point(328, 42);
     this.button7.Name      = "button7";
     this.button7.Size      = new System.Drawing.Size(26, 20);
     this.button7.TabIndex  = 20;
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.Button7Click);
     //
     // button8
     //
     this.button8.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button8.Image     = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
     this.button8.Location  = new System.Drawing.Point(328, 19);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(26, 20);
     this.button8.TabIndex  = 23;
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.Button8Click);
     //
     // button6
     //
     this.button6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button6.Location  = new System.Drawing.Point(356, 42);
     this.button6.Name      = "button6";
     this.button6.Size      = new System.Drawing.Size(20, 20);
     this.button6.TabIndex  = 19;
     this.button6.Text      = "X";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // unitsTextBox
     //
     this.unitsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.unitsTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.unitsTextBox.Location     = new System.Drawing.Point(102, 19);
     this.unitsTextBox.Name         = "unitsTextBox";
     this.unitsTextBox.Size         = new System.Drawing.Size(225, 20);
     this.unitsTextBox.TabIndex     = 5;
     this.unitsTextBox.TextChanged += new System.EventHandler(this.UnitsTextBoxTextChanged);
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(10, 22);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 17);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Ед. измерения:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.price2TextBox);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.resultTextBox);
     this.groupBox2.Controls.Add(this.extraChargeTextBox);
     this.groupBox2.Controls.Add(this.button5);
     this.groupBox2.Controls.Add(this.button10);
     this.groupBox2.Controls.Add(this.costPriceTextBox);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(406, 96);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Итоги:";
     //
     // price2TextBox
     //
     this.price2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.price2TextBox.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.price2TextBox.Location  = new System.Drawing.Point(294, 43);
     this.price2TextBox.Name      = "price2TextBox";
     this.price2TextBox.ReadOnly  = true;
     this.price2TextBox.Size      = new System.Drawing.Size(106, 20);
     this.price2TextBox.TabIndex  = 29;
     this.price2TextBox.Text      = "0,00";
     this.price2TextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label10.Location = new System.Drawing.Point(257, 46);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(48, 18);
     this.label10.TabIndex = 28;
     this.label10.Text     = "Цена:";
     //
     // resultTextBox
     //
     this.resultTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.resultTextBox.Location  = new System.Drawing.Point(137, 66);
     this.resultTextBox.Name      = "resultTextBox";
     this.resultTextBox.ReadOnly  = true;
     this.resultTextBox.Size      = new System.Drawing.Size(263, 20);
     this.resultTextBox.TabIndex  = 27;
     this.resultTextBox.Text      = "0,00";
     this.resultTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // extraChargeTextBox
     //
     this.extraChargeTextBox.Location     = new System.Drawing.Point(137, 43);
     this.extraChargeTextBox.Name         = "extraChargeTextBox";
     this.extraChargeTextBox.Size         = new System.Drawing.Size(65, 20);
     this.extraChargeTextBox.TabIndex     = 24;
     this.extraChargeTextBox.Text         = "0,00";
     this.extraChargeTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.extraChargeTextBox.TextChanged += new System.EventHandler(this.ExtraChargeTextBoxTextChanged);
     this.extraChargeTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ExtraChargeTextBoxKeyDown);
     this.extraChargeTextBox.LostFocus   += new System.EventHandler(this.ExtraChargeTextBoxLostFocus);
     //
     // button5
     //
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button5.Image     = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
     this.button5.Location  = new System.Drawing.Point(203, 43);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(26, 20);
     this.button5.TabIndex  = 26;
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button10
     //
     this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button10.Location  = new System.Drawing.Point(231, 43);
     this.button10.Name      = "button10";
     this.button10.Size      = new System.Drawing.Size(20, 20);
     this.button10.TabIndex  = 25;
     this.button10.Text      = "X";
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click += new System.EventHandler(this.Button10Click);
     //
     // costPriceTextBox
     //
     this.costPriceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.costPriceTextBox.Location  = new System.Drawing.Point(137, 19);
     this.costPriceTextBox.Name      = "costPriceTextBox";
     this.costPriceTextBox.ReadOnly  = true;
     this.costPriceTextBox.Size      = new System.Drawing.Size(263, 20);
     this.costPriceTextBox.TabIndex  = 21;
     this.costPriceTextBox.Text      = "0,00";
     this.costPriceTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 69);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(147, 23);
     this.label8.TabIndex = 2;
     this.label8.Text     = "Стоимость реализации:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 46);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(125, 23);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Торговая наценка (%):";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 22);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 23);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Себестоимость:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox3);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.textBox2);
     this.groupBox3.Controls.Add(this.textBox1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox3.Location = new System.Drawing.Point(0, 303);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(791, 38);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Всего:";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(505, 12);
     this.textBox3.Name      = "textBox3";
     this.textBox3.ReadOnly  = true;
     this.textBox3.Size      = new System.Drawing.Size(165, 20);
     this.textBox3.TabIndex  = 5;
     this.textBox3.Text      = "0,00";
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(458, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(52, 19);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Сумма:";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(291, 12);
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(165, 20);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Text      = "0,00";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(83, 12);
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(165, 20);
     this.textBox1.TabIndex  = 2;
     this.textBox1.Text      = "0,00";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(254, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 19);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Цена:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Вес / Кол-во:";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "Microsoft Excel 97/2000/XP (.xls)|*.xls";
     //
     // CalculationCostRealization
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(791, 482);
     this.Controls.Add(this.listViewNomenclature);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "CalculationCostRealization";
     this.Text        = "Расчет: Стоимость реализации";
     this.Activated  += new System.EventHandler(this.FormCalculationCostRealizationActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormCalculationCostRealizationFormClosed);
     this.Load       += new System.EventHandler(this.FormCalculationCostRealizationLoad);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#56
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("a");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("b");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("c");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("d");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("e");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("f");
     this.kryptonManager1 = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPanel1   = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPaletteChooserComboBox1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPaletteChooserComboBox();
     this.kryptonListView1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonListView();
     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()));
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPaletteChooserComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonManager1
     //
     this.kryptonManager1.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office365Black;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPaletteChooserComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonListView1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1245, 672);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kryptonPaletteChooserComboBox1
     //
     this.kryptonPaletteChooserComboBox1.DropDownWidth = 121;
     this.kryptonPaletteChooserComboBox1.Items.AddRange(new object[] {
         "Global",
         "ProfessionalSystem",
         "ProfessionalOffice2003",
         "Office2007Blue",
         "Office2007Silver",
         "Office2007White",
         "Office2007Black",
         "Office2010Blue",
         "Office2010Silver",
         "Office2010White",
         "Office2010Black",
         "Office2013",
         "Office2013White",
         "Office365Black",
         "Office365Blue",
         "Office365Silver",
         "Office365White",
         "SparkleBlue",
         "SparkleOrange",
         "SparklePurple",
         "Custom"
     });
     this.kryptonPaletteChooserComboBox1.Location              = new System.Drawing.Point(138, 28);
     this.kryptonPaletteChooserComboBox1.Name                  = "kryptonPaletteChooserComboBox1";
     this.kryptonPaletteChooserComboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.kryptonPaletteChooserComboBox1.TabIndex              = 1;
     this.kryptonPaletteChooserComboBox1.Text                  = "kryptonPaletteChooserComboBox1";
     this.kryptonPaletteChooserComboBox1.PaletteChanged       += new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPaletteChooserComboBox.ChangePaletteEventHandler(this.kryptonPaletteChooserComboBox1_PaletteChanged);
     this.kryptonPaletteChooserComboBox1.SelectedIndexChanged += new System.EventHandler(this.kryptonPaletteChooserComboBox1_SelectedIndexChanged);
     //
     // kryptonListView1
     //
     this.kryptonListView1.AlternateRowColour        = System.Drawing.Color.FromArgb(((int)(((byte)(113)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
     this.kryptonListView1.AlternateRowColourEnabled = true;
     this.kryptonListView1.AutoSizeLastColumn        = true;
     this.kryptonListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.kryptonListView1.EnableDragDrop        = false;
     this.kryptonListView1.EnableHeaderGlow      = false;
     this.kryptonListView1.EnableHeaderHotTrack  = false;
     this.kryptonListView1.EnableHeaderRendering = true;
     this.kryptonListView1.EnableSelectionBorder = false;
     this.kryptonListView1.EnableSorting         = true;
     this.kryptonListView1.EnableVistaCheckBoxes = true;
     this.kryptonListView1.ForceLeftAlign        = false;
     this.kryptonListView1.FullRowSelect         = true;
     this.kryptonListView1.HideSelection         = false;
     this.kryptonListView1.ItemHeight            = 0;
     this.kryptonListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6
     });
     this.kryptonListView1.LineAfter                       = -1;
     this.kryptonListView1.LineBefore                      = -1;
     this.kryptonListView1.Location                        = new System.Drawing.Point(492, 28);
     this.kryptonListView1.Name                            = "kryptonListView1";
     this.kryptonListView1.OwnerDraw                       = true;
     this.kryptonListView1.PersistentColours               = false;
     this.kryptonListView1.SelectEntireRowOnSubItem        = true;
     this.kryptonListView1.Size                            = new System.Drawing.Size(741, 427);
     this.kryptonListView1.TabIndex                        = 0;
     this.kryptonListView1.UseCompatibleStateImageBehavior = false;
     this.kryptonListView1.UseKryptonRenderer              = true;
     this.kryptonListView1.UseStyledColours                = true;
     this.kryptonListView1.View                            = System.Windows.Forms.View.Details;
     //
     // Test
     //
     this.ClientSize = new System.Drawing.Size(1245, 672);
     this.Controls.Add(this.kryptonPanel1);
     this.Name = "Test";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPaletteChooserComboBox1)).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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txt_mota = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(12, 200);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(637, 267);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 79;
     this.groupPanel1.Text = "DANH SÁCH NHÓM KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(611, 238);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 53;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên Nhóm";
     this.columnHeader2.Width = 218;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Mô Tả";
     this.columnHeader4.Width = 329;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "manhom";
     this.columnHeader1.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.txt_mota);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(108, 38);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(388, 158);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "THÔNG TIN NHÓM KHÁCH HÀNG";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(3, 56);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(97, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "Mô Tả:";
     //
     // txt_mota
     //
     //
     //
     //
     this.txt_mota.Border.Class = "TextBoxBorder";
     this.txt_mota.FocusHighlightEnabled = true;
     this.txt_mota.Location = new System.Drawing.Point(106, 44);
     this.txt_mota.Multiline = true;
     this.txt_mota.Name = "txt_mota";
     this.txt_mota.Size = new System.Drawing.Size(193, 47);
     this.txt_mota.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 103);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(382, 30);
     this.panel5.TabIndex = 2;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(158, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(240, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(75, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(106, 16);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(3, 12);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(97, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Nhóm KH:";
     //
     // fromNhomKH
     //
     this.ClientSize = new System.Drawing.Size(661, 523);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "fromNhomKH";
     this.Load += new System.EventHandler(this.fromNhomKH_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSearchTheGamesDB));
     this.label1 = new System.Windows.Forms.Label();
     this.textBox_gameTitle = new System.Windows.Forms.TextBox();
     this.textBox_platform = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox_genre = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = 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.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = 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.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // textBox_gameTitle
     //
     resources.ApplyResources(this.textBox_gameTitle, "textBox_gameTitle");
     this.textBox_gameTitle.Name = "textBox_gameTitle";
     //
     // textBox_platform
     //
     resources.ApplyResources(this.textBox_platform, "textBox_platform");
     this.textBox_platform.Name = "textBox_platform";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // textBox_genre
     //
     resources.ApplyResources(this.textBox_genre, "textBox_genre");
     this.textBox_genre.Name = "textBox_genre";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     resources.ApplyResources(this.listView1, "listView1");
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.HideSelection = false;
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // columnHeader2
     //
     resources.ApplyResources(this.columnHeader2, "columnHeader2");
     //
     // columnHeader3
     //
     resources.ApplyResources(this.columnHeader3, "columnHeader3");
     //
     // columnHeader4
     //
     resources.ApplyResources(this.columnHeader4, "columnHeader4");
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     resources.ApplyResources(this.listView2, "listView2");
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6});
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.HideSelection = false;
     this.listView2.MultiSelect = false;
     this.listView2.Name = "listView2";
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     resources.ApplyResources(this.columnHeader5, "columnHeader5");
     //
     // columnHeader6
     //
     resources.ApplyResources(this.columnHeader6, "columnHeader6");
     //
     // FormSearchTheGamesDB
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox_genre);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox_platform);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox_gameTitle);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormSearchTheGamesDB";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#59
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDeclareList));
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.button1 = new DevComponents.DotNetBar.ButtonX();
     this.button2 = new DevComponents.DotNetBar.ButtonX();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(12, 32);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(564, 293);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "单号";
     this.columnHeader1.Width = 66;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "投诉时间";
     this.columnHeader2.Width = 117;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "投诉内容";
     this.columnHeader3.Width = 374;
     //
     // button1
     //
     this.button1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(351, 331);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(102, 23);
     this.button1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.button1.TabIndex = 42;
     this.button1.Text = "处  理";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button2.Location = new System.Drawing.Point(474, 331);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(102, 23);
     this.button2.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.button2.TabIndex = 43;
     this.button2.Text = "关  闭";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(1, 14);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FormDeclareList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::YTGPS_Client.Properties.Resources.fbk2;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(588, 366);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.button1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormDeclareList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "待处理投诉、故障列表";
     this.Controls.SetChildIndex(this.button1, 0);
     this.Controls.SetChildIndex(this.listView1, 0);
     this.Controls.SetChildIndex(this.button2, 0);
     this.ResumeLayout(false);
 }
示例#60
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.pictureBoxTeam         = new System.Windows.Forms.PictureBox();
     this.panelLeftArea          = new System.Windows.Forms.Panel();
     this.pictureBoxBuddyPokemon = new System.Windows.Forms.PictureBox();
     this.pictureBoxPlayerAvatar = new System.Windows.Forms.PictureBox();
     this.btnTeam         = new System.Windows.Forms.Button();
     this.btnCollect      = new System.Windows.Forms.Button();
     this.listView        = new System.Windows.Forms.ListView();
     this.ID              = new System.Windows.Forms.ColumnHeader();
     this.Title           = new System.Windows.Forms.ColumnHeader();
     this.Value           = new System.Windows.Forms.ColumnHeader();
     this.groupBoxSession = new System.Windows.Forms.GroupBox();
     this.labelPokestops  = new System.Windows.Forms.Label();
     this.labelPokemons   = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.labelTimeLeft   = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTeam)).BeginInit();
     this.panelLeftArea.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBuddyPokemon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerAvatar)).BeginInit();
     this.groupBoxSession.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBoxTeam
     //
     this.pictureBoxTeam.Image    = global::PokeMaster.Properties.Resources.team_valor;
     this.pictureBoxTeam.Location = new System.Drawing.Point(0, 6);
     this.pictureBoxTeam.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxTeam.Name     = "pictureBoxTeam";
     this.pictureBoxTeam.Size     = new System.Drawing.Size(299, 238);
     this.pictureBoxTeam.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxTeam.TabIndex = 64;
     this.pictureBoxTeam.TabStop  = false;
     //
     // panelLeftArea
     //
     this.panelLeftArea.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.panelLeftArea.Controls.Add(this.pictureBoxBuddyPokemon);
     this.panelLeftArea.Controls.Add(this.pictureBoxPlayerAvatar);
     this.panelLeftArea.Controls.Add(this.pictureBoxTeam);
     this.panelLeftArea.Location = new System.Drawing.Point(2, 40);
     this.panelLeftArea.Margin   = new System.Windows.Forms.Padding(2);
     this.panelLeftArea.Name     = "panelLeftArea";
     this.panelLeftArea.Size     = new System.Drawing.Size(300, 259);
     this.panelLeftArea.TabIndex = 89;
     //
     // pictureBoxBuddyPokemon
     //
     this.pictureBoxBuddyPokemon.Location = new System.Drawing.Point(2, 126);
     this.pictureBoxBuddyPokemon.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxBuddyPokemon.Name     = "pictureBoxBuddyPokemon";
     this.pictureBoxBuddyPokemon.Size     = new System.Drawing.Size(112, 112);
     this.pictureBoxBuddyPokemon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxBuddyPokemon.TabIndex = 66;
     this.pictureBoxBuddyPokemon.TabStop  = false;
     //
     // pictureBoxPlayerAvatar
     //
     this.pictureBoxPlayerAvatar.Image    = global::PokeMaster.Properties.Resources.Trainer_M;
     this.pictureBoxPlayerAvatar.Location = new System.Drawing.Point(2, 41);
     this.pictureBoxPlayerAvatar.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxPlayerAvatar.Name     = "pictureBoxPlayerAvatar";
     this.pictureBoxPlayerAvatar.Size     = new System.Drawing.Size(145, 201);
     this.pictureBoxPlayerAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxPlayerAvatar.TabIndex = 65;
     this.pictureBoxPlayerAvatar.TabStop  = false;
     //
     // btnTeam
     //
     this.btnTeam.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTeam.Location = new System.Drawing.Point(712, 426);
     this.btnTeam.Margin   = new System.Windows.Forms.Padding(4);
     this.btnTeam.Name     = "btnTeam";
     this.btnTeam.Size     = new System.Drawing.Size(94, 29);
     this.btnTeam.TabIndex = 102;
     this.btnTeam.Text     = "Select Team";
     this.btnTeam.UseVisualStyleBackColor = true;
     this.btnTeam.Click += new System.EventHandler(this.BtnTeamClick);
     //
     // btnCollect
     //
     this.btnCollect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCollect.Location = new System.Drawing.Point(598, 426);
     this.btnCollect.Margin   = new System.Windows.Forms.Padding(4);
     this.btnCollect.Name     = "btnCollect";
     this.btnCollect.Size     = new System.Drawing.Size(106, 29);
     this.btnCollect.TabIndex = 105;
     this.btnCollect.Text     = "Collect Coins";
     this.btnCollect.UseVisualStyleBackColor = true;
     this.btnCollect.Click += new System.EventHandler(this.btnColect_Click);
     //
     // listView
     //
     this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ID,
         this.Title,
         this.Value
     });
     this.listView.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listView.FullRowSelect = true;
     this.listView.GridLines     = true;
     this.listView.Location      = new System.Drawing.Point(305, 3);
     this.listView.Name          = "listView";
     this.listView.Size          = new System.Drawing.Size(493, 416);
     this.listView.TabIndex      = 106;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View         = System.Windows.Forms.View.Details;
     this.listView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
     //
     // ID
     //
     this.ID.Text  = "#";
     this.ID.Width = 30;
     //
     // Title
     //
     this.Title.Text  = "Title";
     this.Title.Width = 200;
     //
     // Value
     //
     this.Value.Text  = "Value";
     this.Value.Width = 200;
     //
     // groupBoxSession
     //
     this.groupBoxSession.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxSession.Controls.Add(this.labelTimeLeft);
     this.groupBoxSession.Controls.Add(this.label4);
     this.groupBoxSession.Controls.Add(this.labelPokestops);
     this.groupBoxSession.Controls.Add(this.labelPokemons);
     this.groupBoxSession.Controls.Add(this.label2);
     this.groupBoxSession.Controls.Add(this.label1);
     this.groupBoxSession.Location = new System.Drawing.Point(4, 319);
     this.groupBoxSession.Name     = "groupBoxSession";
     this.groupBoxSession.Size     = new System.Drawing.Size(295, 100);
     this.groupBoxSession.TabIndex = 107;
     this.groupBoxSession.TabStop  = false;
     this.groupBoxSession.Text     = "Session Info";
     //
     // labelPokestops
     //
     this.labelPokestops.Location = new System.Drawing.Point(177, 51);
     this.labelPokestops.Name     = "labelPokestops";
     this.labelPokestops.Size     = new System.Drawing.Size(105, 18);
     this.labelPokestops.TabIndex = 3;
     this.labelPokestops.Text     = "0";
     //
     // labelPokemons
     //
     this.labelPokemons.Location = new System.Drawing.Point(177, 24);
     this.labelPokemons.Name     = "labelPokemons";
     this.labelPokemons.Size     = new System.Drawing.Size(105, 18);
     this.labelPokemons.TabIndex = 2;
     this.labelPokemons.Text     = "0";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(15, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(148, 18);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "PokeStops Farmed:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(15, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(148, 18);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Pokemons Caught:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelTimeLeft
     //
     this.labelTimeLeft.Location = new System.Drawing.Point(177, 79);
     this.labelTimeLeft.Name     = "labelTimeLeft";
     this.labelTimeLeft.Size     = new System.Drawing.Size(105, 18);
     this.labelTimeLeft.TabIndex = 5;
     this.labelTimeLeft.Text     = "0";
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location  = new System.Drawing.Point(6, 76);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(157, 18);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Time Left To Next Level:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PlayerPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.groupBoxSession);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.btnCollect);
     this.Controls.Add(this.btnTeam);
     this.Controls.Add(this.panelLeftArea);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "PlayerPanel";
     this.Size   = new System.Drawing.Size(810, 464);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTeam)).EndInit();
     this.panelLeftArea.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBuddyPokemon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerAvatar)).EndInit();
     this.groupBoxSession.ResumeLayout(false);
     this.ResumeLayout(false);
 }