Exemplo n.º 1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStrip menu_Food;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(food));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.gw = new System.Windows.Forms.DataGridView();
            this.Menu_Strip_food = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.menu_strip_food_read = new System.Windows.Forms.ToolStripMenuItem();
            this.delete_menu_strip = new System.Windows.Forms.ToolStripMenuItem();
            menu_Food = new System.Windows.Forms.ToolStrip();
            menu_Food.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gw)).BeginInit();
            this.Menu_Strip_food.SuspendLayout();
            this.SuspendLayout();
            // 
            // menu_Food
            // 
            menu_Food.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            menu_Food.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.bAdd,
            this.toolStripSeparator2,
            this.bEdit,
            this.toolStripSeparator3,
            this.bDelete,
            this.toolStripSeparator4});
            menu_Food.Location = new System.Drawing.Point(0, 0);
            menu_Food.Name = "menu_Food";
            menu_Food.Size = new System.Drawing.Size(832, 25);
            menu_Food.TabIndex = 2;
            menu_Food.Text = "foods";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bAdd
            // 
            this.bAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bAdd.Image = ((System.Drawing.Image)(resources.GetObject("bAdd.Image")));
            this.bAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.bAdd.Name = "bAdd";
            this.bAdd.Size = new System.Drawing.Size(23, 22);
            this.bAdd.Text = "Добавление блда";
            this.bAdd.Click += new System.EventHandler(this.bAddFood_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bEdit
            // 
            this.bEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bEdit.Image = ((System.Drawing.Image)(resources.GetObject("bEdit.Image")));
            this.bEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.bEdit.Name = "bEdit";
            this.bEdit.Size = new System.Drawing.Size(23, 22);
            this.bEdit.Text = "Редактирование блюда";
            this.bEdit.Click += new System.EventHandler(this.bEditFood_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // bDelete
            // 
            this.bDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bDelete.Image = global::Preventorium.Properties.Resources.delete_btn;
            this.bDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.bDelete.Name = "bDelete";
            this.bDelete.Size = new System.Drawing.Size(23, 22);
            this.bDelete.Text = "Удалить";
            this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // gw
            // 
            this.gw.AllowUserToAddRows = false;
            this.gw.AllowUserToDeleteRows = false;
            this.gw.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.gw.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.gw.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gw.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.gw.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gw.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.gw.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gw.ContextMenuStrip = this.Menu_Strip_food;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.gw.DefaultCellStyle = dataGridViewCellStyle3;
            this.gw.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gw.Location = new System.Drawing.Point(0, 25);
            this.gw.MultiSelect = false;
            this.gw.Name = "gw";
            this.gw.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gw.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.gw.RowHeadersVisible = false;
            this.gw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gw.ShowCellErrors = false;
            this.gw.ShowEditingIcon = false;
            this.gw.ShowRowErrors = false;
            this.gw.Size = new System.Drawing.Size(832, 271);
            this.gw.TabIndex = 3;
            this.gw.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gw_CellDoubleClick);
            this.gw.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gw_KeyDown);
            this.gw.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gw_MouseDown);
            // 
            // Menu_Strip_food
            // 
            this.Menu_Strip_food.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menu_strip_food_read,
            this.delete_menu_strip});
            this.Menu_Strip_food.Name = "Menu_Strip_food";
            this.Menu_Strip_food.Size = new System.Drawing.Size(155, 48);
            // 
            // menu_strip_food_read
            // 
            this.menu_strip_food_read.Image = global::Preventorium.Properties.Resources.kwrite;
            this.menu_strip_food_read.Name = "menu_strip_food_read";
            this.menu_strip_food_read.Size = new System.Drawing.Size(154, 22);
            this.menu_strip_food_read.Text = "Редактировать";
            this.menu_strip_food_read.Click += new System.EventHandler(this.bEditFood_Click);
            // 
            // delete_menu_strip
            // 
            this.delete_menu_strip.Image = global::Preventorium.Properties.Resources.delete_btn;
            this.delete_menu_strip.Name = "delete_menu_strip";
            this.delete_menu_strip.Size = new System.Drawing.Size(154, 22);
            this.delete_menu_strip.Text = "Удалить";
            this.delete_menu_strip.Click += new System.EventHandler(this.bDelete_Click);
            // 
            // food
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(832, 296);
            this.Controls.Add(this.gw);
            this.Controls.Add(menu_Food);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "food";
            this.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Блюда";
            this.Load += new System.EventHandler(this.food_Load);
            menu_Food.ResumeLayout(false);
            menu_Food.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gw)).EndInit();
            this.Menu_Strip_food.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 2
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.ToolStrip toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapForm));
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.ListViewItem listViewItem6  = new System.Windows.Forms.ListViewItem("Floor");
     System.Windows.Forms.ListViewItem listViewItem7  = new System.Windows.Forms.ListViewItem("Rough Wall");
     System.Windows.Forms.ListViewItem listViewItem8  = new System.Windows.Forms.ListViewItem("Straight Wall");
     System.Windows.Forms.ListViewItem listViewItem9  = new System.Windows.Forms.ListViewItem("Rubble");
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Water");
     this.buttonNew               = new System.Windows.Forms.ToolStripButton();
     this.buttonOpen              = new System.Windows.Forms.ToolStripButton();
     this.buttonSave              = new System.Windows.Forms.ToolStripButton();
     this.buttonExport            = new System.Windows.Forms.ToolStripButton();
     this.buttonUndo              = new System.Windows.Forms.ToolStripButton();
     this.buttonRedo              = new System.Windows.Forms.ToolStripButton();
     this.terrainList             = new System.Windows.Forms.ListView();
     this.terrainIcons            = new System.Windows.Forms.ImageList(this.components);
     this.mapContents             = new System.Windows.Forms.PictureBox();
     this.statusStrip             = new System.Windows.Forms.StatusStrip();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2      = new System.Windows.Forms.ToolStripSeparator();
     this.debugToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.statusText              = new System.Windows.Forms.ToolStripStatusLabel();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     toolStrip1.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapContents)).BeginInit();
     this.statusStrip.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.BackColor = System.Drawing.SystemColors.MenuBar;
     toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonNew,
         this.buttonOpen,
         this.buttonSave,
         this.buttonExport,
         toolStripSeparator1,
         this.buttonUndo,
         this.buttonRedo
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(156, 25);
     toolStrip1.TabIndex = 0;
     toolStrip1.Text     = "toolStrip1";
     //
     // buttonNew
     //
     this.buttonNew.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonNew.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image")));
     this.buttonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonNew.Name   = "buttonNew";
     this.buttonNew.Size   = new System.Drawing.Size(23, 22);
     this.buttonNew.Text   = "New";
     this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
     //
     // buttonOpen
     //
     this.buttonOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonOpen.Image")));
     this.buttonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonOpen.Name   = "buttonOpen";
     this.buttonOpen.Size   = new System.Drawing.Size(23, 22);
     this.buttonOpen.Text   = "Open";
     this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
     //
     // buttonSave
     //
     this.buttonSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonSave.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSave.Name   = "buttonSave";
     this.buttonSave.Size   = new System.Drawing.Size(23, 22);
     this.buttonSave.Text   = "Save";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonExport
     //
     this.buttonExport.AccessibleName        = "";
     this.buttonExport.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonExport.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonExport.Image")));
     this.buttonExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonExport.Name   = "buttonExport";
     this.buttonExport.Size   = new System.Drawing.Size(23, 22);
     this.buttonExport.Text   = "Export";
     this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // buttonUndo
     //
     this.buttonUndo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonUndo.Enabled               = false;
     this.buttonUndo.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonUndo.Image")));
     this.buttonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonUndo.Name   = "buttonUndo";
     this.buttonUndo.Size   = new System.Drawing.Size(23, 22);
     this.buttonUndo.Text   = "Undo";
     this.buttonUndo.Click += new System.EventHandler(this.buttonUndo_Click);
     //
     // buttonRedo
     //
     this.buttonRedo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonRedo.Enabled               = false;
     this.buttonRedo.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonRedo.Image")));
     this.buttonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonRedo.Name   = "buttonRedo";
     this.buttonRedo.Size   = new System.Drawing.Size(23, 22);
     this.buttonRedo.Text   = "Redo";
     this.buttonRedo.Click += new System.EventHandler(this.buttonRedo_Click);
     //
     // toolStripContainer1
     //
     toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(511, 284);
     toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.LeftToolStripPanelVisible = false;
     toolStripContainer1.Location = new System.Drawing.Point(0, 24);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.RightToolStripPanelVisible = false;
     toolStripContainer1.Size     = new System.Drawing.Size(511, 309);
     toolStripContainer1.TabIndex = 3;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.terrainList);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.AutoScroll = true;
     splitContainer1.Panel2.Controls.Add(this.mapContents);
     splitContainer1.Size             = new System.Drawing.Size(511, 284);
     splitContainer1.SplitterDistance = 119;
     splitContainer1.TabIndex         = 1;
     //
     // terrainList
     //
     this.terrainList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.terrainList.HideSelection = false;
     this.terrainList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10
     });
     this.terrainList.Location       = new System.Drawing.Point(0, 0);
     this.terrainList.MultiSelect    = false;
     this.terrainList.Name           = "terrainList";
     this.terrainList.Size           = new System.Drawing.Size(119, 284);
     this.terrainList.SmallImageList = this.terrainIcons;
     this.terrainList.TabIndex       = 0;
     this.terrainList.UseCompatibleStateImageBehavior = false;
     this.terrainList.View = System.Windows.Forms.View.List;
     this.terrainList.SelectedIndexChanged += new System.EventHandler(this.terrainList_SelectedIndexChanged);
     //
     // terrainIcons
     //
     this.terrainIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.terrainIcons.ImageSize        = new System.Drawing.Size(32, 32);
     this.terrainIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // mapContents
     //
     this.mapContents.BackColor   = System.Drawing.SystemColors.Window;
     this.mapContents.Location    = new System.Drawing.Point(0, 0);
     this.mapContents.Name        = "mapContents";
     this.mapContents.Size        = new System.Drawing.Size(284, 217);
     this.mapContents.TabIndex    = 0;
     this.mapContents.TabStop     = false;
     this.mapContents.MouseLeave += new System.EventHandler(this.mapContents_MouseLeave);
     this.mapContents.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseMove);
     this.mapContents.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseDown);
     this.mapContents.Paint      += new System.Windows.Forms.PaintEventHandler(this.mapContents_Paint);
     this.mapContents.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseUp);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusText
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 333);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(511, 22);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text     = "statusStrip1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(511, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.exportToolStripMenuItem,
         this.toolStripMenuItem1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name   = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.newToolStripMenuItem.Text   = "&New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text         = "&Open...";
     this.openToolStripMenuItem.Click       += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     this.saveToolStripMenuItem.Click       += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.saveAsToolStripMenuItem.Text   = "Save &As..";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.exportToolStripMenuItem.Text   = "&Export...";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripMenuItem2,
         this.debugToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Image        = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
     this.undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.undoToolStripMenuItem.Text         = "Undo";
     this.undoToolStripMenuItem.Click       += new System.EventHandler(this.undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Image        = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
     this.redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.redoToolStripMenuItem.Text         = "Redo";
     this.redoToolStripMenuItem.Click       += new System.EventHandler(this.redoToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
     //
     // debugToolStripMenuItem
     //
     this.debugToolStripMenuItem.Enabled = false;
     this.debugToolStripMenuItem.Name    = "debugToolStripMenuItem";
     this.debugToolStripMenuItem.Size    = new System.Drawing.Size(152, 22);
     this.debugToolStripMenuItem.Text    = "&Debug";
     this.debugToolStripMenuItem.Click  += new System.EventHandler(this.debugToolStripMenuItem_Click);
     //
     // statusText
     //
     this.statusText.Name = "statusText";
     this.statusText.Size = new System.Drawing.Size(0, 17);
     //
     // MapForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(511, 355);
     this.Controls.Add(toolStripContainer1);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MapForm";
     this.Text          = "Mapdoodle";
     this.Load         += new System.EventHandler(this.MapForm_Load);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MapForm_FormClosing);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mapContents)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableMainForm;
            System.Windows.Forms.GroupBox groupMain;
            System.Windows.Forms.TableLayoutPanel tableMain;
            System.Windows.Forms.Label labelInputFile;
            System.Windows.Forms.Label labelOutputFile;
            System.Windows.Forms.Button buttonBrowseOut;
            System.Windows.Forms.TabControl tabControlOptions;
            System.Windows.Forms.TabPage tabProcessing;
            System.Windows.Forms.TableLayoutPanel tableProcessing;
            System.Windows.Forms.ToolStrip toolStripProcessing;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.Panel panelProcessingInput;
            System.Windows.Forms.TabPage tabEncoding;
            System.Windows.Forms.TableLayoutPanel tableEncoding;
            System.Windows.Forms.GroupBox groupEncodingGeneral;
            System.Windows.Forms.TableLayoutPanel tableEncodingGeneral;
            System.Windows.Forms.Label labelGeneralModeVariableHint;
            System.Windows.Forms.Label labelGeneralModeConstantHint;
            System.Windows.Forms.Label labelGeneralMode;
            System.Windows.Forms.Label labelGeneralTitle;
            System.Windows.Forms.Label labelGeneralTitleHint;
            System.Windows.Forms.GroupBox groupEncodingVideo;
            System.Windows.Forms.Panel panelEncodingModeSwapper;
            System.Windows.Forms.Label labelVideoSizeLimit;
            System.Windows.Forms.Label labelVideoSizeLimitUnit;
            System.Windows.Forms.Label labelVideoSizeLimitHint;
            System.Windows.Forms.Label labelVideoBitrate;
            System.Windows.Forms.Label labelVideoBitrateUnit;
            System.Windows.Forms.Label labelVideoBitrateHint;
            System.Windows.Forms.Label labelVideoCrf;
            System.Windows.Forms.Label labelVideoCrfHint;
            System.Windows.Forms.Label labelVideoCrfTolerance;
            System.Windows.Forms.Label labelVideoCrfToleranceHint;
            System.Windows.Forms.Label labelVideoHQHint;
            System.Windows.Forms.GroupBox groupEncodingAudio;
            System.Windows.Forms.TableLayoutPanel tableEncodingAudio;
            System.Windows.Forms.Label labelAudioHint;
            System.Windows.Forms.Panel panelEncodingModeSwapperTwo;
            System.Windows.Forms.Label labelAudioBitrate;
            System.Windows.Forms.Label labelAudioBitrateUnit;
            System.Windows.Forms.Label labelAudioBitrateHint;
            System.Windows.Forms.Label labelAudioQuality;
            System.Windows.Forms.Label labelAudioQualityHint;
            System.Windows.Forms.TabPage tabAdvanced;
            System.Windows.Forms.TableLayoutPanel tableAdvanced;
            System.Windows.Forms.Label labelAdvancedWarning;
            System.Windows.Forms.GroupBox groupAdvancedProcessing;
            System.Windows.Forms.TableLayoutPanel tableAdvancedProcessing;
            System.Windows.Forms.Label labelProcessingLevels;
            System.Windows.Forms.Label labelProcessingLevelsHint;
            System.Windows.Forms.Label labelProcessingDeinterlaceHint;
            System.Windows.Forms.Label labelProcessingDenoiseHint;
            System.Windows.Forms.GroupBox groupAdvancedEncoding;
            System.Windows.Forms.TableLayoutPanel tableAdvancedEncoding;
            System.Windows.Forms.Label labelEncodingFrameRateHint;
            System.Windows.Forms.Label labelEncodingFrameRate;
            System.Windows.Forms.Label labelEncodingNGOVHint;
            System.Windows.Forms.Label labelEncodingThreads;
            System.Windows.Forms.Label labelEncodingThreadsHint;
            System.Windows.Forms.Label labelEncodingSlices;
            System.Windows.Forms.Label labelEncodingSlicesHint;
            System.Windows.Forms.Label labelEncodingArguments;
            System.Windows.Forms.StatusStrip statusStrip;
            this.textBoxIn = new System.Windows.Forms.TextBox();
            this.buttonBrowseIn = new System.Windows.Forms.Button();
            this.textBoxOut = new System.Windows.Forms.TextBox();
            this.buttonGo = new System.Windows.Forms.Button();
            this.buttonTrim = new System.Windows.Forms.ToolStripSplitButton();
            this.buttonMultipleTrim = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonCrop = new System.Windows.Forms.ToolStripButton();
            this.buttonResize = new System.Windows.Forms.ToolStripButton();
            this.buttonSubtitle = new System.Windows.Forms.ToolStripButton();
            this.buttonReverse = new System.Windows.Forms.ToolStripButton();
            this.buttonOverlay = new System.Windows.Forms.ToolStripButton();
            this.buttonCaption = new System.Windows.Forms.ToolStripButton();
            this.boxAdvancedScripting = new System.Windows.Forms.ToolStripButton();
            this.buttonExportProcessing = new System.Windows.Forms.ToolStripButton();
            this.buttonPreview = new System.Windows.Forms.ToolStripButton();
            this.buttonDub = new System.Windows.Forms.ToolStripButton();
            this.listViewProcessingScript = new System.Windows.Forms.ListView();
            this.imageListFilters = new System.Windows.Forms.ImageList(this.components);
            this.textBoxProcessingScript = new System.Windows.Forms.TextBox();
            this.buttonVariableDefault = new System.Windows.Forms.Button();
            this.boxTitle = new System.Windows.Forms.TextBox();
            this.boxConstant = new System.Windows.Forms.RadioButton();
            this.boxVariable = new System.Windows.Forms.RadioButton();
            this.buttonConstantDefault = new System.Windows.Forms.Button();
            this.tableLayoutPanelEncodingVideo = new System.Windows.Forms.TableLayoutPanel();
            this.tableVideoConstantOptions = new System.Windows.Forms.TableLayoutPanel();
            this.boxLimit = new System.Windows.Forms.TextBox();
            this.boxBitrate = new System.Windows.Forms.TextBox();
            this.tableVideoVariableOptions = new System.Windows.Forms.TableLayoutPanel();
            this.numericCrf = new System.Windows.Forms.NumericUpDown();
            this.numericCrfTolerance = new System.Windows.Forms.NumericUpDown();
            this.boxHQ = new System.Windows.Forms.CheckBox();
            this.buttonAudioEnabledDefault = new System.Windows.Forms.Button();
            this.boxAudio = new System.Windows.Forms.CheckBox();
            this.tableAudioConstantOptions = new System.Windows.Forms.TableLayoutPanel();
            this.boxAudioBitrate = new System.Windows.Forms.TextBox();
            this.tableAudioVariableOptions = new System.Windows.Forms.TableLayoutPanel();
            this.numericAudioQuality = new System.Windows.Forms.NumericUpDown();
            this.comboLevels = new System.Windows.Forms.ComboBox();
            this.boxDeinterlace = new System.Windows.Forms.CheckBox();
            this.boxDenoise = new System.Windows.Forms.CheckBox();
            this.boxFrameRate = new System.Windows.Forms.TextBox();
            this.boxNGOV = new System.Windows.Forms.CheckBox();
            this.trackThreads = new System.Windows.Forms.TrackBar();
            this.labelThreads = new System.Windows.Forms.Label();
            this.trackSlices = new System.Windows.Forms.TrackBar();
            this.labelSlices = new System.Windows.Forms.Label();
            this.boxArguments = new System.Windows.Forms.TextBox();
            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.panelContainTheProgressBar = new System.Windows.Forms.Panel();
            this.boxIndexingProgressDetails = new System.Windows.Forms.CheckBox();
            this.boxIndexingProgress = new System.Windows.Forms.TextBox();
            this.labelIndexingProgress = new System.Windows.Forms.Label();
            this.progressBarIndexing = new System.Windows.Forms.ProgressBar();
            this.panelHideTheOptions = new System.Windows.Forms.Panel();
            this.buttonRate = new System.Windows.Forms.ToolStripButton();
            tableMainForm = new System.Windows.Forms.TableLayoutPanel();
            groupMain = new System.Windows.Forms.GroupBox();
            tableMain = new System.Windows.Forms.TableLayoutPanel();
            labelInputFile = new System.Windows.Forms.Label();
            labelOutputFile = new System.Windows.Forms.Label();
            buttonBrowseOut = new System.Windows.Forms.Button();
            tabControlOptions = new System.Windows.Forms.TabControl();
            tabProcessing = new System.Windows.Forms.TabPage();
            tableProcessing = new System.Windows.Forms.TableLayoutPanel();
            toolStripProcessing = new System.Windows.Forms.ToolStrip();
            panelProcessingInput = new System.Windows.Forms.Panel();
            tabEncoding = new System.Windows.Forms.TabPage();
            tableEncoding = new System.Windows.Forms.TableLayoutPanel();
            groupEncodingGeneral = new System.Windows.Forms.GroupBox();
            tableEncodingGeneral = new System.Windows.Forms.TableLayoutPanel();
            labelGeneralModeVariableHint = new System.Windows.Forms.Label();
            labelGeneralModeConstantHint = new System.Windows.Forms.Label();
            labelGeneralMode = new System.Windows.Forms.Label();
            labelGeneralTitle = new System.Windows.Forms.Label();
            labelGeneralTitleHint = new System.Windows.Forms.Label();
            groupEncodingVideo = new System.Windows.Forms.GroupBox();
            panelEncodingModeSwapper = new System.Windows.Forms.Panel();
            labelVideoSizeLimit = new System.Windows.Forms.Label();
            labelVideoSizeLimitUnit = new System.Windows.Forms.Label();
            labelVideoSizeLimitHint = new System.Windows.Forms.Label();
            labelVideoBitrate = new System.Windows.Forms.Label();
            labelVideoBitrateUnit = new System.Windows.Forms.Label();
            labelVideoBitrateHint = new System.Windows.Forms.Label();
            labelVideoCrf = new System.Windows.Forms.Label();
            labelVideoCrfHint = new System.Windows.Forms.Label();
            labelVideoCrfTolerance = new System.Windows.Forms.Label();
            labelVideoCrfToleranceHint = new System.Windows.Forms.Label();
            labelVideoHQHint = new System.Windows.Forms.Label();
            groupEncodingAudio = new System.Windows.Forms.GroupBox();
            tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel();
            labelAudioHint = new System.Windows.Forms.Label();
            panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel();
            labelAudioBitrate = new System.Windows.Forms.Label();
            labelAudioBitrateUnit = new System.Windows.Forms.Label();
            labelAudioBitrateHint = new System.Windows.Forms.Label();
            labelAudioQuality = new System.Windows.Forms.Label();
            labelAudioQualityHint = new System.Windows.Forms.Label();
            tabAdvanced = new System.Windows.Forms.TabPage();
            tableAdvanced = new System.Windows.Forms.TableLayoutPanel();
            labelAdvancedWarning = new System.Windows.Forms.Label();
            groupAdvancedProcessing = new System.Windows.Forms.GroupBox();
            tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel();
            labelProcessingLevels = new System.Windows.Forms.Label();
            labelProcessingLevelsHint = new System.Windows.Forms.Label();
            labelProcessingDeinterlaceHint = new System.Windows.Forms.Label();
            labelProcessingDenoiseHint = new System.Windows.Forms.Label();
            groupAdvancedEncoding = new System.Windows.Forms.GroupBox();
            tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel();
            labelEncodingFrameRateHint = new System.Windows.Forms.Label();
            labelEncodingFrameRate = new System.Windows.Forms.Label();
            labelEncodingNGOVHint = new System.Windows.Forms.Label();
            labelEncodingThreads = new System.Windows.Forms.Label();
            labelEncodingThreadsHint = new System.Windows.Forms.Label();
            labelEncodingSlices = new System.Windows.Forms.Label();
            labelEncodingSlicesHint = new System.Windows.Forms.Label();
            labelEncodingArguments = new System.Windows.Forms.Label();
            statusStrip = new System.Windows.Forms.StatusStrip();
            tableMainForm.SuspendLayout();
            groupMain.SuspendLayout();
            tableMain.SuspendLayout();
            tabControlOptions.SuspendLayout();
            tabProcessing.SuspendLayout();
            tableProcessing.SuspendLayout();
            toolStripProcessing.SuspendLayout();
            panelProcessingInput.SuspendLayout();
            tabEncoding.SuspendLayout();
            tableEncoding.SuspendLayout();
            groupEncodingGeneral.SuspendLayout();
            tableEncodingGeneral.SuspendLayout();
            groupEncodingVideo.SuspendLayout();
            this.tableLayoutPanelEncodingVideo.SuspendLayout();
            panelEncodingModeSwapper.SuspendLayout();
            this.tableVideoConstantOptions.SuspendLayout();
            this.tableVideoVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit();
            groupEncodingAudio.SuspendLayout();
            tableEncodingAudio.SuspendLayout();
            panelEncodingModeSwapperTwo.SuspendLayout();
            this.tableAudioConstantOptions.SuspendLayout();
            this.tableAudioVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit();
            tabAdvanced.SuspendLayout();
            tableAdvanced.SuspendLayout();
            groupAdvancedProcessing.SuspendLayout();
            tableAdvancedProcessing.SuspendLayout();
            groupAdvancedEncoding.SuspendLayout();
            tableAdvancedEncoding.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit();
            statusStrip.SuspendLayout();
            this.panelContainTheProgressBar.SuspendLayout();
            this.panelHideTheOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableMainForm
            // 
            tableMainForm.ColumnCount = 1;
            tableMainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMainForm.Controls.Add(groupMain, 0, 0);
            tableMainForm.Controls.Add(tabControlOptions, 0, 1);
            tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill;
            tableMainForm.Location = new System.Drawing.Point(3, 3);
            tableMainForm.Name = "tableMainForm";
            tableMainForm.RowCount = 3;
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F));
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableMainForm.Size = new System.Drawing.Size(1067, 443);
            tableMainForm.TabIndex = 0;
            // 
            // groupMain
            // 
            groupMain.Controls.Add(tableMain);
            groupMain.Dock = System.Windows.Forms.DockStyle.Fill;
            groupMain.Location = new System.Drawing.Point(3, 3);
            groupMain.Name = "groupMain";
            groupMain.Size = new System.Drawing.Size(1061, 78);
            groupMain.TabIndex = 0;
            groupMain.TabStop = false;
            groupMain.Text = "Main";
            // 
            // tableMain
            // 
            tableMain.ColumnCount = 4;
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
            tableMain.Controls.Add(labelInputFile, 0, 0);
            tableMain.Controls.Add(this.textBoxIn, 1, 0);
            tableMain.Controls.Add(this.buttonBrowseIn, 2, 0);
            tableMain.Controls.Add(labelOutputFile, 0, 1);
            tableMain.Controls.Add(this.textBoxOut, 1, 1);
            tableMain.Controls.Add(buttonBrowseOut, 2, 1);
            tableMain.Controls.Add(this.buttonGo, 3, 0);
            tableMain.Dock = System.Windows.Forms.DockStyle.Fill;
            tableMain.Location = new System.Drawing.Point(3, 16);
            tableMain.Name = "tableMain";
            tableMain.RowCount = 2;
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableMain.Size = new System.Drawing.Size(1055, 59);
            tableMain.TabIndex = 0;
            // 
            // labelInputFile
            // 
            labelInputFile.AutoSize = true;
            labelInputFile.Dock = System.Windows.Forms.DockStyle.Fill;
            labelInputFile.Location = new System.Drawing.Point(3, 0);
            labelInputFile.Name = "labelInputFile";
            labelInputFile.Size = new System.Drawing.Size(63, 29);
            labelInputFile.TabIndex = 0;
            labelInputFile.Text = "Input file:";
            labelInputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxIn
            // 
            this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxIn.Location = new System.Drawing.Point(72, 4);
            this.textBoxIn.Name = "textBoxIn";
            this.textBoxIn.Size = new System.Drawing.Size(835, 20);
            this.textBoxIn.TabIndex = 1;
            // 
            // buttonBrowseIn
            // 
            this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonBrowseIn.Location = new System.Drawing.Point(913, 3);
            this.buttonBrowseIn.Name = "buttonBrowseIn";
            this.buttonBrowseIn.Size = new System.Drawing.Size(62, 23);
            this.buttonBrowseIn.TabIndex = 2;
            this.buttonBrowseIn.Text = "Browse";
            this.buttonBrowseIn.UseVisualStyleBackColor = true;
            this.buttonBrowseIn.Click += new System.EventHandler(this.buttonBrowseIn_Click);
            // 
            // labelOutputFile
            // 
            labelOutputFile.AutoSize = true;
            labelOutputFile.Dock = System.Windows.Forms.DockStyle.Fill;
            labelOutputFile.Location = new System.Drawing.Point(3, 29);
            labelOutputFile.Name = "labelOutputFile";
            labelOutputFile.Size = new System.Drawing.Size(63, 30);
            labelOutputFile.TabIndex = 0;
            labelOutputFile.Text = "Output file:";
            labelOutputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxOut
            // 
            this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxOut.Location = new System.Drawing.Point(72, 34);
            this.textBoxOut.Name = "textBoxOut";
            this.textBoxOut.Size = new System.Drawing.Size(835, 20);
            this.textBoxOut.TabIndex = 3;
            // 
            // buttonBrowseOut
            // 
            buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill;
            buttonBrowseOut.Location = new System.Drawing.Point(913, 32);
            buttonBrowseOut.Name = "buttonBrowseOut";
            buttonBrowseOut.Size = new System.Drawing.Size(62, 24);
            buttonBrowseOut.TabIndex = 4;
            buttonBrowseOut.Text = "Browse";
            buttonBrowseOut.UseVisualStyleBackColor = true;
            buttonBrowseOut.Click += new System.EventHandler(this.buttonBrowseOut_Click);
            // 
            // buttonGo
            // 
            this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonGo.Enabled = false;
            this.buttonGo.Location = new System.Drawing.Point(981, 3);
            this.buttonGo.Name = "buttonGo";
            tableMain.SetRowSpan(this.buttonGo, 2);
            this.buttonGo.Size = new System.Drawing.Size(71, 53);
            this.buttonGo.TabIndex = 5;
            this.buttonGo.Text = "Convert";
            this.buttonGo.UseVisualStyleBackColor = true;
            this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
            // 
            // tabControlOptions
            // 
            tabControlOptions.Controls.Add(tabProcessing);
            tabControlOptions.Controls.Add(tabEncoding);
            tabControlOptions.Controls.Add(tabAdvanced);
            tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControlOptions.Location = new System.Drawing.Point(3, 87);
            tabControlOptions.Name = "tabControlOptions";
            tabControlOptions.SelectedIndex = 0;
            tabControlOptions.Size = new System.Drawing.Size(1061, 333);
            tabControlOptions.TabIndex = 1;
            // 
            // tabProcessing
            // 
            tabProcessing.Controls.Add(tableProcessing);
            tabProcessing.Location = new System.Drawing.Point(4, 22);
            tabProcessing.Name = "tabProcessing";
            tabProcessing.Padding = new System.Windows.Forms.Padding(3);
            tabProcessing.Size = new System.Drawing.Size(1053, 307);
            tabProcessing.TabIndex = 3;
            tabProcessing.Text = "Processing";
            // 
            // tableProcessing
            // 
            tableProcessing.ColumnCount = 1;
            tableProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableProcessing.Controls.Add(toolStripProcessing, 0, 0);
            tableProcessing.Controls.Add(panelProcessingInput, 0, 1);
            tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            tableProcessing.Location = new System.Drawing.Point(3, 3);
            tableProcessing.Name = "tableProcessing";
            tableProcessing.RowCount = 2;
            tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableProcessing.Size = new System.Drawing.Size(1047, 301);
            tableProcessing.TabIndex = 0;
            // 
            // toolStripProcessing
            // 
            toolStripProcessing.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStripProcessing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonTrim,
            this.buttonCrop,
            this.buttonResize,
            this.buttonSubtitle,
            this.buttonReverse,
            this.buttonOverlay,
            this.buttonCaption,
            this.boxAdvancedScripting,
            this.buttonExportProcessing,
            this.buttonPreview,
            this.buttonDub,
            this.buttonRate});
            toolStripProcessing.Location = new System.Drawing.Point(0, 0);
            toolStripProcessing.Name = "toolStripProcessing";
            toolStripProcessing.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            toolStripProcessing.ShowItemToolTips = false;
            toolStripProcessing.Size = new System.Drawing.Size(1047, 25);
            toolStripProcessing.TabIndex = 0;
            toolStripProcessing.TabStop = true;
            // 
            // buttonTrim
            // 
            this.buttonTrim.AccessibleDescription = "Select a clip from your video.";
            this.buttonTrim.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonMultipleTrim});
            this.buttonTrim.Enabled = false;
            this.buttonTrim.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2);
            this.buttonTrim.Name = "buttonTrim";
            this.buttonTrim.Size = new System.Drawing.Size(48, 22);
            this.buttonTrim.Text = "Trim";
            this.buttonTrim.ButtonClick += new System.EventHandler(this.buttonTrim_Click);
            this.buttonTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonTrim.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonMultipleTrim
            // 
            this.buttonMultipleTrim.AccessibleDescription = "Select many clips from your video, and sort them on a timeline.";
            this.buttonMultipleTrim.Name = "buttonMultipleTrim";
            this.buttonMultipleTrim.Size = new System.Drawing.Size(152, 22);
            this.buttonMultipleTrim.Text = "Multiple Trim";
            this.buttonMultipleTrim.Click += new System.EventHandler(this.buttonMultipleTrim_Click);
            this.buttonMultipleTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonMultipleTrim.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonCrop
            // 
            this.buttonCrop.AccessibleDescription = "Crop your video into a smaller frame.";
            this.buttonCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonCrop.Enabled = false;
            this.buttonCrop.Name = "buttonCrop";
            this.buttonCrop.Size = new System.Drawing.Size(37, 22);
            this.buttonCrop.Text = "Crop";
            this.buttonCrop.Click += new System.EventHandler(this.buttonCrop_Click);
            this.buttonCrop.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonCrop.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonResize
            // 
            this.buttonResize.AccessibleDescription = "Scale your video.";
            this.buttonResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonResize.Enabled = false;
            this.buttonResize.Name = "buttonResize";
            this.buttonResize.Size = new System.Drawing.Size(43, 22);
            this.buttonResize.Text = "Resize";
            this.buttonResize.Click += new System.EventHandler(this.buttonResize_Click);
            this.buttonResize.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonResize.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonSubtitle
            // 
            this.buttonSubtitle.AccessibleDescription = "Burn subtitles into the video.";
            this.buttonSubtitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonSubtitle.Enabled = false;
            this.buttonSubtitle.Name = "buttonSubtitle";
            this.buttonSubtitle.Size = new System.Drawing.Size(56, 22);
            this.buttonSubtitle.Text = "Subtitles";
            this.buttonSubtitle.Click += new System.EventHandler(this.buttonSubtitle_Click);
            this.buttonSubtitle.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonSubtitle.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonReverse
            // 
            this.buttonReverse.AccessibleDescription = "Everything is backwards!";
            this.buttonReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonReverse.Enabled = false;
            this.buttonReverse.Name = "buttonReverse";
            this.buttonReverse.Size = new System.Drawing.Size(51, 22);
            this.buttonReverse.Text = "Reverse";
            this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click);
            this.buttonReverse.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonReverse.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonOverlay
            // 
            this.buttonOverlay.AccessibleDescription = "Overlay a picture on top of your video.";
            this.buttonOverlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonOverlay.Enabled = false;
            this.buttonOverlay.Name = "buttonOverlay";
            this.buttonOverlay.Size = new System.Drawing.Size(51, 22);
            this.buttonOverlay.Text = "Overlay";
            this.buttonOverlay.Click += new System.EventHandler(this.buttonOverlay_Click);
            this.buttonOverlay.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonOverlay.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonCaption
            // 
            this.buttonCaption.AccessibleDescription = "Add some funny text to your video.";
            this.buttonCaption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonCaption.Enabled = false;
            this.buttonCaption.Name = "buttonCaption";
            this.buttonCaption.Size = new System.Drawing.Size(53, 22);
            this.buttonCaption.Text = "Caption";
            this.buttonCaption.Click += new System.EventHandler(this.buttonCaption_Click);
            this.buttonCaption.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonCaption.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // boxAdvancedScripting
            // 
            this.boxAdvancedScripting.AccessibleDescription = "Are you a bad enough dude? Take care, there is no way back. You will have to star" +
    "t over if you f**k up.";
            this.boxAdvancedScripting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.boxAdvancedScripting.Name = "boxAdvancedScripting";
            this.boxAdvancedScripting.Size = new System.Drawing.Size(64, 22);
            this.boxAdvancedScripting.Text = "Advanced";
            this.boxAdvancedScripting.Click += new System.EventHandler(this.boxAdvancedScripting_Click);
            this.boxAdvancedScripting.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.boxAdvancedScripting.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonExportProcessing
            // 
            this.buttonExportProcessing.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.buttonExportProcessing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonExportProcessing.Enabled = false;
            this.buttonExportProcessing.Image = ((System.Drawing.Image)(resources.GetObject("buttonExportProcessing.Image")));
            this.buttonExportProcessing.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonExportProcessing.Name = "buttonExportProcessing";
            this.buttonExportProcessing.Size = new System.Drawing.Size(44, 22);
            this.buttonExportProcessing.Text = "Export";
            this.buttonExportProcessing.Click += new System.EventHandler(this.buttonExportProcessing_Click);
            // 
            // buttonPreview
            // 
            this.buttonPreview.AccessibleDescription = "Open a preview window that will loop your processing settings. Note that this doe" +
    "sn\'t reflect output encoding quality.";
            this.buttonPreview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.buttonPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonPreview.Enabled = false;
            this.buttonPreview.Name = "buttonPreview";
            this.buttonPreview.Size = new System.Drawing.Size(84, 22);
            this.buttonPreview.Text = "Preview filters";
            this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click);
            this.buttonPreview.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonPreview.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonDub
            // 
            this.buttonDub.AccessibleDescription = "Add or replace the audio on your video.";
            this.buttonDub.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonDub.Enabled = false;
            this.buttonDub.Name = "buttonDub";
            this.buttonDub.Size = new System.Drawing.Size(33, 22);
            this.buttonDub.Text = "Dub";
            this.buttonDub.Click += new System.EventHandler(this.buttonDub_Click);
            this.buttonDub.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonDub.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // panelProcessingInput
            // 
            panelProcessingInput.Controls.Add(this.listViewProcessingScript);
            panelProcessingInput.Controls.Add(this.textBoxProcessingScript);
            panelProcessingInput.Dock = System.Windows.Forms.DockStyle.Fill;
            panelProcessingInput.Location = new System.Drawing.Point(0, 25);
            panelProcessingInput.Margin = new System.Windows.Forms.Padding(0);
            panelProcessingInput.Name = "panelProcessingInput";
            panelProcessingInput.Size = new System.Drawing.Size(1047, 276);
            panelProcessingInput.TabIndex = 1;
            // 
            // listViewProcessingScript
            // 
            this.listViewProcessingScript.AccessibleDescription = "Double click a filter to edit it. Select a filter and press Delete to remove it.";
            this.listViewProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewProcessingScript.LargeImageList = this.imageListFilters;
            this.listViewProcessingScript.Location = new System.Drawing.Point(0, 0);
            this.listViewProcessingScript.Margin = new System.Windows.Forms.Padding(0);
            this.listViewProcessingScript.Name = "listViewProcessingScript";
            this.listViewProcessingScript.Size = new System.Drawing.Size(1047, 276);
            this.listViewProcessingScript.TabIndex = 3;
            this.listViewProcessingScript.UseCompatibleStateImageBehavior = false;
            this.listViewProcessingScript.ItemActivate += new System.EventHandler(this.listViewProcessingScript_ItemActivate);
            this.listViewProcessingScript.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listViewProcessingScript_KeyUp);
            this.listViewProcessingScript.MouseEnter += new System.EventHandler(this.ControlTooltip);
            this.listViewProcessingScript.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // imageListFilters
            // 
            this.imageListFilters.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFilters.ImageStream")));
            this.imageListFilters.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListFilters.Images.SetKeyName(0, "Trim");
            this.imageListFilters.Images.SetKeyName(1, "Crop");
            this.imageListFilters.Images.SetKeyName(2, "Subtitles");
            this.imageListFilters.Images.SetKeyName(3, "Reverse");
            this.imageListFilters.Images.SetKeyName(4, "Resize");
            this.imageListFilters.Images.SetKeyName(5, "Overlay");
            this.imageListFilters.Images.SetKeyName(6, "Caption");
            this.imageListFilters.Images.SetKeyName(7, "Dub");
            this.imageListFilters.Images.SetKeyName(8, "Rate");
            // 
            // textBoxProcessingScript
            // 
            this.textBoxProcessingScript.AcceptsReturn = true;
            this.textBoxProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxProcessingScript.Location = new System.Drawing.Point(0, 0);
            this.textBoxProcessingScript.Margin = new System.Windows.Forms.Padding(0);
            this.textBoxProcessingScript.Multiline = true;
            this.textBoxProcessingScript.Name = "textBoxProcessingScript";
            this.textBoxProcessingScript.Size = new System.Drawing.Size(1047, 276);
            this.textBoxProcessingScript.TabIndex = 2;
            this.textBoxProcessingScript.Text = "# This is an AviSynth script. You may write advanced commands below, or just pres" +
    "s the buttons above for smooth sailing.";
            this.textBoxProcessingScript.Visible = false;
            this.textBoxProcessingScript.Leave += new System.EventHandler(this.textBoxProcessingScript_Leave);
            // 
            // tabEncoding
            // 
            tabEncoding.BackColor = System.Drawing.SystemColors.Control;
            tabEncoding.Controls.Add(tableEncoding);
            tabEncoding.Location = new System.Drawing.Point(4, 22);
            tabEncoding.Name = "tabEncoding";
            tabEncoding.Padding = new System.Windows.Forms.Padding(3);
            tabEncoding.Size = new System.Drawing.Size(1053, 307);
            tabEncoding.TabIndex = 0;
            tabEncoding.Text = "Encoding";
            // 
            // tableEncoding
            // 
            tableEncoding.ColumnCount = 1;
            tableEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncoding.Controls.Add(groupEncodingGeneral, 0, 0);
            tableEncoding.Controls.Add(groupEncodingVideo, 0, 1);
            tableEncoding.Controls.Add(groupEncodingAudio, 0, 2);
            tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncoding.Location = new System.Drawing.Point(3, 3);
            tableEncoding.Name = "tableEncoding";
            tableEncoding.RowCount = 4;
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncoding.Size = new System.Drawing.Size(1047, 301);
            tableEncoding.TabIndex = 0;
            // 
            // groupEncodingGeneral
            // 
            groupEncodingGeneral.Controls.Add(tableEncodingGeneral);
            groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingGeneral.Location = new System.Drawing.Point(3, 3);
            groupEncodingGeneral.Name = "groupEncodingGeneral";
            groupEncodingGeneral.Size = new System.Drawing.Size(1041, 101);
            groupEncodingGeneral.TabIndex = 1;
            groupEncodingGeneral.TabStop = false;
            groupEncodingGeneral.Text = "General";
            // 
            // tableEncodingGeneral
            // 
            tableEncodingGeneral.ColumnCount = 5;
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 248F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncodingGeneral.Controls.Add(this.buttonVariableDefault, 2, 2);
            tableEncodingGeneral.Controls.Add(labelGeneralModeVariableHint, 3, 2);
            tableEncodingGeneral.Controls.Add(labelGeneralModeConstantHint, 3, 1);
            tableEncodingGeneral.Controls.Add(labelGeneralMode, 0, 1);
            tableEncodingGeneral.Controls.Add(labelGeneralTitle, 0, 0);
            tableEncodingGeneral.Controls.Add(this.boxTitle, 1, 0);
            tableEncodingGeneral.Controls.Add(labelGeneralTitleHint, 4, 0);
            tableEncodingGeneral.Controls.Add(this.boxConstant, 1, 1);
            tableEncodingGeneral.Controls.Add(this.boxVariable, 1, 2);
            tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1);
            tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncodingGeneral.Location = new System.Drawing.Point(3, 16);
            tableEncodingGeneral.Name = "tableEncodingGeneral";
            tableEncodingGeneral.RowCount = 3;
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.Size = new System.Drawing.Size(1035, 82);
            tableEncodingGeneral.TabIndex = 0;
            // 
            // buttonVariableDefault
            // 
            this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonVariableDefault.Location = new System.Drawing.Point(170, 59);
            this.buttonVariableDefault.Name = "buttonVariableDefault";
            this.buttonVariableDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonVariableDefault.TabIndex = 5;
            this.buttonVariableDefault.Text = "Default";
            this.buttonVariableDefault.UseVisualStyleBackColor = true;
            this.buttonVariableDefault.Visible = false;
            this.buttonVariableDefault.Click += new System.EventHandler(this.buttonVariableDefault_Click);
            // 
            // labelGeneralModeVariableHint
            // 
            labelGeneralModeVariableHint.AutoSize = true;
            tableEncodingGeneral.SetColumnSpan(labelGeneralModeVariableHint, 2);
            labelGeneralModeVariableHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralModeVariableHint.Location = new System.Drawing.Point(230, 56);
            labelGeneralModeVariableHint.Name = "labelGeneralModeVariableHint";
            labelGeneralModeVariableHint.Size = new System.Drawing.Size(802, 28);
            labelGeneralModeVariableHint.TabIndex = 0;
            labelGeneralModeVariableHint.Text = "This will make your video get the size it deserves to look good.";
            labelGeneralModeVariableHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelGeneralModeConstantHint
            // 
            labelGeneralModeConstantHint.AutoSize = true;
            tableEncodingGeneral.SetColumnSpan(labelGeneralModeConstantHint, 2);
            labelGeneralModeConstantHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralModeConstantHint.Location = new System.Drawing.Point(230, 28);
            labelGeneralModeConstantHint.Name = "labelGeneralModeConstantHint";
            labelGeneralModeConstantHint.Size = new System.Drawing.Size(802, 28);
            labelGeneralModeConstantHint.TabIndex = 0;
            labelGeneralModeConstantHint.Text = "This will make your video have a specific filesize, and suffer lower quality to m" +
    "atch that size.";
            labelGeneralModeConstantHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelGeneralMode
            // 
            labelGeneralMode.AutoSize = true;
            labelGeneralMode.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralMode.Location = new System.Drawing.Point(3, 28);
            labelGeneralMode.Name = "labelGeneralMode";
            labelGeneralMode.Size = new System.Drawing.Size(73, 28);
            labelGeneralMode.TabIndex = 0;
            labelGeneralMode.Text = "Mode:";
            labelGeneralMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGeneralTitle
            // 
            labelGeneralTitle.AutoSize = true;
            labelGeneralTitle.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralTitle.Location = new System.Drawing.Point(3, 0);
            labelGeneralTitle.Name = "labelGeneralTitle";
            labelGeneralTitle.Size = new System.Drawing.Size(73, 28);
            labelGeneralTitle.TabIndex = 0;
            labelGeneralTitle.Text = "Title:";
            labelGeneralTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxTitle
            // 
            this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3);
            this.boxTitle.Location = new System.Drawing.Point(82, 4);
            this.boxTitle.Name = "boxTitle";
            this.boxTitle.Size = new System.Drawing.Size(390, 20);
            this.boxTitle.TabIndex = 1;
            this.boxTitle.TextChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelGeneralTitleHint
            // 
            labelGeneralTitleHint.AutoSize = true;
            labelGeneralTitleHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralTitleHint.Location = new System.Drawing.Point(478, 0);
            labelGeneralTitleHint.Name = "labelGeneralTitleHint";
            labelGeneralTitleHint.Size = new System.Drawing.Size(554, 28);
            labelGeneralTitleHint.TabIndex = 0;
            labelGeneralTitleHint.Text = "Adds a string of text to the metadata of the video, which can be used to indicate" +
    " the source of a video, for example. Leave blank for no title.";
            labelGeneralTitleHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxConstant
            // 
            this.boxConstant.AutoSize = true;
            this.boxConstant.Checked = true;
            this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxConstant.Location = new System.Drawing.Point(82, 31);
            this.boxConstant.Name = "boxConstant";
            this.boxConstant.Size = new System.Drawing.Size(82, 22);
            this.boxConstant.TabIndex = 2;
            this.boxConstant.TabStop = true;
            this.boxConstant.Text = "Constant";
            this.boxConstant.UseVisualStyleBackColor = true;
            this.boxConstant.CheckedChanged += new System.EventHandler(this.boxConstant_CheckedChanged);
            // 
            // boxVariable
            // 
            this.boxVariable.AutoSize = true;
            this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxVariable.Location = new System.Drawing.Point(82, 59);
            this.boxVariable.Name = "boxVariable";
            this.boxVariable.Size = new System.Drawing.Size(82, 22);
            this.boxVariable.TabIndex = 3;
            this.boxVariable.Text = "Variable";
            this.boxVariable.UseVisualStyleBackColor = true;
            this.boxVariable.CheckedChanged += new System.EventHandler(this.boxVariable_CheckedChanged);
            // 
            // buttonConstantDefault
            // 
            this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonConstantDefault.Location = new System.Drawing.Point(170, 31);
            this.buttonConstantDefault.Name = "buttonConstantDefault";
            this.buttonConstantDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonConstantDefault.TabIndex = 4;
            this.buttonConstantDefault.Text = "Default";
            this.buttonConstantDefault.UseVisualStyleBackColor = true;
            this.buttonConstantDefault.Visible = false;
            this.buttonConstantDefault.Click += new System.EventHandler(this.buttonConstantDefault_Click);
            // 
            // groupEncodingVideo
            // 
            groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo);
            groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingVideo.Location = new System.Drawing.Point(3, 110);
            groupEncodingVideo.Name = "groupEncodingVideo";
            groupEncodingVideo.Size = new System.Drawing.Size(1041, 101);
            groupEncodingVideo.TabIndex = 2;
            groupEncodingVideo.TabStop = false;
            groupEncodingVideo.Text = "Video";
            // 
            // tableLayoutPanelEncodingVideo
            // 
            this.tableLayoutPanelEncodingVideo.ColumnCount = 4;
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelEncodingVideo.Controls.Add(panelEncodingModeSwapper, 0, 1);
            this.tableLayoutPanelEncodingVideo.Controls.Add(this.boxHQ, 0, 0);
            this.tableLayoutPanelEncodingVideo.Controls.Add(labelVideoHQHint, 3, 0);
            this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo";
            this.tableLayoutPanelEncodingVideo.RowCount = 3;
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelEncodingVideo.Size = new System.Drawing.Size(1035, 82);
            this.tableLayoutPanelEncodingVideo.TabIndex = 0;
            // 
            // panelEncodingModeSwapper
            // 
            this.tableLayoutPanelEncodingVideo.SetColumnSpan(panelEncodingModeSwapper, 4);
            panelEncodingModeSwapper.Controls.Add(this.tableVideoConstantOptions);
            panelEncodingModeSwapper.Controls.Add(this.tableVideoVariableOptions);
            panelEncodingModeSwapper.Dock = System.Windows.Forms.DockStyle.Fill;
            panelEncodingModeSwapper.Location = new System.Drawing.Point(0, 28);
            panelEncodingModeSwapper.Margin = new System.Windows.Forms.Padding(0);
            panelEncodingModeSwapper.Name = "panelEncodingModeSwapper";
            this.tableLayoutPanelEncodingVideo.SetRowSpan(panelEncodingModeSwapper, 2);
            panelEncodingModeSwapper.Size = new System.Drawing.Size(1035, 56);
            panelEncodingModeSwapper.TabIndex = 2;
            // 
            // tableVideoConstantOptions
            // 
            this.tableVideoConstantOptions.ColumnCount = 4;
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimit, 0, 0);
            this.tableVideoConstantOptions.Controls.Add(this.boxLimit, 1, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitUnit, 2, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitHint, 3, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrate, 0, 1);
            this.tableVideoConstantOptions.Controls.Add(this.boxBitrate, 1, 1);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateUnit, 2, 1);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateHint, 3, 1);
            this.tableVideoConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableVideoConstantOptions.Location = new System.Drawing.Point(0, 0);
            this.tableVideoConstantOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableVideoConstantOptions.Name = "tableVideoConstantOptions";
            this.tableVideoConstantOptions.RowCount = 2;
            this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoConstantOptions.Size = new System.Drawing.Size(1035, 56);
            this.tableVideoConstantOptions.TabIndex = 0;
            // 
            // labelVideoSizeLimit
            // 
            labelVideoSizeLimit.AutoSize = true;
            labelVideoSizeLimit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimit.Location = new System.Drawing.Point(3, 0);
            labelVideoSizeLimit.Name = "labelVideoSizeLimit";
            labelVideoSizeLimit.Size = new System.Drawing.Size(73, 28);
            labelVideoSizeLimit.TabIndex = 0;
            labelVideoSizeLimit.Text = "Size limit:";
            labelVideoSizeLimit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxLimit
            // 
            this.boxLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxLimit.Location = new System.Drawing.Point(82, 4);
            this.boxLimit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxLimit.Name = "boxLimit";
            this.boxLimit.Size = new System.Drawing.Size(115, 20);
            this.boxLimit.TabIndex = 1;
            this.boxLimit.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelVideoSizeLimitUnit
            // 
            labelVideoSizeLimitUnit.AutoSize = true;
            labelVideoSizeLimitUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimitUnit.Location = new System.Drawing.Point(197, 0);
            labelVideoSizeLimitUnit.Margin = new System.Windows.Forms.Padding(0);
            labelVideoSizeLimitUnit.Name = "labelVideoSizeLimitUnit";
            labelVideoSizeLimitUnit.Size = new System.Drawing.Size(30, 28);
            labelVideoSizeLimitUnit.TabIndex = 0;
            labelVideoSizeLimitUnit.Text = "MiB";
            labelVideoSizeLimitUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoSizeLimitHint
            // 
            labelVideoSizeLimitHint.AutoSize = true;
            labelVideoSizeLimitHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimitHint.Location = new System.Drawing.Point(230, 0);
            labelVideoSizeLimitHint.Name = "labelVideoSizeLimitHint";
            labelVideoSizeLimitHint.Size = new System.Drawing.Size(802, 28);
            labelVideoSizeLimitHint.TabIndex = 0;
            labelVideoSizeLimitHint.Text = "Will adjust the quality to attempt to stay below this limit, and cut off the end " +
    "of a video if needed. Leave blank for no limit. The limit on 4chan is 3 MB.";
            labelVideoSizeLimitHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoBitrate
            // 
            labelVideoBitrate.AutoSize = true;
            labelVideoBitrate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrate.Location = new System.Drawing.Point(3, 28);
            labelVideoBitrate.Name = "labelVideoBitrate";
            labelVideoBitrate.Size = new System.Drawing.Size(73, 28);
            labelVideoBitrate.TabIndex = 0;
            labelVideoBitrate.Text = "Bitrate:";
            labelVideoBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxBitrate
            // 
            this.boxBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxBitrate.Location = new System.Drawing.Point(82, 32);
            this.boxBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxBitrate.Name = "boxBitrate";
            this.boxBitrate.Size = new System.Drawing.Size(115, 20);
            this.boxBitrate.TabIndex = 2;
            this.boxBitrate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelVideoBitrateUnit
            // 
            labelVideoBitrateUnit.AutoSize = true;
            labelVideoBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrateUnit.Location = new System.Drawing.Point(197, 28);
            labelVideoBitrateUnit.Margin = new System.Windows.Forms.Padding(0);
            labelVideoBitrateUnit.Name = "labelVideoBitrateUnit";
            labelVideoBitrateUnit.Size = new System.Drawing.Size(30, 28);
            labelVideoBitrateUnit.TabIndex = 0;
            labelVideoBitrateUnit.Text = "Kb/s";
            labelVideoBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoBitrateHint
            // 
            labelVideoBitrateHint.AutoSize = true;
            labelVideoBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrateHint.Location = new System.Drawing.Point(230, 28);
            labelVideoBitrateHint.Name = "labelVideoBitrateHint";
            labelVideoBitrateHint.Size = new System.Drawing.Size(802, 28);
            labelVideoBitrateHint.TabIndex = 0;
            labelVideoBitrateHint.Text = "Determines the quality of the video. Keep blank to let the program pick one based" +
    " on size limit and duration.";
            labelVideoBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableVideoVariableOptions
            // 
            this.tableVideoVariableOptions.ColumnCount = 4;
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrf, 0, 0);
            this.tableVideoVariableOptions.Controls.Add(this.numericCrf, 1, 0);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfHint, 3, 0);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfTolerance, 0, 1);
            this.tableVideoVariableOptions.Controls.Add(this.numericCrfTolerance, 1, 1);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfToleranceHint, 4, 1);
            this.tableVideoVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableVideoVariableOptions.Location = new System.Drawing.Point(0, 0);
            this.tableVideoVariableOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableVideoVariableOptions.Name = "tableVideoVariableOptions";
            this.tableVideoVariableOptions.RowCount = 2;
            this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoVariableOptions.Size = new System.Drawing.Size(1035, 56);
            this.tableVideoVariableOptions.TabIndex = 0;
            // 
            // labelVideoCrf
            // 
            labelVideoCrf.AutoSize = true;
            labelVideoCrf.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrf.Location = new System.Drawing.Point(3, 0);
            labelVideoCrf.Name = "labelVideoCrf";
            labelVideoCrf.Size = new System.Drawing.Size(73, 28);
            labelVideoCrf.TabIndex = 0;
            labelVideoCrf.Text = "CRF:";
            labelVideoCrf.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericCrf
            // 
            this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2);
            this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericCrf.Location = new System.Drawing.Point(82, 3);
            this.numericCrf.Maximum = new decimal(new int[] {
            63,
            0,
            0,
            0});
            this.numericCrf.Name = "numericCrf";
            this.numericCrf.Size = new System.Drawing.Size(142, 20);
            this.numericCrf.TabIndex = 1;
            this.numericCrf.TabStop = false;
            this.numericCrf.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericCrf.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoCrfHint
            // 
            labelVideoCrfHint.AutoSize = true;
            labelVideoCrfHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfHint.Location = new System.Drawing.Point(230, 0);
            labelVideoCrfHint.Name = "labelVideoCrfHint";
            labelVideoCrfHint.Size = new System.Drawing.Size(802, 28);
            labelVideoCrfHint.TabIndex = 0;
            labelVideoCrfHint.Text = "The constant rate factor of the video determines what level of quality the video " +
    "should get.";
            labelVideoCrfHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoCrfTolerance
            // 
            labelVideoCrfTolerance.AutoSize = true;
            labelVideoCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfTolerance.Location = new System.Drawing.Point(3, 28);
            labelVideoCrfTolerance.Name = "labelVideoCrfTolerance";
            labelVideoCrfTolerance.Size = new System.Drawing.Size(73, 28);
            labelVideoCrfTolerance.TabIndex = 0;
            labelVideoCrfTolerance.Text = "Tolerance:";
            labelVideoCrfTolerance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericCrfTolerance
            // 
            this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2);
            this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericCrfTolerance.Location = new System.Drawing.Point(82, 31);
            this.numericCrfTolerance.Maximum = new decimal(new int[] {
            63,
            0,
            0,
            0});
            this.numericCrfTolerance.Name = "numericCrfTolerance";
            this.numericCrfTolerance.Size = new System.Drawing.Size(142, 20);
            this.numericCrfTolerance.TabIndex = 2;
            this.numericCrfTolerance.TabStop = false;
            this.numericCrfTolerance.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.numericCrfTolerance.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoCrfToleranceHint
            // 
            labelVideoCrfToleranceHint.AutoSize = true;
            labelVideoCrfToleranceHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfToleranceHint.Location = new System.Drawing.Point(230, 28);
            labelVideoCrfToleranceHint.Name = "labelVideoCrfToleranceHint";
            labelVideoCrfToleranceHint.Size = new System.Drawing.Size(802, 28);
            labelVideoCrfToleranceHint.TabIndex = 0;
            labelVideoCrfToleranceHint.Text = "This value determines how far the encoder is allowed to stray from the CRF value " +
    "in order to not waste too many bits on some frames.";
            labelVideoCrfToleranceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxHQ
            // 
            this.boxHQ.AutoSize = true;
            this.boxHQ.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.tableLayoutPanelEncodingVideo.SetColumnSpan(this.boxHQ, 3);
            this.boxHQ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxHQ.Location = new System.Drawing.Point(6, 3);
            this.boxHQ.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this.boxHQ.Name = "boxHQ";
            this.boxHQ.Size = new System.Drawing.Size(215, 22);
            this.boxHQ.TabIndex = 1;
            this.boxHQ.Text = "Enable high quality mode:";
            this.boxHQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxHQ.UseVisualStyleBackColor = true;
            this.boxHQ.CheckedChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoHQHint
            // 
            labelVideoHQHint.AutoSize = true;
            labelVideoHQHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoHQHint.Location = new System.Drawing.Point(230, 0);
            labelVideoHQHint.Name = "labelVideoHQHint";
            labelVideoHQHint.Size = new System.Drawing.Size(802, 28);
            labelVideoHQHint.TabIndex = 0;
            labelVideoHQHint.Text = "Enables two-pass encoding and adds some extra encoding arguments, increasing outp" +
    "ut quality, but increases the time it takes to encode your file.";
            labelVideoHQHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupEncodingAudio
            // 
            groupEncodingAudio.Controls.Add(tableEncodingAudio);
            groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingAudio.Location = new System.Drawing.Point(3, 217);
            groupEncodingAudio.Name = "groupEncodingAudio";
            groupEncodingAudio.Size = new System.Drawing.Size(1041, 73);
            groupEncodingAudio.TabIndex = 3;
            groupEncodingAudio.TabStop = false;
            groupEncodingAudio.Text = "Audio";
            // 
            // tableEncodingAudio
            // 
            tableEncodingAudio.ColumnCount = 5;
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncodingAudio.Controls.Add(this.buttonAudioEnabledDefault, 2, 0);
            tableEncodingAudio.Controls.Add(this.boxAudio, 0, 0);
            tableEncodingAudio.Controls.Add(labelAudioHint, 4, 0);
            tableEncodingAudio.Controls.Add(panelEncodingModeSwapperTwo, 0, 1);
            tableEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncodingAudio.Location = new System.Drawing.Point(3, 16);
            tableEncodingAudio.Margin = new System.Windows.Forms.Padding(0);
            tableEncodingAudio.Name = "tableEncodingAudio";
            tableEncodingAudio.RowCount = 2;
            tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingAudio.Size = new System.Drawing.Size(1035, 54);
            tableEncodingAudio.TabIndex = 0;
            // 
            // buttonAudioEnabledDefault
            // 
            tableEncodingAudio.SetColumnSpan(this.buttonAudioEnabledDefault, 2);
            this.buttonAudioEnabledDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonAudioEnabledDefault.Location = new System.Drawing.Point(170, 3);
            this.buttonAudioEnabledDefault.Name = "buttonAudioEnabledDefault";
            this.buttonAudioEnabledDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonAudioEnabledDefault.TabIndex = 6;
            this.buttonAudioEnabledDefault.Text = "Default";
            this.buttonAudioEnabledDefault.UseVisualStyleBackColor = true;
            this.buttonAudioEnabledDefault.Visible = false;
            this.buttonAudioEnabledDefault.Click += new System.EventHandler(this.buttonAudioEnabledDefault_Click);
            // 
            // boxAudio
            // 
            this.boxAudio.AutoSize = true;
            this.boxAudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableEncodingAudio.SetColumnSpan(this.boxAudio, 2);
            this.boxAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxAudio.Location = new System.Drawing.Point(6, 3);
            this.boxAudio.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this.boxAudio.Name = "boxAudio";
            this.boxAudio.Size = new System.Drawing.Size(155, 22);
            this.boxAudio.TabIndex = 1;
            this.boxAudio.Text = "Enable audio:";
            this.boxAudio.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxAudio.UseVisualStyleBackColor = true;
            this.boxAudio.CheckedChanged += new System.EventHandler(this.boxAudio_CheckedChanged);
            // 
            // labelAudioHint
            // 
            labelAudioHint.AutoSize = true;
            labelAudioHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioHint.Location = new System.Drawing.Point(230, 0);
            labelAudioHint.Name = "labelAudioHint";
            labelAudioHint.Size = new System.Drawing.Size(802, 28);
            labelAudioHint.TabIndex = 0;
            labelAudioHint.Text = "Do you want a WebM with sound? You found the setting for it.";
            labelAudioHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panelEncodingModeSwapperTwo
            // 
            tableEncodingAudio.SetColumnSpan(panelEncodingModeSwapperTwo, 5);
            panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioConstantOptions);
            panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioVariableOptions);
            panelEncodingModeSwapperTwo.Dock = System.Windows.Forms.DockStyle.Fill;
            panelEncodingModeSwapperTwo.Location = new System.Drawing.Point(0, 28);
            panelEncodingModeSwapperTwo.Margin = new System.Windows.Forms.Padding(0);
            panelEncodingModeSwapperTwo.Name = "panelEncodingModeSwapperTwo";
            panelEncodingModeSwapperTwo.Size = new System.Drawing.Size(1035, 28);
            panelEncodingModeSwapperTwo.TabIndex = 2;
            // 
            // tableAudioConstantOptions
            // 
            this.tableAudioConstantOptions.ColumnCount = 4;
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrate, 0, 0);
            this.tableAudioConstantOptions.Controls.Add(this.boxAudioBitrate, 1, 0);
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateUnit, 2, 0);
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateHint, 4, 0);
            this.tableAudioConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableAudioConstantOptions.Location = new System.Drawing.Point(0, 0);
            this.tableAudioConstantOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableAudioConstantOptions.Name = "tableAudioConstantOptions";
            this.tableAudioConstantOptions.RowCount = 1;
            this.tableAudioConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioConstantOptions.Size = new System.Drawing.Size(1035, 28);
            this.tableAudioConstantOptions.TabIndex = 0;
            // 
            // labelAudioBitrate
            // 
            labelAudioBitrate.AutoSize = true;
            labelAudioBitrate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrate.Location = new System.Drawing.Point(3, 0);
            labelAudioBitrate.Name = "labelAudioBitrate";
            labelAudioBitrate.Size = new System.Drawing.Size(73, 28);
            labelAudioBitrate.TabIndex = 0;
            labelAudioBitrate.Text = "Bitrate:";
            labelAudioBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxAudioBitrate
            // 
            this.boxAudioBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxAudioBitrate.Enabled = false;
            this.boxAudioBitrate.Location = new System.Drawing.Point(82, 4);
            this.boxAudioBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxAudioBitrate.Name = "boxAudioBitrate";
            this.boxAudioBitrate.Size = new System.Drawing.Size(115, 20);
            this.boxAudioBitrate.TabIndex = 1;
            this.boxAudioBitrate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxAudioBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelAudioBitrateUnit
            // 
            labelAudioBitrateUnit.AutoSize = true;
            labelAudioBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrateUnit.Location = new System.Drawing.Point(197, 0);
            labelAudioBitrateUnit.Margin = new System.Windows.Forms.Padding(0);
            labelAudioBitrateUnit.Name = "labelAudioBitrateUnit";
            labelAudioBitrateUnit.Size = new System.Drawing.Size(30, 28);
            labelAudioBitrateUnit.TabIndex = 0;
            labelAudioBitrateUnit.Text = "Kb/s";
            labelAudioBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelAudioBitrateHint
            // 
            labelAudioBitrateHint.AutoSize = true;
            labelAudioBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrateHint.Location = new System.Drawing.Point(230, 0);
            labelAudioBitrateHint.Name = "labelAudioBitrateHint";
            labelAudioBitrateHint.Size = new System.Drawing.Size(802, 28);
            labelAudioBitrateHint.TabIndex = 0;
            labelAudioBitrateHint.Text = "Determines the quality of the audio.";
            labelAudioBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableAudioVariableOptions
            // 
            this.tableAudioVariableOptions.ColumnCount = 4;
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioVariableOptions.Controls.Add(labelAudioQuality, 0, 0);
            this.tableAudioVariableOptions.Controls.Add(this.numericAudioQuality, 1, 0);
            this.tableAudioVariableOptions.Controls.Add(labelAudioQualityHint, 4, 0);
            this.tableAudioVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableAudioVariableOptions.Location = new System.Drawing.Point(0, 0);
            this.tableAudioVariableOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableAudioVariableOptions.Name = "tableAudioVariableOptions";
            this.tableAudioVariableOptions.RowCount = 1;
            this.tableAudioVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioVariableOptions.Size = new System.Drawing.Size(1035, 28);
            this.tableAudioVariableOptions.TabIndex = 0;
            // 
            // labelAudioQuality
            // 
            labelAudioQuality.AutoSize = true;
            labelAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioQuality.Location = new System.Drawing.Point(3, 0);
            labelAudioQuality.Name = "labelAudioQuality";
            labelAudioQuality.Size = new System.Drawing.Size(73, 28);
            labelAudioQuality.TabIndex = 0;
            labelAudioQuality.Text = "Quality:";
            labelAudioQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericAudioQuality
            // 
            this.tableAudioVariableOptions.SetColumnSpan(this.numericAudioQuality, 2);
            this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericAudioQuality.Enabled = false;
            this.numericAudioQuality.Location = new System.Drawing.Point(82, 3);
            this.numericAudioQuality.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericAudioQuality.Name = "numericAudioQuality";
            this.numericAudioQuality.Size = new System.Drawing.Size(142, 20);
            this.numericAudioQuality.TabIndex = 1;
            this.numericAudioQuality.TabStop = false;
            this.numericAudioQuality.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.numericAudioQuality.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelAudioQualityHint
            // 
            labelAudioQualityHint.AutoSize = true;
            labelAudioQualityHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioQualityHint.Location = new System.Drawing.Point(230, 0);
            labelAudioQualityHint.Name = "labelAudioQualityHint";
            labelAudioQualityHint.Size = new System.Drawing.Size(802, 28);
            labelAudioQualityHint.TabIndex = 0;
            labelAudioQualityHint.Text = "Determines the average quality of the audio. 10 is the highest quality.";
            labelAudioQualityHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tabAdvanced
            // 
            tabAdvanced.AutoScroll = true;
            tabAdvanced.BackColor = System.Drawing.SystemColors.Control;
            tabAdvanced.Controls.Add(tableAdvanced);
            tabAdvanced.Location = new System.Drawing.Point(4, 22);
            tabAdvanced.Name = "tabAdvanced";
            tabAdvanced.Padding = new System.Windows.Forms.Padding(3);
            tabAdvanced.Size = new System.Drawing.Size(1053, 307);
            tabAdvanced.TabIndex = 4;
            tabAdvanced.Text = "Advanced";
            // 
            // tableAdvanced
            // 
            tableAdvanced.ColumnCount = 1;
            tableAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvanced.Controls.Add(labelAdvancedWarning, 0, 0);
            tableAdvanced.Controls.Add(groupAdvancedProcessing, 0, 1);
            tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2);
            tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvanced.Location = new System.Drawing.Point(3, 3);
            tableAdvanced.Name = "tableAdvanced";
            tableAdvanced.RowCount = 4;
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 163F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvanced.Size = new System.Drawing.Size(1047, 301);
            tableAdvanced.TabIndex = 1;
            // 
            // labelAdvancedWarning
            // 
            labelAdvancedWarning.AutoSize = true;
            tableAdvanced.SetColumnSpan(labelAdvancedWarning, 3);
            labelAdvancedWarning.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAdvancedWarning.Location = new System.Drawing.Point(3, 3);
            labelAdvancedWarning.Margin = new System.Windows.Forms.Padding(3);
            labelAdvancedWarning.Name = "labelAdvancedWarning";
            labelAdvancedWarning.Size = new System.Drawing.Size(1041, 22);
            labelAdvancedWarning.TabIndex = 0;
            labelAdvancedWarning.Text = "Do not modify these settings unless you are 100% sure you know what you\'re doing." +
    "";
            labelAdvancedWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupAdvancedProcessing
            // 
            groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing);
            groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            groupAdvancedProcessing.Location = new System.Drawing.Point(3, 31);
            groupAdvancedProcessing.Name = "groupAdvancedProcessing";
            groupAdvancedProcessing.Size = new System.Drawing.Size(1041, 101);
            groupAdvancedProcessing.TabIndex = 1;
            groupAdvancedProcessing.TabStop = false;
            groupAdvancedProcessing.Text = "Processing";
            // 
            // tableAdvancedProcessing
            // 
            tableAdvancedProcessing.ColumnCount = 3;
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F));
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvancedProcessing.Controls.Add(labelProcessingLevels, 0, 0);
            tableAdvancedProcessing.Controls.Add(this.comboLevels, 1, 0);
            tableAdvancedProcessing.Controls.Add(labelProcessingLevelsHint, 2, 0);
            tableAdvancedProcessing.Controls.Add(this.boxDeinterlace, 0, 1);
            tableAdvancedProcessing.Controls.Add(labelProcessingDeinterlaceHint, 2, 1);
            tableAdvancedProcessing.Controls.Add(this.boxDenoise, 0, 2);
            tableAdvancedProcessing.Controls.Add(labelProcessingDenoiseHint, 2, 2);
            tableAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvancedProcessing.Location = new System.Drawing.Point(3, 16);
            tableAdvancedProcessing.Name = "tableAdvancedProcessing";
            tableAdvancedProcessing.RowCount = 3;
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.Size = new System.Drawing.Size(1035, 82);
            tableAdvancedProcessing.TabIndex = 1;
            // 
            // labelProcessingLevels
            // 
            labelProcessingLevels.AutoSize = true;
            labelProcessingLevels.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingLevels.Location = new System.Drawing.Point(3, 0);
            labelProcessingLevels.Name = "labelProcessingLevels";
            labelProcessingLevels.Size = new System.Drawing.Size(73, 28);
            labelProcessingLevels.TabIndex = 0;
            labelProcessingLevels.Text = "Color levels:";
            labelProcessingLevels.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboLevels
            // 
            this.comboLevels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.comboLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboLevels.Items.AddRange(new object[] {
            "Leave them alone",
            "Expand (TV -> PC)",
            "Contract (PC -> TV)"});
            this.comboLevels.Location = new System.Drawing.Point(82, 3);
            this.comboLevels.Name = "comboLevels";
            this.comboLevels.Size = new System.Drawing.Size(142, 21);
            this.comboLevels.TabIndex = 1;
            this.comboLevels.SelectedIndexChanged += new System.EventHandler(this.comboLevels_SelectedIndexChanged);
            // 
            // labelProcessingLevelsHint
            // 
            labelProcessingLevelsHint.AutoSize = true;
            labelProcessingLevelsHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingLevelsHint.Location = new System.Drawing.Point(230, 0);
            labelProcessingLevelsHint.Name = "labelProcessingLevelsHint";
            labelProcessingLevelsHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingLevelsHint.TabIndex = 0;
            labelProcessingLevelsHint.Text = "If your video looks either too dark or too light, this may be the fault of the in" +
    "put color range being whack. You can manually fix this by using this option.";
            labelProcessingLevelsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxDeinterlace
            // 
            this.boxDeinterlace.AutoSize = true;
            this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedProcessing.SetColumnSpan(this.boxDeinterlace, 2);
            this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxDeinterlace.Location = new System.Drawing.Point(3, 31);
            this.boxDeinterlace.Name = "boxDeinterlace";
            this.boxDeinterlace.Size = new System.Drawing.Size(221, 22);
            this.boxDeinterlace.TabIndex = 2;
            this.boxDeinterlace.Text = "Deinterlace:";
            this.boxDeinterlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxDeinterlace.UseVisualStyleBackColor = true;
            this.boxDeinterlace.CheckedChanged += new System.EventHandler(this.boxDeinterlace_CheckedChanged);
            // 
            // labelProcessingDeinterlaceHint
            // 
            labelProcessingDeinterlaceHint.AutoSize = true;
            labelProcessingDeinterlaceHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingDeinterlaceHint.Location = new System.Drawing.Point(230, 28);
            labelProcessingDeinterlaceHint.Name = "labelProcessingDeinterlaceHint";
            labelProcessingDeinterlaceHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingDeinterlaceHint.TabIndex = 0;
            labelProcessingDeinterlaceHint.Text = "Attempt to deinterlace an interlaced input video.";
            labelProcessingDeinterlaceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxDenoise
            // 
            this.boxDenoise.AutoSize = true;
            this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedProcessing.SetColumnSpan(this.boxDenoise, 2);
            this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxDenoise.Location = new System.Drawing.Point(3, 59);
            this.boxDenoise.Name = "boxDenoise";
            this.boxDenoise.Size = new System.Drawing.Size(221, 22);
            this.boxDenoise.TabIndex = 3;
            this.boxDenoise.Text = "Denoise:";
            this.boxDenoise.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxDenoise.UseVisualStyleBackColor = true;
            this.boxDenoise.CheckedChanged += new System.EventHandler(this.boxDenoise_CheckedChanged);
            // 
            // labelProcessingDenoiseHint
            // 
            labelProcessingDenoiseHint.AutoSize = true;
            labelProcessingDenoiseHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingDenoiseHint.Location = new System.Drawing.Point(230, 56);
            labelProcessingDenoiseHint.Name = "labelProcessingDenoiseHint";
            labelProcessingDenoiseHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingDenoiseHint.TabIndex = 0;
            labelProcessingDenoiseHint.Text = "Denoise the video, resulting in less detailed video but more bang for your buck w" +
    "hen it comes to bitrate.";
            labelProcessingDenoiseHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupAdvancedEncoding
            // 
            groupAdvancedEncoding.AutoSize = true;
            groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding);
            groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            groupAdvancedEncoding.Location = new System.Drawing.Point(3, 138);
            groupAdvancedEncoding.Name = "groupAdvancedEncoding";
            groupAdvancedEncoding.Size = new System.Drawing.Size(1041, 157);
            groupAdvancedEncoding.TabIndex = 2;
            groupAdvancedEncoding.TabStop = false;
            groupAdvancedEncoding.Text = "Encoding";
            // 
            // tableAdvancedEncoding
            // 
            tableAdvancedEncoding.ColumnCount = 4;
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvancedEncoding.Controls.Add(this.boxFrameRate, 1, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingFrameRateHint, 3, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingFrameRate, 0, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingNGOVHint, 3, 3);
            tableAdvancedEncoding.Controls.Add(this.boxNGOV, 0, 3);
            tableAdvancedEncoding.Controls.Add(labelEncodingThreads, 0, 0);
            tableAdvancedEncoding.Controls.Add(this.trackThreads, 1, 0);
            tableAdvancedEncoding.Controls.Add(this.labelThreads, 2, 0);
            tableAdvancedEncoding.Controls.Add(labelEncodingThreadsHint, 3, 0);
            tableAdvancedEncoding.Controls.Add(labelEncodingSlices, 0, 1);
            tableAdvancedEncoding.Controls.Add(this.trackSlices, 1, 1);
            tableAdvancedEncoding.Controls.Add(this.labelSlices, 2, 1);
            tableAdvancedEncoding.Controls.Add(labelEncodingSlicesHint, 3, 1);
            tableAdvancedEncoding.Controls.Add(labelEncodingArguments, 0, 4);
            tableAdvancedEncoding.Controls.Add(this.boxArguments, 1, 4);
            tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvancedEncoding.Location = new System.Drawing.Point(3, 16);
            tableAdvancedEncoding.Name = "tableAdvancedEncoding";
            tableAdvancedEncoding.RowCount = 5;
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableAdvancedEncoding.Size = new System.Drawing.Size(1035, 138);
            tableAdvancedEncoding.TabIndex = 0;
            // 
            // boxFrameRate
            // 
            this.boxFrameRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableAdvancedEncoding.SetColumnSpan(this.boxFrameRate, 2);
            this.boxFrameRate.Location = new System.Drawing.Point(82, 60);
            this.boxFrameRate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxFrameRate.Name = "boxFrameRate";
            this.boxFrameRate.Size = new System.Drawing.Size(145, 20);
            this.boxFrameRate.TabIndex = 8;
            this.boxFrameRate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxFrameRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelEncodingFrameRateHint
            // 
            labelEncodingFrameRateHint.AutoSize = true;
            labelEncodingFrameRateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingFrameRateHint.Location = new System.Drawing.Point(230, 56);
            labelEncodingFrameRateHint.Name = "labelEncodingFrameRateHint";
            labelEncodingFrameRateHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingFrameRateHint.TabIndex = 7;
            labelEncodingFrameRateHint.Text = "If you want to change the frame rate of your video, input your desired frame rate" +
    " here. Keep blank to leave the frame rate alone.";
            labelEncodingFrameRateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingFrameRate
            // 
            labelEncodingFrameRate.AutoSize = true;
            labelEncodingFrameRate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingFrameRate.Location = new System.Drawing.Point(3, 56);
            labelEncodingFrameRate.Name = "labelEncodingFrameRate";
            labelEncodingFrameRate.Size = new System.Drawing.Size(73, 28);
            labelEncodingFrameRate.TabIndex = 6;
            labelEncodingFrameRate.Text = "Frame rate:";
            labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelEncodingNGOVHint
            // 
            labelEncodingNGOVHint.AutoSize = true;
            labelEncodingNGOVHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingNGOVHint.Location = new System.Drawing.Point(230, 84);
            labelEncodingNGOVHint.Name = "labelEncodingNGOVHint";
            labelEncodingNGOVHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingNGOVHint.TabIndex = 0;
            labelEncodingNGOVHint.Text = "Use the next-gen VP9/Opus encoders instead of the standard VP8/Vorbis. Will resul" +
    "t in extremely long encoding times and less compatibility.\r\nKeep this disabled u" +
    "ntil Moot allows VP9 WebMs.";
            labelEncodingNGOVHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxNGOV
            // 
            this.boxNGOV.AutoSize = true;
            this.boxNGOV.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 3);
            this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxNGOV.Location = new System.Drawing.Point(3, 87);
            this.boxNGOV.Name = "boxNGOV";
            this.boxNGOV.Size = new System.Drawing.Size(221, 22);
            this.boxNGOV.TabIndex = 4;
            this.boxNGOV.Text = "VP9/Opus:";
            this.boxNGOV.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxNGOV.UseVisualStyleBackColor = true;
            this.boxNGOV.CheckedChanged += new System.EventHandler(this.boxNGOV_CheckedChanged);
            // 
            // labelEncodingThreads
            // 
            labelEncodingThreads.AutoSize = true;
            labelEncodingThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingThreads.Location = new System.Drawing.Point(3, 0);
            labelEncodingThreads.Name = "labelEncodingThreads";
            labelEncodingThreads.Size = new System.Drawing.Size(73, 28);
            labelEncodingThreads.TabIndex = 0;
            labelEncodingThreads.Text = "Threads:";
            labelEncodingThreads.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackThreads
            // 
            this.trackThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackThreads.Location = new System.Drawing.Point(79, 0);
            this.trackThreads.Margin = new System.Windows.Forms.Padding(0);
            this.trackThreads.Maximum = 16;
            this.trackThreads.Minimum = 1;
            this.trackThreads.Name = "trackThreads";
            this.trackThreads.Size = new System.Drawing.Size(118, 28);
            this.trackThreads.TabIndex = 1;
            this.trackThreads.Value = 1;
            this.trackThreads.ValueChanged += new System.EventHandler(this.trackThreads_ValueChanged);
            // 
            // labelThreads
            // 
            this.labelThreads.AutoSize = true;
            this.labelThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelThreads.Location = new System.Drawing.Point(197, 0);
            this.labelThreads.Margin = new System.Windows.Forms.Padding(0);
            this.labelThreads.Name = "labelThreads";
            this.labelThreads.Size = new System.Drawing.Size(30, 28);
            this.labelThreads.TabIndex = 0;
            this.labelThreads.Text = "1";
            this.labelThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingThreadsHint
            // 
            labelEncodingThreadsHint.AutoSize = true;
            labelEncodingThreadsHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingThreadsHint.Location = new System.Drawing.Point(230, 0);
            labelEncodingThreadsHint.Name = "labelEncodingThreadsHint";
            labelEncodingThreadsHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingThreadsHint.TabIndex = 0;
            labelEncodingThreadsHint.Text = "Determines amount of threads ffmpeg uses. Try setting this to 1 if ffmpeg.exe cra" +
    "shes as soon as you click Convert.";
            labelEncodingThreadsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingSlices
            // 
            labelEncodingSlices.AutoSize = true;
            labelEncodingSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingSlices.Location = new System.Drawing.Point(3, 28);
            labelEncodingSlices.Name = "labelEncodingSlices";
            labelEncodingSlices.Size = new System.Drawing.Size(73, 28);
            labelEncodingSlices.TabIndex = 0;
            labelEncodingSlices.Text = "Slices:";
            labelEncodingSlices.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackSlices
            // 
            this.trackSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackSlices.Location = new System.Drawing.Point(79, 28);
            this.trackSlices.Margin = new System.Windows.Forms.Padding(0);
            this.trackSlices.Maximum = 4;
            this.trackSlices.Minimum = 1;
            this.trackSlices.Name = "trackSlices";
            this.trackSlices.Size = new System.Drawing.Size(118, 28);
            this.trackSlices.TabIndex = 2;
            this.trackSlices.Value = 1;
            this.trackSlices.ValueChanged += new System.EventHandler(this.trackSlices_ValueChanged);
            // 
            // labelSlices
            // 
            this.labelSlices.AutoSize = true;
            this.labelSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelSlices.Location = new System.Drawing.Point(197, 28);
            this.labelSlices.Margin = new System.Windows.Forms.Padding(0);
            this.labelSlices.Name = "labelSlices";
            this.labelSlices.Size = new System.Drawing.Size(30, 28);
            this.labelSlices.TabIndex = 0;
            this.labelSlices.Text = "1";
            this.labelSlices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingSlicesHint
            // 
            labelEncodingSlicesHint.AutoSize = true;
            labelEncodingSlicesHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingSlicesHint.Location = new System.Drawing.Point(230, 28);
            labelEncodingSlicesHint.Name = "labelEncodingSlicesHint";
            labelEncodingSlicesHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingSlicesHint.TabIndex = 0;
            labelEncodingSlicesHint.Text = "Split frames into slices before encoding them. Results in a higher quality per fr" +
    "ame. 4 slices is standard for 720p resolutions.";
            labelEncodingSlicesHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingArguments
            // 
            labelEncodingArguments.AutoSize = true;
            labelEncodingArguments.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingArguments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            labelEncodingArguments.Location = new System.Drawing.Point(3, 112);
            labelEncodingArguments.Name = "labelEncodingArguments";
            labelEncodingArguments.Size = new System.Drawing.Size(73, 28);
            labelEncodingArguments.TabIndex = 0;
            labelEncodingArguments.Text = "Arguments:";
            labelEncodingArguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxArguments
            // 
            this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3);
            this.boxArguments.Location = new System.Drawing.Point(82, 116);
            this.boxArguments.Name = "boxArguments";
            this.boxArguments.Size = new System.Drawing.Size(950, 20);
            this.boxArguments.TabIndex = 5;
            // 
            // statusStrip
            // 
            statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel});
            statusStrip.Location = new System.Drawing.Point(3, 424);
            statusStrip.Name = "statusStrip";
            statusStrip.Size = new System.Drawing.Size(1067, 22);
            statusStrip.SizingGrip = false;
            statusStrip.TabIndex = 6;
            // 
            // toolStripStatusLabel
            // 
            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
            this.toolStripStatusLabel.Size = new System.Drawing.Size(1052, 17);
            this.toolStripStatusLabel.Spring = true;
            this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panelContainTheProgressBar
            // 
            this.panelContainTheProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelContainTheProgressBar.AutoSize = true;
            this.panelContainTheProgressBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelContainTheProgressBar.BackColor = System.Drawing.SystemColors.Control;
            this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgressDetails);
            this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgress);
            this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress);
            this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing);
            this.panelContainTheProgressBar.Location = new System.Drawing.Point(299, 148);
            this.panelContainTheProgressBar.Name = "panelContainTheProgressBar";
            this.panelContainTheProgressBar.Size = new System.Drawing.Size(469, 205);
            this.panelContainTheProgressBar.TabIndex = 0;
            // 
            // boxIndexingProgressDetails
            // 
            this.boxIndexingProgressDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button;
            this.boxIndexingProgressDetails.AutoSize = true;
            this.boxIndexingProgressDetails.Location = new System.Drawing.Point(414, 5);
            this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails";
            this.boxIndexingProgressDetails.Size = new System.Drawing.Size(49, 23);
            this.boxIndexingProgressDetails.TabIndex = 1;
            this.boxIndexingProgressDetails.Text = "Details";
            this.boxIndexingProgressDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.boxIndexingProgressDetails.UseVisualStyleBackColor = true;
            this.boxIndexingProgressDetails.CheckedChanged += new System.EventHandler(this.boxIndexingProgressDetails_CheckedChanged);
            // 
            // boxIndexingProgress
            // 
            this.boxIndexingProgress.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.boxIndexingProgress.Location = new System.Drawing.Point(6, 61);
            this.boxIndexingProgress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 6);
            this.boxIndexingProgress.Multiline = true;
            this.boxIndexingProgress.Name = "boxIndexingProgress";
            this.boxIndexingProgress.ReadOnly = true;
            this.boxIndexingProgress.Size = new System.Drawing.Size(457, 138);
            this.boxIndexingProgress.TabIndex = 0;
            this.boxIndexingProgress.Visible = false;
            // 
            // labelIndexingProgress
            // 
            this.labelIndexingProgress.BackColor = System.Drawing.Color.Transparent;
            this.labelIndexingProgress.Location = new System.Drawing.Point(4, 5);
            this.labelIndexingProgress.Name = "labelIndexingProgress";
            this.labelIndexingProgress.Size = new System.Drawing.Size(460, 23);
            this.labelIndexingProgress.TabIndex = 1;
            this.labelIndexingProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // progressBarIndexing
            // 
            this.progressBarIndexing.Location = new System.Drawing.Point(6, 32);
            this.progressBarIndexing.Margin = new System.Windows.Forms.Padding(6);
            this.progressBarIndexing.Name = "progressBarIndexing";
            this.progressBarIndexing.Size = new System.Drawing.Size(457, 23);
            this.progressBarIndexing.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.progressBarIndexing.TabIndex = 0;
            this.progressBarIndexing.Value = 30;
            // 
            // panelHideTheOptions
            // 
            this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark;
            this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar);
            this.panelHideTheOptions.Location = new System.Drawing.Point(3, 88);
            this.panelHideTheOptions.Name = "panelHideTheOptions";
            this.panelHideTheOptions.Size = new System.Drawing.Size(1067, 356);
            this.panelHideTheOptions.TabIndex = 3;
            // 
            // buttonRate
            // 
            this.buttonRate.AccessibleDescription = "Speed up or slow down your video.";
            this.buttonRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonRate.Enabled = false;
            this.buttonRate.Name = "buttonRate";
            this.buttonRate.Size = new System.Drawing.Size(78, 22);
            this.buttonRate.Text = "Change Rate";
            this.buttonRate.Click += new System.EventHandler(this.buttonRate_Click);
            this.buttonRate.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonRate.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // MainForm
            // 
            this.AcceptButton = this.buttonGo;
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1073, 446);
            this.Controls.Add(statusStrip);
            this.Controls.Add(tableMainForm);
            this.Controls.Add(this.panelHideTheOptions);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimumSize = new System.Drawing.Size(975, 270);
            this.Name = "MainForm";
            this.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.Text = "WebM for Gits";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.Shown += new System.EventHandler(this.MainForm_Shown);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.HandleDragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.HandleDragEnter);
            tableMainForm.ResumeLayout(false);
            groupMain.ResumeLayout(false);
            tableMain.ResumeLayout(false);
            tableMain.PerformLayout();
            tabControlOptions.ResumeLayout(false);
            tabProcessing.ResumeLayout(false);
            tableProcessing.ResumeLayout(false);
            tableProcessing.PerformLayout();
            toolStripProcessing.ResumeLayout(false);
            toolStripProcessing.PerformLayout();
            panelProcessingInput.ResumeLayout(false);
            panelProcessingInput.PerformLayout();
            tabEncoding.ResumeLayout(false);
            tableEncoding.ResumeLayout(false);
            groupEncodingGeneral.ResumeLayout(false);
            tableEncodingGeneral.ResumeLayout(false);
            tableEncodingGeneral.PerformLayout();
            groupEncodingVideo.ResumeLayout(false);
            this.tableLayoutPanelEncodingVideo.ResumeLayout(false);
            this.tableLayoutPanelEncodingVideo.PerformLayout();
            panelEncodingModeSwapper.ResumeLayout(false);
            this.tableVideoConstantOptions.ResumeLayout(false);
            this.tableVideoConstantOptions.PerformLayout();
            this.tableVideoVariableOptions.ResumeLayout(false);
            this.tableVideoVariableOptions.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).EndInit();
            groupEncodingAudio.ResumeLayout(false);
            tableEncodingAudio.ResumeLayout(false);
            tableEncodingAudio.PerformLayout();
            panelEncodingModeSwapperTwo.ResumeLayout(false);
            this.tableAudioConstantOptions.ResumeLayout(false);
            this.tableAudioConstantOptions.PerformLayout();
            this.tableAudioVariableOptions.ResumeLayout(false);
            this.tableAudioVariableOptions.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).EndInit();
            tabAdvanced.ResumeLayout(false);
            tableAdvanced.ResumeLayout(false);
            tableAdvanced.PerformLayout();
            groupAdvancedProcessing.ResumeLayout(false);
            tableAdvancedProcessing.ResumeLayout(false);
            tableAdvancedProcessing.PerformLayout();
            groupAdvancedEncoding.ResumeLayout(false);
            tableAdvancedEncoding.ResumeLayout(false);
            tableAdvancedEncoding.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).EndInit();
            statusStrip.ResumeLayout(false);
            statusStrip.PerformLayout();
            this.panelContainTheProgressBar.ResumeLayout(false);
            this.panelContainTheProgressBar.PerformLayout();
            this.panelHideTheOptions.ResumeLayout(false);
            this.panelHideTheOptions.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveCapture));
            this.queueCap = new System.Windows.Forms.Button();
            this.captureFrame = new System.Windows.Forms.NumericUpDown();
            this.captureDelay = new System.Windows.Forms.NumericUpDown();
            this.triggerCapture = new System.Windows.Forms.Button();
            this.deleteMenu = new System.Windows.Forms.ToolStripButton();
            this.saveMenu = new System.Windows.Forms.ToolStripButton();
            this.openMenu = new System.Windows.Forms.ToolStripSplitButton();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.captures = new System.Windows.Forms.ListView();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.connectionIcon = new System.Windows.Forms.Label();
            this.connectionStatus = new System.Windows.Forms.Label();
            this.childProcessLabel = new System.Windows.Forms.Label();
            this.childProcesses = new System.Windows.Forms.ListView();
            this.rightclickContext = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.saveThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.captureCountdown = new System.Windows.Forms.Timer(this.components);
            this.childUpdateTimer = new System.Windows.Forms.Timer(this.components);
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).BeginInit();
            toolStrip1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.rightclickContext.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 205);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(98, 13);
            label1.TabIndex = 6;
            label1.Text = "Captures collected:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(6, 21);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(74, 13);
            label2.TabIndex = 2;
            label2.Text = "Capture Delay";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(6, 50);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(86, 13);
            label3.TabIndex = 3;
            label3.Text = "Capture Frame #";
            // 
            // groupBox1
            // 
            groupBox1.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)));
            groupBox1.Controls.Add(this.queueCap);
            groupBox1.Controls.Add(this.captureFrame);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(this.captureDelay);
            groupBox1.Controls.Add(this.triggerCapture);
            groupBox1.Location = new System.Drawing.Point(3, 34);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(351, 75);
            groupBox1.TabIndex = 7;
            groupBox1.TabStop = false;
            groupBox1.Text = "Tools";
            // 
            // queueCap
            // 
            this.queueCap.Location = new System.Drawing.Point(222, 44);
            this.queueCap.Name = "queueCap";
            this.queueCap.Size = new System.Drawing.Size(92, 23);
            this.queueCap.TabIndex = 4;
            this.queueCap.Text = "Queue Capture";
            this.queueCap.UseVisualStyleBackColor = true;
            this.queueCap.Click += new System.EventHandler(this.queueCap_Click);
            // 
            // captureFrame
            // 
            this.captureFrame.Location = new System.Drawing.Point(96, 46);
            this.captureFrame.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.captureFrame.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.captureFrame.Name = "captureFrame";
            this.captureFrame.Size = new System.Drawing.Size(120, 20);
            this.captureFrame.TabIndex = 3;
            this.captureFrame.ThousandsSeparator = true;
            this.captureFrame.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // captureDelay
            // 
            this.captureDelay.Location = new System.Drawing.Point(96, 19);
            this.captureDelay.Name = "captureDelay";
            this.captureDelay.Size = new System.Drawing.Size(120, 20);
            this.captureDelay.TabIndex = 1;
            // 
            // triggerCapture
            // 
            this.triggerCapture.Location = new System.Drawing.Point(222, 17);
            this.triggerCapture.Name = "triggerCapture";
            this.triggerCapture.Size = new System.Drawing.Size(92, 23);
            this.triggerCapture.TabIndex = 2;
            this.triggerCapture.Text = "Trigger Capture";
            this.triggerCapture.UseVisualStyleBackColor = true;
            this.triggerCapture.Click += new System.EventHandler(this.triggerCapture_Click);
            // 
            // toolStrip1
            // 
            toolStrip1.CanOverflow = false;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteMenu,
            this.saveMenu,
            this.openMenu});
            toolStrip1.Location = new System.Drawing.Point(0, 375);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            toolStrip1.Size = new System.Drawing.Size(357, 25);
            toolStrip1.Stretch = true;
            toolStrip1.TabIndex = 8;
            toolStrip1.Text = "toolStrip1";
            // 
            // deleteMenu
            // 
            this.deleteMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.deleteMenu.Image = ((System.Drawing.Image)(resources.GetObject("deleteMenu.Image")));
            this.deleteMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.deleteMenu.Name = "deleteMenu";
            this.deleteMenu.Size = new System.Drawing.Size(42, 22);
            this.deleteMenu.Text = "Delete";
            this.deleteMenu.Click += new System.EventHandler(this.deleteCapture_Click);
            // 
            // saveMenu
            // 
            this.saveMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.saveMenu.Image = ((System.Drawing.Image)(resources.GetObject("saveMenu.Image")));
            this.saveMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveMenu.Name = "saveMenu";
            this.saveMenu.Size = new System.Drawing.Size(35, 22);
            this.saveMenu.Text = "Save";
            this.saveMenu.Click += new System.EventHandler(this.saveCapture_Click);
            // 
            // openMenu
            // 
            this.openMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.openMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.newInstanceToolStripMenuItem});
            this.openMenu.Image = ((System.Drawing.Image)(resources.GetObject("openMenu.Image")));
            this.openMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openMenu.Name = "openMenu";
            this.openMenu.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.openMenu.Size = new System.Drawing.Size(49, 22);
            this.openMenu.Text = "Open";
            this.openMenu.ButtonClick += new System.EventHandler(this.openCapture_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.openToolStripMenuItem.Text = "In &this instance";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openCapture_Click);
            // 
            // newInstanceToolStripMenuItem
            // 
            this.newInstanceToolStripMenuItem.Name = "newInstanceToolStripMenuItem";
            this.newInstanceToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.newInstanceToolStripMenuItem.Text = "In &new instance";
            this.newInstanceToolStripMenuItem.Click += new System.EventHandler(this.openNewWindow_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.captures, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(label1, 0, 4);
            this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(toolStrip1, 0, 6);
            this.tableLayoutPanel1.Controls.Add(this.childProcessLabel, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.childProcesses, 0, 3);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 7;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(357, 400);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // captures
            // 
            this.captures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.captures.FullRowSelect = true;
            this.captures.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.captures.Location = new System.Drawing.Point(3, 221);
            this.captures.Name = "captures";
            this.captures.Size = new System.Drawing.Size(351, 151);
            this.captures.TabIndex = 6;
            this.captures.TileSize = new System.Drawing.Size(300, 100);
            this.captures.UseCompatibleStateImageBehavior = false;
            this.captures.View = System.Windows.Forms.View.Tile;
            this.captures.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.captures_ItemSelectionChanged);
            this.captures.KeyUp += new System.Windows.Forms.KeyEventHandler(this.captures_KeyUp);
            this.captures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseClick);
            this.captures.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseDoubleClick);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.connectionIcon);
            this.flowLayoutPanel1.Controls.Add(this.connectionStatus);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(351, 25);
            this.flowLayoutPanel1.TabIndex = 4;
            this.flowLayoutPanel1.WrapContents = false;
            // 
            // connectionIcon
            // 
            this.connectionIcon.Image = global::renderdocui.Properties.Resources.hourglass;
            this.connectionIcon.Location = new System.Drawing.Point(3, 0);
            this.connectionIcon.Name = "connectionIcon";
            this.connectionIcon.Size = new System.Drawing.Size(21, 23);
            this.connectionIcon.TabIndex = 1;
            this.connectionIcon.Text = "     ";
            // 
            // connectionStatus
            // 
            this.connectionStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.connectionStatus.AutoSize = true;
            this.connectionStatus.Location = new System.Drawing.Point(30, 5);
            this.connectionStatus.Name = "connectionStatus";
            this.connectionStatus.Size = new System.Drawing.Size(70, 13);
            this.connectionStatus.TabIndex = 2;
            this.connectionStatus.Text = "Connecting...";
            this.connectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // childProcessLabel
            // 
            this.childProcessLabel.Location = new System.Drawing.Point(3, 112);
            this.childProcessLabel.Name = "childProcessLabel";
            this.childProcessLabel.Size = new System.Drawing.Size(85, 28);
            this.childProcessLabel.TabIndex = 9;
            this.childProcessLabel.Text = "Child Processes:";
            this.childProcessLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // childProcesses
            // 
            this.childProcesses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.childProcesses.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.childProcesses.Location = new System.Drawing.Point(3, 143);
            this.childProcesses.MinimumSize = new System.Drawing.Size(0, 40);
            this.childProcesses.Name = "childProcesses";
            this.childProcesses.Size = new System.Drawing.Size(351, 40);
            this.childProcesses.TabIndex = 5;
            this.childProcesses.UseCompatibleStateImageBehavior = false;
            this.childProcesses.View = System.Windows.Forms.View.Tile;
            this.childProcesses.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.childProcesses_MouseDoubleClick);
            // 
            // rightclickContext
            // 
            this.rightclickContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openThisCaptureToolStripMenuItem,
            this.saveThisCaptureToolStripMenuItem,
            this.deleteThisCaptureToolStripMenuItem});
            this.rightclickContext.Name = "rightclickContext";
            this.rightclickContext.Size = new System.Drawing.Size(124, 70);
            // 
            // openThisCaptureToolStripMenuItem
            // 
            this.openThisCaptureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem1,
            this.newInstanceToolStripMenuItem1});
            this.openThisCaptureToolStripMenuItem.Name = "openThisCaptureToolStripMenuItem";
            this.openThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.openThisCaptureToolStripMenuItem.Text = "&Open in...";
            // 
            // openToolStripMenuItem1
            // 
            this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
            this.openToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.openToolStripMenuItem1.Text = "This instance";
            this.openToolStripMenuItem1.Click += new System.EventHandler(this.openCapture_Click);
            // 
            // newInstanceToolStripMenuItem1
            // 
            this.newInstanceToolStripMenuItem1.Name = "newInstanceToolStripMenuItem1";
            this.newInstanceToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.newInstanceToolStripMenuItem1.Text = "New instance";
            this.newInstanceToolStripMenuItem1.Click += new System.EventHandler(this.openNewWindow_Click);
            // 
            // saveThisCaptureToolStripMenuItem
            // 
            this.saveThisCaptureToolStripMenuItem.Name = "saveThisCaptureToolStripMenuItem";
            this.saveThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.saveThisCaptureToolStripMenuItem.Text = "&Save";
            this.saveThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.saveCapture_Click);
            // 
            // deleteThisCaptureToolStripMenuItem
            // 
            this.deleteThisCaptureToolStripMenuItem.Name = "deleteThisCaptureToolStripMenuItem";
            this.deleteThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.deleteThisCaptureToolStripMenuItem.Text = "&Delete";
            this.deleteThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.deleteCapture_Click);
            // 
            // captureCountdown
            // 
            this.captureCountdown.Interval = 1000;
            this.captureCountdown.Tick += new System.EventHandler(this.captureCountdown_Tick);
            // 
            // childUpdateTimer
            // 
            this.childUpdateTimer.Enabled = true;
            this.childUpdateTimer.Tick += new System.EventHandler(this.childUpdateTimer_Tick);
            // 
            // LiveCapture
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(357, 400);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "LiveCapture";
            this.Text = "Connecting...";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiveCapture_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LiveCapture_FormClosed);
            this.Shown += new System.EventHandler(this.LiveCapture_Shown);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).EndInit();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.rightclickContext.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip _ToolStrip;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     this._SaveButton         = new System.Windows.Forms.ToolStripButton();
     this._LoadFromFileButton = new System.Windows.Forms.ToolStripButton();
     this._SaveToFileButton   = new System.Windows.Forms.ToolStripButton();
     this._SaveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this._OpenFileDialog     = new System.Windows.Forms.OpenFileDialog();
     this._Scintilla          = new ScintillaNET.Scintilla();
     _ToolStrip           = new System.Windows.Forms.ToolStrip();
     _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     _ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _ToolStrip
     //
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._SaveButton,
         _ToolStripSeparator1,
         this._LoadFromFileButton,
         this._SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(531, 25);
     _ToolStrip.TabIndex = 1;
     _ToolStrip.Text     = "toolStrip1";
     //
     // _SaveButton
     //
     this._SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image")));
     this._SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._SaveButton.Name   = "_SaveButton";
     this._SaveButton.Size   = new System.Drawing.Size(51, 22);
     this._SaveButton.Text   = "Save";
     this._SaveButton.Click += new System.EventHandler(this.OnSave);
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _LoadFromFileButton
     //
     this._LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image")));
     this._LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._LoadFromFileButton.Name   = "_LoadFromFileButton";
     this._LoadFromFileButton.Size   = new System.Drawing.Size(105, 22);
     this._LoadFromFileButton.Text   = "Load From File";
     this._LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile);
     //
     // _SaveToFileButton
     //
     this._SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image")));
     this._SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._SaveToFileButton.Name   = "_SaveToFileButton";
     this._SaveToFileButton.Size   = new System.Drawing.Size(89, 22);
     this._SaveToFileButton.Text   = "Save To File";
     this._SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile);
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.DefaultExt = "xml";
     this._SaveFileDialog.Filter     = "XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.DefaultExt = "xml";
     this._OpenFileDialog.Filter     = "XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
     //
     // _Scintilla
     //
     this._Scintilla.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._Scintilla.Location = new System.Drawing.Point(0, 28);
     this._Scintilla.Name     = "_Scintilla";
     this._Scintilla.Size     = new System.Drawing.Size(531, 319);
     this._Scintilla.TabIndex = 2;
     this._Scintilla.Text     = "scintilla1";
     //
     // XmlViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(531, 347);
     this.Controls.Add(this._Scintilla);
     this.Controls.Add(_ToolStrip);
     this.KeyPreview    = true;
     this.Name          = "XmlViewer";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "XML";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStrip toolStrip1;
            System.Windows.Forms.ToolStripButton saveButton;
            System.Windows.Forms.ToolStripButton openButton;
            System.Windows.Forms.ToolStripButton compileButton;
            System.Windows.Forms.ToolStripButton runButton;
            System.Windows.Forms.ToolStripButton helpButton;
            System.Windows.Forms.ToolStripButton aboutButton;
            System.Windows.Forms.ToolStripButton settingsButton;
            System.Windows.Forms.ToolStripButton fontButton;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FastSharpForm));
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.codeLanguageCombo = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.statusBar = new System.Windows.Forms.ToolStripStatusLabel();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.codeOutputSplit = new System.Windows.Forms.SplitContainer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.suggestionsBox = new System.Windows.Forms.ListBox();
            this.codeWindow = new System.Windows.Forms.RichTextBox();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.outputTab = new System.Windows.Forms.TabPage();
            this.outputWindow = new System.Windows.Forms.RichTextBox();
            this.errorTab = new System.Windows.Forms.TabPage();
            this.errorWindow = new System.Windows.Forms.RichTextBox();
            this.codeFontDialog = new System.Windows.Forms.FontDialog();
            this.assemblyData = new System.Windows.Forms.TreeView();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            saveButton = new System.Windows.Forms.ToolStripButton();
            openButton = new System.Windows.Forms.ToolStripButton();
            compileButton = new System.Windows.Forms.ToolStripButton();
            runButton = new System.Windows.Forms.ToolStripButton();
            helpButton = new System.Windows.Forms.ToolStripButton();
            aboutButton = new System.Windows.Forms.ToolStripButton();
            settingsButton = new System.Windows.Forms.ToolStripButton();
            fontButton = new System.Windows.Forms.ToolStripButton();
            toolStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).BeginInit();
            this.codeOutputSplit.Panel1.SuspendLayout();
            this.codeOutputSplit.Panel2.SuspendLayout();
            this.codeOutputSplit.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.outputTab.SuspendLayout();
            this.errorTab.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            saveButton,
            openButton,
            this.toolStripSeparator1,
            compileButton,
            runButton,
            helpButton,
            aboutButton,
            this.toolStripSeparator3,
            this.codeLanguageCombo,
            settingsButton,
            fontButton});
            toolStrip1.Location = new System.Drawing.Point(0, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
            toolStrip1.Size = new System.Drawing.Size(1218, 33);
            toolStrip1.TabIndex = 0;
            toolStrip1.Text = "toolStrip1";
            // 
            // saveButton
            // 
            saveButton.Image = global::FastSharpApplication.Properties.Resources.saveHS;
            saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            saveButton.Name = "saveButton";
            saveButton.Size = new System.Drawing.Size(77, 30);
            saveButton.Text = "&Save";
            saveButton.Click += new System.EventHandler(this.saveButtonClick);
            // 
            // openButton
            // 
            openButton.Image = global::FastSharpApplication.Properties.Resources.openHS;
            openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            openButton.Name = "openButton";
            openButton.Size = new System.Drawing.Size(84, 30);
            openButton.Text = "&Open";
            openButton.Click += new System.EventHandler(this.openButtonClick);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
            // 
            // compileButton
            // 
            compileButton.Image = global::FastSharpApplication.Properties.Resources.CopyHS;
            compileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            compileButton.Name = "compileButton";
            compileButton.Size = new System.Drawing.Size(106, 30);
            compileButton.Text = "Compile";
            compileButton.Click += new System.EventHandler(this.compileButtonClick);
            // 
            // runButton
            // 
            runButton.Image = global::FastSharpApplication.Properties.Resources.DataContainer_MoveNextHS;
            runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            runButton.Name = "runButton";
            runButton.Size = new System.Drawing.Size(71, 30);
            runButton.Text = "Run";
            runButton.Click += new System.EventHandler(this.runButtonClick);
            // 
            // helpButton
            // 
            helpButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            helpButton.DoubleClickEnabled = true;
            helpButton.Image = global::FastSharpApplication.Properties.Resources.Help;
            helpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            helpButton.Name = "helpButton";
            helpButton.Size = new System.Drawing.Size(77, 30);
            helpButton.Text = "Help";
            helpButton.Click += new System.EventHandler(this.helpButtonClick);
            // 
            // aboutButton
            // 
            aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            aboutButton.Image = global::FastSharpApplication.Properties.Resources.Information;
            aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            aboutButton.Name = "aboutButton";
            aboutButton.Size = new System.Drawing.Size(90, 30);
            aboutButton.Text = "About";
            aboutButton.Click += new System.EventHandler(this.aboutButtonClick);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
            // 
            // codeLanguageCombo
            // 
            this.codeLanguageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.codeLanguageCombo.Name = "codeLanguageCombo";
            this.codeLanguageCombo.Size = new System.Drawing.Size(180, 33);
            this.codeLanguageCombo.SelectedIndexChanged += new System.EventHandler(this.codeLanguageCombo_SelectedIndexChanged);
            // 
            // settingsButton
            // 
            settingsButton.Image = global::FastSharpApplication.Properties.Resources.OptionsHS;
            settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            settingsButton.Name = "settingsButton";
            settingsButton.Size = new System.Drawing.Size(104, 30);
            settingsButton.Text = "Settings";
            settingsButton.Click += new System.EventHandler(this.settingsButtonClick);
            // 
            // fontButton
            // 
            fontButton.Image = global::FastSharpApplication.Properties.Resources.Font;
            fontButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            fontButton.Name = "fontButton";
            fontButton.Size = new System.Drawing.Size(76, 30);
            fontButton.Text = "Font";
            fontButton.Click += new System.EventHandler(this.fontButtonClick);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Top;
            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusBar});
            this.statusStrip1.Location = new System.Drawing.Point(0, 33);
            this.statusStrip1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0);
            this.statusStrip1.Size = new System.Drawing.Size(1218, 22);
            this.statusStrip1.SizingGrip = false;
            this.statusStrip1.TabIndex = 4;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // statusBar
            // 
            this.statusBar.AutoSize = false;
            this.statusBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.statusBar.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.statusBar.Name = "statusBar";
            this.statusBar.Size = new System.Drawing.Size(1195, 17);
            this.statusBar.Spring = true;
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "txt";
            this.saveFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*";
            this.saveFileDialog1.FilterIndex = 2;
            this.saveFileDialog1.Title = "FastSharpForm Save";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.DefaultExt = "FastSharpForm";
            this.openFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*";
            this.openFileDialog1.FilterIndex = 2;
            this.openFileDialog1.Title = "FastSharpForm Open";
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
            this.imageList1.Images.SetKeyName(0, "Critical.bmp");
            this.imageList1.Images.SetKeyName(1, "EditCodeHS.png");
            // 
            // codeOutputSplit
            // 
            this.codeOutputSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.codeOutputSplit.Location = new System.Drawing.Point(0, 55);
            this.codeOutputSplit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.codeOutputSplit.Name = "codeOutputSplit";
            this.codeOutputSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // codeOutputSplit.Panel1
            // 
            this.codeOutputSplit.Panel1.Controls.Add(this.groupBox1);
            // 
            // codeOutputSplit.Panel2
            // 
            this.codeOutputSplit.Panel2.Controls.Add(this.tabControl);
            this.codeOutputSplit.Size = new System.Drawing.Size(1218, 894);
            this.codeOutputSplit.SplitterDistance = 639;
            this.codeOutputSplit.SplitterWidth = 6;
            this.codeOutputSplit.TabIndex = 6;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.assemblyData);
            this.groupBox1.Controls.Add(this.suggestionsBox);
            this.groupBox1.Controls.Add(this.codeWindow);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox1.Size = new System.Drawing.Size(1218, 639);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Code";
            // 
            // suggestionsBox
            // 
            this.suggestionsBox.FormattingEnabled = true;
            this.suggestionsBox.ItemHeight = 20;
            this.suggestionsBox.Location = new System.Drawing.Point(31, 48);
            this.suggestionsBox.Name = "suggestionsBox";
            this.suggestionsBox.Size = new System.Drawing.Size(120, 84);
            this.suggestionsBox.Sorted = true;
            this.suggestionsBox.TabIndex = 1;
            this.suggestionsBox.Visible = false;
            // 
            // codeWindow
            // 
            this.codeWindow.AcceptsTab = true;
            this.codeWindow.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::FastSharpApplication.Properties.Settings.Default, "CodeWindowFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.codeWindow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.codeWindow.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont;
            this.codeWindow.Location = new System.Drawing.Point(4, 24);
            this.codeWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.codeWindow.Name = "codeWindow";
            this.codeWindow.ShowSelectionMargin = true;
            this.codeWindow.Size = new System.Drawing.Size(1210, 610);
            this.codeWindow.TabIndex = 0;
            this.codeWindow.Text = "";
            this.codeWindow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.codeWindow_KeyDown);
            // 
            // tabControl
            // 
            this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
            this.tabControl.Controls.Add(this.outputTab);
            this.tabControl.Controls.Add(this.errorTab);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.ImageList = this.imageList1;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(1218, 249);
            this.tabControl.TabIndex = 6;
            // 
            // outputTab
            // 
            this.outputTab.Controls.Add(this.outputWindow);
            this.outputTab.ImageIndex = 1;
            this.outputTab.Location = new System.Drawing.Point(4, 32);
            this.outputTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.outputTab.Name = "outputTab";
            this.outputTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.outputTab.Size = new System.Drawing.Size(1210, 213);
            this.outputTab.TabIndex = 0;
            this.outputTab.Text = "Output";
            this.outputTab.UseVisualStyleBackColor = true;
            // 
            // outputWindow
            // 
            this.outputWindow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.outputWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.outputWindow.Location = new System.Drawing.Point(4, 5);
            this.outputWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.outputWindow.Name = "outputWindow";
            this.outputWindow.ReadOnly = true;
            this.outputWindow.Size = new System.Drawing.Size(1202, 203);
            this.outputWindow.TabIndex = 1;
            this.outputWindow.Text = "";
            // 
            // errorTab
            // 
            this.errorTab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.errorTab.Controls.Add(this.errorWindow);
            this.errorTab.ImageIndex = 0;
            this.errorTab.Location = new System.Drawing.Point(4, 32);
            this.errorTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.errorTab.Name = "errorTab";
            this.errorTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.errorTab.Size = new System.Drawing.Size(1210, 213);
            this.errorTab.TabIndex = 1;
            this.errorTab.Text = "Errors";
            this.errorTab.UseVisualStyleBackColor = true;
            // 
            // errorWindow
            // 
            this.errorWindow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.errorWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.errorWindow.Location = new System.Drawing.Point(4, 5);
            this.errorWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.errorWindow.Name = "errorWindow";
            this.errorWindow.ReadOnly = true;
            this.errorWindow.Size = new System.Drawing.Size(1202, 203);
            this.errorWindow.TabIndex = 2;
            this.errorWindow.Text = "";
            // 
            // codeFontDialog
            // 
            this.codeFontDialog.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont;
            this.codeFontDialog.ShowColor = true;
            // 
            // assemblyData
            // 
            this.assemblyData.Location = new System.Drawing.Point(1090, 534);
            this.assemblyData.Name = "assemblyData";
            this.assemblyData.Size = new System.Drawing.Size(121, 97);
            this.assemblyData.TabIndex = 2;
            this.assemblyData.Visible = false;
            // 
            // FastSharpForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1218, 949);
            this.Controls.Add(this.codeOutputSplit);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(toolStrip1);
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "FastSharpForm";
            this.Text = "FastSharpForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FastSharpForm_FormClosing);
            this.Load += new System.EventHandler(this.FastSharp_Load);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.codeOutputSplit.Panel1.ResumeLayout(false);
            this.codeOutputSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).EndInit();
            this.codeOutputSplit.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.outputTab.ResumeLayout(false);
            this.errorTab.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.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCadDistribuicao));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tbIncluir = new System.Windows.Forms.ToolStripButton();
            this.tbAlterar = new System.Windows.Forms.ToolStripButton();
            this.tbExcluir = new System.Windows.Forms.ToolStripButton();
            this.tbAtualizar = new System.Windows.Forms.ToolStripButton();
            this.tbImprimir = new System.Windows.Forms.ToolStripButton();
            this.tbVoltar = new System.Windows.Forms.ToolStripButton();
            this.rdbDesc = new System.Windows.Forms.RadioButton();
            this.label10 = new System.Windows.Forms.Label();
            this.cbxOrdenar = new System.Windows.Forms.ComboBox();
            this.cbxPesquisar = new System.Windows.Forms.ComboBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.rdbCresc = new System.Windows.Forms.RadioButton();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.btnPesquisa = new System.Windows.Forms.Button();
            this.txtConsulta = new System.Windows.Forms.MaskedTextBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.dtgDistribuicao = new System.Windows.Forms.DataGridView();
            this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DATA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Responsavel = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtResponsavel = new System.Windows.Forms.TextBox();
            this.txtValorTotal = new System.Windows.Forms.TextBox();
            this.btn01 = new System.Windows.Forms.Button();
            this.btn02 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCodigo = new System.Windows.Forms.TextBox();
            this.txtData = new System.Windows.Forms.TextBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.btnGerarRelatorio = new System.Windows.Forms.Button();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.label13 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgDistribuicao)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.AutoSize = false;
            toolStrip1.BackColor = System.Drawing.Color.White;
            toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbIncluir,
            this.tbAlterar,
            this.tbExcluir,
            this.tbAtualizar,
            this.tbImprimir,
            this.tbVoltar});
            toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            toolStrip1.Location = new System.Drawing.Point(2, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Padding = new System.Windows.Forms.Padding(0);
            toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            toolStrip1.ShowItemToolTips = false;
            toolStrip1.Size = new System.Drawing.Size(69, 506);
            toolStrip1.TabIndex = 94;
            toolStrip1.Text = "toolStrip1";
            // 
            // tbIncluir
            // 
            this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image")));
            this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbIncluir.Name = "tbIncluir";
            this.tbIncluir.Size = new System.Drawing.Size(68, 81);
            this.tbIncluir.Text = "Incluir";
            this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbIncluir.ToolTipText = "Clique parar incluir um registro";
            this.tbIncluir.Click += new System.EventHandler(this.tbIncluir_Click);
            // 
            // tbAlterar
            // 
            this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image")));
            this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAlterar.Name = "tbAlterar";
            this.tbAlterar.Size = new System.Drawing.Size(68, 81);
            this.tbAlterar.Text = "Alterar";
            this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAlterar.ToolTipText = "Clique para alterar um registro";
            this.tbAlterar.Click += new System.EventHandler(this.tbAlterar_Click);
            // 
            // tbExcluir
            // 
            this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image")));
            this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbExcluir.Name = "tbExcluir";
            this.tbExcluir.Size = new System.Drawing.Size(68, 81);
            this.tbExcluir.Text = "Excluir";
            this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbExcluir.ToolTipText = "Clique para excluir um registro";
            this.tbExcluir.Click += new System.EventHandler(this.tbExcluir_Click);
            // 
            // tbAtualizar
            // 
            this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image")));
            this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAtualizar.Name = "tbAtualizar";
            this.tbAtualizar.Size = new System.Drawing.Size(68, 81);
            this.tbAtualizar.Text = "Atualizar";
            this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros";
            this.tbAtualizar.Click += new System.EventHandler(this.tbAtualizar_Click);
            // 
            // tbImprimir
            // 
            this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image")));
            this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbImprimir.Name = "tbImprimir";
            this.tbImprimir.Size = new System.Drawing.Size(68, 81);
            this.tbImprimir.Text = "Imprimir";
            this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbImprimir.ToolTipText = "Clique para imprimir ";
            this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click);
            // 
            // tbVoltar
            // 
            this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image")));
            this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbVoltar.Name = "tbVoltar";
            this.tbVoltar.Size = new System.Drawing.Size(68, 81);
            this.tbVoltar.Text = "Voltar";
            this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbVoltar.ToolTipText = "Retornar a tela anterior";
            // 
            // rdbDesc
            // 
            this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbDesc.AutoSize = true;
            this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbDesc.ForeColor = System.Drawing.Color.White;
            this.rdbDesc.Location = new System.Drawing.Point(846, 12);
            this.rdbDesc.Name = "rdbDesc";
            this.rdbDesc.Size = new System.Drawing.Size(65, 17);
            this.rdbDesc.TabIndex = 6;
            this.rdbDesc.Text = "Z -> A";
            this.rdbDesc.UseVisualStyleBackColor = true;
            this.rdbDesc.Click += new System.EventHandler(this.rdbDesc_CheckedChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.ForeColor = System.Drawing.Color.White;
            this.label10.Location = new System.Drawing.Point(5, 14);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(109, 13);
            this.label10.TabIndex = 0;
            this.label10.Text = "Pesquisar por...";
            // 
            // cbxOrdenar
            // 
            this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxOrdenar.FormattingEnabled = true;
            this.cbxOrdenar.Items.AddRange(new object[] {
            "Registro",
            "Data",
            "Valor",
            "Responável"});
            this.cbxOrdenar.Location = new System.Drawing.Point(627, 10);
            this.cbxOrdenar.Name = "cbxOrdenar";
            this.cbxOrdenar.Size = new System.Drawing.Size(151, 21);
            this.cbxOrdenar.TabIndex = 1;
            this.cbxOrdenar.Click += new System.EventHandler(this.cbxOrdenar_SelectedIndexChanged);
            // 
            // cbxPesquisar
            // 
            this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxPesquisar.FormattingEnabled = true;
            this.cbxPesquisar.Items.AddRange(new object[] {
            "Todos os campos",
            "Por registro",
            "Por data",
            "Por total da Distribuição",
            "Por Responsável do registro"});
            this.cbxPesquisar.Location = new System.Drawing.Point(337, 10);
            this.cbxPesquisar.Name = "cbxPesquisar";
            this.cbxPesquisar.Size = new System.Drawing.Size(143, 21);
            this.cbxPesquisar.TabIndex = 1;
            this.cbxPesquisar.Click += new System.EventHandler(this.cbxPesquisar_SelectedIndexChanged);
            // 
            // panel3
            // 
            this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.BackColor = System.Drawing.Color.DimGray;
            this.panel3.Controls.Add(this.rdbDesc);
            this.panel3.Controls.Add(this.label10);
            this.panel3.Controls.Add(this.rdbCresc);
            this.panel3.Controls.Add(this.cbxOrdenar);
            this.panel3.Controls.Add(this.label9);
            this.panel3.Controls.Add(this.label8);
            this.panel3.Controls.Add(this.cbxPesquisar);
            this.panel3.Controls.Add(this.btnPesquisa);
            this.panel3.Controls.Add(this.txtConsulta);
            this.panel3.Location = new System.Drawing.Point(2, 102);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(913, 39);
            this.panel3.TabIndex = 115;
            // 
            // rdbCresc
            // 
            this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbCresc.AutoSize = true;
            this.rdbCresc.Checked = true;
            this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbCresc.ForeColor = System.Drawing.Color.White;
            this.rdbCresc.Location = new System.Drawing.Point(780, 12);
            this.rdbCresc.Name = "rdbCresc";
            this.rdbCresc.Size = new System.Drawing.Size(65, 17);
            this.rdbCresc.TabIndex = 6;
            this.rdbCresc.TabStop = true;
            this.rdbCresc.Text = "A -> Z";
            this.rdbCresc.UseVisualStyleBackColor = true;
            this.rdbCresc.Click += new System.EventHandler(this.rdbCresc_CheckedChanged);
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.ForeColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(305, 14);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(27, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "em";
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(564, 14);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(60, 13);
            this.label8.TabIndex = 5;
            this.label8.Text = "Ordenar";
            // 
            // btnPesquisa
            // 
            this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find;
            this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnPesquisa.Location = new System.Drawing.Point(497, 8);
            this.btnPesquisa.Name = "btnPesquisa";
            this.btnPesquisa.Size = new System.Drawing.Size(64, 25);
            this.btnPesquisa.TabIndex = 4;
            this.btnPesquisa.UseVisualStyleBackColor = false;
            this.btnPesquisa.Click += new System.EventHandler(this.btnPesquisa_Click);
            // 
            // txtConsulta
            // 
            this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtConsulta.Location = new System.Drawing.Point(114, 9);
            this.txtConsulta.Name = "txtConsulta";
            this.txtConsulta.Size = new System.Drawing.Size(185, 22);
            this.txtConsulta.TabIndex = 3;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(91, 93);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.dtgDistribuicao);
            this.splitContainer1.Panel1.Controls.Add(this.panel3);
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.panel5);
            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
            this.splitContainer1.Panel2Collapsed = true;
            this.splitContainer1.Size = new System.Drawing.Size(918, 523);
            this.splitContainer1.SplitterDistance = 306;
            this.splitContainer1.TabIndex = 119;
            // 
            // dtgDistribuicao
            // 
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgDistribuicao.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.dtgDistribuicao.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.dtgDistribuicao.BackgroundColor = System.Drawing.Color.White;
            this.dtgDistribuicao.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dtgDistribuicao.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgDistribuicao.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ID,
            this.DATA,
            this.valor,
            this.Responsavel});
            this.dtgDistribuicao.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgDistribuicao.Location = new System.Drawing.Point(3, 147);
            this.dtgDistribuicao.Name = "dtgDistribuicao";
            this.dtgDistribuicao.ReadOnly = true;
            this.dtgDistribuicao.RowHeadersVisible = false;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
            this.dtgDistribuicao.RowsDefaultCellStyle = dataGridViewCellStyle8;
            this.dtgDistribuicao.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtgDistribuicao.Size = new System.Drawing.Size(912, 376);
            this.dtgDistribuicao.TabIndex = 116;
            this.dtgDistribuicao.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgLojas_CellClick);
            // 
            // ID
            // 
            this.ID.DataPropertyName = "Dis_Id";
            dataGridViewCellStyle6.Format = "000000";
            dataGridViewCellStyle6.NullValue = null;
            this.ID.DefaultCellStyle = dataGridViewCellStyle6;
            this.ID.HeaderText = "Registro";
            this.ID.Name = "ID";
            this.ID.ReadOnly = true;
            // 
            // DATA
            // 
            this.DATA.DataPropertyName = "Dis_DataDefinida";
            this.DATA.HeaderText = "Data";
            this.DATA.Name = "DATA";
            this.DATA.ReadOnly = true;
            // 
            // valor
            // 
            this.valor.DataPropertyName = "Dis_Total";
            dataGridViewCellStyle7.Format = "C2";
            dataGridViewCellStyle7.NullValue = null;
            this.valor.DefaultCellStyle = dataGridViewCellStyle7;
            this.valor.HeaderText = "Valor da Operação";
            this.valor.Name = "valor";
            this.valor.ReadOnly = true;
            // 
            // Responsavel
            // 
            this.Responsavel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Responsavel.DataPropertyName = "Dis_Operador";
            this.Responsavel.FillWeight = 200F;
            this.Responsavel.HeaderText = "Responsável";
            this.Responsavel.Name = "Responsavel";
            this.Responsavel.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtResponsavel);
            this.groupBox1.Controls.Add(this.txtValorTotal);
            this.groupBox1.Controls.Add(this.btn01);
            this.groupBox1.Controls.Add(this.btn02);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtCodigo);
            this.groupBox1.Controls.Add(this.txtData);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(2, -5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(913, 103);
            this.groupBox1.TabIndex = 112;
            this.groupBox1.TabStop = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(8, 55);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(37, 16);
            this.label6.TabIndex = 33;
            this.label6.Text = "Data";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(189, 54);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(89, 16);
            this.label5.TabIndex = 32;
            this.label5.Text = "Responsável";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(91, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(74, 16);
            this.label2.TabIndex = 31;
            this.label2.Text = "Valor Total";
            // 
            // txtResponsavel
            // 
            this.txtResponsavel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtResponsavel.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtResponsavel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtResponsavel.Enabled = false;
            this.txtResponsavel.Location = new System.Drawing.Point(192, 75);
            this.txtResponsavel.Name = "txtResponsavel";
            this.txtResponsavel.Size = new System.Drawing.Size(166, 22);
            this.txtResponsavel.TabIndex = 30;
            // 
            // txtValorTotal
            // 
            this.txtValorTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtValorTotal.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtValorTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtValorTotal.Enabled = false;
            this.txtValorTotal.Location = new System.Drawing.Point(94, 29);
            this.txtValorTotal.Name = "txtValorTotal";
            this.txtValorTotal.Size = new System.Drawing.Size(264, 22);
            this.txtValorTotal.TabIndex = 29;
            // 
            // btn01
            // 
            this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn01.Enabled = false;
            this.btn01.Location = new System.Drawing.Point(676, 26);
            this.btn01.Name = "btn01";
            this.btn01.Size = new System.Drawing.Size(110, 59);
            this.btn01.TabIndex = 27;
            this.btn01.Text = "Salvar";
            this.btn01.UseVisualStyleBackColor = true;
            this.btn01.Click += new System.EventHandler(this.btn01_Click);
            // 
            // btn02
            // 
            this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn02.Location = new System.Drawing.Point(792, 26);
            this.btn02.Name = "btn02";
            this.btn02.Size = new System.Drawing.Size(110, 59);
            this.btn02.TabIndex = 27;
            this.btn02.Text = "Sair";
            this.btn02.UseVisualStyleBackColor = true;
            this.btn02.Click += new System.EventHandler(this.btn02_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(52, 16);
            this.label1.TabIndex = 6;
            this.label1.Text = "Codigo";
            // 
            // txtCodigo
            // 
            this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtCodigo.Enabled = false;
            this.txtCodigo.Location = new System.Drawing.Point(9, 30);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(79, 22);
            this.txtCodigo.TabIndex = 2;
            // 
            // txtData
            // 
            this.txtData.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtData.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtData.Enabled = false;
            this.txtData.Location = new System.Drawing.Point(10, 74);
            this.txtData.Name = "txtData";
            this.txtData.Size = new System.Drawing.Size(176, 22);
            this.txtData.TabIndex = 28;
            // 
            // panel5
            // 
            this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.panel4);
            this.panel5.Controls.Add(this.btnGerarRelatorio);
            this.panel5.Controls.Add(this.label11);
            this.panel5.Controls.Add(this.label12);
            this.panel5.Controls.Add(this.comboBox1);
            this.panel5.Controls.Add(this.comboBox2);
            this.panel5.Location = new System.Drawing.Point(723, 3);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(0, 517);
            this.panel5.TabIndex = 121;
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel4.BackColor = System.Drawing.Color.DimGray;
            this.panel4.Controls.Add(this.label3);
            this.panel4.Location = new System.Drawing.Point(0, 2);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(22, 39);
            this.panel4.TabIndex = 116;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 2);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(137, 36);
            this.label3.TabIndex = 96;
            this.label3.Text = "RELATÓRIO";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnGerarRelatorio
            // 
            this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144);
            this.btnGerarRelatorio.Name = "btnGerarRelatorio";
            this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49);
            this.btnGerarRelatorio.TabIndex = 120;
            this.btnGerarRelatorio.Text = "Gerar Relatório";
            this.btnGerarRelatorio.UseVisualStyleBackColor = true;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(3, 45);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(113, 16);
            this.label11.TabIndex = 117;
            this.label11.Text = "Tipo de Relatório";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(3, 89);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(95, 16);
            this.label12.TabIndex = 119;
            this.label12.Text = "Definir produto";
            // 
            // comboBox1
            // 
            this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox1.Location = new System.Drawing.Point(4, 64);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(16, 21);
            this.comboBox1.TabIndex = 2;
            // 
            // comboBox2
            // 
            this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox2.Location = new System.Drawing.Point(4, 108);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(16, 21);
            this.comboBox2.TabIndex = 118;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(3, 3);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(715, 517);
            this.reportViewer1.TabIndex = 0;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.White;
            this.label13.Location = new System.Drawing.Point(4, 6);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(572, 60);
            this.label13.TabIndex = 96;
            this.label13.Text = "CONTROLE DE DISTRIBUIÇÕES";
            this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.DimGray;
            this.panel2.Controls.Add(this.label13);
            this.panel2.Location = new System.Drawing.Point(91, 12);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(912, 75);
            this.panel2.TabIndex = 117;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(toolStrip1);
            this.panel1.Location = new System.Drawing.Point(5, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(76, 604);
            this.panel1.TabIndex = 118;
            // 
            // frmCadDistribuicao
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 628);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmCadDistribuicao";
            this.Text = "Controle de Distribuições";
            this.Load += new System.EventHandler(this.frmCadDistribuicao_Load);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtgDistribuicao)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 8
0
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ColumnHeader columnHeaderName;
     System.Windows.Forms.ColumnHeader columnHeaderSize;
     System.Windows.Forms.ColumnHeader columnHeaderAddress;
     System.Windows.Forms.ColumnHeader columnHeaderHash;
     System.Windows.Forms.ToolStrip    toolStripFileView;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainerInfo                = new System.Windows.Forms.SplitContainer();
     this.listViewFile                      = new System.Windows.Forms.ListView();
     this.columnHeaderFileName              = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderPath                  = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStripFile              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.directoryToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.panelViewComponent                = new System.Windows.Forms.Panel();
     this.toolStripDropDownButtonFormat     = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripDropDownButtonEncoding   = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripButtonSave               = new System.Windows.Forms.ToolStripButton();
     this.folderBrowserDialog               = new System.Windows.Forms.FolderBrowserDialog();
     this.saveFileDialog                    = new System.Windows.Forms.SaveFileDialog();
     this.toolStripButtonSelectDirectory    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButtonGrouping      = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripSplitButtonGroupByExec   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButtonGroupByPath   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButtonGroupByCustom = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButtonGroupByHash   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButtonOdi                = new System.Windows.Forms.ToolStripButton();
     this.toolStripMain                     = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.openFileDialog                    = new System.Windows.Forms.OpenFileDialog();
     columnHeaderName    = new System.Windows.Forms.ColumnHeader();
     columnHeaderSize    = new System.Windows.Forms.ColumnHeader();
     columnHeaderAddress = new System.Windows.Forms.ColumnHeader();
     columnHeaderHash    = new System.Windows.Forms.ColumnHeader();
     toolStripFileView   = new System.Windows.Forms.ToolStrip();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerInfo)).BeginInit();
     this.splitContainerInfo.Panel1.SuspendLayout();
     this.splitContainerInfo.Panel2.SuspendLayout();
     this.splitContainerInfo.SuspendLayout();
     this.contextMenuStripFile.SuspendLayout();
     toolStripFileView.SuspendLayout();
     this.toolStripMain.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeaderName
     //
     columnHeaderName.Text  = "Имя";
     columnHeaderName.Width = 100;
     //
     // columnHeaderSize
     //
     columnHeaderSize.Text      = "Размер";
     columnHeaderSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeaderAddress
     //
     columnHeaderAddress.Text      = "Адрес";
     columnHeaderAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeaderHash
     //
     columnHeaderHash.Text  = "Хеш";
     columnHeaderHash.Width = 180;
     //
     // splitContainerInfo
     //
     this.splitContainerInfo.Cursor   = System.Windows.Forms.Cursors.VSplit;
     this.splitContainerInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerInfo.Location = new System.Drawing.Point(0, 27);
     this.splitContainerInfo.Name     = "splitContainerInfo";
     //
     // splitContainerInfo.Panel1
     //
     this.splitContainerInfo.Panel1.Controls.Add(this.listViewFile);
     //
     // splitContainerInfo.Panel2
     //
     this.splitContainerInfo.Panel2.Controls.Add(this.panelViewComponent);
     this.splitContainerInfo.Panel2.Controls.Add(toolStripFileView);
     this.splitContainerInfo.Panel2.Cursor    = System.Windows.Forms.Cursors.Default;
     this.splitContainerInfo.Size             = new System.Drawing.Size(800, 423);
     this.splitContainerInfo.SplitterDistance = 266;
     this.splitContainerInfo.TabIndex         = 2;
     //
     // listViewFile
     //
     this.listViewFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderFileName,
         columnHeaderName,
         columnHeaderSize,
         columnHeaderAddress,
         columnHeaderHash,
         this.columnHeaderPath
     });
     this.listViewFile.ContextMenuStrip = this.contextMenuStripFile;
     this.listViewFile.Cursor           = System.Windows.Forms.Cursors.Default;
     this.listViewFile.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listViewFile.FullRowSelect    = true;
     this.listViewFile.GridLines        = true;
     this.listViewFile.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewFile.Location         = new System.Drawing.Point(0, 0);
     this.listViewFile.MultiSelect      = false;
     this.listViewFile.Name             = "listViewFile";
     this.listViewFile.ShowItemToolTips = true;
     this.listViewFile.Size             = new System.Drawing.Size(266, 423);
     this.listViewFile.TabIndex         = 1;
     this.listViewFile.UseCompatibleStateImageBehavior = false;
     this.listViewFile.View = System.Windows.Forms.View.Details;
     this.listViewFile.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewFile_ItemSelectionChanged);
     //
     // columnHeaderFileName
     //
     this.columnHeaderFileName.Text  = "Файл";
     this.columnHeaderFileName.Width = 120;
     //
     // columnHeaderPath
     //
     this.columnHeaderPath.Text = "Полный путь";
     //
     // contextMenuStripFile
     //
     this.contextMenuStripFile.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStripFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.directoryToolStripMenuItem
     });
     this.contextMenuStripFile.Name     = "contextMenuStripFile";
     this.contextMenuStripFile.Size     = new System.Drawing.Size(305, 28);
     this.contextMenuStripFile.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripFile_Opening);
     //
     // directoryToolStripMenuItem
     //
     this.directoryToolStripMenuItem.Name   = "directoryToolStripMenuItem";
     this.directoryToolStripMenuItem.Size   = new System.Drawing.Size(304, 24);
     this.directoryToolStripMenuItem.Text   = "Открыть расположение файла ...";
     this.directoryToolStripMenuItem.Click += new System.EventHandler(this.directoryToolStripMenuItem_Click);
     //
     // panelViewComponent
     //
     this.panelViewComponent.Cursor   = System.Windows.Forms.Cursors.Default;
     this.panelViewComponent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelViewComponent.Location = new System.Drawing.Point(0, 39);
     this.panelViewComponent.Name     = "panelViewComponent";
     this.panelViewComponent.Size     = new System.Drawing.Size(530, 384);
     this.panelViewComponent.TabIndex = 4;
     //
     // toolStripFileView
     //
     toolStripFileView.ImageScalingSize = new System.Drawing.Size(20, 20);
     toolStripFileView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButtonFormat,
         this.toolStripDropDownButtonEncoding,
         this.toolStripButtonSave
     });
     toolStripFileView.Location = new System.Drawing.Point(0, 0);
     toolStripFileView.Name     = "toolStripFileView";
     toolStripFileView.Size     = new System.Drawing.Size(530, 39);
     toolStripFileView.TabIndex = 2;
     toolStripFileView.Text     = "toolStrip1";
     //
     // toolStripDropDownButtonFormat
     //
     this.toolStripDropDownButtonFormat.Image                 = global::fileinfo.Properties.Resources.script;
     this.toolStripDropDownButtonFormat.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripDropDownButtonFormat.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonFormat.Name = "toolStripDropDownButtonFormat";
     this.toolStripDropDownButtonFormat.Size = new System.Drawing.Size(81, 36);
     this.toolStripDropDownButtonFormat.Text = "Вид";
     //
     // toolStripDropDownButtonEncoding
     //
     this.toolStripDropDownButtonEncoding.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonEncoding.Image")));
     this.toolStripDropDownButtonEncoding.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripDropDownButtonEncoding.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonEncoding.Name = "toolStripDropDownButtonEncoding";
     this.toolStripDropDownButtonEncoding.Size = new System.Drawing.Size(123, 36);
     this.toolStripDropDownButtonEncoding.Text = "Кодировка";
     //
     // toolStripButtonSave
     //
     this.toolStripButtonSave.Image                 = global::fileinfo.Properties.Resources.disk;
     this.toolStripButtonSave.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSave.Name   = "toolStripButtonSave";
     this.toolStripButtonSave.Size   = new System.Drawing.Size(119, 36);
     this.toolStripButtonSave.Text   = "Сохранить";
     this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.Description            = "Выбрать директорию";
     this.folderBrowserDialog.RootFolder             = System.Environment.SpecialFolder.MyComputer;
     this.folderBrowserDialog.ShowNewFolderButton    = false;
     this.folderBrowserDialog.UseDescriptionForTitle = true;
     //
     // toolStripButtonSelectDirectory
     //
     this.toolStripButtonSelectDirectory.Image = global::fileinfo.Properties.Resources.folder;
     this.toolStripButtonSelectDirectory.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSelectDirectory.Name   = "toolStripButtonSelectDirectory";
     this.toolStripButtonSelectDirectory.Size   = new System.Drawing.Size(196, 24);
     this.toolStripButtonSelectDirectory.Text   = "Выбрать директорию ...";
     this.toolStripButtonSelectDirectory.Click += new System.EventHandler(this.toolStripButtonSelectDirectory_Click);
     //
     // toolStripSplitButtonGrouping
     //
     this.toolStripSplitButtonGrouping.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButtonGroupByExec,
         this.toolStripSplitButtonGroupByPath,
         this.toolStripSplitButtonGroupByCustom,
         this.toolStripSplitButtonGroupByHash
     });
     this.toolStripSplitButtonGrouping.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonGrouping.Image")));
     this.toolStripSplitButtonGrouping.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButtonGrouping.Name = "toolStripSplitButtonGrouping";
     this.toolStripSplitButtonGrouping.Size = new System.Drawing.Size(105, 24);
     this.toolStripSplitButtonGrouping.Text = "Grouping";
     //
     // toolStripSplitButtonGroupByExec
     //
     this.toolStripSplitButtonGroupByExec.Name   = "toolStripSplitButtonGroupByExec";
     this.toolStripSplitButtonGroupByExec.Size   = new System.Drawing.Size(309, 26);
     this.toolStripSplitButtonGroupByExec.Text   = "Группировка по исполняемым";
     this.toolStripSplitButtonGroupByExec.Click += new System.EventHandler(this.toolStripSplitButtonGroupByExec_Click);
     //
     // toolStripSplitButtonGroupByPath
     //
     this.toolStripSplitButtonGroupByPath.Name   = "toolStripSplitButtonGroupByPath";
     this.toolStripSplitButtonGroupByPath.Size   = new System.Drawing.Size(309, 26);
     this.toolStripSplitButtonGroupByPath.Text   = "Группировка по директории";
     this.toolStripSplitButtonGroupByPath.Click += new System.EventHandler(this.toolStripSplitButtonGroupByPath_Click);
     //
     // toolStripSplitButtonGroupByCustom
     //
     this.toolStripSplitButtonGroupByCustom.Name   = "toolStripSplitButtonGroupByCustom";
     this.toolStripSplitButtonGroupByCustom.Size   = new System.Drawing.Size(309, 26);
     this.toolStripSplitButtonGroupByCustom.Text   = "Группировка по типу";
     this.toolStripSplitButtonGroupByCustom.Click += new System.EventHandler(this.toolStripSplitButtonGroupByCustom_Click);
     //
     // toolStripSplitButtonGroupByHash
     //
     this.toolStripSplitButtonGroupByHash.Name   = "toolStripSplitButtonGroupByHash";
     this.toolStripSplitButtonGroupByHash.Size   = new System.Drawing.Size(309, 26);
     this.toolStripSplitButtonGroupByHash.Text   = "Группировка дублей";
     this.toolStripSplitButtonGroupByHash.Click += new System.EventHandler(this.toolStripSplitButtonGroupByHash_Click);
     //
     // toolStripButtonOdi
     //
     this.toolStripButtonOdi.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOdi.Image")));
     this.toolStripButtonOdi.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonOdi.Name   = "toolStripButtonOdi";
     this.toolStripButtonOdi.Size   = new System.Drawing.Size(141, 24);
     this.toolStripButtonOdi.Text   = "Извлечь из ODI";
     this.toolStripButtonOdi.Click += new System.EventHandler(this.toolStripButtonOdi_Click);
     //
     // toolStripMain
     //
     this.toolStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonSelectDirectory,
         this.toolStripSplitButtonGrouping,
         this.toolStripSeparator1,
         this.toolStripButtonOdi
     });
     this.toolStripMain.Location = new System.Drawing.Point(0, 0);
     this.toolStripMain.Name     = "toolStripMain";
     this.toolStripMain.Size     = new System.Drawing.Size(800, 27);
     this.toolStripMain.TabIndex = 3;
     this.toolStripMain.Text     = "toolStrip1";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "odi";
     this.openFileDialog.Filter     = "ODI files|*.odi|All files|*.*";
     this.openFileDialog.Title      = "Открыть";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.splitContainerInfo);
     this.Controls.Add(this.toolStripMain);
     this.Name = "MainForm";
     this.Text = "File Info";
     this.splitContainerInfo.Panel1.ResumeLayout(false);
     this.splitContainerInfo.Panel2.ResumeLayout(false);
     this.splitContainerInfo.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerInfo)).EndInit();
     this.splitContainerInfo.ResumeLayout(false);
     this.contextMenuStripFile.ResumeLayout(false);
     toolStripFileView.ResumeLayout(false);
     toolStripFileView.PerformLayout();
     this.toolStripMain.ResumeLayout(false);
     this.toolStripMain.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()
        {
            System.Windows.Forms.ToolStrip toolStrip;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.showButton = new System.Windows.Forms.ToolStripButton();
            this.optionsButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            toolStrip = new System.Windows.Forms.ToolStrip();
            toolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip
            // 
            toolStrip.GripMargin = new System.Windows.Forms.Padding(0);
            toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.printToolStripButton,
            this.toolStripSeparator,
            this.showButton,
            this.optionsButton,
            this.toolStripSeparator1,
            this.toolStripButton1,
            this.toolStripButton2});
            toolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            toolStrip.Location = new System.Drawing.Point(0, 0);
            toolStrip.Name = "toolStrip";
            toolStrip.Size = new System.Drawing.Size(609, 25);
            toolStrip.TabIndex = 0;
            toolStrip.Text = "toolStrip1";
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "&Print";
            this.printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // showButton
            // 
            this.showButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.showButton.Image = ((System.Drawing.Image)(resources.GetObject("showButton.Image")));
            this.showButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showButton.Name = "showButton";
            this.showButton.Size = new System.Drawing.Size(23, 22);
            this.showButton.Text = "Show Answers";
            this.showButton.Click += new System.EventHandler(this.showButton_Click);
            // 
            // optionsButton
            // 
            this.optionsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.optionsButton.Image = ((System.Drawing.Image)(resources.GetObject("optionsButton.Image")));
            this.optionsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.optionsButton.Name = "optionsButton";
            this.optionsButton.Size = new System.Drawing.Size(23, 22);
            this.optionsButton.Text = "Change Puzzle Settings";
            this.optionsButton.Click += new System.EventHandler(this.optionsButton_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton1.Text = "aboutButton";
            this.toolStripButton1.Click += new System.EventHandler(this.aboutButton_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "toolStripButton2";
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(609, 662);
            this.Controls.Add(toolStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form2";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "Word Search Generator - Puzzle View";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
            this.VisibleChanged += new System.EventHandler(this.Form2_VisibleChanged);
            toolStrip.ResumeLayout(false);
            toolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStrip toolStrip1;
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.ToolStrip toolStrip2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality));
            this.QualityBox = new System.Windows.Forms.ToolStripComboBox();
            this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar();
            this.DropLabel = new System.Windows.Forms.Label();
            this.Worker = new System.ComponentModel.BackgroundWorker();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            toolStrip2 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            toolStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.QualityBox});
            toolStrip1.Location = new System.Drawing.Point(3, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(158, 25);
            toolStrip1.TabIndex = 1;
            toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(45, 22);
            toolStripLabel1.Text = "Quality";
            // 
            // QualityBox
            // 
            this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.QualityBox.Items.AddRange(new object[] {
            "0",
            "5",
            "10",
            "15",
            "20",
            "25",
            "30",
            "35",
            "40",
            "45",
            "50",
            "55",
            "60",
            "65",
            "70",
            "75",
            "80",
            "85",
            "90",
            "95",
            "100"});
            this.QualityBox.Name = "QualityBox";
            this.QualityBox.Size = new System.Drawing.Size(75, 25);
            this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2);
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel);
            toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65);
            toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.Size = new System.Drawing.Size(284, 115);
            toolStripContainer1.TabIndex = 0;
            toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // toolStrip2
            // 
            toolStrip2.AutoSize = false;
            toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ProgressBar});
            toolStrip2.Location = new System.Drawing.Point(0, 0);
            toolStrip2.Name = "toolStrip2";
            toolStrip2.Size = new System.Drawing.Size(284, 25);
            toolStrip2.Stretch = true;
            toolStrip2.TabIndex = 0;
            // 
            // ProgressBar
            // 
            this.ProgressBar.AutoSize = false;
            this.ProgressBar.Name = "ProgressBar";
            this.ProgressBar.Size = new System.Drawing.Size(280, 22);
            this.ProgressBar.Step = 1;
            // 
            // DropLabel
            // 
            this.DropLabel.AllowDrop = true;
            this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue;
            this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DropLabel.Location = new System.Drawing.Point(0, 0);
            this.DropLabel.Name = "DropLabel";
            this.DropLabel.Size = new System.Drawing.Size(284, 65);
            this.DropLabel.TabIndex = 0;
            this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " +
    "directory.";
            this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop);
            this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver);
            // 
            // Worker
            // 
            this.Worker.WorkerReportsProgress = true;
            this.Worker.WorkerSupportsCancellation = true;
            this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync);
            this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged);
            // 
            // JpegQuality
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 115);
            this.Controls.Add(toolStripContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "JpegQuality";
            this.Text = "JPEG Quality";
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            toolStrip2.ResumeLayout(false);
            toolStrip2.PerformLayout();
            this.ResumeLayout(false);

        }
Exemplo n.º 11
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            ImageList = new System.Windows.Forms.ImageList(components);
            btnSavePath = new System.Windows.Forms.ToolStripButton();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            URL = new System.Windows.Forms.ToolStripTextBox();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            lbTask = new System.Windows.Forms.ToolStripLabel();
            MaxDownloaders = new System.Windows.Forms.ToolStripComboBox();
            FBD = new System.Windows.Forms.FolderBrowserDialog();
            Tray = new System.Windows.Forms.NotifyIcon(components);
            Toolbar = new System.Windows.Forms.ToolStrip();
            lbSplit = new System.Windows.Forms.ToolStripLabel();
            MaxConnections = new System.Windows.Forms.ToolStripComboBox();
            btnOption = new System.Windows.Forms.ToolStripDropDownButton();
            miEditINI = new System.Windows.Forms.ToolStripMenuItem();
            miTrace = new System.Windows.Forms.ToolStripMenuItem();
            debug = new System.Windows.Forms.ToolStripMenuItem();
            info = new System.Windows.Forms.ToolStripMenuItem();
            notice = new System.Windows.Forms.ToolStripMenuItem();
            warn = new System.Windows.Forms.ToolStripMenuItem();
            error = new System.Windows.Forms.ToolStripMenuItem();
            miLog = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            miProxy = new System.Windows.Forms.ToolStripMenuItem();
            miConnection = new System.Windows.Forms.ToolStripMenuItem();
            toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            miClipboard = new System.Windows.Forms.ToolStripMenuItem();
            miParseOnly = new System.Windows.Forms.ToolStripMenuItem();
            miCopyURL = new System.Windows.Forms.ToolStripMenuItem();
            miRunDownloader = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator0 = new System.Windows.Forms.ToolStripSeparator();
            miStayTop = new System.Windows.Forms.ToolStripMenuItem();
            miLanguage = new System.Windows.Forms.ToolStripMenuItem();
            miLangAuto = new System.Windows.Forms.ToolStripMenuItem();
            toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            miLangChs = new System.Windows.Forms.ToolStripMenuItem();
            miLangEn = new System.Windows.Forms.ToolStripMenuItem();
            cmTaskList = new System.Windows.Forms.ContextMenuStrip(components);
            miOpen = new System.Windows.Forms.ToolStripMenuItem();
            miOpenDir = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            miMoveTop = new System.Windows.Forms.ToolStripMenuItem();
            miMoveUp = new System.Windows.Forms.ToolStripMenuItem();
            miMoveDown = new System.Windows.Forms.ToolStripMenuItem();
            miMoveBottom = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            miDelete = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            miSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            OFD = new System.Windows.Forms.OpenFileDialog();
            MainSplit = new System.Windows.Forms.SplitContainer();
            TaskList = new KK.ListViewEX();
            colURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colSpeed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colETA = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Memo = new System.Windows.Forms.RichTextBox();
            miShutdown = new System.Windows.Forms.ToolStripMenuItem();
            Toolbar.SuspendLayout();
            cmTaskList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(MainSplit)).BeginInit();
            MainSplit.Panel1.SuspendLayout();
            MainSplit.Panel2.SuspendLayout();
            MainSplit.SuspendLayout();
            SuspendLayout();
            // 
            // ImageList
            // 
            ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            ImageList.TransparentColor = System.Drawing.Color.Magenta;
            ImageList.Images.SetKeyName(0, "");
            ImageList.Images.SetKeyName(1, "");
            // 
            // btnSavePath
            // 
            btnSavePath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(btnSavePath, "btnSavePath");
            btnSavePath.Name = "btnSavePath";
			btnSavePath.Click += btnSavePath_Click;
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // URL
            // 
            resources.ApplyResources(URL, "URL");
            URL.Name = "URL";
			URL.KeyDown += URL_KeyDown;
			URL.DoubleClick += URL_DoubleClick;
			URL.MouseEnter += URL_MouseEnter;
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            // 
            // lbTask
            // 
            lbTask.Name = "lbTask";
            resources.ApplyResources(lbTask, "lbTask");
            // 
            // MaxDownloaders
            // 
            MaxDownloaders.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(MaxDownloaders, "MaxDownloaders");
            MaxDownloaders.Items.AddRange(new object[] {
            resources.GetString("MaxDownloaders.Items"),
            resources.GetString("MaxDownloaders.Items1"),
            resources.GetString("MaxDownloaders.Items2"),
            resources.GetString("MaxDownloaders.Items3"),
            resources.GetString("MaxDownloaders.Items4"),
            resources.GetString("MaxDownloaders.Items5"),
            resources.GetString("MaxDownloaders.Items6"),
            resources.GetString("MaxDownloaders.Items7"),
            resources.GetString("MaxDownloaders.Items8")});
            MaxDownloaders.Name = "MaxDownloaders";
			MaxDownloaders.DropDownClosed += MaxDownloaders_DropDownClosed;
			MaxDownloaders.SelectedIndexChanged += MaxDownloaders_SelectedIndexChanged;
            // 
            // FBD
            // 
            resources.ApplyResources(FBD, "FBD");
            // 
            // Tray
            // 
			Tray.MouseClick += Tray_MouseClick;
            // 
            // Toolbar
            // 
            resources.ApplyResources(Toolbar, "Toolbar");
            Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            btnSavePath,
            toolStripSeparator1,
            URL,
            toolStripSeparator2,
            lbTask,
            MaxDownloaders,
            lbSplit,
            MaxConnections,
            btnOption});
            Toolbar.Name = "Toolbar";
            Toolbar.ShowItemToolTips = false;
			Toolbar.MouseDoubleClick += Toolbar_MouseDoubleClick;
            // 
            // lbSplit
            // 
            lbSplit.Name = "lbSplit";
            resources.ApplyResources(lbSplit, "lbSplit");
            // 
            // MaxConnections
            // 
            MaxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(MaxConnections, "MaxConnections");
            MaxConnections.Items.AddRange(new object[] {
            resources.GetString("MaxConnections.Items"),
            resources.GetString("MaxConnections.Items1"),
            resources.GetString("MaxConnections.Items2"),
            resources.GetString("MaxConnections.Items3"),
            resources.GetString("MaxConnections.Items4"),
            resources.GetString("MaxConnections.Items5"),
            resources.GetString("MaxConnections.Items6"),
            resources.GetString("MaxConnections.Items7"),
            resources.GetString("MaxConnections.Items8")});
            MaxConnections.Name = "MaxConnections";
			MaxConnections.DropDownClosed += MaxDownloaders_DropDownClosed;
			MaxConnections.SelectedIndexChanged += MaxConnections_SelectedIndexChanged;
            // 
            // btnOption
            // 
            btnOption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            btnOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miShutdown,
            miEditINI,
            miTrace,
            miLog,
            toolStripSeparator3,
            miProxy,
            miConnection,
            toolStripMenuItem2,
            miClipboard,
            miParseOnly,
            miSeparator0,
            miStayTop,
            miLanguage});
            resources.ApplyResources(btnOption, "btnOption");
            btnOption.Name = "btnOption";
            // 
            // miEditINI
            // 
            miEditINI.Name = "miEditINI";
            resources.ApplyResources(miEditINI, "miEditINI");
			miEditINI.Click += miEditINI_Click;
            // 
            // miTrace
            // 
            miTrace.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            debug,
            info,
            notice,
            warn,
            error});
            miTrace.Name = "miTrace";
            resources.ApplyResources(miTrace, "miTrace");
			miTrace.DropDownItemClicked += miTrace_DropDownItemClicked;
			miTrace.Click += miTrace_Click;
            // 
            // debug
            // 
            debug.Name = "debug";
            resources.ApplyResources(debug, "debug");
            // 
            // info
            // 
            info.Name = "info";
            resources.ApplyResources(info, "info");
            // 
            // notice
            // 
            notice.Name = "notice";
            resources.ApplyResources(notice, "notice");
            // 
            // warn
            // 
            warn.Name = "warn";
            resources.ApplyResources(warn, "warn");
            // 
            // error
            // 
            error.Name = "error";
            resources.ApplyResources(error, "error");
            // 
            // miLog
            // 
            miLog.Name = "miLog";
            resources.ApplyResources(miLog, "miLog");
			miLog.Click += miLog_Click;
            // 
            // toolStripSeparator3
            // 
            toolStripSeparator3.Name = "toolStripSeparator3";
            resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
            // 
            // miProxy
            // 
            miProxy.Name = "miProxy";
            resources.ApplyResources(miProxy, "miProxy");
			miProxy.Click += miProxy_Click;
            // 
            // miConnection
            // 
            miConnection.Name = "miConnection";
            resources.ApplyResources(miConnection, "miConnection");
			miConnection.Click += miConnection_Click;
            // 
            // toolStripMenuItem2
            // 
            toolStripMenuItem2.Name = "toolStripMenuItem2";
            resources.ApplyResources(toolStripMenuItem2, "toolStripMenuItem2");
            // 
            // miClipboard
            // 
            miClipboard.Name = "miClipboard";
            resources.ApplyResources(miClipboard, "miClipboard");
			miClipboard.Click += miClipboard_Click;
            // 
            // miParseOnly
            // 
            miParseOnly.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miCopyURL,
            miRunDownloader});
            miParseOnly.Name = "miParseOnly";
            resources.ApplyResources(miParseOnly, "miParseOnly");
			miParseOnly.DropDownItemClicked += miParseOnly_DropDownItemClicked;
			miParseOnly.Click += miParseOnly_Click;
            // 
            // miCopyURL
            // 
            miCopyURL.Name = "miCopyURL";
            resources.ApplyResources(miCopyURL, "miCopyURL");
            // 
            // miRunDownloader
            // 
            miRunDownloader.Name = "miRunDownloader";
            resources.ApplyResources(miRunDownloader, "miRunDownloader");
            // 
            // miSeparator0
            // 
            miSeparator0.Name = "miSeparator0";
            resources.ApplyResources(miSeparator0, "miSeparator0");
            // 
            // miStayTop
            // 
            miStayTop.CheckOnClick = true;
            miStayTop.Name = "miStayTop";
            resources.ApplyResources(miStayTop, "miStayTop");
			miStayTop.CheckedChanged += miStayTop_CheckedChanged;
            // 
            // miLanguage
            // 
            miLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miLangAuto,
            toolStripMenuItem1,
            miLangChs,
            miLangEn});
            miLanguage.Name = "miLanguage";
            resources.ApplyResources(miLanguage, "miLanguage");
			miLanguage.DropDownItemClicked += miLanguage_DropDownItemClicked;
            // 
            // miLangAuto
            // 
            miLangAuto.Name = "miLangAuto";
            resources.ApplyResources(miLangAuto, "miLangAuto");
            // 
            // toolStripMenuItem1
            // 
            toolStripMenuItem1.Name = "toolStripMenuItem1";
            resources.ApplyResources(toolStripMenuItem1, "toolStripMenuItem1");
            // 
            // miLangChs
            // 
            miLangChs.Name = "miLangChs";
            resources.ApplyResources(miLangChs, "miLangChs");
            // 
            // miLangEn
            // 
            miLangEn.Name = "miLangEn";
            resources.ApplyResources(miLangEn, "miLangEn");
            // 
            // cmTaskList
            // 
            resources.ApplyResources(cmTaskList, "cmTaskList");
            cmTaskList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miOpen,
            miOpenDir,
            miSeparator1,
            miMoveTop,
            miMoveUp,
            miMoveDown,
            miMoveBottom,
            miSeparator2,
            miDelete,
            miSeparator3,
            miSelectAll});
            cmTaskList.Name = "cmTaskList";
			cmTaskList.Opening += cmTaskList_Opening;
            // 
            // miOpen
            // 
            miOpen.Name = "miOpen";
            resources.ApplyResources(miOpen, "miOpen");
			miOpen.Click += miOpen_Click;
            // 
            // miOpenDir
            // 
            miOpenDir.Name = "miOpenDir";
            resources.ApplyResources(miOpenDir, "miOpenDir");
			miOpenDir.Click += miOpenDir_Click;
            // 
            // miSeparator1
            // 
            miSeparator1.Name = "miSeparator1";
            resources.ApplyResources(miSeparator1, "miSeparator1");
            // 
            // miMoveTop
            // 
            miMoveTop.Name = "miMoveTop";
            resources.ApplyResources(miMoveTop, "miMoveTop");
			miMoveTop.Click += miMoveTop_Click;
            // 
            // miMoveUp
            // 
            miMoveUp.Name = "miMoveUp";
            resources.ApplyResources(miMoveUp, "miMoveUp");
			miMoveUp.Click += miMoveUp_Click;
            // 
            // miMoveDown
            // 
            miMoveDown.Name = "miMoveDown";
            resources.ApplyResources(miMoveDown, "miMoveDown");
			miMoveDown.Click += miMoveDown_Click;
            // 
            // miMoveBottom
            // 
            miMoveBottom.Name = "miMoveBottom";
            resources.ApplyResources(miMoveBottom, "miMoveBottom");
			miMoveBottom.Click += miMoveBottom_Click;
            // 
            // miSeparator2
            // 
            miSeparator2.Name = "miSeparator2";
            resources.ApplyResources(miSeparator2, "miSeparator2");
            // 
            // miDelete
            // 
            miDelete.Name = "miDelete";
            resources.ApplyResources(miDelete, "miDelete");
			miDelete.Click += miDelete_Click;
            // 
            // miSeparator3
            // 
            miSeparator3.Name = "miSeparator3";
            resources.ApplyResources(miSeparator3, "miSeparator3");
            // 
            // miSelectAll
            // 
            miSelectAll.Name = "miSelectAll";
            resources.ApplyResources(miSelectAll, "miSelectAll");
			miSelectAll.Click += miSelectAll_Click;
            // 
            // OFD
            // 
            resources.ApplyResources(OFD, "OFD");
            OFD.SupportMultiDottedExtensions = true;
            // 
            // MainSplit
            // 
            resources.ApplyResources(MainSplit, "MainSplit");
            MainSplit.Name = "MainSplit";
            // 
            // MainSplit.Panel1
            // 
            MainSplit.Panel1.Controls.Add(TaskList);
            // 
            // MainSplit.Panel2
            // 
            MainSplit.Panel2.Controls.Add(Memo);
            MainSplit.TabStop = false;
			MainSplit.SplitterMoved += MainSplit_SplitterMoved;
            // 
            // TaskList
            // 
            TaskList.AllowColumnReorder = true;
            TaskList.AllowDrop = true;
            TaskList.BorderStyle = System.Windows.Forms.BorderStyle.None;
            TaskList.Columns.AddRange(new [] {
            colURL,
            colName,
            colSize,
            colProgress,
            colSpeed,
            colETA});
            TaskList.ContextMenuStrip = cmTaskList;
            resources.ApplyResources(TaskList, "TaskList");
            TaskList.FullRowSelect = true;
            TaskList.Name = "TaskList";
            TaskList.OwnerDraw = true;
            TaskList.ShowItemToolTips = true;
            TaskList.SmallImageList = ImageList;
            TaskList.UseCompatibleStateImageBehavior = false;
            TaskList.View = System.Windows.Forms.View.Details;
			TaskList.ColumnClick += TaskList_ColumnClick;
			TaskList.DragDrop += TaskList_DragDrop;
			TaskList.DragEnter += TaskList_DragEnter;
			TaskList.DoubleClick += TaskList_DoubleClick;
			TaskList.KeyDown += TaskList_KeyDown;
			TaskList.MouseEnter += MaxDownloaders_DropDownClosed;
            // 
            // colURL
            // 
            resources.ApplyResources(colURL, "colURL");
            // 
            // colName
            // 
            resources.ApplyResources(colName, "colName");
            // 
            // colSize
            // 
            resources.ApplyResources(colSize, "colSize");
            // 
            // colProgress
            // 
            resources.ApplyResources(colProgress, "colProgress");
            // 
            // colSpeed
            // 
            resources.ApplyResources(colSpeed, "colSpeed");
            // 
            // colETA
            // 
            resources.ApplyResources(colETA, "colETA");
            // 
            // Memo
            // 
            Memo.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(Memo, "Memo");
            Memo.Name = "Memo";
            Memo.ReadOnly = true;
			Memo.LinkClicked += Memo_LinkClicked;
			Memo.DoubleClick += Memo_DoubleClick;
            // 
            // miShutdown
            // 
            miShutdown.CheckOnClick = true;
            miShutdown.Name = "miShutdown";
            resources.ApplyResources(miShutdown, "miShutdown");
            // 
            // MainForm
            // 
            resources.ApplyResources(this, "$this");
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            Controls.Add(MainSplit);
            Controls.Add(Toolbar);
            Name = "MainForm";
			FormClosing += MainForm_FormClosing;
			Shown += MainForm_Shown;
            Toolbar.ResumeLayout(false);
            Toolbar.PerformLayout();
            cmTaskList.ResumeLayout(false);
            MainSplit.Panel1.ResumeLayout(false);
            MainSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(MainSplit)).EndInit();
            MainSplit.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();

        }
        /// <summary> 
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を 
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripMenuItem createNewDMToolStripMenuItem;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectExplorerControl));
            System.Windows.Forms.ToolStrip toolStrip1;
            this.toolStripButtonSortByType = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSortByName = new System.Windows.Forms.ToolStripButton();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treeView1 = new Ecell.IDE.Plugins.ProjectExplorer.MultiSelectTreeView();
            this.contextMenuStripDM = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.propertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripDMCollection = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.importDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.compileAllDMsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripModel = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.exportModelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportModelSBMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.stepperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripLog = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.plotGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuSimulationSetCollection = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importSimParamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripSimulationSet = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportSimParamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.configureSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.contextMenuStripProject = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.projectSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.createNewRevisionOnProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.zipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripRevisions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.createNewRevisionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripRevision = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.loadRevisionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportRevisionZipMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripStepper = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripJobGroup = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.viewResultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.deleteJobGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog();
            createNewDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.contextMenuStripDM.SuspendLayout();
            this.contextMenuStripDMCollection.SuspendLayout();
            this.contextMenuStripModel.SuspendLayout();
            this.contextMenuStripLog.SuspendLayout();
            this.contextMenuSimulationSetCollection.SuspendLayout();
            this.contextMenuStripSimulationSet.SuspendLayout();
            this.contextMenuStripProject.SuspendLayout();
            this.contextMenuStripRevisions.SuspendLayout();
            this.contextMenuStripRevision.SuspendLayout();
            this.contextMenuStripStepper.SuspendLayout();
            this.contextMenuStripJobGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // createNewDMToolStripMenuItem
            // 
            createNewDMToolStripMenuItem.AccessibleDescription = null;
            createNewDMToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(createNewDMToolStripMenuItem, "createNewDMToolStripMenuItem");
            createNewDMToolStripMenuItem.BackgroundImage = null;
            createNewDMToolStripMenuItem.Name = "createNewDMToolStripMenuItem";
            createNewDMToolStripMenuItem.ShortcutKeyDisplayString = null;
            createNewDMToolStripMenuItem.Click += new System.EventHandler(this.TreeViewNewDm);
            // 
            // toolStrip1
            // 
            toolStrip1.AccessibleDescription = null;
            toolStrip1.AccessibleName = null;
            resources.ApplyResources(toolStrip1, "toolStrip1");
            toolStrip1.BackgroundImage = null;
            toolStrip1.Font = null;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonSortByType,
            this.toolStripButtonSortByName});
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Stretch = true;
            // 
            // toolStripButtonSortByType
            // 
            this.toolStripButtonSortByType.AccessibleDescription = null;
            this.toolStripButtonSortByType.AccessibleName = null;
            resources.ApplyResources(this.toolStripButtonSortByType, "toolStripButtonSortByType");
            this.toolStripButtonSortByType.BackgroundImage = null;
            this.toolStripButtonSortByType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSortByType.Image = global::Ecell.IDE.Plugins.ProjectExplorer.Resources.SortByType;
            this.toolStripButtonSortByType.Name = "toolStripButtonSortByType";
            this.toolStripButtonSortByType.Click += new System.EventHandler(this.TreeViewSortByType);
            // 
            // toolStripButtonSortByName
            // 
            this.toolStripButtonSortByName.AccessibleDescription = null;
            this.toolStripButtonSortByName.AccessibleName = null;
            resources.ApplyResources(this.toolStripButtonSortByName, "toolStripButtonSortByName");
            this.toolStripButtonSortByName.BackgroundImage = null;
            this.toolStripButtonSortByName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSortByName.Image = global::Ecell.IDE.Plugins.ProjectExplorer.Resources.SortByName;
            this.toolStripButtonSortByName.Name = "toolStripButtonSortByName";
            this.toolStripButtonSortByName.Click += new System.EventHandler(this.TreeViewSortByName);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.AccessibleDescription = null;
            this.editToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
            this.editToolStripMenuItem.BackgroundImage = null;
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.editToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDMDisplay);
            // 
            // compileToolStripMenuItem
            // 
            this.compileToolStripMenuItem.AccessibleDescription = null;
            this.compileToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.compileToolStripMenuItem, "compileToolStripMenuItem");
            this.compileToolStripMenuItem.BackgroundImage = null;
            this.compileToolStripMenuItem.Name = "compileToolStripMenuItem";
            this.compileToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.compileToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCompile);
            // 
            // treeView1
            // 
            this.treeView1.AccessibleDescription = null;
            this.treeView1.AccessibleName = null;
            this.treeView1.AllowDrop = true;
            resources.ApplyResources(this.treeView1, "treeView1");
            this.treeView1.BackgroundImage = null;
            this.treeView1.Environment = null;
            this.treeView1.Font = null;
            this.treeView1.HideSelection = false;
            this.treeView1.Name = "treeView1";
            this.treeView1.TabStop = false;
            this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.NodeDoubleClick);
            this.treeView1.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeViewBeforeExpand);
            this.treeView1.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeViewBeforeCollapse);
            this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.TreeViewDragDrop);
            this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.TreeViewDragEnter);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.NodeMouseClick);
            this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.TreeViewItemDrag);
            // 
            // contextMenuStripDM
            // 
            this.contextMenuStripDM.AccessibleDescription = null;
            this.contextMenuStripDM.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripDM, "contextMenuStripDM");
            this.contextMenuStripDM.BackgroundImage = null;
            this.contextMenuStripDM.Font = null;
            this.contextMenuStripDM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.compileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolStripSeparator5,
            this.propertyToolStripMenuItem,
            this.deleteDMToolStripMenuItem});
            this.contextMenuStripDM.Name = "contextMenuStripDM";
            this.contextMenuStripDM.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDM_Opening);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.AccessibleDescription = null;
            this.toolStripSeparator5.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            // 
            // propertyToolStripMenuItem
            // 
            this.propertyToolStripMenuItem.AccessibleDescription = null;
            this.propertyToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.propertyToolStripMenuItem, "propertyToolStripMenuItem");
            this.propertyToolStripMenuItem.BackgroundImage = null;
            this.propertyToolStripMenuItem.Name = "propertyToolStripMenuItem";
            this.propertyToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.propertyToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDMProperty);
            // 
            // deleteDMToolStripMenuItem
            // 
            this.deleteDMToolStripMenuItem.AccessibleDescription = null;
            this.deleteDMToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.deleteDMToolStripMenuItem, "deleteDMToolStripMenuItem");
            this.deleteDMToolStripMenuItem.BackgroundImage = null;
            this.deleteDMToolStripMenuItem.Name = "deleteDMToolStripMenuItem";
            this.deleteDMToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.deleteDMToolStripMenuItem.Click += new System.EventHandler(this.TreeView_DeleteDM);
            // 
            // contextMenuStripDMCollection
            // 
            this.contextMenuStripDMCollection.AccessibleDescription = null;
            this.contextMenuStripDMCollection.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripDMCollection, "contextMenuStripDMCollection");
            this.contextMenuStripDMCollection.BackgroundImage = null;
            this.contextMenuStripDMCollection.Font = null;
            this.contextMenuStripDMCollection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            createNewDMToolStripMenuItem,
            this.importDMToolStripMenuItem,
            this.compileAllDMsToolStripMenuItem});
            this.contextMenuStripDMCollection.Name = "contextMenuStripDMCollection";
            this.contextMenuStripDMCollection.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDMCollection_Opening);
            // 
            // importDMToolStripMenuItem
            // 
            this.importDMToolStripMenuItem.AccessibleDescription = null;
            this.importDMToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.importDMToolStripMenuItem, "importDMToolStripMenuItem");
            this.importDMToolStripMenuItem.BackgroundImage = null;
            this.importDMToolStripMenuItem.Name = "importDMToolStripMenuItem";
            this.importDMToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.importDMToolStripMenuItem.Click += new System.EventHandler(this.TreeViewImportDM);
            // 
            // compileAllDMsToolStripMenuItem
            // 
            this.compileAllDMsToolStripMenuItem.AccessibleDescription = null;
            this.compileAllDMsToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.compileAllDMsToolStripMenuItem, "compileAllDMsToolStripMenuItem");
            this.compileAllDMsToolStripMenuItem.BackgroundImage = null;
            this.compileAllDMsToolStripMenuItem.Name = "compileAllDMsToolStripMenuItem";
            this.compileAllDMsToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.compileAllDMsToolStripMenuItem.Click += new System.EventHandler(this.compileAllDMsToolStripMenuItem_Click);
            // 
            // contextMenuStripModel
            // 
            this.contextMenuStripModel.AccessibleDescription = null;
            this.contextMenuStripModel.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripModel, "contextMenuStripModel");
            this.contextMenuStripModel.BackgroundImage = null;
            this.contextMenuStripModel.Font = null;
            this.contextMenuStripModel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exportModelToolStripMenuItem,
            this.exportModelSBMLToolStripMenuItem,
            this.toolStripSeparator4,
            this.addToolStripMenuItem});
            this.contextMenuStripModel.Name = "contextMenuStripModel";
            this.contextMenuStripModel.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripModel_Opening);
            // 
            // exportModelToolStripMenuItem
            // 
            this.exportModelToolStripMenuItem.AccessibleDescription = null;
            this.exportModelToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.exportModelToolStripMenuItem, "exportModelToolStripMenuItem");
            this.exportModelToolStripMenuItem.BackgroundImage = null;
            this.exportModelToolStripMenuItem.Name = "exportModelToolStripMenuItem";
            this.exportModelToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.exportModelToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportModel);
            // 
            // exportModelSBMLToolStripMenuItem
            // 
            this.exportModelSBMLToolStripMenuItem.AccessibleDescription = null;
            this.exportModelSBMLToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.exportModelSBMLToolStripMenuItem, "exportModelSBMLToolStripMenuItem");
            this.exportModelSBMLToolStripMenuItem.BackgroundImage = null;
            this.exportModelSBMLToolStripMenuItem.Name = "exportModelSBMLToolStripMenuItem";
            this.exportModelSBMLToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.exportModelSBMLToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportModel2SBML);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.AccessibleDescription = null;
            this.toolStripSeparator4.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.AccessibleDescription = null;
            this.addToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.addToolStripMenuItem, "addToolStripMenuItem");
            this.addToolStripMenuItem.BackgroundImage = null;
            this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stepperToolStripMenuItem});
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.ShortcutKeyDisplayString = null;
            // 
            // stepperToolStripMenuItem
            // 
            this.stepperToolStripMenuItem.AccessibleDescription = null;
            this.stepperToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.stepperToolStripMenuItem, "stepperToolStripMenuItem");
            this.stepperToolStripMenuItem.BackgroundImage = null;
            this.stepperToolStripMenuItem.Name = "stepperToolStripMenuItem";
            this.stepperToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.stepperToolStripMenuItem.Click += new System.EventHandler(this.TreeViewAddStepper);
            // 
            // contextMenuStripLog
            // 
            this.contextMenuStripLog.AccessibleDescription = null;
            this.contextMenuStripLog.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripLog, "contextMenuStripLog");
            this.contextMenuStripLog.BackgroundImage = null;
            this.contextMenuStripLog.Font = null;
            this.contextMenuStripLog.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.plotGraphToolStripMenuItem,
            this.editLogToolStripMenuItem,
            this.toolStripSeparator2,
            this.exportToolStripMenuItem});
            this.contextMenuStripLog.Name = "contextMenuStripLog";
            // 
            // plotGraphToolStripMenuItem
            // 
            this.plotGraphToolStripMenuItem.AccessibleDescription = null;
            this.plotGraphToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.plotGraphToolStripMenuItem, "plotGraphToolStripMenuItem");
            this.plotGraphToolStripMenuItem.BackgroundImage = null;
            this.plotGraphToolStripMenuItem.Name = "plotGraphToolStripMenuItem";
            this.plotGraphToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.plotGraphToolStripMenuItem.Click += new System.EventHandler(this.TreeViewShowLogOnGraph);
            // 
            // editLogToolStripMenuItem
            // 
            this.editLogToolStripMenuItem.AccessibleDescription = null;
            this.editLogToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.editLogToolStripMenuItem, "editLogToolStripMenuItem");
            this.editLogToolStripMenuItem.BackgroundImage = null;
            this.editLogToolStripMenuItem.Name = "editLogToolStripMenuItem";
            this.editLogToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.editLogToolStripMenuItem.Click += new System.EventHandler(this.TreeViewLogDisplayWithApp);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.AccessibleDescription = null;
            this.toolStripSeparator2.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            // 
            // exportToolStripMenuItem
            // 
            this.exportToolStripMenuItem.AccessibleDescription = null;
            this.exportToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
            this.exportToolStripMenuItem.BackgroundImage = null;
            this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
            this.exportToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.exportToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportLog);
            // 
            // contextMenuSimulationSetCollection
            // 
            this.contextMenuSimulationSetCollection.AccessibleDescription = null;
            this.contextMenuSimulationSetCollection.AccessibleName = null;
            resources.ApplyResources(this.contextMenuSimulationSetCollection, "contextMenuSimulationSetCollection");
            this.contextMenuSimulationSetCollection.BackgroundImage = null;
            this.contextMenuSimulationSetCollection.Font = null;
            this.contextMenuSimulationSetCollection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addSimulationSetToolStripMenuItem,
            this.importSimParamToolStripMenuItem});
            this.contextMenuSimulationSetCollection.Name = "contextMenuSimulationSetCollection";
            this.contextMenuSimulationSetCollection.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuSimulationSetCollection_Opening);
            // 
            // addSimulationSetToolStripMenuItem
            // 
            this.addSimulationSetToolStripMenuItem.AccessibleDescription = null;
            this.addSimulationSetToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.addSimulationSetToolStripMenuItem, "addSimulationSetToolStripMenuItem");
            this.addSimulationSetToolStripMenuItem.BackgroundImage = null;
            this.addSimulationSetToolStripMenuItem.Name = "addSimulationSetToolStripMenuItem";
            this.addSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.addSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewAddSimulationSet);
            // 
            // importSimParamToolStripMenuItem
            // 
            this.importSimParamToolStripMenuItem.AccessibleDescription = null;
            this.importSimParamToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.importSimParamToolStripMenuItem, "importSimParamToolStripMenuItem");
            this.importSimParamToolStripMenuItem.BackgroundImage = null;
            this.importSimParamToolStripMenuItem.Name = "importSimParamToolStripMenuItem";
            this.importSimParamToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.importSimParamToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ImportSimulationParameter);
            // 
            // contextMenuStripSimulationSet
            // 
            this.contextMenuStripSimulationSet.AccessibleDescription = null;
            this.contextMenuStripSimulationSet.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripSimulationSet, "contextMenuStripSimulationSet");
            this.contextMenuStripSimulationSet.BackgroundImage = null;
            this.contextMenuStripSimulationSet.Font = null;
            this.contextMenuStripSimulationSet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySimulationSetToolStripMenuItem,
            this.exportSimParamToolStripMenuItem,
            this.deleteSimulationSetToolStripMenuItem,
            this.toolStripSeparator3,
            this.configureSimulationSetToolStripMenuItem});
            this.contextMenuStripSimulationSet.Name = "contextMenuStripSimulationSet";
            this.contextMenuStripSimulationSet.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripSimulationSet_Opening);
            // 
            // copySimulationSetToolStripMenuItem
            // 
            this.copySimulationSetToolStripMenuItem.AccessibleDescription = null;
            this.copySimulationSetToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.copySimulationSetToolStripMenuItem, "copySimulationSetToolStripMenuItem");
            this.copySimulationSetToolStripMenuItem.BackgroundImage = null;
            this.copySimulationSetToolStripMenuItem.Name = "copySimulationSetToolStripMenuItem";
            this.copySimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.copySimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCopySimulationSet);
            // 
            // exportSimParamToolStripMenuItem
            // 
            this.exportSimParamToolStripMenuItem.AccessibleDescription = null;
            this.exportSimParamToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.exportSimParamToolStripMenuItem, "exportSimParamToolStripMenuItem");
            this.exportSimParamToolStripMenuItem.BackgroundImage = null;
            this.exportSimParamToolStripMenuItem.Name = "exportSimParamToolStripMenuItem";
            this.exportSimParamToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.exportSimParamToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ExportSimulationParameter);
            // 
            // deleteSimulationSetToolStripMenuItem
            // 
            this.deleteSimulationSetToolStripMenuItem.AccessibleDescription = null;
            this.deleteSimulationSetToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.deleteSimulationSetToolStripMenuItem, "deleteSimulationSetToolStripMenuItem");
            this.deleteSimulationSetToolStripMenuItem.BackgroundImage = null;
            this.deleteSimulationSetToolStripMenuItem.Name = "deleteSimulationSetToolStripMenuItem";
            this.deleteSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.deleteSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDeleteSimulationSet);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.AccessibleDescription = null;
            this.toolStripSeparator3.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            // 
            // configureSimulationSetToolStripMenuItem
            // 
            this.configureSimulationSetToolStripMenuItem.AccessibleDescription = null;
            this.configureSimulationSetToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.configureSimulationSetToolStripMenuItem, "configureSimulationSetToolStripMenuItem");
            this.configureSimulationSetToolStripMenuItem.BackgroundImage = null;
            this.configureSimulationSetToolStripMenuItem.Name = "configureSimulationSetToolStripMenuItem";
            this.configureSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.configureSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewConfigureSimulationSet);
            // 
            // m_saveFileDialog
            // 
            resources.ApplyResources(this.m_saveFileDialog, "m_saveFileDialog");
            // 
            // contextMenuStripProject
            // 
            this.contextMenuStripProject.AccessibleDescription = null;
            this.contextMenuStripProject.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripProject, "contextMenuStripProject");
            this.contextMenuStripProject.BackgroundImage = null;
            this.contextMenuStripProject.Font = null;
            this.contextMenuStripProject.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.projectSettingsToolStripMenuItem,
            this.createNewRevisionOnProjectToolStripMenuItem,
            this.zipToolStripMenuItem,
            this.toolStripSeparator1,
            this.closeToolStripMenuItem});
            this.contextMenuStripProject.Name = "contextMenuStripProject";
            // 
            // projectSettingsToolStripMenuItem
            // 
            this.projectSettingsToolStripMenuItem.AccessibleDescription = null;
            this.projectSettingsToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.projectSettingsToolStripMenuItem, "projectSettingsToolStripMenuItem");
            this.projectSettingsToolStripMenuItem.BackgroundImage = null;
            this.projectSettingsToolStripMenuItem.Name = "projectSettingsToolStripMenuItem";
            this.projectSettingsToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.projectSettingsToolStripMenuItem.Click += new System.EventHandler(this.TreeViewSetProject);
            // 
            // createNewRevisionOnProjectToolStripMenuItem
            // 
            this.createNewRevisionOnProjectToolStripMenuItem.AccessibleDescription = null;
            this.createNewRevisionOnProjectToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.createNewRevisionOnProjectToolStripMenuItem, "createNewRevisionOnProjectToolStripMenuItem");
            this.createNewRevisionOnProjectToolStripMenuItem.BackgroundImage = null;
            this.createNewRevisionOnProjectToolStripMenuItem.Name = "createNewRevisionOnProjectToolStripMenuItem";
            this.createNewRevisionOnProjectToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.createNewRevisionOnProjectToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCreateNewRevision);
            // 
            // zipToolStripMenuItem
            // 
            this.zipToolStripMenuItem.AccessibleDescription = null;
            this.zipToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.zipToolStripMenuItem, "zipToolStripMenuItem");
            this.zipToolStripMenuItem.BackgroundImage = null;
            this.zipToolStripMenuItem.Name = "zipToolStripMenuItem";
            this.zipToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.zipToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCompressZip);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.AccessibleDescription = null;
            this.toolStripSeparator1.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.AccessibleDescription = null;
            this.closeToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
            this.closeToolStripMenuItem.BackgroundImage = null;
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCloseProject);
            // 
            // contextMenuStripRevisions
            // 
            this.contextMenuStripRevisions.AccessibleDescription = null;
            this.contextMenuStripRevisions.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripRevisions, "contextMenuStripRevisions");
            this.contextMenuStripRevisions.BackgroundImage = null;
            this.contextMenuStripRevisions.Font = null;
            this.contextMenuStripRevisions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.createNewRevisionMenuItem});
            this.contextMenuStripRevisions.Name = "contextMenuStripModel";
            // 
            // createNewRevisionMenuItem
            // 
            this.createNewRevisionMenuItem.AccessibleDescription = null;
            this.createNewRevisionMenuItem.AccessibleName = null;
            resources.ApplyResources(this.createNewRevisionMenuItem, "createNewRevisionMenuItem");
            this.createNewRevisionMenuItem.BackgroundImage = null;
            this.createNewRevisionMenuItem.Name = "createNewRevisionMenuItem";
            this.createNewRevisionMenuItem.ShortcutKeyDisplayString = null;
            this.createNewRevisionMenuItem.Click += new System.EventHandler(this.TreeViewCreateNewRevision);
            // 
            // contextMenuStripRevision
            // 
            this.contextMenuStripRevision.AccessibleDescription = null;
            this.contextMenuStripRevision.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripRevision, "contextMenuStripRevision");
            this.contextMenuStripRevision.BackgroundImage = null;
            this.contextMenuStripRevision.Font = null;
            this.contextMenuStripRevision.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadRevisionMenuItem,
            this.exportRevisionZipMenuItem});
            this.contextMenuStripRevision.Name = "contextMenuStripModel";
            this.contextMenuStripRevision.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripRevision_Opening);
            // 
            // loadRevisionMenuItem
            // 
            this.loadRevisionMenuItem.AccessibleDescription = null;
            this.loadRevisionMenuItem.AccessibleName = null;
            resources.ApplyResources(this.loadRevisionMenuItem, "loadRevisionMenuItem");
            this.loadRevisionMenuItem.BackgroundImage = null;
            this.loadRevisionMenuItem.Name = "loadRevisionMenuItem";
            this.loadRevisionMenuItem.ShortcutKeyDisplayString = null;
            this.loadRevisionMenuItem.Click += new System.EventHandler(this.TreeViewLoadRevision);
            // 
            // exportRevisionZipMenuItem
            // 
            this.exportRevisionZipMenuItem.AccessibleDescription = null;
            this.exportRevisionZipMenuItem.AccessibleName = null;
            resources.ApplyResources(this.exportRevisionZipMenuItem, "exportRevisionZipMenuItem");
            this.exportRevisionZipMenuItem.BackgroundImage = null;
            this.exportRevisionZipMenuItem.Name = "exportRevisionZipMenuItem";
            this.exportRevisionZipMenuItem.ShortcutKeyDisplayString = null;
            this.exportRevisionZipMenuItem.Click += new System.EventHandler(this.TreeViewExportRevisionToZip);
            // 
            // contextMenuStripStepper
            // 
            this.contextMenuStripStepper.AccessibleDescription = null;
            this.contextMenuStripStepper.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripStepper, "contextMenuStripStepper");
            this.contextMenuStripStepper.BackgroundImage = null;
            this.contextMenuStripStepper.Font = null;
            this.contextMenuStripStepper.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteToolStripMenuItem});
            this.contextMenuStripStepper.Name = "contextMenuStripStepper";
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.AccessibleDescription = null;
            this.deleteToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
            this.deleteToolStripMenuItem.BackgroundImage = null;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDeleteStepper);
            // 
            // contextMenuStripJobGroup
            // 
            this.contextMenuStripJobGroup.AccessibleDescription = null;
            this.contextMenuStripJobGroup.AccessibleName = null;
            resources.ApplyResources(this.contextMenuStripJobGroup, "contextMenuStripJobGroup");
            this.contextMenuStripJobGroup.BackgroundImage = null;
            this.contextMenuStripJobGroup.Font = null;
            this.contextMenuStripJobGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewResultToolStripMenuItem,
            this.toolStripSeparator6,
            this.deleteJobGroupToolStripMenuItem});
            this.contextMenuStripJobGroup.Name = "contextMenuStripJobGroup";
            // 
            // viewResultToolStripMenuItem
            // 
            this.viewResultToolStripMenuItem.AccessibleDescription = null;
            this.viewResultToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.viewResultToolStripMenuItem, "viewResultToolStripMenuItem");
            this.viewResultToolStripMenuItem.BackgroundImage = null;
            this.viewResultToolStripMenuItem.Name = "viewResultToolStripMenuItem";
            this.viewResultToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.viewResultToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ViewResult);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.AccessibleDescription = null;
            this.toolStripSeparator6.AccessibleName = null;
            resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6");
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            // 
            // deleteJobGroupToolStripMenuItem
            // 
            this.deleteJobGroupToolStripMenuItem.AccessibleDescription = null;
            this.deleteJobGroupToolStripMenuItem.AccessibleName = null;
            resources.ApplyResources(this.deleteJobGroupToolStripMenuItem, "deleteJobGroupToolStripMenuItem");
            this.deleteJobGroupToolStripMenuItem.BackgroundImage = null;
            this.deleteJobGroupToolStripMenuItem.Name = "deleteJobGroupToolStripMenuItem";
            this.deleteJobGroupToolStripMenuItem.ShortcutKeyDisplayString = null;
            this.deleteJobGroupToolStripMenuItem.Click += new System.EventHandler(this.TreeView_DeleteJobGroup);
            // 
            // m_openFileDialog
            // 
            this.m_openFileDialog.FileName = "m_openFileDialog";
            resources.ApplyResources(this.m_openFileDialog, "m_openFileDialog");
            // 
            // ProjectExplorerControl
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(toolStrip1);
            this.Controls.Add(this.treeView1);
            this.Name = "ProjectExplorerControl";
            this.TabText = "ProjectExplorerControl";
            this.ToolTipText = null;
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.contextMenuStripDM.ResumeLayout(false);
            this.contextMenuStripDMCollection.ResumeLayout(false);
            this.contextMenuStripModel.ResumeLayout(false);
            this.contextMenuStripLog.ResumeLayout(false);
            this.contextMenuSimulationSetCollection.ResumeLayout(false);
            this.contextMenuStripSimulationSet.ResumeLayout(false);
            this.contextMenuStripProject.ResumeLayout(false);
            this.contextMenuStripRevisions.ResumeLayout(false);
            this.contextMenuStripRevision.ResumeLayout(false);
            this.contextMenuStripStepper.ResumeLayout(false);
            this.contextMenuStripJobGroup.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 13
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.MenuStrip mainMenuStrip;
            System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
            System.Windows.Forms.ToolStrip mainToolStrip;
            System.Windows.Forms.ToolStripButton newToolStripButton;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
            System.Windows.Forms.ToolStripButton exitToolStripButton;
            this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.startStopToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.projectsListView = new System.Windows.Forms.ListView();
            this.logTextBox = new System.Windows.Forms.TextBox();
            mainMenuStrip = new System.Windows.Forms.MenuStrip();
            newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            mainToolStrip = new System.Windows.Forms.ToolStrip();
            newToolStripButton = new System.Windows.Forms.ToolStripButton();
            toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            exitToolStripButton = new System.Windows.Forms.ToolStripButton();
            mainMenuStrip.SuspendLayout();
            mainToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenuStrip
            // 
            mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.projectToolStripMenuItem});
            mainMenuStrip.Location = new System.Drawing.Point(0, 0);
            mainMenuStrip.Name = "mainMenuStrip";
            mainMenuStrip.Size = new System.Drawing.Size(784, 24);
            mainMenuStrip.TabIndex = 0;
            // 
            // projectToolStripMenuItem
            // 
            this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            newToolStripMenuItem,
            this.editToolStripMenuItem,
            this.deleteToolStripMenuItem,
            toolStripSeparator1,
            this.startStopToolStripMenuItem,
            toolStripSeparator2,
            exitToolStripMenuItem});
            this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
            this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
            this.projectToolStripMenuItem.Text = "&Project";
            // 
            // newToolStripMenuItem
            // 
            newToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.New;
            newToolStripMenuItem.Name = "newToolStripMenuItem";
            newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            newToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            newToolStripMenuItem.Text = "&New...";
            newToolStripMenuItem.Click += new System.EventHandler(this.NewProject);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Edit;
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
            this.editToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.editToolStripMenuItem.Text = "&Edit...";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.EditProject);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Delete;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.deleteToolStripMenuItem.Text = "&Delete...";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteProject);
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            toolStripSeparator1.Size = new System.Drawing.Size(147, 6);
            // 
            // startStopToolStripMenuItem
            // 
            this.startStopToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Start;
            this.startStopToolStripMenuItem.Name = "startStopToolStripMenuItem";
            this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.startStopToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.startStopToolStripMenuItem.Text = "&Start";
            this.startStopToolStripMenuItem.Click += new System.EventHandler(this.StartStopPreprocessing);
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            toolStripSeparator2.Size = new System.Drawing.Size(147, 6);
            // 
            // exitToolStripMenuItem
            // 
            exitToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Exit;
            exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
            exitToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            exitToolStripMenuItem.Text = "&Exit";
            exitToolStripMenuItem.Click += new System.EventHandler(this.Exit);
            // 
            // mainToolStrip
            // 
            mainToolStrip.BackColor = System.Drawing.SystemColors.Control;
            mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            newToolStripButton,
            this.editToolStripButton,
            this.deleteToolStripButton,
            toolStripSeparator3,
            this.startStopToolStripButton,
            toolStripSeparator4,
            exitToolStripButton});
            mainToolStrip.Location = new System.Drawing.Point(0, 24);
            mainToolStrip.Name = "mainToolStrip";
            mainToolStrip.Size = new System.Drawing.Size(784, 25);
            mainToolStrip.TabIndex = 1;
            // 
            // newToolStripButton
            // 
            newToolStripButton.Image = global::NSass.Tool.Properties.Resources.New;
            newToolStripButton.Name = "newToolStripButton";
            newToolStripButton.Size = new System.Drawing.Size(23, 22);
            newToolStripButton.ToolTipText = "New project...";
            newToolStripButton.Click += new System.EventHandler(this.NewProject);
            // 
            // editToolStripButton
            // 
            this.editToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.editToolStripButton.Image = global::NSass.Tool.Properties.Resources.Edit;
            this.editToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.editToolStripButton.Name = "editToolStripButton";
            this.editToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.editToolStripButton.Text = "toolStripButton1";
            this.editToolStripButton.ToolTipText = "Edit project...";
            this.editToolStripButton.Click += new System.EventHandler(this.EditProject);
            // 
            // deleteToolStripButton
            // 
            this.deleteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.deleteToolStripButton.Image = global::NSass.Tool.Properties.Resources.Delete;
            this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.deleteToolStripButton.Name = "deleteToolStripButton";
            this.deleteToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.deleteToolStripButton.Text = "toolStripButton2";
            this.deleteToolStripButton.ToolTipText = "Delete project...";
            this.deleteToolStripButton.Click += new System.EventHandler(this.DeleteProject);
            // 
            // toolStripSeparator3
            // 
            toolStripSeparator3.Name = "toolStripSeparator3";
            toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // startStopToolStripButton
            // 
            this.startStopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.startStopToolStripButton.Image = global::NSass.Tool.Properties.Resources.Start;
            this.startStopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.startStopToolStripButton.Name = "startStopToolStripButton";
            this.startStopToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.startStopToolStripButton.Text = "toolStripButton3";
            this.startStopToolStripButton.ToolTipText = "Start preprocessing";
            this.startStopToolStripButton.Click += new System.EventHandler(this.StartStopPreprocessing);
            // 
            // toolStripSeparator4
            // 
            toolStripSeparator4.Name = "toolStripSeparator4";
            toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // exitToolStripButton
            // 
            exitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            exitToolStripButton.Image = global::NSass.Tool.Properties.Resources.Exit;
            exitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            exitToolStripButton.Name = "exitToolStripButton";
            exitToolStripButton.Size = new System.Drawing.Size(23, 22);
            exitToolStripButton.Text = "Exit";
            exitToolStripButton.Click += new System.EventHandler(this.Exit);
            // 
            // projectsListView
            // 
            this.projectsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.projectsListView.FullRowSelect = true;
            this.projectsListView.Location = new System.Drawing.Point(12, 52);
            this.projectsListView.MultiSelect = false;
            this.projectsListView.Name = "projectsListView";
            this.projectsListView.Size = new System.Drawing.Size(170, 498);
            this.projectsListView.TabIndex = 2;
            this.projectsListView.UseCompatibleStateImageBehavior = false;
            this.projectsListView.View = System.Windows.Forms.View.List;
            this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.SelectedProjectChanged);
            // 
            // logTextBox
            // 
            this.logTextBox.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.logTextBox.BackColor = System.Drawing.SystemColors.Window;
            this.logTextBox.Location = new System.Drawing.Point(188, 52);
            this.logTextBox.Multiline = true;
            this.logTextBox.Name = "logTextBox";
            this.logTextBox.ReadOnly = true;
            this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.logTextBox.Size = new System.Drawing.Size(584, 498);
            this.logTextBox.TabIndex = 3;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.logTextBox);
            this.Controls.Add(this.projectsListView);
            this.Controls.Add(mainToolStrip);
            this.Controls.Add(mainMenuStrip);
            this.MainMenuStrip = mainMenuStrip;
            this.Name = "MainForm";
            this.Text = "SASS/SCSS preprocessor";
            mainMenuStrip.ResumeLayout(false);
            mainMenuStrip.PerformLayout();
            mainToolStrip.ResumeLayout(false);
            mainToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 14
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip MenuToolStrip;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_comCuentasUsuario));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.cmdGrabarUsuario    = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cmdSalirUsuario     = new System.Windows.Forms.ToolStripButton();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.comboBoxUsuario           = new System.Windows.Forms.ComboBox();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.dataGridViewUsuariosRubro = new System.Windows.Forms.DataGridView();
     this.Incluir                   = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.CodRubro                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Agr_codigo                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cta_nrocta                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Descripcion               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     MenuToolStrip                  = new System.Windows.Forms.ToolStrip();
     MenuToolStrip.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsuariosRubro)).BeginInit();
     this.SuspendLayout();
     //
     // MenuToolStrip
     //
     MenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmdGrabarUsuario,
         this.ToolStripSeparator4,
         this.toolStripLabel1,
         this.toolStripSeparator1,
         this.cmdSalirUsuario
     });
     MenuToolStrip.Location   = new System.Drawing.Point(0, 0);
     MenuToolStrip.Name       = "MenuToolStrip";
     MenuToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     MenuToolStrip.Size       = new System.Drawing.Size(657, 68);
     MenuToolStrip.TabIndex   = 37;
     MenuToolStrip.Text       = "Menu Principal";
     //
     // cmdGrabarUsuario
     //
     this.cmdGrabarUsuario.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdGrabarUsuario.Image                 = ((System.Drawing.Image)(resources.GetObject("cmdGrabarUsuario.Image")));
     this.cmdGrabarUsuario.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdGrabarUsuario.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdGrabarUsuario.Name                  = "cmdGrabarUsuario";
     this.cmdGrabarUsuario.Size                  = new System.Drawing.Size(104, 65);
     this.cmdGrabarUsuario.Text                  = "Grabar";
     this.cmdGrabarUsuario.TextDirection         = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.cmdGrabarUsuario.ToolTipText           = "Graba Operación";
     this.cmdGrabarUsuario.Click                += new System.EventHandler(this.cmdGrabarUsuario_Click);
     //
     // ToolStripSeparator4
     //
     this.ToolStripSeparator4.Name = "ToolStripSeparator4";
     this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 68);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(124, 65);
     this.toolStripLabel1.Text = "                                       ";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 68);
     //
     // cmdSalirUsuario
     //
     this.cmdSalirUsuario.Image                 = ((System.Drawing.Image)(resources.GetObject("cmdSalirUsuario.Image")));
     this.cmdSalirUsuario.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdSalirUsuario.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdSalirUsuario.Name        = "cmdSalirUsuario";
     this.cmdSalirUsuario.Size        = new System.Drawing.Size(93, 65);
     this.cmdSalirUsuario.Text        = "Salir";
     this.cmdSalirUsuario.ToolTipText = "Salir del sistema";
     this.cmdSalirUsuario.Click      += new System.EventHandler(this.cmdSalirUsuario_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboBoxUsuario);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 68);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(657, 73);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Seleccione un Usuario";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(59, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Usuario:";
     //
     // comboBoxUsuario
     //
     this.comboBoxUsuario.FormattingEnabled = true;
     this.comboBoxUsuario.Location          = new System.Drawing.Point(109, 29);
     this.comboBoxUsuario.Name                  = "comboBoxUsuario";
     this.comboBoxUsuario.Size                  = new System.Drawing.Size(418, 21);
     this.comboBoxUsuario.TabIndex              = 0;
     this.comboBoxUsuario.SelectedIndexChanged += new System.EventHandler(this.comboBoxUsuario_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridViewUsuariosRubro);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Location = new System.Drawing.Point(0, 141);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(657, 360);
     this.groupBox2.TabIndex = 39;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Cuentas Asignadas";
     //
     // dataGridViewUsuariosRubro
     //
     this.dataGridViewUsuariosRubro.AllowUserToAddRows    = false;
     this.dataGridViewUsuariosRubro.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewUsuariosRubro.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewUsuariosRubro.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewUsuariosRubro.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Incluir,
         this.CodRubro,
         this.Agr_codigo,
         this.cta_nrocta,
         this.Descripcion
     });
     this.dataGridViewUsuariosRubro.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewUsuariosRubro.Location = new System.Drawing.Point(3, 16);
     this.dataGridViewUsuariosRubro.Name     = "dataGridViewUsuariosRubro";
     this.dataGridViewUsuariosRubro.Size     = new System.Drawing.Size(651, 341);
     this.dataGridViewUsuariosRubro.TabIndex = 1;
     this.dataGridViewUsuariosRubro.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewUsuariosRubro_CurrentCellDirtyStateChanged);
     //
     // Incluir
     //
     this.Incluir.DataPropertyName = "Incluido";
     this.Incluir.HeaderText       = "Incluir";
     this.Incluir.Name             = "Incluir";
     this.Incluir.Width            = 80;
     //
     // CodRubro
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.CodRubro.DefaultCellStyle   = dataGridViewCellStyle2;
     this.CodRubro.HeaderText         = "Cuenta Contable";
     this.CodRubro.Name  = "CodRubro";
     this.CodRubro.Width = 150;
     //
     // Agr_codigo
     //
     this.Agr_codigo.HeaderText = "Agr_codigo";
     this.Agr_codigo.Name       = "Agr_codigo";
     this.Agr_codigo.Visible    = false;
     //
     // cta_nrocta
     //
     this.cta_nrocta.HeaderText = "cta_nrocta";
     this.cta_nrocta.Name       = "cta_nrocta";
     this.cta_nrocta.Visible    = false;
     //
     // Descripcion
     //
     dataGridViewCellStyle3.Alignment  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.Descripcion.DefaultCellStyle = dataGridViewCellStyle3;
     this.Descripcion.HeaderText       = "Descripción";
     this.Descripcion.Name             = "Descripcion";
     this.Descripcion.Width            = 350;
     //
     // Frm_comCuentasUsuario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(657, 511);
     this.ControlBox          = false;
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(MenuToolStrip);
     this.Name  = "Frm_comCuentasUsuario";
     this.Text  = "Cuentas contables de Compras asociadas a un Usuario";
     this.Load += new System.EventHandler(this.Frm_comCuentasUsuario_Load);
     MenuToolStrip.ResumeLayout(false);
     MenuToolStrip.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsuariosRubro)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip          mainMenuStrip;
     System.Windows.Forms.ToolStripMenuItem  newToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.ToolStripMenuItem  exitToolStripMenuItem;
     System.Windows.Forms.ToolStrip          mainToolStrip;
     System.Windows.Forms.ToolStripButton    newToolStripButton;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
     System.Windows.Forms.ToolStripButton    exitToolStripButton;
     this.projectToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripButton        = new System.Windows.Forms.ToolStripButton();
     this.deleteToolStripButton      = new System.Windows.Forms.ToolStripButton();
     this.startStopToolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.projectsListView           = new System.Windows.Forms.ListView();
     this.logTextBox       = new System.Windows.Forms.TextBox();
     mainMenuStrip         = new System.Windows.Forms.MenuStrip();
     newToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     mainToolStrip         = new System.Windows.Forms.ToolStrip();
     newToolStripButton    = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator4   = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripButton   = new System.Windows.Forms.ToolStripButton();
     mainMenuStrip.SuspendLayout();
     mainToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuStrip
     //
     mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.projectToolStripMenuItem
     });
     mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     mainMenuStrip.Name     = "mainMenuStrip";
     mainMenuStrip.Size     = new System.Drawing.Size(784, 24);
     mainMenuStrip.TabIndex = 0;
     //
     // projectToolStripMenuItem
     //
     this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripMenuItem,
         this.editToolStripMenuItem,
         this.deleteToolStripMenuItem,
         toolStripSeparator1,
         this.startStopToolStripMenuItem,
         toolStripSeparator2,
         exitToolStripMenuItem
     });
     this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
     this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
     this.projectToolStripMenuItem.Text = "&Project";
     //
     // newToolStripMenuItem
     //
     newToolStripMenuItem.Image        = global::NSass.Tool.Properties.Resources.New;
     newToolStripMenuItem.Name         = "newToolStripMenuItem";
     newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     newToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     newToolStripMenuItem.Text         = "&New...";
     newToolStripMenuItem.Click       += new System.EventHandler(this.NewProject);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Image        = global::NSass.Tool.Properties.Resources.Edit;
     this.editToolStripMenuItem.Name         = "editToolStripMenuItem";
     this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.editToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     this.editToolStripMenuItem.Text         = "&Edit...";
     this.editToolStripMenuItem.Click       += new System.EventHandler(this.EditProject);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image        = global::NSass.Tool.Properties.Resources.Delete;
     this.deleteToolStripMenuItem.Name         = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     this.deleteToolStripMenuItem.Text         = "&Delete...";
     this.deleteToolStripMenuItem.Click       += new System.EventHandler(this.DeleteProject);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(147, 6);
     //
     // startStopToolStripMenuItem
     //
     this.startStopToolStripMenuItem.Image        = global::NSass.Tool.Properties.Resources.Start;
     this.startStopToolStripMenuItem.Name         = "startStopToolStripMenuItem";
     this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.startStopToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     this.startStopToolStripMenuItem.Text         = "&Start";
     this.startStopToolStripMenuItem.Click       += new System.EventHandler(this.StartStopPreprocessing);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(147, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Image        = global::NSass.Tool.Properties.Resources.Exit;
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     exitToolStripMenuItem.Text         = "&Exit";
     exitToolStripMenuItem.Click       += new System.EventHandler(this.Exit);
     //
     // mainToolStrip
     //
     mainToolStrip.BackColor = System.Drawing.SystemColors.Control;
     mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripButton,
         this.editToolStripButton,
         this.deleteToolStripButton,
         toolStripSeparator3,
         this.startStopToolStripButton,
         toolStripSeparator4,
         exitToolStripButton
     });
     mainToolStrip.Location = new System.Drawing.Point(0, 24);
     mainToolStrip.Name     = "mainToolStrip";
     mainToolStrip.Size     = new System.Drawing.Size(784, 25);
     mainToolStrip.TabIndex = 1;
     //
     // newToolStripButton
     //
     newToolStripButton.Image       = global::NSass.Tool.Properties.Resources.New;
     newToolStripButton.Name        = "newToolStripButton";
     newToolStripButton.Size        = new System.Drawing.Size(23, 22);
     newToolStripButton.ToolTipText = "New project...";
     newToolStripButton.Click      += new System.EventHandler(this.NewProject);
     //
     // editToolStripButton
     //
     this.editToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.editToolStripButton.Image                 = global::NSass.Tool.Properties.Resources.Edit;
     this.editToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.editToolStripButton.Name        = "editToolStripButton";
     this.editToolStripButton.Size        = new System.Drawing.Size(23, 22);
     this.editToolStripButton.Text        = "toolStripButton1";
     this.editToolStripButton.ToolTipText = "Edit project...";
     this.editToolStripButton.Click      += new System.EventHandler(this.EditProject);
     //
     // deleteToolStripButton
     //
     this.deleteToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteToolStripButton.Image                 = global::NSass.Tool.Properties.Resources.Delete;
     this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.deleteToolStripButton.Name        = "deleteToolStripButton";
     this.deleteToolStripButton.Size        = new System.Drawing.Size(23, 22);
     this.deleteToolStripButton.Text        = "toolStripButton2";
     this.deleteToolStripButton.ToolTipText = "Delete project...";
     this.deleteToolStripButton.Click      += new System.EventHandler(this.DeleteProject);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // startStopToolStripButton
     //
     this.startStopToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.startStopToolStripButton.Image                 = global::NSass.Tool.Properties.Resources.Start;
     this.startStopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.startStopToolStripButton.Name        = "startStopToolStripButton";
     this.startStopToolStripButton.Size        = new System.Drawing.Size(23, 22);
     this.startStopToolStripButton.Text        = "toolStripButton3";
     this.startStopToolStripButton.ToolTipText = "Start preprocessing";
     this.startStopToolStripButton.Click      += new System.EventHandler(this.StartStopPreprocessing);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // exitToolStripButton
     //
     exitToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     exitToolStripButton.Image                 = global::NSass.Tool.Properties.Resources.Exit;
     exitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     exitToolStripButton.Name   = "exitToolStripButton";
     exitToolStripButton.Size   = new System.Drawing.Size(23, 22);
     exitToolStripButton.Text   = "Exit";
     exitToolStripButton.Click += new System.EventHandler(this.Exit);
     //
     // projectsListView
     //
     this.projectsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.projectsListView.FullRowSelect = true;
     this.projectsListView.Location      = new System.Drawing.Point(12, 52);
     this.projectsListView.MultiSelect   = false;
     this.projectsListView.Name          = "projectsListView";
     this.projectsListView.Size          = new System.Drawing.Size(170, 498);
     this.projectsListView.TabIndex      = 2;
     this.projectsListView.UseCompatibleStateImageBehavior = false;
     this.projectsListView.View = System.Windows.Forms.View.List;
     this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.SelectedProjectChanged);
     //
     // logTextBox
     //
     this.logTextBox.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.logTextBox.BackColor  = System.Drawing.SystemColors.Window;
     this.logTextBox.Location   = new System.Drawing.Point(188, 52);
     this.logTextBox.Multiline  = true;
     this.logTextBox.Name       = "logTextBox";
     this.logTextBox.ReadOnly   = true;
     this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.logTextBox.Size       = new System.Drawing.Size(584, 498);
     this.logTextBox.TabIndex   = 3;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 562);
     this.Controls.Add(this.logTextBox);
     this.Controls.Add(this.projectsListView);
     this.Controls.Add(mainToolStrip);
     this.Controls.Add(mainMenuStrip);
     this.MainMenuStrip = mainMenuStrip;
     this.Name          = "MainForm";
     this.Text          = "SASS/SCSS preprocessor";
     mainMenuStrip.ResumeLayout(false);
     mainMenuStrip.PerformLayout();
     mainToolStrip.ResumeLayout(false);
     mainToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.ToolStrip                 toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell));
     this.scriptTable         = new System.Windows.Forms.TableLayoutPanel();
     this.scriptSplit         = new System.Windows.Forms.SplitContainer();
     this.scriptOutput        = new System.Windows.Forms.TextBox();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.openButton          = new System.Windows.Forms.ToolStripButton();
     this.saveAs              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.runButton           = new System.Windows.Forms.ToolStripButton();
     this.shellTable          = new System.Windows.Forms.TableLayoutPanel();
     this.interactiveInput    = new System.Windows.Forms.TextBox();
     this.interactiveOutput   = new System.Windows.Forms.TextBox();
     this.executeCmd          = new System.Windows.Forms.Button();
     this.clearCmd            = new System.Windows.Forms.Button();
     this.shellMode           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.scriptMode          = new System.Windows.Forms.ToolStripButton();
     this.saveDialog          = new System.Windows.Forms.SaveFileDialog();
     this.openDialog          = new System.Windows.Forms.OpenFileDialog();
     this.newScript           = new System.Windows.Forms.ToolStripButton();
     this.linenumTimer        = new System.Windows.Forms.Timer(this.components);
     this.abortButton         = new System.Windows.Forms.ToolStripButton();
     toolStripContainer1      = new System.Windows.Forms.ToolStripContainer();
     toolStrip1 = new System.Windows.Forms.ToolStrip();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     this.scriptTable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit();
     this.scriptSplit.Panel2.SuspendLayout();
     this.scriptSplit.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.shellTable.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable);
     toolStripContainer1.ContentPanel.Controls.Add(this.shellTable);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425);
     toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.Size     = new System.Drawing.Size(658, 450);
     toolStripContainer1.TabIndex = 0;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // scriptTable
     //
     this.scriptTable.ColumnCount = 1;
     this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.scriptTable.Controls.Add(this.scriptSplit, 0, 1);
     this.scriptTable.Controls.Add(this.toolStrip2, 0, 0);
     this.scriptTable.Location = new System.Drawing.Point(340, 40);
     this.scriptTable.Name     = "scriptTable";
     this.scriptTable.RowCount = 2;
     this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.scriptTable.Size     = new System.Drawing.Size(306, 373);
     this.scriptTable.TabIndex = 2;
     //
     // scriptSplit
     //
     this.scriptSplit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scriptSplit.Location = new System.Drawing.Point(3, 28);
     this.scriptSplit.Name     = "scriptSplit";
     //
     // scriptSplit.Panel2
     //
     this.scriptSplit.Panel2.Controls.Add(this.scriptOutput);
     this.scriptSplit.Size             = new System.Drawing.Size(300, 342);
     this.scriptSplit.SplitterDistance = 193;
     this.scriptSplit.TabIndex         = 1;
     //
     // scriptOutput
     //
     this.scriptOutput.BackColor  = System.Drawing.SystemColors.Window;
     this.scriptOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.scriptOutput.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptOutput.Location   = new System.Drawing.Point(0, 0);
     this.scriptOutput.Multiline  = true;
     this.scriptOutput.Name       = "scriptOutput";
     this.scriptOutput.ReadOnly   = true;
     this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.scriptOutput.Size       = new System.Drawing.Size(103, 342);
     this.scriptOutput.TabIndex   = 2;
     //
     // toolStrip2
     //
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newScript,
         this.openButton,
         this.saveAs,
         this.toolStripSeparator2,
         this.runButton,
         this.abortButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(306, 25);
     this.toolStrip2.TabIndex = 2;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // openButton
     //
     this.openButton.Image = global::renderdocui.Properties.Resources.folder_page;
     this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openButton.Name   = "openButton";
     this.openButton.Size   = new System.Drawing.Size(53, 22);
     this.openButton.Text   = "Open";
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // saveAs
     //
     this.saveAs.Image = global::renderdocui.Properties.Resources.save;
     this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveAs.Name   = "saveAs";
     this.saveAs.Size   = new System.Drawing.Size(66, 22);
     this.saveAs.Text   = "Save As";
     this.saveAs.Click += new System.EventHandler(this.saveAs_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // runButton
     //
     this.runButton.Image = global::renderdocui.Properties.Resources.runfwd;
     this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runButton.Name   = "runButton";
     this.runButton.Size   = new System.Drawing.Size(46, 22);
     this.runButton.Text   = "Run";
     this.runButton.Click += new System.EventHandler(this.runButton_Click);
     //
     // shellTable
     //
     this.shellTable.ColumnCount = 3;
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.shellTable.Controls.Add(this.interactiveInput, 0, 0);
     this.shellTable.Controls.Add(this.interactiveOutput, 0, 2);
     this.shellTable.Controls.Add(this.executeCmd, 1, 0);
     this.shellTable.Controls.Add(this.clearCmd, 2, 0);
     this.shellTable.Location = new System.Drawing.Point(25, 40);
     this.shellTable.Name     = "shellTable";
     this.shellTable.RowCount = 3;
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.shellTable.Size     = new System.Drawing.Size(293, 373);
     this.shellTable.TabIndex = 0;
     //
     // interactiveInput
     //
     this.interactiveInput.AcceptsTab   = true;
     this.interactiveInput.Dock         = System.Windows.Forms.DockStyle.Top;
     this.interactiveInput.Font         = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.interactiveInput.Location     = new System.Drawing.Point(3, 3);
     this.interactiveInput.MinimumSize  = new System.Drawing.Size(4, 20);
     this.interactiveInput.Multiline    = true;
     this.interactiveInput.Name         = "interactiveInput";
     this.interactiveInput.Size         = new System.Drawing.Size(175, 20);
     this.interactiveInput.TabIndex     = 0;
     this.interactiveInput.WordWrap     = false;
     this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged);
     this.interactiveInput.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown);
     this.interactiveInput.Layout      += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout);
     //
     // interactiveOutput
     //
     this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window;
     this.shellTable.SetColumnSpan(this.interactiveOutput, 3);
     this.interactiveOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.interactiveOutput.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.interactiveOutput.Location   = new System.Drawing.Point(3, 32);
     this.interactiveOutput.Multiline  = true;
     this.interactiveOutput.Name       = "interactiveOutput";
     this.interactiveOutput.ReadOnly   = true;
     this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.interactiveOutput.Size       = new System.Drawing.Size(287, 338);
     this.interactiveOutput.TabIndex   = 1;
     //
     // executeCmd
     //
     this.executeCmd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.executeCmd.Location = new System.Drawing.Point(184, 3);
     this.executeCmd.Name     = "executeCmd";
     this.executeCmd.Size     = new System.Drawing.Size(60, 23);
     this.executeCmd.TabIndex = 2;
     this.executeCmd.Text     = "Execute";
     this.executeCmd.UseVisualStyleBackColor = true;
     this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click);
     //
     // clearCmd
     //
     this.clearCmd.Location = new System.Drawing.Point(250, 3);
     this.clearCmd.Name     = "clearCmd";
     this.clearCmd.Size     = new System.Drawing.Size(40, 23);
     this.clearCmd.TabIndex = 3;
     this.clearCmd.Text     = "Clear";
     this.clearCmd.UseVisualStyleBackColor = true;
     this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click);
     //
     // toolStrip1
     //
     toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.shellMode,
         this.toolStripSeparator1,
         this.scriptMode
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(161, 25);
     toolStrip1.TabIndex = 0;
     //
     // shellMode
     //
     this.shellMode.Checked               = true;
     this.shellMode.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.shellMode.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.shellMode.Image                 = ((System.Drawing.Image)(resources.GetObject("shellMode.Image")));
     this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.shellMode.Name   = "shellMode";
     this.shellMode.Size   = new System.Drawing.Size(88, 22);
     this.shellMode.Text   = "Interactive shell";
     this.shellMode.Click += new System.EventHandler(this.mode_Changed);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // scriptMode
     //
     this.scriptMode.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.scriptMode.Image                 = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image")));
     this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.scriptMode.Name   = "scriptMode";
     this.scriptMode.Size   = new System.Drawing.Size(64, 22);
     this.scriptMode.Text   = "Run scripts";
     this.scriptMode.Click += new System.EventHandler(this.mode_Changed);
     //
     // saveDialog
     //
     this.saveDialog.DefaultExt = "py";
     this.saveDialog.Filter     = "Python Scripts (*.py)|*.py";
     this.saveDialog.Title      = "Save script as .py";
     //
     // openDialog
     //
     this.openDialog.DefaultExt = "py";
     this.openDialog.Filter     = "Python Scripts (*.py)|*.py";
     this.openDialog.Title      = "Open .py script";
     //
     // newScript
     //
     this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit;
     this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newScript.Name   = "newScript";
     this.newScript.Size   = new System.Drawing.Size(48, 22);
     this.newScript.Text   = "New";
     this.newScript.Click += new System.EventHandler(this.newScript_Click);
     //
     // linenumTimer
     //
     this.linenumTimer.Interval = 500;
     this.linenumTimer.Tick    += new System.EventHandler(this.linenumTimer_Tick);
     //
     // abortButton
     //
     this.abortButton.Image = global::renderdocui.Properties.Resources.delete;
     this.abortButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.abortButton.Name   = "abortButton";
     this.abortButton.Size   = new System.Drawing.Size(54, 22);
     this.abortButton.Text   = "Abort";
     this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
     //
     // PythonShell
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(658, 450);
     this.Controls.Add(toolStripContainer1);
     this.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name       = "PythonShell";
     this.ShowHint   = WeifenLuo.WinFormsUI.Docking.DockState.Document;
     this.Text       = "PythonShell";
     this.DragDrop  += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter);
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     this.scriptTable.ResumeLayout(false);
     this.scriptTable.PerformLayout();
     this.scriptSplit.Panel2.ResumeLayout(false);
     this.scriptSplit.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit();
     this.scriptSplit.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.shellTable.ResumeLayout(false);
     this.shellTable.PerformLayout();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip mainToolStrip;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     this.toolStripLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.artistComboBox            = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator4       = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2           = new System.Windows.Forms.ToolStripLabel();
     this.albumComboBox             = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator3       = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3           = new System.Windows.Forms.ToolStripLabel();
     this.genreComboBox             = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel4           = new System.Windows.Forms.ToolStripLabel();
     this.fileNameComboBox          = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.prevPageToolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.pageNumberToolStripButton = new System.Windows.Forms.ToolStripLabel();
     this.nextPageToolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel5           = new System.Windows.Forms.ToolStripLabel();
     this.tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.mainDataGridView          = new System.Windows.Forms.DataGridView();
     this.mainMenuStrip             = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.actionsToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.processSelectedFolderToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFilteredTrackInFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFilteredDataToFolderToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.clearDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pageSizeNumericUpDown          = new System.Windows.Forms.NumericUpDown();
     mainToolStrip = new System.Windows.Forms.ToolStrip();
     mainToolStrip.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).BeginInit();
     this.mainMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // mainToolStrip
     //
     mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.artistComboBox,
         this.toolStripSeparator4,
         this.toolStripLabel2,
         this.albumComboBox,
         this.toolStripSeparator3,
         this.toolStripLabel3,
         this.genreComboBox,
         this.toolStripSeparator2,
         this.toolStripLabel4,
         this.fileNameComboBox,
         this.toolStripSeparator1,
         this.prevPageToolStripButton,
         this.pageNumberToolStripButton,
         this.nextPageToolStripButton,
         this.toolStripLabel5
     });
     mainToolStrip.Location = new System.Drawing.Point(0, 0);
     mainToolStrip.Name     = "mainToolStrip";
     mainToolStrip.Size     = new System.Drawing.Size(767, 25);
     mainToolStrip.TabIndex = 0;
     mainToolStrip.Text     = "mainToolStrip";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
     this.toolStripLabel1.Text = "Artist";
     //
     // artistComboBox
     //
     this.artistComboBox.CausesValidation      = false;
     this.artistComboBox.DropDownWidth         = 200;
     this.artistComboBox.Name                  = "artistComboBox";
     this.artistComboBox.Size                  = new System.Drawing.Size(100, 25);
     this.artistComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(36, 22);
     this.toolStripLabel2.Text = "Album";
     //
     // albumComboBox
     //
     this.albumComboBox.DropDownWidth         = 200;
     this.albumComboBox.Name                  = "albumComboBox";
     this.albumComboBox.Size                  = new System.Drawing.Size(100, 25);
     this.albumComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(36, 22);
     this.toolStripLabel3.Text = "Genre";
     //
     // genreComboBox
     //
     this.genreComboBox.DropDownWidth         = 200;
     this.genreComboBox.Name                  = "genreComboBox";
     this.genreComboBox.Size                  = new System.Drawing.Size(100, 25);
     this.genreComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(53, 22);
     this.toolStripLabel4.Text = "File Name";
     //
     // fileNameComboBox
     //
     this.fileNameComboBox.DropDownWidth         = 200;
     this.fileNameComboBox.Name                  = "fileNameComboBox";
     this.fileNameComboBox.Size                  = new System.Drawing.Size(100, 25);
     this.fileNameComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // prevPageToolStripButton
     //
     this.prevPageToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prevPageToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("prevPageToolStripButton.Image")));
     this.prevPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.prevPageToolStripButton.Name   = "prevPageToolStripButton";
     this.prevPageToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.prevPageToolStripButton.Tag    = "back";
     this.prevPageToolStripButton.Text   = "Prev";
     this.prevPageToolStripButton.Click += new System.EventHandler(this.prevPageToolStripButton_Click);
     //
     // pageNumberToolStripButton
     //
     this.pageNumberToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.pageNumberToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pageNumberToolStripButton.Image")));
     this.pageNumberToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pageNumberToolStripButton.Name = "pageNumberToolStripButton";
     this.pageNumberToolStripButton.Size = new System.Drawing.Size(13, 22);
     this.pageNumberToolStripButton.Text = "  ";
     //
     // nextPageToolStripButton
     //
     this.nextPageToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.nextPageToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("nextPageToolStripButton.Image")));
     this.nextPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.nextPageToolStripButton.Name   = "nextPageToolStripButton";
     this.nextPageToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.nextPageToolStripButton.Tag    = "forward";
     this.nextPageToolStripButton.Text   = "Next";
     this.nextPageToolStripButton.Click += new System.EventHandler(this.nextPageToolStripButton_Click);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(52, 22);
     this.toolStripLabel5.Text = "Page size";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(mainToolStrip, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.mainDataGridView, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.19266F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.80734F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(767, 436);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // mainDataGridView
     //
     this.mainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.mainDataGridView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mainDataGridView.Location = new System.Drawing.Point(3, 29);
     this.mainDataGridView.Name     = "mainDataGridView";
     this.mainDataGridView.ReadOnly = true;
     this.mainDataGridView.Size     = new System.Drawing.Size(761, 404);
     this.mainDataGridView.TabIndex = 1;
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.actionsToolStripMenuItem,
         this.optionsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(767, 24);
     this.mainMenuStrip.TabIndex = 1;
     this.mainMenuStrip.Text     = "mainMenuStrip";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(103, 22);
     this.exitToolStripMenuItem.Text   = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // actionsToolStripMenuItem
     //
     this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.processSelectedFolderToolStripMenuItem,
         this.saveFilteredTrackInFolderToolStripMenuItem,
         this.saveFilteredDataToFolderToolStripMenuItem
     });
     this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
     this.actionsToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.actionsToolStripMenuItem.Text = "&Actions";
     //
     // processSelectedFolderToolStripMenuItem
     //
     this.processSelectedFolderToolStripMenuItem.Name   = "processSelectedFolderToolStripMenuItem";
     this.processSelectedFolderToolStripMenuItem.Size   = new System.Drawing.Size(217, 22);
     this.processSelectedFolderToolStripMenuItem.Text   = "&Process SelectedFolder";
     this.processSelectedFolderToolStripMenuItem.Click += new System.EventHandler(this.processSelectedFolderToolStripMenuItem_Click);
     //
     // saveFilteredTrackInFolderToolStripMenuItem
     //
     this.saveFilteredTrackInFolderToolStripMenuItem.Name   = "saveFilteredTrackInFolderToolStripMenuItem";
     this.saveFilteredTrackInFolderToolStripMenuItem.Size   = new System.Drawing.Size(217, 22);
     this.saveFilteredTrackInFolderToolStripMenuItem.Text   = "&Save Track In DataBase";
     this.saveFilteredTrackInFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredTrackInFolderToolStripMenuItem_Click_1);
     //
     // saveFilteredDataToFolderToolStripMenuItem
     //
     this.saveFilteredDataToFolderToolStripMenuItem.Name   = "saveFilteredDataToFolderToolStripMenuItem";
     this.saveFilteredDataToFolderToolStripMenuItem.Size   = new System.Drawing.Size(217, 22);
     this.saveFilteredDataToFolderToolStripMenuItem.Text   = "&Save filtered data to Folder";
     this.saveFilteredDataToFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredDataToFolderToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearDatabaseToolStripMenuItem,
         this.toolStripMenuItem2
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // clearDatabaseToolStripMenuItem
     //
     this.clearDatabaseToolStripMenuItem.Name   = "clearDatabaseToolStripMenuItem";
     this.clearDatabaseToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.clearDatabaseToolStripMenuItem.Text   = "&Clear database";
     this.clearDatabaseToolStripMenuItem.Click += new System.EventHandler(this.clearDatabaseToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(158, 22);
     this.toolStripMenuItem2.Text = "&Set parameter";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.aboutToolStripMenuItem.Text   = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // pageSizeNumericUpDown
     //
     this.pageSizeNumericUpDown.BackColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.pageSizeNumericUpDown.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.pageSizeNumericUpDown.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.pageSizeNumericUpDown.Increment   = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.pageSizeNumericUpDown.Location = new System.Drawing.Point(710, 27);
     this.pageSizeNumericUpDown.Maximum  = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.pageSizeNumericUpDown.Minimum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.pageSizeNumericUpDown.Name     = "pageSizeNumericUpDown";
     this.pageSizeNumericUpDown.ReadOnly = true;
     this.pageSizeNumericUpDown.Size     = new System.Drawing.Size(53, 19);
     this.pageSizeNumericUpDown.TabIndex = 2;
     this.pageSizeNumericUpDown.Value    = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.pageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pageSizeNumericUpDown_ValueChanged);
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(767, 460);
     this.Controls.Add(this.pageSizeNumericUpDown);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.mainMenuStrip);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name          = "mainForm";
     this.Text          = "mp3 Collader";
     mainToolStrip.ResumeLayout(false);
     mainToolStrip.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).EndInit();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlPreviewWindow));
     this.xmlPreview  = new ScintillaNet.Scintilla();
     this.closeButton = new System.Windows.Forms.ToolStripButton();
     this.panel1      = new System.Windows.Forms.Panel();
     toolStrip1       = new System.Windows.Forms.ToolStrip();
     ((System.ComponentModel.ISupportInitialize)(this.xmlPreview)).BeginInit();
     toolStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // xmlPreview
     //
     this.xmlPreview.ConfigurationManager.Language = "xml";
     this.xmlPreview.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xmlPreview.Indentation.TabWidth  = 4;
     this.xmlPreview.IsReadOnly            = true;
     this.xmlPreview.Location              = new System.Drawing.Point(0, 0);
     this.xmlPreview.Margins.Margin0.Width = 30;
     this.xmlPreview.Margins.Margin1.Width = 0;
     this.xmlPreview.Margins.Margin2.Width = 15;
     this.xmlPreview.Name     = "xmlPreview";
     this.xmlPreview.Size     = new System.Drawing.Size(612, 446);
     this.xmlPreview.TabIndex = 0;
     this.xmlPreview.UndoRedo.IsUndoEnabled = false;
     //
     // toolStrip1
     //
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.closeButton
     });
     toolStrip1.Location = new System.Drawing.Point(0, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(616, 25);
     toolStrip1.Stretch  = true;
     toolStrip1.TabIndex = 1;
     toolStrip1.Text     = "toolStrip1";
     //
     // closeButton
     //
     this.closeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.closeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("closeButton.Image")));
     this.closeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.closeButton.Name   = "closeButton";
     this.closeButton.Size   = new System.Drawing.Size(40, 22);
     this.closeButton.Text   = "&Close";
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.xmlPreview);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(616, 450);
     this.panel1.TabIndex = 2;
     //
     // XmlPreviewWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(616, 475);
     this.Controls.Add(this.panel1);
     this.Controls.Add(toolStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "XmlPreviewWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Configuration Preview";
     ((System.ComponentModel.ISupportInitialize)(this.xmlPreview)).EndInit();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip                 m_toolStrip;
     System.Windows.Forms.ToolStripButton           m_tsbNewProfile;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator3;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripButton           m_tsbAdjustColumns;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripButton           m_tsbHelp;
     System.Windows.Forms.ColumnHeader              m_colID;
     System.Windows.Forms.ColumnHeader              m_colProfileName;
     System.Windows.Forms.ColumnHeader              m_colProfilePrivilege;
     System.Windows.Forms.ColumnHeader              m_colProfileStatus;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProfilesWindow));
     this.m_tsbDeleteProfile  = new System.Windows.Forms.ToolStripButton();
     this.m_tsbAutoManagement = new System.Windows.Forms.ToolStripButton();
     this.m_colMgmntMode      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.m_lvData            = new System.Windows.Forms.ListView();
     m_toolStrip           = new System.Windows.Forms.ToolStrip();
     m_tsbNewProfile       = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     m_tsbAdjustColumns    = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     m_tsbHelp             = new System.Windows.Forms.ToolStripButton();
     m_colID               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colProfileName      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colProfilePrivilege = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colProfileStatus    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // m_toolStrip
     //
     m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         m_tsbNewProfile,
         this.m_tsbDeleteProfile,
         toolStripSeparator3,
         this.m_tsbAutoManagement,
         toolStripSeparator1,
         m_tsbAdjustColumns,
         toolStripSeparator2,
         m_tsbHelp
     });
     m_toolStrip.Location = new System.Drawing.Point(0, 0);
     m_toolStrip.Name     = "m_toolStrip";
     m_toolStrip.Size     = new System.Drawing.Size(629, 25);
     m_toolStrip.TabIndex = 0;
     //
     // m_tsbNewProfile
     //
     m_tsbNewProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbNewProfile.Image                 = global::DGD.HubGovernor.Properties.Resources.new_row_16;
     m_tsbNewProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbNewProfile.Name   = "m_tsbNewProfile";
     m_tsbNewProfile.Size   = new System.Drawing.Size(23, 22);
     m_tsbNewProfile.Text   = "Nouveau profile";
     m_tsbNewProfile.Click += new System.EventHandler(this.NewProfile_Click);
     //
     // m_tsbDeleteProfile
     //
     this.m_tsbDeleteProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbDeleteProfile.Enabled               = false;
     this.m_tsbDeleteProfile.Image                 = global::DGD.HubGovernor.Properties.Resources.delete_16;
     this.m_tsbDeleteProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbDeleteProfile.Name   = "m_tsbDeleteProfile";
     this.m_tsbDeleteProfile.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbDeleteProfile.Text   = "Supprimer le(s) profile(s) sélectionné(s)";
     this.m_tsbDeleteProfile.Click += new System.EventHandler(this.DeleteProfile_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbAutoManagement
     //
     this.m_tsbAutoManagement.Checked               = true;
     this.m_tsbAutoManagement.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.m_tsbAutoManagement.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbAutoManagement.Enabled               = false;
     this.m_tsbAutoManagement.Image                 = global::DGD.HubGovernor.Properties.Resources.auto_mgmnt_16;
     this.m_tsbAutoManagement.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbAutoManagement.Name   = "m_tsbAutoManagement";
     this.m_tsbAutoManagement.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbAutoManagement.Text   = "Gestion automatique / manuelle des profils";
     this.m_tsbAutoManagement.Click += new System.EventHandler(this.AutoManagement_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbAdjustColumns
     //
     m_tsbAdjustColumns.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbAdjustColumns.Image                 = global::DGD.HubGovernor.Properties.Resources.auto_size_columns_16;
     m_tsbAdjustColumns.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbAdjustColumns.Name   = "m_tsbAdjustColumns";
     m_tsbAdjustColumns.Size   = new System.Drawing.Size(23, 22);
     m_tsbAdjustColumns.Text   = "Ajuster les colonnes";
     m_tsbAdjustColumns.Click += new System.EventHandler(this.AdjustColumns_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbHelp
     //
     m_tsbHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbHelp.Enabled               = false;
     m_tsbHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbHelp.Name = "m_tsbHelp";
     m_tsbHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbHelp.Text = "Aide";
     //
     // m_colID
     //
     m_colID.Tag  = easyLib.DB.ColumnDataType_t.Integer;
     m_colID.Text = "ID";
     //
     // m_colProfileName
     //
     m_colProfileName.Tag   = easyLib.DB.ColumnDataType_t.Text;
     m_colProfileName.Text  = "Profile";
     m_colProfileName.Width = 126;
     //
     // m_colProfilePrivilege
     //
     m_colProfilePrivilege.Tag   = easyLib.DB.ColumnDataType_t.Text;
     m_colProfilePrivilege.Text  = "Privilège";
     m_colProfilePrivilege.Width = 145;
     //
     // m_colProfileStatus
     //
     m_colProfileStatus.Tag   = easyLib.DB.ColumnDataType_t.Text;
     m_colProfileStatus.Text  = "Status";
     m_colProfileStatus.Width = 136;
     //
     // m_colMgmntMode
     //
     this.m_colMgmntMode.Tag   = easyLib.DB.ColumnDataType_t.Text;
     this.m_colMgmntMode.Text  = "Mode de gestion";
     this.m_colMgmntMode.Width = 153;
     //
     // m_lvData
     //
     this.m_lvData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         m_colID,
         m_colProfileName,
         m_colProfilePrivilege,
         m_colProfileStatus,
         this.m_colMgmntMode
     });
     this.m_lvData.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvData.FullRowSelect = true;
     this.m_lvData.GridLines     = true;
     this.m_lvData.Location      = new System.Drawing.Point(0, 25);
     this.m_lvData.Name          = "m_lvData";
     this.m_lvData.Size          = new System.Drawing.Size(629, 371);
     this.m_lvData.TabIndex      = 1;
     this.m_lvData.UseCompatibleStateImageBehavior = false;
     this.m_lvData.View                  = System.Windows.Forms.View.Details;
     this.m_lvData.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.Data_ColumnClick);
     this.m_lvData.ItemActivate         += new System.EventHandler(this.Data_ItemActivate);
     this.m_lvData.SelectedIndexChanged += new System.EventHandler(this.Data_SelectedIndexChanged);
     //
     // ProfilesWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(629, 396);
     this.Controls.Add(this.m_lvData);
     this.Controls.Add(m_toolStrip);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "ProfilesWindow";
     this.Text        = "Gestionnaire des profiles";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.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.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCadFornecedores));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.tbIncluir = new System.Windows.Forms.ToolStripButton();
            this.tbAlterar = new System.Windows.Forms.ToolStripButton();
            this.tbExcluir = new System.Windows.Forms.ToolStripButton();
            this.tbAtualizar = new System.Windows.Forms.ToolStripButton();
            this.tbImprimir = new System.Windows.Forms.ToolStripButton();
            this.tbVoltar = new System.Windows.Forms.ToolStripButton();
            this.FornecedoresBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.rdbDesc = new System.Windows.Forms.RadioButton();
            this.label10 = new System.Windows.Forms.Label();
            this.cbxOrdenar = new System.Windows.Forms.ComboBox();
            this.cbxPesquisar = new System.Windows.Forms.ComboBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.rdbCresc = new System.Windows.Forms.RadioButton();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.btnPesquisa = new System.Windows.Forms.Button();
            this.txtConsulta = new System.Windows.Forms.MaskedTextBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.dtgFornecedores = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtEmail = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtContato = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtTel = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtRazaoSocial = new System.Windows.Forms.TextBox();
            this.txtCNPJ = new System.Windows.Forms.TextBox();
            this.btn01 = new System.Windows.Forms.Button();
            this.btn02 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCodigo = new System.Windows.Forms.TextBox();
            this.txtIE = new System.Windows.Forms.TextBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.btnGerarRelatorio = new System.Windows.Forms.Button();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.label13 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.FornecedoresBindingSource)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgFornecedores)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.AutoSize = false;
            toolStrip1.BackColor = System.Drawing.Color.White;
            toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbIncluir,
            this.tbAlterar,
            this.tbExcluir,
            this.tbAtualizar,
            this.tbImprimir,
            this.tbVoltar});
            toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            toolStrip1.Location = new System.Drawing.Point(2, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Padding = new System.Windows.Forms.Padding(0);
            toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            toolStrip1.ShowItemToolTips = false;
            toolStrip1.Size = new System.Drawing.Size(69, 506);
            toolStrip1.TabIndex = 94;
            toolStrip1.Text = "toolStrip1";
            // 
            // tbIncluir
            // 
            this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image")));
            this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbIncluir.Name = "tbIncluir";
            this.tbIncluir.Size = new System.Drawing.Size(68, 83);
            this.tbIncluir.Text = "Incluir";
            this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbIncluir.ToolTipText = "Clique parar incluir um registro";
            this.tbIncluir.Click += new System.EventHandler(this.tbIncluir_Click);
            // 
            // tbAlterar
            // 
            this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image")));
            this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAlterar.Name = "tbAlterar";
            this.tbAlterar.Size = new System.Drawing.Size(68, 83);
            this.tbAlterar.Text = "Alterar";
            this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAlterar.ToolTipText = "Clique para alterar um registro";
            this.tbAlterar.Click += new System.EventHandler(this.tbAlterar_Click);
            // 
            // tbExcluir
            // 
            this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image")));
            this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbExcluir.Name = "tbExcluir";
            this.tbExcluir.Size = new System.Drawing.Size(68, 83);
            this.tbExcluir.Text = "Excluir";
            this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbExcluir.ToolTipText = "Clique para excluir um registro";
            this.tbExcluir.Click += new System.EventHandler(this.tbExcluir_Click);
            // 
            // tbAtualizar
            // 
            this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image")));
            this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAtualizar.Name = "tbAtualizar";
            this.tbAtualizar.Size = new System.Drawing.Size(68, 83);
            this.tbAtualizar.Text = "Atualizar";
            this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros";
            this.tbAtualizar.Click += new System.EventHandler(this.tbAtualizar_Click);
            // 
            // tbImprimir
            // 
            this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image")));
            this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbImprimir.Name = "tbImprimir";
            this.tbImprimir.Size = new System.Drawing.Size(68, 83);
            this.tbImprimir.Text = "Imprimir";
            this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbImprimir.ToolTipText = "Clique para imprimir ";
            this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click);
            // 
            // tbVoltar
            // 
            this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image")));
            this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbVoltar.Name = "tbVoltar";
            this.tbVoltar.Size = new System.Drawing.Size(68, 83);
            this.tbVoltar.Text = "Voltar";
            this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbVoltar.ToolTipText = "Retornar a tela anterior";
            // 
            // FornecedoresBindingSource
            // 
            this.FornecedoresBindingSource.DataSource = typeof(Control_Manager_Plus.Classes.Fornecedores);
            // 
            // rdbDesc
            // 
            this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbDesc.AutoSize = true;
            this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbDesc.ForeColor = System.Drawing.Color.White;
            this.rdbDesc.Location = new System.Drawing.Point(840, 12);
            this.rdbDesc.Name = "rdbDesc";
            this.rdbDesc.Size = new System.Drawing.Size(65, 17);
            this.rdbDesc.TabIndex = 6;
            this.rdbDesc.Text = "Z -> A";
            this.rdbDesc.UseVisualStyleBackColor = true;
            this.rdbDesc.CheckedChanged += new System.EventHandler(this.rdbDesc_CheckedChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.ForeColor = System.Drawing.Color.White;
            this.label10.Location = new System.Drawing.Point(5, 14);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(109, 13);
            this.label10.TabIndex = 0;
            this.label10.Text = "Pesquisar por...";
            // 
            // cbxOrdenar
            // 
            this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxOrdenar.FormattingEnabled = true;
            this.cbxOrdenar.Items.AddRange(new object[] {
            "Código do Fornecedor",
            "Nome / Razão Social",
            "CPF / CNPJ"});
            this.cbxOrdenar.Location = new System.Drawing.Point(621, 10);
            this.cbxOrdenar.Name = "cbxOrdenar";
            this.cbxOrdenar.Size = new System.Drawing.Size(151, 21);
            this.cbxOrdenar.TabIndex = 1;
            this.cbxOrdenar.SelectedIndexChanged += new System.EventHandler(this.cbxOrdenar_SelectedIndexChanged);
            // 
            // cbxPesquisar
            // 
            this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxPesquisar.FormattingEnabled = true;
            this.cbxPesquisar.Items.AddRange(new object[] {
            "Todos os Campos",
            "Código do Fornecedor",
            "Nome / Razão Social",
            "CPF / CNPJ",
            "Inscrição Estadual",
            "Telefone",
            "Contato",
            "E-mail"});
            this.cbxPesquisar.Location = new System.Drawing.Point(331, 10);
            this.cbxPesquisar.Name = "cbxPesquisar";
            this.cbxPesquisar.Size = new System.Drawing.Size(143, 21);
            this.cbxPesquisar.TabIndex = 1;
            this.cbxPesquisar.SelectedValueChanged += new System.EventHandler(this.cbxPesquisar_SelectedValueChanged);
            // 
            // panel3
            // 
            this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.BackColor = System.Drawing.Color.DimGray;
            this.panel3.Controls.Add(this.rdbDesc);
            this.panel3.Controls.Add(this.label10);
            this.panel3.Controls.Add(this.rdbCresc);
            this.panel3.Controls.Add(this.cbxOrdenar);
            this.panel3.Controls.Add(this.label9);
            this.panel3.Controls.Add(this.label8);
            this.panel3.Controls.Add(this.cbxPesquisar);
            this.panel3.Controls.Add(this.btnPesquisa);
            this.panel3.Controls.Add(this.txtConsulta);
            this.panel3.Location = new System.Drawing.Point(2, 102);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(907, 39);
            this.panel3.TabIndex = 115;
            // 
            // rdbCresc
            // 
            this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbCresc.AutoSize = true;
            this.rdbCresc.Checked = true;
            this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbCresc.ForeColor = System.Drawing.Color.White;
            this.rdbCresc.Location = new System.Drawing.Point(774, 12);
            this.rdbCresc.Name = "rdbCresc";
            this.rdbCresc.Size = new System.Drawing.Size(65, 17);
            this.rdbCresc.TabIndex = 6;
            this.rdbCresc.TabStop = true;
            this.rdbCresc.Text = "A -> Z";
            this.rdbCresc.UseVisualStyleBackColor = true;
            this.rdbCresc.CheckedChanged += new System.EventHandler(this.rdbCresc_CheckedChanged);
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.ForeColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(299, 14);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(27, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "em";
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(558, 14);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(60, 13);
            this.label8.TabIndex = 5;
            this.label8.Text = "Ordenar";
            // 
            // btnPesquisa
            // 
            this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find;
            this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnPesquisa.Location = new System.Drawing.Point(491, 8);
            this.btnPesquisa.Name = "btnPesquisa";
            this.btnPesquisa.Size = new System.Drawing.Size(64, 25);
            this.btnPesquisa.TabIndex = 4;
            this.btnPesquisa.UseVisualStyleBackColor = false;
            this.btnPesquisa.Click += new System.EventHandler(this.btnPesquisa_Click);
            // 
            // txtConsulta
            // 
            this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtConsulta.Location = new System.Drawing.Point(114, 9);
            this.txtConsulta.Name = "txtConsulta";
            this.txtConsulta.Size = new System.Drawing.Size(179, 22);
            this.txtConsulta.TabIndex = 3;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(91, 93);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.dtgFornecedores);
            this.splitContainer1.Panel1.Controls.Add(this.panel3);
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.panel5);
            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
            this.splitContainer1.Panel2Collapsed = true;
            this.splitContainer1.Size = new System.Drawing.Size(912, 523);
            this.splitContainer1.SplitterDistance = 304;
            this.splitContainer1.TabIndex = 119;
            // 
            // dtgFornecedores
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgFornecedores.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dtgFornecedores.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.dtgFornecedores.BackgroundColor = System.Drawing.Color.White;
            this.dtgFornecedores.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dtgFornecedores.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgFornecedores.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.Column7,
            this.Column8});
            this.dtgFornecedores.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgFornecedores.Location = new System.Drawing.Point(2, 147);
            this.dtgFornecedores.Name = "dtgFornecedores";
            this.dtgFornecedores.ReadOnly = true;
            this.dtgFornecedores.RowHeadersVisible = false;
            this.dtgFornecedores.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtgFornecedores.Size = new System.Drawing.Size(907, 376);
            this.dtgFornecedores.TabIndex = 116;
            this.dtgFornecedores.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgFornecedores_CellClick);
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "E_Id";
            dataGridViewCellStyle2.NullValue = "000000";
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridViewTextBoxColumn1.FillWeight = 50F;
            this.dataGridViewTextBoxColumn1.Frozen = true;
            this.dataGridViewTextBoxColumn1.HeaderText = "Código";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Width = 50;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "E_RazaoSocial";
            this.dataGridViewTextBoxColumn2.FillWeight = 220F;
            this.dataGridViewTextBoxColumn2.Frozen = true;
            this.dataGridViewTextBoxColumn2.HeaderText = "Razão Social";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 220;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "E_CNPJ";
            this.dataGridViewTextBoxColumn3.Frozen = true;
            this.dataGridViewTextBoxColumn3.HeaderText = "CNPJ";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "E_IE";
            this.dataGridViewTextBoxColumn4.FillWeight = 80F;
            this.dataGridViewTextBoxColumn4.HeaderText = "IE";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.Width = 80;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "E_Tel";
            this.dataGridViewTextBoxColumn5.HeaderText = "Telefone";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "E_Contato";
            this.Column7.FillWeight = 120F;
            this.Column7.HeaderText = "Contato";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.Width = 120;
            // 
            // Column8
            // 
            this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Column8.DataPropertyName = "E_Email";
            this.Column8.HeaderText = "E-mail";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.txtEmail);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtContato);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtTel);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtRazaoSocial);
            this.groupBox1.Controls.Add(this.txtCNPJ);
            this.groupBox1.Controls.Add(this.btn01);
            this.groupBox1.Controls.Add(this.btn02);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtCodigo);
            this.groupBox1.Controls.Add(this.txtIE);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(2, -5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(907, 103);
            this.groupBox1.TabIndex = 112;
            this.groupBox1.TabStop = false;
            // 
            // txtEmail
            // 
            this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtEmail.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtEmail.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
            this.txtEmail.Location = new System.Drawing.Point(412, 74);
            this.txtEmail.Name = "txtEmail";
            this.txtEmail.Size = new System.Drawing.Size(218, 22);
            this.txtEmail.TabIndex = 120;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(409, 58);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(46, 16);
            this.label4.TabIndex = 119;
            this.label4.Text = "E-mail";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(120, 58);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(62, 16);
            this.label7.TabIndex = 35;
            this.label7.Text = "Telefone";
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(473, 11);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(43, 16);
            this.label6.TabIndex = 31;
            this.label6.Text = "CNPJ";
            // 
            // txtContato
            // 
            this.txtContato.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtContato.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtContato.Location = new System.Drawing.Point(252, 74);
            this.txtContato.Name = "txtContato";
            this.txtContato.Size = new System.Drawing.Size(154, 22);
            this.txtContato.TabIndex = 118;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(249, 55);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(54, 16);
            this.label14.TabIndex = 117;
            this.label14.Text = "Contato";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(91, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 16);
            this.label2.TabIndex = 30;
            this.label2.Text = "Razão Social";
            // 
            // txtTel
            // 
            this.txtTel.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtTel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtTel.Location = new System.Drawing.Point(120, 74);
            this.txtTel.Name = "txtTel";
            this.txtTel.Size = new System.Drawing.Size(126, 22);
            this.txtTel.TabIndex = 33;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 58);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(91, 16);
            this.label5.TabIndex = 34;
            this.label5.Text = "Insc. Estadual";
            // 
            // txtRazaoSocial
            // 
            this.txtRazaoSocial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRazaoSocial.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtRazaoSocial.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtRazaoSocial.Location = new System.Drawing.Point(94, 30);
            this.txtRazaoSocial.Name = "txtRazaoSocial";
            this.txtRazaoSocial.Size = new System.Drawing.Size(376, 22);
            this.txtRazaoSocial.TabIndex = 29;
            // 
            // txtCNPJ
            // 
            this.txtCNPJ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCNPJ.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtCNPJ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtCNPJ.Location = new System.Drawing.Point(476, 30);
            this.txtCNPJ.Name = "txtCNPJ";
            this.txtCNPJ.Size = new System.Drawing.Size(154, 22);
            this.txtCNPJ.TabIndex = 28;
            // 
            // btn01
            // 
            this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn01.Enabled = false;
            this.btn01.Location = new System.Drawing.Point(670, 26);
            this.btn01.Name = "btn01";
            this.btn01.Size = new System.Drawing.Size(110, 59);
            this.btn01.TabIndex = 27;
            this.btn01.Text = "Salvar";
            this.btn01.UseVisualStyleBackColor = true;
            this.btn01.Click += new System.EventHandler(this.btn01_Click);
            // 
            // btn02
            // 
            this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn02.Location = new System.Drawing.Point(786, 26);
            this.btn02.Name = "btn02";
            this.btn02.Size = new System.Drawing.Size(110, 59);
            this.btn02.TabIndex = 27;
            this.btn02.Text = "Sair";
            this.btn02.UseVisualStyleBackColor = true;
            this.btn02.Click += new System.EventHandler(this.btn02_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(52, 16);
            this.label1.TabIndex = 6;
            this.label1.Text = "Codigo";
            // 
            // txtCodigo
            // 
            this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtCodigo.Location = new System.Drawing.Point(9, 30);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(79, 22);
            this.txtCodigo.TabIndex = 2;
            // 
            // txtIE
            // 
            this.txtIE.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtIE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtIE.Location = new System.Drawing.Point(10, 74);
            this.txtIE.Name = "txtIE";
            this.txtIE.Size = new System.Drawing.Size(104, 22);
            this.txtIE.TabIndex = 32;
            // 
            // panel5
            // 
            this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.panel4);
            this.panel5.Controls.Add(this.btnGerarRelatorio);
            this.panel5.Controls.Add(this.label11);
            this.panel5.Controls.Add(this.label12);
            this.panel5.Controls.Add(this.comboBox1);
            this.panel5.Controls.Add(this.comboBox2);
            this.panel5.Location = new System.Drawing.Point(724, 3);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(0, 520);
            this.panel5.TabIndex = 121;
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel4.BackColor = System.Drawing.Color.DimGray;
            this.panel4.Controls.Add(this.label3);
            this.panel4.Location = new System.Drawing.Point(0, 2);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(30, 39);
            this.panel4.TabIndex = 116;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 3);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(136, 36);
            this.label3.TabIndex = 96;
            this.label3.Text = "RELATÓRIO";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnGerarRelatorio
            // 
            this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144);
            this.btnGerarRelatorio.Name = "btnGerarRelatorio";
            this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49);
            this.btnGerarRelatorio.TabIndex = 120;
            this.btnGerarRelatorio.Text = "Gerar Relatório";
            this.btnGerarRelatorio.UseVisualStyleBackColor = true;
            this.btnGerarRelatorio.Click += new System.EventHandler(this.btnGerarRelatorio_Click);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(3, 45);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(113, 16);
            this.label11.TabIndex = 117;
            this.label11.Text = "Tipo de Relatório";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(3, 89);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(95, 16);
            this.label12.TabIndex = 119;
            this.label12.Text = "Definir produto";
            // 
            // comboBox1
            // 
            this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox1.Location = new System.Drawing.Point(4, 64);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(16, 21);
            this.comboBox1.TabIndex = 2;
            // 
            // comboBox2
            // 
            this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox2.Location = new System.Drawing.Point(4, 108);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(16, 21);
            this.comboBox2.TabIndex = 118;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.FornecedoresBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Fornecedores.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(3, 3);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(715, 940);
            this.reportViewer1.TabIndex = 0;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.White;
            this.label13.Location = new System.Drawing.Point(4, 6);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(577, 60);
            this.label13.TabIndex = 96;
            this.label13.Text = "CADASTRO DE FORNECEDORES";
            this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.DimGray;
            this.panel2.Controls.Add(this.label13);
            this.panel2.Location = new System.Drawing.Point(91, 12);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(912, 75);
            this.panel2.TabIndex = 117;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(toolStrip1);
            this.panel1.Location = new System.Drawing.Point(5, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(76, 604);
            this.panel1.TabIndex = 118;
            // 
            // frmCadFornecedores
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 628);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmCadFornecedores";
            this.Text = "Cadastro de Fornecedores";
            this.Load += new System.EventHandler(this.frmCadFornecedores_Load);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.FornecedoresBindingSource)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtgFornecedores)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip _ToolStrip;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     System.Windows.Forms.ToolStripButton           _SaveToFileButton;
     this._ContentTextBox = new System.Windows.Forms.TextBox();
     this._SaveButton     = new System.Windows.Forms.ToolStripButton();
     this._SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this._OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
     _ToolStrip           = new System.Windows.Forms.ToolStrip();
     _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     _LoadFromFileButton  = new System.Windows.Forms.ToolStripButton();
     _SaveToFileButton    = new System.Windows.Forms.ToolStripButton();
     _ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _ContentTextBox
     //
     this._ContentTextBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._ContentTextBox.Font       = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._ContentTextBox.Location   = new System.Drawing.Point(0, 25);
     this._ContentTextBox.MaxLength  = 2147483647;
     this._ContentTextBox.Multiline  = true;
     this._ContentTextBox.Name       = "_ContentTextBox";
     this._ContentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this._ContentTextBox.Size       = new System.Drawing.Size(640, 295);
     this._ContentTextBox.TabIndex   = 0;
     this._ContentTextBox.WordWrap   = false;
     //
     // _ToolStrip
     //
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._SaveButton,
         _ToolStripSeparator1,
         _LoadFromFileButton,
         _SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(640, 25);
     _ToolStrip.TabIndex = 1;
     _ToolStrip.Text     = "toolStrip1";
     //
     // _SaveButton
     //
     this._SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image")));
     this._SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._SaveButton.Name   = "_SaveButton";
     this._SaveButton.Size   = new System.Drawing.Size(51, 22);
     this._SaveButton.Text   = "Save";
     this._SaveButton.Click += new System.EventHandler(this.OnSave);
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _LoadFromFileButton
     //
     _LoadFromFileButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     _LoadFromFileButton.Image                 = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image")));
     _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _LoadFromFileButton.Name   = "_LoadFromFileButton";
     _LoadFromFileButton.Size   = new System.Drawing.Size(23, 22);
     _LoadFromFileButton.Text   = "Load From File";
     _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile);
     //
     // _SaveToFileButton
     //
     _SaveToFileButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     _SaveToFileButton.Image                 = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image")));
     _SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveToFileButton.Name   = "_SaveToFileButton";
     _SaveToFileButton.Size   = new System.Drawing.Size(23, 22);
     _SaveToFileButton.Text   = "Save To File";
     _SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile);
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.DefaultExt = "xml";
     this._SaveFileDialog.Filter     = "XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.DefaultExt = "xml";
     this._OpenFileDialog.Filter     = "XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
     //
     // XmlViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 320);
     this.Controls.Add(this._ContentTextBox);
     this.Controls.Add(_ToolStrip);
     this.Name = "XmlViewer";
     this.Text = "XML";
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 22
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.ToolStripButton runButton;
            System.Windows.Forms.SplitContainer splitContainer1;
            System.Windows.Forms.TabControl tabControl1;
            System.Windows.Forms.TabPage tabPage1;
            System.Windows.Forms.TabPage tabPage2;
            this.parseButton = new System.Windows.Forms.ToolStripButton();
            this.textBox = new System.Windows.Forms.TextBox();
            this.sexpTextBox = new System.Windows.Forms.TextBox();
            this.primitivesTextBox = new System.Windows.Forms.TextBox();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            runButton = new System.Windows.Forms.ToolStripButton();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            tabControl1 = new System.Windows.Forms.TabControl();
            tabPage1 = new System.Windows.Forms.TabPage();
            tabPage2 = new System.Windows.Forms.TabPage();
            toolStrip1.SuspendLayout();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            tabControl1.SuspendLayout();
            tabPage1.SuspendLayout();
            tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.parseButton,
            runButton});
            toolStrip1.Location = new System.Drawing.Point(0, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(292, 25);
            toolStrip1.TabIndex = 0;
            toolStrip1.Text = "toolStrip1";
            // 
            // parseButton
            // 
            this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image")));
            this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.parseButton.Name = "parseButton";
            this.parseButton.Size = new System.Drawing.Size(38, 22);
            this.parseButton.Text = "&Parse";
            this.parseButton.Click += new System.EventHandler(this.parseButton_Click);
            // 
            // runButton
            // 
            runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image")));
            runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            runButton.Name = "runButton";
            runButton.Size = new System.Drawing.Size(30, 22);
            runButton.Text = "&Run";
            runButton.Click += new System.EventHandler(this.runButton_Click);
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            splitContainer1.Location = new System.Drawing.Point(0, 25);
            splitContainer1.Name = "splitContainer1";
            splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(this.textBox);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(tabControl1);
            splitContainer1.Size = new System.Drawing.Size(292, 241);
            splitContainer1.SplitterDistance = 25;
            splitContainer1.TabIndex = 3;
            // 
            // textBox
            // 
            this.textBox.AcceptsReturn = true;
            this.textBox.AcceptsTab = true;
            this.textBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox.Location = new System.Drawing.Point(0, 0);
            this.textBox.Multiline = true;
            this.textBox.Name = "textBox";
            this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox.Size = new System.Drawing.Size(292, 25);
            this.textBox.TabIndex = 1;
            this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" +
                "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")";
            this.textBox.WordWrap = false;
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(tabPage1);
            tabControl1.Controls.Add(tabPage2);
            tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControl1.Location = new System.Drawing.Point(0, 0);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new System.Drawing.Size(292, 212);
            tabControl1.TabIndex = 3;
            // 
            // tabPage1
            // 
            tabPage1.Controls.Add(this.sexpTextBox);
            tabPage1.Location = new System.Drawing.Point(4, 22);
            tabPage1.Name = "tabPage1";
            tabPage1.Padding = new System.Windows.Forms.Padding(3);
            tabPage1.Size = new System.Drawing.Size(284, 186);
            tabPage1.TabIndex = 0;
            tabPage1.Text = "S-Expressions";
            tabPage1.UseVisualStyleBackColor = true;
            // 
            // sexpTextBox
            // 
            this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sexpTextBox.Location = new System.Drawing.Point(3, 3);
            this.sexpTextBox.Multiline = true;
            this.sexpTextBox.Name = "sexpTextBox";
            this.sexpTextBox.ReadOnly = true;
            this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.sexpTextBox.Size = new System.Drawing.Size(278, 180);
            this.sexpTextBox.TabIndex = 2;
            this.sexpTextBox.WordWrap = false;
            // 
            // tabPage2
            // 
            tabPage2.Controls.Add(this.primitivesTextBox);
            tabPage2.Location = new System.Drawing.Point(4, 22);
            tabPage2.Name = "tabPage2";
            tabPage2.Padding = new System.Windows.Forms.Padding(3);
            tabPage2.Size = new System.Drawing.Size(284, 100);
            tabPage2.TabIndex = 1;
            tabPage2.Text = "Primitives";
            tabPage2.UseVisualStyleBackColor = true;
            // 
            // primitivesTextBox
            // 
            this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.primitivesTextBox.Location = new System.Drawing.Point(3, 3);
            this.primitivesTextBox.Multiline = true;
            this.primitivesTextBox.Name = "primitivesTextBox";
            this.primitivesTextBox.ReadOnly = true;
            this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.primitivesTextBox.Size = new System.Drawing.Size(278, 94);
            this.primitivesTextBox.TabIndex = 3;
            this.primitivesTextBox.WordWrap = false;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 266);
            this.Controls.Add(splitContainer1);
            this.Controls.Add(toolStrip1);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
            this.Text = "Lisp Compiler Demo";
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel1.PerformLayout();
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.ResumeLayout(false);
            tabControl1.ResumeLayout(false);
            tabPage1.ResumeLayout(false);
            tabPage1.PerformLayout();
            tabPage2.ResumeLayout(false);
            tabPage2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 23
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.MenuStrip menuStrip;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.StatusStrip statusStrip1;
            System.Windows.Forms.SplitContainer splitContainer1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.Windows.Forms.Timer timer;
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.hitsBox = new System.Windows.Forms.ListBox();
            this.webBrowser = new System.Windows.Forms.WebBrowser();
            this.searchBox = new System.Windows.Forms.ToolStripTextBox();
            this.goButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.backButton = new System.Windows.Forms.ToolStripButton();
            this.nextButton = new System.Windows.Forms.ToolStripButton();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuStrip = new System.Windows.Forms.MenuStrip();
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            statusStrip1 = new System.Windows.Forms.StatusStrip();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            timer = new System.Windows.Forms.Timer(this.components);
            menuStrip.SuspendLayout();
            toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            statusStrip1.SuspendLayout();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.helpToolStripMenuItem});
            resources.ApplyResources(menuStrip, "menuStrip");
            menuStrip.Name = "menuStrip";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator1,
            this.exportStripMenuItem,
            this.toolStripSeparator4,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
            resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
            resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
            toolStripContainer1.LeftToolStripPanelVisible = false;
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.RightToolStripPanelVisible = false;
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // statusStrip1
            // 
            resources.ApplyResources(statusStrip1, "statusStrip1");
            statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchStatusLabel});
            statusStrip1.Name = "statusStrip1";
            // 
            // searchStatusLabel
            // 
            this.searchStatusLabel.Name = "searchStatusLabel";
            resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel");
            // 
            // splitContainer1
            // 
            splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            resources.ApplyResources(splitContainer1, "splitContainer1");
            splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(this.hitsBox);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(this.webBrowser);
            splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance;
            // 
            // hitsBox
            // 
            resources.ApplyResources(this.hitsBox, "hitsBox");
            this.hitsBox.FormattingEnabled = true;
            this.hitsBox.Name = "hitsBox";
            this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged);
            this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
            // 
            // webBrowser
            // 
            this.webBrowser.AllowWebBrowserDrop = false;
            resources.ApplyResources(this.webBrowser, "webBrowser");
            this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser.Name = "webBrowser";
            this.webBrowser.ScriptErrorsSuppressed = true;
            // 
            // toolStrip1
            // 
            resources.ApplyResources(toolStrip1, "toolStrip1");
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchBox,
            this.goButton,
            this.toolStripSeparator2,
            this.backButton,
            this.nextButton});
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Stretch = true;
            // 
            // searchBox
            // 
            resources.ApplyResources(this.searchBox, "searchBox");
            this.searchBox.AutoToolTip = true;
            this.searchBox.Name = "searchBox";
            this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
            // 
            // goButton
            // 
            this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.goButton, "goButton");
            this.goButton.Name = "goButton";
            this.goButton.Click += new System.EventHandler(this.goButton_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            // 
            // backButton
            // 
            this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.backButton, "backButton");
            this.backButton.Name = "backButton";
            this.backButton.Click += new System.EventHandler(this.backButton_Click);
            // 
            // nextButton
            // 
            this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.nextButton, "nextButton");
            this.nextButton.Name = "nextButton";
            this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            // 
            // exportStripMenuItem
            // 
            this.exportStripMenuItem.Name = "exportStripMenuItem";
            resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem");
            this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.setHspellPathToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
            // 
            // setHspellPathToolStripMenuItem
            // 
            this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem";
            resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem");
            this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // timer
            // 
            timer.Enabled = true;
            timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // BrowseForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(toolStripContainer1);
            this.Controls.Add(menuStrip);
            this.MainMenuStrip = menuStrip;
            this.Name = "BrowseForm";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
            menuStrip.ResumeLayout(false);
            menuStrip.PerformLayout();
            toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            toolStripContainer1.BottomToolStripPanel.PerformLayout();
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            statusStrip1.ResumeLayout(false);
            statusStrip1.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.ResumeLayout(false);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.MapForm));
   toolStrip1 = new System.Windows.Forms.ToolStrip();
   ZoomWindow = new System.Windows.Forms.ToolStripButton();
   ZoomIn = new System.Windows.Forms.ToolStripButton();
   ZoomOut = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   Pan = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
   btnLaunchInBrowser = new System.Windows.Forms.ToolStripButton();
   Info = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
   RedrawProgressBar = new System.Windows.Forms.ToolStripProgressBar();
   toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
   btnInicio = new System.Windows.Forms.ToolStripButton();
   btnEjecutar = new System.Windows.Forms.ToolStripButton();
   btnPausa = new System.Windows.Forms.ToolStripButton();
   btnDetener = new System.Windows.Forms.ToolStripButton();
   btnConfiguracionConsultaHistorica = new System.Windows.Forms.ToolStripButton();
   lblInformation = new System.Windows.Forms.Label();
   panel1 = new System.Windows.Forms.Panel();
   udRegistrosPorSegundo = new System.Windows.Forms.NumericUpDown();
   lblPosicion = new System.Windows.Forms.Label();
   trackPosicion = new System.Windows.Forms.TrackBar();
   lblEstado = new System.Windows.Forms.Label();
   toolStrip1.SuspendLayout();
   panel1.SuspendLayout();
   udRegistrosPorSegundo.BeginInit();
   trackPosicion.BeginInit();
   SuspendLayout();
   System.Windows.Forms.ToolStripItem[] toolStripItemArr = new System.Windows.Forms.ToolStripItem[] {
                                                                                                            ZoomWindow, 
                                                                                                            ZoomIn, 
                                                                                                            ZoomOut, 
                                                                                                            toolStripSeparator1, 
                                                                                                            Pan, 
                                                                                                            toolStripSeparator3, 
                                                                                                            btnLaunchInBrowser, 
                                                                                                            Info, 
                                                                                                            toolStripSeparator2, 
                                                                                                            RedrawProgressBar, 
                                                                                                            toolStripSeparator4, 
                                                                                                            btnInicio, 
                                                                                                            btnEjecutar, 
                                                                                                            btnPausa, 
                                                                                                            btnDetener, 
                                                                                                            btnConfiguracionConsultaHistorica };
   toolStrip1.Items.AddRange(toolStripItemArr);
   toolStrip1.Location = new System.Drawing.Point(0, 0);
   toolStrip1.Name = "toolStrip1";
   toolStrip1.Size = new System.Drawing.Size(542, 25);
   toolStrip1.TabIndex = 0;
   toolStrip1.Text = "toolStrip1";
   ZoomWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomWindow.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomWindow.Image");
   ZoomWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomWindow.Name = "ZoomWindow";
   ZoomWindow.Size = new System.Drawing.Size(23, 22);
   ZoomWindow.Text = "toolStripButton1";
   ZoomWindow.ToolTipText = "Zoom Window";
   ZoomWindow.Click += new System.EventHandler(ZoomWindow_Click);
   ZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomIn.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomIn.Image");
   ZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomIn.Name = "ZoomIn";
   ZoomIn.Size = new System.Drawing.Size(23, 22);
   ZoomIn.Text = "toolStripButton2";
   ZoomIn.ToolTipText = "Zoom In";
   ZoomIn.Click += new System.EventHandler(ZoomIn_Click);
   ZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomOut.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomOut.Image");
   ZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomOut.Name = "ZoomOut";
   ZoomOut.Size = new System.Drawing.Size(23, 22);
   ZoomOut.Text = "toolStripButton3";
   ZoomOut.ToolTipText = "Zoom out";
   ZoomOut.Click += new System.EventHandler(ZoomOut_Click);
   toolStripSeparator1.Name = "toolStripSeparator1";
   toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   Pan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   Pan.Image = (System.Drawing.Image)componentResourceManager.GetObject("Pan.Image");
   Pan.ImageTransparentColor = System.Drawing.Color.Magenta;
   Pan.Name = "Pan";
   Pan.Size = new System.Drawing.Size(23, 22);
   Pan.Text = "toolStripButton1";
   Pan.ToolTipText = "Pan";
   Pan.Click += new System.EventHandler(Pan_Click);
   toolStripSeparator3.Name = "toolStripSeparator3";
   toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
   toolStripSeparator3.Visible = false;
   btnLaunchInBrowser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnLaunchInBrowser.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnLaunchInBrowser.Image");
   btnLaunchInBrowser.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnLaunchInBrowser.Name = "btnLaunchInBrowser";
   btnLaunchInBrowser.Size = new System.Drawing.Size(23, 22);
   btnLaunchInBrowser.Text = "btnLaunchInBrowser";
   btnLaunchInBrowser.Click += new System.EventHandler(toolStripButton1_Click);
   Info.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   Info.Image = (System.Drawing.Image)componentResourceManager.GetObject("Info.Image");
   Info.ImageTransparentColor = System.Drawing.Color.Magenta;
   Info.Name = "Info";
   Info.Size = new System.Drawing.Size(23, 22);
   Info.Text = "toolStripButton1";
   Info.Click += new System.EventHandler(Info_Click);
   toolStripSeparator2.Name = "toolStripSeparator2";
   toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
   RedrawProgressBar.Name = "RedrawProgressBar";
   RedrawProgressBar.Size = new System.Drawing.Size(100, 22);
   RedrawProgressBar.Visible = false;
   toolStripSeparator4.Name = "toolStripSeparator4";
   toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
   btnInicio.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnInicio.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnInicio.Image");
   btnInicio.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnInicio.Name = "btnInicio";
   btnInicio.Size = new System.Drawing.Size(23, 22);
   btnInicio.Text = "Inicio";
   btnInicio.Click += new System.EventHandler(btnInicio_Click);
   btnEjecutar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnEjecutar.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnEjecutar.Image");
   btnEjecutar.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnEjecutar.Name = "btnEjecutar";
   btnEjecutar.Size = new System.Drawing.Size(23, 22);
   btnEjecutar.Text = "Ejecutar";
   btnEjecutar.Click += new System.EventHandler(btnEjecutar_Click);
   btnPausa.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnPausa.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnPausa.Image");
   btnPausa.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnPausa.Name = "btnPausa";
   btnPausa.Size = new System.Drawing.Size(23, 22);
   btnPausa.Text = "Pausa";
   btnPausa.Click += new System.EventHandler(btnPausa_Click);
   btnDetener.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnDetener.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnDetener.Image");
   btnDetener.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnDetener.Name = "btnDetener";
   btnDetener.Size = new System.Drawing.Size(23, 22);
   btnDetener.Text = "Detener";
   btnDetener.Click += new System.EventHandler(btnDetener_Click);
   btnConfiguracionConsultaHistorica.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnConfiguracionConsultaHistorica.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnConfiguracionConsultaHistorica.Image");
   btnConfiguracionConsultaHistorica.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnConfiguracionConsultaHistorica.Name = "btnConfiguracionConsultaHistorica";
   btnConfiguracionConsultaHistorica.Size = new System.Drawing.Size(23, 22);
   btnConfiguracionConsultaHistorica.Text = "Configuraci\u00F3n";
   btnConfiguracionConsultaHistorica.Click += new System.EventHandler(btnConfiguracionConsultaHistorica_Click);
   lblInformation.AutoSize = true;
   lblInformation.Location = new System.Drawing.Point(12, 45);
   lblInformation.Name = "lblInformation";
   lblInformation.Size = new System.Drawing.Size(69, 13);
   lblInformation.TabIndex = 1;
   lblInformation.Text = "lblInformation";
   panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
   panel1.Controls.Add(udRegistrosPorSegundo);
   panel1.Controls.Add(lblPosicion);
   panel1.Controls.Add(trackPosicion);
   panel1.Controls.Add(lblEstado);
   panel1.Location = new System.Drawing.Point(0, 189);
   panel1.Name = "panel1";
   panel1.Size = new System.Drawing.Size(142, 77);
   panel1.TabIndex = 2;
   udRegistrosPorSegundo.Dock = System.Windows.Forms.DockStyle.Top;
   udRegistrosPorSegundo.Location = new System.Drawing.Point(0, 54);
   int[] iArr1 = new int[4];
   iArr1[0] = 50;
   udRegistrosPorSegundo.Maximum = new System.Decimal(iArr1);
   int[] iArr2 = new int[4];
   iArr2[0] = 1;
   udRegistrosPorSegundo.Minimum = new System.Decimal(iArr2);
   udRegistrosPorSegundo.Name = "udRegistrosPorSegundo";
   udRegistrosPorSegundo.Size = new System.Drawing.Size(142, 20);
   udRegistrosPorSegundo.TabIndex = 3;
   int[] iArr3 = new int[4];
   iArr3[0] = 1;
   udRegistrosPorSegundo.Value = new System.Decimal(iArr3);
   udRegistrosPorSegundo.ValueChanged += new System.EventHandler(udRegistrosPorSegundo_ValueChanged);
   lblPosicion.Dock = System.Windows.Forms.DockStyle.Top;
   lblPosicion.Location = new System.Drawing.Point(0, 41);
   lblPosicion.Name = "lblPosicion";
   lblPosicion.Size = new System.Drawing.Size(142, 13);
   lblPosicion.TabIndex = 2;
   trackPosicion.AutoSize = false;
   trackPosicion.Dock = System.Windows.Forms.DockStyle.Top;
   trackPosicion.Location = new System.Drawing.Point(0, 13);
   trackPosicion.Maximum = 1000000;
   trackPosicion.Name = "trackPosicion";
   trackPosicion.Size = new System.Drawing.Size(142, 28);
   trackPosicion.TabIndex = 1;
   trackPosicion.TickFrequency = 0;
   trackPosicion.TickStyle = System.Windows.Forms.TickStyle.None;
   trackPosicion.Scroll += new System.EventHandler(trackPosicion_Scroll);
   lblEstado.Dock = System.Windows.Forms.DockStyle.Top;
   lblEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
   lblEstado.ForeColor = System.Drawing.Color.Green;
   lblEstado.Location = new System.Drawing.Point(0, 0);
   lblEstado.Name = "lblEstado";
   lblEstado.Size = new System.Drawing.Size(142, 13);
   lblEstado.TabIndex = 0;
   lblEstado.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
   AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   AutoSize = true;
   BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
   ClientSize = new System.Drawing.Size(542, 266);
   Controls.Add(panel1);
   Controls.Add(lblInformation);
   Controls.Add(toolStrip1);
   DoubleBuffered = true;
   Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
   Name = "MapForm";
   Text = "Mapa";
   MouseUp += new System.Windows.Forms.MouseEventHandler(MapForm_MouseUp);
   Scroll += new System.Windows.Forms.ScrollEventHandler(MapForm_Scroll);
   SizeChanged += new System.EventHandler(MapForm_SizeChanged);
   MouseDown += new System.Windows.Forms.MouseEventHandler(MapForm_MouseDown);
   FormClosing += new System.Windows.Forms.FormClosingEventHandler(MapForm_FormClosing);
   MouseMove += new System.Windows.Forms.MouseEventHandler(MapForm_MouseMove);
   toolStrip1.ResumeLayout(false);
   toolStrip1.PerformLayout();
   panel1.ResumeLayout(false);
   udRegistrosPorSegundo.EndInit();
   trackPosicion.EndInit();
   ResumeLayout(false);
   PerformLayout();
 }
Exemplo n.º 25
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.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell));
            this.scriptTable = new System.Windows.Forms.TableLayoutPanel();
            this.scriptSplit = new System.Windows.Forms.SplitContainer();
            this.scriptOutput = new System.Windows.Forms.TextBox();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.openButton = new System.Windows.Forms.ToolStripButton();
            this.saveAs = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.runButton = new System.Windows.Forms.ToolStripButton();
            this.shellTable = new System.Windows.Forms.TableLayoutPanel();
            this.interactiveInput = new System.Windows.Forms.TextBox();
            this.interactiveOutput = new System.Windows.Forms.TextBox();
            this.executeCmd = new System.Windows.Forms.Button();
            this.clearCmd = new System.Windows.Forms.Button();
            this.shellMode = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.scriptMode = new System.Windows.Forms.ToolStripButton();
            this.saveDialog = new System.Windows.Forms.SaveFileDialog();
            this.openDialog = new System.Windows.Forms.OpenFileDialog();
            this.newScript = new System.Windows.Forms.ToolStripButton();
            this.linenumTimer = new System.Windows.Forms.Timer(this.components);
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            this.scriptTable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit();
            this.scriptSplit.Panel2.SuspendLayout();
            this.scriptSplit.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.shellTable.SuspendLayout();
            toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable);
            toolStripContainer1.ContentPanel.Controls.Add(this.shellTable);
            toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425);
            toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.Size = new System.Drawing.Size(658, 450);
            toolStripContainer1.TabIndex = 0;
            toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // scriptTable
            // 
            this.scriptTable.ColumnCount = 1;
            this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.scriptTable.Controls.Add(this.scriptSplit, 0, 1);
            this.scriptTable.Controls.Add(this.toolStrip2, 0, 0);
            this.scriptTable.Location = new System.Drawing.Point(340, 40);
            this.scriptTable.Name = "scriptTable";
            this.scriptTable.RowCount = 2;
            this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.scriptTable.Size = new System.Drawing.Size(306, 373);
            this.scriptTable.TabIndex = 2;
            // 
            // scriptSplit
            // 
            this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptSplit.Location = new System.Drawing.Point(3, 28);
            this.scriptSplit.Name = "scriptSplit";
            // 
            // scriptSplit.Panel2
            // 
            this.scriptSplit.Panel2.Controls.Add(this.scriptOutput);
            this.scriptSplit.Size = new System.Drawing.Size(300, 342);
            this.scriptSplit.SplitterDistance = 193;
            this.scriptSplit.TabIndex = 1;
            // 
            // scriptOutput
            // 
            this.scriptOutput.BackColor = System.Drawing.SystemColors.Window;
            this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.scriptOutput.Location = new System.Drawing.Point(0, 0);
            this.scriptOutput.Multiline = true;
            this.scriptOutput.Name = "scriptOutput";
            this.scriptOutput.ReadOnly = true;
            this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.scriptOutput.Size = new System.Drawing.Size(103, 342);
            this.scriptOutput.TabIndex = 2;
            // 
            // toolStrip2
            // 
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newScript,
            this.openButton,
            this.saveAs,
            this.toolStripSeparator2,
            this.runButton});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(306, 25);
            this.toolStrip2.TabIndex = 2;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // openButton
            // 
            this.openButton.Image = global::renderdocui.Properties.Resources.folder_page;
            this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openButton.Name = "openButton";
            this.openButton.Size = new System.Drawing.Size(53, 22);
            this.openButton.Text = "Open";
            this.openButton.Click += new System.EventHandler(this.openButton_Click);
            // 
            // saveAs
            // 
            this.saveAs.Image = global::renderdocui.Properties.Resources.save;
            this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveAs.Name = "saveAs";
            this.saveAs.Size = new System.Drawing.Size(66, 22);
            this.saveAs.Text = "Save As";
            this.saveAs.Click += new System.EventHandler(this.saveAs_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // runButton
            // 
            this.runButton.Image = global::renderdocui.Properties.Resources.runfwd;
            this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runButton.Name = "runButton";
            this.runButton.Size = new System.Drawing.Size(46, 22);
            this.runButton.Text = "Run";
            this.runButton.Click += new System.EventHandler(this.runButton_Click);
            // 
            // shellTable
            // 
            this.shellTable.ColumnCount = 3;
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.shellTable.Controls.Add(this.interactiveInput, 0, 0);
            this.shellTable.Controls.Add(this.interactiveOutput, 0, 2);
            this.shellTable.Controls.Add(this.executeCmd, 1, 0);
            this.shellTable.Controls.Add(this.clearCmd, 2, 0);
            this.shellTable.Location = new System.Drawing.Point(25, 40);
            this.shellTable.Name = "shellTable";
            this.shellTable.RowCount = 3;
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.shellTable.Size = new System.Drawing.Size(293, 373);
            this.shellTable.TabIndex = 0;
            // 
            // interactiveInput
            // 
            this.interactiveInput.AcceptsTab = true;
            this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top;
            this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.interactiveInput.Location = new System.Drawing.Point(3, 3);
            this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20);
            this.interactiveInput.Multiline = true;
            this.interactiveInput.Name = "interactiveInput";
            this.interactiveInput.Size = new System.Drawing.Size(175, 20);
            this.interactiveInput.TabIndex = 0;
            this.interactiveInput.WordWrap = false;
            this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged);
            this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown);
            this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout);
            // 
            // interactiveOutput
            // 
            this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window;
            this.shellTable.SetColumnSpan(this.interactiveOutput, 3);
            this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.interactiveOutput.Location = new System.Drawing.Point(3, 32);
            this.interactiveOutput.Multiline = true;
            this.interactiveOutput.Name = "interactiveOutput";
            this.interactiveOutput.ReadOnly = true;
            this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.interactiveOutput.Size = new System.Drawing.Size(287, 338);
            this.interactiveOutput.TabIndex = 1;
            // 
            // executeCmd
            // 
            this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.executeCmd.Location = new System.Drawing.Point(184, 3);
            this.executeCmd.Name = "executeCmd";
            this.executeCmd.Size = new System.Drawing.Size(60, 23);
            this.executeCmd.TabIndex = 2;
            this.executeCmd.Text = "Execute";
            this.executeCmd.UseVisualStyleBackColor = true;
            this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click);
            // 
            // clearCmd
            // 
            this.clearCmd.Location = new System.Drawing.Point(250, 3);
            this.clearCmd.Name = "clearCmd";
            this.clearCmd.Size = new System.Drawing.Size(40, 23);
            this.clearCmd.TabIndex = 3;
            this.clearCmd.Text = "Clear";
            this.clearCmd.UseVisualStyleBackColor = true;
            this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click);
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.shellMode,
            this.toolStripSeparator1,
            this.scriptMode});
            toolStrip1.Location = new System.Drawing.Point(3, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(161, 25);
            toolStrip1.TabIndex = 0;
            // 
            // shellMode
            // 
            this.shellMode.Checked = true;
            this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked;
            this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image")));
            this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.shellMode.Name = "shellMode";
            this.shellMode.Size = new System.Drawing.Size(88, 22);
            this.shellMode.Text = "Interactive shell";
            this.shellMode.Click += new System.EventHandler(this.mode_Changed);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // scriptMode
            // 
            this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image")));
            this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.scriptMode.Name = "scriptMode";
            this.scriptMode.Size = new System.Drawing.Size(64, 22);
            this.scriptMode.Text = "Run scripts";
            this.scriptMode.Click += new System.EventHandler(this.mode_Changed);
            // 
            // saveDialog
            // 
            this.saveDialog.DefaultExt = "py";
            this.saveDialog.Filter = "Python Scripts (*.py)|*.py";
            this.saveDialog.Title = "Save script as .py";
            // 
            // openDialog
            // 
            this.openDialog.DefaultExt = "py";
            this.openDialog.Filter = "Python Scripts (*.py)|*.py";
            this.openDialog.Title = "Open .py script";
            // 
            // newScript
            // 
            this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newScript.Name = "newScript";
            this.newScript.Size = new System.Drawing.Size(48, 22);
            this.newScript.Text = "New";
            this.newScript.Click += new System.EventHandler(this.newScript_Click);
            // 
            // linenumTimer
            // 
            this.linenumTimer.Interval = 500;
            this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick);
            // 
            // PythonShell
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(658, 450);
            this.Controls.Add(toolStripContainer1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "PythonShell";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
            this.Text = "PythonShell";
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter);
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            this.scriptTable.ResumeLayout(false);
            this.scriptTable.PerformLayout();
            this.scriptSplit.Panel2.ResumeLayout(false);
            this.scriptSplit.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit();
            this.scriptSplit.ResumeLayout(false);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.shellTable.ResumeLayout(false);
            this.shellTable.PerformLayout();
            toolStrip1.ResumeLayout(false);
            toolStrip1.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.ToolStrip commands;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusWindow));
            System.Windows.Forms.StatusStrip statusBar;
            System.Windows.Forms.ImageList explorerImages;
            this.refreshCommand = new System.Windows.Forms.ToolStripButton();
            this.currentStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.statusExplorer = new System.Windows.Forms.TreeView();
            this.statusDetails = new System.Windows.Forms.PropertyGrid();
            this.statusProgress = new System.Windows.Forms.ProgressBar();
            this.displayWorker = new System.ComponentModel.BackgroundWorker();
            this.refreshTimer = new System.Windows.Forms.Timer(this.components);
            commands = new System.Windows.Forms.ToolStrip();
            statusBar = new System.Windows.Forms.StatusStrip();
            explorerImages = new System.Windows.Forms.ImageList(this.components);
            commands.SuspendLayout();
            statusBar.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // commands
            // 
            commands.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            commands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshCommand});
            commands.Location = new System.Drawing.Point(0, 0);
            commands.Name = "commands";
            commands.Size = new System.Drawing.Size(533, 25);
            commands.TabIndex = 0;
            commands.Text = "toolStrip1";
            // 
            // refreshCommand
            // 
            this.refreshCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.refreshCommand.Image = ((System.Drawing.Image)(resources.GetObject("refreshCommand.Image")));
            this.refreshCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.refreshCommand.Name = "refreshCommand";
            this.refreshCommand.Size = new System.Drawing.Size(23, 22);
            this.refreshCommand.Text = "Refresh";
            this.refreshCommand.Click += new System.EventHandler(this.refreshCommand_Click);
            // 
            // statusBar
            // 
            statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentStatus});
            statusBar.Location = new System.Drawing.Point(0, 366);
            statusBar.Name = "statusBar";
            statusBar.Size = new System.Drawing.Size(533, 22);
            statusBar.TabIndex = 1;
            statusBar.Text = "statusStrip1";
            // 
            // currentStatus
            // 
            this.currentStatus.Name = "currentStatus";
            this.currentStatus.Size = new System.Drawing.Size(518, 17);
            this.currentStatus.Spring = true;
            this.currentStatus.Text = "Loading status...";
            this.currentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // explorerImages
            // 
            explorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerImages.ImageStream")));
            explorerImages.TransparentColor = System.Drawing.Color.Transparent;
            explorerImages.Images.SetKeyName(0, "Unknown");
            explorerImages.Images.SetKeyName(1, "CompletedSuccess");
            explorerImages.Images.SetKeyName(2, "CompletedFailed");
            explorerImages.Images.SetKeyName(3, "Pending");
            explorerImages.Images.SetKeyName(4, "Cancelled");
            explorerImages.Images.SetKeyName(5, "Running");
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.statusExplorer);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.statusDetails);
            this.splitContainer1.Panel2.Controls.Add(this.statusProgress);
            this.splitContainer1.Size = new System.Drawing.Size(533, 341);
            this.splitContainer1.SplitterDistance = 177;
            this.splitContainer1.TabIndex = 2;
            // 
            // statusExplorer
            // 
            this.statusExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.statusExplorer.ImageKey = "Unknown";
            this.statusExplorer.ImageList = explorerImages;
            this.statusExplorer.Location = new System.Drawing.Point(0, 0);
            this.statusExplorer.Name = "statusExplorer";
            this.statusExplorer.SelectedImageIndex = 0;
            this.statusExplorer.Size = new System.Drawing.Size(177, 341);
            this.statusExplorer.TabIndex = 0;
            this.statusExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.statusExplorer_AfterSelect);
            // 
            // statusDetails
            // 
            this.statusDetails.CommandsVisibleIfAvailable = false;
            this.statusDetails.Dock = System.Windows.Forms.DockStyle.Fill;
            this.statusDetails.Location = new System.Drawing.Point(0, 23);
            this.statusDetails.Name = "statusDetails";
            this.statusDetails.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.statusDetails.Size = new System.Drawing.Size(352, 318);
            this.statusDetails.TabIndex = 0;
            this.statusDetails.ToolbarVisible = false;
            // 
            // statusProgress
            // 
            this.statusProgress.Dock = System.Windows.Forms.DockStyle.Top;
            this.statusProgress.Location = new System.Drawing.Point(0, 0);
            this.statusProgress.Name = "statusProgress";
            this.statusProgress.Size = new System.Drawing.Size(352, 23);
            this.statusProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.statusProgress.TabIndex = 1;
            // 
            // displayWorker
            // 
            this.displayWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.displayWorker_DoWork);
            this.displayWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.displayWorker_RunWorkerCompleted);
            // 
            // refreshTimer
            // 
            this.refreshTimer.Interval = 5000;
            this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
            // 
            // CurrentStatusWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(533, 388);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(statusBar);
            this.Controls.Add(commands);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CurrentStatusWindow";
            this.Text = "Current Status for ...";
            commands.ResumeLayout(false);
            commands.PerformLayout();
            statusBar.ResumeLayout(false);
            statusBar.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 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.components = new System.ComponentModel.Container();
     System.Windows.Forms.MenuStrip menuStrip;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.StatusStrip    statusStrip1;
     System.Windows.Forms.SplitContainer splitContainer1;
     System.Windows.Forms.ToolStrip      toolStrip1;
     System.Windows.Forms.Timer          timer;
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchStatusLabel     = new System.Windows.Forms.ToolStripStatusLabel();
     this.hitsBox                        = new System.Windows.Forms.ListBox();
     this.webBrowser                     = new System.Windows.Forms.WebBrowser();
     this.searchBox                      = new System.Windows.Forms.ToolStripTextBox();
     this.goButton                       = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     this.backButton                     = new System.Windows.Forms.ToolStripButton();
     this.nextButton                     = new System.Windows.Forms.ToolStripButton();
     this.closeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.exportStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4            = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip           = new System.Windows.Forms.MenuStrip();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     statusStrip1        = new System.Windows.Forms.StatusStrip();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     timer = new System.Windows.Forms.Timer(this.components);
     menuStrip.SuspendLayout();
     toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     statusStrip1.SuspendLayout();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.optionsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     resources.ApplyResources(menuStrip, "menuStrip");
     menuStrip.Name = "menuStrip";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.closeToolStripMenuItem,
         this.toolStripSeparator1,
         this.exportStripMenuItem,
         this.toolStripSeparator4,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
     resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
     toolStripContainer1.LeftToolStripPanelVisible = false;
     toolStripContainer1.Name = "toolStripContainer1";
     toolStripContainer1.RightToolStripPanelVisible = false;
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // statusStrip1
     //
     resources.ApplyResources(statusStrip1, "statusStrip1");
     statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.searchStatusLabel
     });
     statusStrip1.Name = "statusStrip1";
     //
     // searchStatusLabel
     //
     this.searchStatusLabel.Name = "searchStatusLabel";
     resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel");
     //
     // splitContainer1
     //
     splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     resources.ApplyResources(splitContainer1, "splitContainer1");
     splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.hitsBox);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.webBrowser);
     splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance;
     //
     // hitsBox
     //
     resources.ApplyResources(this.hitsBox, "hitsBox");
     this.hitsBox.FormattingEnabled = true;
     this.hitsBox.Name                  = "hitsBox";
     this.hitsBox.SizeChanged          += new System.EventHandler(this.hitsBox_SizeChanged);
     this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
     //
     // webBrowser
     //
     this.webBrowser.AllowWebBrowserDrop = false;
     resources.ApplyResources(this.webBrowser, "webBrowser");
     this.webBrowser.MinimumSize            = new System.Drawing.Size(20, 20);
     this.webBrowser.Name                   = "webBrowser";
     this.webBrowser.ScriptErrorsSuppressed = true;
     //
     // toolStrip1
     //
     resources.ApplyResources(toolStrip1, "toolStrip1");
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.searchBox,
         this.goButton,
         this.toolStripSeparator2,
         this.backButton,
         this.nextButton
     });
     toolStrip1.Name    = "toolStrip1";
     toolStrip1.Stretch = true;
     //
     // searchBox
     //
     resources.ApplyResources(this.searchBox, "searchBox");
     this.searchBox.AutoToolTip  = true;
     this.searchBox.Name         = "searchBox";
     this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
     //
     // goButton
     //
     this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.goButton, "goButton");
     this.goButton.Name   = "goButton";
     this.goButton.Click += new System.EventHandler(this.goButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // backButton
     //
     this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.backButton, "backButton");
     this.backButton.Name   = "backButton";
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextButton
     //
     this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.nextButton, "nextButton");
     this.nextButton.Name   = "nextButton";
     this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // exportStripMenuItem
     //
     this.exportStripMenuItem.Name = "exportStripMenuItem";
     resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem");
     this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setHspellPathToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
     //
     // setHspellPathToolStripMenuItem
     //
     this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem";
     resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem");
     this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // timer
     //
     timer.Enabled = true;
     timer.Tick   += new System.EventHandler(this.timer_Tick);
     //
     // BrowseForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(toolStripContainer1);
     this.Controls.Add(menuStrip);
     this.MainMenuStrip = menuStrip;
     this.Name          = "BrowseForm";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     toolStripContainer1.BottomToolStripPanel.PerformLayout();
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     statusStrip1.ResumeLayout(false);
     statusStrip1.PerformLayout();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.ResumeLayout(false);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 28
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.ContextMenuStrip          _ResourceMenuStrip;
     System.Windows.Forms.ToolStripMenuItem         _ViewResourceMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ArchiveViewer));
     System.Windows.Forms.ImageList          _TypeImageList;
     System.Windows.Forms.ToolStrip          _ToolStrip;
     System.Windows.Forms.ToolStripButton    _SaveArchiveButton;
     System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton    _ViewResourceButton;
     System.Windows.Forms.StatusStrip        _StatusStrip;
     this._EntryTreeView     = new System.Windows.Forms.TreeView();
     this._HintLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this._SaveArchiveDialog = new System.Windows.Forms.SaveFileDialog();
     _ResourceMenuStrip      = new System.Windows.Forms.ContextMenuStrip(this.components);
     _ViewResourceMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     _TypeImageList          = new System.Windows.Forms.ImageList(this.components);
     _ToolStrip           = new System.Windows.Forms.ToolStrip();
     _SaveArchiveButton   = new System.Windows.Forms.ToolStripButton();
     _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     _ViewResourceButton  = new System.Windows.Forms.ToolStripButton();
     _StatusStrip         = new System.Windows.Forms.StatusStrip();
     _ResourceMenuStrip.SuspendLayout();
     _ToolStrip.SuspendLayout();
     _StatusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _EntryTreeView
     //
     this._EntryTreeView.ContextMenuStrip      = _ResourceMenuStrip;
     this._EntryTreeView.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this._EntryTreeView.ImageIndex            = 0;
     this._EntryTreeView.ImageList             = _TypeImageList;
     this._EntryTreeView.Location              = new System.Drawing.Point(0, 25);
     this._EntryTreeView.Name                  = "_EntryTreeView";
     this._EntryTreeView.SelectedImageIndex    = 0;
     this._EntryTreeView.Size                  = new System.Drawing.Size(480, 193);
     this._EntryTreeView.TabIndex              = 0;
     this._EntryTreeView.AfterSelect          += new System.Windows.Forms.TreeViewEventHandler(this.OnSelectEntry);
     this._EntryTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnOpenEntry1);
     //
     // _ResourceMenuStrip
     //
     _ResourceMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ViewResourceMenuItem
     });
     _ResourceMenuStrip.Name = "entryMenuStrip";
     _ResourceMenuStrip.Size = new System.Drawing.Size(100, 26);
     //
     // _ViewResourceMenuItem
     //
     _ViewResourceMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("_ViewResourceMenuItem.Image")));
     _ViewResourceMenuItem.Name   = "_ViewResourceMenuItem";
     _ViewResourceMenuItem.Size   = new System.Drawing.Size(99, 22);
     _ViewResourceMenuItem.Text   = "&View";
     _ViewResourceMenuItem.Click += new System.EventHandler(this.OnOpenEntry2);
     //
     // _TypeImageList
     //
     _TypeImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_TypeImageList.ImageStream")));
     _TypeImageList.TransparentColor = System.Drawing.Color.Transparent;
     _TypeImageList.Images.SetKeyName(0, "Unknown");
     _TypeImageList.Images.SetKeyName(1, "SDS");
     _TypeImageList.Images.SetKeyName(2, "MemFile");
     _TypeImageList.Images.SetKeyName(3, "XML");
     _TypeImageList.Images.SetKeyName(4, "Table");
     _TypeImageList.Images.SetKeyName(5, "Script");
     _TypeImageList.Images.SetKeyName(6, "Texture");
     _TypeImageList.Images.SetKeyName(7, "Sound");
     _TypeImageList.Images.SetKeyName(8, "Cutscene");
     //
     // _ToolStrip
     //
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _SaveArchiveButton,
         _ToolStripSeparator1,
         _ViewResourceButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(480, 25);
     _ToolStrip.TabIndex = 1;
     _ToolStrip.Text     = "toolStrip1";
     //
     // _SaveArchiveButton
     //
     _SaveArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveArchiveButton.Image")));
     _SaveArchiveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveArchiveButton.Name   = "_SaveArchiveButton";
     _SaveArchiveButton.Size   = new System.Drawing.Size(94, 22);
     _SaveArchiveButton.Text   = "Save Archive";
     _SaveArchiveButton.Click += new System.EventHandler(this.OnSaveArchive);
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _ViewResourceButton
     //
     _ViewResourceButton.Image = ((System.Drawing.Image)(resources.GetObject("_ViewResourceButton.Image")));
     _ViewResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _ViewResourceButton.Name   = "_ViewResourceButton";
     _ViewResourceButton.Size   = new System.Drawing.Size(103, 22);
     _ViewResourceButton.Text   = "View Resource";
     _ViewResourceButton.Click += new System.EventHandler(this.OnOpenEntry2);
     //
     // _StatusStrip
     //
     _StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._HintLabel
     });
     _StatusStrip.Location = new System.Drawing.Point(0, 218);
     _StatusStrip.Name     = "_StatusStrip";
     _StatusStrip.Size     = new System.Drawing.Size(480, 22);
     _StatusStrip.TabIndex = 2;
     _StatusStrip.Text     = "statusStrip1";
     //
     // _HintLabel
     //
     this._HintLabel.Name = "_HintLabel";
     this._HintLabel.Size = new System.Drawing.Size(30, 17);
     this._HintLabel.Text = "Hint";
     //
     // _SaveArchiveDialog
     //
     this._SaveArchiveDialog.DefaultExt = "sds";
     this._SaveArchiveDialog.Filter     = "Illusion SDS archives (*.sds)|*.sds|All Files (*.*)|*.*";
     //
     // ArchiveViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(480, 240);
     this.Controls.Add(this._EntryTreeView);
     this.Controls.Add(_StatusStrip);
     this.Controls.Add(_ToolStrip);
     this.Name = "ArchiveViewer";
     this.Text = "Archive";
     _ResourceMenuStrip.ResumeLayout(false);
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     _StatusStrip.ResumeLayout(false);
     _StatusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 29
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.SplitContainer  splitContainer1;
     System.Windows.Forms.ToolStrip       toolStrip1;
     System.Windows.Forms.ToolStripButton AddIgnoreBtn;
     this.UpdateTimer    = new System.Windows.Forms.Timer(this.components);
     this.outputBox      = new System.Windows.Forms.TextBox();
     this.IgnoreListBox  = new System.Windows.Forms.CheckedListBox();
     this.SaveButton     = new System.Windows.Forms.ToolStripButton();
     this.LoadButton     = new System.Windows.Forms.ToolStripButton();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     AddIgnoreBtn        = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // UpdateTimer
     //
     this.UpdateTimer.Enabled = true;
     this.UpdateTimer.Tick   += new System.EventHandler(this.UpdateTimer_Tick);
     //
     // outputBox
     //
     this.outputBox.CausesValidation = false;
     this.outputBox.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.outputBox.Enabled          = false;
     this.outputBox.Location         = new System.Drawing.Point(0, 0);
     this.outputBox.Multiline        = true;
     this.outputBox.Name             = "outputBox";
     this.outputBox.ReadOnly         = true;
     this.outputBox.ShortcutsEnabled = false;
     this.outputBox.Size             = new System.Drawing.Size(431, 450);
     this.outputBox.TabIndex         = 0;
     this.outputBox.TabStop          = false;
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.outputBox);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.IgnoreListBox);
     splitContainer1.Panel2.Controls.Add(toolStrip1);
     splitContainer1.Size             = new System.Drawing.Size(800, 450);
     splitContainer1.SplitterDistance = 431;
     splitContainer1.TabIndex         = 1;
     //
     // toolStrip1
     //
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         AddIgnoreBtn,
         this.SaveButton,
         this.LoadButton
     });
     toolStrip1.Location = new System.Drawing.Point(0, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(365, 25);
     toolStrip1.TabIndex = 0;
     toolStrip1.Text     = "toolStrip1";
     //
     // IgnoreListBox
     //
     this.IgnoreListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.IgnoreListBox.FormattingEnabled = true;
     this.IgnoreListBox.Location          = new System.Drawing.Point(0, 25);
     this.IgnoreListBox.Name     = "IgnoreListBox";
     this.IgnoreListBox.Size     = new System.Drawing.Size(365, 425);
     this.IgnoreListBox.TabIndex = 1;
     //
     // AddIgnoreBtn
     //
     AddIgnoreBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     AddIgnoreBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     AddIgnoreBtn.Name   = "AddIgnoreBtn";
     AddIgnoreBtn.Size   = new System.Drawing.Size(33, 22);
     AddIgnoreBtn.Text   = "Add";
     AddIgnoreBtn.Click += new System.EventHandler(this.AddIgnore_Click);
     //
     // SaveButton
     //
     this.SaveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveButton.Name   = "SaveButton";
     this.SaveButton.Size   = new System.Drawing.Size(35, 22);
     this.SaveButton.Text   = "Save";
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     //
     // LoadButton
     //
     this.LoadButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.LoadButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.LoadButton.Name   = "LoadButton";
     this.LoadButton.Size   = new System.Drawing.Size(37, 22);
     this.LoadButton.Text   = "Load";
     this.LoadButton.Click += new System.EventHandler(this.LoadButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "txt";
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "txt";
     //
     // ScummResearchForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(splitContainer1);
     this.Name = "ScummResearchForm";
     this.Text = "Scumm Research form";
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel1.PerformLayout();
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 30
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.ToolStripSeparator cSliderMenuSeparator;
     System.Windows.Forms.ToolStrip          c_tsControls;
     this.c_bGoToLayer         = new System.Windows.Forms.ToolStripButton();
     this.c_RemoveLayer        = new System.Windows.Forms.ToolStripButton();
     this.c_bExtract           = new System.Windows.Forms.ToolStripButton();
     this.c_Snapshot           = new System.Windows.Forms.ToolStripButton();
     this.c_lvLayers           = new System.Windows.Forms.ListView();
     this.c_chLayers           = new System.Windows.Forms.ColumnHeader();
     this.c_msContext          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.c_miGoToLayer        = new System.Windows.Forms.ToolStripMenuItem();
     this.c_miProperties       = new System.Windows.Forms.ToolStripMenuItem();
     this.c_miViewLegend       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.c_miRefreshLayer     = new System.Windows.Forms.ToolStripMenuItem();
     this.c_miClearLayerChache = new System.Windows.Forms.ToolStripMenuItem();
     this.c_miRemoveLayer      = new System.Windows.Forms.ToolStripMenuItem();
     this.c_tbTransparency     = new Dapple.TrackBarWithPaint();
     this.c_miAddOrGotoServer  = new System.Windows.Forms.ToolStripMenuItem();
     cSliderMenuSeparator      = new System.Windows.Forms.ToolStripSeparator();
     c_tsControls = new System.Windows.Forms.ToolStrip();
     c_tsControls.SuspendLayout();
     this.c_msContext.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c_tbTransparency)).BeginInit();
     this.SuspendLayout();
     //
     // cSliderMenuSeparator
     //
     cSliderMenuSeparator.Name = "cSliderMenuSeparator";
     cSliderMenuSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // c_tsControls
     //
     c_tsControls.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     c_tsControls.AutoSize  = false;
     c_tsControls.Dock      = System.Windows.Forms.DockStyle.None;
     c_tsControls.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     c_tsControls.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         cSliderMenuSeparator,
         this.c_bGoToLayer,
         this.c_RemoveLayer,
         this.c_bExtract,
         this.c_Snapshot
     });
     c_tsControls.Location   = new System.Drawing.Point(46, 0);
     c_tsControls.Name       = "c_tsControls";
     c_tsControls.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     c_tsControls.Size       = new System.Drawing.Size(151, 25);
     c_tsControls.TabIndex   = 1;
     c_tsControls.TabStop    = true;
     c_tsControls.Text       = "toolStrip1";
     //
     // c_bGoToLayer
     //
     this.c_bGoToLayer.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.c_bGoToLayer.Image                 = global::Dapple.Properties.Resources.layers_goto;
     this.c_bGoToLayer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.c_bGoToLayer.Name        = "c_bGoToLayer";
     this.c_bGoToLayer.Size        = new System.Drawing.Size(23, 22);
     this.c_bGoToLayer.Text        = "Go To Button";
     this.c_bGoToLayer.ToolTipText = "Go to";
     this.c_bGoToLayer.Click      += new System.EventHandler(this.cGoToButton_Click);
     //
     // c_RemoveLayer
     //
     this.c_RemoveLayer.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.c_RemoveLayer.Image                 = global::Dapple.Properties.Resources.layers_remove;
     this.c_RemoveLayer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.c_RemoveLayer.Name        = "c_RemoveLayer";
     this.c_RemoveLayer.Size        = new System.Drawing.Size(23, 22);
     this.c_RemoveLayer.Text        = "Remove Layer button";
     this.c_RemoveLayer.ToolTipText = "Remove data layers";
     this.c_RemoveLayer.Click      += new System.EventHandler(this.cRemoveLayerButton_Click);
     //
     // c_bExtract
     //
     this.c_bExtract.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.c_bExtract.Image                 = global::Dapple.Properties.Resources.layers_download;
     this.c_bExtract.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.c_bExtract.Name        = "c_bExtract";
     this.c_bExtract.Size        = new System.Drawing.Size(23, 22);
     this.c_bExtract.Text        = "Extract Button";
     this.c_bExtract.ToolTipText = "Extract data layers...";
     this.c_bExtract.Click      += new System.EventHandler(this.cExtractButton_Click);
     //
     // c_Snapshot
     //
     this.c_Snapshot.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.c_Snapshot.Image                 = global::Dapple.Properties.Resources.snapshot;
     this.c_Snapshot.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.c_Snapshot.Name        = "c_Snapshot";
     this.c_Snapshot.Size        = new System.Drawing.Size(23, 22);
     this.c_Snapshot.Text        = "Take Snapshot Button";
     this.c_Snapshot.ToolTipText = "Create GeoTIFF snapshot...";
     this.c_Snapshot.Click      += new System.EventHandler(this.cExportButton_Click);
     //
     // c_lvLayers
     //
     this.c_lvLayers.AllowDrop = true;
     this.c_lvLayers.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.c_lvLayers.CheckBoxes = true;
     this.c_lvLayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.c_chLayers
     });
     this.c_lvLayers.ContextMenuStrip = this.c_msContext;
     this.c_lvLayers.ForeColor        = System.Drawing.Color.ForestGreen;
     this.c_lvLayers.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.c_lvLayers.HideSelection    = false;
     this.c_lvLayers.Location         = new System.Drawing.Point(0, 25);
     this.c_lvLayers.Name             = "c_lvLayers";
     this.c_lvLayers.Size             = new System.Drawing.Size(197, 96);
     this.c_lvLayers.TabIndex         = 2;
     this.c_lvLayers.UseCompatibleStateImageBehavior = false;
     this.c_lvLayers.View = System.Windows.Forms.View.Details;
     this.c_lvLayers.SelectedIndexChanged += new System.EventHandler(this.cLayerList_SelectedIndexChanged);
     this.c_lvLayers.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.cLayerList_ItemCheck);
     this.c_lvLayers.DragDrop             += new System.Windows.Forms.DragEventHandler(this.cLayerList_DragDrop);
     this.c_lvLayers.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.cLayerList_MouseMove);
     this.c_lvLayers.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.c_lvLayers_MouseDown);
     this.c_lvLayers.DragEnter            += new System.Windows.Forms.DragEventHandler(this.cLayerList_DragEnter);
     this.c_lvLayers.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.cLayerList_KeyUp);
     this.c_lvLayers.DragLeave += new System.EventHandler(this.cLayerList_DragLeave);
     this.c_lvLayers.DragOver  += new System.Windows.Forms.DragEventHandler(this.cLayerList_DragOver);
     //
     // c_msContext
     //
     this.c_msContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.c_miGoToLayer,
         this.c_miProperties,
         this.c_miViewLegend,
         this.toolStripSeparator1,
         this.c_miRefreshLayer,
         this.c_miClearLayerChache,
         this.c_miRemoveLayer,
         this.c_miAddOrGotoServer
     });
     this.c_msContext.Name     = "cLayerListContextMenu";
     this.c_msContext.Size     = new System.Drawing.Size(158, 186);
     this.c_msContext.Opening += new System.ComponentModel.CancelEventHandler(this.cLayerListContextMenu_Opening);
     //
     // c_miGoToLayer
     //
     this.c_miGoToLayer.Image  = global::Dapple.Properties.Resources.layers_goto;
     this.c_miGoToLayer.Name   = "c_miGoToLayer";
     this.c_miGoToLayer.Size   = new System.Drawing.Size(157, 22);
     this.c_miGoToLayer.Text   = "Go To";
     this.c_miGoToLayer.Click += new System.EventHandler(this.cGoToToolStripMenuItem_Click);
     //
     // c_miProperties
     //
     this.c_miProperties.Image  = global::Dapple.Properties.Resources.properties;
     this.c_miProperties.Name   = "c_miProperties";
     this.c_miProperties.Size   = new System.Drawing.Size(157, 22);
     this.c_miProperties.Text   = "Properties...";
     this.c_miProperties.Click += new System.EventHandler(this.cViewPropertiesToolStripMenuItem_Click);
     //
     // c_miViewLegend
     //
     this.c_miViewLegend.Image  = global::Dapple.Properties.Resources.legend;
     this.c_miViewLegend.Name   = "c_miViewLegend";
     this.c_miViewLegend.Size   = new System.Drawing.Size(157, 22);
     this.c_miViewLegend.Text   = "View Legend...";
     this.c_miViewLegend.Click += new System.EventHandler(this.cViewLegendToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // c_miRefreshLayer
     //
     this.c_miRefreshLayer.Image  = global::Dapple.Properties.Resources.refresh;
     this.c_miRefreshLayer.Name   = "c_miRefreshLayer";
     this.c_miRefreshLayer.Size   = new System.Drawing.Size(157, 22);
     this.c_miRefreshLayer.Text   = "Refresh";
     this.c_miRefreshLayer.Click += new System.EventHandler(this.cRefreshToolStripMenuItem_Click);
     //
     // c_miClearLayerChache
     //
     this.c_miClearLayerChache.Image  = global::Dapple.Properties.Resources.refresh_cache;
     this.c_miClearLayerChache.Name   = "c_miClearLayerChache";
     this.c_miClearLayerChache.Size   = new System.Drawing.Size(157, 22);
     this.c_miClearLayerChache.Text   = "Clear Cache";
     this.c_miClearLayerChache.Click += new System.EventHandler(this.cClearCacheToolStripMenuItem_Click);
     //
     // c_miRemoveLayer
     //
     this.c_miRemoveLayer.Image  = global::Dapple.Properties.Resources.layers_remove;
     this.c_miRemoveLayer.Name   = "c_miRemoveLayer";
     this.c_miRemoveLayer.Size   = new System.Drawing.Size(157, 22);
     this.c_miRemoveLayer.Text   = "Remove";
     this.c_miRemoveLayer.Click += new System.EventHandler(this.cRemoveToolStripMenuItem_Click);
     //
     // c_tbTransparency
     //
     this.c_tbTransparency.AutoSize      = false;
     this.c_tbTransparency.LargeChange   = 25;
     this.c_tbTransparency.Location      = new System.Drawing.Point(0, 0);
     this.c_tbTransparency.Margin        = new System.Windows.Forms.Padding(0);
     this.c_tbTransparency.Maximum       = 255;
     this.c_tbTransparency.Name          = "c_tbTransparency";
     this.c_tbTransparency.Size          = new System.Drawing.Size(46, 25);
     this.c_tbTransparency.SmallChange   = 5;
     this.c_tbTransparency.TabIndex      = 0;
     this.c_tbTransparency.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.c_tbTransparency.Paint        += new System.Windows.Forms.PaintEventHandler(this.cTransparencySlider_Paint);
     this.c_tbTransparency.ValueChanged += new System.EventHandler(this.cTransparencySlider_ValueChanged);
     //
     // c_miAddOrGotoServer
     //
     this.c_miAddOrGotoServer.Name   = "c_miAddOrGotoServer";
     this.c_miAddOrGotoServer.Size   = new System.Drawing.Size(157, 22);
     this.c_miAddOrGotoServer.Text   = "Add/GoTo Server";
     this.c_miAddOrGotoServer.Click += new System.EventHandler(this.c_miAddOrGotoServer_Click);
     //
     // LayerList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.c_tbTransparency);
     this.Controls.Add(c_tsControls);
     this.Controls.Add(this.c_lvLayers);
     this.Name  = "LayerList";
     this.Size  = new System.Drawing.Size(197, 121);
     this.Load += new System.EventHandler(this.LayerList_Load);
     c_tsControls.ResumeLayout(false);
     c_tsControls.PerformLayout();
     this.c_msContext.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c_tbTransparency)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip          m_toolStrip;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.ToolStripButton    m_tsbOption;
     System.Windows.Forms.ToolStripButton    m_tsbHelp;
     System.Windows.Forms.PictureBox         m_pbLogo;
     System.Windows.Forms.Label    m_lblName;
     System.Windows.Forms.Label    m_lbMsg;
     System.Windows.Forms.GroupBox m_grpSep;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IncotermForm));
     this.m_tsbSave      = new System.Windows.Forms.ToolStripButton();
     this.m_tsbReload    = new System.Windows.Forms.ToolStripButton();
     this.m_tbName       = new System.Windows.Forms.TextBox();
     m_toolStrip         = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     m_tsbOption         = new System.Windows.Forms.ToolStripButton();
     m_tsbHelp           = new System.Windows.Forms.ToolStripButton();
     m_pbLogo            = new System.Windows.Forms.PictureBox();
     m_lblName           = new System.Windows.Forms.Label();
     m_lbMsg             = new System.Windows.Forms.Label();
     m_grpSep            = new System.Windows.Forms.GroupBox();
     m_toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).BeginInit();
     this.SuspendLayout();
     //
     // m_toolStrip
     //
     m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbSave,
         toolStripSeparator1,
         this.m_tsbReload,
         toolStripSeparator2,
         m_tsbOption,
         m_tsbHelp
     });
     m_toolStrip.Location = new System.Drawing.Point(0, 0);
     m_toolStrip.Name     = "m_toolStrip";
     m_toolStrip.Size     = new System.Drawing.Size(327, 25);
     m_toolStrip.TabIndex = 4;
     m_toolStrip.TabStop  = true;
     //
     // m_tsbSave
     //
     this.m_tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbSave.Enabled               = false;
     this.m_tsbSave.Image                 = global::DGD.HubGovernor.Properties.Resources.save_16;
     this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbSave.Name = "m_tsbSave";
     this.m_tsbSave.Size = new System.Drawing.Size(23, 22);
     this.m_tsbSave.Text = "Enregister";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbReload
     //
     this.m_tsbReload.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbReload.Enabled               = false;
     this.m_tsbReload.Image                 = global::DGD.HubGovernor.Properties.Resources.refresh_16;
     this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbReload.Name = "m_tsbReload";
     this.m_tsbReload.Size = new System.Drawing.Size(23, 22);
     this.m_tsbReload.Text = "Recharger";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbOption
     //
     m_tsbOption.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbOption.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbOption.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbOption.Name = "m_tsbOption";
     m_tsbOption.Size = new System.Drawing.Size(23, 22);
     m_tsbOption.Text = "Options";
     //
     // m_tsbHelp
     //
     m_tsbHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbHelp.Name = "m_tsbHelp";
     m_tsbHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbHelp.Text = "Aide";
     //
     // m_pbLogo
     //
     m_pbLogo.Image    = global::DGD.HubGovernor.Properties.Resources.incoterms_64;
     m_pbLogo.Location = new System.Drawing.Point(13, 43);
     m_pbLogo.Name     = "m_pbLogo";
     m_pbLogo.Size     = new System.Drawing.Size(64, 64);
     m_pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     m_pbLogo.TabIndex = 5;
     m_pbLogo.TabStop  = false;
     //
     // m_lblName
     //
     m_lblName.AutoSize = true;
     m_lblName.Location = new System.Drawing.Point(84, 66);
     m_lblName.Name     = "m_lblName";
     m_lblName.Size     = new System.Drawing.Size(55, 13);
     m_lblName.TabIndex = 6;
     m_lblName.Text     = "Incoterm:*";
     //
     // m_lbMsg
     //
     m_lbMsg.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     m_lbMsg.AutoSize = true;
     m_lbMsg.Location = new System.Drawing.Point(14, 137);
     m_lbMsg.Name     = "m_lbMsg";
     m_lbMsg.Size     = new System.Drawing.Size(300, 13);
     m_lbMsg.TabIndex = 11;
     m_lbMsg.Text     = "Les éléments marqués d’un astérisque (*)  doivent êtres servis.";
     //
     // m_grpSep
     //
     m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     m_grpSep.Location = new System.Drawing.Point(13, 128);
     m_grpSep.Name     = "m_grpSep";
     m_grpSep.Size     = new System.Drawing.Size(294, 2);
     m_grpSep.TabIndex = 10;
     m_grpSep.TabStop  = false;
     //
     // m_tbName
     //
     this.m_tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tbName.Location = new System.Drawing.Point(145, 63);
     this.m_tbName.Name     = "m_tbName";
     this.m_tbName.Size     = new System.Drawing.Size(159, 20);
     this.m_tbName.TabIndex = 7;
     //
     // IncotermForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(327, 163);
     this.Controls.Add(m_lbMsg);
     this.Controls.Add(m_grpSep);
     this.Controls.Add(this.m_tbName);
     this.Controls.Add(m_lblName);
     this.Controls.Add(m_pbLogo);
     this.Controls.Add(m_toolStrip);
     this.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(245, 200);
     this.Name        = "IncotermForm";
     this.Text        = "Incoterm";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip                 _MainToolStrip;
     System.Windows.Forms.ToolStripButton           _SaveButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton           _CopyHashesButton;
     System.Windows.Forms.ToolStrip                 _TableToolStrip;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     System.Windows.Forms.ToolStripButton           _SaveToFileButton;
     System.Windows.Forms.StatusStrip               _StatusStrip;
     this._TableComboBox  = new System.Windows.Forms.ComboBox();
     this._DataGrid       = new System.Windows.Forms.DataGridView();
     this._HintLabel      = new System.Windows.Forms.ToolStripStatusLabel();
     _MainToolStrip       = new System.Windows.Forms.ToolStrip();
     _SaveButton          = new System.Windows.Forms.ToolStripButton();
     _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     _CopyHashesButton    = new System.Windows.Forms.ToolStripButton();
     _TableToolStrip      = new System.Windows.Forms.ToolStrip();
     _LoadFromFileButton  = new System.Windows.Forms.ToolStripButton();
     _SaveToFileButton    = new System.Windows.Forms.ToolStripButton();
     _StatusStrip         = new System.Windows.Forms.StatusStrip();
     _MainToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._DataGrid)).BeginInit();
     _TableToolStrip.SuspendLayout();
     _StatusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _MainToolStrip
     //
     _MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _SaveButton,
         _ToolStripSeparator1,
         _CopyHashesButton
     });
     _MainToolStrip.Location = new System.Drawing.Point(0, 0);
     _MainToolStrip.Name     = "_MainToolStrip";
     _MainToolStrip.Size     = new System.Drawing.Size(640, 25);
     _MainToolStrip.TabIndex = 0;
     _MainToolStrip.Text     = "toolStrip1";
     //
     // _SaveButton
     //
     _SaveButton.Enabled = false;
     _SaveButton.Image   = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image")));
     _SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveButton.Name = "_SaveButton";
     _SaveButton.Size = new System.Drawing.Size(51, 22);
     _SaveButton.Text = "Save";
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _CopyHashesButton
     //
     _CopyHashesButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     _CopyHashesButton.Image                 = ((System.Drawing.Image)(resources.GetObject("_CopyHashesButton.Image")));
     _CopyHashesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _CopyHashesButton.Name   = "_CopyHashesButton";
     _CopyHashesButton.Size   = new System.Drawing.Size(23, 22);
     _CopyHashesButton.Text   = "Copy Hashes";
     _CopyHashesButton.Click += new System.EventHandler(this.OnCopyHashes);
     //
     // _TableComboBox
     //
     this._TableComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this._TableComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._TableComboBox.FormattingEnabled     = true;
     this._TableComboBox.Location              = new System.Drawing.Point(0, 25);
     this._TableComboBox.Name                  = "_TableComboBox";
     this._TableComboBox.Size                  = new System.Drawing.Size(640, 21);
     this._TableComboBox.TabIndex              = 1;
     this._TableComboBox.SelectedIndexChanged += new System.EventHandler(this.OnSelectTable);
     //
     // _DataGrid
     //
     this._DataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this._DataGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._DataGrid.Location = new System.Drawing.Point(0, 71);
     this._DataGrid.Name     = "_DataGrid";
     this._DataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this._DataGrid.Size                = new System.Drawing.Size(640, 227);
     this._DataGrid.TabIndex            = 2;
     this._DataGrid.CurrentCellChanged += new System.EventHandler(this.OnCurrentCellChanged);
     this._DataGrid.DataError          += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnDataError);
     //
     // _TableToolStrip
     //
     _TableToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _LoadFromFileButton,
         _SaveToFileButton
     });
     _TableToolStrip.Location = new System.Drawing.Point(0, 46);
     _TableToolStrip.Name     = "_TableToolStrip";
     _TableToolStrip.Size     = new System.Drawing.Size(640, 25);
     _TableToolStrip.TabIndex = 3;
     _TableToolStrip.Text     = "toolStrip2";
     //
     // _LoadFromFileButton
     //
     _LoadFromFileButton.Enabled = false;
     _LoadFromFileButton.Image   = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image")));
     _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _LoadFromFileButton.Name   = "_LoadFromFileButton";
     _LoadFromFileButton.Size   = new System.Drawing.Size(105, 22);
     _LoadFromFileButton.Text   = "Load From File";
     _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile);
     //
     // _SaveToFileButton
     //
     _SaveToFileButton.Enabled = false;
     _SaveToFileButton.Image   = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image")));
     _SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveToFileButton.Name   = "_SaveToFileButton";
     _SaveToFileButton.Size   = new System.Drawing.Size(89, 22);
     _SaveToFileButton.Text   = "Save To File";
     _SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile);
     //
     // _StatusStrip
     //
     _StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._HintLabel
     });
     _StatusStrip.Location = new System.Drawing.Point(0, 298);
     _StatusStrip.Name     = "_StatusStrip";
     _StatusStrip.Size     = new System.Drawing.Size(640, 22);
     _StatusStrip.TabIndex = 4;
     _StatusStrip.Text     = "statusStrip1";
     //
     // _HintLabel
     //
     this._HintLabel.Name = "_HintLabel";
     this._HintLabel.Size = new System.Drawing.Size(30, 17);
     this._HintLabel.Text = "Hint";
     //
     // TableViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 320);
     this.Controls.Add(this._DataGrid);
     this.Controls.Add(_StatusStrip);
     this.Controls.Add(_TableToolStrip);
     this.Controls.Add(this._TableComboBox);
     this.Controls.Add(_MainToolStrip);
     this.Name = "TableViewer";
     this.Text = "Table";
     _MainToolStrip.ResumeLayout(false);
     _MainToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._DataGrid)).EndInit();
     _TableToolStrip.ResumeLayout(false);
     _TableToolStrip.PerformLayout();
     _StatusStrip.ResumeLayout(false);
     _StatusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIParent1));
     menuStrip                   = new System.Windows.Forms.MenuStrip();
     fileMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     newToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     openToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3         = new System.Windows.Forms.ToolStripSeparator();
     closeToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     editMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     undoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     redoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator6         = new System.Windows.Forms.ToolStripSeparator();
     cutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     copyToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     pasteToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator7         = new System.Windows.Forms.ToolStripSeparator();
     selectAllToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     viewMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     controlBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolsMenu                   = new System.Windows.Forms.ToolStripMenuItem();
     optionsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     helpMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     contentsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     indexToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     searchToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator8         = new System.Windows.Forms.ToolStripSeparator();
     aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     toolStrip                   = new System.Windows.Forms.ToolStrip();
     newToolStripButton          = new System.Windows.Forms.ToolStripButton();
     openToolStripButton         = new System.Windows.Forms.ToolStripButton();
     saveToolStripButton         = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     printToolStripButton        = new System.Windows.Forms.ToolStripButton();
     printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     helpToolStripButton         = new System.Windows.Forms.ToolStripButton();
     statusStrip                 = new System.Windows.Forms.StatusStrip();
     toolStripStatusLabel        = new System.Windows.Forms.ToolStripStatusLabel();
     toolTip                   = new System.Windows.Forms.ToolTip(components);
     openFileDialog1           = new System.Windows.Forms.OpenFileDialog();
     settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip.SuspendLayout();
     toolStrip.SuspendLayout();
     statusStrip.SuspendLayout();
     SuspendLayout();
     //
     // menuStrip
     //
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileMenu,
         editMenu,
         viewMenu,
         toolsMenu,
         helpMenu
     });
     menuStrip.Location = new System.Drawing.Point(0, 0);
     menuStrip.Name     = "menuStrip";
     menuStrip.Size     = new System.Drawing.Size(1157, 24);
     menuStrip.TabIndex = 0;
     menuStrip.Text     = "MenuStrip";
     //
     // fileMenu
     //
     fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripMenuItem,
         openToolStripMenuItem,
         toolStripSeparator3,
         closeToolStripMenuItem
     });
     fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
     fileMenu.Name = "fileMenu";
     fileMenu.Size = new System.Drawing.Size(37, 20);
     fileMenu.Text = "&File";
     //
     // newToolStripMenuItem
     //
     newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     newToolStripMenuItem.Name         = "newToolStripMenuItem";
     newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     newToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     newToolStripMenuItem.Text         = "&New";
     newToolStripMenuItem.Click       += new System.EventHandler(ShowNewForm);
     //
     // openToolStripMenuItem
     //
     openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     openToolStripMenuItem.Name         = "openToolStripMenuItem";
     openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     openToolStripMenuItem.Text         = "&Open";
     openToolStripMenuItem.Click       += new System.EventHandler(OpenFile);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
     //
     // closeToolStripMenuItem
     //
     closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     closeToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
     closeToolStripMenuItem.Text   = "Close";
     closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click);
     //
     // editMenu
     //
     editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         undoToolStripMenuItem,
         redoToolStripMenuItem,
         toolStripSeparator6,
         cutToolStripMenuItem,
         copyToolStripMenuItem,
         pasteToolStripMenuItem,
         toolStripSeparator7,
         selectAllToolStripMenuItem
     });
     editMenu.Name = "editMenu";
     editMenu.Size = new System.Drawing.Size(39, 20);
     editMenu.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
     undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     undoToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     undoToolStripMenuItem.Text         = "&Undo";
     undoToolStripMenuItem.Click       += new System.EventHandler(undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
     redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     redoToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(161, 6);
     //
     // cutToolStripMenuItem
     //
     cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     cutToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     copyToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     pasteToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name = "toolStripSeparator7";
     toolStripSeparator7.Size = new System.Drawing.Size(161, 6);
     //
     // selectAllToolStripMenuItem
     //
     selectAllToolStripMenuItem.Name         = "selectAllToolStripMenuItem";
     selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     selectAllToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     selectAllToolStripMenuItem.Text         = "Select &All";
     //
     // viewMenu
     //
     viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         controlBoxToolStripMenuItem
     });
     viewMenu.Name = "viewMenu";
     viewMenu.Size = new System.Drawing.Size(44, 20);
     viewMenu.Text = "&View";
     //
     // controlBoxToolStripMenuItem
     //
     controlBoxToolStripMenuItem.Name         = "controlBoxToolStripMenuItem";
     controlBoxToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     controlBoxToolStripMenuItem.Size         = new System.Drawing.Size(167, 22);
     controlBoxToolStripMenuItem.Text         = "ControlBox F2";
     controlBoxToolStripMenuItem.Click       += new System.EventHandler(controlBoxToolStripMenuItem_Click);
     //
     // toolsMenu
     //
     toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         optionsToolStripMenuItem,
         settingsToolStripMenuItem
     });
     toolsMenu.Name = "toolsMenu";
     toolsMenu.Size = new System.Drawing.Size(48, 20);
     toolsMenu.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     optionsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     optionsToolStripMenuItem.Text = "&Options";
     //
     // helpMenu
     //
     helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         contentsToolStripMenuItem,
         indexToolStripMenuItem,
         searchToolStripMenuItem,
         toolStripSeparator8,
         aboutToolStripMenuItem
     });
     helpMenu.Name = "helpMenu";
     helpMenu.Size = new System.Drawing.Size(44, 20);
     helpMenu.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     contentsToolStripMenuItem.Name         = "contentsToolStripMenuItem";
     contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
     contentsToolStripMenuItem.Size         = new System.Drawing.Size(168, 22);
     contentsToolStripMenuItem.Text         = "&Contents";
     //
     // indexToolStripMenuItem
     //
     indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image")));
     indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     indexToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image")));
     searchToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     searchToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(165, 6);
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     aboutToolStripMenuItem.Text = "&About ... ...";
     //
     // toolStrip
     //
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripButton,
         openToolStripButton,
         saveToolStripButton,
         toolStripSeparator1,
         printToolStripButton,
         printPreviewToolStripButton,
         toolStripSeparator2,
         helpToolStripButton
     });
     toolStrip.Location = new System.Drawing.Point(0, 24);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(1157, 25);
     toolStrip.TabIndex = 1;
     toolStrip.Text     = "ToolStrip";
     //
     // newToolStripButton
     //
     newToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     newToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     newToolStripButton.Name   = "newToolStripButton";
     newToolStripButton.Size   = new System.Drawing.Size(23, 22);
     newToolStripButton.Text   = "New";
     newToolStripButton.Click += new System.EventHandler(ShowNewForm);
     //
     // openToolStripButton
     //
     openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     openToolStripButton.Name   = "openToolStripButton";
     openToolStripButton.Size   = new System.Drawing.Size(23, 22);
     openToolStripButton.Text   = "Open";
     openToolStripButton.Click += new System.EventHandler(OpenFile);
     //
     // saveToolStripButton
     //
     saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     saveToolStripButton.Name = "saveToolStripButton";
     saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     saveToolStripButton.Text = "Save";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // printToolStripButton
     //
     printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     printToolStripButton.Name = "printToolStripButton";
     printToolStripButton.Size = new System.Drawing.Size(23, 22);
     printToolStripButton.Text = "Print";
     //
     // printPreviewToolStripButton
     //
     printPreviewToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printPreviewToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
     printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     printPreviewToolStripButton.Name = "printPreviewToolStripButton";
     printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
     printPreviewToolStripButton.Text = "Print Preview";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     helpToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     helpToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     helpToolStripButton.Name = "helpToolStripButton";
     helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     helpToolStripButton.Text = "Help";
     //
     // statusStrip
     //
     statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripStatusLabel
     });
     statusStrip.Location = new System.Drawing.Point(0, 609);
     statusStrip.Name     = "statusStrip";
     statusStrip.Size     = new System.Drawing.Size(1157, 22);
     statusStrip.TabIndex = 2;
     statusStrip.Text     = "StatusStrip";
     //
     // toolStripStatusLabel
     //
     toolStripStatusLabel.Name = "toolStripStatusLabel";
     toolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
     toolStripStatusLabel.Text = "Status";
     //
     // openFileDialog1
     //
     openFileDialog1.FileName = "openFileDialog1";
     //
     // settingsToolStripMenuItem
     //
     settingsToolStripMenuItem.Name   = "settingsToolStripMenuItem";
     settingsToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     settingsToolStripMenuItem.Text   = "Settings";
     settingsToolStripMenuItem.Click += new System.EventHandler(settingsToolStripMenuItem_Click);
     //
     // MDIParent1
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(1157, 631);
     Controls.Add(statusStrip);
     Controls.Add(toolStrip);
     Controls.Add(menuStrip);
     IsMdiContainer = true;
     MainMenuStrip  = menuStrip;
     Name           = "MDIParent1";
     Load          += new System.EventHandler(MDIParent1_Load);
     Move          += new System.EventHandler(MDIParent1_Move);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     statusStrip.ResumeLayout(false);
     statusStrip.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
Exemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip                 _ToolStrip;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RawViewer));
     System.Windows.Forms.ToolStripButton           _SaveToFileButton;
     this._HexBox         = new Be.Windows.Forms.HexBox();
     this._SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this._OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
     _ToolStrip           = new System.Windows.Forms.ToolStrip();
     _LoadFromFileButton  = new System.Windows.Forms.ToolStripButton();
     _SaveToFileButton    = new System.Windows.Forms.ToolStripButton();
     _ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _HexBox
     //
     this._HexBox.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this._HexBox.Font                 = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._HexBox.InfoForeColor        = System.Drawing.Color.Empty;
     this._HexBox.LineInfoVisible      = true;
     this._HexBox.Location             = new System.Drawing.Point(0, 25);
     this._HexBox.Name                 = "_HexBox";
     this._HexBox.ReadOnly             = true;
     this._HexBox.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
     this._HexBox.Size                 = new System.Drawing.Size(640, 215);
     this._HexBox.StringViewVisible    = true;
     this._HexBox.TabIndex             = 2;
     this._HexBox.UseFixedBytesPerLine = true;
     this._HexBox.VScrollBarVisible    = true;
     //
     // _ToolStrip
     //
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _LoadFromFileButton,
         _SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(640, 25);
     _ToolStrip.TabIndex = 3;
     _ToolStrip.Text     = "toolStrip1";
     //
     // _LoadFromFileButton
     //
     _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image")));
     _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _LoadFromFileButton.Name   = "_LoadFromFileButton";
     _LoadFromFileButton.Size   = new System.Drawing.Size(105, 22);
     _LoadFromFileButton.Text   = "Load From File";
     _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile);
     //
     // _SaveToFileButton
     //
     _SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image")));
     _SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveToFileButton.Name   = "_SaveToFileButton";
     _SaveToFileButton.Size   = new System.Drawing.Size(89, 22);
     _SaveToFileButton.Text   = "Save To File";
     _SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile);
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.Filter = "All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.Filter = "All Files (*.*)|*.*";
     //
     // RawViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 240);
     this.Controls.Add(this._HexBox);
     this.Controls.Add(_ToolStrip);
     this.Name = "RawViewer";
     this.Text = "Raw";
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.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.TableLayoutPanel          mainTable;
     System.Windows.Forms.ToolStrip                 toolStrip;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripLabel            locLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VirtualOpenFileDialog));
     System.Windows.Forms.Label  fnLabel;
     System.Windows.Forms.Button cancel;
     this.back           = new System.Windows.Forms.ToolStripButton();
     this.forward        = new System.Windows.Forms.ToolStripButton();
     this.up             = new System.Windows.Forms.ToolStripButton();
     this.location       = new renderdocui.Controls.ToolStripSpringTextBox();
     this.directoryTree  = new System.Windows.Forms.TreeView();
     this.iconList       = new System.Windows.Forms.ImageList(this.components);
     this.fileList       = new System.Windows.Forms.ListView();
     this.filename       = new System.Windows.Forms.TextBox();
     this.fileType       = new System.Windows.Forms.ComboBox();
     this.open           = new System.Windows.Forms.Button();
     this.showHidden     = new System.Windows.Forms.CheckBox();
     mainTable           = new System.Windows.Forms.TableLayoutPanel();
     toolStrip           = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     locLabel            = new System.Windows.Forms.ToolStripLabel();
     fnLabel             = new System.Windows.Forms.Label();
     cancel = new System.Windows.Forms.Button();
     mainTable.SuspendLayout();
     toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // mainTable
     //
     mainTable.ColumnCount = 4;
     mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     mainTable.Controls.Add(toolStrip, 0, 0);
     mainTable.Controls.Add(this.directoryTree, 0, 1);
     mainTable.Controls.Add(this.fileList, 1, 1);
     mainTable.Controls.Add(fnLabel, 0, 3);
     mainTable.Controls.Add(this.filename, 1, 3);
     mainTable.Controls.Add(this.fileType, 2, 3);
     mainTable.Controls.Add(this.open, 2, 4);
     mainTable.Controls.Add(cancel, 3, 4);
     mainTable.Controls.Add(this.showHidden, 1, 4);
     mainTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     mainTable.Location = new System.Drawing.Point(0, 0);
     mainTable.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     mainTable.Name     = "mainTable";
     mainTable.RowCount = 5;
     mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     mainTable.Size     = new System.Drawing.Size(764, 486);
     mainTable.TabIndex = 0;
     //
     // toolStrip
     //
     toolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     mainTable.SetColumnSpan(toolStrip, 4);
     toolStrip.Dock             = System.Windows.Forms.DockStyle.None;
     toolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.back,
         this.forward,
         toolStripSeparator1,
         this.up,
         toolStripSeparator2,
         locLabel,
         this.location
     });
     toolStrip.Location = new System.Drawing.Point(0, 0);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(764, 31);
     toolStrip.TabIndex = 3;
     toolStrip.Text     = "toolStrip1";
     //
     // back
     //
     this.back.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.back.Image                 = global::renderdocui.Properties.Resources.back;
     this.back.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.back.Margin                = new System.Windows.Forms.Padding(0, 1, 5, 2);
     this.back.Name   = "back";
     this.back.Size   = new System.Drawing.Size(28, 28);
     this.back.Click += new System.EventHandler(this.back_Click);
     //
     // forward
     //
     this.forward.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.forward.Image                 = global::renderdocui.Properties.Resources.forward;
     this.forward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.forward.Name   = "forward";
     this.forward.Size   = new System.Drawing.Size(28, 28);
     this.forward.Click += new System.EventHandler(this.forward_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // up
     //
     this.up.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.up.Image                 = global::renderdocui.Properties.Resources.upfolder;
     this.up.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.up.Name   = "up";
     this.up.Size   = new System.Drawing.Size(28, 28);
     this.up.Click += new System.EventHandler(this.up_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // locLabel
     //
     locLabel.Name = "locLabel";
     locLabel.Size = new System.Drawing.Size(51, 28);
     locLabel.Text = "Location:";
     //
     // location
     //
     this.location.Name      = "location";
     this.location.Size      = new System.Drawing.Size(578, 31);
     this.location.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.location_KeyPress);
     //
     // directoryTree
     //
     this.directoryTree.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.directoryTree.FullRowSelect      = true;
     this.directoryTree.HideSelection      = false;
     this.directoryTree.HotTracking        = true;
     this.directoryTree.ImageIndex         = 2;
     this.directoryTree.ImageList          = this.iconList;
     this.directoryTree.Location           = new System.Drawing.Point(3, 34);
     this.directoryTree.Name               = "directoryTree";
     this.directoryTree.PathSeparator      = "/";
     this.directoryTree.SelectedImageIndex = 0;
     this.directoryTree.Size               = new System.Drawing.Size(251, 381);
     this.directoryTree.TabIndex           = 5;
     this.directoryTree.BeforeExpand      += new System.Windows.Forms.TreeViewCancelEventHandler(this.directoryTree_BeforeExpand);
     this.directoryTree.BeforeSelect      += new System.Windows.Forms.TreeViewCancelEventHandler(this.directoryTree_BeforeSelect);
     //
     // iconList
     //
     this.iconList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iconList.ImageStream")));
     this.iconList.TransparentColor = System.Drawing.Color.Transparent;
     this.iconList.Images.SetKeyName(0, "drive");
     this.iconList.Images.SetKeyName(1, "folder");
     this.iconList.Images.SetKeyName(2, "folder_faded");
     this.iconList.Images.SetKeyName(3, "file");
     this.iconList.Images.SetKeyName(4, "file_faded");
     this.iconList.Images.SetKeyName(5, "executable");
     this.iconList.Images.SetKeyName(6, "executable_faded");
     //
     // fileList
     //
     mainTable.SetColumnSpan(this.fileList, 3);
     this.fileList.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.fileList.Location       = new System.Drawing.Point(260, 34);
     this.fileList.Name           = "fileList";
     this.fileList.Size           = new System.Drawing.Size(501, 381);
     this.fileList.SmallImageList = this.iconList;
     this.fileList.TabIndex       = 6;
     this.fileList.UseCompatibleStateImageBehavior = false;
     this.fileList.View = System.Windows.Forms.View.List;
     this.fileList.SelectedIndexChanged += new System.EventHandler(this.fileList_SelectedIndexChanged);
     this.fileList.DoubleClick          += new System.EventHandler(this.fileList_DoubleClick);
     //
     // fnLabel
     //
     fnLabel.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     fnLabel.AutoSize  = true;
     fnLabel.Location  = new System.Drawing.Point(205, 425);
     fnLabel.Margin    = new System.Windows.Forms.Padding(3, 0, 0, 0);
     fnLabel.Name      = "fnLabel";
     fnLabel.Size      = new System.Drawing.Size(52, 13);
     fnLabel.TabIndex  = 7;
     fnLabel.Text      = "Filename:";
     fnLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // filename
     //
     this.filename.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.filename.Location  = new System.Drawing.Point(260, 421);
     this.filename.Margin    = new System.Windows.Forms.Padding(3, 3, 15, 3);
     this.filename.Name      = "filename";
     this.filename.Size      = new System.Drawing.Size(315, 20);
     this.filename.TabIndex  = 8;
     this.filename.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.filename_KeyPress);
     //
     // fileType
     //
     this.fileType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     mainTable.SetColumnSpan(this.fileType, 2);
     this.fileType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fileType.FormattingEnabled = true;
     this.fileType.Items.AddRange(new object[] {
         "Executables",
         "All Files"
     });
     this.fileType.Location              = new System.Drawing.Point(593, 421);
     this.fileType.Margin                = new System.Windows.Forms.Padding(3, 3, 15, 3);
     this.fileType.Name                  = "fileType";
     this.fileType.Size                  = new System.Drawing.Size(156, 21);
     this.fileType.TabIndex              = 9;
     this.fileType.SelectedIndexChanged += new System.EventHandler(this.fileType_SelectedIndexChanged);
     //
     // open
     //
     this.open.Location = new System.Drawing.Point(593, 448);
     this.open.Name     = "open";
     this.open.Size     = new System.Drawing.Size(75, 23);
     this.open.TabIndex = 10;
     this.open.Text     = "Open";
     this.open.UseVisualStyleBackColor = true;
     this.open.Click += new System.EventHandler(this.open_Click);
     //
     // cancel
     //
     cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancel.Location                = new System.Drawing.Point(674, 448);
     cancel.Margin                  = new System.Windows.Forms.Padding(3, 3, 15, 15);
     cancel.Name                    = "cancel";
     cancel.Size                    = new System.Drawing.Size(75, 23);
     cancel.TabIndex                = 11;
     cancel.Text                    = "Cancel";
     cancel.UseVisualStyleBackColor = true;
     cancel.Click                  += new System.EventHandler(this.cancel_Click);
     //
     // showHidden
     //
     this.showHidden.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showHidden.AutoSize = true;
     this.showHidden.Location = new System.Drawing.Point(466, 451);
     this.showHidden.Margin   = new System.Windows.Forms.Padding(3, 6, 15, 3);
     this.showHidden.Name     = "showHidden";
     this.showHidden.Size     = new System.Drawing.Size(109, 17);
     this.showHidden.TabIndex = 12;
     this.showHidden.Text     = "Show hidden files";
     this.showHidden.UseVisualStyleBackColor = true;
     this.showHidden.CheckedChanged         += new System.EventHandler(this.showHidden_CheckedChanged);
     //
     // VirtualOpenFileDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = cancel;
     this.ClientSize          = new System.Drawing.Size(764, 486);
     this.Controls.Add(mainTable);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "VirtualOpenFileDialog";
     this.ShowInTaskbar = false;
     this.Text          = "Open";
     this.Load         += new System.EventHandler(this.VirtualOpenFileDialog_Load);
     mainTable.ResumeLayout(false);
     mainTable.PerformLayout();
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Panel guiBottomDock;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label guiLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(D3ProfileExplorerLight));
     System.Windows.Forms.ToolStrip toolStrip1;
     this.guiBattleNetHostList     = new System.Windows.Forms.ComboBox();
     this.guiBattleNetLanguageList = new System.Windows.Forms.ComboBox();
     this.guiAddProfile            = new System.Windows.Forms.Button();
     this.guiBattleTag             = new System.Windows.Forms.TextBox();
     this.guiShowFullExplorer      = new System.Windows.Forms.ToolStripButton();
     this.guiProfilePanel          = new System.Windows.Forms.FlowLayoutPanel();
     this.guiHeroesPanel           = new System.Windows.Forms.FlowLayoutPanel();
     this.guiItemsPanel            = new System.Windows.Forms.FlowLayoutPanel();
     this.guiRefreshCareer         = new System.Windows.Forms.Button();
     this.guiRefreshHero           = new System.Windows.Forms.Button();
     this.guiRunCalculator         = new System.Windows.Forms.Button();
     guiBottomDock = new System.Windows.Forms.Panel();
     label2        = new System.Windows.Forms.Label();
     label1        = new System.Windows.Forms.Label();
     guiLabel1     = new System.Windows.Forms.Label();
     toolStrip1    = new System.Windows.Forms.ToolStrip();
     guiBottomDock.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // guiBottomDock
     //
     guiBottomDock.AutoSize     = true;
     guiBottomDock.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     guiBottomDock.Controls.Add(this.guiBattleNetHostList);
     guiBottomDock.Controls.Add(label2);
     guiBottomDock.Controls.Add(this.guiBattleNetLanguageList);
     guiBottomDock.Controls.Add(label1);
     guiBottomDock.Controls.Add(guiLabel1);
     guiBottomDock.Controls.Add(this.guiAddProfile);
     guiBottomDock.Controls.Add(this.guiBattleTag);
     guiBottomDock.Dock     = System.Windows.Forms.DockStyle.Bottom;
     guiBottomDock.Location = new System.Drawing.Point(0, 531);
     guiBottomDock.Name     = "guiBottomDock";
     guiBottomDock.Size     = new System.Drawing.Size(1008, 30);
     guiBottomDock.TabIndex = 3;
     //
     // guiBattleNetHostList
     //
     this.guiBattleNetHostList.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.guiBattleNetHostList.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.guiBattleNetHostList.FormattingEnabled = true;
     this.guiBattleNetHostList.Location          = new System.Drawing.Point(41, 6);
     this.guiBattleNetHostList.Name     = "guiBattleNetHostList";
     this.guiBattleNetHostList.Size     = new System.Drawing.Size(100, 21);
     this.guiBattleNetHostList.TabIndex = 1;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(147, 9);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(58, 13);
     label2.TabIndex = 2;
     label2.Text     = "Language:";
     //
     // guiBattleNetLanguageList
     //
     this.guiBattleNetLanguageList.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.guiBattleNetLanguageList.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.guiBattleNetLanguageList.FormattingEnabled = true;
     this.guiBattleNetLanguageList.Location          = new System.Drawing.Point(211, 6);
     this.guiBattleNetLanguageList.Name     = "guiBattleNetLanguageList";
     this.guiBattleNetLanguageList.Size     = new System.Drawing.Size(69, 21);
     this.guiBattleNetLanguageList.TabIndex = 3;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(32, 13);
     label1.TabIndex = 0;
     label1.Text     = "Host:";
     //
     // guiLabel1
     //
     guiLabel1.AutoSize = true;
     guiLabel1.Location = new System.Drawing.Point(286, 9);
     guiLabel1.Name     = "guiLabel1";
     guiLabel1.Size     = new System.Drawing.Size(59, 13);
     guiLabel1.TabIndex = 4;
     guiLabel1.Text     = "Battle Tag:";
     //
     // guiAddProfile
     //
     this.guiAddProfile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
     this.guiAddProfile.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.guiAddProfile.Image      = ((System.Drawing.Image)(resources.GetObject("guiAddProfile.Image")));
     this.guiAddProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.guiAddProfile.Location   = new System.Drawing.Point(457, 4);
     this.guiAddProfile.Name       = "guiAddProfile";
     this.guiAddProfile.Size       = new System.Drawing.Size(100, 23);
     this.guiAddProfile.TabIndex   = 6;
     this.guiAddProfile.Text       = "Add Profile";
     this.guiAddProfile.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.guiAddProfile.UseVisualStyleBackColor = true;
     this.guiAddProfile.Click += new System.EventHandler(this.guiAddProfile_Click);
     //
     // guiBattleTag
     //
     this.guiBattleTag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.guiBattleTag.Location    = new System.Drawing.Point(351, 7);
     this.guiBattleTag.Name        = "guiBattleTag";
     this.guiBattleTag.Size        = new System.Drawing.Size(100, 20);
     this.guiBattleTag.TabIndex    = 5;
     //
     // toolStrip1
     //
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.guiShowFullExplorer
     });
     toolStrip1.Location = new System.Drawing.Point(0, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(1008, 25);
     toolStrip1.TabIndex = 4;
     toolStrip1.Text     = "toolStrip1";
     //
     // guiShowFullExplorer
     //
     this.guiShowFullExplorer.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.guiShowFullExplorer.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.guiShowFullExplorer.Image                 = ((System.Drawing.Image)(resources.GetObject("guiShowFullExplorer.Image")));
     this.guiShowFullExplorer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.guiShowFullExplorer.Name   = "guiShowFullExplorer";
     this.guiShowFullExplorer.Size   = new System.Drawing.Size(23, 22);
     this.guiShowFullExplorer.Text   = "Show Full Explorer";
     this.guiShowFullExplorer.Click += new System.EventHandler(this.guiShowFullExplorer_Click);
     //
     // guiProfilePanel
     //
     this.guiProfilePanel.AutoScroll    = true;
     this.guiProfilePanel.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.guiProfilePanel.Dock          = System.Windows.Forms.DockStyle.Left;
     this.guiProfilePanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.guiProfilePanel.Location      = new System.Drawing.Point(0, 25);
     this.guiProfilePanel.Name          = "guiProfilePanel";
     this.guiProfilePanel.Padding       = new System.Windows.Forms.Padding(3);
     this.guiProfilePanel.Size          = new System.Drawing.Size(214, 506);
     this.guiProfilePanel.TabIndex      = 0;
     //
     // guiHeroesPanel
     //
     this.guiHeroesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.guiHeroesPanel.AutoScroll = true;
     this.guiHeroesPanel.Location   = new System.Drawing.Point(220, 57);
     this.guiHeroesPanel.Name       = "guiHeroesPanel";
     this.guiHeroesPanel.Size       = new System.Drawing.Size(281, 474);
     this.guiHeroesPanel.TabIndex   = 1;
     //
     // guiItemsPanel
     //
     this.guiItemsPanel.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.guiItemsPanel.AutoScroll    = true;
     this.guiItemsPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.guiItemsPanel.Location      = new System.Drawing.Point(507, 57);
     this.guiItemsPanel.Name          = "guiItemsPanel";
     this.guiItemsPanel.Size          = new System.Drawing.Size(498, 474);
     this.guiItemsPanel.TabIndex      = 2;
     //
     // guiRefreshCareer
     //
     this.guiRefreshCareer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
     this.guiRefreshCareer.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.guiRefreshCareer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.guiRefreshCareer.Location   = new System.Drawing.Point(223, 28);
     this.guiRefreshCareer.Name       = "guiRefreshCareer";
     this.guiRefreshCareer.Size       = new System.Drawing.Size(250, 23);
     this.guiRefreshCareer.TabIndex   = 7;
     this.guiRefreshCareer.Text       = "Refresh Career";
     this.guiRefreshCareer.UseVisualStyleBackColor = true;
     this.guiRefreshCareer.Click += new System.EventHandler(this.guiRefreshCareer_Click);
     //
     // guiRefreshHero
     //
     this.guiRefreshHero.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
     this.guiRefreshHero.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.guiRefreshHero.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.guiRefreshHero.Location   = new System.Drawing.Point(510, 28);
     this.guiRefreshHero.Name       = "guiRefreshHero";
     this.guiRefreshHero.Size       = new System.Drawing.Size(198, 23);
     this.guiRefreshHero.TabIndex   = 8;
     this.guiRefreshHero.Text       = "Refresh Hero";
     this.guiRefreshHero.UseVisualStyleBackColor = true;
     this.guiRefreshHero.Click += new System.EventHandler(this.guiRefreshHero_Click);
     //
     // guiRunCalculator
     //
     this.guiRunCalculator.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
     this.guiRunCalculator.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.guiRunCalculator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.guiRunCalculator.Location   = new System.Drawing.Point(714, 28);
     this.guiRunCalculator.Name       = "guiRunCalculator";
     this.guiRunCalculator.Size       = new System.Drawing.Size(196, 23);
     this.guiRunCalculator.TabIndex   = 9;
     this.guiRunCalculator.Text       = "Run Calculator";
     this.guiRunCalculator.UseVisualStyleBackColor = true;
     this.guiRunCalculator.Click += new System.EventHandler(this.guiRunCalculator_Click);
     //
     // D3ProfileExplorerLight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 561);
     this.Controls.Add(this.guiRunCalculator);
     this.Controls.Add(this.guiRefreshHero);
     this.Controls.Add(this.guiRefreshCareer);
     this.Controls.Add(this.guiItemsPanel);
     this.Controls.Add(this.guiProfilePanel);
     this.Controls.Add(this.guiHeroesPanel);
     this.Controls.Add(toolStrip1);
     this.Controls.Add(guiBottomDock);
     this.Name         = "D3ProfileExplorerLight";
     this.Text         = "D3 Profile Explorer Light by ZTn";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.D3ProfileExplorerLight_FormClosing);
     guiBottomDock.ResumeLayout(false);
     guiBottomDock.PerformLayout();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip                 toolBarMain;
     System.Windows.Forms.ToolStripButton           btnParse;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     System.Windows.Forms.ToolStripButton           btnFillCode;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.SplitContainer            splitContainer2;
     this.txtSource    = new System.Windows.Forms.RichTextBox();
     this.txtGenerated = new System.Windows.Forms.RichTextBox();
     this.txtErrors    = new System.Windows.Forms.RichTextBox();
     this.btnCompile   = new System.Windows.Forms.ToolStripButton();
     toolBarMain       = new System.Windows.Forms.ToolStrip();
     btnParse          = new System.Windows.Forms.ToolStripButton();
     btnFillCode       = new System.Windows.Forms.ToolStripButton();
     splitContainer1   = new System.Windows.Forms.SplitContainer();
     splitContainer2   = new System.Windows.Forms.SplitContainer();
     toolBarMain.SuspendLayout();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolBarMain
     //
     toolBarMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         btnParse,
         btnFillCode,
         this.btnCompile
     });
     toolBarMain.Location   = new System.Drawing.Point(0, 0);
     toolBarMain.Name       = "toolBarMain";
     toolBarMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     toolBarMain.Size       = new System.Drawing.Size(702, 25);
     toolBarMain.TabIndex   = 2;
     toolBarMain.Text       = "toolStrip1";
     //
     // btnParse
     //
     btnParse.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     btnParse.Image                 = ((System.Drawing.Image)(resources.GetObject("btnParse.Image")));
     btnParse.ImageTransparentColor = System.Drawing.Color.Magenta;
     btnParse.Name   = "btnParse";
     btnParse.Size   = new System.Drawing.Size(38, 22);
     btnParse.Text   = "Parse";
     btnParse.Click += new System.EventHandler(this.btnParse_Click);
     //
     // btnFillCode
     //
     btnFillCode.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     btnFillCode.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFillCode.Image")));
     btnFillCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     btnFillCode.Name   = "btnFillCode";
     btnFillCode.Size   = new System.Drawing.Size(49, 22);
     btnFillCode.Text   = "Fill code";
     btnFillCode.Click += new System.EventHandler(this.btnFillCode_Click);
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.txtSource);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.txtGenerated);
     splitContainer1.Size             = new System.Drawing.Size(702, 277);
     splitContainer1.SplitterDistance = 334;
     splitContainer1.TabIndex         = 0;
     //
     // txtSource
     //
     this.txtSource.AcceptsTab = true;
     this.txtSource.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtSource.Location   = new System.Drawing.Point(0, 0);
     this.txtSource.Name       = "txtSource";
     this.txtSource.Size       = new System.Drawing.Size(334, 277);
     this.txtSource.TabIndex   = 0;
     this.txtSource.Text       = "";
     this.txtSource.WordWrap   = false;
     //
     // txtGenerated
     //
     this.txtGenerated.AcceptsTab = true;
     this.txtGenerated.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtGenerated.Location   = new System.Drawing.Point(0, 0);
     this.txtGenerated.Name       = "txtGenerated";
     this.txtGenerated.ReadOnly   = true;
     this.txtGenerated.Size       = new System.Drawing.Size(364, 277);
     this.txtGenerated.TabIndex   = 0;
     this.txtGenerated.Text       = "";
     this.txtGenerated.WordWrap   = false;
     //
     // splitContainer2
     //
     splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.Location    = new System.Drawing.Point(0, 25);
     splitContainer2.Name        = "splitContainer2";
     splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(splitContainer1);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.txtErrors);
     splitContainer2.Size             = new System.Drawing.Size(702, 406);
     splitContainer2.SplitterDistance = 277;
     splitContainer2.TabIndex         = 3;
     //
     // txtErrors
     //
     this.txtErrors.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtErrors.Location = new System.Drawing.Point(0, 0);
     this.txtErrors.Name     = "txtErrors";
     this.txtErrors.Size     = new System.Drawing.Size(702, 125);
     this.txtErrors.TabIndex = 0;
     this.txtErrors.Text     = "";
     this.txtErrors.WordWrap = false;
     //
     // btnCompile
     //
     this.btnCompile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnCompile.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCompile.Image")));
     this.btnCompile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompile.Name   = "btnCompile";
     this.btnCompile.Size   = new System.Drawing.Size(48, 22);
     this.btnCompile.Text   = "Compile";
     this.btnCompile.Click += new System.EventHandler(this.btnCompile_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(702, 431);
     this.Controls.Add(splitContainer2);
     this.Controls.Add(toolBarMain);
     this.Name = "Form1";
     this.Text = "NemerleCodeProvider Tester";
     toolBarMain.ResumeLayout(false);
     toolBarMain.PerformLayout();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.ResumeLayout(false);
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel2.ResumeLayout(false);
     splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 38
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.ToolStrip      toolStrip;
     System.Windows.Forms.CheckBox       enableGroupCheckBox;
     System.Windows.Forms.NumericUpDown  numericUpDown;
     System.Windows.Forms.TextBox        textBox;
     System.Windows.Forms.GroupBox       groupBox;
     System.Windows.Forms.Label          editBoxLabel;
     System.Windows.Forms.Label          comboBoxLabel;
     System.Windows.Forms.Label          dataGridViewLabel;
     System.Windows.Forms.SplitContainer mainContainer;
     this.undoButton   = new System.Windows.Forms.ToolStripButton();
     this.redoButton   = new System.Windows.Forms.ToolStripButton();
     this.upDownLabel  = new System.Windows.Forms.Label();
     this.comboBox     = new System.Windows.Forms.ComboBox();
     this.propertyGrid = new System.Windows.Forms.PropertyGrid();
     this.dataGridView = new System.Windows.Forms.DataGridView();
     this.nameDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridItemBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.dataBindingSource = new System.Windows.Forms.BindingSource(this.components);
     toolStrip           = new System.Windows.Forms.ToolStrip();
     enableGroupCheckBox = new System.Windows.Forms.CheckBox();
     numericUpDown       = new System.Windows.Forms.NumericUpDown();
     textBox             = new System.Windows.Forms.TextBox();
     groupBox            = new System.Windows.Forms.GroupBox();
     editBoxLabel        = new System.Windows.Forms.Label();
     comboBoxLabel       = new System.Windows.Forms.Label();
     dataGridViewLabel   = new System.Windows.Forms.Label();
     mainContainer       = new System.Windows.Forms.SplitContainer();
     toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(numericUpDown)).BeginInit();
     groupBox.SuspendLayout();
     mainContainer.Panel1.SuspendLayout();
     mainContainer.Panel2.SuspendLayout();
     mainContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip
     //
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoButton,
         this.redoButton
     });
     toolStrip.Location = new System.Drawing.Point(0, 0);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(654, 25);
     toolStrip.TabIndex = 0;
     //
     // undoButton
     //
     this.undoButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Enabled               = false;
     this.undoButton.Image                 = global::Sample.Properties.Resources.UndoImage;
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name   = "undoButton";
     this.undoButton.Size   = new System.Drawing.Size(23, 22);
     this.undoButton.Click += new System.EventHandler(this.OnUndo);
     //
     // redoButton
     //
     this.redoButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoButton.Enabled               = false;
     this.redoButton.Image                 = global::Sample.Properties.Resources.RedoImage;
     this.redoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.redoButton.Name   = "redoButton";
     this.redoButton.Size   = new System.Drawing.Size(23, 22);
     this.redoButton.Click += new System.EventHandler(this.OnRedo);
     //
     // enableGroupCheckBox
     //
     enableGroupCheckBox.AutoSize = true;
     enableGroupCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.dataBindingSource, "Enabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     enableGroupCheckBox.Location = new System.Drawing.Point(8, 8);
     enableGroupCheckBox.Name     = "enableGroupCheckBox";
     enableGroupCheckBox.Size     = new System.Drawing.Size(145, 21);
     enableGroupCheckBox.TabIndex = 1;
     enableGroupCheckBox.Text     = "Enable Group Box";
     enableGroupCheckBox.UseVisualStyleBackColor = true;
     //
     // numericUpDown
     //
     numericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.dataBindingSource, "Number", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     numericUpDown.Location = new System.Drawing.Point(107, 74);
     numericUpDown.Name     = "numericUpDown";
     numericUpDown.Size     = new System.Drawing.Size(120, 22);
     numericUpDown.TabIndex = 3;
     //
     // textBox
     //
     textBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataBindingSource, "Text", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     textBox.Location = new System.Drawing.Point(107, 48);
     textBox.Name     = "textBox";
     textBox.Size     = new System.Drawing.Size(120, 22);
     textBox.TabIndex = 4;
     //
     // groupBox
     //
     groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     groupBox.Controls.Add(this.upDownLabel);
     groupBox.Controls.Add(editBoxLabel);
     groupBox.Controls.Add(comboBoxLabel);
     groupBox.Controls.Add(this.comboBox);
     groupBox.Controls.Add(textBox);
     groupBox.Controls.Add(numericUpDown);
     groupBox.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.dataBindingSource, "Enabled", true, System.Windows.Forms.DataSourceUpdateMode.Never));
     groupBox.Location = new System.Drawing.Point(8, 35);
     groupBox.Name     = "groupBox";
     groupBox.Size     = new System.Drawing.Size(417, 107);
     groupBox.TabIndex = 5;
     groupBox.TabStop  = false;
     groupBox.Text     = "Group Box:";
     //
     // upDownLabel
     //
     this.upDownLabel.AutoSize = true;
     this.upDownLabel.Location = new System.Drawing.Point(7, 76);
     this.upDownLabel.Name     = "upDownLabel";
     this.upDownLabel.Size     = new System.Drawing.Size(96, 17);
     this.upDownLabel.TabIndex = 7;
     this.upDownLabel.Text     = "Up Down Box:";
     //
     // editBoxLabel
     //
     editBoxLabel.AutoSize = true;
     editBoxLabel.Location = new System.Drawing.Point(7, 51);
     editBoxLabel.Name     = "editBoxLabel";
     editBoxLabel.Size     = new System.Drawing.Size(63, 17);
     editBoxLabel.TabIndex = 7;
     editBoxLabel.Text     = "Edit Box:";
     //
     // comboBoxLabel
     //
     comboBoxLabel.AutoSize = true;
     comboBoxLabel.Location = new System.Drawing.Point(6, 24);
     comboBoxLabel.Name     = "comboBoxLabel";
     comboBoxLabel.Size     = new System.Drawing.Size(83, 17);
     comboBoxLabel.TabIndex = 7;
     comboBoxLabel.Text     = "Combo Box:";
     //
     // comboBox
     //
     this.comboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.dataBindingSource, "Type", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.comboBox.DisplayMember     = "Name";
     this.comboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox.FormattingEnabled = true;
     this.comboBox.Location          = new System.Drawing.Point(106, 21);
     this.comboBox.Name        = "comboBox";
     this.comboBox.Size        = new System.Drawing.Size(121, 24);
     this.comboBox.TabIndex    = 2;
     this.comboBox.ValueMember = "Value";
     //
     // dataGridViewLabel
     //
     dataGridViewLabel.AutoSize = true;
     dataGridViewLabel.Location = new System.Drawing.Point(8, 147);
     dataGridViewLabel.Name     = "dataGridViewLabel";
     dataGridViewLabel.Size     = new System.Drawing.Size(106, 17);
     dataGridViewLabel.TabIndex = 7;
     dataGridViewLabel.Text     = "Data Grid View:";
     //
     // mainContainer
     //
     mainContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     mainContainer.Location = new System.Drawing.Point(0, 25);
     mainContainer.Name     = "mainContainer";
     //
     // mainContainer.Panel1
     //
     mainContainer.Panel1.Controls.Add(this.propertyGrid);
     //
     // mainContainer.Panel2
     //
     mainContainer.Panel2.Controls.Add(this.dataGridView);
     mainContainer.Panel2.Controls.Add(dataGridViewLabel);
     mainContainer.Panel2.Controls.Add(enableGroupCheckBox);
     mainContainer.Panel2.Controls.Add(groupBox);
     mainContainer.Panel2.Padding   = new System.Windows.Forms.Padding(5);
     mainContainer.Size             = new System.Drawing.Size(654, 356);
     mainContainer.SplitterDistance = 217;
     mainContainer.TabIndex         = 9;
     //
     // propertyGrid
     //
     this.propertyGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid.Location = new System.Drawing.Point(0, 0);
     this.propertyGrid.Name     = "propertyGrid";
     this.propertyGrid.Size     = new System.Drawing.Size(217, 356);
     this.propertyGrid.TabIndex = 9;
     //
     // dataGridView
     //
     this.dataGridView.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.dataGridView.AutoGenerateColumns         = false;
     this.dataGridView.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.dataGridView.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.nameDataGridViewTextBoxColumn,
         this.valueDataGridViewTextBoxColumn
     });
     this.dataGridView.DataSource         = this.gridItemBindingSource;
     this.dataGridView.Location           = new System.Drawing.Point(8, 165);
     this.dataGridView.Name               = "dataGridView";
     this.dataGridView.RowTemplate.Height = 24;
     this.dataGridView.Size               = new System.Drawing.Size(417, 183);
     this.dataGridView.TabIndex           = 6;
     //
     // nameDataGridViewTextBoxColumn
     //
     this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
     this.nameDataGridViewTextBoxColumn.HeaderText       = "Name";
     this.nameDataGridViewTextBoxColumn.Name             = "nameDataGridViewTextBoxColumn";
     //
     // valueDataGridViewTextBoxColumn
     //
     this.valueDataGridViewTextBoxColumn.DataPropertyName = "Value";
     this.valueDataGridViewTextBoxColumn.HeaderText       = "Value";
     this.valueDataGridViewTextBoxColumn.Name             = "valueDataGridViewTextBoxColumn";
     //
     // gridItemBindingSource
     //
     this.gridItemBindingSource.DataSource = typeof(Sample.GridItem);
     //
     // dataBindingSource
     //
     this.dataBindingSource.DataSource = typeof(Sample.Data);
     //
     // SampleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(654, 381);
     this.Controls.Add(mainContainer);
     this.Controls.Add(toolStrip);
     this.Name = "SampleForm";
     this.Text = "Sample";
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(numericUpDown)).EndInit();
     groupBox.ResumeLayout(false);
     groupBox.PerformLayout();
     mainContainer.Panel1.ResumeLayout(false);
     mainContainer.Panel2.ResumeLayout(false);
     mainContainer.Panel2.PerformLayout();
     mainContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip          m_toolStrip;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.ToolStripButton    m_tsbOptions;
     System.Windows.Forms.ToolStripButton    m_tsbHelp;
     System.Windows.Forms.Label      m_lblProduct;
     System.Windows.Forms.Button     m_btnPickProduct;
     System.Windows.Forms.PictureBox m_pictureBox;
     System.Windows.Forms.Label      m_lblPrice;
     System.Windows.Forms.Label      m_lblDate;
     System.Windows.Forms.GroupBox   m_grpProdContext;
     System.Windows.Forms.Label      m_lblUnit;
     System.Windows.Forms.Label      m_lblCurrency;
     System.Windows.Forms.Label      m_lblPlace;
     System.Windows.Forms.Label      m_lblIncoterms;
     System.Windows.Forms.Label      m_lblOrigin;
     System.Windows.Forms.Label      m_lbMsg;
     System.Windows.Forms.GroupBox   m_grpSep;
     System.Windows.Forms.Label      m_lblSession;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TRVectorForm));
     this.m_tsbSave      = new System.Windows.Forms.ToolStripButton();
     this.m_tsbReload    = new System.Windows.Forms.ToolStripButton();
     this.m_cbUnits      = new System.Windows.Forms.ComboBox();
     this.m_cbPlaces     = new System.Windows.Forms.ComboBox();
     this.m_cbCurrencies = new System.Windows.Forms.ComboBox();
     this.m_cbOrign      = new System.Windows.Forms.ComboBox();
     this.m_cbIncoterms  = new System.Windows.Forms.ComboBox();
     this.m_tbProduct    = new System.Windows.Forms.TextBox();
     this.m_nupPrice     = new System.Windows.Forms.NumericUpDown();
     this.m_dtpSpotTime  = new System.Windows.Forms.DateTimePicker();
     this.m_lblSupplier  = new System.Windows.Forms.Label();
     this.m_nudSession   = new System.Windows.Forms.NumericUpDown();
     m_toolStrip         = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     m_tsbOptions        = new System.Windows.Forms.ToolStripButton();
     m_tsbHelp           = new System.Windows.Forms.ToolStripButton();
     m_lblProduct        = new System.Windows.Forms.Label();
     m_btnPickProduct    = new System.Windows.Forms.Button();
     m_pictureBox        = new System.Windows.Forms.PictureBox();
     m_lblPrice          = new System.Windows.Forms.Label();
     m_lblDate           = new System.Windows.Forms.Label();
     m_grpProdContext    = new System.Windows.Forms.GroupBox();
     m_lblUnit           = new System.Windows.Forms.Label();
     m_lblCurrency       = new System.Windows.Forms.Label();
     m_lblPlace          = new System.Windows.Forms.Label();
     m_lblIncoterms      = new System.Windows.Forms.Label();
     m_lblOrigin         = new System.Windows.Forms.Label();
     m_lbMsg             = new System.Windows.Forms.Label();
     m_grpSep            = new System.Windows.Forms.GroupBox();
     m_lblSession        = new System.Windows.Forms.Label();
     m_toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).BeginInit();
     m_grpProdContext.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nupPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudSession)).BeginInit();
     this.SuspendLayout();
     //
     // m_toolStrip
     //
     m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbSave,
         toolStripSeparator1,
         this.m_tsbReload,
         toolStripSeparator2,
         m_tsbOptions,
         m_tsbHelp
     });
     m_toolStrip.Location = new System.Drawing.Point(0, 0);
     m_toolStrip.Name     = "m_toolStrip";
     m_toolStrip.Size     = new System.Drawing.Size(471, 25);
     m_toolStrip.TabIndex = 6;
     m_toolStrip.TabStop  = true;
     //
     // m_tsbSave
     //
     this.m_tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbSave.Enabled               = false;
     this.m_tsbSave.Image                 = global::DGD.HubGovernor.Properties.Resources.save_16;
     this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbSave.Name = "m_tsbSave";
     this.m_tsbSave.Size = new System.Drawing.Size(23, 22);
     this.m_tsbSave.Text = "Enregistrer";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbReload
     //
     this.m_tsbReload.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbReload.Enabled               = false;
     this.m_tsbReload.Image                 = global::DGD.HubGovernor.Properties.Resources.refresh_16;
     this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbReload.Name = "m_tsbReload";
     this.m_tsbReload.Size = new System.Drawing.Size(23, 22);
     this.m_tsbReload.Text = "Recharger";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbOptions
     //
     m_tsbOptions.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbOptions.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbOptions.Name = "m_tsbOptions";
     m_tsbOptions.Size = new System.Drawing.Size(23, 22);
     m_tsbOptions.Text = "Options...";
     //
     // m_tsbHelp
     //
     m_tsbHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbHelp.Name = "m_tsbHelp";
     m_tsbHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbHelp.Text = "Aide";
     //
     // m_lblProduct
     //
     m_lblProduct.AutoSize = true;
     m_lblProduct.Location = new System.Drawing.Point(96, 63);
     m_lblProduct.Name     = "m_lblProduct";
     m_lblProduct.Size     = new System.Drawing.Size(47, 13);
     m_lblProduct.TabIndex = 8;
     m_lblProduct.Text     = "Produit:*";
     //
     // m_btnPickProduct
     //
     m_btnPickProduct.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     m_btnPickProduct.Image    = global::DGD.HubGovernor.Properties.Resources.pick_16;
     m_btnPickProduct.Location = new System.Drawing.Point(418, 77);
     m_btnPickProduct.Name     = "m_btnPickProduct";
     m_btnPickProduct.Size     = new System.Drawing.Size(24, 23);
     m_btnPickProduct.TabIndex = 10;
     m_btnPickProduct.UseVisualStyleBackColor = true;
     //
     // m_pictureBox
     //
     m_pictureBox.Image    = global::DGD.HubGovernor.Properties.Resources.spot_value_64;
     m_pictureBox.Location = new System.Drawing.Point(12, 43);
     m_pictureBox.Name     = "m_pictureBox";
     m_pictureBox.Size     = new System.Drawing.Size(64, 64);
     m_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     m_pictureBox.TabIndex = 7;
     m_pictureBox.TabStop  = false;
     //
     // m_lblPrice
     //
     m_lblPrice.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     m_lblPrice.AutoSize = true;
     m_lblPrice.Location = new System.Drawing.Point(315, 113);
     m_lblPrice.Name     = "m_lblPrice";
     m_lblPrice.Size     = new System.Drawing.Size(31, 13);
     m_lblPrice.TabIndex = 11;
     m_lblPrice.Text     = "Prix:*";
     //
     // m_lblDate
     //
     m_lblDate.AutoSize = true;
     m_lblDate.Location = new System.Drawing.Point(102, 113);
     m_lblDate.Name     = "m_lblDate";
     m_lblDate.Size     = new System.Drawing.Size(37, 13);
     m_lblDate.TabIndex = 13;
     m_lblDate.Text     = "Date:*";
     //
     // m_grpProdContext
     //
     m_grpProdContext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     m_grpProdContext.Controls.Add(this.m_cbUnits);
     m_grpProdContext.Controls.Add(m_lblUnit);
     m_grpProdContext.Controls.Add(this.m_cbPlaces);
     m_grpProdContext.Controls.Add(this.m_cbCurrencies);
     m_grpProdContext.Controls.Add(this.m_cbOrign);
     m_grpProdContext.Controls.Add(m_lblCurrency);
     m_grpProdContext.Controls.Add(m_lblPlace);
     m_grpProdContext.Controls.Add(this.m_cbIncoterms);
     m_grpProdContext.Controls.Add(m_lblIncoterms);
     m_grpProdContext.Controls.Add(m_lblOrigin);
     m_grpProdContext.Location = new System.Drawing.Point(12, 134);
     m_grpProdContext.Name     = "m_grpProdContext";
     m_grpProdContext.Size     = new System.Drawing.Size(430, 170);
     m_grpProdContext.TabIndex = 15;
     m_grpProdContext.TabStop  = false;
     m_grpProdContext.Text     = " Contexte de produit ";
     //
     // m_cbUnits
     //
     this.m_cbUnits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbUnits.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbUnits.FormattingEnabled = true;
     this.m_cbUnits.Location          = new System.Drawing.Point(274, 108);
     this.m_cbUnits.Name     = "m_cbUnits";
     this.m_cbUnits.Size     = new System.Drawing.Size(141, 21);
     this.m_cbUnits.Sorted   = true;
     this.m_cbUnits.TabIndex = 18;
     //
     // m_lblUnit
     //
     m_lblUnit.AutoSize = true;
     m_lblUnit.Location = new System.Drawing.Point(274, 92);
     m_lblUnit.Name     = "m_lblUnit";
     m_lblUnit.Size     = new System.Drawing.Size(39, 13);
     m_lblUnit.TabIndex = 17;
     m_lblUnit.Text     = "Unité:*";
     //
     // m_cbPlaces
     //
     this.m_cbPlaces.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbPlaces.FormattingEnabled = true;
     this.m_cbPlaces.Location          = new System.Drawing.Point(6, 129);
     this.m_cbPlaces.Name     = "m_cbPlaces";
     this.m_cbPlaces.Size     = new System.Drawing.Size(230, 21);
     this.m_cbPlaces.Sorted   = true;
     this.m_cbPlaces.TabIndex = 18;
     //
     // m_cbCurrencies
     //
     this.m_cbCurrencies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbCurrencies.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbCurrencies.FormattingEnabled = true;
     this.m_cbCurrencies.Location          = new System.Drawing.Point(274, 60);
     this.m_cbCurrencies.Name     = "m_cbCurrencies";
     this.m_cbCurrencies.Size     = new System.Drawing.Size(141, 21);
     this.m_cbCurrencies.Sorted   = true;
     this.m_cbCurrencies.TabIndex = 16;
     //
     // m_cbOrign
     //
     this.m_cbOrign.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbOrign.FormattingEnabled = true;
     this.m_cbOrign.Location          = new System.Drawing.Point(6, 39);
     this.m_cbOrign.Name     = "m_cbOrign";
     this.m_cbOrign.Size     = new System.Drawing.Size(230, 21);
     this.m_cbOrign.Sorted   = true;
     this.m_cbOrign.TabIndex = 17;
     //
     // m_lblCurrency
     //
     m_lblCurrency.AutoSize = true;
     m_lblCurrency.Location = new System.Drawing.Point(274, 44);
     m_lblCurrency.Name     = "m_lblCurrency";
     m_lblCurrency.Size     = new System.Drawing.Size(55, 13);
     m_lblCurrency.TabIndex = 0;
     m_lblCurrency.Text     = "Monnaie:*";
     //
     // m_lblPlace
     //
     m_lblPlace.AutoSize = true;
     m_lblPlace.Location = new System.Drawing.Point(6, 113);
     m_lblPlace.Name     = "m_lblPlace";
     m_lblPlace.Size     = new System.Drawing.Size(30, 13);
     m_lblPlace.TabIndex = 16;
     m_lblPlace.Text     = "Lieu:";
     //
     // m_cbIncoterms
     //
     this.m_cbIncoterms.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbIncoterms.FormattingEnabled = true;
     this.m_cbIncoterms.Location          = new System.Drawing.Point(6, 84);
     this.m_cbIncoterms.Name     = "m_cbIncoterms";
     this.m_cbIncoterms.Size     = new System.Drawing.Size(91, 21);
     this.m_cbIncoterms.Sorted   = true;
     this.m_cbIncoterms.TabIndex = 15;
     //
     // m_lblIncoterms
     //
     m_lblIncoterms.AutoSize = true;
     m_lblIncoterms.Location = new System.Drawing.Point(6, 68);
     m_lblIncoterms.Name     = "m_lblIncoterms";
     m_lblIncoterms.Size     = new System.Drawing.Size(56, 13);
     m_lblIncoterms.TabIndex = 14;
     m_lblIncoterms.Text     = "Incoterms:";
     //
     // m_lblOrigin
     //
     m_lblOrigin.AutoSize = true;
     m_lblOrigin.Location = new System.Drawing.Point(6, 23);
     m_lblOrigin.Name     = "m_lblOrigin";
     m_lblOrigin.Size     = new System.Drawing.Size(47, 13);
     m_lblOrigin.TabIndex = 11;
     m_lblOrigin.Text     = "Origine:*";
     //
     // m_lbMsg
     //
     m_lbMsg.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     m_lbMsg.AutoSize = true;
     m_lbMsg.Location = new System.Drawing.Point(9, 343);
     m_lbMsg.Name     = "m_lbMsg";
     m_lbMsg.Size     = new System.Drawing.Size(300, 13);
     m_lbMsg.TabIndex = 19;
     m_lbMsg.Text     = "Les éléments marqués d’un astérisque (*)  doivent êtres servis.";
     //
     // m_grpSep
     //
     m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     m_grpSep.Location = new System.Drawing.Point(12, 338);
     m_grpSep.Name     = "m_grpSep";
     m_grpSep.Size     = new System.Drawing.Size(441, 2);
     m_grpSep.TabIndex = 18;
     m_grpSep.TabStop  = false;
     //
     // m_tbProduct
     //
     this.m_tbProduct.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tbProduct.BackColor = System.Drawing.SystemColors.Info;
     this.m_tbProduct.Location  = new System.Drawing.Point(99, 80);
     this.m_tbProduct.Name      = "m_tbProduct";
     this.m_tbProduct.ReadOnly  = true;
     this.m_tbProduct.Size      = new System.Drawing.Size(313, 20);
     this.m_tbProduct.TabIndex  = 9;
     //
     // m_nupPrice
     //
     this.m_nupPrice.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_nupPrice.Location = new System.Drawing.Point(354, 109);
     this.m_nupPrice.Name     = "m_nupPrice";
     this.m_nupPrice.Size     = new System.Drawing.Size(88, 20);
     this.m_nupPrice.TabIndex = 12;
     //
     // m_dtpSpotTime
     //
     this.m_dtpSpotTime.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dtpSpotTime.Location = new System.Drawing.Point(147, 109);
     this.m_dtpSpotTime.Name     = "m_dtpSpotTime";
     this.m_dtpSpotTime.Size     = new System.Drawing.Size(116, 20);
     this.m_dtpSpotTime.TabIndex = 14;
     //
     // m_lblSupplier
     //
     this.m_lblSupplier.AutoSize = true;
     this.m_lblSupplier.Location = new System.Drawing.Point(18, 307);
     this.m_lblSupplier.Name     = "m_lblSupplier";
     this.m_lblSupplier.Size     = new System.Drawing.Size(10, 13);
     this.m_lblSupplier.TabIndex = 17;
     this.m_lblSupplier.Text     = "-";
     //
     // m_lblSession
     //
     m_lblSession.AutoSize = true;
     m_lblSession.Location = new System.Drawing.Point(96, 43);
     m_lblSession.Name     = "m_lblSession";
     m_lblSession.Size     = new System.Drawing.Size(51, 13);
     m_lblSession.TabIndex = 20;
     m_lblSession.Text     = "Session:*";
     //
     // m_nudSession
     //
     this.m_nudSession.Location = new System.Drawing.Point(153, 41);
     this.m_nudSession.Name     = "m_nudSession";
     this.m_nudSession.Size     = new System.Drawing.Size(95, 20);
     this.m_nudSession.TabIndex = 21;
     //
     // TRVectorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(471, 366);
     this.Controls.Add(this.m_nudSession);
     this.Controls.Add(m_lblSession);
     this.Controls.Add(m_lbMsg);
     this.Controls.Add(m_grpSep);
     this.Controls.Add(this.m_lblSupplier);
     this.Controls.Add(m_grpProdContext);
     this.Controls.Add(this.m_dtpSpotTime);
     this.Controls.Add(m_lblDate);
     this.Controls.Add(this.m_nupPrice);
     this.Controls.Add(m_lblPrice);
     this.Controls.Add(m_btnPickProduct);
     this.Controls.Add(this.m_tbProduct);
     this.Controls.Add(m_lblProduct);
     this.Controls.Add(m_pictureBox);
     this.Controls.Add(m_toolStrip);
     this.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(474, 398);
     this.Name        = "TRVectorForm";
     this.Text        = "Valeur Spot";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).EndInit();
     m_grpProdContext.ResumeLayout(false);
     m_grpProdContext.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nupPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudSession)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 40
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.ToolStrip commands;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusWindow));
     System.Windows.Forms.StatusStrip statusBar;
     System.Windows.Forms.ImageList   explorerImages;
     this.refreshCommand  = new System.Windows.Forms.ToolStripButton();
     this.currentStatus   = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.statusExplorer  = new System.Windows.Forms.TreeView();
     this.statusDetails   = new System.Windows.Forms.PropertyGrid();
     this.statusProgress  = new System.Windows.Forms.ProgressBar();
     this.displayWorker   = new System.ComponentModel.BackgroundWorker();
     this.refreshTimer    = new System.Windows.Forms.Timer(this.components);
     commands             = new System.Windows.Forms.ToolStrip();
     statusBar            = new System.Windows.Forms.StatusStrip();
     explorerImages       = new System.Windows.Forms.ImageList(this.components);
     commands.SuspendLayout();
     statusBar.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // commands
     //
     commands.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     commands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.refreshCommand
     });
     commands.Location = new System.Drawing.Point(0, 0);
     commands.Name     = "commands";
     commands.Size     = new System.Drawing.Size(533, 25);
     commands.TabIndex = 0;
     commands.Text     = "toolStrip1";
     //
     // refreshCommand
     //
     this.refreshCommand.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshCommand.Image                 = ((System.Drawing.Image)(resources.GetObject("refreshCommand.Image")));
     this.refreshCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.refreshCommand.Name   = "refreshCommand";
     this.refreshCommand.Size   = new System.Drawing.Size(23, 22);
     this.refreshCommand.Text   = "Refresh";
     this.refreshCommand.Click += new System.EventHandler(this.refreshCommand_Click);
     //
     // statusBar
     //
     statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.currentStatus
     });
     statusBar.Location = new System.Drawing.Point(0, 366);
     statusBar.Name     = "statusBar";
     statusBar.Size     = new System.Drawing.Size(533, 22);
     statusBar.TabIndex = 1;
     statusBar.Text     = "statusStrip1";
     //
     // currentStatus
     //
     this.currentStatus.Name      = "currentStatus";
     this.currentStatus.Size      = new System.Drawing.Size(518, 17);
     this.currentStatus.Spring    = true;
     this.currentStatus.Text      = "Loading status...";
     this.currentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // explorerImages
     //
     explorerImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerImages.ImageStream")));
     explorerImages.TransparentColor = System.Drawing.Color.Transparent;
     explorerImages.Images.SetKeyName(0, "Unknown");
     explorerImages.Images.SetKeyName(1, "CompletedSuccess");
     explorerImages.Images.SetKeyName(2, "CompletedFailed");
     explorerImages.Images.SetKeyName(3, "Pending");
     explorerImages.Images.SetKeyName(4, "Cancelled");
     explorerImages.Images.SetKeyName(5, "Running");
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.statusExplorer);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusDetails);
     this.splitContainer1.Panel2.Controls.Add(this.statusProgress);
     this.splitContainer1.Size             = new System.Drawing.Size(533, 341);
     this.splitContainer1.SplitterDistance = 263;
     this.splitContainer1.TabIndex         = 2;
     //
     // statusExplorer
     //
     this.statusExplorer.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.statusExplorer.ImageKey           = "Unknown";
     this.statusExplorer.ImageList          = explorerImages;
     this.statusExplorer.Location           = new System.Drawing.Point(0, 0);
     this.statusExplorer.Name               = "statusExplorer";
     this.statusExplorer.SelectedImageIndex = 0;
     this.statusExplorer.Size               = new System.Drawing.Size(263, 341);
     this.statusExplorer.TabIndex           = 0;
     this.statusExplorer.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.statusExplorer_AfterSelect);
     //
     // statusDetails
     //
     this.statusDetails.CommandsVisibleIfAvailable = false;
     this.statusDetails.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.statusDetails.Location       = new System.Drawing.Point(0, 23);
     this.statusDetails.Name           = "statusDetails";
     this.statusDetails.PropertySort   = System.Windows.Forms.PropertySort.Alphabetical;
     this.statusDetails.Size           = new System.Drawing.Size(266, 318);
     this.statusDetails.TabIndex       = 0;
     this.statusDetails.ToolbarVisible = false;
     //
     // statusProgress
     //
     this.statusProgress.Dock     = System.Windows.Forms.DockStyle.Top;
     this.statusProgress.Location = new System.Drawing.Point(0, 0);
     this.statusProgress.Name     = "statusProgress";
     this.statusProgress.Size     = new System.Drawing.Size(266, 23);
     this.statusProgress.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.statusProgress.TabIndex = 1;
     //
     // displayWorker
     //
     this.displayWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.displayWorker_DoWork);
     this.displayWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.displayWorker_RunWorkerCompleted);
     //
     // refreshTimer
     //
     this.refreshTimer.Interval = 5000;
     this.refreshTimer.Tick    += new System.EventHandler(this.refreshTimer_Tick);
     //
     // CurrentStatusWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(533, 388);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(statusBar);
     this.Controls.Add(commands);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "CurrentStatusWindow";
     this.Text = "Current Status for ...";
     commands.ResumeLayout(false);
     commands.PerformLayout();
     statusBar.ResumeLayout(false);
     statusBar.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip          m_toolStrip;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.ToolStripButton    m_tsbSettings;
     System.Windows.Forms.ToolStripButton    m_tsbHelp;
     System.Windows.Forms.Label      m_lblName;
     System.Windows.Forms.Label      m_lblPrivilege;
     System.Windows.Forms.Label      m_lbMsg;
     System.Windows.Forms.GroupBox   m_grpSep;
     System.Windows.Forms.PictureBox m_pbLogo;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProfileForm));
     this.m_tsbSave       = new System.Windows.Forms.ToolStripButton();
     this.m_tsbReload     = new System.Windows.Forms.ToolStripButton();
     this.m_tbProfileName = new System.Windows.Forms.TextBox();
     this.m_cbPrivilege   = new System.Windows.Forms.ComboBox();
     m_toolStrip          = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     m_tsbSettings        = new System.Windows.Forms.ToolStripButton();
     m_tsbHelp            = new System.Windows.Forms.ToolStripButton();
     m_lblName            = new System.Windows.Forms.Label();
     m_lblPrivilege       = new System.Windows.Forms.Label();
     m_lbMsg  = new System.Windows.Forms.Label();
     m_grpSep = new System.Windows.Forms.GroupBox();
     m_pbLogo = new System.Windows.Forms.PictureBox();
     m_toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).BeginInit();
     this.SuspendLayout();
     //
     // m_toolStrip
     //
     m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbSave,
         toolStripSeparator1,
         this.m_tsbReload,
         toolStripSeparator2,
         m_tsbSettings,
         m_tsbHelp
     });
     m_toolStrip.Location = new System.Drawing.Point(0, 0);
     m_toolStrip.Name     = "m_toolStrip";
     m_toolStrip.Size     = new System.Drawing.Size(399, 25);
     m_toolStrip.TabIndex = 0;
     //
     // m_tsbSave
     //
     this.m_tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbSave.Image                 = global::DGD.HubGovernor.Properties.Resources.save_16;
     this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbSave.Name   = "m_tsbSave";
     this.m_tsbSave.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbSave.Text   = "Enregistrer";
     this.m_tsbSave.Click += new System.EventHandler(this.Save_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbReload
     //
     this.m_tsbReload.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbReload.Image                 = global::DGD.HubGovernor.Properties.Resources.refresh_16;
     this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbReload.Name = "m_tsbReload";
     this.m_tsbReload.Size = new System.Drawing.Size(23, 22);
     this.m_tsbReload.Text = "Recharger";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbSettings
     //
     m_tsbSettings.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbSettings.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbSettings.Name   = "m_tsbSettings";
     m_tsbSettings.Size   = new System.Drawing.Size(23, 22);
     m_tsbSettings.Text   = "Paramètres";
     m_tsbSettings.Click += new System.EventHandler(this.Settings_Click);
     //
     // m_tsbHelp
     //
     m_tsbHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbHelp.Name = "m_tsbHelp";
     m_tsbHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbHelp.Text = "Aide";
     //
     // m_lblName
     //
     m_lblName.AutoSize = true;
     m_lblName.Location = new System.Drawing.Point(96, 44);
     m_lblName.Name     = "m_lblName";
     m_lblName.Size     = new System.Drawing.Size(82, 13);
     m_lblName.TabIndex = 2;
     m_lblName.Text     = "Nom du profile:*";
     //
     // m_lblPrivilege
     //
     m_lblPrivilege.AutoSize = true;
     m_lblPrivilege.Location = new System.Drawing.Point(96, 80);
     m_lblPrivilege.Name     = "m_lblPrivilege";
     m_lblPrivilege.Size     = new System.Drawing.Size(54, 13);
     m_lblPrivilege.TabIndex = 4;
     m_lblPrivilege.Text     = "Privilège:*";
     //
     // m_lbMsg
     //
     m_lbMsg.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     m_lbMsg.AutoSize = true;
     m_lbMsg.Location = new System.Drawing.Point(19, 143);
     m_lbMsg.Name     = "m_lbMsg";
     m_lbMsg.Size     = new System.Drawing.Size(300, 13);
     m_lbMsg.TabIndex = 11;
     m_lbMsg.Text     = "Les éléments marqués d’un astérisque (*)  doivent êtres servis.";
     //
     // m_grpSep
     //
     m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     m_grpSep.Location = new System.Drawing.Point(18, 134);
     m_grpSep.Name     = "m_grpSep";
     m_grpSep.Size     = new System.Drawing.Size(367, 2);
     m_grpSep.TabIndex = 10;
     m_grpSep.TabStop  = false;
     //
     // m_pbLogo
     //
     m_pbLogo.Image    = global::DGD.HubGovernor.Properties.Resources.profile_64;
     m_pbLogo.Location = new System.Drawing.Point(12, 44);
     m_pbLogo.Name     = "m_pbLogo";
     m_pbLogo.Size     = new System.Drawing.Size(64, 64);
     m_pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     m_pbLogo.TabIndex = 1;
     m_pbLogo.TabStop  = false;
     //
     // m_tbProfileName
     //
     this.m_tbProfileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tbProfileName.Location     = new System.Drawing.Point(185, 40);
     this.m_tbProfileName.Name         = "m_tbProfileName";
     this.m_tbProfileName.Size         = new System.Drawing.Size(192, 20);
     this.m_tbProfileName.TabIndex     = 3;
     this.m_tbProfileName.TextChanged += new System.EventHandler(this.ProfileName_TextChanged);
     //
     // m_cbPrivilege
     //
     this.m_cbPrivilege.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbPrivilege.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbPrivilege.FormattingEnabled = true;
     this.m_cbPrivilege.Location          = new System.Drawing.Point(185, 76);
     this.m_cbPrivilege.Name     = "m_cbPrivilege";
     this.m_cbPrivilege.Size     = new System.Drawing.Size(192, 21);
     this.m_cbPrivilege.Sorted   = true;
     this.m_cbPrivilege.TabIndex = 5;
     //
     // ProfileForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(399, 168);
     this.Controls.Add(m_lbMsg);
     this.Controls.Add(m_grpSep);
     this.Controls.Add(this.m_cbPrivilege);
     this.Controls.Add(m_lblPrivilege);
     this.Controls.Add(this.m_tbProfileName);
     this.Controls.Add(m_lblName);
     this.Controls.Add(m_pbLogo);
     this.Controls.Add(m_toolStrip);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(345, 187);
     this.Name        = "ProfileForm";
     this.Text        = "Profile";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Panel guiBottomDock;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label guiLabel1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(D3ProfileExplorerLight));
            System.Windows.Forms.ToolStrip toolStrip1;
            this.guiBattleNetHostList = new System.Windows.Forms.ComboBox();
            this.guiBattleNetLanguageList = new System.Windows.Forms.ComboBox();
            this.guiAddProfile = new System.Windows.Forms.Button();
            this.guiBattleTag = new System.Windows.Forms.TextBox();
            this.guiShowFullExplorer = new System.Windows.Forms.ToolStripButton();
            this.guiProfilePanel = new System.Windows.Forms.FlowLayoutPanel();
            this.guiHeroesPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.guiItemsPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.guiRefreshCareer = new System.Windows.Forms.Button();
            this.guiRefreshHero = new System.Windows.Forms.Button();
            this.guiRunCalculator = new System.Windows.Forms.Button();
            guiBottomDock = new System.Windows.Forms.Panel();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            guiLabel1 = new System.Windows.Forms.Label();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            guiBottomDock.SuspendLayout();
            toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // guiBottomDock
            // 
            guiBottomDock.AutoSize = true;
            guiBottomDock.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            guiBottomDock.Controls.Add(this.guiBattleNetHostList);
            guiBottomDock.Controls.Add(label2);
            guiBottomDock.Controls.Add(this.guiBattleNetLanguageList);
            guiBottomDock.Controls.Add(label1);
            guiBottomDock.Controls.Add(guiLabel1);
            guiBottomDock.Controls.Add(this.guiAddProfile);
            guiBottomDock.Controls.Add(this.guiBattleTag);
            guiBottomDock.Dock = System.Windows.Forms.DockStyle.Bottom;
            guiBottomDock.Location = new System.Drawing.Point(0, 531);
            guiBottomDock.Name = "guiBottomDock";
            guiBottomDock.Size = new System.Drawing.Size(1008, 30);
            guiBottomDock.TabIndex = 3;
            // 
            // guiBattleNetHostList
            // 
            this.guiBattleNetHostList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.guiBattleNetHostList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiBattleNetHostList.FormattingEnabled = true;
            this.guiBattleNetHostList.Location = new System.Drawing.Point(41, 6);
            this.guiBattleNetHostList.Name = "guiBattleNetHostList";
            this.guiBattleNetHostList.Size = new System.Drawing.Size(100, 21);
            this.guiBattleNetHostList.TabIndex = 1;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(147, 9);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(58, 13);
            label2.TabIndex = 2;
            label2.Text = "Language:";
            // 
            // guiBattleNetLanguageList
            // 
            this.guiBattleNetLanguageList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.guiBattleNetLanguageList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiBattleNetLanguageList.FormattingEnabled = true;
            this.guiBattleNetLanguageList.Location = new System.Drawing.Point(211, 6);
            this.guiBattleNetLanguageList.Name = "guiBattleNetLanguageList";
            this.guiBattleNetLanguageList.Size = new System.Drawing.Size(69, 21);
            this.guiBattleNetLanguageList.TabIndex = 3;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 9);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(32, 13);
            label1.TabIndex = 0;
            label1.Text = "Host:";
            // 
            // guiLabel1
            // 
            guiLabel1.AutoSize = true;
            guiLabel1.Location = new System.Drawing.Point(286, 9);
            guiLabel1.Name = "guiLabel1";
            guiLabel1.Size = new System.Drawing.Size(59, 13);
            guiLabel1.TabIndex = 4;
            guiLabel1.Text = "Battle Tag:";
            // 
            // guiAddProfile
            // 
            this.guiAddProfile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiAddProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiAddProfile.Image = ((System.Drawing.Image)(resources.GetObject("guiAddProfile.Image")));
            this.guiAddProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiAddProfile.Location = new System.Drawing.Point(457, 4);
            this.guiAddProfile.Name = "guiAddProfile";
            this.guiAddProfile.Size = new System.Drawing.Size(100, 23);
            this.guiAddProfile.TabIndex = 6;
            this.guiAddProfile.Text = "Add Profile";
            this.guiAddProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.guiAddProfile.UseVisualStyleBackColor = true;
            this.guiAddProfile.Click += new System.EventHandler(this.guiAddProfile_Click);
            // 
            // guiBattleTag
            // 
            this.guiBattleTag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.guiBattleTag.Location = new System.Drawing.Point(351, 7);
            this.guiBattleTag.Name = "guiBattleTag";
            this.guiBattleTag.Size = new System.Drawing.Size(100, 20);
            this.guiBattleTag.TabIndex = 5;
            // 
            // toolStrip1
            // 
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.guiShowFullExplorer});
            toolStrip1.Location = new System.Drawing.Point(0, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(1008, 25);
            toolStrip1.TabIndex = 4;
            toolStrip1.Text = "toolStrip1";
            // 
            // guiShowFullExplorer
            // 
            this.guiShowFullExplorer.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.guiShowFullExplorer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.guiShowFullExplorer.Image = ((System.Drawing.Image)(resources.GetObject("guiShowFullExplorer.Image")));
            this.guiShowFullExplorer.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.guiShowFullExplorer.Name = "guiShowFullExplorer";
            this.guiShowFullExplorer.Size = new System.Drawing.Size(23, 22);
            this.guiShowFullExplorer.Text = "Show Full Explorer";
            this.guiShowFullExplorer.Click += new System.EventHandler(this.guiShowFullExplorer_Click);
            // 
            // guiProfilePanel
            // 
            this.guiProfilePanel.AutoScroll = true;
            this.guiProfilePanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiProfilePanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.guiProfilePanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.guiProfilePanel.Location = new System.Drawing.Point(0, 25);
            this.guiProfilePanel.Name = "guiProfilePanel";
            this.guiProfilePanel.Padding = new System.Windows.Forms.Padding(3);
            this.guiProfilePanel.Size = new System.Drawing.Size(214, 506);
            this.guiProfilePanel.TabIndex = 0;
            // 
            // guiHeroesPanel
            // 
            this.guiHeroesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.guiHeroesPanel.AutoScroll = true;
            this.guiHeroesPanel.Location = new System.Drawing.Point(220, 57);
            this.guiHeroesPanel.Name = "guiHeroesPanel";
            this.guiHeroesPanel.Size = new System.Drawing.Size(281, 474);
            this.guiHeroesPanel.TabIndex = 1;
            // 
            // guiItemsPanel
            // 
            this.guiItemsPanel.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.guiItemsPanel.AutoScroll = true;
            this.guiItemsPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.guiItemsPanel.Location = new System.Drawing.Point(507, 57);
            this.guiItemsPanel.Name = "guiItemsPanel";
            this.guiItemsPanel.Size = new System.Drawing.Size(498, 474);
            this.guiItemsPanel.TabIndex = 2;
            // 
            // guiRefreshCareer
            // 
            this.guiRefreshCareer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRefreshCareer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRefreshCareer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRefreshCareer.Location = new System.Drawing.Point(223, 28);
            this.guiRefreshCareer.Name = "guiRefreshCareer";
            this.guiRefreshCareer.Size = new System.Drawing.Size(250, 23);
            this.guiRefreshCareer.TabIndex = 7;
            this.guiRefreshCareer.Text = "Refresh Career";
            this.guiRefreshCareer.UseVisualStyleBackColor = true;
            this.guiRefreshCareer.Click += new System.EventHandler(this.guiRefreshCareer_Click);
            // 
            // guiRefreshHero
            // 
            this.guiRefreshHero.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRefreshHero.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRefreshHero.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRefreshHero.Location = new System.Drawing.Point(510, 28);
            this.guiRefreshHero.Name = "guiRefreshHero";
            this.guiRefreshHero.Size = new System.Drawing.Size(198, 23);
            this.guiRefreshHero.TabIndex = 8;
            this.guiRefreshHero.Text = "Refresh Hero";
            this.guiRefreshHero.UseVisualStyleBackColor = true;
            this.guiRefreshHero.Click += new System.EventHandler(this.guiRefreshHero_Click);
            // 
            // guiRunCalculator
            // 
            this.guiRunCalculator.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRunCalculator.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRunCalculator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRunCalculator.Location = new System.Drawing.Point(714, 28);
            this.guiRunCalculator.Name = "guiRunCalculator";
            this.guiRunCalculator.Size = new System.Drawing.Size(196, 23);
            this.guiRunCalculator.TabIndex = 9;
            this.guiRunCalculator.Text = "Run Calculator";
            this.guiRunCalculator.UseVisualStyleBackColor = true;
            this.guiRunCalculator.Click += new System.EventHandler(this.guiRunCalculator_Click);
            // 
            // D3ProfileExplorerLight
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1008, 561);
            this.Controls.Add(this.guiRunCalculator);
            this.Controls.Add(this.guiRefreshHero);
            this.Controls.Add(this.guiRefreshCareer);
            this.Controls.Add(this.guiItemsPanel);
            this.Controls.Add(this.guiProfilePanel);
            this.Controls.Add(this.guiHeroesPanel);
            this.Controls.Add(toolStrip1);
            this.Controls.Add(guiBottomDock);
            this.Name = "D3ProfileExplorerLight";
            this.Text = "D3 Profile Explorer Light by ZTn";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.D3ProfileExplorerLight_FormClosing);
            guiBottomDock.ResumeLayout(false);
            guiBottomDock.PerformLayout();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 43
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStripContainer tscFileImport;
            System.Windows.Forms.TableLayoutPanel tlpFileImport;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm));
            System.Windows.Forms.GroupBox gbImportedTransactionList;
            System.Windows.Forms.GroupBox gbTransactionDetails;
            System.Windows.Forms.TableLayoutPanel tlpDetails;
            System.Windows.Forms.Label lblDate;
            System.Windows.Forms.Label lblTitle;
            System.Windows.Forms.Label lblAccount;
            System.Windows.Forms.Label lblAmount;
            System.Windows.Forms.Label lblTags;
            System.Windows.Forms.ToolStrip tsFileImport;
            this.lbImportedTransactions = new System.Windows.Forms.ListBox();
            this.cbImport = new System.Windows.Forms.CheckBox();
            this.dtpDate = new System.Windows.Forms.DateTimePicker();
            this.tbTitle = new System.Windows.Forms.TextBox();
            this.cbImplementsPlan = new System.Windows.Forms.CheckBox();
            this.cbPlan = new System.Windows.Forms.ComboBox();
            this.cbAccount = new System.Windows.Forms.ComboBox();
            this.numAmount = new System.Windows.Forms.NumericUpDown();
            this.lblCurrency = new System.Windows.Forms.Label();
            this.ttbTags = new easyMoney.Controls.TagTextBox();
            this.tsbOpen = new System.Windows.Forms.ToolStripButton();
            this.tsbClose = new System.Windows.Forms.ToolStripButton();
            this.tsbImport = new System.Windows.Forms.ToolStripButton();
            this.fdFileOpen = new System.Windows.Forms.OpenFileDialog();
            tscFileImport = new System.Windows.Forms.ToolStripContainer();
            tlpFileImport = new System.Windows.Forms.TableLayoutPanel();
            gbImportedTransactionList = new System.Windows.Forms.GroupBox();
            gbTransactionDetails = new System.Windows.Forms.GroupBox();
            tlpDetails = new System.Windows.Forms.TableLayoutPanel();
            lblDate = new System.Windows.Forms.Label();
            lblTitle = new System.Windows.Forms.Label();
            lblAccount = new System.Windows.Forms.Label();
            lblAmount = new System.Windows.Forms.Label();
            lblTags = new System.Windows.Forms.Label();
            tsFileImport = new System.Windows.Forms.ToolStrip();
            tscFileImport.ContentPanel.SuspendLayout();
            tscFileImport.TopToolStripPanel.SuspendLayout();
            tscFileImport.SuspendLayout();
            tlpFileImport.SuspendLayout();
            gbImportedTransactionList.SuspendLayout();
            gbTransactionDetails.SuspendLayout();
            tlpDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
            tsFileImport.SuspendLayout();
            this.SuspendLayout();
            // 
            // tscFileImport
            // 
            tscFileImport.BottomToolStripPanelVisible = false;
            // 
            // tscFileImport.ContentPanel
            // 
            tscFileImport.ContentPanel.Controls.Add(tlpFileImport);
            resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel");
            resources.ApplyResources(tscFileImport, "tscFileImport");
            tscFileImport.LeftToolStripPanelVisible = false;
            tscFileImport.Name = "tscFileImport";
            tscFileImport.RightToolStripPanelVisible = false;
            // 
            // tscFileImport.TopToolStripPanel
            // 
            tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport);
            // 
            // tlpFileImport
            // 
            resources.ApplyResources(tlpFileImport, "tlpFileImport");
            tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0);
            tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0);
            tlpFileImport.Name = "tlpFileImport";
            // 
            // gbImportedTransactionList
            // 
            gbImportedTransactionList.Controls.Add(this.lbImportedTransactions);
            resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList");
            gbImportedTransactionList.Name = "gbImportedTransactionList";
            gbImportedTransactionList.TabStop = false;
            // 
            // lbImportedTransactions
            // 
            resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions");
            this.lbImportedTransactions.FormattingEnabled = true;
            this.lbImportedTransactions.Name = "lbImportedTransactions";
            this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged);
            // 
            // gbTransactionDetails
            // 
            gbTransactionDetails.Controls.Add(tlpDetails);
            resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails");
            gbTransactionDetails.Name = "gbTransactionDetails";
            gbTransactionDetails.TabStop = false;
            // 
            // tlpDetails
            // 
            resources.ApplyResources(tlpDetails, "tlpDetails");
            tlpDetails.Controls.Add(this.cbImport, 0, 0);
            tlpDetails.Controls.Add(lblDate, 0, 1);
            tlpDetails.Controls.Add(this.dtpDate, 0, 2);
            tlpDetails.Controls.Add(lblTitle, 0, 3);
            tlpDetails.Controls.Add(this.tbTitle, 0, 4);
            tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5);
            tlpDetails.Controls.Add(this.cbPlan, 0, 6);
            tlpDetails.Controls.Add(lblAccount, 0, 7);
            tlpDetails.Controls.Add(this.cbAccount, 0, 8);
            tlpDetails.Controls.Add(lblAmount, 0, 9);
            tlpDetails.Controls.Add(this.numAmount, 0, 10);
            tlpDetails.Controls.Add(this.lblCurrency, 2, 10);
            tlpDetails.Controls.Add(lblTags, 0, 11);
            tlpDetails.Controls.Add(this.ttbTags, 0, 12);
            tlpDetails.Name = "tlpDetails";
            // 
            // cbImport
            // 
            resources.ApplyResources(this.cbImport, "cbImport");
            tlpDetails.SetColumnSpan(this.cbImport, 3);
            this.cbImport.Name = "cbImport";
            this.cbImport.UseVisualStyleBackColor = true;
            // 
            // lblDate
            // 
            resources.ApplyResources(lblDate, "lblDate");
            tlpDetails.SetColumnSpan(lblDate, 3);
            lblDate.Name = "lblDate";
            // 
            // dtpDate
            // 
            tlpDetails.SetColumnSpan(this.dtpDate, 3);
            resources.ApplyResources(this.dtpDate, "dtpDate");
            this.dtpDate.Name = "dtpDate";
            // 
            // lblTitle
            // 
            resources.ApplyResources(lblTitle, "lblTitle");
            tlpDetails.SetColumnSpan(lblTitle, 3);
            lblTitle.Name = "lblTitle";
            // 
            // tbTitle
            // 
            this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            tlpDetails.SetColumnSpan(this.tbTitle, 3);
            resources.ApplyResources(this.tbTitle, "tbTitle");
            this.tbTitle.Name = "tbTitle";
            // 
            // cbImplementsPlan
            // 
            resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan");
            tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3);
            this.cbImplementsPlan.Name = "cbImplementsPlan";
            this.cbImplementsPlan.UseVisualStyleBackColor = true;
            // 
            // cbPlan
            // 
            tlpDetails.SetColumnSpan(this.cbPlan, 3);
            resources.ApplyResources(this.cbPlan, "cbPlan");
            this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbPlan.FormattingEnabled = true;
            this.cbPlan.Name = "cbPlan";
            // 
            // lblAccount
            // 
            resources.ApplyResources(lblAccount, "lblAccount");
            tlpDetails.SetColumnSpan(lblAccount, 3);
            lblAccount.Name = "lblAccount";
            // 
            // cbAccount
            // 
            tlpDetails.SetColumnSpan(this.cbAccount, 3);
            resources.ApplyResources(this.cbAccount, "cbAccount");
            this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAccount.FormattingEnabled = true;
            this.cbAccount.Name = "cbAccount";
            // 
            // lblAmount
            // 
            resources.ApplyResources(lblAmount, "lblAmount");
            tlpDetails.SetColumnSpan(lblAmount, 3);
            lblAmount.Name = "lblAmount";
            // 
            // numAmount
            // 
            tlpDetails.SetColumnSpan(this.numAmount, 2);
            this.numAmount.DecimalPlaces = 2;
            resources.ApplyResources(this.numAmount, "numAmount");
            this.numAmount.Maximum = new decimal(new int[] {
            1569325055,
            23283064,
            0,
            0});
            this.numAmount.Name = "numAmount";
            // 
            // lblCurrency
            // 
            resources.ApplyResources(this.lblCurrency, "lblCurrency");
            this.lblCurrency.Name = "lblCurrency";
            // 
            // lblTags
            // 
            resources.ApplyResources(lblTags, "lblTags");
            tlpDetails.SetColumnSpan(lblTags, 3);
            lblTags.Name = "lblTags";
            // 
            // ttbTags
            // 
            tlpDetails.SetColumnSpan(this.ttbTags, 3);
            resources.ApplyResources(this.ttbTags, "ttbTags");
            this.ttbTags.Name = "ttbTags";
            this.ttbTags.PopupOpened = false;
            this.ttbTags.ReadOnly = false;
            this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable<string>)(resources.GetObject("ttbTags.Tags")));
            // 
            // tsFileImport
            // 
            resources.ApplyResources(tsFileImport, "tsFileImport");
            tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbOpen,
            this.tsbClose,
            this.tsbImport});
            tsFileImport.Name = "tsFileImport";
            tsFileImport.Stretch = true;
            // 
            // tsbOpen
            // 
            this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
            resources.ApplyResources(this.tsbOpen, "tsbOpen");
            this.tsbOpen.Name = "tsbOpen";
            this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
            // 
            // tsbClose
            // 
            this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick;
            resources.ApplyResources(this.tsbClose, "tsbClose");
            this.tsbClose.Name = "tsbClose";
            this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
            // 
            // tsbImport
            // 
            this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
            resources.ApplyResources(this.tsbImport, "tsbImport");
            this.tsbImport.Name = "tsbImport";
            this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
            // 
            // fdFileOpen
            // 
            this.fdFileOpen.DefaultExt = "*.xml";
            resources.ApplyResources(this.fdFileOpen, "fdFileOpen");
            // 
            // FileImportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tscFileImport);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "FileImportForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.FileImportForm_Load);
            tscFileImport.ContentPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.PerformLayout();
            tscFileImport.ResumeLayout(false);
            tscFileImport.PerformLayout();
            tlpFileImport.ResumeLayout(false);
            gbImportedTransactionList.ResumeLayout(false);
            gbTransactionDetails.ResumeLayout(false);
            tlpDetails.ResumeLayout(false);
            tlpDetails.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
            tsFileImport.ResumeLayout(false);
            tsFileImport.PerformLayout();
            this.ResumeLayout(false);

        }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.Label label1;
			System.Windows.Forms.ToolStrip toolStrip2;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemsControl));
			this.ProjectComboBox = new System.Windows.Forms.ToolStripComboBox();
			this.ItemsGridView = new System.Windows.Forms.DataGridView();
			this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.project = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.AddButton = new System.Windows.Forms.ToolStripButton();
			this.DeleteButton = new System.Windows.Forms.ToolStripButton();
			this.AddAttachmentButton = new System.Windows.Forms.ToolStripButton();
			this.OnTimeHostLabel = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			toolStrip2 = new System.Windows.Forms.ToolStrip();
			toolStrip2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.ItemsGridView)).BeginInit();
			this.toolStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(18, 20);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(113, 13);
			label1.TabIndex = 8;
			label1.Text = "Displaying Defects for:";
			// 
			// toolStrip2
			// 
			toolStrip2.AutoSize = false;
			toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
			toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ProjectComboBox});
			toolStrip2.Location = new System.Drawing.Point(295, 41);
			toolStrip2.Name = "toolStrip2";
			toolStrip2.Size = new System.Drawing.Size(470, 25);
			toolStrip2.TabIndex = 18;
			toolStrip2.Text = "toolStrip2";
			// 
			// ProjectComboBox
			// 
			this.ProjectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ProjectComboBox.Name = "ProjectComboBox";
			this.ProjectComboBox.Size = new System.Drawing.Size(121, 25);
			// 
			// ItemsGridView
			// 
			this.ItemsGridView.AllowUserToAddRows = false;
			this.ItemsGridView.AllowUserToDeleteRows = false;
			this.ItemsGridView.AllowUserToResizeColumns = false;
			this.ItemsGridView.AllowUserToResizeRows = false;
			this.ItemsGridView.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.ItemsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.ItemsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.id,
            this.name,
            this.project});
			this.ItemsGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
			this.ItemsGridView.Location = new System.Drawing.Point(21, 69);
			this.ItemsGridView.Name = "ItemsGridView";
			this.ItemsGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.ItemsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.ItemsGridView.Size = new System.Drawing.Size(744, 240);
			this.ItemsGridView.TabIndex = 9;
			// 
			// id
			// 
			this.id.DataPropertyName = "id";
			this.id.HeaderText = "ID";
			this.id.Name = "id";
			this.id.Width = 50;
			// 
			// name
			// 
			this.name.DataPropertyName = "name";
			this.name.HeaderText = "Name";
			this.name.Name = "name";
			this.name.Width = 500;
			// 
			// project
			// 
			this.project.DataPropertyName = "project";
			this.project.HeaderText = "Project";
			this.project.Name = "project";
			this.project.Width = 200;
			// 
			// toolStrip1
			// 
			this.toolStrip1.AutoSize = false;
			this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AddButton,
            this.DeleteButton,
            this.AddAttachmentButton});
			this.toolStrip1.Location = new System.Drawing.Point(21, 41);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(274, 25);
			this.toolStrip1.TabIndex = 16;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// AddButton
			// 
			this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image")));
			this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.AddButton.Name = "AddButton";
			this.AddButton.Size = new System.Drawing.Size(49, 22);
			this.AddButton.Text = "Add";
			this.AddButton.ToolTipText = "Add";
			this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
			// 
			// DeleteButton
			// 
			this.DeleteButton.Enabled = false;
			this.DeleteButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleteButton.Image")));
			this.DeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.DeleteButton.Name = "DeleteButton";
			this.DeleteButton.Size = new System.Drawing.Size(60, 22);
			this.DeleteButton.Text = "Delete";
			this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
			// 
			// AddAttachmentButton
			// 
			this.AddAttachmentButton.Enabled = false;
			this.AddAttachmentButton.Image = ((System.Drawing.Image)(resources.GetObject("AddAttachmentButton.Image")));
			this.AddAttachmentButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.AddAttachmentButton.Name = "AddAttachmentButton";
			this.AddAttachmentButton.Size = new System.Drawing.Size(115, 22);
			this.AddAttachmentButton.Text = "Add Attachment";
			this.AddAttachmentButton.Click += new System.EventHandler(this.AddAttachment_Click);
			// 
			// OnTimeHostLabel
			// 
			this.OnTimeHostLabel.AutoSize = true;
			this.OnTimeHostLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.OnTimeHostLabel.Location = new System.Drawing.Point(133, 20);
			this.OnTimeHostLabel.Name = "OnTimeHostLabel";
			this.OnTimeHostLabel.Size = new System.Drawing.Size(0, 13);
			this.OnTimeHostLabel.TabIndex = 17;
			// 
			// ItemsControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(toolStrip2);
			this.Controls.Add(this.OnTimeHostLabel);
			this.Controls.Add(this.toolStrip1);
			this.Controls.Add(this.ItemsGridView);
			this.Controls.Add(label1);
			this.Name = "ItemsControl";
			this.Size = new System.Drawing.Size(787, 334);
			toolStrip2.ResumeLayout(false);
			toolStrip2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.ItemsGridView)).EndInit();
			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()
 {
     System.Windows.Forms.ToolStrip toolStrip2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveImageControlsPrime_UC));
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.lowLiveGain_btn     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.mediumLiveGain_btn  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.highLiveGain_btn    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.tableLayoutPanel3   = new System.Windows.Forms.TableLayoutPanel();
     this.flashGain_lbl       = new System.Windows.Forms.Label();
     this.liveGain_lbl        = new System.Windows.Forms.Label();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.LowFlashGain_btn    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mediumFlashGain_btn = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.highFlashGain_btn   = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     toolStrip2 = new System.Windows.Forms.ToolStrip();
     toolStrip2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip2
     //
     toolStrip2.AutoSize         = false;
     toolStrip2.BackColor        = System.Drawing.Color.Khaki;
     toolStrip2.Dock             = System.Windows.Forms.DockStyle.Fill;
     toolStrip2.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip2.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator5,
         this.lowLiveGain_btn,
         this.toolStripSeparator6,
         this.mediumLiveGain_btn,
         this.toolStripSeparator7,
         this.highLiveGain_btn,
         this.toolStripSeparator8
     });
     toolStrip2.Location   = new System.Drawing.Point(0, 28);
     toolStrip2.Name       = "toolStrip2";
     toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     toolStrip2.Size       = new System.Drawing.Size(207, 43);
     toolStrip2.TabIndex   = 89093;
     toolStrip2.Text       = "toolStrip1";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 43);
     //
     // lowLiveGain_btn
     //
     this.lowLiveGain_btn.AutoSize              = false;
     this.lowLiveGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.lowLiveGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("lowLiveGain_btn.Image")));
     this.lowLiveGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.lowLiveGain_btn.Name   = "lowLiveGain_btn";
     this.lowLiveGain_btn.Size   = new System.Drawing.Size(60, 60);
     this.lowLiveGain_btn.Text   = "toolStripButton1";
     this.lowLiveGain_btn.Click += new System.EventHandler(this.lowLiveGain_btn_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 43);
     //
     // mediumLiveGain_btn
     //
     this.mediumLiveGain_btn.AutoSize              = false;
     this.mediumLiveGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mediumLiveGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("mediumLiveGain_btn.Image")));
     this.mediumLiveGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mediumLiveGain_btn.Name   = "mediumLiveGain_btn";
     this.mediumLiveGain_btn.Size   = new System.Drawing.Size(60, 60);
     this.mediumLiveGain_btn.Text   = "toolStripButton2";
     this.mediumLiveGain_btn.Click += new System.EventHandler(this.mediumLiveGain_btn_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 43);
     //
     // highLiveGain_btn
     //
     this.highLiveGain_btn.AutoSize              = false;
     this.highLiveGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.highLiveGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("highLiveGain_btn.Image")));
     this.highLiveGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.highLiveGain_btn.Name = "highLiveGain_btn";
     this.highLiveGain_btn.Size = new System.Drawing.Size(60, 60);
     this.highLiveGain_btn.Text = "W";
     this.highLiveGain_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.highLiveGain_btn.Click            += new System.EventHandler(this.highLiveGain_btn_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 43);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.flashGain_lbl, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.liveGain_lbl, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.toolStrip1, 0, 3);
     this.tableLayoutPanel3.Controls.Add(toolStrip2, 0, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(207, 144);
     this.tableLayoutPanel3.TabIndex = 9;
     //
     // flashGain_lbl
     //
     this.flashGain_lbl.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.flashGain_lbl.AutoSize   = true;
     this.flashGain_lbl.Font       = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.flashGain_lbl.ForeColor  = System.Drawing.Color.Khaki;
     this.flashGain_lbl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.flashGain_lbl.Location   = new System.Drawing.Point(3, 76);
     this.flashGain_lbl.Name       = "flashGain_lbl";
     this.flashGain_lbl.Size       = new System.Drawing.Size(86, 17);
     this.flashGain_lbl.TabIndex   = 89092;
     this.flashGain_lbl.Text       = "Flash Gain";
     this.flashGain_lbl.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // liveGain_lbl
     //
     this.liveGain_lbl.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.liveGain_lbl.AutoSize  = true;
     this.liveGain_lbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.liveGain_lbl.ForeColor = System.Drawing.Color.Khaki;
     this.liveGain_lbl.Location  = new System.Drawing.Point(3, 5);
     this.liveGain_lbl.Name      = "liveGain_lbl";
     this.liveGain_lbl.Size      = new System.Drawing.Size(47, 17);
     this.liveGain_lbl.TabIndex  = 89090;
     this.liveGain_lbl.Text      = "Gain:";
     this.liveGain_lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // toolStrip1
     //
     this.toolStrip1.AutoSize         = false;
     this.toolStrip1.BackColor        = System.Drawing.Color.Khaki;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator1,
         this.LowFlashGain_btn,
         this.toolStripSeparator2,
         this.mediumFlashGain_btn,
         this.toolStripSeparator4,
         this.highFlashGain_btn,
         this.toolStripSeparator3
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 99);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(207, 45);
     this.toolStrip1.TabIndex   = 89093;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 45);
     //
     // LowFlashGain_btn
     //
     this.LowFlashGain_btn.AutoSize              = false;
     this.LowFlashGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.LowFlashGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("LowFlashGain_btn.Image")));
     this.LowFlashGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.LowFlashGain_btn.Name   = "LowFlashGain_btn";
     this.LowFlashGain_btn.Size   = new System.Drawing.Size(60, 60);
     this.LowFlashGain_btn.Text   = "toolStripButton1";
     this.LowFlashGain_btn.Click += new System.EventHandler(this.LowFlashGain_btn_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 45);
     //
     // mediumFlashGain_btn
     //
     this.mediumFlashGain_btn.AutoSize              = false;
     this.mediumFlashGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mediumFlashGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("mediumFlashGain_btn.Image")));
     this.mediumFlashGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mediumFlashGain_btn.Name   = "mediumFlashGain_btn";
     this.mediumFlashGain_btn.Size   = new System.Drawing.Size(60, 60);
     this.mediumFlashGain_btn.Text   = "toolStripButton2";
     this.mediumFlashGain_btn.Click += new System.EventHandler(this.mediumFlashGain_btn_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 45);
     //
     // highFlashGain_btn
     //
     this.highFlashGain_btn.AutoSize              = false;
     this.highFlashGain_btn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.highFlashGain_btn.Image                 = ((System.Drawing.Image)(resources.GetObject("highFlashGain_btn.Image")));
     this.highFlashGain_btn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.highFlashGain_btn.Name = "highFlashGain_btn";
     this.highFlashGain_btn.Size = new System.Drawing.Size(60, 60);
     this.highFlashGain_btn.Text = "toolStripButton3";
     this.highFlashGain_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.highFlashGain_btn.Click            += new System.EventHandler(this.highFlashGain_btn_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 45);
     //
     // LiveImageControlsPrime_UC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.Controls.Add(this.tableLayoutPanel3);
     this.Name = "LiveImageControlsPrime_UC";
     this.Size = new System.Drawing.Size(207, 144);
     toolStrip2.ResumeLayout(false);
     toolStrip2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 46
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			System.Windows.Forms.ToolStrip toolBarMain;
			System.Windows.Forms.ToolStripButton btnParse;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			System.Windows.Forms.ToolStripButton btnFillCode;
			System.Windows.Forms.SplitContainer splitContainer1;
			System.Windows.Forms.SplitContainer splitContainer2;
			this.txtSource = new System.Windows.Forms.RichTextBox();
			this.txtGenerated = new System.Windows.Forms.RichTextBox();
			this.txtErrors = new System.Windows.Forms.RichTextBox();
			this.btnCompile = new System.Windows.Forms.ToolStripButton();
			toolBarMain = new System.Windows.Forms.ToolStrip();
			btnParse = new System.Windows.Forms.ToolStripButton();
			btnFillCode = new System.Windows.Forms.ToolStripButton();
			splitContainer1 = new System.Windows.Forms.SplitContainer();
			splitContainer2 = new System.Windows.Forms.SplitContainer();
			toolBarMain.SuspendLayout();
			splitContainer1.Panel1.SuspendLayout();
			splitContainer1.Panel2.SuspendLayout();
			splitContainer1.SuspendLayout();
			splitContainer2.Panel1.SuspendLayout();
			splitContainer2.Panel2.SuspendLayout();
			splitContainer2.SuspendLayout();
			this.SuspendLayout();
			// 
			// toolBarMain
			// 
			toolBarMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            btnParse,
            btnFillCode,
            this.btnCompile});
			toolBarMain.Location = new System.Drawing.Point(0, 0);
			toolBarMain.Name = "toolBarMain";
			toolBarMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
			toolBarMain.Size = new System.Drawing.Size(702, 25);
			toolBarMain.TabIndex = 2;
			toolBarMain.Text = "toolStrip1";
			// 
			// btnParse
			// 
			btnParse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			btnParse.Image = ((System.Drawing.Image)(resources.GetObject("btnParse.Image")));
			btnParse.ImageTransparentColor = System.Drawing.Color.Magenta;
			btnParse.Name = "btnParse";
			btnParse.Size = new System.Drawing.Size(38, 22);
			btnParse.Text = "Parse";
			btnParse.Click += new System.EventHandler(this.btnParse_Click);
			// 
			// btnFillCode
			// 
			btnFillCode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			btnFillCode.Image = ((System.Drawing.Image)(resources.GetObject("btnFillCode.Image")));
			btnFillCode.ImageTransparentColor = System.Drawing.Color.Magenta;
			btnFillCode.Name = "btnFillCode";
			btnFillCode.Size = new System.Drawing.Size(49, 22);
			btnFillCode.Text = "Fill code";
			btnFillCode.Click += new System.EventHandler(this.btnFillCode_Click);
			// 
			// splitContainer1
			// 
			splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer1.Location = new System.Drawing.Point(0, 0);
			splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			splitContainer1.Panel1.Controls.Add(this.txtSource);
			// 
			// splitContainer1.Panel2
			// 
			splitContainer1.Panel2.Controls.Add(this.txtGenerated);
			splitContainer1.Size = new System.Drawing.Size(702, 277);
			splitContainer1.SplitterDistance = 334;
			splitContainer1.TabIndex = 0;
			// 
			// txtSource
			// 
			this.txtSource.AcceptsTab = true;
			this.txtSource.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtSource.Location = new System.Drawing.Point(0, 0);
			this.txtSource.Name = "txtSource";
			this.txtSource.Size = new System.Drawing.Size(334, 277);
			this.txtSource.TabIndex = 0;
			this.txtSource.Text = "";
			this.txtSource.WordWrap = false;
			// 
			// txtGenerated
			// 
			this.txtGenerated.AcceptsTab = true;
			this.txtGenerated.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtGenerated.Location = new System.Drawing.Point(0, 0);
			this.txtGenerated.Name = "txtGenerated";
			this.txtGenerated.ReadOnly = true;
			this.txtGenerated.Size = new System.Drawing.Size(364, 277);
			this.txtGenerated.TabIndex = 0;
			this.txtGenerated.Text = "";
			this.txtGenerated.WordWrap = false;
			// 
			// splitContainer2
			// 
			splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer2.Location = new System.Drawing.Point(0, 25);
			splitContainer2.Name = "splitContainer2";
			splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer2.Panel1
			// 
			splitContainer2.Panel1.Controls.Add(splitContainer1);
			// 
			// splitContainer2.Panel2
			// 
			splitContainer2.Panel2.Controls.Add(this.txtErrors);
			splitContainer2.Size = new System.Drawing.Size(702, 406);
			splitContainer2.SplitterDistance = 277;
			splitContainer2.TabIndex = 3;
			// 
			// txtErrors
			// 
			this.txtErrors.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtErrors.Location = new System.Drawing.Point(0, 0);
			this.txtErrors.Name = "txtErrors";
			this.txtErrors.Size = new System.Drawing.Size(702, 125);
			this.txtErrors.TabIndex = 0;
			this.txtErrors.Text = "";
			this.txtErrors.WordWrap = false;
			// 
			// btnCompile
			// 
			this.btnCompile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.btnCompile.Image = ((System.Drawing.Image)(resources.GetObject("btnCompile.Image")));
			this.btnCompile.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnCompile.Name = "btnCompile";
			this.btnCompile.Size = new System.Drawing.Size(48, 22);
			this.btnCompile.Text = "Compile";
			this.btnCompile.Click += new System.EventHandler(this.btnCompile_Click);
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(702, 431);
			this.Controls.Add(splitContainer2);
			this.Controls.Add(toolBarMain);
			this.Name = "Form1";
			this.Text = "NemerleCodeProvider Tester";
			toolBarMain.ResumeLayout(false);
			toolBarMain.PerformLayout();
			splitContainer1.Panel1.ResumeLayout(false);
			splitContainer1.Panel2.ResumeLayout(false);
			splitContainer1.ResumeLayout(false);
			splitContainer2.Panel1.ResumeLayout(false);
			splitContainer2.Panel2.ResumeLayout(false);
			splitContainer2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStrip                 _ToolStrip;
     System.Windows.Forms.ToolStripButton           _SaveButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BnkViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     this._SaveToFileButton           = new System.Windows.Forms.ToolStripButton();
     this._SaveFileDialog             = new System.Windows.Forms.SaveFileDialog();
     this._OpenFileDialog             = new System.Windows.Forms.OpenFileDialog();
     this._ContextMenu                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.playToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.replaceWemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.extractAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.convertAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._Container      = new System.Windows.Forms.SplitContainer();
     this._EntryListView  = new System.Windows.Forms.ListView();
     this.columnNum       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnFile      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnSize      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textLog         = new System.Windows.Forms.TextBox();
     this._OpenFileWem    = new System.Windows.Forms.OpenFileDialog();
     _ToolStrip           = new System.Windows.Forms.ToolStrip();
     _SaveButton          = new System.Windows.Forms.ToolStripButton();
     _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     _LoadFromFileButton  = new System.Windows.Forms.ToolStripButton();
     _ToolStrip.SuspendLayout();
     this._ContextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._Container)).BeginInit();
     this._Container.Panel1.SuspendLayout();
     this._Container.Panel2.SuspendLayout();
     this._Container.SuspendLayout();
     this.SuspendLayout();
     //
     // _ToolStrip
     //
     _ToolStrip.BackColor = System.Drawing.Color.Transparent;
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _SaveButton,
         _ToolStripSeparator1,
         _LoadFromFileButton,
         this._SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(600, 25);
     _ToolStrip.TabIndex = 5;
     _ToolStrip.Text     = "toolStrip1";
     //
     // _SaveButton
     //
     _SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image")));
     _SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _SaveButton.Name   = "_SaveButton";
     _SaveButton.Size   = new System.Drawing.Size(51, 22);
     _SaveButton.Text   = "Save";
     _SaveButton.Click += new System.EventHandler(this.OnSave);
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _LoadFromFileButton
     //
     _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image")));
     _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _LoadFromFileButton.Name   = "_LoadFromFileButton";
     _LoadFromFileButton.Size   = new System.Drawing.Size(105, 22);
     _LoadFromFileButton.Text   = "Load From File";
     _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile);
     //
     // _SaveToFileButton
     //
     this._SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image")));
     this._SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._SaveToFileButton.Name   = "_SaveToFileButton";
     this._SaveToFileButton.Size   = new System.Drawing.Size(89, 22);
     this._SaveToFileButton.Text   = "Save To File";
     this._SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile);
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.DefaultExt = "bnk";
     this._SaveFileDialog.Filter     = "Wwise SoundBank (*.bnk)|*.bnk|All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.DefaultExt = "bnk";
     this._OpenFileDialog.Filter     = "Wwise SoundBank (*.bnk)|*.bnk|All Files (*.*)|*.*";
     //
     // _ContextMenu
     //
     this._ContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.playToolStripMenuItem,
         this.toolStripSeparator1,
         this.replaceWemToolStripMenuItem,
         this.toolStripSeparator2,
         this.extractAllToolStripMenuItem,
         this.convertAllToolStripMenuItem
     });
     this._ContextMenu.Name     = "_ContextMenu";
     this._ContextMenu.Size     = new System.Drawing.Size(159, 104);
     this._ContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.OnOpenContextMenu);
     //
     // playToolStripMenuItem
     //
     this.playToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("playToolStripMenuItem.Image")));
     this.playToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.playToolStripMenuItem.Name   = "playToolStripMenuItem";
     this.playToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.playToolStripMenuItem.Text   = "Play";
     this.playToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuPlay);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(155, 6);
     //
     // replaceWemToolStripMenuItem
     //
     this.replaceWemToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("replaceWemToolStripMenuItem.Image")));
     this.replaceWemToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.replaceWemToolStripMenuItem.Name         = "replaceWemToolStripMenuItem";
     this.replaceWemToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.replaceWemToolStripMenuItem.Size         = new System.Drawing.Size(158, 22);
     this.replaceWemToolStripMenuItem.Text         = "Replace";
     this.replaceWemToolStripMenuItem.Click       += new System.EventHandler(this.OnContextMenuReplaceWem);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(155, 6);
     //
     // extractAllToolStripMenuItem
     //
     this.extractAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("extractAllToolStripMenuItem.Image")));
     this.extractAllToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.extractAllToolStripMenuItem.Name   = "extractAllToolStripMenuItem";
     this.extractAllToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.extractAllToolStripMenuItem.Text   = "Extract All";
     this.extractAllToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuExtractAll);
     //
     // convertAllToolStripMenuItem
     //
     this.convertAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("convertAllToolStripMenuItem.Image")));
     this.convertAllToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.convertAllToolStripMenuItem.Name   = "convertAllToolStripMenuItem";
     this.convertAllToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.convertAllToolStripMenuItem.Text   = "Convert All";
     this.convertAllToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuConvertAll);
     //
     // _Container
     //
     this._Container.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._Container.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._Container.Location    = new System.Drawing.Point(0, 25);
     this._Container.Name        = "_Container";
     //
     // _Container.Panel1
     //
     this._Container.Panel1.Controls.Add(this._EntryListView);
     //
     // _Container.Panel2
     //
     this._Container.Panel2.Controls.Add(this.textLog);
     this._Container.Size             = new System.Drawing.Size(600, 300);
     this._Container.SplitterDistance = 217;
     this._Container.TabIndex         = 8;
     //
     // _EntryListView
     //
     this._EntryListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._EntryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnNum,
         this.columnFile,
         this.columnSize
     });
     this._EntryListView.ContextMenuStrip = this._ContextMenu;
     this._EntryListView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._EntryListView.FullRowSelect    = true;
     this._EntryListView.GridLines        = true;
     this._EntryListView.HideSelection    = false;
     this._EntryListView.Location         = new System.Drawing.Point(0, 0);
     this._EntryListView.MultiSelect      = false;
     this._EntryListView.Name             = "_EntryListView";
     this._EntryListView.Size             = new System.Drawing.Size(215, 298);
     this._EntryListView.TabIndex         = 8;
     this._EntryListView.UseCompatibleStateImageBehavior = false;
     this._EntryListView.View            = System.Windows.Forms.View.Details;
     this._EntryListView.DoubleClick    += new System.EventHandler(this.OnEntryListView_DoubleClick);
     this._EntryListView.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.OnEntryListView_KeyDown);
     this._EntryListView.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnEntryListView_PreviewKeyDown);
     //
     // columnNum
     //
     this.columnNum.Text  = "№";
     this.columnNum.Width = 39;
     //
     // columnFile
     //
     this.columnFile.Text  = "File";
     this.columnFile.Width = 90;
     //
     // columnSize
     //
     this.columnSize.Text  = "Size";
     this.columnSize.Width = 79;
     //
     // textLog
     //
     this.textLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textLog.BackColor  = System.Drawing.SystemColors.Control;
     this.textLog.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textLog.Location   = new System.Drawing.Point(3, 201);
     this.textLog.Multiline  = true;
     this.textLog.Name       = "textLog";
     this.textLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textLog.Size       = new System.Drawing.Size(372, 95);
     this.textLog.TabIndex   = 0;
     this.textLog.WordWrap   = false;
     //
     // _OpenFileWem
     //
     this._OpenFileWem.DefaultExt = "wem";
     this._OpenFileWem.Filter     = "Wwise Encoded Media (*.wem)|*.wem|All Files (*.*)|*.*";
     //
     // BnkViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(600, 325);
     this.Controls.Add(this._Container);
     this.Controls.Add(_ToolStrip);
     this.Name          = "BnkViewer";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "BnkEditor";
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     this._ContextMenu.ResumeLayout(false);
     this._Container.Panel1.ResumeLayout(false);
     this._Container.Panel2.ResumeLayout(false);
     this._Container.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._Container)).EndInit();
     this._Container.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 48
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStrip mainToolStrip;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.artistComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.albumComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.genreComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.fileNameComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.prevPageToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.pageNumberToolStripButton = new System.Windows.Forms.ToolStripLabel();
            this.nextPageToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.mainDataGridView = new System.Windows.Forms.DataGridView();
            this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.processSelectedFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFilteredTrackInFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFilteredDataToFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pageSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
            mainToolStrip = new System.Windows.Forms.ToolStrip();
            mainToolStrip.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).BeginInit();
            this.mainMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).BeginInit();
            this.SuspendLayout();
            // 
            // mainToolStrip
            // 
            mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.artistComboBox,
            this.toolStripSeparator4,
            this.toolStripLabel2,
            this.albumComboBox,
            this.toolStripSeparator3,
            this.toolStripLabel3,
            this.genreComboBox,
            this.toolStripSeparator2,
            this.toolStripLabel4,
            this.fileNameComboBox,
            this.toolStripSeparator1,
            this.prevPageToolStripButton,
            this.pageNumberToolStripButton,
            this.nextPageToolStripButton,
            this.toolStripLabel5});
            mainToolStrip.Location = new System.Drawing.Point(0, 0);
            mainToolStrip.Name = "mainToolStrip";
            mainToolStrip.Size = new System.Drawing.Size(767, 25);
            mainToolStrip.TabIndex = 0;
            mainToolStrip.Text = "mainToolStrip";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
            this.toolStripLabel1.Text = "Artist";
            // 
            // artistComboBox
            // 
            this.artistComboBox.CausesValidation = false;
            this.artistComboBox.DropDownWidth = 200;
            this.artistComboBox.Name = "artistComboBox";
            this.artistComboBox.Size = new System.Drawing.Size(100, 25);
            this.artistComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(36, 22);
            this.toolStripLabel2.Text = "Album";
            // 
            // albumComboBox
            // 
            this.albumComboBox.DropDownWidth = 200;
            this.albumComboBox.Name = "albumComboBox";
            this.albumComboBox.Size = new System.Drawing.Size(100, 25);
            this.albumComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(36, 22);
            this.toolStripLabel3.Text = "Genre";
            // 
            // genreComboBox
            // 
            this.genreComboBox.DropDownWidth = 200;
            this.genreComboBox.Name = "genreComboBox";
            this.genreComboBox.Size = new System.Drawing.Size(100, 25);
            this.genreComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(53, 22);
            this.toolStripLabel4.Text = "File Name";
            // 
            // fileNameComboBox
            // 
            this.fileNameComboBox.DropDownWidth = 200;
            this.fileNameComboBox.Name = "fileNameComboBox";
            this.fileNameComboBox.Size = new System.Drawing.Size(100, 25);
            this.fileNameComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // prevPageToolStripButton
            // 
            this.prevPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.prevPageToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("prevPageToolStripButton.Image")));
            this.prevPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.prevPageToolStripButton.Name = "prevPageToolStripButton";
            this.prevPageToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.prevPageToolStripButton.Tag = "back";
            this.prevPageToolStripButton.Text = "Prev";
            this.prevPageToolStripButton.Click += new System.EventHandler(this.prevPageToolStripButton_Click);
            // 
            // pageNumberToolStripButton
            // 
            this.pageNumberToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.pageNumberToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pageNumberToolStripButton.Image")));
            this.pageNumberToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pageNumberToolStripButton.Name = "pageNumberToolStripButton";
            this.pageNumberToolStripButton.Size = new System.Drawing.Size(13, 22);
            this.pageNumberToolStripButton.Text = "  ";
            // 
            // nextPageToolStripButton
            // 
            this.nextPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.nextPageToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("nextPageToolStripButton.Image")));
            this.nextPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.nextPageToolStripButton.Name = "nextPageToolStripButton";
            this.nextPageToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.nextPageToolStripButton.Tag = "forward";
            this.nextPageToolStripButton.Text = "Next";
            this.nextPageToolStripButton.Click += new System.EventHandler(this.nextPageToolStripButton_Click);
            // 
            // toolStripLabel5
            // 
            this.toolStripLabel5.Name = "toolStripLabel5";
            this.toolStripLabel5.Size = new System.Drawing.Size(52, 22);
            this.toolStripLabel5.Text = "Page size";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Controls.Add(mainToolStrip, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.mainDataGridView, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.19266F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.80734F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(767, 436);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // mainDataGridView
            // 
            this.mainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.mainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainDataGridView.Location = new System.Drawing.Point(3, 29);
            this.mainDataGridView.Name = "mainDataGridView";
            this.mainDataGridView.ReadOnly = true;
            this.mainDataGridView.Size = new System.Drawing.Size(761, 404);
            this.mainDataGridView.TabIndex = 1;
            // 
            // mainMenuStrip
            // 
            this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.actionsToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.mainMenuStrip.Name = "mainMenuStrip";
            this.mainMenuStrip.Size = new System.Drawing.Size(767, 24);
            this.mainMenuStrip.TabIndex = 1;
            this.mainMenuStrip.Text = "mainMenuStrip";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.exitToolStripMenuItem.Text = "&Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // actionsToolStripMenuItem
            // 
            this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.processSelectedFolderToolStripMenuItem,
            this.saveFilteredTrackInFolderToolStripMenuItem,
            this.saveFilteredDataToFolderToolStripMenuItem});
            this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
            this.actionsToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
            this.actionsToolStripMenuItem.Text = "&Actions";
            // 
            // processSelectedFolderToolStripMenuItem
            // 
            this.processSelectedFolderToolStripMenuItem.Name = "processSelectedFolderToolStripMenuItem";
            this.processSelectedFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
            this.processSelectedFolderToolStripMenuItem.Text = "&Process SelectedFolder";
            this.processSelectedFolderToolStripMenuItem.Click += new System.EventHandler(this.processSelectedFolderToolStripMenuItem_Click);
            // 
            // saveFilteredTrackInFolderToolStripMenuItem
            // 
            this.saveFilteredTrackInFolderToolStripMenuItem.Name = "saveFilteredTrackInFolderToolStripMenuItem";
            this.saveFilteredTrackInFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
            this.saveFilteredTrackInFolderToolStripMenuItem.Text = "&Save Track In DataBase";
            this.saveFilteredTrackInFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredTrackInFolderToolStripMenuItem_Click_1);
            // 
            // saveFilteredDataToFolderToolStripMenuItem
            // 
            this.saveFilteredDataToFolderToolStripMenuItem.Name = "saveFilteredDataToFolderToolStripMenuItem";
            this.saveFilteredDataToFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
            this.saveFilteredDataToFolderToolStripMenuItem.Text = "&Save filtered data to Folder";
            this.saveFilteredDataToFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredDataToFolderToolStripMenuItem_Click);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.clearDatabaseToolStripMenuItem,
            this.toolStripMenuItem2});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // clearDatabaseToolStripMenuItem
            // 
            this.clearDatabaseToolStripMenuItem.Name = "clearDatabaseToolStripMenuItem";
            this.clearDatabaseToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.clearDatabaseToolStripMenuItem.Text = "&Clear database";
            this.clearDatabaseToolStripMenuItem.Click += new System.EventHandler(this.clearDatabaseToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(158, 22);
            this.toolStripMenuItem2.Text = "&Set parameter";
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.aboutToolStripMenuItem.Text = "&About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // pageSizeNumericUpDown
            // 
            this.pageSizeNumericUpDown.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pageSizeNumericUpDown.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.pageSizeNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.pageSizeNumericUpDown.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.pageSizeNumericUpDown.Location = new System.Drawing.Point(710, 27);
            this.pageSizeNumericUpDown.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.pageSizeNumericUpDown.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.pageSizeNumericUpDown.Name = "pageSizeNumericUpDown";
            this.pageSizeNumericUpDown.ReadOnly = true;
            this.pageSizeNumericUpDown.Size = new System.Drawing.Size(53, 19);
            this.pageSizeNumericUpDown.TabIndex = 2;
            this.pageSizeNumericUpDown.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.pageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pageSizeNumericUpDown_ValueChanged);
            // 
            // mainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(767, 460);
            this.Controls.Add(this.pageSizeNumericUpDown);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.mainMenuStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mainMenuStrip;
            this.Name = "mainForm";
            this.Text = "mp3 Collader";
            mainToolStrip.ResumeLayout(false);
            mainToolStrip.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).EndInit();
            this.mainMenuStrip.ResumeLayout(false);
            this.mainMenuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 49
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.Label     label1;
     System.Windows.Forms.GroupBox  groupBox1;
     System.Windows.Forms.Label     label3;
     System.Windows.Forms.Label     label2;
     System.Windows.Forms.ToolStrip toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveCapture));
     this.queueCap                           = new System.Windows.Forms.Button();
     this.captureFrame                       = new System.Windows.Forms.NumericUpDown();
     this.captureDelay                       = new System.Windows.Forms.NumericUpDown();
     this.triggerCapture                     = new System.Windows.Forms.Button();
     this.deleteMenu                         = new System.Windows.Forms.ToolStripButton();
     this.saveMenu                           = new System.Windows.Forms.ToolStripButton();
     this.openMenu                           = new System.Windows.Forms.ToolStripSplitButton();
     this.openToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.newInstanceToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel1                  = new System.Windows.Forms.TableLayoutPanel();
     this.captures                           = new System.Windows.Forms.ListView();
     this.flowLayoutPanel1                   = new System.Windows.Forms.FlowLayoutPanel();
     this.connectionIcon                     = new System.Windows.Forms.Label();
     this.connectionStatus                   = new System.Windows.Forms.Label();
     this.rightclickContext                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openThisCaptureToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.newInstanceToolStripMenuItem1      = new System.Windows.Forms.ToolStripMenuItem();
     this.saveThisCaptureToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.captureCountdown                   = new System.Windows.Forms.Timer(this.components);
     label1     = new System.Windows.Forms.Label();
     groupBox1  = new System.Windows.Forms.GroupBox();
     label3     = new System.Windows.Forms.Label();
     label2     = new System.Windows.Forms.Label();
     toolStrip1 = new System.Windows.Forms.ToolStrip();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).BeginInit();
     toolStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.rightclickContext.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 131);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(98, 13);
     label1.TabIndex = 6;
     label1.Text     = "Captures collected:";
     //
     // groupBox1
     //
     groupBox1.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)));
     groupBox1.Controls.Add(this.queueCap);
     groupBox1.Controls.Add(this.captureFrame);
     groupBox1.Controls.Add(label3);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(this.captureDelay);
     groupBox1.Controls.Add(this.triggerCapture);
     groupBox1.Location = new System.Drawing.Point(3, 34);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(543, 75);
     groupBox1.TabIndex = 7;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Tools";
     //
     // queueCap
     //
     this.queueCap.Location = new System.Drawing.Point(222, 44);
     this.queueCap.Name     = "queueCap";
     this.queueCap.Size     = new System.Drawing.Size(92, 23);
     this.queueCap.TabIndex = 4;
     this.queueCap.Text     = "Queue Capture";
     this.queueCap.UseVisualStyleBackColor = true;
     this.queueCap.Click += new System.EventHandler(this.queueCap_Click);
     //
     // captureFrame
     //
     this.captureFrame.Location = new System.Drawing.Point(96, 46);
     this.captureFrame.Maximum  = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.captureFrame.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.captureFrame.Name               = "captureFrame";
     this.captureFrame.Size               = new System.Drawing.Size(120, 20);
     this.captureFrame.TabIndex           = 3;
     this.captureFrame.ThousandsSeparator = true;
     this.captureFrame.Value              = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(6, 50);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(86, 13);
     label3.TabIndex = 3;
     label3.Text     = "Capture Frame #";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(6, 21);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(74, 13);
     label2.TabIndex = 2;
     label2.Text     = "Capture Delay";
     //
     // captureDelay
     //
     this.captureDelay.Location = new System.Drawing.Point(96, 19);
     this.captureDelay.Name     = "captureDelay";
     this.captureDelay.Size     = new System.Drawing.Size(120, 20);
     this.captureDelay.TabIndex = 1;
     //
     // triggerCapture
     //
     this.triggerCapture.Location = new System.Drawing.Point(222, 17);
     this.triggerCapture.Name     = "triggerCapture";
     this.triggerCapture.Size     = new System.Drawing.Size(92, 23);
     this.triggerCapture.TabIndex = 2;
     this.triggerCapture.Text     = "Trigger Capture";
     this.triggerCapture.UseVisualStyleBackColor = true;
     this.triggerCapture.Click += new System.EventHandler(this.triggerCapture_Click);
     //
     // toolStrip1
     //
     toolStrip1.CanOverflow = false;
     toolStrip1.Dock        = System.Windows.Forms.DockStyle.Fill;
     toolStrip1.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deleteMenu,
         this.saveMenu,
         this.openMenu
     });
     toolStrip1.Location    = new System.Drawing.Point(0, 376);
     toolStrip1.Name        = "toolStrip1";
     toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     toolStrip1.Size        = new System.Drawing.Size(549, 25);
     toolStrip1.Stretch     = true;
     toolStrip1.TabIndex    = 8;
     toolStrip1.Text        = "toolStrip1";
     //
     // deleteMenu
     //
     this.deleteMenu.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.deleteMenu.Image                 = ((System.Drawing.Image)(resources.GetObject("deleteMenu.Image")));
     this.deleteMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.deleteMenu.Name   = "deleteMenu";
     this.deleteMenu.Size   = new System.Drawing.Size(42, 22);
     this.deleteMenu.Text   = "Delete";
     this.deleteMenu.Click += new System.EventHandler(this.deleteCapture_Click);
     //
     // saveMenu
     //
     this.saveMenu.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.saveMenu.Image                 = ((System.Drawing.Image)(resources.GetObject("saveMenu.Image")));
     this.saveMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveMenu.Name   = "saveMenu";
     this.saveMenu.Size   = new System.Drawing.Size(35, 22);
     this.saveMenu.Text   = "Save";
     this.saveMenu.Click += new System.EventHandler(this.saveCapture_Click);
     //
     // openMenu
     //
     this.openMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.openMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.newInstanceToolStripMenuItem
     });
     this.openMenu.Image = ((System.Drawing.Image)(resources.GetObject("openMenu.Image")));
     this.openMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openMenu.Name         = "openMenu";
     this.openMenu.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.openMenu.Size         = new System.Drawing.Size(49, 22);
     this.openMenu.Text         = "Open";
     this.openMenu.ButtonClick += new System.EventHandler(this.openCapture_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.openToolStripMenuItem.Text   = "In &this instance";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openCapture_Click);
     //
     // newInstanceToolStripMenuItem
     //
     this.newInstanceToolStripMenuItem.Name   = "newInstanceToolStripMenuItem";
     this.newInstanceToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.newInstanceToolStripMenuItem.Text   = "In &new instance";
     this.newInstanceToolStripMenuItem.Click += new System.EventHandler(this.openNewWindow_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.captures, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(label1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(toolStrip1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(549, 401);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // captures
     //
     this.captures.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.captures.FullRowSelect = true;
     this.captures.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.captures.Location      = new System.Drawing.Point(3, 147);
     this.captures.Name          = "captures";
     this.captures.Size          = new System.Drawing.Size(543, 226);
     this.captures.TabIndex      = 5;
     this.captures.TileSize      = new System.Drawing.Size(300, 100);
     this.captures.UseCompatibleStateImageBehavior = false;
     this.captures.View = System.Windows.Forms.View.Tile;
     this.captures.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.captures_ItemSelectionChanged);
     this.captures.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.captures_KeyUp);
     this.captures.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.captures_MouseClick);
     this.captures.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseDoubleClick);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.connectionIcon);
     this.flowLayoutPanel1.Controls.Add(this.connectionStatus);
     this.flowLayoutPanel1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location     = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name         = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size         = new System.Drawing.Size(543, 25);
     this.flowLayoutPanel1.TabIndex     = 4;
     this.flowLayoutPanel1.WrapContents = false;
     //
     // connectionIcon
     //
     this.connectionIcon.Image    = global::renderdocui.Properties.Resources.hourglass;
     this.connectionIcon.Location = new System.Drawing.Point(3, 0);
     this.connectionIcon.Name     = "connectionIcon";
     this.connectionIcon.Size     = new System.Drawing.Size(21, 23);
     this.connectionIcon.TabIndex = 1;
     this.connectionIcon.Text     = "     ";
     //
     // connectionStatus
     //
     this.connectionStatus.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.connectionStatus.AutoSize  = true;
     this.connectionStatus.Location  = new System.Drawing.Point(30, 5);
     this.connectionStatus.Name      = "connectionStatus";
     this.connectionStatus.Size      = new System.Drawing.Size(70, 13);
     this.connectionStatus.TabIndex  = 2;
     this.connectionStatus.Text      = "Connecting...";
     this.connectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rightclickContext
     //
     this.rightclickContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openThisCaptureToolStripMenuItem,
         this.saveThisCaptureToolStripMenuItem,
         this.deleteThisCaptureToolStripMenuItem
     });
     this.rightclickContext.Name = "rightclickContext";
     this.rightclickContext.Size = new System.Drawing.Size(124, 70);
     //
     // openThisCaptureToolStripMenuItem
     //
     this.openThisCaptureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem1,
         this.newInstanceToolStripMenuItem1
     });
     this.openThisCaptureToolStripMenuItem.Name = "openThisCaptureToolStripMenuItem";
     this.openThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
     this.openThisCaptureToolStripMenuItem.Text = "&Open in...";
     //
     // openToolStripMenuItem1
     //
     this.openToolStripMenuItem1.Name   = "openToolStripMenuItem1";
     this.openToolStripMenuItem1.Size   = new System.Drawing.Size(138, 22);
     this.openToolStripMenuItem1.Text   = "This instance";
     this.openToolStripMenuItem1.Click += new System.EventHandler(this.openCapture_Click);
     //
     // newInstanceToolStripMenuItem1
     //
     this.newInstanceToolStripMenuItem1.Name   = "newInstanceToolStripMenuItem1";
     this.newInstanceToolStripMenuItem1.Size   = new System.Drawing.Size(138, 22);
     this.newInstanceToolStripMenuItem1.Text   = "New instance";
     this.newInstanceToolStripMenuItem1.Click += new System.EventHandler(this.openNewWindow_Click);
     //
     // saveThisCaptureToolStripMenuItem
     //
     this.saveThisCaptureToolStripMenuItem.Name   = "saveThisCaptureToolStripMenuItem";
     this.saveThisCaptureToolStripMenuItem.Size   = new System.Drawing.Size(123, 22);
     this.saveThisCaptureToolStripMenuItem.Text   = "&Save";
     this.saveThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.saveCapture_Click);
     //
     // deleteThisCaptureToolStripMenuItem
     //
     this.deleteThisCaptureToolStripMenuItem.Name   = "deleteThisCaptureToolStripMenuItem";
     this.deleteThisCaptureToolStripMenuItem.Size   = new System.Drawing.Size(123, 22);
     this.deleteThisCaptureToolStripMenuItem.Text   = "&Delete";
     this.deleteThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.deleteCapture_Click);
     //
     // captureCountdown
     //
     this.captureCountdown.Interval = 1000;
     this.captureCountdown.Tick    += new System.EventHandler(this.captureCountdown_Tick);
     //
     // LiveCapture
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(549, 401);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name         = "LiveCapture";
     this.Text         = "Connecting...";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiveCapture_FormClosing);
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.LiveCapture_FormClosed);
     this.Shown       += new System.EventHandler(this.LiveCapture_Shown);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).EndInit();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.rightclickContext.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.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDistribuicaoPorLoja));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.tbIncluir = new System.Windows.Forms.ToolStripButton();
            this.tbAlterar = new System.Windows.Forms.ToolStripButton();
            this.tbExcluir = new System.Windows.Forms.ToolStripButton();
            this.tbImprimir = new System.Windows.Forms.ToolStripButton();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.btnGerarRelatorio = new System.Windows.Forms.Button();
            this.panel5 = new System.Windows.Forms.Panel();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.lbTotal = new System.Windows.Forms.Label();
            this.btnLancar = new System.Windows.Forms.Button();
            this.dtgSoma = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dtgLojas = new System.Windows.Forms.DataGridView();
            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Loja = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Qtde = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnExcluirLinhas = new System.Windows.Forms.Button();
            this.btnCancelar = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.txtCodDistribuicao = new System.Windows.Forms.TextBox();
            this.dtpDataSelecionada = new System.Windows.Forms.DateTimePicker();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.dtgLancamentos = new System.Windows.Forms.DataGridView();
            this.G_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.G_Selecao = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.G_Produto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.G_Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.G_Div = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.G_PrecoCusto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.G_CodFornecedor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.btnSelecionarEmpresa = new System.Windows.Forms.Button();
            this.cbxFiltroEmpresa = new System.Windows.Forms.ComboBox();
            this.dtgEmpresaDetalhe = new System.Windows.Forms.DataGridView();
            this.RowdtgEmpresa_Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowdtgEmpresa_Produto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowdtgEmpresa_Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowdtgEmpresa_Qtde = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowdtgEmpresa_Total = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowdtgEmpresa_Fornecedor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.grProdutos = new System.Windows.Forms.GroupBox();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabFornecedor = new System.Windows.Forms.TabPage();
            this.txtValorPadrao = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbxSelecionaFornecedor = new System.Windows.Forms.ComboBox();
            this.txtValorCusto = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tabGeral = new System.Windows.Forms.TabPage();
            this.txtQtdePadrao = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtQtdeDisponivel = new System.Windows.Forms.TextBox();
            this.txtQtdeRestate = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cbxSelecionaProduto = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label13 = new System.Windows.Forms.Label();
            this.btnGravarDistribuicao = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgSoma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtgLojas)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgLancamentos)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgEmpresaDetalhe)).BeginInit();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.grProdutos.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabFornecedor.SuspendLayout();
            this.tabGeral.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.AutoSize = false;
            toolStrip1.BackColor = System.Drawing.Color.White;
            toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbIncluir,
            this.tbAlterar,
            this.tbExcluir,
            this.tbImprimir});
            toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            toolStrip1.Location = new System.Drawing.Point(2, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Padding = new System.Windows.Forms.Padding(0);
            toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            toolStrip1.ShowItemToolTips = false;
            toolStrip1.Size = new System.Drawing.Size(69, 506);
            toolStrip1.TabIndex = 94;
            toolStrip1.Text = "toolStrip1";
            // 
            // tbIncluir
            // 
            this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image")));
            this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbIncluir.Name = "tbIncluir";
            this.tbIncluir.Size = new System.Drawing.Size(68, 83);
            this.tbIncluir.Text = "Incluir";
            this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbIncluir.ToolTipText = "Clique parar incluir um registro";
            // 
            // tbAlterar
            // 
            this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image")));
            this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAlterar.Name = "tbAlterar";
            this.tbAlterar.Size = new System.Drawing.Size(68, 83);
            this.tbAlterar.Text = "Alterar";
            this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAlterar.ToolTipText = "Clique para alterar um registro";
            // 
            // tbExcluir
            // 
            this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image")));
            this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbExcluir.Name = "tbExcluir";
            this.tbExcluir.Size = new System.Drawing.Size(68, 83);
            this.tbExcluir.Text = "Excluir  Linhas";
            this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbExcluir.ToolTipText = "Clique para excluir um registro";
            // 
            // tbImprimir
            // 
            this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image")));
            this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbImprimir.Name = "tbImprimir";
            this.tbImprimir.Size = new System.Drawing.Size(68, 83);
            this.tbImprimir.Text = "Imprimir";
            this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbImprimir.ToolTipText = "Clique para imprimir ";
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(3, 3);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(715, 517);
            this.reportViewer1.TabIndex = 0;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(3, 45);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(113, 16);
            this.label11.TabIndex = 117;
            this.label11.Text = "Tipo de Relatório";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(3, 89);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(95, 16);
            this.label12.TabIndex = 119;
            this.label12.Text = "Definir produto";
            // 
            // comboBox1
            // 
            this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox1.Location = new System.Drawing.Point(4, 64);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(18, 21);
            this.comboBox1.TabIndex = 2;
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel4.BackColor = System.Drawing.Color.DimGray;
            this.panel4.Controls.Add(this.label3);
            this.panel4.Location = new System.Drawing.Point(0, 2);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(24, 39);
            this.panel4.TabIndex = 116;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 2);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(136, 36);
            this.label3.TabIndex = 96;
            this.label3.Text = "RELATÓRIO";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnGerarRelatorio
            // 
            this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144);
            this.btnGerarRelatorio.Name = "btnGerarRelatorio";
            this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49);
            this.btnGerarRelatorio.TabIndex = 120;
            this.btnGerarRelatorio.Text = "Gerar Relatório";
            this.btnGerarRelatorio.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.panel4);
            this.panel5.Controls.Add(this.btnGerarRelatorio);
            this.panel5.Controls.Add(this.label11);
            this.panel5.Controls.Add(this.label12);
            this.panel5.Controls.Add(this.comboBox1);
            this.panel5.Controls.Add(this.comboBox2);
            this.panel5.Location = new System.Drawing.Point(723, 3);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(0, 517);
            this.panel5.TabIndex = 121;
            // 
            // comboBox2
            // 
            this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox2.Location = new System.Drawing.Point(4, 108);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(18, 21);
            this.comboBox2.TabIndex = 118;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(91, 93);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.lbTotal);
            this.splitContainer1.Panel1.Controls.Add(this.btnLancar);
            this.splitContainer1.Panel1.Controls.Add(this.dtgSoma);
            this.splitContainer1.Panel1.Controls.Add(this.dtgLojas);
            this.splitContainer1.Panel1.Controls.Add(this.btnExcluirLinhas);
            this.splitContainer1.Panel1.Controls.Add(this.btnCancelar);
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
            this.splitContainer1.Panel1.Controls.Add(this.grProdutos);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.panel5);
            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
            this.splitContainer1.Panel2Collapsed = true;
            this.splitContainer1.Size = new System.Drawing.Size(918, 523);
            this.splitContainer1.SplitterDistance = 306;
            this.splitContainer1.TabIndex = 119;
            // 
            // lbTotal
            // 
            this.lbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lbTotal.AutoSize = true;
            this.lbTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbTotal.Location = new System.Drawing.Point(198, 467);
            this.lbTotal.Name = "lbTotal";
            this.lbTotal.Size = new System.Drawing.Size(52, 16);
            this.lbTotal.TabIndex = 17;
            this.lbTotal.Text = "TOTAL";
            // 
            // btnLancar
            // 
            this.btnLancar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnLancar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnLancar.Location = new System.Drawing.Point(256, 493);
            this.btnLancar.Name = "btnLancar";
            this.btnLancar.Size = new System.Drawing.Size(153, 28);
            this.btnLancar.TabIndex = 19;
            this.btnLancar.Text = "Lançar";
            this.btnLancar.UseVisualStyleBackColor = true;
            // 
            // dtgSoma
            // 
            this.dtgSoma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.dtgSoma.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dtgSoma.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgSoma.ColumnHeadersVisible = false;
            this.dtgSoma.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5});
            this.dtgSoma.Location = new System.Drawing.Point(256, 465);
            this.dtgSoma.Name = "dtgSoma";
            this.dtgSoma.RowHeadersVisible = false;
            this.dtgSoma.Size = new System.Drawing.Size(153, 24);
            this.dtgSoma.TabIndex = 18;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.FillWeight = 250F;
            this.dataGridViewTextBoxColumn2.HeaderText = "Loja";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Visible = false;
            this.dataGridViewTextBoxColumn2.Width = 250;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.FillWeight = 50F;
            this.dataGridViewTextBoxColumn4.HeaderText = "Qtde.";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.Width = 50;
            // 
            // dataGridViewTextBoxColumn5
            // 
            dataGridViewCellStyle1.Format = "C2";
            dataGridViewCellStyle1.NullValue = null;
            this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewTextBoxColumn5.HeaderText = "Total";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // dtgLojas
            // 
            this.dtgLojas.AllowUserToAddRows = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgLojas.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
            this.dtgLojas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dtgLojas.BackgroundColor = System.Drawing.Color.White;
            this.dtgLojas.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dtgLojas.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dtgLojas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgLojas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Id,
            this.Loja,
            this.Valor,
            this.Qtde,
            this.Total});
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dtgLojas.DefaultCellStyle = dataGridViewCellStyle5;
            this.dtgLojas.Enabled = false;
            this.dtgLojas.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgLojas.Location = new System.Drawing.Point(3, 154);
            this.dtgLojas.Name = "dtgLojas";
            this.dtgLojas.RowHeadersVisible = false;
            this.dtgLojas.Size = new System.Drawing.Size(406, 305);
            this.dtgLojas.TabIndex = 16;
            // 
            // Id
            // 
            this.Id.DataPropertyName = "L_Id";
            this.Id.HeaderText = "Id";
            this.Id.Name = "Id";
            this.Id.Visible = false;
            // 
            // Loja
            // 
            this.Loja.DataPropertyName = "L_Loja";
            this.Loja.FillWeight = 150F;
            this.Loja.HeaderText = "Loja";
            this.Loja.Name = "Loja";
            this.Loja.ReadOnly = true;
            this.Loja.Width = 150;
            // 
            // Valor
            // 
            dataGridViewCellStyle3.Format = "C2";
            this.Valor.DefaultCellStyle = dataGridViewCellStyle3;
            this.Valor.HeaderText = "Valor";
            this.Valor.Name = "Valor";
            this.Valor.ReadOnly = true;
            // 
            // Qtde
            // 
            this.Qtde.FillWeight = 50F;
            this.Qtde.HeaderText = "Qtde.";
            this.Qtde.Name = "Qtde";
            this.Qtde.Width = 50;
            // 
            // Total
            // 
            this.Total.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            dataGridViewCellStyle4.Format = "C2";
            this.Total.DefaultCellStyle = dataGridViewCellStyle4;
            this.Total.HeaderText = "Total";
            this.Total.Name = "Total";
            this.Total.ReadOnly = true;
            // 
            // btnExcluirLinhas
            // 
            this.btnExcluirLinhas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExcluirLinhas.Location = new System.Drawing.Point(712, 16);
            this.btnExcluirLinhas.Name = "btnExcluirLinhas";
            this.btnExcluirLinhas.Size = new System.Drawing.Size(91, 44);
            this.btnExcluirLinhas.TabIndex = 14;
            this.btnExcluirLinhas.Text = "Excluir Selecionados";
            this.btnExcluirLinhas.UseVisualStyleBackColor = true;
            // 
            // btnCancelar
            // 
            this.btnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancelar.Location = new System.Drawing.Point(809, 14);
            this.btnCancelar.Name = "btnCancelar";
            this.btnCancelar.Size = new System.Drawing.Size(91, 44);
            this.btnCancelar.TabIndex = 15;
            this.btnCancelar.Text = "Cancelar [Sair]";
            this.btnCancelar.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtCodDistribuicao);
            this.groupBox1.Controls.Add(this.dtpDataSelecionada);
            this.groupBox1.Location = new System.Drawing.Point(415, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(280, 54);
            this.groupBox1.TabIndex = 13;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Distribuiçao";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(149, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(30, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Data";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(5, 24);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(44, 13);
            this.label8.TabIndex = 3;
            this.label8.Text = "Número";
            // 
            // txtCodDistribuicao
            // 
            this.txtCodDistribuicao.Enabled = false;
            this.txtCodDistribuicao.Location = new System.Drawing.Point(55, 21);
            this.txtCodDistribuicao.Name = "txtCodDistribuicao";
            this.txtCodDistribuicao.Size = new System.Drawing.Size(87, 20);
            this.txtCodDistribuicao.TabIndex = 2;
            // 
            // dtpDataSelecionada
            // 
            this.dtpDataSelecionada.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpDataSelecionada.Location = new System.Drawing.Point(185, 21);
            this.dtpDataSelecionada.Name = "dtpDataSelecionada";
            this.dtpDataSelecionada.Size = new System.Drawing.Size(85, 20);
            this.dtpDataSelecionada.TabIndex = 1;
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(415, 76);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(500, 444);
            this.tabControl1.TabIndex = 12;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.dtgLancamentos);
            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(492, 418);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Geral";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // dtgLancamentos
            // 
            this.dtgLancamentos.AllowUserToAddRows = false;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dtgLancamentos.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
            this.dtgLancamentos.BackgroundColor = System.Drawing.Color.White;
            this.dtgLancamentos.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dtgLancamentos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgLancamentos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.G_ID,
            this.G_Selecao,
            this.G_Produto,
            this.G_Valor,
            this.G_Div,
            this.G_PrecoCusto,
            this.G_CodFornecedor});
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dtgLancamentos.DefaultCellStyle = dataGridViewCellStyle10;
            this.dtgLancamentos.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dtgLancamentos.Location = new System.Drawing.Point(3, 3);
            this.dtgLancamentos.MultiSelect = false;
            this.dtgLancamentos.Name = "dtgLancamentos";
            this.dtgLancamentos.RowHeadersVisible = false;
            this.dtgLancamentos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtgLancamentos.Size = new System.Drawing.Size(486, 412);
            this.dtgLancamentos.TabIndex = 0;
            // 
            // G_ID
            // 
            this.G_ID.Frozen = true;
            this.G_ID.HeaderText = "ID";
            this.G_ID.Name = "G_ID";
            this.G_ID.ReadOnly = true;
            this.G_ID.Visible = false;
            // 
            // G_Selecao
            // 
            this.G_Selecao.FillWeight = 20F;
            this.G_Selecao.Frozen = true;
            this.G_Selecao.HeaderText = "";
            this.G_Selecao.Name = "G_Selecao";
            this.G_Selecao.Width = 20;
            // 
            // G_Produto
            // 
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.G_Produto.DefaultCellStyle = dataGridViewCellStyle7;
            this.G_Produto.FillWeight = 150F;
            this.G_Produto.Frozen = true;
            this.G_Produto.HeaderText = "PRODUTO";
            this.G_Produto.Name = "G_Produto";
            this.G_Produto.ReadOnly = true;
            this.G_Produto.Width = 150;
            // 
            // G_Valor
            // 
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.G_Valor.DefaultCellStyle = dataGridViewCellStyle8;
            this.G_Valor.Frozen = true;
            this.G_Valor.HeaderText = "VALOR";
            this.G_Valor.Name = "G_Valor";
            this.G_Valor.ReadOnly = true;
            // 
            // G_Div
            // 
            dataGridViewCellStyle9.BackColor = System.Drawing.Color.Silver;
            dataGridViewCellStyle9.NullValue = ">>";
            this.G_Div.DefaultCellStyle = dataGridViewCellStyle9;
            this.G_Div.FillWeight = 20F;
            this.G_Div.Frozen = true;
            this.G_Div.HeaderText = "";
            this.G_Div.Name = "G_Div";
            this.G_Div.ReadOnly = true;
            this.G_Div.Width = 20;
            // 
            // G_PrecoCusto
            // 
            this.G_PrecoCusto.Frozen = true;
            this.G_PrecoCusto.HeaderText = "PrecoCusto";
            this.G_PrecoCusto.Name = "G_PrecoCusto";
            this.G_PrecoCusto.Visible = false;
            // 
            // G_CodFornecedor
            // 
            this.G_CodFornecedor.Frozen = true;
            this.G_CodFornecedor.HeaderText = "Cód Fornecedor";
            this.G_CodFornecedor.Name = "G_CodFornecedor";
            this.G_CodFornecedor.Visible = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.btnSelecionarEmpresa);
            this.tabPage2.Controls.Add(this.cbxFiltroEmpresa);
            this.tabPage2.Controls.Add(this.dtgEmpresaDetalhe);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(492, 418);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Empresa";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // btnSelecionarEmpresa
            // 
            this.btnSelecionarEmpresa.Location = new System.Drawing.Point(387, 21);
            this.btnSelecionarEmpresa.Name = "btnSelecionarEmpresa";
            this.btnSelecionarEmpresa.Size = new System.Drawing.Size(104, 27);
            this.btnSelecionarEmpresa.TabIndex = 7;
            this.btnSelecionarEmpresa.Text = "Selecionar";
            this.btnSelecionarEmpresa.UseVisualStyleBackColor = true;
            // 
            // cbxFiltroEmpresa
            // 
            this.cbxFiltroEmpresa.FormattingEnabled = true;
            this.cbxFiltroEmpresa.Location = new System.Drawing.Point(10, 25);
            this.cbxFiltroEmpresa.Name = "cbxFiltroEmpresa";
            this.cbxFiltroEmpresa.Size = new System.Drawing.Size(371, 21);
            this.cbxFiltroEmpresa.TabIndex = 6;
            // 
            // dtgEmpresaDetalhe
            // 
            this.dtgEmpresaDetalhe.AllowUserToAddRows = false;
            this.dtgEmpresaDetalhe.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.dtgEmpresaDetalhe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgEmpresaDetalhe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.RowdtgEmpresa_Id,
            this.RowdtgEmpresa_Produto,
            this.RowdtgEmpresa_Valor,
            this.RowdtgEmpresa_Qtde,
            this.RowdtgEmpresa_Total,
            this.RowdtgEmpresa_Fornecedor});
            this.dtgEmpresaDetalhe.Location = new System.Drawing.Point(6, 69);
            this.dtgEmpresaDetalhe.Name = "dtgEmpresaDetalhe";
            this.dtgEmpresaDetalhe.RowHeadersVisible = false;
            this.dtgEmpresaDetalhe.Size = new System.Drawing.Size(480, 346);
            this.dtgEmpresaDetalhe.TabIndex = 5;
            // 
            // RowdtgEmpresa_Id
            // 
            this.RowdtgEmpresa_Id.HeaderText = "Id";
            this.RowdtgEmpresa_Id.Name = "RowdtgEmpresa_Id";
            this.RowdtgEmpresa_Id.Visible = false;
            // 
            // RowdtgEmpresa_Produto
            // 
            this.RowdtgEmpresa_Produto.FillWeight = 200F;
            this.RowdtgEmpresa_Produto.HeaderText = "Produto";
            this.RowdtgEmpresa_Produto.Name = "RowdtgEmpresa_Produto";
            this.RowdtgEmpresa_Produto.Width = 200;
            // 
            // RowdtgEmpresa_Valor
            // 
            dataGridViewCellStyle11.Format = "C2";
            dataGridViewCellStyle11.NullValue = null;
            this.RowdtgEmpresa_Valor.DefaultCellStyle = dataGridViewCellStyle11;
            this.RowdtgEmpresa_Valor.HeaderText = "Valor";
            this.RowdtgEmpresa_Valor.Name = "RowdtgEmpresa_Valor";
            // 
            // RowdtgEmpresa_Qtde
            // 
            this.RowdtgEmpresa_Qtde.FillWeight = 50F;
            this.RowdtgEmpresa_Qtde.HeaderText = "Qtde.";
            this.RowdtgEmpresa_Qtde.Name = "RowdtgEmpresa_Qtde";
            this.RowdtgEmpresa_Qtde.Width = 50;
            // 
            // RowdtgEmpresa_Total
            // 
            dataGridViewCellStyle12.Format = "C2";
            dataGridViewCellStyle12.NullValue = null;
            this.RowdtgEmpresa_Total.DefaultCellStyle = dataGridViewCellStyle12;
            this.RowdtgEmpresa_Total.HeaderText = "Total";
            this.RowdtgEmpresa_Total.Name = "RowdtgEmpresa_Total";
            // 
            // RowdtgEmpresa_Fornecedor
            // 
            this.RowdtgEmpresa_Fornecedor.HeaderText = "Fornecedor";
            this.RowdtgEmpresa_Fornecedor.Name = "RowdtgEmpresa_Fornecedor";
            this.RowdtgEmpresa_Fornecedor.ReadOnly = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.chart1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(492, 418);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Gráfico";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.Color.Transparent;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(492, 418);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // grProdutos
            // 
            this.grProdutos.Controls.Add(this.tabControl2);
            this.grProdutos.Controls.Add(this.cbxSelecionaProduto);
            this.grProdutos.Controls.Add(this.label6);
            this.grProdutos.Location = new System.Drawing.Point(3, 3);
            this.grProdutos.Name = "grProdutos";
            this.grProdutos.Size = new System.Drawing.Size(406, 150);
            this.grProdutos.TabIndex = 11;
            this.grProdutos.TabStop = false;
            this.grProdutos.Text = "Produto";
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabFornecedor);
            this.tabControl2.Controls.Add(this.tabGeral);
            this.tabControl2.Location = new System.Drawing.Point(8, 51);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(392, 94);
            this.tabControl2.TabIndex = 11;
            // 
            // tabFornecedor
            // 
            this.tabFornecedor.Controls.Add(this.txtValorPadrao);
            this.tabFornecedor.Controls.Add(this.label1);
            this.tabFornecedor.Controls.Add(this.cbxSelecionaFornecedor);
            this.tabFornecedor.Controls.Add(this.txtValorCusto);
            this.tabFornecedor.Controls.Add(this.label10);
            this.tabFornecedor.Controls.Add(this.label9);
            this.tabFornecedor.Location = new System.Drawing.Point(4, 22);
            this.tabFornecedor.Name = "tabFornecedor";
            this.tabFornecedor.Padding = new System.Windows.Forms.Padding(3);
            this.tabFornecedor.Size = new System.Drawing.Size(384, 68);
            this.tabFornecedor.TabIndex = 1;
            this.tabFornecedor.Text = "Fornecedor";
            this.tabFornecedor.UseVisualStyleBackColor = true;
            // 
            // txtValorPadrao
            // 
            this.txtValorPadrao.Enabled = false;
            this.txtValorPadrao.Location = new System.Drawing.Point(87, 42);
            this.txtValorPadrao.Name = "txtValorPadrao";
            this.txtValorPadrao.Size = new System.Drawing.Size(100, 20);
            this.txtValorPadrao.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(69, 13);
            this.label1.TabIndex = 9;
            this.label1.Text = "Preço Venda";
            // 
            // cbxSelecionaFornecedor
            // 
            this.cbxSelecionaFornecedor.Enabled = false;
            this.cbxSelecionaFornecedor.FormattingEnabled = true;
            this.cbxSelecionaFornecedor.Location = new System.Drawing.Point(87, 12);
            this.cbxSelecionaFornecedor.Name = "cbxSelecionaFornecedor";
            this.cbxSelecionaFornecedor.Size = new System.Drawing.Size(291, 21);
            this.cbxSelecionaFornecedor.TabIndex = 7;
            // 
            // txtValorCusto
            // 
            this.txtValorCusto.Enabled = false;
            this.txtValorCusto.Location = new System.Drawing.Point(276, 42);
            this.txtValorCusto.Name = "txtValorCusto";
            this.txtValorCusto.Size = new System.Drawing.Size(100, 20);
            this.txtValorCusto.TabIndex = 4;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 15);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(77, 13);
            this.label10.TabIndex = 5;
            this.label10.Text = "Nome / Razão";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(203, 45);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "Preço Custo";
            // 
            // tabGeral
            // 
            this.tabGeral.Controls.Add(this.txtQtdePadrao);
            this.tabGeral.Controls.Add(this.label5);
            this.tabGeral.Controls.Add(this.label4);
            this.tabGeral.Controls.Add(this.txtQtdeDisponivel);
            this.tabGeral.Controls.Add(this.txtQtdeRestate);
            this.tabGeral.Controls.Add(this.label7);
            this.tabGeral.Location = new System.Drawing.Point(4, 22);
            this.tabGeral.Name = "tabGeral";
            this.tabGeral.Padding = new System.Windows.Forms.Padding(3);
            this.tabGeral.Size = new System.Drawing.Size(384, 68);
            this.tabGeral.TabIndex = 0;
            this.tabGeral.Text = "Outros";
            this.tabGeral.UseVisualStyleBackColor = true;
            // 
            // txtQtdePadrao
            // 
            this.txtQtdePadrao.Enabled = false;
            this.txtQtdePadrao.Location = new System.Drawing.Point(20, 31);
            this.txtQtdePadrao.Name = "txtQtdePadrao";
            this.txtQtdePadrao.Size = new System.Drawing.Size(83, 20);
            this.txtQtdePadrao.TabIndex = 2;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(204, 35);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(50, 13);
            this.label5.TabIndex = 3;
            this.label5.Text = "Restante";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(204, 9);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Dísponivel";
            // 
            // txtQtdeDisponivel
            // 
            this.txtQtdeDisponivel.Enabled = false;
            this.txtQtdeDisponivel.Location = new System.Drawing.Point(283, 6);
            this.txtQtdeDisponivel.Name = "txtQtdeDisponivel";
            this.txtQtdeDisponivel.Size = new System.Drawing.Size(83, 20);
            this.txtQtdeDisponivel.TabIndex = 2;
            // 
            // txtQtdeRestate
            // 
            this.txtQtdeRestate.Enabled = false;
            this.txtQtdeRestate.Location = new System.Drawing.Point(283, 32);
            this.txtQtdeRestate.Name = "txtQtdeRestate";
            this.txtQtdeRestate.Size = new System.Drawing.Size(83, 20);
            this.txtQtdeRestate.TabIndex = 2;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(17, 13);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(106, 13);
            this.label7.TabIndex = 3;
            this.label7.Text = "Lançar Qtde. Padrão";
            // 
            // cbxSelecionaProduto
            // 
            this.cbxSelecionaProduto.FormattingEnabled = true;
            this.cbxSelecionaProduto.Items.AddRange(new object[] {
            "Selecione"});
            this.cbxSelecionaProduto.Location = new System.Drawing.Point(75, 24);
            this.cbxSelecionaProduto.Name = "cbxSelecionaProduto";
            this.cbxSelecionaProduto.Size = new System.Drawing.Size(309, 21);
            this.cbxSelecionaProduto.TabIndex = 6;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(5, 27);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(46, 13);
            this.label6.TabIndex = 3;
            this.label6.Text = "Seleção";
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.DimGray;
            this.panel2.Controls.Add(this.label13);
            this.panel2.Controls.Add(this.btnGravarDistribuicao);
            this.panel2.Location = new System.Drawing.Point(91, 12);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(912, 75);
            this.panel2.TabIndex = 117;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.White;
            this.label13.Location = new System.Drawing.Point(4, 6);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(326, 60);
            this.label13.TabIndex = 96;
            this.label13.Text = "DISTRIBUIÇÃO x";
            this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnGravarDistribuicao
            // 
            this.btnGravarDistribuicao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnGravarDistribuicao.Location = new System.Drawing.Point(621, 22);
            this.btnGravarDistribuicao.Name = "btnGravarDistribuicao";
            this.btnGravarDistribuicao.Size = new System.Drawing.Size(91, 44);
            this.btnGravarDistribuicao.TabIndex = 16;
            this.btnGravarDistribuicao.Text = "Gravar Distribuição";
            this.btnGravarDistribuicao.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(toolStrip1);
            this.panel1.Location = new System.Drawing.Point(5, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(76, 604);
            this.panel1.TabIndex = 118;
            // 
            // frmDistribuicaoPorLoja
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 628);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmDistribuicaoPorLoja";
            this.Text = "frmDistribuicaoPorLoja";
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtgSoma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtgLojas)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtgLancamentos)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtgEmpresaDetalhe)).EndInit();
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.grProdutos.ResumeLayout(false);
            this.grProdutos.PerformLayout();
            this.tabControl2.ResumeLayout(false);
            this.tabFornecedor.ResumeLayout(false);
            this.tabFornecedor.PerformLayout();
            this.tabGeral.ResumeLayout(false);
            this.tabGeral.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStrip                 toolStrip1;
     System.Windows.Forms.ToolStripButton           saveButton;
     System.Windows.Forms.ToolStripButton           openButton;
     System.Windows.Forms.ToolStripButton           compileButton;
     System.Windows.Forms.ToolStripButton           runButton;
     System.Windows.Forms.ToolStripButton           helpButton;
     System.Windows.Forms.ToolStripButton           aboutButton;
     System.Windows.Forms.ToolStripButton           settingsButton;
     System.Windows.Forms.ToolStripButton           fontButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FastSharpForm));
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.codeLanguageCombo   = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.statusBar           = new System.Windows.Forms.ToolStripStatusLabel();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.colorDialog1        = new System.Windows.Forms.ColorDialog();
     this.codeOutputSplit     = new System.Windows.Forms.SplitContainer();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.suggestionsBox      = new System.Windows.Forms.ListBox();
     this.codeWindow          = new System.Windows.Forms.RichTextBox();
     this.tabControl          = new System.Windows.Forms.TabControl();
     this.outputTab           = new System.Windows.Forms.TabPage();
     this.outputWindow        = new System.Windows.Forms.RichTextBox();
     this.errorTab            = new System.Windows.Forms.TabPage();
     this.errorWindow         = new System.Windows.Forms.RichTextBox();
     this.codeFontDialog      = new System.Windows.Forms.FontDialog();
     this.assemblyData        = new System.Windows.Forms.TreeView();
     toolStrip1     = new System.Windows.Forms.ToolStrip();
     saveButton     = new System.Windows.Forms.ToolStripButton();
     openButton     = new System.Windows.Forms.ToolStripButton();
     compileButton  = new System.Windows.Forms.ToolStripButton();
     runButton      = new System.Windows.Forms.ToolStripButton();
     helpButton     = new System.Windows.Forms.ToolStripButton();
     aboutButton    = new System.Windows.Forms.ToolStripButton();
     settingsButton = new System.Windows.Forms.ToolStripButton();
     fontButton     = new System.Windows.Forms.ToolStripButton();
     toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).BeginInit();
     this.codeOutputSplit.Panel1.SuspendLayout();
     this.codeOutputSplit.Panel2.SuspendLayout();
     this.codeOutputSplit.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.outputTab.SuspendLayout();
     this.errorTab.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         saveButton,
         openButton,
         this.toolStripSeparator1,
         compileButton,
         runButton,
         helpButton,
         aboutButton,
         this.toolStripSeparator3,
         this.codeLanguageCombo,
         settingsButton,
         fontButton
     });
     toolStrip1.Location = new System.Drawing.Point(0, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Padding  = new System.Windows.Forms.Padding(0, 0, 2, 0);
     toolStrip1.Size     = new System.Drawing.Size(1218, 33);
     toolStrip1.TabIndex = 0;
     toolStrip1.Text     = "toolStrip1";
     //
     // saveButton
     //
     saveButton.Image = global::FastSharpApplication.Properties.Resources.saveHS;
     saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     saveButton.Name   = "saveButton";
     saveButton.Size   = new System.Drawing.Size(77, 30);
     saveButton.Text   = "&Save";
     saveButton.Click += new System.EventHandler(this.saveButtonClick);
     //
     // openButton
     //
     openButton.Image = global::FastSharpApplication.Properties.Resources.openHS;
     openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     openButton.Name   = "openButton";
     openButton.Size   = new System.Drawing.Size(84, 30);
     openButton.Text   = "&Open";
     openButton.Click += new System.EventHandler(this.openButtonClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
     //
     // compileButton
     //
     compileButton.Image = global::FastSharpApplication.Properties.Resources.CopyHS;
     compileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     compileButton.Name   = "compileButton";
     compileButton.Size   = new System.Drawing.Size(106, 30);
     compileButton.Text   = "Compile";
     compileButton.Click += new System.EventHandler(this.compileButtonClick);
     //
     // runButton
     //
     runButton.Image = global::FastSharpApplication.Properties.Resources.DataContainer_MoveNextHS;
     runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     runButton.Name   = "runButton";
     runButton.Size   = new System.Drawing.Size(71, 30);
     runButton.Text   = "Run";
     runButton.Click += new System.EventHandler(this.runButtonClick);
     //
     // helpButton
     //
     helpButton.Alignment          = System.Windows.Forms.ToolStripItemAlignment.Right;
     helpButton.DoubleClickEnabled = true;
     helpButton.Image = global::FastSharpApplication.Properties.Resources.Help;
     helpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     helpButton.Name   = "helpButton";
     helpButton.Size   = new System.Drawing.Size(77, 30);
     helpButton.Text   = "Help";
     helpButton.Click += new System.EventHandler(this.helpButtonClick);
     //
     // aboutButton
     //
     aboutButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     aboutButton.Image                 = global::FastSharpApplication.Properties.Resources.Information;
     aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     aboutButton.Name   = "aboutButton";
     aboutButton.Size   = new System.Drawing.Size(90, 30);
     aboutButton.Text   = "About";
     aboutButton.Click += new System.EventHandler(this.aboutButtonClick);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
     //
     // codeLanguageCombo
     //
     this.codeLanguageCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.codeLanguageCombo.Name                  = "codeLanguageCombo";
     this.codeLanguageCombo.Size                  = new System.Drawing.Size(180, 33);
     this.codeLanguageCombo.SelectedIndexChanged += new System.EventHandler(this.codeLanguageCombo_SelectedIndexChanged);
     //
     // settingsButton
     //
     settingsButton.Image = global::FastSharpApplication.Properties.Resources.OptionsHS;
     settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     settingsButton.Name   = "settingsButton";
     settingsButton.Size   = new System.Drawing.Size(104, 30);
     settingsButton.Text   = "Settings";
     settingsButton.Click += new System.EventHandler(this.settingsButtonClick);
     //
     // fontButton
     //
     fontButton.Image = global::FastSharpApplication.Properties.Resources.Font;
     fontButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     fontButton.Name   = "fontButton";
     fontButton.Size   = new System.Drawing.Size(76, 30);
     fontButton.Text   = "Font";
     fontButton.Click += new System.EventHandler(this.fontButtonClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusBar
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 33);
     this.statusStrip1.Margin     = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.Padding    = new System.Windows.Forms.Padding(2, 0, 21, 0);
     this.statusStrip1.Size       = new System.Drawing.Size(1218, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex   = 4;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // statusBar
     //
     this.statusBar.AutoSize     = false;
     this.statusBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusBar.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusBar.Name         = "statusBar";
     this.statusBar.Size         = new System.Drawing.Size(1195, 17);
     this.statusBar.Spring       = true;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt  = "txt";
     this.saveFileDialog1.Filter      = "C# Files|*.cs|Text Files|*.txt|All Files|*.*";
     this.saveFileDialog1.FilterIndex = 2;
     this.saveFileDialog1.Title       = "FastSharpForm Save";
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt  = "FastSharpForm";
     this.openFileDialog1.Filter      = "C# Files|*.cs|Text Files|*.txt|All Files|*.*";
     this.openFileDialog1.FilterIndex = 2;
     this.openFileDialog1.Title       = "FastSharpForm Open";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "Critical.bmp");
     this.imageList1.Images.SetKeyName(1, "EditCodeHS.png");
     //
     // codeOutputSplit
     //
     this.codeOutputSplit.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.codeOutputSplit.Location    = new System.Drawing.Point(0, 55);
     this.codeOutputSplit.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.codeOutputSplit.Name        = "codeOutputSplit";
     this.codeOutputSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // codeOutputSplit.Panel1
     //
     this.codeOutputSplit.Panel1.Controls.Add(this.groupBox1);
     //
     // codeOutputSplit.Panel2
     //
     this.codeOutputSplit.Panel2.Controls.Add(this.tabControl);
     this.codeOutputSplit.Size             = new System.Drawing.Size(1218, 894);
     this.codeOutputSplit.SplitterDistance = 639;
     this.codeOutputSplit.SplitterWidth    = 6;
     this.codeOutputSplit.TabIndex         = 6;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.assemblyData);
     this.groupBox1.Controls.Add(this.suggestionsBox);
     this.groupBox1.Controls.Add(this.codeWindow);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Size     = new System.Drawing.Size(1218, 639);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Code";
     //
     // suggestionsBox
     //
     this.suggestionsBox.FormattingEnabled = true;
     this.suggestionsBox.ItemHeight        = 20;
     this.suggestionsBox.Location          = new System.Drawing.Point(31, 48);
     this.suggestionsBox.Name     = "suggestionsBox";
     this.suggestionsBox.Size     = new System.Drawing.Size(120, 84);
     this.suggestionsBox.Sorted   = true;
     this.suggestionsBox.TabIndex = 1;
     this.suggestionsBox.Visible  = false;
     //
     // codeWindow
     //
     this.codeWindow.AcceptsTab = true;
     this.codeWindow.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::FastSharpApplication.Properties.Settings.Default, "CodeWindowFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.codeWindow.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.codeWindow.Font                = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont;
     this.codeWindow.Location            = new System.Drawing.Point(4, 24);
     this.codeWindow.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.codeWindow.Name                = "codeWindow";
     this.codeWindow.ShowSelectionMargin = true;
     this.codeWindow.Size                = new System.Drawing.Size(1210, 610);
     this.codeWindow.TabIndex            = 0;
     this.codeWindow.Text                = "";
     this.codeWindow.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.codeWindow_KeyDown);
     //
     // tabControl
     //
     this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
     this.tabControl.Controls.Add(this.outputTab);
     this.tabControl.Controls.Add(this.errorTab);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.ImageList     = this.imageList1;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(1218, 249);
     this.tabControl.TabIndex      = 6;
     //
     // outputTab
     //
     this.outputTab.Controls.Add(this.outputWindow);
     this.outputTab.ImageIndex = 1;
     this.outputTab.Location   = new System.Drawing.Point(4, 32);
     this.outputTab.Margin     = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.outputTab.Name       = "outputTab";
     this.outputTab.Padding    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.outputTab.Size       = new System.Drawing.Size(1210, 213);
     this.outputTab.TabIndex   = 0;
     this.outputTab.Text       = "Output";
     this.outputTab.UseVisualStyleBackColor = true;
     //
     // outputWindow
     //
     this.outputWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.outputWindow.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputWindow.Location = new System.Drawing.Point(4, 5);
     this.outputWindow.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.outputWindow.Name     = "outputWindow";
     this.outputWindow.ReadOnly = true;
     this.outputWindow.Size     = new System.Drawing.Size(1202, 203);
     this.outputWindow.TabIndex = 1;
     this.outputWindow.Text     = "";
     //
     // errorTab
     //
     this.errorTab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.errorTab.Controls.Add(this.errorWindow);
     this.errorTab.ImageIndex = 0;
     this.errorTab.Location   = new System.Drawing.Point(4, 32);
     this.errorTab.Margin     = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.errorTab.Name       = "errorTab";
     this.errorTab.Padding    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.errorTab.Size       = new System.Drawing.Size(1210, 213);
     this.errorTab.TabIndex   = 1;
     this.errorTab.Text       = "Errors";
     this.errorTab.UseVisualStyleBackColor = true;
     //
     // errorWindow
     //
     this.errorWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.errorWindow.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.errorWindow.Location = new System.Drawing.Point(4, 5);
     this.errorWindow.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.errorWindow.Name     = "errorWindow";
     this.errorWindow.ReadOnly = true;
     this.errorWindow.Size     = new System.Drawing.Size(1202, 203);
     this.errorWindow.TabIndex = 2;
     this.errorWindow.Text     = "";
     //
     // codeFontDialog
     //
     this.codeFontDialog.Font      = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont;
     this.codeFontDialog.ShowColor = true;
     //
     // assemblyData
     //
     this.assemblyData.Location = new System.Drawing.Point(1090, 534);
     this.assemblyData.Name     = "assemblyData";
     this.assemblyData.Size     = new System.Drawing.Size(121, 97);
     this.assemblyData.TabIndex = 2;
     this.assemblyData.Visible  = false;
     //
     // FastSharpForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1218, 949);
     this.Controls.Add(this.codeOutputSplit);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(toolStrip1);
     this.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name         = "FastSharpForm";
     this.Text         = "FastSharpForm";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FastSharpForm_FormClosing);
     this.Load        += new System.EventHandler(this.FastSharp_Load);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.codeOutputSplit.Panel1.ResumeLayout(false);
     this.codeOutputSplit.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).EndInit();
     this.codeOutputSplit.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.outputTab.ResumeLayout(false);
     this.errorTab.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.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModelo));
            this.tbIncluir = new System.Windows.Forms.ToolStripButton();
            this.tbAlterar = new System.Windows.Forms.ToolStripButton();
            this.tbExcluir = new System.Windows.Forms.ToolStripButton();
            this.tbAtualizar = new System.Windows.Forms.ToolStripButton();
            this.tbImprimir = new System.Windows.Forms.ToolStripButton();
            this.tbVoltar = new System.Windows.Forms.ToolStripButton();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label13 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btn01 = new System.Windows.Forms.Button();
            this.btn02 = new System.Windows.Forms.Button();
            this.cbxSelecionaFornecedor = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cboUnidadeMedida = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCodigo = new System.Windows.Forms.TextBox();
            this.txtPrecoCusto = new System.Windows.Forms.TextBox();
            this.txtDescricao = new System.Windows.Forms.TextBox();
            this.txtPrecoVenda = new System.Windows.Forms.TextBox();
            this.dtgProdutos = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.rdbDesc = new System.Windows.Forms.RadioButton();
            this.rdbCresc = new System.Windows.Forms.RadioButton();
            this.label8 = new System.Windows.Forms.Label();
            this.txtConsulta = new System.Windows.Forms.MaskedTextBox();
            this.cbxPesquisar = new System.Windows.Forms.ComboBox();
            this.cbxOrdenar = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.btnPesquisa = new System.Windows.Forms.Button();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.btnGerarRelatorio = new System.Windows.Forms.Button();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgProdutos)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.AutoSize = false;
            toolStrip1.BackColor = System.Drawing.Color.White;
            toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbIncluir,
            this.tbAlterar,
            this.tbExcluir,
            this.tbAtualizar,
            this.tbImprimir,
            this.tbVoltar});
            toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            toolStrip1.Location = new System.Drawing.Point(2, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Padding = new System.Windows.Forms.Padding(0);
            toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            toolStrip1.ShowItemToolTips = false;
            toolStrip1.Size = new System.Drawing.Size(69, 506);
            toolStrip1.TabIndex = 94;
            toolStrip1.Text = "toolStrip1";
            // 
            // tbIncluir
            // 
            this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image")));
            this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbIncluir.Name = "tbIncluir";
            this.tbIncluir.Size = new System.Drawing.Size(68, 81);
            this.tbIncluir.Text = "Incluir";
            this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbIncluir.ToolTipText = "Clique parar incluir um registro";
            // 
            // tbAlterar
            // 
            this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image")));
            this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAlterar.Name = "tbAlterar";
            this.tbAlterar.Size = new System.Drawing.Size(68, 81);
            this.tbAlterar.Text = "Alterar";
            this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAlterar.ToolTipText = "Clique para alterar um registro";
            // 
            // tbExcluir
            // 
            this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image")));
            this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbExcluir.Name = "tbExcluir";
            this.tbExcluir.Size = new System.Drawing.Size(68, 81);
            this.tbExcluir.Text = "Excluir";
            this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbExcluir.ToolTipText = "Clique para excluir um registro";
            // 
            // tbAtualizar
            // 
            this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image")));
            this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAtualizar.Name = "tbAtualizar";
            this.tbAtualizar.Size = new System.Drawing.Size(68, 81);
            this.tbAtualizar.Text = "Atualizar";
            this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros";
            // 
            // tbImprimir
            // 
            this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image")));
            this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbImprimir.Name = "tbImprimir";
            this.tbImprimir.Size = new System.Drawing.Size(68, 81);
            this.tbImprimir.Text = "Imprimir";
            this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbImprimir.ToolTipText = "Clique para imprimir ";
            this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click);
            // 
            // tbVoltar
            // 
            this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image")));
            this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbVoltar.Name = "tbVoltar";
            this.tbVoltar.Size = new System.Drawing.Size(68, 81);
            this.tbVoltar.Text = "Voltar";
            this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tbVoltar.ToolTipText = "Retornar a tela anterior";
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.DimGray;
            this.panel2.Controls.Add(this.label13);
            this.panel2.Location = new System.Drawing.Point(90, 12);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(912, 75);
            this.panel2.TabIndex = 33;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.White;
            this.label13.Location = new System.Drawing.Point(4, 6);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(491, 60);
            this.label13.TabIndex = 96;
            this.label13.Text = "CADASTRO DE PRODUTOS";
            this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 2);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(137, 36);
            this.label3.TabIndex = 96;
            this.label3.Text = "RELATÓRIO";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(toolStrip1);
            this.panel1.Location = new System.Drawing.Point(4, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(76, 604);
            this.panel1.TabIndex = 95;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.btn01);
            this.groupBox1.Controls.Add(this.btn02);
            this.groupBox1.Controls.Add(this.cbxSelecionaFornecedor);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cboUnidadeMedida);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtCodigo);
            this.groupBox1.Controls.Add(this.txtPrecoCusto);
            this.groupBox1.Controls.Add(this.txtDescricao);
            this.groupBox1.Controls.Add(this.txtPrecoVenda);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(2, -5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(301, 103);
            this.groupBox1.TabIndex = 112;
            this.groupBox1.TabStop = false;
            // 
            // btn01
            // 
            this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn01.Location = new System.Drawing.Point(64, 26);
            this.btn01.Name = "btn01";
            this.btn01.Size = new System.Drawing.Size(110, 59);
            this.btn01.TabIndex = 27;
            this.btn01.Text = "01";
            this.btn01.UseVisualStyleBackColor = true;
            // 
            // btn02
            // 
            this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn02.Location = new System.Drawing.Point(180, 26);
            this.btn02.Name = "btn02";
            this.btn02.Size = new System.Drawing.Size(110, 59);
            this.btn02.TabIndex = 27;
            this.btn02.Text = "02";
            this.btn02.UseVisualStyleBackColor = true;
            // 
            // cbxSelecionaFornecedor
            // 
            this.cbxSelecionaFornecedor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxSelecionaFornecedor.BackColor = System.Drawing.Color.LemonChiffon;
            this.cbxSelecionaFornecedor.FormattingEnabled = true;
            this.cbxSelecionaFornecedor.Location = new System.Drawing.Point(239, 72);
            this.cbxSelecionaFornecedor.Name = "cbxSelecionaFornecedor";
            this.cbxSelecionaFornecedor.Size = new System.Drawing.Size(0, 24);
            this.cbxSelecionaFornecedor.TabIndex = 26;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(-186, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(60, 16);
            this.label2.TabIndex = 25;
            this.label2.Text = "Unidade";
            // 
            // cboUnidadeMedida
            // 
            this.cboUnidadeMedida.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cboUnidadeMedida.BackColor = System.Drawing.Color.LemonChiffon;
            this.cboUnidadeMedida.FormattingEnabled = true;
            this.cboUnidadeMedida.Items.AddRange(new object[] {
            "UN",
            "CX",
            "KG",
            "PC",
            "LT",
            "MT"});
            this.cboUnidadeMedida.Location = new System.Drawing.Point(-183, 30);
            this.cboUnidadeMedida.Name = "cboUnidadeMedida";
            this.cboUnidadeMedida.Size = new System.Drawing.Size(79, 24);
            this.cboUnidadeMedida.TabIndex = 24;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(236, 53);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(126, 16);
            this.label7.TabIndex = 10;
            this.label7.Text = "Fornecedor Padrão";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(91, 11);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(70, 16);
            this.label6.TabIndex = 9;
            this.label6.Text = "Descrição";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(121, 55);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(81, 16);
            this.label5.TabIndex = 8;
            this.label5.Text = "Preço Custo";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 55);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(106, 16);
            this.label4.TabIndex = 7;
            this.label4.Text = "Preço de Venda";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(52, 16);
            this.label1.TabIndex = 6;
            this.label1.Text = "Codigo";
            // 
            // txtCodigo
            // 
            this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtCodigo.Location = new System.Drawing.Point(9, 30);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(79, 22);
            this.txtCodigo.TabIndex = 2;
            this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged);
            // 
            // txtPrecoCusto
            // 
            this.txtPrecoCusto.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtPrecoCusto.Location = new System.Drawing.Point(124, 74);
            this.txtPrecoCusto.Name = "txtPrecoCusto";
            this.txtPrecoCusto.Size = new System.Drawing.Size(109, 22);
            this.txtPrecoCusto.TabIndex = 4;
            // 
            // txtDescricao
            // 
            this.txtDescricao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDescricao.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtDescricao.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtDescricao.Location = new System.Drawing.Point(94, 30);
            this.txtDescricao.Name = "txtDescricao";
            this.txtDescricao.Size = new System.Drawing.Size(0, 22);
            this.txtDescricao.TabIndex = 5;
            // 
            // txtPrecoVenda
            // 
            this.txtPrecoVenda.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtPrecoVenda.Location = new System.Drawing.Point(9, 74);
            this.txtPrecoVenda.Name = "txtPrecoVenda";
            this.txtPrecoVenda.Size = new System.Drawing.Size(109, 22);
            this.txtPrecoVenda.TabIndex = 3;
            // 
            // dtgProdutos
            // 
            this.dtgProdutos.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.dtgProdutos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtgProdutos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column5,
            this.Column3,
            this.Column4,
            this.Column6});
            this.dtgProdutos.Location = new System.Drawing.Point(2, 147);
            this.dtgProdutos.Name = "dtgProdutos";
            this.dtgProdutos.ReadOnly = true;
            this.dtgProdutos.RowHeadersVisible = false;
            this.dtgProdutos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtgProdutos.Size = new System.Drawing.Size(301, 376);
            this.dtgProdutos.TabIndex = 108;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "P_Id";
            this.Column1.Frozen = true;
            this.Column1.HeaderText = "Código";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 50;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "P_Descricao";
            this.Column2.Frozen = true;
            this.Column2.HeaderText = "Descrição";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            this.Column2.Width = 150;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "P_Unid";
            this.Column5.HeaderText = "UN";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.Width = 30;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "P_Pcusto";
            this.Column3.HeaderText = "Custo R$";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            this.Column3.Width = 80;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "P_Pvenda";
            this.Column4.HeaderText = "Venda R$";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            this.Column4.Width = 80;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "P_Fornecedor";
            this.Column6.HeaderText = "Fornecedor";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            this.Column6.Width = 200;
            // 
            // rdbDesc
            // 
            this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbDesc.AutoSize = true;
            this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbDesc.ForeColor = System.Drawing.Color.White;
            this.rdbDesc.Location = new System.Drawing.Point(234, 12);
            this.rdbDesc.Name = "rdbDesc";
            this.rdbDesc.Size = new System.Drawing.Size(65, 17);
            this.rdbDesc.TabIndex = 6;
            this.rdbDesc.Text = "Z -> A";
            this.rdbDesc.UseVisualStyleBackColor = true;
            // 
            // rdbCresc
            // 
            this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdbCresc.AutoSize = true;
            this.rdbCresc.Checked = true;
            this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdbCresc.ForeColor = System.Drawing.Color.White;
            this.rdbCresc.Location = new System.Drawing.Point(168, 12);
            this.rdbCresc.Name = "rdbCresc";
            this.rdbCresc.Size = new System.Drawing.Size(65, 17);
            this.rdbCresc.TabIndex = 6;
            this.rdbCresc.TabStop = true;
            this.rdbCresc.Text = "A -> Z";
            this.rdbCresc.UseVisualStyleBackColor = true;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(-48, 14);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(60, 13);
            this.label8.TabIndex = 5;
            this.label8.Text = "Ordenar";
            // 
            // txtConsulta
            // 
            this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtConsulta.Location = new System.Drawing.Point(114, 9);
            this.txtConsulta.Name = "txtConsulta";
            this.txtConsulta.Size = new System.Drawing.Size(0, 22);
            this.txtConsulta.TabIndex = 3;
            // 
            // cbxPesquisar
            // 
            this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxPesquisar.FormattingEnabled = true;
            this.cbxPesquisar.Items.AddRange(new object[] {
            "Todos os Campos",
            "Código do Produto",
            "Descrição do Produtol",
            "Preço Venda acima de...",
            "Preço Venda abaixo de...",
            "Preço Custo acima de...",
            "Preço Custo abaixo de...",
            "Tipo de Unidade",
            "Fornecedor Padrão"});
            this.cbxPesquisar.Location = new System.Drawing.Point(-275, 10);
            this.cbxPesquisar.Name = "cbxPesquisar";
            this.cbxPesquisar.Size = new System.Drawing.Size(143, 21);
            this.cbxPesquisar.TabIndex = 1;
            // 
            // cbxOrdenar
            // 
            this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbxOrdenar.FormattingEnabled = true;
            this.cbxOrdenar.Items.AddRange(new object[] {
            "Código do Produto",
            "Descrição do Produto",
            "Preço Venda ",
            "Preço Custo",
            "Tipo de Unidade",
            "Fornecedor Padrão"});
            this.cbxOrdenar.Location = new System.Drawing.Point(15, 10);
            this.cbxOrdenar.Name = "cbxOrdenar";
            this.cbxOrdenar.Size = new System.Drawing.Size(151, 21);
            this.cbxOrdenar.TabIndex = 1;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.ForeColor = System.Drawing.Color.White;
            this.label10.Location = new System.Drawing.Point(5, 14);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(109, 13);
            this.label10.TabIndex = 0;
            this.label10.Text = "Pesquisar por...";
            // 
            // panel3
            // 
            this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.BackColor = System.Drawing.Color.DimGray;
            this.panel3.Controls.Add(this.rdbDesc);
            this.panel3.Controls.Add(this.label10);
            this.panel3.Controls.Add(this.rdbCresc);
            this.panel3.Controls.Add(this.cbxOrdenar);
            this.panel3.Controls.Add(this.label9);
            this.panel3.Controls.Add(this.label8);
            this.panel3.Controls.Add(this.cbxPesquisar);
            this.panel3.Controls.Add(this.btnPesquisa);
            this.panel3.Controls.Add(this.txtConsulta);
            this.panel3.Location = new System.Drawing.Point(2, 102);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(301, 39);
            this.panel3.TabIndex = 115;
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.ForeColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(-307, 14);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(27, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "em";
            // 
            // btnPesquisa
            // 
            this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find;
            this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnPesquisa.Location = new System.Drawing.Point(-115, 8);
            this.btnPesquisa.Name = "btnPesquisa";
            this.btnPesquisa.Size = new System.Drawing.Size(64, 25);
            this.btnPesquisa.TabIndex = 4;
            this.btnPesquisa.UseVisualStyleBackColor = false;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(90, 93);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.dtgProdutos);
            this.splitContainer1.Panel1.Controls.Add(this.panel3);
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            this.splitContainer1.Panel1Collapsed = true;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.panel5);
            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
            this.splitContainer1.Size = new System.Drawing.Size(918, 523);
            this.splitContainer1.SplitterDistance = 306;
            this.splitContainer1.TabIndex = 116;
            // 
            // panel5
            // 
            this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.panel4);
            this.panel5.Controls.Add(this.btnGerarRelatorio);
            this.panel5.Controls.Add(this.label11);
            this.panel5.Controls.Add(this.label12);
            this.panel5.Controls.Add(this.comboBox1);
            this.panel5.Controls.Add(this.comboBox2);
            this.panel5.Location = new System.Drawing.Point(724, 3);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(822, 940);
            this.panel5.TabIndex = 121;
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel4.BackColor = System.Drawing.Color.DimGray;
            this.panel4.Controls.Add(this.label3);
            this.panel4.Location = new System.Drawing.Point(0, 2);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(830, 39);
            this.panel4.TabIndex = 116;
            // 
            // btnGerarRelatorio
            // 
            this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144);
            this.btnGerarRelatorio.Name = "btnGerarRelatorio";
            this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49);
            this.btnGerarRelatorio.TabIndex = 120;
            this.btnGerarRelatorio.Text = "Gerar Relatório";
            this.btnGerarRelatorio.UseVisualStyleBackColor = true;
            this.btnGerarRelatorio.Click += new System.EventHandler(this.btnGerarRelatorio_Click);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(3, 45);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(113, 16);
            this.label11.TabIndex = 117;
            this.label11.Text = "Tipo de Relatório";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(3, 89);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(95, 16);
            this.label12.TabIndex = 119;
            this.label12.Text = "Definir produto";
            // 
            // comboBox1
            // 
            this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox1.Location = new System.Drawing.Point(4, 64);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(824, 21);
            this.comboBox1.TabIndex = 2;
            // 
            // comboBox2
            // 
            this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "Todos os produtos",
            "Produto especifico."});
            this.comboBox2.Location = new System.Drawing.Point(4, 108);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(824, 21);
            this.comboBox2.TabIndex = 118;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(3, 3);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(715, 940);
            this.reportViewer1.TabIndex = 0;
            // 
            // frmModelo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 628);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel2);
            this.Name = "frmModelo";
            this.Text = "frmProduto";
            this.Load += new System.EventHandler(this.frmProduto_Load);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtgProdutos)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.ResumeLayout(false);

        }
Exemplo n.º 53
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.ToolStrip toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListStockForm));
     this.tsbRefresh = new System.Windows.Forms.ToolStripButton();
     this.tsbUpdate  = new System.Windows.Forms.ToolStripButton();
     this.tsbDelete  = new System.Windows.Forms.ToolStripButton();
     this.dgvStock   = new System.Windows.Forms.DataGridView();
     this.descriptionDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.majorSupplierDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.manufacturerDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nameDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.purchasePriceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reOrderLevelDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sellingPriceDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stockLevelDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsStock = new System.Windows.Forms.BindingSource(this.components);
     this.bsForm  = new System.Windows.Forms.BindingSource(this.components);
     toolStrip1   = new System.Windows.Forms.ToolStrip();
     toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsStock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsForm)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRefresh,
         this.tsbUpdate,
         this.tsbDelete
     });
     toolStrip1.Location = new System.Drawing.Point(0, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(845, 25);
     toolStrip1.TabIndex = 60;
     toolStrip1.Text     = "toolStrip1";
     //
     // tsbRefresh
     //
     this.tsbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
     this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRefresh.Name   = "tsbRefresh";
     this.tsbRefresh.Size   = new System.Drawing.Size(66, 22);
     this.tsbRefresh.Text   = "Refresh";
     this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
     //
     // tsbUpdate
     //
     this.tsbUpdate.Enabled = false;
     this.tsbUpdate.Image   = ((System.Drawing.Image)(resources.GetObject("tsbUpdate.Image")));
     this.tsbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbUpdate.Name   = "tsbUpdate";
     this.tsbUpdate.Size   = new System.Drawing.Size(65, 22);
     this.tsbUpdate.Text   = "Update";
     this.tsbUpdate.Click += new System.EventHandler(this.tsbUpdate_Click);
     //
     // tsbDelete
     //
     this.tsbDelete.Enabled = false;
     this.tsbDelete.Image   = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
     this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDelete.Name   = "tsbDelete";
     this.tsbDelete.Size   = new System.Drawing.Size(60, 22);
     this.tsbDelete.Text   = "Delete";
     this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
     //
     // dgvStock
     //
     this.dgvStock.AllowUserToAddRows          = false;
     this.dgvStock.AllowUserToDeleteRows       = false;
     this.dgvStock.AllowUserToOrderColumns     = true;
     this.dgvStock.AutoGenerateColumns         = false;
     this.dgvStock.BackgroundColor             = System.Drawing.Color.SlateGray;
     this.dgvStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStock.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.descriptionDataGridViewTextBoxColumn,
         this.majorSupplierDataGridViewTextBoxColumn,
         this.manufacturerDataGridViewTextBoxColumn,
         this.nameDataGridViewTextBoxColumn,
         this.purchasePriceDataGridViewTextBoxColumn,
         this.reOrderLevelDataGridViewTextBoxColumn,
         this.sellingPriceDataGridViewTextBoxColumn,
         this.stockLevelDataGridViewTextBoxColumn
     });
     this.dgvStock.DataSource    = this.bsStock;
     this.dgvStock.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.dgvStock.EditMode      = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvStock.Location      = new System.Drawing.Point(0, 28);
     this.dgvStock.MultiSelect   = false;
     this.dgvStock.Name          = "dgvStock";
     this.dgvStock.ReadOnly      = true;
     this.dgvStock.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvStock.Size          = new System.Drawing.Size(845, 365);
     this.dgvStock.TabIndex      = 58;
     //
     // descriptionDataGridViewTextBoxColumn
     //
     this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
     this.descriptionDataGridViewTextBoxColumn.HeaderText       = "Description";
     this.descriptionDataGridViewTextBoxColumn.Name             = "descriptionDataGridViewTextBoxColumn";
     this.descriptionDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // majorSupplierDataGridViewTextBoxColumn
     //
     this.majorSupplierDataGridViewTextBoxColumn.DataPropertyName = "MajorSupplier";
     this.majorSupplierDataGridViewTextBoxColumn.HeaderText       = "MajorSupplier";
     this.majorSupplierDataGridViewTextBoxColumn.Name             = "majorSupplierDataGridViewTextBoxColumn";
     this.majorSupplierDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // manufacturerDataGridViewTextBoxColumn
     //
     this.manufacturerDataGridViewTextBoxColumn.DataPropertyName = "Manufacturer";
     this.manufacturerDataGridViewTextBoxColumn.HeaderText       = "Manufacturer";
     this.manufacturerDataGridViewTextBoxColumn.Name             = "manufacturerDataGridViewTextBoxColumn";
     this.manufacturerDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // nameDataGridViewTextBoxColumn
     //
     this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
     this.nameDataGridViewTextBoxColumn.HeaderText       = "Name";
     this.nameDataGridViewTextBoxColumn.Name             = "nameDataGridViewTextBoxColumn";
     this.nameDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // purchasePriceDataGridViewTextBoxColumn
     //
     this.purchasePriceDataGridViewTextBoxColumn.DataPropertyName = "PurchasePrice";
     this.purchasePriceDataGridViewTextBoxColumn.HeaderText       = "PurchasePrice";
     this.purchasePriceDataGridViewTextBoxColumn.Name             = "purchasePriceDataGridViewTextBoxColumn";
     this.purchasePriceDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // reOrderLevelDataGridViewTextBoxColumn
     //
     this.reOrderLevelDataGridViewTextBoxColumn.DataPropertyName = "ReOrderLevel";
     this.reOrderLevelDataGridViewTextBoxColumn.HeaderText       = "ReOrderLevel";
     this.reOrderLevelDataGridViewTextBoxColumn.Name             = "reOrderLevelDataGridViewTextBoxColumn";
     this.reOrderLevelDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // sellingPriceDataGridViewTextBoxColumn
     //
     this.sellingPriceDataGridViewTextBoxColumn.DataPropertyName = "SellingPrice";
     this.sellingPriceDataGridViewTextBoxColumn.HeaderText       = "SellingPrice";
     this.sellingPriceDataGridViewTextBoxColumn.Name             = "sellingPriceDataGridViewTextBoxColumn";
     this.sellingPriceDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // stockLevelDataGridViewTextBoxColumn
     //
     this.stockLevelDataGridViewTextBoxColumn.DataPropertyName = "StockLevel";
     this.stockLevelDataGridViewTextBoxColumn.HeaderText       = "StockLevel";
     this.stockLevelDataGridViewTextBoxColumn.Name             = "stockLevelDataGridViewTextBoxColumn";
     this.stockLevelDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // bsStock
     //
     this.bsStock.AllowNew        = true;
     this.bsStock.DataMember      = "CurrentStock";
     this.bsStock.DataSource      = this.bsForm;
     this.bsStock.CurrentChanged += new System.EventHandler(this.bsStock_CurrentChanged);
     //
     // bsForm
     //
     this.bsForm.DataSource = typeof(SmartInventorySystem.ViewModel.Forms.ListStockFormViewModel);
     //
     // ListStockForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(845, 393);
     this.Controls.Add(toolStrip1);
     this.Controls.Add(this.dgvStock);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "ListStockForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Stock Record Sheet";
     this.Load           += new System.EventHandler(this.frmStockSheet_Load);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsStock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsForm)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 54
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.ToolStripMenuItem tsmiDismissedEmployees;
            System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KadrBaseForm));
            this.tsbNew = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            this.tsbEdit = new System.Windows.Forms.ToolStripButton();
            this.tsbUpdate = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbCut = new System.Windows.Forms.ToolStripButton();
            this.tsbCopy = new System.Windows.Forms.ToolStripButton();
            this.tsbPaste = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.RollbackMenuItem = new System.Windows.Forms.ToolStripSplitButton();
            this.RedoMenuItem = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tscbFindType = new System.Windows.Forms.ToolStripComboBox();
            this.tscbTextSearch = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.расширенныйПоискToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbEmployeeFilter = new System.Windows.Forms.ToolStripSplitButton();
            this.tsmiCurrentEmployees = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbDepartmentFilter = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbBonusFilter = new System.Windows.Forms.ToolStripSplitButton();
            this.текущиеНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.отмененныеНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.CurrentObjectLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.CurrentObjectInfoLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.kadrTreeView1 = new Kadr.KadrTreeView.KadrTreeView(this.components);
            this.treeViewImageList = new System.Windows.Forms.ImageList(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.miImport = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.miExportReport = new System.Windows.Forms.ToolStripMenuItem();
            this.импортироватьСуточныйРапортToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.печатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiActions = new System.Windows.Forms.ToolStripMenuItem();
            this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ВидНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.единицыИзмеренияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.типНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.gRToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.пКГToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.категорияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.категорииПерсоналаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видРаботыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видыДолжностейToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.категорииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.категорииToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.группыДолжностейToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.персоналToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.гражданствоToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.семейноеПоложениеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.приказыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.типыПриказовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видыПриказовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.приказыМинистерстваToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.окладToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.источникФинансированияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.центрыФинансированияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.оКВЭДToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.базовыеОкладыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.совмещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.причинаСовмещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.табельToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.статусДняToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.графикиРаботыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.отделыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.типыОтделовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.параметрыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.продлитьНадбавкуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.назначитьЧасыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.отчётыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.графикБуренияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.надбавкиПоВидуРаботыToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.надбавкиПоОтделамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.надбавкиПоДолжностямToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.надбавкиТ3ПоППСToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.отчетТ3ПоППСToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.поискНадбавокПоПриказуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.сеткаПоДолжностямИОкладамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.надбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.назначитьНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.продлитьНадбавкуToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.НастройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видыОтчетовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.последовательностьДанныхToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.правкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.отменитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.повторитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.вырезатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.копироватьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.вставитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.выделитьВсёToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.видToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.панельИнструментовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.строкаСтатусаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.деревоПромысловыхОбъектовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.справкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.оглавлениеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.ApplicationAboutStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treeNodeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
            this.развернутьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.свернутьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
            this.показатьВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.свернутьВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
            this.обновитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.departmentBindingSource = new System.Windows.Forms.BindingSource(this.components);
            tsmiDismissedEmployees = new System.Windows.Forms.ToolStripMenuItem();
            toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.treeNodeContextMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.departmentBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // tsmiDismissedEmployees
            // 
            tsmiDismissedEmployees.CheckOnClick = true;
            tsmiDismissedEmployees.Name = "tsmiDismissedEmployees";
            tsmiDismissedEmployees.Size = new System.Drawing.Size(203, 22);
            tsmiDismissedEmployees.Text = "Уволенные сотрудники";
            // 
            // toolStripMenuItem10
            // 
            toolStripMenuItem10.CheckOnClick = true;
            toolStripMenuItem10.Name = "toolStripMenuItem10";
            toolStripMenuItem10.Size = new System.Drawing.Size(205, 22);
            toolStripMenuItem10.Text = "Уволенные сотрудники";
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbNew,
            this.toolStripSeparator2,
            this.tsbDelete,
            this.tsbEdit,
            this.tsbUpdate,
            this.toolStripSeparator4,
            this.tsbCut,
            this.tsbCopy,
            this.tsbPaste,
            this.toolStripSeparator3,
            this.RollbackMenuItem,
            this.RedoMenuItem,
            this.toolStripSeparator5,
            this.tscbFindType,
            this.tscbTextSearch,
            this.toolStripSplitButton1,
            this.toolStripSeparator11,
            this.tsbEmployeeFilter,
            this.tsbDepartmentFilter,
            this.toolStripSeparator13,
            this.tsbBonusFilter,
            this.toolStripSeparator14});
            toolStrip1.Location = new System.Drawing.Point(3, 24);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(838, 25);
            toolStrip1.TabIndex = 1;
            // 
            // tsbNew
            // 
            this.tsbNew.Image = global::Kadr.Properties.Resources.NewReportHS;
            this.tsbNew.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbNew.Name = "tsbNew";
            this.tsbNew.Size = new System.Drawing.Size(132, 22);
            this.tsbNew.Text = "Создать объект...";
            this.tsbNew.ButtonClick += new System.EventHandler(this.tsbNew_ButtonClick);
            this.tsbNew.DropDownOpening += new System.EventHandler(this.tsbNew_DropDownOpening);
            this.tsbNew.MouseEnter += new System.EventHandler(this.tsbNew_MouseEnter);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbDelete
            // 
            this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbDelete.Image = global::Kadr.Properties.Resources.DeleteHS;
            this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Size = new System.Drawing.Size(23, 22);
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
            this.tsbDelete.MouseEnter += new System.EventHandler(this.tsbDelete_MouseEnter);
            // 
            // tsbEdit
            // 
            this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbEdit.Image = global::Kadr.Properties.Resources.EditInformationHS;
            this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbEdit.Name = "tsbEdit";
            this.tsbEdit.Size = new System.Drawing.Size(23, 22);
            this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
            this.tsbEdit.MouseEnter += new System.EventHandler(this.tsbEdit_MouseEnter);
            // 
            // tsbUpdate
            // 
            this.tsbUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbUpdate.Image = global::Kadr.Properties.Resources.RefreshDocViewHS;
            this.tsbUpdate.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbUpdate.Name = "tsbUpdate";
            this.tsbUpdate.Size = new System.Drawing.Size(23, 22);
            this.tsbUpdate.Click += new System.EventHandler(this.tsbUpdate_Click);
            this.tsbUpdate.MouseEnter += new System.EventHandler(this.tsbUpdate_MouseEnter);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator4.Visible = false;
            // 
            // tsbCut
            // 
            this.tsbCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbCut.Image = global::Kadr.Properties.Resources.Edit_Cut;
            this.tsbCut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbCut.Name = "tsbCut";
            this.tsbCut.Size = new System.Drawing.Size(23, 22);
            this.tsbCut.Visible = false;
            this.tsbCut.Click += new System.EventHandler(this.tsbCut_Click);
            this.tsbCut.MouseEnter += new System.EventHandler(this.tsbCut_MouseEnter);
            // 
            // tsbCopy
            // 
            this.tsbCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbCopy.Image = global::Kadr.Properties.Resources.CopyHS;
            this.tsbCopy.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbCopy.Name = "tsbCopy";
            this.tsbCopy.Size = new System.Drawing.Size(23, 22);
            this.tsbCopy.Visible = false;
            this.tsbCopy.Click += new System.EventHandler(this.tsbCopy_Click);
            this.tsbCopy.MouseEnter += new System.EventHandler(this.tsbCopy_MouseEnter);
            // 
            // tsbPaste
            // 
            this.tsbPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbPaste.Image = global::Kadr.Properties.Resources.PasteHS;
            this.tsbPaste.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbPaste.Name = "tsbPaste";
            this.tsbPaste.Size = new System.Drawing.Size(23, 22);
            this.tsbPaste.Visible = false;
            this.tsbPaste.Click += new System.EventHandler(this.tsbPaste_Click);
            this.tsbPaste.MouseEnter += new System.EventHandler(this.tsbPaste_MouseEnter);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator3.Visible = false;
            // 
            // RollbackMenuItem
            // 
            this.RollbackMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.RollbackMenuItem.Enabled = false;
            this.RollbackMenuItem.Image = global::Kadr.Properties.Resources.Edit_Undo;
            this.RollbackMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.RollbackMenuItem.Name = "RollbackMenuItem";
            this.RollbackMenuItem.Size = new System.Drawing.Size(32, 22);
            this.RollbackMenuItem.Text = "toolStripSplitButton1";
            this.RollbackMenuItem.Visible = false;
            this.RollbackMenuItem.DropDownOpening += new System.EventHandler(this.RollbackMenuItem_DropDownOpening);
            this.RollbackMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.RollbackMenuItem_DropDownItemClicked);
            // 
            // RedoMenuItem
            // 
            this.RedoMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.RedoMenuItem.Enabled = false;
            this.RedoMenuItem.Image = global::Kadr.Properties.Resources.Edit_Redo;
            this.RedoMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.RedoMenuItem.Name = "RedoMenuItem";
            this.RedoMenuItem.Size = new System.Drawing.Size(32, 22);
            this.RedoMenuItem.Text = "toolStripSplitButton2";
            this.RedoMenuItem.Visible = false;
            this.RedoMenuItem.DropDownOpening += new System.EventHandler(this.RedoMenuItem_DropDownOpening);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator5.Visible = false;
            // 
            // tscbFindType
            // 
            this.tscbFindType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.tscbFindType.Items.AddRange(new object[] {
            "Поиск сотрудника",
            "Поиск отдела"});
            this.tscbFindType.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
            this.tscbFindType.Name = "tscbFindType";
            this.tscbFindType.Size = new System.Drawing.Size(160, 25);
            this.tscbFindType.SelectedIndexChanged += new System.EventHandler(this.tscbFindType_SelectedIndexChanged);
            // 
            // tscbTextSearch
            // 
            this.tscbTextSearch.Name = "tscbTextSearch";
            this.tscbTextSearch.Size = new System.Drawing.Size(270, 25);
            this.tscbTextSearch.SelectedIndexChanged += new System.EventHandler(this.tscbTextSearch_SelectedIndexChanged);
            // 
            // toolStripSplitButton1
            // 
            this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.расширенныйПоискToolStripMenuItem});
            this.toolStripSplitButton1.Image = global::Kadr.Properties.Resources.PlayHS;
            this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Black;
            this.toolStripSplitButton1.Name = "toolStripSplitButton1";
            this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButton1.Text = "toolStripSplitButton1";
            this.toolStripSplitButton1.Visible = false;
            this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.toolStripSplitButton1_ButtonClick);
            // 
            // расширенныйПоискToolStripMenuItem
            // 
            this.расширенныйПоискToolStripMenuItem.Name = "расширенныйПоискToolStripMenuItem";
            this.расширенныйПоискToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.расширенныйПоискToolStripMenuItem.Text = "Расширенный поиск...";
            // 
            // toolStripSeparator11
            // 
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbEmployeeFilter
            // 
            this.tsbEmployeeFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiCurrentEmployees,
            tsmiDismissedEmployees});
            this.tsbEmployeeFilter.Image = global::Kadr.Properties.Resources.Settings;
            this.tsbEmployeeFilter.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbEmployeeFilter.Name = "tsbEmployeeFilter";
            this.tsbEmployeeFilter.Size = new System.Drawing.Size(105, 22);
            this.tsbEmployeeFilter.Tag = "";
            this.tsbEmployeeFilter.Text = "Сотрудники";
            this.tsbEmployeeFilter.ToolTipText = "Настройки фильтра по сотрудникам";
            this.tsbEmployeeFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbEmployeeFilter_DropDownItemClicked);
            // 
            // tsmiCurrentEmployees
            // 
            this.tsmiCurrentEmployees.Checked = true;
            this.tsmiCurrentEmployees.CheckOnClick = true;
            this.tsmiCurrentEmployees.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmiCurrentEmployees.Name = "tsmiCurrentEmployees";
            this.tsmiCurrentEmployees.Size = new System.Drawing.Size(203, 22);
            this.tsmiCurrentEmployees.Text = "Текущие сотрудники";
            // 
            // tsbDepartmentFilter
            // 
            this.tsbDepartmentFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem13,
            this.toolStripMenuItem14});
            this.tsbDepartmentFilter.Image = global::Kadr.Properties.Resources.Settings;
            this.tsbDepartmentFilter.ImageTransparentColor = System.Drawing.Color.Black;
            this.tsbDepartmentFilter.Name = "tsbDepartmentFilter";
            this.tsbDepartmentFilter.Size = new System.Drawing.Size(81, 20);
            this.tsbDepartmentFilter.Text = "Отделы";
            this.tsbDepartmentFilter.ToolTipText = "Настройки фильтра по отделам";
            this.tsbDepartmentFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbDepartmentFilter_DropDownItemClicked);
            // 
            // toolStripMenuItem13
            // 
            this.toolStripMenuItem13.Checked = true;
            this.toolStripMenuItem13.CheckOnClick = true;
            this.toolStripMenuItem13.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripMenuItem13.Name = "toolStripMenuItem13";
            this.toolStripMenuItem13.Size = new System.Drawing.Size(230, 22);
            this.toolStripMenuItem13.Text = "Текущие отделы";
            // 
            // toolStripMenuItem14
            // 
            this.toolStripMenuItem14.CheckOnClick = true;
            this.toolStripMenuItem14.Name = "toolStripMenuItem14";
            this.toolStripMenuItem14.Size = new System.Drawing.Size(230, 22);
            this.toolStripMenuItem14.Text = "Расформированные отделы";
            // 
            // toolStripSeparator13
            // 
            this.toolStripSeparator13.Name = "toolStripSeparator13";
            this.toolStripSeparator13.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbBonusFilter
            // 
            this.tsbBonusFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.текущиеНадбавкиToolStripMenuItem,
            this.отмененныеНадбавкиToolStripMenuItem});
            this.tsbBonusFilter.Image = global::Kadr.Properties.Resources.Settings;
            this.tsbBonusFilter.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbBonusFilter.Name = "tsbBonusFilter";
            this.tsbBonusFilter.Size = new System.Drawing.Size(92, 20);
            this.tsbBonusFilter.Text = "Надбавки";
            this.tsbBonusFilter.ToolTipText = "Настройки фильтра надбавок";
            this.tsbBonusFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripSplitButton2_DropDownItemClicked);
            // 
            // текущиеНадбавкиToolStripMenuItem
            // 
            this.текущиеНадбавкиToolStripMenuItem.Checked = true;
            this.текущиеНадбавкиToolStripMenuItem.CheckOnClick = true;
            this.текущиеНадбавкиToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.текущиеНадбавкиToolStripMenuItem.Name = "текущиеНадбавкиToolStripMenuItem";
            this.текущиеНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.текущиеНадбавкиToolStripMenuItem.Text = "Текущие надбавки";
            // 
            // отмененныеНадбавкиToolStripMenuItem
            // 
            this.отмененныеНадбавкиToolStripMenuItem.CheckOnClick = true;
            this.отмененныеНадбавкиToolStripMenuItem.Name = "отмененныеНадбавкиToolStripMenuItem";
            this.отмененныеНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.отмененныеНадбавкиToolStripMenuItem.Text = "Отмененные надбавки";
            // 
            // toolStripSeparator14
            // 
            this.toolStripSeparator14.Name = "toolStripSeparator14";
            this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(841, 389);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(841, 462);
            this.toolStripContainer1.TabIndex = 0;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.CurrentObjectLabel,
            this.CurrentObjectInfoLabel});
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStrip1.Size = new System.Drawing.Size(841, 24);
            this.statusStrip1.TabIndex = 0;
            // 
            // CurrentObjectLabel
            // 
            this.CurrentObjectLabel.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.CurrentObjectLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.CurrentObjectLabel.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.CurrentObjectLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.CurrentObjectLabel.Name = "CurrentObjectLabel";
            this.CurrentObjectLabel.Size = new System.Drawing.Size(59, 19);
            this.CurrentObjectLabel.Text = "Текущее";
            // 
            // CurrentObjectInfoLabel
            // 
            this.CurrentObjectInfoLabel.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.CurrentObjectInfoLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.CurrentObjectInfoLabel.Name = "CurrentObjectInfoLabel";
            this.CurrentObjectInfoLabel.Size = new System.Drawing.Size(122, 19);
            this.CurrentObjectInfoLabel.Text = "toolStripStatusLabel1";
            // 
            // splitContainer1
            // 
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            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.kadrTreeView1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.splitContainer1.Size = new System.Drawing.Size(841, 389);
            this.splitContainer1.SplitterDistance = 192;
            this.splitContainer1.TabIndex = 0;
            // 
            // kadrTreeView1
            // 
            this.kadrTreeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.kadrTreeView1.ImageIndex = 0;
            this.kadrTreeView1.ImageList = this.treeViewImageList;
            this.kadrTreeView1.Location = new System.Drawing.Point(0, 0);
            this.kadrTreeView1.Name = "kadrTreeView1";
            this.kadrTreeView1.SelectedImageIndex = 0;
            this.kadrTreeView1.Size = new System.Drawing.Size(190, 387);
            this.kadrTreeView1.TabIndex = 0;
            this.kadrTreeView1.NodeChildsAddedEvent += new APG.CodeHelper.DBTreeView.NodeChildsAdded(this.kadrTreeView1_NodeChildsAddedEvent);
            this.kadrTreeView1.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.kadrTreeView1_BeforeSelect);
            this.kadrTreeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.kadrTreeView1_AfterSelect);
            this.kadrTreeView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.kadrTreeView1_MouseClick);
            // 
            // treeViewImageList
            // 
            this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream")));
            this.treeViewImageList.TransparentColor = System.Drawing.Color.Black;
            this.treeViewImageList.Images.SetKeyName(0, "");
            this.treeViewImageList.Images.SetKeyName(1, "");
            this.treeViewImageList.Images.SetKeyName(2, "");
            this.treeViewImageList.Images.SetKeyName(3, "");
            this.treeViewImageList.Images.SetKeyName(4, "");
            this.treeViewImageList.Images.SetKeyName(5, "");
            this.treeViewImageList.Images.SetKeyName(6, "");
            this.treeViewImageList.Images.SetKeyName(7, "");
            this.treeViewImageList.Images.SetKeyName(8, "im1.bmp");
            this.treeViewImageList.Images.SetKeyName(9, "User.png");
            // 
            // menuStrip1
            // 
            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.FileToolStripMenuItem,
            this.tsmiActions,
            this.справочникиToolStripMenuItem,
            this.сервисToolStripMenuItem,
            this.отчётыToolStripMenuItem,
            this.правкаToolStripMenuItem,
            this.видToolStripMenuItem,
            this.справкаToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(841, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // FileToolStripMenuItem
            // 
            this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripTextBox1,
            this.toolStripSeparator6,
            this.печатьToolStripMenuItem,
            this.toolStripMenuItem4,
            this.ExitToolStripMenuItem});
            this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
            this.FileToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.FileToolStripMenuItem.Text = "&Файл";
            // 
            // toolStripTextBox1
            // 
            this.toolStripTextBox1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem11,
            this.toolStripMenuItem12,
            this.toolStripSeparator9,
            this.miImport,
            this.toolStripSeparator7,
            this.miExportReport,
            this.импортироватьСуточныйРапортToolStripMenuItem});
            this.toolStripTextBox1.Name = "toolStripTextBox1";
            this.toolStripTextBox1.Size = new System.Drawing.Size(175, 22);
            this.toolStripTextBox1.Text = "Импорт и экспорт";
            this.toolStripTextBox1.Visible = false;
            this.toolStripTextBox1.DropDownOpening += new System.EventHandler(this.toolStripTextBox1_DropDownOpening);
            // 
            // toolStripMenuItem11
            // 
            this.toolStripMenuItem11.Name = "toolStripMenuItem11";
            this.toolStripMenuItem11.Size = new System.Drawing.Size(386, 22);
            // 
            // toolStripMenuItem12
            // 
            this.toolStripMenuItem12.Name = "toolStripMenuItem12";
            this.toolStripMenuItem12.Size = new System.Drawing.Size(386, 22);
            this.toolStripMenuItem12.Text = "Экспортировать справочники (режим совместимости)...";
            this.toolStripMenuItem12.Click += new System.EventHandler(this.toolStripMenuItem12_Click);
            // 
            // toolStripSeparator9
            // 
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(383, 6);
            // 
            // miImport
            // 
            this.miImport.Name = "miImport";
            this.miImport.Size = new System.Drawing.Size(386, 22);
            this.miImport.Text = "Импортировать справочники...";
            this.miImport.Click += new System.EventHandler(this.miImport_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(383, 6);
            // 
            // miExportReport
            // 
            this.miExportReport.Name = "miExportReport";
            this.miExportReport.Size = new System.Drawing.Size(386, 22);
            this.miExportReport.Text = "Экспортировать суточный рапорт...";
            this.miExportReport.Click += new System.EventHandler(this.miExportReport_Click);
            // 
            // импортироватьСуточныйРапортToolStripMenuItem
            // 
            this.импортироватьСуточныйРапортToolStripMenuItem.Name = "импортироватьСуточныйРапортToolStripMenuItem";
            this.импортироватьСуточныйРапортToolStripMenuItem.Size = new System.Drawing.Size(386, 22);
            this.импортироватьСуточныйРапортToolStripMenuItem.Text = "Импортировать суточный рапорт...";
            this.импортироватьСуточныйРапортToolStripMenuItem.Click += new System.EventHandler(this.импортироватьСуточныйРапортToolStripMenuItem_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(172, 6);
            this.toolStripSeparator6.Visible = false;
            // 
            // печатьToolStripMenuItem
            // 
            this.печатьToolStripMenuItem.Name = "печатьToolStripMenuItem";
            this.печатьToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.печатьToolStripMenuItem.Text = "Печать...";
            this.печатьToolStripMenuItem.Visible = false;
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(172, 6);
            // 
            // ExitToolStripMenuItem
            // 
            this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
            this.ExitToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.ExitToolStripMenuItem.Text = "&Выход";
            this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
            // 
            // tsmiActions
            // 
            this.tsmiActions.Name = "tsmiActions";
            this.tsmiActions.Size = new System.Drawing.Size(70, 20);
            this.tsmiActions.Text = "Действия";
            this.tsmiActions.ToolTipText = "Действия над объектом дерева";
            this.tsmiActions.DropDownOpening += new System.EventHandler(this.tsmiActions_DropDownOpening);
            // 
            // справочникиToolStripMenuItem
            // 
            this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ВидНадбавкиToolStripMenuItem,
            this.toolStripSeparator8,
            this.gRToolStripMenuItem,
            this.персоналToolStripMenuItem,
            this.приказыToolStripMenuItem,
            this.окладToolStripMenuItem,
            this.совмещенияToolStripMenuItem,
            this.табельToolStripMenuItem,
            this.отделыToolStripMenuItem});
            this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
            this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
            this.справочникиToolStripMenuItem.Text = "&Справочники";
            this.справочникиToolStripMenuItem.DropDownOpened += new System.EventHandler(this.справочникиToolStripMenuItem_DropDownOpened);
            // 
            // ВидНадбавкиToolStripMenuItem
            // 
            this.ВидНадбавкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.единицыИзмеренияToolStripMenuItem,
            this.типНадбавкиToolStripMenuItem,
            this.видToolStripMenuItem1});
            this.ВидНадбавкиToolStripMenuItem.Name = "ВидНадбавкиToolStripMenuItem";
            this.ВидНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.ВидНадбавкиToolStripMenuItem.Text = "Надбавки";
            // 
            // единицыИзмеренияToolStripMenuItem
            // 
            this.единицыИзмеренияToolStripMenuItem.Name = "единицыИзмеренияToolStripMenuItem";
            this.единицыИзмеренияToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.единицыИзмеренияToolStripMenuItem.Text = "Единицы измерения";
            this.единицыИзмеренияToolStripMenuItem.Click += new System.EventHandler(this.единицыИзмеренияToolStripMenuItem_Click);
            // 
            // типНадбавкиToolStripMenuItem
            // 
            this.типНадбавкиToolStripMenuItem.Name = "типНадбавкиToolStripMenuItem";
            this.типНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.типНадбавкиToolStripMenuItem.Text = "Типы надбавок...";
            this.типНадбавкиToolStripMenuItem.Click += new System.EventHandler(this.типНадбавкиToolStripMenuItem_Click);
            // 
            // видToolStripMenuItem1
            // 
            this.видToolStripMenuItem1.Name = "видToolStripMenuItem1";
            this.видToolStripMenuItem1.Size = new System.Drawing.Size(186, 22);
            this.видToolStripMenuItem1.Text = "Виды надбавок...";
            this.видToolStripMenuItem1.Click += new System.EventHandler(this.видToolStripMenuItem1_Click);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(166, 6);
            // 
            // gRToolStripMenuItem
            // 
            this.gRToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.пКГToolStripMenuItem,
            this.категорияToolStripMenuItem,
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem,
            this.категорииПерсоналаToolStripMenuItem,
            this.видРаботыToolStripMenuItem,
            this.видыДолжностейToolStripMenuItem,
            this.категорииToolStripMenuItem,
            this.категорииToolStripMenuItem1,
            this.группыДолжностейToolStripMenuItem});
            this.gRToolStripMenuItem.Name = "gRToolStripMenuItem";
            this.gRToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.gRToolStripMenuItem.Text = "Должности";
            // 
            // пКГToolStripMenuItem
            // 
            this.пКГToolStripMenuItem.Name = "пКГToolStripMenuItem";
            this.пКГToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.пКГToolStripMenuItem.Text = "Профессионально-квалификационные группы...";
            this.пКГToolStripMenuItem.Click += new System.EventHandler(this.пКГToolStripMenuItem_Click);
            // 
            // категорияToolStripMenuItem
            // 
            this.категорияToolStripMenuItem.Name = "категорияToolStripMenuItem";
            this.категорияToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.категорияToolStripMenuItem.Text = "Профессионально-квалификационные уровни...";
            this.категорияToolStripMenuItem.Click += new System.EventHandler(this.категорияToolStripMenuItem_Click);
            // 
            // профессиональноквалификационыеПодподкатегорииToolStripMenuItem
            // 
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Name = "профессиональноквалификационыеПодподкатегорииToolStripMenuItem";
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Text = "Коэффициенты к окладу";
            this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Click += new System.EventHandler(this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem_Click);
            // 
            // категорииПерсоналаToolStripMenuItem
            // 
            this.категорииПерсоналаToolStripMenuItem.Name = "категорииПерсоналаToolStripMenuItem";
            this.категорииПерсоналаToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.категорииПерсоналаToolStripMenuItem.Text = "Категории персонала...";
            this.категорииПерсоналаToolStripMenuItem.Click += new System.EventHandler(this.категорииПерсоналаToolStripMenuItem_Click);
            // 
            // видРаботыToolStripMenuItem
            // 
            this.видРаботыToolStripMenuItem.Name = "видРаботыToolStripMenuItem";
            this.видРаботыToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.видРаботыToolStripMenuItem.Text = "Виды работ...";
            this.видРаботыToolStripMenuItem.Click += new System.EventHandler(this.видРаботыToolStripMenuItem_Click);
            // 
            // видыДолжностейToolStripMenuItem
            // 
            this.видыДолжностейToolStripMenuItem.Name = "видыДолжностейToolStripMenuItem";
            this.видыДолжностейToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.видыДолжностейToolStripMenuItem.Text = "Виды должностей...";
            this.видыДолжностейToolStripMenuItem.Click += new System.EventHandler(this.видыДолжностейToolStripMenuItem_Click);
            // 
            // категорииToolStripMenuItem
            // 
            this.категорииToolStripMenuItem.Name = "категорииToolStripMenuItem";
            this.категорииToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.категорииToolStripMenuItem.Text = "Категории для ВПО-2";
            this.категорииToolStripMenuItem.Click += new System.EventHandler(this.категорииToolStripMenuItem_Click);
            // 
            // категорииToolStripMenuItem1
            // 
            this.категорииToolStripMenuItem1.Name = "категорииToolStripMenuItem1";
            this.категорииToolStripMenuItem1.Size = new System.Drawing.Size(346, 22);
            this.категорииToolStripMenuItem1.Text = "Категории для зп-образования";
            this.категорииToolStripMenuItem1.Click += new System.EventHandler(this.категорииToolStripMenuItem1_Click);
            // 
            // группыДолжностейToolStripMenuItem
            // 
            this.группыДолжностейToolStripMenuItem.Name = "группыДолжностейToolStripMenuItem";
            this.группыДолжностейToolStripMenuItem.Size = new System.Drawing.Size(346, 22);
            this.группыДолжностейToolStripMenuItem.Text = "Группы должностей";
            this.группыДолжностейToolStripMenuItem.Click += new System.EventHandler(this.группыДолжностейToolStripMenuItem_Click);
            // 
            // персоналToolStripMenuItem
            // 
            this.персоналToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.гражданствоToolStripMenuItem,
            this.семейноеПоложениеToolStripMenuItem});
            this.персоналToolStripMenuItem.Name = "персоналToolStripMenuItem";
            this.персоналToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.персоналToolStripMenuItem.Text = "Личные данные";
            // 
            // гражданствоToolStripMenuItem
            // 
            this.гражданствоToolStripMenuItem.Name = "гражданствоToolStripMenuItem";
            this.гражданствоToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
            this.гражданствоToolStripMenuItem.Text = "Гражданство...";
            this.гражданствоToolStripMenuItem.Click += new System.EventHandler(this.гражданствоToolStripMenuItem_Click);
            // 
            // семейноеПоложениеToolStripMenuItem
            // 
            this.семейноеПоложениеToolStripMenuItem.Name = "семейноеПоложениеToolStripMenuItem";
            this.семейноеПоложениеToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
            this.семейноеПоложениеToolStripMenuItem.Text = "Семейное положение...";
            this.семейноеПоложениеToolStripMenuItem.Click += new System.EventHandler(this.семейноеПоложениеToolStripMenuItem_Click);
            // 
            // приказыToolStripMenuItem
            // 
            this.приказыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.типыПриказовToolStripMenuItem,
            this.видыПриказовToolStripMenuItem,
            this.приказыМинистерстваToolStripMenuItem});
            this.приказыToolStripMenuItem.Name = "приказыToolStripMenuItem";
            this.приказыToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.приказыToolStripMenuItem.Text = "Приказы";
            // 
            // типыПриказовToolStripMenuItem
            // 
            this.типыПриказовToolStripMenuItem.Name = "типыПриказовToolStripMenuItem";
            this.типыПриказовToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.типыПриказовToolStripMenuItem.Text = "Типы приказов...";
            this.типыПриказовToolStripMenuItem.Click += new System.EventHandler(this.типыПриказовToolStripMenuItem_Click);
            // 
            // видыПриказовToolStripMenuItem
            // 
            this.видыПриказовToolStripMenuItem.Name = "видыПриказовToolStripMenuItem";
            this.видыПриказовToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.видыПриказовToolStripMenuItem.Text = "Виды приказов...";
            this.видыПриказовToolStripMenuItem.Click += new System.EventHandler(this.видыПриказовToolStripMenuItem_Click);
            // 
            // приказыМинистерстваToolStripMenuItem
            // 
            this.приказыМинистерстваToolStripMenuItem.Name = "приказыМинистерстваToolStripMenuItem";
            this.приказыМинистерстваToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.приказыМинистерстваToolStripMenuItem.Text = "Приказы министерства...";
            this.приказыМинистерстваToolStripMenuItem.Click += new System.EventHandler(this.приказыМинистерстваToolStripMenuItem_Click);
            // 
            // окладToolStripMenuItem
            // 
            this.окладToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.источникФинансированияToolStripMenuItem,
            this.центрыФинансированияToolStripMenuItem,
            this.оКВЭДToolStripMenuItem,
            this.базовыеОкладыToolStripMenuItem});
            this.окладToolStripMenuItem.Name = "окладToolStripMenuItem";
            this.окладToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.окладToolStripMenuItem.Text = "Финансирование";
            // 
            // источникФинансированияToolStripMenuItem
            // 
            this.источникФинансированияToolStripMenuItem.Name = "источникФинансированияToolStripMenuItem";
            this.источникФинансированияToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.источникФинансированияToolStripMenuItem.Text = "Источники финансирования...";
            this.источникФинансированияToolStripMenuItem.Click += new System.EventHandler(this.источникФинансированияToolStripMenuItem_Click);
            // 
            // центрыФинансированияToolStripMenuItem
            // 
            this.центрыФинансированияToolStripMenuItem.Name = "центрыФинансированияToolStripMenuItem";
            this.центрыФинансированияToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.центрыФинансированияToolStripMenuItem.Text = "Центры затрат";
            this.центрыФинансированияToolStripMenuItem.Click += new System.EventHandler(this.центрыФинансированияToolStripMenuItem_Click);
            // 
            // оКВЭДToolStripMenuItem
            // 
            this.оКВЭДToolStripMenuItem.Name = "оКВЭДToolStripMenuItem";
            this.оКВЭДToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.оКВЭДToolStripMenuItem.Text = "ОКВЭД";
            this.оКВЭДToolStripMenuItem.Click += new System.EventHandler(this.оКВЭДToolStripMenuItem_Click);
            // 
            // базовыеОкладыToolStripMenuItem
            // 
            this.базовыеОкладыToolStripMenuItem.Name = "базовыеОкладыToolStripMenuItem";
            this.базовыеОкладыToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
            this.базовыеОкладыToolStripMenuItem.Text = "Базовые оклады";
            this.базовыеОкладыToolStripMenuItem.Visible = false;
            this.базовыеОкладыToolStripMenuItem.Click += new System.EventHandler(this.базовыеОкладыToolStripMenuItem_Click);
            // 
            // совмещенияToolStripMenuItem
            // 
            this.совмещенияToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.причинаСовмещенияToolStripMenuItem});
            this.совмещенияToolStripMenuItem.Name = "совмещенияToolStripMenuItem";
            this.совмещенияToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.совмещенияToolStripMenuItem.Text = "Совмещения";
            // 
            // причинаСовмещенияToolStripMenuItem
            // 
            this.причинаСовмещенияToolStripMenuItem.Name = "причинаСовмещенияToolStripMenuItem";
            this.причинаСовмещенияToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
            this.причинаСовмещенияToolStripMenuItem.Text = "Причины совмещения";
            this.причинаСовмещенияToolStripMenuItem.Click += new System.EventHandler(this.причинаСовмещенияToolStripMenuItem_Click);
            // 
            // табельToolStripMenuItem
            // 
            this.табельToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.статусДняToolStripMenuItem,
            this.графикиРаботыToolStripMenuItem});
            this.табельToolStripMenuItem.Name = "табельToolStripMenuItem";
            this.табельToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.табельToolStripMenuItem.Text = "Табель";
            this.табельToolStripMenuItem.Visible = false;
            // 
            // статусДняToolStripMenuItem
            // 
            this.статусДняToolStripMenuItem.Name = "статусДняToolStripMenuItem";
            this.статусДняToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.статусДняToolStripMenuItem.Text = "Статус дня";
            this.статусДняToolStripMenuItem.Click += new System.EventHandler(this.статусДняToolStripMenuItem_Click);
            // 
            // графикиРаботыToolStripMenuItem
            // 
            this.графикиРаботыToolStripMenuItem.Name = "графикиРаботыToolStripMenuItem";
            this.графикиРаботыToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.графикиРаботыToolStripMenuItem.Text = "Графики работы";
            this.графикиРаботыToolStripMenuItem.Click += new System.EventHandler(this.графикиРаботыToolStripMenuItem_Click);
            // 
            // отделыToolStripMenuItem
            // 
            this.отделыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.типыОтделовToolStripMenuItem});
            this.отделыToolStripMenuItem.Name = "отделыToolStripMenuItem";
            this.отделыToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.отделыToolStripMenuItem.Text = "Остальное";
            // 
            // типыОтделовToolStripMenuItem
            // 
            this.типыОтделовToolStripMenuItem.Name = "типыОтделовToolStripMenuItem";
            this.типыОтделовToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.типыОтделовToolStripMenuItem.Text = "Типы отделов ";
            this.типыОтделовToolStripMenuItem.Click += new System.EventHandler(this.типыОтделовToolStripMenuItem_Click);
            // 
            // сервисToolStripMenuItem
            // 
            this.сервисToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.параметрыToolStripMenuItem,
            this.продлитьНадбавкуToolStripMenuItem,
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem,
            this.назначитьЧасыToolStripMenuItem});
            this.сервисToolStripMenuItem.Name = "сервисToolStripMenuItem";
            this.сервисToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.сервисToolStripMenuItem.Text = "Се&рвис";
            // 
            // параметрыToolStripMenuItem
            // 
            this.параметрыToolStripMenuItem.Name = "параметрыToolStripMenuItem";
            this.параметрыToolStripMenuItem.Size = new System.Drawing.Size(309, 22);
            this.параметрыToolStripMenuItem.Text = "Назначить надбавки";
            this.параметрыToolStripMenuItem.Click += new System.EventHandler(this.назначитьНадбавкиToolStripMenuItem_Click);
            // 
            // продлитьНадбавкуToolStripMenuItem
            // 
            this.продлитьНадбавкуToolStripMenuItem.Name = "продлитьНадбавкуToolStripMenuItem";
            this.продлитьНадбавкуToolStripMenuItem.Size = new System.Drawing.Size(309, 22);
            this.продлитьНадбавкуToolStripMenuItem.Text = "Продлить надбавку";
            this.продлитьНадбавкуToolStripMenuItem.Click += new System.EventHandler(this.продлитьНадбавкуToolStripMenuItem_Click);
            // 
            // продлитьНадбавкурасширеннаяФормаToolStripMenuItem
            // 
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Name = "продлитьНадбавкурасширеннаяФормаToolStripMenuItem";
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Size = new System.Drawing.Size(309, 22);
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Text = "Продлить надбавку (расширенная форма)";
            this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Click += new System.EventHandler(this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem_Click);
            // 
            // назначитьЧасыToolStripMenuItem
            // 
            this.назначитьЧасыToolStripMenuItem.Name = "назначитьЧасыToolStripMenuItem";
            this.назначитьЧасыToolStripMenuItem.Size = new System.Drawing.Size(309, 22);
            this.назначитьЧасыToolStripMenuItem.Text = "Назначить часы";
            this.назначитьЧасыToolStripMenuItem.Click += new System.EventHandler(this.назначитьЧасыToolStripMenuItem_Click);
            // 
            // отчётыToolStripMenuItem
            // 
            this.отчётыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.графикБуренияToolStripMenuItem,
            this.надбавкиПоВидуРаботыToolStripMenuItem1,
            this.надбавкиПоОтделамToolStripMenuItem,
            this.надбавкиПоДолжностямToolStripMenuItem,
            this.надбавкиТ3ПоППСToolStripMenuItem,
            this.отчетТ3ПоППСToolStripMenuItem,
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem,
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem,
            this.поискНадбавокПоПриказуToolStripMenuItem,
            this.сеткаПоДолжностямИОкладамToolStripMenuItem,
            this.надбавкиToolStripMenuItem,
            this.НастройкиToolStripMenuItem});
            this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem";
            this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
            this.отчётыToolStripMenuItem.Text = "&Отчёты";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(275, 6);
            // 
            // графикБуренияToolStripMenuItem
            // 
            this.графикБуренияToolStripMenuItem.Name = "графикБуренияToolStripMenuItem";
            this.графикБуренияToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.графикБуренияToolStripMenuItem.Text = "Отчет по виду надбавки";
            this.графикБуренияToolStripMenuItem.Click += new System.EventHandler(this.графикБуренияToolStripMenuItem_Click);
            // 
            // надбавкиПоВидуРаботыToolStripMenuItem1
            // 
            this.надбавкиПоВидуРаботыToolStripMenuItem1.Name = "надбавкиПоВидуРаботыToolStripMenuItem1";
            this.надбавкиПоВидуРаботыToolStripMenuItem1.Size = new System.Drawing.Size(278, 22);
            this.надбавкиПоВидуРаботыToolStripMenuItem1.Text = "Фонд по виду работы";
            this.надбавкиПоВидуРаботыToolStripMenuItem1.Click += new System.EventHandler(this.надбавкиПоВидуРаботыToolStripMenuItem_Click);
            // 
            // надбавкиПоОтделамToolStripMenuItem
            // 
            this.надбавкиПоОтделамToolStripMenuItem.Name = "надбавкиПоОтделамToolStripMenuItem";
            this.надбавкиПоОтделамToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.надбавкиПоОтделамToolStripMenuItem.Text = "Фонд по отделам";
            this.надбавкиПоОтделамToolStripMenuItem.Visible = false;
            this.надбавкиПоОтделамToolStripMenuItem.Click += new System.EventHandler(this.надбавкиПоОтделамToolStripMenuItem_Click);
            // 
            // надбавкиПоДолжностямToolStripMenuItem
            // 
            this.надбавкиПоДолжностямToolStripMenuItem.Name = "надбавкиПоДолжностямToolStripMenuItem";
            this.надбавкиПоДолжностямToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.надбавкиПоДолжностямToolStripMenuItem.Text = "Фонд по источникам с должностями";
            this.надбавкиПоДолжностямToolStripMenuItem.Visible = false;
            this.надбавкиПоДолжностямToolStripMenuItem.Click += new System.EventHandler(this.надбавкиПоДолжностямToolStripMenuItem_Click);
            // 
            // надбавкиТ3ПоППСToolStripMenuItem
            // 
            this.надбавкиТ3ПоППСToolStripMenuItem.Name = "надбавкиТ3ПоППСToolStripMenuItem";
            this.надбавкиТ3ПоППСToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.надбавкиТ3ПоППСToolStripMenuItem.Text = "Отчет Т3 по ППС (прежний)";
            this.надбавкиТ3ПоППСToolStripMenuItem.Visible = false;
            this.надбавкиТ3ПоППСToolStripMenuItem.Click += new System.EventHandler(this.надбавкиТ3ПоППСToolStripMenuItem_Click);
            // 
            // отчетТ3ПоППСToolStripMenuItem
            // 
            this.отчетТ3ПоППСToolStripMenuItem.Name = "отчетТ3ПоППСToolStripMenuItem";
            this.отчетТ3ПоППСToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.отчетТ3ПоППСToolStripMenuItem.Text = "Отчет Т3 по ППС";
            this.отчетТ3ПоППСToolStripMenuItem.Visible = false;
            this.отчетТ3ПоППСToolStripMenuItem.Click += new System.EventHandler(this.отчетТ3ПоППСToolStripMenuItem_Click);
            // 
            // комплексныйОтчетПоНадбавкамToolStripMenuItem
            // 
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Name = "комплексныйОтчетПоНадбавкамToolStripMenuItem";
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Text = "ФОТ по категориям c источниками";
            this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Click += new System.EventHandler(this.комплексныйОтчетПоНадбавкамToolStripMenuItem_Click);
            // 
            // фОТПоКатегориямБезИсточниковToolStripMenuItem
            // 
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Name = "фОТПоКатегориямБезИсточниковToolStripMenuItem";
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Text = "ФОТ по категориям без источников";
            this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Click += new System.EventHandler(this.фОТПоКатегориямБезИсточниковToolStripMenuItem_Click);
            // 
            // поискНадбавокПоПриказуToolStripMenuItem
            // 
            this.поискНадбавокПоПриказуToolStripMenuItem.Name = "поискНадбавокПоПриказуToolStripMenuItem";
            this.поискНадбавокПоПриказуToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.поискНадбавокПоПриказуToolStripMenuItem.Text = "Поиск надбавок по приказу";
            this.поискНадбавокПоПриказуToolStripMenuItem.Click += new System.EventHandler(this.поискНадбавокПоПриказуToolStripMenuItem_Click);
            // 
            // сеткаПоДолжностямИОкладамToolStripMenuItem
            // 
            this.сеткаПоДолжностямИОкладамToolStripMenuItem.Name = "сеткаПоДолжностямИОкладамToolStripMenuItem";
            this.сеткаПоДолжностямИОкладамToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.сеткаПоДолжностямИОкладамToolStripMenuItem.Text = "Сетка окладов";
            this.сеткаПоДолжностямИОкладамToolStripMenuItem.Click += new System.EventHandler(this.сеткаПоДолжностямИОкладамToolStripMenuItem_Click);
            // 
            // надбавкиToolStripMenuItem
            // 
            this.надбавкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.назначитьНадбавкиToolStripMenuItem,
            this.продлитьНадбавкуToolStripMenuItem1});
            this.надбавкиToolStripMenuItem.Name = "надбавкиToolStripMenuItem";
            this.надбавкиToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.надбавкиToolStripMenuItem.Text = "Надбавки";
            this.надбавкиToolStripMenuItem.Visible = false;
            // 
            // назначитьНадбавкиToolStripMenuItem
            // 
            this.назначитьНадбавкиToolStripMenuItem.Name = "назначитьНадбавкиToolStripMenuItem";
            this.назначитьНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.назначитьНадбавкиToolStripMenuItem.Text = "Назначить надбавки";
            this.назначитьНадбавкиToolStripMenuItem.Click += new System.EventHandler(this.назначитьНадбавкиToolStripMenuItem_Click);
            // 
            // продлитьНадбавкуToolStripMenuItem1
            // 
            this.продлитьНадбавкуToolStripMenuItem1.Name = "продлитьНадбавкуToolStripMenuItem1";
            this.продлитьНадбавкуToolStripMenuItem1.Size = new System.Drawing.Size(186, 22);
            this.продлитьНадбавкуToolStripMenuItem1.Text = "Продлить надбавку";
            this.продлитьНадбавкуToolStripMenuItem1.Click += new System.EventHandler(this.продлитьНадбавкуToolStripMenuItem_Click);
            // 
            // НастройкиToolStripMenuItem
            // 
            this.НастройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.видыОтчетовToolStripMenuItem,
            this.последовательностьДанныхToolStripMenuItem});
            this.НастройкиToolStripMenuItem.Name = "НастройкиToolStripMenuItem";
            this.НастройкиToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
            this.НастройкиToolStripMenuItem.Text = "Настройки (надбавки)";
            // 
            // видыОтчетовToolStripMenuItem
            // 
            this.видыОтчетовToolStripMenuItem.Name = "видыОтчетовToolStripMenuItem";
            this.видыОтчетовToolStripMenuItem.Size = new System.Drawing.Size(232, 22);
            this.видыОтчетовToolStripMenuItem.Text = "Виды отчетов";
            this.видыОтчетовToolStripMenuItem.Click += new System.EventHandler(this.видыОтчетовToolStripMenuItem_Click);
            // 
            // последовательностьДанныхToolStripMenuItem
            // 
            this.последовательностьДанныхToolStripMenuItem.Name = "последовательностьДанныхToolStripMenuItem";
            this.последовательностьДанныхToolStripMenuItem.Size = new System.Drawing.Size(232, 22);
            this.последовательностьДанныхToolStripMenuItem.Text = "Последовательность данных";
            this.последовательностьДанныхToolStripMenuItem.Click += new System.EventHandler(this.последовательностьДанныхToolStripMenuItem_Click);
            // 
            // правкаToolStripMenuItem
            // 
            this.правкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.отменитьToolStripMenuItem,
            this.повторитьToolStripMenuItem,
            this.toolStripMenuItem5,
            this.вырезатьToolStripMenuItem,
            this.копироватьToolStripMenuItem,
            this.вставитьToolStripMenuItem,
            this.toolStripMenuItem6,
            this.выделитьВсёToolStripMenuItem});
            this.правкаToolStripMenuItem.Name = "правкаToolStripMenuItem";
            this.правкаToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.правкаToolStripMenuItem.Text = "&Правка";
            this.правкаToolStripMenuItem.Visible = false;
            // 
            // отменитьToolStripMenuItem
            // 
            this.отменитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Undo;
            this.отменитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.отменитьToolStripMenuItem.Name = "отменитьToolStripMenuItem";
            this.отменитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.отменитьToolStripMenuItem.Text = "Отменить";
            // 
            // повторитьToolStripMenuItem
            // 
            this.повторитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Redo;
            this.повторитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.повторитьToolStripMenuItem.Name = "повторитьToolStripMenuItem";
            this.повторитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.повторитьToolStripMenuItem.Text = "Повторить";
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(145, 6);
            // 
            // вырезатьToolStripMenuItem
            // 
            this.вырезатьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Cut;
            this.вырезатьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.вырезатьToolStripMenuItem.Name = "вырезатьToolStripMenuItem";
            this.вырезатьToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.вырезатьToolStripMenuItem.Text = "Вырезать";
            // 
            // копироватьToolStripMenuItem
            // 
            this.копироватьToolStripMenuItem.Image = global::Kadr.Properties.Resources.CopyHS;
            this.копироватьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.копироватьToolStripMenuItem.Name = "копироватьToolStripMenuItem";
            this.копироватьToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.копироватьToolStripMenuItem.Text = "Копировать";
            // 
            // вставитьToolStripMenuItem
            // 
            this.вставитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.PasteHS;
            this.вставитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.вставитьToolStripMenuItem.Name = "вставитьToolStripMenuItem";
            this.вставитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.вставитьToolStripMenuItem.Text = "Вставить";
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(145, 6);
            // 
            // выделитьВсёToolStripMenuItem
            // 
            this.выделитьВсёToolStripMenuItem.Name = "выделитьВсёToolStripMenuItem";
            this.выделитьВсёToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.выделитьВсёToolStripMenuItem.Text = "Выделить всё";
            // 
            // видToolStripMenuItem
            // 
            this.видToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.панельИнструментовToolStripMenuItem,
            this.строкаСтатусаToolStripMenuItem,
            this.деревоПромысловыхОбъектовToolStripMenuItem});
            this.видToolStripMenuItem.Name = "видToolStripMenuItem";
            this.видToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
            this.видToolStripMenuItem.Text = "&Вид";
            this.видToolStripMenuItem.Visible = false;
            // 
            // панельИнструментовToolStripMenuItem
            // 
            this.панельИнструментовToolStripMenuItem.Name = "панельИнструментовToolStripMenuItem";
            this.панельИнструментовToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.панельИнструментовToolStripMenuItem.Text = "Панель инструментов";
            // 
            // строкаСтатусаToolStripMenuItem
            // 
            this.строкаСтатусаToolStripMenuItem.Name = "строкаСтатусаToolStripMenuItem";
            this.строкаСтатусаToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.строкаСтатусаToolStripMenuItem.Text = "Строка статуса";
            // 
            // деревоПромысловыхОбъектовToolStripMenuItem
            // 
            this.деревоПромысловыхОбъектовToolStripMenuItem.Name = "деревоПромысловыхОбъектовToolStripMenuItem";
            this.деревоПромысловыхОбъектовToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.деревоПромысловыхОбъектовToolStripMenuItem.Text = "Дерево промысловых объектов";
            // 
            // справкаToolStripMenuItem
            // 
            this.справкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.оглавлениеToolStripMenuItem,
            this.toolStripSeparator1,
            this.ApplicationAboutStripMenuItem});
            this.справкаToolStripMenuItem.Name = "справкаToolStripMenuItem";
            this.справкаToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.справкаToolStripMenuItem.Text = "Справ&ка";
            // 
            // оглавлениеToolStripMenuItem
            // 
            this.оглавлениеToolStripMenuItem.Name = "оглавлениеToolStripMenuItem";
            this.оглавлениеToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.оглавлениеToolStripMenuItem.Text = "&Содержание...";
            this.оглавлениеToolStripMenuItem.Click += new System.EventHandler(this.оглавлениеToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(155, 6);
            // 
            // ApplicationAboutStripMenuItem
            // 
            this.ApplicationAboutStripMenuItem.Name = "ApplicationAboutStripMenuItem";
            this.ApplicationAboutStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.ApplicationAboutStripMenuItem.Text = "О программе...";
            this.ApplicationAboutStripMenuItem.Click += new System.EventHandler(this.ApplicationAboutStripMenuItem_Click);
            // 
            // treeNodeContextMenu
            // 
            this.treeNodeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem7,
            this.развернутьToolStripMenuItem,
            this.свернутьToolStripMenuItem,
            this.toolStripMenuItem8,
            this.показатьВсеToolStripMenuItem,
            this.свернутьВсеToolStripMenuItem,
            this.toolStripMenuItem9,
            this.обновитьToolStripMenuItem});
            this.treeNodeContextMenu.Name = "treeNodeContextMenu";
            this.treeNodeContextMenu.Size = new System.Drawing.Size(147, 132);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(143, 6);
            // 
            // развернутьToolStripMenuItem
            // 
            this.развернутьToolStripMenuItem.Name = "развернутьToolStripMenuItem";
            this.развернутьToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.развернутьToolStripMenuItem.Text = "Развернуть";
            this.развернутьToolStripMenuItem.DropDownOpening += new System.EventHandler(this.развернутьToolStripMenuItem_DropDownOpening);
            this.развернутьToolStripMenuItem.Click += new System.EventHandler(this.развернутьToolStripMenuItem_Click);
            // 
            // свернутьToolStripMenuItem
            // 
            this.свернутьToolStripMenuItem.Name = "свернутьToolStripMenuItem";
            this.свернутьToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.свернутьToolStripMenuItem.Text = "Свернуть";
            this.свернутьToolStripMenuItem.DropDownOpening += new System.EventHandler(this.свернутьToolStripMenuItem_DropDownOpening);
            this.свернутьToolStripMenuItem.Click += new System.EventHandler(this.свернутьToolStripMenuItem_Click);
            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(143, 6);
            // 
            // показатьВсеToolStripMenuItem
            // 
            this.показатьВсеToolStripMenuItem.Name = "показатьВсеToolStripMenuItem";
            this.показатьВсеToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.показатьВсеToolStripMenuItem.Text = "Показать все";
            this.показатьВсеToolStripMenuItem.Click += new System.EventHandler(this.показатьВсеToolStripMenuItem_Click);
            // 
            // свернутьВсеToolStripMenuItem
            // 
            this.свернутьВсеToolStripMenuItem.Name = "свернутьВсеToolStripMenuItem";
            this.свернутьВсеToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.свернутьВсеToolStripMenuItem.Text = "Свернуть все";
            this.свернутьВсеToolStripMenuItem.Click += new System.EventHandler(this.свернутьВсеToolStripMenuItem_Click);
            // 
            // toolStripMenuItem9
            // 
            this.toolStripMenuItem9.Name = "toolStripMenuItem9";
            this.toolStripMenuItem9.Size = new System.Drawing.Size(143, 6);
            // 
            // обновитьToolStripMenuItem
            // 
            this.обновитьToolStripMenuItem.Name = "обновитьToolStripMenuItem";
            this.обновитьToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.обновитьToolStripMenuItem.Text = "Обновить";
            this.обновитьToolStripMenuItem.Click += new System.EventHandler(this.обновитьToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Checked = true;
            this.toolStripMenuItem1.CheckOnClick = true;
            this.toolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(205, 22);
            this.toolStripMenuItem1.Text = "Текущие сотрудники";
            // 
            // departmentBindingSource
            // 
            this.departmentBindingSource.DataSource = typeof(Kadr.Data.Department);
            // 
            // KadrBaseForm
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(841, 462);
            this.Controls.Add(this.toolStripContainer1);
            this.helpProvider1.SetHelpKeyword(this, "Главное окно программы");
            this.helpProvider1.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TableOfContents);
            this.helpProvider1.SetHelpString(this, "");
            this.Name = "KadrBaseForm";
            this.helpProvider1.SetShowHelp(this, true);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "АИС \"Штатное расписание\"";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KadrBaseForm_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.KadrBaseForm_FormClosed);
            this.Load += new System.EventHandler(this.KadrBaseForm_Load);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.KadrBaseForm_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.KadrBaseForm_DragEnter);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.treeNodeContextMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.departmentBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 55
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.ToolStripButton bEFv5;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckNpgsqlForm));
            System.Windows.Forms.ToolStripButton bEFv6;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripButton bCopy;
            System.Windows.Forms.ToolStrip toolStrip1;
            this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.miniToolStrip = new System.Windows.Forms.ToolStrip();
            this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.b6 = new System.Windows.Forms.Button();
            this.b5 = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.rtb = new System.Windows.Forms.RichTextBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.llBuild = new System.Windows.Forms.LinkLabel();
            this.llRestart = new System.Windows.Forms.LinkLabel();
            this.llEFv5 = new System.Windows.Forms.LinkLabel();
            this.llEFv6 = new System.Windows.Forms.LinkLabel();
            this.llProvider = new System.Windows.Forms.LinkLabel();
            this.llADONet = new System.Windows.Forms.LinkLabel();
            this.llGrab = new System.Windows.Forms.LinkLabel();
            this.llConfigSections = new System.Windows.Forms.LinkLabel();
            bEFv5 = new System.Windows.Forms.ToolStripButton();
            bEFv6 = new System.Windows.Forms.ToolStripButton();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            bCopy = new System.Windows.Forms.ToolStripButton();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // bEFv5
            // 
            bEFv5.Image = ((System.Drawing.Image)(resources.GetObject("bEFv5.Image")));
            bEFv5.ImageTransparentColor = System.Drawing.Color.Magenta;
            bEFv5.Name = "bEFv5";
            bEFv5.Size = new System.Drawing.Size(107, 24);
            bEFv5.Text = "Test EFv5";
            bEFv5.Click += new System.EventHandler(this.bEFv5_Click);
            // 
            // bEFv6
            // 
            bEFv6.Image = ((System.Drawing.Image)(resources.GetObject("bEFv6.Image")));
            bEFv6.ImageTransparentColor = System.Drawing.Color.Magenta;
            bEFv6.Name = "bEFv6";
            bEFv6.Size = new System.Drawing.Size(107, 24);
            bEFv6.Text = "Test EFv6";
            bEFv6.Click += new System.EventHandler(this.bEFv6_Click);
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
            // 
            // bCopy
            // 
            bCopy.Image = ((System.Drawing.Image)(resources.GetObject("bCopy.Image")));
            bCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            bCopy.Name = "bCopy";
            bCopy.Size = new System.Drawing.Size(112, 29);
            bCopy.Text = "&Copy text";
            bCopy.Click += new System.EventHandler(this.bCopy_Click);
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            bEFv5,
            bEFv6,
            toolStripSeparator1,
            bCopy});
            toolStrip1.Location = new System.Drawing.Point(3, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(298, 27);
            toolStrip1.TabIndex = 0;
            // 
            // BottomToolStripPanel
            // 
            this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.BottomToolStripPanel.Name = "BottomToolStripPanel";
            this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // TopToolStripPanel
            // 
            this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.TopToolStripPanel.Name = "TopToolStripPanel";
            this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // miniToolStrip
            // 
            this.miniToolStrip.AutoSize = false;
            this.miniToolStrip.CanOverflow = false;
            this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.miniToolStrip.Location = new System.Drawing.Point(295, 1);
            this.miniToolStrip.Name = "miniToolStrip";
            this.miniToolStrip.Size = new System.Drawing.Size(298, 27);
            this.miniToolStrip.TabIndex = 0;
            // 
            // RightToolStripPanel
            // 
            this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.RightToolStripPanel.Name = "RightToolStripPanel";
            this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // LeftToolStripPanel
            // 
            this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.LeftToolStripPanel.Name = "LeftToolStripPanel";
            this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // ContentPanel
            // 
            this.ContentPanel.Size = new System.Drawing.Size(1005, 383);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(900, 563);
            this.tabControl1.TabIndex = 4;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.b6);
            this.tabPage1.Controls.Add(this.b5);
            this.tabPage1.Location = new System.Drawing.Point(4, 28);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage1.Size = new System.Drawing.Size(892, 531);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Welcome!";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(10, 42);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(220, 18);
            this.label1.TabIndex = 0;
            this.label1.Text = "Select a test for your needs:";
            // 
            // b6
            // 
            this.b6.Location = new System.Drawing.Point(10, 197);
            this.b6.Margin = new System.Windows.Forms.Padding(4);
            this.b6.Name = "b6";
            this.b6.Size = new System.Drawing.Size(375, 55);
            this.b6.TabIndex = 2;
            this.b6.Text = "Check if EntityFramework6 is ready";
            this.b6.UseVisualStyleBackColor = true;
            this.b6.Click += new System.EventHandler(this.bEFv6_Click);
            // 
            // b5
            // 
            this.b5.Location = new System.Drawing.Point(10, 101);
            this.b5.Margin = new System.Windows.Forms.Padding(4);
            this.b5.Name = "b5";
            this.b5.Size = new System.Drawing.Size(375, 55);
            this.b5.TabIndex = 1;
            this.b5.Text = "Check if EntityFramework5 is ready";
            this.b5.UseVisualStyleBackColor = true;
            this.b5.Click += new System.EventHandler(this.bEFv5_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.rtb);
            this.tabPage2.Location = new System.Drawing.Point(4, 28);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage2.Size = new System.Drawing.Size(892, 531);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Test and result";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // rtb
            // 
            this.rtb.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtb.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.rtb.Location = new System.Drawing.Point(4, 4);
            this.rtb.Margin = new System.Windows.Forms.Padding(4);
            this.rtb.Name = "rtb";
            this.rtb.Size = new System.Drawing.Size(884, 523);
            this.rtb.TabIndex = 3;
            this.rtb.Text = "";
            this.rtb.WordWrap = false;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.llConfigSections);
            this.tabPage3.Controls.Add(this.llBuild);
            this.tabPage3.Controls.Add(this.llRestart);
            this.tabPage3.Controls.Add(this.llEFv5);
            this.tabPage3.Controls.Add(this.llEFv6);
            this.tabPage3.Controls.Add(this.llProvider);
            this.tabPage3.Controls.Add(this.llADONet);
            this.tabPage3.Controls.Add(this.llGrab);
            this.tabPage3.Location = new System.Drawing.Point(4, 28);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage3.Size = new System.Drawing.Size(892, 531);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Suggestions";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // llBuild
            // 
            this.llBuild.AutoSize = true;
            this.llBuild.Location = new System.Drawing.Point(10, 379);
            this.llBuild.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llBuild.Name = "llBuild";
            this.llBuild.Size = new System.Drawing.Size(487, 18);
            this.llBuild.TabIndex = 6;
            this.llBuild.TabStop = true;
            this.llBuild.Text = "  Build your project once, in order to update Npgsql.dll in bin\\xxx";
            // 
            // llRestart
            // 
            this.llRestart.AutoSize = true;
            this.llRestart.Location = new System.Drawing.Point(10, 322);
            this.llRestart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llRestart.Name = "llRestart";
            this.llRestart.Size = new System.Drawing.Size(383, 18);
            this.llRestart.TabIndex = 5;
            this.llRestart.TabStop = true;
            this.llRestart.Text = "  Restart VisualStudio. Npgsql assembly hook fails.";
            // 
            // llEFv5
            // 
            this.llEFv5.AutoSize = true;
            this.llEFv5.Location = new System.Drawing.Point(10, 208);
            this.llEFv5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llEFv5.Name = "llEFv5";
            this.llEFv5.Size = new System.Drawing.Size(288, 18);
            this.llEFv5.TabIndex = 3;
            this.llEFv5.TabStop = true;
            this.llEFv5.Text = "  Add EntityFramework5.Npgsql %ver%";
            this.llEFv5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv5_LinkClicked);
            // 
            // llEFv6
            // 
            this.llEFv6.AutoSize = true;
            this.llEFv6.Location = new System.Drawing.Point(10, 265);
            this.llEFv6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llEFv6.Name = "llEFv6";
            this.llEFv6.Size = new System.Drawing.Size(288, 18);
            this.llEFv6.TabIndex = 4;
            this.llEFv6.TabStop = true;
            this.llEFv6.Text = "  Add EntityFramework6.Npgsql %ver%";
            this.llEFv6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv6_LinkClicked);
            // 
            // llProvider
            // 
            this.llProvider.AutoSize = true;
            this.llProvider.Location = new System.Drawing.Point(10, 151);
            this.llProvider.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llProvider.Name = "llProvider";
            this.llProvider.Size = new System.Drawing.Size(417, 18);
            this.llProvider.TabIndex = 2;
            this.llProvider.TabStop = true;
            this.llProvider.Text = "  Add EFv6 Npgsql provider to App.config or Web.config";
            this.llProvider.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llProvider_LinkClicked);
            // 
            // llADONet
            // 
            this.llADONet.AutoSize = true;
            this.llADONet.Location = new System.Drawing.Point(10, 94);
            this.llADONet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llADONet.Name = "llADONet";
            this.llADONet.Size = new System.Drawing.Size(443, 18);
            this.llADONet.TabIndex = 1;
            this.llADONet.TabStop = true;
            this.llADONet.Text = "  Add Npgsql ADO.net provider to App.config or Web.config";
            this.llADONet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llADONet_LinkClicked);
            // 
            // llGrab
            // 
            this.llGrab.AutoSize = true;
            this.llGrab.Location = new System.Drawing.Point(10, 37);
            this.llGrab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llGrab.Name = "llGrab";
            this.llGrab.Size = new System.Drawing.Size(803, 18);
            this.llGrab.TabIndex = 0;
            this.llGrab.TabStop = true;
            this.llGrab.Text = "  Grab NpgsqlDdexProvider %ver%, and install it.   And then [Tool] -> [Setup Npgs" +
    "ql DbProviderFactories...]";
            this.llGrab.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llGrab_LinkClicked);
            // 
            // llConfigSections
            // 
            this.llConfigSections.AutoSize = true;
            this.llConfigSections.Location = new System.Drawing.Point(10, 436);
            this.llConfigSections.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.llConfigSections.Name = "llConfigSections";
            this.llConfigSections.Size = new System.Drawing.Size(509, 18);
            this.llConfigSections.TabIndex = 7;
            this.llConfigSections.TabStop = true;
            this.llConfigSections.Text = "  <configSections> in App.config/Web.config has to be first element!";
            this.llConfigSections.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llConfigSections_LinkClicked);
            // 
            // CheckNpgsqlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(900, 563);
            this.Controls.Add(this.tabControl1);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "CheckNpgsqlForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Check NpgsqlDdexProvider";
            this.Load += new System.EventHandler(this.CheckNpgsqlForm_Load);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.ResumeLayout(false);

        }