Ejemplo n.º 1
1
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotifyIconWrapper));
     this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.ContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.VisibleMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.CollapsedMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.Separator = new System.Windows.Forms.ToolStripSeparator();
     this.ContextMenuStrip.SuspendLayout();
     //
     // NotifyIcon
     //
     this.NotifyIcon.ContextMenuStrip = this.ContextMenuStrip;
     this.NotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("NotifyIcon.Icon")));
     this.NotifyIcon.Text = "FluidLauncher";
     this.NotifyIcon.Visible = true;
     //
     // ContextMenuStrip
     //
     this.ContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.VisibleMenu,
     this.CollapsedMenu,
     this.Separator,
     this.ExitMenu});
     this.ContextMenuStrip.Name = "ContextMenuStrip";
     this.ContextMenuStrip.Size = new System.Drawing.Size(111, 70);
     //
     // VisibleMenu
     //
     this.VisibleMenu.Name = "VisibleMenu";
     this.VisibleMenu.Size = new System.Drawing.Size(110, 22);
     this.VisibleMenu.Text = "表示";
     //
     // CollapsedMenu
     //
     this.CollapsedMenu.Name = "CollapsedMenu";
     this.CollapsedMenu.Size = new System.Drawing.Size(110, 22);
     this.CollapsedMenu.Text = "非表示";
     //
     // ExitMenu
     //
     this.ExitMenu.Name = "ExitMenu";
     this.ExitMenu.Size = new System.Drawing.Size(110, 22);
     this.ExitMenu.Text = "終了";
     //
     // Separator
     //
     this.Separator.Name = "Separator";
     this.Separator.Size = new System.Drawing.Size(6, 6);
     this.ContextMenuStrip.ResumeLayout(false);
 }
Ejemplo n.º 2
0
        private void InitialiseComponents()
        {
            
            this.CloseMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CloseMenuItem.Text = "Close";

            this.ShowMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ShowMenuItem.Text = "Show";
            
            this.ShowSummaryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ShowSummaryMenuItem.Text = "Summary";

            this.SettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SettingsMenuItem.Text = "Settings";

            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();

            this.IconContextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
            this.NotificationIcon = new System.Windows.Forms.NotifyIcon();
            //
            //notofication icon
            //
            this.NotificationIcon.Icon = ( (System.Drawing.Icon)( Resources.TaskBarIcon ) );
            this.NotificationIcon.Text = "WorkReportReminder";
            this.NotificationIcon.Visible = true;
            this.NotificationIcon.ContextMenuStrip = this.IconContextMenuStrip;
            this.NotificationIcon.DoubleClick += new System.EventHandler(this.OnNotificationIconDoubleClick);
            // 
            // IconContextMenuStrip
            // 
            this.IconContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
                                                         {
                                                             this.ShowMenuItem,
                                                             this.ShowSummaryMenuItem,
                                                             this.SettingsMenuItem,
                                                             this.CloseMenuItem
                                                         });

            this.IconContextMenuStrip.Name = "IconContextMenuStrip";
            this.IconContextMenuStrip.Size = new System.Drawing.Size(182, 124);

            this.IconContextMenuStrip.ResumeLayout(false);
            this.IconContextMenuStrip.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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btn_del = new System.Windows.Forms.Button();
     this.btn_add = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.telef = new System.Windows.Forms.TextBox();
     this.vendpername = new System.Windows.Forms.TextBox();
     this.vendperid = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.ctacte = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtvuelto = new System.Windows.Forms.TextBox();
     this.txtefectivo = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.dctoTda = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dctoTotal = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.dctoTarj = new System.Windows.Forms.TextBox();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.griddetallemov = new System.Windows.Forms.DataGridView();
     this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direc = new System.Windows.Forms.TextBox();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
     this.cbo_incprec = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.lbltitulo = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.tipodoc = new System.Windows.Forms.ComboBox();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Calculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_upload = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.btn_information = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.lblruc = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.pdtimagen = new System.Windows.Forms.PictureBox();
     this.lstListaprec = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.canticombo = new DevExpress.XtraEditors.SpinEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.preccombo = new System.Windows.Forms.TextBox();
     this.princombo = new System.Windows.Forms.CheckBox();
     this.glosa = new System.Windows.Forms.TextBox();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.label23 = new System.Windows.Forms.Label();
     this.importtarj = new System.Windows.Forms.TextBox();
     this.lstTarjGroup = new System.Windows.Forms.ListBox();
     this.dgbtarjetas = new System.Windows.Forms.DataGridView();
     this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn();
     this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit();
     this.SuspendLayout();
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_del.Location = new System.Drawing.Point(226, 34);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(21, 21);
     this.btn_del.TabIndex = 99;
     this.toolTip1.SetToolTip(this.btn_del, "Quitar");
     this.btn_del.UseVisualStyleBackColor = true;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1;
     this.btn_add.Location = new System.Drawing.Point(226, 12);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(21, 21);
     this.btn_add.TabIndex = 98;
     this.toolTip1.SetToolTip(this.btn_add, "Agregar");
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(302, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 92;
     this.label12.Text = "Telef:";
     //
     // telef
     //
     this.telef.Location = new System.Drawing.Point(338, 125);
     this.telef.MaxLength = 100;
     this.telef.Name = "telef";
     this.telef.Size = new System.Drawing.Size(86, 21);
     this.telef.TabIndex = 83;
     //
     // vendpername
     //
     this.vendpername.Location = new System.Drawing.Point(100, 183);
     this.vendpername.Name = "vendpername";
     this.vendpername.Size = new System.Drawing.Size(351, 21);
     this.vendpername.TabIndex = 81;
     //
     // vendperid
     //
     this.vendperid.Location = new System.Drawing.Point(64, 183);
     this.vendperid.MaxLength = 8;
     this.vendperid.Name = "vendperid";
     this.vendperid.Size = new System.Drawing.Size(35, 21);
     this.vendperid.TabIndex = 80;
     this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(3, 186);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 13);
     this.label11.TabIndex = 78;
     this.label11.Text = "Vendedor:";
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(64, 83);
     this.ctacte.MaxLength = 7;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(53, 21);
     this.ctacte.TabIndex = 11;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.txtvuelto);
     this.panel2.Controls.Add(this.txtefectivo);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.dctoTda);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.dctoTotal);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.dctoTarj);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.shapeContainer3);
     this.panel2.Location = new System.Drawing.Point(0, 480);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(989, 80);
     this.panel2.TabIndex = 73;
     //
     // txtvuelto
     //
     this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtvuelto.Location = new System.Drawing.Point(905, 52);
     this.txtvuelto.Name = "txtvuelto";
     this.txtvuelto.Size = new System.Drawing.Size(75, 20);
     this.txtvuelto.TabIndex = 101;
     this.txtvuelto.Text = "00.00";
     this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtefectivo
     //
     this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtefectivo.Location = new System.Drawing.Point(904, 29);
     this.txtefectivo.Name = "txtefectivo";
     this.txtefectivo.Size = new System.Drawing.Size(75, 20);
     this.txtefectivo.TabIndex = 100;
     this.txtefectivo.Text = "00.00";
     this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(849, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(51, 13);
     this.label19.TabIndex = 99;
     this.label19.Text = "Vuelto :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(838, 33);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(62, 13);
     this.label18.TabIndex = 98;
     this.label18.Text = "Efectivo :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(669, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(508, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(68, 13);
     this.label9.TabIndex = 92;
     this.label9.Text = "Dcto.Tda :";
     //
     // valventa
     //
     this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.valventa.Location = new System.Drawing.Point(747, 8);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 20);
     this.valventa.TabIndex = 80;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // dctoTda
     //
     this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTda.Location = new System.Drawing.Point(577, 8);
     this.dctoTda.Name = "dctoTda";
     this.dctoTda.Size = new System.Drawing.Size(75, 20);
     this.dctoTda.TabIndex = 91;
     this.dctoTda.Text = "00.00";
     this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(677, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 83;
     this.label4.Text = "Impuesto :";
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(173, 53);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(72, 13);
     this.lbl_valor.TabIndex = 87;
     this.lbl_valor.Text = "Cost.Prom :";
     //
     // totimporte
     //
     this.totimporte.BackColor = System.Drawing.Color.YellowGreen;
     this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimporte.Location = new System.Drawing.Point(747, 50);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 84;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(508, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(68, 13);
     this.label14.TabIndex = 94;
     this.label14.Text = "Dcto.Tarj :";
     //
     // totimpto
     //
     this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimpto.Location = new System.Drawing.Point(747, 29);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 20);
     this.totimpto.TabIndex = 82;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(246, 49);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 86;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(699, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 85;
     this.label3.Text = "Total :";
     //
     // dctoTotal
     //
     this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTotal.Location = new System.Drawing.Point(577, 50);
     this.dctoTotal.Name = "dctoTotal";
     this.dctoTotal.Size = new System.Drawing.Size(75, 21);
     this.dctoTotal.TabIndex = 95;
     this.dctoTotal.Text = "00.00";
     this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(170, 31);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(76, 13);
     this.label39.TabIndex = 79;
     this.label39.Text = "Descuento :";
     //
     // dctoTarj
     //
     this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTarj.Location = new System.Drawing.Point(577, 29);
     this.dctoTarj.Name = "dctoTarj";
     this.dctoTarj.Size = new System.Drawing.Size(75, 20);
     this.dctoTarj.TabIndex = 93;
     this.dctoTarj.Text = "00.00";
     this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(246, 28);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 78;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(501, 53);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(75, 13);
     this.label17.TabIndex = 96;
     this.label17.Text = "Descto.TT :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(3, 51);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto :";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(76, 48);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 76;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(344, 52);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(48, 13);
     this.label40.TabIndex = 89;
     this.label40.Text = "Stock :";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(6, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 75;
     this.label7.Text = "T. Piezas :";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(76, 26);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 74;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(392, 48);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 88;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(29, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 73;
     this.label1.Text = "Items :";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(77, 4);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 72;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer3.Size = new System.Drawing.Size(989, 80);
     this.shapeContainer3.TabIndex = 97;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderWidth = 2;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 482;
     this.lineShape4.X2 = 482;
     this.lineShape4.Y1 = 10;
     this.lineShape4.Y2 = 71;
     //
     // lineShape3
     //
     this.lineShape3.BorderWidth = 2;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 665;
     this.lineShape3.X2 = 665;
     this.lineShape3.Y1 = 10;
     this.lineShape3.Y2 = 71;
     //
     // griddetallemov
     //
     this.griddetallemov.AllowUserToAddRows = false;
     this.griddetallemov.AllowUserToDeleteRows = false;
     this.griddetallemov.AllowUserToResizeColumns = false;
     this.griddetallemov.AllowUserToResizeRows = false;
     this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     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.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetallemov.ColumnHeadersHeight = 20;
     this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nostock,
     this.item,
     this.productid,
     this.productname,
     this.rollo,
     this.unmed,
     this.Ubicacion,
     this.stock_old,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.cantidad_old,
     this.precioanterior,
     this.precunit,
     this.valor,
     this.dtotimpto,
     this.importe,
     this.importfac,
     this.dalmacaccionid,
     this.cantidadcta});
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8;
     this.griddetallemov.Location = new System.Drawing.Point(1, 214);
     this.griddetallemov.MultiSelect = false;
     this.griddetallemov.Name = "griddetallemov";
     this.griddetallemov.RowHeadersVisible = false;
     this.griddetallemov.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.NullValue = null;
     this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null;
     this.griddetallemov.RowTemplate.Height = 20;
     this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetallemov.Size = new System.Drawing.Size(989, 266);
     this.griddetallemov.TabIndex = 71;
     this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit);
     this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter);
     this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave);
     this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing);
     this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown);
     this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp);
     //
     // nostock
     //
     this.nostock.DataPropertyName = "nostock";
     this.nostock.FalseValue = "false";
     this.nostock.Frozen = true;
     this.nostock.HeaderText = "Aft";
     this.nostock.Name = "nostock";
     this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.nostock.TrueValue = "true";
     this.nostock.Width = 20;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.Frozen = true;
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.Frozen = true;
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.Frozen = true;
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 400;
     //
     // rollo
     //
     this.rollo.DataPropertyName = "rollo";
     this.rollo.Frozen = true;
     this.rollo.HeaderText = "Rollo";
     this.rollo.MaxInputLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.rollo.Visible = false;
     this.rollo.Width = 80;
     //
     // unmed
     //
     this.unmed.DataPropertyName = "unmed";
     this.unmed.Frozen = true;
     this.unmed.HeaderText = "UnMed";
     this.unmed.Name = "unmed";
     this.unmed.Width = 48;
     //
     // Ubicacion
     //
     this.Ubicacion.DataPropertyName = "ubicacion";
     dataGridViewCellStyle2.NullValue = null;
     this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2;
     this.Ubicacion.Frozen = true;
     this.Ubicacion.HeaderText = "Ubicacion";
     this.Ubicacion.MaxInputLength = 4;
     this.Ubicacion.Name = "Ubicacion";
     this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ubicacion.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.Frozen = true;
     this.stock_old.HeaderText = "stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle3.NullValue = null;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.Frozen = true;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.Frozen = true;
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.Frozen = true;
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.Frozen = true;
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.Frozen = true;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad.Width = 80;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.Frozen = true;
     this.cantidad_old.HeaderText = "cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.Frozen = true;
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.Frozen = true;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit.Width = 90;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importe.DefaultCellStyle = dataGridViewCellStyle6;
     this.importe.HeaderText = "Importe";
     this.importe.Name = "importe";
     this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importe.Visible = false;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle7;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(64, 125);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(233, 21);
     this.direc.TabIndex = 23;
     //
     // ctactename
     //
     this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactename.Location = new System.Drawing.Point(64, 104);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(387, 21);
     this.ctactename.TabIndex = 21;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(160, 82);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(90, 21);
     this.nmruc.TabIndex = 12;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.chkfijar);
     this.panel1.Controls.Add(this.cbo_incprec);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.lbltitulo);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.fechdoc);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numdoc);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.tipodoc);
     this.panel1.Controls.Add(this.serdoc);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 45);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 23;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // chkfijar
     //
     this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chkfijar.Location = new System.Drawing.Point(137, 21);
     this.chkfijar.Name = "chkfijar";
     this.chkfijar.Properties.Caption = "Fijar";
     this.chkfijar.Size = new System.Drawing.Size(51, 19);
     this.chkfijar.TabIndex = 22;
     this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged);
     //
     // cbo_incprec
     //
     this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbo_incprec.FormattingEnabled = true;
     this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cbo_incprec.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cbo_incprec.Location = new System.Drawing.Point(946, 20);
     this.cbo_incprec.Name = "cbo_incprec";
     this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.cbo_incprec.Size = new System.Drawing.Size(40, 21);
     this.cbo_incprec.TabIndex = 21;
     this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(947, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 20;
     this.label20.Text = "Inclu.";
     //
     // lbltitulo
     //
     this.lbltitulo.AutoSize = true;
     this.lbltitulo.BackColor = System.Drawing.Color.Transparent;
     this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitulo.ForeColor = System.Drawing.Color.White;
     this.lbltitulo.Location = new System.Drawing.Point(422, 9);
     this.lbltitulo.Name = "lbltitulo";
     this.lbltitulo.Size = new System.Drawing.Size(151, 31);
     this.lbltitulo.TabIndex = 19;
     this.lbltitulo.Text = "FACTURA";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(928, 22);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 18;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(887, 20);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 17;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // fechdoc
     //
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.Location = new System.Drawing.Point(669, 21);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 7;
     this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0);
     this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged);
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(756, 20);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 8;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(16, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Tipo Documento";
     //
     // numdoc
     //
     this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(231, 20);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(87, 21);
     this.numdoc.TabIndex = 8;
     this.numdoc.Text = "000000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(828, 20);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 9;
     this.tcamb.Text = "3.420";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tipodoc
     //
     this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.tipodoc.FormattingEnabled = true;
     this.tipodoc.Location = new System.Drawing.Point(7, 20);
     this.tipodoc.Name = "tipodoc";
     this.tipodoc.Size = new System.Drawing.Size(128, 20);
     this.tipodoc.TabIndex = 4;
     this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged);
     //
     // serdoc
     //
     this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(189, 20);
     this.serdoc.MaxLength = 5;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(40, 21);
     this.serdoc.TabIndex = 4;
     this.serdoc.Text = "2014";
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(761, 5);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 12;
     this.label21.Text = "Moneda";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(193, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Serie";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(883, 5);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Impuesto";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(247, 5);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Número";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(826, 5);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 14;
     this.label15.Text = "T Cambio";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(688, 5);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 13);
     this.label16.TabIndex = 10;
     this.label16.Text = "Fecha";
     //
     // Botonera
     //
     this.Botonera.BackColor = System.Drawing.SystemColors.Control;
     this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnImprimirNoval,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_Calculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_upload,
     this.btn_salir,
     this.btn_information});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(993, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked);
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image")));
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20;
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image")));
     this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(24, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.ToolTipText = "Impresion Valorizada";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btnImprimirNoval
     //
     this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimirNoval.Name = "btnImprimirNoval";
     this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26);
     this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(26, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_Calculadora
     //
     this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2;
     this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Calculadora.Name = "btn_Calculadora";
     this.btn_Calculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_Calculadora.Text = "Calculadora";
     this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_upload
     //
     this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode;
     this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_upload.Name = "btn_upload";
     this.btn_upload.Size = new System.Drawing.Size(26, 26);
     this.btn_upload.Text = "Leer Codigo Barras";
     this.btn_upload.ToolTipText = "Cargar";
     this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // btn_information
     //
     this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information;
     this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_information.Name = "btn_information";
     this.btn_information.Size = new System.Drawing.Size(26, 26);
     this.btn_information.Text = "Informacion";
     this.btn_information.Click += new System.EventHandler(this.btn_information_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(6, 86);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(42, 13);
     this.tipoclieprov.TabIndex = 18;
     this.tipoclieprov.Text = "Cliente:";
     //
     // lblruc
     //
     this.lblruc.AutoSize = true;
     this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblruc.Location = new System.Drawing.Point(123, 85);
     this.lblruc.Name = "lblruc";
     this.lblruc.Size = new System.Drawing.Size(33, 13);
     this.lblruc.TabIndex = 75;
     this.lblruc.Text = "RUC:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 128);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 22;
     this.label24.Text = "Dirección:";
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2});
     this.shapeContainer1.Size = new System.Drawing.Size(993, 560);
     this.shapeContainer1.TabIndex = 82;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderWidth = 2;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack;
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 453;
     this.lineShape2.Y1 = 176;
     this.lineShape2.Y2 = 176;
     //
     // pdtimagen
     //
     this.pdtimagen.BackColor = System.Drawing.Color.Transparent;
     this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado;
     this.pdtimagen.Location = new System.Drawing.Point(378, 286);
     this.pdtimagen.Name = "pdtimagen";
     this.pdtimagen.Size = new System.Drawing.Size(262, 135);
     this.pdtimagen.TabIndex = 96;
     this.pdtimagen.TabStop = false;
     //
     // lstListaprec
     //
     this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstListaprec.FormattingEnabled = true;
     this.lstListaprec.Location = new System.Drawing.Point(873, 99);
     this.lstListaprec.Name = "lstListaprec";
     this.lstListaprec.Size = new System.Drawing.Size(113, 21);
     this.lstListaprec.TabIndex = 98;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(870, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(85, 13);
     this.label22.TabIndex = 99;
     this.label22.Text = "Lista de Precios:";
     //
     // btnextraersunat
     //
     this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1;
     this.btnextraersunat.Location = new System.Drawing.Point(256, 80);
     this.btnextraersunat.Name = "btnextraersunat";
     this.btnextraersunat.Size = new System.Drawing.Size(90, 23);
     this.btnextraersunat.TabIndex = 100;
     this.btnextraersunat.ToolTip = "Extrae Datos";
     this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(466, 76);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(401, 137);
     this.xtraTabControl1.TabIndex = 101;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.canticombo);
     this.xtraTabPage3.Controls.Add(this.label26);
     this.xtraTabPage3.Controls.Add(this.label25);
     this.xtraTabPage3.Controls.Add(this.preccombo);
     this.xtraTabPage3.Controls.Add(this.princombo);
     this.xtraTabPage3.Controls.Add(this.glosa);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage3.Text = "Observaciones";
     //
     // canticombo
     //
     this.canticombo.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.canticombo.Location = new System.Drawing.Point(295, 30);
     this.canticombo.Name = "canticombo";
     this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.canticombo.Properties.MaxValue = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.canticombo.Size = new System.Drawing.Size(67, 20);
     this.canticombo.TabIndex = 87;
     this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 64);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(55, 13);
     this.label26.TabIndex = 86;
     this.label26.Text = "Prec/Unit:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(210, 34);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(84, 13);
     this.label25.TabIndex = 85;
     this.label25.Text = "Nro de Combos:";
     //
     // preccombo
     //
     this.preccombo.Location = new System.Drawing.Point(295, 60);
     this.preccombo.Name = "preccombo";
     this.preccombo.ReadOnly = true;
     this.preccombo.Size = new System.Drawing.Size(67, 21);
     this.preccombo.TabIndex = 83;
     this.preccombo.Text = "0.00";
     this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // princombo
     //
     this.princombo.AutoSize = true;
     this.princombo.Location = new System.Drawing.Point(219, 9);
     this.princombo.Name = "princombo";
     this.princombo.Size = new System.Drawing.Size(151, 17);
     this.princombo.TabIndex = 81;
     this.princombo.Text = "Imprimir en Detalle Combo";
     this.princombo.UseVisualStyleBackColor = true;
     this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged);
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(18, 9);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(186, 72);
     this.glosa.TabIndex = 80;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.label23);
     this.xtraTabPage1.Controls.Add(this.importtarj);
     this.xtraTabPage1.Controls.Add(this.btn_del);
     this.xtraTabPage1.Controls.Add(this.btn_add);
     this.xtraTabPage1.Controls.Add(this.lstTarjGroup);
     this.xtraTabPage1.Controls.Add(this.dgbtarjetas);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage1.Text = "Pago con Tarjeta";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(73, 83);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 101;
     this.label23.Text = "Total >>";
     //
     // importtarj
     //
     this.importtarj.Location = new System.Drawing.Point(129, 80);
     this.importtarj.MaxLength = 8;
     this.importtarj.Name = "importtarj";
     this.importtarj.Size = new System.Drawing.Size(69, 21);
     this.importtarj.TabIndex = 100;
     this.importtarj.Text = "0.00";
     this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lstTarjGroup
     //
     this.lstTarjGroup.FormattingEnabled = true;
     this.lstTarjGroup.Location = new System.Drawing.Point(253, 12);
     this.lstTarjGroup.Name = "lstTarjGroup";
     this.lstTarjGroup.Size = new System.Drawing.Size(116, 56);
     this.lstTarjGroup.TabIndex = 97;
     //
     // dgbtarjetas
     //
     this.dgbtarjetas.AllowUserToAddRows = false;
     this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tarjetalogo,
     this._tarjetaid,
     this._tarjetaname,
     this._tarjetanum,
     this._tarjetaimpo,
     this._ddnni});
     this.dgbtarjetas.Location = new System.Drawing.Point(5, 12);
     this.dgbtarjetas.Name = "dgbtarjetas";
     this.dgbtarjetas.ReadOnly = true;
     this.dgbtarjetas.RowHeadersVisible = false;
     this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgbtarjetas.Size = new System.Drawing.Size(214, 68);
     this.dgbtarjetas.TabIndex = 96;
     //
     // _tarjetalogo
     //
     this._tarjetalogo.DataPropertyName = "tarjetalogo";
     this._tarjetalogo.HeaderText = "TarJ";
     this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this._tarjetalogo.Name = "_tarjetalogo";
     this._tarjetalogo.ReadOnly = true;
     this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._tarjetalogo.Width = 40;
     //
     // _tarjetaid
     //
     this._tarjetaid.DataPropertyName = "tarjetaid";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10;
     this._tarjetaid.HeaderText = "Cod";
     this._tarjetaid.Name = "_tarjetaid";
     this._tarjetaid.ReadOnly = true;
     this._tarjetaid.Visible = false;
     this._tarjetaid.Width = 30;
     //
     // _tarjetaname
     //
     this._tarjetaname.DataPropertyName = "tarjetaname";
     this._tarjetaname.HeaderText = "Nom";
     this._tarjetaname.Name = "_tarjetaname";
     this._tarjetaname.ReadOnly = true;
     this._tarjetaname.Visible = false;
     //
     // _tarjetanum
     //
     this._tarjetanum.DataPropertyName = "tarjetanume";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11;
     this._tarjetanum.HeaderText = "Aprob.";
     this._tarjetanum.Name = "_tarjetanum";
     this._tarjetanum.ReadOnly = true;
     this._tarjetanum.Width = 80;
     //
     // _tarjetaimpo
     //
     this._tarjetaimpo.DataPropertyName = "tarjetaimpo";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12;
     this._tarjetaimpo.HeaderText = "Importe";
     this._tarjetaimpo.Name = "_tarjetaimpo";
     this._tarjetaimpo.ReadOnly = true;
     this._tarjetaimpo.Width = 80;
     //
     // _ddnni
     //
     this._ddnni.DataPropertyName = "ddnni";
     this._ddnni.HeaderText = "Dni";
     this._ddnni.Name = "_ddnni";
     this._ddnni.ReadOnly = true;
     this._ddnni.Visible = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.numnotac);
     this.xtraTabPage2.Controls.Add(this.sernotac);
     this.xtraTabPage2.Controls.Add(this.tipnotac);
     this.xtraTabPage2.Controls.Add(this.numguia);
     this.xtraTabPage2.Controls.Add(this.serguia);
     this.xtraTabPage2.Controls.Add(this.tipguia);
     this.xtraTabPage2.Controls.Add(this.numfac);
     this.xtraTabPage2.Controls.Add(this.serfac);
     this.xtraTabPage2.Controls.Add(this.tipfac);
     this.xtraTabPage2.Controls.Add(this.recep_fecha);
     this.xtraTabPage2.Controls.Add(this.recep_dni);
     this.xtraTabPage2.Controls.Add(this.recep_name);
     this.xtraTabPage2.Controls.Add(this.chkNC);
     this.xtraTabPage2.Controls.Add(this.chkGR);
     this.xtraTabPage2.Controls.Add(this.chkFA);
     this.xtraTabPage2.Controls.Add(this.fechnotac);
     this.xtraTabPage2.Controls.Add(this.fechguia);
     this.xtraTabPage2.Controls.Add(this.fechfac);
     this.xtraTabPage2.Controls.Add(this.label29);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Controls.Add(this.label27);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage2.Text = "Docs Referencia";
     //
     // numnotac
     //
     //
     //
     //
     this.numnotac.Border.Class = "TextBoxBorder";
     this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numnotac.ButtonCustom.Tooltip = "";
     this.numnotac.ButtonCustom2.Tooltip = "";
     this.numnotac.Location = new System.Drawing.Point(88, 60);
     this.numnotac.MaxLength = 10;
     this.numnotac.Name = "numnotac";
     this.numnotac.PreventEnterBeep = true;
     this.numnotac.Size = new System.Drawing.Size(79, 21);
     this.numnotac.TabIndex = 94;
     //
     // sernotac
     //
     //
     //
     //
     this.sernotac.Border.Class = "TextBoxBorder";
     this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sernotac.ButtonCustom.Tooltip = "";
     this.sernotac.ButtonCustom2.Tooltip = "";
     this.sernotac.Location = new System.Drawing.Point(49, 60);
     this.sernotac.MaxLength = 4;
     this.sernotac.Name = "sernotac";
     this.sernotac.PreventEnterBeep = true;
     this.sernotac.Size = new System.Drawing.Size(37, 21);
     this.sernotac.TabIndex = 93;
     //
     // tipnotac
     //
     this.tipnotac.DisplayMember = "Text";
     this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipnotac.FormattingEnabled = true;
     this.tipnotac.ItemHeight = 15;
     this.tipnotac.Items.AddRange(new object[] {
     this.comboItem5});
     this.tipnotac.Location = new System.Drawing.Point(6, 60);
     this.tipnotac.Name = "tipnotac";
     this.tipnotac.Size = new System.Drawing.Size(40, 21);
     this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipnotac.TabIndex = 92;
     this.tipnotac.Text = "NC";
     //
     // comboItem5
     //
     this.comboItem5.Text = "NC";
     //
     // numguia
     //
     //
     //
     //
     this.numguia.Border.Class = "TextBoxBorder";
     this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numguia.ButtonCustom.Tooltip = "";
     this.numguia.ButtonCustom2.Tooltip = "";
     this.numguia.Location = new System.Drawing.Point(88, 36);
     this.numguia.MaxLength = 10;
     this.numguia.Name = "numguia";
     this.numguia.PreventEnterBeep = true;
     this.numguia.Size = new System.Drawing.Size(79, 21);
     this.numguia.TabIndex = 91;
     //
     // serguia
     //
     //
     //
     //
     this.serguia.Border.Class = "TextBoxBorder";
     this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serguia.ButtonCustom.Tooltip = "";
     this.serguia.ButtonCustom2.Tooltip = "";
     this.serguia.Location = new System.Drawing.Point(49, 36);
     this.serguia.MaxLength = 4;
     this.serguia.Name = "serguia";
     this.serguia.PreventEnterBeep = true;
     this.serguia.Size = new System.Drawing.Size(37, 21);
     this.serguia.TabIndex = 90;
     //
     // tipguia
     //
     this.tipguia.DisplayMember = "Text";
     this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipguia.FormattingEnabled = true;
     this.tipguia.ItemHeight = 15;
     this.tipguia.Items.AddRange(new object[] {
     this.comboItem3});
     this.tipguia.Location = new System.Drawing.Point(6, 36);
     this.tipguia.Name = "tipguia";
     this.tipguia.Size = new System.Drawing.Size(40, 21);
     this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipguia.TabIndex = 89;
     this.tipguia.Text = "GR";
     //
     // comboItem3
     //
     this.comboItem3.Text = "GR";
     //
     // numfac
     //
     //
     //
     //
     this.numfac.Border.Class = "TextBoxBorder";
     this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numfac.ButtonCustom.Tooltip = "";
     this.numfac.ButtonCustom2.Tooltip = "";
     this.numfac.Location = new System.Drawing.Point(88, 12);
     this.numfac.MaxLength = 10;
     this.numfac.Name = "numfac";
     this.numfac.PreventEnterBeep = true;
     this.numfac.Size = new System.Drawing.Size(79, 21);
     this.numfac.TabIndex = 88;
     this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown);
     //
     // serfac
     //
     //
     //
     //
     this.serfac.Border.Class = "TextBoxBorder";
     this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serfac.ButtonCustom.Tooltip = "";
     this.serfac.ButtonCustom2.Tooltip = "";
     this.serfac.Location = new System.Drawing.Point(49, 12);
     this.serfac.MaxLength = 4;
     this.serfac.Name = "serfac";
     this.serfac.PreventEnterBeep = true;
     this.serfac.Size = new System.Drawing.Size(37, 21);
     this.serfac.TabIndex = 87;
     this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown);
     //
     // tipfac
     //
     this.tipfac.DisplayMember = "Text";
     this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipfac.FormattingEnabled = true;
     this.tipfac.ItemHeight = 15;
     this.tipfac.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.tipfac.Location = new System.Drawing.Point(6, 12);
     this.tipfac.Name = "tipfac";
     this.tipfac.Size = new System.Drawing.Size(40, 21);
     this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipfac.TabIndex = 86;
     //
     // comboItem1
     //
     this.comboItem1.Text = "FA";
     //
     // comboItem2
     //
     this.comboItem2.Text = "BV";
     //
     // recep_fecha
     //
     //
     //
     //
     this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground";
     this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.ButtonClear.Tooltip = "";
     this.recep_fecha.ButtonCustom.Tooltip = "";
     this.recep_fecha.ButtonCustom2.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.recep_fecha.ButtonDropDown.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Visible = true;
     this.recep_fecha.ButtonFreeText.Tooltip = "";
     this.recep_fecha.IsPopupCalendarOpen = false;
     this.recep_fecha.Location = new System.Drawing.Point(297, 79);
     //
     //
     //
     this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.recep_fecha.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.TodayButtonVisible = true;
     this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.recep_fecha.Name = "recep_fecha";
     this.recep_fecha.Size = new System.Drawing.Size(82, 21);
     this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recep_fecha.TabIndex = 85;
     //
     // recep_dni
     //
     //
     //
     //
     this.recep_dni.Border.Class = "TextBoxBorder";
     this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_dni.ButtonCustom.Tooltip = "";
     this.recep_dni.ButtonCustom2.Tooltip = "";
     this.recep_dni.Location = new System.Drawing.Point(297, 58);
     this.recep_dni.MaxLength = 8;
     this.recep_dni.Name = "recep_dni";
     this.recep_dni.PreventEnterBeep = true;
     this.recep_dni.Size = new System.Drawing.Size(83, 21);
     this.recep_dni.TabIndex = 84;
     //
     // recep_name
     //
     //
     //
     //
     this.recep_name.Border.Class = "TextBoxBorder";
     this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_name.ButtonCustom.Tooltip = "";
     this.recep_name.ButtonCustom2.Tooltip = "";
     this.recep_name.Location = new System.Drawing.Point(269, 21);
     this.recep_name.MaxLength = 100;
     this.recep_name.Multiline = true;
     this.recep_name.Name = "recep_name";
     this.recep_name.PreventEnterBeep = true;
     this.recep_name.Size = new System.Drawing.Size(111, 36);
     this.recep_name.TabIndex = 83;
     //
     // chkNC
     //
     //
     //
     //
     this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNC.Location = new System.Drawing.Point(247, 58);
     this.chkNC.Name = "chkNC";
     this.chkNC.Size = new System.Drawing.Size(16, 23);
     this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNC.TabIndex = 82;
     this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged);
     //
     // chkGR
     //
     //
     //
     //
     this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkGR.Location = new System.Drawing.Point(247, 36);
     this.chkGR.Name = "chkGR";
     this.chkGR.Size = new System.Drawing.Size(16, 23);
     this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkGR.TabIndex = 81;
     this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged);
     //
     // chkFA
     //
     //
     //
     //
     this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkFA.Location = new System.Drawing.Point(247, 12);
     this.chkFA.Name = "chkFA";
     this.chkFA.Size = new System.Drawing.Size(16, 23);
     this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkFA.TabIndex = 80;
     this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged);
     //
     // fechnotac
     //
     //
     //
     //
     this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.ButtonClear.Tooltip = "";
     this.fechnotac.ButtonCustom.Tooltip = "";
     this.fechnotac.ButtonCustom2.Tooltip = "";
     this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechnotac.ButtonDropDown.Tooltip = "";
     this.fechnotac.ButtonDropDown.Visible = true;
     this.fechnotac.ButtonFreeText.Tooltip = "";
     this.fechnotac.IsPopupCalendarOpen = false;
     this.fechnotac.Location = new System.Drawing.Point(168, 59);
     //
     //
     //
     this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechnotac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.TodayButtonVisible = true;
     this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechnotac.Name = "fechnotac";
     this.fechnotac.Size = new System.Drawing.Size(82, 21);
     this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechnotac.TabIndex = 79;
     //
     // fechguia
     //
     //
     //
     //
     this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.ButtonClear.Tooltip = "";
     this.fechguia.ButtonCustom.Tooltip = "";
     this.fechguia.ButtonCustom2.Tooltip = "";
     this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechguia.ButtonDropDown.Tooltip = "";
     this.fechguia.ButtonDropDown.Visible = true;
     this.fechguia.ButtonFreeText.Tooltip = "";
     this.fechguia.IsPopupCalendarOpen = false;
     this.fechguia.Location = new System.Drawing.Point(168, 36);
     //
     //
     //
     this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechguia.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.TodayButtonVisible = true;
     this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechguia.Name = "fechguia";
     this.fechguia.Size = new System.Drawing.Size(82, 21);
     this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechguia.TabIndex = 78;
     //
     // fechfac
     //
     //
     //
     //
     this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.ButtonClear.Tooltip = "";
     this.fechfac.ButtonCustom.Tooltip = "";
     this.fechfac.ButtonCustom2.Tooltip = "";
     this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechfac.ButtonDropDown.Tooltip = "";
     this.fechfac.ButtonDropDown.Visible = true;
     this.fechfac.ButtonFreeText.Tooltip = "";
     this.fechfac.IsPopupCalendarOpen = false;
     this.fechfac.Location = new System.Drawing.Point(168, 12);
     //
     //
     //
     this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechfac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.TodayButtonVisible = true;
     this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechfac.Name = "fechfac";
     this.fechfac.Size = new System.Drawing.Size(82, 21);
     this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechfac.TabIndex = 77;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(225, 84);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 72;
     this.label29.Text = "Fecha Recep:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(269, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(29, 13);
     this.label28.TabIndex = 69;
     this.label28.Text = "DNI:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(271, 9);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(55, 13);
     this.label27.TabIndex = 67;
     this.label27.Text = "Receptor:";
     //
     // Frm_ventas
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(993, 560);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnextraersunat);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.lstListaprec);
     this.Controls.Add(this.pdtimagen);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.telef);
     this.Controls.Add(this.vendpername);
     this.Controls.Add(this.vendperid);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetallemov);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.lblruc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.shapeContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ventas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modulo de Ventas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing);
     this.Load += new System.EventHandler(this.Frm_ventas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
 {
     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();
 }
Ejemplo 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()
        {
            System.Windows.Forms.ToolStripMenuItem MenuFile;
            System.Windows.Forms.ToolStripMenuItem MenuFileNewProject;
            System.Windows.Forms.ToolStripMenuItem MenuFileOpenProject;
            System.Windows.Forms.ToolStripMenuItem MenuFileOpenRecent;
            System.Windows.Forms.ToolStripSeparator Seperator01;
            System.Windows.Forms.ToolStripMenuItem ClearRecent;
            System.Windows.Forms.ToolStripSeparator Seperator02;
            System.Windows.Forms.ToolStripMenuItem MenuFileCloseProject;
            System.Windows.Forms.ToolStripSeparator Seperator03;
            System.Windows.Forms.ToolStripMenuItem MenuFileSaveProject;
            System.Windows.Forms.ToolStripMenuItem MenuFileSaveProjectAs;
            System.Windows.Forms.ToolStripSeparator Seperator04;
            System.Windows.Forms.ToolStripMenuItem MenuFileImport;
            System.Windows.Forms.ToolStripMenuItem MenuFileImportEntity;
            System.Windows.Forms.ToolStripMenuItem MenuFileImportComponent;
            System.Windows.Forms.ToolStripMenuItem MenuFileExport;
            System.Windows.Forms.ToolStripSeparator Seperator05;
            System.Windows.Forms.ToolStripMenuItem MenuFileExit;
            System.Windows.Forms.ToolStripMenuItem MenuEdit;
            System.Windows.Forms.ToolStripMenuItem MenuEditUndo;
            System.Windows.Forms.ToolStripMenuItem MenuEditRedo;
            System.Windows.Forms.ToolStripSeparator Seperator06;
            System.Windows.Forms.ToolStripMenuItem MenuEditCopy;
            System.Windows.Forms.ToolStripMenuItem MenuEditPaste;
            System.Windows.Forms.ToolStripMenuItem MenuEditCut;
            System.Windows.Forms.ToolStripMenuItem MenuEditDelete;
            System.Windows.Forms.ToolStripSeparator Seperator07;
            System.Windows.Forms.ToolStripMenuItem MenuEditPreferences;
            System.Windows.Forms.ToolStripMenuItem MenuView;
            System.Windows.Forms.ToolStripMenuItem MenuViewSidebar;
            System.Windows.Forms.ToolStripMenuItem MenuViewSidebarProjectTree;
            System.Windows.Forms.ToolStripMenuItem MenuViewSidebarInspector;
            System.Windows.Forms.ToolStripSeparator Seperator08;
            System.Windows.Forms.ToolStripMenuItem MenuViewSidebarSidebar;
            System.Windows.Forms.ToolStripSeparator Seperator10;
            System.Windows.Forms.ToolStripMenuItem MenuViewShowLog;
            System.Windows.Forms.ToolStripMenuItem MenuHelp;
            System.Windows.Forms.ToolStripMenuItem MenuHelpDocumentation;
            System.Windows.Forms.ToolStripMenuItem MenuHelpGithub;
            System.Windows.Forms.ToolStripSeparator Seperator09;
            System.Windows.Forms.ToolStripMenuItem MenuHelpAbout;
            System.Windows.Forms.ToolStripMenuItem MenuProject;
            System.Windows.Forms.ToolStripMenuItem MenuProjectAddScene;
            System.Windows.Forms.ToolStripSeparator Separator11;
            this.MenuViewWelcomePage = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuStrip = new System.Windows.Forms.MenuStrip();
            MenuFile = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileNewProject = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileOpenProject = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileOpenRecent = new System.Windows.Forms.ToolStripMenuItem();
            Seperator01 = new System.Windows.Forms.ToolStripSeparator();
            ClearRecent = new System.Windows.Forms.ToolStripMenuItem();
            Seperator02 = new System.Windows.Forms.ToolStripSeparator();
            MenuFileCloseProject = new System.Windows.Forms.ToolStripMenuItem();
            Seperator03 = new System.Windows.Forms.ToolStripSeparator();
            MenuFileSaveProject = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileSaveProjectAs = new System.Windows.Forms.ToolStripMenuItem();
            Seperator04 = new System.Windows.Forms.ToolStripSeparator();
            MenuFileImport = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileImportEntity = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileImportComponent = new System.Windows.Forms.ToolStripMenuItem();
            MenuFileExport = new System.Windows.Forms.ToolStripMenuItem();
            Seperator05 = new System.Windows.Forms.ToolStripSeparator();
            MenuFileExit = new System.Windows.Forms.ToolStripMenuItem();
            MenuEdit = new System.Windows.Forms.ToolStripMenuItem();
            MenuEditUndo = new System.Windows.Forms.ToolStripMenuItem();
            MenuEditRedo = new System.Windows.Forms.ToolStripMenuItem();
            Seperator06 = new System.Windows.Forms.ToolStripSeparator();
            MenuEditCopy = new System.Windows.Forms.ToolStripMenuItem();
            MenuEditPaste = new System.Windows.Forms.ToolStripMenuItem();
            MenuEditCut = new System.Windows.Forms.ToolStripMenuItem();
            MenuEditDelete = new System.Windows.Forms.ToolStripMenuItem();
            Seperator07 = new System.Windows.Forms.ToolStripSeparator();
            MenuEditPreferences = new System.Windows.Forms.ToolStripMenuItem();
            MenuView = new System.Windows.Forms.ToolStripMenuItem();
            MenuViewSidebar = new System.Windows.Forms.ToolStripMenuItem();
            MenuViewSidebarProjectTree = new System.Windows.Forms.ToolStripMenuItem();
            MenuViewSidebarInspector = new System.Windows.Forms.ToolStripMenuItem();
            Seperator08 = new System.Windows.Forms.ToolStripSeparator();
            MenuViewSidebarSidebar = new System.Windows.Forms.ToolStripMenuItem();
            Seperator10 = new System.Windows.Forms.ToolStripSeparator();
            MenuViewShowLog = new System.Windows.Forms.ToolStripMenuItem();
            MenuHelp = new System.Windows.Forms.ToolStripMenuItem();
            MenuHelpDocumentation = new System.Windows.Forms.ToolStripMenuItem();
            MenuHelpGithub = new System.Windows.Forms.ToolStripMenuItem();
            Seperator09 = new System.Windows.Forms.ToolStripSeparator();
            MenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
            MenuProject = new System.Windows.Forms.ToolStripMenuItem();
            MenuProjectAddScene = new System.Windows.Forms.ToolStripMenuItem();
            Separator11 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // MenuFile
            // 
            MenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuFileNewProject,
            MenuFileOpenProject,
            MenuFileOpenRecent,
            Seperator02,
            MenuFileCloseProject,
            Seperator03,
            MenuFileSaveProject,
            MenuFileSaveProjectAs,
            Seperator04,
            MenuFileImport,
            MenuFileExport,
            Seperator05,
            MenuFileExit});
            MenuFile.Name = "MenuFile";
            MenuFile.Size = new System.Drawing.Size(37, 20);
            MenuFile.Text = "File";
            // 
            // MenuFileNewProject
            // 
            MenuFileNewProject.Name = "MenuFileNewProject";
            MenuFileNewProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            MenuFileNewProject.Size = new System.Drawing.Size(288, 22);
            MenuFileNewProject.Text = "New Project...";
            MenuFileNewProject.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuFileOpenProject
            // 
            MenuFileOpenProject.Enabled = false;
            MenuFileOpenProject.Name = "MenuFileOpenProject";
            MenuFileOpenProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            MenuFileOpenProject.Size = new System.Drawing.Size(288, 22);
            MenuFileOpenProject.Text = "Open Project...";
            MenuFileOpenProject.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuFileOpenRecent
            // 
            MenuFileOpenRecent.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            Seperator01,
            ClearRecent});
            MenuFileOpenRecent.Enabled = false;
            MenuFileOpenRecent.Name = "MenuFileOpenRecent";
            MenuFileOpenRecent.Size = new System.Drawing.Size(288, 22);
            MenuFileOpenRecent.Text = "Open Recent";
            // 
            // Seperator01
            // 
            Seperator01.Name = "Seperator01";
            Seperator01.Size = new System.Drawing.Size(119, 6);
            // 
            // ClearRecent
            // 
            ClearRecent.Name = "ClearRecent";
            ClearRecent.Size = new System.Drawing.Size(122, 22);
            ClearRecent.Text = "Clear List";
            ClearRecent.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator02
            // 
            Seperator02.Name = "Seperator02";
            Seperator02.Size = new System.Drawing.Size(285, 6);
            // 
            // MenuFileCloseProject
            // 
            MenuFileCloseProject.Enabled = false;
            MenuFileCloseProject.Name = "MenuFileCloseProject";
            MenuFileCloseProject.Size = new System.Drawing.Size(288, 22);
            MenuFileCloseProject.Text = "Close Project";
            MenuFileCloseProject.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator03
            // 
            Seperator03.Name = "Seperator03";
            Seperator03.Size = new System.Drawing.Size(285, 6);
            // 
            // MenuFileSaveProject
            // 
            MenuFileSaveProject.Enabled = false;
            MenuFileSaveProject.Name = "MenuFileSaveProject";
            MenuFileSaveProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            MenuFileSaveProject.Size = new System.Drawing.Size(288, 22);
            MenuFileSaveProject.Text = "Save Project";
            MenuFileSaveProject.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuFileSaveProjectAs
            // 
            MenuFileSaveProjectAs.Enabled = false;
            MenuFileSaveProjectAs.Name = "MenuFileSaveProjectAs";
            MenuFileSaveProjectAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                        | System.Windows.Forms.Keys.S)));
            MenuFileSaveProjectAs.Size = new System.Drawing.Size(288, 22);
            MenuFileSaveProjectAs.Text = "Save Project As...";
            MenuFileSaveProjectAs.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator04
            // 
            Seperator04.Name = "Seperator04";
            Seperator04.Size = new System.Drawing.Size(285, 6);
            // 
            // MenuFileImport
            // 
            MenuFileImport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuFileImportEntity,
            MenuFileImportComponent});
            MenuFileImport.Enabled = false;
            MenuFileImport.Name = "MenuFileImport";
            MenuFileImport.Size = new System.Drawing.Size(288, 22);
            MenuFileImport.Text = "Import";
            // 
            // MenuFileImportEntity
            // 
            MenuFileImportEntity.Name = "MenuFileImportEntity";
            MenuFileImportEntity.Size = new System.Drawing.Size(147, 22);
            MenuFileImportEntity.Text = "Entity...";
            MenuFileImportEntity.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuFileImportComponent
            // 
            MenuFileImportComponent.Name = "MenuFileImportComponent";
            MenuFileImportComponent.Size = new System.Drawing.Size(147, 22);
            MenuFileImportComponent.Text = "Component...";
            MenuFileImportComponent.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuFileExport
            // 
            MenuFileExport.Enabled = false;
            MenuFileExport.Name = "MenuFileExport";
            MenuFileExport.Size = new System.Drawing.Size(288, 22);
            MenuFileExport.Text = "Export";
            // 
            // Seperator05
            // 
            Seperator05.Name = "Seperator05";
            Seperator05.Size = new System.Drawing.Size(285, 6);
            // 
            // MenuFileExit
            // 
            MenuFileExit.Name = "MenuFileExit";
            MenuFileExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
            MenuFileExit.Size = new System.Drawing.Size(288, 22);
            MenuFileExit.Text = "Exit";
            MenuFileExit.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuEdit
            // 
            MenuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuEditUndo,
            MenuEditRedo,
            Seperator06,
            MenuEditCopy,
            MenuEditPaste,
            MenuEditCut,
            MenuEditDelete,
            Seperator07,
            MenuEditPreferences});
            MenuEdit.Name = "MenuEdit";
            MenuEdit.Size = new System.Drawing.Size(39, 20);
            MenuEdit.Text = "Edit";
            // 
            // MenuEditUndo
            // 
            MenuEditUndo.Enabled = false;
            MenuEditUndo.Name = "MenuEditUndo";
            MenuEditUndo.Size = new System.Drawing.Size(135, 22);
            MenuEditUndo.Text = "Undo";
            MenuEditUndo.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuEditRedo
            // 
            MenuEditRedo.Enabled = false;
            MenuEditRedo.Name = "MenuEditRedo";
            MenuEditRedo.Size = new System.Drawing.Size(135, 22);
            MenuEditRedo.Text = "Redo";
            MenuEditRedo.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator06
            // 
            Seperator06.Name = "Seperator06";
            Seperator06.Size = new System.Drawing.Size(132, 6);
            // 
            // MenuEditCopy
            // 
            MenuEditCopy.Enabled = false;
            MenuEditCopy.Name = "MenuEditCopy";
            MenuEditCopy.Size = new System.Drawing.Size(135, 22);
            MenuEditCopy.Text = "Copy";
            MenuEditCopy.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuEditPaste
            // 
            MenuEditPaste.Enabled = false;
            MenuEditPaste.Name = "MenuEditPaste";
            MenuEditPaste.Size = new System.Drawing.Size(135, 22);
            MenuEditPaste.Text = "Paste";
            MenuEditPaste.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuEditCut
            // 
            MenuEditCut.Enabled = false;
            MenuEditCut.Name = "MenuEditCut";
            MenuEditCut.Size = new System.Drawing.Size(135, 22);
            MenuEditCut.Text = "Cut";
            MenuEditCut.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuEditDelete
            // 
            MenuEditDelete.Enabled = false;
            MenuEditDelete.Name = "MenuEditDelete";
            MenuEditDelete.Size = new System.Drawing.Size(135, 22);
            MenuEditDelete.Text = "Delete";
            MenuEditDelete.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator07
            // 
            Seperator07.Name = "Seperator07";
            Seperator07.Size = new System.Drawing.Size(132, 6);
            // 
            // MenuEditPreferences
            // 
            MenuEditPreferences.Enabled = false;
            MenuEditPreferences.Name = "MenuEditPreferences";
            MenuEditPreferences.Size = new System.Drawing.Size(135, 22);
            MenuEditPreferences.Text = "Preferences";
            MenuEditPreferences.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuView
            // 
            MenuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuViewSidebar,
            Seperator10,
            this.MenuViewWelcomePage,
            MenuViewShowLog});
            MenuView.Name = "MenuView";
            MenuView.Size = new System.Drawing.Size(44, 20);
            MenuView.Text = "View";
            // 
            // MenuViewSidebar
            // 
            MenuViewSidebar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuViewSidebarProjectTree,
            MenuViewSidebarInspector,
            Seperator08,
            MenuViewSidebarSidebar});
            MenuViewSidebar.Name = "MenuViewSidebar";
            MenuViewSidebar.Size = new System.Drawing.Size(185, 22);
            MenuViewSidebar.Text = "Sidebar";
            // 
            // MenuViewSidebarProjectTree
            // 
            MenuViewSidebarProjectTree.Checked = true;
            MenuViewSidebarProjectTree.CheckOnClick = true;
            MenuViewSidebarProjectTree.CheckState = System.Windows.Forms.CheckState.Checked;
            MenuViewSidebarProjectTree.Name = "MenuViewSidebarProjectTree";
            MenuViewSidebarProjectTree.Size = new System.Drawing.Size(141, 22);
            MenuViewSidebarProjectTree.Tag = "";
            MenuViewSidebarProjectTree.Text = "Project";
            MenuViewSidebarProjectTree.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuViewSidebarInspector
            // 
            MenuViewSidebarInspector.Checked = true;
            MenuViewSidebarInspector.CheckOnClick = true;
            MenuViewSidebarInspector.CheckState = System.Windows.Forms.CheckState.Checked;
            MenuViewSidebarInspector.Name = "MenuViewSidebarInspector";
            MenuViewSidebarInspector.Size = new System.Drawing.Size(141, 22);
            MenuViewSidebarInspector.Tag = "";
            MenuViewSidebarInspector.Text = "Inspector";
            MenuViewSidebarInspector.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator08
            // 
            Seperator08.Name = "Seperator08";
            Seperator08.Size = new System.Drawing.Size(138, 6);
            // 
            // MenuViewSidebarSidebar
            // 
            MenuViewSidebarSidebar.Name = "MenuViewSidebarSidebar";
            MenuViewSidebarSidebar.Size = new System.Drawing.Size(141, 22);
            MenuViewSidebarSidebar.Tag = "";
            MenuViewSidebarSidebar.Text = "Hide Sidebar";
            MenuViewSidebarSidebar.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator10
            // 
            Seperator10.Name = "Seperator10";
            Seperator10.Size = new System.Drawing.Size(182, 6);
            // 
            // MenuViewWelcomePage
            // 
            this.MenuViewWelcomePage.Name = "MenuViewWelcomePage";
            this.MenuViewWelcomePage.Size = new System.Drawing.Size(185, 22);
            this.MenuViewWelcomePage.Text = "Show Welcome Page";
            this.MenuViewWelcomePage.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuViewShowLog
            // 
            MenuViewShowLog.Name = "MenuViewShowLog";
            MenuViewShowLog.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
            MenuViewShowLog.Size = new System.Drawing.Size(185, 22);
            MenuViewShowLog.Text = "Show Log";
            MenuViewShowLog.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuHelp
            // 
            MenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuHelpDocumentation,
            MenuHelpGithub,
            Seperator09,
            MenuHelpAbout});
            MenuHelp.Name = "MenuHelp";
            MenuHelp.Size = new System.Drawing.Size(44, 20);
            MenuHelp.Text = "Help";
            // 
            // MenuHelpDocumentation
            // 
            MenuHelpDocumentation.Enabled = false;
            MenuHelpDocumentation.Name = "MenuHelpDocumentation";
            MenuHelpDocumentation.Size = new System.Drawing.Size(176, 22);
            MenuHelpDocumentation.Text = "Documentation";
            MenuHelpDocumentation.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuHelpGithub
            // 
            MenuHelpGithub.Name = "MenuHelpGithub";
            MenuHelpGithub.Size = new System.Drawing.Size(176, 22);
            MenuHelpGithub.Text = "Github";
            MenuHelpGithub.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Seperator09
            // 
            Seperator09.Name = "Seperator09";
            Seperator09.Size = new System.Drawing.Size(173, 6);
            // 
            // MenuHelpAbout
            // 
            MenuHelpAbout.Enabled = false;
            MenuHelpAbout.Name = "MenuHelpAbout";
            MenuHelpAbout.Size = new System.Drawing.Size(176, 22);
            MenuHelpAbout.Text = "About Honey Cube";
            MenuHelpAbout.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // MenuProject
            // 
            MenuProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuProjectAddScene,
            Separator11});
            MenuProject.Enabled = false;
            MenuProject.Name = "MenuProject";
            MenuProject.Size = new System.Drawing.Size(56, 20);
            MenuProject.Text = "Project";
            // 
            // MenuProjectAddScene
            // 
            MenuProjectAddScene.Name = "MenuProjectAddScene";
            MenuProjectAddScene.Size = new System.Drawing.Size(152, 22);
            MenuProjectAddScene.Text = "Add Scene";
            MenuProjectAddScene.Click += new System.EventHandler(this.MenuItem_Click);
            // 
            // Separator11
            // 
            Separator11.Name = "Separator11";
            Separator11.Size = new System.Drawing.Size(149, 6);
            // 
            // MenuStrip
            // 
            this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            MenuFile,
            MenuEdit,
            MenuProject,
            MenuView,
            MenuHelp});
            this.MenuStrip.Location = new System.Drawing.Point(0, 0);
            this.MenuStrip.MinimumSize = new System.Drawing.Size(800, 24);
            this.MenuStrip.Name = "MenuStrip";
            this.MenuStrip.Size = new System.Drawing.Size(800, 24);
            this.MenuStrip.TabIndex = 0;
            this.MenuStrip.Text = "MenuStrip";
            // 
            // AppMenu
            // 
            this.Controls.Add(this.MenuStrip);
            this.MinimumSize = new System.Drawing.Size(800, 24);
            this.Name = "AppMenu";
            this.Size = new System.Drawing.Size(800, 24);
            this.MenuStrip.ResumeLayout(false);
            this.MenuStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripSeparator subSep;
            System.Windows.Forms.ToolStripLabel toolStripLabel2;
            System.Windows.Forms.ToolStripLabel toolStripLabel3;
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
            WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextureViewer));
            this.saveTextureDialog = new System.Windows.Forms.SaveFileDialog();
            this.rightclickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showDisabled = new System.Windows.Forms.ToolStripMenuItem();
            this.showEmpty = new System.Windows.Forms.ToolStripMenuItem();
            this.usedSep = new System.Windows.Forms.ToolStripSeparator();
            this.openNewTab = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.imageInLayoutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.usedStartLabel = new System.Windows.Forms.ToolStripMenuItem();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.toolstripMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.subresourceStripEnabled = new System.Windows.Forms.ToolStripMenuItem();
            this.channelsStripEnabled = new System.Windows.Forms.ToolStripMenuItem();
            this.zoomStripEnabled = new System.Windows.Forms.ToolStripMenuItem();
            this.rangeStripEnabled = new System.Windows.Forms.ToolStripMenuItem();
            this.overlayStripEnabled = new System.Windows.Forms.ToolStripMenuItem();
            this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.miniToolStrip = new System.Windows.Forms.StatusStrip();
            this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
            this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
            this.depthstencilPanel = new System.Windows.Forms.Panel();
            this.depthDisplay = new System.Windows.Forms.RadioButton();
            this.stencilDisplay = new System.Windows.Forms.RadioButton();
            this.zoomStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.zoomExactSize = new System.Windows.Forms.ToolStripButton();
            this.fitToWindow = new System.Windows.Forms.ToolStripButton();
            this.zoomOption = new System.Windows.Forms.ToolStripComboBox();
            this.flip_y = new System.Windows.Forms.ToolStripButton();
            this.overlayStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
            this.overlay = new System.Windows.Forms.ToolStripComboBox();
            this.subStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
            this.mipLevelLabel = new System.Windows.Forms.ToolStripLabel();
            this.mipLevel = new System.Windows.Forms.ToolStripComboBox();
            this.sliceFaceLabel = new System.Windows.Forms.ToolStripLabel();
            this.sliceFace = new System.Windows.Forms.ToolStripComboBox();
            this.rangeStrip = new System.Windows.Forms.ToolStrip();
            this.rangeBlack = new renderdocui.Controls.ToolStripSpringTextBox();
            this.rangeWhite = new renderdocui.Controls.ToolStripSpringTextBox();
            this.zoomRange = new System.Windows.Forms.ToolStripButton();
            this.autoFit = new System.Windows.Forms.ToolStripButton();
            this.reset01 = new System.Windows.Forms.ToolStripButton();
            this.visualiseRange = new System.Windows.Forms.ToolStripButton();
            this.channelStrip = new System.Windows.Forms.ToolStrip();
            this.channels = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.customRed = new System.Windows.Forms.ToolStripButton();
            this.customGreen = new System.Windows.Forms.ToolStripButton();
            this.customBlue = new System.Windows.Forms.ToolStripButton();
            this.customAlpha = new System.Windows.Forms.ToolStripButton();
            this.mulSep = new System.Windows.Forms.ToolStripSeparator();
            this.mulLabel = new System.Windows.Forms.ToolStripLabel();
            this.hdrMul = new System.Windows.Forms.ToolStripComboBox();
            this.customShader = new System.Windows.Forms.ToolStripComboBox();
            this.customCreate = new System.Windows.Forms.ToolStripButton();
            this.customEdit = new System.Windows.Forms.ToolStripButton();
            this.customDelete = new System.Windows.Forms.ToolStripButton();
            this.backcolorPick = new System.Windows.Forms.ToolStripButton();
            this.checkerBack = new System.Windows.Forms.ToolStripButton();
            this.gammaSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.gammaDisplay = new System.Windows.Forms.ToolStripButton();
            this.statusbar = new System.Windows.Forms.StatusStrip();
            this.texStatusDim = new System.Windows.Forms.ToolStripStatusLabel();
            this.hoverSwatch = new System.Windows.Forms.ToolStripStatusLabel();
            this.mainLayout = new System.Windows.Forms.TableLayoutPanel();
            this.toolstripsPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.actionsStrip = new System.Windows.Forms.ToolStrip();
            this.saveTex = new System.Windows.Forms.ToolStripButton();
            this.texListShow = new System.Windows.Forms.ToolStripButton();
            this.viewTexBuffer = new System.Windows.Forms.ToolStripButton();
            this.texlistContainer = new System.Windows.Forms.TableLayoutPanel();
            this.textureList = new renderdocui.Controls.TextureListBox();
            this.texturefilter = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.clearTexFilter = new System.Windows.Forms.Button();
            this.renderToolstripContainer = new System.Windows.Forms.ToolStripContainer();
            this.renderScrollTable = new System.Windows.Forms.TableLayoutPanel();
            this.renderContainer = new renderdocui.Controls.NoScrollPanel();
            this.render = new renderdocui.Controls.NoScrollPanel();
            this.renderVScroll = new System.Windows.Forms.VScrollBar();
            this.renderHScroll = new System.Windows.Forms.HScrollBar();
            this.pixelContextPanel = new System.Windows.Forms.TableLayoutPanel();
            this.pixelContext = new renderdocui.Controls.NoScrollPanel();
            this.debugPixelContext = new System.Windows.Forms.Button();
            this.pixelHistory = new System.Windows.Forms.Button();
            this.tabContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.closeTab = new System.Windows.Forms.ToolStripMenuItem();
            this.closeOtherTabs = new System.Windows.Forms.ToolStripMenuItem();
            this.closeTabsToRight = new System.Windows.Forms.ToolStripMenuItem();
            this.roPanel = new renderdocui.Controls.ThumbnailStrip();
            this.rwPanel = new renderdocui.Controls.ThumbnailStrip();
            this.rangeHistogram = new renderdocui.Controls.RangeHistogram();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.pixelContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.highlightedPixelHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.highlightedPixelDebugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gotoLocationButton = new System.Windows.Forms.ToolStripButton();
            subSep = new System.Windows.Forms.ToolStripSeparator();
            toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.rightclickMenu.SuspendLayout();
            this.toolstripMenu.SuspendLayout();
            this.depthstencilPanel.SuspendLayout();
            this.zoomStrip.SuspendLayout();
            this.overlayStrip.SuspendLayout();
            this.subStrip.SuspendLayout();
            this.rangeStrip.SuspendLayout();
            this.channelStrip.SuspendLayout();
            this.statusbar.SuspendLayout();
            this.mainLayout.SuspendLayout();
            this.toolstripsPanel.SuspendLayout();
            this.actionsStrip.SuspendLayout();
            this.texlistContainer.SuspendLayout();
            this.renderToolstripContainer.BottomToolStripPanel.SuspendLayout();
            this.renderToolstripContainer.ContentPanel.SuspendLayout();
            this.renderToolstripContainer.SuspendLayout();
            this.renderScrollTable.SuspendLayout();
            this.renderContainer.SuspendLayout();
            this.pixelContextPanel.SuspendLayout();
            this.tabContextMenu.SuspendLayout();
            this.pixelContextMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // subSep
            // 
            subSep.Name = "subSep";
            subSep.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            toolStripLabel2.Name = "toolStripLabel2";
            toolStripLabel2.Size = new System.Drawing.Size(38, 22);
            toolStripLabel2.Text = "Range";
            // 
            // toolStripLabel3
            // 
            toolStripLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            toolStripLabel3.Name = "toolStripLabel3";
            toolStripLabel3.Size = new System.Drawing.Size(51, 22);
            toolStripLabel3.Text = "Channels";
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(42, 22);
            toolStripLabel1.Text = "Actions";
            // 
            // saveTextureDialog
            // 
            this.saveTextureDialog.DefaultExt = "dds";
            this.saveTextureDialog.Filter = "DDS Files (*.dds)|*.dds";
            this.saveTextureDialog.Title = "Save Texture As";
            // 
            // rightclickMenu
            // 
            this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showDisabled,
            this.showEmpty,
            this.usedSep,
            this.openNewTab,
            this.toolStripSeparator1,
            this.imageInLayoutMenuItem,
            this.usedStartLabel});
            this.rightclickMenu.MaximumSize = new System.Drawing.Size(0, 480);
            this.rightclickMenu.Name = "rightclickMenu";
            this.rightclickMenu.Size = new System.Drawing.Size(181, 126);
            // 
            // showDisabled
            // 
            this.showDisabled.Name = "showDisabled";
            this.showDisabled.Size = new System.Drawing.Size(180, 22);
            this.showDisabled.Text = "Show Disabled";
            this.showDisabled.Click += new System.EventHandler(this.showDisabled_Click);
            // 
            // showEmpty
            // 
            this.showEmpty.Name = "showEmpty";
            this.showEmpty.Size = new System.Drawing.Size(180, 22);
            this.showEmpty.Text = "Show Empty";
            this.showEmpty.Click += new System.EventHandler(this.showEmpty_Click);
            // 
            // usedSep
            // 
            this.usedSep.Name = "usedSep";
            this.usedSep.Size = new System.Drawing.Size(177, 6);
            // 
            // openNewTab
            // 
            this.openNewTab.Image = global::renderdocui.Properties.Resources.action_hover;
            this.openNewTab.Name = "openNewTab";
            this.openNewTab.Size = new System.Drawing.Size(180, 22);
            this.openNewTab.Text = "Open new Locked Tab";
            this.openNewTab.Click += new System.EventHandler(this.resourceContextItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
            // 
            // imageInLayoutMenuItem
            // 
            this.imageInLayoutMenuItem.Name = "imageInLayoutMenuItem";
            this.imageInLayoutMenuItem.Size = new System.Drawing.Size(180, 22);
            this.imageInLayoutMenuItem.Text = "Image in layout <X>";
            // 
            // usedStartLabel
            // 
            this.usedStartLabel.Name = "usedStartLabel";
            this.usedStartLabel.Size = new System.Drawing.Size(180, 22);
            this.usedStartLabel.Text = "Used:";
            // 
            // colorDialog
            // 
            this.colorDialog.AnyColor = true;
            // 
            // toolstripMenu
            // 
            this.toolstripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.subresourceStripEnabled,
            this.channelsStripEnabled,
            this.zoomStripEnabled,
            this.rangeStripEnabled,
            this.overlayStripEnabled});
            this.toolstripMenu.Name = "toolstripMenu";
            this.toolstripMenu.Size = new System.Drawing.Size(135, 114);
            // 
            // subresourceStripEnabled
            // 
            this.subresourceStripEnabled.Checked = true;
            this.subresourceStripEnabled.CheckOnClick = true;
            this.subresourceStripEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.subresourceStripEnabled.Name = "subresourceStripEnabled";
            this.subresourceStripEnabled.Size = new System.Drawing.Size(134, 22);
            this.subresourceStripEnabled.Text = "Subresource";
            this.subresourceStripEnabled.CheckedChanged += new System.EventHandler(this.toolstripEnabledChanged);
            // 
            // channelsStripEnabled
            // 
            this.channelsStripEnabled.Checked = true;
            this.channelsStripEnabled.CheckOnClick = true;
            this.channelsStripEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.channelsStripEnabled.Name = "channelsStripEnabled";
            this.channelsStripEnabled.Size = new System.Drawing.Size(134, 22);
            this.channelsStripEnabled.Text = "Channels";
            this.channelsStripEnabled.CheckedChanged += new System.EventHandler(this.toolstripEnabledChanged);
            // 
            // zoomStripEnabled
            // 
            this.zoomStripEnabled.Checked = true;
            this.zoomStripEnabled.CheckOnClick = true;
            this.zoomStripEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.zoomStripEnabled.Name = "zoomStripEnabled";
            this.zoomStripEnabled.Size = new System.Drawing.Size(134, 22);
            this.zoomStripEnabled.Text = "Zoom";
            this.zoomStripEnabled.CheckedChanged += new System.EventHandler(this.toolstripEnabledChanged);
            // 
            // rangeStripEnabled
            // 
            this.rangeStripEnabled.Checked = true;
            this.rangeStripEnabled.CheckOnClick = true;
            this.rangeStripEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.rangeStripEnabled.Name = "rangeStripEnabled";
            this.rangeStripEnabled.Size = new System.Drawing.Size(134, 22);
            this.rangeStripEnabled.Text = "Range";
            this.rangeStripEnabled.CheckedChanged += new System.EventHandler(this.toolstripEnabledChanged);
            // 
            // overlayStripEnabled
            // 
            this.overlayStripEnabled.Checked = true;
            this.overlayStripEnabled.CheckOnClick = true;
            this.overlayStripEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.overlayStripEnabled.Name = "overlayStripEnabled";
            this.overlayStripEnabled.Size = new System.Drawing.Size(134, 22);
            this.overlayStripEnabled.Text = "Overlay";
            this.overlayStripEnabled.CheckedChanged += new System.EventHandler(this.toolstripEnabledChanged);
            // 
            // 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);
            // 
            // miniToolStrip
            // 
            this.miniToolStrip.AutoSize = false;
            this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.miniToolStrip.Location = new System.Drawing.Point(1014, 23);
            this.miniToolStrip.Name = "miniToolStrip";
            this.miniToolStrip.Size = new System.Drawing.Size(1012, 22);
            this.miniToolStrip.TabIndex = 0;
            // 
            // statusLabel
            // 
            this.statusLabel.Font = new System.Drawing.Font("Consolas", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.statusLabel.Name = "statusLabel";
            this.statusLabel.Size = new System.Drawing.Size(84, 15);
            this.statusLabel.Text = "Status Text";
            // 
            // TopToolStripPanel
            // 
            this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.TopToolStripPanel.MinimumSize = new System.Drawing.Size(0, 22);
            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, 22);
            this.TopToolStripPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mainToolstrips_TopToolStripPanel_MouseClick);
            // 
            // 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(1012, 581);
            // 
            // dockPanel
            // 
            this.dockPanel.CloseTabsToLeft = false;
            this.dockPanel.DefaultFloatWindowSize = new System.Drawing.Size(800, 400);
            this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlDark;
            this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
            this.dockPanel.Location = new System.Drawing.Point(3, 84);
            this.dockPanel.Name = "dockPanel";
            this.dockPanel.RaiseTabsOnDragOver = false;
            this.dockPanel.ShowDocumentIcon = true;
            this.dockPanel.Size = new System.Drawing.Size(1093, 90);
            dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
            dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
            autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
            tabGradient1.EndColor = System.Drawing.SystemColors.Control;
            tabGradient1.StartColor = System.Drawing.SystemColors.Control;
            tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
            autoHideStripSkin1.TabGradient = tabGradient1;
            autoHideStripSkin1.TextFont = new System.Drawing.Font("Tahoma", 8.25F);
            dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
            tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
            tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
            tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
            dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
            dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
            dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
            tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
            tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
            tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
            dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
            dockPaneStripSkin1.TextFont = new System.Drawing.Font("Tahoma", 8.25F);
            tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
            tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
            tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
            dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
            tabGradient5.EndColor = System.Drawing.SystemColors.Control;
            tabGradient5.StartColor = System.Drawing.SystemColors.Control;
            tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
            dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
            dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
            dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
            tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
            tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
            tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
            dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
            tabGradient7.EndColor = System.Drawing.Color.Transparent;
            tabGradient7.StartColor = System.Drawing.Color.Transparent;
            tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
            dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
            dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
            dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
            this.dockPanel.Skin = dockPanelSkin1;
            this.dockPanel.TabIndex = 0;
            // 
            // depthstencilPanel
            // 
            this.depthstencilPanel.AutoSize = true;
            this.depthstencilPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.depthstencilPanel.BackColor = System.Drawing.Color.Transparent;
            this.depthstencilPanel.Controls.Add(this.depthDisplay);
            this.depthstencilPanel.Controls.Add(this.stencilDisplay);
            this.depthstencilPanel.Location = new System.Drawing.Point(526, 60);
            this.depthstencilPanel.Name = "depthstencilPanel";
            this.depthstencilPanel.Size = new System.Drawing.Size(115, 19);
            this.depthstencilPanel.TabIndex = 5;
            // 
            // depthDisplay
            // 
            this.depthDisplay.AutoSize = true;
            this.depthDisplay.Checked = true;
            this.depthDisplay.Location = new System.Drawing.Point(1, 1);
            this.depthDisplay.Margin = new System.Windows.Forms.Padding(1);
            this.depthDisplay.Name = "depthDisplay";
            this.depthDisplay.Size = new System.Drawing.Size(54, 17);
            this.depthDisplay.TabIndex = 0;
            this.depthDisplay.TabStop = true;
            this.depthDisplay.Text = "Depth";
            this.depthDisplay.UseVisualStyleBackColor = true;
            this.depthDisplay.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // stencilDisplay
            // 
            this.stencilDisplay.AutoSize = true;
            this.stencilDisplay.Location = new System.Drawing.Point(57, 1);
            this.stencilDisplay.Margin = new System.Windows.Forms.Padding(1);
            this.stencilDisplay.Name = "stencilDisplay";
            this.stencilDisplay.Size = new System.Drawing.Size(57, 17);
            this.stencilDisplay.TabIndex = 1;
            this.stencilDisplay.Text = "Stencil";
            this.stencilDisplay.UseVisualStyleBackColor = true;
            this.stencilDisplay.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // zoomStrip
            // 
            this.zoomStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.zoomStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.zoomStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel4,
            this.zoomExactSize,
            this.fitToWindow,
            this.zoomOption,
            this.flip_y});
            this.zoomStrip.Location = new System.Drawing.Point(0, 50);
            this.zoomStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.zoomStrip.Name = "zoomStrip";
            this.zoomStrip.Size = new System.Drawing.Size(254, 25);
            this.zoomStrip.TabIndex = 2;
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(33, 22);
            this.toolStripLabel4.Text = "Zoom";
            // 
            // zoomExactSize
            // 
            this.zoomExactSize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.zoomExactSize.Image = ((System.Drawing.Image)(resources.GetObject("zoomExactSize.Image")));
            this.zoomExactSize.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.zoomExactSize.Name = "zoomExactSize";
            this.zoomExactSize.Size = new System.Drawing.Size(27, 22);
            this.zoomExactSize.Text = "1:1";
            this.zoomExactSize.Click += new System.EventHandler(this.zoomExactSize_Click);
            // 
            // fitToWindow
            // 
            this.fitToWindow.Checked = true;
            this.fitToWindow.CheckOnClick = true;
            this.fitToWindow.CheckState = System.Windows.Forms.CheckState.Checked;
            this.fitToWindow.Image = global::renderdocui.Properties.Resources.fit_window;
            this.fitToWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.fitToWindow.Name = "fitToWindow";
            this.fitToWindow.Size = new System.Drawing.Size(45, 22);
            this.fitToWindow.Text = "  Fit";
            this.fitToWindow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.fitToWindow.CheckedChanged += new System.EventHandler(this.fitToWindow_CheckedChanged);
            // 
            // zoomOption
            // 
            this.zoomOption.Items.AddRange(new object[] {
            "10%",
            "25%",
            "50%",
            "75%",
            "100%",
            "200%",
            "400%",
            "800%"});
            this.zoomOption.Name = "zoomOption";
            this.zoomOption.Size = new System.Drawing.Size(121, 25);
            this.zoomOption.DropDownClosed += new System.EventHandler(this.zoomOption_DropDownClosed);
            this.zoomOption.SelectedIndexChanged += new System.EventHandler(this.zoomOption_SelectedIndexChanged);
            this.zoomOption.KeyDown += new System.Windows.Forms.KeyEventHandler(this.zoomOption_KeyDown);
            // 
            // flip_y
            // 
            this.flip_y.CheckOnClick = true;
            this.flip_y.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.flip_y.Image = global::renderdocui.Properties.Resources.flip_y;
            this.flip_y.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.flip_y.Name = "flip_y";
            this.flip_y.Size = new System.Drawing.Size(23, 22);
            this.flip_y.Text = "Flip Y";
            this.flip_y.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // overlayStrip
            // 
            this.overlayStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.overlayStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.overlayStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel5,
            this.overlay});
            this.overlayStrip.Location = new System.Drawing.Point(266, 50);
            this.overlayStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.overlayStrip.Name = "overlayStrip";
            this.overlayStrip.Size = new System.Drawing.Size(171, 25);
            this.overlayStrip.TabIndex = 3;
            // 
            // toolStripLabel5
            // 
            this.toolStripLabel5.Name = "toolStripLabel5";
            this.toolStripLabel5.Size = new System.Drawing.Size(45, 22);
            this.toolStripLabel5.Text = "Overlay";
            // 
            // overlay
            // 
            this.overlay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.overlay.Items.AddRange(new object[] {
            "None",
            "Highlight Drawcall",
            "Wireframe Mesh",
            "Depth Test",
            "Stencil Test",
            "Backface Cull",
            "Viewport/Scissor Region",
            "NaN/INF/-ve Display",
            "Clipping",
            "Clear Before Pass",
            "Clear Before Draw",
            "Quad Overdraw (Pass)",
            "Quad Overdraw (Draw)",
            "Triangle Size (Pass)",
            "Triangle Size (Draw)"});
            this.overlay.Name = "overlay";
            this.overlay.Size = new System.Drawing.Size(121, 25);
            this.overlay.SelectedIndexChanged += new System.EventHandler(this.overlay_SelectedIndexChanged);
            // 
            // subStrip
            // 
            this.subStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.subStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.subStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel6,
            subSep,
            this.mipLevelLabel,
            this.mipLevel,
            this.sliceFaceLabel,
            this.sliceFace});
            this.subStrip.Location = new System.Drawing.Point(633, 0);
            this.subStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.subStrip.Name = "subStrip";
            this.subStrip.Size = new System.Drawing.Size(400, 25);
            this.subStrip.TabIndex = 4;
            // 
            // toolStripLabel6
            // 
            this.toolStripLabel6.Name = "toolStripLabel6";
            this.toolStripLabel6.Size = new System.Drawing.Size(67, 22);
            this.toolStripLabel6.Text = "Subresource";
            // 
            // mipLevelLabel
            // 
            this.mipLevelLabel.Name = "mipLevelLabel";
            this.mipLevelLabel.Size = new System.Drawing.Size(23, 22);
            this.mipLevelLabel.Text = "Mip";
            // 
            // mipLevel
            // 
            this.mipLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.mipLevel.Name = "mipLevel";
            this.mipLevel.Size = new System.Drawing.Size(121, 25);
            this.mipLevel.SelectedIndexChanged += new System.EventHandler(this.mipLevel_SelectedIndexChanged);
            // 
            // sliceFaceLabel
            // 
            this.sliceFaceLabel.Name = "sliceFaceLabel";
            this.sliceFaceLabel.Size = new System.Drawing.Size(55, 22);
            this.sliceFaceLabel.Text = "Slice/Face";
            // 
            // sliceFace
            // 
            this.sliceFace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sliceFace.Name = "sliceFace";
            this.sliceFace.Size = new System.Drawing.Size(121, 25);
            this.sliceFace.ToolTipText = "Array Slice or Cubemap Face";
            this.sliceFace.SelectedIndexChanged += new System.EventHandler(this.sliceFace_SelectedIndexChanged);
            // 
            // rangeStrip
            // 
            this.rangeStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.rangeStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.rangeStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel2,
            this.rangeBlack,
            this.rangeWhite,
            this.zoomRange,
            this.autoFit,
            this.reset01,
            this.visualiseRange});
            this.rangeStrip.Location = new System.Drawing.Point(449, 50);
            this.rangeStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.rangeStrip.Name = "rangeStrip";
            this.rangeStrip.Size = new System.Drawing.Size(337, 25);
            this.rangeStrip.TabIndex = 0;
            // 
            // rangeBlack
            // 
            this.rangeBlack.Name = "rangeBlack";
            this.rangeBlack.Size = new System.Drawing.Size(100, 25);
            this.rangeBlack.Text = "0.0";
            this.rangeBlack.Leave += new System.EventHandler(this.rangePoint_Leave);
            this.rangeBlack.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rangePoint_KeyPress);
            this.rangeBlack.TextChanged += new System.EventHandler(this.rangePoint_Changed);
            // 
            // rangeWhite
            // 
            this.rangeWhite.Name = "rangeWhite";
            this.rangeWhite.Size = new System.Drawing.Size(100, 25);
            this.rangeWhite.Text = "1.0";
            this.rangeWhite.Leave += new System.EventHandler(this.rangePoint_Leave);
            this.rangeWhite.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rangePoint_KeyPress);
            this.rangeWhite.TextChanged += new System.EventHandler(this.rangePoint_Changed);
            // 
            // zoomRange
            // 
            this.zoomRange.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.zoomRange.Image = global::renderdocui.Properties.Resources.zoom;
            this.zoomRange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.zoomRange.Name = "zoomRange";
            this.zoomRange.Size = new System.Drawing.Size(23, 22);
            this.zoomRange.Text = "Zoom Range";
            this.zoomRange.Click += new System.EventHandler(this.zoomRange_Click);
            // 
            // autoFit
            // 
            this.autoFit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.autoFit.Image = global::renderdocui.Properties.Resources.wand;
            this.autoFit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.autoFit.Name = "autoFit";
            this.autoFit.Size = new System.Drawing.Size(23, 22);
            this.autoFit.Text = "Auto Fit";
            this.autoFit.Click += new System.EventHandler(this.autoFit_Click);
            this.autoFit.MouseDown += new System.Windows.Forms.MouseEventHandler(this.autoFit_MouseDown);
            // 
            // reset01
            // 
            this.reset01.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.reset01.Image = global::renderdocui.Properties.Resources.arrow_undo;
            this.reset01.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.reset01.Name = "reset01";
            this.reset01.Size = new System.Drawing.Size(23, 22);
            this.reset01.Text = "Reset to [0, 1]";
            this.reset01.Click += new System.EventHandler(this.reset01_Click);
            // 
            // visualiseRange
            // 
            this.visualiseRange.CheckOnClick = true;
            this.visualiseRange.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.visualiseRange.Image = global::renderdocui.Properties.Resources.chart_curve;
            this.visualiseRange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.visualiseRange.Name = "visualiseRange";
            this.visualiseRange.Size = new System.Drawing.Size(23, 22);
            this.visualiseRange.Text = "Visualise Range";
            this.visualiseRange.CheckedChanged += new System.EventHandler(this.visualiseRange_CheckedChanged);
            // 
            // channelStrip
            // 
            this.channelStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.channelStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.channelStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel3,
            this.channels,
            this.toolStripSeparator3,
            this.customRed,
            this.customGreen,
            this.customBlue,
            this.customAlpha,
            this.mulSep,
            this.mulLabel,
            this.hdrMul,
            this.customShader,
            this.customCreate,
            this.customEdit,
            this.customDelete,
            this.backcolorPick,
            this.checkerBack,
            this.gammaSeparator,
            this.gammaDisplay});
            this.channelStrip.Location = new System.Drawing.Point(0, 0);
            this.channelStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.channelStrip.Name = "channelStrip";
            this.channelStrip.Size = new System.Drawing.Size(621, 25);
            this.channelStrip.TabIndex = 1;
            // 
            // channels
            // 
            this.channels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.channels.Items.AddRange(new object[] {
            "RGBA",
            "RGBM",
            "Custom"});
            this.channels.Name = "channels";
            this.channels.Size = new System.Drawing.Size(121, 25);
            this.channels.SelectedIndexChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // customRed
            // 
            this.customRed.Checked = true;
            this.customRed.CheckOnClick = true;
            this.customRed.CheckState = System.Windows.Forms.CheckState.Checked;
            this.customRed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.customRed.Image = ((System.Drawing.Image)(resources.GetObject("customRed.Image")));
            this.customRed.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customRed.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
            this.customRed.Name = "customRed";
            this.customRed.Size = new System.Drawing.Size(23, 22);
            this.customRed.Text = "R";
            this.customRed.ToolTipText = "Show Red (Right click to toggle solo)";
            this.customRed.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            this.customRed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.channelButton_MouseDown);
            // 
            // customGreen
            // 
            this.customGreen.Checked = true;
            this.customGreen.CheckOnClick = true;
            this.customGreen.CheckState = System.Windows.Forms.CheckState.Checked;
            this.customGreen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.customGreen.Image = ((System.Drawing.Image)(resources.GetObject("customGreen.Image")));
            this.customGreen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customGreen.Name = "customGreen";
            this.customGreen.Size = new System.Drawing.Size(23, 22);
            this.customGreen.Text = "G";
            this.customGreen.ToolTipText = "Show Green (Right click to toggle solo)";
            this.customGreen.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            this.customGreen.MouseDown += new System.Windows.Forms.MouseEventHandler(this.channelButton_MouseDown);
            // 
            // customBlue
            // 
            this.customBlue.Checked = true;
            this.customBlue.CheckOnClick = true;
            this.customBlue.CheckState = System.Windows.Forms.CheckState.Checked;
            this.customBlue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.customBlue.Image = ((System.Drawing.Image)(resources.GetObject("customBlue.Image")));
            this.customBlue.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customBlue.Name = "customBlue";
            this.customBlue.Size = new System.Drawing.Size(23, 22);
            this.customBlue.Text = "B";
            this.customBlue.ToolTipText = "Show Blue (Right click to toggle solo)";
            this.customBlue.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            this.customBlue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.channelButton_MouseDown);
            // 
            // customAlpha
            // 
            this.customAlpha.CheckOnClick = true;
            this.customAlpha.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.customAlpha.Image = ((System.Drawing.Image)(resources.GetObject("customAlpha.Image")));
            this.customAlpha.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customAlpha.Name = "customAlpha";
            this.customAlpha.Size = new System.Drawing.Size(23, 22);
            this.customAlpha.Text = "A";
            this.customAlpha.ToolTipText = "Show Alpha (Right click to toggle solo)";
            this.customAlpha.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            this.customAlpha.MouseDown += new System.Windows.Forms.MouseEventHandler(this.channelButton_MouseDown);
            // 
            // mulSep
            // 
            this.mulSep.Name = "mulSep";
            this.mulSep.Size = new System.Drawing.Size(6, 25);
            // 
            // mulLabel
            // 
            this.mulLabel.Name = "mulLabel";
            this.mulLabel.Size = new System.Drawing.Size(27, 22);
            this.mulLabel.Text = "Mul:";
            // 
            // hdrMul
            // 
            this.hdrMul.AutoSize = false;
            this.hdrMul.DropDownWidth = 40;
            this.hdrMul.Items.AddRange(new object[] {
            "2",
            "4",
            "8",
            "16",
            "32",
            "128"});
            this.hdrMul.Name = "hdrMul";
            this.hdrMul.Size = new System.Drawing.Size(40, 21);
            this.hdrMul.Text = "32";
            this.hdrMul.ToolTipText = "RGBM Multiplier";
            this.hdrMul.TextChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // customShader
            // 
            this.customShader.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.customShader.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.customShader.Name = "customShader";
            this.customShader.Size = new System.Drawing.Size(121, 25);
            this.customShader.SelectedIndexChanged += new System.EventHandler(this.updateChannelsHandler);
            this.customShader.TextUpdate += new System.EventHandler(this.updateChannelsHandler);
            // 
            // customCreate
            // 
            this.customCreate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.customCreate.Image = global::renderdocui.Properties.Resources.add;
            this.customCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customCreate.Name = "customCreate";
            this.customCreate.Size = new System.Drawing.Size(23, 22);
            this.customCreate.Text = "Create New Custom Shader";
            this.customCreate.Click += new System.EventHandler(this.customCreate_Click);
            // 
            // customEdit
            // 
            this.customEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.customEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.customEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customEdit.Name = "customEdit";
            this.customEdit.Size = new System.Drawing.Size(23, 22);
            this.customEdit.Text = "Edit Selected Shader";
            this.customEdit.Click += new System.EventHandler(this.customEdit_Click);
            // 
            // customDelete
            // 
            this.customDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.customDelete.Image = global::renderdocui.Properties.Resources.delete;
            this.customDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.customDelete.Name = "customDelete";
            this.customDelete.Size = new System.Drawing.Size(23, 22);
            this.customDelete.Text = "Delete Custom Shader";
            this.customDelete.Click += new System.EventHandler(this.customDelete_Click);
            // 
            // backcolorPick
            // 
            this.backcolorPick.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.backcolorPick.Image = global::renderdocui.Properties.Resources.color_wheel;
            this.backcolorPick.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.backcolorPick.Name = "backcolorPick";
            this.backcolorPick.Size = new System.Drawing.Size(23, 22);
            this.backcolorPick.ToolTipText = "Alpha: Pick Solid Background Color";
            this.backcolorPick.Click += new System.EventHandler(this.backcolorPick_Click);
            // 
            // checkerBack
            // 
            this.checkerBack.Checked = true;
            this.checkerBack.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkerBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.checkerBack.Image = global::renderdocui.Properties.Resources.crosshatch;
            this.checkerBack.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.checkerBack.Name = "checkerBack";
            this.checkerBack.Size = new System.Drawing.Size(23, 22);
            this.checkerBack.ToolTipText = "Alpha: Show Checkerboard Background";
            this.checkerBack.Click += new System.EventHandler(this.checkerBack_Click);
            // 
            // gammaSeparator
            // 
            this.gammaSeparator.Name = "gammaSeparator";
            this.gammaSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // gammaDisplay
            // 
            this.gammaDisplay.Checked = true;
            this.gammaDisplay.CheckOnClick = true;
            this.gammaDisplay.CheckState = System.Windows.Forms.CheckState.Checked;
            this.gammaDisplay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.gammaDisplay.Image = ((System.Drawing.Image)(resources.GetObject("gammaDisplay.Image")));
            this.gammaDisplay.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.gammaDisplay.Name = "gammaDisplay";
            this.gammaDisplay.Size = new System.Drawing.Size(23, 22);
            this.gammaDisplay.Text = "γ";
            this.gammaDisplay.ToolTipText = "Override display of linear data in gamma space\r\n\r\nSee FAQ on \"Gamma display of li" +
    "near data\"";
            this.gammaDisplay.CheckedChanged += new System.EventHandler(this.updateChannelsHandler);
            // 
            // statusbar
            // 
            this.statusbar.Dock = System.Windows.Forms.DockStyle.None;
            this.statusbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.texStatusDim,
            this.hoverSwatch,
            this.statusLabel});
            this.statusbar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.statusbar.Location = new System.Drawing.Point(0, 0);
            this.statusbar.Name = "statusbar";
            this.statusbar.Size = new System.Drawing.Size(420, 20);
            this.statusbar.SizingGrip = false;
            this.statusbar.TabIndex = 0;
            // 
            // texStatusDim
            // 
            this.texStatusDim.Font = new System.Drawing.Font("Consolas", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.texStatusDim.Name = "texStatusDim";
            this.texStatusDim.Size = new System.Drawing.Size(91, 15);
            this.texStatusDim.Text = "texStatusDim";
            // 
            // hoverSwatch
            // 
            this.hoverSwatch.BackColor = System.Drawing.Color.Black;
            this.hoverSwatch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.hoverSwatch.Name = "hoverSwatch";
            this.hoverSwatch.Size = new System.Drawing.Size(31, 13);
            this.hoverSwatch.Text = "        ";
            // 
            // mainLayout
            // 
            this.mainLayout.ColumnCount = 1;
            this.mainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainLayout.Controls.Add(this.toolstripsPanel, 0, 0);
            this.mainLayout.Controls.Add(this.dockPanel, 0, 1);
            this.mainLayout.Location = new System.Drawing.Point(0, 0);
            this.mainLayout.Name = "mainLayout";
            this.mainLayout.RowCount = 2;
            this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainLayout.Size = new System.Drawing.Size(1099, 177);
            this.mainLayout.TabIndex = 7;
            // 
            // toolstripsPanel
            // 
            this.toolstripsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.toolstripsPanel.AutoSize = true;
            this.toolstripsPanel.Controls.Add(this.channelStrip);
            this.toolstripsPanel.Controls.Add(this.subStrip);
            this.toolstripsPanel.Controls.Add(this.actionsStrip);
            this.toolstripsPanel.Controls.Add(this.zoomStrip);
            this.toolstripsPanel.Controls.Add(this.overlayStrip);
            this.toolstripsPanel.Controls.Add(this.rangeStrip);
            this.toolstripsPanel.Location = new System.Drawing.Point(3, 3);
            this.toolstripsPanel.Name = "toolstripsPanel";
            this.toolstripsPanel.Size = new System.Drawing.Size(1093, 75);
            this.toolstripsPanel.TabIndex = 0;
            // 
            // actionsStrip
            // 
            this.actionsStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.toolstripsPanel.SetFlowBreak(this.actionsStrip, true);
            this.actionsStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.actionsStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.saveTex,
            this.texListShow,
            this.viewTexBuffer,
            this.gotoLocationButton});
            this.actionsStrip.Location = new System.Drawing.Point(0, 25);
            this.actionsStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.actionsStrip.Name = "actionsStrip";
            this.actionsStrip.Size = new System.Drawing.Size(168, 25);
            this.actionsStrip.TabIndex = 8;
            this.actionsStrip.Text = "toolStrip1";
            // 
            // saveTex
            // 
            this.saveTex.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveTex.Image = global::renderdocui.Properties.Resources.save;
            this.saveTex.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveTex.Name = "saveTex";
            this.saveTex.Size = new System.Drawing.Size(23, 22);
            this.saveTex.Text = "Save Selected Texture";
            this.saveTex.Click += new System.EventHandler(this.saveTex_Click);
            // 
            // texListShow
            // 
            this.texListShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.texListShow.Image = global::renderdocui.Properties.Resources.page_white_link;
            this.texListShow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.texListShow.Name = "texListShow";
            this.texListShow.Size = new System.Drawing.Size(23, 22);
            this.texListShow.Text = "Open Texture List";
            this.texListShow.Click += new System.EventHandler(this.texListShow_Click);
            // 
            // viewTexBuffer
            // 
            this.viewTexBuffer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.viewTexBuffer.Image = global::renderdocui.Properties.Resources.page_white_code;
            this.viewTexBuffer.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewTexBuffer.Name = "viewTexBuffer";
            this.viewTexBuffer.Size = new System.Drawing.Size(23, 22);
            this.viewTexBuffer.Text = "Open Texture as Buffer";
            this.viewTexBuffer.Click += new System.EventHandler(this.viewTexBuffer_Click);
            // 
            // texlistContainer
            // 
            this.texlistContainer.ColumnCount = 2;
            this.texlistContainer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.texlistContainer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.texlistContainer.Controls.Add(this.textureList, 0, 2);
            this.texlistContainer.Controls.Add(this.texturefilter, 0, 1);
            this.texlistContainer.Controls.Add(this.label1, 0, 0);
            this.texlistContainer.Controls.Add(this.clearTexFilter, 1, 1);
            this.texlistContainer.Location = new System.Drawing.Point(41, 183);
            this.texlistContainer.Name = "texlistContainer";
            this.texlistContainer.RowCount = 3;
            this.texlistContainer.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.texlistContainer.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.texlistContainer.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.texlistContainer.Size = new System.Drawing.Size(136, 260);
            this.texlistContainer.TabIndex = 1;
            // 
            // textureList
            // 
            this.texlistContainer.SetColumnSpan(this.textureList, 2);
            this.textureList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textureList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.textureList.IntegralHeight = false;
            this.textureList.ItemHeight = 16;
            this.textureList.Location = new System.Drawing.Point(3, 50);
            this.textureList.Name = "textureList";
            this.textureList.SelectionMode = System.Windows.Forms.SelectionMode.None;
            this.textureList.Size = new System.Drawing.Size(130, 207);
            this.textureList.TabIndex = 0;
            this.textureList.MouseUp += new System.Windows.Forms.MouseEventHandler(this.textureList_MouseUp);
            // 
            // texturefilter
            // 
            this.texturefilter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.texturefilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.texturefilter.FormattingEnabled = true;
            this.texturefilter.Items.AddRange(new object[] {
            "",
            "Render Targets",
            "Textures"});
            this.texturefilter.Location = new System.Drawing.Point(3, 21);
            this.texturefilter.Name = "texturefilter";
            this.texturefilter.Size = new System.Drawing.Size(102, 21);
            this.texturefilter.TabIndex = 1;
            this.texturefilter.TextChanged += new System.EventHandler(this.texturefilter_TextChanged);
            this.texturefilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.texturefilter_KeyDown);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.texlistContainer.SetColumnSpan(this.label1, 2);
            this.label1.Location = new System.Drawing.Point(3, 0);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.label1.Size = new System.Drawing.Size(126, 18);
            this.label1.TabIndex = 2;
            this.label1.Text = "Open a new Locked Tab";
            // 
            // clearTexFilter
            // 
            this.clearTexFilter.FlatAppearance.BorderSize = 0;
            this.clearTexFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.clearTexFilter.Image = global::renderdocui.Properties.Resources.red_x_16;
            this.clearTexFilter.Location = new System.Drawing.Point(111, 21);
            this.clearTexFilter.Name = "clearTexFilter";
            this.clearTexFilter.Size = new System.Drawing.Size(22, 23);
            this.clearTexFilter.TabIndex = 3;
            this.clearTexFilter.UseVisualStyleBackColor = true;
            this.clearTexFilter.Click += new System.EventHandler(this.clearTexFilter_Click);
            // 
            // renderToolstripContainer
            // 
            // 
            // renderToolstripContainer.BottomToolStripPanel
            // 
            this.renderToolstripContainer.BottomToolStripPanel.Controls.Add(this.statusbar);
            // 
            // renderToolstripContainer.ContentPanel
            // 
            this.renderToolstripContainer.ContentPanel.Controls.Add(this.renderScrollTable);
            this.renderToolstripContainer.ContentPanel.Size = new System.Drawing.Size(420, 246);
            this.renderToolstripContainer.LeftToolStripPanelVisible = false;
            this.renderToolstripContainer.Location = new System.Drawing.Point(299, 87);
            this.renderToolstripContainer.Name = "renderToolstripContainer";
            this.renderToolstripContainer.RightToolStripPanelVisible = false;
            this.renderToolstripContainer.Size = new System.Drawing.Size(420, 266);
            this.renderToolstripContainer.TabIndex = 10;
            this.renderToolstripContainer.Text = "toolStripContainer1";
            this.renderToolstripContainer.TopToolStripPanelVisible = false;
            // 
            // renderScrollTable
            // 
            this.renderScrollTable.ColumnCount = 2;
            this.renderScrollTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.renderScrollTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.renderScrollTable.Controls.Add(this.renderContainer, 0, 0);
            this.renderScrollTable.Controls.Add(this.renderVScroll, 1, 0);
            this.renderScrollTable.Controls.Add(this.renderHScroll, 0, 1);
            this.renderScrollTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.renderScrollTable.Location = new System.Drawing.Point(0, 0);
            this.renderScrollTable.Margin = new System.Windows.Forms.Padding(0);
            this.renderScrollTable.Name = "renderScrollTable";
            this.renderScrollTable.RowCount = 2;
            this.renderScrollTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.renderScrollTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.renderScrollTable.Size = new System.Drawing.Size(420, 246);
            this.renderScrollTable.TabIndex = 2;
            // 
            // renderContainer
            // 
            this.renderContainer.BackColor = System.Drawing.Color.Transparent;
            this.renderContainer.Controls.Add(this.render);
            this.renderContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.renderContainer.Location = new System.Drawing.Point(0, 0);
            this.renderContainer.Margin = new System.Windows.Forms.Padding(0);
            this.renderContainer.Name = "renderContainer";
            this.renderContainer.Size = new System.Drawing.Size(404, 230);
            this.renderContainer.TabIndex = 1;
            // 
            // render
            // 
            this.render.Name = "render_SETUP_AT_RUNTIME_SEE_CODE";
            // 
            // renderVScroll
            // 
            this.renderVScroll.Dock = System.Windows.Forms.DockStyle.Right;
            this.renderVScroll.Enabled = false;
            this.renderVScroll.Location = new System.Drawing.Point(404, 0);
            this.renderVScroll.Name = "renderVScroll";
            this.renderVScroll.Size = new System.Drawing.Size(16, 230);
            this.renderVScroll.TabIndex = 2;
            this.renderVScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.renderVScroll_Scroll);
            // 
            // renderHScroll
            // 
            this.renderHScroll.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.renderHScroll.Enabled = false;
            this.renderHScroll.Location = new System.Drawing.Point(0, 230);
            this.renderHScroll.Name = "renderHScroll";
            this.renderHScroll.Size = new System.Drawing.Size(404, 16);
            this.renderHScroll.TabIndex = 3;
            this.renderHScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.renderHScroll_Scroll);
            // 
            // pixelContextPanel
            // 
            this.pixelContextPanel.ColumnCount = 2;
            this.pixelContextPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelContextPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelContextPanel.Controls.Add(this.pixelContext, 0, 0);
            this.pixelContextPanel.Controls.Add(this.debugPixelContext, 1, 1);
            this.pixelContextPanel.Controls.Add(this.pixelHistory, 0, 1);
            this.pixelContextPanel.Location = new System.Drawing.Point(780, 258);
            this.pixelContextPanel.Name = "pixelContextPanel";
            this.pixelContextPanel.RowCount = 2;
            this.pixelContextPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.pixelContextPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.pixelContextPanel.Size = new System.Drawing.Size(215, 156);
            this.pixelContextPanel.TabIndex = 11;
            // 
            // pixelContext
            // 
            this.pixelContext.Name = "pixelContext_SETUP_AT_RUNTIME_SEE_CODE";
            // 
            // debugPixelContext
            // 
            this.debugPixelContext.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.debugPixelContext.AutoSize = true;
            this.debugPixelContext.Location = new System.Drawing.Point(136, 130);
            this.debugPixelContext.Name = "debugPixelContext";
            this.debugPixelContext.Size = new System.Drawing.Size(49, 23);
            this.debugPixelContext.TabIndex = 7;
            this.debugPixelContext.Text = "Debug";
            this.toolTip.SetToolTip(this.debugPixelContext, "Debug this pixel");
            this.debugPixelContext.UseVisualStyleBackColor = true;
            this.debugPixelContext.Click += new System.EventHandler(this.debugPixel_Click);
            // 
            // pixelHistory
            // 
            this.pixelHistory.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.pixelHistory.Location = new System.Drawing.Point(29, 130);
            this.pixelHistory.Name = "pixelHistory";
            this.pixelHistory.Size = new System.Drawing.Size(48, 23);
            this.pixelHistory.TabIndex = 8;
            this.pixelHistory.Text = "History";
            this.toolTip.SetToolTip(this.pixelHistory, "Show history for this pixel");
            this.pixelHistory.UseVisualStyleBackColor = true;
            this.pixelHistory.Click += new System.EventHandler(this.pixelHistory_Click);
            // 
            // tabContextMenu
            // 
            this.tabContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.closeTab,
            this.closeOtherTabs,
            this.closeTabsToRight});
            this.tabContextMenu.Name = "tabContextMenu";
            this.tabContextMenu.Size = new System.Drawing.Size(163, 70);
            this.tabContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.tabContextMenu_Opening);
            // 
            // closeTab
            // 
            this.closeTab.Name = "closeTab";
            this.closeTab.Size = new System.Drawing.Size(162, 22);
            this.closeTab.Text = "Close tab";
            this.closeTab.Click += new System.EventHandler(this.closeTab_Click);
            // 
            // closeOtherTabs
            // 
            this.closeOtherTabs.Name = "closeOtherTabs";
            this.closeOtherTabs.Size = new System.Drawing.Size(162, 22);
            this.closeOtherTabs.Text = "Close other tabs";
            this.closeOtherTabs.Click += new System.EventHandler(this.closeOtherTabs_Click);
            // 
            // closeTabsToRight
            // 
            this.closeTabsToRight.Name = "closeTabsToRight";
            this.closeTabsToRight.Size = new System.Drawing.Size(162, 22);
            this.closeTabsToRight.Text = "Close tabs to right";
            this.closeTabsToRight.Click += new System.EventHandler(this.closeTabsToRight_Click);
            // 
            // roPanel
            // 
            this.roPanel.AutoScroll = true;
            this.roPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.roPanel.Location = new System.Drawing.Point(461, 373);
            this.roPanel.Margin = new System.Windows.Forms.Padding(0);
            this.roPanel.MinimumSize = new System.Drawing.Size(2, 60);
            this.roPanel.Name = "roPanel";
            this.roPanel.Padding = new System.Windows.Forms.Padding(3);
            this.roPanel.Size = new System.Drawing.Size(200, 60);
            this.roPanel.TabIndex = 3;
            this.roPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.thumbsLayout_MouseClick);
            // 
            // rwPanel
            // 
            this.rwPanel.AutoScroll = true;
            this.rwPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.rwPanel.Location = new System.Drawing.Point(242, 373);
            this.rwPanel.Margin = new System.Windows.Forms.Padding(0);
            this.rwPanel.MinimumSize = new System.Drawing.Size(2, 60);
            this.rwPanel.Name = "rwPanel";
            this.rwPanel.Size = new System.Drawing.Size(200, 60);
            this.rwPanel.TabIndex = 2;
            this.rwPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.thumbsLayout_MouseClick);
            // 
            // rangeHistogram
            // 
            this.rangeHistogram.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.rangeHistogram.BlackPoint = 0F;
            this.rangeHistogram.HistogramData = null;
            this.rangeHistogram.Location = new System.Drawing.Point(795, 183);
            this.rangeHistogram.MinimumSize = new System.Drawing.Size(200, 20);
            this.rangeHistogram.MinRangeSize = 1E-06F;
            this.rangeHistogram.Name = "rangeHistogram";
            this.rangeHistogram.Size = new System.Drawing.Size(200, 20);
            this.rangeHistogram.TabIndex = 2;
            this.rangeHistogram.WhitePoint = 1F;
            // 
            // pixelContextMenu
            // 
            this.pixelContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.highlightedPixelHistoryToolStripMenuItem,
            this.highlightedPixelDebugToolStripMenuItem});
            this.pixelContextMenu.Name = "pixelContextMenu";
            this.pixelContextMenu.Size = new System.Drawing.Size(190, 48);
            // 
            // highlightedPixelHistoryToolStripMenuItem
            // 
            this.highlightedPixelHistoryToolStripMenuItem.Name = "highlightedPixelHistoryToolStripMenuItem";
            this.highlightedPixelHistoryToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
            this.highlightedPixelHistoryToolStripMenuItem.Text = "Highlighted Pixel &History";
            this.highlightedPixelHistoryToolStripMenuItem.Click += new System.EventHandler(this.pixelHistory_Click);
            // 
            // highlightedPixelDebugToolStripMenuItem
            // 
            this.highlightedPixelDebugToolStripMenuItem.Name = "highlightedPixelDebugToolStripMenuItem";
            this.highlightedPixelDebugToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
            this.highlightedPixelDebugToolStripMenuItem.Text = "Highlighted Pixel &Debug";
            this.highlightedPixelDebugToolStripMenuItem.Click += new System.EventHandler(this.debugPixel_Click);
            // 
            // gotoLocationButton
            // 
            this.gotoLocationButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.gotoLocationButton.Image = global::renderdocui.Properties.Resources.find;
            this.gotoLocationButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.gotoLocationButton.Name = "gotoLocationButton";
            this.gotoLocationButton.Size = new System.Drawing.Size(23, 22);
            this.gotoLocationButton.Text = "Goto";
            this.gotoLocationButton.Click += new System.EventHandler(this.gotoLocationButton_Click);
            // 
            // TextureViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1128, 492);
            this.Controls.Add(this.texlistContainer);
            this.Controls.Add(this.roPanel);
            this.Controls.Add(this.rwPanel);
            this.Controls.Add(this.pixelContextPanel);
            this.Controls.Add(this.renderToolstripContainer);
            this.Controls.Add(this.rangeHistogram);
            this.Controls.Add(this.depthstencilPanel);
            this.Controls.Add(this.mainLayout);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "TextureViewer";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
            this.Text = "Texture Viewer";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TextureViewer_FormClosed);
            this.Load += new System.EventHandler(this.TextureViewer_Load);
            this.Resize += new System.EventHandler(this.TextureViewer_Resize);
            this.rightclickMenu.ResumeLayout(false);
            this.toolstripMenu.ResumeLayout(false);
            this.depthstencilPanel.ResumeLayout(false);
            this.depthstencilPanel.PerformLayout();
            this.zoomStrip.ResumeLayout(false);
            this.zoomStrip.PerformLayout();
            this.overlayStrip.ResumeLayout(false);
            this.overlayStrip.PerformLayout();
            this.subStrip.ResumeLayout(false);
            this.subStrip.PerformLayout();
            this.rangeStrip.ResumeLayout(false);
            this.rangeStrip.PerformLayout();
            this.channelStrip.ResumeLayout(false);
            this.channelStrip.PerformLayout();
            this.statusbar.ResumeLayout(false);
            this.statusbar.PerformLayout();
            this.mainLayout.ResumeLayout(false);
            this.mainLayout.PerformLayout();
            this.toolstripsPanel.ResumeLayout(false);
            this.toolstripsPanel.PerformLayout();
            this.actionsStrip.ResumeLayout(false);
            this.actionsStrip.PerformLayout();
            this.texlistContainer.ResumeLayout(false);
            this.texlistContainer.PerformLayout();
            this.renderToolstripContainer.BottomToolStripPanel.ResumeLayout(false);
            this.renderToolstripContainer.BottomToolStripPanel.PerformLayout();
            this.renderToolstripContainer.ContentPanel.ResumeLayout(false);
            this.renderToolstripContainer.ResumeLayout(false);
            this.renderToolstripContainer.PerformLayout();
            this.renderScrollTable.ResumeLayout(false);
            this.renderContainer.ResumeLayout(false);
            this.pixelContextPanel.ResumeLayout(false);
            this.pixelContextPanel.PerformLayout();
            this.tabContextMenu.ResumeLayout(false);
            this.pixelContextMenu.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 8
0
		private void InitializeComponent()
		{
		    this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(ChartToolStrip));
			this.tsbCursor = new System.Windows.Forms.ToolStripButton();
			this.tsbCrosshair = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbZoomIn = new System.Windows.Forms.ToolStripButton();
			this.tsbZoomOut = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbLinear = new System.Windows.Forms.ToolStripButton();
			this.tsbLog = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbTrailing = new System.Windows.Forms.ToolStripButton();
			this.tsbFixed = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbCandle = new System.Windows.Forms.ToolStripButton();
			this.tsbBar = new System.Windows.Forms.ToolStripButton();
			this.tsbLine = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbDay = new System.Windows.Forms.ToolStripButton();
			this.tsbWeek = new System.Windows.Forms.ToolStripButton();
			this.tsbMonth = new System.Windows.Forms.ToolStripButton();
			this.tsbYear = new System.Windows.Forms.ToolStripButton();
			this.tsbTimeFrame = new System.Windows.Forms.ToolStripDropDownButton();
			this.dailyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.weeklyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.monthlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.annualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.tsbTemplate = new System.Windows.Forms.ToolStripDropDownButton();
			this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.emptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.defaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
			this.setAsDefaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.SuspendLayout();
			this.tsbCursor.Checked = true;
			this.tsbCursor.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCursor.Image = (Image)componentResourceManager.GetObject("tsbCursor.Image");
			this.tsbCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCursor.Name = "tsbCursor";
			this.tsbCursor.Size = new System.Drawing.Size(23, 22);
			this.tsbCursor.ToolTipText = "Cursor";
			this.tsbCursor.Click += new System.EventHandler(this.tsbCursor_Click);
			this.tsbCrosshair.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCrosshair.Image = (Image)componentResourceManager.GetObject("tsbCrosshair.Image");
			this.tsbCrosshair.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCrosshair.Name = "tsbCrosshair";
			this.tsbCrosshair.Size = new System.Drawing.Size(23, 22);
			this.tsbCrosshair.Text = "Crosshair";
			this.tsbCrosshair.Click += new System.EventHandler(this.tsbCrosshair_Click);
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			this.tsbZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbZoomIn.Image = (Image)componentResourceManager.GetObject("tsbZoomIn.Image");
			this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomIn.Name = "tsbZoomIn";
			this.tsbZoomIn.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomIn.Text = "Zoom In";
			this.tsbZoomIn.Click += new System.EventHandler(this.tsbZoomIn_Click);
			this.tsbZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbZoomOut.Image = (Image)componentResourceManager.GetObject("tsbZoomOut.Image");
			this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomOut.Name = "tsbZoomOut";
			this.tsbZoomOut.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomOut.Text = "Zoom Out";
			this.tsbZoomOut.Click += new System.EventHandler(this.tsbZoomOut_Click);
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			this.tsbLinear.Checked = true;
			this.tsbLinear.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbLinear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLinear.Image = (Image)componentResourceManager.GetObject("tsbLinear.Image");
			this.tsbLinear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLinear.Name = "tsbLinear";
			this.tsbLinear.Size = new System.Drawing.Size(23, 22);
			this.tsbLinear.Text = "Linear Scale";
			this.tsbLinear.Click += new System.EventHandler(this.tsbLinear_Click);
			this.tsbLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLog.Image = (Image)componentResourceManager.GetObject("tsbLog.Image");
			this.tsbLog.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLog.Name = "tsbLog";
			this.tsbLog.Size = new System.Drawing.Size(23, 22);
			this.tsbLog.Text = "Log Scale";
			this.tsbLog.Click += new System.EventHandler(this.tsbLog_Click);
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			this.tsbTrailing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbTrailing.Image = (Image)componentResourceManager.GetObject("tsbTrailing.Image");
			this.tsbTrailing.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTrailing.Name = "tsbTrailing";
			this.tsbTrailing.Size = new System.Drawing.Size(23, 22);
			this.tsbTrailing.Text = "toolStripButton1";
			this.tsbTrailing.ToolTipText = "Trailing Mode";
			this.tsbTrailing.Click += new System.EventHandler(this.tsbTrailing_Click);
			this.tsbFixed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbFixed.Image = (Image)componentResourceManager.GetObject("tsbFixed.Image");
			this.tsbFixed.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbFixed.Name = "tsbFixed";
			this.tsbFixed.Size = new System.Drawing.Size(23, 22);
			this.tsbFixed.Text = "toolStripButton2";
			this.tsbFixed.ToolTipText = "Fixed Mode";
			this.tsbFixed.Click += new System.EventHandler(this.tsbFixed_Click);
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
			this.tsbCandle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbCandle.Image = (Image)componentResourceManager.GetObject("tsbCandle.Image");
			this.tsbCandle.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCandle.Name = "tsbCandle";
			this.tsbCandle.Size = new System.Drawing.Size(23, 22);
			this.tsbCandle.Text = "toolStripButton1";
			this.tsbCandle.ToolTipText = "Candle";
			this.tsbCandle.Click += new System.EventHandler(this.tsbCandle_Click);
			this.tsbBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//	this.tsbBar.Image = (Image)componentResourceManager.GetObject("tsbBar.Image");
			this.tsbBar.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbBar.Name = "tsbBar";
			this.tsbBar.Size = new System.Drawing.Size(23, 22);
			this.tsbBar.Text = "toolStripButton2";
			this.tsbBar.ToolTipText = "Bar";
			this.tsbBar.Click += new System.EventHandler(this.tsbBar_Click);
			this.tsbLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbLine.Image = (Image)componentResourceManager.GetObject("tsbLine.Image");
			this.tsbLine.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLine.Name = "tsbLine";
			this.tsbLine.Size = new System.Drawing.Size(23, 22);
			this.tsbLine.Text = "toolStripButton3";
			this.tsbLine.ToolTipText = "Line";
			this.tsbLine.Click += new System.EventHandler(this.tsbLine_Click);
			this.toolStripSeparator5.Name = "toolStripSeparator5";
			this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
			this.tsbDay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbDay.Image = (Image)componentResourceManager.GetObject("tsbDay.Image");
			this.tsbDay.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbDay.Name = "tsbDay";
			this.tsbDay.Size = new System.Drawing.Size(23, 22);
			this.tsbDay.Text = "Daily";
			this.tsbDay.Visible = false;
			this.tsbDay.Click += new System.EventHandler(this.tsbDay_Click);
			this.tsbWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbWeek.Image = (Image)componentResourceManager.GetObject("tsbWeek.Image");
			this.tsbWeek.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbWeek.Name = "tsbWeek";
			this.tsbWeek.Size = new System.Drawing.Size(23, 22);
			this.tsbWeek.Text = "Weekly";
			this.tsbWeek.Visible = false;
			this.tsbWeek.Click += new System.EventHandler(this.tsbWeek_Click);
			this.tsbMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbMonth.Image = (Image)componentResourceManager.GetObject("tsbMonth.Image");
			this.tsbMonth.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbMonth.Name = "tsbMonth";
			this.tsbMonth.Size = new System.Drawing.Size(23, 22);
			this.tsbMonth.Text = "Monthly";
			this.tsbMonth.Visible = false;
			this.tsbMonth.Click += new System.EventHandler(this.tsbMonth_Click);
			this.tsbYear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbYear.Image = (Image)componentResourceManager.GetObject("tsbYear.Image");
			this.tsbYear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbYear.Name = "tsbYear";
			this.tsbYear.Size = new System.Drawing.Size(23, 22);
			this.tsbYear.Text = "Annual";
			this.tsbYear.Visible = false;
			this.tsbYear.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTimeFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTimeFrame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.dailyToolStripMenuItem,
				this.weeklyToolStripMenuItem,
				this.monthlyToolStripMenuItem,
				this.annualToolStripMenuItem
			});
	//		this.tsbTimeFrame.Image = (Image)componentResourceManager.GetObject("tsbTimeFrame.Image");
			this.tsbTimeFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTimeFrame.Name = "tsbTimeFrame";
			this.tsbTimeFrame.Size = new System.Drawing.Size(29, 22);
			this.tsbTimeFrame.Text = "Daily";
	//		this.dailyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("dailyToolStripMenuItem.Image");
			this.dailyToolStripMenuItem.Name = "dailyToolStripMenuItem";
			this.dailyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.dailyToolStripMenuItem.Text = "Daily";
			this.dailyToolStripMenuItem.Click += new System.EventHandler(this.tsbDay_Click);
	//		this.weeklyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("weeklyToolStripMenuItem.Image");
			this.weeklyToolStripMenuItem.Name = "weeklyToolStripMenuItem";
			this.weeklyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.weeklyToolStripMenuItem.Text = "Weekly";
			this.weeklyToolStripMenuItem.Click += new System.EventHandler(this.tsbWeek_Click);
	//		this.monthlyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("monthlyToolStripMenuItem.Image");
			this.monthlyToolStripMenuItem.Name = "monthlyToolStripMenuItem";
			this.monthlyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.monthlyToolStripMenuItem.Text = "Monthly";
			this.monthlyToolStripMenuItem.Click += new System.EventHandler(this.tsbMonth_Click);
	//		this.annualToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("annualToolStripMenuItem.Image");
			this.annualToolStripMenuItem.Name = "annualToolStripMenuItem";
			this.annualToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.annualToolStripMenuItem.Text = "Annual";
			this.annualToolStripMenuItem.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTemplate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTemplate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.applyToolStripMenuItem,
				this.toolStripMenuItem1,
				this.saveToolStripMenuItem,
				this.toolStripMenuItem4,
				this.setAsDefaultTemplateToolStripMenuItem
			});
			this.tsbTemplate.Image = Properties.Resources.chart_templates;
			this.tsbTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTemplate.Name = "tsbTemplate";
			this.tsbTemplate.Size = new System.Drawing.Size(29, 22);
			this.tsbTemplate.Text = "Templates";
			this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.emptyToolStripMenuItem,
				this.toolStripMenuItem2,
				this.defaultTemplateToolStripMenuItem,
				this.toolStripMenuItem3
			});
			this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
			this.applyToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.applyToolStripMenuItem.Text = "Apply";
			this.applyToolStripMenuItem.DropDownOpening += new System.EventHandler(this.applyToolStripMenuItem_DropDownOpening);
			this.emptyToolStripMenuItem.Image = Properties.Resources.chart_template_empty;
			this.emptyToolStripMenuItem.Name = "emptyToolStripMenuItem";
			this.emptyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.emptyToolStripMenuItem.Text = "Empty Template";
			this.emptyToolStripMenuItem.Click += new System.EventHandler(this.emptyToolStripMenuItem_Click);
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 6);
			this.defaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.defaultTemplateToolStripMenuItem.Name = "defaultTemplateToolStripMenuItem";
			this.defaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.defaultTemplateToolStripMenuItem.Text = "Default Template";
			this.defaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.defaultTemplateToolStripMenuItem_Click);
			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
			this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(195, 6);
//			this.saveToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("saveToolStripMenuItem.Image");
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.saveToolStripMenuItem.Text = "Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
			this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
			this.setAsDefaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.setAsDefaultTemplateToolStripMenuItem.Name = "setAsDefaultTemplateToolStripMenuItem";
			this.setAsDefaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.setAsDefaultTemplateToolStripMenuItem.Text = "Set as Default Template";
			this.setAsDefaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.setAsDefaultTemplateToolStripMenuItem_Click);
			this.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.tsbCursor,
				this.tsbCrosshair,
				this.toolStripSeparator1,
				this.tsbZoomIn,
				this.tsbZoomOut,
				this.toolStripSeparator2,
				this.tsbLinear,
				this.tsbLog,
				this.toolStripSeparator3,
				this.tsbTrailing,
				this.tsbFixed,
				this.toolStripSeparator4,
				this.tsbCandle,
				this.tsbBar,
				this.tsbLine,
				this.toolStripSeparator5,
				this.tsbDay,
				this.tsbWeek,
				this.tsbMonth,
				this.tsbYear,
				this.tsbTimeFrame,
				this.tsbTemplate
			});
			this.Size = new System.Drawing.Size(469, 25);
			this.ResumeLayout(false);
		}
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeskStocks));
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.noticeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.topMostMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.monitorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.personalMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inScreenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.autoHideMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DetailInfoToolTip = new System.Windows.Forms.ToolTip(this.components);
     this.deskStockCtrl1 = new Justin.Stock.Controls.DeskStockCtrl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.noticeMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip = this.noticeMenu;
     this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Visible = true;
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // noticeMenu
     //
     this.noticeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.monitorMenuItem,
     this.personalMenuItem,
     this.toolStripSeparator1,
     this.settingMenuItem,
     this.inScreenMenuItem,
     this.toolStripSeparator2,
     this.topMostMenuItem,
     this.autoHideMenuItem,
     this.toolStripSeparator3,
     this.exitMenuItem,
     this.toolStripSeparator4});
     this.noticeMenu.Name = "contextMenuStrip1";
     this.noticeMenu.Size = new System.Drawing.Size(126, 182);
     this.noticeMenu.Opening += new System.ComponentModel.CancelEventHandler(this.noticeMenu_Opening);
     //
     // topMostMenuItem
     //
     this.topMostMenuItem.Name = "topMostMenuItem";
     this.topMostMenuItem.Size = new System.Drawing.Size(125, 22);
     this.topMostMenuItem.Text = "TopMost";
     this.topMostMenuItem.Click += new System.EventHandler(this.topMostMenuItem_Click);
     //
     // monitorMenuItem
     //
     this.monitorMenuItem.Name = "monitorMenuItem";
     this.monitorMenuItem.Size = new System.Drawing.Size(125, 22);
     this.monitorMenuItem.Text = "Monitor";
     this.monitorMenuItem.Click += new System.EventHandler(this.MonitorMenuItem_Click);
     //
     // personalMenuItem
     //
     this.personalMenuItem.Name = "personalMenuItem";
     this.personalMenuItem.Size = new System.Drawing.Size(125, 22);
     this.personalMenuItem.Text = "Person";
     this.personalMenuItem.Click += new System.EventHandler(this.personalMenuItem_Click);
     //
     // settingMenuItem
     //
     this.settingMenuItem.Name = "settingMenuItem";
     this.settingMenuItem.Size = new System.Drawing.Size(125, 22);
     this.settingMenuItem.Text = "Settings";
     this.settingMenuItem.Click += new System.EventHandler(this.settingMenuItem_Click);
     //
     // inScreenMenuItem
     //
     this.inScreenMenuItem.Name = "inScreenMenuItem";
     this.inScreenMenuItem.Size = new System.Drawing.Size(125, 22);
     this.inScreenMenuItem.Text = "InScreen";
     this.inScreenMenuItem.Click += new System.EventHandler(this.inScreenMenuItem_Click);
     //
     // autoHideMenuItem
     //
     this.autoHideMenuItem.Name = "autoHideMenuItem";
     this.autoHideMenuItem.Size = new System.Drawing.Size(125, 22);
     this.autoHideMenuItem.Text = "AutoHide";
     this.autoHideMenuItem.Click += new System.EventHandler(this.autoHideMenuItem_Click);
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(125, 22);
     this.exitMenuItem.Text = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // deskStockCtrl1
     //
     this.deskStockCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.deskStockCtrl1.Location = new System.Drawing.Point(0, 0);
     this.deskStockCtrl1.Name = "deskStockCtrl1";
     this.deskStockCtrl1.Size = new System.Drawing.Size(303, 106);
     this.deskStockCtrl1.TabIndex = 2;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 50;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(122, 6);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(122, 6);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(122, 6);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(122, 6);
     //
     // DeskStocks
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(303, 106);
     this.Controls.Add(this.deskStockCtrl1);
     this.EnableAutoAnchor = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DeskStocks";
     this.Opacity = 0.2D;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TopMost = true;
     this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeskStocks_FormClosing);
     this.Load += new System.EventHandler(this.DeskStocks_Load);
     this.ResizeEnd += new System.EventHandler(this.DeskStocks_ResizeEnd);
     this.noticeMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FloatingMenuStripExample));
     this.mspeTest                      = new FloatingToolbars.Components.MenuStripPanelExtened();
     this.floatableMenuStrip1           = new FloatingToolbars.Components.FloatableMenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator            = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = 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.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.kryptonPanel1                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.mspeTest.SuspendLayout();
     this.floatableMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // mspeTest
     //
     this.mspeTest.Controls.Add(this.floatableMenuStrip1);
     this.mspeTest.Dock = System.Windows.Forms.DockStyle.Top;
     this.mspeTest.FloatableMenuStrip = null;
     this.mspeTest.Location           = new System.Drawing.Point(0, 0);
     this.mspeTest.Name        = "mspeTest";
     this.mspeTest.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.mspeTest.RowMargin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.mspeTest.Size        = new System.Drawing.Size(582, 24);
     //
     // floatableMenuStrip1
     //
     this.floatableMenuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.floatableMenuStrip1.FloatingWindowText = "Menu";
     this.floatableMenuStrip1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.floatableMenuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.floatableMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.floatableMenuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.floatableMenuStrip1.Location    = new System.Drawing.Point(0, 0);
     this.floatableMenuStrip1.Name        = "floatableMenuStrip1";
     this.floatableMenuStrip1.Size        = new System.Drawing.Size(582, 24);
     this.floatableMenuStrip1.TabIndex    = 0;
     this.floatableMenuStrip1.Text        = "Menu Strip";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.toolStripSeparator,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.printToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem.Name         = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.newToolStripMenuItem.Text         = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     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(146, 22);
     this.openToolStripMenuItem.Text         = "&Open";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     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(146, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.printToolStripMenuItem.Text         = "&Print";
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripSeparator3,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.toolStripSeparator4,
         this.selectAllToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     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(144, 22);
     this.undoToolStripMenuItem.Text         = "&Undo";
     //
     // redoToolStripMenuItem
     //
     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(144, 22);
     this.redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.customizeToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.customizeToolStripMenuItem.Text = "&Customize";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.indexToolStripMenuItem,
         this.searchToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text = "&Contents";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 24);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(582, 485);
     this.kryptonPanel1.TabIndex = 1;
     //
     // FloatingMenuStrip
     //
     this.ClientSize = new System.Drawing.Size(582, 509);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.mspeTest);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.floatableMenuStrip1;
     this.Name          = "FloatingMenuStrip";
     this.Text          = "FloatingMenuStripForm";
     this.Load         += new System.EventHandler(this.FloatingMenuStrip_Load);
     this.mspeTest.ResumeLayout(false);
     this.mspeTest.PerformLayout();
     this.floatableMenuStrip1.ResumeLayout(false);
     this.floatableMenuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                     = new System.ComponentModel.Container();
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.configurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.inkscapeStatus                 = new System.Windows.Forms.ToolStripMenuItem();
     this.inkscapeBit                    = new System.Windows.Forms.ToolStripMenuItem();
     this.inkscapeVersion                = new System.Windows.Forms.ToolStripMenuItem();
     this.SettingTabsList                = new System.Windows.Forms.TabControl();
     this.mainSettingsPage               = new System.Windows.Forms.TabPage();
     this.groupBox2                    = new System.Windows.Forms.GroupBox();
     this.openFileLocationBtn          = new System.Windows.Forms.Button();
     this.copyFileLocationBtn          = new System.Windows.Forms.Button();
     this.openSVGBtn                   = new System.Windows.Forms.Button();
     this.svgFileMD5                   = new System.Windows.Forms.TextBox();
     this.svgFileName                  = new System.Windows.Forms.TextBox();
     this.exportAllBtn                 = new System.Windows.Forms.Button();
     this.polygonSettingsPage          = new System.Windows.Forms.TabPage();
     this.label13                      = new System.Windows.Forms.Label();
     this.polygonSecondaryHeightSlider = new System.Windows.Forms.TrackBar();
     this.polygonSecondaryHeightTxt    = new System.Windows.Forms.TextBox();
     this.label14                      = new System.Windows.Forms.Label();
     this.label10                      = new System.Windows.Forms.Label();
     this.polygonPrimaryHeightSlider   = new System.Windows.Forms.TrackBar();
     this.polygonPrimaryHeightTxt      = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.bookmarkSettingsPage   = new System.Windows.Forms.TabPage();
     this.formCutterSettingsPage = new System.Windows.Forms.TabPage();
     this.keychainSettingsPage   = new System.Windows.Forms.TabPage();
     this.badgeSettingsPage      = new System.Windows.Forms.TabPage();
     this.toolTip1    = new System.Windows.Forms.ToolTip(this.components);
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.openSVGToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.importSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem16             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem17             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem18             = new System.Windows.Forms.ToolStripMenuItem();
     this.resetSettingsToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.readMeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.lithophaneSettingsPage          = new System.Windows.Forms.TabPage();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.polygonSizePage      = new System.Windows.Forms.TabPage();
     this.polygonLayerPage     = new System.Windows.Forms.TabPage();
     this.polygonExportPage    = new System.Windows.Forms.TabPage();
     this.layersMenuBtn        = new System.Windows.Forms.ToolStripMenuItem();
     this.LayersPinned         = new System.Windows.Forms.ToolStripMenuItem();
     this.layersInformationBox = new System.Windows.Forms.GroupBox();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.reopenDropdown       = new System.Windows.Forms.ComboBox();
     this.menuStrip1.SuspendLayout();
     this.SettingTabsList.SuspendLayout();
     this.mainSettingsPage.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.polygonSettingsPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.polygonSecondaryHeightSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.polygonPrimaryHeightSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.polygonSizePage.SuspendLayout();
     this.layersInformationBox.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.configurationToolStripMenuItem,
         this.helpToolStripMenuItem,
         this.inkscapeStatus,
         this.layersMenuBtn
     });
     this.menuStrip1.Location         = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name             = "menuStrip1";
     this.menuStrip1.ShowItemToolTips = true;
     this.menuStrip1.Size             = new System.Drawing.Size(394, 24);
     this.menuStrip1.TabIndex         = 0;
     this.menuStrip1.Text             = "menuStrip1";
     this.menuStrip1.ItemClicked     += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openSVGToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(167, 6);
     //
     // configurationToolStripMenuItem
     //
     this.configurationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importSettingsToolStripMenuItem,
         this.exportSettingsToolStripMenuItem,
         this.toolStripMenuItem16,
         this.toolStripSeparator2,
         this.toolStripMenuItem17,
         this.toolStripMenuItem18,
         this.resetSettingsToolStripMenuItem
     });
     this.configurationToolStripMenuItem.Name = "configurationToolStripMenuItem";
     this.configurationToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.configurationToolStripMenuItem.Text = "Settings";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(193, 6);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.readMeToolStripMenuItem,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // inkscapeStatus
     //
     this.inkscapeStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.inkscapeStatus.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.inkscapeBit,
         this.inkscapeVersion
     });
     this.inkscapeStatus.Name = "inkscapeStatus";
     this.inkscapeStatus.Size = new System.Drawing.Size(97, 20);
     this.inkscapeStatus.Text = "inkscapeStatus";
     //
     // inkscapeBit
     //
     this.inkscapeBit.Name = "inkscapeBit";
     this.inkscapeBit.Size = new System.Drawing.Size(158, 22);
     this.inkscapeBit.Text = "inkscapeBit";
     //
     // inkscapeVersion
     //
     this.inkscapeVersion.Name = "inkscapeVersion";
     this.inkscapeVersion.Size = new System.Drawing.Size(158, 22);
     this.inkscapeVersion.Text = "inkscapeVersion";
     //
     // SettingTabsList
     //
     this.SettingTabsList.Controls.Add(this.mainSettingsPage);
     this.SettingTabsList.Controls.Add(this.polygonSettingsPage);
     this.SettingTabsList.Controls.Add(this.bookmarkSettingsPage);
     this.SettingTabsList.Controls.Add(this.formCutterSettingsPage);
     this.SettingTabsList.Controls.Add(this.keychainSettingsPage);
     this.SettingTabsList.Controls.Add(this.badgeSettingsPage);
     this.SettingTabsList.Controls.Add(this.lithophaneSettingsPage);
     this.SettingTabsList.Location      = new System.Drawing.Point(2, 24);
     this.SettingTabsList.Name          = "SettingTabsList";
     this.SettingTabsList.SelectedIndex = 0;
     this.SettingTabsList.Size          = new System.Drawing.Size(391, 290);
     this.SettingTabsList.TabIndex      = 3;
     //
     // mainSettingsPage
     //
     this.mainSettingsPage.Controls.Add(this.layersInformationBox);
     this.mainSettingsPage.Controls.Add(this.exportAllBtn);
     this.mainSettingsPage.Controls.Add(this.groupBox2);
     this.mainSettingsPage.Controls.Add(this.pictureBox4);
     this.mainSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.mainSettingsPage.Name     = "mainSettingsPage";
     this.mainSettingsPage.Padding  = new System.Windows.Forms.Padding(3);
     this.mainSettingsPage.Size     = new System.Drawing.Size(383, 264);
     this.mainSettingsPage.TabIndex = 0;
     this.mainSettingsPage.Text     = "Main";
     this.mainSettingsPage.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.reopenDropdown);
     this.groupBox2.Controls.Add(this.openFileLocationBtn);
     this.groupBox2.Controls.Add(this.copyFileLocationBtn);
     this.groupBox2.Controls.Add(this.openSVGBtn);
     this.groupBox2.Controls.Add(this.svgFileMD5);
     this.groupBox2.Controls.Add(this.svgFileName);
     this.groupBox2.Location = new System.Drawing.Point(7, 6);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(370, 131);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "SVG Information";
     //
     // openFileLocationBtn
     //
     this.openFileLocationBtn.Enabled  = false;
     this.openFileLocationBtn.Location = new System.Drawing.Point(188, 100);
     this.openFileLocationBtn.Name     = "openFileLocationBtn";
     this.openFileLocationBtn.Size     = new System.Drawing.Size(176, 23);
     this.openFileLocationBtn.TabIndex = 5;
     this.openFileLocationBtn.Text     = "Open SVG Location";
     this.openFileLocationBtn.UseVisualStyleBackColor = true;
     this.openFileLocationBtn.Click += new System.EventHandler(this.openSVGLocation);
     //
     // copyFileLocationBtn
     //
     this.copyFileLocationBtn.Enabled  = false;
     this.copyFileLocationBtn.Location = new System.Drawing.Point(6, 100);
     this.copyFileLocationBtn.Name     = "copyFileLocationBtn";
     this.copyFileLocationBtn.Size     = new System.Drawing.Size(176, 23);
     this.copyFileLocationBtn.TabIndex = 4;
     this.copyFileLocationBtn.Text     = "Copy SVG Location";
     this.copyFileLocationBtn.UseVisualStyleBackColor = true;
     this.copyFileLocationBtn.Click += new System.EventHandler(this.copyFileLocation);
     //
     // openSVGBtn
     //
     this.openSVGBtn.Location = new System.Drawing.Point(7, 45);
     this.openSVGBtn.Name     = "openSVGBtn";
     this.openSVGBtn.Size     = new System.Drawing.Size(176, 23);
     this.openSVGBtn.TabIndex = 3;
     this.openSVGBtn.Text     = "Open SVG File";
     this.openSVGBtn.UseVisualStyleBackColor = true;
     this.openSVGBtn.Click += new System.EventHandler(this.importSVGFile);
     //
     // svgFileMD5
     //
     this.svgFileMD5.Enabled    = false;
     this.svgFileMD5.Location   = new System.Drawing.Point(7, 74);
     this.svgFileMD5.Name       = "svgFileMD5";
     this.svgFileMD5.ReadOnly   = true;
     this.svgFileMD5.Size       = new System.Drawing.Size(357, 20);
     this.svgFileMD5.TabIndex   = 2;
     this.svgFileMD5.Click     += new System.EventHandler(this.copyMD5toClipboard);
     this.svgFileMD5.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ShowMD5Tooltip);
     //
     // svgFileName
     //
     this.svgFileName.Enabled  = false;
     this.svgFileName.Location = new System.Drawing.Point(189, 45);
     this.svgFileName.Name     = "svgFileName";
     this.svgFileName.ReadOnly = true;
     this.svgFileName.Size     = new System.Drawing.Size(175, 20);
     this.svgFileName.TabIndex = 1;
     this.svgFileName.Text     = "No SVG Open";
     //
     // exportAllBtn
     //
     this.exportAllBtn.Enabled  = false;
     this.exportAllBtn.Location = new System.Drawing.Point(6, 235);
     this.exportAllBtn.Name     = "exportAllBtn";
     this.exportAllBtn.Size     = new System.Drawing.Size(371, 23);
     this.exportAllBtn.TabIndex = 19;
     this.exportAllBtn.Text     = "Export All";
     this.exportAllBtn.UseVisualStyleBackColor = true;
     //
     // polygonSettingsPage
     //
     this.polygonSettingsPage.Controls.Add(this.tabControl1);
     this.polygonSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.polygonSettingsPage.Name     = "polygonSettingsPage";
     this.polygonSettingsPage.Padding  = new System.Windows.Forms.Padding(3);
     this.polygonSettingsPage.Size     = new System.Drawing.Size(383, 264);
     this.polygonSettingsPage.TabIndex = 1;
     this.polygonSettingsPage.Text     = "Polygon";
     this.polygonSettingsPage.UseVisualStyleBackColor = true;
     this.polygonSettingsPage.Click += new System.EventHandler(this.polygonSettingsPage_Click);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(274, 46);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(82, 16);
     this.label13.TabIndex  = 31;
     this.label13.Text      = "Max: 20mm";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // polygonSecondaryHeightSlider
     //
     this.polygonSecondaryHeightSlider.AutoSize      = false;
     this.polygonSecondaryHeightSlider.LargeChange   = 10;
     this.polygonSecondaryHeightSlider.Location      = new System.Drawing.Point(6, 66);
     this.polygonSecondaryHeightSlider.Maximum       = 200;
     this.polygonSecondaryHeightSlider.Minimum       = 5;
     this.polygonSecondaryHeightSlider.Name          = "polygonSecondaryHeightSlider";
     this.polygonSecondaryHeightSlider.Size          = new System.Drawing.Size(314, 20);
     this.polygonSecondaryHeightSlider.TabIndex      = 30;
     this.polygonSecondaryHeightSlider.TickFrequency = 10;
     this.polygonSecondaryHeightSlider.Value         = 50;
     //
     // polygonSecondaryHeightTxt
     //
     this.polygonSecondaryHeightTxt.Location = new System.Drawing.Point(326, 66);
     this.polygonSecondaryHeightTxt.Name     = "polygonSecondaryHeightTxt";
     this.polygonSecondaryHeightTxt.Size     = new System.Drawing.Size(30, 20);
     this.polygonSecondaryHeightTxt.TabIndex = 29;
     this.polygonSecondaryHeightTxt.Text     = "5.0";
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(3, 46);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(180, 16);
     this.label14.TabIndex  = 28;
     this.label14.Text      = "Indent Height";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(274, 3);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(82, 16);
     this.label10.TabIndex  = 23;
     this.label10.Text      = "Max: 20mm";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // polygonPrimaryHeightSlider
     //
     this.polygonPrimaryHeightSlider.AutoSize      = false;
     this.polygonPrimaryHeightSlider.Location      = new System.Drawing.Point(6, 23);
     this.polygonPrimaryHeightSlider.Maximum       = 200;
     this.polygonPrimaryHeightSlider.Minimum       = 5;
     this.polygonPrimaryHeightSlider.Name          = "polygonPrimaryHeightSlider";
     this.polygonPrimaryHeightSlider.Size          = new System.Drawing.Size(314, 20);
     this.polygonPrimaryHeightSlider.TabIndex      = 22;
     this.polygonPrimaryHeightSlider.TickFrequency = 10;
     this.polygonPrimaryHeightSlider.Value         = 100;
     this.polygonPrimaryHeightSlider.ValueChanged += new System.EventHandler(this.polygonOutlineHeightSlider_ValueChanged);
     //
     // polygonPrimaryHeightTxt
     //
     this.polygonPrimaryHeightTxt.Location = new System.Drawing.Point(326, 23);
     this.polygonPrimaryHeightTxt.Name     = "polygonPrimaryHeightTxt";
     this.polygonPrimaryHeightTxt.Size     = new System.Drawing.Size(30, 20);
     this.polygonPrimaryHeightTxt.TabIndex = 21;
     this.polygonPrimaryHeightTxt.Text     = "10.0";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(3, 3);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(180, 16);
     this.label9.TabIndex  = 20;
     this.label9.Text      = "Full Height";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // bookmarkSettingsPage
     //
     this.bookmarkSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.bookmarkSettingsPage.Name     = "bookmarkSettingsPage";
     this.bookmarkSettingsPage.Size     = new System.Drawing.Size(654, 264);
     this.bookmarkSettingsPage.TabIndex = 2;
     this.bookmarkSettingsPage.Text     = "Bookmark";
     this.bookmarkSettingsPage.UseVisualStyleBackColor = true;
     //
     // formCutterSettingsPage
     //
     this.formCutterSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.formCutterSettingsPage.Name     = "formCutterSettingsPage";
     this.formCutterSettingsPage.Size     = new System.Drawing.Size(654, 264);
     this.formCutterSettingsPage.TabIndex = 3;
     this.formCutterSettingsPage.Text     = "Form Cutter";
     this.formCutterSettingsPage.UseVisualStyleBackColor = true;
     //
     // keychainSettingsPage
     //
     this.keychainSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.keychainSettingsPage.Name     = "keychainSettingsPage";
     this.keychainSettingsPage.Size     = new System.Drawing.Size(654, 264);
     this.keychainSettingsPage.TabIndex = 4;
     this.keychainSettingsPage.Text     = "Keychain";
     this.keychainSettingsPage.UseVisualStyleBackColor = true;
     //
     // badgeSettingsPage
     //
     this.badgeSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.badgeSettingsPage.Name     = "badgeSettingsPage";
     this.badgeSettingsPage.Size     = new System.Drawing.Size(654, 264);
     this.badgeSettingsPage.TabIndex = 5;
     this.badgeSettingsPage.Text     = "Badges";
     this.badgeSettingsPage.UseVisualStyleBackColor = true;
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 1000;
     //
     // pictureBox4
     //
     this.pictureBox4.Location = new System.Drawing.Point(462, 6);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(0, 0);
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop  = false;
     //
     // openSVGToolStripMenuItem
     //
     this.openSVGToolStripMenuItem.Image        = global::MultiScad.MenuIcons.svg;
     this.openSVGToolStripMenuItem.Name         = "openSVGToolStripMenuItem";
     this.openSVGToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openSVGToolStripMenuItem.Size         = new System.Drawing.Size(170, 22);
     this.openSVGToolStripMenuItem.Text         = "Open SVG";
     this.openSVGToolStripMenuItem.Click       += new System.EventHandler(this.importSVGFile);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Image = global::MultiScad.MenuIcons.close;
     this.exitToolStripMenuItem.Name  = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size  = new System.Drawing.Size(170, 22);
     this.exitToolStripMenuItem.Text  = "Exit";
     //
     // importSettingsToolStripMenuItem
     //
     this.importSettingsToolStripMenuItem.Image = global::MultiScad.MenuIcons.import;
     this.importSettingsToolStripMenuItem.Name  = "importSettingsToolStripMenuItem";
     this.importSettingsToolStripMenuItem.Size  = new System.Drawing.Size(196, 22);
     this.importSettingsToolStripMenuItem.Text  = "Load Program Settings";
     //
     // exportSettingsToolStripMenuItem
     //
     this.exportSettingsToolStripMenuItem.Image = global::MultiScad.MenuIcons.export;
     this.exportSettingsToolStripMenuItem.Name  = "exportSettingsToolStripMenuItem";
     this.exportSettingsToolStripMenuItem.Size  = new System.Drawing.Size(196, 22);
     this.exportSettingsToolStripMenuItem.Text  = "Save Program Settings";
     //
     // toolStripMenuItem16
     //
     this.toolStripMenuItem16.Image = global::MultiScad.MenuIcons.refresh;
     this.toolStripMenuItem16.Name  = "toolStripMenuItem16";
     this.toolStripMenuItem16.Size  = new System.Drawing.Size(196, 22);
     this.toolStripMenuItem16.Text  = "Reset Program Settings";
     //
     // toolStripMenuItem17
     //
     this.toolStripMenuItem17.Image = global::MultiScad.MenuIcons.import;
     this.toolStripMenuItem17.Name  = "toolStripMenuItem17";
     this.toolStripMenuItem17.Size  = new System.Drawing.Size(196, 22);
     this.toolStripMenuItem17.Text  = "Load Program Settings";
     //
     // toolStripMenuItem18
     //
     this.toolStripMenuItem18.Image = global::MultiScad.MenuIcons.export;
     this.toolStripMenuItem18.Name  = "toolStripMenuItem18";
     this.toolStripMenuItem18.Size  = new System.Drawing.Size(196, 22);
     this.toolStripMenuItem18.Text  = "Save Program Settings";
     //
     // resetSettingsToolStripMenuItem
     //
     this.resetSettingsToolStripMenuItem.Image = global::MultiScad.MenuIcons.refresh;
     this.resetSettingsToolStripMenuItem.Name  = "resetSettingsToolStripMenuItem";
     this.resetSettingsToolStripMenuItem.Size  = new System.Drawing.Size(196, 22);
     this.resetSettingsToolStripMenuItem.Text  = "Reset Export Settings";
     //
     // readMeToolStripMenuItem
     //
     this.readMeToolStripMenuItem.Image = global::MultiScad.MenuIcons.readme;
     this.readMeToolStripMenuItem.Name  = "readMeToolStripMenuItem";
     this.readMeToolStripMenuItem.Size  = new System.Drawing.Size(180, 22);
     this.readMeToolStripMenuItem.Text  = "Read Me";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Image = global::MultiScad.MenuIcons.about;
     this.aboutToolStripMenuItem.Name  = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size  = new System.Drawing.Size(180, 22);
     this.aboutToolStripMenuItem.Text  = "About...";
     //
     // lithophaneSettingsPage
     //
     this.lithophaneSettingsPage.Location = new System.Drawing.Point(4, 22);
     this.lithophaneSettingsPage.Name     = "lithophaneSettingsPage";
     this.lithophaneSettingsPage.Size     = new System.Drawing.Size(654, 264);
     this.lithophaneSettingsPage.TabIndex = 6;
     this.lithophaneSettingsPage.Text     = "Lithophane";
     this.lithophaneSettingsPage.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.polygonSizePage);
     this.tabControl1.Controls.Add(this.polygonLayerPage);
     this.tabControl1.Controls.Add(this.polygonExportPage);
     this.tabControl1.Location      = new System.Drawing.Point(7, 7);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(370, 250);
     this.tabControl1.TabIndex      = 2;
     //
     // polygonSizePage
     //
     this.polygonSizePage.Controls.Add(this.label13);
     this.polygonSizePage.Controls.Add(this.label9);
     this.polygonSizePage.Controls.Add(this.polygonSecondaryHeightSlider);
     this.polygonSizePage.Controls.Add(this.polygonPrimaryHeightTxt);
     this.polygonSizePage.Controls.Add(this.polygonSecondaryHeightTxt);
     this.polygonSizePage.Controls.Add(this.polygonPrimaryHeightSlider);
     this.polygonSizePage.Controls.Add(this.label14);
     this.polygonSizePage.Controls.Add(this.label10);
     this.polygonSizePage.Location = new System.Drawing.Point(4, 22);
     this.polygonSizePage.Name     = "polygonSizePage";
     this.polygonSizePage.Padding  = new System.Windows.Forms.Padding(3);
     this.polygonSizePage.Size     = new System.Drawing.Size(362, 224);
     this.polygonSizePage.TabIndex = 0;
     this.polygonSizePage.Text     = "Size Settings";
     this.polygonSizePage.UseVisualStyleBackColor = true;
     //
     // polygonLayerPage
     //
     this.polygonLayerPage.Location = new System.Drawing.Point(4, 22);
     this.polygonLayerPage.Name     = "polygonLayerPage";
     this.polygonLayerPage.Padding  = new System.Windows.Forms.Padding(3);
     this.polygonLayerPage.Size     = new System.Drawing.Size(362, 224);
     this.polygonLayerPage.TabIndex = 1;
     this.polygonLayerPage.Text     = "Layer Settings";
     this.polygonLayerPage.UseVisualStyleBackColor = true;
     //
     // polygonExportPage
     //
     this.polygonExportPage.Location = new System.Drawing.Point(4, 22);
     this.polygonExportPage.Name     = "polygonExportPage";
     this.polygonExportPage.Size     = new System.Drawing.Size(362, 224);
     this.polygonExportPage.TabIndex = 2;
     this.polygonExportPage.Text     = "Export Settings";
     this.polygonExportPage.UseVisualStyleBackColor = true;
     //
     // layersMenuBtn
     //
     this.layersMenuBtn.Alignment          = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.layersMenuBtn.BackColor          = System.Drawing.SystemColors.Control;
     this.layersMenuBtn.Checked            = true;
     this.layersMenuBtn.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.layersMenuBtn.DisplayStyle       = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.layersMenuBtn.DoubleClickEnabled = true;
     this.layersMenuBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.LayersPinned
     });
     this.layersMenuBtn.Name         = "layersMenuBtn";
     this.layersMenuBtn.Size         = new System.Drawing.Size(84, 20);
     this.layersMenuBtn.Text         = "Show Layers";
     this.layersMenuBtn.ToolTipText  = "Double Click to Hide/Show Layer Form";
     this.layersMenuBtn.DoubleClick += new System.EventHandler(this.layersMenuBtn_Click_1);
     this.layersMenuBtn.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.layersMenuBtn_MouseMove);
     //
     // LayersPinned
     //
     this.LayersPinned.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.LayersPinned.Name         = "LayersPinned";
     this.LayersPinned.Size         = new System.Drawing.Size(180, 22);
     this.LayersPinned.Text         = "Pinned to Window";
     //
     // layersInformationBox
     //
     this.layersInformationBox.Controls.Add(this.textBox1);
     this.layersInformationBox.Location = new System.Drawing.Point(8, 143);
     this.layersInformationBox.Name     = "layersInformationBox";
     this.layersInformationBox.Size     = new System.Drawing.Size(182, 50);
     this.layersInformationBox.TabIndex = 20;
     this.layersInformationBox.TabStop  = false;
     this.layersInformationBox.Text     = "Layers Information";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(7, 20);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size     = new System.Drawing.Size(169, 20);
     this.textBox1.TabIndex = 0;
     //
     // reopenDropdown
     //
     this.reopenDropdown.FormattingEnabled = true;
     this.reopenDropdown.Location          = new System.Drawing.Point(8, 18);
     this.reopenDropdown.Name                  = "reopenDropdown";
     this.reopenDropdown.Size                  = new System.Drawing.Size(356, 21);
     this.reopenDropdown.TabIndex              = 6;
     this.reopenDropdown.SelectedValueChanged += new System.EventHandler(this.reopenDropdown_SelectedValueChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(394, 315);
     this.Controls.Add(this.SettingTabsList);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainMenuStrip    = this.menuStrip1;
     this.MaximizeBox      = false;
     this.Name             = "MainForm";
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text             = "MultiScad";
     this.FormClosed      += new System.Windows.Forms.FormClosedEventHandler(this.cleanupTemp);
     this.Load            += new System.EventHandler(this.MainForm_Load);
     this.LocationChanged += new System.EventHandler(this.MainForm_LocationChanged);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.SettingTabsList.ResumeLayout(false);
     this.mainSettingsPage.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.polygonSettingsPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.polygonSecondaryHeightSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.polygonPrimaryHeightSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.polygonSizePage.ResumeLayout(false);
     this.polygonSizePage.PerformLayout();
     this.layersInformationBox.ResumeLayout(false);
     this.layersInformationBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Emulator));
     this.controlBar            = new System.Windows.Forms.ToolStrip();
     this.openBinaryButton      = new System.Windows.Forms.ToolStripButton();
     this.reloadBinaryButton    = new System.Windows.Forms.ToolStripButton();
     this.resetEmulatorButton   = new System.Windows.Forms.ToolStripButton();
     this.runEmulatorButton     = new System.Windows.Forms.ToolStripButton();
     this.stopEmulatorButton    = new System.Windows.Forms.ToolStripButton();
     this.stepInstructionButton = new System.Windows.Forms.ToolStripButton();
     this.stepClockButton       = new System.Windows.Forms.ToolStripButton();
     this.unpinButton           = new System.Windows.Forms.ToolStripButton();
     this.pinButton             = new System.Windows.Forms.ToolStripButton();
     this.floatButton           = new System.Windows.Forms.ToolStripButton();
     this.openPluginButton      = new System.Windows.Forms.ToolStripButton();
     this.AboutPluginButton     = new System.Windows.Forms.ToolStripButton();
     this.closeButton           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.pinnedPanel           = new System.Windows.Forms.Panel();
     this.documentsTab          = new System.Windows.Forms.TabControl();
     this.pinnedSplitter        = new Gear.GUI.CollapsibleSplitter();
     this.hubViewSplitter       = new Gear.GUI.CollapsibleSplitter();
     this.hubView        = new Gear.GUI.HubView();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.controlBar.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // controlBar
     //
     this.controlBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openBinaryButton,
         this.reloadBinaryButton,
         toolStripSeparator1,
         this.resetEmulatorButton,
         this.runEmulatorButton,
         this.stopEmulatorButton,
         this.stepInstructionButton,
         this.stepClockButton,
         toolStripSeparator2,
         this.unpinButton,
         this.pinButton,
         this.floatButton,
         this.openPluginButton,
         this.AboutPluginButton,
         this.closeButton,
         this.toolStripSeparator3
     });
     this.controlBar.Location = new System.Drawing.Point(215, 0);
     this.controlBar.Name     = "controlBar";
     this.controlBar.Size     = new System.Drawing.Size(657, 25);
     this.controlBar.TabIndex = 2;
     this.controlBar.Text     = "Control Bar";
     //
     // openBinaryButton
     //
     this.openBinaryButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.openBinaryButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openBinaryButton.Image")));
     this.openBinaryButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openBinaryButton.Name        = "openBinaryButton";
     this.openBinaryButton.Size        = new System.Drawing.Size(40, 22);
     this.openBinaryButton.Text        = "Open";
     this.openBinaryButton.ToolTipText = "Open image of propeller (binary/eeprom)";
     this.openBinaryButton.Click      += new System.EventHandler(this.openBinary_Click);
     //
     // reloadBinaryButton
     //
     this.reloadBinaryButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.reloadBinaryButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.reloadBinaryButton.Name        = "reloadBinaryButton";
     this.reloadBinaryButton.Size        = new System.Drawing.Size(47, 22);
     this.reloadBinaryButton.Text        = "Reload";
     this.reloadBinaryButton.ToolTipText = "Reload image (binary/eeprom) from file";
     this.reloadBinaryButton.Click      += new System.EventHandler(this.reloadBinary_Click);
     //
     // resetEmulatorButton
     //
     this.resetEmulatorButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.resetEmulatorButton.Image                 = ((System.Drawing.Image)(resources.GetObject("resetEmulatorButton.Image")));
     this.resetEmulatorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.resetEmulatorButton.Name        = "resetEmulatorButton";
     this.resetEmulatorButton.Size        = new System.Drawing.Size(39, 22);
     this.resetEmulatorButton.Text        = "Reset";
     this.resetEmulatorButton.ToolTipText = "Reset the emulator";
     this.resetEmulatorButton.Click      += new System.EventHandler(this.resetEmulator_Click);
     //
     // runEmulatorButton
     //
     this.runEmulatorButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.runEmulatorButton.Image                 = ((System.Drawing.Image)(resources.GetObject("runEmulatorButton.Image")));
     this.runEmulatorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runEmulatorButton.Name   = "runEmulatorButton";
     this.runEmulatorButton.Size   = new System.Drawing.Size(32, 22);
     this.runEmulatorButton.Text   = "Run";
     this.runEmulatorButton.Click += new System.EventHandler(this.runEmulator_Click);
     //
     // stopEmulatorButton
     //
     this.stopEmulatorButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stopEmulatorButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stopEmulatorButton.Image")));
     this.stopEmulatorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stopEmulatorButton.Name   = "stopEmulatorButton";
     this.stopEmulatorButton.Size   = new System.Drawing.Size(35, 22);
     this.stopEmulatorButton.Text   = "Stop";
     this.stopEmulatorButton.Click += new System.EventHandler(this.stopEmulator_Click);
     //
     // stepInstructionButton
     //
     this.stepInstructionButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stepInstructionButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stepInstructionButton.Image")));
     this.stepInstructionButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stepInstructionButton.Name   = "stepInstructionButton";
     this.stepInstructionButton.Size   = new System.Drawing.Size(94, 22);
     this.stepInstructionButton.Text   = "Step Instruction";
     this.stepInstructionButton.Click += new System.EventHandler(this.stepInstruction_Click);
     //
     // stepClockButton
     //
     this.stepClockButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stepClockButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stepClockButton.Image")));
     this.stepClockButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stepClockButton.Name   = "stepClockButton";
     this.stepClockButton.Size   = new System.Drawing.Size(67, 22);
     this.stepClockButton.Text   = "Step Clock";
     this.stepClockButton.Click += new System.EventHandler(this.stepEmulator_Click);
     //
     // unpinButton
     //
     this.unpinButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.unpinButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.unpinButton.Image                 = ((System.Drawing.Image)(resources.GetObject("unpinButton.Image")));
     this.unpinButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.unpinButton.Name        = "unpinButton";
     this.unpinButton.Size        = new System.Drawing.Size(48, 22);
     this.unpinButton.Text        = "Unsplit";
     this.unpinButton.ToolTipText = "Restore the splitted object to a tab window";
     this.unpinButton.Click      += new System.EventHandler(this.unpinButton_Click);
     //
     // pinButton
     //
     this.pinButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.pinButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.pinButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pinButton.Image")));
     this.pinButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pinButton.Name        = "pinButton";
     this.pinButton.Size        = new System.Drawing.Size(34, 22);
     this.pinButton.Text        = "Split";
     this.pinButton.ToolTipText = "Embbed the selected tab to the lower split area";
     this.pinButton.Click      += new System.EventHandler(this.pinActiveTab_Click);
     //
     // floatButton
     //
     this.floatButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.floatButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.floatButton.Image                 = ((System.Drawing.Image)(resources.GetObject("floatButton.Image")));
     this.floatButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.floatButton.Name        = "floatButton";
     this.floatButton.Size        = new System.Drawing.Size(37, 22);
     this.floatButton.Text        = "Float";
     this.floatButton.ToolTipText = "Float the selected tab to a new window";
     this.floatButton.Click      += new System.EventHandler(this.floatActiveTab_Click);
     //
     // openPluginButton
     //
     this.openPluginButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.openPluginButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openPluginButton.Image")));
     this.openPluginButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openPluginButton.Name        = "openPluginButton";
     this.openPluginButton.Size        = new System.Drawing.Size(70, 22);
     this.openPluginButton.Text        = "Add Plugin";
     this.openPluginButton.ToolTipText = "Add a Plugin to this emulator";
     this.openPluginButton.Click      += new System.EventHandler(this.OpenPlugin_Click);
     //
     // AboutPluginButton
     //
     this.AboutPluginButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.AboutPluginButton.Enabled               = false;
     this.AboutPluginButton.Image                 = ((System.Drawing.Image)(resources.GetObject("AboutPluginButton.Image")));
     this.AboutPluginButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.AboutPluginButton.Name        = "AboutPluginButton";
     this.AboutPluginButton.Size        = new System.Drawing.Size(44, 22);
     this.AboutPluginButton.Text        = "About";
     this.AboutPluginButton.ToolTipText = "About Plugin";
     this.AboutPluginButton.Visible     = false;
     //
     // closeButton
     //
     this.closeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     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.ToolTipText = "Close the tab window (if permitted)";
     this.closeButton.Click      += new System.EventHandler(this.closeActiveTab_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // pinnedPanel
     //
     this.pinnedPanel.AutoScroll = true;
     this.pinnedPanel.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.pinnedPanel.Location   = new System.Drawing.Point(215, 436);
     this.pinnedPanel.Name       = "pinnedPanel";
     this.pinnedPanel.Size       = new System.Drawing.Size(657, 100);
     this.pinnedPanel.TabIndex   = 3;
     this.pinnedPanel.Visible    = false;
     //
     // documentsTab
     //
     this.documentsTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.documentsTab.HotTrack      = true;
     this.documentsTab.Location      = new System.Drawing.Point(215, 25);
     this.documentsTab.Name          = "documentsTab";
     this.documentsTab.SelectedIndex = 0;
     this.documentsTab.ShowToolTips  = true;
     this.documentsTab.Size          = new System.Drawing.Size(657, 403);
     this.documentsTab.TabIndex      = 5;
     this.documentsTab.Click        += new System.EventHandler(this.documentsTab_Click);
     this.documentsTab.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.documentsTab_KeyPress);
     //
     // pinnedSplitter
     //
     this.pinnedSplitter.AnimationDelay   = 20;
     this.pinnedSplitter.AnimationStep    = 20;
     this.pinnedSplitter.BorderStyle3D    = System.Windows.Forms.Border3DStyle.Raised;
     this.pinnedSplitter.ControlToHide    = this.pinnedPanel;
     this.pinnedSplitter.Cursor           = System.Windows.Forms.Cursors.HSplit;
     this.pinnedSplitter.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pinnedSplitter.ExpandParentForm = false;
     this.pinnedSplitter.Location         = new System.Drawing.Point(215, 428);
     this.pinnedSplitter.Name             = "collapsibleSplitter1";
     this.pinnedSplitter.TabIndex         = 4;
     this.pinnedSplitter.TabStop          = false;
     this.pinnedSplitter.UseAnimations    = false;
     this.pinnedSplitter.VisualStyle      = Gear.GUI.VisualStyles.Mozilla;
     //
     // hubViewSplitter
     //
     this.hubViewSplitter.AnimationDelay   = 20;
     this.hubViewSplitter.AnimationStep    = 20;
     this.hubViewSplitter.BorderStyle3D    = System.Windows.Forms.Border3DStyle.Raised;
     this.hubViewSplitter.ControlToHide    = this.hubView;
     this.hubViewSplitter.ExpandParentForm = false;
     this.hubViewSplitter.Location         = new System.Drawing.Point(207, 0);
     this.hubViewSplitter.Name             = "HubSplitter";
     this.hubViewSplitter.TabIndex         = 1;
     this.hubViewSplitter.TabStop          = false;
     this.hubViewSplitter.UseAnimations    = false;
     this.hubViewSplitter.VisualStyle      = Gear.GUI.VisualStyles.Mozilla;
     //
     // hubView
     //
     this.hubView.Dock     = System.Windows.Forms.DockStyle.Left;
     this.hubView.Location = new System.Drawing.Point(0, 0);
     this.hubView.Name     = "hubView";
     this.hubView.Size     = new System.Drawing.Size(207, 536);
     this.hubView.TabIndex = 6;
     //
     // Emulator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(872, 536);
     this.Controls.Add(this.documentsTab);
     this.Controls.Add(this.pinnedSplitter);
     this.Controls.Add(this.pinnedPanel);
     this.Controls.Add(this.controlBar);
     this.Controls.Add(this.hubViewSplitter);
     this.Controls.Add(this.hubView);
     this.Name         = "Emulator";
     this.Text         = "Emulator";
     this.Deactivate  += new System.EventHandler(this.OnDeactivate);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Emulator_FormClosing);
     this.controlBar.ResumeLayout(false);
     this.controlBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
     this.worldViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.openFileDialog                = new System.Windows.Forms.OpenFileDialog();
     this.mainTabControl                = new System.Windows.Forms.TabControl();
     this.playersTabPage                = new System.Windows.Forms.TabPage();
     this.equippedItemsGroupBox         = new System.Windows.Forms.GroupBox();
     this.feetEquippedItemControl       = new InventoryManager.WinForms.Controls.EquippedItemControl();
     this.headEquippedItemControl       = new InventoryManager.WinForms.Controls.EquippedItemControl();
     this.leftHandEquippedItemControl   = new InventoryManager.WinForms.Controls.EquippedItemControl();
     this.rightHandEquippedItemControl  = new InventoryManager.WinForms.Controls.EquippedItemControl();
     this.availableItemsLabel           = new System.Windows.Forms.Label();
     this.playerInventoryLabel          = new System.Windows.Forms.Label();
     this.playerInventoryListBox        = new System.Windows.Forms.ListBox();
     this.inventoryBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.playersBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.availableItemsListBox         = new System.Windows.Forms.ListBox();
     this.removeItemFromInventoryButton = new System.Windows.Forms.Button();
     this.addItemToInventoryButton      = new System.Windows.Forms.Button();
     this.playerScoreTextBox            = new System.Windows.Forms.TextBox();
     this.playerScoreLabel              = new System.Windows.Forms.Label();
     this.playerHealthTextBox           = new System.Windows.Forms.TextBox();
     this.playerHealthLabel             = new System.Windows.Forms.Label();
     this.playerNameTextBox             = new System.Windows.Forms.TextBox();
     this.playerNameLabel               = new System.Windows.Forms.Label();
     this.deletePlayerButton            = new System.Windows.Forms.Button();
     this.addPlayerButton               = new System.Windows.Forms.Button();
     this.playersListBox                = new System.Windows.Forms.ListBox();
     this.itemsTabPage                = new System.Windows.Forms.TabPage();
     this.itemWeightTextBox           = new System.Windows.Forms.TextBox();
     this.itemsBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.itemWeightLabel             = new System.Windows.Forms.Label();
     this.itemNameTextBox             = new System.Windows.Forms.TextBox();
     this.itemNameLabel               = new System.Windows.Forms.Label();
     this.deleteItemButton            = new System.Windows.Forms.Button();
     this.addItemButton               = new System.Windows.Forms.Button();
     this.itemsListBox                = new System.Windows.Forms.ListBox();
     this.mainMenuStrip               = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.newWorldToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.openWorldToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.closeWorldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog              = new System.Windows.Forms.SaveFileDialog();
     toolStripMenuItem1               = new System.Windows.Forms.ToolStripSeparator();
     toolStripMenuItem2               = new System.Windows.Forms.ToolStripSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.worldViewModelBindingSource)).BeginInit();
     this.mainTabControl.SuspendLayout();
     this.playersTabPage.SuspendLayout();
     this.equippedItemsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.playersBindingSource)).BeginInit();
     this.itemsTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.itemsBindingSource)).BeginInit();
     this.mainMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(187, 6);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name = "toolStripMenuItem2";
     toolStripMenuItem2.Size = new System.Drawing.Size(187, 6);
     //
     // worldViewModelBindingSource
     //
     this.worldViewModelBindingSource.DataSource = typeof(InventoryManager.WinForms.ViewModels.WorldViewModel);
     //
     // openFileDialog
     //
     this.openFileDialog.Filter = "World Files (*json)|*.json";
     //
     // mainTabControl
     //
     this.mainTabControl.Controls.Add(this.playersTabPage);
     this.mainTabControl.Controls.Add(this.itemsTabPage);
     this.mainTabControl.Location      = new System.Drawing.Point(15, 27);
     this.mainTabControl.Name          = "mainTabControl";
     this.mainTabControl.SelectedIndex = 0;
     this.mainTabControl.Size          = new System.Drawing.Size(621, 553);
     this.mainTabControl.TabIndex      = 1;
     //
     // playersTabPage
     //
     this.playersTabPage.Controls.Add(this.equippedItemsGroupBox);
     this.playersTabPage.Controls.Add(this.availableItemsLabel);
     this.playersTabPage.Controls.Add(this.playerInventoryLabel);
     this.playersTabPage.Controls.Add(this.playerInventoryListBox);
     this.playersTabPage.Controls.Add(this.availableItemsListBox);
     this.playersTabPage.Controls.Add(this.removeItemFromInventoryButton);
     this.playersTabPage.Controls.Add(this.addItemToInventoryButton);
     this.playersTabPage.Controls.Add(this.playerScoreTextBox);
     this.playersTabPage.Controls.Add(this.playerScoreLabel);
     this.playersTabPage.Controls.Add(this.playerHealthTextBox);
     this.playersTabPage.Controls.Add(this.playerHealthLabel);
     this.playersTabPage.Controls.Add(this.playerNameTextBox);
     this.playersTabPage.Controls.Add(this.playerNameLabel);
     this.playersTabPage.Controls.Add(this.deletePlayerButton);
     this.playersTabPage.Controls.Add(this.addPlayerButton);
     this.playersTabPage.Controls.Add(this.playersListBox);
     this.playersTabPage.Location = new System.Drawing.Point(4, 22);
     this.playersTabPage.Name     = "playersTabPage";
     this.playersTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.playersTabPage.Size     = new System.Drawing.Size(613, 527);
     this.playersTabPage.TabIndex = 0;
     this.playersTabPage.Text     = "Players";
     this.playersTabPage.UseVisualStyleBackColor = true;
     //
     // equippedItemsGroupBox
     //
     this.equippedItemsGroupBox.Controls.Add(this.feetEquippedItemControl);
     this.equippedItemsGroupBox.Controls.Add(this.headEquippedItemControl);
     this.equippedItemsGroupBox.Controls.Add(this.leftHandEquippedItemControl);
     this.equippedItemsGroupBox.Controls.Add(this.rightHandEquippedItemControl);
     this.equippedItemsGroupBox.Location = new System.Drawing.Point(197, 130);
     this.equippedItemsGroupBox.Name     = "equippedItemsGroupBox";
     this.equippedItemsGroupBox.Size     = new System.Drawing.Size(409, 205);
     this.equippedItemsGroupBox.TabIndex = 15;
     this.equippedItemsGroupBox.TabStop  = false;
     this.equippedItemsGroupBox.Text     = "Equipped Items";
     //
     // feetEquippedItemControl
     //
     this.feetEquippedItemControl.EquipLocation = InventoryManager.Data.EquipLocations.Feet;
     this.feetEquippedItemControl.EquippedItem  = null;
     this.feetEquippedItemControl.Location      = new System.Drawing.Point(142, 144);
     this.feetEquippedItemControl.Name          = "feetEquippedItemControl";
     this.feetEquippedItemControl.Player        = null;
     this.feetEquippedItemControl.Size          = new System.Drawing.Size(126, 55);
     this.feetEquippedItemControl.TabIndex      = 3;
     //
     // headEquippedItemControl
     //
     this.headEquippedItemControl.EquipLocation = InventoryManager.Data.EquipLocations.Head;
     this.headEquippedItemControl.EquippedItem  = null;
     this.headEquippedItemControl.Location      = new System.Drawing.Point(142, 19);
     this.headEquippedItemControl.Name          = "headEquippedItemControl";
     this.headEquippedItemControl.Player        = null;
     this.headEquippedItemControl.Size          = new System.Drawing.Size(126, 55);
     this.headEquippedItemControl.TabIndex      = 2;
     //
     // leftHandEquippedItemControl
     //
     this.leftHandEquippedItemControl.EquipLocation = InventoryManager.Data.EquipLocations.LeftHand;
     this.leftHandEquippedItemControl.EquippedItem  = null;
     this.leftHandEquippedItemControl.Location      = new System.Drawing.Point(6, 76);
     this.leftHandEquippedItemControl.Name          = "leftHandEquippedItemControl";
     this.leftHandEquippedItemControl.Player        = null;
     this.leftHandEquippedItemControl.Size          = new System.Drawing.Size(126, 55);
     this.leftHandEquippedItemControl.TabIndex      = 1;
     //
     // rightHandEquippedItemControl
     //
     this.rightHandEquippedItemControl.EquipLocation = InventoryManager.Data.EquipLocations.RightHand;
     this.rightHandEquippedItemControl.EquippedItem  = null;
     this.rightHandEquippedItemControl.Location      = new System.Drawing.Point(277, 76);
     this.rightHandEquippedItemControl.Name          = "rightHandEquippedItemControl";
     this.rightHandEquippedItemControl.Player        = null;
     this.rightHandEquippedItemControl.Size          = new System.Drawing.Size(126, 55);
     this.rightHandEquippedItemControl.TabIndex      = 0;
     //
     // availableItemsLabel
     //
     this.availableItemsLabel.AutoSize = true;
     this.availableItemsLabel.Location = new System.Drawing.Point(442, 338);
     this.availableItemsLabel.Name     = "availableItemsLabel";
     this.availableItemsLabel.Size     = new System.Drawing.Size(78, 13);
     this.availableItemsLabel.TabIndex = 13;
     this.availableItemsLabel.Text     = "&Available Items";
     //
     // playerInventoryLabel
     //
     this.playerInventoryLabel.AutoSize = true;
     this.playerInventoryLabel.Location = new System.Drawing.Point(194, 338);
     this.playerInventoryLabel.Name     = "playerInventoryLabel";
     this.playerInventoryLabel.Size     = new System.Drawing.Size(51, 13);
     this.playerInventoryLabel.TabIndex = 9;
     this.playerInventoryLabel.Text     = "In&ventory";
     //
     // playerInventoryListBox
     //
     this.playerInventoryListBox.DataSource        = this.inventoryBindingSource;
     this.playerInventoryListBox.DisplayMember     = "Name";
     this.playerInventoryListBox.FormattingEnabled = true;
     this.playerInventoryListBox.Location          = new System.Drawing.Point(197, 357);
     this.playerInventoryListBox.Name        = "playerInventoryListBox";
     this.playerInventoryListBox.Size        = new System.Drawing.Size(161, 134);
     this.playerInventoryListBox.TabIndex    = 10;
     this.playerInventoryListBox.ValueMember = "Name";
     //
     // inventoryBindingSource
     //
     this.inventoryBindingSource.DataMember = "Inventory";
     this.inventoryBindingSource.DataSource = this.playersBindingSource;
     //
     // playersBindingSource
     //
     this.playersBindingSource.AllowNew   = true;
     this.playersBindingSource.DataMember = "Players";
     this.playersBindingSource.DataSource = this.worldViewModelBindingSource;
     //
     // availableItemsListBox
     //
     this.availableItemsListBox.FormattingEnabled = true;
     this.availableItemsListBox.Location          = new System.Drawing.Point(445, 354);
     this.availableItemsListBox.Name     = "availableItemsListBox";
     this.availableItemsListBox.Size     = new System.Drawing.Size(161, 134);
     this.availableItemsListBox.TabIndex = 14;
     //
     // removeItemFromInventoryButton
     //
     this.removeItemFromInventoryButton.Location = new System.Drawing.Point(364, 422);
     this.removeItemFromInventoryButton.Name     = "removeItemFromInventoryButton";
     this.removeItemFromInventoryButton.Size     = new System.Drawing.Size(75, 23);
     this.removeItemFromInventoryButton.TabIndex = 12;
     this.removeItemFromInventoryButton.Text     = ">>";
     this.removeItemFromInventoryButton.UseVisualStyleBackColor = true;
     this.removeItemFromInventoryButton.Click += new System.EventHandler(this.RemoveItemFromInventoryButton_Click);
     //
     // addItemToInventoryButton
     //
     this.addItemToInventoryButton.Location = new System.Drawing.Point(364, 393);
     this.addItemToInventoryButton.Name     = "addItemToInventoryButton";
     this.addItemToInventoryButton.Size     = new System.Drawing.Size(75, 23);
     this.addItemToInventoryButton.TabIndex = 11;
     this.addItemToInventoryButton.Text     = "<<";
     this.addItemToInventoryButton.UseVisualStyleBackColor = true;
     this.addItemToInventoryButton.Click += new System.EventHandler(this.AddItemToInventoryButton_Click);
     //
     // playerScoreTextBox
     //
     this.playerScoreTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.playersBindingSource, "Score", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.playerScoreTextBox.Location = new System.Drawing.Point(197, 103);
     this.playerScoreTextBox.Name     = "playerScoreTextBox";
     this.playerScoreTextBox.Size     = new System.Drawing.Size(88, 20);
     this.playerScoreTextBox.TabIndex = 8;
     //
     // playerScoreLabel
     //
     this.playerScoreLabel.AutoSize = true;
     this.playerScoreLabel.Location = new System.Drawing.Point(194, 86);
     this.playerScoreLabel.Name     = "playerScoreLabel";
     this.playerScoreLabel.Size     = new System.Drawing.Size(38, 13);
     this.playerScoreLabel.TabIndex = 7;
     this.playerScoreLabel.Text     = "&Score:";
     //
     // playerHealthTextBox
     //
     this.playerHealthTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.playersBindingSource, "Health", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.playerHealthTextBox.Location = new System.Drawing.Point(197, 63);
     this.playerHealthTextBox.Name     = "playerHealthTextBox";
     this.playerHealthTextBox.Size     = new System.Drawing.Size(88, 20);
     this.playerHealthTextBox.TabIndex = 6;
     //
     // playerHealthLabel
     //
     this.playerHealthLabel.AutoSize = true;
     this.playerHealthLabel.Location = new System.Drawing.Point(194, 46);
     this.playerHealthLabel.Name     = "playerHealthLabel";
     this.playerHealthLabel.Size     = new System.Drawing.Size(41, 13);
     this.playerHealthLabel.TabIndex = 5;
     this.playerHealthLabel.Text     = "&Health:";
     //
     // playerNameTextBox
     //
     this.playerNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.playersBindingSource, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.playerNameTextBox.Location = new System.Drawing.Point(197, 23);
     this.playerNameTextBox.Name     = "playerNameTextBox";
     this.playerNameTextBox.Size     = new System.Drawing.Size(268, 20);
     this.playerNameTextBox.TabIndex = 4;
     //
     // playerNameLabel
     //
     this.playerNameLabel.AutoSize = true;
     this.playerNameLabel.Location = new System.Drawing.Point(194, 6);
     this.playerNameLabel.Name     = "playerNameLabel";
     this.playerNameLabel.Size     = new System.Drawing.Size(38, 13);
     this.playerNameLabel.TabIndex = 3;
     this.playerNameLabel.Text     = "&Name:";
     //
     // deletePlayerButton
     //
     this.deletePlayerButton.Location = new System.Drawing.Point(89, 497);
     this.deletePlayerButton.Name     = "deletePlayerButton";
     this.deletePlayerButton.Size     = new System.Drawing.Size(75, 23);
     this.deletePlayerButton.TabIndex = 2;
     this.deletePlayerButton.Text     = "&Delete";
     this.deletePlayerButton.UseVisualStyleBackColor = true;
     this.deletePlayerButton.Click += new System.EventHandler(this.DeletePlayerButton_Click);
     //
     // addPlayerButton
     //
     this.addPlayerButton.Location = new System.Drawing.Point(8, 497);
     this.addPlayerButton.Name     = "addPlayerButton";
     this.addPlayerButton.Size     = new System.Drawing.Size(75, 23);
     this.addPlayerButton.TabIndex = 1;
     this.addPlayerButton.Text     = "&Add...";
     this.addPlayerButton.UseVisualStyleBackColor = true;
     this.addPlayerButton.Click += new System.EventHandler(this.AddPlayerButton_Click);
     //
     // playersListBox
     //
     this.playersListBox.DataSource        = this.playersBindingSource;
     this.playersListBox.DisplayMember     = "Name";
     this.playersListBox.FormattingEnabled = true;
     this.playersListBox.Location          = new System.Drawing.Point(6, 6);
     this.playersListBox.Name                  = "playersListBox";
     this.playersListBox.Size                  = new System.Drawing.Size(182, 485);
     this.playersListBox.TabIndex              = 0;
     this.playersListBox.ValueMember           = "Health";
     this.playersListBox.SelectedIndexChanged += new System.EventHandler(this.PlayersListBox_SelectedIndexChanged);
     //
     // itemsTabPage
     //
     this.itemsTabPage.Controls.Add(this.itemWeightTextBox);
     this.itemsTabPage.Controls.Add(this.itemWeightLabel);
     this.itemsTabPage.Controls.Add(this.itemNameTextBox);
     this.itemsTabPage.Controls.Add(this.itemNameLabel);
     this.itemsTabPage.Controls.Add(this.deleteItemButton);
     this.itemsTabPage.Controls.Add(this.addItemButton);
     this.itemsTabPage.Controls.Add(this.itemsListBox);
     this.itemsTabPage.Location = new System.Drawing.Point(4, 22);
     this.itemsTabPage.Name     = "itemsTabPage";
     this.itemsTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.itemsTabPage.Size     = new System.Drawing.Size(613, 527);
     this.itemsTabPage.TabIndex = 1;
     this.itemsTabPage.Text     = "Items";
     this.itemsTabPage.UseVisualStyleBackColor = true;
     //
     // itemWeightTextBox
     //
     this.itemWeightTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.itemsBindingSource, "Weight", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.itemWeightTextBox.Location = new System.Drawing.Point(171, 63);
     this.itemWeightTextBox.Name     = "itemWeightTextBox";
     this.itemWeightTextBox.Size     = new System.Drawing.Size(88, 20);
     this.itemWeightTextBox.TabIndex = 6;
     //
     // itemsBindingSource
     //
     this.itemsBindingSource.DataMember = "Items";
     this.itemsBindingSource.DataSource = this.worldViewModelBindingSource;
     //
     // itemWeightLabel
     //
     this.itemWeightLabel.AutoSize = true;
     this.itemWeightLabel.Location = new System.Drawing.Point(168, 46);
     this.itemWeightLabel.Name     = "itemWeightLabel";
     this.itemWeightLabel.Size     = new System.Drawing.Size(44, 13);
     this.itemWeightLabel.TabIndex = 5;
     this.itemWeightLabel.Text     = "&Weight:";
     //
     // itemNameTextBox
     //
     this.itemNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.itemsBindingSource, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.itemNameTextBox.Location = new System.Drawing.Point(171, 23);
     this.itemNameTextBox.Name     = "itemNameTextBox";
     this.itemNameTextBox.Size     = new System.Drawing.Size(268, 20);
     this.itemNameTextBox.TabIndex = 4;
     //
     // itemNameLabel
     //
     this.itemNameLabel.AutoSize = true;
     this.itemNameLabel.Location = new System.Drawing.Point(168, 6);
     this.itemNameLabel.Name     = "itemNameLabel";
     this.itemNameLabel.Size     = new System.Drawing.Size(38, 13);
     this.itemNameLabel.TabIndex = 3;
     this.itemNameLabel.Text     = "&Name:";
     //
     // deleteItemButton
     //
     this.deleteItemButton.Location = new System.Drawing.Point(87, 497);
     this.deleteItemButton.Name     = "deleteItemButton";
     this.deleteItemButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteItemButton.TabIndex = 2;
     this.deleteItemButton.Text     = "&Delete";
     this.deleteItemButton.UseVisualStyleBackColor = true;
     this.deleteItemButton.Click += new System.EventHandler(this.DeleteItemButton_Click);
     //
     // addItemButton
     //
     this.addItemButton.Location = new System.Drawing.Point(6, 497);
     this.addItemButton.Name     = "addItemButton";
     this.addItemButton.Size     = new System.Drawing.Size(75, 23);
     this.addItemButton.TabIndex = 1;
     this.addItemButton.Text     = "&Add...";
     this.addItemButton.UseVisualStyleBackColor = true;
     this.addItemButton.Click += new System.EventHandler(this.AddItemButton_Click);
     //
     // itemsListBox
     //
     this.itemsListBox.DataSource        = this.itemsBindingSource;
     this.itemsListBox.DisplayMember     = "Name";
     this.itemsListBox.FormattingEnabled = true;
     this.itemsListBox.Location          = new System.Drawing.Point(6, 6);
     this.itemsListBox.Name                  = "itemsListBox";
     this.itemsListBox.Size                  = new System.Drawing.Size(156, 485);
     this.itemsListBox.TabIndex              = 0;
     this.itemsListBox.ValueMember           = "Name";
     this.itemsListBox.SelectedIndexChanged += new System.EventHandler(this.ItemsListBox_SelectedIndexChanged);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(638, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newWorldToolStripMenuItem,
         this.openWorldToolStripMenuItem,
         this.closeWorldToolStripMenuItem,
         toolStripMenuItem2,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         toolStripMenuItem1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newWorldToolStripMenuItem
     //
     this.newWorldToolStripMenuItem.Name         = "newWorldToolStripMenuItem";
     this.newWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newWorldToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     this.newWorldToolStripMenuItem.Text         = "&New World...";
     this.newWorldToolStripMenuItem.Click       += new System.EventHandler(this.NewWorldToolStripMenuItem_Click);
     //
     // openWorldToolStripMenuItem
     //
     this.openWorldToolStripMenuItem.Name         = "openWorldToolStripMenuItem";
     this.openWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openWorldToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     this.openWorldToolStripMenuItem.Text         = "&Open World...";
     this.openWorldToolStripMenuItem.Click       += new System.EventHandler(this.OpenWorldToolStripMenuItem_Click);
     //
     // closeWorldToolStripMenuItem
     //
     this.closeWorldToolStripMenuItem.Name   = "closeWorldToolStripMenuItem";
     this.closeWorldToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.closeWorldToolStripMenuItem.Text   = "&Close World";
     this.closeWorldToolStripMenuItem.Click += new System.EventHandler(this.CloseWorldToolStripMenuItem_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(190, 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(190, 22);
     this.saveAsToolStripMenuItem.Text   = "Save &As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.exitToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     this.exitToolStripMenuItem.Text         = "E&xit";
     this.exitToolStripMenuItem.Click       += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text   = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "World files (*.json)|*.json";
     this.saveFileDialog.Title  = "Save world file";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(638, 590);
     this.Controls.Add(this.mainMenuStrip);
     this.Controls.Add(this.mainTabControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Inventory Manager";
     ((System.ComponentModel.ISupportInitialize)(this.worldViewModelBindingSource)).EndInit();
     this.mainTabControl.ResumeLayout(false);
     this.playersTabPage.ResumeLayout(false);
     this.playersTabPage.PerformLayout();
     this.equippedItemsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.playersBindingSource)).EndInit();
     this.itemsTabPage.ResumeLayout(false);
     this.itemsTabPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.itemsBindingSource)).EndInit();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manager));
     this._MainToolStrip                      = new System.Windows.Forms.ToolStrip();
     this._StoreButton                        = new System.Windows.Forms.ToolStripButton();
     this._ReloadButton                       = new System.Windows.Forms.ToolStripButton();
     this._ResetButton                        = new System.Windows.Forms.ToolStripButton();
     this._AchievementImageList               = new System.Windows.Forms.ImageList(this.components);
     this._MainStatusStrip                    = new System.Windows.Forms.StatusStrip();
     this._CountryStatusLabel                 = new System.Windows.Forms.ToolStripStatusLabel();
     this._GameStatusLabel                    = new System.Windows.Forms.ToolStripStatusLabel();
     this._DownloadStatusLabel                = new System.Windows.Forms.ToolStripStatusLabel();
     this._CallbackTimer                      = new System.Windows.Forms.Timer(this.components);
     this._MainTabControl                     = new System.Windows.Forms.TabControl();
     this._AchievementsTabPage                = new System.Windows.Forms.TabPage();
     this._AchievementListView                = new SAM.Game.DoubleBufferedListView();
     this._AchievementNameColumnHeader        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._AchievementDescriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._AchievementsToolStrip              = new System.Windows.Forms.ToolStrip();
     this._LockAllButton                      = new System.Windows.Forms.ToolStripButton();
     this._InvertAllButton                    = new System.Windows.Forms.ToolStripButton();
     this._UnlockAllButton                    = new System.Windows.Forms.ToolStripButton();
     this._StatisticsTabPage                  = new System.Windows.Forms.TabPage();
     this._EnableStatsEditingCheckBox         = new System.Windows.Forms.CheckBox();
     this._StatisticsDataGridView             = new System.Windows.Forms.DataGridView();
     _ToolStripSeparator1                     = new System.Windows.Forms.ToolStripSeparator();
     this._MainToolStrip.SuspendLayout();
     this._MainStatusStrip.SuspendLayout();
     this._MainTabControl.SuspendLayout();
     this._AchievementsTabPage.SuspendLayout();
     this._AchievementsToolStrip.SuspendLayout();
     this._StatisticsTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._StatisticsDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _MainToolStrip
     //
     this._MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._StoreButton,
         this._ReloadButton,
         _ToolStripSeparator1,
         this._ResetButton
     });
     this._MainToolStrip.Location = new System.Drawing.Point(0, 0);
     this._MainToolStrip.Name     = "_MainToolStrip";
     this._MainToolStrip.Size     = new System.Drawing.Size(632, 25);
     this._MainToolStrip.TabIndex = 1;
     //
     // _StoreButton
     //
     this._StoreButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this._StoreButton.Enabled               = false;
     this._StoreButton.Image                 = global::SAM.Game.Resources.Save;
     this._StoreButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._StoreButton.Name        = "_StoreButton";
     this._StoreButton.Size        = new System.Drawing.Size(120, 22);
     this._StoreButton.Text        = "Commit Changes";
     this._StoreButton.ToolTipText = "Store achievements and statistics for active game.";
     this._StoreButton.Click      += new System.EventHandler(this.OnStore);
     //
     // _ReloadButton
     //
     this._ReloadButton.Enabled = false;
     this._ReloadButton.Image   = global::SAM.Game.Resources.Refresh;
     this._ReloadButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._ReloadButton.Name        = "_ReloadButton";
     this._ReloadButton.Size        = new System.Drawing.Size(66, 22);
     this._ReloadButton.Text        = "Refresh";
     this._ReloadButton.ToolTipText = "Refresh achievements and statistics for active game.";
     this._ReloadButton.Click      += new System.EventHandler(this.OnRefresh);
     //
     // _ResetButton
     //
     this._ResetButton.Image = global::SAM.Game.Resources.Reset;
     this._ResetButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._ResetButton.Name        = "_ResetButton";
     this._ResetButton.Size        = new System.Drawing.Size(55, 22);
     this._ResetButton.Text        = "Reset";
     this._ResetButton.ToolTipText = "Reset achievements and/or statistics for active game.";
     this._ResetButton.Click      += new System.EventHandler(this.OnResetAllStats);
     //
     // _AchievementImageList
     //
     this._AchievementImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this._AchievementImageList.ImageSize        = new System.Drawing.Size(64, 64);
     this._AchievementImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // _MainStatusStrip
     //
     this._MainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._CountryStatusLabel,
         this._GameStatusLabel,
         this._DownloadStatusLabel
     });
     this._MainStatusStrip.Location = new System.Drawing.Point(0, 370);
     this._MainStatusStrip.Name     = "_MainStatusStrip";
     this._MainStatusStrip.Size     = new System.Drawing.Size(632, 22);
     this._MainStatusStrip.TabIndex = 4;
     this._MainStatusStrip.Text     = "statusStrip1";
     //
     // _CountryStatusLabel
     //
     this._CountryStatusLabel.Name = "_CountryStatusLabel";
     this._CountryStatusLabel.Size = new System.Drawing.Size(0, 17);
     //
     // _GameStatusLabel
     //
     this._GameStatusLabel.Name      = "_GameStatusLabel";
     this._GameStatusLabel.Size      = new System.Drawing.Size(617, 17);
     this._GameStatusLabel.Spring    = true;
     this._GameStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _DownloadStatusLabel
     //
     this._DownloadStatusLabel.Image   = global::SAM.Game.Resources.Download;
     this._DownloadStatusLabel.Name    = "_DownloadStatusLabel";
     this._DownloadStatusLabel.Size    = new System.Drawing.Size(111, 17);
     this._DownloadStatusLabel.Text    = "Download status";
     this._DownloadStatusLabel.Visible = false;
     //
     // _CallbackTimer
     //
     this._CallbackTimer.Enabled = true;
     this._CallbackTimer.Tick   += new System.EventHandler(this.OnTimer);
     //
     // _MainTabControl
     //
     this._MainTabControl.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._MainTabControl.Controls.Add(this._AchievementsTabPage);
     this._MainTabControl.Controls.Add(this._StatisticsTabPage);
     this._MainTabControl.Location      = new System.Drawing.Point(8, 33);
     this._MainTabControl.Name          = "_MainTabControl";
     this._MainTabControl.SelectedIndex = 0;
     this._MainTabControl.Size          = new System.Drawing.Size(616, 334);
     this._MainTabControl.TabIndex      = 5;
     //
     // _AchievementsTabPage
     //
     this._AchievementsTabPage.Controls.Add(this._AchievementListView);
     this._AchievementsTabPage.Controls.Add(this._AchievementsToolStrip);
     this._AchievementsTabPage.Location = new System.Drawing.Point(4, 22);
     this._AchievementsTabPage.Name     = "_AchievementsTabPage";
     this._AchievementsTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this._AchievementsTabPage.Size     = new System.Drawing.Size(608, 308);
     this._AchievementsTabPage.TabIndex = 0;
     this._AchievementsTabPage.Text     = "Achievements";
     this._AchievementsTabPage.UseVisualStyleBackColor = true;
     //
     // _AchievementListView
     //
     this._AchievementListView.Activation           = System.Windows.Forms.ItemActivation.OneClick;
     this._AchievementListView.BackColor            = System.Drawing.Color.Black;
     this._AchievementListView.BackgroundImageTiled = true;
     this._AchievementListView.CheckBoxes           = true;
     this._AchievementListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._AchievementNameColumnHeader,
         this._AchievementDescriptionColumnHeader
     });
     this._AchievementListView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._AchievementListView.ForeColor      = System.Drawing.Color.White;
     this._AchievementListView.FullRowSelect  = true;
     this._AchievementListView.GridLines      = true;
     this._AchievementListView.HideSelection  = false;
     this._AchievementListView.LargeImageList = this._AchievementImageList;
     this._AchievementListView.Location       = new System.Drawing.Point(3, 28);
     this._AchievementListView.Name           = "_AchievementListView";
     this._AchievementListView.Size           = new System.Drawing.Size(602, 277);
     this._AchievementListView.SmallImageList = this._AchievementImageList;
     this._AchievementListView.Sorting        = System.Windows.Forms.SortOrder.Ascending;
     this._AchievementListView.TabIndex       = 4;
     this._AchievementListView.UseCompatibleStateImageBehavior = false;
     this._AchievementListView.View       = System.Windows.Forms.View.Details;
     this._AchievementListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.OnCheckAchievement);
     //
     // _AchievementNameColumnHeader
     //
     this._AchievementNameColumnHeader.Text  = "Name";
     this._AchievementNameColumnHeader.Width = 200;
     //
     // _AchievementDescriptionColumnHeader
     //
     this._AchievementDescriptionColumnHeader.Text  = "Description";
     this._AchievementDescriptionColumnHeader.Width = 380;
     //
     // _AchievementsToolStrip
     //
     this._AchievementsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._LockAllButton,
         this._InvertAllButton,
         this._UnlockAllButton
     });
     this._AchievementsToolStrip.Location = new System.Drawing.Point(3, 3);
     this._AchievementsToolStrip.Name     = "_AchievementsToolStrip";
     this._AchievementsToolStrip.Size     = new System.Drawing.Size(602, 25);
     this._AchievementsToolStrip.TabIndex = 5;
     //
     // _LockAllButton
     //
     this._LockAllButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._LockAllButton.Image                 = global::SAM.Game.Resources.Lock;
     this._LockAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._LockAllButton.Name        = "_LockAllButton";
     this._LockAllButton.Size        = new System.Drawing.Size(23, 22);
     this._LockAllButton.Text        = "Lock All";
     this._LockAllButton.ToolTipText = "Lock all achievements.";
     this._LockAllButton.Click      += new System.EventHandler(this.OnLockAll);
     //
     // _InvertAllButton
     //
     this._InvertAllButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._InvertAllButton.Image                 = global::SAM.Game.Resources.Invert;
     this._InvertAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._InvertAllButton.Name        = "_InvertAllButton";
     this._InvertAllButton.Size        = new System.Drawing.Size(23, 22);
     this._InvertAllButton.Text        = "Invert All";
     this._InvertAllButton.ToolTipText = "Invert all achievements.";
     this._InvertAllButton.Click      += new System.EventHandler(this.OnInvertAll);
     //
     // _UnlockAllButton
     //
     this._UnlockAllButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._UnlockAllButton.Image                 = global::SAM.Game.Resources.Unlock;
     this._UnlockAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._UnlockAllButton.Name        = "_UnlockAllButton";
     this._UnlockAllButton.Size        = new System.Drawing.Size(23, 22);
     this._UnlockAllButton.Text        = "Unlock All";
     this._UnlockAllButton.ToolTipText = "Unlock all achievements.";
     this._UnlockAllButton.Click      += new System.EventHandler(this.OnUnlockAll);
     //
     // _StatisticsTabPage
     //
     this._StatisticsTabPage.Controls.Add(this._EnableStatsEditingCheckBox);
     this._StatisticsTabPage.Controls.Add(this._StatisticsDataGridView);
     this._StatisticsTabPage.Location = new System.Drawing.Point(4, 22);
     this._StatisticsTabPage.Name     = "_StatisticsTabPage";
     this._StatisticsTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this._StatisticsTabPage.Size     = new System.Drawing.Size(608, 308);
     this._StatisticsTabPage.TabIndex = 1;
     this._StatisticsTabPage.Text     = "Statistics";
     this._StatisticsTabPage.UseVisualStyleBackColor = true;
     //
     // _EnableStatsEditingCheckBox
     //
     this._EnableStatsEditingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this._EnableStatsEditingCheckBox.AutoSize = true;
     this._EnableStatsEditingCheckBox.Location = new System.Drawing.Point(6, 285);
     this._EnableStatsEditingCheckBox.Name     = "_EnableStatsEditingCheckBox";
     this._EnableStatsEditingCheckBox.Size     = new System.Drawing.Size(512, 17);
     this._EnableStatsEditingCheckBox.TabIndex = 1;
     this._EnableStatsEditingCheckBox.Text     = "I understand by modifying the values of stats, I may screw things up and can\'t bl" +
                                                 "ame anyone but myself.";
     this._EnableStatsEditingCheckBox.UseVisualStyleBackColor = true;
     this._EnableStatsEditingCheckBox.CheckedChanged         += new System.EventHandler(this.OnStatAgreementChecked);
     //
     // _StatisticsDataGridView
     //
     this._StatisticsDataGridView.AllowUserToAddRows    = false;
     this._StatisticsDataGridView.AllowUserToDeleteRows = false;
     this._StatisticsDataGridView.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._StatisticsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this._StatisticsDataGridView.Location     = new System.Drawing.Point(6, 6);
     this._StatisticsDataGridView.Name         = "_StatisticsDataGridView";
     this._StatisticsDataGridView.Size         = new System.Drawing.Size(596, 273);
     this._StatisticsDataGridView.TabIndex     = 0;
     this._StatisticsDataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.OnStatCellEndEdit);
     this._StatisticsDataGridView.DataError   += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnStatDataError);
     //
     // Manager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(632, 392);
     this.Controls.Add(this._MainToolStrip);
     this.Controls.Add(this._MainTabControl);
     this.Controls.Add(this._MainStatusStrip);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(640, 50);
     this.Name        = "Manager";
     this.Text        = "Steam Achievement Manager 7.0";
     this._MainToolStrip.ResumeLayout(false);
     this._MainToolStrip.PerformLayout();
     this._MainStatusStrip.ResumeLayout(false);
     this._MainStatusStrip.PerformLayout();
     this._MainTabControl.ResumeLayout(false);
     this._AchievementsTabPage.ResumeLayout(false);
     this._AchievementsTabPage.PerformLayout();
     this._AchievementsToolStrip.ResumeLayout(false);
     this._AchievementsToolStrip.PerformLayout();
     this._StatisticsTabPage.ResumeLayout(false);
     this._StatisticsTabPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._StatisticsDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.GroupBox           groupBox1;
     System.Windows.Forms.Label              label2;
     System.Windows.Forms.Label              label1;
     System.Windows.Forms.MenuStrip          menuStrip1;
     System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
     System.Windows.Forms.StatusStrip        statusStrip1;
     this.txtMaxRings        = new System.Windows.Forms.TextBox();
     this.cmoSelectedSection = new System.Windows.Forms.ComboBox();
     this.mnuFile            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSave            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExportData      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExit            = new System.Windows.Forms.ToolStripMenuItem();
     this.lblStatus          = new System.Windows.Forms.ToolStripStatusLabel();
     this.prbStatus          = new System.Windows.Forms.ToolStripProgressBar();
     this.picSectionImage    = new System.Windows.Forms.PictureBox();
     groupBox1          = new System.Windows.Forms.GroupBox();
     label2             = new System.Windows.Forms.Label();
     label1             = new System.Windows.Forms.Label();
     menuStrip1         = new System.Windows.Forms.MenuStrip();
     toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     statusStrip1       = new System.Windows.Forms.StatusStrip();
     groupBox1.SuspendLayout();
     menuStrip1.SuspendLayout();
     statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.txtMaxRings);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(this.cmoSelectedSection);
     groupBox1.Controls.Add(label1);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     groupBox1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     groupBox1.Location = new System.Drawing.Point(469, 24);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(200, 474);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Sections";
     //
     // txtMaxRings
     //
     this.txtMaxRings.Location = new System.Drawing.Point(94, 62);
     this.txtMaxRings.Name     = "txtMaxRings";
     this.txtMaxRings.Size     = new System.Drawing.Size(44, 20);
     this.txtMaxRings.TabIndex = 4;
     this.txtMaxRings.Leave   += new System.EventHandler(this.txtMaxRings_Leave);
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(6, 65);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(57, 14);
     label2.TabIndex = 3;
     label2.Text     = "Max Rings";
     //
     // cmoSelectedSection
     //
     this.cmoSelectedSection.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmoSelectedSection.FormattingEnabled = true;
     this.cmoSelectedSection.Location          = new System.Drawing.Point(94, 26);
     this.cmoSelectedSection.Name                  = "cmoSelectedSection";
     this.cmoSelectedSection.Size                  = new System.Drawing.Size(90, 22);
     this.cmoSelectedSection.TabIndex              = 1;
     this.cmoSelectedSection.SelectedIndexChanged += new System.EventHandler(this.cmoSelectedSection_SelectedIndexChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 29);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(82, 14);
     label1.TabIndex = 0;
     label1.Text     = "Current Section";
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuFile
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(669, 24);
     menuStrip1.TabIndex = 2;
     menuStrip1.Text     = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuOpen,
         this.mnuSave,
         toolStripMenuItem1,
         this.mnuExportData,
         toolStripMenuItem3,
         this.mnuExit
     });
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(37, 20);
     this.mnuFile.Text = "&File";
     //
     // mnuOpen
     //
     this.mnuOpen.Name   = "mnuOpen";
     this.mnuOpen.Size   = new System.Drawing.Size(142, 22);
     this.mnuOpen.Text   = "&Open...";
     this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
     //
     // mnuSave
     //
     this.mnuSave.Name   = "mnuSave";
     this.mnuSave.Size   = new System.Drawing.Size(142, 22);
     this.mnuSave.Text   = "&Save...";
     this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(139, 6);
     //
     // mnuExportData
     //
     this.mnuExportData.Name   = "mnuExportData";
     this.mnuExportData.Size   = new System.Drawing.Size(142, 22);
     this.mnuExportData.Text   = "Export data...";
     this.mnuExportData.Click += new System.EventHandler(this.mnuExportData_Click);
     //
     // toolStripMenuItem3
     //
     toolStripMenuItem3.Name = "toolStripMenuItem3";
     toolStripMenuItem3.Size = new System.Drawing.Size(139, 6);
     //
     // mnuExit
     //
     this.mnuExit.Name   = "mnuExit";
     this.mnuExit.Size   = new System.Drawing.Size(142, 22);
     this.mnuExit.Text   = "&Exit";
     this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
     //
     // statusStrip1
     //
     statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus,
         this.prbStatus
     });
     statusStrip1.Location = new System.Drawing.Point(0, 476);
     statusStrip1.Name     = "statusStrip1";
     statusStrip1.Size     = new System.Drawing.Size(469, 22);
     statusStrip1.TabIndex = 3;
     statusStrip1.Text     = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(52, 17);
     this.lblStatus.Text = "lblStatus";
     //
     // prbStatus
     //
     this.prbStatus.Name = "prbStatus";
     this.prbStatus.Size = new System.Drawing.Size(100, 16);
     //
     // picSectionImage
     //
     this.picSectionImage.BackColor  = System.Drawing.Color.Black;
     this.picSectionImage.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.picSectionImage.Location   = new System.Drawing.Point(0, 24);
     this.picSectionImage.Name       = "picSectionImage";
     this.picSectionImage.Size       = new System.Drawing.Size(469, 474);
     this.picSectionImage.TabIndex   = 1;
     this.picSectionImage.TabStop    = false;
     this.picSectionImage.Paint     += new System.Windows.Forms.PaintEventHandler(this.picSectionImage_Paint);
     this.picSectionImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picSectionImage_MouseDown);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(669, 498);
     this.Controls.Add(statusStrip1);
     this.Controls.Add(this.picSectionImage);
     this.Controls.Add(groupBox1);
     this.Controls.Add(menuStrip1);
     this.Name = "MainForm";
     this.Text = "Sonic 3 Special Stage - Section Decoder";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     statusStrip1.ResumeLayout(false);
     statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 16
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.menuStrip1          = new System.Windows.Forms.MenuStrip();
     this.miConnection        = new System.Windows.Forms.ToolStripMenuItem();
     this.miConnect           = new System.Windows.Forms.ToolStripMenuItem();
     this.miDisconnect        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripSeparator();
     this.miProfile           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripSeparator();
     this.miExit              = new System.Windows.Forms.ToolStripMenuItem();
     this.miView              = new System.Windows.Forms.ToolStripMenuItem();
     this.miService           = new System.Windows.Forms.ToolStripMenuItem();
     this.miDHTLog            = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbConnect           = new System.Windows.Forms.ToolStripButton();
     this.tbDisconnect        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbProfile           = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.lblConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.lstMembers          = new System.Windows.Forms.ListView();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPeerProfile       = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.lstChatMsgs         = new System.Windows.Forms.RichTextBox();
     this.txtChatMsg          = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1    = new System.Windows.Forms.FlowLayoutPanel();
     this.btnSendToAll        = new System.Windows.Forms.Button();
     this.btnSend             = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnection,
         this.miView,
         this.miService,
         this.miHelp
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(731, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miConnection
     //
     this.miConnection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnect,
         this.miDisconnect,
         this.toolStripMenuItem1,
         this.miProfile,
         this.toolStripMenuItem2,
         this.miExit
     });
     this.miConnection.Name = "miConnection";
     this.miConnection.Size = new System.Drawing.Size(81, 20);
     this.miConnection.Text = "Connection";
     //
     // miConnect
     //
     this.miConnect.Name   = "miConnect";
     this.miConnect.Size   = new System.Drawing.Size(133, 22);
     this.miConnect.Text   = "Connect";
     this.miConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // miDisconnect
     //
     this.miDisconnect.Name   = "miDisconnect";
     this.miDisconnect.Size   = new System.Drawing.Size(133, 22);
     this.miDisconnect.Text   = "Disconnect";
     this.miDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
     //
     // miProfile
     //
     this.miProfile.Name   = "miProfile";
     this.miProfile.Size   = new System.Drawing.Size(133, 22);
     this.miProfile.Text   = "Profile";
     this.miProfile.Click += new System.EventHandler(this.miProfile_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
     //
     // miExit
     //
     this.miExit.Name   = "miExit";
     this.miExit.Size   = new System.Drawing.Size(133, 22);
     this.miExit.Text   = "Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miView
     //
     this.miView.Name = "miView";
     this.miView.Size = new System.Drawing.Size(44, 20);
     this.miView.Text = "View";
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miDHTLog
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(56, 20);
     this.miService.Text = "Service";
     //
     // miDHTLog
     //
     this.miDHTLog.Name   = "miDHTLog";
     this.miDHTLog.Size   = new System.Drawing.Size(121, 22);
     this.miDHTLog.Text   = "DHT Log";
     this.miDHTLog.Click += new System.EventHandler(this.miDHTLog_Click);
     //
     // miHelp
     //
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(44, 20);
     this.miHelp.Text = "Help";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbConnect,
         this.tbDisconnect,
         this.toolStripSeparator1,
         this.tbProfile
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(731, 25);
     this.toolStrip1.TabIndex = 13;
     //
     // tbConnect
     //
     this.tbConnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbConnect.Name   = "tbConnect";
     this.tbConnect.Size   = new System.Drawing.Size(56, 22);
     this.tbConnect.Text   = "Connect";
     this.tbConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // tbDisconnect
     //
     this.tbDisconnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDisconnect.Name   = "tbDisconnect";
     this.tbDisconnect.Size   = new System.Drawing.Size(70, 22);
     this.tbDisconnect.Text   = "Disconnect";
     this.tbDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tbProfile
     //
     this.tbProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProfile.Name   = "tbProfile";
     this.tbProfile.Size   = new System.Drawing.Size(45, 22);
     this.tbProfile.Text   = "Profile";
     this.tbProfile.Click += new System.EventHandler(this.miProfile_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblConnectionStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 420);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 13, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(731, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblConnectionStatus
     //
     this.lblConnectionStatus.Name = "lblConnectionStatus";
     this.lblConnectionStatus.Size = new System.Drawing.Size(12, 17);
     this.lblConnectionStatus.Text = "-";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lstMembers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(731, 371);
     this.splitContainer1.SplitterDistance = 236;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 12;
     //
     // lstMembers
     //
     this.lstMembers.ContextMenuStrip = this.contextMenuStrip1;
     this.lstMembers.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lstMembers.Location         = new System.Drawing.Point(0, 0);
     this.lstMembers.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lstMembers.Name             = "lstMembers";
     this.lstMembers.Size             = new System.Drawing.Size(236, 371);
     this.lstMembers.TabIndex         = 4;
     this.lstMembers.UseCompatibleStateImageBehavior = false;
     this.lstMembers.View = System.Windows.Forms.View.List;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeerProfile
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
     //
     // miPeerProfile
     //
     this.miPeerProfile.Name   = "miPeerProfile";
     this.miPeerProfile.Size   = new System.Drawing.Size(152, 22);
     this.miPeerProfile.Text   = "Profile";
     this.miPeerProfile.Click += new System.EventHandler(this.miPeerProfile_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.lstChatMsgs);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.txtChatMsg);
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer2.Size             = new System.Drawing.Size(492, 371);
     this.splitContainer2.SplitterDistance = 209;
     this.splitContainer2.TabIndex         = 0;
     //
     // lstChatMsgs
     //
     this.lstChatMsgs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lstChatMsgs.Location = new System.Drawing.Point(0, 0);
     this.lstChatMsgs.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.lstChatMsgs.Name     = "lstChatMsgs";
     this.lstChatMsgs.ReadOnly = true;
     this.lstChatMsgs.Size     = new System.Drawing.Size(492, 209);
     this.lstChatMsgs.TabIndex = 0;
     this.lstChatMsgs.Text     = "";
     //
     // txtChatMsg
     //
     this.txtChatMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtChatMsg.Location  = new System.Drawing.Point(0, 0);
     this.txtChatMsg.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChatMsg.Multiline = true;
     this.txtChatMsg.Name      = "txtChatMsg";
     this.txtChatMsg.Size      = new System.Drawing.Size(492, 116);
     this.txtChatMsg.TabIndex  = 6;
     this.txtChatMsg.Text      = "test";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSendToAll);
     this.flowLayoutPanel1.Controls.Add(this.btnSend);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 116);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(492, 42);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // btnSendToAll
     //
     this.btnSendToAll.Location = new System.Drawing.Point(399, 4);
     this.btnSendToAll.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSendToAll.Name     = "btnSendToAll";
     this.btnSendToAll.Size     = new System.Drawing.Size(90, 34);
     this.btnSendToAll.TabIndex = 7;
     this.btnSendToAll.Text     = "Send to All";
     this.btnSendToAll.UseVisualStyleBackColor = true;
     this.btnSendToAll.Click += new System.EventHandler(this.btnSendToAll_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(303, 4);
     this.btnSend.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(90, 34);
     this.btnSend.TabIndex = 8;
     this.btnSend.Text     = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // ChatForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(731, 442);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "ChatForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GKCommunicator";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.oDataFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sharePointFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cloneFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.deleteFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.purgeFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GridView = new System.Windows.Forms.DataGridView();
     this.Action = new System.Windows.Forms.DataGridViewLinkColumn();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowError = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.JobStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.createToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
     this.menuStrip1.Size = new System.Drawing.Size(649, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // 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(91, 22);
     this.exitToolStripMenuItem.Text = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // createToolStripMenuItem
     //
     this.createToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newFeedToolStripMenuItem,
     this.toolStripSeparator1,
     this.editFeedToolStripMenuItem,
     this.cloneFeedToolStripMenuItem,
     this.toolStripSeparator2,
     this.deleteFeedToolStripMenuItem,
     this.purgeFeedToolStripMenuItem});
     this.createToolStripMenuItem.Name = "createToolStripMenuItem";
     this.createToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
     this.createToolStripMenuItem.Text = "&Job";
     this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click);
     //
     // newFeedToolStripMenuItem
     //
     this.newFeedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sQLDatabaseToolStripMenuItem,
     this.oDataFeedToolStripMenuItem,
     this.sharePointFeedToolStripMenuItem});
     this.newFeedToolStripMenuItem.Name = "newFeedToolStripMenuItem";
     this.newFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.newFeedToolStripMenuItem.Text = "&Add";
     //
     // sQLDatabaseToolStripMenuItem
     //
     this.sQLDatabaseToolStripMenuItem.Name = "sQLDatabaseToolStripMenuItem";
     this.sQLDatabaseToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sQLDatabaseToolStripMenuItem.Text = "&SQL Server/SQL Database";
     this.sQLDatabaseToolStripMenuItem.Click += new System.EventHandler(this.sQLDatabaseToolStripMenuItem_Click);
     //
     // oDataFeedToolStripMenuItem
     //
     this.oDataFeedToolStripMenuItem.Enabled = false;
     this.oDataFeedToolStripMenuItem.Name = "oDataFeedToolStripMenuItem";
     this.oDataFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.oDataFeedToolStripMenuItem.Text = "OData Feed";
     //
     // sharePointFeedToolStripMenuItem
     //
     this.sharePointFeedToolStripMenuItem.Enabled = false;
     this.sharePointFeedToolStripMenuItem.Name = "sharePointFeedToolStripMenuItem";
     this.sharePointFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sharePointFeedToolStripMenuItem.Text = "SharePoint Feed";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editFeedToolStripMenuItem
     //
     this.editFeedToolStripMenuItem.Enabled = false;
     this.editFeedToolStripMenuItem.Name = "editFeedToolStripMenuItem";
     this.editFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.editFeedToolStripMenuItem.Text = "&Update";
     this.editFeedToolStripMenuItem.Click += new System.EventHandler(this.editFeedToolStripMenuItem_Click);
     //
     // cloneFeedToolStripMenuItem
     //
     this.cloneFeedToolStripMenuItem.Enabled = false;
     this.cloneFeedToolStripMenuItem.Name = "cloneFeedToolStripMenuItem";
     this.cloneFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cloneFeedToolStripMenuItem.Text = "&Clone";
     this.cloneFeedToolStripMenuItem.Click += new System.EventHandler(this.cloneFeedToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // deleteFeedToolStripMenuItem
     //
     this.deleteFeedToolStripMenuItem.Enabled = false;
     this.deleteFeedToolStripMenuItem.Name = "deleteFeedToolStripMenuItem";
     this.deleteFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.deleteFeedToolStripMenuItem.Text = "&Remove";
     this.deleteFeedToolStripMenuItem.Click += new System.EventHandler(this.deleteFeedToolStripMenuItem_Click);
     //
     // purgeFeedToolStripMenuItem
     //
     this.purgeFeedToolStripMenuItem.Enabled = false;
     this.purgeFeedToolStripMenuItem.Name = "purgeFeedToolStripMenuItem";
     this.purgeFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.purgeFeedToolStripMenuItem.Text = "&Purge";
     this.purgeFeedToolStripMenuItem.Click += new System.EventHandler(this.purgeFeedToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.aboutToolStripMenuItem.Text = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // GridView
     //
     this.GridView.AllowUserToAddRows = false;
     this.GridView.AllowUserToDeleteRows = false;
     this.GridView.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
     this.GridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.GridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.GridView.BackgroundColor = System.Drawing.SystemColors.Control;
     this.GridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.GridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.GridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Action});
     this.GridView.ContextMenuStrip = this.contextMenuStrip1;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.GridView.DefaultCellStyle = dataGridViewCellStyle3;
     this.GridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridView.GridColor = System.Drawing.SystemColors.Control;
     this.GridView.Location = new System.Drawing.Point(0, 0);
     this.GridView.Margin = new System.Windows.Forms.Padding(4);
     this.GridView.MultiSelect = false;
     this.GridView.Name = "GridView";
     this.GridView.ReadOnly = true;
     this.GridView.RowHeadersVisible = false;
     this.GridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.GridView.Size = new System.Drawing.Size(649, 215);
     this.GridView.TabIndex = 1;
     this.GridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellClick);
     this.GridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellDoubleClick);
     this.GridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.GridView_CellFormatting);
     this.GridView.SelectionChanged += new System.EventHandler(this.GridView_SelectionChanged);
     this.GridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridView_KeyDown);
     this.GridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GridView_MouseDown);
     //
     // Action
     //
     this.Action.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Action.DefaultCellStyle = dataGridViewCellStyle2;
     this.Action.HeaderText = "Action";
     this.Action.Name = "Action";
     this.Action.ReadOnly = true;
     this.Action.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Action.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Action.Text = "Start Job";
     this.Action.Width = 5;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ShowError});
     this.contextMenuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(170, 26);
     //
     // ShowError
     //
     this.ShowError.Name = "ShowError";
     this.ShowError.Size = new System.Drawing.Size(169, 22);
     this.ShowError.Text = "Show Error Details";
     this.ShowError.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.JobStatus});
     this.statusStrip1.Location = new System.Drawing.Point(0, 6);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(649, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text = "statusStrip1";
     //
     // JobStatus
     //
     this.JobStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.JobStatus.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.JobStatus.Name = "JobStatus";
     this.JobStatus.Size = new System.Drawing.Size(0, 17);
     this.JobStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.GridView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.splitContainer1.Panel2MinSize = 15;
     this.splitContainer1.Size = new System.Drawing.Size(649, 244);
     this.splitContainer1.SplitterDistance = 215;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 3;
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(649, 268);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MinimizeBox = false;
     this.Name = "FormMain";
     this.Text = "Power BI Live Datasets";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 18
0
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.ToolBar1          = new System.Windows.Forms.ToolStrip();
     this.tbImageSave       = new System.Windows.Forms.ToolStripButton();
     this.tbs1              = new System.Windows.Forms.ToolStripSeparator();
     this.tbGens            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGens          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miGensInf         = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens1           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens2           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens3           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens4           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens5           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens6           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens7           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens8           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens9           = new System.Windows.Forms.ToolStripMenuItem();
     this.tbs2              = new System.Windows.Forms.ToolStripSeparator();
     this.tbModes           = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuModes         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miModeBoth        = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeAncestors   = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeDescendants = new System.Windows.Forms.ToolStripMenuItem();
     this.N7 = new System.Windows.Forms.ToolStripSeparator();
     this.miTraceSelected  = new System.Windows.Forms.ToolStripMenuItem();
     this.miTraceKinships  = new System.Windows.Forms.ToolStripMenuItem();
     this.miCertaintyIndex = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFillColor         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFillImage         = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter            = new System.Windows.Forms.ToolStripButton();
     this.tbPrev              = new System.Windows.Forms.ToolStripButton();
     this.tbNext              = new System.Windows.Forms.ToolStripButton();
     this.tbDocPreview        = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint          = new System.Windows.Forms.ToolStripButton();
     this.MenuPerson          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miEdit              = new System.Windows.Forms.ToolStripMenuItem();
     this.N1                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFatherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miMotherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFamilyAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSpouseAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSonAdd            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDaughterAdd       = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                  = new System.Windows.Forms.ToolStripSeparator();
     this.miDelete            = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                  = new System.Windows.Forms.ToolStripSeparator();
     this.miRebuildTree       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRebuildKinships   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.N10                 = new System.Windows.Forms.ToolStripSeparator();
     this.miSelectColor       = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolBar1.SuspendLayout();
     this.MenuGens.SuspendLayout();
     this.MenuModes.SuspendLayout();
     this.MenuPerson.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbGens,
         this.tbs2,
         this.tbModes,
         this.toolStripSeparator1,
         this.tbFilter,
         this.tbPrev,
         this.tbNext,
         this.toolStripSeparator2,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(822, 27);
     this.ToolBar1.TabIndex = 0;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 24);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 27);
     //
     // tbGens
     //
     this.tbGens.DropDown = this.MenuGens;
     this.tbGens.Name     = "tbGens";
     this.tbGens.Size     = new System.Drawing.Size(68, 24);
     this.tbGens.Text     = "tbGens";
     //
     // MenuGens
     //
     this.MenuGens.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miGensInf,
         this.miGens1,
         this.miGens2,
         this.miGens3,
         this.miGens4,
         this.miGens5,
         this.miGens6,
         this.miGens7,
         this.miGens8,
         this.miGens9
     });
     this.MenuGens.Name      = "MenuGens";
     this.MenuGens.OwnerItem = this.tbGens;
     this.MenuGens.Size      = new System.Drawing.Size(96, 244);
     //
     // miGensInf
     //
     this.miGensInf.Checked    = true;
     this.miGensInf.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miGensInf.Name       = "miGensInf";
     this.miGensInf.Size       = new System.Drawing.Size(95, 24);
     this.miGensInf.Text       = "Inf";
     this.miGensInf.Click     += new System.EventHandler(this.miGens9_Click);
     //
     // miGens1
     //
     this.miGens1.Name   = "miGens1";
     this.miGens1.Size   = new System.Drawing.Size(95, 24);
     this.miGens1.Text   = "1";
     this.miGens1.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens2
     //
     this.miGens2.Name   = "miGens2";
     this.miGens2.Size   = new System.Drawing.Size(95, 24);
     this.miGens2.Text   = "2";
     this.miGens2.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens3
     //
     this.miGens3.Name   = "miGens3";
     this.miGens3.Size   = new System.Drawing.Size(95, 24);
     this.miGens3.Text   = "3";
     this.miGens3.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens4
     //
     this.miGens4.Name   = "miGens4";
     this.miGens4.Size   = new System.Drawing.Size(95, 24);
     this.miGens4.Text   = "4";
     this.miGens4.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens5
     //
     this.miGens5.Name   = "miGens5";
     this.miGens5.Size   = new System.Drawing.Size(95, 24);
     this.miGens5.Text   = "5";
     this.miGens5.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens6
     //
     this.miGens6.Name   = "miGens6";
     this.miGens6.Size   = new System.Drawing.Size(95, 24);
     this.miGens6.Text   = "6";
     this.miGens6.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens7
     //
     this.miGens7.Name   = "miGens7";
     this.miGens7.Size   = new System.Drawing.Size(95, 24);
     this.miGens7.Text   = "7";
     this.miGens7.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens8
     //
     this.miGens8.Name   = "miGens8";
     this.miGens8.Size   = new System.Drawing.Size(95, 24);
     this.miGens8.Text   = "8";
     this.miGens8.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens9
     //
     this.miGens9.Name   = "miGens9";
     this.miGens9.Size   = new System.Drawing.Size(95, 24);
     this.miGens9.Text   = "9";
     this.miGens9.Click += new System.EventHandler(this.miGens9_Click);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 27);
     //
     // tbModes
     //
     this.tbModes.DropDown = this.MenuModes;
     this.tbModes.Name     = "tbModes";
     this.tbModes.Size     = new System.Drawing.Size(13, 24);
     //
     // MenuModes
     //
     this.MenuModes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miModeBoth,
         this.miModeAncestors,
         this.miModeDescendants,
         this.N7,
         this.miTraceSelected,
         this.miTraceKinships,
         this.miCertaintyIndex,
         this.N8,
         this.miFillColor,
         this.miFillImage,
         this.N9
     });
     this.MenuModes.Name      = "MenuModes";
     this.MenuModes.OwnerItem = this.tbModes;
     this.MenuModes.Size      = new System.Drawing.Size(219, 214);
     //
     // miModeBoth
     //
     this.miModeBoth.Name   = "miModeBoth";
     this.miModeBoth.Size   = new System.Drawing.Size(218, 24);
     this.miModeBoth.Text   = "miModeBoth";
     this.miModeBoth.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeAncestors
     //
     this.miModeAncestors.Name   = "miModeAncestors";
     this.miModeAncestors.Size   = new System.Drawing.Size(218, 24);
     this.miModeAncestors.Text   = "miModeAncestors";
     this.miModeAncestors.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeDescendants
     //
     this.miModeDescendants.Name   = "miModeDescendants";
     this.miModeDescendants.Size   = new System.Drawing.Size(218, 24);
     this.miModeDescendants.Text   = "miModeDescendants";
     this.miModeDescendants.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(215, 6);
     //
     // miTraceSelected
     //
     this.miTraceSelected.Name   = "miTraceSelected";
     this.miTraceSelected.Size   = new System.Drawing.Size(218, 24);
     this.miTraceSelected.Text   = "miTraceSelected";
     this.miTraceSelected.Click += new System.EventHandler(this.miTraceSelected_Click);
     //
     // miTraceKinships
     //
     this.miTraceKinships.Name   = "miTraceKinships";
     this.miTraceKinships.Size   = new System.Drawing.Size(218, 24);
     this.miTraceKinships.Text   = "miTraceKinships";
     this.miTraceKinships.Click += new System.EventHandler(this.miTraceKinships_Click);
     //
     // miCertaintyIndex
     //
     this.miCertaintyIndex.Name   = "miCertaintyIndex";
     this.miCertaintyIndex.Size   = new System.Drawing.Size(218, 24);
     this.miCertaintyIndex.Text   = "miCertaintyIndex";
     this.miCertaintyIndex.Click += new System.EventHandler(this.miCertaintyIndex_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(215, 6);
     //
     // miFillColor
     //
     this.miFillColor.Name   = "miFillColor";
     this.miFillColor.Size   = new System.Drawing.Size(218, 24);
     this.miFillColor.Text   = "miFillColor";
     this.miFillColor.Click += new System.EventHandler(this.miFillColor_Click);
     //
     // miFillImage
     //
     this.miFillImage.Name   = "miFillImage";
     this.miFillImage.Size   = new System.Drawing.Size(218, 24);
     this.miFillImage.Text   = "miFillImage";
     this.miFillImage.Click += new System.EventHandler(this.miFillImage_Click);
     //
     // N9
     //
     this.N9.Name    = "N9";
     this.N9.Size    = new System.Drawing.Size(215, 6);
     this.N9.Visible = false;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 24);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 24);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 24);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 24);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 24);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // MenuPerson
     //
     this.MenuPerson.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miEdit,
         this.N1,
         this.miFatherAdd,
         this.miMotherAdd,
         this.miFamilyAdd,
         this.miSpouseAdd,
         this.miSonAdd,
         this.miDaughterAdd,
         this.N2,
         this.miDelete,
         this.N3,
         this.miRebuildTree,
         this.miRebuildKinships,
         this.N10,
         this.miSelectColor
     });
     this.MenuPerson.Name     = "MenuPerson";
     this.MenuPerson.Size     = new System.Drawing.Size(201, 262);
     this.MenuPerson.Opening += new System.ComponentModel.CancelEventHandler(this.MenuPerson_Opening);
     //
     // miEdit
     //
     this.miEdit.Name   = "miEdit";
     this.miEdit.Size   = new System.Drawing.Size(200, 24);
     this.miEdit.Text   = "miEdit";
     this.miEdit.Click += new System.EventHandler(this.miEdit_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(197, 6);
     //
     // miFatherAdd
     //
     this.miFatherAdd.Name   = "miFatherAdd";
     this.miFatherAdd.Size   = new System.Drawing.Size(200, 24);
     this.miFatherAdd.Text   = "miFatherAdd";
     this.miFatherAdd.Click += new System.EventHandler(this.miFatherAdd_Click);
     //
     // miMotherAdd
     //
     this.miMotherAdd.Name   = "miMotherAdd";
     this.miMotherAdd.Size   = new System.Drawing.Size(200, 24);
     this.miMotherAdd.Text   = "miMotherAdd";
     this.miMotherAdd.Click += new System.EventHandler(this.miMotherAdd_Click);
     //
     // miFamilyAdd
     //
     this.miFamilyAdd.Name   = "miFamilyAdd";
     this.miFamilyAdd.Size   = new System.Drawing.Size(200, 24);
     this.miFamilyAdd.Text   = "miFamilyAdd";
     this.miFamilyAdd.Click += new System.EventHandler(this.miFamilyAdd_Click);
     //
     // miSpouseAdd
     //
     this.miSpouseAdd.Name   = "miSpouseAdd";
     this.miSpouseAdd.Size   = new System.Drawing.Size(200, 24);
     this.miSpouseAdd.Text   = "miSpouseAdd";
     this.miSpouseAdd.Click += new System.EventHandler(this.miSpouseAdd_Click);
     //
     // miSonAdd
     //
     this.miSonAdd.Name   = "miSonAdd";
     this.miSonAdd.Size   = new System.Drawing.Size(200, 24);
     this.miSonAdd.Text   = "miSonAdd";
     this.miSonAdd.Click += new System.EventHandler(this.miSonAdd_Click);
     //
     // miDaughterAdd
     //
     this.miDaughterAdd.Name   = "miDaughterAdd";
     this.miDaughterAdd.Size   = new System.Drawing.Size(200, 24);
     this.miDaughterAdd.Text   = "miDaughterAdd";
     this.miDaughterAdd.Click += new System.EventHandler(this.miDaughterAdd_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(197, 6);
     //
     // miDelete
     //
     this.miDelete.Name   = "miDelete";
     this.miDelete.Size   = new System.Drawing.Size(200, 24);
     this.miDelete.Text   = "miDelete";
     this.miDelete.Click += new System.EventHandler(this.miDelete_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(197, 6);
     //
     // miRebuildTree
     //
     this.miRebuildTree.Name   = "miRebuildTree";
     this.miRebuildTree.Size   = new System.Drawing.Size(200, 24);
     this.miRebuildTree.Text   = "miRebuildTree";
     this.miRebuildTree.Click += new System.EventHandler(this.miRebuildTree_Click);
     //
     // miRebuildKinships
     //
     this.miRebuildKinships.Name   = "miRebuildKinships";
     this.miRebuildKinships.Size   = new System.Drawing.Size(200, 24);
     this.miRebuildKinships.Text   = "miRebuildKinships";
     this.miRebuildKinships.Click += new System.EventHandler(this.miRebuildKinships_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(197, 6);
     //
     // miSelectColor
     //
     this.miSelectColor.Name   = "miSelectColor";
     this.miSelectColor.Size   = new System.Drawing.Size(200, 24);
     this.miSelectColor.Text   = "miSelectColor";
     this.miSelectColor.Click += new System.EventHandler(this.miSelectColor_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // TreeChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(822, 452);
     this.Controls.Add(this.ToolBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "TreeChartWin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TreeChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.TreeChartWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuGens.ResumeLayout(false);
     this.MenuModes.ResumeLayout(false);
     this.MenuPerson.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.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvData = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnRowAdd = new System.Windows.Forms.Button();
     this.btnColumnAdd = new System.Windows.Forms.Button();
     this.btnDataFileLoad = new System.Windows.Forms.Button();
     this.grpDataType = new System.Windows.Forms.GroupBox();
     this.radDataTypeOrd = new System.Windows.Forms.RadioButton();
     this.radDataTypeInt = new System.Windows.Forms.RadioButton();
     this.radDataTypeFre = new System.Windows.Forms.RadioButton();
     this.btnRun = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.dgvStatMeasure = new System.Windows.Forms.DataGridView();
     this.colStatMeasure = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOrder = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colUse = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.smiDeleteSelCol = new System.Windows.Forms.ToolStripMenuItem();
     this.smiDeleteSelRow = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cmsDataCells = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.smiRenameHeader = new System.Windows.Forms.ToolStripMenuItem();
     this.txtRenameHeader = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.smiRenameColumn = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameRow = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameTopLeftCell = new System.Windows.Forms.ToolStripMenuItem();
     this.menInputAndSelection = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutStatisticalAnalyzerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.grpDataType.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).BeginInit();
     this.cmsDataCells.SuspendLayout();
     this.menInputAndSelection.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvData
     //
     this.dgvData.AllowUserToResizeColumns = false;
     this.dgvData.AllowUserToResizeRows = false;
     this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dgvData.Location = new System.Drawing.Point(0, 90);
     this.dgvData.Name = "dgvData";
     this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.dgvData.Size = new System.Drawing.Size(596, 365);
     this.dgvData.TabIndex = 0;
     this.dgvData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellEndEdit);
     this.dgvData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseClick);
     this.dgvData.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseUp);
     this.dgvData.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgvData_ColumnAdded);
     this.dgvData.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseClick);
     this.dgvData.ColumnHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseDoubleClick);
     this.dgvData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvData_DefaultValuesNeeded);
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column1.HeaderText = "Column1";
     this.Column1.Name = "Column1";
     this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column1.Width = 54;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnRowAdd);
     this.groupBox1.Controls.Add(this.btnColumnAdd);
     this.groupBox1.Controls.Add(this.btnDataFileLoad);
     this.groupBox1.Controls.Add(this.dgvData);
     this.groupBox1.Location = new System.Drawing.Point(12, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(596, 461);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Input and Select Data";
     //
     // btnRowAdd
     //
     this.btnRowAdd.Location = new System.Drawing.Point(91, 67);
     this.btnRowAdd.Name = "btnRowAdd";
     this.btnRowAdd.Size = new System.Drawing.Size(79, 21);
     this.btnRowAdd.TabIndex = 9;
     this.btnRowAdd.Text = "Add Ro&w";
     this.btnRowAdd.UseVisualStyleBackColor = true;
     this.btnRowAdd.Click += new System.EventHandler(this.btnRowAdd_Click);
     //
     // btnColumnAdd
     //
     this.btnColumnAdd.Location = new System.Drawing.Point(6, 67);
     this.btnColumnAdd.Name = "btnColumnAdd";
     this.btnColumnAdd.Size = new System.Drawing.Size(79, 21);
     this.btnColumnAdd.TabIndex = 2;
     this.btnColumnAdd.Text = "Add &Column";
     this.btnColumnAdd.UseVisualStyleBackColor = true;
     this.btnColumnAdd.Click += new System.EventHandler(this.btnColumnAdd_Click);
     //
     // btnDataFileLoad
     //
     this.btnDataFileLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDataFileLoad.Location = new System.Drawing.Point(6, 19);
     this.btnDataFileLoad.Name = "btnDataFileLoad";
     this.btnDataFileLoad.Size = new System.Drawing.Size(115, 32);
     this.btnDataFileLoad.TabIndex = 1;
     this.btnDataFileLoad.Text = "&Load Data File";
     this.btnDataFileLoad.UseVisualStyleBackColor = true;
     this.btnDataFileLoad.Click += new System.EventHandler(this.btnDataFileLoad_Click);
     //
     // grpDataType
     //
     this.grpDataType.Controls.Add(this.radDataTypeOrd);
     this.grpDataType.Controls.Add(this.radDataTypeInt);
     this.grpDataType.Controls.Add(this.radDataTypeFre);
     this.grpDataType.Location = new System.Drawing.Point(521, 26);
     this.grpDataType.Name = "grpDataType";
     this.grpDataType.Size = new System.Drawing.Size(87, 88);
     this.grpDataType.TabIndex = 2;
     this.grpDataType.TabStop = false;
     this.grpDataType.Text = "Data Type";
     //
     // radDataTypeOrd
     //
     this.radDataTypeOrd.AutoSize = true;
     this.radDataTypeOrd.Location = new System.Drawing.Point(6, 67);
     this.radDataTypeOrd.Name = "radDataTypeOrd";
     this.radDataTypeOrd.Size = new System.Drawing.Size(58, 17);
     this.radDataTypeOrd.TabIndex = 2;
     this.radDataTypeOrd.TabStop = true;
     this.radDataTypeOrd.Text = "Or&dinal";
     this.radDataTypeOrd.UseVisualStyleBackColor = true;
     this.radDataTypeOrd.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeInt
     //
     this.radDataTypeInt.AutoSize = true;
     this.radDataTypeInt.Location = new System.Drawing.Point(6, 43);
     this.radDataTypeInt.Name = "radDataTypeInt";
     this.radDataTypeInt.Size = new System.Drawing.Size(60, 17);
     this.radDataTypeInt.TabIndex = 1;
     this.radDataTypeInt.TabStop = true;
     this.radDataTypeInt.Text = "&Interval";
     this.radDataTypeInt.UseVisualStyleBackColor = true;
     this.radDataTypeInt.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeFre
     //
     this.radDataTypeFre.AutoSize = true;
     this.radDataTypeFre.Location = new System.Drawing.Point(6, 19);
     this.radDataTypeFre.Name = "radDataTypeFre";
     this.radDataTypeFre.Size = new System.Drawing.Size(75, 17);
     this.radDataTypeFre.TabIndex = 0;
     this.radDataTypeFre.TabStop = true;
     this.radDataTypeFre.Text = "F&requency";
     this.radDataTypeFre.UseVisualStyleBackColor = true;
     this.radDataTypeFre.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // btnRun
     //
     this.btnRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRun.Location = new System.Drawing.Point(633, 446);
     this.btnRun.Name = "btnRun";
     this.btnRun.Size = new System.Drawing.Size(312, 35);
     this.btnRun.TabIndex = 1;
     this.btnRun.Text = "R&un";
     this.btnRun.UseVisualStyleBackColor = true;
     this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.dgvStatMeasure);
     this.groupBox5.Location = new System.Drawing.Point(633, 26);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(312, 410);
     this.groupBox5.TabIndex = 13;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Select Statistical Measure(s)";
     //
     // dgvStatMeasure
     //
     this.dgvStatMeasure.AllowUserToAddRows = false;
     this.dgvStatMeasure.AllowUserToResizeColumns = false;
     this.dgvStatMeasure.AllowUserToResizeRows = false;
     this.dgvStatMeasure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStatMeasure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colStatMeasure,
     this.colOrder,
     this.colUse});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvStatMeasure.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvStatMeasure.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvStatMeasure.Location = new System.Drawing.Point(0, 19);
     this.dgvStatMeasure.Name = "dgvStatMeasure";
     this.dgvStatMeasure.RowHeadersVisible = false;
     this.dgvStatMeasure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvStatMeasure.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvStatMeasure.Size = new System.Drawing.Size(312, 391);
     this.dgvStatMeasure.TabIndex = 15;
     this.dgvStatMeasure.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStatMeasure_CellMouseUp);
     this.dgvStatMeasure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStatMeasure_CellValueChanged);
     //
     // colStatMeasure
     //
     this.colStatMeasure.HeaderText = "Statistical Measure";
     this.colStatMeasure.Name = "colStatMeasure";
     this.colStatMeasure.ReadOnly = true;
     this.colStatMeasure.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colStatMeasure.Width = 172;
     //
     // colOrder
     //
     this.colOrder.HeaderText = "Series Order";
     this.colOrder.Name = "colOrder";
     this.colOrder.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colOrder.Width = 90;
     //
     // colUse
     //
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.NullValue = false;
     dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 0, 25, 0);
     this.colUse.DefaultCellStyle = dataGridViewCellStyle1;
     this.colUse.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.colUse.HeaderText = "Use";
     this.colUse.Name = "colUse";
     this.colUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colUse.Width = 47;
     //
     // smiDeleteSelCol
     //
     this.smiDeleteSelCol.Name = "smiDeleteSelCol";
     this.smiDeleteSelCol.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelCol.Text = "Delete Selected Columns";
     this.smiDeleteSelCol.Click += new System.EventHandler(this.smiDeleteSelCol_Click);
     //
     // smiDeleteSelRow
     //
     this.smiDeleteSelRow.Name = "smiDeleteSelRow";
     this.smiDeleteSelRow.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelRow.Text = "Delete Selected Rows";
     this.smiDeleteSelRow.Click += new System.EventHandler(this.smiDeleteSelRow_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
     //
     // cmsDataCells
     //
     this.cmsDataCells.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smiDeleteSelCol,
     this.smiDeleteSelRow,
     this.toolStripSeparator1,
     this.smiRenameHeader});
     this.cmsDataCells.Name = "contextMenuStrip1";
     this.cmsDataCells.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsDataCells.ShowImageMargin = false;
     this.cmsDataCells.Size = new System.Drawing.Size(181, 76);
     this.cmsDataCells.Opening += new System.ComponentModel.CancelEventHandler(this.cmsDataCells_Opening);
     //
     // smiRenameHeader
     //
     this.smiRenameHeader.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.txtRenameHeader,
     this.toolStripSeparator2,
     this.smiRenameColumn,
     this.smiRenameRow,
     this.smiRenameTopLeftCell});
     this.smiRenameHeader.Name = "smiRenameHeader";
     this.smiRenameHeader.Size = new System.Drawing.Size(180, 22);
     this.smiRenameHeader.Text = "Rename Header";
     //
     // txtRenameHeader
     //
     this.txtRenameHeader.Name = "txtRenameHeader";
     this.txtRenameHeader.Size = new System.Drawing.Size(150, 23);
     this.txtRenameHeader.ToolTipText = "Type new name here";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(220, 6);
     //
     // smiRenameColumn
     //
     this.smiRenameColumn.Name = "smiRenameColumn";
     this.smiRenameColumn.Size = new System.Drawing.Size(223, 22);
     this.smiRenameColumn.Text = "Rename Selected Column(s)";
     this.smiRenameColumn.Click += new System.EventHandler(this.smiRenameColumn_Click);
     //
     // smiRenameRow
     //
     this.smiRenameRow.Name = "smiRenameRow";
     this.smiRenameRow.Size = new System.Drawing.Size(223, 22);
     this.smiRenameRow.Text = "Rename Selected Row(s)";
     this.smiRenameRow.Click += new System.EventHandler(this.smiRenameRow_Click);
     //
     // smiRenameTopLeftCell
     //
     this.smiRenameTopLeftCell.Name = "smiRenameTopLeftCell";
     this.smiRenameTopLeftCell.Size = new System.Drawing.Size(223, 22);
     this.smiRenameTopLeftCell.Text = "Rename Top-left Cell";
     this.smiRenameTopLeftCell.Click += new System.EventHandler(this.smiRenameTopLeftCell_Click);
     //
     // menInputAndSelection
     //
     this.menInputAndSelection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menInputAndSelection.Location = new System.Drawing.Point(0, 0);
     this.menInputAndSelection.Name = "menInputAndSelection";
     this.menInputAndSelection.Size = new System.Drawing.Size(963, 24);
     this.menInputAndSelection.TabIndex = 14;
     this.menInputAndSelection.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openToolStripMenuItem,
     this.toolStripSeparator3,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // 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);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.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);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewHelpToolStripMenuItem,
     this.toolStripSeparator4,
     this.aboutStatisticalAnalyzerToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // viewHelpToolStripMenuItem
     //
     this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
     this.viewHelpToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.viewHelpToolStripMenuItem.Text = "&View Help...";
     this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(214, 6);
     //
     // aboutStatisticalAnalyzerToolStripMenuItem
     //
     this.aboutStatisticalAnalyzerToolStripMenuItem.Name = "aboutStatisticalAnalyzerToolStripMenuItem";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.aboutStatisticalAnalyzerToolStripMenuItem.Text = "&About Statistical Analyzer...";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Click += new System.EventHandler(this.aboutStatisticalAnalyzerToolStripMenuItem_Click);
     //
     // InputAndSelectionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(963, 489);
     this.Controls.Add(this.menInputAndSelection);
     this.Controls.Add(this.grpDataType);
     this.Controls.Add(this.btnRun);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip = this.menInputAndSelection;
     this.MaximizeBox = false;
     this.Name = "InputAndSelectionForm";
     this.Text = "Statistical Analyzer";
     this.Load += new System.EventHandler(this.InputAndSelectionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.grpDataType.ResumeLayout(false);
     this.grpDataType.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).EndInit();
     this.cmsDataCells.ResumeLayout(false);
     this.menInputAndSelection.ResumeLayout(false);
     this.menInputAndSelection.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 20
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();
 }
Ejemplo 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusBar = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.mainMenu = new System.Windows.Forms.MenuStrip();
     this.gameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeLevelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restartMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.backgroundPanel = new System.Windows.Forms.Panel();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.drawingArea = new System.Windows.Forms.PictureBox();
     this.restartButton = new System.Windows.Forms.ToolStripButton();
     this.undoButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelCollectionLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusBar.SuspendLayout();
     this.mainMenu.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.backgroundPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.statusLabel,
     this.toolStripStatusLabel4,
     this.toolStripStatusLabel2,
     this.levelCollectionLabel,
     this.toolStripStatusLabel3,
     this.levelLabel});
     this.statusBar.Location = new System.Drawing.Point(0, 480);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(742, 24);
     this.statusBar.TabIndex = 1;
     this.statusBar.Text = "statusBar";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(69, 19);
     this.statusLabel.Text = "Not Playing";
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gameToolStripMenuItem,
     this.editToolStripMenuItem});
     this.mainMenu.Location = new System.Drawing.Point(0, 0);
     this.mainMenu.Name = "mainMenu";
     this.mainMenu.Size = new System.Drawing.Size(742, 24);
     this.mainMenu.TabIndex = 3;
     this.mainMenu.Text = "menuStrip2";
     //
     // gameToolStripMenuItem
     //
     this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.changeLevelMenuItem,
     this.restartMenuItem,
     this.toolStripSeparator1,
     this.exitMenuItem});
     this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
     this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     this.gameToolStripMenuItem.Text = "Game";
     //
     // changeLevelMenuItem
     //
     this.changeLevelMenuItem.Name = "changeLevelMenuItem";
     this.changeLevelMenuItem.Size = new System.Drawing.Size(152, 22);
     this.changeLevelMenuItem.Text = "Change Level";
     this.changeLevelMenuItem.Click += new System.EventHandler(this.changeLevelMenuItem_Click);
     //
     // restartMenuItem
     //
     this.restartMenuItem.Enabled = false;
     this.restartMenuItem.Name = "restartMenuItem";
     this.restartMenuItem.Size = new System.Drawing.Size(152, 22);
     this.restartMenuItem.Text = "Restart Level";
     this.restartMenuItem.Click += new System.EventHandler(this.restartMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(152, 22);
     this.undoMenuItem.Text = "Undo Move";
     this.undoMenuItem.Click += new System.EventHandler(this.undoMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.restartButton,
     this.toolStripSeparator2,
     this.undoButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(742, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text = "toolStrip1";
     //
     // backgroundPanel
     //
     this.backgroundPanel.BackColor = System.Drawing.Color.Khaki;
     this.backgroundPanel.Controls.Add(this.drawingArea);
     this.backgroundPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.backgroundPanel.Location = new System.Drawing.Point(0, 49);
     this.backgroundPanel.Name = "backgroundPanel";
     this.backgroundPanel.Size = new System.Drawing.Size(742, 431);
     this.backgroundPanel.TabIndex = 6;
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitMenuItem.Text = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // drawingArea
     //
     this.drawingArea.BackgroundImage = global::SokobanNET.Properties.Resources.Floor;
     this.drawingArea.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.drawingArea.Location = new System.Drawing.Point(0, 0);
     this.drawingArea.Name = "drawingArea";
     this.drawingArea.Size = new System.Drawing.Size(315, 249);
     this.drawingArea.TabIndex = 1;
     this.drawingArea.TabStop = false;
     this.drawingArea.Visible = false;
     this.drawingArea.Paint += new System.Windows.Forms.PaintEventHandler(this.drawingArea_Paint);
     //
     // restartButton
     //
     this.restartButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.restartButton.Enabled = false;
     this.restartButton.Image = global::SokobanNET.Properties.Resources.Restart;
     this.restartButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.restartButton.Name = "restartButton";
     this.restartButton.Size = new System.Drawing.Size(23, 22);
     this.restartButton.Text = "Restart Level";
     this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Enabled = false;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(23, 22);
     this.undoButton.Text = "Undo Movement";
     this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 19);
     this.toolStripStatusLabel1.Text = "Status:";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(68, 19);
     this.toolStripStatusLabel2.Text = "Collection:";
     //
     // levelCollectionLabel
     //
     this.levelCollectionLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.levelCollectionLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.levelCollectionLabel.Name = "levelCollectionLabel";
     this.levelCollectionLabel.Size = new System.Drawing.Size(4, 19);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(37, 19);
     this.toolStripStatusLabel3.Text = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Name = "levelLabel";
     this.levelLabel.Size = new System.Drawing.Size(0, 19);
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(524, 19);
     this.toolStripStatusLabel4.Spring = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(742, 504);
     this.Controls.Add(this.backgroundPanel);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.mainMenu);
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SokobanNET";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.statusBar.ResumeLayout(false);
     this.statusBar.PerformLayout();
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.backgroundPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GamePicker));
     this._LogoImageList        = new System.Windows.Forms.ImageList(this.components);
     this._CallbackTimer        = new System.Windows.Forms.Timer(this.components);
     this._PickerToolStrip      = new System.Windows.Forms.ToolStrip();
     this._RefreshGamesButton   = new System.Windows.Forms.ToolStripButton();
     this._AddGameTextBox       = new System.Windows.Forms.ToolStripTextBox();
     this._AddGameButton        = new System.Windows.Forms.ToolStripButton();
     this._FilterDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
     this._FilterGamesMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this._FilterDemosMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this._FilterModsMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this._FilterJunkMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.boxLanguage           = new System.Windows.Forms.ToolStripComboBox();
     this._ToolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this._FindGamesLabel       = new System.Windows.Forms.ToolStripLabel();
     this._SearchGameTextBox    = new System.Windows.Forms.ToolStripTextBox();
     this._GameListView         = new SAM.Picker.DoubleBufferedListView();
     this._PickerStatusStrip    = new System.Windows.Forms.StatusStrip();
     this._PickerStatusLabel    = new System.Windows.Forms.ToolStripStatusLabel();
     this._DownloadStatusLabel  = new System.Windows.Forms.ToolStripStatusLabel();
     this._LogoWorker           = new System.ComponentModel.BackgroundWorker();
     this._ListWorker           = new System.ComponentModel.BackgroundWorker();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     _ToolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     _ToolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this._PickerToolStrip.SuspendLayout();
     this._PickerStatusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _LogoImageList
     //
     this._LogoImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this._LogoImageList.ImageSize        = new System.Drawing.Size(184, 69);
     this._LogoImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // _CallbackTimer
     //
     this._CallbackTimer.Enabled = true;
     this._CallbackTimer.Tick   += new System.EventHandler(this.OnTimer);
     //
     // _PickerToolStrip
     //
     this._PickerToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._RefreshGamesButton,
         _ToolStripSeparator1,
         this._AddGameTextBox,
         this._AddGameButton,
         _ToolStripSeparator2,
         this._FindGamesLabel,
         this._SearchGameTextBox,
         this.toolStripSeparator1,
         this._FilterDropDownButton,
         this._ToolStripSeparator3,
         this.boxLanguage
     });
     this._PickerToolStrip.Location = new System.Drawing.Point(0, 0);
     this._PickerToolStrip.Name     = "_PickerToolStrip";
     this._PickerToolStrip.Size     = new System.Drawing.Size(742, 25);
     this._PickerToolStrip.TabIndex = 1;
     this._PickerToolStrip.Text     = "toolStrip1";
     //
     // _RefreshGamesButton
     //
     this._RefreshGamesButton.Image = global::SAM.Picker.Resources.Refresh;
     this._RefreshGamesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._RefreshGamesButton.Name   = "_RefreshGamesButton";
     this._RefreshGamesButton.Size   = new System.Drawing.Size(105, 22);
     this._RefreshGamesButton.Text   = "Refresh Games";
     this._RefreshGamesButton.Click += new System.EventHandler(this.OnRefresh);
     //
     // _ToolStripSeparator1
     //
     _ToolStripSeparator1.Name = "_ToolStripSeparator1";
     _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _AddGameTextBox
     //
     this._AddGameTextBox.Name = "_AddGameTextBox";
     this._AddGameTextBox.Size = new System.Drawing.Size(100, 25);
     //
     // _AddGameButton
     //
     this._AddGameButton.Image = global::SAM.Picker.Resources.Search;
     this._AddGameButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._AddGameButton.Name   = "_AddGameButton";
     this._AddGameButton.Size   = new System.Drawing.Size(83, 22);
     this._AddGameButton.Text   = "Add Game";
     this._AddGameButton.Click += new System.EventHandler(this.OnAddGame);
     //
     // _ToolStripSeparator2
     //
     _ToolStripSeparator2.Name = "_ToolStripSeparator2";
     _ToolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // _FilterDropDownButton
     //
     this._FilterDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._FilterDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._FilterGamesMenuItem,
         this._FilterDemosMenuItem,
         this._FilterModsMenuItem,
         this._FilterJunkMenuItem
     });
     this._FilterDropDownButton.Image = global::SAM.Picker.Resources.Filter;
     this._FilterDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._FilterDropDownButton.Name = "_FilterDropDownButton";
     this._FilterDropDownButton.Size = new System.Drawing.Size(29, 22);
     this._FilterDropDownButton.Text = "Game filtering";
     //
     // _FilterGamesMenuItem
     //
     this._FilterGamesMenuItem.Checked         = true;
     this._FilterGamesMenuItem.CheckOnClick    = true;
     this._FilterGamesMenuItem.CheckState      = System.Windows.Forms.CheckState.Checked;
     this._FilterGamesMenuItem.Name            = "_FilterGamesMenuItem";
     this._FilterGamesMenuItem.Size            = new System.Drawing.Size(180, 22);
     this._FilterGamesMenuItem.Text            = "Show &games";
     this._FilterGamesMenuItem.CheckedChanged += new System.EventHandler(this.OnFilterUpdate);
     //
     // _FilterDemosMenuItem
     //
     this._FilterDemosMenuItem.CheckOnClick    = true;
     this._FilterDemosMenuItem.Name            = "_FilterDemosMenuItem";
     this._FilterDemosMenuItem.Size            = new System.Drawing.Size(180, 22);
     this._FilterDemosMenuItem.Text            = "Show &demos";
     this._FilterDemosMenuItem.CheckedChanged += new System.EventHandler(this.OnFilterUpdate);
     //
     // _FilterModsMenuItem
     //
     this._FilterModsMenuItem.CheckOnClick    = true;
     this._FilterModsMenuItem.Name            = "_FilterModsMenuItem";
     this._FilterModsMenuItem.Size            = new System.Drawing.Size(180, 22);
     this._FilterModsMenuItem.Text            = "Show &mods";
     this._FilterModsMenuItem.CheckedChanged += new System.EventHandler(this.OnFilterUpdate);
     //
     // _FilterJunkMenuItem
     //
     this._FilterJunkMenuItem.CheckOnClick    = true;
     this._FilterJunkMenuItem.Name            = "_FilterJunkMenuItem";
     this._FilterJunkMenuItem.Size            = new System.Drawing.Size(180, 22);
     this._FilterJunkMenuItem.Text            = "Show &junk";
     this._FilterJunkMenuItem.CheckedChanged += new System.EventHandler(this.OnFilterUpdate);
     //
     // boxLanguage
     //
     this.boxLanguage.Items.AddRange(new object[] {
         "English",
         "Thai"
     });
     this.boxLanguage.Name = "boxLanguage";
     this.boxLanguage.Size = new System.Drawing.Size(121, 25);
     this.boxLanguage.Text = "Languages";
     //
     // _ToolStripSeparator3
     //
     this._ToolStripSeparator3.Name = "_ToolStripSeparator3";
     this._ToolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // _FindGamesLabel
     //
     this._FindGamesLabel.Name = "_FindGamesLabel";
     this._FindGamesLabel.Size = new System.Drawing.Size(33, 22);
     this._FindGamesLabel.Text = "Filter";
     //
     // _SearchGameTextBox
     //
     this._SearchGameTextBox.Name   = "_SearchGameTextBox";
     this._SearchGameTextBox.Size   = new System.Drawing.Size(100, 25);
     this._SearchGameTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnFilterUpdate);
     //
     // _GameListView
     //
     this._GameListView.BackColor      = System.Drawing.Color.Black;
     this._GameListView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._GameListView.ForeColor      = System.Drawing.Color.White;
     this._GameListView.HideSelection  = false;
     this._GameListView.LargeImageList = this._LogoImageList;
     this._GameListView.Location       = new System.Drawing.Point(0, 25);
     this._GameListView.MultiSelect    = false;
     this._GameListView.Name           = "_GameListView";
     this._GameListView.Size           = new System.Drawing.Size(742, 245);
     this._GameListView.SmallImageList = this._LogoImageList;
     this._GameListView.Sorting        = System.Windows.Forms.SortOrder.Ascending;
     this._GameListView.TabIndex       = 0;
     this._GameListView.TileSize       = new System.Drawing.Size(184, 69);
     this._GameListView.UseCompatibleStateImageBehavior = false;
     this._GameListView.VirtualMode           = true;
     this._GameListView.ItemActivate         += new System.EventHandler(this.OnActivateGame);
     this._GameListView.RetrieveVirtualItem  += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.OnGameListViewRetrieveVirtualItem);
     this._GameListView.SearchForVirtualItem += new System.Windows.Forms.SearchForVirtualItemEventHandler(this.OnGameListViewSearchForVirtualItem);
     //
     // _PickerStatusStrip
     //
     this._PickerStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._PickerStatusLabel,
         this._DownloadStatusLabel
     });
     this._PickerStatusStrip.Location = new System.Drawing.Point(0, 270);
     this._PickerStatusStrip.Name     = "_PickerStatusStrip";
     this._PickerStatusStrip.Size     = new System.Drawing.Size(742, 22);
     this._PickerStatusStrip.TabIndex = 2;
     this._PickerStatusStrip.Text     = "statusStrip";
     //
     // _PickerStatusLabel
     //
     this._PickerStatusLabel.Name      = "_PickerStatusLabel";
     this._PickerStatusLabel.Size      = new System.Drawing.Size(727, 17);
     this._PickerStatusLabel.Spring    = true;
     this._PickerStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _DownloadStatusLabel
     //
     this._DownloadStatusLabel.Image   = global::SAM.Picker.Resources.Download;
     this._DownloadStatusLabel.Name    = "_DownloadStatusLabel";
     this._DownloadStatusLabel.Size    = new System.Drawing.Size(111, 17);
     this._DownloadStatusLabel.Text    = "Download status";
     this._DownloadStatusLabel.Visible = false;
     //
     // _LogoWorker
     //
     this._LogoWorker.WorkerSupportsCancellation = true;
     this._LogoWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.DoDownloadLogo);
     this._LogoWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.OnDownloadLogo);
     //
     // _ListWorker
     //
     this._ListWorker.WorkerSupportsCancellation = true;
     this._ListWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.DoDownloadList);
     this._ListWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.OnDownloadList);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // GamePicker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(742, 292);
     this.Controls.Add(this._GameListView);
     this.Controls.Add(this._PickerStatusStrip);
     this.Controls.Add(this._PickerToolStrip);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "GamePicker";
     this.Text = "Steam Achievement Manager 7.0 | Pick a game... Any game...";
     this._PickerToolStrip.ResumeLayout(false);
     this._PickerToolStrip.PerformLayout();
     this._PickerStatusStrip.ResumeLayout(false);
     this._PickerStatusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.Label label14;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientes));
     this.grpCampos = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtContactoCLI = new System.Windows.Forms.TextBox();
     this.txtNombreCLI = new System.Windows.Forms.TextBox();
     this.txtApellidoCLI = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtTransporteCLI = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtCorreoCLI = new System.Windows.Forms.TextBox();
     this.txtMovilCLI = new System.Windows.Forms.TextBox();
     this.txtTelefonoCLI = new System.Windows.Forms.TextBox();
     this.txtIdClienteCLI = new System.Windows.Forms.TextBox();
     this.txtFechaNacCLI = new System.Windows.Forms.MaskedTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtRazonSocialCLI = new System.Windows.Forms.TextBox();
     this.cmbCondicion = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtCUIT = new System.Windows.Forms.TextBox();
     this.gvwDatos = new System.Windows.Forms.DataGridView();
     this.grpBotones = new System.Windows.Forms.GroupBox();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnGrabar = new System.Windows.Forms.Button();
     this.btnBorrar = new System.Windows.Forms.Button();
     this.btnEditar = new System.Windows.Forms.Button();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.btnBuscar = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtParametros = new System.Windows.Forms.TextBox();
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtProvinciaCLI = new System.Windows.Forms.TextBox();
     this.txtLocalidadCLI = new System.Windows.Forms.TextBox();
     this.txtDireccionCLI = new System.Windows.Forms.TextBox();
     label14 = new System.Windows.Forms.Label();
     this.grpCampos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit();
     this.grpBotones.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // label14
     //
     label14.AutoSize = true;
     label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label14.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     label14.Location = new System.Drawing.Point(10, 70);
     label14.Name = "label14";
     label14.Size = new System.Drawing.Size(51, 15);
     label14.TabIndex = 27;
     label14.Text = "Apellido";
     //
     // grpCampos
     //
     this.grpCampos.Controls.Add(this.label9);
     this.grpCampos.Controls.Add(this.label8);
     this.grpCampos.Controls.Add(this.label5);
     this.grpCampos.Controls.Add(this.txtProvinciaCLI);
     this.grpCampos.Controls.Add(this.txtLocalidadCLI);
     this.grpCampos.Controls.Add(this.txtDireccionCLI);
     this.grpCampos.Controls.Add(label14);
     this.grpCampos.Controls.Add(this.label6);
     this.grpCampos.Controls.Add(this.label12);
     this.grpCampos.Controls.Add(this.label10);
     this.grpCampos.Controls.Add(this.label3);
     this.grpCampos.Controls.Add(this.label1);
     this.grpCampos.Controls.Add(this.txtContactoCLI);
     this.grpCampos.Controls.Add(this.txtNombreCLI);
     this.grpCampos.Controls.Add(this.txtApellidoCLI);
     this.grpCampos.Controls.Add(this.label4);
     this.grpCampos.Controls.Add(this.txtTransporteCLI);
     this.grpCampos.Controls.Add(this.label2);
     this.grpCampos.Controls.Add(this.txtCorreoCLI);
     this.grpCampos.Controls.Add(this.txtMovilCLI);
     this.grpCampos.Controls.Add(this.txtTelefonoCLI);
     this.grpCampos.Controls.Add(this.txtIdClienteCLI);
     this.grpCampos.Location = new System.Drawing.Point(12, 199);
     this.grpCampos.Name = "grpCampos";
     this.grpCampos.Size = new System.Drawing.Size(404, 321);
     this.grpCampos.TabIndex = 0;
     this.grpCampos.TabStop = false;
     this.grpCampos.Enter += new System.EventHandler(this.grpCampos_Enter);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location = new System.Drawing.Point(10, 44);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 15);
     this.label6.TabIndex = 27;
     this.label6.Text = "Nombre";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label12.Location = new System.Drawing.Point(10, 97);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 15);
     this.label12.TabIndex = 25;
     this.label12.Text = "Correo";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label10.Location = new System.Drawing.Point(10, 233);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(36, 15);
     this.label10.TabIndex = 24;
     this.label10.Text = "Móvil";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label3.Location = new System.Drawing.Point(10, 206);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 15);
     this.label3.TabIndex = 24;
     this.label3.Text = "Teléfono";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label1.Location = new System.Drawing.Point(10, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 15);
     this.label1.TabIndex = 17;
     this.label1.Text = "Nº cliente";
     //
     // txtContactoCLI
     //
     this.txtContactoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtContactoCLI.Location = new System.Drawing.Point(90, 285);
     this.txtContactoCLI.Name = "txtContactoCLI";
     this.txtContactoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtContactoCLI.TabIndex = 10;
     this.txtContactoCLI.TabStop = false;
     this.txtContactoCLI.Visible = false;
     //
     // txtNombreCLI
     //
     this.txtNombreCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreCLI.Location = new System.Drawing.Point(90, 44);
     this.txtNombreCLI.Name = "txtNombreCLI";
     this.txtNombreCLI.Size = new System.Drawing.Size(295, 20);
     this.txtNombreCLI.TabIndex = 1;
     //
     // txtApellidoCLI
     //
     this.txtApellidoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtApellidoCLI.Location = new System.Drawing.Point(90, 70);
     this.txtApellidoCLI.Name = "txtApellidoCLI";
     this.txtApellidoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtApellidoCLI.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label4.Location = new System.Drawing.Point(10, 260);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 15);
     this.label4.TabIndex = 25;
     this.label4.Text = "Transporte";
     this.label4.Visible = false;
     //
     // txtTransporteCLI
     //
     this.txtTransporteCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTransporteCLI.Location = new System.Drawing.Point(90, 259);
     this.txtTransporteCLI.Name = "txtTransporteCLI";
     this.txtTransporteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTransporteCLI.TabIndex = 9;
     this.txtTransporteCLI.TabStop = false;
     this.txtTransporteCLI.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label2.Location = new System.Drawing.Point(10, 285);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 15);
     this.label2.TabIndex = 23;
     this.label2.Text = "Contacto";
     this.label2.Visible = false;
     //
     // txtCorreoCLI
     //
     this.txtCorreoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtCorreoCLI.Location = new System.Drawing.Point(90, 96);
     this.txtCorreoCLI.Name = "txtCorreoCLI";
     this.txtCorreoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtCorreoCLI.TabIndex = 3;
     //
     // txtMovilCLI
     //
     this.txtMovilCLI.Location = new System.Drawing.Point(90, 232);
     this.txtMovilCLI.Name = "txtMovilCLI";
     this.txtMovilCLI.Size = new System.Drawing.Size(295, 20);
     this.txtMovilCLI.TabIndex = 8;
     //
     // txtTelefonoCLI
     //
     this.txtTelefonoCLI.Location = new System.Drawing.Point(90, 206);
     this.txtTelefonoCLI.Name = "txtTelefonoCLI";
     this.txtTelefonoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTelefonoCLI.TabIndex = 7;
     //
     // txtIdClienteCLI
     //
     this.txtIdClienteCLI.Location = new System.Drawing.Point(90, 18);
     this.txtIdClienteCLI.Name = "txtIdClienteCLI";
     this.txtIdClienteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtIdClienteCLI.TabIndex = 0;
     //
     // txtFechaNacCLI
     //
     this.txtFechaNacCLI.Location = new System.Drawing.Point(127, 552);
     this.txtFechaNacCLI.Mask = "00/00/0000";
     this.txtFechaNacCLI.Name = "txtFechaNacCLI";
     this.txtFechaNacCLI.Size = new System.Drawing.Size(270, 20);
     this.txtFechaNacCLI.TabIndex = 7;
     this.txtFechaNacCLI.TabStop = false;
     this.txtFechaNacCLI.ValidatingType = typeof(System.DateTime);
     this.txtFechaNacCLI.Visible = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label11.Location = new System.Drawing.Point(22, 552);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 15);
     this.label11.TabIndex = 23;
     this.label11.Text = "Fecha N.";
     this.label11.Visible = false;
     //
     // txtRazonSocialCLI
     //
     this.txtRazonSocialCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRazonSocialCLI.Location = new System.Drawing.Point(407, 552);
     this.txtRazonSocialCLI.Name = "txtRazonSocialCLI";
     this.txtRazonSocialCLI.Size = new System.Drawing.Size(200, 20);
     this.txtRazonSocialCLI.TabIndex = 1;
     this.txtRazonSocialCLI.Visible = false;
     //
     // cmbCondicion
     //
     this.cmbCondicion.FormattingEnabled = true;
     this.cmbCondicion.Location = new System.Drawing.Point(270, 527);
     this.cmbCondicion.Name = "cmbCondicion";
     this.cmbCondicion.Size = new System.Drawing.Size(159, 21);
     this.cmbCondicion.TabIndex = 28;
     this.cmbCondicion.TabStop = false;
     this.cmbCondicion.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label13.Location = new System.Drawing.Point(184, 528);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(80, 15);
     this.label13.TabIndex = 27;
     this.label13.Text = "Condicion iva";
     this.label13.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label7.Location = new System.Drawing.Point(15, 528);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(34, 15);
     this.label7.TabIndex = 18;
     this.label7.Text = "CUIT";
     this.label7.Visible = false;
     //
     // txtCUIT
     //
     this.txtCUIT.Location = new System.Drawing.Point(55, 526);
     this.txtCUIT.Name = "txtCUIT";
     this.txtCUIT.Size = new System.Drawing.Size(121, 20);
     this.txtCUIT.TabIndex = 2;
     this.txtCUIT.TabStop = false;
     this.txtCUIT.Visible = false;
     //
     // gvwDatos
     //
     this.gvwDatos.AllowUserToAddRows = false;
     this.gvwDatos.AllowUserToDeleteRows = false;
     this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.gvwDatos.Location = new System.Drawing.Point(12, 17);
     this.gvwDatos.Name = "gvwDatos";
     this.gvwDatos.ReadOnly = true;
     this.gvwDatos.Size = new System.Drawing.Size(615, 172);
     this.gvwDatos.TabIndex = 0;
     this.gvwDatos.Text = "DataGridView1";
     //
     // grpBotones
     //
     this.grpBotones.Controls.Add(this.btnCancelar);
     this.grpBotones.Controls.Add(this.btnSalir);
     this.grpBotones.Controls.Add(this.btnGrabar);
     this.grpBotones.Controls.Add(this.btnBorrar);
     this.grpBotones.Controls.Add(this.btnEditar);
     this.grpBotones.Controls.Add(this.btnNuevo);
     this.grpBotones.Controls.Add(this.btnBuscar);
     this.grpBotones.Location = new System.Drawing.Point(427, 259);
     this.grpBotones.Name = "grpBotones";
     this.grpBotones.Size = new System.Drawing.Size(200, 261);
     this.grpBotones.TabIndex = 1;
     this.grpBotones.TabStop = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Location = new System.Drawing.Point(20, 185);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(160, 26);
     this.btnCancelar.TabIndex = 5;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(20, 217);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(160, 26);
     this.btnSalir.TabIndex = 6;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnGrabar
     //
     this.btnGrabar.Location = new System.Drawing.Point(20, 153);
     this.btnGrabar.Name = "btnGrabar";
     this.btnGrabar.Size = new System.Drawing.Size(160, 26);
     this.btnGrabar.TabIndex = 4;
     this.btnGrabar.Text = "Grabar";
     this.btnGrabar.UseVisualStyleBackColor = true;
     this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click);
     //
     // btnBorrar
     //
     this.btnBorrar.Location = new System.Drawing.Point(20, 121);
     this.btnBorrar.Name = "btnBorrar";
     this.btnBorrar.Size = new System.Drawing.Size(160, 26);
     this.btnBorrar.TabIndex = 3;
     this.btnBorrar.Text = "Borrar";
     this.btnBorrar.UseVisualStyleBackColor = true;
     this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click);
     //
     // btnEditar
     //
     this.btnEditar.Location = new System.Drawing.Point(20, 89);
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(160, 26);
     this.btnEditar.TabIndex = 2;
     this.btnEditar.Text = "Editar";
     this.btnEditar.UseVisualStyleBackColor = true;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.Location = new System.Drawing.Point(20, 57);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(160, 26);
     this.btnNuevo.TabIndex = 1;
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(20, 25);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(160, 26);
     this.btnBuscar.TabIndex = 0;
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtParametros);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupBox1.Location = new System.Drawing.Point(427, 199);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 54);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Buscar";
     //
     // txtParametros
     //
     this.txtParametros.Location = new System.Drawing.Point(6, 20);
     this.txtParametros.Name = "txtParametros";
     this.txtParametros.Size = new System.Drawing.Size(188, 20);
     this.txtParametros.TabIndex = 0;
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = null;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = null;
     this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.bindingNavigator1.Location = new System.Drawing.Point(0, 532);
     this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name = "bindingNavigator1";
     this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size = new System.Drawing.Size(639, 25);
     this.bindingNavigator1.TabIndex = 29;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label9.Location = new System.Drawing.Point(10, 175);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(57, 15);
     this.label9.TabIndex = 31;
     this.label9.Text = "Provincia";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label8.Location = new System.Drawing.Point(10, 149);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 15);
     this.label8.TabIndex = 32;
     this.label8.Text = "Localidad";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location = new System.Drawing.Point(10, 123);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(59, 15);
     this.label5.TabIndex = 33;
     this.label5.Text = "Dirección";
     //
     // txtProvinciaCLI
     //
     this.txtProvinciaCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProvinciaCLI.Location = new System.Drawing.Point(90, 175);
     this.txtProvinciaCLI.Name = "txtProvinciaCLI";
     this.txtProvinciaCLI.Size = new System.Drawing.Size(295, 20);
     this.txtProvinciaCLI.TabIndex = 6;
     //
     // txtLocalidadCLI
     //
     this.txtLocalidadCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtLocalidadCLI.Location = new System.Drawing.Point(90, 149);
     this.txtLocalidadCLI.Name = "txtLocalidadCLI";
     this.txtLocalidadCLI.Size = new System.Drawing.Size(295, 20);
     this.txtLocalidadCLI.TabIndex = 5;
     //
     // txtDireccionCLI
     //
     this.txtDireccionCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDireccionCLI.Location = new System.Drawing.Point(90, 123);
     this.txtDireccionCLI.Name = "txtDireccionCLI";
     this.txtDireccionCLI.Size = new System.Drawing.Size(295, 20);
     this.txtDireccionCLI.TabIndex = 4;
     //
     // frmClientes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(639, 557);
     this.ControlBox = false;
     this.Controls.Add(this.cmbCondicion);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.bindingNavigator1);
     this.Controls.Add(this.txtFechaNacCLI);
     this.Controls.Add(this.grpCampos);
     this.Controls.Add(this.gvwDatos);
     this.Controls.Add(this.grpBotones);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtCUIT);
     this.Controls.Add(this.txtRazonSocialCLI);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmClientes";
     this.Text = "Clientes";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmClientes_FormClosing);
     this.Load += new System.EventHandler(this.frmClientes_Load);
     this.grpCampos.ResumeLayout(false);
     this.grpCampos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit();
     this.grpBotones.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinForm_Abstract));
     this.toolStripParent = new System.Windows.Forms.ToolStrip();
     this.CancelToolStrip = new System.Windows.Forms.ToolStripButton();
     this.SaveToolStrip = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStrip_Label = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripParent.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripParent
     //
     this.toolStripParent.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripParent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CancelToolStrip,
     this.SaveToolStrip,
     this.toolStripSeparator1});
     this.toolStripParent.Location = new System.Drawing.Point(0, 0);
     this.toolStripParent.Name = "toolStripParent";
     this.toolStripParent.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStripParent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStripParent.Size = new System.Drawing.Size(590, 54);
     this.toolStripParent.TabIndex = 121;
     this.toolStripParent.Text = "toolStrip1";
     //
     // CancelToolStrip
     //
     this.CancelToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("CancelToolStrip.Image")));
     this.CancelToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CancelToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.CancelToolStrip.Margin = new System.Windows.Forms.Padding(10, 1, 0, 2);
     this.CancelToolStrip.Name = "CancelToolStrip";
     this.CancelToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CancelToolStrip.Size = new System.Drawing.Size(47, 51);
     this.CancelToolStrip.Text = "&Cancel";
     this.CancelToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.CancelToolStrip.Click += new System.EventHandler(this.CancelToolStrip_Click);
     //
     // SaveToolStrip
     //
     this.SaveToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolStrip.Image")));
     this.SaveToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.SaveToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveToolStrip.Name = "SaveToolStrip";
     this.SaveToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.SaveToolStrip.Size = new System.Drawing.Size(36, 51);
     this.SaveToolStrip.Text = "&Save";
     this.SaveToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.SaveToolStrip.ToolTipText = "Click to Save Customers";
     this.SaveToolStrip.Click += new System.EventHandler(this.SaveToolStrip_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 54);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_Label,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 365);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(590, 22);
     this.statusStrip1.TabIndex = 122;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStrip_Label
     //
     this.toolStrip_Label.Name = "toolStrip_Label";
     this.toolStrip_Label.Size = new System.Drawing.Size(442, 17);
     this.toolStrip_Label.Spring = true;
     this.toolStrip_Label.Text = "Enter Details and Click Save.";
     this.toolStrip_Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // WinForm_Abstract
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(590, 387);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStripParent);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "WinForm_Abstract";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.Winform_DetailsFormat_Load);
     this.toolStripParent.ResumeLayout(false);
     this.toolStripParent.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 26
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.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripLabel            classNameLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginEditor));
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.openButton            = new System.Windows.Forms.ToolStripButton();
     this.saveButton            = new System.Windows.Forms.ToolStripButton();
     this.saveAsButton          = new System.Windows.Forms.ToolStripButton();
     this.checkButton           = new System.Windows.Forms.ToolStripButton();
     this.instanceName          = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.syntaxButton          = new System.Windows.Forms.ToolStripButton();
     this.referenceStrip        = new System.Windows.Forms.Panel();
     this.referencesList        = new System.Windows.Forms.ListBox();
     this.toolStrip2            = new System.Windows.Forms.ToolStrip();
     this.referenceName         = new System.Windows.Forms.ToolStripTextBox();
     this.addReferenceButton    = new System.Windows.Forms.ToolStripButton();
     this.removeReferenceButton = new System.Windows.Forms.ToolStripButton();
     this.errorListView         = new System.Windows.Forms.ListView();
     this.codeEditorView        = new System.Windows.Forms.RichTextBox();
     this.errorSplitter         = new Gear.GUI.CollapsibleSplitter();
     this.referencesSplitter    = new Gear.GUI.CollapsibleSplitter();
     toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     classNameLabel             = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip1.SuspendLayout();
     this.referenceStrip.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // classNameLabel
     //
     classNameLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     classNameLabel.Name      = "classNameLabel";
     classNameLabel.Size      = new System.Drawing.Size(69, 22);
     classNameLabel.Text      = "Class Name";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openButton,
         this.saveButton,
         this.saveAsButton,
         toolStripSeparator1,
         this.checkButton,
         this.instanceName,
         classNameLabel,
         this.toolStripSeparator2,
         this.syntaxButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(634, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // openButton
     //
     this.openButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.openButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
     this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openButton.Name        = "openButton";
     this.openButton.Size        = new System.Drawing.Size(40, 22);
     this.openButton.Text        = "Open";
     this.openButton.ToolTipText = "Open plugin";
     this.openButton.Click      += new System.EventHandler(this.OpenButton_Click);
     //
     // saveButton
     //
     this.saveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     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(35, 22);
     this.saveButton.Text        = "Save";
     this.saveButton.ToolTipText = "Save plugin";
     this.saveButton.Click      += new System.EventHandler(this.SaveButton_Click);
     //
     // saveAsButton
     //
     this.saveAsButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.saveAsButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveAsButton.Image")));
     this.saveAsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveAsButton.Name   = "saveAsButton";
     this.saveAsButton.Size   = new System.Drawing.Size(57, 22);
     this.saveAsButton.Text   = "Save As..";
     this.saveAsButton.Click += new System.EventHandler(this.SaveAsButton_Click);
     //
     // checkButton
     //
     this.checkButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.checkButton.Image                 = ((System.Drawing.Image)(resources.GetObject("checkButton.Image")));
     this.checkButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.checkButton.Name        = "checkButton";
     this.checkButton.Size        = new System.Drawing.Size(75, 22);
     this.checkButton.Text        = "Check Code";
     this.checkButton.ToolTipText = "Check code for errors";
     this.checkButton.Click      += new System.EventHandler(this.CheckSource_Click);
     //
     // instanceName
     //
     this.instanceName.Alignment   = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.instanceName.Name        = "instanceName";
     this.instanceName.Size        = new System.Drawing.Size(100, 25);
     this.instanceName.ToolTipText = "Name of the Class for the plugin\r\nMust be the same as the class inherited from Pl" +
                                     "uginBase.";
     this.instanceName.Leave       += new System.EventHandler(this.instanceName_Leave);
     this.instanceName.TextChanged += new System.EventHandler(this.instanceName_TextChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // syntaxButton
     //
     this.syntaxButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.syntaxButton.Image                 = ((System.Drawing.Image)(resources.GetObject("syntaxButton.Image")));
     this.syntaxButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.syntaxButton.Name        = "syntaxButton";
     this.syntaxButton.Size        = new System.Drawing.Size(95, 22);
     this.syntaxButton.Text        = "Sintax Highlight";
     this.syntaxButton.ToolTipText = "Sintax Highlight the code";
     this.syntaxButton.Click      += new System.EventHandler(this.syntaxButton_Click);
     //
     // referenceStrip
     //
     this.referenceStrip.Controls.Add(this.referencesList);
     this.referenceStrip.Controls.Add(this.toolStrip2);
     this.referenceStrip.Dock     = System.Windows.Forms.DockStyle.Left;
     this.referenceStrip.Location = new System.Drawing.Point(0, 25);
     this.referenceStrip.Name     = "referenceStrip";
     this.referenceStrip.Size     = new System.Drawing.Size(200, 417);
     this.referenceStrip.TabIndex = 1;
     //
     // referencesList
     //
     this.referencesList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.referencesList.FormattingEnabled = true;
     this.referencesList.Location          = new System.Drawing.Point(0, 0);
     this.referencesList.Name     = "referencesList";
     this.referencesList.Size     = new System.Drawing.Size(200, 394);
     this.referencesList.TabIndex = 1;
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.referenceName,
         this.addReferenceButton,
         this.removeReferenceButton
     });
     this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolStrip2.Location    = new System.Drawing.Point(0, 394);
     this.toolStrip2.Name        = "toolStrip2";
     this.toolStrip2.Size        = new System.Drawing.Size(200, 23);
     this.toolStrip2.TabIndex    = 0;
     this.toolStrip2.Text        = "toolStrip2";
     //
     // referenceName
     //
     this.referenceName.Name        = "referenceName";
     this.referenceName.Size        = new System.Drawing.Size(100, 23);
     this.referenceName.ToolTipText = "Reference Name to add/remove";
     //
     // addReferenceButton
     //
     this.addReferenceButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.addReferenceButton.Image                 = ((System.Drawing.Image)(resources.GetObject("addReferenceButton.Image")));
     this.addReferenceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addReferenceButton.Name        = "addReferenceButton";
     this.addReferenceButton.Size        = new System.Drawing.Size(33, 19);
     this.addReferenceButton.Text        = "Add";
     this.addReferenceButton.ToolTipText = "Add Reference";
     this.addReferenceButton.Click      += new System.EventHandler(this.addReferenceButton_Click);
     //
     // removeReferenceButton
     //
     this.removeReferenceButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.removeReferenceButton.Image                 = ((System.Drawing.Image)(resources.GetObject("removeReferenceButton.Image")));
     this.removeReferenceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.removeReferenceButton.Name        = "removeReferenceButton";
     this.removeReferenceButton.Size        = new System.Drawing.Size(54, 19);
     this.removeReferenceButton.Text        = "Remove";
     this.removeReferenceButton.ToolTipText = "Remove Reference";
     this.removeReferenceButton.Click      += new System.EventHandler(this.RemoveButton_Click);
     //
     // errorListView
     //
     this.errorListView.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.errorListView.Location         = new System.Drawing.Point(208, 345);
     this.errorListView.MultiSelect      = false;
     this.errorListView.Name             = "errorListView";
     this.errorListView.ShowItemToolTips = true;
     this.errorListView.Size             = new System.Drawing.Size(426, 97);
     this.errorListView.TabIndex         = 5;
     this.errorListView.UseCompatibleStateImageBehavior = false;
     this.errorListView.View                  = System.Windows.Forms.View.Details;
     this.errorListView.ItemActivate         += new System.EventHandler(this.ErrorView_SelectedIndexChanged);
     this.errorListView.SelectedIndexChanged += new System.EventHandler(this.ErrorView_SelectedIndexChanged);
     //
     // codeEditorView
     //
     this.codeEditorView.AcceptsTab    = true;
     this.codeEditorView.DetectUrls    = false;
     this.codeEditorView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.codeEditorView.HideSelection = false;
     this.codeEditorView.Location      = new System.Drawing.Point(208, 25);
     this.codeEditorView.Name          = "codeEditorView";
     this.codeEditorView.Size          = new System.Drawing.Size(426, 312);
     this.codeEditorView.TabIndex      = 7;
     this.codeEditorView.Text          = "";
     this.codeEditorView.WordWrap      = false;
     this.codeEditorView.TextChanged  += new System.EventHandler(this.codeEditorView_TextChanged);
     //
     // errorSplitter
     //
     this.errorSplitter.AnimationDelay   = 20;
     this.errorSplitter.AnimationStep    = 20;
     this.errorSplitter.BorderStyle3D    = System.Windows.Forms.Border3DStyle.RaisedOuter;
     this.errorSplitter.ControlToHide    = this.errorListView;
     this.errorSplitter.Cursor           = System.Windows.Forms.Cursors.HSplit;
     this.errorSplitter.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.errorSplitter.ExpandParentForm = false;
     this.errorSplitter.Location         = new System.Drawing.Point(208, 337);
     this.errorSplitter.Name             = "collapsibleSplitter2";
     this.errorSplitter.TabIndex         = 6;
     this.errorSplitter.TabStop          = false;
     this.errorSplitter.UseAnimations    = false;
     this.errorSplitter.VisualStyle      = Gear.GUI.VisualStyles.Mozilla;
     //
     // referencesSplitter
     //
     this.referencesSplitter.AnimationDelay   = 20;
     this.referencesSplitter.AnimationStep    = 20;
     this.referencesSplitter.BorderStyle3D    = System.Windows.Forms.Border3DStyle.RaisedOuter;
     this.referencesSplitter.ControlToHide    = this.referenceStrip;
     this.referencesSplitter.ExpandParentForm = false;
     this.referencesSplitter.Location         = new System.Drawing.Point(200, 25);
     this.referencesSplitter.Name             = "collapsibleSplitter1";
     this.referencesSplitter.TabIndex         = 3;
     this.referencesSplitter.TabStop          = false;
     this.referencesSplitter.UseAnimations    = false;
     this.referencesSplitter.VisualStyle      = Gear.GUI.VisualStyles.Mozilla;
     //
     // PluginEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(634, 442);
     this.Controls.Add(this.codeEditorView);
     this.Controls.Add(this.errorSplitter);
     this.Controls.Add(this.errorListView);
     this.Controls.Add(this.referencesSplitter);
     this.Controls.Add(this.referenceStrip);
     this.Controls.Add(this.toolStrip1);
     this.Name         = "PluginEditor";
     this.Text         = "Plugin Editor";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PluginEditor_FormClosing);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.referenceStrip.ResumeLayout(false);
     this.referenceStrip.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.designPresenter = new Dataweb.NShape.WinFormsUI.DesignPresenter();
     this.designController = new Dataweb.NShape.Controllers.DesignController();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.designsComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.activateButton = new System.Windows.Forms.ToolStripButton();
     this.designsSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.newDesignButton = new System.Windows.Forms.ToolStripButton();
     this.deleteDesignButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.createStyleButton = new System.Windows.Forms.ToolStripButton();
     this.deleteStyleButton = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.closeButton = new System.Windows.Forms.Button();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.designPresenter);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(661, 372);
     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(661, 397);
     this.toolStripContainer1.TabIndex = 7;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // designPresenter
     //
     this.designPresenter.DesignController = this.designController;
     this.designPresenter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.designPresenter.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(220)))));
     this.designPresenter.FocusedItemColor = System.Drawing.Color.Beige;
     this.designPresenter.HighlightedItemColor = System.Drawing.SystemColors.ControlLightLight;
     this.designPresenter.HighlightItems = true;
     this.designPresenter.InactiveItemBackgroundColor = System.Drawing.SystemColors.Control;
     this.designPresenter.InactiveItemBorderColor = System.Drawing.SystemColors.Window;
     this.designPresenter.InactiveItemTextColor = System.Drawing.SystemColors.ControlDarkDark;
     this.designPresenter.Location = new System.Drawing.Point(0, 0);
     this.designPresenter.Name = "designPresenter";
     this.designPresenter.SelectedDesign = null;
     this.designPresenter.SelectedItemColor = System.Drawing.SystemColors.Window;
     this.designPresenter.SelectedItemTextColor = System.Drawing.SystemColors.ControlText;
     this.designPresenter.SelectedStyleCategory = Dataweb.NShape.StyleCategory.CapStyle;
     this.designPresenter.Size = new System.Drawing.Size(661, 372);
     this.designPresenter.TabIndex = 0;
     //
     // designController
     //
     this.designController.Project = null;
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.designsComboBox,
     this.activateButton,
     this.designsSeparator,
     this.newDesignButton,
     this.deleteDesignButton,
     this.toolStripSeparator1,
     this.createStyleButton,
     this.deleteStyleButton});
     this.toolStrip2.Location = new System.Drawing.Point(3, 0);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(544, 25);
     this.toolStrip2.TabIndex = 1;
     //
     // designsComboBox
     //
     this.designsComboBox.Name = "designsComboBox";
     this.designsComboBox.Size = new System.Drawing.Size(121, 25);
     this.designsComboBox.SelectedIndexChanged += new System.EventHandler(this.designsComboBox_SelectedIndexChanged);
     //
     // activateButton
     //
     this.activateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.activateButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.ActivateDesign;
     this.activateButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.activateButton.Name = "activateButton";
     this.activateButton.Size = new System.Drawing.Size(23, 22);
     this.activateButton.Text = "Activate";
     this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
     //
     // designsSeparator
     //
     this.designsSeparator.Name = "designsSeparator";
     this.designsSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // newDesignButton
     //
     this.newDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewItemsBtn;
     this.newDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newDesignButton.Name = "newDesignButton";
     this.newDesignButton.Size = new System.Drawing.Size(99, 22);
     this.newDesignButton.Text = "New Design...";
     this.newDesignButton.Click += new System.EventHandler(this.newDesignButton_Click);
     //
     // deleteDesignButton
     //
     this.deleteDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDesignButton.Name = "deleteDesignButton";
     this.deleteDesignButton.Size = new System.Drawing.Size(99, 22);
     this.deleteDesignButton.Text = "Delete Design";
     this.deleteDesignButton.Click += new System.EventHandler(this.deleteDesignButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // createStyleButton
     //
     this.createStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewBtn;
     this.createStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.createStyleButton.Name = "createStyleButton";
     this.createStyleButton.Size = new System.Drawing.Size(88, 22);
     this.createStyleButton.Text = "New Style...";
     this.createStyleButton.Click += new System.EventHandler(this.newStyleButton_Click);
     //
     // deleteStyleButton
     //
     this.deleteStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteStyleButton.Name = "deleteStyleButton";
     this.deleteStyleButton.Size = new System.Drawing.Size(88, 22);
     this.deleteStyleButton.Text = "Delete Style";
     this.deleteStyleButton.Click += new System.EventHandler(this.deleteStyleButton_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.closeButton);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 397);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(661, 35);
     this.panel1.TabIndex = 7;
     //
     // closeButton
     //
     this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location = new System.Drawing.Point(574, 6);
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(75, 23);
     this.closeButton.TabIndex = 1;
     this.closeButton.Text = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // DesignEditorDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.closeButton;
     this.ClientSize = new System.Drawing.Size(661, 432);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.panel1);
     this.DoubleBuffered = true;
     this.Name = "DesignEditorDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Design Editor";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DesignEditorDialog_FormClosed);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo 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.toolStripPrincipal = new System.Windows.Forms.ToolStrip();
     this.btnNuevo = new System.Windows.Forms.ToolStripButton();
     this.btnGuardar = new System.Windows.Forms.ToolStripButton();
     this.btnEditar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCancelar = new System.Windows.Forms.ToolStripButton();
     this.btnImprimir = new System.Windows.Forms.ToolStripButton();
     this.btnBuscar = new System.Windows.Forms.ToolStripButton();
     this.btnEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnSalir = new System.Windows.Forms.ToolStripButton();
     this.tbControlPrincipal = new System.Windows.Forms.TabControl();
     this.tbpMaestro = new System.Windows.Forms.TabPage();
     this.toolStripPrincipal.SuspendLayout();
     this.tbControlPrincipal.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripPrincipal
     //
     this.toolStripPrincipal.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnNuevo,
     this.btnGuardar,
     this.btnEditar,
     this.toolStripSeparator2,
     this.btnCancelar,
     this.btnImprimir,
     this.btnBuscar,
     this.btnEliminar,
     this.toolStripSeparator1,
     this.btnSalir});
     this.toolStripPrincipal.Location = new System.Drawing.Point(0, 0);
     this.toolStripPrincipal.Name = "toolStripPrincipal";
     this.toolStripPrincipal.Size = new System.Drawing.Size(875, 25);
     this.toolStripPrincipal.TabIndex = 1;
     this.toolStripPrincipal.Text = "Barra De Botones";
     //
     // btnNuevo
     //
     this.btnNuevo.Image = global::aPresentacion.Properties.Resources.add;
     this.btnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(62, 22);
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.ToolTipText = "Nuevo Registro";
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGuardar.Name = "btnGuardar";
     this.btnGuardar.Size = new System.Drawing.Size(53, 22);
     this.btnGuardar.Text = "Guardar";
     this.btnGuardar.ToolTipText = "Guardar Registro";
     //
     // btnEditar
     //
     this.btnEditar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(44, 22);
     this.btnEditar.Text = "Editar ";
     this.btnEditar.ToolTipText = "Editar Registro";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnCancelar
     //
     this.btnCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(57, 22);
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.ToolTipText = "Cancelar Registro";
     //
     // btnImprimir
     //
     this.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimir.Name = "btnImprimir";
     this.btnImprimir.Size = new System.Drawing.Size(57, 22);
     this.btnImprimir.Text = "Imprimir";
     //
     // btnBuscar
     //
     this.btnBuscar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(46, 22);
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.ToolTipText = "Buscar Registro";
     //
     // btnEliminar
     //
     this.btnEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEliminar.Name = "btnEliminar";
     this.btnEliminar.Size = new System.Drawing.Size(54, 22);
     this.btnEliminar.Text = "Eliminar";
     this.btnEliminar.ToolTipText = "Eliminar Registro";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnSalir
     //
     this.btnSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(33, 22);
     this.btnSalir.Text = "Salir";
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // tbControlPrincipal
     //
     this.tbControlPrincipal.Controls.Add(this.tbpMaestro);
     this.tbControlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbControlPrincipal.Location = new System.Drawing.Point(0, 25);
     this.tbControlPrincipal.Name = "tbControlPrincipal";
     this.tbControlPrincipal.SelectedIndex = 0;
     this.tbControlPrincipal.Size = new System.Drawing.Size(875, 416);
     this.tbControlPrincipal.TabIndex = 2;
     //
     // tbpMaestro
     //
     this.tbpMaestro.Location = new System.Drawing.Point(4, 22);
     this.tbpMaestro.Name = "tbpMaestro";
     this.tbpMaestro.Padding = new System.Windows.Forms.Padding(3);
     this.tbpMaestro.Size = new System.Drawing.Size(867, 390);
     this.tbpMaestro.TabIndex = 0;
     this.tbpMaestro.Text = "tbpMaestro";
     this.tbpMaestro.UseVisualStyleBackColor = true;
     //
     // FrmPlantilla
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(875, 441);
     this.Controls.Add(this.tbControlPrincipal);
     this.Controls.Add(this.toolStripPrincipal);
     this.Name = "FrmPlantilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Plantilla";
     this.Load += new System.EventHandler(this.FrmPlantilla_Load);
     this.toolStripPrincipal.ResumeLayout(false);
     this.toolStripPrincipal.PerformLayout();
     this.tbControlPrincipal.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
        {
            System.Windows.Forms.ToolStripSeparator tssSep1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccountListForm));
            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.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.dgvAccounts = new System.Windows.Forms.DataGridView();
            this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Balance = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.IsHidden = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tsAccounts = new System.Windows.Forms.ToolStrip();
            this.tsbNewDebitAccount = new System.Windows.Forms.ToolStripButton();
            this.tsbNewCreditAccount = new System.Windows.Forms.ToolStripButton();
            this.tsbEdit = new System.Windows.Forms.ToolStripButton();
            this.tsbBalance = new System.Windows.Forms.ToolStripButton();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            this.tsbClose = new System.Windows.Forms.ToolStripButton();
            tssSep1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).BeginInit();
            this.tsAccounts.SuspendLayout();
            this.SuspendLayout();
            // 
            // tssSep1
            // 
            tssSep1.Name = "tssSep1";
            resources.ApplyResources(tssSep1, "tssSep1");
            // 
            // toolStripContainer1
            // 
            this.toolStripContainer1.BottomToolStripPanelVisible = false;
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.dgvAccounts);
            resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
            resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
            this.toolStripContainer1.LeftToolStripPanelVisible = false;
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.RightToolStripPanelVisible = false;
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tsAccounts);
            // 
            // dgvAccounts
            // 
            this.dgvAccounts.AllowUserToAddRows = false;
            this.dgvAccounts.AllowUserToDeleteRows = false;
            this.dgvAccounts.AllowUserToResizeColumns = false;
            this.dgvAccounts.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.dgvAccounts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvAccounts.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, 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.dgvAccounts.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgvAccounts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Type,
            this.Title,
            this.Balance,
            this.IsHidden});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, 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.dgvAccounts.DefaultCellStyle = dataGridViewCellStyle3;
            resources.ApplyResources(this.dgvAccounts, "dgvAccounts");
            this.dgvAccounts.MultiSelect = false;
            this.dgvAccounts.Name = "dgvAccounts";
            this.dgvAccounts.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, 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.dgvAccounts.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dgvAccounts.RowHeadersVisible = false;
            this.dgvAccounts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvAccounts.ShowCellErrors = false;
            this.dgvAccounts.ShowEditingIcon = false;
            this.dgvAccounts.ShowRowErrors = false;
            this.dgvAccounts.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccounts_CellDoubleClick);
            this.dgvAccounts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvAccounts_KeyDown);
            // 
            // Type
            // 
            this.Type.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.Type, "Type");
            this.Type.Name = "Type";
            this.Type.ReadOnly = true;
            // 
            // Title
            // 
            this.Title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            resources.ApplyResources(this.Title, "Title");
            this.Title.Name = "Title";
            this.Title.ReadOnly = true;
            // 
            // Balance
            // 
            this.Balance.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.Balance, "Balance");
            this.Balance.Name = "Balance";
            this.Balance.ReadOnly = true;
            this.Balance.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // IsHidden
            // 
            this.IsHidden.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.IsHidden, "IsHidden");
            this.IsHidden.Name = "IsHidden";
            this.IsHidden.ReadOnly = true;
            // 
            // tsAccounts
            // 
            resources.ApplyResources(this.tsAccounts, "tsAccounts");
            this.tsAccounts.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsAccounts.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbNewDebitAccount,
            this.tsbNewCreditAccount,
            tssSep1,
            this.tsbEdit,
            this.tsbBalance,
            this.tsbDelete,
            this.tsbClose});
            this.tsAccounts.Name = "tsAccounts";
            this.tsAccounts.Stretch = true;
            // 
            // tsbNewDebitAccount
            // 
            this.tsbNewDebitAccount.Image = global::easyMoney.Manager.Properties.Resources.money;
            resources.ApplyResources(this.tsbNewDebitAccount, "tsbNewDebitAccount");
            this.tsbNewDebitAccount.Name = "tsbNewDebitAccount";
            this.tsbNewDebitAccount.Click += new System.EventHandler(this.tsbNewAccount_Click);
            // 
            // tsbNewCreditAccount
            // 
            this.tsbNewCreditAccount.Image = global::easyMoney.Manager.Properties.Resources.creditcards;
            resources.ApplyResources(this.tsbNewCreditAccount, "tsbNewCreditAccount");
            this.tsbNewCreditAccount.Name = "tsbNewCreditAccount";
            this.tsbNewCreditAccount.Click += new System.EventHandler(this.tsbNewAccount_Click);
            // 
            // tsbEdit
            // 
            this.tsbEdit.Image = global::easyMoney.Manager.Properties.Resources.pencil;
            resources.ApplyResources(this.tsbEdit, "tsbEdit");
            this.tsbEdit.Name = "tsbEdit";
            this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
            // 
            // tsbBalance
            // 
            this.tsbBalance.Image = global::easyMoney.Manager.Properties.Resources.calculator;
            resources.ApplyResources(this.tsbBalance, "tsbBalance");
            this.tsbBalance.Name = "tsbBalance";
            this.tsbBalance.Click += new System.EventHandler(this.tsbBalance_Click);
            // 
            // tsbDelete
            // 
            this.tsbDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
            resources.ApplyResources(this.tsbDelete, "tsbDelete");
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_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);
            // 
            // AccountListForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.toolStripContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AccountListForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.AccountListForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AccountListForm_KeyDown);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).EndInit();
            this.tsAccounts.ResumeLayout(false);
            this.tsAccounts.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();
     this.ConditionGrpBox = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.ConditionTree = new System.Windows.Forms.TreeView();
     this.CriteriaRootMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.NewCriteriaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.UndoAllChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label1 = new System.Windows.Forms.Label();
     this.ListTypeBox = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ValueBox = new System.Windows.Forms.NumericUpDown();
     this.EnableValue = new System.Windows.Forms.CheckBox();
     this.ConditionDescBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SaveBtn = new System.Windows.Forms.Button();
     this.CancelBtn = new System.Windows.Forms.Button();
     this.CriteriaItemMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.EditCritertiaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DeleteCriteriaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ConditionGrpBox.SuspendLayout();
     this.CriteriaRootMenu.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ValueBox)).BeginInit();
     this.CriteriaItemMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // ConditionGrpBox
     //
     this.ConditionGrpBox.Controls.Add(this.label5);
     this.ConditionGrpBox.Controls.Add(this.label4);
     this.ConditionGrpBox.Controls.Add(this.ConditionTree);
     this.ConditionGrpBox.Location = new System.Drawing.Point(12, 26);
     this.ConditionGrpBox.Name = "ConditionGrpBox";
     this.ConditionGrpBox.Size = new System.Drawing.Size(266, 262);
     this.ConditionGrpBox.TabIndex = 0;
     this.ConditionGrpBox.TabStop = false;
     this.ConditionGrpBox.Text = "Condition List";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 241);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(170, 13);
     this.label5.TabIndex = 12;
     this.label5.Text = "* Right click to open context menu";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 223);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(148, 13);
     this.label4.TabIndex = 11;
     this.label4.Text = "* Double click to edit a criteria";
     //
     // ConditionTree
     //
     this.ConditionTree.BackColor = System.Drawing.SystemColors.Window;
     this.ConditionTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ConditionTree.ContextMenuStrip = this.CriteriaRootMenu;
     this.ConditionTree.Location = new System.Drawing.Point(1, 27);
     this.ConditionTree.Name = "ConditionTree";
     this.ConditionTree.ShowPlusMinus = false;
     this.ConditionTree.Size = new System.Drawing.Size(263, 190);
     this.ConditionTree.TabIndex = 0;
     this.ConditionTree.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.ConditionTree_BeforeCollapse);
     this.ConditionTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ConditionTree_AfterSelect);
     this.ConditionTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ConditionTree_NodeMouseDoubleClick);
     this.ConditionTree.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConditionTree_KeyDown);
     //
     // CriteriaRootMenu
     //
     this.CriteriaRootMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.NewCriteriaMenuItem,
     this.toolStripSeparator1,
     this.UndoAllChangesMenuItem});
     this.CriteriaRootMenu.Name = "CriteriaMenu";
     this.CriteriaRootMenu.Size = new System.Drawing.Size(165, 76);
     //
     // NewCriteriaMenuItem
     //
     this.NewCriteriaMenuItem.Name = "NewCriteriaMenuItem";
     this.NewCriteriaMenuItem.Size = new System.Drawing.Size(171, 22);
     this.NewCriteriaMenuItem.Text = "Add New Criteria";
     this.NewCriteriaMenuItem.Click += new System.EventHandler(this.NewCriteria_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(168, 6);
     //
     // UndoAllChangesMenuItem
     //
     this.UndoAllChangesMenuItem.Name = "UndoAllChangesMenuItem";
     this.UndoAllChangesMenuItem.Size = new System.Drawing.Size(171, 22);
     this.UndoAllChangesMenuItem.Text = "Undo Changes";
     this.UndoAllChangesMenuItem.Click += new System.EventHandler(this.UndoChanges_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "List Type:";
     //
     // ListTypeBox
     //
     this.ListTypeBox.BackColor = System.Drawing.SystemColors.Window;
     this.ListTypeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ListTypeBox.Location = new System.Drawing.Point(76, 32);
     this.ListTypeBox.Name = "ListTypeBox";
     this.ListTypeBox.ReadOnly = true;
     this.ListTypeBox.Size = new System.Drawing.Size(150, 13);
     this.ListTypeBox.TabIndex = 2;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ValueBox);
     this.groupBox1.Controls.Add(this.EnableValue);
     this.groupBox1.Controls.Add(this.ConditionDescBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.ListTypeBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(284, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(246, 187);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Information";
     //
     // ValueBox
     //
     this.ValueBox.Enabled = false;
     this.ValueBox.Location = new System.Drawing.Point(151, 127);
     this.ValueBox.Maximum = new decimal(new int[] {
     10000000,
     0,
     0,
     0});
     this.ValueBox.Name = "ValueBox";
     this.ValueBox.Size = new System.Drawing.Size(75, 20);
     this.ValueBox.TabIndex = 8;
     this.ValueBox.ValueChanged += new System.EventHandler(this.ValueBox_ValueChanged);
     //
     // EnableValue
     //
     this.EnableValue.AutoSize = true;
     this.EnableValue.Location = new System.Drawing.Point(20, 127);
     this.EnableValue.Name = "EnableValue";
     this.EnableValue.Size = new System.Drawing.Size(124, 17);
     this.EnableValue.TabIndex = 7;
     this.EnableValue.Text = "Enable Criteria Value";
     this.EnableValue.UseVisualStyleBackColor = true;
     this.EnableValue.CheckedChanged += new System.EventHandler(this.EnableValue_CheckedChanged);
     //
     // ConditionDescBox
     //
     this.ConditionDescBox.BackColor = System.Drawing.SystemColors.Window;
     this.ConditionDescBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ConditionDescBox.Location = new System.Drawing.Point(20, 76);
     this.ConditionDescBox.Multiline = true;
     this.ConditionDescBox.Name = "ConditionDescBox";
     this.ConditionDescBox.ReadOnly = true;
     this.ConditionDescBox.Size = new System.Drawing.Size(200, 45);
     this.ConditionDescBox.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 60);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Condition:";
     //
     // SaveBtn
     //
     this.SaveBtn.Location = new System.Drawing.Point(450, 244);
     this.SaveBtn.Name = "SaveBtn";
     this.SaveBtn.Size = new System.Drawing.Size(80, 38);
     this.SaveBtn.TabIndex = 9;
     this.SaveBtn.Text = "Save";
     this.SaveBtn.UseVisualStyleBackColor = true;
     this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // CancelBtn
     //
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBtn.Location = new System.Drawing.Point(360, 244);
     this.CancelBtn.Name = "CancelBtn";
     this.CancelBtn.Size = new System.Drawing.Size(80, 38);
     this.CancelBtn.TabIndex = 10;
     this.CancelBtn.Text = "Cancel";
     this.CancelBtn.UseVisualStyleBackColor = true;
     this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
     //
     // CriteriaItemMenu
     //
     this.CriteriaItemMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.EditCritertiaMenuItem,
     this.DeleteCriteriaMenuItem});
     this.CriteriaItemMenu.Name = "CriteriaItemMenu";
     this.CriteriaItemMenu.Size = new System.Drawing.Size(149, 48);
     //
     // EditCritertiaMenuItem
     //
     this.EditCritertiaMenuItem.Name = "EditCritertiaMenuItem";
     this.EditCritertiaMenuItem.Size = new System.Drawing.Size(148, 22);
     this.EditCritertiaMenuItem.Text = "Edit Criteria";
     this.EditCritertiaMenuItem.Click += new System.EventHandler(this.EditCriteria_Click);
     //
     // DeleteCriteriaMenuItem
     //
     this.DeleteCriteriaMenuItem.Name = "DeleteCriteriaMenuItem";
     this.DeleteCriteriaMenuItem.Size = new System.Drawing.Size(148, 22);
     this.DeleteCriteriaMenuItem.Text = "Delete Criteria";
     this.DeleteCriteriaMenuItem.Click += new System.EventHandler(this.DeleteCriteria_Click);
     //
     // ConditionListForm
     //
     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(543, 300);
     this.Controls.Add(this.CancelBtn);
     this.Controls.Add(this.SaveBtn);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ConditionGrpBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ConditionListForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Criteria List Editor";
     this.ConditionGrpBox.ResumeLayout(false);
     this.ConditionGrpBox.PerformLayout();
     this.CriteriaRootMenu.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ValueBox)).EndInit();
     this.CriteriaItemMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menu = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileNew                         = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileTabPage                     = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileOpen                        = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileSave                        = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileSaveAs                      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileClose                       = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileClose2                      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuNotificationListenerActive      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFileExit                        = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.menuEditCut                         = new System.Windows.Forms.ToolStripMenuItem();
     this.menuEditCopy                        = new System.Windows.Forms.ToolStripMenuItem();
     this.menuEditPaste                       = new System.Windows.Forms.ToolStripMenuItem();
     this.queryToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.menuQueryExecute                    = new System.Windows.Forms.ToolStripMenuItem();
     this.parametersToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.enumEntitiesToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.playbackToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.preferencesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.groupEntityTreeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.byNamespaceToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.byBaseTypeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.byHierarchyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.noGroupingToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.enableIntellisenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutSWQLStudioToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.fileTabs                = new SwqlStudio.Controls.TabControlEx();
     this.openFileDialog          = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog          = new System.Windows.Forms.SaveFileDialog();
     this.fontDialog              = new System.Windows.Forms.FontDialog();
     this.splitContainer1         = new System.Windows.Forms.SplitContainer();
     this.objectExplorer          = new SwqlStudio.ObjectExplorer();
     this.ObjectExplorerImageList = new System.Windows.Forms.ImageList(this.components);
     this.startTimer              = new System.Windows.Forms.Timer(this.components);
     toolStripMenuItem1           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.menu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(214, 6);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(214, 6);
     //
     // menu
     //
     this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.queryToolStripMenuItem,
         this.preferencesToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menu.Location = new System.Drawing.Point(0, 0);
     this.menu.Name     = "menu";
     this.menu.Size     = new System.Drawing.Size(827, 24);
     this.menu.TabIndex = 0;
     this.menu.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuFileNew,
         this.menuFileTabPage,
         this.menuFileOpen,
         this.menuFileSave,
         this.menuFileSaveAs,
         this.menuFileClose,
         this.menuFileClose2,
         toolStripMenuItem1,
         this.menuNotificationListenerActive,
         toolStripSeparator1,
         this.menuFileExit
     });
     this.fileToolStripMenuItem.Name             = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size             = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text             = "&File";
     this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
     //
     // menuFileNew
     //
     this.menuFileNew.Name         = "menuFileNew";
     this.menuFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.menuFileNew.Size         = new System.Drawing.Size(217, 22);
     this.menuFileNew.Text         = "&New";
     this.menuFileNew.Click       += new System.EventHandler(this.menuFileNew_Click);
     //
     // menuFileTabPage
     //
     this.menuFileTabPage.Name         = "menuFileTabPage";
     this.menuFileTabPage.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.menuFileTabPage.Size         = new System.Drawing.Size(217, 22);
     this.menuFileTabPage.Text         = "Tab Page";
     this.menuFileTabPage.Click       += new System.EventHandler(this.menuFileTabPage_Click);
     //
     // menuFileOpen
     //
     this.menuFileOpen.Name         = "menuFileOpen";
     this.menuFileOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.menuFileOpen.Size         = new System.Drawing.Size(217, 22);
     this.menuFileOpen.Text         = "&Open";
     this.menuFileOpen.Click       += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuFileSave
     //
     this.menuFileSave.Name         = "menuFileSave";
     this.menuFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.menuFileSave.Size         = new System.Drawing.Size(217, 22);
     this.menuFileSave.Text         = "&Save";
     this.menuFileSave.Click       += new System.EventHandler(this.menuFileSave_Click);
     //
     // menuFileSaveAs
     //
     this.menuFileSaveAs.Name   = "menuFileSaveAs";
     this.menuFileSaveAs.Size   = new System.Drawing.Size(217, 22);
     this.menuFileSaveAs.Text   = "&Save As";
     this.menuFileSaveAs.Click += new System.EventHandler(this.menuFileSaveAs_Click);
     //
     // menuFileClose
     //
     this.menuFileClose.Name = "menuFileClose";
     this.menuFileClose.ShortcutKeyDisplayString = "Ctrl+W, Ctrl-F4";
     this.menuFileClose.ShortcutKeys             = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
     this.menuFileClose.Size   = new System.Drawing.Size(217, 22);
     this.menuFileClose.Text   = "&Close";
     this.menuFileClose.Click += new System.EventHandler(this.menuFileClose_Click);
     //
     // menuFileClose2
     //
     this.menuFileClose2.Name         = "menuFileClose2";
     this.menuFileClose2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F4)));
     this.menuFileClose2.Size         = new System.Drawing.Size(217, 22);
     this.menuFileClose2.Text         = "Close";
     this.menuFileClose2.Visible      = false;
     this.menuFileClose2.Click       += new System.EventHandler(this.menuFileClose_Click);
     //
     // menuNotificationListenerActive
     //
     this.menuNotificationListenerActive.Checked    = true;
     this.menuNotificationListenerActive.CheckState = System.Windows.Forms.CheckState.Checked;
     this.menuNotificationListenerActive.Name       = "menuNotificationListenerActive";
     this.menuNotificationListenerActive.Size       = new System.Drawing.Size(217, 22);
     this.menuNotificationListenerActive.Text       = "Notification Listener Active";
     this.menuNotificationListenerActive.Click     += new System.EventHandler(this.menuNotificationListenerActive_Click);
     //
     // menuFileExit
     //
     this.menuFileExit.Name   = "menuFileExit";
     this.menuFileExit.Size   = new System.Drawing.Size(217, 22);
     this.menuFileExit.Text   = "&Exit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuEditCut,
         this.menuEditCopy,
         this.menuEditPaste
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // menuEditCut
     //
     this.menuEditCut.Name         = "menuEditCut";
     this.menuEditCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.menuEditCut.Size         = new System.Drawing.Size(144, 22);
     this.menuEditCut.Text         = "Cu&t";
     this.menuEditCut.Click       += new System.EventHandler(this.menuEditCut_Click);
     //
     // menuEditCopy
     //
     this.menuEditCopy.Name         = "menuEditCopy";
     this.menuEditCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.menuEditCopy.Size         = new System.Drawing.Size(144, 22);
     this.menuEditCopy.Text         = "&Copy";
     this.menuEditCopy.Click       += new System.EventHandler(this.menuEditCopy_Click);
     //
     // menuEditPaste
     //
     this.menuEditPaste.Name         = "menuEditPaste";
     this.menuEditPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.menuEditPaste.Size         = new System.Drawing.Size(144, 22);
     this.menuEditPaste.Text         = "&Paste";
     this.menuEditPaste.Click       += new System.EventHandler(this.menuEditPaste_Click);
     //
     // queryToolStripMenuItem
     //
     this.queryToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuQueryExecute,
         this.parametersToolStripMenuItem,
         this.enumEntitiesToolStripMenuItem,
         this.playbackToolStripMenuItem
     });
     this.queryToolStripMenuItem.Name = "queryToolStripMenuItem";
     this.queryToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.queryToolStripMenuItem.Text = "&Query";
     //
     // menuQueryExecute
     //
     this.menuQueryExecute.Name = "menuQueryExecute";
     this.menuQueryExecute.ShortcutKeyDisplayString = "F5, Ctrl-E";
     this.menuQueryExecute.ShortcutKeys             = System.Windows.Forms.Keys.F5;
     this.menuQueryExecute.Size   = new System.Drawing.Size(210, 22);
     this.menuQueryExecute.Text   = "&Execute";
     this.menuQueryExecute.Click += new System.EventHandler(this.menuQueryExecute_Click);
     //
     // parametersToolStripMenuItem
     //
     this.parametersToolStripMenuItem.Name         = "parametersToolStripMenuItem";
     this.parametersToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.parametersToolStripMenuItem.Size         = new System.Drawing.Size(210, 22);
     this.parametersToolStripMenuItem.Text         = "Parameters...";
     this.parametersToolStripMenuItem.Click       += new System.EventHandler(this.parametersToolStripMenuItem_Click);
     //
     // enumEntitiesToolStripMenuItem
     //
     this.enumEntitiesToolStripMenuItem.Name   = "enumEntitiesToolStripMenuItem";
     this.enumEntitiesToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.enumEntitiesToolStripMenuItem.Text   = "Entity Inheritance Graph...";
     this.enumEntitiesToolStripMenuItem.Click += new System.EventHandler(this.enumEntitiesToolStripMenuItem_Click);
     //
     // playbackToolStripMenuItem
     //
     this.playbackToolStripMenuItem.Name   = "playbackToolStripMenuItem";
     this.playbackToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.playbackToolStripMenuItem.Text   = "Playback";
     this.playbackToolStripMenuItem.Click += new System.EventHandler(this.playbackToolStripMenuItem_Click_1);
     //
     // preferencesToolStripMenuItem
     //
     this.preferencesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.groupEntityTreeToolStripMenuItem,
         this.enableIntellisenseToolStripMenuItem
     });
     this.preferencesToolStripMenuItem.Name             = "preferencesToolStripMenuItem";
     this.preferencesToolStripMenuItem.Size             = new System.Drawing.Size(80, 20);
     this.preferencesToolStripMenuItem.Text             = "&Preferences";
     this.preferencesToolStripMenuItem.DropDownOpening += new System.EventHandler(this.preferencesToolStripMenuItem_DropDownOpening);
     //
     // groupEntityTreeToolStripMenuItem
     //
     this.groupEntityTreeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.byNamespaceToolStripMenuItem,
         this.byBaseTypeToolStripMenuItem,
         this.byHierarchyToolStripMenuItem,
         this.noGroupingToolStripMenuItem
     });
     this.groupEntityTreeToolStripMenuItem.Name = "groupEntityTreeToolStripMenuItem";
     this.groupEntityTreeToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
     this.groupEntityTreeToolStripMenuItem.Text = "&Group Entity Tree";
     //
     // byNamespaceToolStripMenuItem
     //
     this.byNamespaceToolStripMenuItem.Name   = "byNamespaceToolStripMenuItem";
     this.byNamespaceToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.byNamespaceToolStripMenuItem.Text   = "By &Namespace";
     this.byNamespaceToolStripMenuItem.Click += new System.EventHandler(this.byNamespaceToolStripMenuItem_Click);
     //
     // byBaseTypeToolStripMenuItem
     //
     this.byBaseTypeToolStripMenuItem.Name   = "byBaseTypeToolStripMenuItem";
     this.byBaseTypeToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.byBaseTypeToolStripMenuItem.Text   = "By &Base type";
     this.byBaseTypeToolStripMenuItem.Click += new System.EventHandler(this.byBaseTypeToolStripMenuItem_Click);
     //
     // byHierarchyToolStripMenuItem
     //
     this.byHierarchyToolStripMenuItem.Name   = "byHierarchyToolStripMenuItem";
     this.byHierarchyToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.byHierarchyToolStripMenuItem.Text   = "By &Hierarchy";
     this.byHierarchyToolStripMenuItem.Click += new System.EventHandler(this.byHierarchyToolStripMenuItem_Click);
     //
     // noGroupingToolStripMenuItem
     //
     this.noGroupingToolStripMenuItem.Name   = "noGroupingToolStripMenuItem";
     this.noGroupingToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.noGroupingToolStripMenuItem.Text   = "No &Grouping";
     this.noGroupingToolStripMenuItem.Click += new System.EventHandler(this.noGroupingToolStripMenuItem_Click);
     //
     // enableIntellisenseToolStripMenuItem
     //
     this.enableIntellisenseToolStripMenuItem.Checked         = true;
     this.enableIntellisenseToolStripMenuItem.CheckOnClick    = true;
     this.enableIntellisenseToolStripMenuItem.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.enableIntellisenseToolStripMenuItem.Name            = "enableIntellisenseToolStripMenuItem";
     this.enableIntellisenseToolStripMenuItem.Size            = new System.Drawing.Size(170, 22);
     this.enableIntellisenseToolStripMenuItem.Text            = "Enable Intellisense";
     this.enableIntellisenseToolStripMenuItem.CheckedChanged += new System.EventHandler(this.enableIntellisenseToolStripMenuItem_CheckedChanged);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutSWQLStudioToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutSWQLStudioToolStripMenuItem
     //
     this.aboutSWQLStudioToolStripMenuItem.Name   = "aboutSWQLStudioToolStripMenuItem";
     this.aboutSWQLStudioToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.aboutSWQLStudioToolStripMenuItem.Text   = "About SWQL Studio";
     this.aboutSWQLStudioToolStripMenuItem.Click += new System.EventHandler(this.aboutSWQLStudioToolStripMenuItem_Click);
     //
     // fileTabs
     //
     this.fileTabs.AllowDrop     = true;
     this.fileTabs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.fileTabs.DrawMode      = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.fileTabs.Location      = new System.Drawing.Point(0, 0);
     this.fileTabs.Margin        = new System.Windows.Forms.Padding(0);
     this.fileTabs.Name          = "fileTabs";
     this.fileTabs.SelectedIndex = 0;
     this.fileTabs.Size          = new System.Drawing.Size(632, 571);
     this.fileTabs.SizeMode      = System.Windows.Forms.TabSizeMode.Normal;
     this.fileTabs.TabIndex      = 1;
     this.fileTabs.TabStop       = false;
     this.fileTabs.DragDrop     += new System.Windows.Forms.DragEventHandler(this.TextEditorDragDrop);
     this.fileTabs.DragEnter    += new System.Windows.Forms.DragEventHandler(this.TextEditorDragEnter);
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.objectExplorer);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.fileTabs);
     this.splitContainer1.Size             = new System.Drawing.Size(827, 571);
     this.splitContainer1.SplitterDistance = 191;
     this.splitContainer1.TabIndex         = 2;
     //
     // objectExplorer
     //
     this.objectExplorer.ApplicationService = null;
     this.objectExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.objectExplorer.EntityGroupingMode = SwqlStudio.EntityGroupingMode.Flat;
     this.objectExplorer.ImageList          = this.ObjectExplorerImageList;
     this.objectExplorer.Location           = new System.Drawing.Point(0, 0);
     this.objectExplorer.Name     = "objectExplorer";
     this.objectExplorer.Size     = new System.Drawing.Size(191, 571);
     this.objectExplorer.TabIndex = 0;
     //
     // ObjectExplorerImageList
     //
     this.ObjectExplorerImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ObjectExplorerImageList.ImageStream")));
     this.ObjectExplorerImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ObjectExplorerImageList.Images.SetKeyName(0, "Column");
     this.ObjectExplorerImageList.Images.SetKeyName(1, "Database");
     this.ObjectExplorerImageList.Images.SetKeyName(2, "Link");
     this.ObjectExplorerImageList.Images.SetKeyName(3, "Table");
     this.ObjectExplorerImageList.Images.SetKeyName(4, "InheritedColumn");
     this.ObjectExplorerImageList.Images.SetKeyName(5, "KeyColumn");
     this.ObjectExplorerImageList.Images.SetKeyName(6, "Verb");
     this.ObjectExplorerImageList.Images.SetKeyName(7, "Argument");
     this.ObjectExplorerImageList.Images.SetKeyName(8, "Indication");
     this.ObjectExplorerImageList.Images.SetKeyName(9, "Namespace");
     this.ObjectExplorerImageList.Images.SetKeyName(10, "BaseType");
     this.ObjectExplorerImageList.Images.SetKeyName(11, "BaseTypeAbstract");
     this.ObjectExplorerImageList.Images.SetKeyName(12, "TableAbstract");
     //
     // startTimer
     //
     this.startTimer.Tick += new System.EventHandler(this.startTimer_Tick);
     //
     // MainForm
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(827, 595);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menu);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menu;
     this.Name          = "MainForm";
     this.Text          = "SWQL Studio";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.TextEditor_FormClosing);
     this.DragDrop     += new System.Windows.Forms.DragEventHandler(this.TextEditorForm_DragDrop);
     this.DragEnter    += new System.Windows.Forms.DragEventHandler(this.TextEditorForm_DragEnter);
     this.menu.ResumeLayout(false);
     this.menu.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 32
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.panel1                  = new System.Windows.Forms.Panel();
     this.label1                  = new System.Windows.Forms.Label();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     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.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.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.缴费对象设置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.toolStripMenuItem3      = new System.Windows.Forms.ToolStripSeparator();
     this.批量数据导入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4      = new System.Windows.Forms.ToolStripSeparator();
     this.数据检测ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControlWithClose1    = new WGSF.TabControlWithClose();
     this.tabPage1                = new System.Windows.Forms.TabPage();
     this.panel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tabControlWithClose1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.Blue;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 27);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(600, 100);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.label1.Font      = new System.Drawing.Font("黑体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Yellow;
     this.label1.Location  = new System.Drawing.Point(93, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(421, 64);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "物业计收费系统";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         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(600, 25);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 系统ToolStripMenuItem
     //
     this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.备份数据库ToolStripMenuItem,
         this.还原数据库ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.退出ToolStripMenuItem
     });
     this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
     this.系统ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.系统ToolStripMenuItem.Text = "系统";
     //
     // 备份数据库ToolStripMenuItem
     //
     this.备份数据库ToolStripMenuItem.Name = "备份数据库ToolStripMenuItem";
     this.备份数据库ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.备份数据库ToolStripMenuItem.Text = "备份数据库";
     //
     // 还原数据库ToolStripMenuItem
     //
     this.还原数据库ToolStripMenuItem.Name = "还原数据库ToolStripMenuItem";
     this.还原数据库ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.还原数据库ToolStripMenuItem.Text = "还原数据库";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.退出ToolStripMenuItem.Text = "退出";
     //
     // 表计量管理ToolStripMenuItem
     //
     this.表计量管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.表读数录入ToolStripMenuItem
     });
     this.表计量管理ToolStripMenuItem.Name = "表计量管理ToolStripMenuItem";
     this.表计量管理ToolStripMenuItem.Size = new System.Drawing.Size(56, 21);
     this.表计量管理ToolStripMenuItem.Text = "表计量";
     //
     // 表读数录入ToolStripMenuItem
     //
     this.表读数录入ToolStripMenuItem.Name   = "表读数录入ToolStripMenuItem";
     this.表读数录入ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.表读数录入ToolStripMenuItem.Text   = "表读数录入";
     this.表读数录入ToolStripMenuItem.Click += new System.EventHandler(this.表读数录入ToolStripMenuItemClick);
     //
     // 收费管理ToolStripMenuItem
     //
     this.收费管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.计费ToolStripMenuItem,
         this.收费ToolStripMenuItem,
         this.toolStripMenuItem5,
         this.历史收费ToolStripMenuItem
     });
     this.收费管理ToolStripMenuItem.Name = "收费管理ToolStripMenuItem";
     this.收费管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.收费管理ToolStripMenuItem.Text = "收费管理";
     //
     // 计费ToolStripMenuItem
     //
     this.计费ToolStripMenuItem.Name   = "计费ToolStripMenuItem";
     this.计费ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.计费ToolStripMenuItem.Text   = "计费";
     this.计费ToolStripMenuItem.Click += new System.EventHandler(this.计费ToolStripMenuItemClick);
     //
     // 收费ToolStripMenuItem
     //
     this.收费ToolStripMenuItem.Name   = "收费ToolStripMenuItem";
     this.收费ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.收费ToolStripMenuItem.Text   = "收费";
     this.收费ToolStripMenuItem.Click += new System.EventHandler(this.收费ToolStripMenuItemClick);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(121, 6);
     //
     // 历史收费ToolStripMenuItem
     //
     this.历史收费ToolStripMenuItem.Name   = "历史收费ToolStripMenuItem";
     this.历史收费ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.历史收费ToolStripMenuItem.Text   = "历史收费";
     this.历史收费ToolStripMenuItem.Click += new System.EventHandler(this.历史收费ToolStripMenuItemClick);
     //
     // 系统设置ToolStripMenuItem
     //
     this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.费率设置ToolStripMenuItem,
         this.缴费对象设置ToolStripMenuItem,
         this.物业信息设置ToolStripMenuItem,
         this.计量表设置ToolStripMenuItem,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.批量数据导入ToolStripMenuItem,
         this.toolStripMenuItem4,
         this.数据检测ToolStripMenuItem
     });
     this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
     this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.系统设置ToolStripMenuItem.Text = "系统设置";
     //
     // 费率设置ToolStripMenuItem
     //
     this.费率设置ToolStripMenuItem.Name   = "费率设置ToolStripMenuItem";
     this.费率设置ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.费率设置ToolStripMenuItem.Text   = "费率设置";
     this.费率设置ToolStripMenuItem.Click += new System.EventHandler(this.费率设置ToolStripMenuItemClick);
     //
     // 缴费对象设置ToolStripMenuItem
     //
     this.缴费对象设置ToolStripMenuItem.Name   = "缴费对象设置ToolStripMenuItem";
     this.缴费对象设置ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.缴费对象设置ToolStripMenuItem.Text   = "缴费对象设置";
     this.缴费对象设置ToolStripMenuItem.Click += new System.EventHandler(this.缴费对象设置ToolStripMenuItemClick);
     //
     // 物业信息设置ToolStripMenuItem
     //
     this.物业信息设置ToolStripMenuItem.Name   = "物业信息设置ToolStripMenuItem";
     this.物业信息设置ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.物业信息设置ToolStripMenuItem.Text   = "物业信息设置";
     this.物业信息设置ToolStripMenuItem.Click += new System.EventHandler(this.物业信息设置ToolStripMenuItemClick);
     //
     // 计量表设置ToolStripMenuItem
     //
     this.计量表设置ToolStripMenuItem.Name   = "计量表设置ToolStripMenuItem";
     this.计量表设置ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.计量表设置ToolStripMenuItem.Text   = "计量表设置";
     this.计量表设置ToolStripMenuItem.Click += new System.EventHandler(this.计量表设置ToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(145, 6);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(145, 6);
     //
     // 批量数据导入ToolStripMenuItem
     //
     this.批量数据导入ToolStripMenuItem.Name   = "批量数据导入ToolStripMenuItem";
     this.批量数据导入ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.批量数据导入ToolStripMenuItem.Text   = "批量数据导入";
     this.批量数据导入ToolStripMenuItem.Click += new System.EventHandler(this.批量数据导入ToolStripMenuItemClick);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(145, 6);
     //
     // 数据检测ToolStripMenuItem
     //
     this.数据检测ToolStripMenuItem.Name   = "数据检测ToolStripMenuItem";
     this.数据检测ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.数据检测ToolStripMenuItem.Text   = "数据检测";
     this.数据检测ToolStripMenuItem.Click += new System.EventHandler(this.数据检测ToolStripMenuItemClick);
     //
     // tabControlWithClose1
     //
     this.tabControlWithClose1.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.tabControlWithClose1.Controls.Add(this.tabPage1);
     this.tabControlWithClose1.ItemSize      = new System.Drawing.Size(62, 45);
     this.tabControlWithClose1.Location      = new System.Drawing.Point(0, 133);
     this.tabControlWithClose1.Name          = "tabControlWithClose1";
     this.tabControlWithClose1.SelectedIndex = 0;
     this.tabControlWithClose1.Size          = new System.Drawing.Size(600, 137);
     this.tabControlWithClose1.TabIndex      = 3;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 49);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(592, 84);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "  首 页  ";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(600, 271);
     this.Controls.Add(this.tabControlWithClose1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "MainForm";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.MainFormLoad);
     this.panel1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControlWithClose1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 33
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQuit = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHeaderInfo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuWZCompare = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSaveXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLoadXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtract = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCloseRender = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button8 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.pnlSound = new System.Windows.Forms.Panel();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.btnSaveMp3 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.lstRender = new System.Windows.Forms.ListBox();
     this.chkNPC = new System.Windows.Forms.CheckBox();
     this.chkMob = new System.Windows.Forms.CheckBox();
     this.chkReactor = new System.Windows.Forms.CheckBox();
     this.chkPortal = new System.Windows.Forms.CheckBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtType = new System.Windows.Forms.TextBox();
     this.pnlPicture = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblUOL = new System.Windows.Forms.LinkLabel();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.renderContainer = new System.Windows.Forms.SplitContainer();
     this.picRender = new System.Windows.Forms.PictureBox();
     this.cmdCloseRender = new System.Windows.Forms.Button();
     this.cmdSaveRender = new System.Windows.Forms.Button();
     this.cmdRedrawRender = new System.Windows.Forms.Button();
     this.lstRenders = new System.Windows.Forms.ListBox();
     this.chkReactorr = new System.Windows.Forms.CheckBox();
     this.chkPortalr = new System.Windows.Forms.CheckBox();
     this.chkMobr = new System.Windows.Forms.CheckBox();
     this.chkNPCr = new System.Windows.Forms.CheckBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.treeView2 = new System.Windows.Forms.TreeView();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.fullExtractPanel = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.extractCount = new System.Windows.Forms.Label();
     this.extractBar = new System.Windows.Forms.ProgressBar();
     this.extractCancel = new System.Windows.Forms.Button();
     this.extractStart = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.pnlSound.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.pnlPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.renderContainer.Panel1.SuspendLayout();
     this.renderContainer.Panel2.SuspendLayout();
     this.renderContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.fullExtractPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFile,
     this.mnuExtras,
     this.mnuAbout,
     this.mnuCloseRender});
     this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(846, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuOpen,
     this.mnuQuit});
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(39, 21);
     this.mnuFile.Text = "&File";
     //
     // mnuOpen
     //
     this.mnuOpen.Name = "mnuOpen";
     this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.mnuOpen.Size = new System.Drawing.Size(164, 22);
     this.mnuOpen.Text = "&Open...";
     this.mnuOpen.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
     //
     // mnuQuit
     //
     this.mnuQuit.Name = "mnuQuit";
     this.mnuQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.mnuQuit.Size = new System.Drawing.Size(164, 22);
     this.mnuQuit.Text = "&Quit";
     this.mnuQuit.Click += new System.EventHandler(this.QuitToolStripMenuItemClick);
     //
     // mnuExtras
     //
     this.mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuHeaderInfo,
     this.mnuWZCompare,
     this.mnuExtract,
     this.toolStripMenuItem3,
     this.findToolStripMenuItem,
     this.toolStripTextBox1,
     this.toolStripMenuItem2,
     this.mnuSettings});
     this.mnuExtras.Name = "mnuExtras";
     this.mnuExtras.Size = new System.Drawing.Size(55, 21);
     this.mnuExtras.Text = "&Extras";
     //
     // mnuHeaderInfo
     //
     this.mnuHeaderInfo.Enabled = false;
     this.mnuHeaderInfo.Name = "mnuHeaderInfo";
     this.mnuHeaderInfo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.mnuHeaderInfo.Size = new System.Drawing.Size(236, 22);
     this.mnuHeaderInfo.Text = "Header information";
     this.mnuHeaderInfo.Click += new System.EventHandler(this.ShowHeaderInformationToolStripMenuItemClick);
     //
     // mnuWZCompare
     //
     this.mnuWZCompare.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuSaveXML,
     this.mnuLoadXML});
     this.mnuWZCompare.Enabled = false;
     this.mnuWZCompare.Name = "mnuWZCompare";
     this.mnuWZCompare.Size = new System.Drawing.Size(236, 22);
     this.mnuWZCompare.Text = "WZ Comparison";
     //
     // mnuSaveXML
     //
     this.mnuSaveXML.Enabled = false;
     this.mnuSaveXML.Name = "mnuSaveXML";
     this.mnuSaveXML.Size = new System.Drawing.Size(208, 22);
     this.mnuSaveXML.Text = "Save XML File...";
     this.mnuSaveXML.Click += new System.EventHandler(this.saveXMLFileToolStripMenuItem_Click);
     //
     // mnuLoadXML
     //
     this.mnuLoadXML.Enabled = false;
     this.mnuLoadXML.Name = "mnuLoadXML";
     this.mnuLoadXML.Size = new System.Drawing.Size(208, 22);
     this.mnuLoadXML.Text = "Compare to XML File...";
     this.mnuLoadXML.Click += new System.EventHandler(this.compareToXMLFileToolStripMenuItem_Click);
     //
     // mnuExtract
     //
     this.mnuExtract.Enabled = false;
     this.mnuExtract.Name = "mnuExtract";
     this.mnuExtract.Size = new System.Drawing.Size(236, 22);
     this.mnuExtract.Text = "Extract everything to disk";
     this.mnuExtract.Click += new System.EventHandler(this.MnuExtractClick);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(233, 6);
     //
     // findToolStripMenuItem
     //
     this.findToolStripMenuItem.Enabled = false;
     this.findToolStripMenuItem.Name = "findToolStripMenuItem";
     this.findToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
     this.findToolStripMenuItem.Text = "Find in tree:";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1KeyDown);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(233, 6);
     //
     // mnuSettings
     //
     this.mnuSettings.Name = "mnuSettings";
     this.mnuSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.mnuSettings.Size = new System.Drawing.Size(236, 22);
     this.mnuSettings.Text = "&Settings...";
     this.mnuSettings.Click += new System.EventHandler(this.PreferencesToolStripMenuItemClick);
     //
     // mnuAbout
     //
     this.mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.licenseToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.mnuAbout.Name = "mnuAbout";
     this.mnuAbout.Size = new System.Drawing.Size(26, 21);
     this.mnuAbout.Text = "?";
     //
     // licenseToolStripMenuItem
     //
     this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem";
     this.licenseToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.licenseToolStripMenuItem.Text = "License";
     this.licenseToolStripMenuItem.Click += new System.EventHandler(this.LicenseToolStripMenuItemClick);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // mnuCloseRender
     //
     this.mnuCloseRender.Name = "mnuCloseRender";
     this.mnuCloseRender.Size = new System.Drawing.Size(98, 21);
     this.mnuCloseRender.Text = "Close Render";
     this.mnuCloseRender.Visible = false;
     this.mnuCloseRender.Click += new System.EventHandler(this.closeRenderToolStripMenuItem_Click);
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.HideSelection = false;
     this.treeView1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(164, 242);
     this.treeView1.TabIndex = 2;
     this.treeView1.Tag = "";
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.button9);
     this.groupBox2.Controls.Add(this.button8);
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Controls.Add(this.button6);
     this.groupBox2.Controls.Add(this.pnlSound);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.lstRender);
     this.groupBox2.Controls.Add(this.chkNPC);
     this.groupBox2.Controls.Add(this.chkMob);
     this.groupBox2.Controls.Add(this.chkReactor);
     this.groupBox2.Controls.Add(this.chkPortal);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txtType);
     this.groupBox2.Controls.Add(this.pnlPicture);
     this.groupBox2.Controls.Add(this.lblUOL);
     this.groupBox2.Controls.Add(this.textBox8);
     this.groupBox2.Location = new System.Drawing.Point(2, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(657, 513);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Data";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(9, 435);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(52, 23);
     this.button8.TabIndex = 26;
     this.button8.Text = "obj";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(9, 405);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(52, 23);
     this.button7.TabIndex = 25;
     this.button7.Text = "map";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(5, 302);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(54, 38);
     this.button6.TabIndex = 24;
     this.button6.Text = "Extract image";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Visible = false;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // pnlSound
     //
     this.pnlSound.AutoScroll = true;
     this.pnlSound.AutoSize = true;
     this.pnlSound.Controls.Add(this.checkBox1);
     this.pnlSound.Controls.Add(this.trackBar1);
     this.pnlSound.Controls.Add(this.label4);
     this.pnlSound.Controls.Add(this.textBox1);
     this.pnlSound.Controls.Add(this.label3);
     this.pnlSound.Controls.Add(this.button5);
     this.pnlSound.Controls.Add(this.button4);
     this.pnlSound.Controls.Add(this.button3);
     this.pnlSound.Controls.Add(this.btnSaveMp3);
     this.pnlSound.Location = new System.Drawing.Point(66, 42);
     this.pnlSound.Name = "pnlSound";
     this.pnlSound.Size = new System.Drawing.Size(380, 192);
     this.pnlSound.TabIndex = 23;
     this.pnlSound.Visible = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(192, 6);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(58, 19);
     this.checkBox1.TabIndex = 30;
     this.checkBox1.Text = "Loop";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(4, 31);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(203, 45);
     this.trackBar1.TabIndex = 29;
     this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Scroll += new System.EventHandler(this.TrackBar1Scroll);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(213, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 18);
     this.label4.TabIndex = 28;
     this.label4.Text = "00:00 /";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(3, 72);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(293, 117);
     this.textBox1.TabIndex = 27;
     this.textBox1.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(259, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(37, 18);
     this.label3.TabIndex = 26;
     this.label3.Text = "00:00";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(125, 3);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(55, 23);
     this.button5.TabIndex = 24;
     this.button5.Text = "Stop";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(64, 3);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(55, 23);
     this.button4.TabIndex = 23;
     this.button4.Text = "Pause";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(55, 23);
     this.button3.TabIndex = 22;
     this.button3.Text = "Play";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // btnSaveMp3
     //
     this.btnSaveMp3.Location = new System.Drawing.Point(256, 3);
     this.btnSaveMp3.Name = "btnSaveMp3";
     this.btnSaveMp3.Size = new System.Drawing.Size(40, 23);
     this.btnSaveMp3.TabIndex = 19;
     this.btnSaveMp3.Text = "Save";
     this.btnSaveMp3.UseVisualStyleBackColor = true;
     this.btnSaveMp3.Click += new System.EventHandler(this.BtnSaveMp3Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 194);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(590, 192);
     this.label1.TabIndex = 5;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(7, 346);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(54, 43);
     this.button1.TabIndex = 21;
     this.button1.Text = "Save image";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // lstRender
     //
     this.lstRender.FormattingEnabled = true;
     this.lstRender.ItemHeight = 12;
     this.lstRender.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRender.Location = new System.Drawing.Point(6, 258);
     this.lstRender.Name = "lstRender";
     this.lstRender.Size = new System.Drawing.Size(54, 40);
     this.lstRender.TabIndex = 13;
     this.lstRender.Visible = false;
     //
     // chkNPC
     //
     this.chkNPC.Checked = true;
     this.chkNPC.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPC.Location = new System.Drawing.Point(5, 238);
     this.chkNPC.Name = "chkNPC";
     this.chkNPC.Size = new System.Drawing.Size(55, 15);
     this.chkNPC.TabIndex = 12;
     this.chkNPC.Text = "NPCs";
     this.chkNPC.UseVisualStyleBackColor = true;
     this.chkNPC.Visible = false;
     this.chkNPC.CheckedChanged += new System.EventHandler(this.ChkNPCCheckedChanged);
     //
     // chkMob
     //
     this.chkMob.Checked = true;
     this.chkMob.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMob.Location = new System.Drawing.Point(5, 218);
     this.chkMob.Name = "chkMob";
     this.chkMob.Size = new System.Drawing.Size(55, 15);
     this.chkMob.TabIndex = 11;
     this.chkMob.Text = "Mob";
     this.chkMob.UseVisualStyleBackColor = true;
     this.chkMob.Visible = false;
     this.chkMob.CheckedChanged += new System.EventHandler(this.ChkMobCheckedChanged);
     //
     // chkReactor
     //
     this.chkReactor.Checked = true;
     this.chkReactor.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactor.Location = new System.Drawing.Point(5, 193);
     this.chkReactor.Name = "chkReactor";
     this.chkReactor.Size = new System.Drawing.Size(55, 19);
     this.chkReactor.TabIndex = 10;
     this.chkReactor.Text = "Reactor";
     this.chkReactor.UseVisualStyleBackColor = true;
     this.chkReactor.Visible = false;
     this.chkReactor.CheckedChanged += new System.EventHandler(this.ChkReactorCheckedChanged);
     //
     // chkPortal
     //
     this.chkPortal.Checked = true;
     this.chkPortal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortal.Location = new System.Drawing.Point(5, 171);
     this.chkPortal.Name = "chkPortal";
     this.chkPortal.Size = new System.Drawing.Size(55, 20);
     this.chkPortal.TabIndex = 9;
     this.chkPortal.Text = "Portal";
     this.chkPortal.UseVisualStyleBackColor = true;
     this.chkPortal.Visible = false;
     this.chkPortal.CheckedChanged += new System.EventHandler(this.ChkPortalCheckedChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(5, 114);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(54, 50);
     this.button2.TabIndex = 8;
     this.button2.Text = "Render this Map!";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(55, 37);
     this.label9.TabIndex = 5;
     this.label9.Text = "Click the picture to save it!";
     this.label9.Visible = false;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 44);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 14);
     this.label8.TabIndex = 3;
     this.label8.Text = "Content:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 17);
     this.label7.TabIndex = 1;
     this.label7.Text = "Type:";
     //
     // txtType
     //
     this.txtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtType.BackColor = System.Drawing.SystemColors.Window;
     this.txtType.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtType.Location = new System.Drawing.Point(67, 18);
     this.txtType.Multiline = true;
     this.txtType.Name = "txtType";
     this.txtType.ReadOnly = true;
     this.txtType.Size = new System.Drawing.Size(584, 19);
     this.txtType.TabIndex = 0;
     //
     // pnlPicture
     //
     this.pnlPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlPicture.AutoScroll = true;
     this.pnlPicture.BackColor = System.Drawing.SystemColors.Control;
     this.pnlPicture.Controls.Add(this.pictureBox1);
     this.pnlPicture.Location = new System.Drawing.Point(67, 42);
     this.pnlPicture.Name = "pnlPicture";
     this.pnlPicture.Size = new System.Drawing.Size(584, 466);
     this.pnlPicture.TabIndex = 17;
     this.pnlPicture.Visible = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(553, 338);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     this.pictureBox1.Click += new System.EventHandler(this.PictureBox1Click);
     //
     // lblUOL
     //
     this.lblUOL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUOL.BackColor = System.Drawing.SystemColors.Control;
     this.lblUOL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUOL.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblUOL.Location = new System.Drawing.Point(67, 42);
     this.lblUOL.Name = "lblUOL";
     this.lblUOL.Size = new System.Drawing.Size(408, 30);
     this.lblUOL.TabIndex = 20;
     this.lblUOL.Visible = false;
     this.lblUOL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.BackColor = System.Drawing.SystemColors.Window;
     this.textBox8.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(67, 42);
     this.textBox8.Multiline = true;
     this.textBox8.Name = "textBox8";
     this.textBox8.ReadOnly = true;
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox8.Size = new System.Drawing.Size(584, 466);
     this.textBox8.TabIndex = 2;
     this.textBox8.Visible = false;
     //
     // renderContainer
     //
     this.renderContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.renderContainer.IsSplitterFixed = true;
     this.renderContainer.Location = new System.Drawing.Point(606, 0);
     this.renderContainer.Name = "renderContainer";
     this.renderContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // renderContainer.Panel1
     //
     this.renderContainer.Panel1.AutoScroll = true;
     this.renderContainer.Panel1.Controls.Add(this.picRender);
     //
     // renderContainer.Panel2
     //
     this.renderContainer.Panel2.Controls.Add(this.cmdCloseRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdSaveRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdRedrawRender);
     this.renderContainer.Panel2.Controls.Add(this.lstRenders);
     this.renderContainer.Panel2.Controls.Add(this.chkReactorr);
     this.renderContainer.Panel2.Controls.Add(this.chkPortalr);
     this.renderContainer.Panel2.Controls.Add(this.chkMobr);
     this.renderContainer.Panel2.Controls.Add(this.chkNPCr);
     this.renderContainer.Size = new System.Drawing.Size(240, 207);
     this.renderContainer.SplitterDistance = 131;
     this.renderContainer.TabIndex = 0;
     this.renderContainer.TabStop = false;
     this.renderContainer.Visible = false;
     //
     // picRender
     //
     this.picRender.Location = new System.Drawing.Point(0, 0);
     this.picRender.Name = "picRender";
     this.picRender.Size = new System.Drawing.Size(279, 128);
     this.picRender.TabIndex = 0;
     this.picRender.TabStop = false;
     //
     // cmdCloseRender
     //
     this.cmdCloseRender.Location = new System.Drawing.Point(399, 34);
     this.cmdCloseRender.Name = "cmdCloseRender";
     this.cmdCloseRender.Size = new System.Drawing.Size(43, 21);
     this.cmdCloseRender.TabIndex = 7;
     this.cmdCloseRender.Text = "Close";
     this.cmdCloseRender.UseVisualStyleBackColor = true;
     this.cmdCloseRender.Click += new System.EventHandler(this.CmdCloseRenderClick);
     //
     // cmdSaveRender
     //
     this.cmdSaveRender.Location = new System.Drawing.Point(269, 34);
     this.cmdSaveRender.Name = "cmdSaveRender";
     this.cmdSaveRender.Size = new System.Drawing.Size(124, 21);
     this.cmdSaveRender.TabIndex = 6;
     this.cmdSaveRender.Text = "Save";
     this.cmdSaveRender.UseVisualStyleBackColor = true;
     this.cmdSaveRender.Click += new System.EventHandler(this.CmdSaveRenderClick);
     //
     // cmdRedrawRender
     //
     this.cmdRedrawRender.Location = new System.Drawing.Point(269, 8);
     this.cmdRedrawRender.Name = "cmdRedrawRender";
     this.cmdRedrawRender.Size = new System.Drawing.Size(173, 20);
     this.cmdRedrawRender.TabIndex = 5;
     this.cmdRedrawRender.Text = "Render with new settings";
     this.cmdRedrawRender.UseVisualStyleBackColor = true;
     this.cmdRedrawRender.Click += new System.EventHandler(this.CmdRedrawRenderClick);
     //
     // lstRenders
     //
     this.lstRenders.FormattingEnabled = true;
     this.lstRenders.ItemHeight = 12;
     this.lstRenders.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRenders.Location = new System.Drawing.Point(157, 8);
     this.lstRenders.Name = "lstRenders";
     this.lstRenders.Size = new System.Drawing.Size(106, 52);
     this.lstRenders.TabIndex = 4;
     //
     // chkReactorr
     //
     this.chkReactorr.Checked = true;
     this.chkReactorr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactorr.Location = new System.Drawing.Point(77, 8);
     this.chkReactorr.Name = "chkReactorr";
     this.chkReactorr.Size = new System.Drawing.Size(74, 20);
     this.chkReactorr.TabIndex = 3;
     this.chkReactorr.Text = "Reactors";
     this.chkReactorr.UseVisualStyleBackColor = true;
     this.chkReactorr.CheckedChanged += new System.EventHandler(this.ChkReactorrCheckedChanged);
     //
     // chkPortalr
     //
     this.chkPortalr.Checked = true;
     this.chkPortalr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortalr.Location = new System.Drawing.Point(9, 10);
     this.chkPortalr.Name = "chkPortalr";
     this.chkPortalr.Size = new System.Drawing.Size(62, 18);
     this.chkPortalr.TabIndex = 2;
     this.chkPortalr.Text = "Portals";
     this.chkPortalr.UseVisualStyleBackColor = true;
     this.chkPortalr.CheckedChanged += new System.EventHandler(this.ChkPortalrCheckedChanged);
     //
     // chkMobr
     //
     this.chkMobr.Checked = true;
     this.chkMobr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMobr.Location = new System.Drawing.Point(9, 30);
     this.chkMobr.Name = "chkMobr";
     this.chkMobr.Size = new System.Drawing.Size(51, 18);
     this.chkMobr.TabIndex = 1;
     this.chkMobr.Text = "Mob";
     this.chkMobr.UseVisualStyleBackColor = true;
     this.chkMobr.CheckedChanged += new System.EventHandler(this.ChkMobrCheckedChanged);
     //
     // chkNPCr
     //
     this.chkNPCr.Checked = true;
     this.chkNPCr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPCr.Location = new System.Drawing.Point(77, 30);
     this.chkNPCr.Name = "chkNPCr";
     this.chkNPCr.Size = new System.Drawing.Size(68, 18);
     this.chkNPCr.TabIndex = 0;
     this.chkNPCr.Text = "NPCs";
     this.chkNPCr.UseVisualStyleBackColor = true;
     this.chkNPCr.CheckedChanged += new System.EventHandler(this.ChkNPCrCheckedChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 542);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(846, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(300, 17);
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(200, 17);
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Visible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(846, 516);
     this.splitContainer1.SplitterDistance = 171;
     this.splitContainer1.TabIndex = 5;
     //
     // splitContainer2
     //
     this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.splitContainer2.Location = new System.Drawing.Point(7, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Panel2.Controls.Add(this.treeView2);
     this.splitContainer2.Size = new System.Drawing.Size(164, 505);
     this.splitContainer2.SplitterDistance = 245;
     this.splitContainer2.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Image file content:";
     //
     // treeView2
     //
     this.treeView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView2.HideSelection = false;
     this.treeView2.Location = new System.Drawing.Point(0, 18);
     this.treeView2.Name = "treeView2";
     this.treeView2.Size = new System.Drawing.Size(164, 235);
     this.treeView2.TabIndex = 3;
     this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView2AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // fullExtractPanel
     //
     this.fullExtractPanel.Controls.Add(this.label6);
     this.fullExtractPanel.Controls.Add(this.extractCount);
     this.fullExtractPanel.Controls.Add(this.extractBar);
     this.fullExtractPanel.Controls.Add(this.extractCancel);
     this.fullExtractPanel.Controls.Add(this.extractStart);
     this.fullExtractPanel.Location = new System.Drawing.Point(307, 0);
     this.fullExtractPanel.Name = "fullExtractPanel";
     this.fullExtractPanel.Size = new System.Drawing.Size(281, 145);
     this.fullExtractPanel.TabIndex = 6;
     this.fullExtractPanel.Visible = false;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(29, 9);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(203, 34);
     this.label6.TabIndex = 4;
     this.label6.Text = "Full Extract Control Panel";
     //
     // extractCount
     //
     this.extractCount.Location = new System.Drawing.Point(29, 72);
     this.extractCount.Name = "extractCount";
     this.extractCount.Size = new System.Drawing.Size(203, 20);
     this.extractCount.TabIndex = 3;
     this.extractCount.Text = "progress";
     //
     // extractBar
     //
     this.extractBar.Location = new System.Drawing.Point(32, 46);
     this.extractBar.Name = "extractBar";
     this.extractBar.Size = new System.Drawing.Size(200, 18);
     this.extractBar.TabIndex = 2;
     //
     // extractCancel
     //
     this.extractCancel.Location = new System.Drawing.Point(184, 97);
     this.extractCancel.Name = "extractCancel";
     this.extractCancel.Size = new System.Drawing.Size(48, 24);
     this.extractCancel.TabIndex = 1;
     this.extractCancel.Text = "Cancel";
     this.extractCancel.UseVisualStyleBackColor = true;
     this.extractCancel.Click += new System.EventHandler(this.ExtractCancelClick);
     //
     // extractStart
     //
     this.extractStart.Location = new System.Drawing.Point(32, 97);
     this.extractStart.Name = "extractStart";
     this.extractStart.Size = new System.Drawing.Size(146, 24);
     this.extractStart.TabIndex = 0;
     this.extractStart.Text = "Start";
     this.extractStart.UseVisualStyleBackColor = true;
     this.extractStart.Click += new System.EventHandler(this.ExtractStartClick);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(9, 470);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(52, 23);
     this.button9.TabIndex = 27;
     this.button9.Text = "tile";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 564);
     this.Controls.Add(this.fullExtractPanel);
     this.Controls.Add(this.renderContainer);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "WZextract";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.pnlSound.ResumeLayout(false);
     this.pnlSound.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.pnlPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.renderContainer.Panel1.ResumeLayout(false);
     this.renderContainer.Panel2.ResumeLayout(false);
     this.renderContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.fullExtractPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.ToolStripMenuItem         FileMenu;
     System.Windows.Forms.ToolStripSeparator        ToolsMenuBreak1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.FileExit    = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsMenu   = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsHalo1  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsHalo2  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsHalo3  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsStubbs = new System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu    = new System.Windows.Forms.MenuStrip();
     this.WindowsMenu = new System.Windows.Forms.ToolStripMenuItem();
     FileMenu         = new System.Windows.Forms.ToolStripMenuItem();
     ToolsMenuBreak1  = new System.Windows.Forms.ToolStripSeparator();
     this.MainMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // FileMenu
     //
     FileMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.FileExit
     });
     FileMenu.ForeColor = System.Drawing.Color.LightGreen;
     FileMenu.Name      = "FileMenu";
     FileMenu.Size      = new System.Drawing.Size(35, 20);
     FileMenu.Text      = "&File";
     //
     // FileExit
     //
     this.FileExit.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.FileExit.ForeColor = System.Drawing.Color.LightGreen;
     this.FileExit.Name      = "FileExit";
     this.FileExit.Size      = new System.Drawing.Size(92, 22);
     this.FileExit.Text      = "Exit";
     this.FileExit.Click    += new System.EventHandler(this.OnFileExit);
     //
     // ToolsMenuBreak1
     //
     ToolsMenuBreak1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     ToolsMenuBreak1.ForeColor = System.Drawing.Color.LightGreen;
     ToolsMenuBreak1.Name      = "ToolsMenuBreak1";
     ToolsMenuBreak1.Size      = new System.Drawing.Size(104, 6);
     //
     // ToolsMenu
     //
     this.ToolsMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ToolsHalo1,
         this.ToolsHalo2,
         this.ToolsHalo3,
         this.ToolsStubbs,
         ToolsMenuBreak1
     });
     this.ToolsMenu.ForeColor = System.Drawing.Color.LightGreen;
     this.ToolsMenu.Name      = "ToolsMenu";
     this.ToolsMenu.Size      = new System.Drawing.Size(44, 20);
     this.ToolsMenu.Text      = "Tools";
     //
     // ToolsHalo1
     //
     this.ToolsHalo1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.ToolsHalo1.ForeColor = System.Drawing.Color.LightGreen;
     this.ToolsHalo1.Name      = "ToolsHalo1";
     this.ToolsHalo1.Size      = new System.Drawing.Size(107, 22);
     this.ToolsHalo1.Text      = "Halo1";
     //
     // ToolsHalo2
     //
     this.ToolsHalo2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.ToolsHalo2.Enabled   = false;
     this.ToolsHalo2.ForeColor = System.Drawing.Color.LightGreen;
     this.ToolsHalo2.Name      = "ToolsHalo2";
     this.ToolsHalo2.Size      = new System.Drawing.Size(107, 22);
     this.ToolsHalo2.Text      = "Halo2";
     //
     // ToolsHalo3
     //
     this.ToolsHalo3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.ToolsHalo3.Enabled   = false;
     this.ToolsHalo3.ForeColor = System.Drawing.Color.LightGreen;
     this.ToolsHalo3.Name      = "ToolsHalo3";
     this.ToolsHalo3.Size      = new System.Drawing.Size(107, 22);
     this.ToolsHalo3.Text      = "Halo3";
     //
     // ToolsStubbs
     //
     this.ToolsStubbs.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.ToolsStubbs.Enabled   = false;
     this.ToolsStubbs.ForeColor = System.Drawing.Color.LightGreen;
     this.ToolsStubbs.Name      = "ToolsStubbs";
     this.ToolsStubbs.Size      = new System.Drawing.Size(107, 22);
     this.ToolsStubbs.Text      = "Stubbs";
     //
     // MainMenu
     //
     this.MainMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         FileMenu,
         this.ToolsMenu,
         this.WindowsMenu
     });
     this.MainMenu.Location          = new System.Drawing.Point(0, 0);
     this.MainMenu.MdiWindowListItem = this.WindowsMenu;
     this.MainMenu.Name     = "MainMenu";
     this.MainMenu.Size     = new System.Drawing.Size(792, 24);
     this.MainMenu.TabIndex = 1;
     this.MainMenu.Text     = "Main Menu";
     //
     // WindowsMenu
     //
     this.WindowsMenu.ForeColor = System.Drawing.Color.LightGreen;
     this.WindowsMenu.Name      = "WindowsMenu";
     this.WindowsMenu.Size      = new System.Drawing.Size(62, 20);
     this.WindowsMenu.Text      = "Windows";
     //
     // MainForm
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.MainMenu);
     this.ForeColor          = System.Drawing.Color.LightGreen;
     this.Icon               = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer     = true;
     this.MainMenuStrip      = this.MainMenu;
     this.Name               = "MainForm";
     this.Text               = "OpenSauce IDE";
     this.WindowState        = System.Windows.Forms.FormWindowState.Maximized;
     this.Load              += new System.EventHandler(this.OnFormLoad);
     this.DragLeave         += new System.EventHandler(this.OnDragLeave);
     this.DragDrop          += new System.Windows.Forms.DragEventHandler(this.OnDragDrop);
     this.DragEnter         += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
     this.GiveFeedback      += new System.Windows.Forms.GiveFeedbackEventHandler(this.OnDragGiveFeedback);
     this.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.OnDragQueryContinueDrag);
     this.FormClosing       += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
     this.DragOver          += new System.Windows.Forms.DragEventHandler(this.OnDragOver);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZedGraphToolstrip));
     this.toolStripZed = new System.Windows.Forms.ToolStrip();
     this.showPointValuesButton = new System.Windows.Forms.ToolStripButton();
     this.cursorValuesButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.saveImageButton = new System.Windows.Forms.ToolStripButton();
     this.copyImageButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.pageSetupButton = new System.Windows.Forms.ToolStripButton();
     this.printPreviewButton = new System.Windows.Forms.ToolStripButton();
     this.printImagesButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.zoomInButton = new System.Windows.Forms.ToolStripButton();
     this.zoomOutButton = new System.Windows.Forms.ToolStripButton();
     this.defaultScaleButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.activateScrollButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripZed.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripZed
     //
     this.toolStripZed.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStripZed.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripZed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showPointValuesButton,
     this.cursorValuesButton,
     this.toolStripSeparator5,
     this.saveImageButton,
     this.copyImageButton,
     this.toolStripSeparator6,
     this.pageSetupButton,
     this.printPreviewButton,
     this.printImagesButton,
     this.toolStripSeparator7,
     this.zoomInButton,
     this.zoomOutButton,
     this.defaultScaleButton,
     this.toolStripSeparator8,
     this.activateScrollButton});
     this.toolStripZed.Location = new System.Drawing.Point(0, 0);
     this.toolStripZed.Name = "toolStripZed";
     this.toolStripZed.Size = new System.Drawing.Size(32, 345);
     this.toolStripZed.TabIndex = 0;
     this.toolStripZed.Text = "toolStrip1";
     //
     // showPointValuesButton
     //
     this.showPointValuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showPointValuesButton.Image = global::zaitun.Properties.Resources.point_values;
     this.showPointValuesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showPointValuesButton.Name = "showPointValuesButton";
     this.showPointValuesButton.Size = new System.Drawing.Size(29, 20);
     this.showPointValuesButton.Text = "Show Point Values";
     this.showPointValuesButton.Click += new System.EventHandler(this.showPointButtonClick);
     //
     // cursorValuesButton
     //
     this.cursorValuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cursorValuesButton.Image = global::zaitun.Properties.Resources.cursor_value;
     this.cursorValuesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cursorValuesButton.Name = "cursorValuesButton";
     this.cursorValuesButton.Size = new System.Drawing.Size(29, 20);
     this.cursorValuesButton.Text = "Shor Cursor Values";
     this.cursorValuesButton.Click += new System.EventHandler(this.cursorValuesButton_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(21, 6);
     //
     // 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(29, 20);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(29, 6);
     //
     // saveImageButton
     //
     this.saveImageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveImageButton.Image = global::zaitun.Properties.Resources.ico_alpha_Save_16x16;
     this.saveImageButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveImageButton.Name = "saveImageButton";
     this.saveImageButton.Size = new System.Drawing.Size(29, 20);
     this.saveImageButton.Text = "Save Image As..";
     this.saveImageButton.Click += new System.EventHandler(this.saveImageButton_Click);
     //
     // copyImageButton
     //
     this.copyImageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyImageButton.Image = global::zaitun.Properties.Resources.copy1;
     this.copyImageButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyImageButton.Name = "copyImageButton";
     this.copyImageButton.Size = new System.Drawing.Size(29, 20);
     this.copyImageButton.Text = "Copy Image";
     this.copyImageButton.Click += new System.EventHandler(this.copyImageButton_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(29, 6);
     //
     // pageSetupButton
     //
     this.pageSetupButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pageSetupButton.Image = global::zaitun.Properties.Resources.Print_16;
     this.pageSetupButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pageSetupButton.Name = "pageSetupButton";
     this.pageSetupButton.Size = new System.Drawing.Size(29, 20);
     this.pageSetupButton.Text = "Page Setup";
     this.pageSetupButton.Click += new System.EventHandler(this.pageSetupButton_Click);
     //
     // printPreviewButton
     //
     this.printPreviewButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printPreviewButton.Image = global::zaitun.Properties.Resources.print_preview;
     this.printPreviewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewButton.Name = "printPreviewButton";
     this.printPreviewButton.Size = new System.Drawing.Size(29, 20);
     this.printPreviewButton.Text = "Print Preview";
     this.printPreviewButton.Click += new System.EventHandler(this.printPreviewButton_Click);
     //
     // printImagesButton
     //
     this.printImagesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printImagesButton.Image = global::zaitun.Properties.Resources.Printer_32;
     this.printImagesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printImagesButton.Name = "printImagesButton";
     this.printImagesButton.Size = new System.Drawing.Size(29, 20);
     this.printImagesButton.Text = "Print Image";
     this.printImagesButton.Click += new System.EventHandler(this.printImageButton_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(29, 6);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image = global::zaitun.Properties.Resources.zoomIN_24x24;
     this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomInButton.Name = "zoomInButton";
     this.zoomInButton.Size = new System.Drawing.Size(29, 20);
     this.zoomInButton.Text = "Zoom In";
     this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
     //
     // zoomOutButton
     //
     this.zoomOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutButton.Image = global::zaitun.Properties.Resources.zoomOUT_24x24;
     this.zoomOutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomOutButton.Name = "zoomOutButton";
     this.zoomOutButton.Size = new System.Drawing.Size(29, 20);
     this.zoomOutButton.Text = "Back To Previous Zoom";
     this.zoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
     //
     // defaultScaleButton
     //
     this.defaultScaleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.defaultScaleButton.Image = global::zaitun.Properties.Resources.ico_alpha_Search_24x24;
     this.defaultScaleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.defaultScaleButton.Name = "defaultScaleButton";
     this.defaultScaleButton.Size = new System.Drawing.Size(29, 20);
     this.defaultScaleButton.Text = "Set Scale To Default";
     this.defaultScaleButton.Click += new System.EventHandler(this.defaultScaleButton_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(29, 6);
     //
     // activateScrollButton
     //
     this.activateScrollButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.activateScrollButton.Image = global::zaitun.Properties.Resources.ico_alpha_Mouse_16x16;
     this.activateScrollButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.activateScrollButton.Name = "activateScrollButton";
     this.activateScrollButton.Size = new System.Drawing.Size(29, 20);
     this.activateScrollButton.Text = "Activate Zoom Scrolling";
     this.activateScrollButton.Click += new System.EventHandler(this.activateScrollButton_Click);
     //
     // ZedGraphToolstrip
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.toolStripZed);
     this.Name = "ZedGraphToolstrip";
     this.Size = new System.Drawing.Size(43, 345);
     this.toolStripZed.ResumeLayout(false);
     this.toolStripZed.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.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator3;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator4;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator5;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator6;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator7;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.menuStrip1     = new System.Windows.Forms.MenuStrip();
     this.menuMusic      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuConnect    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDisconnect = new System.Windows.Forms.ToolStripMenuItem();
     this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.menuControl = new System.Windows.Forms.ToolStripMenuItem();
     this.playPauseToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.stopToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.nextToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.previousToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.muteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.repeatModeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.randomModeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.singleModeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.consumeModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuServer = new System.Windows.Forms.ToolStripMenuItem();
     this.updateMPDDatabaseToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.viewServerInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuOutputs           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemNext          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPlay          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemStop          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPrevious      = new System.Windows.Forms.ToolStripMenuItem();
     this.playlistBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.panel1                  = new System.Windows.Forms.Panel();
     this.notifyIcon1             = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1         = new System.Windows.Forms.SplitContainer();
     this.tabControl              = new System.Windows.Forms.TabControl();
     this.tabPageNowPlaying       = new System.Windows.Forms.TabPage();
     this.tabPageRawCommand       = new System.Windows.Forms.TabPage();
     this.playlistView            = new System.Windows.Forms.DataGridView();
     this.playlistTitle           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.playlistAlbum           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.playlistArtist          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPanelNowPlaying      = new MPCdotNet.Client.PanelNowPlaying();
     this.trackInfo1              = new MPCdotNet.Client.TrackInfo();
     this.trackBarWithTimeLabels1 = new MPCdotNet.Client.TrackBarWithTimeLabels();
     this.panelRawCommand1        = new MPCdotNet.Client.PanelRawCommand();
     toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator4          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator5          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator6          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator7          = new System.Windows.Forms.ToolStripSeparator();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.playlistBindingSource)).BeginInit();
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPageNowPlaying.SuspendLayout();
     this.tabPageRawCommand.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.playlistView)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(132, 6);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(132, 6);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(156, 6);
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(156, 6);
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(156, 6);
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name = "toolStripSeparator7";
     toolStripSeparator7.Size = new System.Drawing.Size(197, 6);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuMusic,
         this.menuControl,
         this.menuServer,
         this.menuItemNext,
         this.menuItemPlay,
         this.menuItemStop,
         this.menuItemPrevious
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(867, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // menuMusic
     //
     this.menuMusic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuConnect,
         this.menuDisconnect,
         toolStripSeparator2,
         this.preferencesToolStripMenuItem,
         toolStripSeparator3,
         this.closeToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.menuMusic.Name = "menuMusic";
     this.menuMusic.Size = new System.Drawing.Size(51, 20);
     this.menuMusic.Text = "&Music";
     //
     // menuConnect
     //
     this.menuConnect.Name   = "menuConnect";
     this.menuConnect.Size   = new System.Drawing.Size(135, 22);
     this.menuConnect.Text   = "Connect";
     this.menuConnect.Click += new System.EventHandler(this.menuConnect_Click);
     //
     // menuDisconnect
     //
     this.menuDisconnect.Name   = "menuDisconnect";
     this.menuDisconnect.Size   = new System.Drawing.Size(135, 22);
     this.menuDisconnect.Text   = "Disconnect";
     this.menuDisconnect.Click += new System.EventHandler(this.menuDisconnect_Click);
     //
     // preferencesToolStripMenuItem
     //
     this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
     this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.preferencesToolStripMenuItem.Text = "Preferences";
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size   = new System.Drawing.Size(135, 22);
     this.closeToolStripMenuItem.Text   = "Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(135, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // menuControl
     //
     this.menuControl.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.playPauseToolStripMenuItem,
         this.stopToolStripMenuItem,
         toolStripSeparator4,
         this.nextToolStripMenuItem,
         this.previousToolStripMenuItem,
         toolStripSeparator5,
         this.muteToolStripMenuItem,
         toolStripSeparator6,
         this.repeatModeToolStripMenuItem,
         this.randomModeToolStripMenuItem,
         this.singleModeToolStripMenuItem,
         this.consumeModeToolStripMenuItem
     });
     this.menuControl.Name = "menuControl";
     this.menuControl.Size = new System.Drawing.Size(59, 20);
     this.menuControl.Text = "Control";
     //
     // playPauseToolStripMenuItem
     //
     this.playPauseToolStripMenuItem.Name   = "playPauseToolStripMenuItem";
     this.playPauseToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.playPauseToolStripMenuItem.Text   = "Play/Pause";
     this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonPlay_Click);
     //
     // stopToolStripMenuItem
     //
     this.stopToolStripMenuItem.Name   = "stopToolStripMenuItem";
     this.stopToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.stopToolStripMenuItem.Text   = "Stop";
     this.stopToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonStop_Click);
     //
     // nextToolStripMenuItem
     //
     this.nextToolStripMenuItem.Name   = "nextToolStripMenuItem";
     this.nextToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.nextToolStripMenuItem.Text   = "Next";
     this.nextToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonNext_Click);
     //
     // previousToolStripMenuItem
     //
     this.previousToolStripMenuItem.Name   = "previousToolStripMenuItem";
     this.previousToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.previousToolStripMenuItem.Text   = "Previous";
     this.previousToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonPrevious_Click);
     //
     // muteToolStripMenuItem
     //
     this.muteToolStripMenuItem.CheckOnClick = true;
     this.muteToolStripMenuItem.Name         = "muteToolStripMenuItem";
     this.muteToolStripMenuItem.Size         = new System.Drawing.Size(159, 22);
     this.muteToolStripMenuItem.Text         = "Mute";
     //
     // repeatModeToolStripMenuItem
     //
     this.repeatModeToolStripMenuItem.CheckOnClick = true;
     this.repeatModeToolStripMenuItem.Name         = "repeatModeToolStripMenuItem";
     this.repeatModeToolStripMenuItem.Size         = new System.Drawing.Size(159, 22);
     this.repeatModeToolStripMenuItem.Text         = "Repeat mode";
     this.repeatModeToolStripMenuItem.Click       += new System.EventHandler(this.repeatModeToolStripMenuItem_Click);
     //
     // randomModeToolStripMenuItem
     //
     this.randomModeToolStripMenuItem.CheckOnClick = true;
     this.randomModeToolStripMenuItem.Name         = "randomModeToolStripMenuItem";
     this.randomModeToolStripMenuItem.Size         = new System.Drawing.Size(159, 22);
     this.randomModeToolStripMenuItem.Text         = "Random mode";
     this.randomModeToolStripMenuItem.Click       += new System.EventHandler(this.randomModeToolStripMenuItem_Click);
     //
     // singleModeToolStripMenuItem
     //
     this.singleModeToolStripMenuItem.CheckOnClick = true;
     this.singleModeToolStripMenuItem.Name         = "singleModeToolStripMenuItem";
     this.singleModeToolStripMenuItem.Size         = new System.Drawing.Size(159, 22);
     this.singleModeToolStripMenuItem.Text         = "Single mode";
     this.singleModeToolStripMenuItem.Click       += new System.EventHandler(this.singleModeToolStripMenuItem_Click);
     //
     // consumeModeToolStripMenuItem
     //
     this.consumeModeToolStripMenuItem.CheckOnClick = true;
     this.consumeModeToolStripMenuItem.Name         = "consumeModeToolStripMenuItem";
     this.consumeModeToolStripMenuItem.Size         = new System.Drawing.Size(159, 22);
     this.consumeModeToolStripMenuItem.Text         = "Consume mode";
     this.consumeModeToolStripMenuItem.Click       += new System.EventHandler(this.consumeModeToolStripMenuItem_Click);
     //
     // menuServer
     //
     this.menuServer.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.updateMPDDatabaseToolStripMenuItem,
         this.viewServerInformationToolStripMenuItem,
         toolStripSeparator7,
         this.menuOutputs
     });
     this.menuServer.Name = "menuServer";
     this.menuServer.Size = new System.Drawing.Size(51, 20);
     this.menuServer.Text = "Server";
     //
     // updateMPDDatabaseToolStripMenuItem
     //
     this.updateMPDDatabaseToolStripMenuItem.Name = "updateMPDDatabaseToolStripMenuItem";
     this.updateMPDDatabaseToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.updateMPDDatabaseToolStripMenuItem.Text = "Update MPD Database";
     //
     // viewServerInformationToolStripMenuItem
     //
     this.viewServerInformationToolStripMenuItem.Name = "viewServerInformationToolStripMenuItem";
     this.viewServerInformationToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.viewServerInformationToolStripMenuItem.Text = "View Server Information";
     //
     // menuOutputs
     //
     this.menuOutputs.Name = "menuOutputs";
     this.menuOutputs.Size = new System.Drawing.Size(200, 22);
     this.menuOutputs.Text = "Outputs";
     //
     // menuItemNext
     //
     this.menuItemNext.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.menuItemNext.Name      = "menuItemNext";
     this.menuItemNext.Size      = new System.Drawing.Size(43, 20);
     this.menuItemNext.Text      = "Next";
     this.menuItemNext.Click    += new System.EventHandler(this.toolStripButtonNext_Click);
     //
     // menuItemPlay
     //
     this.menuItemPlay.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.menuItemPlay.Name      = "menuItemPlay";
     this.menuItemPlay.Size      = new System.Drawing.Size(41, 20);
     this.menuItemPlay.Text      = "Play";
     this.menuItemPlay.Click    += new System.EventHandler(this.toolStripButtonPlay_Click);
     //
     // menuItemStop
     //
     this.menuItemStop.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.menuItemStop.Name      = "menuItemStop";
     this.menuItemStop.Size      = new System.Drawing.Size(43, 20);
     this.menuItemStop.Text      = "Stop";
     this.menuItemStop.Click    += new System.EventHandler(this.toolStripButtonStop_Click);
     //
     // menuItemPrevious
     //
     this.menuItemPrevious.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.menuItemPrevious.Name      = "menuItemPrevious";
     this.menuItemPrevious.Size      = new System.Drawing.Size(64, 20);
     this.menuItemPrevious.Text      = "Previous";
     this.menuItemPrevious.Click    += new System.EventHandler(this.toolStripButtonPrevious_Click);
     //
     // panel1
     //
     this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.Controls.Add(this.trackInfo1);
     this.panel1.Controls.Add(this.trackBarWithTimeLabels1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(867, 50);
     this.panel1.TabIndex = 4;
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip  = this.contextMenuStrip1;
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "notifyIcon1";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem1
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(106, 54);
     //
     // showToolStripMenuItem
     //
     this.showToolStripMenuItem.Font   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showToolStripMenuItem.Name   = "showToolStripMenuItem";
     this.showToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.showToolStripMenuItem.Text   = "Show";
     this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(102, 6);
     //
     // exitToolStripMenuItem1
     //
     this.exitToolStripMenuItem1.Name   = "exitToolStripMenuItem1";
     this.exitToolStripMenuItem1.Size   = new System.Drawing.Size(105, 22);
     this.exitToolStripMenuItem1.Text   = "Exit";
     this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 74);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tabControl);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.playlistView);
     this.splitContainer1.Size             = new System.Drawing.Size(867, 633);
     this.splitContainer1.SplitterDistance = 349;
     this.splitContainer1.TabIndex         = 3;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageNowPlaying);
     this.tabControl.Controls.Add(this.tabPageRawCommand);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(867, 349);
     this.tabControl.TabIndex      = 5;
     //
     // tabPageNowPlaying
     //
     this.tabPageNowPlaying.AutoScroll = true;
     this.tabPageNowPlaying.Controls.Add(this.tabPanelNowPlaying);
     this.tabPageNowPlaying.Location = new System.Drawing.Point(4, 22);
     this.tabPageNowPlaying.Name     = "tabPageNowPlaying";
     this.tabPageNowPlaying.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageNowPlaying.Size     = new System.Drawing.Size(859, 323);
     this.tabPageNowPlaying.TabIndex = 0;
     this.tabPageNowPlaying.Text     = "Now Playing";
     this.tabPageNowPlaying.UseVisualStyleBackColor = true;
     //
     // tabPageRawCommand
     //
     this.tabPageRawCommand.Controls.Add(this.panelRawCommand1);
     this.tabPageRawCommand.Location = new System.Drawing.Point(4, 22);
     this.tabPageRawCommand.Name     = "tabPageRawCommand";
     this.tabPageRawCommand.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageRawCommand.Size     = new System.Drawing.Size(859, 323);
     this.tabPageRawCommand.TabIndex = 1;
     this.tabPageRawCommand.Text     = "Raw command";
     this.tabPageRawCommand.UseVisualStyleBackColor = true;
     //
     // playlistView
     //
     this.playlistView.AllowUserToAddRows              = false;
     this.playlistView.AllowUserToDeleteRows           = false;
     this.playlistView.AllowUserToOrderColumns         = true;
     this.playlistView.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.playlistView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.playlistView.AutoGenerateColumns             = false;
     this.playlistView.BackgroundColor                 = System.Drawing.Color.White;
     this.playlistView.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.playlistView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.playlistTitle,
         this.playlistAlbum,
         this.playlistArtist
     });
     this.playlistView.DataSource = this.playlistBindingSource;
     this.playlistView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.playlistView.Location   = new System.Drawing.Point(0, 0);
     this.playlistView.Name       = "playlistView";
     this.playlistView.ReadOnly   = true;
     this.playlistView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Gray;
     this.playlistView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.playlistView.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.playlistView.ShowEditingIcon = false;
     this.playlistView.Size            = new System.Drawing.Size(867, 280);
     this.playlistView.TabIndex        = 0;
     this.playlistView.CellPainting   += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.playlistView_CellPainting);
     this.playlistView.DragOver       += new System.Windows.Forms.DragEventHandler(this.playlistView_DragOver);
     //
     // playlistTitle
     //
     this.playlistTitle.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.playlistTitle.DataPropertyName = "Title";
     this.playlistTitle.HeaderText       = "Title";
     this.playlistTitle.MinimumWidth     = 100;
     this.playlistTitle.Name             = "playlistTitle";
     this.playlistTitle.ReadOnly         = true;
     //
     // playlistAlbum
     //
     this.playlistAlbum.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.playlistAlbum.DataPropertyName = "Album";
     this.playlistAlbum.HeaderText       = "Album";
     this.playlistAlbum.MinimumWidth     = 100;
     this.playlistAlbum.Name             = "playlistAlbum";
     this.playlistAlbum.ReadOnly         = true;
     //
     // playlistArtist
     //
     this.playlistArtist.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.playlistArtist.DataPropertyName = "Artist";
     this.playlistArtist.HeaderText       = "Artist";
     this.playlistArtist.MinimumWidth     = 100;
     this.playlistArtist.Name             = "playlistArtist";
     this.playlistArtist.ReadOnly         = true;
     //
     // tabPanelNowPlaying
     //
     this.tabPanelNowPlaying.BackColor = System.Drawing.Color.White;
     this.tabPanelNowPlaying.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tabPanelNowPlaying.Location  = new System.Drawing.Point(3, 3);
     this.tabPanelNowPlaying.Name      = "tabPanelNowPlaying";
     this.tabPanelNowPlaying.Size      = new System.Drawing.Size(853, 317);
     this.tabPanelNowPlaying.TabIndex  = 0;
     //
     // trackInfo1
     //
     this.trackInfo1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.trackInfo1.Artist   = "label2";
     this.trackInfo1.Location = new System.Drawing.Point(0, 0);
     this.trackInfo1.Name     = "trackInfo1";
     this.trackInfo1.Size     = new System.Drawing.Size(600, 50);
     this.trackInfo1.TabIndex = 0;
     this.trackInfo1.Track    = "label1";
     //
     // trackBarWithTimeLabels1
     //
     this.trackBarWithTimeLabels1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarWithTimeLabels1.Location      = new System.Drawing.Point(606, 0);
     this.trackBarWithTimeLabels1.Maximum       = 10;
     this.trackBarWithTimeLabels1.Name          = "trackBarWithTimeLabels1";
     this.trackBarWithTimeLabels1.Size          = new System.Drawing.Size(261, 50);
     this.trackBarWithTimeLabels1.TabIndex      = 1;
     this.trackBarWithTimeLabels1.Value         = 0;
     this.trackBarWithTimeLabels1.DragComplete += new System.EventHandler(this.trackBarWithTimeLabels1_DragComplete);
     //
     // panelRawCommand1
     //
     this.panelRawCommand1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelRawCommand1.Location = new System.Drawing.Point(3, 3);
     this.panelRawCommand1.Name     = "panelRawCommand1";
     this.panelRawCommand1.Size     = new System.Drawing.Size(853, 317);
     this.panelRawCommand1.TabIndex = 0;
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(867, 707);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainWindow";
     this.Text          = "MPCdotNet";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.playlistBindingSource)).EndInit();
     this.panel1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPageNowPlaying.ResumeLayout(false);
     this.tabPageRawCommand.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.playlistView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label productCodeLabel;
     System.Windows.Forms.Label nameLabel;
     System.Windows.Forms.Label versionLabel;
     System.Windows.Forms.Label releaseDateLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductIncidents));
     this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.techSupportDataSet2C = new SportsPro.TechSupportDataSet2C();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.productCodeTextBox = new System.Windows.Forms.TextBox();
     this.nameTextBox = new System.Windows.Forms.TextBox();
     this.versionTextBox = new System.Windows.Forms.TextBox();
     this.releaseDateTextBox = new System.Windows.Forms.TextBox();
     this.incidentsDataGridView = new System.Windows.Forms.DataGridView();
     this.incidentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.productsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.ProductsTableAdapter();
     this.tableAdapterManager = new SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager();
     this.incidentsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.IncidentsTableAdapter();
     this.CustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateOpened = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateClosed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TechnicianName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DisplayCustomerInfo = new System.Windows.Forms.DataGridViewButtonColumn();
     productCodeLabel = new System.Windows.Forms.Label();
     nameLabel = new System.Windows.Forms.Label();
     versionLabel = new System.Windows.Forms.Label();
     releaseDateLabel1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit();
     this.productsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // productCodeLabel
     //
     productCodeLabel.AutoSize = true;
     productCodeLabel.Location = new System.Drawing.Point(9, 35);
     productCodeLabel.Name = "productCodeLabel";
     productCodeLabel.Size = new System.Drawing.Size(75, 13);
     productCodeLabel.TabIndex = 1;
     productCodeLabel.Text = "Product Code:";
     //
     // nameLabel
     //
     nameLabel.AutoSize = true;
     nameLabel.Location = new System.Drawing.Point(9, 61);
     nameLabel.Name = "nameLabel";
     nameLabel.Size = new System.Drawing.Size(38, 13);
     nameLabel.TabIndex = 3;
     nameLabel.Text = "Name:";
     //
     // versionLabel
     //
     versionLabel.AutoSize = true;
     versionLabel.Location = new System.Drawing.Point(9, 87);
     versionLabel.Name = "versionLabel";
     versionLabel.Size = new System.Drawing.Size(45, 13);
     versionLabel.TabIndex = 5;
     versionLabel.Text = "Version:";
     //
     // releaseDateLabel1
     //
     releaseDateLabel1.AutoSize = true;
     releaseDateLabel1.Location = new System.Drawing.Point(9, 113);
     releaseDateLabel1.Name = "releaseDateLabel1";
     releaseDateLabel1.Size = new System.Drawing.Size(75, 13);
     releaseDateLabel1.TabIndex = 9;
     releaseDateLabel1.Text = "Release Date:";
     //
     // productsBindingNavigator
     //
     this.productsBindingNavigator.AddNewItem = null;
     this.productsBindingNavigator.BindingSource = this.productsBindingSource;
     this.productsBindingNavigator.CountItem = this.bindingNavigatorCountItem;
     this.productsBindingNavigator.DeleteItem = null;
     this.productsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.productsBindingNavigator.Location = new System.Drawing.Point(0, 0);
     this.productsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.productsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.productsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.productsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.productsBindingNavigator.Name = "productsBindingNavigator";
     this.productsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
     this.productsBindingNavigator.Size = new System.Drawing.Size(592, 25);
     this.productsBindingNavigator.TabIndex = 0;
     this.productsBindingNavigator.Text = "bindingNavigator1";
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.techSupportDataSet2C;
     //
     // techSupportDataSet2C
     //
     this.techSupportDataSet2C.DataSetName = "TechSupportDataSet2C";
     this.techSupportDataSet2C.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // productCodeTextBox
     //
     this.productCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductCode", true));
     this.productCodeTextBox.Location = new System.Drawing.Point(90, 32);
     this.productCodeTextBox.Name = "productCodeTextBox";
     this.productCodeTextBox.ReadOnly = true;
     this.productCodeTextBox.Size = new System.Drawing.Size(100, 20);
     this.productCodeTextBox.TabIndex = 2;
     //
     // nameTextBox
     //
     this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Name", true));
     this.nameTextBox.Location = new System.Drawing.Point(90, 58);
     this.nameTextBox.Name = "nameTextBox";
     this.nameTextBox.ReadOnly = true;
     this.nameTextBox.Size = new System.Drawing.Size(200, 20);
     this.nameTextBox.TabIndex = 4;
     //
     // versionTextBox
     //
     this.versionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Version", true));
     this.versionTextBox.Location = new System.Drawing.Point(90, 84);
     this.versionTextBox.Name = "versionTextBox";
     this.versionTextBox.ReadOnly = true;
     this.versionTextBox.Size = new System.Drawing.Size(100, 20);
     this.versionTextBox.TabIndex = 6;
     //
     // releaseDateTextBox
     //
     this.releaseDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ReleaseDate", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d"));
     this.releaseDateTextBox.Location = new System.Drawing.Point(90, 110);
     this.releaseDateTextBox.Name = "releaseDateTextBox";
     this.releaseDateTextBox.ReadOnly = true;
     this.releaseDateTextBox.Size = new System.Drawing.Size(100, 20);
     this.releaseDateTextBox.TabIndex = 10;
     //
     // incidentsDataGridView
     //
     this.incidentsDataGridView.AllowUserToAddRows = false;
     this.incidentsDataGridView.AllowUserToDeleteRows = false;
     this.incidentsDataGridView.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.incidentsDataGridView.AutoGenerateColumns = false;
     this.incidentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.incidentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CustomerID,
     this.DateOpened,
     this.DateClosed,
     this.Title,
     this.TechnicianName,
     this.CustomerName,
     this.DisplayCustomerInfo});
     this.incidentsDataGridView.DataSource = this.incidentsBindingSource;
     this.incidentsDataGridView.Location = new System.Drawing.Point(12, 144);
     this.incidentsDataGridView.Name = "incidentsDataGridView";
     this.incidentsDataGridView.ReadOnly = true;
     this.incidentsDataGridView.Size = new System.Drawing.Size(568, 137);
     this.incidentsDataGridView.TabIndex = 10;
     this.incidentsDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.incidentsDataGridView_CellContentClick);
     //
     // incidentsBindingSource
     //
     this.incidentsBindingSource.DataMember = "FK_Incidents_Products";
     this.incidentsBindingSource.DataSource = this.productsBindingSource;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.ProductsTableAdapter = this.productsTableAdapter;
     this.tableAdapterManager.UpdateOrder = SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // incidentsTableAdapter
     //
     this.incidentsTableAdapter.ClearBeforeFill = true;
     //
     // CustomerID
     //
     this.CustomerID.DataPropertyName = "CustomerID";
     this.CustomerID.HeaderText = "CustomerID";
     this.CustomerID.Name = "CustomerID";
     this.CustomerID.ReadOnly = true;
     this.CustomerID.Visible = false;
     //
     // DateOpened
     //
     this.DateOpened.DataPropertyName = "DateOpened";
     this.DateOpened.HeaderText = "Date Opened";
     this.DateOpened.Name = "DateOpened";
     this.DateOpened.ReadOnly = true;
     //
     // DateClosed
     //
     this.DateClosed.DataPropertyName = "DateClosed";
     this.DateClosed.HeaderText = "Date Closed";
     this.DateClosed.Name = "DateClosed";
     this.DateClosed.ReadOnly = true;
     //
     // Title
     //
     this.Title.DataPropertyName = "Title";
     this.Title.HeaderText = "Title";
     this.Title.Name = "Title";
     this.Title.ReadOnly = true;
     //
     // TechnicianName
     //
     this.TechnicianName.DataPropertyName = "TechnicianName";
     this.TechnicianName.HeaderText = "Technician Name";
     this.TechnicianName.Name = "TechnicianName";
     this.TechnicianName.ReadOnly = true;
     this.TechnicianName.Width = 120;
     //
     // CustomerName
     //
     this.CustomerName.DataPropertyName = "CustomerName";
     this.CustomerName.HeaderText = "Customer Name";
     this.CustomerName.Name = "CustomerName";
     this.CustomerName.ReadOnly = true;
     this.CustomerName.Width = 120;
     //
     // DisplayCustomerInfo
     //
     this.DisplayCustomerInfo.HeaderText = "";
     this.DisplayCustomerInfo.Name = "DisplayCustomerInfo";
     this.DisplayCustomerInfo.ReadOnly = true;
     this.DisplayCustomerInfo.Text = "Display Customer Info";
     this.DisplayCustomerInfo.UseColumnTextForButtonValue = true;
     this.DisplayCustomerInfo.Width = 120;
     //
     // frmProductIncidents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(592, 293);
     this.Controls.Add(this.incidentsDataGridView);
     this.Controls.Add(releaseDateLabel1);
     this.Controls.Add(this.releaseDateTextBox);
     this.Controls.Add(productCodeLabel);
     this.Controls.Add(this.productCodeTextBox);
     this.Controls.Add(nameLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(versionLabel);
     this.Controls.Add(this.versionTextBox);
     this.Controls.Add(this.productsBindingNavigator);
     this.Name = "frmProductIncidents";
     this.Text = "Incidents by Product";
     this.Load += new System.EventHandler(this.frmProductIncidents_Load);
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit();
     this.productsBindingNavigator.ResumeLayout(false);
     this.productsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 38
0
        private void SetupNotifyIcon()
        {
            mComponents               = new System.ComponentModel.Container();
            __NotifyIcon              = TrayIcon = new NotifyIcon(mComponents);
            __NotifyIcon.Icon         = System.Drawing.SystemIcons.Application;
            __NotifyIcon.Text         = PRODUCT_NAME;
            __NotifyIcon.Visible      = true;
            __NotifyIcon.DoubleClick += (sender, evt) =>
            {
                RestoreApplicationWindow();
            };

            __NotifyIcon.BalloonTipClicked += (object sender, EventArgs e) =>
            {
                RestoreApplicationWindow();
            };

            TrayIcon.Icon = IVPN.Properties.Resources.disconnected;

            __ContextMenu                 = new ContextMenuStrip();
            __MenuItemDisplayForm         = new ToolStripMenuItem();
            __MenuItemCheckUpdates        = new ToolStripMenuItem();
            __MenuItemExitApplication     = new ToolStripMenuItem();
            __MenuItemConnectToLastServer = new ToolStripMenuItem();
            __MenuItemDisconnect          = new ToolStripMenuItem();

            __MenuItemPause  = new ToolStripMenuItem();
            __MenuItemResume = new ToolStripMenuItem();

            __NotifyIcon.ContextMenuStrip = __ContextMenu;

            __ContextMenu.Items.Add(new ToolStripMenuItem {
                Text = string.Format("{0} {1}", PRODUCT_NAME, Platform.Version), Enabled = false
            });
            __ContextMenu.Items.Add(new ToolStripSeparator());

            __MenuItemDisplayForm.Text   = @"Show " + PRODUCT_NAME;
            __MenuItemDisplayForm.Click += (object sender, EventArgs evt) =>
            {
                RestoreApplicationWindow();
            };

            __ContextMenu.Items.Add(__MenuItemDisplayForm);

            __MenuItemConnectToLastServer.Text    = @"Connect to Last Server";
            __MenuItemConnectToLastServer.Visible = false;
            __MenuItemConnectToLastServer.Click  += async(object sender, EventArgs evt) =>
            {
                await ConnectToLastServer();
            };
            __ContextMenu.Items.Add(__MenuItemConnectToLastServer);

            // PAUSE
            __MenuItemPause = new ToolStripMenuItem {
                Text = @"Pause"
            };
            var menuSubItemPause5Min = new ToolStripMenuItem {
                Text = @"Pause for 5 minutes", Tag = "300"
            };
            var menuSubItemPause30Min = new ToolStripMenuItem {
                Text = @"Pause for 30 minutes", Tag = "1800"
            };
            var menuSubItemPause1Hour = new ToolStripMenuItem {
                Text = @"Pause for 1 hour", Tag = "3600"
            };
            var menuSubItemPause3Hours = new ToolStripMenuItem {
                Text = @"Pause for 3 hours", Tag = "10800"
            };
            var menuSubItemPauseCustom = new ToolStripMenuItem {
                Text = @"Pause for a custom time...", Tag = "0"
            };

            menuSubItemPause5Min.Click   += MenuSubItemPauseOnClick;
            menuSubItemPause30Min.Click  += MenuSubItemPauseOnClick;
            menuSubItemPause1Hour.Click  += MenuSubItemPauseOnClick;
            menuSubItemPause3Hours.Click += MenuSubItemPauseOnClick;
            menuSubItemPauseCustom.Click += MenuSubItemPauseOnClick;

            __MenuItemPause.DropDownItems.Add(menuSubItemPause5Min);
            __MenuItemPause.DropDownItems.Add(menuSubItemPause30Min);
            __MenuItemPause.DropDownItems.Add(menuSubItemPause1Hour);
            __MenuItemPause.DropDownItems.Add(menuSubItemPause3Hours);
            __MenuItemPause.DropDownItems.Add(menuSubItemPauseCustom);
            __ContextMenu.Items.Add(__MenuItemPause);

            // RESUME
            __MenuItemResume = new ToolStripMenuItem {
                Text = @"Resume"
            };
            __MenuItemResume.Click += (sender, args) =>
            {
                GetMainViewModel().ResumeCommand.Execute(null);
            };
            __ContextMenu.Items.Add(__MenuItemResume);

            // DISCONNECT
            __MenuItemDisconnect.Text   = @"Disconnect";
            __MenuItemDisconnect.Click += (object sender, EventArgs evt) =>
            {
                MainViewModel mainViewModel = GetMainViewModel();
                if (mainViewModel == null)
                {
                    return;
                }

                if (mainViewModel.ConnectionState == ServiceState.Connected)
                {
                    mainViewModel.DisconnectCommand.Execute(null);
                }
            };
            __MenuItemDisconnect.Visible = false;
            __ContextMenu.Items.Add(__MenuItemDisconnect);

            // ACCOUNT menu item
            __AccountSeparatorMenuItem = new ToolStripSeparator();
            __ContextMenu.Items.Add(__AccountSeparatorMenuItem);

            __AccountMenuItem                  = new ToolStripMenuItem();
            __AccountMenuItem.Text             = @"Account";
            __AccountMenuItem.Visible          = false;
            __AccountSeparatorMenuItem.Visible = false;

            __UsernameMenuItem         = new ToolStripMenuItem();
            __UsernameMenuItem.Enabled = false;

            ToolStripMenuItem logoutMenuItem = new ToolStripMenuItem {
                Text = @"Logout..."
            };

            logoutMenuItem.Click += LogoutMenuItemOnClick;

            __AccountMenuItem.DropDownItems.Add(__UsernameMenuItem);
            __AccountMenuItem.DropDownItems.Add(logoutMenuItem);
            __ContextMenu.Items.Add(__AccountMenuItem);

            // PRIVATE EMAILS
            __PrivateEmailSeparatorMenuItem = new ToolStripSeparator {
                Visible = false
            };
            __ContextMenu.Items.Add(__PrivateEmailSeparatorMenuItem);
            __PrivateEmailsMenuItem = new ToolStripMenuItem {
                Text = @"Private e-mail", Visible = false
            };
            ToolStripMenuItem privEmailGenerate = new ToolStripMenuItem {
                Text = @"Generate new..."
            };
            ToolStripMenuItem privEmailManage = new ToolStripMenuItem {
                Text = @"Manage email..."
            };

            privEmailGenerate.Click += PrivEmailGenerateOnClick;
            privEmailManage.Click   += PrivEmailManageOnClick;
            __PrivateEmailsMenuItem.DropDownItems.Add(privEmailGenerate);
            __PrivateEmailsMenuItem.DropDownItems.Add(privEmailManage);
            __ContextMenu.Items.Add(__PrivateEmailsMenuItem);

            // UPDATES menu item
            __ContextMenu.Items.Add(new ToolStripSeparator());

            __MenuItemCheckUpdates.Text   = @"Check for updates...";
            __MenuItemCheckUpdates.Click += (object sender, EventArgs evt) =>
            {
                AutoUpdate.Updater.CheckForUpdatesWithUi();
            };
            __ContextMenu.Items.Add(__MenuItemCheckUpdates);

            __ContextMenu.Items.Add(new ToolStripSeparator());

            __MenuItemExitApplication.Text   = @"Exit " + PRODUCT_NAME;
            __MenuItemExitApplication.Click += (object sender, EventArgs evt) =>
            {
                MainWindow window = MainWindow as MainWindow;
                window?.ExitApplication(false);
            };
            __ContextMenu.Items.Add(__MenuItemExitApplication);

            Console.WriteLine(@"DoStartup EXIT");
        }
Ejemplo n.º 39
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.labelItemShuoMing = new System.Windows.Forms.Label();
     this.panelBigXY = new System.Windows.Forms.Panel();
     this.buttonBigXYBig = new System.Windows.Forms.Button();
     this.buttonBigXYQuit = new System.Windows.Forms.Button();
     this.pictureBoxBigXY = new System.Windows.Forms.PictureBox();
     this.MenuRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripTextBoxX = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripTextBoxY = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator1 = 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.slide = new NationalInstruments.UI.WindowsForms.Slide();
     this.panel_itemsIN = new System.Windows.Forms.FlowLayoutPanel();
     this.BTN_切换Y轴 = new System.Windows.Forms.Button();
     this.BTN_停止显示 = new System.Windows.Forms.Button();
     this.buttonReXY = new System.Windows.Forms.Button();
     this.buttonModeXY = new System.Windows.Forms.Button();
     this.buttonBigModeXY = new System.Windows.Forms.Button();
     this.buttonLinesShowXY = new System.Windows.Forms.Button();
     this.btn_调整坐标轴 = new System.Windows.Forms.Button();
     this.legend1 = new NationalInstruments.UI.WindowsForms.Legend();
     this.xAxis_Looking = new NationalInstruments.UI.XAxis();
     this.Graph_View = new NationalInstruments.UI.WindowsForms.ScatterGraph();
     this.xyCursorB = new NationalInstruments.UI.XYCursor();
     this.scatterPlot2 = new NationalInstruments.UI.ScatterPlot();
     this.yAxis1 = new NationalInstruments.UI.YAxis();
     this.xyCursorE = new NationalInstruments.UI.XYCursor();
     this.panel_text = new System.Windows.Forms.Panel();
     this.panelBigXY.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBigXY)).BeginInit();
     this.MenuRightClick.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.slide)).BeginInit();
     this.panel_itemsIN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.legend1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Graph_View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xyCursorB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xyCursorE)).BeginInit();
     this.SuspendLayout();
     //
     // labelItemShuoMing
     //
     this.labelItemShuoMing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelItemShuoMing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.labelItemShuoMing.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.labelItemShuoMing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.labelItemShuoMing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelItemShuoMing.ForeColor = System.Drawing.Color.White;
     this.labelItemShuoMing.Location = new System.Drawing.Point(868, 518);
     this.labelItemShuoMing.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelItemShuoMing.Name = "labelItemShuoMing";
     this.labelItemShuoMing.Size = new System.Drawing.Size(149, 47);
     this.labelItemShuoMing.TabIndex = 10;
     this.labelItemShuoMing.Text = "说明";
     this.labelItemShuoMing.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelItemShuoMing.Visible = false;
     //
     // panelBigXY
     //
     this.panelBigXY.BackColor = System.Drawing.Color.Transparent;
     this.panelBigXY.Controls.Add(this.buttonBigXYBig);
     this.panelBigXY.Controls.Add(this.buttonBigXYQuit);
     this.panelBigXY.Location = new System.Drawing.Point(650, 327);
     this.panelBigXY.Margin = new System.Windows.Forms.Padding(4);
     this.panelBigXY.Name = "panelBigXY";
     this.panelBigXY.Size = new System.Drawing.Size(171, 48);
     this.panelBigXY.TabIndex = 16;
     this.panelBigXY.Visible = false;
     //
     // buttonBigXYBig
     //
     this.buttonBigXYBig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonBigXYBig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.buttonBigXYBig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonBigXYBig.ForeColor = System.Drawing.Color.Black;
     this.buttonBigXYBig.Location = new System.Drawing.Point(32, 14);
     this.buttonBigXYBig.Margin = new System.Windows.Forms.Padding(0);
     this.buttonBigXYBig.Name = "buttonBigXYBig";
     this.buttonBigXYBig.Size = new System.Drawing.Size(70, 34);
     this.buttonBigXYBig.TabIndex = 13;
     this.buttonBigXYBig.TabStop = false;
     this.buttonBigXYBig.Text = "放大";
     this.buttonBigXYBig.UseVisualStyleBackColor = false;
     this.buttonBigXYBig.Click += new System.EventHandler(this.buttonBigXYBig_Click);
     //
     // buttonBigXYQuit
     //
     this.buttonBigXYQuit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonBigXYQuit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.buttonBigXYQuit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonBigXYQuit.ForeColor = System.Drawing.Color.Black;
     this.buttonBigXYQuit.Location = new System.Drawing.Point(104, 14);
     this.buttonBigXYQuit.Margin = new System.Windows.Forms.Padding(0);
     this.buttonBigXYQuit.Name = "buttonBigXYQuit";
     this.buttonBigXYQuit.Size = new System.Drawing.Size(66, 34);
     this.buttonBigXYQuit.TabIndex = 12;
     this.buttonBigXYQuit.TabStop = false;
     this.buttonBigXYQuit.Text = "取消";
     this.buttonBigXYQuit.UseVisualStyleBackColor = false;
     this.buttonBigXYQuit.Click += new System.EventHandler(this.buttonBigXYQuit_Click);
     //
     // pictureBoxBigXY
     //
     this.pictureBoxBigXY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.pictureBoxBigXY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxBigXY.ErrorImage = null;
     this.pictureBoxBigXY.InitialImage = null;
     this.pictureBoxBigXY.Location = new System.Drawing.Point(650, 327);
     this.pictureBoxBigXY.Margin = new System.Windows.Forms.Padding(4);
     this.pictureBoxBigXY.Name = "pictureBoxBigXY";
     this.pictureBoxBigXY.Size = new System.Drawing.Size(170, 47);
     this.pictureBoxBigXY.TabIndex = 15;
     this.pictureBoxBigXY.TabStop = false;
     this.pictureBoxBigXY.Visible = false;
     //
     // MenuRightClick
     //
     this.MenuRightClick.BackColor = System.Drawing.Color.White;
     this.MenuRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripTextBoxX,
     this.toolStripTextBoxY,
     this.toolStripSeparator1,
     this.网格显示ToolStripMenuItem,
     this.放大选取框功能ToolStripMenuItem,
     this.坐标自动调整ToolStripMenuItem,
     this.默认坐标范围ToolStripMenuItem});
     this.MenuRightClick.Name = "MenuRightClick";
     this.MenuRightClick.Size = new System.Drawing.Size(207, 174);
     //
     // toolStripTextBoxX
     //
     this.toolStripTextBoxX.BackColor = System.Drawing.Color.White;
     this.toolStripTextBoxX.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.toolStripTextBoxX.ForeColor = System.Drawing.Color.Black;
     this.toolStripTextBoxX.Name = "toolStripTextBoxX";
     this.toolStripTextBoxX.ReadOnly = true;
     this.toolStripTextBoxX.Size = new System.Drawing.Size(100, 24);
     this.toolStripTextBoxX.Text = "0";
     //
     // toolStripTextBoxY
     //
     this.toolStripTextBoxY.BackColor = System.Drawing.Color.White;
     this.toolStripTextBoxY.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.toolStripTextBoxY.ForeColor = System.Drawing.Color.Black;
     this.toolStripTextBoxY.Name = "toolStripTextBoxY";
     this.toolStripTextBoxY.ReadOnly = true;
     this.toolStripTextBoxY.Size = new System.Drawing.Size(100, 24);
     this.toolStripTextBoxY.Text = "0";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(203, 6);
     //
     // 网格显示ToolStripMenuItem
     //
     this.网格显示ToolStripMenuItem.Checked = true;
     this.网格显示ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.网格显示ToolStripMenuItem.Name = "网格显示ToolStripMenuItem";
     this.网格显示ToolStripMenuItem.Size = new System.Drawing.Size(206, 28);
     this.网格显示ToolStripMenuItem.Text = "网格显示";
     //
     // 放大选取框功能ToolStripMenuItem
     //
     this.放大选取框功能ToolStripMenuItem.Name = "放大选取框功能ToolStripMenuItem";
     this.放大选取框功能ToolStripMenuItem.Size = new System.Drawing.Size(206, 28);
     this.放大选取框功能ToolStripMenuItem.Text = "放大选取框功能";
     //
     // 坐标自动调整ToolStripMenuItem
     //
     this.坐标自动调整ToolStripMenuItem.Checked = true;
     this.坐标自动调整ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.坐标自动调整ToolStripMenuItem.Name = "坐标自动调整ToolStripMenuItem";
     this.坐标自动调整ToolStripMenuItem.Size = new System.Drawing.Size(206, 28);
     this.坐标自动调整ToolStripMenuItem.Text = "坐标自动调整";
     //
     // 默认坐标范围ToolStripMenuItem
     //
     this.默认坐标范围ToolStripMenuItem.Name = "默认坐标范围ToolStripMenuItem";
     this.默认坐标范围ToolStripMenuItem.Size = new System.Drawing.Size(206, 28);
     this.默认坐标范围ToolStripMenuItem.Text = "默认坐标范围";
     //
     // slide
     //
     this.slide.Border = NationalInstruments.UI.Border.Etched;
     this.slide.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.slide.FillStyle = NationalInstruments.UI.FillStyle.HorizontalGradient;
     this.slide.Location = new System.Drawing.Point(0, 568);
     this.slide.Margin = new System.Windows.Forms.Padding(4);
     this.slide.Name = "slide";
     this.slide.Range = new NationalInstruments.UI.Range(0D, 100D);
     this.slide.ScalePosition = NationalInstruments.UI.NumericScalePosition.Bottom;
     this.slide.Size = new System.Drawing.Size(1082, 54);
     this.slide.SlideStyle = NationalInstruments.UI.SlideStyle.SunkenWithGrip;
     this.slide.TabIndex = 22;
     this.slide.Value = 100D;
     //
     // panel_itemsIN
     //
     this.panel_itemsIN.BackColor = System.Drawing.Color.Transparent;
     this.panel_itemsIN.Controls.Add(this.BTN_切换Y轴);
     this.panel_itemsIN.Controls.Add(this.BTN_停止显示);
     this.panel_itemsIN.Controls.Add(this.buttonReXY);
     this.panel_itemsIN.Controls.Add(this.buttonModeXY);
     this.panel_itemsIN.Controls.Add(this.buttonBigModeXY);
     this.panel_itemsIN.Controls.Add(this.buttonLinesShowXY);
     this.panel_itemsIN.Controls.Add(this.btn_调整坐标轴);
     this.panel_itemsIN.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel_itemsIN.Location = new System.Drawing.Point(1028, 33);
     this.panel_itemsIN.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.panel_itemsIN.Name = "panel_itemsIN";
     this.panel_itemsIN.Size = new System.Drawing.Size(54, 535);
     this.panel_itemsIN.TabIndex = 1;
     //
     // BTN_切换Y轴
     //
     this.BTN_切换Y轴.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BTN_切换Y轴.BackColor = System.Drawing.Color.Transparent;
     this.BTN_切换Y轴.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BTN_切换Y轴.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.BTN_切换Y轴.ForeColor = System.Drawing.Color.Transparent;
     this.BTN_切换Y轴.Image = global::控件库.Properties.Resources.AutoCorrect_Icon;
     this.BTN_切换Y轴.Location = new System.Drawing.Point(2, 0);
     this.BTN_切换Y轴.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.BTN_切换Y轴.Name = "BTN_切换Y轴";
     this.BTN_切换Y轴.Size = new System.Drawing.Size(48, 48);
     this.BTN_切换Y轴.TabIndex = 13;
     this.BTN_切换Y轴.TabStop = false;
     this.BTN_切换Y轴.UseVisualStyleBackColor = false;
     this.BTN_切换Y轴.Click += new System.EventHandler(this.BTN_切换Y轴_Click);
     this.BTN_切换Y轴.MouseEnter += new System.EventHandler(this.BTN_切换Y轴_MouseEnter);
     this.BTN_切换Y轴.MouseLeave += new System.EventHandler(this.BTN_切换Y轴_MouseLeave);
     //
     // BTN_停止显示
     //
     this.BTN_停止显示.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BTN_停止显示.BackColor = System.Drawing.Color.Transparent;
     this.BTN_停止显示.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BTN_停止显示.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.BTN_停止显示.ForeColor = System.Drawing.Color.Transparent;
     this.BTN_停止显示.Image = global::控件库.Properties.Resources.Action_Exit_32x32;
     this.BTN_停止显示.Location = new System.Drawing.Point(2, 48);
     this.BTN_停止显示.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.BTN_停止显示.Name = "BTN_停止显示";
     this.BTN_停止显示.Size = new System.Drawing.Size(48, 48);
     this.BTN_停止显示.TabIndex = 13;
     this.BTN_停止显示.TabStop = false;
     this.BTN_停止显示.UseVisualStyleBackColor = false;
     this.BTN_停止显示.Click += new System.EventHandler(this.BTN_停止显示_Click);
     this.BTN_停止显示.MouseEnter += new System.EventHandler(this.BTN_停止显示_MouseEnter);
     this.BTN_停止显示.MouseLeave += new System.EventHandler(this.BTN_停止显示_MouseLeave);
     //
     // buttonReXY
     //
     this.buttonReXY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReXY.BackColor = System.Drawing.Color.Transparent;
     this.buttonReXY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonReXY.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.buttonReXY.ForeColor = System.Drawing.Color.Transparent;
     this.buttonReXY.Image = global::控件库.Properties.Resources.reflash;
     this.buttonReXY.Location = new System.Drawing.Point(2, 96);
     this.buttonReXY.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.buttonReXY.Name = "buttonReXY";
     this.buttonReXY.Size = new System.Drawing.Size(48, 48);
     this.buttonReXY.TabIndex = 13;
     this.buttonReXY.TabStop = false;
     this.buttonReXY.UseVisualStyleBackColor = false;
     this.buttonReXY.Click += new System.EventHandler(this.buttonReXY_Click);
     this.buttonReXY.MouseEnter += new System.EventHandler(this.buttonReXY_MouseEnter);
     this.buttonReXY.MouseLeave += new System.EventHandler(this.buttonReXY_MouseLeave);
     //
     // buttonModeXY
     //
     this.buttonModeXY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonModeXY.BackColor = System.Drawing.Color.Transparent;
     this.buttonModeXY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonModeXY.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.buttonModeXY.ForeColor = System.Drawing.Color.Transparent;
     this.buttonModeXY.Image = global::控件库.Properties.Resources.CrosshairCursorControl_Icon;
     this.buttonModeXY.Location = new System.Drawing.Point(2, 144);
     this.buttonModeXY.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.buttonModeXY.Name = "buttonModeXY";
     this.buttonModeXY.Size = new System.Drawing.Size(48, 48);
     this.buttonModeXY.TabIndex = 12;
     this.buttonModeXY.TabStop = false;
     this.buttonModeXY.UseVisualStyleBackColor = false;
     this.buttonModeXY.Click += new System.EventHandler(this.buttonModeXY_Click);
     this.buttonModeXY.MouseEnter += new System.EventHandler(this.buttonModeXY_MouseEnter);
     this.buttonModeXY.MouseLeave += new System.EventHandler(this.buttonModeXY_MouseLeave);
     //
     // buttonBigModeXY
     //
     this.buttonBigModeXY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonBigModeXY.BackColor = System.Drawing.Color.Transparent;
     this.buttonBigModeXY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonBigModeXY.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.buttonBigModeXY.ForeColor = System.Drawing.Color.Transparent;
     this.buttonBigModeXY.Image = global::控件库.Properties.Resources.ChartDemoScrollingAndZooming_Icon;
     this.buttonBigModeXY.Location = new System.Drawing.Point(2, 192);
     this.buttonBigModeXY.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.buttonBigModeXY.Name = "buttonBigModeXY";
     this.buttonBigModeXY.Size = new System.Drawing.Size(48, 48);
     this.buttonBigModeXY.TabIndex = 11;
     this.buttonBigModeXY.TabStop = false;
     this.buttonBigModeXY.UseVisualStyleBackColor = false;
     this.buttonBigModeXY.Click += new System.EventHandler(this.buttonBigModeXY_Click);
     this.buttonBigModeXY.MouseEnter += new System.EventHandler(this.buttonBigModeXY_MouseEnter);
     this.buttonBigModeXY.MouseLeave += new System.EventHandler(this.buttonBigModeXY_MouseLeave);
     //
     // buttonLinesShowXY
     //
     this.buttonLinesShowXY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonLinesShowXY.BackColor = System.Drawing.Color.Transparent;
     this.buttonLinesShowXY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonLinesShowXY.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
     this.buttonLinesShowXY.ForeColor = System.Drawing.Color.Transparent;
     this.buttonLinesShowXY.Image = global::控件库.Properties.Resources.ChartDemoDateTimeGridAlignment_Icon;
     this.buttonLinesShowXY.Location = new System.Drawing.Point(2, 240);
     this.buttonLinesShowXY.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.buttonLinesShowXY.Name = "buttonLinesShowXY";
     this.buttonLinesShowXY.Size = new System.Drawing.Size(48, 48);
     this.buttonLinesShowXY.TabIndex = 0;
     this.buttonLinesShowXY.TabStop = false;
     this.buttonLinesShowXY.UseVisualStyleBackColor = false;
     this.buttonLinesShowXY.Click += new System.EventHandler(this.buttonLinesShowXY_Click);
     this.buttonLinesShowXY.MouseEnter += new System.EventHandler(this.buttonLinesShowXY_MouseEnter);
     this.buttonLinesShowXY.MouseLeave += new System.EventHandler(this.buttonLinesShowXY_MouseLeave);
     //
     // btn_调整坐标轴
     //
     this.btn_调整坐标轴.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_调整坐标轴.BackColor = System.Drawing.Color.Transparent;
     this.btn_调整坐标轴.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_调整坐标轴.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
     this.btn_调整坐标轴.ForeColor = System.Drawing.Color.Transparent;
     this.btn_调整坐标轴.Image = global::控件库.Properties.Resources.ChartDemoDateTimeScaleMode_Icon;
     this.btn_调整坐标轴.Location = new System.Drawing.Point(2, 288);
     this.btn_调整坐标轴.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.btn_调整坐标轴.Name = "btn_调整坐标轴";
     this.btn_调整坐标轴.Size = new System.Drawing.Size(48, 48);
     this.btn_调整坐标轴.TabIndex = 0;
     this.btn_调整坐标轴.TabStop = false;
     this.btn_调整坐标轴.UseVisualStyleBackColor = false;
     this.btn_调整坐标轴.Click += new System.EventHandler(this.btn_调整坐标轴_Click);
     this.btn_调整坐标轴.MouseEnter += new System.EventHandler(this.btn_调整坐标轴_MouseEnter);
     this.btn_调整坐标轴.MouseLeave += new System.EventHandler(this.btn_调整坐标轴_MouseLeave);
     //
     // legend1
     //
     this.legend1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.legend1.ItemSize = new System.Drawing.Size(30, 15);
     this.legend1.Location = new System.Drawing.Point(0, 530);
     this.legend1.Margin = new System.Windows.Forms.Padding(4);
     this.legend1.Name = "legend1";
     this.legend1.Padding = new System.Windows.Forms.Padding(2, 0, 4, 0);
     this.legend1.Size = new System.Drawing.Size(1028, 38);
     this.legend1.TabIndex = 24;
     //
     // xAxis_Looking
     //
     this.xAxis_Looking.BaseLineVisible = true;
     this.xAxis_Looking.MajorDivisions.LabelFormat = new NationalInstruments.UI.FormatString(NationalInstruments.UI.FormatStringMode.DateTime, "dd HH:mm:ss");
     this.xAxis_Looking.Mode = NationalInstruments.UI.AxisMode.AutoScaleExact;
     this.xAxis_Looking.Range = new NationalInstruments.UI.Range(0D, 10.5D);
     //
     // Graph_View
     //
     this.Graph_View.Border = NationalInstruments.UI.Border.None;
     this.Graph_View.Cursors.AddRange(new NationalInstruments.UI.XYCursor[] {
     this.xyCursorB,
     this.xyCursorE});
     this.Graph_View.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Graph_View.Location = new System.Drawing.Point(0, 33);
     this.Graph_View.Margin = new System.Windows.Forms.Padding(4);
     this.Graph_View.Name = "Graph_View";
     this.Graph_View.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
     this.Graph_View.Plots.AddRange(new NationalInstruments.UI.ScatterPlot[] {
     this.scatterPlot2});
     this.Graph_View.Size = new System.Drawing.Size(1028, 497);
     this.Graph_View.TabIndex = 25;
     this.Graph_View.UseColorGenerator = true;
     this.Graph_View.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis_Looking});
     this.Graph_View.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis1});
     this.Graph_View.AfterDrawPlot += new NationalInstruments.UI.AfterDrawXYPlotEventHandler(this.Graph_View_AfterDrawPlot);
     this.Graph_View.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Graph_View_MouseDown);
     this.Graph_View.MouseLeave += new System.EventHandler(this.Graph_View_MouseLeave);
     this.Graph_View.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Graph_View_MouseMove);
     this.Graph_View.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Graph_View_MouseUp);
     //
     // xyCursorB
     //
     this.xyCursorB.Color = System.Drawing.Color.Gold;
     this.xyCursorB.Plot = this.scatterPlot2;
     this.xyCursorB.SnapMode = NationalInstruments.UI.CursorSnapMode.NearestPoint;
     this.xyCursorB.Visible = false;
     //
     // scatterPlot2
     //
     this.scatterPlot2.Visible = false;
     this.scatterPlot2.XAxis = this.xAxis_Looking;
     this.scatterPlot2.YAxis = this.yAxis1;
     //
     // yAxis1
     //
     this.yAxis1.BaseLineColor = System.Drawing.SystemColors.ControlText;
     this.yAxis1.Caption = "111";
     this.yAxis1.MajorDivisions.LabelFormat = new NationalInstruments.UI.FormatString(NationalInstruments.UI.FormatStringMode.Numeric, "F1");
     //
     // xyCursorE
     //
     this.xyCursorE.Color = System.Drawing.Color.Gold;
     this.xyCursorE.Plot = this.scatterPlot2;
     this.xyCursorE.SnapMode = NationalInstruments.UI.CursorSnapMode.NearestPoint;
     this.xyCursorE.Visible = false;
     //
     // panel_text
     //
     this.panel_text.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel_text.Location = new System.Drawing.Point(0, 0);
     this.panel_text.Margin = new System.Windows.Forms.Padding(4);
     this.panel_text.Name = "panel_text";
     this.panel_text.Size = new System.Drawing.Size(1082, 33);
     this.panel_text.TabIndex = 26;
     this.panel_text.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_text_Paint);
     //
     // XYGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Graph_View);
     this.Controls.Add(this.legend1);
     this.Controls.Add(this.panel_itemsIN);
     this.Controls.Add(this.panel_text);
     this.Controls.Add(this.panelBigXY);
     this.Controls.Add(this.labelItemShuoMing);
     this.Controls.Add(this.pictureBoxBigXY);
     this.Controls.Add(this.slide);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "XYGraph";
     this.Size = new System.Drawing.Size(1082, 622);
     this.panelBigXY.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBigXY)).EndInit();
     this.MenuRightClick.ResumeLayout(false);
     this.MenuRightClick.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.slide)).EndInit();
     this.panel_itemsIN.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.legend1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Graph_View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xyCursorB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xyCursorE)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.bindingSourceEPStudents          = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.iDNumberDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.studentNameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.genderDataGridViewTextBoxColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.emailDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.classRecordNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gradeLevelDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.roomDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdfFilenameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.btnSendOne         = new System.Windows.Forms.Button();
     this.textBox8           = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.textBox7           = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.textBox6           = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.textBox5           = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.textBox3           = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.btnLoadExcelData   = new System.Windows.Forms.Button();
     this.txtSearch          = new System.Windows.Forms.TextBox();
     this.btnSearch          = new System.Windows.Forms.Button();
     this.comboBoxRooms      = new System.Windows.Forms.ComboBox();
     this.btnSendAll         = new System.Windows.Forms.Button();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.sendingStatusStrip = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSourceEPStudents
     //
     this.bindingSourceEPStudents.DataSource = typeof(Student);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem    = null;
     this.bindingNavigator1.BindingSource = this.bindingSourceEPStudents;
     this.bindingNavigator1.CountItem     = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem    = null;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name             = "bindingNavigator1";
     this.bindingNavigator1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size             = new System.Drawing.Size(1012, 25);
     this.bindingNavigator1.TabIndex         = 0;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 81);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(992, 462);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView1);
     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(984, 436);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Datasheet View";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.iDNumberDataGridViewTextBoxColumn,
         this.studentNameDataGridViewTextBoxColumn,
         this.genderDataGridViewTextBoxColumn,
         this.emailDataGridViewTextBoxColumn,
         this.classRecordNoDataGridViewTextBoxColumn,
         this.gradeLevelDataGridViewTextBoxColumn,
         this.roomDataGridViewTextBoxColumn,
         this.pdfFilenameDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataSource = this.bindingSourceEPStudents;
     this.dataGridView1.Location   = new System.Drawing.Point(6, 6);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.Size       = new System.Drawing.Size(970, 421);
     this.dataGridView1.TabIndex   = 0;
     //
     // iDNumberDataGridViewTextBoxColumn
     //
     this.iDNumberDataGridViewTextBoxColumn.DataPropertyName = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.HeaderText       = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.Name             = "iDNumberDataGridViewTextBoxColumn";
     //
     // studentNameDataGridViewTextBoxColumn
     //
     this.studentNameDataGridViewTextBoxColumn.DataPropertyName = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.HeaderText       = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.Name             = "studentNameDataGridViewTextBoxColumn";
     this.studentNameDataGridViewTextBoxColumn.Width            = 200;
     //
     // genderDataGridViewTextBoxColumn
     //
     this.genderDataGridViewTextBoxColumn.DataPropertyName = "Gender";
     this.genderDataGridViewTextBoxColumn.HeaderText       = "Gender";
     this.genderDataGridViewTextBoxColumn.Name             = "genderDataGridViewTextBoxColumn";
     //
     // emailDataGridViewTextBoxColumn
     //
     this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
     this.emailDataGridViewTextBoxColumn.HeaderText       = "Email";
     this.emailDataGridViewTextBoxColumn.Name             = "emailDataGridViewTextBoxColumn";
     //
     // classRecordNoDataGridViewTextBoxColumn
     //
     this.classRecordNoDataGridViewTextBoxColumn.DataPropertyName = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.HeaderText       = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.Name             = "classRecordNoDataGridViewTextBoxColumn";
     //
     // gradeLevelDataGridViewTextBoxColumn
     //
     this.gradeLevelDataGridViewTextBoxColumn.DataPropertyName = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.HeaderText       = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.Name             = "gradeLevelDataGridViewTextBoxColumn";
     //
     // roomDataGridViewTextBoxColumn
     //
     this.roomDataGridViewTextBoxColumn.DataPropertyName = "Room";
     this.roomDataGridViewTextBoxColumn.HeaderText       = "Room";
     this.roomDataGridViewTextBoxColumn.Name             = "roomDataGridViewTextBoxColumn";
     //
     // pdfFilenameDataGridViewTextBoxColumn
     //
     this.pdfFilenameDataGridViewTextBoxColumn.DataPropertyName = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.HeaderText       = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.Name             = "pdfFilenameDataGridViewTextBoxColumn";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.btnSendOne);
     this.tabPage2.Controls.Add(this.textBox8);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.textBox7);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.textBox6);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.textBox5);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.textBox4);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.textBox3);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.textBox2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.label1);
     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(984, 436);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Detail View";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // btnSendOne
     //
     this.btnSendOne.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendOne.Location = new System.Drawing.Point(385, 321);
     this.btnSendOne.Name     = "btnSendOne";
     this.btnSendOne.Size     = new System.Drawing.Size(137, 39);
     this.btnSendOne.TabIndex = 16;
     this.btnSendOne.Text     = "Send";
     this.btnSendOne.UseVisualStyleBackColor = true;
     this.btnSendOne.Click += new System.EventHandler(this.BtnSendOneClick);
     //
     // textBox8
     //
     this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "PdfFilename", true));
     this.textBox8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(307, 273);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(354, 26);
     this.textBox8.TabIndex = 15;
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(132, 276);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(169, 23);
     this.label8.TabIndex = 14;
     this.label8.Text     = "PDF Filename";
     //
     // textBox7
     //
     this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Room", true));
     this.textBox7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(307, 241);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(354, 26);
     this.textBox7.TabIndex = 13;
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(132, 244);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(169, 23);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Room";
     //
     // textBox6
     //
     this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "GradeLevel", true));
     this.textBox6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox6.Location = new System.Drawing.Point(307, 209);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(354, 26);
     this.textBox6.TabIndex = 11;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(132, 212);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(169, 23);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Grade Level:";
     //
     // textBox5
     //
     this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "ClassRecordNo", true));
     this.textBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(307, 177);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(354, 26);
     this.textBox5.TabIndex = 9;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(132, 180);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(169, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Class Record No:";
     //
     // textBox4
     //
     this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Email", true));
     this.textBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(307, 145);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(354, 26);
     this.textBox4.TabIndex = 7;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(132, 148);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(169, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Email:";
     //
     // textBox3
     //
     this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Gender", true));
     this.textBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(307, 113);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(354, 26);
     this.textBox3.TabIndex = 5;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(132, 116);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(169, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Gender:";
     //
     // textBox2
     //
     this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "StudentName", true));
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(307, 81);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(354, 26);
     this.textBox2.TabIndex = 3;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(132, 84);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(169, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Student Name:";
     //
     // textBox1
     //
     this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "IDNumber", true));
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(307, 49);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(354, 26);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(132, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(169, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID Number:";
     //
     // btnLoadExcelData
     //
     this.btnLoadExcelData.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLoadExcelData.Location = new System.Drawing.Point(12, 38);
     this.btnLoadExcelData.Name     = "btnLoadExcelData";
     this.btnLoadExcelData.Size     = new System.Drawing.Size(172, 33);
     this.btnLoadExcelData.TabIndex = 2;
     this.btnLoadExcelData.Text     = "Load Excel Data";
     this.btnLoadExcelData.UseVisualStyleBackColor = true;
     this.btnLoadExcelData.Click += new System.EventHandler(this.BtnLoadExcelDataClick);
     //
     // txtSearch
     //
     this.txtSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location = new System.Drawing.Point(235, 41);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(201, 26);
     this.txtSearch.TabIndex = 3;
     //
     // btnSearch
     //
     this.btnSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Location = new System.Drawing.Point(442, 38);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(96, 33);
     this.btnSearch.TabIndex = 4;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.BtnSearchClick);
     //
     // comboBoxRooms
     //
     this.comboBoxRooms.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxRooms.FormattingEnabled = true;
     this.comboBoxRooms.Location          = new System.Drawing.Point(711, 41);
     this.comboBoxRooms.Name                  = "comboBoxRooms";
     this.comboBoxRooms.Size                  = new System.Drawing.Size(153, 28);
     this.comboBoxRooms.TabIndex              = 5;
     this.comboBoxRooms.SelectedIndexChanged += new System.EventHandler(this.ComboBoxRoomsSelectedIndexChanged);
     //
     // btnSendAll
     //
     this.btnSendAll.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendAll.Location = new System.Drawing.Point(870, 38);
     this.btnSendAll.Name     = "btnSendAll";
     this.btnSendAll.Size     = new System.Drawing.Size(130, 33);
     this.btnSendAll.TabIndex = 6;
     this.btnSendAll.Text     = "Send All";
     this.btnSendAll.UseVisualStyleBackColor = true;
     this.btnSendAll.Click += new System.EventHandler(this.BtnSendAllClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sendingStatusStrip
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 552);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1012, 22);
     this.statusStrip1.TabIndex = 7;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // sendingStatusStrip
     //
     this.sendingStatusStrip.Name = "sendingStatusStrip";
     this.sendingStatusStrip.Size = new System.Drawing.Size(42, 17);
     this.sendingStatusStrip.Text = "Ready.";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 574);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnSendAll);
     this.Controls.Add(this.comboBoxRooms);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnLoadExcelData);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.bindingNavigator1);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MainForm";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_reporte_diferenciaInvRollos));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chkDiferencias = new DevExpress.XtraEditors.CheckEdit();
     this.cmb_fechas = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.rollo = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.productname = new System.Windows.Forms.TextBox();
     this.productid = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.lineaname = new System.Windows.Forms.TextBox();
     this.lineaid = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_buscar = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_imprimir_gen = new System.Windows.Forms.ToolStripButton();
     this.btn_excel = new System.Windows.Forms.ToolStripButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDiferencias.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkDiferencias);
     this.groupBox1.Controls.Add(this.cmb_fechas);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.rollo);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.productname);
     this.groupBox1.Controls.Add(this.productid);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.lineaname);
     this.groupBox1.Controls.Add(this.lineaid);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 83);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(514, 114);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Datos";
     //
     // chkDiferencias
     //
     this.chkDiferencias.Location = new System.Drawing.Point(248, 89);
     this.chkDiferencias.Name = "chkDiferencias";
     this.chkDiferencias.Properties.Caption = "Solo Diferencias";
     this.chkDiferencias.Size = new System.Drawing.Size(95, 19);
     this.chkDiferencias.TabIndex = 89;
     //
     // cmb_fechas
     //
     this.cmb_fechas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_fechas.FormattingEnabled = true;
     this.cmb_fechas.Location = new System.Drawing.Point(102, 87);
     this.cmb_fechas.Name = "cmb_fechas";
     this.cmb_fechas.Size = new System.Drawing.Size(121, 21);
     this.cmb_fechas.TabIndex = 88;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(53, 89);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(46, 13);
     this.label3.TabIndex = 87;
     this.label3.Text = "Fecha:";
     //
     // rollo
     //
     this.rollo.Location = new System.Drawing.Point(103, 64);
     this.rollo.MaxLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.Size = new System.Drawing.Size(60, 21);
     this.rollo.TabIndex = 84;
     this.rollo.Text = "ventas al exterior";
     this.rollo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rollo_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(57, 66);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 83;
     this.label8.Text = "Rollo:";
     //
     // productname
     //
     this.productname.Location = new System.Drawing.Point(188, 42);
     this.productname.Name = "productname";
     this.productname.Size = new System.Drawing.Size(317, 21);
     this.productname.TabIndex = 79;
     this.productname.Text = "ventas al exterior";
     //
     // productid
     //
     this.productid.Location = new System.Drawing.Point(103, 42);
     this.productid.MaxLength = 13;
     this.productid.Name = "productid";
     this.productid.Size = new System.Drawing.Size(83, 21);
     this.productid.TabIndex = 78;
     this.productid.Text = "ventas al exterior";
     this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(35, 45);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(62, 13);
     this.label2.TabIndex = 77;
     this.label2.Text = "Producto:";
     //
     // lineaname
     //
     this.lineaname.Location = new System.Drawing.Point(149, 20);
     this.lineaname.Name = "lineaname";
     this.lineaname.Size = new System.Drawing.Size(282, 21);
     this.lineaname.TabIndex = 17;
     this.lineaname.Text = "ventas al exterior";
     //
     // lineaid
     //
     this.lineaid.Location = new System.Drawing.Point(102, 20);
     this.lineaid.MaxLength = 13;
     this.lineaid.Name = "lineaid";
     this.lineaid.Size = new System.Drawing.Size(47, 21);
     this.lineaid.TabIndex = 16;
     this.lineaid.Text = "ventas al exterior";
     this.lineaid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lineaid_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(54, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 21;
     this.label1.Text = "Linea:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label11);
     this.panel1.Location = new System.Drawing.Point(0, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(514, 50);
     this.panel1.TabIndex = 2;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(69, 12);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(414, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "CONCILIACIÓN DE INVENTARIO X ROLLO";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_buscar
     //
     this.btn_buscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_buscar.Image = ((System.Drawing.Image)(resources.GetObject("btn_buscar.Image")));
     this.btn_buscar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_buscar.Name = "btn_buscar";
     this.btn_buscar.Size = new System.Drawing.Size(26, 26);
     this.btn_buscar.Text = "toolStripButton15";
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_cancelar,
     this.toolStripSeparator1,
     this.btn_imprimir,
     this.btn_imprimir_gen,
     this.btn_excel,
     this.toolStripSeparator2,
     this.btn_buscar,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(516, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_imprimir_gen
     //
     this.btn_imprimir_gen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir_gen.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir_gen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir_gen.Name = "btn_imprimir_gen";
     this.btn_imprimir_gen.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir_gen.Text = "Impresion General";
     this.btn_imprimir_gen.Click += new System.EventHandler(this.btn_imprimir_gen_Click);
     //
     // btn_excel
     //
     this.btn_excel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_excel.Image = global::BapFormulariosNet.Properties.Resources.btn_excel20;
     this.btn_excel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_excel.Name = "btn_excel";
     this.btn_excel.Size = new System.Drawing.Size(26, 26);
     this.btn_excel.Text = "toolStripButton1";
     this.btn_excel.ToolTipText = "Excel";
     //
     // Frm_reporte_diferenciaInvRollos
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(516, 200);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_reporte_diferenciaInvRollos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "INV :: CONCILIACIÓN DE INVENTARIO X ROLLO";
     this.Load += new System.EventHandler(this.Frm_reporte_stockrollo_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDiferencias.Properties)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem  mnuSetAsDefault;
     System.Windows.Forms.ToolStripMenuItem  mnuAddRendering;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     this.m_lblKeyTermColHead    = new System.Windows.Forms.Label();
     this.m_lbRenderings         = new System.Windows.Forms.ListBox();
     this.contextMenuStrip       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuDeleteRendering     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLookUpTermC         = new System.Windows.Forms.ToolStripMenuItem();
     this.headerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuLookUpTermH         = new System.Windows.Forms.ToolStripMenuItem();
     mnuSetAsDefault             = new System.Windows.Forms.ToolStripMenuItem();
     mnuAddRendering             = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.contextMenuStrip.SuspendLayout();
     this.headerContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // mnuSetAsDefault
     //
     mnuSetAsDefault.Image  = global::SILUBS.PhraseTranslationHelper.Properties.Resources.check_circle;
     mnuSetAsDefault.Name   = "mnuSetAsDefault";
     mnuSetAsDefault.Size   = new System.Drawing.Size(198, 22);
     mnuSetAsDefault.Text   = "&Set as default rendering";
     mnuSetAsDefault.Click += new System.EventHandler(this.mnuSetAsDefault_Click);
     //
     // mnuAddRendering
     //
     mnuAddRendering.Image  = global::SILUBS.PhraseTranslationHelper.Properties.Resources._1321382935_plus;
     mnuAddRendering.Name   = "mnuAddRendering";
     mnuAddRendering.Size   = new System.Drawing.Size(198, 22);
     mnuAddRendering.Text   = "&Add rendering...";
     mnuAddRendering.Click += new System.EventHandler(this.mnuAddRendering_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
     //
     // m_lblKeyTermColHead
     //
     this.m_lblKeyTermColHead.ContextMenuStrip = this.headerContextMenuStrip;
     this.m_lblKeyTermColHead.Dock             = System.Windows.Forms.DockStyle.Top;
     this.m_lblKeyTermColHead.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.m_lblKeyTermColHead.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.m_lblKeyTermColHead.Location         = new System.Drawing.Point(0, 0);
     this.m_lblKeyTermColHead.Name             = "m_lblKeyTermColHead";
     this.m_lblKeyTermColHead.Size             = new System.Drawing.Size(100, 20);
     this.m_lblKeyTermColHead.TabIndex         = 1;
     this.m_lblKeyTermColHead.Text             = "#";
     this.m_lblKeyTermColHead.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lbRenderings
     //
     this.m_lbRenderings.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_lbRenderings.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_lbRenderings.FormattingEnabled     = true;
     this.m_lbRenderings.IntegralHeight        = false;
     this.m_lbRenderings.Location              = new System.Drawing.Point(0, 20);
     this.m_lbRenderings.Name                  = "m_lbRenderings";
     this.m_lbRenderings.Size                  = new System.Drawing.Size(100, 20);
     this.m_lbRenderings.Sorted                = true;
     this.m_lbRenderings.TabIndex              = 2;
     this.m_lbRenderings.MouseUp              += new System.Windows.Forms.MouseEventHandler(this.m_lbRenderings_MouseUp);
     this.m_lbRenderings.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.m_lbRenderings_DrawItem);
     this.m_lbRenderings.Resize               += new System.EventHandler(this.m_lbRenderings_Resize);
     this.m_lbRenderings.SelectedIndexChanged += new System.EventHandler(this.m_lbRenderings_SelectedIndexChanged);
     this.m_lbRenderings.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.m_lbRenderings_MouseDown);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         mnuSetAsDefault,
         mnuAddRendering,
         this.mnuDeleteRendering,
         toolStripSeparator1,
         this.mnuLookUpTermC
     });
     this.contextMenuStrip.Name     = "contextMenuStrip1";
     this.contextMenuStrip.Size     = new System.Drawing.Size(199, 98);
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // mnuDeleteRendering
     //
     this.mnuDeleteRendering.Image  = global::SILUBS.PhraseTranslationHelper.Properties.Resources._1321385905_dialog_close;
     this.mnuDeleteRendering.Name   = "mnuDeleteRendering";
     this.mnuDeleteRendering.Size   = new System.Drawing.Size(198, 22);
     this.mnuDeleteRendering.Text   = "&Delete this rendering";
     this.mnuDeleteRendering.Click += new System.EventHandler(this.mnuDeleteRendering_Click);
     //
     // mnuLookUpTermC
     //
     this.mnuLookUpTermC.Image  = global::SILUBS.PhraseTranslationHelper.Properties.Resources._1330980033_search_button;
     this.mnuLookUpTermC.Name   = "mnuLookUpTermC";
     this.mnuLookUpTermC.Size   = new System.Drawing.Size(198, 22);
     this.mnuLookUpTermC.Text   = "Find &Term in {0}";
     this.mnuLookUpTermC.Click += new System.EventHandler(this.LookUpTermInHostApplicaton);
     //
     // headerContextMenuStrip
     //
     this.headerContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuLookUpTermH
     });
     this.headerContextMenuStrip.Name = "contextMenuStrip1";
     this.headerContextMenuStrip.Size = new System.Drawing.Size(159, 26);
     //
     // mnuLookUpTermH
     //
     this.mnuLookUpTermH.Image  = global::SILUBS.PhraseTranslationHelper.Properties.Resources._1330980033_search_button;
     this.mnuLookUpTermH.Name   = "mnuLookUpTermH";
     this.mnuLookUpTermH.Size   = new System.Drawing.Size(158, 22);
     this.mnuLookUpTermH.Text   = "Find &Term in {0}";
     this.mnuLookUpTermH.Click += new System.EventHandler(this.LookUpTermInHostApplicaton);
     //
     // TermRenderingCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.m_lbRenderings);
     this.Controls.Add(this.m_lblKeyTermColHead);
     this.Margin      = new System.Windows.Forms.Padding(0);
     this.MinimumSize = new System.Drawing.Size(100, 40);
     this.Name        = "TermRenderingCtrl";
     this.Size        = new System.Drawing.Size(100, 40);
     this.contextMenuStrip.ResumeLayout(false);
     this.headerContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 43
0
 private void InitializeComponent()
 {
     this.components =new System.ComponentModel.Container();
     this.tbxOutput = new System.Windows.Forms.TextBox();
     this.ctxOutput = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxOutput_CopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxOutput_WordWrap = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxOutput_ClearOutput = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxOutput.SuspendLayout();
     this.SuspendLayout();
     this.tbxOutput.BackColor = System.Drawing.SystemColors.Window;
     this.tbxOutput.ContextMenuStrip = this.ctxOutput;
     this.tbxOutput.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbxOutput.Location = new System.Drawing.Point(0, 0);
     this.tbxOutput.MaxLength = 0;
     this.tbxOutput.Multiline = true;
     this.tbxOutput.Name = "tbxOutput";
     this.tbxOutput.ReadOnly = true;
     this.tbxOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tbxOutput.Size = new System.Drawing.Size(566, 254);
     this.tbxOutput.TabIndex = 1;
     this.tbxOutput.WordWrap = false;
     this.ctxOutput.Items.AddRange(new System.Windows.Forms.ToolStripItem[5]
     {
         this.ctxOutput_CopyToClipboard,
         this.toolStripSeparator2,
         this.ctxOutput_WordWrap,
         this.toolStripSeparator1,
         this.ctxOutput_ClearOutput
     });
     this.ctxOutput.Name = "ctxOutput";
     this.ctxOutput.Size = new System.Drawing.Size(174, 104);
     this.ctxOutput.Opening += new System.ComponentModel.CancelEventHandler(this.ctxOutput_Opening);
     this.ctxOutput_CopyToClipboard.Image = OpenQuant.Shared.Properties.Resources.clipboard;
     this.ctxOutput_CopyToClipboard.Name = "ctxOutput_CopyToClipboard";
     this.ctxOutput_CopyToClipboard.Size = new System.Drawing.Size(173, 22);
     this.ctxOutput_CopyToClipboard.Text = "Copy To Clipboard";
     this.ctxOutput_CopyToClipboard.Click += new System.EventHandler(this.ctxOutput_CopyToClipboard_Click);
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
     this.ctxOutput_WordWrap.CheckOnClick = true;
     this.ctxOutput_WordWrap.Name = "ctxOutput_WordWrap";
     this.ctxOutput_WordWrap.Size = new System.Drawing.Size(173, 22);
     this.ctxOutput_WordWrap.Text = "Word Wrap";
     this.ctxOutput_WordWrap.Click += new System.EventHandler(this.ctxOutput_WordWrap_Click);
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(170, 6);
     this.ctxOutput_ClearOutput.Image =  OpenQuant.Shared.Properties.Resources.clear;
     this.ctxOutput_ClearOutput.Name = "ctxOutput_ClearOutput";
     this.ctxOutput_ClearOutput.Size = new System.Drawing.Size(173, 22);
     this.ctxOutput_ClearOutput.Text = "Clear Output";
     this.ctxOutput_ClearOutput.Click += new System.EventHandler(this.ctxOutput_ClearOutput_Click);
     this.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
     this.Controls.Add( this.tbxOutput);
     this.DefaultDockLocation = TD.SandDock.ContainerDockLocation.Bottom;
     this.Name = "OutputWindow";
     this.Size = new System.Drawing.Size(566, 254);
     this.TabImage =  OpenQuant.Shared.Properties.Resources.output;
     this.Text = "Output";
     this.ctxOutput.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 44
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.ToolStripLabel            toolStripLabel1;
     System.Windows.Forms.ToolStripLabel            toolStripLabel2;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogicView));
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.timeFrameBox     = new System.Windows.Forms.ToolStripTextBox();
     this.tickMarkBox      = new System.Windows.Forms.ToolStripTextBox();
     this.updateGridButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3  = new System.Windows.Forms.ToolStripLabel();
     this.pinsTextBox      = new System.Windows.Forms.ToolStripTextBox();
     this.analogButton     = new System.Windows.Forms.ToolStripButton();
     this.digitalButton    = new System.Windows.Forms.ToolStripButton();
     this.viewOffset       = new System.Windows.Forms.VScrollBar();
     this.waveView         = new DoubleBufferedPanel();
     this.timeAdjustBar    = new System.Windows.Forms.HScrollBar();
     toolStripLabel1       = new System.Windows.Forms.ToolStripLabel();
     toolStripLabel2       = new System.Windows.Forms.ToolStripLabel();
     toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripLabel1
     //
     toolStripLabel1.Name = "toolStripLabel1";
     toolStripLabel1.Size = new System.Drawing.Size(101, 22);
     toolStripLabel1.Text = "Time Frame (sec):";
     //
     // toolStripLabel2
     //
     toolStripLabel2.Name = "toolStripLabel2";
     toolStripLabel2.Size = new System.Drawing.Size(115, 22);
     toolStripLabel2.Text = "Tick Mark Grid (sec):";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel1,
         this.timeFrameBox,
         toolStripLabel2,
         this.tickMarkBox,
         this.updateGridButton,
         toolStripSeparator2,
         this.toolStripLabel3,
         this.pinsTextBox,
         this.analogButton,
         this.digitalButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(697, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // timeFrameBox
     //
     this.timeFrameBox.Name = "timeFrameBox";
     this.timeFrameBox.Size = new System.Drawing.Size(75, 25);
     //
     // tickMarkBox
     //
     this.tickMarkBox.Name = "tickMarkBox";
     this.tickMarkBox.Size = new System.Drawing.Size(75, 25);
     //
     // updateGridButton
     //
     this.updateGridButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.updateGridButton.Image                 = ((System.Drawing.Image)(resources.GetObject("updateGridButton.Image")));
     this.updateGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.updateGridButton.Name   = "updateGridButton";
     this.updateGridButton.Size   = new System.Drawing.Size(49, 22);
     this.updateGridButton.Text   = "Update";
     this.updateGridButton.Click += new System.EventHandler(this.updateGridButton_Click);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(52, 22);
     this.toolStripLabel3.Text = "Add pin:";
     //
     // pinsTextBox
     //
     this.pinsTextBox.Name        = "pinsTextBox";
     this.pinsTextBox.Size        = new System.Drawing.Size(30, 25);
     this.pinsTextBox.ToolTipText = "Pin number or range (ex. 2..5) to add.";
     //
     // analogButton
     //
     this.analogButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.analogButton.Image                 = ((System.Drawing.Image)(resources.GetObject("analogButton.Image")));
     this.analogButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.analogButton.Name        = "analogButton";
     this.analogButton.Size        = new System.Drawing.Size(57, 22);
     this.analogButton.Text        = "+Analog";
     this.analogButton.ToolTipText = "Add a Analog view on pin selected.";
     this.analogButton.Click      += new System.EventHandler(this.analogButton_Click);
     //
     // digitalButton
     //
     this.digitalButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.digitalButton.Image                 = ((System.Drawing.Image)(resources.GetObject("digitalButton.Image")));
     this.digitalButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.digitalButton.Name        = "digitalButton";
     this.digitalButton.Size        = new System.Drawing.Size(53, 22);
     this.digitalButton.Text        = "+Digital";
     this.digitalButton.ToolTipText = "Add a Digitalview on pin selected.";
     this.digitalButton.Click      += new System.EventHandler(this.digitalButton_Click);
     //
     // viewOffset
     //
     this.viewOffset.Dock     = System.Windows.Forms.DockStyle.Right;
     this.viewOffset.Location = new System.Drawing.Point(680, 25);
     this.viewOffset.Name     = "viewOffset";
     this.viewOffset.Size     = new System.Drawing.Size(17, 411);
     this.viewOffset.TabIndex = 1;
     this.viewOffset.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.ScrollChanged);
     //
     // waveView
     //
     this.waveView.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.waveView.Location     = new System.Drawing.Point(0, 25);
     this.waveView.Name         = "waveView";
     this.waveView.Size         = new System.Drawing.Size(680, 411);
     this.waveView.TabIndex     = 2;
     this.waveView.SizeChanged += new System.EventHandler(this.OnSized);
     this.waveView.Click       += new System.EventHandler(this.OnClick);
     this.waveView.Paint       += new System.Windows.Forms.PaintEventHandler(this.WaveView_Paint);
     this.waveView.DoubleClick += new System.EventHandler(this.OnDblClick);
     //
     // timeAdjustBar
     //
     this.timeAdjustBar.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.timeAdjustBar.Location = new System.Drawing.Point(0, 436);
     this.timeAdjustBar.Maximum  = 1000;
     this.timeAdjustBar.Name     = "timeAdjustBar";
     this.timeAdjustBar.Size     = new System.Drawing.Size(697, 17);
     this.timeAdjustBar.TabIndex = 0;
     this.timeAdjustBar.Value    = 1000;
     this.timeAdjustBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.TimeChanged);
     //
     // LogicView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.waveView);
     this.Controls.Add(this.viewOffset);
     this.Controls.Add(this.timeAdjustBar);
     this.Controls.Add(this.toolStrip1);
     this.Name = "LogicView";
     this.Size = new System.Drawing.Size(697, 453);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChatForm));
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.miConnection         = new System.Windows.Forms.ToolStripMenuItem();
     this.miConnect            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDisconnect         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1   = new System.Windows.Forms.ToolStripSeparator();
     this.miProfile            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2   = new System.Windows.Forms.ToolStripSeparator();
     this.miExit               = new System.Windows.Forms.ToolStripMenuItem();
     this.miView               = new System.Windows.Forms.ToolStripMenuItem();
     this.miPeersList          = new System.Windows.Forms.ToolStripMenuItem();
     this.miAllPeers           = new System.Windows.Forms.ToolStripMenuItem();
     this.miOnlyFriends        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3   = new System.Windows.Forms.ToolStripSeparator();
     this.miConnectionInfo     = new System.Windows.Forms.ToolStripMenuItem();
     this.miService            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDHTLog             = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp               = new System.Windows.Forms.ToolStripMenuItem();
     this.miContents           = new System.Windows.Forms.ToolStripMenuItem();
     this.miAbout              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.tbConnect            = new System.Windows.Forms.ToolStripButton();
     this.tbDisconnect         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.tbProfile            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPresenceStatus     = new System.Windows.Forms.ToolStripDropDownButton();
     this.menuPresenceStatuses = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.lblConnectionStatus  = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblTicks             = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.lstMembers           = new GKNetUI.PeersList();
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPeerProfile        = new System.Windows.Forms.ToolStripMenuItem();
     this.miAddPeer            = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.lstChatMsgs          = new GKNetUI.MessagesList();
     this.txtChatMsg           = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     this.btnSendToAll         = new System.Windows.Forms.Button();
     this.btnSend              = new System.Windows.Forms.Button();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.tbSendInvitation     = new System.Windows.Forms.ToolStripButton();
     this.tbAcceptInvitation   = new System.Windows.Forms.ToolStripButton();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabChat              = new System.Windows.Forms.TabPage();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnection,
         this.miView,
         this.miService,
         this.miHelp
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(731, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miConnection
     //
     this.miConnection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnect,
         this.miDisconnect,
         this.toolStripMenuItem1,
         this.miProfile,
         this.toolStripMenuItem2,
         this.miExit
     });
     this.miConnection.Name = "miConnection";
     this.miConnection.Size = new System.Drawing.Size(81, 20);
     this.miConnection.Text = "Connection";
     //
     // miConnect
     //
     this.miConnect.Name   = "miConnect";
     this.miConnect.Size   = new System.Drawing.Size(133, 22);
     this.miConnect.Text   = "Connect";
     this.miConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // miDisconnect
     //
     this.miDisconnect.Name   = "miDisconnect";
     this.miDisconnect.Size   = new System.Drawing.Size(133, 22);
     this.miDisconnect.Text   = "Disconnect";
     this.miDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
     //
     // miProfile
     //
     this.miProfile.Name   = "miProfile";
     this.miProfile.Size   = new System.Drawing.Size(133, 22);
     this.miProfile.Text   = "My Profile";
     this.miProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
     //
     // miExit
     //
     this.miExit.Name   = "miExit";
     this.miExit.Size   = new System.Drawing.Size(133, 22);
     this.miExit.Text   = "Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miView
     //
     this.miView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeersList
     });
     this.miView.Name = "miView";
     this.miView.Size = new System.Drawing.Size(44, 20);
     this.miView.Text = "View";
     //
     // miPeersList
     //
     this.miPeersList.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miAllPeers,
         this.miOnlyFriends,
         this.toolStripMenuItem3,
         this.miConnectionInfo
     });
     this.miPeersList.Name = "miPeersList";
     this.miPeersList.Size = new System.Drawing.Size(120, 22);
     this.miPeersList.Text = "Peers list";
     //
     // miAllPeers
     //
     this.miAllPeers.Checked    = true;
     this.miAllPeers.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miAllPeers.Name       = "miAllPeers";
     this.miAllPeers.Size       = new System.Drawing.Size(160, 22);
     this.miAllPeers.Text       = "All peers";
     //
     // miOnlyFriends
     //
     this.miOnlyFriends.Enabled = false;
     this.miOnlyFriends.Name    = "miOnlyFriends";
     this.miOnlyFriends.Size    = new System.Drawing.Size(160, 22);
     this.miOnlyFriends.Text    = "Only friends";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6);
     //
     // miConnectionInfo
     //
     this.miConnectionInfo.Checked         = true;
     this.miConnectionInfo.CheckOnClick    = true;
     this.miConnectionInfo.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.miConnectionInfo.Name            = "miConnectionInfo";
     this.miConnectionInfo.Size            = new System.Drawing.Size(160, 22);
     this.miConnectionInfo.Text            = "Connection Info";
     this.miConnectionInfo.CheckedChanged += new System.EventHandler(this.miConnectionInfo_CheckedChanged);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miDHTLog
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(56, 20);
     this.miService.Text = "Service";
     //
     // miDHTLog
     //
     this.miDHTLog.Name   = "miDHTLog";
     this.miDHTLog.Size   = new System.Drawing.Size(120, 22);
     this.miDHTLog.Text   = "DHT Log";
     this.miDHTLog.Click += new System.EventHandler(this.miDHTLog_Click);
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContents,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(44, 20);
     this.miHelp.Text = "Help";
     //
     // miContents
     //
     this.miContents.Enabled = false;
     this.miContents.Name    = "miContents";
     this.miContents.Size    = new System.Drawing.Size(122, 22);
     this.miContents.Text    = "Contents";
     //
     // miAbout
     //
     this.miAbout.Enabled = false;
     this.miAbout.Name    = "miAbout";
     this.miAbout.Size    = new System.Drawing.Size(122, 22);
     this.miAbout.Text    = "About";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbConnect,
         this.tbDisconnect,
         this.toolStripSeparator1,
         this.tbProfile,
         this.toolStripSeparator2,
         this.tbPresenceStatus,
         this.toolStripSeparator3,
         this.tbSendInvitation,
         this.tbAcceptInvitation
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(731, 27);
     this.toolStrip1.TabIndex = 13;
     //
     // tbConnect
     //
     this.tbConnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbConnect.Name   = "tbConnect";
     this.tbConnect.Size   = new System.Drawing.Size(56, 24);
     this.tbConnect.Text   = "Connect";
     this.tbConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // tbDisconnect
     //
     this.tbDisconnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDisconnect.Name   = "tbDisconnect";
     this.tbDisconnect.Size   = new System.Drawing.Size(70, 24);
     this.tbDisconnect.Text   = "Disconnect";
     this.tbDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbProfile
     //
     this.tbProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProfile.Name   = "tbProfile";
     this.tbProfile.Size   = new System.Drawing.Size(65, 24);
     this.tbProfile.Text   = "My Profile";
     this.tbProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // tbPresenceStatus
     //
     this.tbPresenceStatus.DropDown = this.menuPresenceStatuses;
     this.tbPresenceStatus.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbPresenceStatus.Name = "tbPresenceStatus";
     this.tbPresenceStatus.Size = new System.Drawing.Size(99, 24);
     this.tbPresenceStatus.Text = "PresenceStatus";
     //
     // menuPresenceStatuses
     //
     this.menuPresenceStatuses.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuPresenceStatuses.Name             = "menuPresenceStatuses";
     this.menuPresenceStatuses.OwnerItem        = this.tbPresenceStatus;
     this.menuPresenceStatuses.Size             = new System.Drawing.Size(61, 4);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblConnectionStatus,
         this.lblTicks
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 420);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 13, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(731, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblConnectionStatus
     //
     this.lblConnectionStatus.Name = "lblConnectionStatus";
     this.lblConnectionStatus.Size = new System.Drawing.Size(12, 17);
     this.lblConnectionStatus.Text = "-";
     //
     // lblTicks
     //
     this.lblTicks.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblTicks.Name = "lblTicks";
     this.lblTicks.Size = new System.Drawing.Size(15, 17);
     this.lblTicks.Text = "+";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 51);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lstMembers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(731, 369);
     this.splitContainer1.SplitterDistance = 234;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 12;
     //
     // lstMembers
     //
     this.lstMembers.ContextMenuStrip      = this.contextMenuStrip1;
     this.lstMembers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.lstMembers.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstMembers.Location              = new System.Drawing.Point(0, 0);
     this.lstMembers.Margin                = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lstMembers.Name                  = "lstMembers";
     this.lstMembers.ShowConnectionInfo    = false;
     this.lstMembers.Size                  = new System.Drawing.Size(234, 369);
     this.lstMembers.TabIndex              = 4;
     this.lstMembers.SelectedValueChanged += new System.EventHandler(this.lstMembers_SelectedValueChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeerProfile,
         this.miAddPeer
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(123, 48);
     //
     // miPeerProfile
     //
     this.miPeerProfile.Name   = "miPeerProfile";
     this.miPeerProfile.Size   = new System.Drawing.Size(122, 22);
     this.miPeerProfile.Text   = "Profile";
     this.miPeerProfile.Click += new System.EventHandler(this.miPeerProfile_Click);
     //
     // miAddPeer
     //
     this.miAddPeer.Name   = "miAddPeer";
     this.miAddPeer.Size   = new System.Drawing.Size(122, 22);
     this.miAddPeer.Text   = "Add peer";
     this.miAddPeer.Click += new System.EventHandler(this.miAddPeer_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.lstChatMsgs);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.txtChatMsg);
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer2.Size             = new System.Drawing.Size(494, 369);
     this.splitContainer2.SplitterDistance = 204;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabChat
     //
     this.tabChat.Controls.Add(this.splitContainer2);
     this.tabChat.Location = new System.Drawing.Point(4, 26);
     this.tabChat.Name     = "tabChat";
     this.tabChat.Size     = new System.Drawing.Size(564, 291);
     this.tabChat.TabIndex = 0;
     this.tabChat.Text     = "Chat";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabChat);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(572, 321);
     //
     // lstChatMsgs
     //
     this.lstChatMsgs.BackColor = System.Drawing.Color.LightGray;
     this.lstChatMsgs.Core      = null;
     this.lstChatMsgs.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lstChatMsgs.DrawMode  = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstChatMsgs.LocalId   = null;
     this.lstChatMsgs.Location  = new System.Drawing.Point(0, 0);
     this.lstChatMsgs.Margin    = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.lstChatMsgs.Name      = "lstChatMsgs";
     this.lstChatMsgs.Size      = new System.Drawing.Size(494, 204);
     this.lstChatMsgs.TabIndex  = 0;
     //
     // txtChatMsg
     //
     this.txtChatMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtChatMsg.Location  = new System.Drawing.Point(0, 0);
     this.txtChatMsg.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChatMsg.Multiline = true;
     this.txtChatMsg.Name      = "txtChatMsg";
     this.txtChatMsg.Size      = new System.Drawing.Size(494, 119);
     this.txtChatMsg.TabIndex  = 6;
     this.txtChatMsg.Text      = "test";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSendToAll);
     this.flowLayoutPanel1.Controls.Add(this.btnSend);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 119);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(494, 42);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // btnSendToAll
     //
     this.btnSendToAll.Location = new System.Drawing.Point(401, 4);
     this.btnSendToAll.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSendToAll.Name     = "btnSendToAll";
     this.btnSendToAll.Size     = new System.Drawing.Size(90, 34);
     this.btnSendToAll.TabIndex = 7;
     this.btnSendToAll.Text     = "Send to All";
     this.btnSendToAll.UseVisualStyleBackColor = true;
     this.btnSendToAll.Click += new System.EventHandler(this.btnSendToAll_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(305, 4);
     this.btnSend.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(90, 34);
     this.btnSend.TabIndex = 8;
     this.btnSend.Text     = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
     //
     // tbSendInvitation
     //
     this.tbSendInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSendInvitation.Name   = "tbSendInvitation";
     this.tbSendInvitation.Size   = new System.Drawing.Size(110, 24);
     this.tbSendInvitation.Text   = "Send Invitation";
     this.tbSendInvitation.Click += new System.EventHandler(this.tbSendInvitation_Click);
     //
     // tbAcceptInvitation
     //
     this.tbAcceptInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbAcceptInvitation.Name   = "tbAcceptInvitation";
     this.tbAcceptInvitation.Size   = new System.Drawing.Size(121, 24);
     this.tbAcceptInvitation.Text   = "Accept Invitation";
     this.tbAcceptInvitation.Click += new System.EventHandler(this.tbAcceptInvitation_Click);
     //
     // ChatForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "ChatForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GKCommunicator";
     this.Load         += new System.EventHandler(this.ChatForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 47
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu));
     this.estado = new System.Windows.Forms.StatusStrip();
     this.lb_texto = new System.Windows.Forms.ToolStripStatusLabel();
     this.lb_estado = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuEntradas = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntAfectaciones = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntAfectacionesSP = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntImpresion = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRpt = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptFolio = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptFolioPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptPedido = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptProveedor = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptDetallado = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptIfai = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSalidas = new System.Windows.Forms.ToolStripMenuItem();
     this.afec_salidas = new System.Windows.Forms.ToolStripMenuItem();
     this.imp_salida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_salidas = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_folio = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_fol_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_area = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_area_costo = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_art_prop = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_prop_area = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_prop_concentrado = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_detallado = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuInventarios = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuInvCierre = new System.Windows.Forms.ToolStripMenuItem();
     this.gen_cierre = new System.Windows.Forms.ToolStripMenuItem();
     this.imp_cierre = new System.Windows.Forms.ToolStripMenuItem();
     this.borrarCierreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registrarInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registrarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.marbetesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.asignaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.conteosToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.erConteoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.doConteoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.difConteosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.difKardexInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRequisicion = new System.Windows.Forms.ToolStripMenuItem();
     this.afectacionesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.costeadaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.porSolicitarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cuadroLicitaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuReportes = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptExistencias = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptKardex = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptCaducidades = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptSaldos = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptLento = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptNulo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptConsumo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptPedidosGenerados = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatalogos = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatArticulo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModificar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModCuadro = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cat_area = new System.Windows.Forms.ToolStripMenuItem();
     this.cat_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCambiar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSalir = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.estado.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // estado
     //
     this.estado.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lb_texto});
     this.estado.Location = new System.Drawing.Point(0, 572);
     this.estado.Name = "estado";
     this.estado.Size = new System.Drawing.Size(1025, 22);
     this.estado.TabIndex = 2;
     this.estado.Text = "StatusStrip";
     //
     // lb_texto
     //
     this.lb_texto.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_texto.Name = "lb_texto";
     this.lb_texto.Size = new System.Drawing.Size(0, 17);
     //
     // lb_estado
     //
     this.lb_estado.Name = "lb_estado";
     this.lb_estado.Size = new System.Drawing.Size(0, 38);
     //
     // toolStripStatusLabel
     //
     this.toolStripStatusLabel.Name = "toolStripStatusLabel";
     this.toolStripStatusLabel.Size = new System.Drawing.Size(40, 17);
     this.toolStripStatusLabel.Text = "Estado";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntradas,
     this.mnuSalidas,
     this.mnuInventarios,
     this.mnuRequisicion,
     this.mnuReportes,
     this.mnuCatalogos,
     this.mnuCambiar,
     this.mnuSalir});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1025, 87);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuEntradas
     //
     this.mnuEntradas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntAfectaciones,
     this.mnuEntAfectacionesSP,
     this.mnuEntImpresion,
     this.mnuEntRpt});
     this.mnuEntradas.Image = global::Almacen.View.Properties.Resources.entrada;
     this.mnuEntradas.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuEntradas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuEntradas.Name = "mnuEntradas";
     this.mnuEntradas.Size = new System.Drawing.Size(76, 83);
     this.mnuEntradas.Text = "Entradas";
     this.mnuEntradas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuEntradas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // mnuEntAfectaciones
     //
     this.mnuEntAfectaciones.Name = "mnuEntAfectaciones";
     this.mnuEntAfectaciones.Size = new System.Drawing.Size(201, 22);
     this.mnuEntAfectaciones.Text = "Afectaciones";
     this.mnuEntAfectaciones.Click += new System.EventHandler(this.afectacionesToolStripMenuItem_Click);
     //
     // mnuEntAfectacionesSP
     //
     this.mnuEntAfectacionesSP.Name = "mnuEntAfectacionesSP";
     this.mnuEntAfectacionesSP.Size = new System.Drawing.Size(201, 22);
     this.mnuEntAfectacionesSP.Text = "Afectaciones Sin Pedido";
     this.mnuEntAfectacionesSP.Visible = false;
     this.mnuEntAfectacionesSP.Click += new System.EventHandler(this.mnuEntAfectacionesSP_Click);
     //
     // mnuEntImpresion
     //
     this.mnuEntImpresion.Name = "mnuEntImpresion";
     this.mnuEntImpresion.Size = new System.Drawing.Size(201, 22);
     this.mnuEntImpresion.Text = "Impresión";
     this.mnuEntImpresion.Click += new System.EventHandler(this.imp_entrada_Click);
     //
     // mnuEntRpt
     //
     this.mnuEntRpt.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntRptPartida,
     this.mnuEntRptFolio,
     this.mnuEntRptFolioPartida,
     this.mnuEntRptPedido,
     this.mnuEntRptProveedor,
     this.mnuEntRptDetallado,
     this.mnuEntRptIfai});
     this.mnuEntRpt.Name = "mnuEntRpt";
     this.mnuEntRpt.Size = new System.Drawing.Size(201, 22);
     this.mnuEntRpt.Text = "Reportes";
     //
     // mnuEntRptPartida
     //
     this.mnuEntRptPartida.Name = "mnuEntRptPartida";
     this.mnuEntRptPartida.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptPartida.Text = "Por Partida";
     this.mnuEntRptPartida.Click += new System.EventHandler(this.rep_ent_partida_Click);
     //
     // mnuEntRptFolio
     //
     this.mnuEntRptFolio.Name = "mnuEntRptFolio";
     this.mnuEntRptFolio.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptFolio.Text = "Por Folio";
     this.mnuEntRptFolio.Click += new System.EventHandler(this.rep_ent_folio_Click);
     //
     // mnuEntRptFolioPartida
     //
     this.mnuEntRptFolioPartida.Name = "mnuEntRptFolioPartida";
     this.mnuEntRptFolioPartida.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptFolioPartida.Text = "Por Folio y Partida";
     this.mnuEntRptFolioPartida.Click += new System.EventHandler(this.rep_ent_fol_partida_Click);
     //
     // mnuEntRptPedido
     //
     this.mnuEntRptPedido.Name = "mnuEntRptPedido";
     this.mnuEntRptPedido.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptPedido.Text = "Por Pedido";
     this.mnuEntRptPedido.Click += new System.EventHandler(this.rep_ent_pedido_Click);
     //
     // mnuEntRptProveedor
     //
     this.mnuEntRptProveedor.Name = "mnuEntRptProveedor";
     this.mnuEntRptProveedor.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptProveedor.Text = "Por Proveedor";
     this.mnuEntRptProveedor.Click += new System.EventHandler(this.rep_ent_proveedor_Click);
     //
     // mnuEntRptDetallado
     //
     this.mnuEntRptDetallado.Name = "mnuEntRptDetallado";
     this.mnuEntRptDetallado.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptDetallado.Text = "Detallado";
     this.mnuEntRptDetallado.Click += new System.EventHandler(this.rep_ent_detallado_Click);
     //
     // mnuEntRptIfai
     //
     this.mnuEntRptIfai.Name = "mnuEntRptIfai";
     this.mnuEntRptIfai.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptIfai.Text = "IFAI";
     this.mnuEntRptIfai.Visible = false;
     this.mnuEntRptIfai.Click += new System.EventHandler(this.mnuEntRptIfai_Click);
     //
     // mnuSalidas
     //
     this.mnuSalidas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.afec_salidas,
     this.imp_salida,
     this.rep_salidas});
     this.mnuSalidas.Image = global::Almacen.View.Properties.Resources.salidas;
     this.mnuSalidas.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuSalidas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuSalidas.Name = "mnuSalidas";
     this.mnuSalidas.Size = new System.Drawing.Size(76, 83);
     this.mnuSalidas.Text = "Salidas";
     this.mnuSalidas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuSalidas.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // afec_salidas
     //
     this.afec_salidas.Name = "afec_salidas";
     this.afec_salidas.Size = new System.Drawing.Size(142, 22);
     this.afec_salidas.Text = "Afectaciones";
     this.afec_salidas.Click += new System.EventHandler(this.afec_salidas_Click);
     //
     // imp_salida
     //
     this.imp_salida.Name = "imp_salida";
     this.imp_salida.Size = new System.Drawing.Size(142, 22);
     this.imp_salida.Text = "Impresión";
     this.imp_salida.Click += new System.EventHandler(this.imp_salida_Click);
     //
     // rep_salidas
     //
     this.rep_salidas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.rep_sal_partida,
     this.rep_sal_folio,
     this.rep_sal_fol_partida,
     this.rep_sal_area,
     this.rep_sal_area_costo,
     this.rep_sal_art_prop,
     this.rep_sal_detallado});
     this.rep_salidas.Name = "rep_salidas";
     this.rep_salidas.Size = new System.Drawing.Size(142, 22);
     this.rep_salidas.Text = "Reportes";
     //
     // rep_sal_partida
     //
     this.rep_sal_partida.Name = "rep_sal_partida";
     this.rep_sal_partida.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_partida.Text = "Por Partida";
     this.rep_sal_partida.Click += new System.EventHandler(this.rep_sal_partida_Click);
     //
     // rep_sal_folio
     //
     this.rep_sal_folio.Name = "rep_sal_folio";
     this.rep_sal_folio.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_folio.Text = "Por Folio";
     this.rep_sal_folio.Click += new System.EventHandler(this.rep_sal_folio_Click);
     //
     // rep_sal_fol_partida
     //
     this.rep_sal_fol_partida.Name = "rep_sal_fol_partida";
     this.rep_sal_fol_partida.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_fol_partida.Text = "Por Folio y Partida";
     this.rep_sal_fol_partida.Click += new System.EventHandler(this.rep_sal_fol_partida_Click);
     //
     // rep_sal_area
     //
     this.rep_sal_area.Name = "rep_sal_area";
     this.rep_sal_area.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_area.Text = "Por Area";
     this.rep_sal_area.Click += new System.EventHandler(this.rep_sal_area_Click);
     //
     // rep_sal_area_costo
     //
     this.rep_sal_area_costo.Name = "rep_sal_area_costo";
     this.rep_sal_area_costo.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_area_costo.Text = "Por Area y Costo";
     this.rep_sal_area_costo.Click += new System.EventHandler(this.rep_sal_area_costo_Click);
     //
     // rep_sal_art_prop
     //
     this.rep_sal_art_prop.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.rep_sal_prop_area,
     this.rep_sal_prop_concentrado});
     this.rep_sal_art_prop.Name = "rep_sal_art_prop";
     this.rep_sal_art_prop.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_art_prop.Text = "Artículos Proporcionados";
     //
     // rep_sal_prop_area
     //
     this.rep_sal_prop_area.Name = "rep_sal_prop_area";
     this.rep_sal_prop_area.Size = new System.Drawing.Size(143, 22);
     this.rep_sal_prop_area.Text = "Por Area";
     this.rep_sal_prop_area.Click += new System.EventHandler(this.rep_sal_prop_area_Click);
     //
     // rep_sal_prop_concentrado
     //
     this.rep_sal_prop_concentrado.Name = "rep_sal_prop_concentrado";
     this.rep_sal_prop_concentrado.Size = new System.Drawing.Size(143, 22);
     this.rep_sal_prop_concentrado.Text = "Concentrado";
     this.rep_sal_prop_concentrado.Click += new System.EventHandler(this.rep_sal_prop_concentrado_Click);
     //
     // rep_sal_detallado
     //
     this.rep_sal_detallado.Name = "rep_sal_detallado";
     this.rep_sal_detallado.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_detallado.Text = "Detallado";
     this.rep_sal_detallado.Click += new System.EventHandler(this.rep_sal_detallado_Click);
     //
     // mnuInventarios
     //
     this.mnuInventarios.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuInvCierre,
     this.registrarInventarioToolStripMenuItem});
     this.mnuInventarios.Image = global::Almacen.View.Properties.Resources.inventario1;
     this.mnuInventarios.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuInventarios.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuInventarios.Name = "mnuInventarios";
     this.mnuInventarios.Size = new System.Drawing.Size(77, 83);
     this.mnuInventarios.Text = "Inventarios";
     this.mnuInventarios.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuInventarios.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuInvCierre
     //
     this.mnuInvCierre.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gen_cierre,
     this.imp_cierre,
     this.borrarCierreToolStripMenuItem});
     this.mnuInvCierre.Name = "mnuInvCierre";
     this.mnuInvCierre.Size = new System.Drawing.Size(153, 22);
     this.mnuInvCierre.Text = "Cierre Mensual";
     //
     // gen_cierre
     //
     this.gen_cierre.Name = "gen_cierre";
     this.gen_cierre.Size = new System.Drawing.Size(149, 22);
     this.gen_cierre.Text = "Generar Cierre";
     this.gen_cierre.Click += new System.EventHandler(this.gen_cierre_Click);
     //
     // imp_cierre
     //
     this.imp_cierre.Name = "imp_cierre";
     this.imp_cierre.Size = new System.Drawing.Size(149, 22);
     this.imp_cierre.Text = "Impresion";
     this.imp_cierre.Click += new System.EventHandler(this.imp_cierre_Click);
     //
     // borrarCierreToolStripMenuItem
     //
     this.borrarCierreToolStripMenuItem.Name = "borrarCierreToolStripMenuItem";
     this.borrarCierreToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.borrarCierreToolStripMenuItem.Text = "Borrar Cierre";
     this.borrarCierreToolStripMenuItem.Click += new System.EventHandler(this.borrarCierreToolStripMenuItem_Click);
     //
     // registrarInventarioToolStripMenuItem
     //
     this.registrarInventarioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.registrarToolStripMenuItem,
     this.marbetesToolStripMenuItem,
     this.conteosToolStripMenuItem1,
     this.impresiónToolStripMenuItem1});
     this.registrarInventarioToolStripMenuItem.Name = "registrarInventarioToolStripMenuItem";
     this.registrarInventarioToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.registrarInventarioToolStripMenuItem.Text = "Inventarios";
     //
     // registrarToolStripMenuItem
     //
     this.registrarToolStripMenuItem.Name = "registrarToolStripMenuItem";
     this.registrarToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.registrarToolStripMenuItem.Text = "Registrar";
     this.registrarToolStripMenuItem.Click += new System.EventHandler(this.registrarToolStripMenuItem_Click);
     //
     // marbetesToolStripMenuItem
     //
     this.marbetesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.asignaciónToolStripMenuItem,
     this.impresiónToolStripMenuItem});
     this.marbetesToolStripMenuItem.Name = "marbetesToolStripMenuItem";
     this.marbetesToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.marbetesToolStripMenuItem.Text = "Marbetes";
     //
     // asignaciónToolStripMenuItem
     //
     this.asignaciónToolStripMenuItem.Name = "asignaciónToolStripMenuItem";
     this.asignaciónToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.asignaciónToolStripMenuItem.Text = "Asignación";
     this.asignaciónToolStripMenuItem.Click += new System.EventHandler(this.asignaciónToolStripMenuItem_Click);
     //
     // impresiónToolStripMenuItem
     //
     this.impresiónToolStripMenuItem.Name = "impresiónToolStripMenuItem";
     this.impresiónToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.impresiónToolStripMenuItem.Text = "Impresión";
     this.impresiónToolStripMenuItem.Click += new System.EventHandler(this.impresiónToolStripMenuItem_Click);
     //
     // conteosToolStripMenuItem1
     //
     this.conteosToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.erConteoToolStripMenuItem,
     this.doConteoToolStripMenuItem,
     this.difConteosToolStripMenuItem});
     this.conteosToolStripMenuItem1.Name = "conteosToolStripMenuItem1";
     this.conteosToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
     this.conteosToolStripMenuItem1.Text = "Conteos";
     //
     // erConteoToolStripMenuItem
     //
     this.erConteoToolStripMenuItem.Name = "erConteoToolStripMenuItem";
     this.erConteoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.erConteoToolStripMenuItem.Text = "1er Conteo";
     this.erConteoToolStripMenuItem.Click += new System.EventHandler(this.erConteoToolStripMenuItem_Click);
     //
     // doConteoToolStripMenuItem
     //
     this.doConteoToolStripMenuItem.Name = "doConteoToolStripMenuItem";
     this.doConteoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.doConteoToolStripMenuItem.Text = "2do Conteo";
     this.doConteoToolStripMenuItem.Click += new System.EventHandler(this.doConteoToolStripMenuItem_Click);
     //
     // difConteosToolStripMenuItem
     //
     this.difConteosToolStripMenuItem.Name = "difConteosToolStripMenuItem";
     this.difConteosToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.difConteosToolStripMenuItem.Text = "Diferencia de Conteos";
     this.difConteosToolStripMenuItem.Click += new System.EventHandler(this.difConteosToolStripMenuItem_Click);
     //
     // impresiónToolStripMenuItem1
     //
     this.impresiónToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.difKardexInventarioToolStripMenuItem,
     this.impInventarioToolStripMenuItem});
     this.impresiónToolStripMenuItem1.Name = "impresiónToolStripMenuItem1";
     this.impresiónToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
     this.impresiónToolStripMenuItem1.Text = "Impresión";
     //
     // difKardexInventarioToolStripMenuItem
     //
     this.difKardexInventarioToolStripMenuItem.Name = "difKardexInventarioToolStripMenuItem";
     this.difKardexInventarioToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.difKardexInventarioToolStripMenuItem.Text = "Dif. Kardex - Inventario";
     this.difKardexInventarioToolStripMenuItem.Click += new System.EventHandler(this.difKardexInventarioToolStripMenuItem_Click);
     //
     // impInventarioToolStripMenuItem
     //
     this.impInventarioToolStripMenuItem.Name = "impInventarioToolStripMenuItem";
     this.impInventarioToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.impInventarioToolStripMenuItem.Text = "Imp. Inventario";
     this.impInventarioToolStripMenuItem.Click += new System.EventHandler(this.impInventarioToolStripMenuItem_Click);
     //
     // mnuRequisicion
     //
     this.mnuRequisicion.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.afectacionesToolStripMenuItem,
     this.impresiónToolStripMenuItem2,
     this.reportesToolStripMenuItem});
     this.mnuRequisicion.Image = global::Almacen.View.Properties.Resources.list;
     this.mnuRequisicion.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuRequisicion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuRequisicion.Name = "mnuRequisicion";
     this.mnuRequisicion.Size = new System.Drawing.Size(80, 83);
     this.mnuRequisicion.Text = "Requisición";
     this.mnuRequisicion.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuRequisicion.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // afectacionesToolStripMenuItem
     //
     this.afectacionesToolStripMenuItem.Name = "afectacionesToolStripMenuItem";
     this.afectacionesToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.afectacionesToolStripMenuItem.Text = "Afectaciones";
     this.afectacionesToolStripMenuItem.Click += new System.EventHandler(this.afectacionesToolStripMenuItem_Click_1);
     //
     // impresiónToolStripMenuItem2
     //
     this.impresiónToolStripMenuItem2.Name = "impresiónToolStripMenuItem2";
     this.impresiónToolStripMenuItem2.Size = new System.Drawing.Size(142, 22);
     this.impresiónToolStripMenuItem2.Text = "Impresión";
     this.impresiónToolStripMenuItem2.Click += new System.EventHandler(this.impresiónToolStripMenuItem2_Click);
     //
     // reportesToolStripMenuItem
     //
     this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.costeadaToolStripMenuItem,
     this.porSolicitarToolStripMenuItem,
     this.cuadroLicitaciónToolStripMenuItem});
     this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem";
     this.reportesToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.reportesToolStripMenuItem.Text = "Reportes";
     //
     // costeadaToolStripMenuItem
     //
     this.costeadaToolStripMenuItem.Name = "costeadaToolStripMenuItem";
     this.costeadaToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.costeadaToolStripMenuItem.Text = "Costeada";
     this.costeadaToolStripMenuItem.Click += new System.EventHandler(this.costeadaToolStripMenuItem_Click);
     //
     // porSolicitarToolStripMenuItem
     //
     this.porSolicitarToolStripMenuItem.Name = "porSolicitarToolStripMenuItem";
     this.porSolicitarToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.porSolicitarToolStripMenuItem.Text = "Por Solicitar";
     this.porSolicitarToolStripMenuItem.Click += new System.EventHandler(this.porSolicitarToolStripMenuItem_Click);
     //
     // cuadroLicitaciónToolStripMenuItem
     //
     this.cuadroLicitaciónToolStripMenuItem.Name = "cuadroLicitaciónToolStripMenuItem";
     this.cuadroLicitaciónToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.cuadroLicitaciónToolStripMenuItem.Text = "Cuadro Licitación";
     this.cuadroLicitaciónToolStripMenuItem.Click += new System.EventHandler(this.cuadroLicitaciónToolStripMenuItem_Click);
     //
     // mnuReportes
     //
     this.mnuReportes.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuRptExistencias,
     this.mnuRptKardex,
     this.mnuRptCaducidades,
     this.mnuRptSaldos,
     this.mnuRptLento,
     this.mnuRptNulo,
     this.mnuRptConsumo,
     this.mnuRptPedidosGenerados});
     this.mnuReportes.Image = global::Almacen.View.Properties.Resources.report;
     this.mnuReportes.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuReportes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuReportes.Name = "mnuReportes";
     this.mnuReportes.Size = new System.Drawing.Size(76, 83);
     this.mnuReportes.Text = "Reportes";
     this.mnuReportes.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuReportes.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuRptExistencias
     //
     this.mnuRptExistencias.Name = "mnuRptExistencias";
     this.mnuRptExistencias.Size = new System.Drawing.Size(194, 22);
     this.mnuRptExistencias.Text = "Existencias";
     this.mnuRptExistencias.Click += new System.EventHandler(this.rep_existencias_Click);
     //
     // mnuRptKardex
     //
     this.mnuRptKardex.ImageTransparentColor = System.Drawing.Color.Black;
     this.mnuRptKardex.Name = "mnuRptKardex";
     this.mnuRptKardex.Size = new System.Drawing.Size(194, 22);
     this.mnuRptKardex.Text = "Kardex";
     this.mnuRptKardex.Click += new System.EventHandler(this.rep_kardex_Click);
     //
     // mnuRptCaducidades
     //
     this.mnuRptCaducidades.ImageTransparentColor = System.Drawing.Color.Black;
     this.mnuRptCaducidades.Name = "mnuRptCaducidades";
     this.mnuRptCaducidades.Size = new System.Drawing.Size(194, 22);
     this.mnuRptCaducidades.Text = "Caducidades";
     this.mnuRptCaducidades.Click += new System.EventHandler(this.rep_caducidades_Click);
     //
     // mnuRptSaldos
     //
     this.mnuRptSaldos.Name = "mnuRptSaldos";
     this.mnuRptSaldos.Size = new System.Drawing.Size(194, 22);
     this.mnuRptSaldos.Text = "Saldos Representativos";
     this.mnuRptSaldos.Click += new System.EventHandler(this.rep_saldos_Click);
     //
     // mnuRptLento
     //
     this.mnuRptLento.Name = "mnuRptLento";
     this.mnuRptLento.Size = new System.Drawing.Size(194, 22);
     this.mnuRptLento.Text = "Lento Movimiento";
     this.mnuRptLento.Click += new System.EventHandler(this.rep_lento_Click);
     //
     // mnuRptNulo
     //
     this.mnuRptNulo.Name = "mnuRptNulo";
     this.mnuRptNulo.Size = new System.Drawing.Size(194, 22);
     this.mnuRptNulo.Text = "Nulo Movimiento";
     this.mnuRptNulo.Click += new System.EventHandler(this.rep_nulo_Click);
     //
     // mnuRptConsumo
     //
     this.mnuRptConsumo.Name = "mnuRptConsumo";
     this.mnuRptConsumo.Size = new System.Drawing.Size(194, 22);
     this.mnuRptConsumo.Text = "Consumo Promedio";
     //
     // mnuRptPedidosGenerados
     //
     this.mnuRptPedidosGenerados.Name = "mnuRptPedidosGenerados";
     this.mnuRptPedidosGenerados.Size = new System.Drawing.Size(194, 22);
     this.mnuRptPedidosGenerados.Text = "Pedidos Generados";
     this.mnuRptPedidosGenerados.Visible = false;
     this.mnuRptPedidosGenerados.Click += new System.EventHandler(this.mnuRptPedidosGenerados_Click);
     //
     // mnuCatalogos
     //
     this.mnuCatalogos.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuCatArticulo,
     this.mnuCatModificar,
     this.toolStripSeparator1,
     this.cat_area,
     this.cat_partida});
     this.mnuCatalogos.Image = global::Almacen.View.Properties.Resources.cata3;
     this.mnuCatalogos.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuCatalogos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuCatalogos.Name = "mnuCatalogos";
     this.mnuCatalogos.Size = new System.Drawing.Size(76, 83);
     this.mnuCatalogos.Text = "Catálogos";
     this.mnuCatalogos.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuCatalogos.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuCatArticulo
     //
     this.mnuCatArticulo.Name = "mnuCatArticulo";
     this.mnuCatArticulo.Size = new System.Drawing.Size(153, 22);
     this.mnuCatArticulo.Text = "Artículos";
     this.mnuCatArticulo.Click += new System.EventHandler(this.cat_articulo_Click);
     //
     // mnuCatModificar
     //
     this.mnuCatModificar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuCatModPartida,
     this.mnuCatModCuadro});
     this.mnuCatModificar.Name = "mnuCatModificar";
     this.mnuCatModificar.Size = new System.Drawing.Size(153, 22);
     this.mnuCatModificar.Text = "Cambiar de . . .";
     //
     // mnuCatModPartida
     //
     this.mnuCatModPartida.Name = "mnuCatModPartida";
     this.mnuCatModPartida.Size = new System.Drawing.Size(150, 22);
     this.mnuCatModPartida.Text = "Partida";
     this.mnuCatModPartida.Click += new System.EventHandler(this.partidaToolStripMenuItem_Click);
     //
     // mnuCatModCuadro
     //
     this.mnuCatModCuadro.Name = "mnuCatModCuadro";
     this.mnuCatModCuadro.Size = new System.Drawing.Size(150, 22);
     this.mnuCatModCuadro.Text = "Cuadro Basico";
     this.mnuCatModCuadro.Visible = false;
     this.mnuCatModCuadro.Click += new System.EventHandler(this.cuadroBasicoToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(150, 6);
     //
     // cat_area
     //
     this.cat_area.Name = "cat_area";
     this.cat_area.Size = new System.Drawing.Size(153, 22);
     this.cat_area.Text = "Areas";
     this.cat_area.Click += new System.EventHandler(this.cat_area_Click);
     //
     // cat_partida
     //
     this.cat_partida.Name = "cat_partida";
     this.cat_partida.Size = new System.Drawing.Size(153, 22);
     this.cat_partida.Text = "Partidas";
     //
     // mnuCambiar
     //
     this.mnuCambiar.Image = global::Almacen.View.Properties.Resources.home_next_icon1;
     this.mnuCambiar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuCambiar.Name = "mnuCambiar";
     this.mnuCambiar.Size = new System.Drawing.Size(130, 83);
     this.mnuCambiar.Text = "Cambiar de Almacen";
     this.mnuCambiar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.mnuCambiar.Click += new System.EventHandler(this.mnuCambiar_Click);
     //
     // mnuSalir
     //
     this.mnuSalir.Image = global::Almacen.View.Properties.Resources.exit;
     this.mnuSalir.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuSalir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuSalir.Name = "mnuSalir";
     this.mnuSalir.Size = new System.Drawing.Size(76, 83);
     this.mnuSalir.Text = "Salir";
     this.mnuSalir.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.mnuSalir.Click += new System.EventHandler(this.exitMenu_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(113, 20);
     this.toolStripMenuItem1.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 68);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(109, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // FrmMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(1025, 594);
     this.Controls.Add(this.estado);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "FrmMenu";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frm_Menu_FormClosed);
     this.Load += new System.EventHandler(this.frm_Menu_Load);
     this.estado.ResumeLayout(false);
     this.estado.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form16));
     labelEdit1                     = new ReaLTaiizor.Controls.LabelEdit();
     pictureBox1                    = new System.Windows.Forms.PictureBox();
     royalButton1                   = new ReaLTaiizor.Controls.RoyalButton();
     royalButton2                   = new ReaLTaiizor.Controls.RoyalButton();
     royalButton3                   = new ReaLTaiizor.Controls.RoyalButton();
     royalEllipseButton1            = new ReaLTaiizor.Controls.RoyalEllipseButton();
     royalEllipseButton2            = new ReaLTaiizor.Controls.RoyalEllipseButton();
     royalEllipseButton3            = new ReaLTaiizor.Controls.RoyalEllipseButton();
     royalListBox1                  = new ReaLTaiizor.Controls.RoyalListBox();
     royalMenuStrip1                = new ReaLTaiizor.Controls.RoyalMenuStrip();
     dosyaToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     yeniToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     açToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator             = new System.Windows.Forms.ToolStripSeparator();
     kaydetToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     farklıKaydetToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     yazdırToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     baskıÖnizlemeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     çıkışToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     düzenToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     geriAlToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     yineleToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3            = new System.Windows.Forms.ToolStripSeparator();
     kesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     kopyalaToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     yapıştırToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4            = new System.Windows.Forms.ToolStripSeparator();
     tümünüSeçToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     araçlarToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     özelleştirToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     seçeneklerToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     yardımToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     içindekilerToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     dizinToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     araToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator5            = new System.Windows.Forms.ToolStripSeparator();
     hakkındaToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     royalMenuStrip1.SuspendLayout();
     SuspendLayout();
     //
     // labelEdit1
     //
     labelEdit1.AutoSize  = true;
     labelEdit1.BackColor = System.Drawing.Color.Transparent;
     labelEdit1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     labelEdit1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     labelEdit1.Location  = new System.Drawing.Point(33, 4);
     labelEdit1.Name      = "labelEdit1";
     labelEdit1.Size      = new System.Drawing.Size(86, 20);
     labelEdit1.TabIndex  = 3;
     labelEdit1.Text      = "RoyalForm";
     //
     // pictureBox1
     //
     pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     pictureBox1.Location = new System.Drawing.Point(1, 1);
     pictureBox1.Name     = "pictureBox1";
     pictureBox1.Size     = new System.Drawing.Size(26, 26);
     pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     pictureBox1.TabIndex = 4;
     pictureBox1.TabStop  = false;
     //
     // royalButton1
     //
     royalButton1.BackColor        = System.Drawing.Color.DarkGray;
     royalButton1.BorderColor      = System.Drawing.Color.Silver;
     royalButton1.BorderThickness  = 3;
     royalButton1.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalButton1.DrawBorder       = true;
     royalButton1.ForeColor        = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     royalButton1.HotTrackColor    = System.Drawing.Color.Honeydew;
     royalButton1.Image            = null;
     royalButton1.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalButton1.Location         = new System.Drawing.Point(12, 34);
     royalButton1.Name             = "royalButton1";
     royalButton1.PressedColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     royalButton1.PressedForeColor = System.Drawing.Color.White;
     royalButton1.Size             = new System.Drawing.Size(120, 40);
     royalButton1.TabIndex         = 5;
     royalButton1.Text             = "royalButton1";
     royalButton1.Click           += new System.EventHandler(RoyalButton1_Click);
     //
     // royalButton2
     //
     royalButton2.BackColor        = System.Drawing.Color.SeaGreen;
     royalButton2.BorderColor      = System.Drawing.Color.DarkGreen;
     royalButton2.BorderThickness  = 3;
     royalButton2.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalButton2.DrawBorder       = true;
     royalButton2.ForeColor        = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     royalButton2.HotTrackColor    = System.Drawing.Color.Lime;
     royalButton2.Image            = null;
     royalButton2.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalButton2.Location         = new System.Drawing.Point(138, 34);
     royalButton2.Name             = "royalButton2";
     royalButton2.PressedColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     royalButton2.PressedForeColor = System.Drawing.Color.White;
     royalButton2.Size             = new System.Drawing.Size(120, 40);
     royalButton2.TabIndex         = 6;
     royalButton2.Text             = "royalButton2";
     royalButton2.Click           += new System.EventHandler(RoyalButton2_Click);
     //
     // royalButton3
     //
     royalButton3.BackColor        = System.Drawing.Color.Orange;
     royalButton3.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     royalButton3.BorderThickness  = 3;
     royalButton3.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalButton3.DrawBorder       = true;
     royalButton3.ForeColor        = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     royalButton3.HotTrackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     royalButton3.Image            = null;
     royalButton3.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalButton3.Location         = new System.Drawing.Point(264, 34);
     royalButton3.Name             = "royalButton3";
     royalButton3.PressedColor     = System.Drawing.Color.Olive;
     royalButton3.PressedForeColor = System.Drawing.Color.White;
     royalButton3.Size             = new System.Drawing.Size(120, 40);
     royalButton3.TabIndex         = 7;
     royalButton3.Text             = "royalButton3";
     royalButton3.Click           += new System.EventHandler(RoyalButton3_Click);
     //
     // royalEllipseButton1
     //
     royalEllipseButton1.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     royalEllipseButton1.BorderColor      = System.Drawing.Color.Silver;
     royalEllipseButton1.BorderThickness  = 3;
     royalEllipseButton1.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalEllipseButton1.DrawBorder       = true;
     royalEllipseButton1.ForeColor        = System.Drawing.Color.Black;
     royalEllipseButton1.HotTrackColor    = System.Drawing.Color.Honeydew;
     royalEllipseButton1.Image            = null;
     royalEllipseButton1.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalEllipseButton1.Location         = new System.Drawing.Point(12, 80);
     royalEllipseButton1.Name             = "royalEllipseButton1";
     royalEllipseButton1.PressedColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     royalEllipseButton1.PressedForeColor = System.Drawing.Color.White;
     royalEllipseButton1.Size             = new System.Drawing.Size(120, 120);
     royalEllipseButton1.SmoothingType    = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
     royalEllipseButton1.TabIndex         = 8;
     royalEllipseButton1.Text             = "royalEllipseButton1";
     //
     // royalEllipseButton2
     //
     royalEllipseButton2.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     royalEllipseButton2.BorderColor      = System.Drawing.Color.DarkGreen;
     royalEllipseButton2.BorderThickness  = 3;
     royalEllipseButton2.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalEllipseButton2.DrawBorder       = true;
     royalEllipseButton2.ForeColor        = System.Drawing.Color.Black;
     royalEllipseButton2.HotTrackColor    = System.Drawing.Color.Lime;
     royalEllipseButton2.Image            = null;
     royalEllipseButton2.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalEllipseButton2.Location         = new System.Drawing.Point(138, 80);
     royalEllipseButton2.Name             = "royalEllipseButton2";
     royalEllipseButton2.PressedColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     royalEllipseButton2.PressedForeColor = System.Drawing.Color.White;
     royalEllipseButton2.Size             = new System.Drawing.Size(120, 120);
     royalEllipseButton2.SmoothingType    = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
     royalEllipseButton2.TabIndex         = 9;
     royalEllipseButton2.Text             = "royalEllipseButton2";
     //
     // royalEllipseButton3
     //
     royalEllipseButton3.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     royalEllipseButton3.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     royalEllipseButton3.BorderThickness  = 3;
     royalEllipseButton3.Cursor           = System.Windows.Forms.Cursors.Hand;
     royalEllipseButton3.DrawBorder       = true;
     royalEllipseButton3.ForeColor        = System.Drawing.Color.Black;
     royalEllipseButton3.HotTrackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     royalEllipseButton3.Image            = null;
     royalEllipseButton3.LayoutFlags      = ReaLTaiizor.Util.RoyalLayoutFlags.ImageBeforeText;
     royalEllipseButton3.Location         = new System.Drawing.Point(264, 80);
     royalEllipseButton3.Name             = "royalEllipseButton3";
     royalEllipseButton3.PressedColor     = System.Drawing.Color.Olive;
     royalEllipseButton3.PressedForeColor = System.Drawing.Color.White;
     royalEllipseButton3.Size             = new System.Drawing.Size(120, 120);
     royalEllipseButton3.SmoothingType    = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
     royalEllipseButton3.TabIndex         = 10;
     royalEllipseButton3.Text             = "royalEllipseButton3";
     //
     // royalListBox1
     //
     royalListBox1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     royalListBox1.HotLightColor   = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     royalListBox1.HotLightedIndex = -1;
     royalListBox1.ItemHeight      = 30;
     royalListBox1.Location        = new System.Drawing.Point(138, 206);
     royalListBox1.MultiSelection  = false;
     royalListBox1.Name            = "royalListBox1";
     royalListBox1.SelectedColor   = System.Drawing.Color.Crimson;
     royalListBox1.SelectedIndex   = -1;
     royalListBox1.Size            = new System.Drawing.Size(120, 120);
     royalListBox1.TabIndex        = 11;
     royalListBox1.Text            = "royalListBox1";
     //
     // royalMenuStrip1
     //
     royalMenuStrip1.AutoSize      = false;
     royalMenuStrip1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     royalMenuStrip1.Dock          = System.Windows.Forms.DockStyle.None;
     royalMenuStrip1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     royalMenuStrip1.HotTrackColor = System.Drawing.Color.Empty;
     royalMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         dosyaToolStripMenuItem,
         düzenToolStripMenuItem,
         araçlarToolStripMenuItem,
         yardımToolStripMenuItem
     });
     royalMenuStrip1.Location      = new System.Drawing.Point(137, 1);
     royalMenuStrip1.Name          = "royalMenuStrip1";
     royalMenuStrip1.Padding       = new System.Windows.Forms.Padding(1);
     royalMenuStrip1.SelectedColor = System.Drawing.Color.Empty;
     royalMenuStrip1.Size          = new System.Drawing.Size(288, 30);
     royalMenuStrip1.TabIndex      = 12;
     royalMenuStrip1.Text          = "royalMenuStrip1";
     //
     // dosyaToolStripMenuItem
     //
     dosyaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         yeniToolStripMenuItem,
         açToolStripMenuItem,
         toolStripSeparator,
         kaydetToolStripMenuItem,
         farklıKaydetToolStripMenuItem,
         toolStripSeparator1,
         yazdırToolStripMenuItem,
         baskıÖnizlemeToolStripMenuItem,
         toolStripSeparator2,
         çıkışToolStripMenuItem
     });
     dosyaToolStripMenuItem.Name = "dosyaToolStripMenuItem";
     dosyaToolStripMenuItem.Size = new System.Drawing.Size(37, 28);
     dosyaToolStripMenuItem.Text = "&File";
     //
     // yeniToolStripMenuItem
     //
     yeniToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("yeniToolStripMenuItem.Image")));
     yeniToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     yeniToolStripMenuItem.Name         = "yeniToolStripMenuItem";
     yeniToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     yeniToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     yeniToolStripMenuItem.Text         = "New";
     //
     // açToolStripMenuItem
     //
     açToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("açToolStripMenuItem.Image")));
     açToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     açToolStripMenuItem.Name         = "açToolStripMenuItem";
     açToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     açToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     açToolStripMenuItem.Text         = "Open";
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(144, 6);
     //
     // kaydetToolStripMenuItem
     //
     kaydetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kaydetToolStripMenuItem.Image")));
     kaydetToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     kaydetToolStripMenuItem.Name         = "kaydetToolStripMenuItem";
     kaydetToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     kaydetToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     kaydetToolStripMenuItem.Text         = "Save";
     //
     // farklıKaydetToolStripMenuItem
     //
     farklıKaydetToolStripMenuItem.Name = "farklıKaydetToolStripMenuItem";
     farklıKaydetToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     farklıKaydetToolStripMenuItem.Text = "Different Save";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(144, 6);
     //
     // yazdırToolStripMenuItem
     //
     yazdırToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("yazdırToolStripMenuItem.Image")));
     yazdırToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     yazdırToolStripMenuItem.Name         = "yazdırToolStripMenuItem";
     yazdırToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     yazdırToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     yazdırToolStripMenuItem.Text         = "Print";
     //
     // baskıÖnizlemeToolStripMenuItem
     //
     baskıÖnizlemeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("baskıÖnizlemeToolStripMenuItem.Image")));
     baskıÖnizlemeToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     baskıÖnizlemeToolStripMenuItem.Name = "baskıÖnizlemeToolStripMenuItem";
     baskıÖnizlemeToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     baskıÖnizlemeToolStripMenuItem.Text = "View";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(144, 6);
     //
     // çıkışToolStripMenuItem
     //
     çıkışToolStripMenuItem.Name = "çıkışToolStripMenuItem";
     çıkışToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     çıkışToolStripMenuItem.Text = "Exit";
     //
     // düzenToolStripMenuItem
     //
     düzenToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         geriAlToolStripMenuItem,
         yineleToolStripMenuItem,
         toolStripSeparator3,
         kesToolStripMenuItem,
         kopyalaToolStripMenuItem,
         yapıştırToolStripMenuItem,
         toolStripSeparator4,
         tümünüSeçToolStripMenuItem
     });
     düzenToolStripMenuItem.Name = "düzenToolStripMenuItem";
     düzenToolStripMenuItem.Size = new System.Drawing.Size(39, 28);
     düzenToolStripMenuItem.Text = "&Edit";
     //
     // geriAlToolStripMenuItem
     //
     geriAlToolStripMenuItem.Name         = "geriAlToolStripMenuItem";
     geriAlToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     geriAlToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     geriAlToolStripMenuItem.Text         = "Undo";
     //
     // yineleToolStripMenuItem
     //
     yineleToolStripMenuItem.Name         = "yineleToolStripMenuItem";
     yineleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     yineleToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     yineleToolStripMenuItem.Text         = "Refresh";
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(151, 6);
     //
     // kesToolStripMenuItem
     //
     kesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kesToolStripMenuItem.Image")));
     kesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     kesToolStripMenuItem.Name         = "kesToolStripMenuItem";
     kesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     kesToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     kesToolStripMenuItem.Text         = "Cut";
     //
     // kopyalaToolStripMenuItem
     //
     kopyalaToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kopyalaToolStripMenuItem.Image")));
     kopyalaToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     kopyalaToolStripMenuItem.Name         = "kopyalaToolStripMenuItem";
     kopyalaToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     kopyalaToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     kopyalaToolStripMenuItem.Text         = "Copy";
     //
     // yapıştırToolStripMenuItem
     //
     yapıştırToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("yapıştırToolStripMenuItem.Image")));
     yapıştırToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     yapıştırToolStripMenuItem.Name         = "yapıştırToolStripMenuItem";
     yapıştırToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     yapıştırToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     yapıştırToolStripMenuItem.Text         = "Paste";
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(151, 6);
     //
     // tümünüSeçToolStripMenuItem
     //
     tümünüSeçToolStripMenuItem.Name = "tümünüSeçToolStripMenuItem";
     tümünüSeçToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     tümünüSeçToolStripMenuItem.Text = "Select All";
     //
     // araçlarToolStripMenuItem
     //
     araçlarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         özelleştirToolStripMenuItem,
         seçeneklerToolStripMenuItem
     });
     araçlarToolStripMenuItem.Name = "araçlarToolStripMenuItem";
     araçlarToolStripMenuItem.Size = new System.Drawing.Size(46, 28);
     araçlarToolStripMenuItem.Text = "&Tools";
     //
     // özelleştirToolStripMenuItem
     //
     özelleştirToolStripMenuItem.Name = "özelleştirToolStripMenuItem";
     özelleştirToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     özelleştirToolStripMenuItem.Text = "Special";
     //
     // seçeneklerToolStripMenuItem
     //
     seçeneklerToolStripMenuItem.Name = "seçeneklerToolStripMenuItem";
     seçeneklerToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     seçeneklerToolStripMenuItem.Text = "Options";
     //
     // yardımToolStripMenuItem
     //
     yardımToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         içindekilerToolStripMenuItem,
         dizinToolStripMenuItem,
         araToolStripMenuItem,
         toolStripSeparator5,
         hakkındaToolStripMenuItem
     });
     yardımToolStripMenuItem.Name = "yardımToolStripMenuItem";
     yardımToolStripMenuItem.Size = new System.Drawing.Size(44, 28);
     yardımToolStripMenuItem.Text = "&Help";
     //
     // içindekilerToolStripMenuItem
     //
     içindekilerToolStripMenuItem.Name = "içindekilerToolStripMenuItem";
     içindekilerToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     içindekilerToolStripMenuItem.Text = "In";
     //
     // dizinToolStripMenuItem
     //
     dizinToolStripMenuItem.Name = "dizinToolStripMenuItem";
     dizinToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     dizinToolStripMenuItem.Text = "Path";
     //
     // araToolStripMenuItem
     //
     araToolStripMenuItem.Name = "araToolStripMenuItem";
     araToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     araToolStripMenuItem.Text = "Search";
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(113, 6);
     //
     // hakkındaToolStripMenuItem
     //
     hakkındaToolStripMenuItem.Name = "hakkındaToolStripMenuItem";
     hakkındaToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     hakkındaToolStripMenuItem.Text = "About...";
     //
     // Form16
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     ClientSize          = new System.Drawing.Size(398, 336);
     Controls.Add(royalListBox1);
     Controls.Add(royalEllipseButton3);
     Controls.Add(royalEllipseButton2);
     Controls.Add(royalEllipseButton1);
     Controls.Add(royalButton3);
     Controls.Add(royalButton2);
     Controls.Add(royalButton1);
     Controls.Add(pictureBox1);
     Controls.Add(labelEdit1);
     Controls.Add(royalMenuStrip1);
     DrawBorder  = true;
     Icon        = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox = false;
     Name        = "Form16";
     Sizable     = false;
     Load       += new System.EventHandler(Form16_Load);
     Controls.SetChildIndex(royalMenuStrip1, 0);
     Controls.SetChildIndex(labelEdit1, 0);
     Controls.SetChildIndex(pictureBox1, 0);
     Controls.SetChildIndex(royalButton1, 0);
     Controls.SetChildIndex(royalButton2, 0);
     Controls.SetChildIndex(royalButton3, 0);
     Controls.SetChildIndex(royalEllipseButton1, 0);
     Controls.SetChildIndex(royalEllipseButton2, 0);
     Controls.SetChildIndex(royalEllipseButton3, 0);
     Controls.SetChildIndex(royalListBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     royalMenuStrip1.ResumeLayout(false);
     royalMenuStrip1.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
Ejemplo n.º 49
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.DirectoryDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.ExportDialog = new System.Windows.Forms.SaveFileDialog();
     this.ImportDialog = new System.Windows.Forms.OpenFileDialog();
     this.HideIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.HideMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowForm = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.AbuotForm = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitForm = new System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new System.Windows.Forms.MenuStrip();
     this.MenuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.lastFoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exit = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuService = new System.Windows.Forms.ToolStripMenuItem();
     this.fastST = new System.Windows.Forms.ToolStripMenuItem();
     this.l2ini = new System.Windows.Forms.ToolStripMenuItem();
     this.pathSystem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.Settings = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.StatusProgress = new System.Windows.Forms.ProgressBar();
     this.RightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.CutR = new System.Windows.Forms.ToolStripMenuItem();
     this.CopyR = new System.Windows.Forms.ToolStripMenuItem();
     this.PasteR = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.SelectAll = new System.Windows.Forms.ToolStripMenuItem();
     this.path = new System.Windows.Forms.Label();
     this.StatusLabel = new System.Windows.Forms.Label();
     this.ChLabel = new System.Windows.Forms.Label();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.ChronicleInfo = new System.Windows.Forms.Label();
     this.FileDialog = new System.Windows.Forms.OpenFileDialog();
     this.ColorDialog = new System.Windows.Forms.ColorDialog();
     this.IniTab = new System.Windows.Forms.TabPage();
     this.NumLines = new System.Windows.Forms.Label();
     this.Counts = new System.Windows.Forms.Label();
     this.EncText = new System.Windows.Forms.Label();
     this.EnCod = new System.Windows.Forms.Label();
     this.FileIniComboName = new System.Windows.Forms.ComboBox();
     this.clearl2ini = new System.Windows.Forms.Button();
     this.savel2ini = new System.Windows.Forms.Button();
     this.IniTextBox = new System.Windows.Forms.RichTextBox();
     this.OpenL2iniText = new System.Windows.Forms.Button();
     this.DatTab = new System.Windows.Forms.TabPage();
     this._mergeButton = new com.jds.PathEditor.classes.gui.JButton();
     this.lockBtn = new System.Windows.Forms.CheckBox();
     this.editorBtn = new com.jds.PathEditor.classes.gui.JButton();
     this.startBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.exportBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.importBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.SaveBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.LoadBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.FileNameCombo = new System.Windows.Forms.ListBox();
     this.Tabs = new System.Windows.Forms.TabControl();
     this.HideMenu.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.RightClick.SuspendLayout();
     this.IniTab.SuspendLayout();
     this.DatTab.SuspendLayout();
     this.Tabs.SuspendLayout();
     this.SuspendLayout();
     //
     // DirectoryDialog
     //
     this.DirectoryDialog.Description = "Choose directory where LineageII System.";
     this.DirectoryDialog.ShowNewFolderButton = false;
     //
     // HideIcon
     //
     this.HideIcon.ContextMenuStrip = this.HideMenu;
     this.HideIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("HideIcon.Icon")));
     this.HideIcon.Tag = "Path Editor";
     this.HideIcon.Text = "Path Editor";
     this.HideIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.HideIcon_MouseDoubleClick);
     //
     // HideMenu
     //
     this.HideMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ShowForm,
     this.toolStripSeparator4,
     this.AbuotForm,
     this.ExitForm});
     this.HideMenu.Name = "HideMenu";
     this.HideMenu.Size = new System.Drawing.Size(108, 76);
     this.HideMenu.Text = "HideMenu";
     //
     // ShowForm
     //
     this.ShowForm.Name = "ShowForm";
     this.ShowForm.Size = new System.Drawing.Size(107, 22);
     this.ShowForm.Text = "Show";
     this.ShowForm.Click += new System.EventHandler(this.ShowForm_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(104, 6);
     //
     // AbuotForm
     //
     this.AbuotForm.Name = "AbuotForm";
     this.AbuotForm.Size = new System.Drawing.Size(107, 22);
     this.AbuotForm.Text = "About";
     this.AbuotForm.Click += new System.EventHandler(this.AbuotForm_Click);
     //
     // ExitForm
     //
     this.ExitForm.Name = "ExitForm";
     this.ExitForm.Size = new System.Drawing.Size(107, 22);
     this.ExitForm.Text = "Exit";
     this.ExitForm.Click += new System.EventHandler(this.ExitForm_Click);
     //
     // MainMenu
     //
     this.MainMenu.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuFile,
     this.MenuService,
     this.MenuAbout});
     this.MainMenu.Location = new System.Drawing.Point(0, 0);
     this.MainMenu.Name = "MainMenu";
     this.MainMenu.Size = new System.Drawing.Size(521, 24);
     this.MainMenu.TabIndex = 2;
     this.MainMenu.Text = "menuStrip1";
     //
     // MenuFile
     //
     this.MenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.OpenFolder,
     this.lastFoldersToolStripMenuItem,
     this.toolStripSeparator1,
     this.exit});
     this.MenuFile.Name = "MenuFile";
     this.MenuFile.Size = new System.Drawing.Size(37, 20);
     this.MenuFile.Text = "File";
     //
     // OpenFolder
     //
     this.OpenFolder.Name = "OpenFolder";
     this.OpenFolder.Size = new System.Drawing.Size(136, 22);
     this.OpenFolder.Text = "OpenFolder";
     this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
     //
     // lastFoldersToolStripMenuItem
     //
     this.lastFoldersToolStripMenuItem.Name = "lastFoldersToolStripMenuItem";
     this.lastFoldersToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.lastFoldersToolStripMenuItem.Text = "Last Folders";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
     //
     // exit
     //
     this.exit.Name = "exit";
     this.exit.Size = new System.Drawing.Size(136, 22);
     this.exit.Text = "Exit";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // MenuService
     //
     this.MenuService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fastST,
     this.pathSystem,
     this.toolStripSeparator3,
     this.Settings});
     this.MenuService.Name = "MenuService";
     this.MenuService.Size = new System.Drawing.Size(56, 20);
     this.MenuService.Text = "Service";
     //
     // fastST
     //
     this.fastST.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.l2ini});
     this.fastST.Name = "fastST";
     this.fastST.Size = new System.Drawing.Size(140, 22);
     this.fastST.Text = "Fast Settings";
     //
     // l2ini
     //
     this.l2ini.Name = "l2ini";
     this.l2ini.Size = new System.Drawing.Size(99, 22);
     this.l2ini.Text = "l2.ini";
     this.l2ini.Click += new System.EventHandler(this.l2ini_Click);
     //
     // pathSystem
     //
     this.pathSystem.Name = "pathSystem";
     this.pathSystem.Size = new System.Drawing.Size(140, 22);
     this.pathSystem.Text = "Path system";
     this.pathSystem.Click += new System.EventHandler(this.pathSystem_Click_1);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
     //
     // Settings
     //
     this.Settings.Name = "Settings";
     this.Settings.Size = new System.Drawing.Size(140, 22);
     this.Settings.Text = "Settings";
     this.Settings.Click += new System.EventHandler(this.Settings_Click);
     //
     // MenuAbout
     //
     this.MenuAbout.Name = "MenuAbout";
     this.MenuAbout.Size = new System.Drawing.Size(24, 20);
     this.MenuAbout.Text = "?";
     this.MenuAbout.Click += new System.EventHandler(this.MenuAbout_Click_1);
     //
     // StatusProgress
     //
     this.StatusProgress.Location = new System.Drawing.Point(366, 643);
     this.StatusProgress.Name = "StatusProgress";
     this.StatusProgress.Size = new System.Drawing.Size(139, 16);
     this.StatusProgress.TabIndex = 3;
     //
     // RightClick
     //
     this.RightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CutR,
     this.CopyR,
     this.PasteR,
     this.toolStripSeparator2,
     this.SelectAll});
     this.RightClick.Name = "RightClick";
     this.RightClick.Size = new System.Drawing.Size(123, 98);
     this.RightClick.Text = "Right";
     //
     // CutR
     //
     this.CutR.Name = "CutR";
     this.CutR.Size = new System.Drawing.Size(122, 22);
     this.CutR.Text = "Cut";
     this.CutR.Click += new System.EventHandler(this.CutR_Click);
     //
     // CopyR
     //
     this.CopyR.Name = "CopyR";
     this.CopyR.Size = new System.Drawing.Size(122, 22);
     this.CopyR.Text = "Copy";
     this.CopyR.Click += new System.EventHandler(this.CopyR_Click);
     //
     // PasteR
     //
     this.PasteR.Name = "PasteR";
     this.PasteR.Size = new System.Drawing.Size(122, 22);
     this.PasteR.Text = "Paste";
     this.PasteR.Click += new System.EventHandler(this.PasteR_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(119, 6);
     //
     // SelectAll
     //
     this.SelectAll.Name = "SelectAll";
     this.SelectAll.Size = new System.Drawing.Size(122, 22);
     this.SelectAll.Text = "Select All";
     this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
     //
     // path
     //
     this.path.AutoSize = true;
     this.path.BackColor = System.Drawing.Color.Transparent;
     this.path.Location = new System.Drawing.Point(12, 619);
     this.path.Name = "path";
     this.path.Size = new System.Drawing.Size(32, 14);
     this.path.TabIndex = 9;
     this.path.Text = "Path";
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize = true;
     this.StatusLabel.Location = new System.Drawing.Point(13, 646);
     this.StatusLabel.Name = "StatusLabel";
     this.StatusLabel.Size = new System.Drawing.Size(70, 14);
     this.StatusLabel.TabIndex = 5;
     this.StatusLabel.Text = "StatusLabel";
     //
     // ChLabel
     //
     this.ChLabel.AutoSize = true;
     this.ChLabel.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.ChLabel.Location = new System.Drawing.Point(370, 4);
     this.ChLabel.Name = "ChLabel";
     this.ChLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ChLabel.Size = new System.Drawing.Size(39, 14);
     this.ChLabel.TabIndex = 6;
     this.ChLabel.Text = "NONE";
     this.ChLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.ChLabel.Click += new System.EventHandler(this.ChLabel_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 641);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(521, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text = "statusStrip1";
     //
     // ChronicleInfo
     //
     this.ChronicleInfo.AutoSize = true;
     this.ChronicleInfo.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.ChronicleInfo.Location = new System.Drawing.Point(311, 4);
     this.ChronicleInfo.Name = "ChronicleInfo";
     this.ChronicleInfo.Size = new System.Drawing.Size(60, 14);
     this.ChronicleInfo.TabIndex = 11;
     this.ChronicleInfo.Text = "Chronicle:";
     //
     // FileDialog
     //
     this.FileDialog.Filter = "Binary file|*.exe";
     //
     // ColorDialog
     //
     this.ColorDialog.FullOpen = true;
     //
     // IniTab
     //
     this.IniTab.Controls.Add(this.NumLines);
     this.IniTab.Controls.Add(this.Counts);
     this.IniTab.Controls.Add(this.EncText);
     this.IniTab.Controls.Add(this.EnCod);
     this.IniTab.Controls.Add(this.FileIniComboName);
     this.IniTab.Controls.Add(this.clearl2ini);
     this.IniTab.Controls.Add(this.savel2ini);
     this.IniTab.Controls.Add(this.IniTextBox);
     this.IniTab.Controls.Add(this.OpenL2iniText);
     this.IniTab.Location = new System.Drawing.Point(4, 23);
     this.IniTab.Name = "IniTab";
     this.IniTab.Padding = new System.Windows.Forms.Padding(3);
     this.IniTab.Size = new System.Drawing.Size(489, 552);
     this.IniTab.TabIndex = 1;
     this.IniTab.Text = "ini/int Files";
     this.IniTab.UseVisualStyleBackColor = true;
     //
     // NumLines
     //
     this.NumLines.AutoSize = true;
     this.NumLines.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.NumLines.Location = new System.Drawing.Point(347, 215);
     this.NumLines.Name = "NumLines";
     this.NumLines.Size = new System.Drawing.Size(97, 13);
     this.NumLines.TabIndex = 11;
     this.NumLines.Text = "Number of lines:";
     //
     // Counts
     //
     this.Counts.AutoSize = true;
     this.Counts.Location = new System.Drawing.Point(461, 214);
     this.Counts.Name = "Counts";
     this.Counts.Size = new System.Drawing.Size(14, 14);
     this.Counts.TabIndex = 10;
     this.Counts.Text = "0";
     //
     // EncText
     //
     this.EncText.AutoSize = true;
     this.EncText.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.EncText.Location = new System.Drawing.Point(347, 185);
     this.EncText.Name = "EncText";
     this.EncText.Size = new System.Drawing.Size(60, 13);
     this.EncText.TabIndex = 9;
     this.EncText.Text = "Encoding:";
     //
     // EnCod
     //
     this.EnCod.AutoSize = true;
     this.EnCod.Location = new System.Drawing.Point(422, 185);
     this.EnCod.Name = "EnCod";
     this.EnCod.Size = new System.Drawing.Size(14, 14);
     this.EnCod.TabIndex = 8;
     this.EnCod.Text = "0";
     //
     // FileIniComboName
     //
     this.FileIniComboName.Cursor = System.Windows.Forms.Cursors.Default;
     this.FileIniComboName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.FileIniComboName.Location = new System.Drawing.Point(355, 17);
     this.FileIniComboName.Name = "FileIniComboName";
     this.FileIniComboName.Size = new System.Drawing.Size(128, 22);
     this.FileIniComboName.TabIndex = 5;
     this.FileIniComboName.SelectedIndexChanged += new System.EventHandler(this.FileIniComboName_SelectedIndexChanged);
     //
     // clearl2ini
     //
     this.clearl2ini.Location = new System.Drawing.Point(352, 130);
     this.clearl2ini.Name = "clearl2ini";
     this.clearl2ini.Size = new System.Drawing.Size(131, 30);
     this.clearl2ini.TabIndex = 3;
     this.clearl2ini.Text = "Clear";
     this.clearl2ini.UseVisualStyleBackColor = true;
     this.clearl2ini.Click += new System.EventHandler(this.clearl2ini_Click);
     //
     // savel2ini
     //
     this.savel2ini.Location = new System.Drawing.Point(352, 94);
     this.savel2ini.Name = "savel2ini";
     this.savel2ini.Size = new System.Drawing.Size(131, 30);
     this.savel2ini.TabIndex = 4;
     this.savel2ini.Text = "Save";
     this.savel2ini.UseVisualStyleBackColor = true;
     this.savel2ini.Click += new System.EventHandler(this.savel2ini_Click);
     //
     // IniTextBox
     //
     this.IniTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.IniTextBox.ContextMenuStrip = this.RightClick;
     this.IniTextBox.Enabled = false;
     this.IniTextBox.Location = new System.Drawing.Point(18, 17);
     this.IniTextBox.Name = "IniTextBox";
     this.IniTextBox.Size = new System.Drawing.Size(328, 529);
     this.IniTextBox.TabIndex = 2;
     this.IniTextBox.Text = "";
     //
     // OpenL2iniText
     //
     this.OpenL2iniText.Location = new System.Drawing.Point(352, 58);
     this.OpenL2iniText.Name = "OpenL2iniText";
     this.OpenL2iniText.Size = new System.Drawing.Size(131, 30);
     this.OpenL2iniText.TabIndex = 0;
     this.OpenL2iniText.Text = "Open";
     this.OpenL2iniText.UseVisualStyleBackColor = true;
     this.OpenL2iniText.Click += new System.EventHandler(this.OpenIniButton_Click);
     //
     // DatTab
     //
     this.DatTab.Controls.Add(this._mergeButton);
     this.DatTab.Controls.Add(this.lockBtn);
     this.DatTab.Controls.Add(this.editorBtn);
     this.DatTab.Controls.Add(this.startBtn2);
     this.DatTab.Controls.Add(this.exportBtn2);
     this.DatTab.Controls.Add(this.importBtn2);
     this.DatTab.Controls.Add(this.SaveBtn2);
     this.DatTab.Controls.Add(this.LoadBtn2);
     this.DatTab.Controls.Add(this.FileNameCombo);
     this.DatTab.Location = new System.Drawing.Point(4, 23);
     this.DatTab.Name = "DatTab";
     this.DatTab.Padding = new System.Windows.Forms.Padding(3);
     this.DatTab.Size = new System.Drawing.Size(489, 552);
     this.DatTab.TabIndex = 0;
     this.DatTab.Text = "dat Files";
     this.DatTab.UseVisualStyleBackColor = true;
     //
     // _mergeButton
     //
     this._mergeButton.DescriptionText = "";
     this._mergeButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._mergeButton.HeaderText = "Merge";
     this._mergeButton.Image = global::com.jds.PathEditor.Resources.MERGE;
     this._mergeButton.ImageScalingSize = new System.Drawing.Size(16, 16);
     this._mergeButton.Location = new System.Drawing.Point(361, 256);
     this._mergeButton.Name = "_mergeButton";
     this._mergeButton.Size = new System.Drawing.Size(122, 50);
     this._mergeButton.TabIndex = 9;
     this._mergeButton.Click += new System.EventHandler(this._mergeButton_Click);
     //
     // lockBtn
     //
     this.lockBtn.AutoSize = true;
     this.lockBtn.Location = new System.Drawing.Point(364, 380);
     this.lockBtn.Name = "lockBtn";
     this.lockBtn.Size = new System.Drawing.Size(57, 18);
     this.lockBtn.TabIndex = 8;
     this.lockBtn.Text = "Lock?";
     this.lockBtn.UseVisualStyleBackColor = true;
     this.lockBtn.CheckedChanged += new System.EventHandler(this.lockBtn_CheckedChanged);
     //
     // editorBtn
     //
     this.editorBtn.DescriptionText = "";
     this.editorBtn.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.editorBtn.HeaderText = "Editor";
     this.editorBtn.Image = global::com.jds.PathEditor.Resources.editor;
     this.editorBtn.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.editorBtn.Location = new System.Drawing.Point(361, 312);
     this.editorBtn.Name = "editorBtn";
     this.editorBtn.Size = new System.Drawing.Size(122, 50);
     this.editorBtn.TabIndex = 8;
     this.editorBtn.Click += new System.EventHandler(this.expToWindow_Click);
     //
     // startBtn2
     //
     this.startBtn2.DescriptionText = "";
     this.startBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startBtn2.HeaderText = "Start L2";
     this.startBtn2.Image = global::com.jds.PathEditor.Resources.START;
     this.startBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.startBtn2.Location = new System.Drawing.Point(361, 493);
     this.startBtn2.Name = "startBtn2";
     this.startBtn2.Size = new System.Drawing.Size(122, 50);
     this.startBtn2.TabIndex = 8;
     this.startBtn2.Click += new System.EventHandler(this.StartL2_Click);
     //
     // exportBtn2
     //
     this.exportBtn2.DescriptionText = "";
     this.exportBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exportBtn2.HeaderText = "Export";
     this.exportBtn2.Image = global::com.jds.PathEditor.Resources.EXPORT;
     this.exportBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.exportBtn2.Location = new System.Drawing.Point(361, 200);
     this.exportBtn2.Name = "exportBtn2";
     this.exportBtn2.Size = new System.Drawing.Size(122, 50);
     this.exportBtn2.TabIndex = 8;
     this.exportBtn2.Click += new System.EventHandler(this.ExpBtn_Click);
     //
     // importBtn2
     //
     this.importBtn2.DescriptionText = "";
     this.importBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.importBtn2.HeaderText = "Import";
     this.importBtn2.Image = global::com.jds.PathEditor.Resources.IMPORT;
     this.importBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.importBtn2.Location = new System.Drawing.Point(361, 140);
     this.importBtn2.Name = "importBtn2";
     this.importBtn2.Size = new System.Drawing.Size(122, 50);
     this.importBtn2.TabIndex = 8;
     this.importBtn2.Click += new System.EventHandler(this.ImpBtn_Click);
     //
     // SaveBtn2
     //
     this.SaveBtn2.DescriptionText = "";
     this.SaveBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.SaveBtn2.HeaderText = "Save";
     this.SaveBtn2.Image = global::com.jds.PathEditor.Resources.SAVE;
     this.SaveBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.SaveBtn2.Location = new System.Drawing.Point(361, 80);
     this.SaveBtn2.Name = "SaveBtn2";
     this.SaveBtn2.Size = new System.Drawing.Size(122, 50);
     this.SaveBtn2.TabIndex = 8;
     this.SaveBtn2.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // LoadBtn2
     //
     this.LoadBtn2.DescriptionText = "";
     this.LoadBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.LoadBtn2.HeaderText = "Load";
     this.LoadBtn2.Image = global::com.jds.PathEditor.Resources.LOAD;
     this.LoadBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.LoadBtn2.Location = new System.Drawing.Point(361, 20);
     this.LoadBtn2.Name = "LoadBtn2";
     this.LoadBtn2.Size = new System.Drawing.Size(122, 50);
     this.LoadBtn2.TabIndex = 8;
     this.LoadBtn2.Click += new System.EventHandler(this.LoadBtn_Click);
     //
     // FileNameCombo
     //
     this.FileNameCombo.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FileNameCombo.FormattingEnabled = true;
     this.FileNameCombo.ItemHeight = 14;
     this.FileNameCombo.Location = new System.Drawing.Point(23, 21);
     this.FileNameCombo.Name = "FileNameCombo";
     this.FileNameCombo.Size = new System.Drawing.Size(332, 522);
     this.FileNameCombo.TabIndex = 5;
     this.FileNameCombo.SelectedIndexChanged += new System.EventHandler(this.FileNameCombo_SelectedIndexChanged);
     //
     // Tabs
     //
     this.Tabs.Controls.Add(this.DatTab);
     this.Tabs.Controls.Add(this.IniTab);
     this.Tabs.Location = new System.Drawing.Point(12, 37);
     this.Tabs.Multiline = true;
     this.Tabs.Name = "Tabs";
     this.Tabs.SelectedIndex = 0;
     this.Tabs.Size = new System.Drawing.Size(497, 579);
     this.Tabs.TabIndex = 4;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(521, 663);
     this.Controls.Add(this.StatusProgress);
     this.Controls.Add(this.path);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.Tabs);
     this.Controls.Add(this.ChronicleInfo);
     this.Controls.Add(this.ChLabel);
     this.Controls.Add(this.MainMenu);
     this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.MainMenu;
     this.MaximizeBox = false;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Path Editor";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Resize += new System.EventHandler(this.MainForm_Resize);
     this.HideMenu.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.RightClick.ResumeLayout(false);
     this.IniTab.ResumeLayout(false);
     this.IniTab.PerformLayout();
     this.DatTab.ResumeLayout(false);
     this.DatTab.PerformLayout();
     this.Tabs.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 50
0
 private void InitializeComponent()
 {
     this.ToolBar1     = new System.Windows.Forms.ToolStrip();
     this.tbImageSave  = new System.Windows.Forms.ToolStripButton();
     this.tbs1         = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev       = new System.Windows.Forms.ToolStripButton();
     this.tbNext       = new System.Windows.Forms.ToolStripButton();
     this.tbs2         = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint   = new System.Windows.Forms.ToolStripButton();
     this.ToolBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbPrev,
         this.tbNext,
         this.tbs2,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(1093, 25);
     this.ToolBar1.TabIndex = 1;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 22);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 25);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 24);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 24);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 27);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // CircleChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1093, 579);
     this.Controls.Add(this.ToolBar1);
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "CircleChartWin";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CircleChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CircleChartWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.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.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.toolStripRequest = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxProtocol = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxMethod = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBoxURL = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCookies = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAuthType = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSendRequest = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.comboBoxRequestHeaders = new System.Windows.Forms.ComboBox();
     this.buttonAddToList = new System.Windows.Forms.Button();
     this.textBoxHeaderValue = new System.Windows.Forms.TextBox();
     this.listViewRequestHeaders = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.buttonDeleteHeader = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.richTextBoxPOST = new System.Windows.Forms.RichTextBox();
     this.tabControl4 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.listViewResponseHeaders = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.richTextBoxSource = new System.Windows.Forms.RichTextBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.webBrowserSource = new System.Windows.Forms.WebBrowser();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStripRequest.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(912, 313);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(904, 287);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Request";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.toolStripRequest);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(898, 281);
     this.splitContainer2.SplitterDistance = 25;
     this.splitContainer2.TabIndex = 2;
     //
     // toolStripRequest
     //
     this.toolStripRequest.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel2,
     this.toolStripComboBoxProtocol,
     this.toolStripSeparator7,
     this.toolStripLabel1,
     this.toolStripComboBoxMethod,
     this.toolStripSeparator8,
     this.toolStripLabel3,
     this.toolStripTextBoxURL,
     this.toolStripSeparator3,
     this.toolStripButtonCookies,
     this.toolStripSeparator9,
     this.toolStripButtonAuthType,
     this.toolStripSeparator5,
     this.toolStripButtonSendRequest,
     this.toolStripSeparator6});
     this.toolStripRequest.Location = new System.Drawing.Point(0, 0);
     this.toolStripRequest.Name = "toolStripRequest";
     this.toolStripRequest.Size = new System.Drawing.Size(898, 25);
     this.toolStripRequest.TabIndex = 0;
     this.toolStripRequest.Text = "toolStrip1";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(46, 22);
     this.toolStripLabel2.Text = "Protocol";
     //
     // toolStripComboBoxProtocol
     //
     this.toolStripComboBoxProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxProtocol.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxProtocol.Items.AddRange(new object[] {
     "HTTP /1.0",
     "HTTP /1.1"});
     this.toolStripComboBoxProtocol.Name = "toolStripComboBoxProtocol";
     this.toolStripComboBoxProtocol.Size = new System.Drawing.Size(80, 25);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
     this.toolStripLabel1.Text = "Method";
     //
     // toolStripComboBoxMethod
     //
     this.toolStripComboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxMethod.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxMethod.Items.AddRange(new object[] {
     "GET",
     "POST"});
     this.toolStripComboBoxMethod.Name = "toolStripComboBoxMethod";
     this.toolStripComboBoxMethod.Size = new System.Drawing.Size(75, 25);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel3.Text = "URL:";
     //
     // toolStripTextBoxURL
     //
     this.toolStripTextBoxURL.Name = "toolStripTextBoxURL";
     this.toolStripTextBoxURL.Size = new System.Drawing.Size(410, 25);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCookies
     //
     this.toolStripButtonCookies.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCookies.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButtonCookies.Name = "toolStripButtonCookies";
     this.toolStripButtonCookies.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCookies.Text = "Define Cokies";
     this.toolStripButtonCookies.Click += new System.EventHandler(this.toolStripButtonCookies_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonAuthType
     //
     this.toolStripButtonAuthType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAuthType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAuthType.Name = "toolStripButtonAuthType";
     this.toolStripButtonAuthType.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonAuthType.Text = "Define Authentication";
     this.toolStripButtonAuthType.Click += new System.EventHandler(this.toolStripButtonAuthType_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonSendRequest
     //
     this.toolStripButtonSendRequest.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSendRequest.Name = "toolStripButtonSendRequest";
     this.toolStripButtonSendRequest.Size = new System.Drawing.Size(94, 22);
     this.toolStripButtonSendRequest.Text = "Send Request";
     this.toolStripButtonSendRequest.Click += new System.EventHandler(this.toolStripButtonSendRequest_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer4.Size = new System.Drawing.Size(898, 252);
     this.splitContainer4.SplitterDistance = 546;
     this.splitContainer4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.splitContainer1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(546, 252);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Request Headers";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.comboBoxRequestHeaders);
     this.splitContainer1.Panel1.Controls.Add(this.buttonAddToList);
     this.splitContainer1.Panel1.Controls.Add(this.textBoxHeaderValue);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listViewRequestHeaders);
     this.splitContainer1.Panel2.Controls.Add(this.buttonDeleteHeader);
     this.splitContainer1.Size = new System.Drawing.Size(540, 233);
     this.splitContainer1.SplitterDistance = 33;
     this.splitContainer1.TabIndex = 1;
     //
     // comboBoxRequestHeaders
     //
     this.comboBoxRequestHeaders.FormattingEnabled = true;
     this.comboBoxRequestHeaders.Location = new System.Drawing.Point(3, 5);
     this.comboBoxRequestHeaders.Name = "comboBoxRequestHeaders";
     this.comboBoxRequestHeaders.Size = new System.Drawing.Size(169, 21);
     this.comboBoxRequestHeaders.TabIndex = 3;
     //
     // buttonAddToList
     //
     this.buttonAddToList.Location = new System.Drawing.Point(450, 3);
     this.buttonAddToList.Name = "buttonAddToList";
     this.buttonAddToList.Size = new System.Drawing.Size(87, 23);
     this.buttonAddToList.TabIndex = 2;
     this.buttonAddToList.Text = "Add to List";
     this.buttonAddToList.UseVisualStyleBackColor = true;
     this.buttonAddToList.Click += new System.EventHandler(this.buttonAddToList_Click);
     //
     // textBoxHeaderValue
     //
     this.textBoxHeaderValue.Location = new System.Drawing.Point(178, 5);
     this.textBoxHeaderValue.Name = "textBoxHeaderValue";
     this.textBoxHeaderValue.Size = new System.Drawing.Size(266, 20);
     this.textBoxHeaderValue.TabIndex = 1;
     //
     // listViewRequestHeaders
     //
     this.listViewRequestHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.listViewRequestHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewRequestHeaders.FullRowSelect = true;
     this.listViewRequestHeaders.GridLines = true;
     this.listViewRequestHeaders.Location = new System.Drawing.Point(0, 0);
     this.listViewRequestHeaders.Name = "listViewRequestHeaders";
     this.listViewRequestHeaders.Size = new System.Drawing.Size(540, 173);
     this.listViewRequestHeaders.TabIndex = 0;
     this.listViewRequestHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewRequestHeaders.View = System.Windows.Forms.View.Details;
     this.listViewRequestHeaders.SelectedIndexChanged += new System.EventHandler(this.listViewRequestHeaders_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Header Name";
     this.columnHeader1.Width = 174;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Header Value";
     this.columnHeader2.Width = 333;
     //
     // buttonDeleteHeader
     //
     this.buttonDeleteHeader.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.buttonDeleteHeader.Enabled = false;
     this.buttonDeleteHeader.Location = new System.Drawing.Point(0, 173);
     this.buttonDeleteHeader.Name = "buttonDeleteHeader";
     this.buttonDeleteHeader.Size = new System.Drawing.Size(540, 23);
     this.buttonDeleteHeader.TabIndex = 1;
     this.buttonDeleteHeader.Text = "Delete Headers";
     this.buttonDeleteHeader.UseVisualStyleBackColor = true;
     this.buttonDeleteHeader.Click += new System.EventHandler(this.buttonDeleteHeader_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.richTextBoxPOST);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(348, 252);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "POST";
     //
     // richTextBoxPOST
     //
     this.richTextBoxPOST.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxPOST.Location = new System.Drawing.Point(3, 16);
     this.richTextBoxPOST.Name = "richTextBoxPOST";
     this.richTextBoxPOST.Size = new System.Drawing.Size(342, 233);
     this.richTextBoxPOST.TabIndex = 0;
     this.richTextBoxPOST.Text = "";
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage5);
     this.tabControl4.Controls.Add(this.tabPage6);
     this.tabControl4.Controls.Add(this.tabPage7);
     this.tabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl4.Location = new System.Drawing.Point(0, 0);
     this.tabControl4.Name = "tabControl4";
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size = new System.Drawing.Size(912, 256);
     this.tabControl4.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.listViewResponseHeaders);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(904, 230);
     this.tabPage5.TabIndex = 0;
     this.tabPage5.Text = "Response Headers";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // listViewResponseHeaders
     //
     this.listViewResponseHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4});
     this.listViewResponseHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewResponseHeaders.Location = new System.Drawing.Point(3, 3);
     this.listViewResponseHeaders.Name = "listViewResponseHeaders";
     this.listViewResponseHeaders.Size = new System.Drawing.Size(898, 224);
     this.listViewResponseHeaders.TabIndex = 0;
     this.listViewResponseHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewResponseHeaders.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Header Name";
     this.columnHeader3.Width = 229;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Header Value";
     this.columnHeader4.Width = 458;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.richTextBoxSource);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(904, 230);
     this.tabPage6.TabIndex = 1;
     this.tabPage6.Text = "Source Code";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // richTextBoxSource
     //
     this.richTextBoxSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxSource.Location = new System.Drawing.Point(3, 3);
     this.richTextBoxSource.Name = "richTextBoxSource";
     this.richTextBoxSource.Size = new System.Drawing.Size(898, 224);
     this.richTextBoxSource.TabIndex = 0;
     this.richTextBoxSource.Text = "";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.webBrowserSource);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(904, 230);
     this.tabPage7.TabIndex = 2;
     this.tabPage7.Text = "Browser";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // webBrowserSource
     //
     this.webBrowserSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowserSource.Location = new System.Drawing.Point(0, 0);
     this.webBrowserSource.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowserSource.Name = "webBrowserSource";
     this.webBrowserSource.Size = new System.Drawing.Size(904, 230);
     this.webBrowserSource.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.tabControl4);
     this.splitContainer3.Size = new System.Drawing.Size(912, 573);
     this.splitContainer3.SplitterDistance = 313;
     this.splitContainer3.TabIndex = 1;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(912, 573);
     this.Controls.Add(this.splitContainer3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmMain";
     this.Text = "Custom Request";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.toolStripRequest.ResumeLayout(false);
     this.toolStripRequest.PerformLayout();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabControl4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 52
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUsers));
     this.panel1              = new System.Windows.Forms.Panel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.panel2              = new System.Windows.Forms.Panel();
     this.buttonClose         = new System.Windows.Forms.Button();
     this.panel3              = new System.Windows.Forms.Panel();
     this.listView1           = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4       = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.добавитьПользователяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьПользователяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьПользователяToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(620, 25);
     this.panel1.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator1,
         this.toolStripButton4
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(620, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     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(79, 22);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolStripButton2
     //
     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(107, 22);
     this.toolStripButton2.Text   = "Редактировать";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(71, 22);
     this.toolStripButton3.Text   = "Удалить";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(81, 22);
     this.toolStripButton4.Text   = "Обновить";
     this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "drive_user.png");
     this.imageList1.Images.SetKeyName(1, "report_user.png");
     this.imageList1.Images.SetKeyName(2, "folder_user.png");
     this.imageList1.Images.SetKeyName(3, "group.png");
     this.imageList1.Images.SetKeyName(4, "group_add.png");
     this.imageList1.Images.SetKeyName(5, "group_delete.png");
     this.imageList1.Images.SetKeyName(6, "group_edit.png");
     this.imageList1.Images.SetKeyName(7, "group_error.png");
     this.imageList1.Images.SetKeyName(8, "group_gear.png");
     this.imageList1.Images.SetKeyName(9, "group_go.png");
     this.imageList1.Images.SetKeyName(10, "arrow_refresh_small.png");
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonClose);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 299);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(620, 45);
     this.panel2.TabIndex = 1;
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(533, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listView1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 25);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(620, 274);
     this.panel3.TabIndex = 2;
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(620, 274);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Имя";
     this.columnHeader2.Width = 350;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Права";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "№";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.добавитьПользователяToolStripMenuItem,
         this.изменитьПользователяToolStripMenuItem,
         this.удалитьПользователяToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(233, 92);
     //
     // добавитьПользователяToolStripMenuItem
     //
     this.добавитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("добавитьПользователяToolStripMenuItem.Image")));
     this.добавитьПользователяToolStripMenuItem.Name   = "добавитьПользователяToolStripMenuItem";
     this.добавитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.добавитьПользователяToolStripMenuItem.Text   = "Добавить пользователя";
     this.добавитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.ДобавитьПользователяToolStripMenuItemClick);
     //
     // изменитьПользователяToolStripMenuItem
     //
     this.изменитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьПользователяToolStripMenuItem.Image")));
     this.изменитьПользователяToolStripMenuItem.Name   = "изменитьПользователяToolStripMenuItem";
     this.изменитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.изменитьПользователяToolStripMenuItem.Text   = "Редактировать пользователя";
     this.изменитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьПользователяToolStripMenuItemClick);
     //
     // удалитьПользователяToolStripMenuItem
     //
     this.удалитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьПользователяToolStripMenuItem.Image")));
     this.удалитьПользователяToolStripMenuItem.Name   = "удалитьПользователяToolStripMenuItem";
     this.удалитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.удалитьПользователяToolStripMenuItem.Text   = "Удалить пользователя";
     this.удалитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.УдалитьПользователяToolStripMenuItemClick);
     //
     // FormUsers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(620, 344);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormUsers";
     this.Text        = "Пользователи";
     this.Activated  += new System.EventHandler(this.FormUsersActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormUsersFormClosed);
     this.Load       += new System.EventHandler(this.FormUsersLoad);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.stopButton = new System.Windows.Forms.Button();
     this.backRightButton = new System.Windows.Forms.Button();
     this.backButton = new System.Windows.Forms.Button();
     this.backLeftButton = new System.Windows.Forms.Button();
     this.turnLeftButton = new System.Windows.Forms.Button();
     this.turnRightButton = new System.Windows.Forms.Button();
     this.forwardRightButton = new System.Windows.Forms.Button();
     this.forwardButton = new System.Windows.Forms.Button();
     this.forwardLeftButton = new System.Windows.Forms.Button();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDivider1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectionMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.connectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.livePanel = new System.Windows.Forms.Panel();
     this.messageBox = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.speedBar = new System.Windows.Forms.TrackBar();
     this.btCamera = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.statusStrip.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
     this.SuspendLayout();
     //
     // stopButton
     //
     this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     this.stopButton.Location = new System.Drawing.Point(793, 69);
     this.stopButton.Name = "stopButton";
     this.stopButton.Size = new System.Drawing.Size(40, 37);
     this.stopButton.TabIndex = 22;
     this.stopButton.Tag = "0";
     this.stopButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backRightButton
     //
     this.backRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backRightButton.Image = ((System.Drawing.Image)(resources.GetObject("backRightButton.Image")));
     this.backRightButton.Location = new System.Drawing.Point(841, 114);
     this.backRightButton.Name = "backRightButton";
     this.backRightButton.Size = new System.Drawing.Size(40, 37);
     this.backRightButton.TabIndex = 21;
     this.backRightButton.Tag = "8";
     this.backRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backButton
     //
     this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
     this.backButton.Location = new System.Drawing.Point(793, 114);
     this.backButton.Name = "backButton";
     this.backButton.Size = new System.Drawing.Size(40, 37);
     this.backButton.TabIndex = 20;
     this.backButton.Tag = "6";
     this.backButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backLeftButton
     //
     this.backLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("backLeftButton.Image")));
     this.backLeftButton.Location = new System.Drawing.Point(745, 114);
     this.backLeftButton.Name = "backLeftButton";
     this.backLeftButton.Size = new System.Drawing.Size(40, 37);
     this.backLeftButton.TabIndex = 19;
     this.backLeftButton.Tag = "7";
     this.backLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // turnLeftButton
     //
     this.turnLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("turnLeftButton.Image")));
     this.turnLeftButton.Location = new System.Drawing.Point(745, 69);
     this.turnLeftButton.Name = "turnLeftButton";
     this.turnLeftButton.Size = new System.Drawing.Size(40, 37);
     this.turnLeftButton.TabIndex = 18;
     this.turnLeftButton.Tag = "4";
     this.turnLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.turnLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // turnRightButton
     //
     this.turnRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnRightButton.Image = ((System.Drawing.Image)(resources.GetObject("turnRightButton.Image")));
     this.turnRightButton.Location = new System.Drawing.Point(841, 69);
     this.turnRightButton.Name = "turnRightButton";
     this.turnRightButton.Size = new System.Drawing.Size(40, 37);
     this.turnRightButton.TabIndex = 17;
     this.turnRightButton.Tag = "5";
     this.turnRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.turnRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardRightButton
     //
     this.forwardRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardRightButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardRightButton.Image")));
     this.forwardRightButton.Location = new System.Drawing.Point(841, 25);
     this.forwardRightButton.Name = "forwardRightButton";
     this.forwardRightButton.Size = new System.Drawing.Size(40, 37);
     this.forwardRightButton.TabIndex = 16;
     this.forwardRightButton.Tag = "3";
     this.forwardRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardButton
     //
     this.forwardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardButton.Image")));
     this.forwardButton.Location = new System.Drawing.Point(793, 25);
     this.forwardButton.Name = "forwardButton";
     this.forwardButton.Size = new System.Drawing.Size(40, 37);
     this.forwardButton.TabIndex = 15;
     this.forwardButton.Tag = "1";
     this.forwardButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardLeftButton
     //
     this.forwardLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardLeftButton.Image")));
     this.forwardLeftButton.Location = new System.Drawing.Point(745, 25);
     this.forwardLeftButton.Name = "forwardLeftButton";
     this.forwardLeftButton.Size = new System.Drawing.Size(40, 37);
     this.forwardLeftButton.TabIndex = 14;
     this.forwardLeftButton.Tag = "2";
     this.forwardLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabel});
     this.statusStrip.Location = new System.Drawing.Point(0, 572);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(892, 22);
     this.statusStrip.TabIndex = 23;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(53, 17);
     this.statusLabel.Text = "status: idle";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileMenu,
     this.connectionMenu});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(892, 24);
     this.menuStrip1.TabIndex = 24;
     this.menuStrip1.Text = "mainMenu";
     //
     // fileMenu
     //
     this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuDivider1,
     this.exitMenuItem});
     this.fileMenu.Name = "fileMenu";
     this.fileMenu.Size = new System.Drawing.Size(34, 20);
     this.fileMenu.Text = "File";
     //
     // menuDivider1
     //
     this.menuDivider1.Name = "menuDivider1";
     this.menuDivider1.Size = new System.Drawing.Size(86, 6);
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(89, 22);
     this.exitMenuItem.Text = "Exit";
     //
     // connectionMenu
     //
     this.connectionMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.connectMenuItem});
     this.connectionMenu.Name = "connectionMenu";
     this.connectionMenu.Size = new System.Drawing.Size(71, 20);
     this.connectionMenu.Text = "Connection";
     //
     // connectMenuItem
     //
     this.connectMenuItem.Name = "connectMenuItem";
     this.connectMenuItem.Size = new System.Drawing.Size(98, 22);
     this.connectMenuItem.Text = "Listen";
     this.connectMenuItem.Click += new System.EventHandler(this.connectMenuItem_Click);
     //
     // livePanel
     //
     this.livePanel.Location = new System.Drawing.Point(12, 25);
     this.livePanel.Name = "livePanel";
     this.livePanel.Size = new System.Drawing.Size(720, 443);
     this.livePanel.TabIndex = 25;
     //
     // messageBox
     //
     this.messageBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.messageBox.BackColor = System.Drawing.Color.White;
     this.messageBox.Location = new System.Drawing.Point(12, 481);
     this.messageBox.Multiline = true;
     this.messageBox.Name = "messageBox";
     this.messageBox.ReadOnly = true;
     this.messageBox.Size = new System.Drawing.Size(869, 81);
     this.messageBox.TabIndex = 58;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(745, 156);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(27, 22);
     this.button1.TabIndex = 59;
     this.button1.Tag = "1";
     this.button1.Text = "1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(778, 156);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(27, 22);
     this.button2.TabIndex = 60;
     this.button2.Tag = "2";
     this.button2.Text = "2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(811, 156);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(27, 22);
     this.button3.TabIndex = 61;
     this.button3.Tag = "3";
     this.button3.Text = "3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button1_Click);
     //
     // button4
     //
     this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Location = new System.Drawing.Point(745, 184);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(27, 22);
     this.button4.TabIndex = 62;
     this.button4.Tag = "4";
     this.button4.Text = "4";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button1_Click);
     //
     // button5
     //
     this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button5.Location = new System.Drawing.Point(778, 184);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(27, 22);
     this.button5.TabIndex = 63;
     this.button5.Tag = "5";
     this.button5.Text = "5";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button1_Click);
     //
     // button6
     //
     this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.Location = new System.Drawing.Point(811, 184);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(27, 22);
     this.button6.TabIndex = 64;
     this.button6.Tag = "6";
     this.button6.Text = "6";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button1_Click);
     //
     // speedBar
     //
     this.speedBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.speedBar.LargeChange = 50;
     this.speedBar.Location = new System.Drawing.Point(844, 156);
     this.speedBar.Maximum = 1000;
     this.speedBar.Minimum = 100;
     this.speedBar.Name = "speedBar";
     this.speedBar.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.speedBar.Size = new System.Drawing.Size(45, 96);
     this.speedBar.TabIndex = 65;
     this.speedBar.TickFrequency = 50;
     this.speedBar.Value = 350;
     //
     // btCamera
     //
     this.btCamera.Location = new System.Drawing.Point(769, 271);
     this.btCamera.Name = "btCamera";
     this.btCamera.Size = new System.Drawing.Size(69, 31);
     this.btCamera.TabIndex = 66;
     this.btCamera.Text = "Camera";
     this.btCamera.UseVisualStyleBackColor = true;
     this.btCamera.Click += new System.EventHandler(this.btCamera_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(759, 315);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(26, 12);
     this.label1.TabIndex = 67;
     this.label1.Text = "       ";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(892, 594);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btCamera);
     this.Controls.Add(this.speedBar);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.messageBox);
     this.Controls.Add(this.livePanel);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.stopButton);
     this.Controls.Add(this.backRightButton);
     this.Controls.Add(this.backButton);
     this.Controls.Add(this.backLeftButton);
     this.Controls.Add(this.turnLeftButton);
     this.Controls.Add(this.turnRightButton);
     this.Controls.Add(this.forwardRightButton);
     this.Controls.Add(this.forwardButton);
     this.Controls.Add(this.forwardLeftButton);
     this.Location = new System.Drawing.Point(1, 1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "ViLAN Explorer";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 54
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExamDesigner));
     this.menuStripMain                = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.newExamToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.cutToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.examToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.newQuestionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newExamToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMain                = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonNewExam       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonOpen          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonSave          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCut           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonCopy          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonPaste         = new System.Windows.Forms.ToolStripButton();
     this.statusStripMain              = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1              = new System.Windows.Forms.SplitContainer();
     this.splitContainer2              = new System.Windows.Forms.SplitContainer();
     this.tabControlQuestion           = new System.Windows.Forms.TabControl();
     this.tabPageQuestion              = new System.Windows.Forms.TabPage();
     this.tabPagePreview               = new System.Windows.Forms.TabPage();
     this.menuStripMain.SuspendLayout();
     this.toolStripMain.SuspendLayout();
     this.statusStripMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.SuspendLayout();
     this.tabControlQuestion.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStripMain
     //
     this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.examToolStripMenuItem
     });
     this.menuStripMain.Location = new System.Drawing.Point(0, 0);
     this.menuStripMain.Name     = "menuStripMain";
     this.menuStripMain.Size     = new System.Drawing.Size(984, 24);
     this.menuStripMain.TabIndex = 0;
     this.menuStripMain.Text     = "menuStripMain";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newExamToolStripMenuItem,
         this.openToolStripMenuItem,
         this.closeToolStripMenuItem,
         this.toolStripSeparator1,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newExamToolStripMenuItem
     //
     this.newExamToolStripMenuItem.Name = "newExamToolStripMenuItem";
     this.newExamToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.newExamToolStripMenuItem.Text = "New Exam";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.openToolStripMenuItem.Text = "Open";
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.closeToolStripMenuItem.Text = "Close";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.saveToolStripMenuItem.Text = "Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.saveAsToolStripMenuItem.Text = "Save As...";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cutToolStripMenuItem.Text = "Cut";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     //
     // examToolStripMenuItem
     //
     this.examToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newQuestionToolStripMenuItem,
         this.newExamToolStripMenuItem1
     });
     this.examToolStripMenuItem.Name = "examToolStripMenuItem";
     this.examToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.examToolStripMenuItem.Text = "Exam";
     //
     // newQuestionToolStripMenuItem
     //
     this.newQuestionToolStripMenuItem.Name = "newQuestionToolStripMenuItem";
     this.newQuestionToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
     this.newQuestionToolStripMenuItem.Text = "New Question...";
     //
     // newExamToolStripMenuItem1
     //
     this.newExamToolStripMenuItem1.Name = "newExamToolStripMenuItem1";
     this.newExamToolStripMenuItem1.Size = new System.Drawing.Size(158, 22);
     this.newExamToolStripMenuItem1.Text = "New Exam";
     //
     // toolStripMain
     //
     this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonNewExam,
         this.toolStripButtonOpen,
         this.toolStripButtonSave,
         this.toolStripSeparator3,
         this.toolStripButtonCut,
         this.toolStripButtonCopy,
         this.toolStripButtonPaste
     });
     this.toolStripMain.Location = new System.Drawing.Point(0, 24);
     this.toolStripMain.Name     = "toolStripMain";
     this.toolStripMain.Size     = new System.Drawing.Size(984, 25);
     this.toolStripMain.TabIndex = 1;
     this.toolStripMain.Text     = "toolStripMain";
     //
     // toolStripButtonNewExam
     //
     this.toolStripButtonNewExam.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonNewExam.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNewExam.Image")));
     this.toolStripButtonNewExam.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNewExam.Name = "toolStripButtonNewExam";
     this.toolStripButtonNewExam.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonNewExam.Text = "New Exam";
     //
     // toolStripButtonOpen
     //
     this.toolStripButtonOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpen.Image")));
     this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonOpen.Name = "toolStripButtonOpen";
     this.toolStripButtonOpen.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonOpen.Text = "Open";
     //
     // toolStripButtonSave
     //
     this.toolStripButtonSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonSave.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
     this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSave.Name = "toolStripButtonSave";
     this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonSave.Text = "Save";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCut
     //
     this.toolStripButtonCut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCut.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCut.Image")));
     this.toolStripButtonCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCut.Name = "toolStripButtonCut";
     this.toolStripButtonCut.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCut.Text = "Cut";
     //
     // toolStripButtonCopy
     //
     this.toolStripButtonCopy.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCopy.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCopy.Image")));
     this.toolStripButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCopy.Name = "toolStripButtonCopy";
     this.toolStripButtonCopy.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCopy.Text = "Copy";
     //
     // toolStripButtonPaste
     //
     this.toolStripButtonPaste.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonPaste.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaste.Image")));
     this.toolStripButtonPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPaste.Name = "toolStripButtonPaste";
     this.toolStripButtonPaste.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonPaste.Text = "Paste";
     //
     // statusStripMain
     //
     this.statusStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel
     });
     this.statusStripMain.Location = new System.Drawing.Point(0, 540);
     this.statusStripMain.Name     = "statusStripMain";
     this.statusStripMain.Size     = new System.Drawing.Size(984, 22);
     this.statusStripMain.TabIndex = 2;
     this.statusStripMain.Text     = "statusStripMain";
     //
     // toolStripStatusLabel
     //
     this.toolStripStatusLabel.Name = "toolStripStatusLabel";
     this.toolStripStatusLabel.Size = new System.Drawing.Size(112, 17);
     this.toolStripStatusLabel.Text = "toolStripStatusLabel";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControlQuestion);
     this.splitContainer1.Size             = new System.Drawing.Size(984, 491);
     this.splitContainer1.SplitterDistance = 328;
     this.splitContainer1.TabIndex         = 3;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location         = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name             = "splitContainer2";
     this.splitContainer2.Orientation      = System.Windows.Forms.Orientation.Horizontal;
     this.splitContainer2.Size             = new System.Drawing.Size(328, 491);
     this.splitContainer2.SplitterDistance = 290;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabControlQuestion
     //
     this.tabControlQuestion.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControlQuestion.Controls.Add(this.tabPageQuestion);
     this.tabControlQuestion.Controls.Add(this.tabPagePreview);
     this.tabControlQuestion.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControlQuestion.Location      = new System.Drawing.Point(0, 0);
     this.tabControlQuestion.Name          = "tabControlQuestion";
     this.tabControlQuestion.SelectedIndex = 0;
     this.tabControlQuestion.Size          = new System.Drawing.Size(652, 491);
     this.tabControlQuestion.TabIndex      = 0;
     //
     // tabPageQuestion
     //
     this.tabPageQuestion.Location = new System.Drawing.Point(4, 4);
     this.tabPageQuestion.Name     = "tabPageQuestion";
     this.tabPageQuestion.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageQuestion.Size     = new System.Drawing.Size(644, 465);
     this.tabPageQuestion.TabIndex = 0;
     this.tabPageQuestion.Text     = "Question";
     this.tabPageQuestion.UseVisualStyleBackColor = true;
     //
     // tabPagePreview
     //
     this.tabPagePreview.Location = new System.Drawing.Point(4, 4);
     this.tabPagePreview.Name     = "tabPagePreview";
     this.tabPagePreview.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPagePreview.Size     = new System.Drawing.Size(644, 465);
     this.tabPagePreview.TabIndex = 1;
     this.tabPagePreview.Text     = "Preview";
     this.tabPagePreview.UseVisualStyleBackColor = true;
     //
     // FormExamDesigner
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 562);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStripMain);
     this.Controls.Add(this.toolStripMain);
     this.Controls.Add(this.menuStripMain);
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.menuStripMain;
     this.Name           = "FormExamDesigner";
     this.Text           = "Exam Designer";
     this.menuStripMain.ResumeLayout(false);
     this.menuStripMain.PerformLayout();
     this.toolStripMain.ResumeLayout(false);
     this.toolStripMain.PerformLayout();
     this.statusStripMain.ResumeLayout(false);
     this.statusStripMain.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.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlQuestion.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 55
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFolderAdmin));
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnMove = new System.Windows.Forms.Button();
     this.pnlFolder = new System.Windows.Forms.Panel();
     this.grdFolder = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colFolderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splFolder = new System.Windows.Forms.Splitter();
     this.tvFolder = new System.Windows.Forms.TreeView();
     this.cMnuFolder = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItmAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmMove = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.tsspAddRootFolder = new System.Windows.Forms.ToolStripSeparator();
     this.mItmAddRootFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.pnlFolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).BeginInit();
     this.cMnuFolder.SuspendLayout();
     this.SuspendLayout();
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Location = new System.Drawing.Point(788, 533);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 9;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnMove
     //
     this.btnMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove.Location = new System.Drawing.Point(628, 533);
     this.btnMove.Name = "btnMove";
     this.btnMove.Size = new System.Drawing.Size(75, 23);
     this.btnMove.TabIndex = 7;
     this.btnMove.Text = "移动(&M)...";
     this.btnMove.UseVisualStyleBackColor = true;
     this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
     //
     // pnlFolder
     //
     this.pnlFolder.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.pnlFolder.Controls.Add(this.grdFolder);
     this.pnlFolder.Controls.Add(this.splFolder);
     this.pnlFolder.Controls.Add(this.tvFolder);
     this.pnlFolder.Location = new System.Drawing.Point(8, 65);
     this.pnlFolder.Name = "pnlFolder";
     this.pnlFolder.Size = new System.Drawing.Size(935, 463);
     this.pnlFolder.TabIndex = 1;
     //
     // grdFolder
     //
     this.grdFolder.AllowDrop = true;
     this.grdFolder.AllowUserToAddRows = false;
     this.grdFolder.AllowUserToDeleteRows = false;
     this.grdFolder.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdFolder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdFolder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdFolder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colFolderName,
     this.colDescription});
     this.grdFolder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdFolder.Location = new System.Drawing.Point(263, 0);
     this.grdFolder.MultiSelect = false;
     this.grdFolder.Name = "grdFolder";
     this.grdFolder.RowTemplate.Height = 23;
     this.grdFolder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdFolder.Size = new System.Drawing.Size(672, 463);
     this.grdFolder.TabIndex = 1;
     this.grdFolder.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFolder_CellDoubleClick);
     this.grdFolder.Sorted += new System.EventHandler(this.grdFolder_Sorted);
     this.grdFolder.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdFolder_UserDeletingRow);
     this.grdFolder.Click += new System.EventHandler(this.grdFolder_Click);
     this.grdFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragDrop);
     this.grdFolder.DragOver += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragOver);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colFolderName
     //
     this.colFolderName.DataPropertyName = "FolderName";
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     this.colFolderName.DefaultCellStyle = dataGridViewCellStyle2;
     this.colFolderName.HeaderText = "名称";
     this.colFolderName.MaxInputLength = 100;
     this.colFolderName.Name = "colFolderName";
     this.colFolderName.ReadOnly = true;
     this.colFolderName.Width = 200;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "DESCRIPTION";
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colDescription.DefaultCellStyle = dataGridViewCellStyle3;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 210;
     //
     // splFolder
     //
     this.splFolder.Location = new System.Drawing.Point(260, 0);
     this.splFolder.Name = "splFolder";
     this.splFolder.Size = new System.Drawing.Size(3, 463);
     this.splFolder.TabIndex = 8;
     this.splFolder.TabStop = false;
     //
     // tvFolder
     //
     this.tvFolder.AllowDrop = true;
     this.tvFolder.ContextMenuStrip = this.cMnuFolder;
     this.tvFolder.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvFolder.ImageIndex = 0;
     this.tvFolder.ImageList = this.imageList;
     this.tvFolder.Location = new System.Drawing.Point(0, 0);
     this.tvFolder.Name = "tvFolder";
     this.tvFolder.SelectedImageIndex = 1;
     this.tvFolder.Size = new System.Drawing.Size(260, 463);
     this.tvFolder.TabIndex = 0;
     this.tvFolder.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvFolder_ItemDrag);
     this.tvFolder.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFolder_AfterSelect);
     this.tvFolder.Click += new System.EventHandler(this.tvFolder_Click);
     this.tvFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragDrop);
     this.tvFolder.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragEnter);
     this.tvFolder.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvFolder_MouseDown);
     //
     // cMnuFolder
     //
     this.cMnuFolder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mItmAdd,
     this.mItmEdit,
     this.mItmMove,
     this.mItmDelete,
     this.tsspAddRootFolder,
     this.mItmAddRootFolder});
     this.cMnuFolder.Name = "cMnuModule";
     this.cMnuFolder.Size = new System.Drawing.Size(174, 120);
     this.cMnuFolder.Opened += new System.EventHandler(this.cMnuFolder_Opened);
     //
     // mItmAdd
     //
     this.mItmAdd.Name = "mItmAdd";
     this.mItmAdd.Size = new System.Drawing.Size(173, 22);
     this.mItmAdd.Text = "添加(&A)...";
     this.mItmAdd.Click += new System.EventHandler(this.mItmAdd_Click);
     //
     // mItmEdit
     //
     this.mItmEdit.Name = "mItmEdit";
     this.mItmEdit.Size = new System.Drawing.Size(173, 22);
     this.mItmEdit.Text = "编辑(&E)...";
     this.mItmEdit.Click += new System.EventHandler(this.mItmEdit_Click);
     //
     // mItmMove
     //
     this.mItmMove.Name = "mItmMove";
     this.mItmMove.Size = new System.Drawing.Size(173, 22);
     this.mItmMove.Text = "移动(&M)...";
     this.mItmMove.Click += new System.EventHandler(this.mItmMove_Click);
     //
     // mItmDelete
     //
     this.mItmDelete.Name = "mItmDelete";
     this.mItmDelete.Size = new System.Drawing.Size(173, 22);
     this.mItmDelete.Text = "删除(&D)";
     this.mItmDelete.Click += new System.EventHandler(this.mItmDelete_Click);
     //
     // tsspAddRootFolder
     //
     this.tsspAddRootFolder.Name = "tsspAddRootFolder";
     this.tsspAddRootFolder.Size = new System.Drawing.Size(170, 6);
     //
     // mItmAddRootFolder
     //
     this.mItmAddRootFolder.Name = "mItmAddRootFolder";
     this.mItmAddRootFolder.Size = new System.Drawing.Size(173, 22);
     this.mItmAddRootFolder.Text = "添加根文件夹(&A)...";
     this.mItmAddRootFolder.Click += new System.EventHandler(this.mItmAddFolder_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnBatchDelete
     //
     this.btnBatchDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchDelete.Location = new System.Drawing.Point(708, 533);
     this.btnBatchDelete.Name = "btnBatchDelete";
     this.btnBatchDelete.Size = new System.Drawing.Size(75, 23);
     this.btnBatchDelete.TabIndex = 8;
     this.btnBatchDelete.Text = "删除(&D)";
     this.btnBatchDelete.UseVisualStyleBackColor = true;
     this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(548, 533);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 6;
     this.btnEdit.Text = "编辑(&E)...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(868, 533);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(468, 533);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Location = new System.Drawing.Point(174, 534);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 24);
     this.ucTableSort.TabIndex = 2;
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Location = new System.Drawing.Point(90, 534);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 4;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Location = new System.Drawing.Point(7, 534);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 3;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(829, 20);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(111, 23);
     this.btnExport.TabIndex = 12;
     this.btnExport.Text = "导出E&xcel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // FrmFolderAdmin
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::DotNet.WinForm.Files.Properties.Resources.Head;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(951, 560);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.pnlFolder);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnBatchDelete);
     this.Controls.Add(this.btnMove);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.MinimumSize = new System.Drawing.Size(375, 288);
     this.Name = "FrmFolderAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "文件夹管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFolderAdmin_FormClosing);
     this.Load += new System.EventHandler(this.FrmFolderAdmin_Load);
     this.pnlFolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).EndInit();
     this.cMnuFolder.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 56
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbStart             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev = new System.Windows.Forms.ToolStripButton();
     this.tbNext = new System.Windows.Forms.ToolStripButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbStart,
         this.toolStripSeparator1,
         this.tbPrev,
         this.tbNext
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(792, 27);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tbStart
     //
     this.tbStart.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbStart.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbStart.Name   = "tbStart";
     this.tbStart.Size   = new System.Drawing.Size(24, 24);
     this.tbStart.Text   = "tbStart";
     this.tbStart.Click += new System.EventHandler(this.tsbStart_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbPrev
     //
     this.tbPrev.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbPrev.Name   = "tbPrev";
     this.tbPrev.Size   = new System.Drawing.Size(24, 24);
     this.tbPrev.Text   = "tbPrev";
     this.tbPrev.Click += new System.EventHandler(this.tsbPrev_Click);
     //
     // tbNext
     //
     this.tbNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbNext.Name   = "tbNext";
     this.tbNext.Size   = new System.Drawing.Size(24, 24);
     this.tbNext.Text   = "tbNext";
     this.tbNext.Click += new System.EventHandler(this.tsbNext_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // SlideshowWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.toolStrip1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Name          = "SlideshowWin";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SlideshowWin";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.SlideshowWin_Closed);
     this.Load         += new System.EventHandler(this.SlideshowWin_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.SlideshowWin_KeyDown);
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_catplanilla));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton();
     this.dgb_catplanilla = new System.Windows.Forms.DataGridView();
     this.label5 = new System.Windows.Forms.Label();
     this.txtbusqueda = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtcatplanillaid = new System.Windows.Forms.TextBox();
     this.txtcatplanillaname = new System.Windows.Forms.TextBox();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.cateplanid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cateplanname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btn_busqueda);
     this.groupBox2.Controls.Add(this.dgb_catplanilla);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtbusqueda);
     this.groupBox2.Location = new System.Drawing.Point(5, 122);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(445, 254);
     this.groupBox2.TabIndex = 115;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "»» Busqueda";
     //
     // btn_busqueda
     //
     this.btn_busqueda.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btn_busqueda.Appearance.Options.UseFont = true;
     this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image")));
     this.btn_busqueda.Location = new System.Drawing.Point(357, 18);
     this.btn_busqueda.Name = "btn_busqueda";
     this.btn_busqueda.Size = new System.Drawing.Size(73, 22);
     this.btn_busqueda.TabIndex = 115;
     this.btn_busqueda.Text = "&Buscar";
     this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click);
     //
     // dgb_catplanilla
     //
     this.dgb_catplanilla.AllowUserToAddRows = false;
     this.dgb_catplanilla.AllowUserToDeleteRows = false;
     this.dgb_catplanilla.AllowUserToResizeColumns = false;
     this.dgb_catplanilla.AllowUserToResizeRows = false;
     this.dgb_catplanilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgb_catplanilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgb_catplanilla.ColumnHeadersHeight = 20;
     this.dgb_catplanilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cateplanid,
     this.cateplanname});
     this.dgb_catplanilla.Location = new System.Drawing.Point(10, 46);
     this.dgb_catplanilla.MultiSelect = false;
     this.dgb_catplanilla.Name = "dgb_catplanilla";
     this.dgb_catplanilla.RowHeadersVisible = false;
     this.dgb_catplanilla.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgb_catplanilla.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgb_catplanilla.RowTemplate.Height = 20;
     this.dgb_catplanilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgb_catplanilla.Size = new System.Drawing.Size(422, 202);
     this.dgb_catplanilla.TabIndex = 19;
     this.dgb_catplanilla.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellClick);
     this.dgb_catplanilla.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellEnter);
     this.dgb_catplanilla.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellLeave);
     this.dgb_catplanilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_catplanilla_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(16, 22);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 114;
     this.label5.Text = "Descripción:";
     //
     // txtbusqueda
     //
     this.txtbusqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtbusqueda.Location = new System.Drawing.Point(88, 19);
     this.txtbusqueda.MaxLength = 0;
     this.txtbusqueda.Name = "txtbusqueda";
     this.txtbusqueda.Size = new System.Drawing.Size(261, 21);
     this.txtbusqueda.TabIndex = 17;
     this.txtbusqueda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_criterio_KeyDown);
     this.txtbusqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtbusqueda_KeyUp);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Teal;
     this.label11.Location = new System.Drawing.Point(130, 29);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(172, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Categoria Planilla";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.txtcatplanillaid);
     this.groupBox1.Controls.Add(this.txtcatplanillaname);
     this.groupBox1.Location = new System.Drawing.Point(5, 47);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(445, 75);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "»» Datos";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(18, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 36;
     this.label1.Text = "Cat.Planilla";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(38, 20);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(40, 13);
     this.label16.TabIndex = 35;
     this.label16.Text = "Codigo";
     //
     // txtcatplanillaid
     //
     this.txtcatplanillaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcatplanillaid.Location = new System.Drawing.Point(86, 19);
     this.txtcatplanillaid.MaxLength = 3;
     this.txtcatplanillaid.Name = "txtcatplanillaid";
     this.txtcatplanillaid.Size = new System.Drawing.Size(24, 20);
     this.txtcatplanillaid.TabIndex = 11;
     this.txtcatplanillaid.Text = "0";
     this.txtcatplanillaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtcatplanillaname
     //
     this.txtcatplanillaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtcatplanillaname.Location = new System.Drawing.Point(86, 40);
     this.txtcatplanillaname.Name = "txtcatplanillaname";
     this.txtcatplanillaname.Size = new System.Drawing.Size(286, 21);
     this.txtcatplanillaname.TabIndex = 12;
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.toolStripSeparator1,
     this.btn_clave,
     this.btn_log,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(460, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "toolStripButton1";
     this.btn_clave.ToolTipText = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "toolStripButton16";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // cateplanid
     //
     this.cateplanid.DataPropertyName = "cateplanid";
     dataGridViewCellStyle8.NullValue = null;
     this.cateplanid.DefaultCellStyle = dataGridViewCellStyle8;
     this.cateplanid.HeaderText = "Codigo";
     this.cateplanid.Name = "cateplanid";
     this.cateplanid.Width = 50;
     //
     // cateplanname
     //
     this.cateplanname.DataPropertyName = "cateplanname";
     this.cateplanname.HeaderText = "Cat.Planilla";
     this.cateplanname.Name = "cateplanname";
     this.cateplanname.Width = 150;
     //
     // Frm_catplanilla
     //
     this.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(460, 381);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_catplanilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mantenimiento de Categoria Planilla";
     this.Load += new System.EventHandler(this.Frm_cargos_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_cargos_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 58
0
        void Init()
        {
            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.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator2        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator3        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator4        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator5        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator7        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator8        = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator9        = new System.Windows.Forms.ToolStripSeparator();

            //
            // contextMenuStrip1
            //
            this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.临床药物信息参考ToolStripMenuItem,
                this.病人用药教育ToolStripMenuItem,
                this.药品说明书ToolStripMenuItem,
                this.国家药典ToolStripMenuItem,
                this.检验值ToolStripMenuItem,
                this.toolStripSeparator1,
                this.专项信息ToolStripMenuItem,
                this.toolStripSeparator2,
                this.药物信息中心ToolStripMenuItem,
                this.toolStripSeparator3,
                this.药品配对信息ToolStripMenuItem,
                this.给药途径配对信息ToolStripMenuItem,
                this.医院药品信息ToolStripMenuItem,
                this.toolStripSeparator4,
                this.系统设置ToolStripMenuItem,
                this.用药研究ToolStripMenuItem,
                this.单药警告ToolStripMenuItem,
                this.审查ToolStripMenuItem,
                this.toolStripSeparator5,
                this.过敏史病生状态管理ToolStripMenuItem,
                this.toolStripSeparator6,
                this.帮助ToolStripMenuItem
            });
            this.Name = "passContextMenuTrip";
            this.Size = new System.Drawing.Size(229, 446);
            //
            // 临床药物信息参考ToolStripMenuItem
            //
            this.临床药物信息参考ToolStripMenuItem.Name   = "临床药物信息参考ToolStripMenuItem";
            this.临床药物信息参考ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.临床药物信息参考ToolStripMenuItem.Text   = "临床药物信息参考";
            this.临床药物信息参考ToolStripMenuItem.Tag    = 101;
            this.临床药物信息参考ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 病人用药教育ToolStripMenuItem
            //
            this.病人用药教育ToolStripMenuItem.Name   = "病人用药教育ToolStripMenuItem";
            this.病人用药教育ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.病人用药教育ToolStripMenuItem.Text   = "病人用药教育";
            this.病人用药教育ToolStripMenuItem.Tag    = 103;
            this.病人用药教育ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 药品说明书ToolStripMenuItem
            //
            this.药品说明书ToolStripMenuItem.Name   = "药品说明书ToolStripMenuItem";
            this.药品说明书ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.药品说明书ToolStripMenuItem.Text   = "药品说明书";
            this.药品说明书ToolStripMenuItem.Tag    = 102;
            this.药品说明书ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 国家药典ToolStripMenuItem
            //
            this.国家药典ToolStripMenuItem.Name   = "国家药典ToolStripMenuItem";
            this.国家药典ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.国家药典ToolStripMenuItem.Text   = "国家药典";
            this.国家药典ToolStripMenuItem.Tag    = 107;
            this.国家药典ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 检验值ToolStripMenuItem
            //
            this.检验值ToolStripMenuItem.Name   = "检验值ToolStripMenuItem";
            this.检验值ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.检验值ToolStripMenuItem.Text   = "检验值";
            this.检验值ToolStripMenuItem.Tag    = 104;
            this.检验值ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 专项信息ToolStripMenuItem
            //
            this.专项信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.药物药物相互作用ToolStripMenuItem,
                this.药物食物相互作用ToolStripMenuItem,
                this.toolStripSeparator7,
                this.国内注射剂体外配伍ToolStripMenuItem,
                this.国外注射剂体外配伍ToolStripMenuItem,
                this.toolStripSeparator8,
                this.禁忌症ToolStripMenuItem,
                this.副作用ToolStripMenuItem,
                this.toolStripSeparator9,
                this.老年人用药ToolStripMenuItem,
                this.儿童用药ToolStripMenuItem,
                this.妊娠期用药ToolStripMenuItem,
                this.哺乳期用药ToolStripMenuItem
            });
            this.专项信息ToolStripMenuItem.Name = "专项信息ToolStripMenuItem";
            this.专项信息ToolStripMenuItem.Size = new System.Drawing.Size(228, 24);
            this.专项信息ToolStripMenuItem.Text = "专项信息";
            //
            // 药物药物相互作用ToolStripMenuItem
            //
            this.药物药物相互作用ToolStripMenuItem.Name   = "药物药物相互作用ToolStripMenuItem";
            this.药物药物相互作用ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.药物药物相互作用ToolStripMenuItem.Text   = "药物-药物相互作用";
            this.药物药物相互作用ToolStripMenuItem.Tag    = 201;
            this.药物药物相互作用ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 药物食物相互作用ToolStripMenuItem
            //
            this.药物食物相互作用ToolStripMenuItem.Name   = "药物食物相互作用ToolStripMenuItem";
            this.药物食物相互作用ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.药物食物相互作用ToolStripMenuItem.Text   = "药物-食物相互作用";
            this.药物食物相互作用ToolStripMenuItem.Tag    = 202;
            this.药物食物相互作用ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 国内注射剂体外配伍ToolStripMenuItem
            //
            this.国内注射剂体外配伍ToolStripMenuItem.Name   = "国内注射剂体外配伍ToolStripMenuItem";
            this.国内注射剂体外配伍ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.国内注射剂体外配伍ToolStripMenuItem.Text   = "国内注射剂体外配伍";
            this.国内注射剂体外配伍ToolStripMenuItem.Tag    = 203;
            this.国内注射剂体外配伍ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 国外注射剂体外配伍ToolStripMenuItem
            //
            this.国外注射剂体外配伍ToolStripMenuItem.Name   = "国外注射剂体外配伍ToolStripMenuItem";
            this.国外注射剂体外配伍ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.国外注射剂体外配伍ToolStripMenuItem.Text   = "国外注射剂体外配伍";
            this.国外注射剂体外配伍ToolStripMenuItem.Tag    = 204;
            this.国外注射剂体外配伍ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 禁忌症ToolStripMenuItem
            //
            this.禁忌症ToolStripMenuItem.Name   = "禁忌症ToolStripMenuItem";
            this.禁忌症ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.禁忌症ToolStripMenuItem.Text   = "禁忌症";
            this.禁忌症ToolStripMenuItem.Tag    = 205;
            this.禁忌症ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 副作用ToolStripMenuItem
            //
            this.副作用ToolStripMenuItem.Name   = "副作用ToolStripMenuItem";
            this.副作用ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.副作用ToolStripMenuItem.Text   = "副作用";
            this.副作用ToolStripMenuItem.Tag    = 206;
            this.副作用ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 老年人用药ToolStripMenuItem
            //
            this.老年人用药ToolStripMenuItem.Name   = "老年人用药ToolStripMenuItem";
            this.老年人用药ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.老年人用药ToolStripMenuItem.Text   = "老年人用药";
            this.老年人用药ToolStripMenuItem.Tag    = 207;
            this.老年人用药ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 儿童用药ToolStripMenuItem
            //
            this.儿童用药ToolStripMenuItem.Name   = "儿童用药ToolStripMenuItem";
            this.儿童用药ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.儿童用药ToolStripMenuItem.Text   = "儿童用药";
            this.儿童用药ToolStripMenuItem.Tag    = 208;
            this.儿童用药ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 妊娠期用药ToolStripMenuItem
            //
            this.妊娠期用药ToolStripMenuItem.Name   = "妊娠期用药ToolStripMenuItem";
            this.妊娠期用药ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.妊娠期用药ToolStripMenuItem.Text   = "妊娠期用药";
            this.妊娠期用药ToolStripMenuItem.Tag    = 209;
            this.妊娠期用药ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 哺乳期用药ToolStripMenuItem
            //
            this.哺乳期用药ToolStripMenuItem.Name   = "哺乳期用药ToolStripMenuItem";
            this.哺乳期用药ToolStripMenuItem.Size   = new System.Drawing.Size(222, 24);
            this.哺乳期用药ToolStripMenuItem.Text   = "哺乳期用药";
            this.哺乳期用药ToolStripMenuItem.Tag    = 210;
            this.哺乳期用药ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 药物信息中心ToolStripMenuItem
            //
            this.药物信息中心ToolStripMenuItem.Name   = "药物信息中心ToolStripMenuItem";
            this.药物信息中心ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.药物信息中心ToolStripMenuItem.Text   = "药物信息中心";
            this.药物信息中心ToolStripMenuItem.Tag    = 106;
            this.药物信息中心ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 药品配对信息ToolStripMenuItem
            //
            this.药品配对信息ToolStripMenuItem.Name   = "药品配对信息ToolStripMenuItem";
            this.药品配对信息ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.药品配对信息ToolStripMenuItem.Text   = "药品配对信息";
            this.药品配对信息ToolStripMenuItem.Tag    = 13;
            this.药品配对信息ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 给药途径配对信息ToolStripMenuItem
            //
            this.给药途径配对信息ToolStripMenuItem.Name   = "给药途径配对信息ToolStripMenuItem";
            this.给药途径配对信息ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.给药途径配对信息ToolStripMenuItem.Text   = "给药途径配对信息";
            this.给药途径配对信息ToolStripMenuItem.Tag    = 14;
            this.给药途径配对信息ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 医院药品信息ToolStripMenuItem
            //
            this.医院药品信息ToolStripMenuItem.Name   = "医院药品信息ToolStripMenuItem";
            this.医院药品信息ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.医院药品信息ToolStripMenuItem.Text   = "医院药品信息";
            this.医院药品信息ToolStripMenuItem.Tag    = 105;
            this.医院药品信息ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 系统设置ToolStripMenuItem
            //
            this.系统设置ToolStripMenuItem.Name   = "系统设置ToolStripMenuItem";
            this.系统设置ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.系统设置ToolStripMenuItem.Text   = "系统设置";
            this.系统设置ToolStripMenuItem.Tag    = 11;
            this.系统设置ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 用药研究ToolStripMenuItem
            //
            this.用药研究ToolStripMenuItem.Name   = "用药研究ToolStripMenuItem";
            this.用药研究ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.用药研究ToolStripMenuItem.Text   = "用药研究";
            this.用药研究ToolStripMenuItem.Tag    = 12;
            this.用药研究ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // 单药警告ToolStripMenuItem
            //
            this.单药警告ToolStripMenuItem.Name   = "单药警告ToolStripMenuItem";
            this.单药警告ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.单药警告ToolStripMenuItem.Text   = "单药警告";
            this.单药警告ToolStripMenuItem.Tag    = 6;
            this.单药警告ToolStripMenuItem.Click += new EventHandler(单药警告ToolStripMenuItem_Click);
            //
            // 审查ToolStripMenuItem
            //
            this.审查ToolStripMenuItem.Name   = "审查ToolStripMenuItem";
            this.审查ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.审查ToolStripMenuItem.Text   = "审查";
            this.审查ToolStripMenuItem.Tag    = 3;
            this.审查ToolStripMenuItem.Click += new EventHandler(审查ToolStripMenuItem_Click);
            //
            // 过敏史病生状态管理ToolStripMenuItem
            //
            this.过敏史病生状态管理ToolStripMenuItem.Name   = "过敏史病生状态管理ToolStripMenuItem";
            this.过敏史病生状态管理ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.过敏史病生状态管理ToolStripMenuItem.Text   = "过敏史/病生状态管理";
            this.过敏史病生状态管理ToolStripMenuItem.Tag    = 21;
            this.过敏史病生状态管理ToolStripMenuItem.Click += new EventHandler(过敏史病生状态管理ToolStripMenuItem_Click);
            //
            // 帮助ToolStripMenuItem
            //
            this.帮助ToolStripMenuItem.Name   = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size   = new System.Drawing.Size(228, 24);
            this.帮助ToolStripMenuItem.Text   = "帮助";
            this.帮助ToolStripMenuItem.Tag    = 301;
            this.帮助ToolStripMenuItem.Click += new EventHandler(TagToolStripMenuItem_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator3
            //
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator4
            //
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator5
            //
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator6
            //
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(225, 6);
            //
            // toolStripSeparator7
            //
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(219, 6);
            //
            // toolStripSeparator8
            //
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(219, 6);
            //
            // toolStripSeparator9
            //
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(219, 6);
        }
Ejemplo n.º 59
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.GroupBox groupBox1;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.TableLayoutPanel tableLayoutControls;
            System.Windows.Forms.GroupBox groupBox5;
            System.Windows.Forms.TableLayoutPanel tableLayoutProgressBar;
            System.Windows.Forms.GroupBox groupBox6;
            System.Windows.Forms.Label lblPlaylistAccuracyText;
            System.Windows.Forms.Label lblPlayerInfoText;
            System.Windows.Forms.Label lblPlaylistDataText;
            System.Windows.Forms.Label lblRatingInfoText;
            System.Windows.Forms.Label lblSrcPlaytime;
            System.Windows.Forms.Label lblOnlineText;
            System.Windows.Forms.GroupBox groupBox7;
            System.Windows.Forms.GroupBox groupBox8;
            System.Windows.Forms.Label lblPlayingPlaylsit;
            System.Windows.Forms.GroupBox groupBox9;
            System.Windows.Forms.Label lblLanguage;
            System.Windows.Forms.GroupBox groupBox10;
            System.Windows.Forms.GroupBox groupBox11;
            System.Windows.Forms.Panel panel2;
            System.Windows.Forms.Label lblVersionLabel;
            System.Windows.Forms.Label lblAssemblyLabel;
            System.Windows.Forms.Label lblMediaVersionLabel;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.lbTopTracks = new System.Windows.Forms.ListBox();
            this.lbTopArtists = new System.Windows.Forms.ListBox();
            this.lbTopAlbums = new System.Windows.Forms.ListBox();
            this.btnPlayPause = new System.Windows.Forms.Button();
            this.btnPrevTrack = new System.Windows.Forms.Button();
            this.btnNextTrack = new System.Windows.Forms.Button();
            this.btnShuffle = new System.Windows.Forms.Button();
            this.lblAlbumInfo = new System.Windows.Forms.Label();
            this.lblCurrentPosition = new System.Windows.Forms.Label();
            this.pbNowPlaying = new System.Windows.Forms.ProgressBar();
            this.lblCurrentLeft = new System.Windows.Forms.Label();
            this.lblNowPlaying = new System.Windows.Forms.Label();
            this.lblNowPlayingLabel = new System.Windows.Forms.Label();
            this.tblPaneliPlaylistInfo = new System.Windows.Forms.TableLayoutPanel();
            this.lblPlaylistAccuracy = new System.Windows.Forms.Label();
            this.lblTimeOnline = new System.Windows.Forms.Label();
            this.lblMediaPlayerInfo = new System.Windows.Forms.Label();
            this.lbliPlaylistDataStatus = new System.Windows.Forms.Label();
            this.lblRatingDatabaseInfo = new System.Windows.Forms.Label();
            this.lblSourceMediaDuration = new System.Windows.Forms.Label();
            this.cbCheckForUpdates = new System.Windows.Forms.CheckBox();
            this.cbAllowGlobalHotKeys = new System.Windows.Forms.CheckBox();
            this.cbStartMinimized = new System.Windows.Forms.CheckBox();
            this.cbShowPlayerControls = new System.Windows.Forms.CheckBox();
            this.cbListenMoreUnrated = new System.Windows.Forms.CheckBox();
            this.cbIgnoreWhenLocked = new System.Windows.Forms.CheckBox();
            this.cbPauseOnLock = new System.Windows.Forms.CheckBox();
            this.cbSkipNonAudio = new System.Windows.Forms.CheckBox();
            this.cbIncreaseRandomness = new System.Windows.Forms.CheckBox();
            this.cbSkipBestWorst = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.cmbLanguage = new System.Windows.Forms.ComboBox();
            this.cmbMediaPlayer = new System.Windows.Forms.ComboBox();
            this.cbUseTwoPlaylists = new System.Windows.Forms.CheckBox();
            this.tbPlayablePlaylist = new System.Windows.Forms.TextBox();
            this.cmbSourcePlaylist = new System.Windows.Forms.ComboBox();
            this.lblSourcePlaylist = new System.Windows.Forms.Label();
            this.lblMediaPlayer = new System.Windows.Forms.Label();
            this.tableLayoutPresets = new System.Windows.Forms.TableLayoutPanel();
            this.btnAutodetectLibrary = new System.Windows.Forms.Button();
            this.btnSmallLibrary = new System.Windows.Forms.Button();
            this.btnBigLibrary = new System.Windows.Forms.Button();
            this.lblUsedLibraries = new System.Windows.Forms.Label();
            this.lblAuthors = new System.Windows.Forms.Label();
            this.btnBugReport = new System.Windows.Forms.Button();
            this.btnCheckForUpdates = new System.Windows.Forms.Button();
            this.stsMain = new System.Windows.Forms.StatusStrip();
            this.tlsStatusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.tlsProgress = new System.Windows.Forms.ToolStripProgressBar();
            this.tabsMain = new System.Windows.Forms.TabControl();
            this.tabInfo = new System.Windows.Forms.TabPage();
            this.tblPanelInfo = new System.Windows.Forms.TableLayoutPanel();
            this.tabRating = new System.Windows.Forms.TabPage();
            this.tblPanelRating = new System.Windows.Forms.TableLayoutPanel();
            this.tabSettings = new System.Windows.Forms.TabPage();
            this.tblPanelSettings = new System.Windows.Forms.TableLayoutPanel();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.tabAbout = new System.Windows.Forms.TabPage();
            this.tblPanelAbout = new System.Windows.Forms.TableLayoutPanel();
            this.lblMediaVersion = new System.Windows.Forms.Label();
            this.lblAssembly = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pbAbout = new System.Windows.Forms.PictureBox();
            this.lblVersion = new System.Windows.Forms.Label();
            this.imageTabs = new System.Windows.Forms.ImageList(this.components);
            this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showMainWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showPlayerControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.shufflePlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.prevTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.playPauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nextTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitIPlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timerScreenUpdate = new System.Windows.Forms.Timer(this.components);
            this.bgwCreatePlaylist = new System.ComponentModel.BackgroundWorker();
            this.toolTipMainWindow = new System.Windows.Forms.ToolTip(this.components);
            this.lblOnlinePeriod = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox3 = new System.Windows.Forms.GroupBox();
            groupBox4 = new System.Windows.Forms.GroupBox();
            tableLayoutControls = new System.Windows.Forms.TableLayoutPanel();
            groupBox5 = new System.Windows.Forms.GroupBox();
            tableLayoutProgressBar = new System.Windows.Forms.TableLayoutPanel();
            groupBox6 = new System.Windows.Forms.GroupBox();
            lblPlaylistAccuracyText = new System.Windows.Forms.Label();
            lblPlayerInfoText = new System.Windows.Forms.Label();
            lblPlaylistDataText = new System.Windows.Forms.Label();
            lblRatingInfoText = new System.Windows.Forms.Label();
            lblSrcPlaytime = new System.Windows.Forms.Label();
            lblOnlineText = new System.Windows.Forms.Label();
            groupBox7 = new System.Windows.Forms.GroupBox();
            groupBox8 = new System.Windows.Forms.GroupBox();
            lblPlayingPlaylsit = new System.Windows.Forms.Label();
            groupBox9 = new System.Windows.Forms.GroupBox();
            lblLanguage = new System.Windows.Forms.Label();
            groupBox10 = new System.Windows.Forms.GroupBox();
            groupBox11 = new System.Windows.Forms.GroupBox();
            panel2 = new System.Windows.Forms.Panel();
            lblVersionLabel = new System.Windows.Forms.Label();
            lblAssemblyLabel = new System.Windows.Forms.Label();
            lblMediaVersionLabel = new System.Windows.Forms.Label();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox3.SuspendLayout();
            groupBox4.SuspendLayout();
            tableLayoutControls.SuspendLayout();
            groupBox5.SuspendLayout();
            tableLayoutProgressBar.SuspendLayout();
            groupBox6.SuspendLayout();
            this.tblPaneliPlaylistInfo.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox9.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            groupBox10.SuspendLayout();
            this.tableLayoutPresets.SuspendLayout();
            groupBox11.SuspendLayout();
            panel2.SuspendLayout();
            this.stsMain.SuspendLayout();
            this.tabsMain.SuspendLayout();
            this.tabInfo.SuspendLayout();
            this.tblPanelInfo.SuspendLayout();
            this.tabRating.SuspendLayout();
            this.tblPanelRating.SuspendLayout();
            this.tabSettings.SuspendLayout();
            this.tblPanelSettings.SuspendLayout();
            this.tabAbout.SuspendLayout();
            this.tblPanelAbout.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).BeginInit();
            this.contextMenuIcon.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.tblPanelRating.SetColumnSpan(groupBox1, 2);
            groupBox1.Controls.Add(this.lbTopTracks);
            resources.ApplyResources(groupBox1, "groupBox1");
            groupBox1.Name = "groupBox1";
            groupBox1.TabStop = false;
            // 
            // lbTopTracks
            // 
            resources.ApplyResources(this.lbTopTracks, "lbTopTracks");
            this.lbTopTracks.FormattingEnabled = true;
            this.lbTopTracks.Name = "lbTopTracks";
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.lbTopArtists);
            resources.ApplyResources(groupBox2, "groupBox2");
            groupBox2.Name = "groupBox2";
            groupBox2.TabStop = false;
            // 
            // lbTopArtists
            // 
            resources.ApplyResources(this.lbTopArtists, "lbTopArtists");
            this.lbTopArtists.FormattingEnabled = true;
            this.lbTopArtists.Name = "lbTopArtists";
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.lbTopAlbums);
            resources.ApplyResources(groupBox3, "groupBox3");
            groupBox3.Name = "groupBox3";
            groupBox3.TabStop = false;
            // 
            // lbTopAlbums
            // 
            resources.ApplyResources(this.lbTopAlbums, "lbTopAlbums");
            this.lbTopAlbums.FormattingEnabled = true;
            this.lbTopAlbums.Name = "lbTopAlbums";
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(tableLayoutControls);
            groupBox4.Controls.Add(this.btnShuffle);
            resources.ApplyResources(groupBox4, "groupBox4");
            groupBox4.Name = "groupBox4";
            groupBox4.TabStop = false;
            // 
            // tableLayoutControls
            // 
            resources.ApplyResources(tableLayoutControls, "tableLayoutControls");
            tableLayoutControls.Controls.Add(this.btnPlayPause, 1, 0);
            tableLayoutControls.Controls.Add(this.btnPrevTrack, 0, 0);
            tableLayoutControls.Controls.Add(this.btnNextTrack, 2, 0);
            tableLayoutControls.Name = "tableLayoutControls";
            // 
            // btnPlayPause
            // 
            resources.ApplyResources(this.btnPlayPause, "btnPlayPause");
            this.btnPlayPause.Image = global::iPlaylist.Properties.Resources.PlayIcon;
            this.btnPlayPause.Name = "btnPlayPause";
            this.btnPlayPause.UseVisualStyleBackColor = true;
            this.btnPlayPause.Click += new System.EventHandler(this.btnPlayPause_Click);
            // 
            // btnPrevTrack
            // 
            resources.ApplyResources(this.btnPrevTrack, "btnPrevTrack");
            this.btnPrevTrack.Image = global::iPlaylist.Properties.Resources.RewIcon;
            this.btnPrevTrack.Name = "btnPrevTrack";
            this.btnPrevTrack.UseVisualStyleBackColor = true;
            this.btnPrevTrack.Click += new System.EventHandler(this.btnPrevTrack_Click);
            // 
            // btnNextTrack
            // 
            resources.ApplyResources(this.btnNextTrack, "btnNextTrack");
            this.btnNextTrack.Image = global::iPlaylist.Properties.Resources.FwdIcon;
            this.btnNextTrack.Name = "btnNextTrack";
            this.btnNextTrack.UseVisualStyleBackColor = true;
            this.btnNextTrack.Click += new System.EventHandler(this.btnNextTrack_Click);
            // 
            // btnShuffle
            // 
            resources.ApplyResources(this.btnShuffle, "btnShuffle");
            this.btnShuffle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(97)))), ((int)(((byte)(150)))));
            this.btnShuffle.Image = global::iPlaylist.Properties.Resources.ShuffleIcon;
            this.btnShuffle.Name = "btnShuffle";
            this.btnShuffle.UseVisualStyleBackColor = true;
            this.btnShuffle.Click += new System.EventHandler(this.btnShuffle_Click);
            // 
            // groupBox5
            // 
            groupBox5.Controls.Add(this.lblAlbumInfo);
            groupBox5.Controls.Add(tableLayoutProgressBar);
            groupBox5.Controls.Add(this.lblNowPlaying);
            groupBox5.Controls.Add(this.lblNowPlayingLabel);
            resources.ApplyResources(groupBox5, "groupBox5");
            groupBox5.Name = "groupBox5";
            groupBox5.TabStop = false;
            // 
            // lblAlbumInfo
            // 
            resources.ApplyResources(this.lblAlbumInfo, "lblAlbumInfo");
            this.lblAlbumInfo.Name = "lblAlbumInfo";
            // 
            // tableLayoutProgressBar
            // 
            resources.ApplyResources(tableLayoutProgressBar, "tableLayoutProgressBar");
            tableLayoutProgressBar.Controls.Add(this.lblCurrentPosition, 0, 0);
            tableLayoutProgressBar.Controls.Add(this.pbNowPlaying, 1, 0);
            tableLayoutProgressBar.Controls.Add(this.lblCurrentLeft, 2, 0);
            tableLayoutProgressBar.Name = "tableLayoutProgressBar";
            // 
            // lblCurrentPosition
            // 
            resources.ApplyResources(this.lblCurrentPosition, "lblCurrentPosition");
            this.lblCurrentPosition.Name = "lblCurrentPosition";
            // 
            // pbNowPlaying
            // 
            resources.ApplyResources(this.pbNowPlaying, "pbNowPlaying");
            this.pbNowPlaying.Name = "pbNowPlaying";
            this.pbNowPlaying.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNowPlaying_MouseMove);
            // 
            // lblCurrentLeft
            // 
            resources.ApplyResources(this.lblCurrentLeft, "lblCurrentLeft");
            this.lblCurrentLeft.Name = "lblCurrentLeft";
            // 
            // lblNowPlaying
            // 
            resources.ApplyResources(this.lblNowPlaying, "lblNowPlaying");
            this.lblNowPlaying.Name = "lblNowPlaying";
            this.lblNowPlaying.UseMnemonic = false;
            // 
            // lblNowPlayingLabel
            // 
            resources.ApplyResources(this.lblNowPlayingLabel, "lblNowPlayingLabel");
            this.lblNowPlayingLabel.Name = "lblNowPlayingLabel";
            // 
            // groupBox6
            // 
            this.tblPanelInfo.SetColumnSpan(groupBox6, 2);
            groupBox6.Controls.Add(this.tblPaneliPlaylistInfo);
            resources.ApplyResources(groupBox6, "groupBox6");
            groupBox6.Name = "groupBox6";
            groupBox6.TabStop = false;
            // 
            // tblPaneliPlaylistInfo
            // 
            resources.ApplyResources(this.tblPaneliPlaylistInfo, "tblPaneliPlaylistInfo");
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblPlaylistAccuracy, 1, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistAccuracyText, 0, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblTimeOnline, 1, 2);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlayerInfoText, 0, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblMediaPlayerInfo, 1, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistDataText, 0, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lbliPlaylistDataStatus, 1, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(lblRatingInfoText, 0, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblRatingDatabaseInfo, 1, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(lblSrcPlaytime, 0, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblSourceMediaDuration, 1, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(lblOnlineText, 0, 2);
            this.tblPaneliPlaylistInfo.Name = "tblPaneliPlaylistInfo";
            // 
            // lblPlaylistAccuracy
            // 
            resources.ApplyResources(this.lblPlaylistAccuracy, "lblPlaylistAccuracy");
            this.lblPlaylistAccuracy.Name = "lblPlaylistAccuracy";
            // 
            // lblPlaylistAccuracyText
            // 
            resources.ApplyResources(lblPlaylistAccuracyText, "lblPlaylistAccuracyText");
            lblPlaylistAccuracyText.Name = "lblPlaylistAccuracyText";
            // 
            // lblTimeOnline
            // 
            resources.ApplyResources(this.lblTimeOnline, "lblTimeOnline");
            this.lblTimeOnline.Name = "lblTimeOnline";
            // 
            // lblPlayerInfoText
            // 
            resources.ApplyResources(lblPlayerInfoText, "lblPlayerInfoText");
            lblPlayerInfoText.Name = "lblPlayerInfoText";
            // 
            // lblMediaPlayerInfo
            // 
            resources.ApplyResources(this.lblMediaPlayerInfo, "lblMediaPlayerInfo");
            this.lblMediaPlayerInfo.Name = "lblMediaPlayerInfo";
            // 
            // lblPlaylistDataText
            // 
            resources.ApplyResources(lblPlaylistDataText, "lblPlaylistDataText");
            lblPlaylistDataText.Name = "lblPlaylistDataText";
            // 
            // lbliPlaylistDataStatus
            // 
            resources.ApplyResources(this.lbliPlaylistDataStatus, "lbliPlaylistDataStatus");
            this.lbliPlaylistDataStatus.Name = "lbliPlaylistDataStatus";
            // 
            // lblRatingInfoText
            // 
            resources.ApplyResources(lblRatingInfoText, "lblRatingInfoText");
            lblRatingInfoText.Name = "lblRatingInfoText";
            // 
            // lblRatingDatabaseInfo
            // 
            resources.ApplyResources(this.lblRatingDatabaseInfo, "lblRatingDatabaseInfo");
            this.lblRatingDatabaseInfo.Name = "lblRatingDatabaseInfo";
            // 
            // lblSrcPlaytime
            // 
            resources.ApplyResources(lblSrcPlaytime, "lblSrcPlaytime");
            lblSrcPlaytime.Name = "lblSrcPlaytime";
            // 
            // lblSourceMediaDuration
            // 
            resources.ApplyResources(this.lblSourceMediaDuration, "lblSourceMediaDuration");
            this.lblSourceMediaDuration.Name = "lblSourceMediaDuration";
            // 
            // lblOnlineText
            // 
            resources.ApplyResources(lblOnlineText, "lblOnlineText");
            lblOnlineText.Name = "lblOnlineText";
            // 
            // groupBox7
            // 
            groupBox7.Controls.Add(this.cbCheckForUpdates);
            groupBox7.Controls.Add(this.cbAllowGlobalHotKeys);
            groupBox7.Controls.Add(this.cbStartMinimized);
            groupBox7.Controls.Add(this.cbShowPlayerControls);
            resources.ApplyResources(groupBox7, "groupBox7");
            groupBox7.Name = "groupBox7";
            groupBox7.TabStop = false;
            // 
            // cbCheckForUpdates
            // 
            resources.ApplyResources(this.cbCheckForUpdates, "cbCheckForUpdates");
            this.cbCheckForUpdates.Name = "cbCheckForUpdates";
            this.cbCheckForUpdates.UseVisualStyleBackColor = true;
            // 
            // cbAllowGlobalHotKeys
            // 
            resources.ApplyResources(this.cbAllowGlobalHotKeys, "cbAllowGlobalHotKeys");
            this.cbAllowGlobalHotKeys.Name = "cbAllowGlobalHotKeys";
            this.toolTipMainWindow.SetToolTip(this.cbAllowGlobalHotKeys, resources.GetString("cbAllowGlobalHotKeys.ToolTip"));
            this.cbAllowGlobalHotKeys.UseVisualStyleBackColor = true;
            // 
            // cbStartMinimized
            // 
            resources.ApplyResources(this.cbStartMinimized, "cbStartMinimized");
            this.cbStartMinimized.Name = "cbStartMinimized";
            this.cbStartMinimized.UseVisualStyleBackColor = true;
            // 
            // cbShowPlayerControls
            // 
            resources.ApplyResources(this.cbShowPlayerControls, "cbShowPlayerControls");
            this.cbShowPlayerControls.Name = "cbShowPlayerControls";
            this.toolTipMainWindow.SetToolTip(this.cbShowPlayerControls, resources.GetString("cbShowPlayerControls.ToolTip"));
            this.cbShowPlayerControls.UseVisualStyleBackColor = true;
            // 
            // groupBox8
            // 
            groupBox8.Controls.Add(this.cbListenMoreUnrated);
            groupBox8.Controls.Add(this.cbIgnoreWhenLocked);
            groupBox8.Controls.Add(this.cbPauseOnLock);
            groupBox8.Controls.Add(this.cbSkipNonAudio);
            groupBox8.Controls.Add(this.cbIncreaseRandomness);
            groupBox8.Controls.Add(this.cbSkipBestWorst);
            resources.ApplyResources(groupBox8, "groupBox8");
            groupBox8.Name = "groupBox8";
            groupBox8.TabStop = false;
            // 
            // cbListenMoreUnrated
            // 
            resources.ApplyResources(this.cbListenMoreUnrated, "cbListenMoreUnrated");
            this.cbListenMoreUnrated.Name = "cbListenMoreUnrated";
            this.toolTipMainWindow.SetToolTip(this.cbListenMoreUnrated, resources.GetString("cbListenMoreUnrated.ToolTip"));
            this.cbListenMoreUnrated.UseVisualStyleBackColor = true;
            // 
            // cbIgnoreWhenLocked
            // 
            resources.ApplyResources(this.cbIgnoreWhenLocked, "cbIgnoreWhenLocked");
            this.cbIgnoreWhenLocked.Name = "cbIgnoreWhenLocked";
            this.toolTipMainWindow.SetToolTip(this.cbIgnoreWhenLocked, resources.GetString("cbIgnoreWhenLocked.ToolTip"));
            this.cbIgnoreWhenLocked.UseVisualStyleBackColor = true;
            // 
            // cbPauseOnLock
            // 
            resources.ApplyResources(this.cbPauseOnLock, "cbPauseOnLock");
            this.cbPauseOnLock.Name = "cbPauseOnLock";
            this.toolTipMainWindow.SetToolTip(this.cbPauseOnLock, resources.GetString("cbPauseOnLock.ToolTip"));
            this.cbPauseOnLock.UseVisualStyleBackColor = true;
            this.cbPauseOnLock.CheckedChanged += new System.EventHandler(this.cbPauseOnLock_CheckedChanged);
            // 
            // cbSkipNonAudio
            // 
            resources.ApplyResources(this.cbSkipNonAudio, "cbSkipNonAudio");
            this.cbSkipNonAudio.Name = "cbSkipNonAudio";
            this.toolTipMainWindow.SetToolTip(this.cbSkipNonAudio, resources.GetString("cbSkipNonAudio.ToolTip"));
            this.cbSkipNonAudio.UseVisualStyleBackColor = true;
            // 
            // cbIncreaseRandomness
            // 
            resources.ApplyResources(this.cbIncreaseRandomness, "cbIncreaseRandomness");
            this.cbIncreaseRandomness.Name = "cbIncreaseRandomness";
            this.toolTipMainWindow.SetToolTip(this.cbIncreaseRandomness, resources.GetString("cbIncreaseRandomness.ToolTip"));
            this.cbIncreaseRandomness.UseVisualStyleBackColor = true;
            // 
            // cbSkipBestWorst
            // 
            resources.ApplyResources(this.cbSkipBestWorst, "cbSkipBestWorst");
            this.cbSkipBestWorst.Name = "cbSkipBestWorst";
            this.toolTipMainWindow.SetToolTip(this.cbSkipBestWorst, resources.GetString("cbSkipBestWorst.ToolTip"));
            this.cbSkipBestWorst.UseVisualStyleBackColor = true;
            // 
            // lblPlayingPlaylsit
            // 
            resources.ApplyResources(lblPlayingPlaylsit, "lblPlayingPlaylsit");
            lblPlayingPlaylsit.Name = "lblPlayingPlaylsit";
            // 
            // groupBox9
            // 
            groupBox9.Controls.Add(this.tableLayoutPanel1);
            resources.ApplyResources(groupBox9, "groupBox9");
            groupBox9.Name = "groupBox9";
            groupBox9.TabStop = false;
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.cmbLanguage, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.cmbMediaPlayer, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.cbUseTwoPlaylists, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.tbPlayablePlaylist, 1, 4);
            this.tableLayoutPanel1.Controls.Add(lblPlayingPlaylsit, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.cmbSourcePlaylist, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblSourcePlaylist, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblMediaPlayer, 0, 0);
            this.tableLayoutPanel1.Controls.Add(lblLanguage, 0, 1);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbLanguage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbLanguage, "cmbLanguage");
            this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLanguage.Name = "cmbLanguage";
            this.toolTipMainWindow.SetToolTip(this.cmbLanguage, resources.GetString("cmbLanguage.ToolTip"));
            // 
            // cmbMediaPlayer
            // 
            this.cmbMediaPlayer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbMediaPlayer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbMediaPlayer, "cmbMediaPlayer");
            this.cmbMediaPlayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMediaPlayer.Name = "cmbMediaPlayer";
            // 
            // cbUseTwoPlaylists
            // 
            resources.ApplyResources(this.cbUseTwoPlaylists, "cbUseTwoPlaylists");
            this.tableLayoutPanel1.SetColumnSpan(this.cbUseTwoPlaylists, 2);
            this.cbUseTwoPlaylists.Name = "cbUseTwoPlaylists";
            this.toolTipMainWindow.SetToolTip(this.cbUseTwoPlaylists, resources.GetString("cbUseTwoPlaylists.ToolTip"));
            this.cbUseTwoPlaylists.UseVisualStyleBackColor = true;
            this.cbUseTwoPlaylists.CheckedChanged += new System.EventHandler(this.cbUseTwoPlaylists_CheckedChanged);
            // 
            // tbPlayablePlaylist
            // 
            resources.ApplyResources(this.tbPlayablePlaylist, "tbPlayablePlaylist");
            this.tbPlayablePlaylist.Name = "tbPlayablePlaylist";
            // 
            // cmbSourcePlaylist
            // 
            this.cmbSourcePlaylist.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbSourcePlaylist.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbSourcePlaylist, "cmbSourcePlaylist");
            this.cmbSourcePlaylist.Name = "cmbSourcePlaylist";
            // 
            // lblSourcePlaylist
            // 
            resources.ApplyResources(this.lblSourcePlaylist, "lblSourcePlaylist");
            this.lblSourcePlaylist.Name = "lblSourcePlaylist";
            // 
            // lblMediaPlayer
            // 
            resources.ApplyResources(this.lblMediaPlayer, "lblMediaPlayer");
            this.lblMediaPlayer.Name = "lblMediaPlayer";
            // 
            // lblLanguage
            // 
            resources.ApplyResources(lblLanguage, "lblLanguage");
            lblLanguage.Name = "lblLanguage";
            this.toolTipMainWindow.SetToolTip(lblLanguage, resources.GetString("lblLanguage.ToolTip"));
            // 
            // groupBox10
            // 
            groupBox10.Controls.Add(this.tableLayoutPresets);
            resources.ApplyResources(groupBox10, "groupBox10");
            groupBox10.Name = "groupBox10";
            groupBox10.TabStop = false;
            // 
            // tableLayoutPresets
            // 
            this.tableLayoutPresets.Controls.Add(this.btnAutodetectLibrary, 0, 1);
            this.tableLayoutPresets.Controls.Add(this.btnSmallLibrary, 0, 0);
            this.tableLayoutPresets.Controls.Add(this.btnBigLibrary, 1, 0);
            resources.ApplyResources(this.tableLayoutPresets, "tableLayoutPresets");
            this.tableLayoutPresets.Name = "tableLayoutPresets";
            // 
            // btnAutodetectLibrary
            // 
            this.tableLayoutPresets.SetColumnSpan(this.btnAutodetectLibrary, 2);
            resources.ApplyResources(this.btnAutodetectLibrary, "btnAutodetectLibrary");
            this.btnAutodetectLibrary.Name = "btnAutodetectLibrary";
            this.btnAutodetectLibrary.UseVisualStyleBackColor = true;
            this.btnAutodetectLibrary.Click += new System.EventHandler(this.btnAutodetectLibrary_Click);
            // 
            // btnSmallLibrary
            // 
            resources.ApplyResources(this.btnSmallLibrary, "btnSmallLibrary");
            this.btnSmallLibrary.Name = "btnSmallLibrary";
            this.btnSmallLibrary.UseVisualStyleBackColor = true;
            this.btnSmallLibrary.Click += new System.EventHandler(this.btnSmallLibrary_Click);
            // 
            // btnBigLibrary
            // 
            resources.ApplyResources(this.btnBigLibrary, "btnBigLibrary");
            this.btnBigLibrary.Name = "btnBigLibrary";
            this.btnBigLibrary.UseVisualStyleBackColor = true;
            this.btnBigLibrary.Click += new System.EventHandler(this.btnBigLibrary_Click);
            // 
            // groupBox11
            // 
            this.tblPanelAbout.SetColumnSpan(groupBox11, 2);
            groupBox11.Controls.Add(this.lblUsedLibraries);
            groupBox11.Controls.Add(this.lblAuthors);
            resources.ApplyResources(groupBox11, "groupBox11");
            groupBox11.Name = "groupBox11";
            groupBox11.TabStop = false;
            // 
            // lblUsedLibraries
            // 
            resources.ApplyResources(this.lblUsedLibraries, "lblUsedLibraries");
            this.lblUsedLibraries.Name = "lblUsedLibraries";
            // 
            // lblAuthors
            // 
            resources.ApplyResources(this.lblAuthors, "lblAuthors");
            this.lblAuthors.Name = "lblAuthors";
            // 
            // panel2
            // 
            this.tblPanelAbout.SetColumnSpan(panel2, 2);
            panel2.Controls.Add(this.btnBugReport);
            panel2.Controls.Add(this.btnCheckForUpdates);
            resources.ApplyResources(panel2, "panel2");
            panel2.Name = "panel2";
            // 
            // btnBugReport
            // 
            resources.ApplyResources(this.btnBugReport, "btnBugReport");
            this.btnBugReport.Name = "btnBugReport";
            this.toolTipMainWindow.SetToolTip(this.btnBugReport, resources.GetString("btnBugReport.ToolTip"));
            this.btnBugReport.UseVisualStyleBackColor = true;
            this.btnBugReport.Click += new System.EventHandler(this.btnBugReport_Click);
            // 
            // btnCheckForUpdates
            // 
            resources.ApplyResources(this.btnCheckForUpdates, "btnCheckForUpdates");
            this.btnCheckForUpdates.Name = "btnCheckForUpdates";
            this.btnCheckForUpdates.UseVisualStyleBackColor = true;
            this.btnCheckForUpdates.Click += new System.EventHandler(this.btnCheckForUpdates_Click);
            // 
            // lblVersionLabel
            // 
            resources.ApplyResources(lblVersionLabel, "lblVersionLabel");
            lblVersionLabel.Name = "lblVersionLabel";
            // 
            // lblAssemblyLabel
            // 
            resources.ApplyResources(lblAssemblyLabel, "lblAssemblyLabel");
            lblAssemblyLabel.Name = "lblAssemblyLabel";
            // 
            // lblMediaVersionLabel
            // 
            resources.ApplyResources(lblMediaVersionLabel, "lblMediaVersionLabel");
            lblMediaVersionLabel.Name = "lblMediaVersionLabel";
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            // 
            // stsMain
            // 
            this.stsMain.GripMargin = new System.Windows.Forms.Padding(0);
            this.stsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlsStatusText,
            this.tlsProgress});
            resources.ApplyResources(this.stsMain, "stsMain");
            this.stsMain.Name = "stsMain";
            this.stsMain.SizingGrip = false;
            // 
            // tlsStatusText
            // 
            this.tlsStatusText.Name = "tlsStatusText";
            resources.ApplyResources(this.tlsStatusText, "tlsStatusText");
            this.tlsStatusText.Spring = true;
            // 
            // tlsProgress
            // 
            this.tlsProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tlsProgress.Name = "tlsProgress";
            resources.ApplyResources(this.tlsProgress, "tlsProgress");
            // 
            // tabsMain
            // 
            this.tabsMain.Controls.Add(this.tabInfo);
            this.tabsMain.Controls.Add(this.tabRating);
            this.tabsMain.Controls.Add(this.tabSettings);
            this.tabsMain.Controls.Add(this.tabAbout);
            resources.ApplyResources(this.tabsMain, "tabsMain");
            this.tabsMain.ImageList = this.imageTabs;
            this.tabsMain.Name = "tabsMain";
            this.tabsMain.SelectedIndex = 0;
            // 
            // tabInfo
            // 
            this.tabInfo.Controls.Add(this.tblPanelInfo);
            resources.ApplyResources(this.tabInfo, "tabInfo");
            this.tabInfo.Name = "tabInfo";
            this.tabInfo.UseVisualStyleBackColor = true;
            // 
            // tblPanelInfo
            // 
            resources.ApplyResources(this.tblPanelInfo, "tblPanelInfo");
            this.tblPanelInfo.Controls.Add(groupBox4, 1, 0);
            this.tblPanelInfo.Controls.Add(groupBox5, 0, 0);
            this.tblPanelInfo.Controls.Add(groupBox6, 0, 1);
            this.tblPanelInfo.Name = "tblPanelInfo";
            // 
            // tabRating
            // 
            this.tabRating.Controls.Add(this.tblPanelRating);
            resources.ApplyResources(this.tabRating, "tabRating");
            this.tabRating.Name = "tabRating";
            this.tabRating.UseVisualStyleBackColor = true;
            // 
            // tblPanelRating
            // 
            resources.ApplyResources(this.tblPanelRating, "tblPanelRating");
            this.tblPanelRating.Controls.Add(groupBox1, 0, 0);
            this.tblPanelRating.Controls.Add(groupBox2, 0, 1);
            this.tblPanelRating.Controls.Add(groupBox3, 1, 1);
            this.tblPanelRating.Name = "tblPanelRating";
            // 
            // tabSettings
            // 
            this.tabSettings.Controls.Add(this.tblPanelSettings);
            resources.ApplyResources(this.tabSettings, "tabSettings");
            this.tabSettings.Name = "tabSettings";
            this.tabSettings.UseVisualStyleBackColor = true;
            // 
            // tblPanelSettings
            // 
            resources.ApplyResources(this.tblPanelSettings, "tblPanelSettings");
            this.tblPanelSettings.Controls.Add(this.btnSave, 0, 2);
            this.tblPanelSettings.Controls.Add(this.btnReset, 1, 2);
            this.tblPanelSettings.Controls.Add(groupBox7, 0, 1);
            this.tblPanelSettings.Controls.Add(groupBox9, 0, 0);
            this.tblPanelSettings.Controls.Add(groupBox8, 1, 0);
            this.tblPanelSettings.Controls.Add(groupBox10, 1, 1);
            this.tblPanelSettings.Name = "tblPanelSettings";
            // 
            // btnSave
            // 
            resources.ApplyResources(this.btnSave, "btnSave");
            this.btnSave.Name = "btnSave";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnReset
            // 
            resources.ApplyResources(this.btnReset, "btnReset");
            this.btnReset.Name = "btnReset";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // tabAbout
            // 
            this.tabAbout.Controls.Add(this.tblPanelAbout);
            resources.ApplyResources(this.tabAbout, "tabAbout");
            this.tabAbout.Name = "tabAbout";
            this.tabAbout.UseVisualStyleBackColor = true;
            // 
            // tblPanelAbout
            // 
            resources.ApplyResources(this.tblPanelAbout, "tblPanelAbout");
            this.tblPanelAbout.Controls.Add(this.lblMediaVersion, 2, 2);
            this.tblPanelAbout.Controls.Add(lblMediaVersionLabel, 1, 2);
            this.tblPanelAbout.Controls.Add(this.lblAssembly, 2, 1);
            this.tblPanelAbout.Controls.Add(this.panel1, 0, 0);
            this.tblPanelAbout.Controls.Add(groupBox11, 1, 3);
            this.tblPanelAbout.Controls.Add(panel2, 1, 4);
            this.tblPanelAbout.Controls.Add(lblVersionLabel, 1, 0);
            this.tblPanelAbout.Controls.Add(this.lblVersion, 2, 0);
            this.tblPanelAbout.Controls.Add(lblAssemblyLabel, 1, 1);
            this.tblPanelAbout.Name = "tblPanelAbout";
            // 
            // lblMediaVersion
            // 
            resources.ApplyResources(this.lblMediaVersion, "lblMediaVersion");
            this.lblMediaVersion.Name = "lblMediaVersion";
            // 
            // lblAssembly
            // 
            resources.ApplyResources(this.lblAssembly, "lblAssembly");
            this.lblAssembly.Name = "lblAssembly";
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.pbAbout);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            this.tblPanelAbout.SetRowSpan(this.panel1, 5);
            // 
            // pbAbout
            // 
            resources.ApplyResources(this.pbAbout, "pbAbout");
            this.pbAbout.Image = global::iPlaylist.Properties.Resources.AboutPage;
            this.pbAbout.Name = "pbAbout";
            this.pbAbout.TabStop = false;
            // 
            // lblVersion
            // 
            resources.ApplyResources(this.lblVersion, "lblVersion");
            this.lblVersion.Name = "lblVersion";
            // 
            // imageTabs
            // 
            this.imageTabs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageTabs.ImageStream")));
            this.imageTabs.TransparentColor = System.Drawing.Color.Transparent;
            this.imageTabs.Images.SetKeyName(0, "iPlaylist-settings.png");
            this.imageTabs.Images.SetKeyName(1, "iPlaylist-about.png");
            this.imageTabs.Images.SetKeyName(2, "iPlaylist-best.png");
            this.imageTabs.Images.SetKeyName(3, "iPlaylist-info.png");
            // 
            // notifyIconMain
            // 
            this.notifyIconMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            resources.ApplyResources(this.notifyIconMain, "notifyIconMain");
            this.notifyIconMain.ContextMenuStrip = this.contextMenuIcon;
            this.notifyIconMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseClick);
            // 
            // contextMenuIcon
            // 
            this.contextMenuIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showMainWindowToolStripMenuItem,
            this.showPlayerControlsToolStripMenuItem,
            toolStripSeparator1,
            this.shufflePlaylistToolStripMenuItem,
            this.prevTrackToolStripMenuItem,
            this.playPauseToolStripMenuItem,
            this.nextTrackToolStripMenuItem,
            toolStripSeparator2,
            this.exitIPlaylistToolStripMenuItem});
            this.contextMenuIcon.Name = "contextMenuIcon";
            this.contextMenuIcon.ShowCheckMargin = true;
            this.contextMenuIcon.ShowImageMargin = false;
            resources.ApplyResources(this.contextMenuIcon, "contextMenuIcon");
            // 
            // showMainWindowToolStripMenuItem
            // 
            resources.ApplyResources(this.showMainWindowToolStripMenuItem, "showMainWindowToolStripMenuItem");
            this.showMainWindowToolStripMenuItem.Name = "showMainWindowToolStripMenuItem";
            this.showMainWindowToolStripMenuItem.Click += new System.EventHandler(this.showMainWindowToolStripMenuItem_Click);
            // 
            // showPlayerControlsToolStripMenuItem
            // 
            this.showPlayerControlsToolStripMenuItem.CheckOnClick = true;
            this.showPlayerControlsToolStripMenuItem.Name = "showPlayerControlsToolStripMenuItem";
            resources.ApplyResources(this.showPlayerControlsToolStripMenuItem, "showPlayerControlsToolStripMenuItem");
            this.showPlayerControlsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showPlayerControlsToolStripMenuItem_CheckedChanged);
            // 
            // shufflePlaylistToolStripMenuItem
            // 
            this.shufflePlaylistToolStripMenuItem.Name = "shufflePlaylistToolStripMenuItem";
            resources.ApplyResources(this.shufflePlaylistToolStripMenuItem, "shufflePlaylistToolStripMenuItem");
            this.shufflePlaylistToolStripMenuItem.Click += new System.EventHandler(this.shufflePlaylistToolStripMenuItem_Click);
            // 
            // prevTrackToolStripMenuItem
            // 
            this.prevTrackToolStripMenuItem.Name = "prevTrackToolStripMenuItem";
            resources.ApplyResources(this.prevTrackToolStripMenuItem, "prevTrackToolStripMenuItem");
            this.prevTrackToolStripMenuItem.Click += new System.EventHandler(this.prevTrackToolStripMenuItem_Click);
            // 
            // playPauseToolStripMenuItem
            // 
            this.playPauseToolStripMenuItem.Name = "playPauseToolStripMenuItem";
            resources.ApplyResources(this.playPauseToolStripMenuItem, "playPauseToolStripMenuItem");
            this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.playPauseToolStripMenuItem_Click);
            // 
            // nextTrackToolStripMenuItem
            // 
            this.nextTrackToolStripMenuItem.Name = "nextTrackToolStripMenuItem";
            resources.ApplyResources(this.nextTrackToolStripMenuItem, "nextTrackToolStripMenuItem");
            this.nextTrackToolStripMenuItem.Click += new System.EventHandler(this.nextTrackToolStripMenuItem_Click);
            // 
            // exitIPlaylistToolStripMenuItem
            // 
            this.exitIPlaylistToolStripMenuItem.Name = "exitIPlaylistToolStripMenuItem";
            resources.ApplyResources(this.exitIPlaylistToolStripMenuItem, "exitIPlaylistToolStripMenuItem");
            this.exitIPlaylistToolStripMenuItem.Click += new System.EventHandler(this.exitIPlaylistToolStripMenuItem_Click);
            // 
            // timerScreenUpdate
            // 
            this.timerScreenUpdate.Interval = 500;
            this.timerScreenUpdate.Tick += new System.EventHandler(this.timerScreenUpdate_Tick);
            // 
            // bgwCreatePlaylist
            // 
            this.bgwCreatePlaylist.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCreatePlaylist_DoWork);
            this.bgwCreatePlaylist.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCreatePlaylist_RunWorkerCompleted);
            // 
            // lblOnlinePeriod
            // 
            resources.ApplyResources(this.lblOnlinePeriod, "lblOnlinePeriod");
            this.lblOnlinePeriod.Name = "lblOnlinePeriod";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // frmMain
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabsMain);
            this.Controls.Add(this.stsMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            groupBox1.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            tableLayoutControls.ResumeLayout(false);
            groupBox5.ResumeLayout(false);
            groupBox5.PerformLayout();
            tableLayoutProgressBar.ResumeLayout(false);
            groupBox6.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.PerformLayout();
            groupBox7.ResumeLayout(false);
            groupBox7.PerformLayout();
            groupBox8.ResumeLayout(false);
            groupBox8.PerformLayout();
            groupBox9.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            groupBox10.ResumeLayout(false);
            this.tableLayoutPresets.ResumeLayout(false);
            groupBox11.ResumeLayout(false);
            panel2.ResumeLayout(false);
            this.stsMain.ResumeLayout(false);
            this.stsMain.PerformLayout();
            this.tabsMain.ResumeLayout(false);
            this.tabInfo.ResumeLayout(false);
            this.tblPanelInfo.ResumeLayout(false);
            this.tabRating.ResumeLayout(false);
            this.tblPanelRating.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.tblPanelSettings.ResumeLayout(false);
            this.tabAbout.ResumeLayout(false);
            this.tblPanelAbout.ResumeLayout(false);
            this.tblPanelAbout.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).EndInit();
            this.contextMenuIcon.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 60
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripSeparator editSeparatorItem;
     this.menu                  = new System.Windows.Forms.MenuStrip();
     this.appItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.appNewItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.appLoadItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.appSaveItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.appSaveAsItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.appQuitItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.editItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.editUndoItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.editRedoItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.editCopyVarItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.editCopyDataItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.varsItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.varsAddItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.varsModifyItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.varsRemoveItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.datasItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.datasAddItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.datasModifyItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.datasInsertItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.datasInsertBeforeItem = new System.Windows.Forms.ToolStripMenuItem();
     this.datasInsertAfterItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.datasRemoveItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.configItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.configParamsItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.executeItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.vars                  = new System.Windows.Forms.ListBox();
     this.datas                 = new System.Windows.Forms.ListBox();
     this.splitterLeft          = new System.Windows.Forms.Splitter();
     this.splitterRight         = new System.Windows.Forms.Splitter();
     this.txtSource             = new System.Windows.Forms.TextBox();
     this.configImportItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.configSaveItem        = new System.Windows.Forms.ToolStripMenuItem();
     editSeparatorItem          = new System.Windows.Forms.ToolStripSeparator();
     this.menu.SuspendLayout();
     this.SuspendLayout();
     //
     // editSeparatorItem
     //
     editSeparatorItem.Name = "editSeparatorItem";
     editSeparatorItem.Size = new System.Drawing.Size(144, 6);
     //
     // menu
     //
     this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.appItem,
         this.editItem,
         this.varsItem,
         this.datasItem,
         this.configItem,
         this.executeItem
     });
     this.menu.Location = new System.Drawing.Point(0, 0);
     this.menu.Name     = "menu";
     this.menu.Size     = new System.Drawing.Size(628, 24);
     this.menu.TabIndex = 3;
     this.menu.Text     = "menuStrip1";
     //
     // appItem
     //
     this.appItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.appNewItem,
         this.appLoadItem,
         this.appSaveItem,
         this.appSaveAsItem,
         this.appQuitItem
     });
     this.appItem.Name = "appItem";
     this.appItem.Size = new System.Drawing.Size(80, 20);
     this.appItem.Text = "Application";
     //
     // appNewItem
     //
     this.appNewItem.Name   = "appNewItem";
     this.appNewItem.Size   = new System.Drawing.Size(152, 22);
     this.appNewItem.Text   = "New";
     this.appNewItem.Click += new System.EventHandler(this.appNewItem_Click);
     //
     // appLoadItem
     //
     this.appLoadItem.Name   = "appLoadItem";
     this.appLoadItem.Size   = new System.Drawing.Size(152, 22);
     this.appLoadItem.Text   = "Load";
     this.appLoadItem.Click += new System.EventHandler(this.appLoadItem_Click);
     //
     // appSaveItem
     //
     this.appSaveItem.Name   = "appSaveItem";
     this.appSaveItem.Size   = new System.Drawing.Size(152, 22);
     this.appSaveItem.Text   = "Save";
     this.appSaveItem.Click += new System.EventHandler(this.appSaveItem_Click);
     //
     // appSaveAsItem
     //
     this.appSaveAsItem.Name   = "appSaveAsItem";
     this.appSaveAsItem.Size   = new System.Drawing.Size(152, 22);
     this.appSaveAsItem.Text   = "Save As";
     this.appSaveAsItem.Click += new System.EventHandler(this.appSaveAsItem_Click);
     //
     // appQuitItem
     //
     this.appQuitItem.Name   = "appQuitItem";
     this.appQuitItem.Size   = new System.Drawing.Size(152, 22);
     this.appQuitItem.Text   = "Quit";
     this.appQuitItem.Click += new System.EventHandler(this.appQuitItem_Click);
     //
     // editItem
     //
     this.editItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editUndoItem,
         this.editRedoItem,
         editSeparatorItem,
         this.editCopyVarItem,
         this.editCopyDataItem
     });
     this.editItem.Name = "editItem";
     this.editItem.Size = new System.Drawing.Size(39, 20);
     this.editItem.Text = "Edit";
     //
     // editUndoItem
     //
     this.editUndoItem.Name   = "editUndoItem";
     this.editUndoItem.Size   = new System.Drawing.Size(147, 22);
     this.editUndoItem.Text   = "Undo";
     this.editUndoItem.Click += new System.EventHandler(this.editUndoItem_Click);
     //
     // editRedoItem
     //
     this.editRedoItem.Name   = "editRedoItem";
     this.editRedoItem.Size   = new System.Drawing.Size(147, 22);
     this.editRedoItem.Text   = "Redo";
     this.editRedoItem.Click += new System.EventHandler(this.editRedoItem_Click);
     //
     // editCopyVarItem
     //
     this.editCopyVarItem.Name   = "editCopyVarItem";
     this.editCopyVarItem.Size   = new System.Drawing.Size(147, 22);
     this.editCopyVarItem.Text   = "Copy Variable";
     this.editCopyVarItem.Click += new System.EventHandler(this.editCopyVarItem_Click);
     //
     // editCopyDataItem
     //
     this.editCopyDataItem.Name   = "editCopyDataItem";
     this.editCopyDataItem.Size   = new System.Drawing.Size(147, 22);
     this.editCopyDataItem.Text   = "Copy Data";
     this.editCopyDataItem.Click += new System.EventHandler(this.editCopyDataItem_Click);
     //
     // varsItem
     //
     this.varsItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.varsAddItem,
         this.varsModifyItem,
         this.varsRemoveItem
     });
     this.varsItem.Name = "varsItem";
     this.varsItem.Size = new System.Drawing.Size(66, 20);
     this.varsItem.Text = "Variables";
     //
     // varsAddItem
     //
     this.varsAddItem.Name   = "varsAddItem";
     this.varsAddItem.Size   = new System.Drawing.Size(117, 22);
     this.varsAddItem.Text   = "Add";
     this.varsAddItem.Click += new System.EventHandler(this.varsAddItem_Click);
     //
     // varsModifyItem
     //
     this.varsModifyItem.Name   = "varsModifyItem";
     this.varsModifyItem.Size   = new System.Drawing.Size(117, 22);
     this.varsModifyItem.Text   = "Modify";
     this.varsModifyItem.Click += new System.EventHandler(this.varsModifyItem_Click);
     //
     // varsRemoveItem
     //
     this.varsRemoveItem.Name   = "varsRemoveItem";
     this.varsRemoveItem.Size   = new System.Drawing.Size(117, 22);
     this.varsRemoveItem.Text   = "Remove";
     this.varsRemoveItem.Click += new System.EventHandler(this.varsRemoveItem_Click);
     //
     // datasItem
     //
     this.datasItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.datasAddItem,
         this.datasModifyItem,
         this.datasInsertItem,
         this.datasRemoveItem
     });
     this.datasItem.Name = "datasItem";
     this.datasItem.Size = new System.Drawing.Size(48, 20);
     this.datasItem.Text = "Datas";
     //
     // datasAddItem
     //
     this.datasAddItem.Name   = "datasAddItem";
     this.datasAddItem.Size   = new System.Drawing.Size(117, 22);
     this.datasAddItem.Text   = "Add";
     this.datasAddItem.Click += new System.EventHandler(this.datasAddItem_Click);
     //
     // datasModifyItem
     //
     this.datasModifyItem.Name   = "datasModifyItem";
     this.datasModifyItem.Size   = new System.Drawing.Size(117, 22);
     this.datasModifyItem.Text   = "Modify";
     this.datasModifyItem.Click += new System.EventHandler(this.datasModifyItem_Click);
     //
     // datasInsertItem
     //
     this.datasInsertItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.datasInsertBeforeItem,
         this.datasInsertAfterItem
     });
     this.datasInsertItem.Name = "datasInsertItem";
     this.datasInsertItem.Size = new System.Drawing.Size(117, 22);
     this.datasInsertItem.Text = "Insert";
     //
     // datasInsertBeforeItem
     //
     this.datasInsertBeforeItem.Name   = "datasInsertBeforeItem";
     this.datasInsertBeforeItem.Size   = new System.Drawing.Size(108, 22);
     this.datasInsertBeforeItem.Text   = "Before";
     this.datasInsertBeforeItem.Click += new System.EventHandler(this.datasInsertBeforeItem_Click);
     //
     // datasInsertAfterItem
     //
     this.datasInsertAfterItem.Name   = "datasInsertAfterItem";
     this.datasInsertAfterItem.Size   = new System.Drawing.Size(108, 22);
     this.datasInsertAfterItem.Text   = "After";
     this.datasInsertAfterItem.Click += new System.EventHandler(this.datasInsertAfterItem_Click);
     //
     // datasRemoveItem
     //
     this.datasRemoveItem.Name   = "datasRemoveItem";
     this.datasRemoveItem.Size   = new System.Drawing.Size(117, 22);
     this.datasRemoveItem.Text   = "Remove";
     this.datasRemoveItem.Click += new System.EventHandler(this.datasRemoveItem_Click);
     //
     // configItem
     //
     this.configItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.configParamsItem,
         this.configImportItem,
         this.configSaveItem
     });
     this.configItem.Name = "configItem";
     this.configItem.Size = new System.Drawing.Size(93, 20);
     this.configItem.Text = "Configuration";
     //
     // configParamsItem
     //
     this.configParamsItem.Name   = "configParamsItem";
     this.configParamsItem.Size   = new System.Drawing.Size(152, 22);
     this.configParamsItem.Text   = "Parameters";
     this.configParamsItem.Click += new System.EventHandler(this.configParamsItem_Click);
     //
     // executeItem
     //
     this.executeItem.Name   = "executeItem";
     this.executeItem.Size   = new System.Drawing.Size(59, 20);
     this.executeItem.Text   = "Execute";
     this.executeItem.Click += new System.EventHandler(this.executeItem_Click);
     //
     // vars
     //
     this.vars.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.vars.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.vars.Dock              = System.Windows.Forms.DockStyle.Left;
     this.vars.ForeColor         = System.Drawing.Color.White;
     this.vars.FormattingEnabled = true;
     this.vars.Location          = new System.Drawing.Point(0, 24);
     this.vars.Name              = "vars";
     this.vars.SelectionMode     = System.Windows.Forms.SelectionMode.MultiExtended;
     this.vars.Size              = new System.Drawing.Size(120, 381);
     this.vars.TabIndex          = 4;
     this.vars.TabStop           = false;
     this.vars.DoubleClick      += new System.EventHandler(this.vars_DoubleClick);
     //
     // datas
     //
     this.datas.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.datas.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.datas.Dock              = System.Windows.Forms.DockStyle.Right;
     this.datas.ForeColor         = System.Drawing.Color.White;
     this.datas.FormattingEnabled = true;
     this.datas.IntegralHeight    = false;
     this.datas.Location          = new System.Drawing.Point(508, 24);
     this.datas.Name              = "datas";
     this.datas.SelectionMode     = System.Windows.Forms.SelectionMode.MultiExtended;
     this.datas.Size              = new System.Drawing.Size(120, 381);
     this.datas.TabIndex          = 5;
     this.datas.TabStop           = false;
     this.datas.DoubleClick      += new System.EventHandler(this.datas_DoubleClick);
     //
     // splitterLeft
     //
     this.splitterLeft.Location = new System.Drawing.Point(120, 24);
     this.splitterLeft.Name     = "splitterLeft";
     this.splitterLeft.Size     = new System.Drawing.Size(3, 381);
     this.splitterLeft.TabIndex = 6;
     this.splitterLeft.TabStop  = false;
     //
     // splitterRight
     //
     this.splitterRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterRight.Location = new System.Drawing.Point(505, 24);
     this.splitterRight.Name     = "splitterRight";
     this.splitterRight.Size     = new System.Drawing.Size(3, 381);
     this.splitterRight.TabIndex = 7;
     this.splitterRight.TabStop  = false;
     //
     // txtSource
     //
     this.txtSource.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtSource.Location  = new System.Drawing.Point(123, 24);
     this.txtSource.Multiline = true;
     this.txtSource.Name      = "txtSource";
     this.txtSource.ReadOnly  = true;
     this.txtSource.Size      = new System.Drawing.Size(382, 381);
     this.txtSource.TabIndex  = 8;
     this.txtSource.TabStop   = false;
     //
     // configImportItem
     //
     this.configImportItem.Name   = "configImportItem";
     this.configImportItem.Size   = new System.Drawing.Size(152, 22);
     this.configImportItem.Text   = "Import";
     this.configImportItem.Click += new System.EventHandler(this.configImportItem_Click);
     //
     // configSaveItem
     //
     this.configSaveItem.Name   = "configSaveItem";
     this.configSaveItem.Size   = new System.Drawing.Size(152, 22);
     this.configSaveItem.Text   = "Save";
     this.configSaveItem.Click += new System.EventHandler(this.configSaveItem_Click);
     //
     // Editor
     //
     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(628, 405);
     this.Controls.Add(this.txtSource);
     this.Controls.Add(this.splitterRight);
     this.Controls.Add(this.splitterLeft);
     this.Controls.Add(this.datas);
     this.Controls.Add(this.vars);
     this.Controls.Add(this.menu);
     this.MainMenuStrip = this.menu;
     this.Name          = "Editor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Editor";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Editor_FormClosing);
     this.menu.ResumeLayout(false);
     this.menu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }