Example #1
0
 /// <summary>
 /// Overriden InitializeComponent to use a CheckedListBox instead of a ListBox.
 /// </summary>
 override protected void InitializeComponent()
 {
     grpText = new GroupBox();
     lstText = new CheckedListBox();
     txtText = new SpecialTextBox();
     grpText.SuspendLayout();
     SuspendLayout();
     // 
     // grpText
     // 
     grpText.Controls.Add(lstText);
     grpText.Controls.Add(txtText);
     grpText.Dock = DockStyle.Fill;
     grpText.Location = new Point(0, 0);
     grpText.Name = "grpText";
     grpText.Size = new Size(100, 200);
     grpText.TabIndex = 3;
     grpText.TabStop = false;
     grpText.Text = "Text";
     grpText.Click += new System.EventHandler(grpText_Click);
     // 
     // lstText
     // 
     lstText.Anchor = (((((AnchorStyles.Top | AnchorStyles.Bottom)
                 | AnchorStyles.Left)
                 | AnchorStyles.Right)));
     lstText.FormattingEnabled = true;
     lstText.Location = new Point(6, 75);
     lstText.Margin = new Padding(3, 6, 3, 3);
     lstText.Name = "lstText";
     lstText.Size = new Size(88, 109);
     lstText.TabIndex = 1;
     lstText.TabStop = false;
     // 
     // txtText
     // 
     txtText.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left)
                 | AnchorStyles.Right)));
     txtText.Location = new Point(6, 19);
     txtText.Multiline = true;
     txtText.Name = "txtText";
     txtText.Size = new Size(88, 47);
     txtText.TabIndex = 0;
     // 
     // ColumnFirstText
     // 
     AutoScaleDimensions = new SizeF(6F, 13F);
     AutoScaleMode = AutoScaleMode.Font;
     Controls.Add(grpText);
     Enabled = false;
     MinimumSize = new Size(100, 200);
     Name = "ColumnFirstText";
     Size = new Size(100, 200);
     grpText.ResumeLayout(false);
     grpText.PerformLayout();
     ResumeLayout(false);
 }
Example #2
0
        private void FillCheckedList(IEnumerable <FilterNameModel> models)
        {
            GroupBox       gbFilter;
            CheckedListBox listBox;
            int            dy = 13;

            foreach (var item in models)
            {
                gbFilter = new System.Windows.Forms.GroupBox();
                listBox  = new System.Windows.Forms.CheckedListBox();
                gbFilter.SuspendLayout();
                //
                // gbFilter
                //
                gbFilter.Controls.Add(listBox);
                gbFilter.Location  = new System.Drawing.Point(13, dy);
                gbFilter.Name      = $"gbFilter{item.Id}";
                gbFilter.Size      = new System.Drawing.Size(222, 217);
                gbFilter.TabIndex  = 0;
                gbFilter.TabStop   = false;
                gbFilter.Text      = item.Name;
                gbFilter.ForeColor = Color.Red;
                gbFilter.Tag       = item;
                gbFilter.Click    += new EventHandler(GbFilter_Click);
                //
                // listBox
                //
                listBox.FormattingEnabled = true;
                listBox.Location          = new System.Drawing.Point(0, 30);
                listBox.Name     = $"listBox{item.Id}";
                listBox.Width    = 208;
                listBox.TabIndex = 0;

                foreach (var child in item.Children)
                {
                    listBox.Items.Add(child);
                }

                gbFilter.Size = new  Size(listBox.Size.Width, listBox.Size.Height + 30);
                dy           += gbFilter.Size.Height + 10;
                this.Controls.Add(gbFilter);
            }
        }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     attributesTv_ = new System.Windows.Forms.TreeView();
     attributesGb_ = new System.Windows.Forms.GroupBox();
     attributesGb_.SuspendLayout();
     SuspendLayout();
     //
     // AttributesTV
     //
     attributesTv_.CheckBoxes         = true;
     attributesTv_.Dock               = System.Windows.Forms.DockStyle.Fill;
     attributesTv_.ImageIndex         = -1;
     attributesTv_.Location           = new System.Drawing.Point(3, 16);
     attributesTv_.Name               = "attributesTv_";
     attributesTv_.SelectedImageIndex = -1;
     attributesTv_.Size               = new System.Drawing.Size(394, 285);
     attributesTv_.TabIndex           = 0;
     attributesTv_.AfterCheck        += new System.Windows.Forms.TreeViewEventHandler(AttributesTV_AfterCheck);
     attributesTv_.BeforeExpand      += new System.Windows.Forms.TreeViewCancelEventHandler(AttributesTV_BeforeExpand);
     //
     // AttributesGB
     //
     attributesGb_.Controls.Add(attributesTv_);
     attributesGb_.Dock     = System.Windows.Forms.DockStyle.Fill;
     attributesGb_.Location = new System.Drawing.Point(0, 0);
     attributesGb_.Name     = "attributesGb_";
     attributesGb_.Size     = new System.Drawing.Size(400, 304);
     attributesGb_.TabIndex = 1;
     attributesGb_.TabStop  = false;
     attributesGb_.Text     = "Attributes";
     //
     // AttributesCtrl
     //
     Controls.Add(attributesGb_);
     Name = "AttributesCtrl";
     Size = new System.Drawing.Size(400, 304);
     attributesGb_.ResumeLayout(false);
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     categoriesLv_ = new System.Windows.Forms.ListView();
     categoriesGb_ = new System.Windows.Forms.GroupBox();
     categoriesGb_.SuspendLayout();
     SuspendLayout();
     //
     // CategoriesLV
     //
     categoriesLv_.CheckBoxes    = true;
     categoriesLv_.Dock          = System.Windows.Forms.DockStyle.Fill;
     categoriesLv_.FullRowSelect = true;
     categoriesLv_.Location      = new System.Drawing.Point(3, 16);
     categoriesLv_.Name          = "categoriesLv_";
     categoriesLv_.Size          = new System.Drawing.Size(370, 181);
     categoriesLv_.TabIndex      = 16;
     categoriesLv_.View          = System.Windows.Forms.View.Details;
     categoriesLv_.ItemCheck    += new System.Windows.Forms.ItemCheckEventHandler(CategoriesLV_ItemCheck);
     //
     // CategoriesGB
     //
     categoriesGb_.Controls.Add(categoriesLv_);
     categoriesGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     categoriesGb_.Location = new System.Drawing.Point(0, 0);
     categoriesGb_.Name     = "categoriesGb_";
     categoriesGb_.Size     = new System.Drawing.Size(376, 200);
     categoriesGb_.TabIndex = 17;
     categoriesGb_.TabStop  = false;
     categoriesGb_.Text     = "Categories";
     //
     // CategoriesCtrl
     //
     Controls.Add(categoriesGb_);
     Name = "CategoriesCtrl";
     Size = new System.Drawing.Size(376, 200);
     categoriesGb_.ResumeLayout(false);
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.GroupBox groupBox2;
     this.commentTextBox = new System.Windows.Forms.TextBox();
     this.testStepList = new System.Windows.Forms.ListBox();
     this.button2 = new System.Windows.Forms.Button();
     this.failureButton = new System.Windows.Forms.Button();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox2 = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.commentTextBox);
     groupBox1.Location = new System.Drawing.Point(10, 163);
     groupBox1.Name = "groupBox1";
     groupBox1.Size = new System.Drawing.Size(329, 98);
     groupBox1.TabIndex = 5;
     groupBox1.TabStop = false;
     groupBox1.Text = "Comments";
     //
     // commentTextBox
     //
     this.commentTextBox.AutoSize = false;
     this.commentTextBox.Location = new System.Drawing.Point(7, 20);
     this.commentTextBox.Multiline = true;
     this.commentTextBox.Name = "commentTextBox";
     this.commentTextBox.Size = new System.Drawing.Size(316, 70);
     this.commentTextBox.TabIndex = 0;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.testStepList);
     groupBox2.Location = new System.Drawing.Point(10, 6);
     groupBox2.Name = "groupBox2";
     groupBox2.Size = new System.Drawing.Size(329, 151);
     groupBox2.TabIndex = 7;
     groupBox2.TabStop = false;
     groupBox2.Text = "Test Steps";
     //
     // testStepList
     //
     this.testStepList.Location = new System.Drawing.Point(7, 20);
     this.testStepList.Name = "testStepList";
     this.testStepList.Size = new System.Drawing.Size(316, 121);
     this.testStepList.TabIndex = 6;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.LawnGreen;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location = new System.Drawing.Point(10, 268);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(176, 50);
     this.button2.TabIndex = 3;
     this.button2.Text = "Success";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // failureButton
     //
     this.failureButton.BackColor = System.Drawing.Color.OrangeRed;
     this.failureButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.failureButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.failureButton.Location = new System.Drawing.Point(193, 268);
     this.failureButton.Name = "failureButton";
     this.failureButton.Size = new System.Drawing.Size(146, 50);
     this.failureButton.TabIndex = 4;
     this.failureButton.Text = "Failure";
     this.failureButton.Click += new System.EventHandler(this.failureButton_Click);
     //
     // ManualTestForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(346, 323);
     this.Controls.Add(groupBox2);
     this.Controls.Add(this.failureButton);
     this.Controls.Add(this.button2);
     this.Controls.Add(groupBox1);
     this.Name = "ManualTestForm";
     this.Text = "ManualTestForm";
     groupBox1.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #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.GroupBox groupBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsOptionsDialog));
     System.Windows.Forms.GroupBox groupBox3;
     System.Windows.Forms.Label    lbMeasurement;
     System.Windows.Forms.Label    lblStyleNote;
     System.Windows.Forms.Label    lblShowStyles;
     System.Windows.Forms.Label    lblStyleLevel;
     System.Windows.Forms.Button   btnCancel;
     System.Windows.Forms.Button   btnHelp;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label1;
     this.m_chkSynchFootnoteScroll     = new System.Windows.Forms.CheckBox();
     this.m_chkShowFormatMarks         = new System.Windows.Forms.CheckBox();
     this.m_chkMarkerlessFootnoteIcons = new System.Windows.Forms.CheckBox();
     this.m_chkPromptEmptyParas        = new System.Windows.Forms.CheckBox();
     this.m_lblNoTestFeatures          = new System.Windows.Forms.Label();
     this.m_cboExperimentalFeatures    = new System.Windows.Forms.CheckedListBox();
     this.btnOK                    = new System.Windows.Forms.Button();
     this.tabOptions               = new System.Windows.Forms.TabControl();
     this.tabPageView              = new System.Windows.Forms.TabPage();
     this.tabPageGeneral           = new System.Windows.Forms.TabPage();
     this.m_chkStartLibronixWithTE = new System.Windows.Forms.CheckBox();
     this.tabPageStyles            = new System.Windows.Forms.TabPage();
     this.rdoCustomList            = new System.Windows.Forms.RadioButton();
     this.rdoAllStyles             = new System.Windows.Forms.RadioButton();
     this.rdoBasicStyles           = new System.Windows.Forms.RadioButton();
     this.grpCustom                = new System.Windows.Forms.GroupBox();
     this.cboStyleLevel            = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.chkShowUserDefined       = new System.Windows.Forms.CheckBox();
     this.tabPageInterface         = new System.Windows.Forms.TabPage();
     this.label2                   = new System.Windows.Forms.Label();
     this.m_userInterfaceChooser   = new SIL.FieldWorks.Common.Widgets.UserInterfaceChooser();
     this.m_cboMeasurement         = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.tabPageAdvanced          = new System.Windows.Forms.TabPage();
     groupBox1     = new System.Windows.Forms.GroupBox();
     groupBox3     = new System.Windows.Forms.GroupBox();
     lbMeasurement = new System.Windows.Forms.Label();
     lblStyleNote  = new System.Windows.Forms.Label();
     lblShowStyles = new System.Windows.Forms.Label();
     lblStyleLevel = new System.Windows.Forms.Label();
     btnCancel     = new System.Windows.Forms.Button();
     btnHelp       = new System.Windows.Forms.Button();
     groupBox2     = new System.Windows.Forms.GroupBox();
     label1        = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox3.SuspendLayout();
     groupBox2.SuspendLayout();
     this.tabOptions.SuspendLayout();
     this.tabPageView.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.tabPageStyles.SuspendLayout();
     this.grpCustom.SuspendLayout();
     this.tabPageInterface.SuspendLayout();
     this.tabPageAdvanced.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.m_chkSynchFootnoteScroll);
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // m_chkSynchFootnoteScroll
     //
     resources.ApplyResources(this.m_chkSynchFootnoteScroll, "m_chkSynchFootnoteScroll");
     this.m_chkSynchFootnoteScroll.Name = "m_chkSynchFootnoteScroll";
     //
     // groupBox3
     //
     groupBox3.Controls.Add(this.m_chkShowFormatMarks);
     groupBox3.Controls.Add(this.m_chkMarkerlessFootnoteIcons);
     groupBox3.Controls.Add(this.m_chkPromptEmptyParas);
     resources.ApplyResources(groupBox3, "groupBox3");
     groupBox3.Name    = "groupBox3";
     groupBox3.TabStop = false;
     //
     // m_chkShowFormatMarks
     //
     resources.ApplyResources(this.m_chkShowFormatMarks, "m_chkShowFormatMarks");
     this.m_chkShowFormatMarks.Name = "m_chkShowFormatMarks";
     //
     // m_chkMarkerlessFootnoteIcons
     //
     resources.ApplyResources(this.m_chkMarkerlessFootnoteIcons, "m_chkMarkerlessFootnoteIcons");
     this.m_chkMarkerlessFootnoteIcons.Name = "m_chkMarkerlessFootnoteIcons";
     //
     // m_chkPromptEmptyParas
     //
     resources.ApplyResources(this.m_chkPromptEmptyParas, "m_chkPromptEmptyParas");
     this.m_chkPromptEmptyParas.Name = "m_chkPromptEmptyParas";
     //
     // lbMeasurement
     //
     resources.ApplyResources(lbMeasurement, "lbMeasurement");
     lbMeasurement.Name = "lbMeasurement";
     //
     // lblStyleNote
     //
     resources.ApplyResources(lblStyleNote, "lblStyleNote");
     lblStyleNote.Name = "lblStyleNote";
     //
     // lblShowStyles
     //
     resources.ApplyResources(lblShowStyles, "lblShowStyles");
     lblShowStyles.Name = "lblShowStyles";
     //
     // lblStyleLevel
     //
     resources.ApplyResources(lblStyleLevel, "lblStyleLevel");
     lblStyleLevel.Name = "lblStyleLevel";
     //
     // btnCancel
     //
     resources.ApplyResources(btnCancel, "btnCancel");
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Name         = "btnCancel";
     //
     // btnHelp
     //
     resources.ApplyResources(btnHelp, "btnHelp");
     btnHelp.Name   = "btnHelp";
     btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.m_lblNoTestFeatures);
     groupBox2.Controls.Add(this.m_cboExperimentalFeatures);
     resources.ApplyResources(groupBox2, "groupBox2");
     groupBox2.Name    = "groupBox2";
     groupBox2.TabStop = false;
     //
     // m_lblNoTestFeatures
     //
     resources.ApplyResources(this.m_lblNoTestFeatures, "m_lblNoTestFeatures");
     this.m_lblNoTestFeatures.Name = "m_lblNoTestFeatures";
     //
     // m_cboExperimentalFeatures
     //
     this.m_cboExperimentalFeatures.BackColor         = System.Drawing.SystemColors.Window;
     this.m_cboExperimentalFeatures.FormattingEnabled = true;
     this.m_cboExperimentalFeatures.Items.AddRange(new object[] {
         resources.GetString("m_cboExperimentalFeatures.Items"),
         resources.GetString("m_cboExperimentalFeatures.Items1"),
         resources.GetString("m_cboExperimentalFeatures.Items2"),
         resources.GetString("m_cboExperimentalFeatures.Items3")
     });
     resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures");
     this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures";
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name         = "btnOK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // tabOptions
     //
     this.tabOptions.Controls.Add(this.tabPageView);
     this.tabOptions.Controls.Add(this.tabPageGeneral);
     this.tabOptions.Controls.Add(this.tabPageStyles);
     this.tabOptions.Controls.Add(this.tabPageInterface);
     this.tabOptions.Controls.Add(this.tabPageAdvanced);
     this.tabOptions.HotTrack = true;
     resources.ApplyResources(this.tabOptions, "tabOptions");
     this.tabOptions.Name          = "tabOptions";
     this.tabOptions.SelectedIndex = 0;
     //
     // tabPageView
     //
     this.tabPageView.Controls.Add(groupBox1);
     this.tabPageView.Controls.Add(groupBox3);
     resources.ApplyResources(this.tabPageView, "tabPageView");
     this.tabPageView.Name = "tabPageView";
     this.tabPageView.UseVisualStyleBackColor = true;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.m_chkStartLibronixWithTE);
     resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral");
     this.tabPageGeneral.Name = "tabPageGeneral";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // m_chkStartLibronixWithTE
     //
     resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE");
     this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE";
     //
     // tabPageStyles
     //
     this.tabPageStyles.Controls.Add(lblStyleNote);
     this.tabPageStyles.Controls.Add(this.rdoCustomList);
     this.tabPageStyles.Controls.Add(this.rdoAllStyles);
     this.tabPageStyles.Controls.Add(this.rdoBasicStyles);
     this.tabPageStyles.Controls.Add(lblShowStyles);
     this.tabPageStyles.Controls.Add(this.grpCustom);
     resources.ApplyResources(this.tabPageStyles, "tabPageStyles");
     this.tabPageStyles.Name = "tabPageStyles";
     this.tabPageStyles.UseVisualStyleBackColor = true;
     //
     // rdoCustomList
     //
     resources.ApplyResources(this.rdoCustomList, "rdoCustomList");
     this.rdoCustomList.Name            = "rdoCustomList";
     this.rdoCustomList.CheckedChanged += new System.EventHandler(this.rdoCustomList_CheckedChanged);
     //
     // rdoAllStyles
     //
     resources.ApplyResources(this.rdoAllStyles, "rdoAllStyles");
     this.rdoAllStyles.Name = "rdoAllStyles";
     //
     // rdoBasicStyles
     //
     resources.ApplyResources(this.rdoBasicStyles, "rdoBasicStyles");
     this.rdoBasicStyles.Name = "rdoBasicStyles";
     //
     // grpCustom
     //
     this.grpCustom.Controls.Add(lblStyleLevel);
     this.grpCustom.Controls.Add(this.cboStyleLevel);
     this.grpCustom.Controls.Add(this.chkShowUserDefined);
     resources.ApplyResources(this.grpCustom, "grpCustom");
     this.grpCustom.Name    = "grpCustom";
     this.grpCustom.TabStop = false;
     //
     // cboStyleLevel
     //
     this.cboStyleLevel.AllowSpaceInEditBox = false;
     this.cboStyleLevel.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboStyleLevel, "cboStyleLevel");
     this.cboStyleLevel.Name = "cboStyleLevel";
     //
     // chkShowUserDefined
     //
     resources.ApplyResources(this.chkShowUserDefined, "chkShowUserDefined");
     this.chkShowUserDefined.Name = "chkShowUserDefined";
     //
     // tabPageInterface
     //
     this.tabPageInterface.Controls.Add(this.label2);
     this.tabPageInterface.Controls.Add(label1);
     this.tabPageInterface.Controls.Add(this.m_userInterfaceChooser);
     this.tabPageInterface.Controls.Add(lbMeasurement);
     this.tabPageInterface.Controls.Add(this.m_cboMeasurement);
     resources.ApplyResources(this.tabPageInterface, "tabPageInterface");
     this.tabPageInterface.Name = "tabPageInterface";
     this.tabPageInterface.UseVisualStyleBackColor = true;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // m_userInterfaceChooser
     //
     resources.ApplyResources(this.m_userInterfaceChooser, "m_userInterfaceChooser");
     this.m_userInterfaceChooser.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_userInterfaceChooser.FormattingEnabled = true;
     this.m_userInterfaceChooser.Name   = "m_userInterfaceChooser";
     this.m_userInterfaceChooser.Sorted = true;
     //
     // m_cboMeasurement
     //
     this.m_cboMeasurement.AllowSpaceInEditBox = false;
     this.m_cboMeasurement.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboMeasurement, "m_cboMeasurement");
     this.m_cboMeasurement.Items.AddRange(new object[] {
         resources.GetString("m_cboMeasurement.Items"),
         resources.GetString("m_cboMeasurement.Items1"),
         resources.GetString("m_cboMeasurement.Items2")
     });
     this.m_cboMeasurement.Name = "m_cboMeasurement";
     //
     // tabPageAdvanced
     //
     this.tabPageAdvanced.Controls.Add(groupBox2);
     resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced");
     this.tabPageAdvanced.Name = "tabPageAdvanced";
     this.tabPageAdvanced.UseVisualStyleBackColor = true;
     //
     // ToolsOptionsDialog
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = btnCancel;
     this.Controls.Add(btnHelp);
     this.Controls.Add(btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.tabOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ToolsOptionsDialog";
     this.ShowInTaskbar   = false;
     groupBox1.ResumeLayout(false);
     groupBox3.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.tabOptions.ResumeLayout(false);
     this.tabPageView.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageStyles.ResumeLayout(false);
     this.tabPageStyles.PerformLayout();
     this.grpCustom.ResumeLayout(false);
     this.grpCustom.PerformLayout();
     this.tabPageInterface.ResumeLayout(false);
     this.tabPageInterface.PerformLayout();
     this.tabPageAdvanced.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #7
0
 private void InitializeComponent()
 {
     components         = new Container();
     FrameScale         = new CheckBox();
     toolStripMenuItem7 = new ToolStripMenuItem();
     btnPaste           = new Button();
     toolStripMenuItem4 = new ToolStripMenuItem();
     FrameRot           = new CheckBox();
     btnCopy            = new Button();
     toolStripMenuItem3 = new ToolStripMenuItem();
     btnCut             = new Button();
     subtract           = new ToolStripMenuItem();
     toolStripMenuItem5 = new ToolStripMenuItem();
     toolStripMenuItem6 = new ToolStripMenuItem();
     toolStripMenuItem8 = new ToolStripMenuItem();
     FrameTrans         = new CheckBox();
     numScaleY          = new NumericInputBox();
     add    = new ToolStripMenuItem();
     numRot = new NumericInputBox();
     toolStripSeparator1 = new ToolStripSeparator();
     Source    = new ToolStripMenuItem();
     numTransX = new NumericInputBox();
     numTransY = new NumericInputBox();
     lblTransX = new Label();
     removeAllToolStripMenuItem = new ToolStripMenuItem();
     lblRot = new Label();
     ctxBox = new ContextMenuStrip(components);
     addCustomAmountToolStripMenuItem = new ToolStripMenuItem();
     btnDelete    = new Button();
     grpTransform = new GroupBox();
     lblScaleX    = new Label();
     numScaleX    = new NumericInputBox();
     AllScale     = new CheckBox();
     grpTransAll  = new GroupBox();
     AllRot       = new CheckBox();
     AllTrans     = new CheckBox();
     btnClean     = new Button();
     btnPasteAll  = new Button();
     btnCopyAll   = new Button();
     btnClear     = new Button();
     btnInsert    = new Button();
     ctxBox.SuspendLayout();
     grpTransform.SuspendLayout();
     grpTransAll.SuspendLayout();
     SuspendLayout();
     //
     // FrameScale
     //
     FrameScale.AutoSize   = true;
     FrameScale.Checked    = true;
     FrameScale.CheckState = CheckState.Checked;
     FrameScale.Location   = new Drawing.Point(249, 58);
     FrameScale.Name       = "FrameScale";
     FrameScale.Size       = new Drawing.Size(53, 17);
     FrameScale.TabIndex   = 35;
     FrameScale.Text       = "Scale";
     FrameScale.UseVisualStyleBackColor = true;
     //
     // toolStripMenuItem7
     //
     toolStripMenuItem7.Name = "toolStripMenuItem7";
     toolStripMenuItem7.Size = new Drawing.Size(100, 22);
     toolStripMenuItem7.Text = "+45";
     //
     // btnPaste
     //
     btnPaste.Location = new Drawing.Point(101, 55);
     btnPaste.Name     = "btnPaste";
     btnPaste.Size     = new Drawing.Size(50, 20);
     btnPaste.TabIndex = 23;
     btnPaste.Text     = "Paste";
     btnPaste.UseVisualStyleBackColor = true;
     btnPaste.Click += new EventHandler(btnPaste_Click);
     //
     // toolStripMenuItem4
     //
     toolStripMenuItem4.Name = "toolStripMenuItem4";
     toolStripMenuItem4.Size = new Drawing.Size(100, 22);
     toolStripMenuItem4.Text = "+90";
     //
     // FrameRot
     //
     FrameRot.AutoSize   = true;
     FrameRot.Checked    = true;
     FrameRot.CheckState = CheckState.Checked;
     FrameRot.Location   = new Drawing.Point(208, 58);
     FrameRot.Name       = "FrameRot";
     FrameRot.Size       = new Drawing.Size(43, 17);
     FrameRot.TabIndex   = 34;
     FrameRot.Text       = "Rot";
     FrameRot.UseVisualStyleBackColor = true;
     //
     // btnCopy
     //
     btnCopy.Location = new Drawing.Point(52, 55);
     btnCopy.Name     = "btnCopy";
     btnCopy.Size     = new Drawing.Size(50, 20);
     btnCopy.TabIndex = 22;
     btnCopy.Text     = "Copy";
     btnCopy.UseVisualStyleBackColor = true;
     btnCopy.Click += new EventHandler(btnCopy_Click);
     //
     // toolStripMenuItem3
     //
     toolStripMenuItem3.Name = "toolStripMenuItem3";
     toolStripMenuItem3.Size = new Drawing.Size(100, 22);
     toolStripMenuItem3.Text = "+180";
     //
     // btnCut
     //
     btnCut.Location = new Drawing.Point(3, 55);
     btnCut.Name     = "btnCut";
     btnCut.Size     = new Drawing.Size(50, 20);
     btnCut.TabIndex = 21;
     btnCut.Text     = "Cut";
     btnCut.UseVisualStyleBackColor = true;
     btnCut.Click += new EventHandler(btnCut_Click);
     //
     // subtract
     //
     subtract.DropDownItems.AddRange(new ToolStripItem[]
     {
         toolStripMenuItem5,
         toolStripMenuItem6,
         toolStripMenuItem8
     });
     subtract.Name = "subtract";
     subtract.Size = new Drawing.Size(166, 22);
     subtract.Text = "Subtract From All";
     //
     // toolStripMenuItem5
     //
     toolStripMenuItem5.Name = "toolStripMenuItem5";
     toolStripMenuItem5.Size = new Drawing.Size(97, 22);
     toolStripMenuItem5.Text = "-180";
     //
     // toolStripMenuItem6
     //
     toolStripMenuItem6.Name = "toolStripMenuItem6";
     toolStripMenuItem6.Size = new Drawing.Size(97, 22);
     toolStripMenuItem6.Text = "-90";
     //
     // toolStripMenuItem8
     //
     toolStripMenuItem8.Name = "toolStripMenuItem8";
     toolStripMenuItem8.Size = new Drawing.Size(97, 22);
     toolStripMenuItem8.Text = "-45";
     //
     // FrameTrans
     //
     FrameTrans.AutoSize   = true;
     FrameTrans.Checked    = true;
     FrameTrans.CheckState = CheckState.Checked;
     FrameTrans.Location   = new Drawing.Point(155, 58);
     FrameTrans.Name       = "FrameTrans";
     FrameTrans.Size       = new Drawing.Size(53, 17);
     FrameTrans.TabIndex   = 33;
     FrameTrans.Text       = "Trans";
     FrameTrans.UseVisualStyleBackColor = true;
     //
     // numScaleY
     //
     numScaleY.BorderStyle   = BorderStyle.FixedSingle;
     numScaleY.Integral      = false;
     numScaleY.Location      = new Drawing.Point(154, 35);
     numScaleY.MaximumValue  = 3.402823E+38F;
     numScaleY.MinimumValue  = -3.402823E+38F;
     numScaleY.Name          = "numScaleY";
     numScaleY.Size          = new Drawing.Size(82, 20);
     numScaleY.TabIndex      = 18;
     numScaleY.Text          = "0";
     numScaleY.ValueChanged += new EventHandler(BoxChangedCreateUndo);
     numScaleY.MouseDown    += new MouseEventHandler(box_MouseDown);
     //
     // add
     //
     add.DropDownItems.AddRange(new ToolStripItem[]
     {
         toolStripMenuItem3,
         toolStripMenuItem4,
         toolStripMenuItem7
     });
     add.Name = "add";
     add.Size = new Drawing.Size(166, 22);
     add.Text = "Add To All";
     //
     // numRot
     //
     numRot.BorderStyle   = BorderStyle.FixedSingle;
     numRot.Integral      = false;
     numRot.Location      = new Drawing.Point(235, 35);
     numRot.MaximumValue  = 3.402823E+38F;
     numRot.MinimumValue  = -3.402823E+38F;
     numRot.Name          = "numRot";
     numRot.Size          = new Drawing.Size(82, 20);
     numRot.TabIndex      = 15;
     numRot.Text          = "0";
     numRot.ValueChanged += new EventHandler(BoxChangedCreateUndo);
     numRot.MouseDown    += new MouseEventHandler(box_MouseDown);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new Drawing.Size(163, 6);
     //
     // Source
     //
     Source.Enabled = false;
     Source.Name    = "Source";
     Source.Size    = new Drawing.Size(166, 22);
     Source.Text    = "Source";
     //
     // numTransX
     //
     numTransX.BorderStyle   = BorderStyle.FixedSingle;
     numTransX.Integral      = false;
     numTransX.Location      = new Drawing.Point(73, 16);
     numTransX.MaximumValue  = 3.402823E+38F;
     numTransX.MinimumValue  = -3.402823E+38F;
     numTransX.Name          = "numTransX";
     numTransX.Size          = new Drawing.Size(82, 20);
     numTransX.TabIndex      = 3;
     numTransX.Text          = "0";
     numTransX.ValueChanged += new EventHandler(BoxChangedCreateUndo);
     numTransX.MouseDown    += new MouseEventHandler(box_MouseDown);
     //
     // numTransY
     //
     numTransY.BorderStyle   = BorderStyle.FixedSingle;
     numTransY.Integral      = false;
     numTransY.Location      = new Drawing.Point(154, 16);
     numTransY.MaximumValue  = 3.402823E+38F;
     numTransY.MinimumValue  = -3.402823E+38F;
     numTransY.Name          = "numTransY";
     numTransY.Size          = new Drawing.Size(82, 20);
     numTransY.TabIndex      = 13;
     numTransY.Text          = "0";
     numTransY.ValueChanged += new EventHandler(BoxChangedCreateUndo);
     numTransY.MouseDown    += new MouseEventHandler(box_MouseDown);
     //
     // lblTransX
     //
     lblTransX.BorderStyle = BorderStyle.FixedSingle;
     lblTransX.Location    = new Drawing.Point(4, 16);
     lblTransX.Name        = "lblTransX";
     lblTransX.Size        = new Drawing.Size(70, 20);
     lblTransX.TabIndex    = 4;
     lblTransX.Text        = "Translation:";
     lblTransX.TextAlign   = ContentAlignment.MiddleRight;
     //
     // removeAllToolStripMenuItem
     //
     removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
     removeAllToolStripMenuItem.Size = new Drawing.Size(166, 22);
     removeAllToolStripMenuItem.Text = "Remove All";
     //
     // lblRot
     //
     lblRot.BorderStyle = BorderStyle.FixedSingle;
     lblRot.Location    = new Drawing.Point(235, 16);
     lblRot.Name        = "lblRot";
     lblRot.Size        = new Drawing.Size(82, 20);
     lblRot.TabIndex    = 7;
     lblRot.Text        = "Rotation:";
     lblRot.TextAlign   = ContentAlignment.MiddleLeft;
     //
     // ctxBox
     //
     ctxBox.Items.AddRange(new ToolStripItem[]
     {
         Source,
         toolStripSeparator1,
         add,
         subtract,
         removeAllToolStripMenuItem,
         addCustomAmountToolStripMenuItem
     });
     ctxBox.Name = "ctxBox";
     ctxBox.Size = new Drawing.Size(167, 120);
     //
     // addCustomAmountToolStripMenuItem
     //
     addCustomAmountToolStripMenuItem.Name   = "addCustomAmountToolStripMenuItem";
     addCustomAmountToolStripMenuItem.Size   = new Drawing.Size(166, 22);
     addCustomAmountToolStripMenuItem.Text   = "Edit All...";
     addCustomAmountToolStripMenuItem.Click += new EventHandler(addCustomAmountToolStripMenuItem_Click_1);
     //
     // btnDelete
     //
     btnDelete.Location = new Drawing.Point(6, 16);
     btnDelete.Name     = "btnDelete";
     btnDelete.Size     = new Drawing.Size(50, 20);
     btnDelete.TabIndex = 25;
     btnDelete.Text     = "Delete";
     btnDelete.UseVisualStyleBackColor = true;
     btnDelete.Click += new EventHandler(btnDelete_Click);
     //
     // grpTransform
     //
     grpTransform.Controls.Add(lblScaleX);
     grpTransform.Controls.Add(numScaleX);
     grpTransform.Controls.Add(FrameScale);
     grpTransform.Controls.Add(btnPaste);
     grpTransform.Controls.Add(FrameRot);
     grpTransform.Controls.Add(btnCopy);
     grpTransform.Controls.Add(FrameTrans);
     grpTransform.Controls.Add(btnCut);
     grpTransform.Controls.Add(numScaleY);
     grpTransform.Controls.Add(numRot);
     grpTransform.Controls.Add(numTransX);
     grpTransform.Controls.Add(numTransY);
     grpTransform.Controls.Add(lblTransX);
     grpTransform.Controls.Add(lblRot);
     grpTransform.Dock     = DockStyle.Left;
     grpTransform.Enabled  = false;
     grpTransform.Location = new Drawing.Point(0, 0);
     grpTransform.Name     = "grpTransform";
     grpTransform.Size     = new Drawing.Size(321, 78);
     grpTransform.TabIndex = 28;
     grpTransform.TabStop  = false;
     grpTransform.Text     = "Transform Frame";
     //
     // lblScaleX
     //
     lblScaleX.BorderStyle = BorderStyle.FixedSingle;
     lblScaleX.Location    = new Drawing.Point(4, 35);
     lblScaleX.Name        = "lblScaleX";
     lblScaleX.Size        = new Drawing.Size(70, 20);
     lblScaleX.TabIndex    = 37;
     lblScaleX.Text        = "Scale:";
     lblScaleX.TextAlign   = ContentAlignment.MiddleRight;
     //
     // numScaleX
     //
     numScaleX.BorderStyle   = BorderStyle.FixedSingle;
     numScaleX.Integral      = false;
     numScaleX.Location      = new Drawing.Point(73, 35);
     numScaleX.MaximumValue  = 3.402823E+38F;
     numScaleX.MinimumValue  = -3.402823E+38F;
     numScaleX.Name          = "numScaleX";
     numScaleX.Size          = new Drawing.Size(82, 20);
     numScaleX.TabIndex      = 36;
     numScaleX.Text          = "0";
     numScaleX.ValueChanged += new EventHandler(BoxChangedCreateUndo);
     numScaleX.MouseDown    += new MouseEventHandler(box_MouseDown);
     //
     // AllScale
     //
     AllScale.AutoSize   = true;
     AllScale.Checked    = true;
     AllScale.CheckState = CheckState.Checked;
     AllScale.Location   = new Drawing.Point(108, 57);
     AllScale.Name       = "AllScale";
     AllScale.Size       = new Drawing.Size(53, 17);
     AllScale.TabIndex   = 32;
     AllScale.Text       = "Scale";
     AllScale.UseVisualStyleBackColor = true;
     //
     // grpTransAll
     //
     grpTransAll.Controls.Add(AllScale);
     grpTransAll.Controls.Add(AllRot);
     grpTransAll.Controls.Add(AllTrans);
     grpTransAll.Controls.Add(btnClean);
     grpTransAll.Controls.Add(btnPasteAll);
     grpTransAll.Controls.Add(btnCopyAll);
     grpTransAll.Controls.Add(btnClear);
     grpTransAll.Controls.Add(btnInsert);
     grpTransAll.Controls.Add(btnDelete);
     grpTransAll.Dock     = DockStyle.Fill;
     grpTransAll.Enabled  = false;
     grpTransAll.Location = new Drawing.Point(321, 0);
     grpTransAll.Name     = "grpTransAll";
     grpTransAll.Size     = new Drawing.Size(162, 78);
     grpTransAll.TabIndex = 29;
     grpTransAll.TabStop  = false;
     grpTransAll.Text     = "Transform All";
     //
     // AllRot
     //
     AllRot.AutoSize   = true;
     AllRot.Checked    = true;
     AllRot.CheckState = CheckState.Checked;
     AllRot.Location   = new Drawing.Point(108, 38);
     AllRot.Name       = "AllRot";
     AllRot.Size       = new Drawing.Size(43, 17);
     AllRot.TabIndex   = 31;
     AllRot.Text       = "Rot";
     AllRot.UseVisualStyleBackColor = true;
     //
     // AllTrans
     //
     AllTrans.AutoSize   = true;
     AllTrans.Checked    = true;
     AllTrans.CheckState = CheckState.Checked;
     AllTrans.Location   = new Drawing.Point(108, 19);
     AllTrans.Name       = "AllTrans";
     AllTrans.Size       = new Drawing.Size(53, 17);
     AllTrans.TabIndex   = 30;
     AllTrans.Text       = "Trans";
     AllTrans.UseVisualStyleBackColor = true;
     //
     // btnClean
     //
     btnClean.Location = new Drawing.Point(55, 35);
     btnClean.Name     = "btnClean";
     btnClean.Size     = new Drawing.Size(50, 20);
     btnClean.TabIndex = 29;
     btnClean.Text     = "Clean";
     btnClean.UseVisualStyleBackColor = true;
     btnClean.Click += new EventHandler(btnClean_Click);
     //
     // btnPasteAll
     //
     btnPasteAll.Location = new Drawing.Point(6, 35);
     btnPasteAll.Name     = "btnPasteAll";
     btnPasteAll.Size     = new Drawing.Size(50, 20);
     btnPasteAll.TabIndex = 28;
     btnPasteAll.Text     = "Paste";
     btnPasteAll.UseVisualStyleBackColor = true;
     btnPasteAll.Click += new EventHandler(btnPasteAll_Click);
     //
     // btnCopyAll
     //
     btnCopyAll.Location = new Drawing.Point(6, 54);
     btnCopyAll.Name     = "btnCopyAll";
     btnCopyAll.Size     = new Drawing.Size(50, 20);
     btnCopyAll.TabIndex = 27;
     btnCopyAll.Text     = "Copy";
     btnCopyAll.UseVisualStyleBackColor = true;
     btnCopyAll.Click += new EventHandler(btnCopyAll_Click);
     //
     // btnClear
     //
     btnClear.Location = new Drawing.Point(55, 16);
     btnClear.Name     = "btnClear";
     btnClear.Size     = new Drawing.Size(50, 20);
     btnClear.TabIndex = 26;
     btnClear.Text     = "Clear";
     btnClear.UseVisualStyleBackColor = true;
     btnClear.Click += new EventHandler(btnClear_Click);
     //
     // btnInsert
     //
     btnInsert.Location = new Drawing.Point(55, 54);
     btnInsert.Name     = "btnInsert";
     btnInsert.Size     = new Drawing.Size(50, 20);
     btnInsert.TabIndex = 24;
     btnInsert.Text     = "Insert";
     btnInsert.UseVisualStyleBackColor = true;
     btnInsert.Click += new EventHandler(btnInsert_Click);
     //
     // SRT0Editor
     //
     Controls.Add(grpTransAll);
     Controls.Add(grpTransform);
     MinimumSize = new Drawing.Size(483, 78);
     Name        = "SRT0Editor";
     Size        = new Drawing.Size(483, 78);
     ctxBox.ResumeLayout(false);
     grpTransform.ResumeLayout(false);
     grpTransform.PerformLayout();
     grpTransAll.ResumeLayout(false);
     grpTransAll.PerformLayout();
     ResumeLayout(false);
 }
Example #8
0
 void InitializeComponent()
 {
     System.Windows.Forms.GroupBox modelGroupBox;
     this.assignmentRadioButton = new System.Windows.Forms.RadioButton();
     this.reflectionRadioButton = new System.Windows.Forms.RadioButton();
     this.keepModelCheckBox     = new System.Windows.Forms.CheckBox();
     modelGroupBox = new System.Windows.Forms.GroupBox();
     modelGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // modelGroupBox
     //
     modelGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     modelGroupBox.Controls.Add(this.assignmentRadioButton);
     modelGroupBox.Controls.Add(this.reflectionRadioButton);
     modelGroupBox.Location = new System.Drawing.Point(3, 3);
     modelGroupBox.Name     = "modelGroupBox";
     modelGroupBox.Size     = new System.Drawing.Size(385, 166);
     modelGroupBox.TabIndex = 0;
     modelGroupBox.TabStop  = false;
     modelGroupBox.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.LocalizationModelOpt" +
                              "ionsPanel.DefaultLocalizationModel}";
     //
     // assignmentRadioButton
     //
     this.assignmentRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.assignmentRadioButton.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.assignmentRadioButton.Location   = new System.Drawing.Point(6, 91);
     this.assignmentRadioButton.Name       = "assignmentRadioButton";
     this.assignmentRadioButton.Size       = new System.Drawing.Size(373, 69);
     this.assignmentRadioButton.TabIndex   = 1;
     this.assignmentRadioButton.TabStop    = true;
     this.assignmentRadioButton.Text       = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.LocalizationModelOpt" +
                                             "ionsPanel.AssignmentRadioButton}";
     this.assignmentRadioButton.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.assignmentRadioButton.UseVisualStyleBackColor = true;
     //
     // reflectionRadioButton
     //
     this.reflectionRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.reflectionRadioButton.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.reflectionRadioButton.Location   = new System.Drawing.Point(6, 19);
     this.reflectionRadioButton.Name       = "reflectionRadioButton";
     this.reflectionRadioButton.Size       = new System.Drawing.Size(373, 66);
     this.reflectionRadioButton.TabIndex   = 0;
     this.reflectionRadioButton.TabStop    = true;
     this.reflectionRadioButton.Text       = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.LocalizationModelOpt" +
                                             "ionsPanel.ReflectionRadioButton}";
     this.reflectionRadioButton.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.reflectionRadioButton.UseVisualStyleBackColor = true;
     //
     // keepModelCheckBox
     //
     this.keepModelCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.keepModelCheckBox.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.keepModelCheckBox.Location   = new System.Drawing.Point(9, 175);
     this.keepModelCheckBox.Name       = "keepModelCheckBox";
     this.keepModelCheckBox.Size       = new System.Drawing.Size(373, 95);
     this.keepModelCheckBox.TabIndex   = 1;
     this.keepModelCheckBox.Text       = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.LocalizationModelOpt" +
                                         "ionsPanel.KeepModelCheckBox}";
     this.keepModelCheckBox.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.keepModelCheckBox.UseVisualStyleBackColor = true;
     //
     // LocalizationModelOptionsPanel
     //
     this.Controls.Add(this.keepModelCheckBox);
     this.Controls.Add(modelGroupBox);
     this.Name = "LocalizationModelOptionsPanel";
     this.Size = new System.Drawing.Size(391, 300);
     modelGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #9
0
 private void InitializeComponent()
 {
     comboPorts = new System.Windows.Forms.ComboBox();
     btnOK = new System.Windows.Forms.Button();
     btnCancel = new System.Windows.Forms.Button();
     groupELM = new System.Windows.Forms.GroupBox();
     comboInitialize = new System.Windows.Forms.ComboBox();
     label3 = new System.Windows.Forms.Label();
     comboProtocol = new System.Windows.Forms.ComboBox();
     label2 = new System.Windows.Forms.Label();
     comboBaud = new System.Windows.Forms.ComboBox();
     label1 = new System.Windows.Forms.Label();
     groupComm = new System.Windows.Forms.GroupBox();
     groupHardware = new System.Windows.Forms.GroupBox();
     comboHardware = new System.Windows.Forms.ComboBox();
     checkBoxAutoDetect = new System.Windows.Forms.CheckBox();
     groupELM.SuspendLayout();
     groupComm.SuspendLayout();
     groupHardware.SuspendLayout();
     SuspendLayout();
     //
     // comboPorts
     //
     comboPorts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     comboPorts.Location = new System.Drawing.Point(17, 20);
     comboPorts.Name = "comboPorts";
     comboPorts.Size = new System.Drawing.Size(103, 21);
     comboPorts.TabIndex = 0;
     //
     // btnOK
     //
     btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     btnOK.Location = new System.Drawing.Point(132, 229);
     btnOK.Name = "btnOK";
     btnOK.Size = new System.Drawing.Size(75, 23);
     btnOK.TabIndex = 4;
     btnOK.Text = "&Save";
     btnOK.Click += new System.EventHandler(btnOK_Click);
     //
     // btnCancel
     //
     btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location = new System.Drawing.Point(212, 229);
     btnCancel.Name = "btnCancel";
     btnCancel.Size = new System.Drawing.Size(75, 23);
     btnCancel.TabIndex = 5;
     btnCancel.Text = "&Cancel";
     //
     // groupELM
     //
     groupELM.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     groupELM.Controls.Add(comboInitialize);
     groupELM.Controls.Add(label3);
     groupELM.Controls.Add(comboProtocol);
     groupELM.Controls.Add(label2);
     groupELM.Controls.Add(comboBaud);
     groupELM.Controls.Add(label1);
     groupELM.Location = new System.Drawing.Point(10, 105);
     groupELM.Name = "groupELM";
     groupELM.Size = new System.Drawing.Size(397, 114);
     groupELM.TabIndex = 3;
     groupELM.TabStop = false;
     groupELM.Text = "ELM327 &Configuration";
     //
     // comboInitialize
     //
     comboInitialize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     comboInitialize.Items.AddRange(new object[] {
     "Initialize",
     "Bypass Initialization"});
     comboInitialize.Location = new System.Drawing.Point(93, 80);
     comboInitialize.Name = "comboInitialize";
     comboInitialize.Size = new System.Drawing.Size(167, 21);
     comboInitialize.TabIndex = 5;
     //
     // label3
     //
     label3.Location = new System.Drawing.Point(6, 80);
     label3.Name = "label3";
     label3.Size = new System.Drawing.Size(80, 20);
     label3.TabIndex = 4;
     label3.Text = "&Initialization:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboProtocol
     //
     comboProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     comboProtocol.Items.AddRange(new object[] {
     "Automatic",
     "SAE J1850 PWM (41.6 Kbaud)",
     "SAE J1850 VPW (10.4 Kbaud)",
     "ISO 9141-2 (5 baud init, 10.4 Kbaud)",
     "ISO 14230-4 KWP (5 baud init, 10.4 Kbaud)",
     "ISO 14230-4 KWP (fast init, 10.4 Kbaud)",
     "ISO 15765-4 CAN (11 bit ID, 500 Kbaud)",
     "ISO 15765-4 CAN (29 bit ID, 500 Kbaud)",
     "ISO 15765-4 CAN (11 bit ID, 250 Kbaud)",
     "ISO 15765-4 CAN (29 bit ID, 250 Kbaud)"});
     comboProtocol.Location = new System.Drawing.Point(93, 50);
     comboProtocol.Name = "comboProtocol";
     comboProtocol.Size = new System.Drawing.Size(290, 21);
     comboProtocol.TabIndex = 3;
     //
     // label2
     //
     label2.Location = new System.Drawing.Point(6, 50);
     label2.Name = "label2";
     label2.Size = new System.Drawing.Size(80, 20);
     label2.TabIndex = 2;
     label2.Text = "P&rotocol:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBaud
     //
     comboBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     comboBaud.Items.AddRange(new object[] {
     "9600",
     "38400"});
     comboBaud.Location = new System.Drawing.Point(93, 23);
     comboBaud.Name = "comboBaud";
     comboBaud.Size = new System.Drawing.Size(108, 21);
     comboBaud.TabIndex = 1;
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(6, 23);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(80, 20);
     label1.TabIndex = 0;
     label1.Text = "&Baud Rate:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupComm
     //
     groupComm.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     groupComm.Controls.Add(comboPorts);
     groupComm.Location = new System.Drawing.Point(10, 40);
     groupComm.Name = "groupComm";
     groupComm.Size = new System.Drawing.Size(136, 55);
     groupComm.TabIndex = 1;
     groupComm.TabStop = false;
     groupComm.Text = "Serial &Port";
     //
     // groupHardware
     //
     groupHardware.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     groupHardware.Controls.Add(comboHardware);
     groupHardware.Location = new System.Drawing.Point(161, 40);
     groupHardware.Name = "groupHardware";
     groupHardware.Size = new System.Drawing.Size(246, 55);
     groupHardware.TabIndex = 2;
     groupHardware.TabStop = false;
     groupHardware.Text = "&Hardware";
     //
     // comboHardware
     //
     comboHardware.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     comboHardware.Items.AddRange(new object[] {
     "Automatic Detection",
     "ELM327 (Universal)",
     "ELM320 (PWM)",
     "ELM322 (VPW)",
     "ELM323 (ISO)"});
     comboHardware.Location = new System.Drawing.Point(17, 20);
     comboHardware.Name = "comboHardware";
     comboHardware.Size = new System.Drawing.Size(214, 21);
     comboHardware.TabIndex = 0;
     comboHardware.SelectedIndexChanged += new System.EventHandler(comboHardware_SelectedIndexChanged);
     //
     // checkBoxAutoDetect
     //
     checkBoxAutoDetect.Location = new System.Drawing.Point(10, 10);
     checkBoxAutoDetect.Name = "checkBoxAutoDetect";
     checkBoxAutoDetect.Size = new System.Drawing.Size(394, 24);
     checkBoxAutoDetect.TabIndex = 6;
     checkBoxAutoDetect.Text = "Automatic Detection";
     checkBoxAutoDetect.CheckedChanged += new System.EventHandler(checkBoxAutoDetect_CheckedChanged);
     //
     // SettingsForm
     //
     AcceptButton = btnOK;
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     CancelButton = btnCancel;
     ClientSize = new System.Drawing.Size(418, 260);
     Controls.Add(checkBoxAutoDetect);
     Controls.Add(groupHardware);
     Controls.Add(groupELM);
     Controls.Add(btnCancel);
     Controls.Add(btnOK);
     Controls.Add(groupComm);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox = false;
     MinimizeBox = false;
     Name = "SettingsForm";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "Communication Settings";
     Load += new System.EventHandler(SettingsForm_Load);
     groupELM.ResumeLayout(false);
     groupComm.ResumeLayout(false);
     groupHardware.ResumeLayout(false);
     ResumeLayout(false);
 }
Example #10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(GUI));
            inputGroupBox = new GroupBox();
            pointDy = new TextBox();
            pointDx = new TextBox();
            pointCy = new TextBox();
            pointCx = new TextBox();
            pointBy = new TextBox();
            pointBx = new TextBox();
            pointAy = new TextBox();
            pointAx = new TextBox();
            labelD = new Label();
            labelC = new Label();
            labelB = new Label();
            labelA = new Label();
            pictureBox = new PictureBox();
            clearButton = new Button();
            startButton = new Button();
            trackBar = new TrackBar();
            fileToolStripMenuItem = new ToolStripMenuItem();
            exitToolStripMenuItem = new ToolStripMenuItem();
            menuStrip = new MenuStrip();
            resultGroupBox = new GroupBox();
            resultTextBox = new TextBox();
            scaleGroupBox = new GroupBox();
            inputGroupBox.SuspendLayout();
            ((ISupportInitialize)(pictureBox)).BeginInit();
            ((ISupportInitialize)(trackBar)).BeginInit();
            menuStrip.SuspendLayout();
            resultGroupBox.SuspendLayout();
            scaleGroupBox.SuspendLayout();
            SuspendLayout();
            // 
            // inputGroupBox
            // 
            inputGroupBox.Controls.Add(pointDy);
            inputGroupBox.Controls.Add(pointDx);
            inputGroupBox.Controls.Add(pointCy);
            inputGroupBox.Controls.Add(pointCx);
            inputGroupBox.Controls.Add(pointBy);
            inputGroupBox.Controls.Add(pointBx);
            inputGroupBox.Controls.Add(pointAy);
            inputGroupBox.Controls.Add(pointAx);
            inputGroupBox.Controls.Add(labelD);
            inputGroupBox.Controls.Add(labelC);
            inputGroupBox.Controls.Add(labelB);
            inputGroupBox.Controls.Add(labelA);
            inputGroupBox.Location = new Point(453, 53);
            inputGroupBox.Name = "inputGroupBox";
            inputGroupBox.Size = new Size(234, 231);
            inputGroupBox.TabIndex = 0;
            inputGroupBox.TabStop = false;
            inputGroupBox.Text = "Input data";
            // 
            // pointDy
            // 
            pointDy.Location = new Point(155, 190);
            pointDy.MaxLength = 5;
            pointDy.Name = "pointDy";
            pointDy.Size = new Size(62, 26);
            pointDy.TabIndex = 13;
            pointDy.Text = "0";
            pointDy.TextAlign = HorizontalAlignment.Center;
            // 
            // pointDx
            // 
            pointDx.Location = new Point(74, 190);
            pointDx.MaxLength = 5;
            pointDx.Name = "pointDx";
            pointDx.Size = new Size(62, 26);
            pointDx.TabIndex = 12;
            pointDx.Text = "0";
            pointDx.TextAlign = HorizontalAlignment.Center;
            // 
            // pointCy
            // 
            pointCy.Location = new Point(155, 140);
            pointCy.MaxLength = 5;
            pointCy.Name = "pointCy";
            pointCy.Size = new Size(62, 26);
            pointCy.TabIndex = 11;
            pointCy.Text = "0";
            pointCy.TextAlign = HorizontalAlignment.Center;
            // 
            // pointCx
            // 
            pointCx.Location = new Point(74, 140);
            pointCx.MaxLength = 5;
            pointCx.Name = "pointCx";
            pointCx.Size = new Size(62, 26);
            pointCx.TabIndex = 10;
            pointCx.Text = "0";
            pointCx.TextAlign = HorizontalAlignment.Center;
            // 
            // pointBy
            // 
            pointBy.Location = new Point(155, 90);
            pointBy.MaxLength = 5;
            pointBy.Name = "pointBy";
            pointBy.Size = new Size(62, 26);
            pointBy.TabIndex = 9;
            pointBy.Text = "0";
            pointBy.TextAlign = HorizontalAlignment.Center;
            // 
            // pointBx
            // 
            pointBx.Location = new Point(74, 90);
            pointBx.MaxLength = 5;
            pointBx.Name = "pointBx";
            pointBx.Size = new Size(62, 26);
            pointBx.TabIndex = 8;
            pointBx.Text = "0";
            pointBx.TextAlign = HorizontalAlignment.Center;
            // 
            // pointAy
            // 
            pointAy.Location = new Point(155, 40);
            pointAy.MaxLength = 5;
            pointAy.Name = "pointAy";
            pointAy.Size = new Size(62, 26);
            pointAy.TabIndex = 7;
            pointAy.Text = "0";
            pointAy.TextAlign = HorizontalAlignment.Center;
            // 
            // pointAx
            // 
            pointAx.Location = new Point(74, 40);
            pointAx.MaxLength = 5;
            pointAx.Name = "pointAx";
            pointAx.Size = new Size(62, 26);
            pointAx.TabIndex = 6;
            pointAx.Text = "0";
            pointAx.TextAlign = HorizontalAlignment.Center;
            // 
            // labelD
            // 
            labelD.AutoSize = true;
            labelD.Location = new Point(14, 193);
            labelD.Name = "labelD";
            labelD.Size = new Size(21, 20);
            labelD.TabIndex = 3;
            labelD.Text = "D";
            // 
            // labelC
            // 
            labelC.AutoSize = true;
            labelC.Location = new Point(15, 143);
            labelC.Name = "labelC";
            labelC.Size = new Size(20, 20);
            labelC.TabIndex = 2;
            labelC.Text = "C";
            // 
            // labelB
            // 
            labelB.AutoSize = true;
            labelB.Location = new Point(15, 93);
            labelB.Name = "labelB";
            labelB.Size = new Size(20, 20);
            labelB.TabIndex = 1;
            labelB.Text = "B";
            // 
            // labelA
            // 
            labelA.AutoSize = true;
            labelA.Location = new Point(15, 43);
            labelA.Name = "labelA";
            labelA.Size = new Size(20, 20);
            labelA.TabIndex = 0;
            labelA.Text = "A";
            // 
            // pictureBox
            // 
            pictureBox.Location = new Point(12, 53);
            pictureBox.Name = "pictureBox";
            pictureBox.Size = new Size(425, 425);
            pictureBox.TabIndex = 1;
            pictureBox.TabStop = false;
            // 
            // clearButton
            // 
            clearButton.Location = new Point(453, 414);
            clearButton.Name = "clearButton";
            clearButton.Size = new Size(107, 64);
            clearButton.TabIndex = 2;
            clearButton.Text = "Clear";
            clearButton.UseVisualStyleBackColor = true;
            clearButton.Click += new EventHandler(clearButton_Click);
            // 
            // startButton
            // 
            startButton.Location = new Point(578, 416);
            startButton.Name = "startButton";
            startButton.Size = new Size(109, 64);
            startButton.TabIndex = 3;
            startButton.Text = "Start";
            startButton.UseVisualStyleBackColor = true;
            startButton.Click += new EventHandler(startButton_Click);
            // 
            // trackBar
            // 
            trackBar.Location = new Point(6, 25);
            trackBar.Minimum = 1;
            trackBar.Name = "trackBar";
            trackBar.Size = new Size(222, 69);
            trackBar.TabIndex = 16;
            trackBar.Value = 5;
            trackBar.Scroll += new EventHandler(trackBar_Scroll);
            // 
            // fileToolStripMenuItem
            // 
            fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            exitToolStripMenuItem});
            fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            fileToolStripMenuItem.Size = new Size(50, 29);
            fileToolStripMenuItem.Text = "File";
            // 
            // exitToolStripMenuItem
            // 
            exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            exitToolStripMenuItem.Size = new Size(124, 30);
            exitToolStripMenuItem.Text = "Exit";
            exitToolStripMenuItem.Click += new EventHandler(exitToolStripMenuItem_Click);
            // 
            // menuStrip
            // 
            menuStrip.ImageScalingSize = new Size(24, 24);
            menuStrip.Items.AddRange(new ToolStripItem[] {
            fileToolStripMenuItem});
            menuStrip.Location = new Point(0, 0);
            menuStrip.Name = "menuStrip";
            menuStrip.Size = new Size(701, 33);
            menuStrip.TabIndex = 5;
            // 
            // resultGroupBox
            // 
            resultGroupBox.Controls.Add(resultTextBox);
            resultGroupBox.Location = new Point(12, 497);
            resultGroupBox.Name = "resultGroupBox";
            resultGroupBox.Size = new Size(675, 79);
            resultGroupBox.TabIndex = 6;
            resultGroupBox.TabStop = false;
            resultGroupBox.Text = "Result";
            // 
            // resultTextBox
            // 
            resultTextBox.Enabled = false;
            resultTextBox.Location = new Point(15, 36);
            resultTextBox.Name = "resultTextBox";
            resultTextBox.Size = new Size(643, 26);
            resultTextBox.TabIndex = 0;
            // 
            // scaleGroupBox
            // 
            scaleGroupBox.Controls.Add(trackBar);
            scaleGroupBox.Location = new Point(455, 299);
            scaleGroupBox.Name = "scaleGroupBox";
            scaleGroupBox.Size = new Size(234, 100);
            scaleGroupBox.TabIndex = 17;
            scaleGroupBox.TabStop = false;
            scaleGroupBox.Text = "Scale";
            // 
            // GUI
            // 
            AutoScaleDimensions = new SizeF(9F, 20F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(701, 588);
            Controls.Add(scaleGroupBox);
            Controls.Add(resultGroupBox);
            Controls.Add(menuStrip);
            Controls.Add(startButton);
            Controls.Add(clearButton);
            Controls.Add(pictureBox);
            Controls.Add(inputGroupBox);
            Icon = ((Icon)(resources.GetObject("$this.Icon")));
            MainMenuStrip = menuStrip;
            MaximizeBox = false;
            MaximumSize = new Size(723, 644);
            MinimizeBox = false;
            MinimumSize = new Size(723, 644);
            Name = "GUI";
            Text = "Geometry";
            inputGroupBox.ResumeLayout(false);
            inputGroupBox.PerformLayout();
            ((ISupportInitialize)(pictureBox)).EndInit();
            ((ISupportInitialize)(trackBar)).EndInit();
            menuStrip.ResumeLayout(false);
            menuStrip.PerformLayout();
            resultGroupBox.ResumeLayout(false);
            resultGroupBox.PerformLayout();
            scaleGroupBox.ResumeLayout(false);
            scaleGroupBox.PerformLayout();
            ResumeLayout(false);
            PerformLayout();

        }
Example #11
0
 /// -----------------------------------------------------------------------------------
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 /// -----------------------------------------------------------------------------------
 private void InitializeComponent()
 {
     System.Windows.Forms.Button m_btnAdd;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeaderFooterSetupDlg));
     System.Windows.Forms.Button                m_btnModify;
     System.Windows.Forms.Button                m_btnOk;
     System.Windows.Forms.Button                m_btnCancel;
     System.Windows.Forms.Button                m_btnHelp;
     System.Windows.Forms.Label                 m_lblDescription;
     System.Windows.Forms.TabControl            tabControl1;
     System.Windows.Forms.TabPage               m_tpFirst;
     System.Windows.Forms.Panel                 m_pnlFirstPage;
     System.Windows.Forms.Label                 m_lblFirstPage;
     System.Windows.Forms.TabPage               m_tpOddEven;
     System.Windows.Forms.Panel                 panel3;
     System.Windows.Forms.GroupBox              m_grpBoxEdit;
     SIL.FieldWorks.Common.Controls.LineControl lineControl1;
     this.m_pnlFirstTop       = new System.Windows.Forms.Panel();
     this.m_chkFirstSameAsOdd = new System.Windows.Forms.CheckBox();
     this.m_pnlFirstBottom    = new System.Windows.Forms.Panel();
     this.panel2              = new System.Windows.Forms.Panel();
     this.m_pnlEvenPage       = new System.Windows.Forms.Panel();
     this.m_pnlEvenTop        = new System.Windows.Forms.Panel();
     this.m_chkEvenSameAsOdd  = new System.Windows.Forms.CheckBox();
     this.m_pnlEvenBottom     = new System.Windows.Forms.Panel();
     this.m_pnlOddPage        = new System.Windows.Forms.Panel();
     this.m_pnlOddBottom      = new System.Windows.Forms.Panel();
     this.m_pnlOddTop         = new System.Windows.Forms.Panel();
     this.m_lblOddPage        = new System.Windows.Forms.Label();
     this.m_lblEvenPage       = new System.Windows.Forms.Label();
     this.panel4              = new System.Windows.Forms.Panel();
     this.m_btnDelete         = new System.Windows.Forms.Button();
     this.m_lstBoxName        = new System.Windows.Forms.ListBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this.m_txtBoxDescription = new System.Windows.Forms.TextBox();
     m_btnAdd         = new System.Windows.Forms.Button();
     m_btnModify      = new System.Windows.Forms.Button();
     m_btnOk          = new System.Windows.Forms.Button();
     m_btnCancel      = new System.Windows.Forms.Button();
     m_btnHelp        = new System.Windows.Forms.Button();
     m_lblDescription = new System.Windows.Forms.Label();
     tabControl1      = new System.Windows.Forms.TabControl();
     m_tpFirst        = new System.Windows.Forms.TabPage();
     m_pnlFirstPage   = new System.Windows.Forms.Panel();
     m_lblFirstPage   = new System.Windows.Forms.Label();
     m_tpOddEven      = new System.Windows.Forms.TabPage();
     panel3           = new System.Windows.Forms.Panel();
     m_grpBoxEdit     = new System.Windows.Forms.GroupBox();
     lineControl1     = new SIL.FieldWorks.Common.Controls.LineControl();
     tabControl1.SuspendLayout();
     m_tpFirst.SuspendLayout();
     m_pnlFirstPage.SuspendLayout();
     m_tpOddEven.SuspendLayout();
     this.m_pnlEvenPage.SuspendLayout();
     this.m_pnlOddPage.SuspendLayout();
     m_grpBoxEdit.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAdd
     //
     resources.ApplyResources(m_btnAdd, "m_btnAdd");
     m_btnAdd.Name   = "m_btnAdd";
     m_btnAdd.Click += new System.EventHandler(this.m_btnAdd_Click);
     //
     // m_btnModify
     //
     resources.ApplyResources(m_btnModify, "m_btnModify");
     m_btnModify.Name   = "m_btnModify";
     m_btnModify.Click += new System.EventHandler(this.m_btnModify_Click);
     //
     // m_btnOk
     //
     resources.ApplyResources(m_btnOk, "m_btnOk");
     m_btnOk.Name   = "m_btnOk";
     m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCancel
     //
     m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(m_btnCancel, "m_btnCancel");
     m_btnCancel.Name = "m_btnCancel";
     //
     // m_btnHelp
     //
     resources.ApplyResources(m_btnHelp, "m_btnHelp");
     m_btnHelp.Name   = "m_btnHelp";
     m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // m_lblDescription
     //
     resources.ApplyResources(m_lblDescription, "m_lblDescription");
     m_lblDescription.Name = "m_lblDescription";
     //
     // tabControl1
     //
     tabControl1.Controls.Add(m_tpFirst);
     tabControl1.Controls.Add(m_tpOddEven);
     resources.ApplyResources(tabControl1, "tabControl1");
     tabControl1.Name          = "tabControl1";
     tabControl1.SelectedIndex = 0;
     //
     // m_tpFirst
     //
     m_tpFirst.Controls.Add(m_pnlFirstPage);
     m_tpFirst.Controls.Add(m_lblFirstPage);
     m_tpFirst.Controls.Add(this.panel2);
     resources.ApplyResources(m_tpFirst, "m_tpFirst");
     m_tpFirst.Name = "m_tpFirst";
     //
     // m_pnlFirstPage
     //
     m_pnlFirstPage.BackColor   = System.Drawing.SystemColors.Window;
     m_pnlFirstPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     m_pnlFirstPage.Controls.Add(this.m_pnlFirstTop);
     m_pnlFirstPage.Controls.Add(this.m_chkFirstSameAsOdd);
     m_pnlFirstPage.Controls.Add(this.m_pnlFirstBottom);
     resources.ApplyResources(m_pnlFirstPage, "m_pnlFirstPage");
     m_pnlFirstPage.Name = "m_pnlFirstPage";
     //
     // m_pnlFirstTop
     //
     resources.ApplyResources(this.m_pnlFirstTop, "m_pnlFirstTop");
     this.m_pnlFirstTop.Name = "m_pnlFirstTop";
     //
     // m_chkFirstSameAsOdd
     //
     resources.ApplyResources(this.m_chkFirstSameAsOdd, "m_chkFirstSameAsOdd");
     this.m_chkFirstSameAsOdd.Name            = "m_chkFirstSameAsOdd";
     this.m_chkFirstSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkFirstSameAsOdd_CheckedChanged);
     //
     // m_pnlFirstBottom
     //
     resources.ApplyResources(this.m_pnlFirstBottom, "m_pnlFirstBottom");
     this.m_pnlFirstBottom.Name = "m_pnlFirstBottom";
     //
     // m_lblFirstPage
     //
     resources.ApplyResources(m_lblFirstPage, "m_lblFirstPage");
     m_lblFirstPage.Name = "m_lblFirstPage";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // m_tpOddEven
     //
     m_tpOddEven.Controls.Add(this.m_pnlEvenPage);
     m_tpOddEven.Controls.Add(this.m_pnlOddPage);
     m_tpOddEven.Controls.Add(this.m_lblOddPage);
     m_tpOddEven.Controls.Add(this.m_lblEvenPage);
     m_tpOddEven.Controls.Add(panel3);
     m_tpOddEven.Controls.Add(this.panel4);
     resources.ApplyResources(m_tpOddEven, "m_tpOddEven");
     m_tpOddEven.Name = "m_tpOddEven";
     //
     // m_pnlEvenPage
     //
     this.m_pnlEvenPage.BackColor   = System.Drawing.SystemColors.Window;
     this.m_pnlEvenPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenTop);
     this.m_pnlEvenPage.Controls.Add(this.m_chkEvenSameAsOdd);
     this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenBottom);
     resources.ApplyResources(this.m_pnlEvenPage, "m_pnlEvenPage");
     this.m_pnlEvenPage.Name = "m_pnlEvenPage";
     //
     // m_pnlEvenTop
     //
     resources.ApplyResources(this.m_pnlEvenTop, "m_pnlEvenTop");
     this.m_pnlEvenTop.Name = "m_pnlEvenTop";
     //
     // m_chkEvenSameAsOdd
     //
     resources.ApplyResources(this.m_chkEvenSameAsOdd, "m_chkEvenSameAsOdd");
     this.m_chkEvenSameAsOdd.Name            = "m_chkEvenSameAsOdd";
     this.m_chkEvenSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkEvenSameAsOdd_CheckedChanged);
     //
     // m_pnlEvenBottom
     //
     resources.ApplyResources(this.m_pnlEvenBottom, "m_pnlEvenBottom");
     this.m_pnlEvenBottom.Name = "m_pnlEvenBottom";
     //
     // m_pnlOddPage
     //
     this.m_pnlOddPage.BackColor   = System.Drawing.SystemColors.Window;
     this.m_pnlOddPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pnlOddPage.Controls.Add(this.m_pnlOddBottom);
     this.m_pnlOddPage.Controls.Add(this.m_pnlOddTop);
     resources.ApplyResources(this.m_pnlOddPage, "m_pnlOddPage");
     this.m_pnlOddPage.Name = "m_pnlOddPage";
     //
     // m_pnlOddBottom
     //
     resources.ApplyResources(this.m_pnlOddBottom, "m_pnlOddBottom");
     this.m_pnlOddBottom.Name = "m_pnlOddBottom";
     //
     // m_pnlOddTop
     //
     resources.ApplyResources(this.m_pnlOddTop, "m_pnlOddTop");
     this.m_pnlOddTop.Name = "m_pnlOddTop";
     //
     // m_lblOddPage
     //
     resources.ApplyResources(this.m_lblOddPage, "m_lblOddPage");
     this.m_lblOddPage.Name = "m_lblOddPage";
     //
     // m_lblEvenPage
     //
     resources.ApplyResources(this.m_lblEvenPage, "m_lblEvenPage");
     this.m_lblEvenPage.Name = "m_lblEvenPage";
     //
     // panel3
     //
     panel3.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(panel3, "panel3");
     panel3.Name = "panel3";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.panel4, "panel4");
     this.panel4.Name = "panel4";
     //
     // m_grpBoxEdit
     //
     m_grpBoxEdit.Controls.Add(m_btnModify);
     m_grpBoxEdit.Controls.Add(this.m_btnDelete);
     m_grpBoxEdit.Controls.Add(m_btnAdd);
     m_grpBoxEdit.Controls.Add(this.m_lstBoxName);
     resources.ApplyResources(m_grpBoxEdit, "m_grpBoxEdit");
     m_grpBoxEdit.Name    = "m_grpBoxEdit";
     m_grpBoxEdit.TabStop = false;
     //
     // m_btnDelete
     //
     resources.ApplyResources(this.m_btnDelete, "m_btnDelete");
     this.m_btnDelete.Name   = "m_btnDelete";
     this.m_btnDelete.Click += new System.EventHandler(this.m_btnDelete_Click);
     //
     // m_lstBoxName
     //
     resources.ApplyResources(this.m_lstBoxName, "m_lstBoxName");
     this.m_lstBoxName.Name = "m_lstBoxName";
     this.m_lstBoxName.SelectedIndexChanged += new System.EventHandler(this.m_lstBoxName_SelectedIndexChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(m_lblDescription);
     this.panel1.Controls.Add(tabControl1);
     this.panel1.Controls.Add(lineControl1);
     this.panel1.Controls.Add(this.m_txtBoxDescription);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // lineControl1
     //
     lineControl1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(lineControl1, "lineControl1");
     lineControl1.ForeColor2         = System.Drawing.Color.Transparent;
     lineControl1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     lineControl1.Name = "lineControl1";
     //
     // m_txtBoxDescription
     //
     resources.ApplyResources(this.m_txtBoxDescription, "m_txtBoxDescription");
     this.m_txtBoxDescription.Name     = "m_txtBoxDescription";
     this.m_txtBoxDescription.ReadOnly = true;
     //
     // HeaderFooterSetupDlg
     //
     this.AcceptButton = m_btnOk;
     resources.ApplyResources(this, "$this");
     this.CancelButton = m_btnCancel;
     this.Controls.Add(m_grpBoxEdit);
     this.Controls.Add(this.panel1);
     this.Controls.Add(m_btnHelp);
     this.Controls.Add(m_btnCancel);
     this.Controls.Add(m_btnOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "HeaderFooterSetupDlg";
     this.ShowInTaskbar   = false;
     tabControl1.ResumeLayout(false);
     m_tpFirst.ResumeLayout(false);
     m_pnlFirstPage.ResumeLayout(false);
     m_tpOddEven.ResumeLayout(false);
     this.m_pnlEvenPage.ResumeLayout(false);
     this.m_pnlOddPage.ResumeLayout(false);
     m_grpBoxEdit.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Panel    panel1;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.GroupBox groupBox2;
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.loggerLabel        = new System.Windows.Forms.Label();
     this.threadLabel        = new System.Windows.Forms.Label();
     this.timeLabel          = new System.Windows.Forms.Label();
     this.levelLabel         = new System.Windows.Forms.Label();
     this.messageRichTextBox = new System.Windows.Forms.RichTextBox();
     this.detailsRichTextBox = new System.Windows.Forms.RichTextBox();
     panel1    = new System.Windows.Forms.Panel();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox2 = new System.Windows.Forms.GroupBox();
     panel1.SuspendLayout();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     panel1.Controls.Add(this.label4);
     panel1.Controls.Add(this.label3);
     panel1.Controls.Add(this.loggerLabel);
     panel1.Controls.Add(this.threadLabel);
     panel1.Controls.Add(this.timeLabel);
     panel1.Controls.Add(this.levelLabel);
     panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     panel1.Location = new System.Drawing.Point(8, 8);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(560, 73);
     panel1.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(6, 46);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(49, 15);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Logger:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(6, 27);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(49, 15);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Thread:";
     //
     // loggerLabel
     //
     this.loggerLabel.AutoSize = true;
     this.loggerLabel.Font     = new System.Drawing.Font("Trebuchet MS", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.loggerLabel.Location = new System.Drawing.Point(60, 44);
     this.loggerLabel.Name     = "loggerLabel";
     this.loggerLabel.Size     = new System.Drawing.Size(46, 18);
     this.loggerLabel.TabIndex = 0;
     this.loggerLabel.Text     = "logger";
     //
     // threadLabel
     //
     this.threadLabel.AutoSize = true;
     this.threadLabel.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.threadLabel.Location = new System.Drawing.Point(60, 27);
     this.threadLabel.Name     = "threadLabel";
     this.threadLabel.Size     = new System.Drawing.Size(44, 15);
     this.threadLabel.TabIndex = 0;
     this.threadLabel.Text     = "thread";
     //
     // timeLabel
     //
     this.timeLabel.AutoSize = true;
     this.timeLabel.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.timeLabel.Location = new System.Drawing.Point(6, 6);
     this.timeLabel.Name     = "timeLabel";
     this.timeLabel.Size     = new System.Drawing.Size(36, 17);
     this.timeLabel.TabIndex = 0;
     this.timeLabel.Text     = "time";
     //
     // levelLabel
     //
     this.levelLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.levelLabel.BackColor = System.Drawing.Color.Black;
     this.levelLabel.Font      = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.levelLabel.ForeColor = System.Drawing.Color.White;
     this.levelLabel.Location  = new System.Drawing.Point(460, 0);
     this.levelLabel.Name      = "levelLabel";
     this.levelLabel.Size      = new System.Drawing.Size(100, 32);
     this.levelLabel.TabIndex  = 0;
     this.levelLabel.Text      = "level";
     this.levelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.messageRichTextBox);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupBox1.Location = new System.Drawing.Point(8, 81);
     groupBox1.Name     = "groupBox1";
     groupBox1.Padding  = new System.Windows.Forms.Padding(6);
     groupBox1.Size     = new System.Drawing.Size(560, 88);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Message";
     //
     // messageRichTextBox
     //
     this.messageRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.messageRichTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.messageRichTextBox.Location    = new System.Drawing.Point(6, 19);
     this.messageRichTextBox.Name        = "messageRichTextBox";
     this.messageRichTextBox.ReadOnly    = true;
     this.messageRichTextBox.Size        = new System.Drawing.Size(548, 63);
     this.messageRichTextBox.TabIndex    = 0;
     this.messageRichTextBox.Text        = "";
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.detailsRichTextBox);
     groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox2.Location = new System.Drawing.Point(8, 169);
     groupBox2.Name     = "groupBox2";
     groupBox2.Padding  = new System.Windows.Forms.Padding(6);
     groupBox2.Size     = new System.Drawing.Size(560, 197);
     groupBox2.TabIndex = 2;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Details";
     //
     // detailsRichTextBox
     //
     this.detailsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.detailsRichTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.detailsRichTextBox.Location    = new System.Drawing.Point(6, 19);
     this.detailsRichTextBox.Name        = "detailsRichTextBox";
     this.detailsRichTextBox.ReadOnly    = true;
     this.detailsRichTextBox.Size        = new System.Drawing.Size(548, 172);
     this.detailsRichTextBox.TabIndex    = 0;
     this.detailsRichTextBox.Text        = "";
     //
     // LogRecordForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(576, 374);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Controls.Add(panel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "LogRecordForm";
     this.Padding       = new System.Windows.Forms.Padding(8);
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "LogRecordForm";
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #13
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.GroupBox ExportPaletteGroup;
     System.Windows.Forms.GroupBox ChrGroup;
     System.Windows.Forms.Label    BitDepthLabel;
     this.PaletteOutputFile         = new System.Windows.Forms.TextBox();
     this._exportPalette            = new System.Windows.Forms.CheckBox();
     this._ignoreDuplicates         = new System.Windows.Forms.CheckBox();
     this.ChrPipelineOutput         = new System.Windows.Forms.ComboBox();
     this.OutputFile                = new System.Windows.Forms.TextBox();
     this.comboBox1                 = new System.Windows.Forms.ComboBox();
     this.ChrPipelinePanel          = new System.Windows.Forms.Panel();
     this.PaletteGroup              = new System.Windows.Forms.GroupBox();
     this.rgbValue                  = new System.Windows.Forms.TextBox();
     this.PaletteEntries            = new Brewmaster.EditorWindows.Images.PaletteEntries();
     this._enablePaletteAssignments = new System.Windows.Forms.CheckBox();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     ExportPaletteGroup             = new System.Windows.Forms.GroupBox();
     ChrGroup      = new System.Windows.Forms.GroupBox();
     BitDepthLabel = new System.Windows.Forms.Label();
     ExportPaletteGroup.SuspendLayout();
     ChrGroup.SuspendLayout();
     this.ChrPipelinePanel.SuspendLayout();
     this.PaletteGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // ExportPaletteGroup
     //
     ExportPaletteGroup.Controls.Add(this.PaletteOutputFile);
     ExportPaletteGroup.Controls.Add(this._exportPalette);
     ExportPaletteGroup.Dock     = System.Windows.Forms.DockStyle.Top;
     ExportPaletteGroup.Location = new System.Drawing.Point(0, 231);
     ExportPaletteGroup.Name     = "ExportPaletteGroup";
     ExportPaletteGroup.Size     = new System.Drawing.Size(342, 42);
     ExportPaletteGroup.TabIndex = 5;
     ExportPaletteGroup.TabStop  = false;
     ExportPaletteGroup.Text     = "Export palette";
     //
     // PaletteOutputFile
     //
     this.PaletteOutputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.PaletteOutputFile.Location     = new System.Drawing.Point(28, 16);
     this.PaletteOutputFile.Name         = "PaletteOutputFile";
     this.PaletteOutputFile.Size         = new System.Drawing.Size(308, 20);
     this.PaletteOutputFile.TabIndex     = 1;
     this.PaletteOutputFile.TextChanged += new System.EventHandler(this.PaletteOutputFile_TextChanged);
     //
     // _exportPalette
     //
     this._exportPalette.AutoSize = true;
     this._exportPalette.Location = new System.Drawing.Point(7, 19);
     this._exportPalette.Name     = "_exportPalette";
     this._exportPalette.Size     = new System.Drawing.Size(15, 14);
     this._exportPalette.TabIndex = 0;
     this._exportPalette.UseVisualStyleBackColor = true;
     this._exportPalette.CheckedChanged         += new System.EventHandler(this._exportPalette_CheckedChanged);
     //
     // ChrGroup
     //
     ChrGroup.Controls.Add(BitDepthLabel);
     ChrGroup.Controls.Add(this._ignoreDuplicates);
     ChrGroup.Controls.Add(this.ChrPipelineOutput);
     ChrGroup.Controls.Add(this.OutputFile);
     ChrGroup.Dock     = System.Windows.Forms.DockStyle.Top;
     ChrGroup.Location = new System.Drawing.Point(0, 0);
     ChrGroup.Name     = "ChrGroup";
     ChrGroup.Size     = new System.Drawing.Size(342, 98);
     ChrGroup.TabIndex = 6;
     ChrGroup.TabStop  = false;
     ChrGroup.Text     = "Tile data (CHR)";
     //
     // BitDepthLabel
     //
     BitDepthLabel.AutoSize = true;
     BitDepthLabel.Location = new System.Drawing.Point(6, 48);
     BitDepthLabel.Name     = "BitDepthLabel";
     BitDepthLabel.Size     = new System.Drawing.Size(52, 13);
     BitDepthLabel.TabIndex = 4;
     BitDepthLabel.Text     = "Bit depth:";
     //
     // _ignoreDuplicates
     //
     this._ignoreDuplicates.AutoSize = true;
     this._ignoreDuplicates.Location = new System.Drawing.Point(7, 73);
     this._ignoreDuplicates.Name     = "_ignoreDuplicates";
     this._ignoreDuplicates.Size     = new System.Drawing.Size(107, 17);
     this._ignoreDuplicates.TabIndex = 3;
     this._ignoreDuplicates.Text     = "Ignore duplicates";
     this._ignoreDuplicates.UseVisualStyleBackColor = true;
     this._ignoreDuplicates.CheckedChanged         += new System.EventHandler(this._ignoreDuplicates_CheckedChanged);
     //
     // ChrPipelineOutput
     //
     this.ChrPipelineOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ChrPipelineOutput.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ChrPipelineOutput.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.ChrPipelineOutput.FormattingEnabled = true;
     this.ChrPipelineOutput.Items.AddRange(new object[] {
         "2bpp",
         "3bpp",
         "4bpp",
         "8bpp"
     });
     this.ChrPipelineOutput.Location              = new System.Drawing.Point(78, 45);
     this.ChrPipelineOutput.MinimumSize           = new System.Drawing.Size(100, 0);
     this.ChrPipelineOutput.Name                  = "ChrPipelineOutput";
     this.ChrPipelineOutput.Size                  = new System.Drawing.Size(258, 21);
     this.ChrPipelineOutput.TabIndex              = 1;
     this.ChrPipelineOutput.SelectedIndexChanged += new System.EventHandler(this.ChrPipelineOutput_SelectedIndexChanged);
     //
     // OutputFile
     //
     this.OutputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.OutputFile.Location     = new System.Drawing.Point(7, 19);
     this.OutputFile.MinimumSize  = new System.Drawing.Size(150, 0);
     this.OutputFile.Name         = "OutputFile";
     this.OutputFile.Size         = new System.Drawing.Size(329, 20);
     this.OutputFile.TabIndex     = 2;
     this.OutputFile.TextChanged += new System.EventHandler(this.OutputFile_TextChanged);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(0, 0);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 0;
     //
     // ChrPipelinePanel
     //
     this.ChrPipelinePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.ChrPipelinePanel.AutoSize = true;
     this.ChrPipelinePanel.Controls.Add(ExportPaletteGroup);
     this.ChrPipelinePanel.Controls.Add(this.PaletteGroup);
     this.ChrPipelinePanel.Controls.Add(ChrGroup);
     this.ChrPipelinePanel.Location = new System.Drawing.Point(0, 0);
     this.ChrPipelinePanel.Name     = "ChrPipelinePanel";
     this.ChrPipelinePanel.Size     = new System.Drawing.Size(342, 273);
     this.ChrPipelinePanel.TabIndex = 3;
     //
     // PaletteGroup
     //
     this.PaletteGroup.AutoSize     = true;
     this.PaletteGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.PaletteGroup.Controls.Add(this.rgbValue);
     this.PaletteGroup.Controls.Add(this.PaletteEntries);
     this.PaletteGroup.Controls.Add(this._enablePaletteAssignments);
     this.PaletteGroup.Dock        = System.Windows.Forms.DockStyle.Top;
     this.PaletteGroup.Location    = new System.Drawing.Point(0, 98);
     this.PaletteGroup.MinimumSize = new System.Drawing.Size(300, 0);
     this.PaletteGroup.Name        = "PaletteGroup";
     this.PaletteGroup.Size        = new System.Drawing.Size(342, 133);
     this.PaletteGroup.TabIndex    = 5;
     this.PaletteGroup.TabStop     = false;
     this.PaletteGroup.Text        = "Palette assignments";
     this.PaletteGroup.Enter      += new System.EventHandler(this.PaletteGroup_Enter);
     //
     // rgbValue
     //
     this.rgbValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.rgbValue.Location = new System.Drawing.Point(9, 94);
     this.rgbValue.Name     = "rgbValue";
     this.rgbValue.Size     = new System.Drawing.Size(327, 20);
     this.rgbValue.TabIndex = 2;
     this.rgbValue.Visible  = false;
     //
     // PaletteEntries
     //
     this.PaletteEntries.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.PaletteEntries.AutoSize   = true;
     this.PaletteEntries.EnableEdit = false;
     this.PaletteEntries.Location   = new System.Drawing.Point(7, 43);
     this.PaletteEntries.Name       = "PaletteEntries";
     this.PaletteEntries.Size       = new System.Drawing.Size(329, 26);
     this.PaletteEntries.TabIndex   = 1;
     //
     // _enablePaletteAssignments
     //
     this._enablePaletteAssignments.AutoSize = true;
     this._enablePaletteAssignments.Location = new System.Drawing.Point(7, 20);
     this._enablePaletteAssignments.Name     = "_enablePaletteAssignments";
     this._enablePaletteAssignments.Size     = new System.Drawing.Size(160, 17);
     this._enablePaletteAssignments.TabIndex = 0;
     this._enablePaletteAssignments.Text     = "Use manual (drag to reorder)";
     this._enablePaletteAssignments.UseVisualStyleBackColor = true;
     this._enablePaletteAssignments.CheckedChanged         += new System.EventHandler(this._enablePaletteAssignments_CheckedChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     //
     // ChrPipelineSettings
     //
     this.AutoSize = true;
     this.Controls.Add(this.ChrPipelinePanel);
     this.Name = "ChrPipelineSettings";
     this.Size = new System.Drawing.Size(345, 276);
     ExportPaletteGroup.ResumeLayout(false);
     ExportPaletteGroup.PerformLayout();
     ChrGroup.ResumeLayout(false);
     ChrGroup.PerformLayout();
     this.ChrPipelinePanel.ResumeLayout(false);
     this.ChrPipelinePanel.PerformLayout();
     this.PaletteGroup.ResumeLayout(false);
     this.PaletteGroup.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #14
0
        private void groupbox()
        {
            System.Windows.Forms.Button btn_edit   = new System.Windows.Forms.Button();
            System.Windows.Forms.Button btn_add    = new System.Windows.Forms.Button();
            System.Windows.Forms.Button btn_delete = new System.Windows.Forms.Button();
            System.Windows.Forms.Button btn_save   = new System.Windows.Forms.Button();
            System.Windows.Forms.Button btn_start  = new System.Windows.Forms.Button();

            // groupBox1
            //
            groupBox1.Controls.Add(chk_random);
            groupBox1.Controls.Add(btn_add);
            groupBox1.Controls.Add(btn_edit);
            groupBox1.Controls.Add(btn_delete);
            groupBox1.Controls.Add(btn_save);
            groupBox1.Controls.Add(btn_start);
            groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            //groupBox1.Location = new System.Drawing.Point(18, 455);
            groupBox1.Location = new System.Drawing.Point(panel2.Location.X - 110, panel2.Height - panel2.Location.Y - 30);
            groupBox1.Name     = "groupBox1";
            groupBox1.Size     = new System.Drawing.Size(496, 38);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop  = false;
            groupBox1.Text     = "operation";

            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();

            groupBox1.SuspendLayout();
            //
            // btn_add
            //
            btn_add.BackColor = System.Drawing.Color.White;
            btn_add.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            btn_add.Location  = new System.Drawing.Point(14, 12);
            btn_add.Name      = "btn_add";
            btn_add.Size      = new System.Drawing.Size(60, 23);
            btn_add.TabIndex  = 0;
            btn_add.Text      = "ADD";
            btn_add.UseVisualStyleBackColor = false;
            btn_add.Click += new System.EventHandler(this.btn_add_Click);
            //
            // btn_edit
            //
            btn_edit.BackColor = System.Drawing.Color.White;
            btn_edit.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            btn_edit.Location  = new System.Drawing.Point(74, 12);
            btn_edit.Name      = "btn_edit";
            btn_edit.Size      = new System.Drawing.Size(60, 23);
            btn_edit.TabIndex  = 0;
            btn_edit.Text      = "EDIT";
            btn_edit.UseVisualStyleBackColor = false;
            btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
            //
            // btn_delete
            //
            btn_delete.BackColor = System.Drawing.Color.White;
            btn_delete.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            btn_delete.Location  = new System.Drawing.Point(134, 12);
            btn_delete.Name      = "btn_delete";
            btn_delete.Size      = new System.Drawing.Size(60, 23);
            btn_delete.TabIndex  = 2;
            btn_delete.Text      = "DELETE";
            btn_delete.UseVisualStyleBackColor = false;
            btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
            //
            // btn_save
            //
            btn_save.BackColor = System.Drawing.Color.White;
            btn_save.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            btn_save.Location  = new System.Drawing.Point(194, 12);
            btn_save.Name      = "btn_edit";
            btn_save.Size      = new System.Drawing.Size(60, 23);
            btn_save.TabIndex  = 1;
            btn_save.Text      = "SAVE";
            btn_save.UseVisualStyleBackColor = false;
            btn_save.Click += new System.EventHandler(this.btn_save_Click);
            //
            // btn_start
            //
            btn_start.BackColor = System.Drawing.Color.White;
            btn_start.Location  = new System.Drawing.Point(326, 12);
            btn_start.Name      = "btn_start";
            btn_start.Size      = new System.Drawing.Size(49, 23);
            btn_start.TabIndex  = 3;
            btn_start.Text      = "START";
            btn_start.UseVisualStyleBackColor = false;
            btn_start.Click += new System.EventHandler(this.btn_start_Click);
            //
            // chk_random
            //
            chk_random.AutoSize = true;
            chk_random.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            chk_random.Location = new System.Drawing.Point(410, 19);
            chk_random.Name     = "chk_random";
            chk_random.Size     = new System.Drawing.Size(60, 16);
            chk_random.TabIndex = 1;
            chk_random.Text     = "random";
            chk_random.UseVisualStyleBackColor = true;
            chk_random.CheckedChanged         += new System.EventHandler(this.chk_random_CheckedChanged);


            panel2.Controls.Add(groupBox1);
            //groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
        }
 /// <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     label3;
     System.Windows.Forms.Label     label2;
     System.Windows.Forms.Label     label1;
     System.Windows.Forms.Label     label4;
     System.Windows.Forms.LinkLabel linkLabel1;
     System.Windows.Forms.Label     label5;
     System.Windows.Forms.Label     label6;
     System.Windows.Forms.Label     label7;
     System.Windows.Forms.Label     label10;
     System.Windows.Forms.Label     label11;
     System.Windows.Forms.Label     label12;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.txtPassword         = new System.Windows.Forms.TextBox();
     this.udPort              = new System.Windows.Forms.NumericUpDown();
     this.txtIP               = new System.Windows.Forms.TextBox();
     this.btnConnect          = new System.Windows.Forms.Button();
     this.cbStretch           = new System.Windows.Forms.ComboBox();
     this.btnSendCad          = new System.Windows.Forms.Button();
     this.cbEncodings         = new System.Windows.Forms.ComboBox();
     this.cbEncCopyRect       = new System.Windows.Forms.CheckBox();
     this.cbEncCache          = new System.Windows.Forms.CheckBox();
     this.cbColorDepth        = new System.Windows.Forms.ComboBox();
     this.btnFileTransfer     = new System.Windows.Forms.Button();
     this.btnChat             = new System.Windows.Forms.Button();
     this.txtChatLog          = new System.Windows.Forms.TextBox();
     this.udScaledW           = new System.Windows.Forms.NumericUpDown();
     this.udScaledH           = new System.Windows.Forms.NumericUpDown();
     this.btnGetScaled        = new System.Windows.Forms.Button();
     this.label8              = new System.Windows.Forms.Label();
     this.udMouseY            = new System.Windows.Forms.NumericUpDown();
     this.udMouseX            = new System.Windows.Forms.NumericUpDown();
     this.label9              = new System.Windows.Forms.Label();
     this.cbMouseRight        = new System.Windows.Forms.CheckBox();
     this.cbMouseLeft         = new System.Windows.Forms.CheckBox();
     this.btnSendMouseEvent   = new System.Windows.Forms.Button();
     this.cbDsm               = new System.Windows.Forms.ComboBox();
     this.txtMsrc4KeyPath     = new System.Windows.Forms.TextBox();
     this.txtSecureVncKeyPath = new System.Windows.Forms.TextBox();
     this.btnMsrcBrowse       = new System.Windows.Forms.Button();
     this.btnSecureVncBrowse  = new System.Windows.Forms.Button();
     this.openFileDialog      = new System.Windows.Forms.OpenFileDialog();
     this.tableLayoutPanelDsm = new System.Windows.Forms.TableLayoutPanel();
     this.btnSecureShowHex    = new System.Windows.Forms.Button();
     this.btnMsrcShowHex      = new System.Windows.Forms.Button();
     this.lbRfbProtocol       = new System.Windows.Forms.Label();
     this.lbScaleEngine       = new System.Windows.Forms.Label();
     this.cbScaleEngine       = new System.Windows.Forms.ComboBox();
     this.viewerX             = new AxViewerX.AxCSC_ViewerXControl();
     groupBox1  = new System.Windows.Forms.GroupBox();
     label3     = new System.Windows.Forms.Label();
     label2     = new System.Windows.Forms.Label();
     label1     = new System.Windows.Forms.Label();
     label4     = new System.Windows.Forms.Label();
     linkLabel1 = new System.Windows.Forms.LinkLabel();
     label5     = new System.Windows.Forms.Label();
     label6     = new System.Windows.Forms.Label();
     label7     = new System.Windows.Forms.Label();
     label10    = new System.Windows.Forms.Label();
     label11    = new System.Windows.Forms.Label();
     label12    = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udScaledW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udScaledH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udMouseY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udMouseX)).BeginInit();
     this.tableLayoutPanelDsm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.viewerX)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.txtPassword);
     groupBox1.Controls.Add(label3);
     groupBox1.Controls.Add(this.udPort);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(this.txtIP);
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(this.btnConnect);
     groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     groupBox1.Location  = new System.Drawing.Point(12, 12);
     groupBox1.Name      = "groupBox1";
     groupBox1.Size      = new System.Drawing.Size(245, 120);
     groupBox1.TabIndex  = 0;
     groupBox1.TabStop   = false;
     groupBox1.Text      = "Connect to";
     //
     // txtPassword
     //
     this.txtPassword.Location              = new System.Drawing.Point(96, 64);
     this.txtPassword.Name                  = "txtPassword";
     this.txtPassword.PasswordChar          = '*';
     this.txtPassword.Size                  = new System.Drawing.Size(136, 20);
     this.txtPassword.TabIndex              = 5;
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     label3.Location  = new System.Drawing.Point(12, 67);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(56, 13);
     label3.TabIndex  = 4;
     label3.Text      = "Password:"******"udPort";
     this.udPort.Size     = new System.Drawing.Size(80, 20);
     this.udPort.TabIndex = 3;
     this.udPort.Value    = new decimal(new int[] {
         5900,
         0,
         0,
         0
     });
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     label2.Location  = new System.Drawing.Point(12, 42);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(62, 13);
     label2.TabIndex  = 2;
     label2.Text      = "Server port:";
     //
     // txtIP
     //
     this.txtIP.Location = new System.Drawing.Point(96, 16);
     this.txtIP.Name     = "txtIP";
     this.txtIP.Size     = new System.Drawing.Size(136, 20);
     this.txtIP.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     label1.Location  = new System.Drawing.Point(10, 19);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(81, 13);
     label1.TabIndex  = 0;
     label1.Text      = "Server address:";
     //
     // btnConnect
     //
     this.btnConnect.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnConnect.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnConnect.Location     = new System.Drawing.Point(123, 90);
     this.btnConnect.Name         = "btnConnect";
     this.btnConnect.Size         = new System.Drawing.Size(109, 23);
     this.btnConnect.TabIndex     = 6;
     this.btnConnect.Text         = "Connect";
     this.btnConnect.Click       += new System.EventHandler(this.btnConnect_Click);
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(9, 237);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(93, 13);
     label4.TabIndex = 7;
     label4.Text     = "Screen stretching:";
     //
     // linkLabel1
     //
     linkLabel1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     linkLabel1.AutoSize     = true;
     linkLabel1.Location     = new System.Drawing.Point(571, 4);
     linkLabel1.Name         = "linkLabel1";
     linkLabel1.Size         = new System.Drawing.Size(169, 13);
     linkLabel1.TabIndex     = 19;
     linkLabel1.TabStop      = true;
     linkLabel1.Text         = "Visit SmartCode Solutions web site";
     linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(9, 148);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(55, 13);
     label5.TabIndex = 1;
     label5.Text     = "Encoding:";
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(9, 210);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(64, 13);
     label6.TabIndex = 5;
     label6.Text     = "Color depth:";
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(9, 334);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(67, 13);
     label7.TabIndex = 11;
     label7.Text     = "Chat events:";
     //
     // label10
     //
     label10.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     label10.AutoSize = true;
     label10.Location = new System.Drawing.Point(3, 7);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(135, 13);
     label10.TabIndex = 26;
     label10.Text     = "DSM plug-in:";
     //
     // label11
     //
     label11.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     label11.AutoSize = true;
     label11.Location = new System.Drawing.Point(3, 35);
     label11.Name     = "label11";
     label11.Size     = new System.Drawing.Size(135, 13);
     label11.TabIndex = 28;
     label11.Text     = "MSRC4 key path:";
     //
     // label12
     //
     label12.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     label12.AutoSize = true;
     label12.Location = new System.Drawing.Point(3, 64);
     label12.Margin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     label12.Name     = "label12";
     label12.Size     = new System.Drawing.Size(138, 13);
     label12.TabIndex = 29;
     label12.Text     = "SecureVNC client key path:";
     //
     // cbStretch
     //
     this.cbStretch.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbStretch.FormattingEnabled = true;
     this.cbStretch.Items.AddRange(new object[] {
         "None",
         "Free",
         "Aspect"
     });
     this.cbStretch.Location              = new System.Drawing.Point(105, 234);
     this.cbStretch.Name                  = "cbStretch";
     this.cbStretch.Size                  = new System.Drawing.Size(123, 21);
     this.cbStretch.TabIndex              = 8;
     this.cbStretch.SelectedIndexChanged += new System.EventHandler(this.cbStretch_SelectedIndexChanged);
     //
     // btnSendCad
     //
     this.btnSendCad.Enabled  = false;
     this.btnSendCad.Location = new System.Drawing.Point(12, 292);
     this.btnSendCad.Name     = "btnSendCad";
     this.btnSendCad.Size     = new System.Drawing.Size(109, 23);
     this.btnSendCad.TabIndex = 9;
     this.btnSendCad.Text     = "Send Ctrl+Alt+Del";
     this.btnSendCad.UseVisualStyleBackColor = true;
     this.btnSendCad.Click += new System.EventHandler(this.btnSendCAD_Click);
     //
     // cbEncodings
     //
     this.cbEncodings.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbEncodings.FormattingEnabled = true;
     this.cbEncodings.Location          = new System.Drawing.Point(105, 145);
     this.cbEncodings.Name     = "cbEncodings";
     this.cbEncodings.Size     = new System.Drawing.Size(123, 21);
     this.cbEncodings.TabIndex = 2;
     //
     // cbEncCopyRect
     //
     this.cbEncCopyRect.AutoSize   = true;
     this.cbEncCopyRect.Checked    = true;
     this.cbEncCopyRect.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbEncCopyRect.Location   = new System.Drawing.Point(12, 170);
     this.cbEncCopyRect.Name       = "cbEncCopyRect";
     this.cbEncCopyRect.Size       = new System.Drawing.Size(142, 17);
     this.cbEncCopyRect.TabIndex   = 3;
     this.cbEncCopyRect.Text       = "Use CopyRect encoding";
     this.cbEncCopyRect.UseVisualStyleBackColor = true;
     this.cbEncCopyRect.CheckedChanged         += new System.EventHandler(this.cbEncCopyRect_CheckedChanged);
     //
     // cbEncCache
     //
     this.cbEncCache.AutoSize = true;
     this.cbEncCache.Location = new System.Drawing.Point(12, 188);
     this.cbEncCache.Name     = "cbEncCache";
     this.cbEncCache.Size     = new System.Drawing.Size(126, 17);
     this.cbEncCache.TabIndex = 4;
     this.cbEncCache.Text     = "Use Cache encoding";
     this.cbEncCache.UseVisualStyleBackColor = true;
     this.cbEncCache.CheckedChanged         += new System.EventHandler(this.cbEncCache_CheckedChanged);
     //
     // cbColorDepth
     //
     this.cbColorDepth.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColorDepth.FormattingEnabled = true;
     this.cbColorDepth.Location          = new System.Drawing.Point(105, 207);
     this.cbColorDepth.Name     = "cbColorDepth";
     this.cbColorDepth.Size     = new System.Drawing.Size(123, 21);
     this.cbColorDepth.TabIndex = 6;
     //
     // btnFileTransfer
     //
     this.btnFileTransfer.Enabled  = false;
     this.btnFileTransfer.Location = new System.Drawing.Point(127, 292);
     this.btnFileTransfer.Name     = "btnFileTransfer";
     this.btnFileTransfer.Size     = new System.Drawing.Size(109, 23);
     this.btnFileTransfer.TabIndex = 10;
     this.btnFileTransfer.Text     = "Open File Transfer";
     this.btnFileTransfer.UseVisualStyleBackColor = true;
     this.btnFileTransfer.Click += new System.EventHandler(this.buttonFileTransfer_Click);
     //
     // btnChat
     //
     this.btnChat.Enabled  = false;
     this.btnChat.Location = new System.Drawing.Point(127, 324);
     this.btnChat.Name     = "btnChat";
     this.btnChat.Size     = new System.Drawing.Size(109, 23);
     this.btnChat.TabIndex = 12;
     this.btnChat.Text     = "Open Chat";
     this.btnChat.UseVisualStyleBackColor = true;
     this.btnChat.Click += new System.EventHandler(this.btnChat_Click);
     //
     // txtChatLog
     //
     this.txtChatLog.BackColor = System.Drawing.SystemColors.Window;
     this.txtChatLog.Location  = new System.Drawing.Point(12, 353);
     this.txtChatLog.Multiline = true;
     this.txtChatLog.Name      = "txtChatLog";
     this.txtChatLog.ReadOnly  = true;
     this.txtChatLog.Size      = new System.Drawing.Size(245, 79);
     this.txtChatLog.TabIndex  = 13;
     //
     // udScaledW
     //
     this.udScaledW.Location = new System.Drawing.Point(12, 449);
     this.udScaledW.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.udScaledW.Minimum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udScaledW.Name     = "udScaledW";
     this.udScaledW.Size     = new System.Drawing.Size(51, 20);
     this.udScaledW.TabIndex = 14;
     this.udScaledW.Value    = new decimal(new int[] {
         640,
         0,
         0,
         0
     });
     //
     // udScaledH
     //
     this.udScaledH.Location = new System.Drawing.Point(74, 449);
     this.udScaledH.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.udScaledH.Minimum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udScaledH.Name     = "udScaledH";
     this.udScaledH.Size     = new System.Drawing.Size(51, 20);
     this.udScaledH.TabIndex = 16;
     this.udScaledH.Value    = new decimal(new int[] {
         480,
         0,
         0,
         0
     });
     //
     // btnGetScaled
     //
     this.btnGetScaled.Enabled  = false;
     this.btnGetScaled.Location = new System.Drawing.Point(127, 448);
     this.btnGetScaled.Name     = "btnGetScaled";
     this.btnGetScaled.Size     = new System.Drawing.Size(138, 23);
     this.btnGetScaled.TabIndex = 17;
     this.btnGetScaled.Text     = "GetScreenBitmapScaled ";
     this.btnGetScaled.UseVisualStyleBackColor = true;
     this.btnGetScaled.Click += new System.EventHandler(this.btnGetScaled_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(63, 453);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(12, 13);
     this.label8.TabIndex = 15;
     this.label8.Text     = "x";
     //
     // udMouseY
     //
     this.udMouseY.Location = new System.Drawing.Point(74, 491);
     this.udMouseY.Maximum  = new decimal(new int[] {
         3000,
         0,
         0,
         0
     });
     this.udMouseY.Name     = "udMouseY";
     this.udMouseY.Size     = new System.Drawing.Size(51, 20);
     this.udMouseY.TabIndex = 21;
     this.udMouseY.Value    = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     //
     // udMouseX
     //
     this.udMouseX.Location = new System.Drawing.Point(12, 491);
     this.udMouseX.Maximum  = new decimal(new int[] {
         3000,
         0,
         0,
         0
     });
     this.udMouseX.Name     = "udMouseX";
     this.udMouseX.Size     = new System.Drawing.Size(51, 20);
     this.udMouseX.TabIndex = 20;
     this.udMouseX.Value    = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(63, 494);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(12, 13);
     this.label9.TabIndex = 22;
     this.label9.Text     = "x";
     //
     // cbMouseRight
     //
     this.cbMouseRight.AutoSize = true;
     this.cbMouseRight.Location = new System.Drawing.Point(12, 535);
     this.cbMouseRight.Name     = "cbMouseRight";
     this.cbMouseRight.Size     = new System.Drawing.Size(109, 17);
     this.cbMouseRight.TabIndex = 24;
     this.cbMouseRight.Text     = "Right button click";
     this.cbMouseRight.UseVisualStyleBackColor = true;
     //
     // cbMouseLeft
     //
     this.cbMouseLeft.AutoSize = true;
     this.cbMouseLeft.Location = new System.Drawing.Point(12, 517);
     this.cbMouseLeft.Name     = "cbMouseLeft";
     this.cbMouseLeft.Size     = new System.Drawing.Size(102, 17);
     this.cbMouseLeft.TabIndex = 23;
     this.cbMouseLeft.Text     = "Left button click";
     this.cbMouseLeft.UseVisualStyleBackColor = true;
     //
     // btnSendMouseEvent
     //
     this.btnSendMouseEvent.Location = new System.Drawing.Point(127, 489);
     this.btnSendMouseEvent.Name     = "btnSendMouseEvent";
     this.btnSendMouseEvent.Size     = new System.Drawing.Size(138, 23);
     this.btnSendMouseEvent.TabIndex = 25;
     this.btnSendMouseEvent.Text     = "SendMousePointerEvent";
     this.btnSendMouseEvent.UseVisualStyleBackColor = true;
     this.btnSendMouseEvent.Click += new System.EventHandler(this.btnSendMouseEvent_Click);
     //
     // cbDsm
     //
     this.cbDsm.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDsm.FormattingEnabled = true;
     this.cbDsm.Items.AddRange(new object[] {
         "None",
         "MSRC4 v1.2",
         "SecureVNC v2.3"
     });
     this.cbDsm.Location = new System.Drawing.Point(144, 3);
     this.cbDsm.Name     = "cbDsm";
     this.cbDsm.Size     = new System.Drawing.Size(175, 21);
     this.cbDsm.TabIndex = 27;
     //
     // txtMsrc4KeyPath
     //
     this.txtMsrc4KeyPath.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMsrc4KeyPath.Location     = new System.Drawing.Point(144, 31);
     this.txtMsrc4KeyPath.Name         = "txtMsrc4KeyPath";
     this.txtMsrc4KeyPath.Size         = new System.Drawing.Size(175, 20);
     this.txtMsrc4KeyPath.TabIndex     = 7;
     this.txtMsrc4KeyPath.TextChanged += new System.EventHandler(this.txtMsrc4KeyPath_TextChanged);
     //
     // txtSecureVncKeyPath
     //
     this.txtSecureVncKeyPath.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSecureVncKeyPath.Location     = new System.Drawing.Point(144, 60);
     this.txtSecureVncKeyPath.Name         = "txtSecureVncKeyPath";
     this.txtSecureVncKeyPath.Size         = new System.Drawing.Size(175, 20);
     this.txtSecureVncKeyPath.TabIndex     = 30;
     this.txtSecureVncKeyPath.TextChanged += new System.EventHandler(this.txtSecureVncKeyPath_TextChanged);
     //
     // btnMsrcBrowse
     //
     this.btnMsrcBrowse.AutoSize     = true;
     this.btnMsrcBrowse.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnMsrcBrowse.Location     = new System.Drawing.Point(322, 30);
     this.btnMsrcBrowse.Margin       = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.btnMsrcBrowse.Name         = "btnMsrcBrowse";
     this.btnMsrcBrowse.Size         = new System.Drawing.Size(61, 23);
     this.btnMsrcBrowse.TabIndex     = 7;
     this.btnMsrcBrowse.Text         = "Browse...";
     this.btnMsrcBrowse.Click       += new System.EventHandler(this.btnMsrcBrowse_Click);
     //
     // btnSecureVncBrowse
     //
     this.btnSecureVncBrowse.AutoSize     = true;
     this.btnSecureVncBrowse.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnSecureVncBrowse.Location     = new System.Drawing.Point(322, 59);
     this.btnSecureVncBrowse.Margin       = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.btnSecureVncBrowse.Name         = "btnSecureVncBrowse";
     this.btnSecureVncBrowse.Size         = new System.Drawing.Size(61, 23);
     this.btnSecureVncBrowse.TabIndex     = 31;
     this.btnSecureVncBrowse.Text         = "Browse...";
     this.btnSecureVncBrowse.Click       += new System.EventHandler(this.btnSecureVncBrowse_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.AddExtension = false;
     //
     // tableLayoutPanelDsm
     //
     this.tableLayoutPanelDsm.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tableLayoutPanelDsm.ColumnCount = 4;
     this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelDsm.Controls.Add(this.btnSecureShowHex, 3, 2);
     this.tableLayoutPanelDsm.Controls.Add(this.btnMsrcShowHex, 3, 1);
     this.tableLayoutPanelDsm.Controls.Add(label10, 0, 0);
     this.tableLayoutPanelDsm.Controls.Add(label12, 0, 2);
     this.tableLayoutPanelDsm.Controls.Add(this.txtSecureVncKeyPath, 1, 2);
     this.tableLayoutPanelDsm.Controls.Add(this.btnMsrcBrowse, 2, 1);
     this.tableLayoutPanelDsm.Controls.Add(this.btnSecureVncBrowse, 2, 2);
     this.tableLayoutPanelDsm.Controls.Add(this.cbDsm, 1, 0);
     this.tableLayoutPanelDsm.Controls.Add(label11, 0, 1);
     this.tableLayoutPanelDsm.Controls.Add(this.txtMsrc4KeyPath, 1, 1);
     this.tableLayoutPanelDsm.Location = new System.Drawing.Point(271, 465);
     this.tableLayoutPanelDsm.Name     = "tableLayoutPanelDsm";
     this.tableLayoutPanelDsm.RowCount = 3;
     this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelDsm.Size     = new System.Drawing.Size(469, 85);
     this.tableLayoutPanelDsm.TabIndex = 32;
     //
     // btnSecureShowHex
     //
     this.btnSecureShowHex.AutoSize     = true;
     this.btnSecureShowHex.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnSecureShowHex.Enabled      = false;
     this.btnSecureShowHex.Location     = new System.Drawing.Point(389, 59);
     this.btnSecureShowHex.Margin       = new System.Windows.Forms.Padding(3, 3, 0, 3);
     this.btnSecureShowHex.Name         = "btnSecureShowHex";
     this.btnSecureShowHex.Size         = new System.Drawing.Size(80, 23);
     this.btnSecureShowHex.TabIndex     = 34;
     this.btnSecureShowHex.Text         = "Show as Hex";
     this.btnSecureShowHex.Click       += new System.EventHandler(this.btnSecureShowHex_Click);
     //
     // btnMsrcShowHex
     //
     this.btnMsrcShowHex.AutoSize     = true;
     this.btnMsrcShowHex.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnMsrcShowHex.Enabled      = false;
     this.btnMsrcShowHex.Location     = new System.Drawing.Point(389, 30);
     this.btnMsrcShowHex.Margin       = new System.Windows.Forms.Padding(3, 3, 0, 3);
     this.btnMsrcShowHex.Name         = "btnMsrcShowHex";
     this.btnMsrcShowHex.Size         = new System.Drawing.Size(80, 23);
     this.btnMsrcShowHex.TabIndex     = 33;
     this.btnMsrcShowHex.Text         = "Show as Hex";
     this.btnMsrcShowHex.Click       += new System.EventHandler(this.btnMsrcShowHex_Click);
     //
     // lbRfbProtocol
     //
     this.lbRfbProtocol.AutoSize = true;
     this.lbRfbProtocol.Location = new System.Drawing.Point(271, 4);
     this.lbRfbProtocol.Name     = "lbRfbProtocol";
     this.lbRfbProtocol.Size     = new System.Drawing.Size(0, 13);
     this.lbRfbProtocol.TabIndex = 33;
     //
     // lbScaleEngine
     //
     this.lbScaleEngine.AutoSize = true;
     this.lbScaleEngine.Location = new System.Drawing.Point(9, 264);
     this.lbScaleEngine.Name     = "lbScaleEngine";
     this.lbScaleEngine.Size     = new System.Drawing.Size(80, 13);
     this.lbScaleEngine.TabIndex = 34;
     this.lbScaleEngine.Text     = "Scaling engine:";
     //
     // cbScaleEngine
     //
     this.cbScaleEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbScaleEngine.Items.AddRange(new object[] {
         "GDI",
         "GDI+ (High Quality)",
         "GDI+ (Low Quality)"
     });
     this.cbScaleEngine.Location = new System.Drawing.Point(105, 261);
     this.cbScaleEngine.Name     = "cbScaleEngine";
     this.cbScaleEngine.Size     = new System.Drawing.Size(123, 21);
     this.cbScaleEngine.TabIndex = 35;
     //
     // viewerX
     //
     this.viewerX.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.viewerX.Enabled  = true;
     this.viewerX.Location = new System.Drawing.Point(269, 21);
     this.viewerX.Name     = "viewerX";
     this.viewerX.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("viewerX.OcxState")));
     this.viewerX.Size     = new System.Drawing.Size(471, 438);
     this.viewerX.TabIndex = 18;
     //
     // Form1
     //
     this.AcceptButton      = this.btnConnect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(752, 556);
     this.Controls.Add(this.cbScaleEngine);
     this.Controls.Add(this.lbScaleEngine);
     this.Controls.Add(this.lbRfbProtocol);
     this.Controls.Add(this.tableLayoutPanelDsm);
     this.Controls.Add(this.btnSendMouseEvent);
     this.Controls.Add(this.cbMouseRight);
     this.Controls.Add(this.cbMouseLeft);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.udMouseY);
     this.Controls.Add(this.udMouseX);
     this.Controls.Add(this.btnGetScaled);
     this.Controls.Add(this.udScaledH);
     this.Controls.Add(this.udScaledW);
     this.Controls.Add(this.txtChatLog);
     this.Controls.Add(label7);
     this.Controls.Add(this.btnChat);
     this.Controls.Add(this.btnFileTransfer);
     this.Controls.Add(this.cbColorDepth);
     this.Controls.Add(label6);
     this.Controls.Add(this.cbEncCache);
     this.Controls.Add(this.cbEncCopyRect);
     this.Controls.Add(this.cbEncodings);
     this.Controls.Add(label5);
     this.Controls.Add(this.cbStretch);
     this.Controls.Add(this.btnSendCad);
     this.Controls.Add(label4);
     this.Controls.Add(linkLabel1);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.viewerX);
     this.Controls.Add(this.label8);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(400, 400);
     this.Name          = "Form1";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SmartCode ViewerX VNC ActiveX Control Demo";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udScaledW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udScaledH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udMouseY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udMouseX)).EndInit();
     this.tableLayoutPanelDsm.ResumeLayout(false);
     this.tableLayoutPanelDsm.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.viewerX)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox_Lower;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     System.Windows.Forms.GroupBox groupBox1;
     this.txtBox_FileSelected = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.label12            = new System.Windows.Forms.Label();
     this.btn_getPDF         = new System.Windows.Forms.Button();
     this.label10            = new System.Windows.Forms.Label();
     this.combo_path_Type    = new System.Windows.Forms.ComboBox();
     this.label13            = new System.Windows.Forms.Label();
     this.txtBox_ComapnyCode = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.txtBox_CompanyName = new System.Windows.Forms.TextBox();
     this.txtBox_path        = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.groupBox_Right     = new System.Windows.Forms.GroupBox();
     this.rButton_Other      = new System.Windows.Forms.RadioButton();
     this.rButton_DocCycle   = new System.Windows.Forms.RadioButton();
     this.rButton_Smadar     = new System.Windows.Forms.RadioButton();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.label8             = new System.Windows.Forms.Label();
     this.btn_send           = new System.Windows.Forms.Button();
     this.btn_Cancel         = new System.Windows.Forms.Button();
     this.btn_Save           = new System.Windows.Forms.Button();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.button1            = new System.Windows.Forms.Button();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.text_AuthPassword  = new System.Windows.Forms.TextBox();
     this.label11            = new System.Windows.Forms.Label();
     this.checkBox_Auth      = new System.Windows.Forms.CheckBox();
     this.text_AuthUser      = new System.Windows.Forms.TextBox();
     groupBox_Lower          = new System.Windows.Forms.GroupBox();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox_Lower.SuspendLayout();
     this.groupBox_Right.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox_Lower
     //
     groupBox_Lower.BackColor = System.Drawing.SystemColors.ControlLight;
     groupBox_Lower.Controls.Add(this.txtBox_FileSelected);
     groupBox_Lower.Controls.Add(this.label9);
     groupBox_Lower.Controls.Add(this.label12);
     groupBox_Lower.Controls.Add(this.btn_getPDF);
     groupBox_Lower.Controls.Add(this.label10);
     groupBox_Lower.Controls.Add(this.combo_path_Type);
     groupBox_Lower.Controls.Add(this.label13);
     groupBox_Lower.Controls.Add(this.txtBox_ComapnyCode);
     groupBox_Lower.Controls.Add(this.label7);
     groupBox_Lower.Controls.Add(this.txtBox_CompanyName);
     groupBox_Lower.Controls.Add(this.txtBox_path);
     groupBox_Lower.Controls.Add(this.label6);
     groupBox_Lower.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     groupBox_Lower.ForeColor   = System.Drawing.SystemColors.HotTrack;
     groupBox_Lower.Location    = new System.Drawing.Point(18, 101);
     groupBox_Lower.Margin      = new System.Windows.Forms.Padding(4);
     groupBox_Lower.Name        = "groupBox_Lower";
     groupBox_Lower.Padding     = new System.Windows.Forms.Padding(4);
     groupBox_Lower.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     groupBox_Lower.Size        = new System.Drawing.Size(625, 284);
     groupBox_Lower.TabIndex    = 36;
     groupBox_Lower.TabStop     = false;
     groupBox_Lower.Text        = "פ×Øטי החב×Øה";
     //
     // txtBox_FileSelected
     //
     this.txtBox_FileSelected.Font        = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBox_FileSelected.Location    = new System.Drawing.Point(8, 177);
     this.txtBox_FileSelected.Multiline   = true;
     this.txtBox_FileSelected.Name        = "txtBox_FileSelected";
     this.txtBox_FileSelected.ReadOnly    = true;
     this.txtBox_FileSelected.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.txtBox_FileSelected.Size        = new System.Drawing.Size(351, 85);
     this.txtBox_FileSelected.TabIndex    = 44;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(267, 157);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(85, 17);
     this.label9.TabIndex = 43;
     this.label9.Text     = "שמו×Ŗ הקבצים";
     //
     // label12
     //
     this.label12.AutoSize    = true;
     this.label12.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label12.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label12.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label12.Location    = new System.Drawing.Point(230, 42);
     this.label12.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name        = "label12";
     this.label12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label12.Size        = new System.Drawing.Size(122, 16);
     this.label12.TabIndex    = 40;
     this.label12.Text        = "שם הטאבלט/ ×Ŗיקייה";
     this.label12.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btn_getPDF
     //
     this.btn_getPDF.BackColor = System.Drawing.SystemColors.Control;
     this.btn_getPDF.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_getPDF.Location  = new System.Drawing.Point(398, 177);
     this.btn_getPDF.Name      = "btn_getPDF";
     this.btn_getPDF.Size      = new System.Drawing.Size(211, 41);
     this.btn_getPDF.TabIndex  = 6;
     this.btn_getPDF.Text      = "בח×Ø ×§×•×‘×¦×™ PDF להעלאה...";
     this.btn_getPDF.UseVisualStyleBackColor = false;
     this.btn_getPDF.Click += new System.EventHandler(this.btn_send_Click);
     //
     // label10
     //
     this.label10.AutoSize    = true;
     this.label10.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label10.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label10.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location    = new System.Drawing.Point(511, 42);
     this.label10.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name        = "label10";
     this.label10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label10.Size        = new System.Drawing.Size(81, 16);
     this.label10.TabIndex    = 39;
     this.label10.Text        = "בחי×Ø×Ŗ יישו×Ŗ";
     this.label10.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // combo_path_Type
     //
     this.combo_path_Type.FormattingEnabled = true;
     this.combo_path_Type.Items.AddRange(new object[] {
         "user",
         "folder"
     });
     this.combo_path_Type.Location    = new System.Drawing.Point(399, 65);
     this.combo_path_Type.Name        = "combo_path_Type";
     this.combo_path_Type.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.combo_path_Type.Size        = new System.Drawing.Size(210, 28);
     this.combo_path_Type.TabIndex    = 2;
     this.combo_path_Type.Text        = "user";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic);
     this.label13.ForeColor = System.Drawing.Color.Red;
     this.label13.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label13.Location  = new System.Drawing.Point(451, 232);
     this.label13.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(161, 30);
     this.label13.TabIndex  = 30;
     this.label13.Text      = "יש למלא א×Ŗ קוד החב×Øה או שם\r\n החב×Øה באנגלי×Ŗ";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtBox_ComapnyCode
     //
     this.txtBox_ComapnyCode.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBox_ComapnyCode.ForeColor   = System.Drawing.SystemColors.InfoText;
     this.txtBox_ComapnyCode.Location    = new System.Drawing.Point(398, 120);
     this.txtBox_ComapnyCode.Margin      = new System.Windows.Forms.Padding(4);
     this.txtBox_ComapnyCode.MaxLength   = 40;
     this.txtBox_ComapnyCode.Name        = "txtBox_ComapnyCode";
     this.txtBox_ComapnyCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtBox_ComapnyCode.Size        = new System.Drawing.Size(211, 26);
     this.txtBox_ComapnyCode.TabIndex    = 4;
     this.txtBox_ComapnyCode.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtBox_ComapnyCode.WordWrap    = false;
     //
     // label7
     //
     this.label7.AutoSize    = true;
     this.label7.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label7.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label7.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location    = new System.Drawing.Point(525, 96);
     this.label7.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name        = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label7.Size        = new System.Drawing.Size(62, 16);
     this.label7.TabIndex    = 15;
     this.label7.Text        = "קוד חב×Øה";
     this.label7.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBox_CompanyName
     //
     this.txtBox_CompanyName.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBox_CompanyName.ForeColor   = System.Drawing.SystemColors.InfoText;
     this.txtBox_CompanyName.Location    = new System.Drawing.Point(8, 120);
     this.txtBox_CompanyName.Margin      = new System.Windows.Forms.Padding(4);
     this.txtBox_CompanyName.MaxLength   = 20;
     this.txtBox_CompanyName.Name        = "txtBox_CompanyName";
     this.txtBox_CompanyName.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtBox_CompanyName.Size        = new System.Drawing.Size(351, 26);
     this.txtBox_CompanyName.TabIndex    = 5;
     this.txtBox_CompanyName.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtBox_path
     //
     this.txtBox_path.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBox_path.ForeColor   = System.Drawing.SystemColors.InfoText;
     this.txtBox_path.Location    = new System.Drawing.Point(8, 65);
     this.txtBox_path.Margin      = new System.Windows.Forms.Padding(4);
     this.txtBox_path.MaxLength   = 50;
     this.txtBox_path.Name        = "txtBox_path";
     this.txtBox_path.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtBox_path.Size        = new System.Drawing.Size(351, 26);
     this.txtBox_path.TabIndex    = 3;
     this.txtBox_path.Text        = "Unrefrenced";
     this.txtBox_path.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.AutoSize    = true;
     this.label6.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label6.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location    = new System.Drawing.Point(241, 96);
     this.label6.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name        = "label6";
     this.label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label6.Size        = new System.Drawing.Size(111, 16);
     this.label6.TabIndex    = 13;
     this.label6.Text        = "שם חב×Øה (אנגלי×Ŗ)";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox_Right
     //
     this.groupBox_Right.BackColor = System.Drawing.SystemColors.ControlLight;
     this.groupBox_Right.Controls.Add(this.rButton_Other);
     this.groupBox_Right.Controls.Add(this.rButton_DocCycle);
     this.groupBox_Right.Controls.Add(this.rButton_Smadar);
     this.groupBox_Right.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.groupBox_Right.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.groupBox_Right.Location    = new System.Drawing.Point(661, 101);
     this.groupBox_Right.Margin      = new System.Windows.Forms.Padding(4);
     this.groupBox_Right.Name        = "groupBox_Right";
     this.groupBox_Right.Padding     = new System.Windows.Forms.Padding(4);
     this.groupBox_Right.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupBox_Right.Size        = new System.Drawing.Size(181, 283);
     this.groupBox_Right.TabIndex    = 34;
     this.groupBox_Right.TabStop     = false;
     this.groupBox_Right.Text        = "בחי×Ø×Ŗ ש×Ø×Ŗ";
     //
     // rButton_Other
     //
     this.rButton_Other.AutoSize                = true;
     this.rButton_Other.BackColor               = System.Drawing.Color.Transparent;
     this.rButton_Other.Enabled                 = false;
     this.rButton_Other.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.rButton_Other.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.rButton_Other.Location                = new System.Drawing.Point(113, 114);
     this.rButton_Other.Margin                  = new System.Windows.Forms.Padding(4);
     this.rButton_Other.Name                    = "rButton_Other";
     this.rButton_Other.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rButton_Other.Size                    = new System.Drawing.Size(49, 20);
     this.rButton_Other.TabIndex                = 3;
     this.rButton_Other.Text                    = "אח×Ø";
     this.rButton_Other.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.rButton_Other.UseVisualStyleBackColor = false;
     //
     // rButton_DocCycle
     //
     this.rButton_DocCycle.AutoSize                = true;
     this.rButton_DocCycle.BackColor               = System.Drawing.Color.Transparent;
     this.rButton_DocCycle.Enabled                 = false;
     this.rButton_DocCycle.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.rButton_DocCycle.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.rButton_DocCycle.Location                = new System.Drawing.Point(77, 77);
     this.rButton_DocCycle.Margin                  = new System.Windows.Forms.Padding(4);
     this.rButton_DocCycle.Name                    = "rButton_DocCycle";
     this.rButton_DocCycle.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rButton_DocCycle.Size                    = new System.Drawing.Size(85, 20);
     this.rButton_DocCycle.TabIndex                = 2;
     this.rButton_DocCycle.Text                    = "DocCycle";
     this.rButton_DocCycle.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.rButton_DocCycle.UseVisualStyleBackColor = false;
     //
     // rButton_Smadar
     //
     this.rButton_Smadar.AutoSize                = true;
     this.rButton_Smadar.BackColor               = System.Drawing.Color.Transparent;
     this.rButton_Smadar.Checked                 = true;
     this.rButton_Smadar.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.rButton_Smadar.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.rButton_Smadar.Location                = new System.Drawing.Point(44, 40);
     this.rButton_Smadar.Margin                  = new System.Windows.Forms.Padding(4);
     this.rButton_Smadar.Name                    = "rButton_Smadar";
     this.rButton_Smadar.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rButton_Smadar.Size                    = new System.Drawing.Size(118, 20);
     this.rButton_Smadar.TabIndex                = 1;
     this.rButton_Smadar.TabStop                 = true;
     this.rButton_Smadar.Text                    = "Smadar Mobile";
     this.rButton_Smadar.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.rButton_Smadar.UseVisualStyleBackColor = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pictureBox1.Location = new System.Drawing.Point(18, 13);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(161, 80);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 33;
     this.pictureBox1.TabStop  = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(27, 433);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(0, 13);
     this.label8.TabIndex = 37;
     //
     // btn_send
     //
     this.btn_send.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_send.Location = new System.Drawing.Point(462, 501);
     this.btn_send.Name     = "btn_send";
     this.btn_send.Size     = new System.Drawing.Size(181, 41);
     this.btn_send.TabIndex = 49;
     this.btn_send.Text     = "שלח";
     this.btn_send.UseVisualStyleBackColor = true;
     this.btn_send.Click += new System.EventHandler(this.btn_send_Click_1);
     //
     // btn_Cancel
     //
     this.btn_Cancel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_Cancel.Location = new System.Drawing.Point(19, 501);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(181, 41);
     this.btn_Cancel.TabIndex = 50;
     this.btn_Cancel.Text     = "יציאה";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Save
     //
     this.btn_Save.AutoEllipsis            = true;
     this.btn_Save.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_Save.Location                = new System.Drawing.Point(661, 500);
     this.btn_Save.Name                    = "btn_Save";
     this.btn_Save.Size                    = new System.Drawing.Size(181, 41);
     this.btn_Save.TabIndex                = 48;
     this.btn_Save.Text                    = "שמו×Ø ×”×’×“×Øו×Ŗ";
     this.btn_Save.UseVisualStyleBackColor = true;
     this.btn_Save.Click                  += new System.EventHandler(this.btn_Save_Click);
     //
     // groupBox1
     //
     groupBox1.BackColor = System.Drawing.SystemColors.ControlLight;
     groupBox1.Controls.Add(this.text_AuthUser);
     groupBox1.Controls.Add(this.checkBox_Auth);
     groupBox1.Controls.Add(this.textBox1);
     groupBox1.Controls.Add(this.button1);
     groupBox1.Controls.Add(this.label4);
     groupBox1.Controls.Add(this.label5);
     groupBox1.Controls.Add(this.text_AuthPassword);
     groupBox1.Controls.Add(this.label11);
     groupBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     groupBox1.ForeColor   = System.Drawing.SystemColors.HotTrack;
     groupBox1.Location    = new System.Drawing.Point(18, 393);
     groupBox1.Margin      = new System.Windows.Forms.Padding(4);
     groupBox1.Name        = "groupBox1";
     groupBox1.Padding     = new System.Windows.Forms.Padding(4);
     groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     groupBox1.Size        = new System.Drawing.Size(625, 101);
     groupBox1.TabIndex    = 47;
     groupBox1.TabStop     = false;
     //
     // textBox1
     //
     this.textBox1.Font        = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(8, 177);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.ReadOnly    = true;
     this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.textBox1.Size        = new System.Drawing.Size(351, 85);
     this.textBox1.TabIndex    = 44;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.SystemColors.Control;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.button1.Location  = new System.Drawing.Point(398, 177);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(211, 41);
     this.button1.TabIndex  = 6;
     this.button1.Text      = "בח×Ø ×§×•×‘×¦×™ PDF להעלאה...";
     this.button1.UseVisualStyleBackColor = false;
     //
     // label4
     //
     this.label4.AutoSize    = true;
     this.label4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label4.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label4.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location    = new System.Drawing.Point(518, 36);
     this.label4.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label4.Size        = new System.Drawing.Size(71, 16);
     this.label4.TabIndex    = 39;
     this.label4.Text        = "שם מש×Ŗמש";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic);
     this.label5.ForeColor = System.Drawing.Color.Red;
     this.label5.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location  = new System.Drawing.Point(451, 232);
     this.label5.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(161, 30);
     this.label5.TabIndex  = 30;
     this.label5.Text      = "יש למלא א×Ŗ קוד החב×Øה או שם\r\n החב×Øה באנגלי×Ŗ";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // text_AuthPassword
     //
     this.text_AuthPassword.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.text_AuthPassword.Enabled      = false;
     this.text_AuthPassword.ForeColor    = System.Drawing.SystemColors.InfoText;
     this.text_AuthPassword.Location     = new System.Drawing.Point(148, 59);
     this.text_AuthPassword.Margin       = new System.Windows.Forms.Padding(4);
     this.text_AuthPassword.MaxLength    = 40;
     this.text_AuthPassword.Name         = "text_AuthPassword";
     this.text_AuthPassword.PasswordChar = '*';
     this.text_AuthPassword.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.text_AuthPassword.Size         = new System.Drawing.Size(211, 24);
     this.text_AuthPassword.TabIndex     = 47;
     this.text_AuthPassword.WordWrap     = false;
     //
     // label11
     //
     this.label11.AutoSize    = true;
     this.label11.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.label11.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label11.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location    = new System.Drawing.Point(307, 36);
     this.label11.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name        = "label11";
     this.label11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label11.Size        = new System.Drawing.Size(45, 16);
     this.label11.TabIndex    = 15;
     this.label11.Text        = "היהמא";
     this.label11.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox_Auth
     //
     this.checkBox_Auth.AutoSize = true;
     this.checkBox_Auth.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Auth.Location = new System.Drawing.Point(474, -1);
     this.checkBox_Auth.Name     = "checkBox_Auth";
     this.checkBox_Auth.Size     = new System.Drawing.Size(151, 20);
     this.checkBox_Auth.TabIndex = 45;
     this.checkBox_Auth.Text     = "אימו×Ŗ ש×Ø×Ŗ (לבדיקו×Ŗ)";
     this.checkBox_Auth.UseVisualStyleBackColor = true;
     this.checkBox_Auth.CheckedChanged         += new System.EventHandler(this.checkBox_Auth_CheckedChanged);
     //
     // text_AuthUser
     //
     this.text_AuthUser.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.text_AuthUser.Enabled     = false;
     this.text_AuthUser.ForeColor   = System.Drawing.SystemColors.InfoText;
     this.text_AuthUser.Location    = new System.Drawing.Point(398, 59);
     this.text_AuthUser.Margin      = new System.Windows.Forms.Padding(4);
     this.text_AuthUser.MaxLength   = 40;
     this.text_AuthUser.Name        = "text_AuthUser";
     this.text_AuthUser.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.text_AuthUser.Size        = new System.Drawing.Size(211, 24);
     this.text_AuthUser.TabIndex    = 46;
     this.text_AuthUser.WordWrap    = false;
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(859, 553);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.btn_Save);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_send);
     this.Controls.Add(this.label8);
     this.Controls.Add(groupBox_Lower);
     this.Controls.Add(this.groupBox_Right);
     this.Controls.Add(this.pictureBox1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "Form1";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Text        = "DocUploader";
     this.Load       += new System.EventHandler(this.Form1_Load);
     groupBox_Lower.ResumeLayout(false);
     groupBox_Lower.PerformLayout();
     this.groupBox_Right.ResumeLayout(false);
     this.groupBox_Right.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #17
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()
 {
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(621, 399);
     groupBox1 = new System.Windows.Forms.GroupBox();
     //
     // groupBox1
     //
     deleteStringsButton = new System.Windows.Forms.Button();
     //
     // deleteStringsButton
     //
     deleteStringsButton.Enabled  = false;
     deleteStringsButton.Location = new System.Drawing.Point(411, 20);
     deleteStringsButton.Name     = "deleteStringsButton";
     deleteStringsButton.Size     = new System.Drawing.Size(144, 23);
     deleteStringsButton.TabIndex = 7;
     deleteStringsButton.Text     = "Delete resource strings";
     deleteStringsButton.Click   += new System.EventHandler(this.DeleteStringsButtonClick);
     button4 = new System.Windows.Forms.Button();
     //
     // button4
     //
     button4.Enabled      = false;
     button4.Location     = new System.Drawing.Point(292, 20);
     button4.Name         = "button4";
     button4.Size         = new System.Drawing.Size(113, 23);
     button4.TabIndex     = 6;
     button4.Text         = "Download database";
     button4.Click       += new System.EventHandler(this.DownloadButtonClick);
     savePasswordCheckBox = new System.Windows.Forms.CheckBox();
     //
     // savePasswordCheckBox
     //
     savePasswordCheckBox.Location = new System.Drawing.Point(182, 44);
     savePasswordCheckBox.Name     = "savePasswordCheckBox";
     savePasswordCheckBox.Size     = new System.Drawing.Size(104, 24);
     savePasswordCheckBox.TabIndex = 5;
     savePasswordCheckBox.Text     = "Save password";
     button3 = new System.Windows.Forms.Button();
     //
     // button3
     //
     button3.Location = new System.Drawing.Point(182, 20);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(75, 23);
     button3.TabIndex = 4;
     button3.Text     = "Login";
     button3.Click   += new System.EventHandler(this.Button3Click);
     passwordTextBox  = new System.Windows.Forms.TextBox();
     //
     // passwordTextBox
     //
     passwordTextBox.Location              = new System.Drawing.Point(76, 42);
     passwordTextBox.Name                  = "passwordTextBox";
     passwordTextBox.PasswordChar          = 'ā—';
     passwordTextBox.Size                  = new System.Drawing.Size(100, 21);
     passwordTextBox.TabIndex              = 3;
     passwordTextBox.UseSystemPasswordChar = true;
     userNameTextBox = new System.Windows.Forms.TextBox();
     //
     // userNameTextBox
     //
     userNameTextBox.Location = new System.Drawing.Point(76, 19);
     userNameTextBox.Name     = "userNameTextBox";
     userNameTextBox.Size     = new System.Drawing.Size(100, 21);
     userNameTextBox.TabIndex = 1;
     label2 = new System.Windows.Forms.Label();
     //
     // label2
     //
     label2.Location  = new System.Drawing.Point(6, 40);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(64, 23);
     label2.TabIndex  = 2;
     label2.Text      = "Password:"******"label1";
     label1.Size      = new System.Drawing.Size(64, 23);
     label1.TabIndex  = 0;
     label1.Text      = "Username:"******"groupBox1";
     groupBox1.Size     = new System.Drawing.Size(597, 74);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Translation server";
     groupBox1.SuspendLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     button2 = new System.Windows.Forms.Button();
     //
     // button2
     //
     button2.Location = new System.Drawing.Point(142, 92);
     button2.Name     = "button2";
     button2.Size     = new System.Drawing.Size(124, 23);
     button2.TabIndex = 2;
     button2.Text     = "Find missing strings";
     button2.Click   += new System.EventHandler(this.Button2Click);
     button1          = new System.Windows.Forms.Button();
     //
     // button1
     //
     button1.Location = new System.Drawing.Point(12, 91);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(124, 23);
     button1.TabIndex = 1;
     button1.Text     = "Find unused strings";
     button1.Click   += new System.EventHandler(this.Button1Click);
     outputTextBox    = new System.Windows.Forms.TextBox();
     //
     // outputTextBox
     //
     outputTextBox.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)));
     outputTextBox.Location   = new System.Drawing.Point(12, 120);
     outputTextBox.Multiline  = true;
     outputTextBox.Name       = "outputTextBox";
     outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     outputTextBox.Size       = new System.Drawing.Size(597, 267);
     outputTextBox.TabIndex   = 3;
     this.Controls.Add(groupBox1);
     this.Controls.Add(button2);
     this.Controls.Add(button1);
     this.Controls.Add(outputTextBox);
     this.Name = "MainForm";
     this.Text = "StringResourceTool";
     this.SuspendLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     stateTb_                  = new System.Windows.Forms.TextBox();
     timestampsGb_             = new System.Windows.Forms.GroupBox();
     lastAcknowledgedTb_       = new System.Windows.Forms.TextBox();
     subConditionLastActiveTb_ = new System.Windows.Forms.TextBox();
     conditionLastInactiveTb_  = new System.Windows.Forms.TextBox();
     conditionLastActiveTb_    = new System.Windows.Forms.TextBox();
     subConditionLastActiveLb_ = new System.Windows.Forms.Label();
     lastAcknowledgedLb_       = new System.Windows.Forms.Label();
     conditionLastActiveLb_    = new System.Windows.Forms.Label();
     conditionLastInactiveLb_  = new System.Windows.Forms.Label();
     attributesGb_             = new System.Windows.Forms.GroupBox();
     attributesLv_             = new System.Windows.Forms.ListView();
     subConditionsGb_          = new System.Windows.Forms.GroupBox();
     subConditionsLv_          = new System.Windows.Forms.ListView();
     generalGb_                = new System.Windows.Forms.GroupBox();
     activeSubConditionTb_     = new System.Windows.Forms.TextBox();
     activeSubConditionLb_     = new System.Windows.Forms.Label();
     acknowledgerTb_           = new System.Windows.Forms.TextBox();
     commentsTb_               = new System.Windows.Forms.TextBox();
     qualityTb_                = new System.Windows.Forms.TextBox();
     acknowledgerLb_           = new System.Windows.Forms.Label();
     stateLb_                  = new System.Windows.Forms.Label();
     qualityLb_                = new System.Windows.Forms.Label();
     commentsLb_               = new System.Windows.Forms.Label();
     timestampsGb_.SuspendLayout();
     attributesGb_.SuspendLayout();
     subConditionsGb_.SuspendLayout();
     generalGb_.SuspendLayout();
     SuspendLayout();
     //
     // StateTB
     //
     stateTb_.Location = new System.Drawing.Point(136, 16);
     stateTb_.Name     = "stateTb_";
     stateTb_.ReadOnly = true;
     stateTb_.Size     = new System.Drawing.Size(212, 20);
     stateTb_.TabIndex = 8;
     stateTb_.Text     = "";
     //
     // TimestampsGB
     //
     timestampsGb_.Controls.Add(lastAcknowledgedTb_);
     timestampsGb_.Controls.Add(subConditionLastActiveTb_);
     timestampsGb_.Controls.Add(conditionLastInactiveTb_);
     timestampsGb_.Controls.Add(conditionLastActiveTb_);
     timestampsGb_.Controls.Add(subConditionLastActiveLb_);
     timestampsGb_.Controls.Add(lastAcknowledgedLb_);
     timestampsGb_.Controls.Add(conditionLastActiveLb_);
     timestampsGb_.Controls.Add(conditionLastInactiveLb_);
     timestampsGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     timestampsGb_.Location = new System.Drawing.Point(0, 136);
     timestampsGb_.Name     = "timestampsGb_";
     timestampsGb_.Size     = new System.Drawing.Size(544, 68);
     timestampsGb_.TabIndex = 10;
     timestampsGb_.TabStop  = false;
     timestampsGb_.Text     = "Timestamps";
     //
     // LastAcknowledgedTB
     //
     lastAcknowledgedTb_.Location = new System.Drawing.Point(408, 40);
     lastAcknowledgedTb_.Name     = "lastAcknowledgedTb_";
     lastAcknowledgedTb_.ReadOnly = true;
     lastAcknowledgedTb_.Size     = new System.Drawing.Size(132, 20);
     lastAcknowledgedTb_.TabIndex = 18;
     lastAcknowledgedTb_.Text     = "";
     //
     // SubConditionLastActiveTB
     //
     subConditionLastActiveTb_.Location = new System.Drawing.Point(408, 16);
     subConditionLastActiveTb_.Name     = "subConditionLastActiveTb_";
     subConditionLastActiveTb_.ReadOnly = true;
     subConditionLastActiveTb_.Size     = new System.Drawing.Size(132, 20);
     subConditionLastActiveTb_.TabIndex = 17;
     subConditionLastActiveTb_.Text     = "";
     //
     // ConditionLastInactiveTB
     //
     conditionLastInactiveTb_.Location = new System.Drawing.Point(136, 40);
     conditionLastInactiveTb_.Name     = "conditionLastInactiveTb_";
     conditionLastInactiveTb_.ReadOnly = true;
     conditionLastInactiveTb_.Size     = new System.Drawing.Size(132, 20);
     conditionLastInactiveTb_.TabIndex = 16;
     conditionLastInactiveTb_.Text     = "";
     //
     // ConditionLastActiveTB
     //
     conditionLastActiveTb_.Location = new System.Drawing.Point(136, 16);
     conditionLastActiveTb_.Name     = "conditionLastActiveTb_";
     conditionLastActiveTb_.ReadOnly = true;
     conditionLastActiveTb_.Size     = new System.Drawing.Size(132, 20);
     conditionLastActiveTb_.TabIndex = 15;
     conditionLastActiveTb_.Text     = "";
     //
     // SubConditionLastActiveLB
     //
     subConditionLastActiveLb_.Location  = new System.Drawing.Point(276, 16);
     subConditionLastActiveLb_.Name      = "subConditionLastActiveLb_";
     subConditionLastActiveLb_.Size      = new System.Drawing.Size(128, 23);
     subConditionLastActiveLb_.TabIndex  = 11;
     subConditionLastActiveLb_.Text      = "Subcondition Last Active";
     subConditionLastActiveLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LastAcknowledgedLB
     //
     lastAcknowledgedLb_.Location  = new System.Drawing.Point(276, 40);
     lastAcknowledgedLb_.Name      = "lastAcknowledgedLb_";
     lastAcknowledgedLb_.Size      = new System.Drawing.Size(128, 23);
     lastAcknowledgedLb_.TabIndex  = 1;
     lastAcknowledgedLb_.Text      = "Last Acknowledged";
     lastAcknowledgedLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ConditionLastActiveLB
     //
     conditionLastActiveLb_.Location  = new System.Drawing.Point(4, 16);
     conditionLastActiveLb_.Name      = "conditionLastActiveLb_";
     conditionLastActiveLb_.Size      = new System.Drawing.Size(128, 23);
     conditionLastActiveLb_.TabIndex  = 4;
     conditionLastActiveLb_.Text      = "Condition Last Active";
     conditionLastActiveLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ConditionLastInactiveLB
     //
     conditionLastInactiveLb_.Location  = new System.Drawing.Point(4, 40);
     conditionLastInactiveLb_.Name      = "conditionLastInactiveLb_";
     conditionLastInactiveLb_.Size      = new System.Drawing.Size(128, 23);
     conditionLastInactiveLb_.TabIndex  = 10;
     conditionLastInactiveLb_.Text      = "Condition Last Inactive";
     conditionLastInactiveLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AttributesGB
     //
     attributesGb_.Controls.Add(attributesLv_);
     attributesGb_.Dock     = System.Windows.Forms.DockStyle.Fill;
     attributesGb_.Location = new System.Drawing.Point(0, 328);
     attributesGb_.Name     = "attributesGb_";
     attributesGb_.Size     = new System.Drawing.Size(544, 140);
     attributesGb_.TabIndex = 11;
     attributesGb_.TabStop  = false;
     attributesGb_.Text     = "Attributes";
     //
     // AttributesLV
     //
     attributesLv_.Dock          = System.Windows.Forms.DockStyle.Fill;
     attributesLv_.FullRowSelect = true;
     attributesLv_.Location      = new System.Drawing.Point(3, 16);
     attributesLv_.MultiSelect   = false;
     attributesLv_.Name          = "attributesLv_";
     attributesLv_.Size          = new System.Drawing.Size(538, 121);
     attributesLv_.TabIndex      = 1;
     attributesLv_.View          = System.Windows.Forms.View.Details;
     //
     // SubConditionsGB
     //
     subConditionsGb_.Controls.Add(subConditionsLv_);
     subConditionsGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     subConditionsGb_.Location = new System.Drawing.Point(0, 204);
     subConditionsGb_.Name     = "subConditionsGb_";
     subConditionsGb_.Size     = new System.Drawing.Size(544, 124);
     subConditionsGb_.TabIndex = 12;
     subConditionsGb_.TabStop  = false;
     subConditionsGb_.Text     = "Subconditions";
     //
     // SubConditionsLV
     //
     subConditionsLv_.Dock          = System.Windows.Forms.DockStyle.Fill;
     subConditionsLv_.FullRowSelect = true;
     subConditionsLv_.Location      = new System.Drawing.Point(3, 16);
     subConditionsLv_.MultiSelect   = false;
     subConditionsLv_.Name          = "subConditionsLv_";
     subConditionsLv_.Size          = new System.Drawing.Size(538, 105);
     subConditionsLv_.TabIndex      = 0;
     subConditionsLv_.View          = System.Windows.Forms.View.Details;
     //
     // GeneralGB
     //
     generalGb_.Controls.Add(activeSubConditionTb_);
     generalGb_.Controls.Add(activeSubConditionLb_);
     generalGb_.Controls.Add(acknowledgerTb_);
     generalGb_.Controls.Add(commentsTb_);
     generalGb_.Controls.Add(qualityTb_);
     generalGb_.Controls.Add(acknowledgerLb_);
     generalGb_.Controls.Add(stateLb_);
     generalGb_.Controls.Add(qualityLb_);
     generalGb_.Controls.Add(commentsLb_);
     generalGb_.Controls.Add(stateTb_);
     generalGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     generalGb_.Location = new System.Drawing.Point(0, 0);
     generalGb_.Name     = "generalGb_";
     generalGb_.Size     = new System.Drawing.Size(544, 136);
     generalGb_.TabIndex = 13;
     generalGb_.TabStop  = false;
     generalGb_.Text     = "General";
     //
     // ActiveSubConditionTB
     //
     activeSubConditionTb_.Location = new System.Drawing.Point(136, 40);
     activeSubConditionTb_.Name     = "activeSubConditionTb_";
     activeSubConditionTb_.ReadOnly = true;
     activeSubConditionTb_.Size     = new System.Drawing.Size(212, 20);
     activeSubConditionTb_.TabIndex = 16;
     activeSubConditionTb_.Text     = "";
     //
     // ActiveSubConditionLB
     //
     activeSubConditionLb_.Location  = new System.Drawing.Point(4, 40);
     activeSubConditionLb_.Name      = "activeSubConditionLb_";
     activeSubConditionLb_.Size      = new System.Drawing.Size(128, 23);
     activeSubConditionLb_.TabIndex  = 15;
     activeSubConditionLb_.Text      = "Active Subcondition";
     activeSubConditionLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AcknowledgerTB
     //
     acknowledgerTb_.Location = new System.Drawing.Point(136, 112);
     acknowledgerTb_.Name     = "acknowledgerTb_";
     acknowledgerTb_.ReadOnly = true;
     acknowledgerTb_.Size     = new System.Drawing.Size(360, 20);
     acknowledgerTb_.TabIndex = 14;
     acknowledgerTb_.Text     = "";
     //
     // CommentsTB
     //
     commentsTb_.Location = new System.Drawing.Point(136, 88);
     commentsTb_.Name     = "commentsTb_";
     commentsTb_.ReadOnly = true;
     commentsTb_.Size     = new System.Drawing.Size(360, 20);
     commentsTb_.TabIndex = 13;
     commentsTb_.Text     = "";
     //
     // QualityTB
     //
     qualityTb_.Location = new System.Drawing.Point(136, 64);
     qualityTb_.Name     = "qualityTb_";
     qualityTb_.ReadOnly = true;
     qualityTb_.Size     = new System.Drawing.Size(116, 20);
     qualityTb_.TabIndex = 12;
     qualityTb_.Text     = "";
     //
     // AcknowledgerLB
     //
     acknowledgerLb_.Location  = new System.Drawing.Point(4, 112);
     acknowledgerLb_.Name      = "acknowledgerLb_";
     acknowledgerLb_.Size      = new System.Drawing.Size(128, 23);
     acknowledgerLb_.TabIndex  = 11;
     acknowledgerLb_.Text      = "Acknowledger";
     acknowledgerLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // StateLB
     //
     stateLb_.Location  = new System.Drawing.Point(4, 16);
     stateLb_.Name      = "stateLb_";
     stateLb_.Size      = new System.Drawing.Size(128, 23);
     stateLb_.TabIndex  = 1;
     stateLb_.Text      = "State";
     stateLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // QualityLB
     //
     qualityLb_.Location  = new System.Drawing.Point(4, 64);
     qualityLb_.Name      = "qualityLb_";
     qualityLb_.Size      = new System.Drawing.Size(128, 23);
     qualityLb_.TabIndex  = 4;
     qualityLb_.Text      = "Quality";
     qualityLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // CommentsLB
     //
     commentsLb_.Location  = new System.Drawing.Point(4, 88);
     commentsLb_.Name      = "commentsLb_";
     commentsLb_.Size      = new System.Drawing.Size(128, 23);
     commentsLb_.TabIndex  = 10;
     commentsLb_.Text      = "Comments";
     commentsLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ConditionStateCtrl
     //
     Controls.Add(attributesGb_);
     Controls.Add(subConditionsGb_);
     Controls.Add(timestampsGb_);
     Controls.Add(generalGb_);
     Name = "ConditionStateCtrl";
     Size = new System.Drawing.Size(544, 468);
     timestampsGb_.ResumeLayout(false);
     attributesGb_.ResumeLayout(false);
     subConditionsGb_.ResumeLayout(false);
     generalGb_.ResumeLayout(false);
     ResumeLayout(false);
 }
Example #19
0
 private void InitializeComponent()
 {
     listSensors = new System.Windows.Forms.CheckedListBox();
     groupSelections = new System.Windows.Forms.GroupBox();
     groupDisplay = new System.Windows.Forms.GroupBox();
     radioDisplayBoth = new System.Windows.Forms.RadioButton();
     radioDisplayMetric = new System.Windows.Forms.RadioButton();
     radioDisplayEnglish = new System.Windows.Forms.RadioButton();
     groupLogging = new System.Windows.Forms.GroupBox();
     lblTimeElapsed = new System.Windows.Forms.Label();
     scrollTime = new System.Windows.Forms.HScrollBar();
     btnReset = new System.Windows.Forms.Button();
     btnStart = new System.Windows.Forms.Button();
     btnSave = new System.Windows.Forms.Button();
     panelDisplay = new System.Windows.Forms.Panel();
     groupSelections.SuspendLayout();
     groupDisplay.SuspendLayout();
     groupLogging.SuspendLayout();
     SuspendLayout();
     //
     // listSensors
     //
     listSensors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     listSensors.CheckOnClick = true;
     listSensors.Location = new System.Drawing.Point(12, 25);
     listSensors.Name = "listSensors";
     listSensors.Size = new System.Drawing.Size(249, 64);
     listSensors.TabIndex = 0;
     listSensors.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(listSensors_ItemCheck);
     //
     // groupSelections
     //
     groupSelections.Controls.Add(listSensors);
     groupSelections.Location = new System.Drawing.Point(15, 15);
     groupSelections.Name = "groupSelections";
     groupSelections.Size = new System.Drawing.Size(273, 105);
     groupSelections.TabIndex = 0;
     groupSelections.TabStop = false;
     groupSelections.Text = "&Sensors";
     //
     // groupDisplay
     //
     groupDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     groupDisplay.Controls.Add(radioDisplayBoth);
     groupDisplay.Controls.Add(radioDisplayMetric);
     groupDisplay.Controls.Add(radioDisplayEnglish);
     groupDisplay.Location = new System.Drawing.Point(296, 15);
     groupDisplay.Name = "groupDisplay";
     groupDisplay.Size = new System.Drawing.Size(82, 105);
     groupDisplay.TabIndex = 1;
     groupDisplay.TabStop = false;
     groupDisplay.Text = "&Units";
     //
     // radioDisplayBoth
     //
     radioDisplayBoth.Enabled = false;
     radioDisplayBoth.Location = new System.Drawing.Point(16, 72);
     radioDisplayBoth.Name = "radioDisplayBoth";
     radioDisplayBoth.Size = new System.Drawing.Size(50, 20);
     radioDisplayBoth.TabIndex = 2;
     radioDisplayBoth.Text = "&Both";
     radioDisplayBoth.Visible = false;
     radioDisplayBoth.Click += new System.EventHandler(radioDisplayBoth_Click);
     //
     // radioDisplayMetric
     //
     radioDisplayMetric.Location = new System.Drawing.Point(16, 48);
     radioDisplayMetric.Name = "radioDisplayMetric";
     radioDisplayMetric.Size = new System.Drawing.Size(56, 20);
     radioDisplayMetric.TabIndex = 1;
     radioDisplayMetric.Text = "&Metric";
     radioDisplayMetric.Click += new System.EventHandler(radioDisplayMetric_Click);
     //
     // radioDisplayEnglish
     //
     radioDisplayEnglish.Checked = true;
     radioDisplayEnglish.Location = new System.Drawing.Point(16, 24);
     radioDisplayEnglish.Name = "radioDisplayEnglish";
     radioDisplayEnglish.Size = new System.Drawing.Size(64, 20);
     radioDisplayEnglish.TabIndex = 0;
     radioDisplayEnglish.TabStop = true;
     radioDisplayEnglish.Text = "E&nglish";
     radioDisplayEnglish.Click += new System.EventHandler(radioDisplayEnglish_Click);
     //
     // groupLogging
     //
     groupLogging.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     groupLogging.Controls.Add(lblTimeElapsed);
     groupLogging.Controls.Add(scrollTime);
     groupLogging.Controls.Add(btnReset);
     groupLogging.Controls.Add(btnStart);
     groupLogging.Controls.Add(btnSave);
     groupLogging.Location = new System.Drawing.Point(386, 15);
     groupLogging.Name = "groupLogging";
     groupLogging.Size = new System.Drawing.Size(216, 105);
     groupLogging.TabIndex = 2;
     groupLogging.TabStop = false;
     groupLogging.Text = "&Control";
     //
     // lblTimeElapsed
     //
     lblTimeElapsed.Location = new System.Drawing.Point(17, 20);
     lblTimeElapsed.Name = "lblTimeElapsed";
     lblTimeElapsed.Size = new System.Drawing.Size(185, 19);
     lblTimeElapsed.TabIndex = 0;
     lblTimeElapsed.Text = "00:00:00.00";
     lblTimeElapsed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // scrollTime
     //
     scrollTime.Location = new System.Drawing.Point(17, 43);
     scrollTime.Name = "scrollTime";
     scrollTime.Size = new System.Drawing.Size(187, 17);
     scrollTime.TabIndex = 4;
     scrollTime.Scroll += new System.Windows.Forms.ScrollEventHandler(scrollTime_Scroll);
     //
     // btnReset
     //
     btnReset.Enabled = false;
     btnReset.Location = new System.Drawing.Point(80, 67);
     btnReset.Name = "btnReset";
     btnReset.Size = new System.Drawing.Size(60, 23);
     btnReset.TabIndex = 2;
     btnReset.Text = "&Reset";
     btnReset.Click += new System.EventHandler(btnReset_Click);
     //
     // btnStart
     //
     btnStart.Location = new System.Drawing.Point(16, 67);
     btnStart.Name = "btnStart";
     btnStart.Size = new System.Drawing.Size(60, 23);
     btnStart.TabIndex = 1;
     btnStart.Text = "S&tart";
     btnStart.Click += new System.EventHandler(btnStart_Click);
     //
     // btnSave
     //
     btnSave.Enabled = false;
     btnSave.Location = new System.Drawing.Point(144, 67);
     btnSave.Name = "btnSave";
     btnSave.Size = new System.Drawing.Size(60, 23);
     btnSave.TabIndex = 3;
     btnSave.Text = "&Save";
     btnSave.Click += new System.EventHandler(btnSave_Click);
     //
     // panelDisplay
     //
     panelDisplay.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)));
     panelDisplay.AutoScroll = true;
     panelDisplay.BackColor = System.Drawing.Color.Black;
     panelDisplay.Location = new System.Drawing.Point(15, 129);
     panelDisplay.Name = "panelDisplay";
     panelDisplay.Size = new System.Drawing.Size(587, 244);
     panelDisplay.TabIndex = 3;
     //
     // SensorMonitorForm
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize = new System.Drawing.Size(616, 388);
     ControlBox = false;
     Controls.Add(panelDisplay);
     Controls.Add(groupDisplay);
     Controls.Add(groupSelections);
     Controls.Add(groupLogging);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Name = "SensorMonitorForm";
     Text = "Live Sensor Grid";
     WindowState = System.Windows.Forms.FormWindowState.Maximized;
     Activated += new System.EventHandler(SensorMonitorForm_Activated);
     Load += new System.EventHandler(SensorMonitorForm_Load);
     Resize += new System.EventHandler(SensorMonitorForm_Resize);
     groupSelections.ResumeLayout(false);
     groupDisplay.ResumeLayout(false);
     groupLogging.ResumeLayout(false);
     ResumeLayout(false);
 }
Example #20
0
        public FontDialog( )
        {
            form = new DialogForm(this);
            example_panel_text = char_sets [0];

            okButton     = new Button( );
            cancelButton = new Button( );
            applyButton  = new Button( );
            helpButton   = new Button( );

            fontTextBox      = new TextBox( );
            fontstyleTextBox = new TextBox( );
            fontsizeTextBox  = new TextBox( );

            fontListBox      = new MouseWheelListBox();
            fontsizeListBox  = new MouseWheelListBox();
            fontstyleListBox = new MouseWheelListBox();

            fontLabel      = new Label( );
            fontstyleLabel = new Label( );
            sizeLabel      = new Label( );
            scriptLabel    = new Label( );

            exampleGroupBox = new GroupBox( );

            effectsGroupBox       = new GroupBox( );
            underlinedCheckBox    = new CheckBox( );
            strikethroughCheckBox = new CheckBox( );
            scriptComboBox        = new ComboBox( );

            examplePanel = new Panel( );

            colorComboBox = new ColorComboBox(this);

            exampleGroupBox.SuspendLayout( );
            effectsGroupBox.SuspendLayout( );
            form.SuspendLayout( );

            form.FormBorderStyle = FormBorderStyle.FixedDialog;
            form.MaximizeBox     = false;

            // fontsizeListBox
            fontsizeListBox.Location = new Point(284, 47);
            fontsizeListBox.Size     = new Size(52, 95);
            fontsizeListBox.TabIndex = 10;
            fontListBox.Sorted       = true;
            // fontTextBox
            fontTextBox.Location = new Point(16, 26);
            fontTextBox.Size     = new Size(140, 21);
            fontTextBox.TabIndex = 5;
            fontTextBox.Text     = "";
            // fontstyleLabel
            fontstyleLabel.Location = new Point(164, 10);
            fontstyleLabel.Size     = new Size(100, 16);
            fontstyleLabel.TabIndex = 1;
            fontstyleLabel.Text     = "Font Style:";
            // typesizeTextBox
            fontsizeTextBox.Location  = new Point(284, 26);
            fontsizeTextBox.Size      = new Size(52, 21);
            fontsizeTextBox.TabIndex  = 7;
            fontsizeTextBox.Text      = "";
            fontsizeTextBox.MaxLength = 2;
            // schriftartListBox
            fontListBox.Location = new Point(16, 47);
            fontListBox.Size     = new Size(140, 95);
            fontListBox.TabIndex = 8;
            fontListBox.Sorted   = true;
            // exampleGroupBox
            exampleGroupBox.Controls.Add(examplePanel);
            exampleGroupBox.FlatStyle = FlatStyle.System;
            exampleGroupBox.Location  = new Point(164, 158);
            exampleGroupBox.Size      = new Size(172, 70);
            exampleGroupBox.TabIndex  = 12;
            exampleGroupBox.TabStop   = false;
            exampleGroupBox.Text      = "Example";
            // fontstyleListBox
            fontstyleListBox.Location = new Point(164, 47);
            fontstyleListBox.Size     = new Size(112, 95);
            fontstyleListBox.TabIndex = 9;
            // schriftartLabel
            fontLabel.Location = new Point(16, 10);
            fontLabel.Size     = new Size(88, 16);
            fontLabel.TabIndex = 0;
            fontLabel.Text     = "Font:";
            // effectsGroupBox
            effectsGroupBox.Controls.Add(underlinedCheckBox);
            effectsGroupBox.Controls.Add(strikethroughCheckBox);
            effectsGroupBox.Controls.Add(colorComboBox);
            effectsGroupBox.FlatStyle = FlatStyle.System;
            effectsGroupBox.Location  = new Point(16, 158);
            effectsGroupBox.Size      = new Size(140, 116);
            effectsGroupBox.TabIndex  = 11;
            effectsGroupBox.TabStop   = false;
            effectsGroupBox.Text      = "Effects";
            // strikethroughCheckBox
            strikethroughCheckBox.FlatStyle = FlatStyle.System;
            strikethroughCheckBox.Location  = new Point(8, 16);
            strikethroughCheckBox.TabIndex  = 0;
            strikethroughCheckBox.Text      = "Strikethrough";
            // colorComboBox
            colorComboBox.Location = new Point(8, 70);
            colorComboBox.Size     = new Size(130, 21);
            // sizeLabel
            sizeLabel.Location = new Point(284, 10);
            sizeLabel.Size     = new Size(100, 16);
            sizeLabel.TabIndex = 2;
            sizeLabel.Text     = "Size:";
            // scriptComboBox
            scriptComboBox.Location      = new Point(164, 253);
            scriptComboBox.Size          = new Size(172, 21);
            scriptComboBox.TabIndex      = 14;
            scriptComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
            // okButton
            okButton.FlatStyle = FlatStyle.System;
            okButton.Location  = new Point(352, 26);
            okButton.Size      = new Size(70, 23);
            okButton.TabIndex  = 3;
            okButton.Text      = "OK";
            // cancelButton
            cancelButton.FlatStyle = FlatStyle.System;
            cancelButton.Location  = new Point(352, 52);
            cancelButton.Size      = new Size(70, 23);
            cancelButton.TabIndex  = 4;
            cancelButton.Text      = "Cancel";
            // applyButton
            applyButton.FlatStyle = FlatStyle.System;
            applyButton.Location  = new Point(352, 78);
            applyButton.Size      = new Size(70, 23);
            applyButton.TabIndex  = 5;
            applyButton.Text      = "Apply";
            // helpButton
            helpButton.FlatStyle = FlatStyle.System;
            helpButton.Location  = new Point(352, 104);
            helpButton.Size      = new Size(70, 23);
            helpButton.TabIndex  = 6;
            helpButton.Text      = "Help";
            // underlinedCheckBox
            underlinedCheckBox.FlatStyle = FlatStyle.System;
            underlinedCheckBox.Location  = new Point(8, 36);
            underlinedCheckBox.TabIndex  = 1;
            underlinedCheckBox.Text      = "Underlined";
            // fontstyleTextBox
            fontstyleTextBox.Location = new Point(164, 26);
            fontstyleTextBox.Size     = new Size(112, 21);
            fontstyleTextBox.TabIndex = 6;
            fontstyleTextBox.Text     = "";
            // scriptLabel
            scriptLabel.Location = new Point(164, 236);
            scriptLabel.Size     = new Size(100, 16);
            scriptLabel.TabIndex = 13;
            scriptLabel.Text     = "Script:";
            // examplePanel
            examplePanel.Location    = new Point(8, 20);
            examplePanel.TabIndex    = 0;
            examplePanel.Size        = new Size(156, 40);
            examplePanel.BorderStyle = BorderStyle.Fixed3D;

            form.AcceptButton = okButton;
            form.CancelButton = cancelButton;

            form.Controls.Add(scriptComboBox);
            form.Controls.Add(scriptLabel);
            form.Controls.Add(exampleGroupBox);
            form.Controls.Add(effectsGroupBox);
            form.Controls.Add(fontsizeListBox);
            form.Controls.Add(fontstyleListBox);
            form.Controls.Add(fontListBox);
            form.Controls.Add(fontsizeTextBox);
            form.Controls.Add(fontstyleTextBox);
            form.Controls.Add(fontTextBox);
            form.Controls.Add(cancelButton);
            form.Controls.Add(okButton);
            form.Controls.Add(sizeLabel);
            form.Controls.Add(fontstyleLabel);
            form.Controls.Add(fontLabel);
            form.Controls.Add(applyButton);
            form.Controls.Add(helpButton);

            exampleGroupBox.ResumeLayout(false);
            effectsGroupBox.ResumeLayout(false);

            form.Size = new Size(430, 318);

            form.FormBorderStyle = FormBorderStyle.FixedDialog;
            form.MaximizeBox     = false;

            form.Text = "Font";

            form.ResumeLayout(false);

            scriptComboBox.BeginUpdate();
            scriptComboBox.Items.AddRange(char_sets_names);
            scriptComboBox.SelectedIndex = 0;
            scriptComboBox.EndUpdate();

            applyButton.Hide( );
            helpButton.Hide( );
            colorComboBox.Hide( );

            cancelButton.Click += new EventHandler(OnClickCancelButton);
            okButton.Click     += new EventHandler(OnClickOkButton);
            applyButton.Click  += new EventHandler(OnApplyButton);
            examplePanel.Paint += new PaintEventHandler(OnPaintExamplePanel);
            fontListBox.SelectedIndexChanged      += new EventHandler(OnSelectedIndexChangedFontListBox);
            fontsizeListBox.SelectedIndexChanged  += new EventHandler(OnSelectedIndexChangedSizeListBox);
            fontstyleListBox.SelectedIndexChanged += new EventHandler(OnSelectedIndexChangedFontStyleListBox);
            underlinedCheckBox.CheckedChanged     += new EventHandler(OnCheckedChangedUnderlinedCheckBox);
            strikethroughCheckBox.CheckedChanged  += new EventHandler(OnCheckedChangedStrikethroughCheckBox);
            scriptComboBox.SelectedIndexChanged   += new EventHandler(OnSelectedIndexChangedScriptComboBox);

            fontTextBox.KeyPress      += new KeyPressEventHandler(OnFontTextBoxKeyPress);
            fontstyleTextBox.KeyPress += new KeyPressEventHandler(OnFontStyleTextBoxKeyPress);
            fontsizeTextBox.KeyPress  += new KeyPressEventHandler(OnFontSizeTextBoxKeyPress);

            fontTextBox.TextChanged      += new EventHandler(OnFontTextBoxTextChanged);
            fontstyleTextBox.TextChanged += new EventHandler(OnFontStyleTextTextChanged);
            fontsizeTextBox.TextChanged  += new EventHandler(OnFontSizeTextBoxTextChanged);

            fontTextBox.KeyDown      += new KeyEventHandler(OnFontTextBoxKeyDown);
            fontstyleTextBox.KeyDown += new KeyEventHandler(OnFontStyleTextBoxKeyDown);
            fontsizeTextBox.KeyDown  += new KeyEventHandler(OnFontSizeTextBoxKeyDown);

            fontTextBox.MouseWheel      += new MouseEventHandler(OnFontTextBoxMouseWheel);
            fontstyleTextBox.MouseWheel += new MouseEventHandler(OnFontStyleTextBoxMouseWheel);
            fontsizeTextBox.MouseWheel  += new MouseEventHandler(OnFontSizeTextBoxMouseWheel);

            PopulateFontList();
        }
Example #21
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 lblLookup;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageSetup));
     System.Windows.Forms.Label        lblFindPattern;
     System.Windows.Forms.ColumnHeader hdrLanguageName;
     System.Windows.Forms.ColumnHeader hdrCountry;
     System.Windows.Forms.ColumnHeader hdrEthnologueCode;
     System.Windows.Forms.GroupBox     grpCurrentLang;
     System.Windows.Forms.Label        lblCurrentEthCode;
     System.Windows.Forms.Label        lblCurrentLangName;
     System.Windows.Forms.Label        lblOtherNames;
     System.Windows.Forms.Label        lblInstructions1;
     System.Windows.Forms.Label        lblInstructions2;
     System.Windows.Forms.HelpProvider helpProvider1;
     this.txtFindPattern         = new System.Windows.Forms.TextBox();
     this.btnFind                = new System.Windows.Forms.Button();
     this.lvFindResult           = new System.Windows.Forms.ListView();
     this.lblCurrentEthCodeValue = new System.Windows.Forms.Label();
     this.txtCurrentLangName     = new System.Windows.Forms.TextBox();
     this.lblOtherNamesList      = new System.Windows.Forms.Label();
     this.toolTip1               = new System.Windows.Forms.ToolTip(this.components);
     this.cboLookup              = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     lblLookup          = new System.Windows.Forms.Label();
     lblFindPattern     = new System.Windows.Forms.Label();
     hdrLanguageName    = new System.Windows.Forms.ColumnHeader();
     hdrCountry         = new System.Windows.Forms.ColumnHeader();
     hdrEthnologueCode  = new System.Windows.Forms.ColumnHeader();
     grpCurrentLang     = new System.Windows.Forms.GroupBox();
     lblCurrentEthCode  = new System.Windows.Forms.Label();
     lblCurrentLangName = new System.Windows.Forms.Label();
     lblOtherNames      = new System.Windows.Forms.Label();
     lblInstructions1   = new System.Windows.Forms.Label();
     lblInstructions2   = new System.Windows.Forms.Label();
     helpProvider1      = new System.Windows.Forms.HelpProvider();
     grpCurrentLang.SuspendLayout();
     this.SuspendLayout();
     //
     // lblLookup
     //
     resources.ApplyResources(lblLookup, "lblLookup");
     lblLookup.Name = "lblLookup";
     helpProvider1.SetShowHelp(lblLookup, ((bool)(resources.GetObject("lblLookup.ShowHelp"))));
     //
     // txtFindPattern
     //
     this.txtFindPattern.AcceptsReturn = true;
     resources.ApplyResources(this.txtFindPattern, "txtFindPattern");
     helpProvider1.SetHelpString(this.txtFindPattern, resources.GetString("txtFindPattern.HelpString"));
     this.txtFindPattern.Name = "txtFindPattern";
     helpProvider1.SetShowHelp(this.txtFindPattern, ((bool)(resources.GetObject("txtFindPattern.ShowHelp"))));
     this.txtFindPattern.Enter       += new System.EventHandler(this.txtFindPattern_Enter);
     this.txtFindPattern.Leave       += new System.EventHandler(this.txtFindPattern_Leave);
     this.txtFindPattern.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtFindPattern_KeyPress);
     this.txtFindPattern.TextChanged += new System.EventHandler(this.txtFindPattern_TextChanged);
     //
     // btnFind
     //
     resources.ApplyResources(this.btnFind, "btnFind");
     helpProvider1.SetHelpString(this.btnFind, resources.GetString("btnFind.HelpString"));
     this.btnFind.Name = "btnFind";
     helpProvider1.SetShowHelp(this.btnFind, ((bool)(resources.GetObject("btnFind.ShowHelp"))));
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // lblFindPattern
     //
     resources.ApplyResources(lblFindPattern, "lblFindPattern");
     lblFindPattern.Name = "lblFindPattern";
     helpProvider1.SetShowHelp(lblFindPattern, ((bool)(resources.GetObject("lblFindPattern.ShowHelp"))));
     //
     // lvFindResult
     //
     resources.ApplyResources(this.lvFindResult, "lvFindResult");
     this.lvFindResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         hdrLanguageName,
         hdrCountry,
         hdrEthnologueCode
     });
     this.lvFindResult.FullRowSelect = true;
     helpProvider1.SetHelpString(this.lvFindResult, resources.GetString("lvFindResult.HelpString"));
     this.lvFindResult.HideSelection = false;
     this.lvFindResult.MultiSelect   = false;
     this.lvFindResult.Name          = "lvFindResult";
     helpProvider1.SetShowHelp(this.lvFindResult, ((bool)(resources.GetObject("lvFindResult.ShowHelp"))));
     this.lvFindResult.UseCompatibleStateImageBehavior = false;
     this.lvFindResult.View   = System.Windows.Forms.View.Details;
     this.lvFindResult.Enter += new System.EventHandler(this.lvFindResult_Enter);
     this.lvFindResult.SelectedIndexChanged += new System.EventHandler(this.lvFindResult_SelectedIndexChanged);
     this.lvFindResult.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.lvFindResult_ColumnClick);
     //
     // hdrLanguageName
     //
     resources.ApplyResources(hdrLanguageName, "hdrLanguageName");
     //
     // hdrCountry
     //
     resources.ApplyResources(hdrCountry, "hdrCountry");
     //
     // hdrEthnologueCode
     //
     resources.ApplyResources(hdrEthnologueCode, "hdrEthnologueCode");
     //
     // grpCurrentLang
     //
     grpCurrentLang.Controls.Add(lblCurrentEthCode);
     grpCurrentLang.Controls.Add(this.lblCurrentEthCodeValue);
     grpCurrentLang.Controls.Add(lblCurrentLangName);
     grpCurrentLang.Controls.Add(this.txtCurrentLangName);
     grpCurrentLang.Controls.Add(lblOtherNames);
     grpCurrentLang.Controls.Add(this.lblOtherNamesList);
     grpCurrentLang.FlatStyle = System.Windows.Forms.FlatStyle.System;
     resources.ApplyResources(grpCurrentLang, "grpCurrentLang");
     grpCurrentLang.Name = "grpCurrentLang";
     helpProvider1.SetShowHelp(grpCurrentLang, ((bool)(resources.GetObject("grpCurrentLang.ShowHelp"))));
     grpCurrentLang.TabStop = false;
     //
     // lblCurrentEthCode
     //
     resources.ApplyResources(lblCurrentEthCode, "lblCurrentEthCode");
     lblCurrentEthCode.BackColor = System.Drawing.SystemColors.Control;
     lblCurrentEthCode.Name      = "lblCurrentEthCode";
     helpProvider1.SetShowHelp(lblCurrentEthCode, ((bool)(resources.GetObject("lblCurrentEthCode.ShowHelp"))));
     //
     // lblCurrentEthCodeValue
     //
     resources.ApplyResources(this.lblCurrentEthCodeValue, "lblCurrentEthCodeValue");
     helpProvider1.SetHelpString(this.lblCurrentEthCodeValue, resources.GetString("lblCurrentEthCodeValue.HelpString"));
     this.lblCurrentEthCodeValue.Name = "lblCurrentEthCodeValue";
     helpProvider1.SetShowHelp(this.lblCurrentEthCodeValue, ((bool)(resources.GetObject("lblCurrentEthCodeValue.ShowHelp"))));
     this.lblCurrentEthCodeValue.Tag = "(Unknown)";
     //
     // lblCurrentLangName
     //
     resources.ApplyResources(lblCurrentLangName, "lblCurrentLangName");
     lblCurrentLangName.Name = "lblCurrentLangName";
     helpProvider1.SetShowHelp(lblCurrentLangName, ((bool)(resources.GetObject("lblCurrentLangName.ShowHelp"))));
     //
     // txtCurrentLangName
     //
     helpProvider1.SetHelpString(this.txtCurrentLangName, resources.GetString("txtCurrentLangName.HelpString"));
     resources.ApplyResources(this.txtCurrentLangName, "txtCurrentLangName");
     this.txtCurrentLangName.Name = "txtCurrentLangName";
     helpProvider1.SetShowHelp(this.txtCurrentLangName, ((bool)(resources.GetObject("txtCurrentLangName.ShowHelp"))));
     this.txtCurrentLangName.TextChanged += new System.EventHandler(this.txtCurrentLangName_TextChanged);
     //
     // lblOtherNames
     //
     resources.ApplyResources(lblOtherNames, "lblOtherNames");
     lblOtherNames.Name = "lblOtherNames";
     helpProvider1.SetShowHelp(lblOtherNames, ((bool)(resources.GetObject("lblOtherNames.ShowHelp"))));
     //
     // lblOtherNamesList
     //
     resources.ApplyResources(this.lblOtherNamesList, "lblOtherNamesList");
     helpProvider1.SetHelpString(this.lblOtherNamesList, resources.GetString("lblOtherNamesList.HelpString"));
     this.lblOtherNamesList.Name = "lblOtherNamesList";
     helpProvider1.SetShowHelp(this.lblOtherNamesList, ((bool)(resources.GetObject("lblOtherNamesList.ShowHelp"))));
     this.lblOtherNamesList.UseMnemonic = false;
     this.lblOtherNamesList.Paint      += new System.Windows.Forms.PaintEventHandler(this.lblOtherNamesList_Paint);
     //
     // lblInstructions1
     //
     resources.ApplyResources(lblInstructions1, "lblInstructions1");
     lblInstructions1.Name = "lblInstructions1";
     helpProvider1.SetShowHelp(lblInstructions1, ((bool)(resources.GetObject("lblInstructions1.ShowHelp"))));
     //
     // lblInstructions2
     //
     resources.ApplyResources(lblInstructions2, "lblInstructions2");
     lblInstructions2.Name = "lblInstructions2";
     helpProvider1.SetShowHelp(lblInstructions2, ((bool)(resources.GetObject("lblInstructions2.ShowHelp"))));
     //
     // cboLookup
     //
     this.cboLookup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     helpProvider1.SetHelpString(this.cboLookup, resources.GetString("cboLookup.HelpString"));
     resources.ApplyResources(this.cboLookup, "cboLookup");
     this.cboLookup.Items.AddRange(new object[] {
         resources.GetString("cboLookup.Items"),
         resources.GetString("cboLookup.Items1"),
         resources.GetString("cboLookup.Items2")
     });
     this.cboLookup.Name = "cboLookup";
     helpProvider1.SetShowHelp(this.cboLookup, ((bool)(resources.GetObject("cboLookup.ShowHelp"))));
     this.cboLookup.Enter += new System.EventHandler(this.cboLookup_Enter);
     this.cboLookup.SelectedIndexChanged += new System.EventHandler(this.cboLookup_SelectedIndexChanged);
     //
     // LanguageSetup
     //
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.txtFindPattern);
     this.Controls.Add(this.cboLookup);
     this.Controls.Add(lblInstructions2);
     this.Controls.Add(lblInstructions1);
     this.Controls.Add(grpCurrentLang);
     this.Controls.Add(this.lvFindResult);
     this.Controls.Add(lblFindPattern);
     this.Controls.Add(lblLookup);
     this.Name = "LanguageSetup";
     helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     resources.ApplyResources(this, "$this");
     grpCurrentLang.ResumeLayout(false);
     grpCurrentLang.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #22
0
 private void InitializeComponent()
 {
     label3     = new Label();
     numPosZ    = new NumericInputBox();
     label2     = new Label();
     numPosY    = new NumericInputBox();
     label1     = new Label();
     numPosX    = new NumericInputBox();
     groupBox1  = new GroupBox();
     groupBox2  = new GroupBox();
     numNormZ   = new NumericInputBox();
     label4     = new Label();
     numNormX   = new NumericInputBox();
     label5     = new Label();
     label6     = new Label();
     numNormY   = new NumericInputBox();
     groupBox4  = new GroupBox();
     colorBox   = new Label();
     colorIndex = new ComboBox();
     btnAverage = new Button();
     label7     = new Label();
     comboBox1  = new ComboBox();
     label8     = new Label();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     groupBox4.SuspendLayout();
     SuspendLayout();
     //
     // label3
     //
     label3.BorderStyle = BorderStyle.FixedSingle;
     label3.Location    = new Drawing.Point(6, 54);
     label3.Name        = "label3";
     label3.Size        = new Drawing.Size(22, 20);
     label3.TabIndex    = 7;
     label3.Text        = "Z: ";
     label3.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // numPosZ
     //
     numPosZ.BorderStyle   = BorderStyle.FixedSingle;
     numPosZ.Integral      = false;
     numPosZ.Location      = new Drawing.Point(27, 54);
     numPosZ.MaximumValue  = 3.402823E+38F;
     numPosZ.MinimumValue  = -3.402823E+38F;
     numPosZ.Name          = "numPosZ";
     numPosZ.Size          = new Drawing.Size(78, 20);
     numPosZ.TabIndex      = 6;
     numPosZ.Text          = "0";
     numPosZ.ValueChanged += new EventHandler(numPosZ_TextChanged);
     //
     // label2
     //
     label2.BorderStyle = BorderStyle.FixedSingle;
     label2.Location    = new Drawing.Point(6, 35);
     label2.Name        = "label2";
     label2.Size        = new Drawing.Size(22, 20);
     label2.TabIndex    = 5;
     label2.Text        = "Y: ";
     label2.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // numPosY
     //
     numPosY.BorderStyle   = BorderStyle.FixedSingle;
     numPosY.Integral      = false;
     numPosY.Location      = new Drawing.Point(27, 35);
     numPosY.MaximumValue  = 3.402823E+38F;
     numPosY.MinimumValue  = -3.402823E+38F;
     numPosY.Name          = "numPosY";
     numPosY.Size          = new Drawing.Size(78, 20);
     numPosY.TabIndex      = 4;
     numPosY.Text          = "0";
     numPosY.ValueChanged += new EventHandler(numPosY_TextChanged);
     //
     // label1
     //
     label1.BorderStyle = BorderStyle.FixedSingle;
     label1.Location    = new Drawing.Point(6, 16);
     label1.Name        = "label1";
     label1.Size        = new Drawing.Size(22, 20);
     label1.TabIndex    = 3;
     label1.Text        = "X: ";
     label1.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // numPosX
     //
     numPosX.BorderStyle   = BorderStyle.FixedSingle;
     numPosX.Integral      = false;
     numPosX.Location      = new Drawing.Point(27, 16);
     numPosX.MaximumValue  = 3.402823E+38F;
     numPosX.MinimumValue  = -3.402823E+38F;
     numPosX.Name          = "numPosX";
     numPosX.Size          = new Drawing.Size(78, 20);
     numPosX.TabIndex      = 0;
     numPosX.Text          = "0";
     numPosX.ValueChanged += new EventHandler(numPosX_TextChanged);
     //
     // groupBox1
     //
     groupBox1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
     groupBox1.Controls.Add(numPosZ);
     groupBox1.Controls.Add(label3);
     groupBox1.Controls.Add(numPosX);
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(numPosY);
     groupBox1.Enabled  = false;
     groupBox1.Location = new Drawing.Point(3, 3);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new Drawing.Size(111, 82);
     groupBox1.TabIndex = 8;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Position";
     //
     // groupBox2
     //
     groupBox2.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
     groupBox2.Controls.Add(numNormZ);
     groupBox2.Controls.Add(label4);
     groupBox2.Controls.Add(numNormX);
     groupBox2.Controls.Add(label5);
     groupBox2.Controls.Add(label6);
     groupBox2.Controls.Add(numNormY);
     groupBox2.Location = new Drawing.Point(231, 3);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new Drawing.Size(111, 82);
     groupBox2.TabIndex = 9;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Normal";
     groupBox2.Visible  = false;
     //
     // numNormZ
     //
     numNormZ.BorderStyle   = BorderStyle.FixedSingle;
     numNormZ.Integral      = false;
     numNormZ.Location      = new Drawing.Point(27, 54);
     numNormZ.MaximumValue  = 3.402823E+38F;
     numNormZ.MinimumValue  = -3.402823E+38F;
     numNormZ.Name          = "numNormZ";
     numNormZ.Size          = new Drawing.Size(78, 20);
     numNormZ.TabIndex      = 6;
     numNormZ.Text          = "0";
     numNormZ.ValueChanged += new EventHandler(numNormZ_ValueChanged);
     //
     // label4
     //
     label4.BorderStyle = BorderStyle.FixedSingle;
     label4.Location    = new Drawing.Point(6, 54);
     label4.Name        = "label4";
     label4.Size        = new Drawing.Size(22, 20);
     label4.TabIndex    = 7;
     label4.Text        = "Z: ";
     label4.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // numNormX
     //
     numNormX.BorderStyle   = BorderStyle.FixedSingle;
     numNormX.Integral      = false;
     numNormX.Location      = new Drawing.Point(27, 16);
     numNormX.MaximumValue  = 3.402823E+38F;
     numNormX.MinimumValue  = -3.402823E+38F;
     numNormX.Name          = "numNormX";
     numNormX.Size          = new Drawing.Size(78, 20);
     numNormX.TabIndex      = 0;
     numNormX.Text          = "0";
     numNormX.ValueChanged += new EventHandler(numNormX_ValueChanged);
     //
     // label5
     //
     label5.BorderStyle = BorderStyle.FixedSingle;
     label5.Location    = new Drawing.Point(6, 16);
     label5.Name        = "label5";
     label5.Size        = new Drawing.Size(22, 20);
     label5.TabIndex    = 3;
     label5.Text        = "X: ";
     label5.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     label6.BorderStyle = BorderStyle.FixedSingle;
     label6.Location    = new Drawing.Point(6, 35);
     label6.Name        = "label6";
     label6.Size        = new Drawing.Size(22, 20);
     label6.TabIndex    = 5;
     label6.Text        = "Y: ";
     label6.TextAlign   = Drawing.ContentAlignment.MiddleLeft;
     //
     // numNormY
     //
     numNormY.BorderStyle   = BorderStyle.FixedSingle;
     numNormY.Integral      = false;
     numNormY.Location      = new Drawing.Point(27, 35);
     numNormY.MaximumValue  = 3.402823E+38F;
     numNormY.MinimumValue  = -3.402823E+38F;
     numNormY.Name          = "numNormY";
     numNormY.Size          = new Drawing.Size(78, 20);
     numNormY.TabIndex      = 4;
     numNormY.Text          = "0";
     numNormY.ValueChanged += new EventHandler(numNormY_ValueChanged);
     //
     // groupBox4
     //
     groupBox4.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
     groupBox4.Controls.Add(colorBox);
     groupBox4.Controls.Add(colorIndex);
     groupBox4.Location = new Drawing.Point(348, 3);
     groupBox4.Name     = "groupBox4";
     groupBox4.Size     = new Drawing.Size(111, 82);
     groupBox4.TabIndex = 11;
     groupBox4.TabStop  = false;
     groupBox4.Text     = "Color";
     groupBox4.Visible  = false;
     //
     // colorBox
     //
     colorBox.Anchor       = AnchorStyles.Top | AnchorStyles.Right;
     colorBox.BorderStyle  = BorderStyle.FixedSingle;
     colorBox.Cursor       = Cursors.Hand;
     colorBox.Location     = new Drawing.Point(6, 36);
     colorBox.Name         = "colorBox";
     colorBox.Size         = new Drawing.Size(99, 38);
     colorBox.TabIndex     = 12;
     colorBox.DoubleClick += new EventHandler(colorBox_Click);
     //
     // colorIndex
     //
     colorIndex.DropDownStyle     = ComboBoxStyle.DropDownList;
     colorIndex.FormattingEnabled = true;
     colorIndex.Items.AddRange(new object[]
     {
         "Color 0",
         "Color 1"
     });
     colorIndex.Location              = new Drawing.Point(6, 14);
     colorIndex.Name                  = "colorIndex";
     colorIndex.Size                  = new Drawing.Size(99, 21);
     colorIndex.TabIndex              = 7;
     colorIndex.SelectedIndexChanged += new EventHandler(colorIndex_SelectedIndexChanged);
     //
     // btnAverage
     //
     btnAverage.Anchor   = AnchorStyles.Bottom | AnchorStyles.Left;
     btnAverage.Enabled  = false;
     btnAverage.Location = new Drawing.Point(120, 54);
     btnAverage.Name     = "btnAverage";
     btnAverage.Size     = new Drawing.Size(105, 23);
     btnAverage.TabIndex = 12;
     btnAverage.Text     = "Average";
     btnAverage.UseVisualStyleBackColor = true;
     btnAverage.Click += new EventHandler(btnAverage_Click);
     //
     // label7
     //
     label7.Anchor   = AnchorStyles.Bottom | AnchorStyles.Left;
     label7.AutoSize = true;
     label7.Location = new Drawing.Point(120, 38);
     label7.Name     = "label7";
     label7.Size     = new Drawing.Size(104, 13);
     label7.TabIndex = 13;
     label7.Text     = "No vertices selected";
     //
     // comboBox1
     //
     comboBox1.Anchor            = AnchorStyles.Bottom | AnchorStyles.Left;
     comboBox1.DropDownStyle     = ComboBoxStyle.DropDownList;
     comboBox1.FormattingEnabled = true;
     comboBox1.Location          = new Drawing.Point(98, -22);
     comboBox1.Name     = "comboBox1";
     comboBox1.Size     = new Drawing.Size(121, 21);
     comboBox1.TabIndex = 14;
     //
     // label8
     //
     label8.Anchor   = AnchorStyles.Bottom | AnchorStyles.Left;
     label8.AutoSize = true;
     label8.Location = new Drawing.Point(6, -19);
     label8.Name     = "label8";
     label8.Size     = new Drawing.Size(86, 13);
     label8.TabIndex = 15;
     label8.Text     = "Facepoint Index:";
     //
     // VertexEditor
     //
     Controls.Add(label8);
     Controls.Add(comboBox1);
     Controls.Add(label7);
     Controls.Add(btnAverage);
     Controls.Add(groupBox4);
     Controls.Add(groupBox2);
     Controls.Add(groupBox1);
     MinimumSize = new Drawing.Size(230, 85);
     Name        = "VertexEditor";
     Size        = new Drawing.Size(230, 85);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox4.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
        public void pruebaGroupbox()
        {
            gb_compra.Visible = false;
            gb_cliente.Visible = false;
            gb_pago.Visible = false;

            Label label_a = new System.Windows.Forms.Label();
            Label label_cod_compra = new System.Windows.Forms.Label();
            Label label_b = new System.Windows.Forms.Label();
            Label label_fecha_compra = new System.Windows.Forms.Label();
            Label label_c = new System.Windows.Forms.Label();
            Label label_cli_compra = new System.Windows.Forms.Label();
            Label label_d = new System.Windows.Forms.Label();
            Label label_importe_compra = new System.Windows.Forms.Label();
            GroupBox gb_detalle_compra = new System.Windows.Forms.GroupBox();
            Panel panel_pasajes = new System.Windows.Forms.Panel();
            Label label_e = new System.Windows.Forms.Label();
            Label label_f = new System.Windows.Forms.Label();
            Panel panel_encomiendas = new System.Windows.Forms.Panel();
            panel_pasajes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            panel_encomiendas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            gb_detalle_compra.SuspendLayout();
            this.SuspendLayout();
            //
            // label_a
            //
            label_a.AutoSize = true;
            label_a.Location = new System.Drawing.Point(24, 27);
            label_a.Name = "label_a";
            label_a.Size = new System.Drawing.Size(97, 13);
            label_a.TabIndex = 4;
            label_a.Text = "CĆ³digo de Compra:";
            //
            // label_cod_compra
            //
            label_cod_compra.AutoSize = true;
            label_cod_compra.ForeColor = System.Drawing.Color.Green;
            label_cod_compra.Location = new System.Drawing.Point(126, 27);
            label_cod_compra.Name = "label_cod_compra";
            label_cod_compra.Size = new System.Drawing.Size(10, 13);
            label_cod_compra.TabIndex = 5;
            label_cod_compra.Text = "-";
            //
            // label_b
            //
            label_b.AutoSize = true;
            label_b.Location = new System.Drawing.Point(265, 27);
            label_b.Name = "label_b";
            label_b.Size = new System.Drawing.Size(40, 13);
            label_b.TabIndex = 6;
            label_b.Text = "Fecha:";
            //
            // label_fecha_compra
            //
            label_fecha_compra.AutoSize = true;
            label_fecha_compra.ForeColor = System.Drawing.Color.Green;
            label_fecha_compra.Location = new System.Drawing.Point(308, 27);
            label_fecha_compra.Name = "label_fecha_compra";
            label_fecha_compra.Size = new System.Drawing.Size(10, 13);
            label_fecha_compra.TabIndex = 7;
            label_fecha_compra.Text = "-";
            //
            // label_c
            //
            label_c.AutoSize = true;
            label_c.Location = new System.Drawing.Point(412, 27);
            label_c.Name = "label_c";
            label_c.Size = new System.Drawing.Size(42, 13);
            label_c.TabIndex = 12;
            label_c.Text = "Cliente:";
            //
            // label_cli_compra
            //
            label_cli_compra.AutoSize = true;
            label_cli_compra.ForeColor = System.Drawing.Color.Green;
            label_cli_compra.Location = new System.Drawing.Point(460, 27);
            label_cli_compra.Name = "label_cli_compra";
            label_cli_compra.Size = new System.Drawing.Size(10, 13);
            label_cli_compra.TabIndex = 13;
            label_cli_compra.Text = "-";
            //
            // label_d
            //
            label_d.AutoSize = true;
            label_d.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_d.Location = new System.Drawing.Point(24, 56);
            label_d.Name = "label_d";
            label_d.Size = new System.Drawing.Size(53, 13);
            label_d.TabIndex = 18;
            label_d.Text = "Importe:";
            //
            // label_importe_compra
            //
            label_importe_compra.AutoSize = true;
            label_importe_compra.ForeColor = System.Drawing.Color.Green;
            label_importe_compra.Location = new System.Drawing.Point(83, 56);
            label_importe_compra.Name = "label_importe_compra";
            label_importe_compra.Size = new System.Drawing.Size(10, 13);
            label_importe_compra.TabIndex = 19;
            label_importe_compra.Text = "-";
            //
            // gb_detalle_compra
            //
            gb_detalle_compra.Controls.Add(label_f);
            gb_detalle_compra.Controls.Add(panel_encomiendas);
            gb_detalle_compra.Controls.Add(label_e);
            gb_detalle_compra.Controls.Add(panel_pasajes);
            gb_detalle_compra.Controls.Add(label_importe_compra);
            gb_detalle_compra.Controls.Add(label_d);
            gb_detalle_compra.Controls.Add(label_cli_compra);
            gb_detalle_compra.Controls.Add(label_c);
            gb_detalle_compra.Controls.Add(label_fecha_compra);
            gb_detalle_compra.Controls.Add(label_b);
            gb_detalle_compra.Controls.Add(label_cod_compra);
            gb_detalle_compra.Controls.Add(label_a);
            gb_detalle_compra.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            gb_detalle_compra.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            gb_detalle_compra.Location = new System.Drawing.Point(24, 12);
            gb_detalle_compra.Name = "gb_detalle_compra";
            gb_detalle_compra.Size = new System.Drawing.Size(669, 443);
            gb_detalle_compra.TabIndex = 9;
            gb_detalle_compra.TabStop = false;
            gb_detalle_compra.Text = "Detalle de la Compra";
            //
            // panel_pasajes
            //
            panel_pasajes.Location = new System.Drawing.Point(27, 122);
            panel_pasajes.Name = "panel_pasajes";
            panel_pasajes.Size = new System.Drawing.Size(612, 133);
            panel_pasajes.TabIndex = 20;
            //
            // label_e
            //
            label_e.AutoSize = true;
            label_e.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_e.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            label_e.Location = new System.Drawing.Point(26, 102);
            label_e.Name = "label_e";
            label_e.Size = new System.Drawing.Size(51, 13);
            label_e.TabIndex = 21;
            label_e.Text = "Pasajes";
            //
            // label_f
            //
            label_f.AutoSize = true;
            label_f.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_f.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            label_f.Location = new System.Drawing.Point(26, 265);
            label_f.Name = "label_f";
            label_f.Size = new System.Drawing.Size(82, 13);
            label_f.TabIndex = 23;
            label_f.Text = "Encomiendas";
            //
            // panel_encomiendas
            //
            panel_encomiendas.Location = new System.Drawing.Point(27, 285);
            panel_encomiendas.Name = "panel_encomiendas";
            panel_encomiendas.Size = new System.Drawing.Size(612, 133);
            panel_encomiendas.TabIndex = 22;
            //
            // Funciones
            //

            panel_pasajes.AutoScroll = true;
            panel_encomiendas.AutoScroll = true;

            /*inicio - pongo los datos en pantalla*/

            label_cod_compra.Text = "3048308509";
            label_fecha_compra.Text = "12/07/2013";
            label_cli_compra.Text = "Pedro LeĆ³n (35031643)";
            label_importe_compra.Text = "$1203.84";

            //cargo panel pasajes
            Label lab_head_cod = new System.Windows.Forms.Label();
            lab_head_cod.Location = new System.Drawing.Point(25, 1);
            lab_head_cod.Size = new System.Drawing.Size(46, 13);
            lab_head_cod.ForeColor = System.Drawing.Color.Indigo;
            lab_head_cod.Text = "CĆ³digo";
            Label lab_head_pas = new System.Windows.Forms.Label();
            lab_head_pas.Location = new System.Drawing.Point(175, 1);
            lab_head_pas.Size = new System.Drawing.Size(50, 13);
            lab_head_pas.ForeColor = System.Drawing.Color.Indigo;
            lab_head_pas.Text = "Pasajero";
            Label lab_head_but = new System.Windows.Forms.Label();
            lab_head_but.Location = new System.Drawing.Point(400, 1);
            lab_head_but.Size = new System.Drawing.Size(50, 13);
            lab_head_but.ForeColor = System.Drawing.Color.Indigo;
            lab_head_but.Text = "Butaca";
            Label lab_head_precio = new System.Windows.Forms.Label();
            lab_head_precio.Location = new System.Drawing.Point(530, 1);
            lab_head_precio.Size = new System.Drawing.Size(50, 13);
            lab_head_precio.ForeColor = System.Drawing.Color.Indigo;
            lab_head_precio.Text = "Precio";

            panel_pasajes.Controls.Add(lab_head_cod);
            panel_pasajes.Controls.Add(lab_head_pas);
            panel_pasajes.Controls.Add(lab_head_but);
            panel_pasajes.Controls.Add(lab_head_precio);

            int heig = 20;
            for (int i = 0; i < 8; i++)
            {
                Label label_cod_pasaje = new System.Windows.Forms.Label();
                label_cod_pasaje.Location = new System.Drawing.Point(20, heig);
                label_cod_pasaje.Size = new System.Drawing.Size(55, 13);
                label_cod_pasaje.Text = "72583899";
                panel_pasajes.Controls.Add(label_cod_pasaje);

                Label label_pasajero_pasaje = new System.Windows.Forms.Label();
                label_pasajero_pasaje.Location = new System.Drawing.Point(110, heig);
                label_pasajero_pasaje.Size = new System.Drawing.Size(230, 13);
                label_pasajero_pasaje.Text = "Pedro Leon (35031643)";

                Label label_butaca_pasaje = new System.Windows.Forms.Label();
                label_butaca_pasaje.Location = new System.Drawing.Point(355, heig);
                label_butaca_pasaje.Size = new System.Drawing.Size(150, 13);
                label_butaca_pasaje.Text = "Nro: 10 - Ventanilla - Piso: 2";

                Label label_precio_pasaje = new System.Windows.Forms.Label();
                label_precio_pasaje.Location = new System.Drawing.Point(524, heig);
                label_precio_pasaje.Size = new System.Drawing.Size(50, 13);
                label_precio_pasaje.Text = "$1203.03";

                panel_pasajes.Controls.Add(label_cod_pasaje);
                panel_pasajes.Controls.Add(label_pasajero_pasaje);
                panel_pasajes.Controls.Add(label_butaca_pasaje);
                panel_pasajes.Controls.Add(label_precio_pasaje);

                heig = heig + 20;

            }

            //cargo panel encomiendas
            Label lab_head_cod_enco = new System.Windows.Forms.Label();
            lab_head_cod_enco.Location = new System.Drawing.Point(25, 1);
            lab_head_cod_enco.Size = new System.Drawing.Size(46, 13);
            lab_head_cod_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_cod_enco.Text = "CĆ³digo";
            Label lab_head_duenio = new System.Windows.Forms.Label();
            lab_head_duenio.Location = new System.Drawing.Point(175, 1);
            lab_head_duenio.Size = new System.Drawing.Size(75, 13);
            lab_head_duenio.ForeColor = System.Drawing.Color.Indigo;
            lab_head_duenio.Text = "Encomendero";
            Label lab_head_kg = new System.Windows.Forms.Label();
            lab_head_kg.Location = new System.Drawing.Point(400, 1);
            lab_head_kg.Size = new System.Drawing.Size(70, 13);
            lab_head_kg.ForeColor = System.Drawing.Color.Indigo;
            lab_head_kg.Text = "Cantidad Kg";
            Label lab_head_precio_enco = new System.Windows.Forms.Label();
            lab_head_precio_enco.Location = new System.Drawing.Point(530, 1);
            lab_head_precio_enco.Size = new System.Drawing.Size(50, 13);
            lab_head_precio_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_precio_enco.Text = "Precio";

            panel_encomiendas.Controls.Add(lab_head_cod_enco);
            panel_encomiendas.Controls.Add(lab_head_duenio);
            panel_encomiendas.Controls.Add(lab_head_kg);
            panel_encomiendas.Controls.Add(lab_head_precio_enco);

            heig = 20;
            for (int i = 0; i < 8; i++)
            {
                Label label_cod_encomienda = new System.Windows.Forms.Label();
                label_cod_encomienda.Location = new System.Drawing.Point(20, heig);
                label_cod_encomienda.Size = new System.Drawing.Size(55, 13);
                label_cod_encomienda.Text = "72583899";

                Label label_pasajero_enco = new System.Windows.Forms.Label();
                label_pasajero_enco.Location = new System.Drawing.Point(110, heig);
                label_pasajero_enco.Size = new System.Drawing.Size(280, 13);
                label_pasajero_enco.Text = "DE LAS MERCEDES Valenzuela (35031643)";

                Label label_kg_enco = new System.Windows.Forms.Label();
                label_kg_enco.Location = new System.Drawing.Point(415, heig);
                label_kg_enco.Size = new System.Drawing.Size(50, 13);
                label_kg_enco.Text = "183";

                Label label_precio_enco = new System.Windows.Forms.Label();
                label_precio_enco.Location = new System.Drawing.Point(523, heig);
                label_precio_enco.Size = new System.Drawing.Size(50, 13);
                label_precio_enco.Text = "$1833.45";

                panel_encomiendas.Controls.Add(label_cod_encomienda);
                panel_encomiendas.Controls.Add(label_pasajero_enco);
                panel_encomiendas.Controls.Add(label_kg_enco);
                panel_encomiendas.Controls.Add(label_precio_enco);

                heig = heig + 20;

            }

            /*fin - pongo los datos en pantalla*/

            this.Controls.Add(gb_detalle_compra);
            gb_detalle_compra.ResumeLayout(false);
            gb_detalle_compra.PerformLayout();
            this.ResumeLayout(false);
        }
Example #24
0
        private GroupBox GenerarPantallaDinamica()
        {
            GroupBox groupBox1 = new System.Windows.Forms.GroupBox();
            TextBox  textBox5  = new System.Windows.Forms.TextBox();
            TextBox  textBox4  = new System.Windows.Forms.TextBox();
            TextBox  textBox3  = new System.Windows.Forms.TextBox();
            TextBox  textBox2  = new System.Windows.Forms.TextBox();
            TextBox  textBox1  = new System.Windows.Forms.TextBox();
            Label    label4    = new System.Windows.Forms.Label();
            Label    label3    = new System.Windows.Forms.Label();
            Label    label2    = new System.Windows.Forms.Label();
            Label    label1    = new System.Windows.Forms.Label();

            groupBox1.SuspendLayout();
            SuspendLayout();

            //
            // groupBox1
            //
            groupBox1.Controls.Add(textBox5);
            groupBox1.Controls.Add(textBox4);
            groupBox1.Controls.Add(textBox3);
            groupBox1.Controls.Add(textBox2);
            groupBox1.Controls.Add(textBox1);
            groupBox1.Controls.Add(label4);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(label1);
            groupBox1.Location = new System.Drawing.Point(13, 13);
            groupBox1.Name     = "groupBox1";
            groupBox1.Size     = new System.Drawing.Size(680, 102);
            groupBox1.TabIndex = 11;
            groupBox1.TabStop  = false;
            groupBox1.Text     = "Nucleo Familiar";
            //
            // textBox5
            //
            textBox5.Location = new System.Drawing.Point(523, 56);
            textBox5.Name     = "textBox5";
            textBox5.Size     = new System.Drawing.Size(34, 20);
            textBox5.TabIndex = 5;
            //
            // textBox4
            //
            textBox4.Location = new System.Drawing.Point(298, 56);
            textBox4.Name     = "textBox4";
            textBox4.Size     = new System.Drawing.Size(132, 20);
            textBox4.TabIndex = 4;
            //
            // textBox3
            //
            textBox3.Location = new System.Drawing.Point(201, 56);
            textBox3.Name     = "textBox3";
            textBox3.Size     = new System.Drawing.Size(22, 20);
            textBox3.TabIndex = 3;
            //
            // textBox2
            //
            textBox2.Location = new System.Drawing.Point(55, 56);
            textBox2.Name     = "textBox2";
            textBox2.Size     = new System.Drawing.Size(132, 20);
            textBox2.TabIndex = 2;
            //
            // textBox1
            //
            textBox1.Location = new System.Drawing.Point(122, 29);
            textBox1.Name     = "textBox1";
            textBox1.Size     = new System.Drawing.Size(522, 20);
            textBox1.TabIndex = 1;
            //
            // label4
            //
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(479, 59);
            label4.Name     = "label4";
            label4.Size     = new System.Drawing.Size(38, 13);
            label4.TabIndex = 8;
            label4.Text     = "Edad :";
            //
            // label3
            //
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(244, 59);
            label3.Name     = "label3";
            label3.Size     = new System.Drawing.Size(48, 13);
            label3.TabIndex = 7;
            label3.Text     = "Genero :";
            //
            // label2
            //
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(19, 59);
            label2.Name     = "label2";
            label2.Size     = new System.Drawing.Size(30, 13);
            label2.TabIndex = 6;
            label2.Text     = "Rut :";
            //
            // label1
            //
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(19, 32);
            label1.Name     = "label1";
            label1.Size     = new System.Drawing.Size(96, 13);
            label1.TabIndex = 5;
            label1.Text     = "Nombre completo :";
            label1.Click   += new System.EventHandler(this.label1_Click);
            //
            // buttonVolver
            //
            //
            // NucleoFamiliar
            //
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize          = new System.Drawing.Size(705, 444);
            return(groupBox1);
        }
Example #25
0
 private void DiseƱo_Forma()
 {
     pic_Logo = new System.Windows.Forms.PictureBox();
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Venta));
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     documentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     notaDeRemisiĆ³nToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     dataGridView_Productos = new System.Windows.Forms.DataGridView();
     Id_ProductoTerminadoP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     DescripcionP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     NombreP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_VentaP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     LoteP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     CantidadP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     DescuentoP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     comboBox_Cliente = new System.Windows.Forms.ComboBox();
     comboBoxTipoPago = new System.Windows.Forms.ComboBox();
     comboBoxAdquisicion = new System.Windows.Forms.ComboBox();
     txt_Cantidad = new System.Windows.Forms.TextBox();
     dateTimeVenta = new System.Windows.Forms.DateTimePicker();
     dataGridView_Carrito = new System.Windows.Forms.DataGridView();
     Id_ProductoTerminado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lote = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombre = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     lbl_Cantidad = new System.Windows.Forms.Label();
     lbl_SubTotal = new System.Windows.Forms.Label();
     txt_IVA = new System.Windows.Forms.TextBox();
     txt_Descuento = new System.Windows.Forms.TextBox();
     txt_SubTotal = new System.Windows.Forms.TextBox();
     lbl_Descuento = new System.Windows.Forms.Label();
     lbl_IVA = new System.Windows.Forms.Label();
     lbl_Total = new System.Windows.Forms.Label();
     txt_Total = new System.Windows.Forms.TextBox();
     txt_Efectivo = new System.Windows.Forms.TextBox();
     lbl_Efectivo = new System.Windows.Forms.Label();
     txt_Cambio = new System.Windows.Forms.TextBox();
     lbl_Cambio = new System.Windows.Forms.Label();
     groupBox_Productos = new System.Windows.Forms.GroupBox();
     bttn_Agregar = new System.Windows.Forms.Button();
     bttn_Quitar = new System.Windows.Forms.Button();
     btn_Pagar = new System.Windows.Forms.Button();
     pic_Venta = new System.Windows.Forms.PictureBox();
     groupBox_Informacion = new System.Windows.Forms.GroupBox();
     lbl_Cliente = new System.Windows.Forms.Label();
     lbl_TipoPago = new System.Windows.Forms.Label();
     lbl_Adquisicion = new System.Windows.Forms.Label();
     lbl_Fecha = new System.Windows.Forms.Label();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Productos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Carrito)).BeginInit();
     groupBox_Productos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Venta)).BeginInit();
     groupBox_Informacion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     ayudaToolStripMenuItem,
     documentoToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(1019, 24);
     menuStrip1.TabIndex = 4;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator2,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // documentoToolStripMenuItem
     //
     documentoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     notaDeRemisiĆ³nToolStripMenuItem});
     documentoToolStripMenuItem.Name = "documentoToolStripMenuItem";
     documentoToolStripMenuItem.Size = new System.Drawing.Size(82, 20);
     documentoToolStripMenuItem.Text = "Documento";
     //
     // notaDeRemisiĆ³nToolStripMenuItem
     //
     notaDeRemisiĆ³nToolStripMenuItem.Name = "notaDeRemisiĆ³nToolStripMenuItem";
     notaDeRemisiĆ³nToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     notaDeRemisiĆ³nToolStripMenuItem.Text = "Nota de remisiĆ³n";
     //
     // dataGridView_Productos
     //
     dataGridView_Productos.AllowUserToDeleteRows = false;
     dataGridView_Productos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridView_Productos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridView_Productos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_ProductoTerminadoP,
     DescripcionP,
     NombreP,
     Precio_VentaP,
     LoteP,
     CantidadP,
     DescuentoP});
     dataGridView_Productos.Dock = System.Windows.Forms.DockStyle.Fill;
     dataGridView_Productos.Location = new System.Drawing.Point(3, 16);
     dataGridView_Productos.Name = "dataGridView_Productos";
     dataGridView_Productos.Size = new System.Drawing.Size(429, 242);
     dataGridView_Productos.TabIndex = 5;
     //
     // Id_ProductoTerminadoP
     //
     Id_ProductoTerminadoP.HeaderText = "Id_ProductoTerminado";
     Id_ProductoTerminadoP.Name = "Id_ProductoTerminadoP";
     Id_ProductoTerminadoP.Visible = false;
     //
     // DescripcionP
     //
     DescripcionP.HeaderText = "Descripcion";
     DescripcionP.Name = "DescripcionP";
     DescripcionP.Visible = false;
     //
     // NombreP
     //
     NombreP.HeaderText = "Nombre";
     NombreP.Name = "NombreP";
     //
     // Precio_VentaP
     //
     Precio_VentaP.HeaderText = "Precio";
     Precio_VentaP.Name = "Precio_VentaP";
     //
     // LoteP
     //
     LoteP.HeaderText = "Lote";
     LoteP.Name = "LoteP";
     //
     // CantidadP
     //
     CantidadP.HeaderText = "Cantidad";
     CantidadP.Name = "CantidadP";
     //
     // DescuentoP
     //
     DescuentoP.HeaderText = "Descuento";
     DescuentoP.Name = "DescuentoP";
     //
     // comboBox_Cliente
     //
     comboBox_Cliente.FormattingEnabled = true;
     comboBox_Cliente.Location = new System.Drawing.Point(96, 29);
     comboBox_Cliente.Name = "comboBox_Cliente";
     comboBox_Cliente.Size = new System.Drawing.Size(200, 21);
     comboBox_Cliente.TabIndex = 6;
     //
     // comboBoxTipoPago
     //
     comboBoxTipoPago.FormattingEnabled = true;
     comboBoxTipoPago.Location = new System.Drawing.Point(96, 56);
     comboBoxTipoPago.Name = "comboBoxTipoPago";
     comboBoxTipoPago.Size = new System.Drawing.Size(121, 21);
     comboBoxTipoPago.TabIndex = 7;
     //
     // comboBoxAdquisicion
     //
     comboBoxAdquisicion.FormattingEnabled = true;
     comboBoxAdquisicion.Location = new System.Drawing.Point(96, 83);
     comboBoxAdquisicion.Name = "comboBoxAdquisicion";
     comboBoxAdquisicion.Size = new System.Drawing.Size(121, 21);
     comboBoxAdquisicion.TabIndex = 8;
     //
     // txt_Cantidad
     //
     txt_Cantidad.Location = new System.Drawing.Point(453, 85);
     txt_Cantidad.Name = "txt_Cantidad";
     txt_Cantidad.Size = new System.Drawing.Size(100, 20);
     txt_Cantidad.TabIndex = 9;
     txt_Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Cantidad_KeyPress);
     //
     // dateTimeVenta
     //
     dateTimeVenta.Location = new System.Drawing.Point(96, 110);
     dateTimeVenta.Name = "dateTimeVenta";
     dateTimeVenta.Size = new System.Drawing.Size(200, 20);
     dateTimeVenta.TabIndex = 12;
     //
     // dataGridView_Carrito
     //
     dataGridView_Carrito.AllowUserToAddRows = false;
     dataGridView_Carrito.AllowUserToDeleteRows = false;
     dataGridView_Carrito.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridView_Carrito.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridView_Carrito.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_ProductoTerminado,
     Lote,
     Nombre,
     Descripcion,
     Cantidad,
     Precio});
     dataGridView_Carrito.Location = new System.Drawing.Point(12, 315);
     dataGridView_Carrito.Name = "dataGridView_Carrito";
     dataGridView_Carrito.ReadOnly = true;
     dataGridView_Carrito.Size = new System.Drawing.Size(675, 327);
     dataGridView_Carrito.TabIndex = 13;
     //
     // Id_ProductoTerminado
     //
     Id_ProductoTerminado.HeaderText = "Id_ProductoTerminado";
     Id_ProductoTerminado.Name = "Id_ProductoTerminado";
     Id_ProductoTerminado.ReadOnly = true;
     Id_ProductoTerminado.Visible = false;
     //
     // Lote
     //
     Lote.HeaderText = "Lote";
     Lote.Name = "Lote";
     Lote.ReadOnly = true;
     //
     // Nombre
     //
     Nombre.HeaderText = "Nombre";
     Nombre.Name = "Nombre";
     Nombre.ReadOnly = true;
     //
     // Descripcion
     //
     Descripcion.HeaderText = "DescripciĆ³n";
     Descripcion.Name = "Descripcion";
     Descripcion.ReadOnly = true;
     //
     // Cantidad
     //
     Cantidad.HeaderText = "Cantidad";
     Cantidad.Name = "Cantidad";
     Cantidad.ReadOnly = true;
     //
     // Precio
     //
     Precio.HeaderText = "Precio";
     Precio.Name = "Precio";
     Precio.ReadOnly = true;
     //
     // lbl_Cantidad
     //
     lbl_Cantidad.AutoSize = true;
     lbl_Cantidad.Location = new System.Drawing.Point(450, 69);
     lbl_Cantidad.Name = "lbl_Cantidad";
     lbl_Cantidad.Size = new System.Drawing.Size(49, 13);
     lbl_Cantidad.TabIndex = 14;
     lbl_Cantidad.Text = "Cantidad";
     //
     // lbl_SubTotal
     //
     lbl_SubTotal.AutoSize = true;
     lbl_SubTotal.Location = new System.Drawing.Point(729, 343);
     lbl_SubTotal.Name = "lbl_SubTotal";
     lbl_SubTotal.Size = new System.Drawing.Size(46, 13);
     lbl_SubTotal.TabIndex = 18;
     lbl_SubTotal.Text = "Subtotal";
     //
     // txt_IVA
     //
     txt_IVA.Location = new System.Drawing.Point(790, 388);
     txt_IVA.Name = "txt_IVA";
     txt_IVA.Size = new System.Drawing.Size(100, 20);
     txt_IVA.TabIndex = 17;
     txt_IVA.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_IVA_KeyPress);
     //
     // txt_Descuento
     //
     txt_Descuento.Location = new System.Drawing.Point(790, 362);
     txt_Descuento.Name = "txt_Descuento";
     txt_Descuento.Size = new System.Drawing.Size(100, 20);
     txt_Descuento.TabIndex = 16;
     txt_Descuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descuento_KeyPress);
     //
     // txt_SubTotal
     //
     txt_SubTotal.Enabled = false;
     txt_SubTotal.Location = new System.Drawing.Point(790, 336);
     txt_SubTotal.Name = "txt_SubTotal";
     txt_SubTotal.Size = new System.Drawing.Size(100, 20);
     txt_SubTotal.TabIndex = 15;
     txt_SubTotal.TextChanged += new System.EventHandler(txt_SubTotal_TextChanged);
     //
     // lbl_Descuento
     //
     lbl_Descuento.AutoSize = true;
     lbl_Descuento.Location = new System.Drawing.Point(729, 369);
     lbl_Descuento.Name = "lbl_Descuento";
     lbl_Descuento.Size = new System.Drawing.Size(59, 13);
     lbl_Descuento.TabIndex = 19;
     lbl_Descuento.Text = "Descuento";
     //
     // lbl_IVA
     //
     lbl_IVA.AutoSize = true;
     lbl_IVA.Location = new System.Drawing.Point(729, 395);
     lbl_IVA.Name = "lbl_IVA";
     lbl_IVA.Size = new System.Drawing.Size(24, 13);
     lbl_IVA.TabIndex = 20;
     lbl_IVA.Text = "IVA";
     //
     // lbl_Total
     //
     lbl_Total.AutoSize = true;
     lbl_Total.Location = new System.Drawing.Point(729, 423);
     lbl_Total.Name = "lbl_Total";
     lbl_Total.Size = new System.Drawing.Size(31, 13);
     lbl_Total.TabIndex = 21;
     lbl_Total.Text = "Total";
     //
     // txt_Total
     //
     txt_Total.Enabled = false;
     txt_Total.Location = new System.Drawing.Point(790, 416);
     txt_Total.Name = "txt_Total";
     txt_Total.Size = new System.Drawing.Size(100, 20);
     txt_Total.TabIndex = 22;
     //
     // txt_Efectivo
     //
     txt_Efectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txt_Efectivo.ForeColor = System.Drawing.Color.Red;
     txt_Efectivo.Location = new System.Drawing.Point(790, 512);
     txt_Efectivo.Name = "txt_Efectivo";
     txt_Efectivo.Size = new System.Drawing.Size(100, 22);
     txt_Efectivo.TabIndex = 24;
     //
     // lbl_Efectivo
     //
     lbl_Efectivo.AutoSize = true;
     lbl_Efectivo.Location = new System.Drawing.Point(729, 519);
     lbl_Efectivo.Name = "lbl_Efectivo";
     lbl_Efectivo.Size = new System.Drawing.Size(46, 13);
     lbl_Efectivo.TabIndex = 23;
     lbl_Efectivo.Text = "Efectivo";
     //
     // txt_Cambio
     //
     txt_Cambio.Enabled = false;
     txt_Cambio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txt_Cambio.ForeColor = System.Drawing.Color.Red;
     txt_Cambio.Location = new System.Drawing.Point(790, 538);
     txt_Cambio.Name = "txt_Cambio";
     txt_Cambio.Size = new System.Drawing.Size(100, 22);
     txt_Cambio.TabIndex = 26;
     //
     // lbl_Cambio
     //
     lbl_Cambio.AutoSize = true;
     lbl_Cambio.Location = new System.Drawing.Point(729, 545);
     lbl_Cambio.Name = "lbl_Cambio";
     lbl_Cambio.Size = new System.Drawing.Size(42, 13);
     lbl_Cambio.TabIndex = 25;
     lbl_Cambio.Text = "Cambio";
     //
     // groupBox_Productos
     //
     groupBox_Productos.Controls.Add(dataGridView_Productos);
     groupBox_Productos.Location = new System.Drawing.Point(572, 41);
     groupBox_Productos.Name = "groupBox_Productos";
     groupBox_Productos.Size = new System.Drawing.Size(435, 261);
     groupBox_Productos.TabIndex = 27;
     groupBox_Productos.TabStop = false;
     groupBox_Productos.Text = "Productos";
     //
     // bttn_Agregar
     //
     bttn_Agregar.BackgroundImage = global::Shajobe.Properties.Resources.Agregar;
     bttn_Agregar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bttn_Agregar.Location = new System.Drawing.Point(506, 170);
     bttn_Agregar.Name = "bttn_Agregar";
     bttn_Agregar.Size = new System.Drawing.Size(60, 60);
     bttn_Agregar.TabIndex = 28;
     bttn_Agregar.UseVisualStyleBackColor = true;
     bttn_Agregar.Click += new System.EventHandler(bttn_Agregar_Click);
     //
     // bttn_Quitar
     //
     bttn_Quitar.BackgroundImage = global::Shajobe.Properties.Resources.Quitar;
     bttn_Quitar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bttn_Quitar.Location = new System.Drawing.Point(506, 239);
     bttn_Quitar.Name = "bttn_Quitar";
     bttn_Quitar.Size = new System.Drawing.Size(60, 60);
     bttn_Quitar.TabIndex = 29;
     bttn_Quitar.UseVisualStyleBackColor = true;
     bttn_Quitar.Click += new System.EventHandler(bttn_Quitar_Click);
     //
     // btn_Pagar
     //
     btn_Pagar.Location = new System.Drawing.Point(889, 585);
     btn_Pagar.Name = "btn_Pagar";
     btn_Pagar.Size = new System.Drawing.Size(75, 23);
     btn_Pagar.TabIndex = 30;
     btn_Pagar.Text = "Pagar";
     btn_Pagar.UseVisualStyleBackColor = true;
     btn_Pagar.Click += new System.EventHandler(btn_Pagar_Click);
     //
     // pic_Venta
     //
     pic_Venta.BackgroundImage = global::Shajobe.Properties.Resources.Venta;
     pic_Venta.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Venta.Location = new System.Drawing.Point(337, 66);
     pic_Venta.Name = "pic_Venta";
     pic_Venta.Size = new System.Drawing.Size(100, 100);
     pic_Venta.TabIndex = 31;
     pic_Venta.TabStop = false;
     //
     // groupBox_Informacion
     //
     groupBox_Informacion.Controls.Add(lbl_Cliente);
     groupBox_Informacion.Controls.Add(lbl_TipoPago);
     groupBox_Informacion.Controls.Add(lbl_Adquisicion);
     groupBox_Informacion.Controls.Add(lbl_Fecha);
     groupBox_Informacion.Controls.Add(comboBox_Cliente);
     groupBox_Informacion.Controls.Add(comboBoxTipoPago);
     groupBox_Informacion.Controls.Add(comboBoxAdquisicion);
     groupBox_Informacion.Controls.Add(dateTimeVenta);
     groupBox_Informacion.Location = new System.Drawing.Point(24, 60);
     groupBox_Informacion.Name = "groupBox_Informacion";
     groupBox_Informacion.Size = new System.Drawing.Size(307, 199);
     groupBox_Informacion.TabIndex = 32;
     groupBox_Informacion.TabStop = false;
     groupBox_Informacion.Text = "InformaciĆ³n";
     //
     // lbl_Cliente
     //
     lbl_Cliente.AutoSize = true;
     lbl_Cliente.Location = new System.Drawing.Point(16, 37);
     lbl_Cliente.Name = "lbl_Cliente";
     lbl_Cliente.Size = new System.Drawing.Size(39, 13);
     lbl_Cliente.TabIndex = 36;
     lbl_Cliente.Text = "Cliente";
     //
     // lbl_TipoPago
     //
     lbl_TipoPago.AutoSize = true;
     lbl_TipoPago.Location = new System.Drawing.Point(16, 64);
     lbl_TipoPago.Name = "lbl_TipoPago";
     lbl_TipoPago.Size = new System.Drawing.Size(78, 13);
     lbl_TipoPago.TabIndex = 33;
     lbl_TipoPago.Text = "Forma de pago";
     //
     // lbl_Adquisicion
     //
     lbl_Adquisicion.AutoSize = true;
     lbl_Adquisicion.Location = new System.Drawing.Point(16, 91);
     lbl_Adquisicion.Name = "lbl_Adquisicion";
     lbl_Adquisicion.Size = new System.Drawing.Size(81, 13);
     lbl_Adquisicion.TabIndex = 34;
     lbl_Adquisicion.Text = "Forma de venta";
     //
     // lbl_Fecha
     //
     lbl_Fecha.AutoSize = true;
     lbl_Fecha.Location = new System.Drawing.Point(16, 117);
     lbl_Fecha.Name = "lbl_Fecha";
     lbl_Fecha.Size = new System.Drawing.Size(37, 13);
     lbl_Fecha.TabIndex = 35;
     lbl_Fecha.Text = "Fecha";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(90, 250);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(156, 74);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     ClientSize = new System.Drawing.Size(1019, 668);
     Controls.Add(groupBox_Informacion);
     Controls.Add(pic_Venta);
     Controls.Add(btn_Pagar);
     Controls.Add(bttn_Quitar);
     Controls.Add(bttn_Agregar);
     Controls.Add(groupBox_Productos);
     Controls.Add(txt_Cambio);
     Controls.Add(lbl_Cambio);
     Controls.Add(txt_Efectivo);
     Controls.Add(lbl_Efectivo);
     Controls.Add(txt_Total);
     Controls.Add(lbl_Total);
     Controls.Add(lbl_IVA);
     Controls.Add(lbl_Descuento);
     Controls.Add(lbl_SubTotal);
     Controls.Add(txt_IVA);
     Controls.Add(txt_Descuento);
     Controls.Add(txt_SubTotal);
     Controls.Add(lbl_Cantidad);
     Controls.Add(dataGridView_Carrito);
     Controls.Add(txt_Cantidad);
     Controls.Add(menuStrip1);
     Icon = global::Shajobe.Properties.Resources.Venta_ICO;
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(1025, 692);
     MinimumSize = new System.Drawing.Size(1025, 692);
     Name = "Venta";
     Text = "Venta";
     Load += new System.EventHandler(Venta_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Productos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Carrito)).EndInit();
     groupBox_Productos.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pic_Venta)).EndInit();
     groupBox_Informacion.ResumeLayout(false);
     groupBox_Informacion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     PerformLayout();
 }
 private void InitializeComponent()
 {
     components          = new Container();
     btnOkay             = new Button();
     btnCancel           = new Button();
     txtPath             = new TextBox();
     btnBrowse           = new Button();
     lblOffsetValue      = new Label();
     lblOffsetDesc       = new Label();
     lblNameValue        = new Label();
     lblSizeValue        = new Label();
     lblSizeDesc         = new Label();
     pnlInfo             = new Panel();
     groupBox1           = new GroupBox();
     lblIDValue          = new Label();
     lblIDDesc           = new Label();
     panel4              = new Panel();
     pnlEdit             = new Panel();
     groupBox2           = new GroupBox();
     itemSelection       = new ComboBox();
     lblItemDesc         = new Label();
     label3              = new Label();
     lblCurrentStage     = new Label();
     lblNewStageDesc     = new Label();
     stageSelection      = new ComboBox();
     lblCurrentStageDesc = new Label();
     panel3              = new Panel();
     dlgOpen             = new OpenFileDialog();
     tmrUpdate           = new Timer(components);
     pnlInfo.SuspendLayout();
     groupBox1.SuspendLayout();
     panel4.SuspendLayout();
     pnlEdit.SuspendLayout();
     groupBox2.SuspendLayout();
     panel3.SuspendLayout();
     SuspendLayout();
     //
     // btnOkay
     //
     btnOkay.Anchor   = AnchorStyles.Bottom | AnchorStyles.Right;
     btnOkay.Enabled  = false;
     btnOkay.Location = new Drawing.Point(3, 3);
     btnOkay.Name     = "btnOkay";
     btnOkay.Size     = new Drawing.Size(75, 23);
     btnOkay.TabIndex = 0;
     btnOkay.Text     = "Okay";
     btnOkay.UseVisualStyleBackColor = true;
     btnOkay.Click += btnOkay_Click;
     //
     // btnCancel
     //
     btnCancel.Anchor   = AnchorStyles.Bottom | AnchorStyles.Right;
     btnCancel.Location = new Drawing.Point(80, 3);
     btnCancel.Name     = "btnCancel";
     btnCancel.Size     = new Drawing.Size(75, 23);
     btnCancel.TabIndex = 1;
     btnCancel.Text     = "Cancel";
     btnCancel.UseVisualStyleBackColor = true;
     btnCancel.Click += btnCancel_Click;
     //
     // txtPath
     //
     txtPath.Anchor = AnchorStyles.Top | AnchorStyles.Left
                      | AnchorStyles.Right;
     txtPath.Location = new Drawing.Point(0, 0);
     txtPath.Name     = "txtPath";
     txtPath.ReadOnly = true;
     txtPath.Size     = new Drawing.Size(222, 20);
     txtPath.TabIndex = 2;
     //
     // btnBrowse
     //
     btnBrowse.Anchor   = AnchorStyles.Top | AnchorStyles.Right;
     btnBrowse.Location = new Drawing.Point(227, 0);
     btnBrowse.Name     = "btnBrowse";
     btnBrowse.Size     = new Drawing.Size(25, 20);
     btnBrowse.TabIndex = 3;
     btnBrowse.Text     = "...";
     btnBrowse.UseVisualStyleBackColor = true;
     btnBrowse.Click += btnBrowse_Click;
     //
     // lblOffsetValue
     //
     lblOffsetValue.Location  = new Drawing.Point(56, 56);
     lblOffsetValue.Name      = "lblOffsetValue";
     lblOffsetValue.Size      = new Drawing.Size(96, 20);
     lblOffsetValue.TabIndex  = 5;
     lblOffsetValue.TextAlign = Drawing.ContentAlignment.MiddleLeft;
     //
     // lblOffsetDesc
     //
     lblOffsetDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                           Drawing.GraphicsUnit.Point, 0);
     lblOffsetDesc.Location  = new Drawing.Point(6, 56);
     lblOffsetDesc.Name      = "lblOffsetDesc";
     lblOffsetDesc.Size      = new Drawing.Size(48, 20);
     lblOffsetDesc.TabIndex  = 4;
     lblOffsetDesc.Text      = "Offset:";
     lblOffsetDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // lblNameValue
     //
     lblNameValue.Font = new Drawing.Font("Lucida Console", 8.25F, Drawing.FontStyle.Regular,
                                          Drawing.GraphicsUnit.Point, 0);
     lblNameValue.Location  = new Drawing.Point(7, 16);
     lblNameValue.Name      = "lblNameValue";
     lblNameValue.Size      = new Drawing.Size(145, 20);
     lblNameValue.TabIndex  = 3;
     lblNameValue.TextAlign = Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSizeValue
     //
     lblSizeValue.Location  = new Drawing.Point(56, 36);
     lblSizeValue.Name      = "lblSizeValue";
     lblSizeValue.Size      = new Drawing.Size(96, 20);
     lblSizeValue.TabIndex  = 1;
     lblSizeValue.TextAlign = Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSizeDesc
     //
     lblSizeDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                         Drawing.GraphicsUnit.Point, 0);
     lblSizeDesc.Location  = new Drawing.Point(6, 36);
     lblSizeDesc.Name      = "lblSizeDesc";
     lblSizeDesc.Size      = new Drawing.Size(48, 20);
     lblSizeDesc.TabIndex  = 0;
     lblSizeDesc.Text      = "Size:";
     lblSizeDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // pnlInfo
     //
     pnlInfo.Controls.Add(groupBox1);
     pnlInfo.Controls.Add(panel4);
     pnlInfo.Dock     = DockStyle.Right;
     pnlInfo.Location = new Drawing.Point(256, 0);
     pnlInfo.Name     = "pnlInfo";
     pnlInfo.Size     = new Drawing.Size(158, 132);
     pnlInfo.TabIndex = 9;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(lblIDValue);
     groupBox1.Controls.Add(lblIDDesc);
     groupBox1.Controls.Add(lblOffsetValue);
     groupBox1.Controls.Add(lblOffsetDesc);
     groupBox1.Controls.Add(lblNameValue);
     groupBox1.Controls.Add(lblSizeValue);
     groupBox1.Controls.Add(lblSizeDesc);
     groupBox1.Dock     = DockStyle.Fill;
     groupBox1.Location = new Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new Drawing.Size(158, 103);
     groupBox1.TabIndex = 5;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "File Info";
     //
     // lblIDValue
     //
     lblIDValue.Location  = new Drawing.Point(56, 76);
     lblIDValue.Name      = "lblIDValue";
     lblIDValue.Size      = new Drawing.Size(96, 20);
     lblIDValue.TabIndex  = 7;
     lblIDValue.TextAlign = Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIDDesc
     //
     lblIDDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                       Drawing.GraphicsUnit.Point, 0);
     lblIDDesc.Location  = new Drawing.Point(6, 76);
     lblIDDesc.Name      = "lblIDDesc";
     lblIDDesc.Size      = new Drawing.Size(48, 20);
     lblIDDesc.TabIndex  = 6;
     lblIDDesc.Text      = "ID:";
     lblIDDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // panel4
     //
     panel4.Controls.Add(btnOkay);
     panel4.Controls.Add(btnCancel);
     panel4.Dock     = DockStyle.Bottom;
     panel4.Location = new Drawing.Point(0, 103);
     panel4.Name     = "panel4";
     panel4.Size     = new Drawing.Size(158, 29);
     panel4.TabIndex = 6;
     //
     // pnlEdit
     //
     pnlEdit.Controls.Add(groupBox2);
     pnlEdit.Controls.Add(panel3);
     pnlEdit.Dock     = DockStyle.Fill;
     pnlEdit.Location = new Drawing.Point(0, 0);
     pnlEdit.Name     = "pnlEdit";
     pnlEdit.Size     = new Drawing.Size(256, 132);
     pnlEdit.TabIndex = 10;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(itemSelection);
     groupBox2.Controls.Add(lblItemDesc);
     groupBox2.Controls.Add(label3);
     groupBox2.Controls.Add(lblCurrentStage);
     groupBox2.Controls.Add(lblNewStageDesc);
     groupBox2.Controls.Add(stageSelection);
     groupBox2.Controls.Add(lblCurrentStageDesc);
     groupBox2.Dock     = DockStyle.Fill;
     groupBox2.Location = new Drawing.Point(0, 20);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new Drawing.Size(256, 112);
     groupBox2.TabIndex = 13;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Options";
     //
     // itemSelection
     //
     itemSelection.DropDownStyle     = ComboBoxStyle.DropDownList;
     itemSelection.Enabled           = false;
     itemSelection.FormattingEnabled = true;
     itemSelection.Items.AddRange(new object[]
     {
         "Assist Trophy",
         "Franklin Badge",
         "Banana Peel",
         "Barrel",
         "Beam Sword",
         "Bill (coin mode)",
         "Bob-Omb",
         "Crate",
         "Bumper",
         "Capsule",
         "Rolling Crate",
         "CD",
         "Gooey Bomb",
         "Cracker Launcher",
         "Cracker Launcher Shot",
         "Coin",
         "Superspicy Curry",
         "Superspice Curry Shot",
         "Deku Nut",
         "Mr. Saturn",
         "Dragoon Part",
         "Dragoon Set",
         "Dragoon Sight",
         "Trophy",
         "Fire Flower",
         "Fire Flower Shot",
         "Freezie",
         "Golden Hammer",
         "Green Shell",
         "Hammer",
         "Hammer Head",
         "Fan",
         "Heart Container",
         "Homerun Bat",
         "Party Ball",
         "Manaphy Heart",
         "Maxim Tomato",
         "Poison Mushroom",
         "Super Mushroom",
         "Metal Box",
         "Hothead",
         "Pitfall",
         "PokƩball",
         "Blast Box",
         "Ray Gun",
         "Ray Gun Shot",
         "Lipstick",
         "Lipstick Flower",
         "Lipstick Shot",
         "Sandbag",
         "Screw Attack",
         "Sticker",
         "Motion-Sensor Bomb",
         "Timer",
         "Smart Bomb",
         "Smash Ball",
         "Smoke Screen",
         "Spring",
         "Star Rod",
         "Star Rod Shot",
         "Soccer Ball",
         "Super Scope",
         "Super Scope shot",
         "Star",
         "Food",
         "Team Healer",
         "Lightning",
         "Unira",
         "Bunny Hood",
         "Warpstar"
     });
     itemSelection.Location = new Drawing.Point(84, 62);
     itemSelection.Name     = "itemSelection";
     itemSelection.Size     = new Drawing.Size(166, 21);
     itemSelection.TabIndex = 6;
     //
     // lblItemDesc
     //
     lblItemDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                         Drawing.GraphicsUnit.Point, 0);
     lblItemDesc.Location  = new Drawing.Point(6, 62);
     lblItemDesc.Name      = "lblItemDesc";
     lblItemDesc.Size      = new Drawing.Size(72, 21);
     lblItemDesc.TabIndex  = 5;
     lblItemDesc.Text      = "Item:";
     lblItemDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.ForeColor = Drawing.SystemColors.ControlDark;
     label3.Location  = new Drawing.Point(4, 93);
     label3.Name      = "label3";
     label3.Size      = new Drawing.Size(209, 13);
     label3.TabIndex  = 4;
     label3.Text      = "Mouse over the labels for more information.";
     //
     // lblCurrentStage
     //
     lblCurrentStage.Location  = new Drawing.Point(84, 14);
     lblCurrentStage.Name      = "lblCurrentStage";
     lblCurrentStage.Size      = new Drawing.Size(166, 21);
     lblCurrentStage.TabIndex  = 3;
     lblCurrentStage.TextAlign = Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNewStageDesc
     //
     lblNewStageDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                             Drawing.GraphicsUnit.Point, 0);
     lblNewStageDesc.Location  = new Drawing.Point(6, 38);
     lblNewStageDesc.Name      = "lblNewStageDesc";
     lblNewStageDesc.Size      = new Drawing.Size(72, 21);
     lblNewStageDesc.TabIndex  = 2;
     lblNewStageDesc.Text      = "New stage:";
     lblNewStageDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // stageSelection
     //
     stageSelection.DropDownStyle     = ComboBoxStyle.DropDownList;
     stageSelection.Enabled           = false;
     stageSelection.FormattingEnabled = true;
     stageSelection.Location          = new Drawing.Point(84, 38);
     stageSelection.Name     = "stageSelection";
     stageSelection.Size     = new Drawing.Size(166, 21);
     stageSelection.TabIndex = 1;
     //
     // lblCurrentStageDesc
     //
     lblCurrentStageDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold,
                                                 Drawing.GraphicsUnit.Point, 0);
     lblCurrentStageDesc.Location  = new Drawing.Point(6, 14);
     lblCurrentStageDesc.Name      = "lblCurrentStageDesc";
     lblCurrentStageDesc.Size      = new Drawing.Size(72, 21);
     lblCurrentStageDesc.TabIndex  = 0;
     lblCurrentStageDesc.Text      = "Current:";
     lblCurrentStageDesc.TextAlign = Drawing.ContentAlignment.MiddleRight;
     //
     // panel3
     //
     panel3.Controls.Add(txtPath);
     panel3.Controls.Add(btnBrowse);
     panel3.Dock     = DockStyle.Top;
     panel3.Location = new Drawing.Point(0, 0);
     panel3.Name     = "panel3";
     panel3.Size     = new Drawing.Size(256, 20);
     panel3.TabIndex = 14;
     //
     // tmrUpdate
     //
     tmrUpdate.Interval = 10;
     //
     // StageRelSwitcherDialog
     //
     ClientSize = new Drawing.Size(414, 132);
     Controls.Add(pnlEdit);
     Controls.Add(pnlInfo);
     FormBorderStyle = FormBorderStyle.FixedToolWindow;
     Name            = "StageRelSwitcherDialog";
     Text            = "Stage REL Switcher";
     pnlInfo.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     panel4.ResumeLayout(false);
     pnlEdit.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     panel3.ResumeLayout(false);
     panel3.PerformLayout();
     ResumeLayout(false);
 }
Example #27
0
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppWin_SPITool_PRO));
     grbRegisterFilter = new System.Windows.Forms.GroupBox();
     btnCheckUncheck = new System.Windows.Forms.Button();
     chbStatus = new System.Windows.Forms.CheckBox();
     chbTest = new System.Windows.Forms.CheckBox();
     chbMisc = new System.Windows.Forms.CheckBox();
     chbDigital = new System.Windows.Forms.CheckBox();
     chbRF = new System.Windows.Forms.CheckBox();
     dgvRegisterList = new System.Windows.Forms.DataGridView();
     Mark = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     Addr = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Hex = new System.Windows.Forms.DataGridViewTextBoxColumn();
     RName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     bit0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Read = new System.Windows.Forms.DataGridViewButtonColumn();
     Write = new System.Windows.Forms.DataGridViewButtonColumn();
     B1 = new System.Windows.Forms.DataGridViewButtonColumn();
     B2 = new System.Windows.Forms.DataGridViewButtonColumn();
     B3 = new System.Windows.Forms.DataGridViewButtonColumn();
     B4 = new System.Windows.Forms.DataGridViewButtonColumn();
     regListId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox1 = new System.Windows.Forms.GroupBox();
     chbMarked = new System.Windows.Forms.CheckBox();
     chbCUAll = new System.Windows.Forms.CheckBox();
     spcMainContainer = new System.Windows.Forms.SplitContainer();
     grbLog = new System.Windows.Forms.GroupBox();
     btnClearLog2 = new System.Windows.Forms.Button();
     chbDisableLogging2 = new System.Windows.Forms.CheckBox();
     rtbLogWindow2 = new System.Windows.Forms.RichTextBox();
     btnLoadDefaultRegister = new System.Windows.Forms.Button();
     btnWriteAllRegister = new System.Windows.Forms.Button();
     btnReadAllRegister = new System.Windows.Forms.Button();
     tbcMain = new System.Windows.Forms.TabControl();
     tabPage4 = new System.Windows.Forms.TabPage();
     grbBatch = new System.Windows.Forms.GroupBox();
     pnlBatchMain = new System.Windows.Forms.Panel();
     pnlBatch4 = new System.Windows.Forms.Panel();
     txbBatch4 = new System.Windows.Forms.TextBox();
     btnRunB4 = new System.Windows.Forms.Button();
     chbLoopB4 = new System.Windows.Forms.CheckBox();
     rtbBatchList4 = new System.Windows.Forms.TextBox();
     pnlBatch3 = new System.Windows.Forms.Panel();
     txbBatch3 = new System.Windows.Forms.TextBox();
     chbLoopB3 = new System.Windows.Forms.CheckBox();
     btnRunB3 = new System.Windows.Forms.Button();
     rtbBatchList3 = new System.Windows.Forms.TextBox();
     pnlBatch2 = new System.Windows.Forms.Panel();
     txbBatch2 = new System.Windows.Forms.TextBox();
     chbLoopB2 = new System.Windows.Forms.CheckBox();
     btnRunB2 = new System.Windows.Forms.Button();
     rtbBatchList2 = new System.Windows.Forms.TextBox();
     pnlBatch1 = new System.Windows.Forms.Panel();
     txbBatch1 = new System.Windows.Forms.TextBox();
     rtbBatchList1 = new System.Windows.Forms.TextBox();
     btnRunB1 = new System.Windows.Forms.Button();
     chbLoopB1 = new System.Windows.Forms.CheckBox();
     vrbViewBatch = new System.Windows.Forms.GroupBox();
     label5 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     chbViewB4 = new System.Windows.Forms.CheckBox();
     chbViewB3 = new System.Windows.Forms.CheckBox();
     chbViewB2 = new System.Windows.Forms.CheckBox();
     chbViewB1 = new System.Windows.Forms.CheckBox();
     grbSaveLoad = new System.Windows.Forms.GroupBox();
     btnSaveBatch = new System.Windows.Forms.Button();
     rdbSaveOpenB4 = new System.Windows.Forms.RadioButton();
     btnOpenBatch = new System.Windows.Forms.Button();
     rdbSaveOpenB3 = new System.Windows.Forms.RadioButton();
     rdbSaveOpenB2 = new System.Windows.Forms.RadioButton();
     rdbSaveOpenB1 = new System.Windows.Forms.RadioButton();
     grbLoopControl = new System.Windows.Forms.GroupBox();
     nudLoopLimit = new System.Windows.Forms.NumericUpDown();
     btnResetLoop = new System.Windows.Forms.Button();
     txbLoopCount = new System.Windows.Forms.TextBox();
     label4 = new System.Windows.Forms.Label();
     chbLoopLimit = new System.Windows.Forms.CheckBox();
     tbpFIFO = new System.Windows.Forms.TabPage();
     pnlBerPer = new System.Windows.Forms.Panel();
     btnResetFifo = new System.Windows.Forms.Button();
     lblBER = new System.Windows.Forms.Label();
     lblBitError = new System.Windows.Forms.Label();
     lblDatabits = new System.Windows.Forms.Label();
     txbBitErrors = new System.Windows.Forms.TextBox();
     txbBER = new System.Windows.Forms.TextBox();
     txbDatabits = new System.Windows.Forms.TextBox();
     lblPER = new System.Windows.Forms.Label();
     lblLost = new System.Windows.Forms.Label();
     lblPackets = new System.Windows.Forms.Label();
     txbLost = new System.Windows.Forms.TextBox();
     txbPER = new System.Windows.Forms.TextBox();
     txbPackets = new System.Windows.Forms.TextBox();
     pnlRXFIFO = new System.Windows.Forms.Panel();
     dgvRX = new System.Windows.Forms.DataGridView();
     dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     xpdC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     errC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     btnSaveRead = new System.Windows.Forms.Button();
     btnOpenRead = new System.Windows.Forms.Button();
     btnRead = new System.Windows.Forms.Button();
     pnlTXFIFO = new System.Windows.Forms.Panel();
     dgvTX = new System.Windows.Forms.DataGridView();
     numC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     dataC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     btnSaveWrite = new System.Windows.Forms.Button();
     btnOpenWrite = new System.Windows.Forms.Button();
     btnWrite = new System.Windows.Forms.Button();
     tbpDescription = new System.Windows.Forms.TabPage();
     txbDescription = new System.Windows.Forms.RichTextBox();
     chbDisableLogging = new System.Windows.Forms.CheckBox();
     lblTermWin = new System.Windows.Forms.Label();
     btnClearLog = new System.Windows.Forms.Button();
     rtbLogWindow = new System.Windows.Forms.RichTextBox();
     spiStatusBar = new System.Windows.Forms.StatusBar();
     statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     sbChipRevPane = new System.Windows.Forms.StatusBarPanel();
     sbDeviceStatePane = new System.Windows.Forms.StatusBarPanel();
     statusBarPanel4 = new StatusBarTest.StatusBarProgressPanel();
     tmrCommon = new System.Windows.Forms.Timer(components);
     ttpMainToolTip = new System.Windows.Forms.ToolTip(components);
     tsrMainToolStrip = new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip();
     grbRegisterFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).BeginInit();
     groupBox1.SuspendLayout();
     spcMainContainer.Panel1.SuspendLayout();
     spcMainContainer.Panel2.SuspendLayout();
     spcMainContainer.SuspendLayout();
     grbLog.SuspendLayout();
     tbcMain.SuspendLayout();
     tabPage4.SuspendLayout();
     grbBatch.SuspendLayout();
     pnlBatchMain.SuspendLayout();
     pnlBatch4.SuspendLayout();
     pnlBatch3.SuspendLayout();
     pnlBatch2.SuspendLayout();
     pnlBatch1.SuspendLayout();
     vrbViewBatch.SuspendLayout();
     grbSaveLoad.SuspendLayout();
     grbLoopControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).BeginInit();
     tbpFIFO.SuspendLayout();
     pnlBerPer.SuspendLayout();
     pnlRXFIFO.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(dgvRX)).BeginInit();
     pnlTXFIFO.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(dgvTX)).BeginInit();
     tbpDescription.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).BeginInit();
     SuspendLayout();
     //
     // grbRegisterFilter
     //
     grbRegisterFilter.Controls.Add(btnCheckUncheck);
     grbRegisterFilter.Controls.Add(chbStatus);
     grbRegisterFilter.Controls.Add(chbTest);
     grbRegisterFilter.Controls.Add(chbMisc);
     grbRegisterFilter.Controls.Add(chbDigital);
     grbRegisterFilter.Controls.Add(chbRF);
     grbRegisterFilter.Location = new System.Drawing.Point(900, 7);
     grbRegisterFilter.Name = "grbRegisterFilter";
     grbRegisterFilter.Size = new System.Drawing.Size(81, 166);
     grbRegisterFilter.TabIndex = 9;
     grbRegisterFilter.TabStop = false;
     grbRegisterFilter.Text = "Filter";
     //
     // btnCheckUncheck
     //
     btnCheckUncheck.Location = new System.Drawing.Point(2, 134);
     btnCheckUncheck.Name = "btnCheckUncheck";
     btnCheckUncheck.Size = new System.Drawing.Size(75, 23);
     btnCheckUncheck.TabIndex = 3;
     btnCheckUncheck.Text = "UnCheck";
     btnCheckUncheck.UseVisualStyleBackColor = true;
     btnCheckUncheck.Click += new System.EventHandler(btnCheckUncheck_Click);
     //
     // chbStatus
     //
     chbStatus.AutoSize = true;
     chbStatus.Checked = true;
     chbStatus.CheckState = System.Windows.Forms.CheckState.Checked;
     chbStatus.Location = new System.Drawing.Point(3, 111);
     chbStatus.Name = "chbStatus";
     chbStatus.Size = new System.Drawing.Size(70, 21);
     chbStatus.TabIndex = 5;
     chbStatus.Text = "Status";
     chbStatus.UseVisualStyleBackColor = true;
     chbStatus.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged);
     //
     // chbTest
     //
     chbTest.AutoSize = true;
     chbTest.Checked = true;
     chbTest.CheckState = System.Windows.Forms.CheckState.Checked;
     chbTest.Location = new System.Drawing.Point(3, 88);
     chbTest.Name = "chbTest";
     chbTest.Size = new System.Drawing.Size(58, 21);
     chbTest.TabIndex = 4;
     chbTest.Text = "Test";
     chbTest.UseVisualStyleBackColor = true;
     chbTest.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged);
     //
     // chbMisc
     //
     chbMisc.AutoSize = true;
     chbMisc.Checked = true;
     chbMisc.CheckState = System.Windows.Forms.CheckState.Checked;
     chbMisc.Location = new System.Drawing.Point(3, 65);
     chbMisc.Name = "chbMisc";
     chbMisc.Size = new System.Drawing.Size(62, 21);
     chbMisc.TabIndex = 3;
     chbMisc.Text = "Misc.";
     chbMisc.UseVisualStyleBackColor = true;
     chbMisc.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged);
     //
     // chbDigital
     //
     chbDigital.AutoSize = true;
     chbDigital.Checked = true;
     chbDigital.CheckState = System.Windows.Forms.CheckState.Checked;
     chbDigital.Location = new System.Drawing.Point(3, 42);
     chbDigital.Name = "chbDigital";
     chbDigital.Size = new System.Drawing.Size(69, 21);
     chbDigital.TabIndex = 2;
     chbDigital.Text = "Digital";
     chbDigital.UseVisualStyleBackColor = true;
     chbDigital.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged);
     //
     // chbRF
     //
     chbRF.AutoSize = true;
     chbRF.Checked = true;
     chbRF.CheckState = System.Windows.Forms.CheckState.Checked;
     chbRF.Location = new System.Drawing.Point(3, 19);
     chbRF.Name = "chbRF";
     chbRF.Size = new System.Drawing.Size(48, 21);
     chbRF.TabIndex = 1;
     chbRF.Text = "RF";
     chbRF.UseVisualStyleBackColor = true;
     chbRF.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged);
     //
     // dgvRegisterList
     //
     dgvRegisterList.AllowUserToAddRows = false;
     dgvRegisterList.AllowUserToDeleteRows = false;
     dgvRegisterList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dgvRegisterList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Mark,
     Addr,
     Hex,
     RName,
     bit7,
     bit6,
     bit5,
     bit4,
     bit3,
     bit2,
     bit1,
     bit0,
     Read,
     Write,
     B1,
     B2,
     B3,
     B4,
     regListId});
     dgvRegisterList.Location = new System.Drawing.Point(3, 8);
     dgvRegisterList.MultiSelect = false;
     dgvRegisterList.Name = "dgvRegisterList";
     dgvRegisterList.RowHeadersWidth = 25;
     dgvRegisterList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dgvRegisterList.RowsDefaultCellStyle = dataGridViewCellStyle1;
     dgvRegisterList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     dgvRegisterList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     dgvRegisterList.Size = new System.Drawing.Size(893, 220);
     dgvRegisterList.TabIndex = 10;
     dgvRegisterList.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(dgvRegisterList_CellBeginEdit);
     dgvRegisterList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellClick);
     dgvRegisterList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellDoubleClick);
     dgvRegisterList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellEndEdit);
     dgvRegisterList.SelectionChanged += new System.EventHandler(dgvRegisterList_SelectionChanged);
     dgvRegisterList.Sorted += new System.EventHandler(dgvRegisterList_Sorted);
     //
     // Mark
     //
     Mark.HeaderText = "M";
     Mark.Name = "Mark";
     Mark.Width = 20;
     //
     // Addr
     //
     Addr.HeaderText = "Addr.";
     Addr.Name = "Addr";
     Addr.ReadOnly = true;
     Addr.Width = 38;
     //
     // Hex
     //
     Hex.HeaderText = "Hex";
     Hex.Name = "Hex";
     Hex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     Hex.Width = 38;
     //
     // RName
     //
     RName.HeaderText = "Name";
     RName.Name = "RName";
     RName.ReadOnly = true;
     RName.Width = 200;
     //
     // bit7
     //
     bit7.HeaderText = "bit7";
     bit7.Name = "bit7";
     bit7.ReadOnly = true;
     bit7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit7.Width = 50;
     //
     // bit6
     //
     bit6.HeaderText = "bit6";
     bit6.Name = "bit6";
     bit6.ReadOnly = true;
     bit6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit6.Width = 50;
     //
     // bit5
     //
     bit5.HeaderText = "bit5";
     bit5.Name = "bit5";
     bit5.ReadOnly = true;
     bit5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit5.Width = 50;
     //
     // bit4
     //
     bit4.HeaderText = "bit4";
     bit4.Name = "bit4";
     bit4.ReadOnly = true;
     bit4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit4.Width = 50;
     //
     // bit3
     //
     bit3.HeaderText = "bit3";
     bit3.Name = "bit3";
     bit3.ReadOnly = true;
     bit3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit3.Width = 50;
     //
     // bit2
     //
     bit2.HeaderText = "bit2";
     bit2.Name = "bit2";
     bit2.ReadOnly = true;
     bit2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit2.Width = 50;
     //
     // bit1
     //
     bit1.HeaderText = "bit1";
     bit1.Name = "bit1";
     bit1.ReadOnly = true;
     bit1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit1.Width = 50;
     //
     // bit0
     //
     bit0.HeaderText = "bit0";
     bit0.Name = "bit0";
     bit0.ReadOnly = true;
     bit0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     bit0.Width = 50;
     //
     // Read
     //
     Read.HeaderText = "R";
     Read.Name = "Read";
     Read.Width = 29;
     //
     // Write
     //
     Write.HeaderText = "W";
     Write.Name = "Write";
     Write.Width = 29;
     //
     // B1
     //
     B1.HeaderText = "1";
     B1.Name = "B1";
     B1.Width = 24;
     //
     // B2
     //
     B2.HeaderText = "2";
     B2.Name = "B2";
     B2.Width = 24;
     //
     // B3
     //
     B3.HeaderText = "3";
     B3.Name = "B3";
     B3.Width = 24;
     //
     // B4
     //
     B4.HeaderText = "4";
     B4.Name = "B4";
     B4.Width = 24;
     //
     // regListId
     //
     regListId.HeaderText = "LId";
     regListId.Name = "regListId";
     regListId.ReadOnly = true;
     regListId.Visible = false;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(chbMarked);
     groupBox1.Controls.Add(chbCUAll);
     groupBox1.Location = new System.Drawing.Point(3, 234);
     groupBox1.Name = "groupBox1";
     groupBox1.Size = new System.Drawing.Size(382, 46);
     groupBox1.TabIndex = 23;
     groupBox1.TabStop = false;
     groupBox1.Text = "Grid View Control";
     //
     // chbMarked
     //
     chbMarked.AutoSize = true;
     chbMarked.Location = new System.Drawing.Point(194, 19);
     chbMarked.Name = "chbMarked";
     chbMarked.Size = new System.Drawing.Size(170, 21);
     chbMarked.TabIndex = 23;
     chbMarked.Text = "View Marked / View All";
     chbMarked.UseVisualStyleBackColor = true;
     chbMarked.CheckedChanged += new System.EventHandler(chbMarked_CheckedChanged);
     //
     // chbCUAll
     //
     chbCUAll.AutoSize = true;
     chbCUAll.Location = new System.Drawing.Point(29, 19);
     chbCUAll.Name = "chbCUAll";
     chbCUAll.Size = new System.Drawing.Size(141, 21);
     chbCUAll.TabIndex = 6;
     chbCUAll.Text = "Mark / Unmark All";
     chbCUAll.UseVisualStyleBackColor = true;
     chbCUAll.CheckedChanged += new System.EventHandler(chbCUAll_CheckedChanged);
     //
     // spcMainContainer
     //
     spcMainContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(38)))), ((int)(((byte)(51)))));
     spcMainContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     spcMainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     spcMainContainer.Location = new System.Drawing.Point(0, 31);
     spcMainContainer.Name = "spcMainContainer";
     //
     // spcMainContainer.Panel1
     //
     spcMainContainer.Panel1.BackColor = System.Drawing.SystemColors.Control;
     spcMainContainer.Panel1.Controls.Add(grbLog);
     spcMainContainer.Panel1.Controls.Add(dgvRegisterList);
     spcMainContainer.Panel1.Controls.Add(btnLoadDefaultRegister);
     spcMainContainer.Panel1.Controls.Add(btnWriteAllRegister);
     spcMainContainer.Panel1.Controls.Add(grbRegisterFilter);
     spcMainContainer.Panel1.Controls.Add(groupBox1);
     spcMainContainer.Panel1.Controls.Add(btnReadAllRegister);
     spcMainContainer.Panel1.Controls.Add(tbcMain);
     //
     // spcMainContainer.Panel2
     //
     spcMainContainer.Panel2.BackColor = System.Drawing.SystemColors.Control;
     spcMainContainer.Panel2.Controls.Add(chbDisableLogging);
     spcMainContainer.Panel2.Controls.Add(lblTermWin);
     spcMainContainer.Panel2.Controls.Add(btnClearLog);
     spcMainContainer.Panel2.Controls.Add(rtbLogWindow);
     spcMainContainer.Panel2MinSize = 2;
     spcMainContainer.Size = new System.Drawing.Size(1000, 628);
     spcMainContainer.SplitterDistance = 988;
     spcMainContainer.SplitterWidth = 6;
     spcMainContainer.TabIndex = 25;
     spcMainContainer.TabStop = false;
     //
     // grbLog
     //
     grbLog.Controls.Add(btnClearLog2);
     grbLog.Controls.Add(chbDisableLogging2);
     grbLog.Controls.Add(rtbLogWindow2);
     grbLog.Location = new System.Drawing.Point(638, 312);
     grbLog.Name = "grbLog";
     grbLog.Size = new System.Drawing.Size(333, 288);
     grbLog.TabIndex = 25;
     grbLog.TabStop = false;
     grbLog.Text = "Log window";
     //
     // btnClearLog2
     //
     btnClearLog2.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     btnClearLog2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     btnClearLog2.Location = new System.Drawing.Point(227, 250);
     btnClearLog2.Name = "btnClearLog2";
     btnClearLog2.Size = new System.Drawing.Size(90, 25);
     btnClearLog2.TabIndex = 6;
     btnClearLog2.Text = "Clear Log";
     btnClearLog2.UseVisualStyleBackColor = true;
     btnClearLog2.Click += new System.EventHandler(btnClearLog2_Click);
     //
     // chbDisableLogging2
     //
     chbDisableLogging2.Appearance = System.Windows.Forms.Appearance.Button;
     chbDisableLogging2.AutoSize = true;
     chbDisableLogging2.BackColor = System.Drawing.Color.Red;
     chbDisableLogging2.Checked = true;
     chbDisableLogging2.CheckState = System.Windows.Forms.CheckState.Checked;
     chbDisableLogging2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chbDisableLogging2.Location = new System.Drawing.Point(15, 251);
     chbDisableLogging2.Name = "chbDisableLogging2";
     chbDisableLogging2.Size = new System.Drawing.Size(117, 27);
     chbDisableLogging2.TabIndex = 7;
     chbDisableLogging2.Text = "Enable Logging";
     chbDisableLogging2.UseVisualStyleBackColor = false;
     chbDisableLogging2.CheckedChanged += new System.EventHandler(chbDisableLogging2_CheckedChanged);
     //
     // rtbLogWindow2
     //
     rtbLogWindow2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbLogWindow2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     rtbLogWindow2.Location = new System.Drawing.Point(15, 19);
     rtbLogWindow2.Name = "rtbLogWindow2";
     rtbLogWindow2.ReadOnly = true;
     rtbLogWindow2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     rtbLogWindow2.Size = new System.Drawing.Size(302, 225);
     rtbLogWindow2.TabIndex = 3;
     rtbLogWindow2.Text = "";
     //
     // btnLoadDefaultRegister
     //
     btnLoadDefaultRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadDefaultRegister.Image")));
     btnLoadDefaultRegister.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     btnLoadDefaultRegister.Location = new System.Drawing.Point(596, 234);
     btnLoadDefaultRegister.Name = "btnLoadDefaultRegister";
     btnLoadDefaultRegister.Size = new System.Drawing.Size(100, 46);
     btnLoadDefaultRegister.TabIndex = 24;
     btnLoadDefaultRegister.Text = "Load Defaults";
     btnLoadDefaultRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     btnLoadDefaultRegister.UseVisualStyleBackColor = true;
     btnLoadDefaultRegister.Click += new System.EventHandler(btnLoadDefaultRegister_Click);
     //
     // btnWriteAllRegister
     //
     btnWriteAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnWriteAllRegister.Image")));
     btnWriteAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     btnWriteAllRegister.Location = new System.Drawing.Point(800, 234);
     btnWriteAllRegister.Name = "btnWriteAllRegister";
     btnWriteAllRegister.Size = new System.Drawing.Size(100, 46);
     btnWriteAllRegister.TabIndex = 22;
     btnWriteAllRegister.Text = "Write All Visible";
     btnWriteAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     btnWriteAllRegister.UseVisualStyleBackColor = true;
     btnWriteAllRegister.Click += new System.EventHandler(btnWriteAllRegister_Click);
     //
     // btnReadAllRegister
     //
     btnReadAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnReadAllRegister.Image")));
     btnReadAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     btnReadAllRegister.Location = new System.Drawing.Point(698, 234);
     btnReadAllRegister.Name = "btnReadAllRegister";
     btnReadAllRegister.Size = new System.Drawing.Size(100, 46);
     btnReadAllRegister.TabIndex = 21;
     btnReadAllRegister.Text = "Read All Visible";
     btnReadAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     btnReadAllRegister.UseVisualStyleBackColor = true;
     btnReadAllRegister.Click += new System.EventHandler(btnReadAllRegister_Click);
     //
     // tbcMain
     //
     tbcMain.Controls.Add(tabPage4);
     tbcMain.Controls.Add(tbpFIFO);
     tbcMain.Controls.Add(tbpDescription);
     tbcMain.Location = new System.Drawing.Point(3, 286);
     tbcMain.Name = "tbcMain";
     tbcMain.SelectedIndex = 0;
     tbcMain.Size = new System.Drawing.Size(629, 335);
     tbcMain.TabIndex = 5;
     //
     // tabPage4
     //
     tabPage4.Controls.Add(grbBatch);
     tabPage4.Location = new System.Drawing.Point(4, 26);
     tabPage4.Name = "tabPage4";
     tabPage4.Size = new System.Drawing.Size(621, 305);
     tabPage4.TabIndex = 3;
     tabPage4.Text = "Batch Editor";
     //
     // grbBatch
     //
     grbBatch.Controls.Add(pnlBatchMain);
     grbBatch.Controls.Add(vrbViewBatch);
     grbBatch.Controls.Add(grbSaveLoad);
     grbBatch.Controls.Add(grbLoopControl);
     grbBatch.Location = new System.Drawing.Point(3, 8);
     grbBatch.Name = "grbBatch";
     grbBatch.Size = new System.Drawing.Size(612, 298);
     grbBatch.TabIndex = 2;
     grbBatch.TabStop = false;
     grbBatch.Text = "Batch Command Execution";
     //
     // pnlBatchMain
     //
     pnlBatchMain.Controls.Add(pnlBatch4);
     pnlBatchMain.Controls.Add(pnlBatch3);
     pnlBatchMain.Controls.Add(pnlBatch2);
     pnlBatchMain.Controls.Add(pnlBatch1);
     pnlBatchMain.Location = new System.Drawing.Point(6, 19);
     pnlBatchMain.Name = "pnlBatchMain";
     pnlBatchMain.Size = new System.Drawing.Size(492, 265);
     pnlBatchMain.TabIndex = 31;
     //
     // pnlBatch4
     //
     pnlBatch4.Controls.Add(txbBatch4);
     pnlBatch4.Controls.Add(btnRunB4);
     pnlBatch4.Controls.Add(chbLoopB4);
     pnlBatch4.Controls.Add(rtbBatchList4);
     pnlBatch4.Dock = System.Windows.Forms.DockStyle.Left;
     pnlBatch4.Location = new System.Drawing.Point(369, 0);
     pnlBatch4.Name = "pnlBatch4";
     pnlBatch4.Size = new System.Drawing.Size(123, 265);
     pnlBatch4.TabIndex = 33;
     //
     // txbBatch4
     //
     txbBatch4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     txbBatch4.BackColor = System.Drawing.SystemColors.Window;
     txbBatch4.Location = new System.Drawing.Point(3, 3);
     txbBatch4.Name = "txbBatch4";
     txbBatch4.Size = new System.Drawing.Size(116, 23);
     txbBatch4.TabIndex = 12;
     txbBatch4.Text = "Batch 4";
     txbBatch4.Click += new System.EventHandler(BatchList_Click);
     txbBatch4.Leave += new System.EventHandler(txbBatch_Leave);
     txbBatch4.MouseHover += new System.EventHandler(txbBatch_MouseHover);
     //
     // btnRunB4
     //
     btnRunB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnRunB4.Location = new System.Drawing.Point(4, 238);
     btnRunB4.Name = "btnRunB4";
     btnRunB4.Size = new System.Drawing.Size(50, 25);
     btnRunB4.TabIndex = 14;
     btnRunB4.Text = "Run";
     btnRunB4.UseVisualStyleBackColor = true;
     btnRunB4.Click += new System.EventHandler(RunPauseBatch);
     //
     // chbLoopB4
     //
     chbLoopB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     chbLoopB4.AutoSize = true;
     chbLoopB4.Location = new System.Drawing.Point(58, 240);
     chbLoopB4.Name = "chbLoopB4";
     chbLoopB4.Size = new System.Drawing.Size(62, 21);
     chbLoopB4.TabIndex = 15;
     chbLoopB4.Text = "Loop";
     chbLoopB4.UseVisualStyleBackColor = true;
     chbLoopB4.Visible = false;
     //
     // rtbBatchList4
     //
     rtbBatchList4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbBatchList4.Location = new System.Drawing.Point(3, 26);
     rtbBatchList4.MaxLength = 5000;
     rtbBatchList4.Multiline = true;
     rtbBatchList4.Name = "rtbBatchList4";
     rtbBatchList4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     rtbBatchList4.Size = new System.Drawing.Size(116, 207);
     rtbBatchList4.TabIndex = 29;
     rtbBatchList4.WordWrap = false;
     rtbBatchList4.Click += new System.EventHandler(BatchList_Click);
     //
     // pnlBatch3
     //
     pnlBatch3.Controls.Add(txbBatch3);
     pnlBatch3.Controls.Add(chbLoopB3);
     pnlBatch3.Controls.Add(btnRunB3);
     pnlBatch3.Controls.Add(rtbBatchList3);
     pnlBatch3.Dock = System.Windows.Forms.DockStyle.Left;
     pnlBatch3.Location = new System.Drawing.Point(246, 0);
     pnlBatch3.Name = "pnlBatch3";
     pnlBatch3.Size = new System.Drawing.Size(123, 265);
     pnlBatch3.TabIndex = 32;
     //
     // txbBatch3
     //
     txbBatch3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     txbBatch3.BackColor = System.Drawing.SystemColors.Window;
     txbBatch3.Location = new System.Drawing.Point(3, 3);
     txbBatch3.Name = "txbBatch3";
     txbBatch3.Size = new System.Drawing.Size(116, 23);
     txbBatch3.TabIndex = 8;
     txbBatch3.Text = "Batch 3";
     txbBatch3.Click += new System.EventHandler(BatchList_Click);
     txbBatch3.Leave += new System.EventHandler(txbBatch_Leave);
     txbBatch3.MouseHover += new System.EventHandler(txbBatch_MouseHover);
     //
     // chbLoopB3
     //
     chbLoopB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     chbLoopB3.AutoSize = true;
     chbLoopB3.Location = new System.Drawing.Point(58, 240);
     chbLoopB3.Name = "chbLoopB3";
     chbLoopB3.Size = new System.Drawing.Size(62, 21);
     chbLoopB3.TabIndex = 11;
     chbLoopB3.Text = "Loop";
     chbLoopB3.UseVisualStyleBackColor = true;
     chbLoopB3.Visible = false;
     //
     // btnRunB3
     //
     btnRunB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnRunB3.Location = new System.Drawing.Point(4, 238);
     btnRunB3.Name = "btnRunB3";
     btnRunB3.Size = new System.Drawing.Size(50, 25);
     btnRunB3.TabIndex = 10;
     btnRunB3.Text = "Run";
     btnRunB3.UseVisualStyleBackColor = true;
     btnRunB3.Click += new System.EventHandler(RunPauseBatch);
     //
     // rtbBatchList3
     //
     rtbBatchList3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbBatchList3.Location = new System.Drawing.Point(3, 26);
     rtbBatchList3.MaxLength = 5000;
     rtbBatchList3.Multiline = true;
     rtbBatchList3.Name = "rtbBatchList3";
     rtbBatchList3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     rtbBatchList3.Size = new System.Drawing.Size(116, 207);
     rtbBatchList3.TabIndex = 28;
     rtbBatchList3.WordWrap = false;
     rtbBatchList3.Click += new System.EventHandler(BatchList_Click);
     //
     // pnlBatch2
     //
     pnlBatch2.Controls.Add(txbBatch2);
     pnlBatch2.Controls.Add(chbLoopB2);
     pnlBatch2.Controls.Add(btnRunB2);
     pnlBatch2.Controls.Add(rtbBatchList2);
     pnlBatch2.Dock = System.Windows.Forms.DockStyle.Left;
     pnlBatch2.Location = new System.Drawing.Point(123, 0);
     pnlBatch2.Name = "pnlBatch2";
     pnlBatch2.Size = new System.Drawing.Size(123, 265);
     pnlBatch2.TabIndex = 31;
     //
     // txbBatch2
     //
     txbBatch2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     txbBatch2.BackColor = System.Drawing.SystemColors.Window;
     txbBatch2.Location = new System.Drawing.Point(3, 3);
     txbBatch2.Name = "txbBatch2";
     txbBatch2.Size = new System.Drawing.Size(116, 23);
     txbBatch2.TabIndex = 4;
     txbBatch2.Text = "Batch 2";
     txbBatch2.Click += new System.EventHandler(BatchList_Click);
     txbBatch2.Leave += new System.EventHandler(txbBatch_Leave);
     txbBatch2.MouseHover += new System.EventHandler(txbBatch_MouseHover);
     //
     // chbLoopB2
     //
     chbLoopB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     chbLoopB2.AutoSize = true;
     chbLoopB2.Location = new System.Drawing.Point(58, 240);
     chbLoopB2.Name = "chbLoopB2";
     chbLoopB2.Size = new System.Drawing.Size(62, 21);
     chbLoopB2.TabIndex = 7;
     chbLoopB2.Text = "Loop";
     chbLoopB2.UseVisualStyleBackColor = true;
     chbLoopB2.Visible = false;
     //
     // btnRunB2
     //
     btnRunB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnRunB2.Location = new System.Drawing.Point(4, 238);
     btnRunB2.Name = "btnRunB2";
     btnRunB2.Size = new System.Drawing.Size(50, 25);
     btnRunB2.TabIndex = 6;
     btnRunB2.Text = "Run";
     btnRunB2.UseVisualStyleBackColor = true;
     btnRunB2.Click += new System.EventHandler(RunPauseBatch);
     //
     // rtbBatchList2
     //
     rtbBatchList2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbBatchList2.Location = new System.Drawing.Point(3, 26);
     rtbBatchList2.MaxLength = 5000;
     rtbBatchList2.Multiline = true;
     rtbBatchList2.Name = "rtbBatchList2";
     rtbBatchList2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     rtbBatchList2.Size = new System.Drawing.Size(116, 207);
     rtbBatchList2.TabIndex = 27;
     rtbBatchList2.WordWrap = false;
     rtbBatchList2.Click += new System.EventHandler(BatchList_Click);
     //
     // pnlBatch1
     //
     pnlBatch1.Controls.Add(txbBatch1);
     pnlBatch1.Controls.Add(rtbBatchList1);
     pnlBatch1.Controls.Add(btnRunB1);
     pnlBatch1.Controls.Add(chbLoopB1);
     pnlBatch1.Dock = System.Windows.Forms.DockStyle.Left;
     pnlBatch1.Location = new System.Drawing.Point(0, 0);
     pnlBatch1.Name = "pnlBatch1";
     pnlBatch1.Size = new System.Drawing.Size(123, 265);
     pnlBatch1.TabIndex = 30;
     //
     // txbBatch1
     //
     txbBatch1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     txbBatch1.BackColor = System.Drawing.SystemColors.Window;
     txbBatch1.Location = new System.Drawing.Point(3, 3);
     txbBatch1.Name = "txbBatch1";
     txbBatch1.Size = new System.Drawing.Size(116, 23);
     txbBatch1.TabIndex = 0;
     txbBatch1.Text = "Batch 1";
     ttpMainToolTip.SetToolTip(txbBatch1, "r");
     txbBatch1.Click += new System.EventHandler(BatchList_Click);
     txbBatch1.Leave += new System.EventHandler(txbBatch_Leave);
     txbBatch1.MouseHover += new System.EventHandler(txbBatch_MouseHover);
     //
     // rtbBatchList1
     //
     rtbBatchList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbBatchList1.Location = new System.Drawing.Point(3, 26);
     rtbBatchList1.MaxLength = 5000;
     rtbBatchList1.Multiline = true;
     rtbBatchList1.Name = "rtbBatchList1";
     rtbBatchList1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     rtbBatchList1.Size = new System.Drawing.Size(116, 207);
     rtbBatchList1.TabIndex = 26;
     rtbBatchList1.WordWrap = false;
     rtbBatchList1.Click += new System.EventHandler(BatchList_Click);
     //
     // btnRunB1
     //
     btnRunB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnRunB1.Location = new System.Drawing.Point(5, 238);
     btnRunB1.Name = "btnRunB1";
     btnRunB1.Size = new System.Drawing.Size(50, 25);
     btnRunB1.TabIndex = 2;
     btnRunB1.Text = "Run";
     btnRunB1.UseVisualStyleBackColor = true;
     btnRunB1.Click += new System.EventHandler(RunPauseBatch);
     //
     // chbLoopB1
     //
     chbLoopB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     chbLoopB1.AutoSize = true;
     chbLoopB1.Location = new System.Drawing.Point(58, 241);
     chbLoopB1.Name = "chbLoopB1";
     chbLoopB1.Size = new System.Drawing.Size(62, 21);
     chbLoopB1.TabIndex = 3;
     chbLoopB1.Text = "Loop";
     chbLoopB1.UseVisualStyleBackColor = true;
     chbLoopB1.Visible = false;
     //
     // vrbViewBatch
     //
     vrbViewBatch.Controls.Add(label5);
     vrbViewBatch.Controls.Add(label3);
     vrbViewBatch.Controls.Add(label2);
     vrbViewBatch.Controls.Add(label1);
     vrbViewBatch.Controls.Add(chbViewB4);
     vrbViewBatch.Controls.Add(chbViewB3);
     vrbViewBatch.Controls.Add(chbViewB2);
     vrbViewBatch.Controls.Add(chbViewB1);
     vrbViewBatch.Location = new System.Drawing.Point(506, 12);
     vrbViewBatch.Name = "vrbViewBatch";
     vrbViewBatch.Size = new System.Drawing.Size(102, 59);
     vrbViewBatch.TabIndex = 30;
     vrbViewBatch.TabStop = false;
     vrbViewBatch.Text = "View Batch";
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(73, 36);
     label5.Name = "label5";
     label5.Size = new System.Drawing.Size(16, 17);
     label5.TabIndex = 7;
     label5.Text = "4";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(54, 36);
     label3.Name = "label3";
     label3.Size = new System.Drawing.Size(16, 17);
     label3.TabIndex = 6;
     label3.Text = "3";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(32, 36);
     label2.Name = "label2";
     label2.Size = new System.Drawing.Size(16, 17);
     label2.TabIndex = 5;
     label2.Text = "2";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 36);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(16, 17);
     label1.TabIndex = 4;
     label1.Text = "1";
     //
     // chbViewB4
     //
     chbViewB4.AutoSize = true;
     chbViewB4.Checked = true;
     chbViewB4.CheckState = System.Windows.Forms.CheckState.Checked;
     chbViewB4.Location = new System.Drawing.Point(72, 19);
     chbViewB4.Name = "chbViewB4";
     chbViewB4.Size = new System.Drawing.Size(18, 17);
     chbViewB4.TabIndex = 3;
     chbViewB4.UseVisualStyleBackColor = true;
     chbViewB4.CheckedChanged += new System.EventHandler(chbView_CheckedChanged);
     //
     // chbViewB3
     //
     chbViewB3.AutoSize = true;
     chbViewB3.Checked = true;
     chbViewB3.CheckState = System.Windows.Forms.CheckState.Checked;
     chbViewB3.Location = new System.Drawing.Point(52, 19);
     chbViewB3.Name = "chbViewB3";
     chbViewB3.Size = new System.Drawing.Size(18, 17);
     chbViewB3.TabIndex = 2;
     chbViewB3.UseVisualStyleBackColor = true;
     chbViewB3.CheckedChanged += new System.EventHandler(chbView_CheckedChanged);
     //
     // chbViewB2
     //
     chbViewB2.AutoSize = true;
     chbViewB2.Checked = true;
     chbViewB2.CheckState = System.Windows.Forms.CheckState.Checked;
     chbViewB2.Location = new System.Drawing.Point(32, 19);
     chbViewB2.Name = "chbViewB2";
     chbViewB2.Size = new System.Drawing.Size(18, 17);
     chbViewB2.TabIndex = 1;
     chbViewB2.UseVisualStyleBackColor = true;
     chbViewB2.CheckedChanged += new System.EventHandler(chbView_CheckedChanged);
     //
     // chbViewB1
     //
     chbViewB1.AutoSize = true;
     chbViewB1.Checked = true;
     chbViewB1.CheckState = System.Windows.Forms.CheckState.Checked;
     chbViewB1.Location = new System.Drawing.Point(12, 19);
     chbViewB1.Name = "chbViewB1";
     chbViewB1.Size = new System.Drawing.Size(18, 17);
     chbViewB1.TabIndex = 0;
     chbViewB1.UseVisualStyleBackColor = true;
     chbViewB1.CheckedChanged += new System.EventHandler(chbView_CheckedChanged);
     //
     // grbSaveLoad
     //
     grbSaveLoad.Controls.Add(btnSaveBatch);
     grbSaveLoad.Controls.Add(rdbSaveOpenB4);
     grbSaveLoad.Controls.Add(btnOpenBatch);
     grbSaveLoad.Controls.Add(rdbSaveOpenB3);
     grbSaveLoad.Controls.Add(rdbSaveOpenB2);
     grbSaveLoad.Controls.Add(rdbSaveOpenB1);
     grbSaveLoad.Location = new System.Drawing.Point(506, 75);
     grbSaveLoad.Name = "grbSaveLoad";
     grbSaveLoad.Size = new System.Drawing.Size(102, 78);
     grbSaveLoad.TabIndex = 17;
     grbSaveLoad.TabStop = false;
     grbSaveLoad.Text = "Save/Load Batch";
     //
     // btnSaveBatch
     //
     btnSaveBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveBatch.Image")));
     btnSaveBatch.Location = new System.Drawing.Point(51, 46);
     btnSaveBatch.Name = "btnSaveBatch";
     btnSaveBatch.Size = new System.Drawing.Size(26, 26);
     btnSaveBatch.TabIndex = 22;
     btnSaveBatch.UseVisualStyleBackColor = true;
     btnSaveBatch.Click += new System.EventHandler(btnSaveBatch_Click);
     //
     // rdbSaveOpenB4
     //
     rdbSaveOpenB4.AutoSize = true;
     rdbSaveOpenB4.Location = new System.Drawing.Point(71, 27);
     rdbSaveOpenB4.Name = "rdbSaveOpenB4";
     rdbSaveOpenB4.Size = new System.Drawing.Size(17, 16);
     rdbSaveOpenB4.TabIndex = 3;
     rdbSaveOpenB4.TabStop = true;
     rdbSaveOpenB4.UseVisualStyleBackColor = true;
     rdbSaveOpenB4.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged);
     //
     // btnOpenBatch
     //
     btnOpenBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenBatch.Image")));
     btnOpenBatch.Location = new System.Drawing.Point(19, 46);
     btnOpenBatch.Name = "btnOpenBatch";
     btnOpenBatch.Size = new System.Drawing.Size(26, 26);
     btnOpenBatch.TabIndex = 21;
     btnOpenBatch.UseVisualStyleBackColor = true;
     btnOpenBatch.Click += new System.EventHandler(btnOpenBatch_Click);
     //
     // rdbSaveOpenB3
     //
     rdbSaveOpenB3.AutoSize = true;
     rdbSaveOpenB3.Location = new System.Drawing.Point(51, 27);
     rdbSaveOpenB3.Name = "rdbSaveOpenB3";
     rdbSaveOpenB3.Size = new System.Drawing.Size(17, 16);
     rdbSaveOpenB3.TabIndex = 2;
     rdbSaveOpenB3.TabStop = true;
     rdbSaveOpenB3.UseVisualStyleBackColor = true;
     rdbSaveOpenB3.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged);
     //
     // rdbSaveOpenB2
     //
     rdbSaveOpenB2.AutoSize = true;
     rdbSaveOpenB2.Location = new System.Drawing.Point(31, 27);
     rdbSaveOpenB2.Name = "rdbSaveOpenB2";
     rdbSaveOpenB2.Size = new System.Drawing.Size(17, 16);
     rdbSaveOpenB2.TabIndex = 1;
     rdbSaveOpenB2.TabStop = true;
     rdbSaveOpenB2.UseVisualStyleBackColor = true;
     rdbSaveOpenB2.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged);
     //
     // rdbSaveOpenB1
     //
     rdbSaveOpenB1.AutoSize = true;
     rdbSaveOpenB1.Checked = true;
     rdbSaveOpenB1.Location = new System.Drawing.Point(11, 27);
     rdbSaveOpenB1.Name = "rdbSaveOpenB1";
     rdbSaveOpenB1.Size = new System.Drawing.Size(17, 16);
     rdbSaveOpenB1.TabIndex = 0;
     rdbSaveOpenB1.TabStop = true;
     rdbSaveOpenB1.UseVisualStyleBackColor = true;
     rdbSaveOpenB1.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged);
     //
     // grbLoopControl
     //
     grbLoopControl.Controls.Add(chbLoopLimit);
     grbLoopControl.Controls.Add(btnResetLoop);
     grbLoopControl.Controls.Add(txbLoopCount);
     grbLoopControl.Controls.Add(label4);
     grbLoopControl.Controls.Add(nudLoopLimit);
     grbLoopControl.Location = new System.Drawing.Point(506, 154);
     grbLoopControl.Name = "grbLoopControl";
     grbLoopControl.Size = new System.Drawing.Size(102, 130);
     grbLoopControl.TabIndex = 16;
     grbLoopControl.TabStop = false;
     grbLoopControl.Text = "Loop control";
     grbLoopControl.Visible = false;
     //
     // nudLoopLimit
     //
     nudLoopLimit.Location = new System.Drawing.Point(33, 39);
     nudLoopLimit.Maximum = new decimal(new int[] {
     9999,
     0,
     0,
     0});
     nudLoopLimit.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     nudLoopLimit.Name = "nudLoopLimit";
     nudLoopLimit.ReadOnly = true;
     nudLoopLimit.Size = new System.Drawing.Size(47, 23);
     nudLoopLimit.TabIndex = 5;
     nudLoopLimit.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     nudLoopLimit.ValueChanged += new System.EventHandler(nudLoopLimit_ValueChanged);
     //
     // btnResetLoop
     //
     btnResetLoop.Location = new System.Drawing.Point(12, 103);
     btnResetLoop.Margin = new System.Windows.Forms.Padding(0);
     btnResetLoop.Name = "btnResetLoop";
     btnResetLoop.Size = new System.Drawing.Size(74, 24);
     btnResetLoop.TabIndex = 4;
     btnResetLoop.Text = "Stop/Reset";
     btnResetLoop.UseVisualStyleBackColor = true;
     btnResetLoop.Click += new System.EventHandler(btnResetLoop_Click);
     //
     // txbLoopCount
     //
     txbLoopCount.Enabled = false;
     txbLoopCount.Location = new System.Drawing.Point(33, 75);
     txbLoopCount.Margin = new System.Windows.Forms.Padding(1);
     txbLoopCount.Name = "txbLoopCount";
     txbLoopCount.ReadOnly = true;
     txbLoopCount.Size = new System.Drawing.Size(47, 23);
     txbLoopCount.TabIndex = 3;
     txbLoopCount.Text = "0";
     txbLoopCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     label4.Location = new System.Drawing.Point(9, 60);
     label4.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
     label4.Name = "label4";
     label4.Size = new System.Drawing.Size(71, 15);
     label4.TabIndex = 2;
     label4.Text = "Loop count:";
     //
     // chbLoopLimit
     //
     chbLoopLimit.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chbLoopLimit.Location = new System.Drawing.Point(33, 18);
     chbLoopLimit.Margin = new System.Windows.Forms.Padding(1);
     chbLoopLimit.MaximumSize = new System.Drawing.Size(0, 17);
     chbLoopLimit.Name = "chbLoopLimit";
     chbLoopLimit.Size = new System.Drawing.Size(64, 17);
     chbLoopLimit.TabIndex = 0;
     chbLoopLimit.Text = "Limit";
     chbLoopLimit.UseVisualStyleBackColor = true;
     chbLoopLimit.CheckedChanged += new System.EventHandler(chbLoopLimit_CheckedChanged);
     //
     // tbpFIFO
     //
     tbpFIFO.BackColor = System.Drawing.SystemColors.Control;
     tbpFIFO.Controls.Add(pnlBerPer);
     tbpFIFO.Controls.Add(pnlRXFIFO);
     tbpFIFO.Controls.Add(pnlTXFIFO);
     tbpFIFO.Location = new System.Drawing.Point(4, 25);
     tbpFIFO.Name = "tbpFIFO";
     tbpFIFO.Padding = new System.Windows.Forms.Padding(3);
     tbpFIFO.Size = new System.Drawing.Size(621, 306);
     tbpFIFO.TabIndex = 0;
     tbpFIFO.Text = "FIFO";
     //
     // pnlBerPer
     //
     pnlBerPer.Controls.Add(btnResetFifo);
     pnlBerPer.Controls.Add(lblBER);
     pnlBerPer.Controls.Add(lblBitError);
     pnlBerPer.Controls.Add(lblDatabits);
     pnlBerPer.Controls.Add(txbBitErrors);
     pnlBerPer.Controls.Add(txbBER);
     pnlBerPer.Controls.Add(txbDatabits);
     pnlBerPer.Controls.Add(lblPER);
     pnlBerPer.Controls.Add(lblLost);
     pnlBerPer.Controls.Add(lblPackets);
     pnlBerPer.Controls.Add(txbLost);
     pnlBerPer.Controls.Add(txbPER);
     pnlBerPer.Controls.Add(txbPackets);
     pnlBerPer.Location = new System.Drawing.Point(367, 19);
     pnlBerPer.Name = "pnlBerPer";
     pnlBerPer.Size = new System.Drawing.Size(124, 263);
     pnlBerPer.TabIndex = 28;
     //
     // btnResetFifo
     //
     btnResetFifo.Location = new System.Drawing.Point(58, 199);
     btnResetFifo.Name = "btnResetFifo";
     btnResetFifo.Size = new System.Drawing.Size(45, 26);
     btnResetFifo.TabIndex = 27;
     btnResetFifo.Text = "Reset";
     btnResetFifo.UseVisualStyleBackColor = true;
     btnResetFifo.Click += new System.EventHandler(btnResetFifo_Click);
     //
     // lblBER
     //
     lblBER.AutoSize = true;
     lblBER.Location = new System.Drawing.Point(7, 176);
     lblBER.Name = "lblBER";
     lblBER.Size = new System.Drawing.Size(40, 17);
     lblBER.TabIndex = 26;
     lblBER.Text = "BER:";
     //
     // lblBitError
     //
     lblBitError.AutoSize = true;
     lblBitError.Location = new System.Drawing.Point(7, 150);
     lblBitError.Name = "lblBitError";
     lblBitError.Size = new System.Drawing.Size(70, 17);
     lblBitError.TabIndex = 25;
     lblBitError.Text = "Bit errors:";
     //
     // lblDatabits
     //
     lblDatabits.AutoSize = true;
     lblDatabits.Location = new System.Drawing.Point(7, 122);
     lblDatabits.Name = "lblDatabits";
     lblDatabits.Size = new System.Drawing.Size(64, 17);
     lblDatabits.TabIndex = 24;
     lblDatabits.Text = "Databits:";
     //
     // txbBitErrors
     //
     txbBitErrors.BackColor = System.Drawing.SystemColors.Control;
     txbBitErrors.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbBitErrors.Location = new System.Drawing.Point(58, 145);
     txbBitErrors.Name = "txbBitErrors";
     txbBitErrors.ReadOnly = true;
     txbBitErrors.Size = new System.Drawing.Size(60, 23);
     txbBitErrors.TabIndex = 23;
     txbBitErrors.Text = "0";
     txbBitErrors.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txbBER
     //
     txbBER.BackColor = System.Drawing.SystemColors.Control;
     txbBER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbBER.ForeColor = System.Drawing.Color.Red;
     txbBER.Location = new System.Drawing.Point(58, 173);
     txbBER.Name = "txbBER";
     txbBER.ReadOnly = true;
     txbBER.Size = new System.Drawing.Size(60, 23);
     txbBER.TabIndex = 22;
     txbBER.Text = "0";
     txbBER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txbDatabits
     //
     txbDatabits.BackColor = System.Drawing.SystemColors.Control;
     txbDatabits.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbDatabits.Location = new System.Drawing.Point(58, 119);
     txbDatabits.Name = "txbDatabits";
     txbDatabits.ReadOnly = true;
     txbDatabits.Size = new System.Drawing.Size(60, 23);
     txbDatabits.TabIndex = 21;
     txbDatabits.Text = "0";
     txbDatabits.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblPER
     //
     lblPER.AutoSize = true;
     lblPER.Location = new System.Drawing.Point(7, 94);
     lblPER.Name = "lblPER";
     lblPER.Size = new System.Drawing.Size(40, 17);
     lblPER.TabIndex = 20;
     lblPER.Text = "PER:";
     //
     // lblLost
     //
     lblLost.AutoSize = true;
     lblLost.Location = new System.Drawing.Point(7, 68);
     lblLost.Name = "lblLost";
     lblLost.Size = new System.Drawing.Size(39, 17);
     lblLost.TabIndex = 19;
     lblLost.Text = "Lost:";
     //
     // lblPackets
     //
     lblPackets.AutoSize = true;
     lblPackets.Location = new System.Drawing.Point(7, 40);
     lblPackets.Name = "lblPackets";
     lblPackets.Size = new System.Drawing.Size(62, 17);
     lblPackets.TabIndex = 18;
     lblPackets.Text = "Packets:";
     //
     // txbLost
     //
     txbLost.BackColor = System.Drawing.SystemColors.Control;
     txbLost.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbLost.Location = new System.Drawing.Point(58, 65);
     txbLost.Name = "txbLost";
     txbLost.ReadOnly = true;
     txbLost.Size = new System.Drawing.Size(60, 23);
     txbLost.TabIndex = 17;
     txbLost.Text = "0";
     txbLost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txbPER
     //
     txbPER.BackColor = System.Drawing.SystemColors.Control;
     txbPER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbPER.ForeColor = System.Drawing.Color.Red;
     txbPER.Location = new System.Drawing.Point(58, 91);
     txbPER.Name = "txbPER";
     txbPER.ReadOnly = true;
     txbPER.Size = new System.Drawing.Size(60, 23);
     txbPER.TabIndex = 16;
     txbPER.Text = "0";
     txbPER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txbPackets
     //
     txbPackets.BackColor = System.Drawing.SystemColors.Control;
     txbPackets.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     txbPackets.Location = new System.Drawing.Point(58, 37);
     txbPackets.Name = "txbPackets";
     txbPackets.ReadOnly = true;
     txbPackets.Size = new System.Drawing.Size(60, 23);
     txbPackets.TabIndex = 15;
     txbPackets.Text = "0";
     txbPackets.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // pnlRXFIFO
     //
     pnlRXFIFO.Controls.Add(dgvRX);
     pnlRXFIFO.Controls.Add(btnSaveRead);
     pnlRXFIFO.Controls.Add(btnOpenRead);
     pnlRXFIFO.Controls.Add(btnRead);
     pnlRXFIFO.Location = new System.Drawing.Point(147, 19);
     pnlRXFIFO.Name = "pnlRXFIFO";
     pnlRXFIFO.Size = new System.Drawing.Size(177, 263);
     pnlRXFIFO.TabIndex = 27;
     //
     // dgvRX
     //
     dgvRX.AllowUserToAddRows = false;
     dgvRX.AllowUserToDeleteRows = false;
     dgvRX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dgvRX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     dataGridViewTextBoxColumn1,
     dataGridViewTextBoxColumn2,
     xpdC,
     errC});
     dgvRX.Location = new System.Drawing.Point(3, 3);
     dgvRX.MultiSelect = false;
     dgvRX.Name = "dgvRX";
     dgvRX.RowHeadersWidth = 25;
     dgvRX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     dgvRX.Size = new System.Drawing.Size(168, 224);
     dgvRX.TabIndex = 26;
     dgvRX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRX_CellEndEdit);
     dgvRX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvRX_ColumnHeaderMouseClick);
     //
     // dataGridViewTextBoxColumn1
     //
     dataGridViewTextBoxColumn1.HeaderText = "#";
     dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     dataGridViewTextBoxColumn1.ReadOnly = true;
     dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     dataGridViewTextBoxColumn1.Width = 32;
     //
     // dataGridViewTextBoxColumn2
     //
     dataGridViewTextBoxColumn2.HeaderText = "Hex";
     dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     dataGridViewTextBoxColumn2.ReadOnly = true;
     dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     dataGridViewTextBoxColumn2.Width = 30;
     //
     // xpdC
     //
     xpdC.HeaderText = "Xpd";
     xpdC.Name = "xpdC";
     xpdC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     xpdC.Width = 30;
     //
     // errC
     //
     errC.HeaderText = "Err";
     errC.Name = "errC";
     errC.ReadOnly = true;
     errC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     errC.Width = 30;
     //
     // btnSaveRead
     //
     btnSaveRead.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveRead.Image")));
     btnSaveRead.Location = new System.Drawing.Point(103, 234);
     btnSaveRead.Name = "btnSaveRead";
     btnSaveRead.Size = new System.Drawing.Size(26, 26);
     btnSaveRead.TabIndex = 25;
     btnSaveRead.UseVisualStyleBackColor = true;
     btnSaveRead.Click += new System.EventHandler(btnSaveRead_Click);
     //
     // btnOpenRead
     //
     btnOpenRead.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenRead.Image")));
     btnOpenRead.Location = new System.Drawing.Point(78, 234);
     btnOpenRead.Name = "btnOpenRead";
     btnOpenRead.Size = new System.Drawing.Size(26, 26);
     btnOpenRead.TabIndex = 24;
     btnOpenRead.UseVisualStyleBackColor = true;
     btnOpenRead.Click += new System.EventHandler(btnOpenRead_Click);
     //
     // btnRead
     //
     btnRead.Location = new System.Drawing.Point(32, 234);
     btnRead.Name = "btnRead";
     btnRead.Size = new System.Drawing.Size(45, 26);
     btnRead.TabIndex = 23;
     btnRead.Text = "Read";
     btnRead.UseVisualStyleBackColor = true;
     btnRead.Click += new System.EventHandler(btnRead_Click);
     //
     // pnlTXFIFO
     //
     pnlTXFIFO.Controls.Add(dgvTX);
     pnlTXFIFO.Controls.Add(btnSaveWrite);
     pnlTXFIFO.Controls.Add(btnOpenWrite);
     pnlTXFIFO.Controls.Add(btnWrite);
     pnlTXFIFO.Location = new System.Drawing.Point(25, 19);
     pnlTXFIFO.Name = "pnlTXFIFO";
     pnlTXFIFO.Size = new System.Drawing.Size(116, 263);
     pnlTXFIFO.TabIndex = 26;
     //
     // dgvTX
     //
     dgvTX.AllowUserToAddRows = false;
     dgvTX.AllowUserToDeleteRows = false;
     dgvTX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dgvTX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     numC,
     dataC});
     dgvTX.Location = new System.Drawing.Point(5, 3);
     dgvTX.MultiSelect = false;
     dgvTX.Name = "dgvTX";
     dgvTX.RowHeadersWidth = 25;
     dgvTX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     dgvTX.Size = new System.Drawing.Size(106, 224);
     dgvTX.TabIndex = 25;
     dgvTX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvTX_CellEndEdit);
     dgvTX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvTX_ColumnHeaderMouseClick);
     //
     // numC
     //
     numC.HeaderText = "#";
     numC.Name = "numC";
     numC.ReadOnly = true;
     numC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     numC.Width = 30;
     //
     // dataC
     //
     dataC.HeaderText = "Hex";
     dataC.Name = "dataC";
     dataC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     dataC.Width = 32;
     //
     // btnSaveWrite
     //
     btnSaveWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveWrite.Image")));
     btnSaveWrite.Location = new System.Drawing.Point(79, 234);
     btnSaveWrite.Name = "btnSaveWrite";
     btnSaveWrite.Size = new System.Drawing.Size(26, 26);
     btnSaveWrite.TabIndex = 24;
     btnSaveWrite.UseVisualStyleBackColor = true;
     btnSaveWrite.Click += new System.EventHandler(btnSaveWrite_Click);
     //
     // btnOpenWrite
     //
     btnOpenWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenWrite.Image")));
     btnOpenWrite.Location = new System.Drawing.Point(54, 234);
     btnOpenWrite.Name = "btnOpenWrite";
     btnOpenWrite.Size = new System.Drawing.Size(26, 26);
     btnOpenWrite.TabIndex = 23;
     btnOpenWrite.UseVisualStyleBackColor = true;
     btnOpenWrite.Click += new System.EventHandler(btnOpenWrite_Click);
     //
     // btnWrite
     //
     btnWrite.Location = new System.Drawing.Point(8, 234);
     btnWrite.Name = "btnWrite";
     btnWrite.Size = new System.Drawing.Size(45, 26);
     btnWrite.TabIndex = 22;
     btnWrite.Text = "Write";
     btnWrite.UseVisualStyleBackColor = true;
     btnWrite.Click += new System.EventHandler(btnWrite_Click);
     //
     // tbpDescription
     //
     tbpDescription.BackColor = System.Drawing.SystemColors.Control;
     tbpDescription.Controls.Add(txbDescription);
     tbpDescription.Location = new System.Drawing.Point(4, 25);
     tbpDescription.Name = "tbpDescription";
     tbpDescription.Padding = new System.Windows.Forms.Padding(3);
     tbpDescription.Size = new System.Drawing.Size(621, 306);
     tbpDescription.TabIndex = 1;
     tbpDescription.Text = "Register Description";
     //
     // txbDescription
     //
     txbDescription.BackColor = System.Drawing.SystemColors.Window;
     txbDescription.Location = new System.Drawing.Point(6, 6);
     txbDescription.Name = "txbDescription";
     txbDescription.ReadOnly = true;
     txbDescription.Size = new System.Drawing.Size(609, 290);
     txbDescription.TabIndex = 1;
     txbDescription.Text = "test";
     txbDescription.WordWrap = false;
     //
     // chbDisableLogging
     //
     chbDisableLogging.Appearance = System.Windows.Forms.Appearance.Button;
     chbDisableLogging.AutoSize = true;
     chbDisableLogging.BackColor = System.Drawing.Color.Red;
     chbDisableLogging.Checked = true;
     chbDisableLogging.CheckState = System.Windows.Forms.CheckState.Checked;
     chbDisableLogging.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chbDisableLogging.Location = new System.Drawing.Point(16, 525);
     chbDisableLogging.Name = "chbDisableLogging";
     chbDisableLogging.Size = new System.Drawing.Size(117, 27);
     chbDisableLogging.TabIndex = 5;
     chbDisableLogging.Text = "Enable Logging";
     chbDisableLogging.UseVisualStyleBackColor = false;
     chbDisableLogging.CheckedChanged += new System.EventHandler(chbDisableLogging_CheckedChanged);
     //
     // lblTermWin
     //
     lblTermWin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     lblTermWin.AutoSize = true;
     lblTermWin.Location = new System.Drawing.Point(38, 7);
     lblTermWin.Margin = new System.Windows.Forms.Padding(3);
     lblTermWin.Name = "lblTermWin";
     lblTermWin.Size = new System.Drawing.Size(85, 17);
     lblTermWin.TabIndex = 2;
     lblTermWin.Text = "Log window:";
     lblTermWin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnClearLog
     //
     btnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     btnClearLog.Location = new System.Drawing.Point(-315, 525);
     btnClearLog.Name = "btnClearLog";
     btnClearLog.Size = new System.Drawing.Size(75, 23);
     btnClearLog.TabIndex = 1;
     btnClearLog.Text = "Clear Log";
     btnClearLog.UseVisualStyleBackColor = true;
     btnClearLog.Click += new System.EventHandler(btnClearLog_Click);
     //
     // rtbLogWindow
     //
     rtbLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     rtbLogWindow.Location = new System.Drawing.Point(16, 25);
     rtbLogWindow.Name = "rtbLogWindow";
     rtbLogWindow.ReadOnly = true;
     rtbLogWindow.Size = new System.Drawing.Size(0, 494);
     rtbLogWindow.TabIndex = 0;
     rtbLogWindow.Text = "";
     //
     // spiStatusBar
     //
     spiStatusBar.Location = new System.Drawing.Point(0, 660);
     spiStatusBar.Name = "spiStatusBar";
     spiStatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
     statusBarPanel1,
     sbChipRevPane,
     sbDeviceStatePane,
     statusBarPanel4});
     spiStatusBar.ShowPanels = true;
     spiStatusBar.Size = new System.Drawing.Size(996, 22);
     spiStatusBar.TabIndex = 28;
     //
     // statusBarPanel1
     //
     statusBarPanel1.Name = "statusBarPanel1";
     statusBarPanel1.Text = " Device: Type=SIMULATION";
     statusBarPanel1.Width = 170;
     //
     // sbChipRevPane
     //
     sbChipRevPane.Name = "sbChipRevPane";
     sbChipRevPane.Text = "Chip Revision: A";
     //
     // sbDeviceStatePane
     //
     sbDeviceStatePane.Name = "sbDeviceStatePane";
     sbDeviceStatePane.Text = "Status: Ready";
     sbDeviceStatePane.Width = 630;
     //
     // statusBarPanel4
     //
     statusBarPanel4.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
     statusBarPanel4.AnimationStyle = StatusBarTest.ProgressDisplayStyle.LeftToRight;
     statusBarPanel4.AnimationTick = System.TimeSpan.Parse("00:00:00.5000000");
     statusBarPanel4.EndPoint = ((long)(100));
     statusBarPanel4.Name = "statusBarPanel4";
     statusBarPanel4.ProgressPosition = ((long)(0));
     statusBarPanel4.ShowText = true;
     statusBarPanel4.StartPoint = ((long)(0));
     statusBarPanel4.StepSize = ((long)(10));
     statusBarPanel4.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     statusBarPanel4.TextFont = new System.Drawing.Font("Arial", 8F);
     //
     // tmrCommon
     //
     tmrCommon.Interval = 2000;
     tmrCommon.Tick += new System.EventHandler(tsrMainToolStrip_IdentifyRequested);
     //
     // ttpMainToolTip
     //
     ttpMainToolTip.AutoPopDelay = 5000;
     ttpMainToolTip.InitialDelay = 0;
     ttpMainToolTip.ReshowDelay = 0;
     //
     // tsrMainToolStrip
     //
     tsrMainToolStrip.AmmeteringEnabled = true;
     tsrMainToolStrip.AmmeteringVisible = true;
     tsrMainToolStrip.AutoSize = false;
     tsrMainToolStrip.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     tsrMainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     tsrMainToolStrip.IdentifyEnabled = true;
     tsrMainToolStrip.IdentifyVisible = true;
     tsrMainToolStrip.Location = new System.Drawing.Point(0, 0);
     tsrMainToolStrip.Name = "tsrMainToolStrip";
     tsrMainToolStrip.Nickname = "Nickname";
     tsrMainToolStrip.OpenEnabled = true;
     tsrMainToolStrip.OpenVisible = true;
     tsrMainToolStrip.ResetEnabled = true;
     tsrMainToolStrip.ResetVisible = true;
     tsrMainToolStrip.SaveEnabled = true;
     tsrMainToolStrip.SaveVisible = true;
     tsrMainToolStrip.Size = new System.Drawing.Size(996, 31);
     tsrMainToolStrip.SwitchEnabled = true;
     tsrMainToolStrip.SwitchVisible = true;
     tsrMainToolStrip.TabIndex = 30;
     tsrMainToolStrip.Text = "applicationToolStrip1";
     tsrMainToolStrip.VoltageEnabled = true;
     tsrMainToolStrip.VoltageVisible = true;
     tsrMainToolStrip.AmmeteringRequested += new System.EventHandler(tsrMainToolStrip_AmmeteringRequested);
     tsrMainToolStrip.IdentifyRequested += new System.EventHandler(tsrMainToolStrip_IdentifyRequested);
     tsrMainToolStrip.OpenRequested += new System.EventHandler(tsrMainToolStrip_OpenRequested);
     tsrMainToolStrip.ResetRequested += new System.EventHandler(tsrMainToolStrip_ResetRequested);
     tsrMainToolStrip.SaveRequested += new System.EventHandler(tsrMainToolStrip_SaveRequested);
     tsrMainToolStrip.SetVoltageRequested += new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip.SetVoltageEventHandler(tsrMainToolStrip_SetVoltageRequested);
     tsrMainToolStrip.SwitchMouseEnterRequested += new System.EventHandler(tsrMainToolStrip_SwitchMouseEnterRequested);
     tsrMainToolStrip.SwitchRequested += new System.EventHandler(tsrMainToolStrip_SwitchRequested);
     //
     // AppWin_SPITool_PRO
     //
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     ClientSize = new System.Drawing.Size(996, 682);
     Controls.Add(tsrMainToolStrip);
     Controls.Add(spiStatusBar);
     Controls.Add(spcMainContainer);
     Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     MaximizeBox = false;
     Name = "AppWin_SPITool_PRO";
     ShowIcon = false;
     Text = "Si4XXX Register Setting Panel";
     FormClosing += new System.Windows.Forms.FormClosingEventHandler(formClosingEventHandler);
     Load += new System.EventHandler(SPI_Form_Load);
     grbRegisterFilter.ResumeLayout(false);
     grbRegisterFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).EndInit();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     spcMainContainer.Panel1.ResumeLayout(false);
     spcMainContainer.Panel2.ResumeLayout(false);
     spcMainContainer.Panel2.PerformLayout();
     spcMainContainer.ResumeLayout(false);
     grbLog.ResumeLayout(false);
     grbLog.PerformLayout();
     tbcMain.ResumeLayout(false);
     tabPage4.ResumeLayout(false);
     grbBatch.ResumeLayout(false);
     pnlBatchMain.ResumeLayout(false);
     pnlBatch4.ResumeLayout(false);
     pnlBatch4.PerformLayout();
     pnlBatch3.ResumeLayout(false);
     pnlBatch3.PerformLayout();
     pnlBatch2.ResumeLayout(false);
     pnlBatch2.PerformLayout();
     pnlBatch1.ResumeLayout(false);
     pnlBatch1.PerformLayout();
     vrbViewBatch.ResumeLayout(false);
     vrbViewBatch.PerformLayout();
     grbSaveLoad.ResumeLayout(false);
     grbSaveLoad.PerformLayout();
     grbLoopControl.ResumeLayout(false);
     grbLoopControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).EndInit();
     tbpFIFO.ResumeLayout(false);
     pnlBerPer.ResumeLayout(false);
     pnlBerPer.PerformLayout();
     pnlRXFIFO.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(dgvRX)).EndInit();
     pnlTXFIFO.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(dgvTX)).EndInit();
     tbpDescription.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).EndInit();
     ResumeLayout(false);
 }
        private int CreateToggleCroupControl(int startY, MOG_Ini dialogInfo, string section)
        {
            SuspendLayout();

            GroupBox groupBox = new System.Windows.Forms.GroupBox();

            groupBox.Location = new System.Drawing.Point(8, startY);
            groupBox.Name     = section;
            groupBox.TabIndex = 2;
            groupBox.TabStop  = false;
            groupBox.Text     = section;
            groupBox.Visible  = true;
            groupBox.Parent   = ControlsPanel;

            groupBox.SuspendLayout();

            int X = 5;
            int Y = 12;

            //Graphics Gdi = Graphics.FromImage(pictureBox1.Image);

            for (int i = 0; i < dialogInfo.CountKeys(section); i++)
            {
                RadioButton radioButton = new System.Windows.Forms.RadioButton();

                string option  = dialogInfo.GetKeyNameByIndexSLOW(section, i);
                string command = dialogInfo.GetKeyByIndexSLOW(section, i);

                radioButton.Location  = new System.Drawing.Point(X, Y);
                radioButton.Name      = command;
                radioButton.TabIndex  = 0;
                radioButton.FlatStyle = FlatStyle.System;
                radioButton.Text      = option;
                radioButton.Visible   = true;
                radioButton.Parent    = groupBox;

                // Measure string.
                radioButton.Width = MeasureString(option, radioButton.Font);
                if (radioButton.Width > groupBox.Width)
                {
                    groupBox.Width = radioButton.Width + 10;
                }

                if (groupBox.Width > Width)
                {
                    Width = groupBox.Width + 10;
                }

                groupBox.Controls.Add(radioButton);
                mDynamicControls.Add(radioButton);

                Y += radioButton.Height;
            }

            groupBox.Height = Y + 5;
            groupBox.ResumeLayout(false);
            ResumeLayout(false);
            mDynamicControls.Add(groupBox);

            return(startY + groupBox.Height);
        }
Example #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.Button btnCancel;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportDialog));
			System.Windows.Forms.Button btnSource;
			System.Windows.Forms.Button btnHelp;
			System.Windows.Forms.GroupBox grpDataTypes;
			System.Windows.Forms.GroupBox grpImportWhat;
			this.chkBackTranslation = new System.Windows.Forms.CheckBox();
			this.chkBookIntros = new System.Windows.Forms.CheckBox();
			this.chkOther = new System.Windows.Forms.CheckBox();
			this.chkTranslation = new System.Windows.Forms.CheckBox();
			this.scrPsgFrom = new SILUBS.SharedScrControls.ScrBookControl();
			this.label2 = new System.Windows.Forms.Label();
			this.scrPsgTo = new SILUBS.SharedScrControls.ScrBookControl();
			this.radImportRange = new System.Windows.Forms.RadioButton();
			this.radImportEntire = new System.Windows.Forms.RadioButton();
			this.btnOK = new System.Windows.Forms.Button();
			btnCancel = new System.Windows.Forms.Button();
			btnSource = new System.Windows.Forms.Button();
			btnHelp = new System.Windows.Forms.Button();
			grpDataTypes = new System.Windows.Forms.GroupBox();
			grpImportWhat = new System.Windows.Forms.GroupBox();
			grpDataTypes.SuspendLayout();
			grpImportWhat.SuspendLayout();
			this.SuspendLayout();
			//
			// btnCancel
			//
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			btnCancel.Name = "btnCancel";
			//
			// btnSource
			//
			resources.ApplyResources(btnSource, "btnSource");
			btnSource.Name = "btnSource";
			btnSource.Click += new System.EventHandler(this.btnSource_Click);
			//
			// btnHelp
			//
			resources.ApplyResources(btnHelp, "btnHelp");
			btnHelp.Name = "btnHelp";
			btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// grpDataTypes
			//
			grpDataTypes.Controls.Add(this.chkBackTranslation);
			grpDataTypes.Controls.Add(this.chkBookIntros);
			grpDataTypes.Controls.Add(this.chkOther);
			grpDataTypes.Controls.Add(this.chkTranslation);
			resources.ApplyResources(grpDataTypes, "grpDataTypes");
			grpDataTypes.Name = "grpDataTypes";
			grpDataTypes.TabStop = false;
			//
			// chkBackTranslation
			//
			resources.ApplyResources(this.chkBackTranslation, "chkBackTranslation");
			this.chkBackTranslation.Name = "chkBackTranslation";
			this.chkBackTranslation.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// chkBookIntros
			//
			resources.ApplyResources(this.chkBookIntros, "chkBookIntros");
			this.chkBookIntros.Name = "chkBookIntros";
			//
			// chkOther
			//
			resources.ApplyResources(this.chkOther, "chkOther");
			this.chkOther.Name = "chkOther";
			this.chkOther.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// chkTranslation
			//
			this.chkTranslation.Checked = true;
			this.chkTranslation.CheckState = System.Windows.Forms.CheckState.Checked;
			resources.ApplyResources(this.chkTranslation, "chkTranslation");
			this.chkTranslation.Name = "chkTranslation";
			this.chkTranslation.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// grpImportWhat
			//
			grpImportWhat.Controls.Add(this.scrPsgFrom);
			grpImportWhat.Controls.Add(this.label2);
			grpImportWhat.Controls.Add(this.scrPsgTo);
			grpImportWhat.Controls.Add(this.radImportRange);
			grpImportWhat.Controls.Add(this.radImportEntire);
			resources.ApplyResources(grpImportWhat, "grpImportWhat");
			grpImportWhat.Name = "grpImportWhat";
			grpImportWhat.TabStop = false;
			//
			// scrPsgFrom
			//
			this.scrPsgFrom.BackColor = System.Drawing.SystemColors.Window;
			resources.ApplyResources(this.scrPsgFrom, "scrPsgFrom");
			this.scrPsgFrom.Name = "scrPsgFrom";
			this.scrPsgFrom.Reference = "textBox1";
			this.scrPsgFrom.PassageChanged += new SILUBS.SharedScrControls.ScrPassageControl.PassageChangedHandler(this.scrPsgFrom_PassageChanged);
			//
			// label2
			//
			this.label2.BackColor = System.Drawing.SystemColors.Control;
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// scrPsgTo
			//
			this.scrPsgTo.BackColor = System.Drawing.SystemColors.Window;
			resources.ApplyResources(this.scrPsgTo, "scrPsgTo");
			this.scrPsgTo.Name = "scrPsgTo";
			this.scrPsgTo.Reference = "textBox1";
			this.scrPsgTo.PassageChanged += new SILUBS.SharedScrControls.ScrPassageControl.PassageChangedHandler(this.scrPsgTo_PassageChanged);
			//
			// radImportRange
			//
			resources.ApplyResources(this.radImportRange, "radImportRange");
			this.radImportRange.Name = "radImportRange";
			this.radImportRange.CheckedChanged += new System.EventHandler(this.radImportRange_CheckedChanged);
			//
			// radImportEntire
			//
			resources.ApplyResources(this.radImportEntire, "radImportEntire");
			this.radImportEntire.Name = "radImportEntire";
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOK.Name = "btnOK";
			//
			// ImportDialog
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(grpImportWhat);
			this.Controls.Add(grpDataTypes);
			this.Controls.Add(btnHelp);
			this.Controls.Add(btnSource);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ImportDialog";
			this.ShowInTaskbar = false;
			grpDataTypes.ResumeLayout(false);
			grpImportWhat.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 private void DiseƱo_Forma()
 {
     pic_Logo = new System.Windows.Forms.PictureBox();
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Ingredientes_Empaques));
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     presentaciĆ³nToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     empaqueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     panel_Ingredientes = new System.Windows.Forms.Panel();
     lbl_Cantidad_Mpp = new System.Windows.Forms.Label();
     lbl_Cantidad_Mp = new System.Windows.Forms.Label();
     lbl_Cantidad_PElaborado = new System.Windows.Forms.Label();
     txt_SinRebaba = new System.Windows.Forms.TextBox();
     button5 = new System.Windows.Forms.Button();
     bttn_AgregarSinRebaba = new System.Windows.Forms.Button();
     txt_ConRebaba = new System.Windows.Forms.TextBox();
     bttn_QuitarConRebaba = new System.Windows.Forms.Button();
     bttn_AgregarConRebaba = new System.Windows.Forms.Button();
     txt_ProdElabCant = new System.Windows.Forms.TextBox();
     bttn_QuitarProdElab = new System.Windows.Forms.Button();
     bttn_AgregarProdElab = new System.Windows.Forms.Button();
     groupBox4 = new System.Windows.Forms.GroupBox();
     data_ListaSinRebaba = new System.Windows.Forms.DataGridView();
     Id_MateriaPrimaPp = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombre_p = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Cantidadp = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox3 = new System.Windows.Forms.GroupBox();
     data_SinRebaba = new System.Windows.Forms.DataGridView();
     groupBox5 = new System.Windows.Forms.GroupBox();
     data_ListaConRebaba = new System.Windows.Forms.DataGridView();
     Id_MateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_TipoPiezam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lote = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombre_m = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Tipo_Pieza = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Cantidadm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox2 = new System.Windows.Forms.GroupBox();
     data_ConRebaba = new System.Windows.Forms.DataGridView();
     groupBox6 = new System.Windows.Forms.GroupBox();
     data_ListaProdElab = new System.Windows.Forms.DataGridView();
     Id_ProductoElaboradoe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombree = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Cantidade = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox1 = new System.Windows.Forms.GroupBox();
     data_ProdElaborado = new System.Windows.Forms.DataGridView();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     Id_MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombrep = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fotop = new System.Windows.Forms.DataGridViewImageColumn();
     Id_MateriaPrima = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_TipoPieza = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Nombrem = new System.Windows.Forms.DataGridViewTextBoxColumn();
     TipoPieza = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lotem = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fotom = new System.Windows.Forms.DataGridViewImageColumn();
     Id_ProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Foto = new System.Windows.Forms.DataGridViewImageColumn();
     NombrePE = new System.Windows.Forms.DataGridViewTextBoxColumn();
     menuStrip1.SuspendLayout();
     panel_Ingredientes.SuspendLayout();
     groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ListaSinRebaba)).BeginInit();
     groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_SinRebaba)).BeginInit();
     groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ListaConRebaba)).BeginInit();
     groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ConRebaba)).BeginInit();
     groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ListaProdElab)).BeginInit();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ProdElaborado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     editarToolStripMenuItem,
     presentaciĆ³nToolStripMenuItem,
     ayudaToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(788, 24);
     menuStrip1.TabIndex = 4;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator,
     guardarToolStripMenuItem,
     toolStripSeparator1,
     toolStripSeparator2,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(148, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     guardarToolStripMenuItem.Text = "&Guardar";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(148, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     toolStripSeparator3,
     modificarToolStripMenuItem,
     eliminarToolStripMenuItem});
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(114, 6);
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     modificarToolStripMenuItem.Text = "Modificar";
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     eliminarToolStripMenuItem.Text = "Eliminar";
     //
     // presentaciĆ³nToolStripMenuItem
     //
     presentaciĆ³nToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     empaqueToolStripMenuItem});
     presentaciĆ³nToolStripMenuItem.Name = "presentaciĆ³nToolStripMenuItem";
     presentaciĆ³nToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
     presentaciĆ³nToolStripMenuItem.Text = "PresentaciĆ³n";
     //
     // empaqueToolStripMenuItem
     //
     empaqueToolStripMenuItem.Name = "empaqueToolStripMenuItem";
     empaqueToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     empaqueToolStripMenuItem.Text = "Empaque";
     empaqueToolStripMenuItem.Click += new System.EventHandler(empaqueToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // panel_Ingredientes
     //
     panel_Ingredientes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     panel_Ingredientes.Controls.Add(lbl_Cantidad_Mpp);
     panel_Ingredientes.Controls.Add(lbl_Cantidad_Mp);
     panel_Ingredientes.Controls.Add(lbl_Cantidad_PElaborado);
     panel_Ingredientes.Controls.Add(txt_SinRebaba);
     panel_Ingredientes.Controls.Add(button5);
     panel_Ingredientes.Controls.Add(bttn_AgregarSinRebaba);
     panel_Ingredientes.Controls.Add(txt_ConRebaba);
     panel_Ingredientes.Controls.Add(bttn_QuitarConRebaba);
     panel_Ingredientes.Controls.Add(bttn_AgregarConRebaba);
     panel_Ingredientes.Controls.Add(txt_ProdElabCant);
     panel_Ingredientes.Controls.Add(bttn_QuitarProdElab);
     panel_Ingredientes.Controls.Add(bttn_AgregarProdElab);
     panel_Ingredientes.Controls.Add(groupBox4);
     panel_Ingredientes.Controls.Add(groupBox3);
     panel_Ingredientes.Controls.Add(groupBox5);
     panel_Ingredientes.Controls.Add(groupBox2);
     panel_Ingredientes.Controls.Add(groupBox6);
     panel_Ingredientes.Controls.Add(groupBox1);
     panel_Ingredientes.Location = new System.Drawing.Point(-9, 27);
     panel_Ingredientes.Name = "panel_Ingredientes";
     panel_Ingredientes.Size = new System.Drawing.Size(804, 603);
     panel_Ingredientes.TabIndex = 5;
     //
     // lbl_Cantidad_Mpp
     //
     lbl_Cantidad_Mpp.AutoSize = true;
     lbl_Cantidad_Mpp.Location = new System.Drawing.Point(316, 466);
     lbl_Cantidad_Mpp.Name = "lbl_Cantidad_Mpp";
     lbl_Cantidad_Mpp.Size = new System.Drawing.Size(49, 13);
     lbl_Cantidad_Mpp.TabIndex = 17;
     lbl_Cantidad_Mpp.Text = "Cantidad";
     //
     // lbl_Cantidad_Mp
     //
     lbl_Cantidad_Mp.AutoSize = true;
     lbl_Cantidad_Mp.Location = new System.Drawing.Point(316, 261);
     lbl_Cantidad_Mp.Name = "lbl_Cantidad_Mp";
     lbl_Cantidad_Mp.Size = new System.Drawing.Size(49, 13);
     lbl_Cantidad_Mp.TabIndex = 16;
     lbl_Cantidad_Mp.Text = "Cantidad";
     //
     // lbl_Cantidad_PElaborado
     //
     lbl_Cantidad_PElaborado.AutoSize = true;
     lbl_Cantidad_PElaborado.Location = new System.Drawing.Point(316, 68);
     lbl_Cantidad_PElaborado.Name = "lbl_Cantidad_PElaborado";
     lbl_Cantidad_PElaborado.Size = new System.Drawing.Size(49, 13);
     lbl_Cantidad_PElaborado.TabIndex = 15;
     lbl_Cantidad_PElaborado.Text = "Cantidad";
     //
     // txt_SinRebaba
     //
     txt_SinRebaba.Location = new System.Drawing.Point(319, 482);
     txt_SinRebaba.MaxLength = 9;
     txt_SinRebaba.Name = "txt_SinRebaba";
     txt_SinRebaba.Size = new System.Drawing.Size(100, 20);
     txt_SinRebaba.TabIndex = 14;
     txt_SinRebaba.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_SinRebaba_KeyPress);
     //
     // button5
     //
     button5.Location = new System.Drawing.Point(448, 511);
     button5.Name = "button5";
     button5.Size = new System.Drawing.Size(75, 23);
     button5.TabIndex = 13;
     button5.Text = "<<";
     button5.UseVisualStyleBackColor = true;
     //
     // bttn_AgregarSinRebaba
     //
     bttn_AgregarSinRebaba.Location = new System.Drawing.Point(448, 482);
     bttn_AgregarSinRebaba.Name = "bttn_AgregarSinRebaba";
     bttn_AgregarSinRebaba.Size = new System.Drawing.Size(75, 23);
     bttn_AgregarSinRebaba.TabIndex = 12;
     bttn_AgregarSinRebaba.Text = ">>";
     bttn_AgregarSinRebaba.UseVisualStyleBackColor = true;
     bttn_AgregarSinRebaba.Click += new System.EventHandler(button6_Click);
     //
     // txt_ConRebaba
     //
     txt_ConRebaba.Location = new System.Drawing.Point(319, 277);
     txt_ConRebaba.MaxLength = 9;
     txt_ConRebaba.Name = "txt_ConRebaba";
     txt_ConRebaba.Size = new System.Drawing.Size(100, 20);
     txt_ConRebaba.TabIndex = 11;
     txt_ConRebaba.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ConRebaba_KeyPress);
     //
     // bttn_QuitarConRebaba
     //
     bttn_QuitarConRebaba.Location = new System.Drawing.Point(448, 306);
     bttn_QuitarConRebaba.Name = "bttn_QuitarConRebaba";
     bttn_QuitarConRebaba.Size = new System.Drawing.Size(75, 23);
     bttn_QuitarConRebaba.TabIndex = 10;
     bttn_QuitarConRebaba.Text = "<<";
     bttn_QuitarConRebaba.UseVisualStyleBackColor = true;
     //
     // bttn_AgregarConRebaba
     //
     bttn_AgregarConRebaba.Location = new System.Drawing.Point(448, 277);
     bttn_AgregarConRebaba.Name = "bttn_AgregarConRebaba";
     bttn_AgregarConRebaba.Size = new System.Drawing.Size(75, 23);
     bttn_AgregarConRebaba.TabIndex = 9;
     bttn_AgregarConRebaba.Text = ">>";
     bttn_AgregarConRebaba.UseVisualStyleBackColor = true;
     bttn_AgregarConRebaba.Click += new System.EventHandler(bttn_AgregarConRebaba_Click);
     //
     // txt_ProdElabCant
     //
     txt_ProdElabCant.Location = new System.Drawing.Point(319, 84);
     txt_ProdElabCant.MaxLength = 9;
     txt_ProdElabCant.Name = "txt_ProdElabCant";
     txt_ProdElabCant.Size = new System.Drawing.Size(100, 20);
     txt_ProdElabCant.TabIndex = 8;
     txt_ProdElabCant.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ProdElabCant_KeyPress);
     //
     // bttn_QuitarProdElab
     //
     bttn_QuitarProdElab.Location = new System.Drawing.Point(448, 113);
     bttn_QuitarProdElab.Name = "bttn_QuitarProdElab";
     bttn_QuitarProdElab.Size = new System.Drawing.Size(75, 23);
     bttn_QuitarProdElab.TabIndex = 6;
     bttn_QuitarProdElab.Text = "<<";
     bttn_QuitarProdElab.UseVisualStyleBackColor = true;
     //
     // bttn_AgregarProdElab
     //
     bttn_AgregarProdElab.Location = new System.Drawing.Point(448, 84);
     bttn_AgregarProdElab.Name = "bttn_AgregarProdElab";
     bttn_AgregarProdElab.Size = new System.Drawing.Size(75, 23);
     bttn_AgregarProdElab.TabIndex = 5;
     bttn_AgregarProdElab.Text = ">>";
     bttn_AgregarProdElab.UseVisualStyleBackColor = true;
     bttn_AgregarProdElab.Click += new System.EventHandler(button1_Click);
     //
     // groupBox4
     //
     groupBox4.Controls.Add(data_ListaSinRebaba);
     groupBox4.Location = new System.Drawing.Point(529, 395);
     groupBox4.Name = "groupBox4";
     groupBox4.Size = new System.Drawing.Size(266, 200);
     groupBox4.TabIndex = 3;
     groupBox4.TabStop = false;
     groupBox4.Text = "Materia prima sin rebaba";
     //
     // data_ListaSinRebaba
     //
     data_ListaSinRebaba.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     data_ListaSinRebaba.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ListaSinRebaba.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_MateriaPrimaPp,
     Nombre_p,
     Cantidadp});
     data_ListaSinRebaba.Location = new System.Drawing.Point(6, 18);
     data_ListaSinRebaba.Name = "data_ListaSinRebaba";
     data_ListaSinRebaba.Size = new System.Drawing.Size(254, 174);
     data_ListaSinRebaba.TabIndex = 24;
     //
     // Id_MateriaPrimaPp
     //
     Id_MateriaPrimaPp.HeaderText = "Id_MateriaPrimaP";
     Id_MateriaPrimaPp.Name = "Id_MateriaPrimaPp";
     Id_MateriaPrimaPp.Visible = false;
     //
     // Nombre_p
     //
     Nombre_p.HeaderText = "Nombre";
     Nombre_p.Name = "Nombre_p";
     //
     // Cantidadp
     //
     Cantidadp.HeaderText = "Cantidad";
     Cantidadp.Name = "Cantidadp";
     //
     // groupBox3
     //
     groupBox3.Controls.Add(data_SinRebaba);
     groupBox3.Location = new System.Drawing.Point(6, 396);
     groupBox3.Name = "groupBox3";
     groupBox3.Size = new System.Drawing.Size(266, 200);
     groupBox3.TabIndex = 1;
     groupBox3.TabStop = false;
     groupBox3.Text = "Materia prima sin rebaba";
     //
     // data_SinRebaba
     //
     data_SinRebaba.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     data_SinRebaba.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_SinRebaba.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_MateriaPrimaP,
     Nombrep,
     Fotop});
     data_SinRebaba.Location = new System.Drawing.Point(6, 17);
     data_SinRebaba.Name = "data_SinRebaba";
     data_SinRebaba.Size = new System.Drawing.Size(254, 174);
     data_SinRebaba.TabIndex = 21;
     //
     // groupBox5
     //
     groupBox5.Controls.Add(data_ListaConRebaba);
     groupBox5.Location = new System.Drawing.Point(529, 197);
     groupBox5.Name = "groupBox5";
     groupBox5.Size = new System.Drawing.Size(266, 200);
     groupBox5.TabIndex = 4;
     groupBox5.TabStop = false;
     groupBox5.Text = "Materia prima con rebaba";
     //
     // data_ListaConRebaba
     //
     data_ListaConRebaba.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ListaConRebaba.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_MateriaPrimam,
     Id_TipoPiezam,
     Lote,
     Nombre_m,
     Tipo_Pieza,
     Cantidadm});
     data_ListaConRebaba.Location = new System.Drawing.Point(6, 19);
     data_ListaConRebaba.Name = "data_ListaConRebaba";
     data_ListaConRebaba.Size = new System.Drawing.Size(254, 174);
     data_ListaConRebaba.TabIndex = 23;
     //
     // Id_MateriaPrimam
     //
     Id_MateriaPrimam.HeaderText = "Id_MateriaPrima";
     Id_MateriaPrimam.Name = "Id_MateriaPrimam";
     Id_MateriaPrimam.Visible = false;
     //
     // Id_TipoPiezam
     //
     Id_TipoPiezam.HeaderText = "Id_TipoPieza";
     Id_TipoPiezam.Name = "Id_TipoPiezam";
     Id_TipoPiezam.Visible = false;
     //
     // Lote
     //
     Lote.HeaderText = "Lote";
     Lote.Name = "Lote";
     //
     // Nombre_m
     //
     Nombre_m.HeaderText = "Nombre";
     Nombre_m.Name = "Nombre_m";
     //
     // Tipo_Pieza
     //
     Tipo_Pieza.HeaderText = "Tipo pieza";
     Tipo_Pieza.Name = "Tipo_Pieza";
     //
     // Cantidadm
     //
     Cantidadm.HeaderText = "Cantidad";
     Cantidadm.Name = "Cantidadm";
     //
     // groupBox2
     //
     groupBox2.Controls.Add(data_ConRebaba);
     groupBox2.Location = new System.Drawing.Point(6, 198);
     groupBox2.Name = "groupBox2";
     groupBox2.Size = new System.Drawing.Size(266, 200);
     groupBox2.TabIndex = 1;
     groupBox2.TabStop = false;
     groupBox2.Text = "Materia prima con rebaba";
     //
     // data_ConRebaba
     //
     data_ConRebaba.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ConRebaba.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_MateriaPrima,
     Id_TipoPieza,
     Nombrem,
     TipoPieza,
     Lotem,
     Fotom});
     data_ConRebaba.Location = new System.Drawing.Point(6, 18);
     data_ConRebaba.Name = "data_ConRebaba";
     data_ConRebaba.Size = new System.Drawing.Size(254, 174);
     data_ConRebaba.TabIndex = 20;
     //
     // groupBox6
     //
     groupBox6.Controls.Add(data_ListaProdElab);
     groupBox6.Location = new System.Drawing.Point(529, -2);
     groupBox6.Name = "groupBox6";
     groupBox6.Size = new System.Drawing.Size(266, 200);
     groupBox6.TabIndex = 2;
     groupBox6.TabStop = false;
     groupBox6.Text = "Productos elaborados";
     //
     // data_ListaProdElab
     //
     data_ListaProdElab.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     data_ListaProdElab.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ListaProdElab.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_ProductoElaboradoe,
     Nombree,
     Cantidade});
     data_ListaProdElab.Location = new System.Drawing.Point(6, 19);
     data_ListaProdElab.Name = "data_ListaProdElab";
     data_ListaProdElab.Size = new System.Drawing.Size(254, 174);
     data_ListaProdElab.TabIndex = 22;
     //
     // Id_ProductoElaboradoe
     //
     Id_ProductoElaboradoe.HeaderText = "Id_ProductoElaborado";
     Id_ProductoElaboradoe.Name = "Id_ProductoElaboradoe";
     Id_ProductoElaboradoe.Visible = false;
     //
     // Nombree
     //
     Nombree.HeaderText = "Nombre";
     Nombree.Name = "Nombree";
     //
     // Cantidade
     //
     Cantidade.HeaderText = "Cantidad";
     Cantidade.Name = "Cantidade";
     //
     // groupBox1
     //
     groupBox1.Controls.Add(data_ProdElaborado);
     groupBox1.Location = new System.Drawing.Point(6, -1);
     groupBox1.Name = "groupBox1";
     groupBox1.Size = new System.Drawing.Size(266, 200);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop = false;
     groupBox1.Text = "Productos elaborados";
     //
     // data_ProdElaborado
     //
     data_ProdElaborado.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     data_ProdElaborado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ProdElaborado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_ProductoElaborado,
     Foto,
     NombrePE});
     data_ProdElaborado.Location = new System.Drawing.Point(6, 18);
     data_ProdElaborado.Name = "data_ProdElaborado";
     data_ProdElaborado.Size = new System.Drawing.Size(254, 174);
     data_ProdElaborado.TabIndex = 19;
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // Id_MateriaPrimaP
     //
     Id_MateriaPrimaP.HeaderText = "Id_MateriaPrimaP";
     Id_MateriaPrimaP.Name = "Id_MateriaPrimaP";
     Id_MateriaPrimaP.Visible = false;
     //
     // Nombrep
     //
     Nombrep.HeaderText = "Nombre";
     Nombrep.Name = "Nombrep";
     //
     // Fotop
     //
     Fotop.HeaderText = "Foto";
     Fotop.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
     Fotop.MinimumWidth = 50;
     Fotop.Name = "Fotop";
     Fotop.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     Fotop.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     Fotop.Visible = false;
     //
     // Id_MateriaPrima
     //
     Id_MateriaPrima.HeaderText = "Id_MateriaPrima";
     Id_MateriaPrima.Name = "Id_MateriaPrima";
     Id_MateriaPrima.Visible = false;
     //
     // Id_TipoPieza
     //
     Id_TipoPieza.HeaderText = "Id_TipoPieza";
     Id_TipoPieza.Name = "Id_TipoPieza";
     Id_TipoPieza.Visible = false;
     //
     // Nombrem
     //
     Nombrem.HeaderText = "Nombre";
     Nombrem.Name = "Nombrem";
     //
     // TipoPieza
     //
     TipoPieza.HeaderText = "Tipo pieza";
     TipoPieza.Name = "TipoPieza";
     //
     // Lotem
     //
     Lotem.HeaderText = "Lote";
     Lotem.Name = "Lotem";
     //
     // Fotom
     //
     Fotom.HeaderText = "Foto";
     Fotom.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
     Fotom.MinimumWidth = 50;
     Fotom.Name = "Fotom";
     Fotom.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     Fotom.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     Fotom.Visible = false;
     //
     // Id_ProductoElaborado
     //
     Id_ProductoElaborado.HeaderText = "Id_ProductoElaborado";
     Id_ProductoElaborado.Name = "Id_ProductoElaborado";
     Id_ProductoElaborado.Visible = false;
     //
     // Foto
     //
     Foto.HeaderText = "Foto";
     Foto.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
     Foto.MinimumWidth = 50;
     Foto.Name = "Foto";
     Foto.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     Foto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     Foto.Visible = false;
     //
     // NombrePE
     //
     NombrePE.HeaderText = "Nombre";
     NombrePE.Name = "NombrePE";
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(90, 250);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(156, 74);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     //
     // Ingredientes_Empaques
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     ClientSize = new System.Drawing.Size(788, 630);
     Controls.Add(panel_Ingredientes);
     Controls.Add(menuStrip1);
     MaximizeBox = false;
     Name = "Ingredientes_Empaques";
     Text = "Ingredientes empaques";
     Icon = global::Shajobe.Properties.Resources.Indirecto_ICO;
     Load += new System.EventHandler(Ingredientes_Empaques_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     panel_Ingredientes.ResumeLayout(false);
     panel_Ingredientes.PerformLayout();
     groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ListaSinRebaba)).EndInit();
     groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_SinRebaba)).EndInit();
     groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ListaConRebaba)).EndInit();
     groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ConRebaba)).EndInit();
     groupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ListaProdElab)).EndInit();
     groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ProdElaborado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     PerformLayout();
 }
Example #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.GroupBox opCredenciais;
     System.Windows.Forms.GroupBox Galcance;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
     this.login             = new System.Windows.Forms.Label();
     this.BoxUser           = new System.Windows.Forms.TextBox();
     this.BoxSenha          = new System.Windows.Forms.TextBox();
     this.password          = new System.Windows.Forms.Label();
     this.filMax            = new System.Windows.Forms.NumericUpDown();
     this.filMin            = new System.Windows.Forms.NumericUpDown();
     this.LInicio           = new System.Windows.Forms.Label();
     this.Lfim              = new System.Windows.Forms.Label();
     this.origem            = new System.Windows.Forms.TextBox();
     this.origemlabel       = new System.Windows.Forms.Label();
     this.destino           = new System.Windows.Forms.TextBox();
     this.destinolabel      = new System.Windows.Forms.Label();
     this.info              = new System.Windows.Forms.Label();
     this.ok                = new System.Windows.Forms.Button();
     this.log               = new System.Windows.Forms.RichTextBox();
     this.dica              = new System.Windows.Forms.ToolTip(this.components);
     this.barraProgresso    = new System.Windows.Forms.ProgressBar();
     this.bgw               = new System.ComponentModel.BackgroundWorker();
     this.Abas              = new System.Windows.Forms.TabControl();
     this.TabCopia          = new System.Windows.Forms.TabPage();
     this.radioPasta        = new System.Windows.Forms.RadioButton();
     this.radioArqs         = new System.Windows.Forms.RadioButton();
     this.btSeleciona       = new System.Windows.Forms.Button();
     this.tabPage2          = new System.Windows.Forms.TabPage();
     this.selecionarArquivo = new System.Windows.Forms.OpenFileDialog();
     this.selecionarPasta   = new System.Windows.Forms.FolderBrowserDialog();
     opCredenciais          = new System.Windows.Forms.GroupBox();
     Galcance               = new System.Windows.Forms.GroupBox();
     opCredenciais.SuspendLayout();
     Galcance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.filMax)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.filMin)).BeginInit();
     this.Abas.SuspendLayout();
     this.TabCopia.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // opCredenciais
     //
     opCredenciais.Controls.Add(this.login);
     opCredenciais.Controls.Add(this.BoxUser);
     opCredenciais.Controls.Add(this.BoxSenha);
     opCredenciais.Controls.Add(this.password);
     opCredenciais.Cursor    = System.Windows.Forms.Cursors.Hand;
     opCredenciais.Dock      = System.Windows.Forms.DockStyle.Top;
     opCredenciais.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     opCredenciais.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     opCredenciais.Location  = new System.Drawing.Point(3, 3);
     opCredenciais.Margin    = new System.Windows.Forms.Padding(3, 0, 3, 3);
     opCredenciais.Name      = "opCredenciais";
     opCredenciais.Padding   = new System.Windows.Forms.Padding(3, 0, 3, 3);
     opCredenciais.Size      = new System.Drawing.Size(414, 54);
     opCredenciais.TabIndex  = 0;
     opCredenciais.TabStop   = false;
     opCredenciais.Text      = "Credenciais";
     //
     // login
     //
     this.login.AutoSize = true;
     this.login.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.login.Location = new System.Drawing.Point(11, 28);
     this.login.Name     = "login";
     this.login.Size     = new System.Drawing.Size(29, 13);
     this.login.TabIndex = 5;
     this.login.Text     = "User";
     //
     // BoxUser
     //
     this.BoxUser.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BoxUser.Location = new System.Drawing.Point(43, 25);
     this.BoxUser.Name     = "BoxUser";
     this.BoxUser.Size     = new System.Drawing.Size(135, 20);
     this.BoxUser.TabIndex = 3;
     this.BoxUser.Text     = "matriz";
     //
     // BoxSenha
     //
     this.BoxSenha.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BoxSenha.Location = new System.Drawing.Point(244, 25);
     this.BoxSenha.Name     = "BoxSenha";
     this.BoxSenha.Size     = new System.Drawing.Size(161, 20);
     this.BoxSenha.TabIndex = 4;
     this.BoxSenha.Text     = "SAPUCAIA";
     this.BoxSenha.UseSystemPasswordChar = true;
     //
     // password
     //
     this.password.AutoSize = true;
     this.password.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.password.Location = new System.Drawing.Point(200, 28);
     this.password.Name     = "password";
     this.password.Size     = new System.Drawing.Size(38, 13);
     this.password.TabIndex = 6;
     this.password.Text     = "Senha";
     //
     // Galcance
     //
     Galcance.Controls.Add(this.filMax);
     Galcance.Controls.Add(this.filMin);
     Galcance.Controls.Add(this.LInicio);
     Galcance.Controls.Add(this.Lfim);
     Galcance.Cursor    = System.Windows.Forms.Cursors.Hand;
     Galcance.Dock      = System.Windows.Forms.DockStyle.Top;
     Galcance.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     Galcance.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     Galcance.Location  = new System.Drawing.Point(3, 57);
     Galcance.Margin    = new System.Windows.Forms.Padding(3, 0, 3, 3);
     Galcance.Name      = "Galcance";
     Galcance.Padding   = new System.Windows.Forms.Padding(3, 0, 3, 3);
     Galcance.Size      = new System.Drawing.Size(414, 54);
     Galcance.TabIndex  = 7;
     Galcance.TabStop   = false;
     Galcance.Text      = "Alcance";
     //
     // filMax
     //
     this.filMax.Location = new System.Drawing.Point(244, 21);
     this.filMax.Name     = "filMax";
     this.filMax.Size     = new System.Drawing.Size(161, 26);
     this.filMax.TabIndex = 8;
     this.filMax.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // filMin
     //
     this.filMin.Location = new System.Drawing.Point(43, 22);
     this.filMin.Name     = "filMin";
     this.filMin.Size     = new System.Drawing.Size(135, 26);
     this.filMin.TabIndex = 7;
     this.filMin.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // LInicio
     //
     this.LInicio.AutoSize = true;
     this.LInicio.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LInicio.Location = new System.Drawing.Point(11, 28);
     this.LInicio.Name     = "LInicio";
     this.LInicio.Size     = new System.Drawing.Size(32, 13);
     this.LInicio.TabIndex = 5;
     this.LInicio.Text     = "Inicio";
     //
     // Lfim
     //
     this.Lfim.AutoSize = true;
     this.Lfim.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lfim.Location = new System.Drawing.Point(200, 28);
     this.Lfim.Name     = "Lfim";
     this.Lfim.Size     = new System.Drawing.Size(23, 13);
     this.Lfim.TabIndex = 6;
     this.Lfim.Text     = "Fim";
     //
     // origem
     //
     this.origem.Location = new System.Drawing.Point(120, 36);
     this.origem.Name     = "origem";
     this.origem.ReadOnly = true;
     this.origem.Size     = new System.Drawing.Size(292, 20);
     this.origem.TabIndex = 1;
     //
     // origemlabel
     //
     this.origemlabel.AutoSize = true;
     this.origemlabel.Location = new System.Drawing.Point(3, 39);
     this.origemlabel.Name     = "origemlabel";
     this.origemlabel.Size     = new System.Drawing.Size(114, 13);
     this.origemlabel.TabIndex = 2;
     this.origemlabel.Text     = " Arquivo/Pasta Origem";
     //
     // destino
     //
     this.destino.Location = new System.Drawing.Point(120, 68);
     this.destino.Name     = "destino";
     this.destino.Size     = new System.Drawing.Size(292, 20);
     this.destino.TabIndex = 1;
     this.destino.Text     = "\\\\192.168.FF.PP\\sac\\prg\\";
     //
     // destinolabel
     //
     this.destinolabel.AutoSize = true;
     this.destinolabel.Location = new System.Drawing.Point(6, 71);
     this.destinolabel.Name     = "destinolabel";
     this.destinolabel.Size     = new System.Drawing.Size(114, 13);
     this.destinolabel.TabIndex = 2;
     this.destinolabel.Text     = "Arquivo/Pasta Destino";
     //
     // info
     //
     this.info.AutoSize = true;
     this.info.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.info.Location = new System.Drawing.Point(117, 91);
     this.info.Name     = "info";
     this.info.Size     = new System.Drawing.Size(183, 13);
     this.info.TabIndex = 3;
     this.info.Text     = "\\\\192.168.FF.PP\\pasta\\novonome.ext";
     this.dica.SetToolTip(this.info, "Manter FF = todas as filiais; Manter PP = todos os PDV\'s");
     //
     // ok
     //
     this.ok.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ok.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ok.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.ok.FlatAppearance.BorderSize         = 3;
     this.ok.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.ok.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.ok.ForeColor = System.Drawing.Color.DarkOrange;
     this.ok.Location  = new System.Drawing.Point(9, 107);
     this.ok.Name      = "ok";
     this.ok.Size      = new System.Drawing.Size(75, 23);
     this.ok.TabIndex  = 4;
     this.ok.Text      = "Ok";
     this.ok.UseVisualStyleBackColor = false;
     this.ok.Click += new System.EventHandler(this.button1_Click);
     //
     // log
     //
     this.log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(205)))), ((int)(((byte)(205)))));
     this.log.Cursor    = System.Windows.Forms.Cursors.IBeam;
     this.log.Location  = new System.Drawing.Point(9, 146);
     this.log.Name      = "log";
     this.log.ReadOnly  = true;
     this.log.Size      = new System.Drawing.Size(403, 149);
     this.log.TabIndex  = 5;
     this.log.Text      = "";
     //
     // barraProgresso
     //
     this.barraProgresso.Location = new System.Drawing.Point(120, 107);
     this.barraProgresso.Name     = "barraProgresso";
     this.barraProgresso.Size     = new System.Drawing.Size(292, 23);
     this.barraProgresso.TabIndex = 6;
     //
     // bgw
     //
     this.bgw.WorkerReportsProgress      = true;
     this.bgw.WorkerSupportsCancellation = true;
     this.bgw.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BgWork_copiar);
     this.bgw.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgw_ProgressChanged);
     this.bgw.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgw_RunWorkerCompleted);
     //
     // Abas
     //
     this.Abas.Controls.Add(this.TabCopia);
     this.Abas.Controls.Add(this.tabPage2);
     this.Abas.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.Abas.Location      = new System.Drawing.Point(0, 0);
     this.Abas.Margin        = new System.Windows.Forms.Padding(0);
     this.Abas.Name          = "Abas";
     this.Abas.SelectedIndex = 0;
     this.Abas.Size          = new System.Drawing.Size(428, 330);
     this.Abas.TabIndex      = 7;
     //
     // TabCopia
     //
     this.TabCopia.BackColor             = System.Drawing.SystemColors.HotTrack;
     this.TabCopia.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.TabCopia.Controls.Add(this.radioPasta);
     this.TabCopia.Controls.Add(this.radioArqs);
     this.TabCopia.Controls.Add(this.btSeleciona);
     this.TabCopia.Controls.Add(this.origemlabel);
     this.TabCopia.Controls.Add(this.barraProgresso);
     this.TabCopia.Controls.Add(this.origem);
     this.TabCopia.Controls.Add(this.log);
     this.TabCopia.Controls.Add(this.destino);
     this.TabCopia.Controls.Add(this.ok);
     this.TabCopia.Controls.Add(this.destinolabel);
     this.TabCopia.Controls.Add(this.info);
     this.TabCopia.Cursor      = System.Windows.Forms.Cursors.Default;
     this.TabCopia.ForeColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.TabCopia.Location    = new System.Drawing.Point(4, 22);
     this.TabCopia.Margin      = new System.Windows.Forms.Padding(1);
     this.TabCopia.Name        = "TabCopia";
     this.TabCopia.Padding     = new System.Windows.Forms.Padding(3);
     this.TabCopia.Size        = new System.Drawing.Size(420, 304);
     this.TabCopia.TabIndex    = 0;
     this.TabCopia.Text        = "Copia";
     this.TabCopia.ToolTipText = "Define Origem e Destino da copia e a executa";
     //
     // radioPasta
     //
     this.radioPasta.AutoSize = true;
     this.radioPasta.Location = new System.Drawing.Point(192, 12);
     this.radioPasta.Name     = "radioPasta";
     this.radioPasta.Size     = new System.Drawing.Size(52, 17);
     this.radioPasta.TabIndex = 10;
     this.radioPasta.Text     = "Pasta";
     this.radioPasta.UseVisualStyleBackColor = true;
     //
     // radioArqs
     //
     this.radioArqs.AutoSize = true;
     this.radioArqs.Checked  = true;
     this.radioArqs.Location = new System.Drawing.Point(120, 13);
     this.radioArqs.Name     = "radioArqs";
     this.radioArqs.Size     = new System.Drawing.Size(66, 17);
     this.radioArqs.TabIndex = 9;
     this.radioArqs.TabStop  = true;
     this.radioArqs.Text     = "Arquivos";
     this.radioArqs.UseVisualStyleBackColor = true;
     //
     // btSeleciona
     //
     this.btSeleciona.Location = new System.Drawing.Point(336, 9);
     this.btSeleciona.Name     = "btSeleciona";
     this.btSeleciona.Size     = new System.Drawing.Size(76, 23);
     this.btSeleciona.TabIndex = 7;
     this.btSeleciona.Text     = "Selecionar";
     this.btSeleciona.UseVisualStyleBackColor = true;
     this.btSeleciona.Click += new System.EventHandler(this.btSeleciona_Click);
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.HotTrack;
     this.tabPage2.Controls.Add(Galcance);
     this.tabPage2.Controls.Add(opCredenciais);
     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(420, 304);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "ConfiguraƧƵes";
     //
     // selecionarArquivo
     //
     this.selecionarArquivo.CheckFileExists  = false;
     this.selecionarArquivo.DereferenceLinks = false;
     this.selecionarArquivo.FileName         = "Folder Selection.";
     this.selecionarArquivo.Multiselect      = true;
     this.selecionarArquivo.ValidateNames    = false;
     //
     // Principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.HotTrack;
     this.ClientSize          = new System.Drawing.Size(428, 330);
     this.Controls.Add(this.Abas);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Principal";
     this.Text            = "Envio de Arquivos nas Filiais V: 1.2.1.5";
     opCredenciais.ResumeLayout(false);
     opCredenciais.PerformLayout();
     Galcance.ResumeLayout(false);
     Galcance.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.filMax)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.filMin)).EndInit();
     this.Abas.ResumeLayout(false);
     this.TabCopia.ResumeLayout(false);
     this.TabCopia.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void empaqueToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Panel panel_Empaques = new System.Windows.Forms.Panel();
            Label lbl_Cantidad_Empaque = new System.Windows.Forms.Label();
            Label lbl_Cantidad_PTerminados = new System.Windows.Forms.Label();
            TextBox txt_Cantidad_Empaque = new System.Windows.Forms.TextBox();
            Button bttn_Quitar_Empaque = new System.Windows.Forms.Button();
            Button bttn_Agregar_Empaque = new System.Windows.Forms.Button();
            TextBox txt_Cantidad_PTerminados = new System.Windows.Forms.TextBox();
            Button bttn_Quitar_PTerminados = new System.Windows.Forms.Button();
            Button bttn_Agregar_PTerminados = new System.Windows.Forms.Button();
            GroupBox groupBoxProductoEmpaque = new System.Windows.Forms.GroupBox();
            DataGridView dataGridEmpaque = new System.Windows.Forms.DataGridView();
            GroupBox groupBoxProductoEmpaqueLista = new System.Windows.Forms.GroupBox();
            DataGridView dataGridEmpaque_Lista = new System.Windows.Forms.DataGridView();
            GroupBox groupBoxProductoTerminado = new System.Windows.Forms.GroupBox();
            DataGridView dataGridPTerminados = new System.Windows.Forms.DataGridView();
            GroupBox groupBoxProductoTerminadoLista = new System.Windows.Forms.GroupBox();
            DataGridView dataGridPTerminados_Lista = new System.Windows.Forms.DataGridView();
            panel_Empaques.SuspendLayout();
            groupBoxProductoEmpaque.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(dataGridEmpaque)).BeginInit();
            groupBoxProductoEmpaqueLista.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(dataGridEmpaque_Lista)).BeginInit();
            groupBoxProductoTerminado.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(dataGridPTerminados)).BeginInit();
            groupBoxProductoTerminadoLista.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(dataGridPTerminados_Lista)).BeginInit();
            SuspendLayout();
            //
            // panel_Empaques
            //
            panel_Empaques.Controls.Add(lbl_Cantidad_Empaque);
            panel_Empaques.Controls.Add(lbl_Cantidad_PTerminados);
            panel_Empaques.Controls.Add(txt_Cantidad_Empaque);
            panel_Empaques.Controls.Add(bttn_Quitar_Empaque);
            panel_Empaques.Controls.Add(bttn_Agregar_Empaque);
            panel_Empaques.Controls.Add(txt_Cantidad_PTerminados);
            panel_Empaques.Controls.Add(bttn_Quitar_PTerminados);
            panel_Empaques.Controls.Add(bttn_Agregar_PTerminados);
            panel_Empaques.Controls.Add(groupBoxProductoEmpaque);
            panel_Empaques.Controls.Add(groupBoxProductoEmpaqueLista);
            panel_Empaques.Controls.Add(groupBoxProductoTerminado);
            panel_Empaques.Controls.Add(groupBoxProductoTerminadoLista);
            panel_Empaques.Location = new System.Drawing.Point(-9, 27);
            panel_Empaques.Name = "panel_Empaques";
            panel_Empaques.Size = new System.Drawing.Size(804, 603);
            panel_Empaques.TabIndex = 1;
            //
            // lbl_Cantidad_Empaque
            //
            lbl_Cantidad_Empaque.AutoSize = true;
            lbl_Cantidad_Empaque.Location = new System.Drawing.Point(316, 261);
            lbl_Cantidad_Empaque.Name = "lbl_Cantidad_Empaque";
            lbl_Cantidad_Empaque.Size = new System.Drawing.Size(49, 13);
            lbl_Cantidad_Empaque.TabIndex = 16;
            lbl_Cantidad_Empaque.Text = "Cantidad";
            //
            // lbl_Cantidad_PTerminados
            //
            lbl_Cantidad_PTerminados.AutoSize = true;
            lbl_Cantidad_PTerminados.Location = new System.Drawing.Point(316, 68);
            lbl_Cantidad_PTerminados.Name = "lbl_Cantidad_PTerminados";
            lbl_Cantidad_PTerminados.Size = new System.Drawing.Size(49, 13);
            lbl_Cantidad_PTerminados.TabIndex = 15;
            lbl_Cantidad_PTerminados.Text = "Cantidad";
            //
            // txt_Cantidad_Empaque
            //
            txt_Cantidad_Empaque.Location = new System.Drawing.Point(319, 277);
            txt_Cantidad_Empaque.Name = "txt_Cantidad_Empaque";
            txt_Cantidad_Empaque.Size = new System.Drawing.Size(100, 20);
            txt_Cantidad_Empaque.TabIndex = 11;
            //
            // bttn_Quitar_Empaque
            //
            bttn_Quitar_Empaque.Location = new System.Drawing.Point(448, 306);
            bttn_Quitar_Empaque.Name = "bttn_Quitar_Empaque";
            bttn_Quitar_Empaque.Size = new System.Drawing.Size(75, 23);
            bttn_Quitar_Empaque.TabIndex = 10;
            bttn_Quitar_Empaque.Text = "<<";
            bttn_Quitar_Empaque.UseVisualStyleBackColor = true;
            //
            // bttn_Agregar_Empaque
            //
            bttn_Agregar_Empaque.Location = new System.Drawing.Point(448, 277);
            bttn_Agregar_Empaque.Name = "bttn_Agregar_Empaque";
            bttn_Agregar_Empaque.Size = new System.Drawing.Size(75, 23);
            bttn_Agregar_Empaque.TabIndex = 9;
            bttn_Agregar_Empaque.Text = ">>";
            bttn_Agregar_Empaque.UseVisualStyleBackColor = true;
            //
            // txt_Cantidad_PTerminados
            //
            txt_Cantidad_PTerminados.Location = new System.Drawing.Point(319, 84);
            txt_Cantidad_PTerminados.Name = "txt_Cantidad_PTerminados";
            txt_Cantidad_PTerminados.Size = new System.Drawing.Size(100, 20);
            txt_Cantidad_PTerminados.TabIndex = 8;
            //
            // bttn_Quitar_PTerminados
            //
            bttn_Quitar_PTerminados.Location = new System.Drawing.Point(448, 113);
            bttn_Quitar_PTerminados.Name = "bttn_Quitar_PTerminados";
            bttn_Quitar_PTerminados.Size = new System.Drawing.Size(75, 23);
            bttn_Quitar_PTerminados.TabIndex = 6;
            bttn_Quitar_PTerminados.Text = "<<";
            bttn_Quitar_PTerminados.UseVisualStyleBackColor = true;
            //
            // bttn_Agregar_PTerminados
            //
            bttn_Agregar_PTerminados.Location = new System.Drawing.Point(448, 84);
            bttn_Agregar_PTerminados.Name = "bttn_Agregar_PTerminados";
            bttn_Agregar_PTerminados.Size = new System.Drawing.Size(75, 23);
            bttn_Agregar_PTerminados.TabIndex = 5;
            bttn_Agregar_PTerminados.Text = ">>";
            bttn_Agregar_PTerminados.UseVisualStyleBackColor = true;
            //
            // groupBoxProductoEmpaque
            //
            groupBoxProductoEmpaque.Controls.Add(dataGridEmpaque);
            groupBoxProductoEmpaque.Location = new System.Drawing.Point(529, 197);
            groupBoxProductoEmpaque.Name = "groupBoxProductoEmpaque";
            groupBoxProductoEmpaque.Size = new System.Drawing.Size(266, 200);
            groupBoxProductoEmpaque.TabIndex = 4;
            groupBoxProductoEmpaque.TabStop = false;
            groupBoxProductoEmpaque.Text = "Empaques";
            //
            // dataGridEmpaque
            //
            dataGridEmpaque.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridEmpaque.Location = new System.Drawing.Point(6, 19);
            dataGridEmpaque.Name = "dataGridEmpaque";
            dataGridEmpaque.Size = new System.Drawing.Size(254, 174);
            dataGridEmpaque.TabIndex = 23;
            //
            // groupBoxProductoEmpaqueLista
            //
            groupBoxProductoEmpaqueLista.Controls.Add(dataGridEmpaque_Lista);
            groupBoxProductoEmpaqueLista.Location = new System.Drawing.Point(6, 198);
            groupBoxProductoEmpaqueLista.Name = "groupBoxProductoEmpaqueLista";
            groupBoxProductoEmpaqueLista.Size = new System.Drawing.Size(266, 200);
            groupBoxProductoEmpaqueLista.TabIndex = 1;
            groupBoxProductoEmpaqueLista.TabStop = false;
            groupBoxProductoEmpaqueLista.Text = "Empaques";
            //
            // dataGridEmpaque_Lista
            //
            dataGridEmpaque_Lista.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridEmpaque_Lista.Location = new System.Drawing.Point(6, 18);
            dataGridEmpaque_Lista.Name = "dataGridEmpaque_Lista";
            dataGridEmpaque_Lista.Size = new System.Drawing.Size(254, 174);
            dataGridEmpaque_Lista.TabIndex = 20;
            //
            // groupBoxProductoTerminado
            //
            groupBoxProductoTerminado.Controls.Add(dataGridPTerminados);
            groupBoxProductoTerminado.Location = new System.Drawing.Point(529, -1);
            groupBoxProductoTerminado.Name = "groupBoxProductoTerminado";
            groupBoxProductoTerminado.Size = new System.Drawing.Size(266, 200);
            groupBoxProductoTerminado.TabIndex = 2;
            groupBoxProductoTerminado.TabStop = false;
            groupBoxProductoTerminado.Text = "Productos terminados";
            //
            // dataGridPTerminados
            //
            dataGridPTerminados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridPTerminados.Location = new System.Drawing.Point(6, 19);
            dataGridPTerminados.Name = "dataGridPTerminados";
            dataGridPTerminados.Size = new System.Drawing.Size(254, 174);
            dataGridPTerminados.TabIndex = 22;
            //
            // groupBoxProductoTerminadoLista
            //
            groupBoxProductoTerminadoLista.Controls.Add(dataGridPTerminados_Lista);
            groupBoxProductoTerminadoLista.Location = new System.Drawing.Point(6, -1);
            groupBoxProductoTerminadoLista.Name = "groupBoxProductoTerminadoLista";
            groupBoxProductoTerminadoLista.Size = new System.Drawing.Size(266, 200);
            groupBoxProductoTerminadoLista.TabIndex = 0;
            groupBoxProductoTerminadoLista.TabStop = false;
            groupBoxProductoTerminadoLista.Text = "Productos terminados";
            //
            // dataGridPTerminados_Lista
            //
            dataGridPTerminados_Lista.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridPTerminados_Lista.Location = new System.Drawing.Point(6, 18);
            dataGridPTerminados_Lista.Name = "dataGridPTerminados_Lista";
            dataGridPTerminados_Lista.Size = new System.Drawing.Size(254, 174);
            dataGridPTerminados_Lista.TabIndex = 19;

            //Agregando el panel a la forma
            this.Controls.Add(panel_Empaques);
            //Ocultando el panel principal ingredientes
            panel_Ingredientes.Visible = false;
            panel_Ingredientes.Enabled = 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.Panel panelControls;
            System.Windows.Forms.GroupBox filtersGroup;
            System.Windows.Forms.SplitContainer splitContainer;
            System.Windows.Forms.TableLayoutPanel tableLeft;
            System.Windows.Forms.TableLayoutPanel tableRight;
            this.episodesTree = new System.Windows.Forms.TreeView();
            this.episodesCountLabel = new System.Windows.Forms.Label();
            this.refreshButton = new System.Windows.Forms.Button();
            this.hideWholeSeasons = new System.Windows.Forms.CheckBox();
            this.hideLocked = new System.Windows.Forms.CheckBox();
            this.hidePart2 = new System.Windows.Forms.CheckBox();
            this.hideSeason0 = new System.Windows.Forms.CheckBox();
            this.hideUnaired = new System.Windows.Forms.CheckBox();
            this.duplicatesButton = new System.Windows.Forms.Button();
            this.missingButton = new System.Windows.Forms.Button();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            panelControls = new System.Windows.Forms.Panel();
            filtersGroup = new System.Windows.Forms.GroupBox();
            splitContainer = new System.Windows.Forms.SplitContainer();
            tableLeft = new System.Windows.Forms.TableLayoutPanel();
            tableRight = new System.Windows.Forms.TableLayoutPanel();
            panelControls.SuspendLayout();
            filtersGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
            splitContainer.Panel1.SuspendLayout();
            splitContainer.Panel2.SuspendLayout();
            splitContainer.SuspendLayout();
            tableLeft.SuspendLayout();
            tableRight.SuspendLayout();
            this.SuspendLayout();
            // 
            // episodesTree
            // 
            this.episodesTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.episodesTree.Location = new System.Drawing.Point(3, 36);
            this.episodesTree.Name = "episodesTree";
            this.episodesTree.Size = new System.Drawing.Size(232, 497);
            this.episodesTree.TabIndex = 0;
            this.toolTip.SetToolTip(this.episodesTree, "Shows the results of the search");
            // 
            // episodesCountLabel
            // 
            this.episodesCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.episodesCountLabel.AutoSize = true;
            this.episodesCountLabel.Location = new System.Drawing.Point(3, 20);
            this.episodesCountLabel.Name = "episodesCountLabel";
            this.episodesCountLabel.Size = new System.Drawing.Size(114, 13);
            this.episodesCountLabel.TabIndex = 1;
            this.episodesCountLabel.Text = "Number of Episodes: 0";
            // 
            // refreshButton
            // 
            this.refreshButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.refreshButton.Location = new System.Drawing.Point(3, 5);
            this.refreshButton.Name = "refreshButton";
            this.refreshButton.Size = new System.Drawing.Size(144, 23);
            this.refreshButton.TabIndex = 1;
            this.refreshButton.Text = "Refresh Episode Counts";
            this.toolTip.SetToolTip(this.refreshButton, "Searches the Output Directories for episodes and updates their file count numbers" +
        ". \r\nThis is used to determine the results of the missing and duplicate episode\r\n" +
        "searches.");
            this.refreshButton.UseVisualStyleBackColor = true;
            this.refreshButton.Click += new System.EventHandler(this.RefreshButtonClick);
            // 
            // panelControls
            // 
            panelControls.Controls.Add(filtersGroup);
            panelControls.Controls.Add(this.duplicatesButton);
            panelControls.Controls.Add(this.missingButton);
            panelControls.Dock = System.Windows.Forms.DockStyle.Fill;
            panelControls.Location = new System.Drawing.Point(0, 33);
            panelControls.Margin = new System.Windows.Forms.Padding(0);
            panelControls.Name = "panelControls";
            panelControls.Size = new System.Drawing.Size(468, 503);
            panelControls.TabIndex = 2;
            // 
            // filtersGroup
            // 
            filtersGroup.Controls.Add(this.hideWholeSeasons);
            filtersGroup.Controls.Add(this.hideLocked);
            filtersGroup.Controls.Add(this.hidePart2);
            filtersGroup.Controls.Add(this.hideSeason0);
            filtersGroup.Controls.Add(this.hideUnaired);
            filtersGroup.Location = new System.Drawing.Point(3, 32);
            filtersGroup.Name = "filtersGroup";
            filtersGroup.Size = new System.Drawing.Size(294, 136);
            filtersGroup.TabIndex = 4;
            filtersGroup.TabStop = false;
            filtersGroup.Text = "Missing Episode Filters";
            // 
            // hideWholeSeasons
            // 
            this.hideWholeSeasons.AutoSize = true;
            this.hideWholeSeasons.Location = new System.Drawing.Point(6, 111);
            this.hideWholeSeasons.Name = "hideWholeSeasons";
            this.hideWholeSeasons.Size = new System.Drawing.Size(156, 17);
            this.hideWholeSeasons.TabIndex = 4;
            this.hideWholeSeasons.Text = "Hide entire missing seasons";
            this.toolTip.SetToolTip(this.hideWholeSeasons, "Hides episodes where and entire season is missing. This can be useful for long ru" +
        "nning where you don\'t have early seasons.");
            this.hideWholeSeasons.UseVisualStyleBackColor = true;
            // 
            // hideLocked
            // 
            this.hideLocked.AutoSize = true;
            this.hideLocked.Location = new System.Drawing.Point(6, 88);
            this.hideLocked.Name = "hideLocked";
            this.hideLocked.Size = new System.Drawing.Size(116, 17);
            this.hideLocked.TabIndex = 3;
            this.hideLocked.Text = "Hide locked shows";
            this.toolTip.SetToolTip(this.hideLocked, "Hides the episodes from shows that are locked.");
            this.hideLocked.UseVisualStyleBackColor = true;
            // 
            // hidePart2
            // 
            this.hidePart2.AutoSize = true;
            this.hidePart2.Location = new System.Drawing.Point(6, 65);
            this.hidePart2.Name = "hidePart2";
            this.hidePart2.Size = new System.Drawing.Size(165, 17);
            this.hidePart2.TabIndex = 2;
            this.hidePart2.Text = "Hide episodes ending with (2)";
            this.toolTip.SetToolTip(this.hidePart2, "Hides episodes with the name ending in (2). \r\nIt is possible these aren\'t missing" +
        " but the filename\r\ndoesn\'t contain both episode numbers and so\r\nTVSorter isn\'t a" +
        "ble to match it.");
            this.hidePart2.UseVisualStyleBackColor = true;
            // 
            // hideSeason0
            // 
            this.hideSeason0.AutoSize = true;
            this.hideSeason0.Location = new System.Drawing.Point(6, 42);
            this.hideSeason0.Name = "hideSeason0";
            this.hideSeason0.Size = new System.Drawing.Size(143, 17);
            this.hideSeason0.TabIndex = 1;
            this.hideSeason0.Text = "Hide season 0 (Specials)";
            this.toolTip.SetToolTip(this.hideSeason0, "Hides episode in season 0. These are generally specials.");
            this.hideSeason0.UseVisualStyleBackColor = true;
            // 
            // hideUnaired
            // 
            this.hideUnaired.AutoSize = true;
            this.hideUnaired.Location = new System.Drawing.Point(6, 19);
            this.hideUnaired.Name = "hideUnaired";
            this.hideUnaired.Size = new System.Drawing.Size(109, 17);
            this.hideUnaired.TabIndex = 0;
            this.hideUnaired.Text = "Hide not yet aired";
            this.toolTip.SetToolTip(this.hideUnaired, "Hides episodes from the results whose air date is in the future");
            this.hideUnaired.UseVisualStyleBackColor = true;
            // 
            // duplicatesButton
            // 
            this.duplicatesButton.Location = new System.Drawing.Point(153, 3);
            this.duplicatesButton.Name = "duplicatesButton";
            this.duplicatesButton.Size = new System.Drawing.Size(144, 23);
            this.duplicatesButton.TabIndex = 3;
            this.duplicatesButton.Text = "Display Duplicate Episodes";
            this.toolTip.SetToolTip(this.duplicatesButton, "Searches for duplicate episodes");
            this.duplicatesButton.UseVisualStyleBackColor = true;
            this.duplicatesButton.Click += new System.EventHandler(this.DuplicatesButtonClick);
            // 
            // missingButton
            // 
            this.missingButton.Location = new System.Drawing.Point(3, 3);
            this.missingButton.Name = "missingButton";
            this.missingButton.Size = new System.Drawing.Size(144, 23);
            this.missingButton.TabIndex = 2;
            this.missingButton.Text = "Display Missing Episodes";
            this.toolTip.SetToolTip(this.missingButton, "Searches for missing episodes.");
            this.missingButton.UseVisualStyleBackColor = true;
            this.missingButton.Click += new System.EventHandler(this.MissingButtonClick);
            // 
            // splitContainer
            // 
            splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer.Location = new System.Drawing.Point(0, 0);
            splitContainer.Name = "splitContainer";
            // 
            // splitContainer.Panel1
            // 
            splitContainer.Panel1.Controls.Add(tableLeft);
            // 
            // splitContainer.Panel2
            // 
            splitContainer.Panel2.Controls.Add(tableRight);
            splitContainer.Size = new System.Drawing.Size(710, 536);
            splitContainer.SplitterDistance = 238;
            splitContainer.TabIndex = 5;
            // 
            // tableLeft
            // 
            tableLeft.ColumnCount = 1;
            tableLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLeft.Controls.Add(this.episodesTree, 0, 1);
            tableLeft.Controls.Add(this.episodesCountLabel, 0, 0);
            tableLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLeft.Location = new System.Drawing.Point(0, 0);
            tableLeft.Name = "tableLeft";
            tableLeft.RowCount = 2;
            tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
            tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLeft.Size = new System.Drawing.Size(238, 536);
            tableLeft.TabIndex = 0;
            // 
            // tableRight
            // 
            tableRight.ColumnCount = 1;
            tableRight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableRight.Controls.Add(panelControls, 0, 1);
            tableRight.Controls.Add(this.refreshButton, 0, 0);
            tableRight.Dock = System.Windows.Forms.DockStyle.Fill;
            tableRight.Location = new System.Drawing.Point(0, 0);
            tableRight.Name = "tableRight";
            tableRight.RowCount = 2;
            tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
            tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableRight.Size = new System.Drawing.Size(468, 536);
            tableRight.TabIndex = 0;
            // 
            // MissingDuplicateEpisodes
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(splitContainer);
            this.Name = "MissingDuplicateEpisodes";
            this.Size = new System.Drawing.Size(710, 536);
            this.Load += new System.EventHandler(this.MissingDuplicateEpisodesLoad);
            panelControls.ResumeLayout(false);
            filtersGroup.ResumeLayout(false);
            filtersGroup.PerformLayout();
            splitContainer.Panel1.ResumeLayout(false);
            splitContainer.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
            splitContainer.ResumeLayout(false);
            tableLeft.ResumeLayout(false);
            tableLeft.PerformLayout();
            tableRight.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip         menuStrip1;
     System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
     System.Windows.Forms.StatusStrip       statusStrip1;
     System.Windows.Forms.GroupBox          groupBox1;
     this._lstControls  = new System.Windows.Forms.ListBox();
     this._ctrlSplitter = new System.Windows.Forms.SplitContainer();
     this._panContent   = new System.Windows.Forms.GroupBox();
     menuStrip1         = new System.Windows.Forms.MenuStrip();
     toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     statusStrip1       = new System.Windows.Forms.StatusStrip();
     groupBox1          = new System.Windows.Forms.GroupBox();
     menuStrip1.SuspendLayout();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ctrlSplitter)).BeginInit();
     this._ctrlSplitter.Panel1.SuspendLayout();
     this._ctrlSplitter.Panel2.SuspendLayout();
     this._ctrlSplitter.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripMenuItem1
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(800, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     toolStripMenuItem1.Text = "File";
     //
     // statusStrip1
     //
     statusStrip1.Location = new System.Drawing.Point(0, 428);
     statusStrip1.Name     = "statusStrip1";
     statusStrip1.Size     = new System.Drawing.Size(800, 22);
     statusStrip1.TabIndex = 1;
     statusStrip1.Text     = "statusStrip1";
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this._lstControls);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(266, 404);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Xaml Controls";
     //
     // _lstControls
     //
     this._lstControls.Dock = System.Windows.Forms.DockStyle.Fill;
     this._lstControls.FormattingEnabled = true;
     this._lstControls.ItemHeight        = 15;
     this._lstControls.Location          = new System.Drawing.Point(3, 19);
     this._lstControls.Name                  = "_lstControls";
     this._lstControls.Size                  = new System.Drawing.Size(260, 382);
     this._lstControls.TabIndex              = 0;
     this._lstControls.SelectedIndexChanged += new System.EventHandler(this.OnLstControls_SelectedIndexChanged);
     //
     // _ctrlSplitter
     //
     this._ctrlSplitter.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._ctrlSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this._ctrlSplitter.Location   = new System.Drawing.Point(0, 24);
     this._ctrlSplitter.Name       = "_ctrlSplitter";
     //
     // _ctrlSplitter.Panel1
     //
     this._ctrlSplitter.Panel1.Controls.Add(groupBox1);
     //
     // _ctrlSplitter.Panel2
     //
     this._ctrlSplitter.Panel2.Controls.Add(this._panContent);
     this._ctrlSplitter.Size             = new System.Drawing.Size(800, 404);
     this._ctrlSplitter.SplitterDistance = 266;
     this._ctrlSplitter.TabIndex         = 2;
     this._ctrlSplitter.Text             = "splitContainer1";
     //
     // _panContent
     //
     this._panContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._panContent.Location = new System.Drawing.Point(0, 0);
     this._panContent.Name     = "_panContent";
     this._panContent.Size     = new System.Drawing.Size(530, 404);
     this._panContent.TabIndex = 0;
     this._panContent.Text     = "-";
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this._ctrlSplitter);
     this.Controls.Add(statusStrip1);
     this.Controls.Add(menuStrip1);
     this.MainMenuStrip = menuStrip1;
     this.Name          = "MainWindow";
     this.Text          = "XamlIslands with Windows.Forms";
     this.AutoScaleMode = AutoScaleMode.Dpi;
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     groupBox1.ResumeLayout(false);
     this._ctrlSplitter.Panel1.ResumeLayout(false);
     this._ctrlSplitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ctrlSplitter)).EndInit();
     this._ctrlSplitter.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
0
 private void InitializeComponent()
 {
     groupCompany = new System.Windows.Forms.GroupBox();
     txtTelephone = new System.Windows.Forms.TextBox();
     txtAddress2 = new System.Windows.Forms.TextBox();
     txtAddress1 = new System.Windows.Forms.TextBox();
     txtName = new System.Windows.Forms.TextBox();
     label3 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     btnSave = new System.Windows.Forms.Button();
     btnCancel = new System.Windows.Forms.Button();
     groupCompany.SuspendLayout();
     SuspendLayout();
     //
     // groupCompany
     //
     groupCompany.Controls.Add(txtTelephone);
     groupCompany.Controls.Add(txtAddress2);
     groupCompany.Controls.Add(txtAddress1);
     groupCompany.Controls.Add(txtName);
     groupCompany.Controls.Add(label3);
     groupCompany.Controls.Add(label2);
     groupCompany.Controls.Add(label1);
     groupCompany.Location = new System.Drawing.Point(10, 10);
     groupCompany.Name = "groupCompany";
     groupCompany.Size = new System.Drawing.Size(270, 134);
     groupCompany.TabIndex = 0;
     groupCompany.TabStop = false;
     groupCompany.Text = "Company Details";
     //
     // txtTelephone
     //
     txtTelephone.Location = new System.Drawing.Point(100, 96);
     txtTelephone.Name = "txtTelephone";
     txtTelephone.Size = new System.Drawing.Size(150, 20);
     txtTelephone.TabIndex = 6;
     //
     // txtAddress2
     //
     txtAddress2.Location = new System.Drawing.Point(100, 72);
     txtAddress2.Name = "txtAddress2";
     txtAddress2.Size = new System.Drawing.Size(150, 20);
     txtAddress2.TabIndex = 4;
     //
     // txtAddress1
     //
     txtAddress1.Location = new System.Drawing.Point(100, 48);
     txtAddress1.Name = "txtAddress1";
     txtAddress1.Size = new System.Drawing.Size(150, 20);
     txtAddress1.TabIndex = 3;
     //
     // txtName
     //
     txtName.Location = new System.Drawing.Point(100, 24);
     txtName.Name = "txtName";
     txtName.Size = new System.Drawing.Size(150, 20);
     txtName.TabIndex = 1;
     //
     // label3
     //
     label3.Location = new System.Drawing.Point(15, 96);
     label3.Name = "label3";
     label3.Size = new System.Drawing.Size(75, 20);
     label3.TabIndex = 5;
     label3.Text = "&Telephone:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     label2.Location = new System.Drawing.Point(15, 48);
     label2.Name = "label2";
     label2.Size = new System.Drawing.Size(75, 20);
     label2.TabIndex = 2;
     label2.Text = "&Address:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(15, 24);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(75, 20);
     label1.TabIndex = 0;
     label1.Text = "&Name:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnSave
     //
     btnSave.Location = new System.Drawing.Point(65, 152);
     btnSave.Name = "btnSave";
     btnSave.Size = new System.Drawing.Size(75, 23);
     btnSave.TabIndex = 1;
     btnSave.Text = "&Save";
     btnSave.Click += new System.EventHandler(btnSave_Click);
     //
     // btnCancel
     //
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location = new System.Drawing.Point(153, 152);
     btnCancel.Name = "btnCancel";
     btnCancel.Size = new System.Drawing.Size(75, 23);
     btnCancel.TabIndex = 2;
     btnCancel.Text = "&Cancel";
     //
     // UserPreferencesForm
     //
     AcceptButton = btnSave;
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     CancelButton = btnCancel;
     ClientSize = new System.Drawing.Size(292, 182);
     Controls.Add(btnCancel);
     Controls.Add(btnSave);
     Controls.Add(groupCompany);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox = false;
     MinimizeBox = false;
     Name = "UserPreferencesForm";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "User Preferences";
     Load += new System.EventHandler(UserPreferencesForm_Load);
     groupCompany.ResumeLayout(false);
     groupCompany.PerformLayout();
     ResumeLayout(false);
 }
Example #36
0
 private void DiseƱo_Forma()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inventario));
     tabControl1 = new System.Windows.Forms.TabControl();
     tab_MateriaPrima = new System.Windows.Forms.TabPage();
     groupBox_ListaMateriaPrimam = new System.Windows.Forms.GroupBox();
     data_MateriaPrima = new System.Windows.Forms.DataGridView();
     Id_AlmacenMateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_Almacenm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_MateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Materia_Primam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lotem = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Existenciam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Compram = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Ventam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fecham = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox_MateriaPrimam = new System.Windows.Forms.GroupBox();
     lbl_Almacenm = new System.Windows.Forms.Label();
     lbl_Fecham = new System.Windows.Forms.Label();
     combo_Almacenm = new System.Windows.Forms.ComboBox();
     lbl_PrecioVentam = new System.Windows.Forms.Label();
     comboBox_MateriaPrimam = new System.Windows.Forms.ComboBox();
     lbl_PrecioCompram = new System.Windows.Forms.Label();
     txt_Lotem = new System.Windows.Forms.TextBox();
     lbl_Existenciam = new System.Windows.Forms.Label();
     txt_Existenciam = new System.Windows.Forms.TextBox();
     lbl_Lotem = new System.Windows.Forms.Label();
     txt_PrecioCompram = new System.Windows.Forms.TextBox();
     lbl_MateriaPrima = new System.Windows.Forms.Label();
     txt_PrecioVentam = new System.Windows.Forms.TextBox();
     dateTime_MateriaPrimam = new System.Windows.Forms.DateTimePicker();
     tab_MateriaPrimaP = new System.Windows.Forms.TabPage();
     groupBox_ListaMateriaPrimap = new System.Windows.Forms.GroupBox();
     data_MateriaPrimaP = new System.Windows.Forms.DataGridView();
     Id_AlmacenMateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_Almacenp = new System.Windows.Forms.DataGridViewTextBoxColumn();
     MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lotep = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Existenciap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Comprap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Ventap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fechap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox_MateriaPrimap = new System.Windows.Forms.GroupBox();
     lbl_Almacenp = new System.Windows.Forms.Label();
     lbl_Fechap = new System.Windows.Forms.Label();
     combo_Almacenp = new System.Windows.Forms.ComboBox();
     lbl_PrecioVentaP = new System.Windows.Forms.Label();
     comboBox_MateriaPrimap = new System.Windows.Forms.ComboBox();
     lbl_PrecioComprap = new System.Windows.Forms.Label();
     txt_Lotep = new System.Windows.Forms.TextBox();
     lbl_Existenciap = new System.Windows.Forms.Label();
     txt_Exisnteciap = new System.Windows.Forms.TextBox();
     lbl_Lotep = new System.Windows.Forms.Label();
     txt_PrecioComprap = new System.Windows.Forms.TextBox();
     lbl_MateriaPrimaP = new System.Windows.Forms.Label();
     txt_PrecioVentap = new System.Windows.Forms.TextBox();
     dateTime_MateriaPrimap = new System.Windows.Forms.DateTimePicker();
     tab_ProductoElaborado = new System.Windows.Forms.TabPage();
     groupBox_ListaProductoElaborado = new System.Windows.Forms.GroupBox();
     data_ProductoElaborado = new System.Windows.Forms.DataGridView();
     Id_AlmacenProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_Almacene = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_ProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Producto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lotee = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Existenciae = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Comprae = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Ventae = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fechae = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox_ProductoElaborado = new System.Windows.Forms.GroupBox();
     lbl_Almacene = new System.Windows.Forms.Label();
     lbl_Fechae = new System.Windows.Forms.Label();
     combo_Almacene = new System.Windows.Forms.ComboBox();
     lbl_PrecioVentae = new System.Windows.Forms.Label();
     comboBox_ProductoElaborado = new System.Windows.Forms.ComboBox();
     lbl_PrecioComprae = new System.Windows.Forms.Label();
     txt_Lotee = new System.Windows.Forms.TextBox();
     lbl_Existenciae = new System.Windows.Forms.Label();
     txt_Existenciae = new System.Windows.Forms.TextBox();
     lbl_Lotee = new System.Windows.Forms.Label();
     txt_PrecioComprae = new System.Windows.Forms.TextBox();
     lbl_ProductoElaborado = new System.Windows.Forms.Label();
     txt_PrecioVentae = new System.Windows.Forms.TextBox();
     dateTime_ProductoElaborado = new System.Windows.Forms.DateTimePicker();
     tab_ProductoIndirecto = new System.Windows.Forms.TabPage();
     groupBox_ListaProductoIndirecto = new System.Windows.Forms.GroupBox();
     data_ProductoIndirecto = new System.Windows.Forms.DataGridView();
     Id_AlmacenProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_Almaceni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_ProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Productoi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Existenciai = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_CompraI = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Ventai = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fechai = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox_ProductoIndirecto = new System.Windows.Forms.GroupBox();
     lbl_Almaceni = new System.Windows.Forms.Label();
     lbl_FechaI = new System.Windows.Forms.Label();
     combo_Almaceni = new System.Windows.Forms.ComboBox();
     lbl_PrecioVentaI = new System.Windows.Forms.Label();
     comboBox_ProductoIndirecto = new System.Windows.Forms.ComboBox();
     lbl_PrecioCompraI = new System.Windows.Forms.Label();
     lbl_Existenciai = new System.Windows.Forms.Label();
     txt_Existenciai = new System.Windows.Forms.TextBox();
     txt_PrecioComprai = new System.Windows.Forms.TextBox();
     lbl_ProductoIndirecto = new System.Windows.Forms.Label();
     txt_PrecioVentai = new System.Windows.Forms.TextBox();
     dateTime_ProductoIndirecto = new System.Windows.Forms.DateTimePicker();
     tab_ProductoTerminado = new System.Windows.Forms.TabPage();
     groupBox_ListaProductoTerminado = new System.Windows.Forms.GroupBox();
     data_ProductoTerminado = new System.Windows.Forms.DataGridView();
     Id_AlmacenProducto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_Almacent = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Id_ProductoTerminado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Productot = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Lotet = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Existenciat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Comprat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Precio_Ventat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Descuento = new System.Windows.Forms.DataGridViewTextBoxColumn();
     Fechat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     groupBox_ProductoTerminado = new System.Windows.Forms.GroupBox();
     lbl_Descuentot = new System.Windows.Forms.Label();
     txt_Descuento = new System.Windows.Forms.TextBox();
     lbl_Almacent = new System.Windows.Forms.Label();
     lbl_Fechat = new System.Windows.Forms.Label();
     combo_Almacent = new System.Windows.Forms.ComboBox();
     lbl_PrecioVentat = new System.Windows.Forms.Label();
     comboBox_ProductoTerminado = new System.Windows.Forms.ComboBox();
     lbl_PrecioComprat = new System.Windows.Forms.Label();
     txt_Lotet = new System.Windows.Forms.TextBox();
     lbl_Existenciat = new System.Windows.Forms.Label();
     txt_Existenciat = new System.Windows.Forms.TextBox();
     lbl_Lotet = new System.Windows.Forms.Label();
     txt_PrecioComprat = new System.Windows.Forms.TextBox();
     lbl_Producto = new System.Windows.Forms.Label();
     txt_PrecioVentat = new System.Windows.Forms.TextBox();
     dateTime_ProductoTerminado = new System.Windows.Forms.DateTimePicker();
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     controlDeProductosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nivelMaxMinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ordenDePeladoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     pic_Proveedor = new System.Windows.Forms.PictureBox();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     tabControl1.SuspendLayout();
     tab_MateriaPrima.SuspendLayout();
     groupBox_ListaMateriaPrimam.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).BeginInit();
     groupBox_MateriaPrimam.SuspendLayout();
     tab_MateriaPrimaP.SuspendLayout();
     groupBox_ListaMateriaPrimap.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).BeginInit();
     groupBox_MateriaPrimap.SuspendLayout();
     tab_ProductoElaborado.SuspendLayout();
     groupBox_ListaProductoElaborado.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).BeginInit();
     groupBox_ProductoElaborado.SuspendLayout();
     tab_ProductoIndirecto.SuspendLayout();
     groupBox_ListaProductoIndirecto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).BeginInit();
     groupBox_ProductoIndirecto.SuspendLayout();
     tab_ProductoTerminado.SuspendLayout();
     groupBox_ListaProductoTerminado.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).BeginInit();
     groupBox_ProductoTerminado.SuspendLayout();
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // tabControl1
     //
     tabControl1.Controls.Add(tab_MateriaPrima);
     tabControl1.Controls.Add(tab_MateriaPrimaP);
     tabControl1.Controls.Add(tab_ProductoElaborado);
     tabControl1.Controls.Add(tab_ProductoIndirecto);
     tabControl1.Controls.Add(tab_ProductoTerminado);
     tabControl1.Location = new System.Drawing.Point(10, 73);
     tabControl1.Name = "tabControl1";
     tabControl1.SelectedIndex = 0;
     tabControl1.Size = new System.Drawing.Size(807, 420);
     tabControl1.TabIndex = 0;
     //
     // tab_MateriaPrima
     //
     tab_MateriaPrima.BackColor = System.Drawing.SystemColors.Control;
     tab_MateriaPrima.Controls.Add(groupBox_ListaMateriaPrimam);
     tab_MateriaPrima.Controls.Add(groupBox_MateriaPrimam);
     tab_MateriaPrima.Location = new System.Drawing.Point(4, 22);
     tab_MateriaPrima.Name = "tab_MateriaPrima";
     tab_MateriaPrima.Padding = new System.Windows.Forms.Padding(3);
     tab_MateriaPrima.Size = new System.Drawing.Size(799, 394);
     tab_MateriaPrima.TabIndex = 0;
     tab_MateriaPrima.Text = "Materia prima";
     //
     // groupBox_ListaMateriaPrimam
     //
     groupBox_ListaMateriaPrimam.Controls.Add(data_MateriaPrima);
     groupBox_ListaMateriaPrimam.Location = new System.Drawing.Point(277, 34);
     groupBox_ListaMateriaPrimam.Name = "groupBox_ListaMateriaPrimam";
     groupBox_ListaMateriaPrimam.Size = new System.Drawing.Size(483, 327);
     groupBox_ListaMateriaPrimam.TabIndex = 82;
     groupBox_ListaMateriaPrimam.TabStop = false;
     groupBox_ListaMateriaPrimam.Text = "Lista de materia prima";
     //
     // data_MateriaPrima
     //
     data_MateriaPrima.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_MateriaPrima.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_AlmacenMateriaPrimam,
     Id_Almacenm,
     Id_MateriaPrimam,
     Materia_Primam,
     Lotem,
     Existenciam,
     Precio_Compram,
     Precio_Ventam,
     Fecham});
     data_MateriaPrima.Location = new System.Drawing.Point(4, 16);
     data_MateriaPrima.Name = "data_MateriaPrima";
     data_MateriaPrima.Size = new System.Drawing.Size(474, 305);
     data_MateriaPrima.TabIndex = 0;
     data_MateriaPrima.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrima_MouseDoubleClick);
     //
     // Id_AlmacenMateriaPrimam
     //
     Id_AlmacenMateriaPrimam.HeaderText = "Id_AlmacenMateriaPrimam";
     Id_AlmacenMateriaPrimam.Name = "Id_AlmacenMateriaPrimam";
     Id_AlmacenMateriaPrimam.Visible = false;
     //
     // Id_Almacenm
     //
     Id_Almacenm.HeaderText = "Id_Almacen";
     Id_Almacenm.Name = "Id_Almacenm";
     Id_Almacenm.Visible = false;
     //
     // Id_MateriaPrimam
     //
     Id_MateriaPrimam.HeaderText = "Id_MateriaPrima";
     Id_MateriaPrimam.Name = "Id_MateriaPrimam";
     Id_MateriaPrimam.Visible = false;
     //
     // Materia_Primam
     //
     Materia_Primam.HeaderText = "Materia prima";
     Materia_Primam.Name = "Materia_Primam";
     //
     // Lotem
     //
     Lotem.HeaderText = "Lote";
     Lotem.Name = "Lotem";
     //
     // Existenciam
     //
     Existenciam.HeaderText = "Existencia";
     Existenciam.Name = "Existenciam";
     //
     // Precio_Compram
     //
     Precio_Compram.HeaderText = "Precio compra";
     Precio_Compram.Name = "Precio_Compram";
     //
     // Precio_Ventam
     //
     Precio_Ventam.HeaderText = "Precio venta";
     Precio_Ventam.Name = "Precio_Ventam";
     //
     // Fecham
     //
     Fecham.HeaderText = "Fecha";
     Fecham.Name = "Fecham";
     //
     // groupBox_MateriaPrimam
     //
     groupBox_MateriaPrimam.Controls.Add(lbl_Almacenm);
     groupBox_MateriaPrimam.Controls.Add(lbl_Fecham);
     groupBox_MateriaPrimam.Controls.Add(combo_Almacenm);
     groupBox_MateriaPrimam.Controls.Add(lbl_PrecioVentam);
     groupBox_MateriaPrimam.Controls.Add(comboBox_MateriaPrimam);
     groupBox_MateriaPrimam.Controls.Add(lbl_PrecioCompram);
     groupBox_MateriaPrimam.Controls.Add(txt_Lotem);
     groupBox_MateriaPrimam.Controls.Add(lbl_Existenciam);
     groupBox_MateriaPrimam.Controls.Add(txt_Existenciam);
     groupBox_MateriaPrimam.Controls.Add(lbl_Lotem);
     groupBox_MateriaPrimam.Controls.Add(txt_PrecioCompram);
     groupBox_MateriaPrimam.Controls.Add(lbl_MateriaPrima);
     groupBox_MateriaPrimam.Controls.Add(txt_PrecioVentam);
     groupBox_MateriaPrimam.Controls.Add(dateTime_MateriaPrimam);
     groupBox_MateriaPrimam.Location = new System.Drawing.Point(39, 34);
     groupBox_MateriaPrimam.Name = "groupBox_MateriaPrimam";
     groupBox_MateriaPrimam.Size = new System.Drawing.Size(232, 327);
     groupBox_MateriaPrimam.TabIndex = 83;
     groupBox_MateriaPrimam.TabStop = false;
     groupBox_MateriaPrimam.Text = "Inventario de materia prima";
     //
     // lbl_Almacenm
     //
     lbl_Almacenm.AutoSize = true;
     lbl_Almacenm.Location = new System.Drawing.Point(16, 31);
     lbl_Almacenm.Name = "lbl_Almacenm";
     lbl_Almacenm.Size = new System.Drawing.Size(48, 13);
     lbl_Almacenm.TabIndex = 7;
     lbl_Almacenm.Text = "AlmacƩn";
     //
     // lbl_Fecham
     //
     lbl_Fecham.AutoSize = true;
     lbl_Fecham.Location = new System.Drawing.Point(16, 270);
     lbl_Fecham.Name = "lbl_Fecham";
     lbl_Fecham.Size = new System.Drawing.Size(37, 13);
     lbl_Fecham.TabIndex = 13;
     lbl_Fecham.Text = "Fecha";
     //
     // combo_Almacenm
     //
     combo_Almacenm.FormattingEnabled = true;
     combo_Almacenm.Location = new System.Drawing.Point(19, 47);
     combo_Almacenm.Name = "combo_Almacenm";
     combo_Almacenm.Size = new System.Drawing.Size(121, 21);
     combo_Almacenm.TabIndex = 0;
     //
     // lbl_PrecioVentam
     //
     lbl_PrecioVentam.AutoSize = true;
     lbl_PrecioVentam.Location = new System.Drawing.Point(16, 228);
     lbl_PrecioVentam.Name = "lbl_PrecioVentam";
     lbl_PrecioVentam.Size = new System.Drawing.Size(67, 13);
     lbl_PrecioVentam.TabIndex = 12;
     lbl_PrecioVentam.Text = "Precio venta";
     //
     // comboBox_MateriaPrimam
     //
     comboBox_MateriaPrimam.FormattingEnabled = true;
     comboBox_MateriaPrimam.Location = new System.Drawing.Point(19, 87);
     comboBox_MateriaPrimam.Name = "comboBox_MateriaPrimam";
     comboBox_MateriaPrimam.Size = new System.Drawing.Size(121, 21);
     comboBox_MateriaPrimam.TabIndex = 1;
     //
     // lbl_PrecioCompram
     //
     lbl_PrecioCompram.AutoSize = true;
     lbl_PrecioCompram.Location = new System.Drawing.Point(16, 189);
     lbl_PrecioCompram.Name = "lbl_PrecioCompram";
     lbl_PrecioCompram.Size = new System.Drawing.Size(75, 13);
     lbl_PrecioCompram.TabIndex = 11;
     lbl_PrecioCompram.Text = "Precio compra";
     //
     // txt_Lotem
     //
     txt_Lotem.Location = new System.Drawing.Point(19, 127);
     txt_Lotem.Name = "txt_Lotem";
     txt_Lotem.Size = new System.Drawing.Size(100, 20);
     txt_Lotem.TabIndex = 2;
     //
     // lbl_Existenciam
     //
     lbl_Existenciam.AutoSize = true;
     lbl_Existenciam.Location = new System.Drawing.Point(16, 150);
     lbl_Existenciam.Name = "lbl_Existenciam";
     lbl_Existenciam.Size = new System.Drawing.Size(55, 13);
     lbl_Existenciam.TabIndex = 10;
     lbl_Existenciam.Text = "Existencia";
     //
     // txt_Existenciam
     //
     txt_Existenciam.Location = new System.Drawing.Point(19, 166);
     txt_Existenciam.Name = "txt_Existenciam";
     txt_Existenciam.Size = new System.Drawing.Size(100, 20);
     txt_Existenciam.TabIndex = 3;
     //
     // lbl_Lotem
     //
     lbl_Lotem.AutoSize = true;
     lbl_Lotem.Location = new System.Drawing.Point(16, 111);
     lbl_Lotem.Name = "lbl_Lotem";
     lbl_Lotem.Size = new System.Drawing.Size(28, 13);
     lbl_Lotem.TabIndex = 9;
     lbl_Lotem.Text = "Lote";
     //
     // txt_PrecioCompram
     //
     txt_PrecioCompram.Location = new System.Drawing.Point(19, 205);
     txt_PrecioCompram.Name = "txt_PrecioCompram";
     txt_PrecioCompram.Size = new System.Drawing.Size(100, 20);
     txt_PrecioCompram.TabIndex = 4;
     txt_PrecioCompram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioCompram_KeyPress);
     //
     // lbl_MateriaPrima
     //
     lbl_MateriaPrima.AutoSize = true;
     lbl_MateriaPrima.Location = new System.Drawing.Point(16, 71);
     lbl_MateriaPrima.Name = "lbl_MateriaPrima";
     lbl_MateriaPrima.Size = new System.Drawing.Size(70, 13);
     lbl_MateriaPrima.TabIndex = 8;
     lbl_MateriaPrima.Text = "Materia prima";
     //
     // txt_PrecioVentam
     //
     txt_PrecioVentam.Location = new System.Drawing.Point(19, 247);
     txt_PrecioVentam.Name = "txt_PrecioVentam";
     txt_PrecioVentam.Size = new System.Drawing.Size(100, 20);
     txt_PrecioVentam.TabIndex = 5;
     txt_PrecioVentam.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentam_KeyPress);
     //
     // dateTime_MateriaPrimam
     //
     dateTime_MateriaPrimam.Location = new System.Drawing.Point(19, 286);
     dateTime_MateriaPrimam.Name = "dateTime_MateriaPrimam";
     dateTime_MateriaPrimam.Size = new System.Drawing.Size(200, 20);
     dateTime_MateriaPrimam.TabIndex = 6;
     //
     // tab_MateriaPrimaP
     //
     tab_MateriaPrimaP.BackColor = System.Drawing.SystemColors.Control;
     tab_MateriaPrimaP.Controls.Add(groupBox_ListaMateriaPrimap);
     tab_MateriaPrimaP.Controls.Add(groupBox_MateriaPrimap);
     tab_MateriaPrimaP.Location = new System.Drawing.Point(4, 22);
     tab_MateriaPrimaP.Name = "tab_MateriaPrimaP";
     tab_MateriaPrimaP.Padding = new System.Windows.Forms.Padding(3);
     tab_MateriaPrimaP.Size = new System.Drawing.Size(799, 394);
     tab_MateriaPrimaP.TabIndex = 1;
     tab_MateriaPrimaP.Text = "Materia prima sin rebaba";
     //
     // groupBox_ListaMateriaPrimap
     //
     groupBox_ListaMateriaPrimap.Controls.Add(data_MateriaPrimaP);
     groupBox_ListaMateriaPrimap.Location = new System.Drawing.Point(277, 34);
     groupBox_ListaMateriaPrimap.Name = "groupBox_ListaMateriaPrimap";
     groupBox_ListaMateriaPrimap.Size = new System.Drawing.Size(483, 327);
     groupBox_ListaMateriaPrimap.TabIndex = 82;
     groupBox_ListaMateriaPrimap.TabStop = false;
     groupBox_ListaMateriaPrimap.Text = "Lista de materia prima";
     //
     // data_MateriaPrimaP
     //
     data_MateriaPrimaP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_MateriaPrimaP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_AlmacenMateriaPrimaP,
     Id_MateriaPrimaP,
     Id_Almacenp,
     MateriaPrimaP,
     Lotep,
     Existenciap,
     Precio_Comprap,
     Precio_Ventap,
     Fechap});
     data_MateriaPrimaP.Location = new System.Drawing.Point(4, 16);
     data_MateriaPrimaP.Name = "data_MateriaPrimaP";
     data_MateriaPrimaP.Size = new System.Drawing.Size(474, 305);
     data_MateriaPrimaP.TabIndex = 0;
     data_MateriaPrimaP.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrimaP_MouseDoubleClick);
     //
     // Id_AlmacenMateriaPrimaP
     //
     Id_AlmacenMateriaPrimaP.HeaderText = "Id_AlmacenMateriaPrimaP";
     Id_AlmacenMateriaPrimaP.Name = "Id_AlmacenMateriaPrimaP";
     Id_AlmacenMateriaPrimaP.Visible = false;
     //
     // Id_MateriaPrimaP
     //
     Id_MateriaPrimaP.HeaderText = "Id_MateriaPrimaP";
     Id_MateriaPrimaP.Name = "Id_MateriaPrimaP";
     Id_MateriaPrimaP.Visible = false;
     //
     // Id_Almacenp
     //
     Id_Almacenp.HeaderText = "Id_Almacenp";
     Id_Almacenp.Name = "Id_Almacenp";
     Id_Almacenp.Visible = false;
     //
     // MateriaPrimaP
     //
     MateriaPrimaP.HeaderText = "Materia prima";
     MateriaPrimaP.Name = "MateriaPrimaP";
     //
     // Lotep
     //
     Lotep.HeaderText = "Lote";
     Lotep.Name = "Lotep";
     //
     // Existenciap
     //
     Existenciap.HeaderText = "Existencia";
     Existenciap.Name = "Existenciap";
     //
     // Precio_Comprap
     //
     Precio_Comprap.HeaderText = "Precio compra";
     Precio_Comprap.Name = "Precio_Comprap";
     //
     // Precio_Ventap
     //
     Precio_Ventap.HeaderText = "Precio venta";
     Precio_Ventap.Name = "Precio_Ventap";
     //
     // Fechap
     //
     Fechap.HeaderText = "Fecha";
     Fechap.Name = "Fechap";
     //
     // groupBox_MateriaPrimap
     //
     groupBox_MateriaPrimap.Controls.Add(lbl_Almacenp);
     groupBox_MateriaPrimap.Controls.Add(lbl_Fechap);
     groupBox_MateriaPrimap.Controls.Add(combo_Almacenp);
     groupBox_MateriaPrimap.Controls.Add(lbl_PrecioVentaP);
     groupBox_MateriaPrimap.Controls.Add(comboBox_MateriaPrimap);
     groupBox_MateriaPrimap.Controls.Add(lbl_PrecioComprap);
     groupBox_MateriaPrimap.Controls.Add(txt_Lotep);
     groupBox_MateriaPrimap.Controls.Add(lbl_Existenciap);
     groupBox_MateriaPrimap.Controls.Add(txt_Exisnteciap);
     groupBox_MateriaPrimap.Controls.Add(lbl_Lotep);
     groupBox_MateriaPrimap.Controls.Add(txt_PrecioComprap);
     groupBox_MateriaPrimap.Controls.Add(lbl_MateriaPrimaP);
     groupBox_MateriaPrimap.Controls.Add(txt_PrecioVentap);
     groupBox_MateriaPrimap.Controls.Add(dateTime_MateriaPrimap);
     groupBox_MateriaPrimap.Location = new System.Drawing.Point(39, 34);
     groupBox_MateriaPrimap.Name = "groupBox_MateriaPrimap";
     groupBox_MateriaPrimap.Size = new System.Drawing.Size(232, 327);
     groupBox_MateriaPrimap.TabIndex = 83;
     groupBox_MateriaPrimap.TabStop = false;
     groupBox_MateriaPrimap.Text = "Inventario de materia prima";
     //
     // lbl_Almacenp
     //
     lbl_Almacenp.AutoSize = true;
     lbl_Almacenp.Location = new System.Drawing.Point(16, 31);
     lbl_Almacenp.Name = "lbl_Almacenp";
     lbl_Almacenp.Size = new System.Drawing.Size(48, 13);
     lbl_Almacenp.TabIndex = 7;
     lbl_Almacenp.Text = "AlmacƩn";
     //
     // lbl_Fechap
     //
     lbl_Fechap.AutoSize = true;
     lbl_Fechap.Location = new System.Drawing.Point(16, 270);
     lbl_Fechap.Name = "lbl_Fechap";
     lbl_Fechap.Size = new System.Drawing.Size(37, 13);
     lbl_Fechap.TabIndex = 13;
     lbl_Fechap.Text = "Fecha";
     //
     // combo_Almacenp
     //
     combo_Almacenp.FormattingEnabled = true;
     combo_Almacenp.Location = new System.Drawing.Point(19, 47);
     combo_Almacenp.Name = "combo_Almacenp";
     combo_Almacenp.Size = new System.Drawing.Size(121, 21);
     combo_Almacenp.TabIndex = 0;
     //
     // lbl_PrecioVentaP
     //
     lbl_PrecioVentaP.AutoSize = true;
     lbl_PrecioVentaP.Location = new System.Drawing.Point(16, 228);
     lbl_PrecioVentaP.Name = "lbl_PrecioVentaP";
     lbl_PrecioVentaP.Size = new System.Drawing.Size(67, 13);
     lbl_PrecioVentaP.TabIndex = 12;
     lbl_PrecioVentaP.Text = "Precio venta";
     //
     // comboBox_MateriaPrimap
     //
     comboBox_MateriaPrimap.FormattingEnabled = true;
     comboBox_MateriaPrimap.Location = new System.Drawing.Point(19, 87);
     comboBox_MateriaPrimap.Name = "comboBox_MateriaPrimap";
     comboBox_MateriaPrimap.Size = new System.Drawing.Size(121, 21);
     comboBox_MateriaPrimap.TabIndex = 1;
     //
     // lbl_PrecioComprap
     //
     lbl_PrecioComprap.AutoSize = true;
     lbl_PrecioComprap.Location = new System.Drawing.Point(16, 189);
     lbl_PrecioComprap.Name = "lbl_PrecioComprap";
     lbl_PrecioComprap.Size = new System.Drawing.Size(75, 13);
     lbl_PrecioComprap.TabIndex = 11;
     lbl_PrecioComprap.Text = "Precio compra";
     //
     // txt_Lotep
     //
     txt_Lotep.Location = new System.Drawing.Point(19, 127);
     txt_Lotep.Name = "txt_Lotep";
     txt_Lotep.Size = new System.Drawing.Size(100, 20);
     txt_Lotep.TabIndex = 2;
     //
     // lbl_Existenciap
     //
     lbl_Existenciap.AutoSize = true;
     lbl_Existenciap.Location = new System.Drawing.Point(16, 150);
     lbl_Existenciap.Name = "lbl_Existenciap";
     lbl_Existenciap.Size = new System.Drawing.Size(55, 13);
     lbl_Existenciap.TabIndex = 10;
     lbl_Existenciap.Text = "Existencia";
     //
     // txt_Exisnteciap
     //
     txt_Exisnteciap.Location = new System.Drawing.Point(19, 166);
     txt_Exisnteciap.Name = "txt_Exisnteciap";
     txt_Exisnteciap.Size = new System.Drawing.Size(100, 20);
     txt_Exisnteciap.TabIndex = 3;
     //
     // lbl_Lotep
     //
     lbl_Lotep.AutoSize = true;
     lbl_Lotep.Location = new System.Drawing.Point(16, 111);
     lbl_Lotep.Name = "lbl_Lotep";
     lbl_Lotep.Size = new System.Drawing.Size(28, 13);
     lbl_Lotep.TabIndex = 9;
     lbl_Lotep.Text = "Lote";
     //
     // txt_PrecioComprap
     //
     txt_PrecioComprap.Location = new System.Drawing.Point(19, 205);
     txt_PrecioComprap.Name = "txt_PrecioComprap";
     txt_PrecioComprap.Size = new System.Drawing.Size(100, 20);
     txt_PrecioComprap.TabIndex = 4;
     txt_PrecioComprap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprap_KeyPress);
     //
     // lbl_MateriaPrimaP
     //
     lbl_MateriaPrimaP.AutoSize = true;
     lbl_MateriaPrimaP.Location = new System.Drawing.Point(16, 71);
     lbl_MateriaPrimaP.Name = "lbl_MateriaPrimaP";
     lbl_MateriaPrimaP.Size = new System.Drawing.Size(70, 13);
     lbl_MateriaPrimaP.TabIndex = 8;
     lbl_MateriaPrimaP.Text = "Materia prima";
     //
     // txt_PrecioVentap
     //
     txt_PrecioVentap.Location = new System.Drawing.Point(19, 247);
     txt_PrecioVentap.Name = "txt_PrecioVentap";
     txt_PrecioVentap.Size = new System.Drawing.Size(100, 20);
     txt_PrecioVentap.TabIndex = 5;
     txt_PrecioVentap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentap_KeyPress);
     //
     // dateTime_MateriaPrimap
     //
     dateTime_MateriaPrimap.Location = new System.Drawing.Point(19, 286);
     dateTime_MateriaPrimap.Name = "dateTime_MateriaPrimap";
     dateTime_MateriaPrimap.Size = new System.Drawing.Size(200, 20);
     dateTime_MateriaPrimap.TabIndex = 6;
     //
     // tab_ProductoElaborado
     //
     tab_ProductoElaborado.BackColor = System.Drawing.SystemColors.Control;
     tab_ProductoElaborado.Controls.Add(groupBox_ListaProductoElaborado);
     tab_ProductoElaborado.Controls.Add(groupBox_ProductoElaborado);
     tab_ProductoElaborado.Location = new System.Drawing.Point(4, 22);
     tab_ProductoElaborado.Name = "tab_ProductoElaborado";
     tab_ProductoElaborado.Padding = new System.Windows.Forms.Padding(3);
     tab_ProductoElaborado.Size = new System.Drawing.Size(799, 394);
     tab_ProductoElaborado.TabIndex = 2;
     tab_ProductoElaborado.Text = "Producto elaborado";
     //
     // groupBox_ListaProductoElaborado
     //
     groupBox_ListaProductoElaborado.Controls.Add(data_ProductoElaborado);
     groupBox_ListaProductoElaborado.Location = new System.Drawing.Point(277, 34);
     groupBox_ListaProductoElaborado.Name = "groupBox_ListaProductoElaborado";
     groupBox_ListaProductoElaborado.Size = new System.Drawing.Size(483, 327);
     groupBox_ListaProductoElaborado.TabIndex = 82;
     groupBox_ListaProductoElaborado.TabStop = false;
     groupBox_ListaProductoElaborado.Text = "Lista de producto elaborado";
     //
     // data_ProductoElaborado
     //
     data_ProductoElaborado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ProductoElaborado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_AlmacenProductoElaborado,
     Id_Almacene,
     Id_ProductoElaborado,
     Producto,
     Lotee,
     Existenciae,
     Precio_Comprae,
     Precio_Ventae,
     Fechae});
     data_ProductoElaborado.Location = new System.Drawing.Point(4, 16);
     data_ProductoElaborado.Name = "data_ProductoElaborado";
     data_ProductoElaborado.Size = new System.Drawing.Size(474, 305);
     data_ProductoElaborado.TabIndex = 0;
     data_ProductoElaborado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoElaborado_MouseDoubleClick);
     //
     // Id_AlmacenProductoElaborado
     //
     Id_AlmacenProductoElaborado.HeaderText = "Id_AlmacenProductoElaborado";
     Id_AlmacenProductoElaborado.Name = "Id_AlmacenProductoElaborado";
     Id_AlmacenProductoElaborado.Visible = false;
     //
     // Id_Almacene
     //
     Id_Almacene.HeaderText = "Id_Almacene";
     Id_Almacene.Name = "Id_Almacene";
     Id_Almacene.Visible = false;
     //
     // Id_ProductoElaborado
     //
     Id_ProductoElaborado.HeaderText = "Id_ProductoElaborado";
     Id_ProductoElaborado.Name = "Id_ProductoElaborado";
     Id_ProductoElaborado.Visible = false;
     //
     // Producto
     //
     Producto.HeaderText = "Producto";
     Producto.Name = "Producto";
     //
     // Lotee
     //
     Lotee.HeaderText = "Lote";
     Lotee.Name = "Lotee";
     //
     // Existenciae
     //
     Existenciae.HeaderText = "Existencia";
     Existenciae.Name = "Existenciae";
     //
     // Precio_Comprae
     //
     Precio_Comprae.HeaderText = "Precio compra";
     Precio_Comprae.Name = "Precio_Comprae";
     //
     // Precio_Ventae
     //
     Precio_Ventae.HeaderText = "Precio venta";
     Precio_Ventae.Name = "Precio_Ventae";
     //
     // Fechae
     //
     Fechae.HeaderText = "Fecha";
     Fechae.Name = "Fechae";
     //
     // groupBox_ProductoElaborado
     //
     groupBox_ProductoElaborado.Controls.Add(lbl_Almacene);
     groupBox_ProductoElaborado.Controls.Add(lbl_Fechae);
     groupBox_ProductoElaborado.Controls.Add(combo_Almacene);
     groupBox_ProductoElaborado.Controls.Add(lbl_PrecioVentae);
     groupBox_ProductoElaborado.Controls.Add(comboBox_ProductoElaborado);
     groupBox_ProductoElaborado.Controls.Add(lbl_PrecioComprae);
     groupBox_ProductoElaborado.Controls.Add(txt_Lotee);
     groupBox_ProductoElaborado.Controls.Add(lbl_Existenciae);
     groupBox_ProductoElaborado.Controls.Add(txt_Existenciae);
     groupBox_ProductoElaborado.Controls.Add(lbl_Lotee);
     groupBox_ProductoElaborado.Controls.Add(txt_PrecioComprae);
     groupBox_ProductoElaborado.Controls.Add(lbl_ProductoElaborado);
     groupBox_ProductoElaborado.Controls.Add(txt_PrecioVentae);
     groupBox_ProductoElaborado.Controls.Add(dateTime_ProductoElaborado);
     groupBox_ProductoElaborado.Location = new System.Drawing.Point(39, 34);
     groupBox_ProductoElaborado.Name = "groupBox_ProductoElaborado";
     groupBox_ProductoElaborado.Size = new System.Drawing.Size(232, 327);
     groupBox_ProductoElaborado.TabIndex = 83;
     groupBox_ProductoElaborado.TabStop = false;
     groupBox_ProductoElaborado.Text = "Inventario de producto elaborado";
     //
     // lbl_Almacene
     //
     lbl_Almacene.AutoSize = true;
     lbl_Almacene.Location = new System.Drawing.Point(16, 31);
     lbl_Almacene.Name = "lbl_Almacene";
     lbl_Almacene.Size = new System.Drawing.Size(48, 13);
     lbl_Almacene.TabIndex = 7;
     lbl_Almacene.Text = "AlmacƩn";
     //
     // lbl_Fechae
     //
     lbl_Fechae.AutoSize = true;
     lbl_Fechae.Location = new System.Drawing.Point(16, 270);
     lbl_Fechae.Name = "lbl_Fechae";
     lbl_Fechae.Size = new System.Drawing.Size(37, 13);
     lbl_Fechae.TabIndex = 13;
     lbl_Fechae.Text = "Fecha";
     //
     // combo_Almacene
     //
     combo_Almacene.FormattingEnabled = true;
     combo_Almacene.Location = new System.Drawing.Point(19, 47);
     combo_Almacene.Name = "combo_Almacene";
     combo_Almacene.Size = new System.Drawing.Size(121, 21);
     combo_Almacene.TabIndex = 0;
     //
     // lbl_PrecioVentae
     //
     lbl_PrecioVentae.AutoSize = true;
     lbl_PrecioVentae.Location = new System.Drawing.Point(16, 228);
     lbl_PrecioVentae.Name = "lbl_PrecioVentae";
     lbl_PrecioVentae.Size = new System.Drawing.Size(67, 13);
     lbl_PrecioVentae.TabIndex = 12;
     lbl_PrecioVentae.Text = "Precio venta";
     //
     // comboBox_ProductoElaborado
     //
     comboBox_ProductoElaborado.FormattingEnabled = true;
     comboBox_ProductoElaborado.Location = new System.Drawing.Point(19, 87);
     comboBox_ProductoElaborado.Name = "comboBox_ProductoElaborado";
     comboBox_ProductoElaborado.Size = new System.Drawing.Size(121, 21);
     comboBox_ProductoElaborado.TabIndex = 1;
     //
     // lbl_PrecioComprae
     //
     lbl_PrecioComprae.AutoSize = true;
     lbl_PrecioComprae.Location = new System.Drawing.Point(16, 189);
     lbl_PrecioComprae.Name = "lbl_PrecioComprae";
     lbl_PrecioComprae.Size = new System.Drawing.Size(75, 13);
     lbl_PrecioComprae.TabIndex = 11;
     lbl_PrecioComprae.Text = "Precio compra";
     //
     // txt_Lotee
     //
     txt_Lotee.Location = new System.Drawing.Point(19, 127);
     txt_Lotee.Name = "txt_Lotee";
     txt_Lotee.Size = new System.Drawing.Size(100, 20);
     txt_Lotee.TabIndex = 2;
     //
     // lbl_Existenciae
     //
     lbl_Existenciae.AutoSize = true;
     lbl_Existenciae.Location = new System.Drawing.Point(16, 150);
     lbl_Existenciae.Name = "lbl_Existenciae";
     lbl_Existenciae.Size = new System.Drawing.Size(55, 13);
     lbl_Existenciae.TabIndex = 10;
     lbl_Existenciae.Text = "Existencia";
     //
     // txt_Existenciae
     //
     txt_Existenciae.Location = new System.Drawing.Point(19, 166);
     txt_Existenciae.Name = "txt_Existenciae";
     txt_Existenciae.Size = new System.Drawing.Size(100, 20);
     txt_Existenciae.TabIndex = 3;
     //
     // lbl_Lotee
     //
     lbl_Lotee.AutoSize = true;
     lbl_Lotee.Location = new System.Drawing.Point(16, 111);
     lbl_Lotee.Name = "lbl_Lotee";
     lbl_Lotee.Size = new System.Drawing.Size(28, 13);
     lbl_Lotee.TabIndex = 9;
     lbl_Lotee.Text = "Lote";
     //
     // txt_PrecioComprae
     //
     txt_PrecioComprae.Location = new System.Drawing.Point(19, 205);
     txt_PrecioComprae.Name = "txt_PrecioComprae";
     txt_PrecioComprae.Size = new System.Drawing.Size(100, 20);
     txt_PrecioComprae.TabIndex = 4;
     txt_PrecioComprae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprae_KeyPress);
     //
     // lbl_ProductoElaborado
     //
     lbl_ProductoElaborado.AutoSize = true;
     lbl_ProductoElaborado.Location = new System.Drawing.Point(16, 71);
     lbl_ProductoElaborado.Name = "lbl_ProductoElaborado";
     lbl_ProductoElaborado.Size = new System.Drawing.Size(110, 13);
     lbl_ProductoElaborado.TabIndex = 8;
     lbl_ProductoElaborado.Text = "Productos elaborados";
     //
     // txt_PrecioVentae
     //
     txt_PrecioVentae.Location = new System.Drawing.Point(19, 247);
     txt_PrecioVentae.Name = "txt_PrecioVentae";
     txt_PrecioVentae.Size = new System.Drawing.Size(100, 20);
     txt_PrecioVentae.TabIndex = 5;
     txt_PrecioVentae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentae_KeyPress);
     //
     // dateTime_ProductoElaborado
     //
     dateTime_ProductoElaborado.Location = new System.Drawing.Point(19, 286);
     dateTime_ProductoElaborado.Name = "dateTime_ProductoElaborado";
     dateTime_ProductoElaborado.Size = new System.Drawing.Size(200, 20);
     dateTime_ProductoElaborado.TabIndex = 6;
     //
     // tab_ProductoIndirecto
     //
     tab_ProductoIndirecto.BackColor = System.Drawing.SystemColors.Control;
     tab_ProductoIndirecto.Controls.Add(groupBox_ListaProductoIndirecto);
     tab_ProductoIndirecto.Controls.Add(groupBox_ProductoIndirecto);
     tab_ProductoIndirecto.Location = new System.Drawing.Point(4, 22);
     tab_ProductoIndirecto.Name = "tab_ProductoIndirecto";
     tab_ProductoIndirecto.Padding = new System.Windows.Forms.Padding(3);
     tab_ProductoIndirecto.Size = new System.Drawing.Size(799, 394);
     tab_ProductoIndirecto.TabIndex = 3;
     tab_ProductoIndirecto.Text = "Producto indirecto";
     //
     // groupBox_ListaProductoIndirecto
     //
     groupBox_ListaProductoIndirecto.Controls.Add(data_ProductoIndirecto);
     groupBox_ListaProductoIndirecto.Location = new System.Drawing.Point(277, 34);
     groupBox_ListaProductoIndirecto.Name = "groupBox_ListaProductoIndirecto";
     groupBox_ListaProductoIndirecto.Size = new System.Drawing.Size(483, 327);
     groupBox_ListaProductoIndirecto.TabIndex = 82;
     groupBox_ListaProductoIndirecto.TabStop = false;
     groupBox_ListaProductoIndirecto.Text = "Lista de producto indirecto";
     //
     // data_ProductoIndirecto
     //
     data_ProductoIndirecto.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ProductoIndirecto.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_AlmacenProductoIndirecto,
     Id_Almaceni,
     Id_ProductoIndirecto,
     Productoi,
     Existenciai,
     Precio_CompraI,
     Precio_Ventai,
     Fechai});
     data_ProductoIndirecto.Location = new System.Drawing.Point(4, 16);
     data_ProductoIndirecto.Name = "data_ProductoIndirecto";
     data_ProductoIndirecto.Size = new System.Drawing.Size(474, 305);
     data_ProductoIndirecto.TabIndex = 0;
     data_ProductoIndirecto.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoIndirecto_MouseDoubleClick);
     //
     // Id_AlmacenProductoIndirecto
     //
     Id_AlmacenProductoIndirecto.HeaderText = "Id_AlmacenProductoIndirecto";
     Id_AlmacenProductoIndirecto.Name = "Id_AlmacenProductoIndirecto";
     Id_AlmacenProductoIndirecto.Visible = false;
     //
     // Id_Almaceni
     //
     Id_Almaceni.HeaderText = "Id_Almacen";
     Id_Almaceni.Name = "Id_Almaceni";
     Id_Almaceni.Visible = false;
     //
     // Id_ProductoIndirecto
     //
     Id_ProductoIndirecto.HeaderText = "Id_ProductoIndirecto";
     Id_ProductoIndirecto.Name = "Id_ProductoIndirecto";
     Id_ProductoIndirecto.Visible = false;
     //
     // Productoi
     //
     Productoi.HeaderText = "Producto";
     Productoi.Name = "Productoi";
     //
     // Existenciai
     //
     Existenciai.HeaderText = "Existencia";
     Existenciai.Name = "Existenciai";
     //
     // Precio_CompraI
     //
     Precio_CompraI.HeaderText = "Precio compra";
     Precio_CompraI.Name = "Precio_CompraI";
     //
     // Precio_Ventai
     //
     Precio_Ventai.HeaderText = "Precio venta";
     Precio_Ventai.Name = "Precio_Ventai";
     //
     // Fechai
     //
     Fechai.HeaderText = "Fecha";
     Fechai.Name = "Fechai";
     //
     // groupBox_ProductoIndirecto
     //
     groupBox_ProductoIndirecto.Controls.Add(lbl_Almaceni);
     groupBox_ProductoIndirecto.Controls.Add(lbl_FechaI);
     groupBox_ProductoIndirecto.Controls.Add(combo_Almaceni);
     groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioVentaI);
     groupBox_ProductoIndirecto.Controls.Add(comboBox_ProductoIndirecto);
     groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioCompraI);
     groupBox_ProductoIndirecto.Controls.Add(lbl_Existenciai);
     groupBox_ProductoIndirecto.Controls.Add(txt_Existenciai);
     groupBox_ProductoIndirecto.Controls.Add(txt_PrecioComprai);
     groupBox_ProductoIndirecto.Controls.Add(lbl_ProductoIndirecto);
     groupBox_ProductoIndirecto.Controls.Add(txt_PrecioVentai);
     groupBox_ProductoIndirecto.Controls.Add(dateTime_ProductoIndirecto);
     groupBox_ProductoIndirecto.Location = new System.Drawing.Point(39, 34);
     groupBox_ProductoIndirecto.Name = "groupBox_ProductoIndirecto";
     groupBox_ProductoIndirecto.Size = new System.Drawing.Size(232, 327);
     groupBox_ProductoIndirecto.TabIndex = 83;
     groupBox_ProductoIndirecto.TabStop = false;
     groupBox_ProductoIndirecto.Text = "Inventario de producto indirecto";
     //
     // lbl_Almaceni
     //
     lbl_Almaceni.AutoSize = true;
     lbl_Almaceni.Location = new System.Drawing.Point(16, 31);
     lbl_Almaceni.Name = "lbl_Almaceni";
     lbl_Almaceni.Size = new System.Drawing.Size(48, 13);
     lbl_Almaceni.TabIndex = 7;
     lbl_Almaceni.Text = "AlmacƩn";
     //
     // lbl_FechaI
     //
     lbl_FechaI.AutoSize = true;
     lbl_FechaI.Location = new System.Drawing.Point(16, 233);
     lbl_FechaI.Name = "lbl_FechaI";
     lbl_FechaI.Size = new System.Drawing.Size(37, 13);
     lbl_FechaI.TabIndex = 13;
     lbl_FechaI.Text = "Fecha";
     //
     // combo_Almaceni
     //
     combo_Almaceni.FormattingEnabled = true;
     combo_Almaceni.Location = new System.Drawing.Point(19, 47);
     combo_Almaceni.Name = "combo_Almaceni";
     combo_Almaceni.Size = new System.Drawing.Size(121, 21);
     combo_Almaceni.TabIndex = 0;
     //
     // lbl_PrecioVentaI
     //
     lbl_PrecioVentaI.AutoSize = true;
     lbl_PrecioVentaI.Location = new System.Drawing.Point(16, 191);
     lbl_PrecioVentaI.Name = "lbl_PrecioVentaI";
     lbl_PrecioVentaI.Size = new System.Drawing.Size(67, 13);
     lbl_PrecioVentaI.TabIndex = 12;
     lbl_PrecioVentaI.Text = "Precio venta";
     //
     // comboBox_ProductoIndirecto
     //
     comboBox_ProductoIndirecto.FormattingEnabled = true;
     comboBox_ProductoIndirecto.Location = new System.Drawing.Point(19, 87);
     comboBox_ProductoIndirecto.Name = "comboBox_ProductoIndirecto";
     comboBox_ProductoIndirecto.Size = new System.Drawing.Size(121, 21);
     comboBox_ProductoIndirecto.TabIndex = 1;
     //
     // lbl_PrecioCompraI
     //
     lbl_PrecioCompraI.AutoSize = true;
     lbl_PrecioCompraI.Location = new System.Drawing.Point(16, 152);
     lbl_PrecioCompraI.Name = "lbl_PrecioCompraI";
     lbl_PrecioCompraI.Size = new System.Drawing.Size(75, 13);
     lbl_PrecioCompraI.TabIndex = 11;
     lbl_PrecioCompraI.Text = "Precio compra";
     //
     // lbl_Existenciai
     //
     lbl_Existenciai.AutoSize = true;
     lbl_Existenciai.Location = new System.Drawing.Point(16, 113);
     lbl_Existenciai.Name = "lbl_Existenciai";
     lbl_Existenciai.Size = new System.Drawing.Size(55, 13);
     lbl_Existenciai.TabIndex = 10;
     lbl_Existenciai.Text = "Existencia";
     //
     // txt_Existenciai
     //
     txt_Existenciai.Location = new System.Drawing.Point(19, 129);
     txt_Existenciai.Name = "txt_Existenciai";
     txt_Existenciai.Size = new System.Drawing.Size(100, 20);
     txt_Existenciai.TabIndex = 3;
     //
     // txt_PrecioComprai
     //
     txt_PrecioComprai.Location = new System.Drawing.Point(19, 168);
     txt_PrecioComprai.Name = "txt_PrecioComprai";
     txt_PrecioComprai.Size = new System.Drawing.Size(100, 20);
     txt_PrecioComprai.TabIndex = 4;
     txt_PrecioComprai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprai_KeyPress);
     //
     // lbl_ProductoIndirecto
     //
     lbl_ProductoIndirecto.AutoSize = true;
     lbl_ProductoIndirecto.Location = new System.Drawing.Point(16, 71);
     lbl_ProductoIndirecto.Name = "lbl_ProductoIndirecto";
     lbl_ProductoIndirecto.Size = new System.Drawing.Size(93, 13);
     lbl_ProductoIndirecto.TabIndex = 8;
     lbl_ProductoIndirecto.Text = "Producto indirecto";
     //
     // txt_PrecioVentai
     //
     txt_PrecioVentai.Location = new System.Drawing.Point(19, 210);
     txt_PrecioVentai.Name = "txt_PrecioVentai";
     txt_PrecioVentai.Size = new System.Drawing.Size(100, 20);
     txt_PrecioVentai.TabIndex = 5;
     txt_PrecioVentai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentai_KeyPress);
     //
     // dateTime_ProductoIndirecto
     //
     dateTime_ProductoIndirecto.Location = new System.Drawing.Point(19, 249);
     dateTime_ProductoIndirecto.Name = "dateTime_ProductoIndirecto";
     dateTime_ProductoIndirecto.Size = new System.Drawing.Size(200, 20);
     dateTime_ProductoIndirecto.TabIndex = 6;
     //
     // tab_ProductoTerminado
     //
     tab_ProductoTerminado.BackColor = System.Drawing.SystemColors.Control;
     tab_ProductoTerminado.Controls.Add(groupBox_ListaProductoTerminado);
     tab_ProductoTerminado.Controls.Add(groupBox_ProductoTerminado);
     tab_ProductoTerminado.Location = new System.Drawing.Point(4, 22);
     tab_ProductoTerminado.Name = "tab_ProductoTerminado";
     tab_ProductoTerminado.Padding = new System.Windows.Forms.Padding(3);
     tab_ProductoTerminado.Size = new System.Drawing.Size(799, 394);
     tab_ProductoTerminado.TabIndex = 4;
     tab_ProductoTerminado.Text = "Producto terminado";
     //
     // groupBox_ListaProductoTerminado
     //
     groupBox_ListaProductoTerminado.Controls.Add(data_ProductoTerminado);
     groupBox_ListaProductoTerminado.Location = new System.Drawing.Point(277, 34);
     groupBox_ListaProductoTerminado.Name = "groupBox_ListaProductoTerminado";
     groupBox_ListaProductoTerminado.Size = new System.Drawing.Size(483, 327);
     groupBox_ListaProductoTerminado.TabIndex = 82;
     groupBox_ListaProductoTerminado.TabStop = false;
     groupBox_ListaProductoTerminado.Text = "Lista de producto terminado";
     //
     // data_ProductoTerminado
     //
     data_ProductoTerminado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     data_ProductoTerminado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     Id_AlmacenProducto,
     Id_Almacent,
     Id_ProductoTerminado,
     Productot,
     Lotet,
     Existenciat,
     Precio_Comprat,
     Precio_Ventat,
     Descuento,
     Fechat});
     data_ProductoTerminado.Location = new System.Drawing.Point(4, 16);
     data_ProductoTerminado.Name = "data_ProductoTerminado";
     data_ProductoTerminado.Size = new System.Drawing.Size(474, 305);
     data_ProductoTerminado.TabIndex = 0;
     data_ProductoTerminado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoTerminado_MouseDoubleClick);
     //
     // Id_AlmacenProducto
     //
     Id_AlmacenProducto.HeaderText = "Id_AlmacenProducto";
     Id_AlmacenProducto.Name = "Id_AlmacenProducto";
     Id_AlmacenProducto.Visible = false;
     //
     // Id_Almacent
     //
     Id_Almacent.HeaderText = "Id_Almacen";
     Id_Almacent.Name = "Id_Almacent";
     Id_Almacent.Visible = false;
     //
     // Id_ProductoTerminado
     //
     Id_ProductoTerminado.HeaderText = "Id_ProductoTerminado";
     Id_ProductoTerminado.Name = "Id_ProductoTerminado";
     Id_ProductoTerminado.Visible = false;
     //
     // Productot
     //
     Productot.HeaderText = "Producto";
     Productot.Name = "Productot";
     //
     // Lotet
     //
     Lotet.HeaderText = "Lote";
     Lotet.Name = "Lotet";
     //
     // Existenciat
     //
     Existenciat.HeaderText = "Existencia";
     Existenciat.Name = "Existenciat";
     //
     // Precio_Comprat
     //
     Precio_Comprat.HeaderText = "Precio compra";
     Precio_Comprat.Name = "Precio_Comprat";
     //
     // Precio_Ventat
     //
     Precio_Ventat.HeaderText = "Precio venta";
     Precio_Ventat.Name = "Precio_Ventat";
     //
     // Descuento
     //
     Descuento.HeaderText = "Descuento";
     Descuento.Name = "Descuento";
     //
     // Fechat
     //
     Fechat.HeaderText = "Fecha";
     Fechat.Name = "Fechat";
     //
     // groupBox_ProductoTerminado
     //
     groupBox_ProductoTerminado.Controls.Add(lbl_Descuentot);
     groupBox_ProductoTerminado.Controls.Add(txt_Descuento);
     groupBox_ProductoTerminado.Controls.Add(lbl_Almacent);
     groupBox_ProductoTerminado.Controls.Add(lbl_Fechat);
     groupBox_ProductoTerminado.Controls.Add(combo_Almacent);
     groupBox_ProductoTerminado.Controls.Add(lbl_PrecioVentat);
     groupBox_ProductoTerminado.Controls.Add(comboBox_ProductoTerminado);
     groupBox_ProductoTerminado.Controls.Add(lbl_PrecioComprat);
     groupBox_ProductoTerminado.Controls.Add(txt_Lotet);
     groupBox_ProductoTerminado.Controls.Add(lbl_Existenciat);
     groupBox_ProductoTerminado.Controls.Add(txt_Existenciat);
     groupBox_ProductoTerminado.Controls.Add(lbl_Lotet);
     groupBox_ProductoTerminado.Controls.Add(txt_PrecioComprat);
     groupBox_ProductoTerminado.Controls.Add(lbl_Producto);
     groupBox_ProductoTerminado.Controls.Add(txt_PrecioVentat);
     groupBox_ProductoTerminado.Controls.Add(dateTime_ProductoTerminado);
     groupBox_ProductoTerminado.Location = new System.Drawing.Point(39, 34);
     groupBox_ProductoTerminado.Name = "groupBox_ProductoTerminado";
     groupBox_ProductoTerminado.Size = new System.Drawing.Size(232, 341);
     groupBox_ProductoTerminado.TabIndex = 83;
     groupBox_ProductoTerminado.TabStop = false;
     groupBox_ProductoTerminado.Text = "Inventario de producto terminado";
     //
     // lbl_Descuentot
     //
     lbl_Descuentot.AutoSize = true;
     lbl_Descuentot.Location = new System.Drawing.Point(16, 254);
     lbl_Descuentot.Name = "lbl_Descuentot";
     lbl_Descuentot.Size = new System.Drawing.Size(59, 13);
     lbl_Descuentot.TabIndex = 15;
     lbl_Descuentot.Text = "Descuento";
     //
     // txt_Descuento
     //
     txt_Descuento.Location = new System.Drawing.Point(19, 272);
     txt_Descuento.Name = "txt_Descuento";
     txt_Descuento.Size = new System.Drawing.Size(100, 20);
     txt_Descuento.TabIndex = 14;
     txt_Descuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descuento_KeyPress);
     //
     // lbl_Almacent
     //
     lbl_Almacent.AutoSize = true;
     lbl_Almacent.Location = new System.Drawing.Point(16, 17);
     lbl_Almacent.Name = "lbl_Almacent";
     lbl_Almacent.Size = new System.Drawing.Size(48, 13);
     lbl_Almacent.TabIndex = 7;
     lbl_Almacent.Text = "AlmacƩn";
     //
     // lbl_Fechat
     //
     lbl_Fechat.AutoSize = true;
     lbl_Fechat.Location = new System.Drawing.Point(16, 293);
     lbl_Fechat.Name = "lbl_Fechat";
     lbl_Fechat.Size = new System.Drawing.Size(37, 13);
     lbl_Fechat.TabIndex = 13;
     lbl_Fechat.Text = "Fecha";
     //
     // combo_Almacent
     //
     combo_Almacent.FormattingEnabled = true;
     combo_Almacent.Location = new System.Drawing.Point(19, 33);
     combo_Almacent.Name = "combo_Almacent";
     combo_Almacent.Size = new System.Drawing.Size(121, 21);
     combo_Almacent.TabIndex = 0;
     //
     // lbl_PrecioVentat
     //
     lbl_PrecioVentat.AutoSize = true;
     lbl_PrecioVentat.Location = new System.Drawing.Point(16, 214);
     lbl_PrecioVentat.Name = "lbl_PrecioVentat";
     lbl_PrecioVentat.Size = new System.Drawing.Size(67, 13);
     lbl_PrecioVentat.TabIndex = 12;
     lbl_PrecioVentat.Text = "Precio venta";
     //
     // comboBox_ProductoTerminado
     //
     comboBox_ProductoTerminado.FormattingEnabled = true;
     comboBox_ProductoTerminado.Location = new System.Drawing.Point(19, 73);
     comboBox_ProductoTerminado.Name = "comboBox_ProductoTerminado";
     comboBox_ProductoTerminado.Size = new System.Drawing.Size(121, 21);
     comboBox_ProductoTerminado.TabIndex = 1;
     //
     // lbl_PrecioComprat
     //
     lbl_PrecioComprat.AutoSize = true;
     lbl_PrecioComprat.Location = new System.Drawing.Point(16, 175);
     lbl_PrecioComprat.Name = "lbl_PrecioComprat";
     lbl_PrecioComprat.Size = new System.Drawing.Size(75, 13);
     lbl_PrecioComprat.TabIndex = 11;
     lbl_PrecioComprat.Text = "Precio compra";
     //
     // txt_Lotet
     //
     txt_Lotet.Location = new System.Drawing.Point(19, 113);
     txt_Lotet.Name = "txt_Lotet";
     txt_Lotet.Size = new System.Drawing.Size(100, 20);
     txt_Lotet.TabIndex = 2;
     //
     // lbl_Existenciat
     //
     lbl_Existenciat.AutoSize = true;
     lbl_Existenciat.Location = new System.Drawing.Point(16, 136);
     lbl_Existenciat.Name = "lbl_Existenciat";
     lbl_Existenciat.Size = new System.Drawing.Size(55, 13);
     lbl_Existenciat.TabIndex = 10;
     lbl_Existenciat.Text = "Existencia";
     //
     // txt_Existenciat
     //
     txt_Existenciat.Location = new System.Drawing.Point(19, 152);
     txt_Existenciat.Name = "txt_Existenciat";
     txt_Existenciat.Size = new System.Drawing.Size(100, 20);
     txt_Existenciat.TabIndex = 3;
     //
     // lbl_Lotet
     //
     lbl_Lotet.AutoSize = true;
     lbl_Lotet.Location = new System.Drawing.Point(16, 97);
     lbl_Lotet.Name = "lbl_Lotet";
     lbl_Lotet.Size = new System.Drawing.Size(28, 13);
     lbl_Lotet.TabIndex = 9;
     lbl_Lotet.Text = "Lote";
     //
     // txt_PrecioComprat
     //
     txt_PrecioComprat.Location = new System.Drawing.Point(19, 191);
     txt_PrecioComprat.Name = "txt_PrecioComprat";
     txt_PrecioComprat.Size = new System.Drawing.Size(100, 20);
     txt_PrecioComprat.TabIndex = 4;
     txt_PrecioComprat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprat_KeyPress);
     //
     // lbl_Producto
     //
     lbl_Producto.AutoSize = true;
     lbl_Producto.Location = new System.Drawing.Point(16, 57);
     lbl_Producto.Name = "lbl_Producto";
     lbl_Producto.Size = new System.Drawing.Size(50, 13);
     lbl_Producto.TabIndex = 8;
     lbl_Producto.Text = "Producto";
     //
     // txt_PrecioVentat
     //
     txt_PrecioVentat.Location = new System.Drawing.Point(19, 233);
     txt_PrecioVentat.Name = "txt_PrecioVentat";
     txt_PrecioVentat.Size = new System.Drawing.Size(100, 20);
     txt_PrecioVentat.TabIndex = 5;
     txt_PrecioVentat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentat_KeyPress);
     //
     // dateTime_ProductoTerminado
     //
     dateTime_ProductoTerminado.Location = new System.Drawing.Point(19, 309);
     dateTime_ProductoTerminado.Name = "dateTime_ProductoTerminado";
     dateTime_ProductoTerminado.Size = new System.Drawing.Size(200, 20);
     dateTime_ProductoTerminado.TabIndex = 6;
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     editarToolStripMenuItem,
     controlDeProductosToolStripMenuItem,
     ayudaToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(834, 24);
     menuStrip1.TabIndex = 78;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator,
     guardarToolStripMenuItem,
     toolStripSeparator1,
     toolStripSeparator2,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(153, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     guardarToolStripMenuItem.Text = "&Guardar";
     guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(153, 6);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(153, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     toolStripSeparator3,
     modificarToolStripMenuItem,
     eliminarToolStripMenuItem});
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(122, 6);
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     modificarToolStripMenuItem.Text = "Modificar";
     modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click);
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     eliminarToolStripMenuItem.Text = "Eliminar";
     eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click);
     //
     // controlDeProductosToolStripMenuItem
     //
     controlDeProductosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nivelMaxMinToolStripMenuItem,
     ordenDePeladoToolStripMenuItem});
     controlDeProductosToolStripMenuItem.Name = "controlDeProductosToolStripMenuItem";
     controlDeProductosToolStripMenuItem.Size = new System.Drawing.Size(132, 20);
     controlDeProductosToolStripMenuItem.Text = "Control de productos";
     //
     // nivelMaxMinToolStripMenuItem
     //
     nivelMaxMinToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Control_Inventario;
     nivelMaxMinToolStripMenuItem.Name = "nivelMaxMinToolStripMenuItem";
     nivelMaxMinToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     nivelMaxMinToolStripMenuItem.Text = "Nivel Max/Min";
     nivelMaxMinToolStripMenuItem.Click += new System.EventHandler(nivelMaxMinToolStripMenuItem_Click);
     //
     // ordenDePeladoToolStripMenuItem
     //
     ordenDePeladoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Caja;
     ordenDePeladoToolStripMenuItem.Name = "ordenDePeladoToolStripMenuItem";
     ordenDePeladoToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     ordenDePeladoToolStripMenuItem.Text = "Orden de pelado";
     ordenDePeladoToolStripMenuItem.Click += new System.EventHandler(ordenDePeladoToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // pic_Proveedor
     //
     pic_Proveedor.BackgroundImage = global::Shajobe.Properties.Resources.Inventario;
     pic_Proveedor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Proveedor.Location = new System.Drawing.Point(732, 24);
     pic_Proveedor.Name = "pic_Proveedor";
     pic_Proveedor.Size = new System.Drawing.Size(85, 68);
     pic_Proveedor.TabIndex = 79;
     pic_Proveedor.TabStop = false;
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // Inventario
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     Icon = global::Shajobe.Properties.Resources.Inventario_ICO;
     ClientSize = new System.Drawing.Size(834, 511);
     Controls.Add(pic_Proveedor);
     Controls.Add(menuStrip1);
     Controls.Add(tabControl1);
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(840, 535);
     MinimumSize = new System.Drawing.Size(840, 535);
     Name = "Inventario";
     Text = "Inventario";
     Load += new System.EventHandler(Inventario_Load);
     tabControl1.ResumeLayout(false);
     tab_MateriaPrima.ResumeLayout(false);
     groupBox_ListaMateriaPrimam.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).EndInit();
     groupBox_MateriaPrimam.ResumeLayout(false);
     groupBox_MateriaPrimam.PerformLayout();
     tab_MateriaPrimaP.ResumeLayout(false);
     groupBox_ListaMateriaPrimap.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).EndInit();
     groupBox_MateriaPrimap.ResumeLayout(false);
     groupBox_MateriaPrimap.PerformLayout();
     tab_ProductoElaborado.ResumeLayout(false);
     groupBox_ListaProductoElaborado.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).EndInit();
     groupBox_ProductoElaborado.ResumeLayout(false);
     groupBox_ProductoElaborado.PerformLayout();
     tab_ProductoIndirecto.ResumeLayout(false);
     groupBox_ListaProductoIndirecto.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).EndInit();
     groupBox_ProductoIndirecto.ResumeLayout(false);
     groupBox_ProductoIndirecto.PerformLayout();
     tab_ProductoTerminado.ResumeLayout(false);
     groupBox_ListaProductoTerminado.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).EndInit();
     groupBox_ProductoTerminado.ResumeLayout(false);
     groupBox_ProductoTerminado.PerformLayout();
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     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 selectedShowTable;
            System.Windows.Forms.GroupBox customSettingsGroup;
            System.Windows.Forms.Label destinationLabel;
            System.Windows.Forms.FlowLayoutPanel selectedShowButtons;
            System.Windows.Forms.Label folderNameLabel;
            System.Windows.Forms.GroupBox episodesGroup;
            this.selectedShowName = new System.Windows.Forms.Label();
            this.selectedShowBanner = new System.Windows.Forms.PictureBox();
            this.selectedShowLastUpdated = new System.Windows.Forms.Label();
            this.selectedShowTvdb = new System.Windows.Forms.Label();
            this.customFormatTable = new System.Windows.Forms.TableLayoutPanel();
            this.selectedShowUseCustomFormat = new System.Windows.Forms.CheckBox();
            this.selectedShowCustomFormatText = new System.Windows.Forms.TextBox();
            this.formatLabel = new System.Windows.Forms.Label();
            this.formatBuilder = new System.Windows.Forms.Button();
            this.useCustomDestinationDirectory = new System.Windows.Forms.CheckBox();
            this.customDestination = new System.Windows.Forms.ComboBox();
            this.saveButton = new System.Windows.Forms.Button();
            this.revertButton = new System.Windows.Forms.Button();
            this.updateShowButton = new System.Windows.Forms.Button();
            this.removeShowButton = new System.Windows.Forms.Button();
            this.resetLastUpdatedButton = new System.Windows.Forms.Button();
            this.namesGroup = new System.Windows.Forms.GroupBox();
            this.nameTable = new System.Windows.Forms.TableLayoutPanel();
            this.selectedShowFolderNameText = new System.Windows.Forms.TextBox();
            this.alternateNamesButton = new System.Windows.Forms.Button();
            this.episodesFlow = new System.Windows.Forms.FlowLayoutPanel();
            this.selectedShowUseDvdOrder = new System.Windows.Forms.CheckBox();
            this.selectedShowLockButton = new System.Windows.Forms.Button();
            this.updateAllButton = new System.Windows.Forms.Button();
            this.addShowButton = new System.Windows.Forms.Button();
            this.searchShowsButton = new System.Windows.Forms.Button();
            this.createNfoFilesButton = new System.Windows.Forms.Button();
            this.tvShowsList = new System.Windows.Forms.ListBox();
            this.topButtonsFlow = new System.Windows.Forms.FlowLayoutPanel();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            selectedShowTable = new System.Windows.Forms.TableLayoutPanel();
            customSettingsGroup = new System.Windows.Forms.GroupBox();
            destinationLabel = new System.Windows.Forms.Label();
            selectedShowButtons = new System.Windows.Forms.FlowLayoutPanel();
            folderNameLabel = new System.Windows.Forms.Label();
            episodesGroup = new System.Windows.Forms.GroupBox();
            selectedShowTable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.selectedShowBanner)).BeginInit();
            customSettingsGroup.SuspendLayout();
            this.customFormatTable.SuspendLayout();
            selectedShowButtons.SuspendLayout();
            this.namesGroup.SuspendLayout();
            this.nameTable.SuspendLayout();
            episodesGroup.SuspendLayout();
            this.episodesFlow.SuspendLayout();
            this.topButtonsFlow.SuspendLayout();
            this.SuspendLayout();
            // 
            // selectedShowTable
            // 
            selectedShowTable.ColumnCount = 1;
            selectedShowTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            selectedShowTable.Controls.Add(this.selectedShowName, 0, 0);
            selectedShowTable.Controls.Add(this.selectedShowBanner, 0, 1);
            selectedShowTable.Controls.Add(this.selectedShowLastUpdated, 0, 3);
            selectedShowTable.Controls.Add(this.selectedShowTvdb, 0, 2);
            selectedShowTable.Controls.Add(customSettingsGroup, 0, 4);
            selectedShowTable.Controls.Add(selectedShowButtons, 0, 7);
            selectedShowTable.Controls.Add(this.namesGroup, 0, 5);
            selectedShowTable.Controls.Add(episodesGroup, 0, 6);
            selectedShowTable.Dock = System.Windows.Forms.DockStyle.Fill;
            selectedShowTable.Location = new System.Drawing.Point(178, 35);
            selectedShowTable.Name = "selectedShowTable";
            selectedShowTable.RowCount = 8;
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 142F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 85F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 85F));
            selectedShowTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            selectedShowTable.Size = new System.Drawing.Size(571, 649);
            selectedShowTable.TabIndex = 2;
            // 
            // selectedShowName
            // 
            this.selectedShowName.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.selectedShowName.AutoSize = true;
            this.selectedShowName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.selectedShowName.Location = new System.Drawing.Point(3, 5);
            this.selectedShowName.Name = "selectedShowName";
            this.selectedShowName.Size = new System.Drawing.Size(129, 20);
            this.selectedShowName.TabIndex = 0;
            this.selectedShowName.Text = "Selected Show";
            // 
            // selectedShowBanner
            // 
            this.selectedShowBanner.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedShowBanner.Location = new System.Drawing.Point(3, 33);
            this.selectedShowBanner.Name = "selectedShowBanner";
            this.selectedShowBanner.Size = new System.Drawing.Size(565, 144);
            this.selectedShowBanner.TabIndex = 1;
            this.selectedShowBanner.TabStop = false;
            // 
            // selectedShowLastUpdated
            // 
            this.selectedShowLastUpdated.AutoSize = true;
            this.selectedShowLastUpdated.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedShowLastUpdated.Location = new System.Drawing.Point(3, 205);
            this.selectedShowLastUpdated.Name = "selectedShowLastUpdated";
            this.selectedShowLastUpdated.Size = new System.Drawing.Size(565, 25);
            this.selectedShowLastUpdated.TabIndex = 2;
            this.selectedShowLastUpdated.Text = "Last Updated:";
            this.toolTip.SetToolTip(this.selectedShowLastUpdated, "The time that the show was last updated in TheTVDB.com\'s server time (UTC).");
            // 
            // selectedShowTvdb
            // 
            this.selectedShowTvdb.AutoSize = true;
            this.selectedShowTvdb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedShowTvdb.Location = new System.Drawing.Point(3, 180);
            this.selectedShowTvdb.Name = "selectedShowTvdb";
            this.selectedShowTvdb.Size = new System.Drawing.Size(565, 25);
            this.selectedShowTvdb.TabIndex = 3;
            this.selectedShowTvdb.Text = "TVDB ID: ";
            this.toolTip.SetToolTip(this.selectedShowTvdb, "The show\'s ID on TheTVDB.com");
            // 
            // customSettingsGroup
            // 
            customSettingsGroup.Controls.Add(this.customFormatTable);
            customSettingsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            customSettingsGroup.Location = new System.Drawing.Point(3, 233);
            customSettingsGroup.Name = "customSettingsGroup";
            customSettingsGroup.Size = new System.Drawing.Size(565, 136);
            customSettingsGroup.TabIndex = 4;
            customSettingsGroup.TabStop = false;
            customSettingsGroup.Text = "Custom Settings";
            // 
            // customFormatTable
            // 
            this.customFormatTable.ColumnCount = 3;
            this.customFormatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.customFormatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.customFormatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102F));
            this.customFormatTable.Controls.Add(this.selectedShowUseCustomFormat, 0, 0);
            this.customFormatTable.Controls.Add(this.selectedShowCustomFormatText, 1, 1);
            this.customFormatTable.Controls.Add(this.formatLabel, 0, 1);
            this.customFormatTable.Controls.Add(this.formatBuilder, 2, 1);
            this.customFormatTable.Controls.Add(this.useCustomDestinationDirectory, 0, 2);
            this.customFormatTable.Controls.Add(destinationLabel, 0, 3);
            this.customFormatTable.Controls.Add(this.customDestination, 1, 3);
            this.customFormatTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customFormatTable.Location = new System.Drawing.Point(3, 16);
            this.customFormatTable.Margin = new System.Windows.Forms.Padding(0);
            this.customFormatTable.Name = "customFormatTable";
            this.customFormatTable.RowCount = 4;
            this.customFormatTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.customFormatTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.customFormatTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.customFormatTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.customFormatTable.Size = new System.Drawing.Size(559, 117);
            this.customFormatTable.TabIndex = 3;
            // 
            // selectedShowUseCustomFormat
            // 
            this.selectedShowUseCustomFormat.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.selectedShowUseCustomFormat.AutoSize = true;
            this.customFormatTable.SetColumnSpan(this.selectedShowUseCustomFormat, 3);
            this.selectedShowUseCustomFormat.Location = new System.Drawing.Point(3, 6);
            this.selectedShowUseCustomFormat.Name = "selectedShowUseCustomFormat";
            this.selectedShowUseCustomFormat.Size = new System.Drawing.Size(118, 17);
            this.selectedShowUseCustomFormat.TabIndex = 0;
            this.selectedShowUseCustomFormat.Text = "Use Custom Format";
            this.toolTip.SetToolTip(this.selectedShowUseCustomFormat, "Indicates whether to use a custom format with this show.");
            this.selectedShowUseCustomFormat.UseVisualStyleBackColor = true;
            this.selectedShowUseCustomFormat.CheckedChanged += new System.EventHandler(this.SelectedUseCustomFormatCheckedChanged);
            // 
            // selectedShowCustomFormatText
            // 
            this.selectedShowCustomFormatText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedShowCustomFormatText.Enabled = false;
            this.selectedShowCustomFormatText.Location = new System.Drawing.Point(82, 33);
            this.selectedShowCustomFormatText.Name = "selectedShowCustomFormatText";
            this.selectedShowCustomFormatText.Size = new System.Drawing.Size(372, 20);
            this.selectedShowCustomFormatText.TabIndex = 2;
            this.toolTip.SetToolTip(this.selectedShowCustomFormatText, "The custom format to use for this show.");
            // 
            // formatLabel
            // 
            this.formatLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.formatLabel.AutoSize = true;
            this.formatLabel.Location = new System.Drawing.Point(34, 37);
            this.formatLabel.Name = "formatLabel";
            this.formatLabel.Size = new System.Drawing.Size(42, 13);
            this.formatLabel.TabIndex = 1;
            this.formatLabel.Text = "Format:";
            // 
            // formatBuilder
            // 
            this.formatBuilder.Enabled = false;
            this.formatBuilder.Location = new System.Drawing.Point(460, 33);
            this.formatBuilder.Name = "formatBuilder";
            this.formatBuilder.Size = new System.Drawing.Size(95, 22);
            this.formatBuilder.TabIndex = 3;
            this.formatBuilder.Text = "Format Builder";
            this.formatBuilder.UseVisualStyleBackColor = true;
            this.formatBuilder.Click += new System.EventHandler(this.FormatBuilderClick);
            // 
            // useCustomDestinationDirectory
            // 
            this.useCustomDestinationDirectory.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.useCustomDestinationDirectory.AutoSize = true;
            this.customFormatTable.SetColumnSpan(this.useCustomDestinationDirectory, 2);
            this.useCustomDestinationDirectory.Location = new System.Drawing.Point(3, 64);
            this.useCustomDestinationDirectory.Name = "useCustomDestinationDirectory";
            this.useCustomDestinationDirectory.Size = new System.Drawing.Size(184, 17);
            this.useCustomDestinationDirectory.TabIndex = 4;
            this.useCustomDestinationDirectory.Text = "Use Custom Destination Directory";
            this.useCustomDestinationDirectory.UseVisualStyleBackColor = true;
            this.useCustomDestinationDirectory.CheckedChanged += new System.EventHandler(this.UseCustomDestinationDirectoryCheckedChanged);
            // 
            // destinationLabel
            // 
            destinationLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            destinationLabel.AutoSize = true;
            destinationLabel.Location = new System.Drawing.Point(13, 96);
            destinationLabel.Name = "destinationLabel";
            destinationLabel.Size = new System.Drawing.Size(63, 13);
            destinationLabel.TabIndex = 5;
            destinationLabel.Text = "Destination:";
            // 
            // customDestination
            // 
            this.customDestination.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customDestination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.customDestination.Enabled = false;
            this.customDestination.FormattingEnabled = true;
            this.customDestination.Location = new System.Drawing.Point(82, 91);
            this.customDestination.Name = "customDestination";
            this.customDestination.Size = new System.Drawing.Size(372, 21);
            this.customDestination.TabIndex = 6;
            // 
            // selectedShowButtons
            // 
            selectedShowButtons.Controls.Add(this.saveButton);
            selectedShowButtons.Controls.Add(this.revertButton);
            selectedShowButtons.Controls.Add(this.updateShowButton);
            selectedShowButtons.Controls.Add(this.removeShowButton);
            selectedShowButtons.Controls.Add(this.resetLastUpdatedButton);
            selectedShowButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            selectedShowButtons.Location = new System.Drawing.Point(0, 542);
            selectedShowButtons.Margin = new System.Windows.Forms.Padding(0);
            selectedShowButtons.Name = "selectedShowButtons";
            selectedShowButtons.Size = new System.Drawing.Size(571, 121);
            selectedShowButtons.TabIndex = 5;
            // 
            // saveButton
            // 
            this.saveButton.Location = new System.Drawing.Point(3, 3);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 0;
            this.saveButton.Text = "Save";
            this.toolTip.SetToolTip(this.saveButton, "Saves any changes to the show\'s configuration.");
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.SaveButtonClick);
            // 
            // revertButton
            // 
            this.revertButton.Location = new System.Drawing.Point(84, 3);
            this.revertButton.Name = "revertButton";
            this.revertButton.Size = new System.Drawing.Size(75, 23);
            this.revertButton.TabIndex = 1;
            this.revertButton.Text = "Revert";
            this.toolTip.SetToolTip(this.revertButton, "Revert\'s any unsaved changes to the show\'s configuration.");
            this.revertButton.UseVisualStyleBackColor = true;
            this.revertButton.Click += new System.EventHandler(this.RevertButtonClick);
            // 
            // updateShowButton
            // 
            this.updateShowButton.Location = new System.Drawing.Point(165, 3);
            this.updateShowButton.Name = "updateShowButton";
            this.updateShowButton.Size = new System.Drawing.Size(93, 23);
            this.updateShowButton.TabIndex = 2;
            this.updateShowButton.Text = "Update Show";
            this.toolTip.SetToolTip(this.updateShowButton, "Updates the show\'s episode data.");
            this.updateShowButton.UseVisualStyleBackColor = true;
            this.updateShowButton.Click += new System.EventHandler(this.UpdateShowButtonClick);
            // 
            // removeShowButton
            // 
            this.removeShowButton.Location = new System.Drawing.Point(264, 3);
            this.removeShowButton.Name = "removeShowButton";
            this.removeShowButton.Size = new System.Drawing.Size(75, 23);
            this.removeShowButton.TabIndex = 3;
            this.removeShowButton.Text = "Remove";
            this.toolTip.SetToolTip(this.removeShowButton, "Removes the show from TVSorter.");
            this.removeShowButton.UseVisualStyleBackColor = true;
            this.removeShowButton.Click += new System.EventHandler(this.RemoveShowButtonClick);
            // 
            // resetLastUpdatedButton
            // 
            this.resetLastUpdatedButton.Location = new System.Drawing.Point(345, 3);
            this.resetLastUpdatedButton.Name = "resetLastUpdatedButton";
            this.resetLastUpdatedButton.Size = new System.Drawing.Size(115, 23);
            this.resetLastUpdatedButton.TabIndex = 4;
            this.resetLastUpdatedButton.Text = "Reset Last Updated";
            this.toolTip.SetToolTip(this.resetLastUpdatedButton, "Resets the Last Updated timestamp of the show. \r\nThis allows new data to be downl" +
        "oaded in the next\r\nupdate.");
            this.resetLastUpdatedButton.UseVisualStyleBackColor = true;
            this.resetLastUpdatedButton.Click += new System.EventHandler(this.ResetLastUpdatedButtonClick);
            // 
            // namesGroup
            // 
            this.namesGroup.Controls.Add(this.nameTable);
            this.namesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.namesGroup.Location = new System.Drawing.Point(3, 375);
            this.namesGroup.Name = "namesGroup";
            this.namesGroup.Size = new System.Drawing.Size(565, 79);
            this.namesGroup.TabIndex = 6;
            this.namesGroup.TabStop = false;
            this.namesGroup.Text = "Names";
            // 
            // nameTable
            // 
            this.nameTable.ColumnCount = 3;
            this.nameTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.nameTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.nameTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102F));
            this.nameTable.Controls.Add(folderNameLabel, 0, 0);
            this.nameTable.Controls.Add(this.selectedShowFolderNameText, 1, 0);
            this.nameTable.Controls.Add(this.alternateNamesButton, 1, 1);
            this.nameTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.nameTable.Location = new System.Drawing.Point(3, 16);
            this.nameTable.Margin = new System.Windows.Forms.Padding(0);
            this.nameTable.Name = "nameTable";
            this.nameTable.RowCount = 2;
            this.nameTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.nameTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.nameTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.nameTable.Size = new System.Drawing.Size(559, 60);
            this.nameTable.TabIndex = 4;
            // 
            // folderNameLabel
            // 
            folderNameLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            folderNameLabel.AutoSize = true;
            folderNameLabel.Location = new System.Drawing.Point(7, 8);
            folderNameLabel.Name = "folderNameLabel";
            folderNameLabel.Size = new System.Drawing.Size(70, 13);
            folderNameLabel.TabIndex = 1;
            folderNameLabel.Text = "Folder Name:";
            // 
            // selectedShowFolderNameText
            // 
            this.selectedShowFolderNameText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedShowFolderNameText.Location = new System.Drawing.Point(83, 3);
            this.selectedShowFolderNameText.Name = "selectedShowFolderNameText";
            this.selectedShowFolderNameText.Size = new System.Drawing.Size(371, 20);
            this.selectedShowFolderNameText.TabIndex = 2;
            this.toolTip.SetToolTip(this.selectedShowFolderNameText, "The folder name that the show is in.");
            // 
            // alternateNamesButton
            // 
            this.alternateNamesButton.Location = new System.Drawing.Point(83, 33);
            this.alternateNamesButton.Name = "alternateNamesButton";
            this.alternateNamesButton.Size = new System.Drawing.Size(100, 23);
            this.alternateNamesButton.TabIndex = 3;
            this.alternateNamesButton.Text = "Alternate Names";
            this.toolTip.SetToolTip(this.alternateNamesButton, "Edit the alternate names used by the show.");
            this.alternateNamesButton.UseVisualStyleBackColor = true;
            this.alternateNamesButton.Click += new System.EventHandler(this.AlternateNamesButtonClick);
            // 
            // episodesGroup
            // 
            episodesGroup.Controls.Add(this.episodesFlow);
            episodesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            episodesGroup.Location = new System.Drawing.Point(3, 460);
            episodesGroup.Name = "episodesGroup";
            episodesGroup.Size = new System.Drawing.Size(565, 79);
            episodesGroup.TabIndex = 7;
            episodesGroup.TabStop = false;
            episodesGroup.Text = "Episodes";
            // 
            // episodesFlow
            // 
            this.episodesFlow.Controls.Add(this.selectedShowUseDvdOrder);
            this.episodesFlow.Controls.Add(this.selectedShowLockButton);
            this.episodesFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.episodesFlow.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.episodesFlow.Location = new System.Drawing.Point(3, 16);
            this.episodesFlow.Name = "episodesFlow";
            this.episodesFlow.Size = new System.Drawing.Size(559, 60);
            this.episodesFlow.TabIndex = 1;
            // 
            // selectedShowUseDvdOrder
            // 
            this.selectedShowUseDvdOrder.AutoSize = true;
            this.selectedShowUseDvdOrder.Location = new System.Drawing.Point(3, 3);
            this.selectedShowUseDvdOrder.Name = "selectedShowUseDvdOrder";
            this.selectedShowUseDvdOrder.Size = new System.Drawing.Size(100, 17);
            this.selectedShowUseDvdOrder.TabIndex = 0;
            this.selectedShowUseDvdOrder.Text = "Use DVD Order";
            this.toolTip.SetToolTip(this.selectedShowUseDvdOrder, "Indicates whether the show should use the DVD order for episodes.");
            this.selectedShowUseDvdOrder.UseVisualStyleBackColor = true;
            // 
            // selectedShowLockButton
            // 
            this.selectedShowLockButton.Location = new System.Drawing.Point(3, 26);
            this.selectedShowLockButton.Name = "selectedShowLockButton";
            this.selectedShowLockButton.Size = new System.Drawing.Size(90, 23);
            this.selectedShowLockButton.TabIndex = 1;
            this.selectedShowLockButton.Text = "Unlock Show";
            this.toolTip.SetToolTip(this.selectedShowLockButton, "Locks/Unlocks  the show.");
            this.selectedShowLockButton.UseVisualStyleBackColor = true;
            this.selectedShowLockButton.Click += new System.EventHandler(this.SelectedShowLockButtonClick);
            // 
            // updateAllButton
            // 
            this.updateAllButton.Location = new System.Drawing.Point(3, 3);
            this.updateAllButton.Name = "updateAllButton";
            this.updateAllButton.Size = new System.Drawing.Size(75, 23);
            this.updateAllButton.TabIndex = 0;
            this.updateAllButton.Text = "Update All";
            this.toolTip.SetToolTip(this.updateAllButton, "Updates the episode data for all the unlocked shows.");
            this.updateAllButton.UseVisualStyleBackColor = true;
            this.updateAllButton.Click += new System.EventHandler(this.UpdateAllButtonClick);
            // 
            // addShowButton
            // 
            this.addShowButton.Location = new System.Drawing.Point(84, 3);
            this.addShowButton.Name = "addShowButton";
            this.addShowButton.Size = new System.Drawing.Size(75, 23);
            this.addShowButton.TabIndex = 1;
            this.addShowButton.Text = "Add Show";
            this.toolTip.SetToolTip(this.addShowButton, "Adds a new show.");
            this.addShowButton.UseVisualStyleBackColor = true;
            this.addShowButton.Click += new System.EventHandler(this.AddShowButtonClick);
            // 
            // searchShowsButton
            // 
            this.searchShowsButton.Location = new System.Drawing.Point(165, 3);
            this.searchShowsButton.Name = "searchShowsButton";
            this.searchShowsButton.Size = new System.Drawing.Size(112, 23);
            this.searchShowsButton.TabIndex = 2;
            this.searchShowsButton.Text = "Search for Shows";
            this.toolTip.SetToolTip(this.searchShowsButton, "Searches for new shows in the output directories.\r\nThis looks up shows by folder " +
        "name.");
            this.searchShowsButton.UseVisualStyleBackColor = true;
            this.searchShowsButton.Click += new System.EventHandler(this.SearchShowsButtonClick);
            // 
            // createNfoFilesButton
            // 
            this.createNfoFilesButton.Location = new System.Drawing.Point(283, 3);
            this.createNfoFilesButton.Name = "createNfoFilesButton";
            this.createNfoFilesButton.Size = new System.Drawing.Size(105, 23);
            this.createNfoFilesButton.TabIndex = 3;
            this.createNfoFilesButton.Text = "Create Nfo Files";
            this.toolTip.SetToolTip(this.createNfoFilesButton, "Creates a tvshow.nfo file in each show\'s directoy with\r\nthe URL to the show on Th" +
        "e TVDB. This is read by \r\nXBMC when scanning.");
            this.createNfoFilesButton.UseVisualStyleBackColor = true;
            this.createNfoFilesButton.Click += new System.EventHandler(this.CreateNfoFilesButtonClick);
            // 
            // tvShowsList
            // 
            this.tvShowsList.Dock = System.Windows.Forms.DockStyle.Left;
            this.tvShowsList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.tvShowsList.FormattingEnabled = true;
            this.tvShowsList.ItemHeight = 20;
            this.tvShowsList.Location = new System.Drawing.Point(0, 35);
            this.tvShowsList.Name = "tvShowsList";
            this.tvShowsList.Size = new System.Drawing.Size(178, 649);
            this.tvShowsList.TabIndex = 1;
            this.tvShowsList.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.TvShowsListDrawItem);
            this.tvShowsList.SelectedIndexChanged += new System.EventHandler(this.TvShowsListSelectedIndexChanged);
            // 
            // topButtonsFlow
            // 
            this.topButtonsFlow.Controls.Add(this.updateAllButton);
            this.topButtonsFlow.Controls.Add(this.addShowButton);
            this.topButtonsFlow.Controls.Add(this.searchShowsButton);
            this.topButtonsFlow.Controls.Add(this.createNfoFilesButton);
            this.topButtonsFlow.Dock = System.Windows.Forms.DockStyle.Top;
            this.topButtonsFlow.Location = new System.Drawing.Point(0, 0);
            this.topButtonsFlow.Name = "topButtonsFlow";
            this.topButtonsFlow.Size = new System.Drawing.Size(749, 35);
            this.topButtonsFlow.TabIndex = 0;
            // 
            // TvShows
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(selectedShowTable);
            this.Controls.Add(this.tvShowsList);
            this.Controls.Add(this.topButtonsFlow);
            this.Name = "TvShows";
            this.Size = new System.Drawing.Size(749, 684);
            this.Load += new System.EventHandler(this.TvShowsLoad);
            selectedShowTable.ResumeLayout(false);
            selectedShowTable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.selectedShowBanner)).EndInit();
            customSettingsGroup.ResumeLayout(false);
            this.customFormatTable.ResumeLayout(false);
            this.customFormatTable.PerformLayout();
            selectedShowButtons.ResumeLayout(false);
            this.namesGroup.ResumeLayout(false);
            this.nameTable.ResumeLayout(false);
            this.nameTable.PerformLayout();
            episodesGroup.ResumeLayout(false);
            this.episodesFlow.ResumeLayout(false);
            this.episodesFlow.PerformLayout();
            this.topButtonsFlow.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 /// ------------------------------------------------------------------------------------
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox grpReference;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptureProperties));
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Button   m_btnOK;
     System.Windows.Forms.Button   m_btnCancel;
     System.Windows.Forms.Button   m_btnHelp;
     this.m_txtVerseBridge     = new System.Windows.Forms.TextBox();
     this.m_txtVerseSep        = new System.Windows.Forms.TextBox();
     this.m_txtChapterVerseSep = new System.Windows.Forms.TextBox();
     this.m_txtRefSep          = new System.Windows.Forms.TextBox();
     this.lblVerseSep          = new System.Windows.Forms.Label();
     this.lblVerseBridge       = new System.Windows.Forms.Label();
     this.lblChapterVerseSep   = new System.Windows.Forms.Label();
     this.lblRefSepr           = new System.Windows.Forms.Label();
     this.m_cboScriptLanguages = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_btnScriptNumbers   = new System.Windows.Forms.RadioButton();
     this.m_btnLatinNumbers    = new System.Windows.Forms.RadioButton();
     this.label1               = new System.Windows.Forms.Label();
     this.m_cboVersification   = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tpgChapVrsNumbers    = new System.Windows.Forms.TabPage();
     this.tpgFootnotes         = new System.Windows.Forms.TabPage();
     this.opnCombined          = new System.Windows.Forms.RadioButton();
     this.opnSeparate          = new System.Windows.Forms.RadioButton();
     this.grpCrossRefFootnotes = new System.Windows.Forms.GroupBox();
     this.fpsCrossRefOptions   = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
     this.grpGeneralFootnotes  = new System.Windows.Forms.GroupBox();
     this.fpsFootnoteOptions   = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
     grpReference              = new System.Windows.Forms.GroupBox();
     groupBox1   = new System.Windows.Forms.GroupBox();
     m_btnOK     = new System.Windows.Forms.Button();
     m_btnCancel = new System.Windows.Forms.Button();
     m_btnHelp   = new System.Windows.Forms.Button();
     grpReference.SuspendLayout();
     groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tpgChapVrsNumbers.SuspendLayout();
     this.tpgFootnotes.SuspendLayout();
     this.grpCrossRefFootnotes.SuspendLayout();
     this.grpGeneralFootnotes.SuspendLayout();
     this.SuspendLayout();
     //
     // grpReference
     //
     resources.ApplyResources(grpReference, "grpReference");
     grpReference.Controls.Add(this.m_txtVerseBridge);
     grpReference.Controls.Add(this.m_txtVerseSep);
     grpReference.Controls.Add(this.m_txtChapterVerseSep);
     grpReference.Controls.Add(this.m_txtRefSep);
     grpReference.Controls.Add(this.lblVerseSep);
     grpReference.Controls.Add(this.lblVerseBridge);
     grpReference.Controls.Add(this.lblChapterVerseSep);
     grpReference.Controls.Add(this.lblRefSepr);
     grpReference.Name    = "grpReference";
     grpReference.TabStop = false;
     //
     // m_txtVerseBridge
     //
     resources.ApplyResources(this.m_txtVerseBridge, "m_txtVerseBridge");
     this.m_txtVerseBridge.Name         = "m_txtVerseBridge";
     this.m_txtVerseBridge.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtVerseSep
     //
     resources.ApplyResources(this.m_txtVerseSep, "m_txtVerseSep");
     this.m_txtVerseSep.Name         = "m_txtVerseSep";
     this.m_txtVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtChapterVerseSep
     //
     resources.ApplyResources(this.m_txtChapterVerseSep, "m_txtChapterVerseSep");
     this.m_txtChapterVerseSep.Name         = "m_txtChapterVerseSep";
     this.m_txtChapterVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtRefSep
     //
     resources.ApplyResources(this.m_txtRefSep, "m_txtRefSep");
     this.m_txtRefSep.Name         = "m_txtRefSep";
     this.m_txtRefSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // lblVerseSep
     //
     resources.ApplyResources(this.lblVerseSep, "lblVerseSep");
     this.lblVerseSep.Name = "lblVerseSep";
     //
     // lblVerseBridge
     //
     resources.ApplyResources(this.lblVerseBridge, "lblVerseBridge");
     this.lblVerseBridge.Name = "lblVerseBridge";
     //
     // lblChapterVerseSep
     //
     resources.ApplyResources(this.lblChapterVerseSep, "lblChapterVerseSep");
     this.lblChapterVerseSep.Name = "lblChapterVerseSep";
     //
     // lblRefSepr
     //
     resources.ApplyResources(this.lblRefSepr, "lblRefSepr");
     this.lblRefSepr.Name = "lblRefSepr";
     //
     // groupBox1
     //
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Controls.Add(this.m_cboScriptLanguages);
     groupBox1.Controls.Add(this.m_btnScriptNumbers);
     groupBox1.Controls.Add(this.m_btnLatinNumbers);
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // m_cboScriptLanguages
     //
     this.m_cboScriptLanguages.AllowSpaceInEditBox = false;
     this.m_cboScriptLanguages.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboScriptLanguages, "m_cboScriptLanguages");
     this.m_cboScriptLanguages.Name   = "m_cboScriptLanguages";
     this.m_cboScriptLanguages.Sorted = true;
     this.m_cboScriptLanguages.SelectedIndexChanged += new System.EventHandler(this.m_cboScriptLanguages_SelectedIndexChanged);
     //
     // m_btnScriptNumbers
     //
     resources.ApplyResources(this.m_btnScriptNumbers, "m_btnScriptNumbers");
     this.m_btnScriptNumbers.Name = "m_btnScriptNumbers";
     //
     // m_btnLatinNumbers
     //
     resources.ApplyResources(this.m_btnLatinNumbers, "m_btnLatinNumbers");
     this.m_btnLatinNumbers.Name            = "m_btnLatinNumbers";
     this.m_btnLatinNumbers.CheckedChanged += new System.EventHandler(this.m_btnLatinNumbers_CheckedChanged);
     //
     // m_btnOK
     //
     resources.ApplyResources(m_btnOK, "m_btnOK");
     m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     m_btnOK.Name         = "m_btnOK";
     m_btnOK.Click       += new System.EventHandler(this.m_btnOK_Click);
     //
     // m_btnCancel
     //
     resources.ApplyResources(m_btnCancel, "m_btnCancel");
     m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     m_btnCancel.Name         = "m_btnCancel";
     //
     // m_btnHelp
     //
     resources.ApplyResources(m_btnHelp, "m_btnHelp");
     m_btnHelp.Name   = "m_btnHelp";
     m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // m_cboVersification
     //
     this.m_cboVersification.AllowSpaceInEditBox = false;
     this.m_cboVersification.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboVersification, "m_cboVersification");
     this.m_cboVersification.Name = "m_cboVersification";
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tpgChapVrsNumbers);
     this.tabControl1.Controls.Add(this.tpgFootnotes);
     this.tabControl1.HotTrack      = true;
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tpgChapVrsNumbers
     //
     this.tpgChapVrsNumbers.Controls.Add(this.label1);
     this.tpgChapVrsNumbers.Controls.Add(this.m_cboVersification);
     this.tpgChapVrsNumbers.Controls.Add(grpReference);
     this.tpgChapVrsNumbers.Controls.Add(groupBox1);
     resources.ApplyResources(this.tpgChapVrsNumbers, "tpgChapVrsNumbers");
     this.tpgChapVrsNumbers.Name = "tpgChapVrsNumbers";
     //
     // tpgFootnotes
     //
     this.tpgFootnotes.Controls.Add(this.opnCombined);
     this.tpgFootnotes.Controls.Add(this.opnSeparate);
     this.tpgFootnotes.Controls.Add(this.grpCrossRefFootnotes);
     this.tpgFootnotes.Controls.Add(this.grpGeneralFootnotes);
     resources.ApplyResources(this.tpgFootnotes, "tpgFootnotes");
     this.tpgFootnotes.Name = "tpgFootnotes";
     //
     // opnCombined
     //
     resources.ApplyResources(this.opnCombined, "opnCombined");
     this.opnCombined.Name = "opnCombined";
     this.opnCombined.UseVisualStyleBackColor = true;
     this.opnCombined.CheckedChanged         += new System.EventHandler(this.opnCombined_CheckedChanged);
     //
     // opnSeparate
     //
     resources.ApplyResources(this.opnSeparate, "opnSeparate");
     this.opnSeparate.Checked = true;
     this.opnSeparate.Name    = "opnSeparate";
     this.opnSeparate.TabStop = true;
     this.opnSeparate.UseVisualStyleBackColor = true;
     //
     // grpCrossRefFootnotes
     //
     this.grpCrossRefFootnotes.Controls.Add(this.fpsCrossRefOptions);
     resources.ApplyResources(this.grpCrossRefFootnotes, "grpCrossRefFootnotes");
     this.grpCrossRefFootnotes.Name    = "grpCrossRefFootnotes";
     this.grpCrossRefFootnotes.TabStop = false;
     //
     // fpsCrossRefOptions
     //
     resources.ApplyResources(this.fpsCrossRefOptions, "fpsCrossRefOptions");
     this.fpsCrossRefOptions.Name = "fpsCrossRefOptions";
     this.fpsCrossRefOptions.ShowSequenceButton = false;
     //
     // grpGeneralFootnotes
     //
     this.grpGeneralFootnotes.Controls.Add(this.fpsFootnoteOptions);
     resources.ApplyResources(this.grpGeneralFootnotes, "grpGeneralFootnotes");
     this.grpGeneralFootnotes.Name    = "grpGeneralFootnotes";
     this.grpGeneralFootnotes.TabStop = false;
     //
     // fpsFootnoteOptions
     //
     resources.ApplyResources(this.fpsFootnoteOptions, "fpsFootnoteOptions");
     this.fpsFootnoteOptions.Name = "fpsFootnoteOptions";
     this.fpsFootnoteOptions.ShowSequenceButton = false;
     //
     // ScriptureProperties
     //
     this.AcceptButton = m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = m_btnCancel;
     this.Controls.Add(m_btnHelp);
     this.Controls.Add(m_btnCancel);
     this.Controls.Add(m_btnOK);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ScriptureProperties";
     this.ShowInTaskbar   = false;
     grpReference.ResumeLayout(false);
     grpReference.PerformLayout();
     groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tpgChapVrsNumbers.ResumeLayout(false);
     this.tpgFootnotes.ResumeLayout(false);
     this.tpgFootnotes.PerformLayout();
     this.grpCrossRefFootnotes.ResumeLayout(false);
     this.grpGeneralFootnotes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// -----------------------------------------------------------------------------------
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		/// -----------------------------------------------------------------------------------
		private void InitializeComponent()
		{
			System.Windows.Forms.Button m_btnAdd;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeaderFooterSetupDlg));
			System.Windows.Forms.Button m_btnModify;
			System.Windows.Forms.Button m_btnOk;
			System.Windows.Forms.Button m_btnCancel;
			System.Windows.Forms.Button m_btnHelp;
			System.Windows.Forms.Label m_lblDescription;
			System.Windows.Forms.TabControl tabControl1;
			System.Windows.Forms.TabPage m_tpFirst;
			System.Windows.Forms.Panel m_pnlFirstPage;
			System.Windows.Forms.Label m_lblFirstPage;
			System.Windows.Forms.TabPage m_tpOddEven;
			System.Windows.Forms.Panel panel3;
			System.Windows.Forms.GroupBox m_grpBoxEdit;
			SIL.FieldWorks.Common.Controls.LineControl lineControl1;
			this.m_pnlFirstTop = new System.Windows.Forms.Panel();
			this.m_chkFirstSameAsOdd = new System.Windows.Forms.CheckBox();
			this.m_pnlFirstBottom = new System.Windows.Forms.Panel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.m_pnlEvenPage = new System.Windows.Forms.Panel();
			this.m_pnlEvenTop = new System.Windows.Forms.Panel();
			this.m_chkEvenSameAsOdd = new System.Windows.Forms.CheckBox();
			this.m_pnlEvenBottom = new System.Windows.Forms.Panel();
			this.m_pnlOddPage = new System.Windows.Forms.Panel();
			this.m_pnlOddBottom = new System.Windows.Forms.Panel();
			this.m_pnlOddTop = new System.Windows.Forms.Panel();
			this.m_lblOddPage = new System.Windows.Forms.Label();
			this.m_lblEvenPage = new System.Windows.Forms.Label();
			this.panel4 = new System.Windows.Forms.Panel();
			this.m_btnDelete = new System.Windows.Forms.Button();
			this.m_lstBoxName = new System.Windows.Forms.ListBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.m_txtBoxDescription = new System.Windows.Forms.TextBox();
			m_btnAdd = new System.Windows.Forms.Button();
			m_btnModify = new System.Windows.Forms.Button();
			m_btnOk = new System.Windows.Forms.Button();
			m_btnCancel = new System.Windows.Forms.Button();
			m_btnHelp = new System.Windows.Forms.Button();
			m_lblDescription = new System.Windows.Forms.Label();
			tabControl1 = new System.Windows.Forms.TabControl();
			m_tpFirst = new System.Windows.Forms.TabPage();
			m_pnlFirstPage = new System.Windows.Forms.Panel();
			m_lblFirstPage = new System.Windows.Forms.Label();
			m_tpOddEven = new System.Windows.Forms.TabPage();
			panel3 = new System.Windows.Forms.Panel();
			m_grpBoxEdit = new System.Windows.Forms.GroupBox();
			lineControl1 = new SIL.FieldWorks.Common.Controls.LineControl();
			tabControl1.SuspendLayout();
			m_tpFirst.SuspendLayout();
			m_pnlFirstPage.SuspendLayout();
			m_tpOddEven.SuspendLayout();
			this.m_pnlEvenPage.SuspendLayout();
			this.m_pnlOddPage.SuspendLayout();
			m_grpBoxEdit.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			//
			// m_btnAdd
			//
			resources.ApplyResources(m_btnAdd, "m_btnAdd");
			m_btnAdd.Name = "m_btnAdd";
			m_btnAdd.Click += new System.EventHandler(this.m_btnAdd_Click);
			//
			// m_btnModify
			//
			resources.ApplyResources(m_btnModify, "m_btnModify");
			m_btnModify.Name = "m_btnModify";
			m_btnModify.Click += new System.EventHandler(this.m_btnModify_Click);
			//
			// m_btnOk
			//
			resources.ApplyResources(m_btnOk, "m_btnOk");
			m_btnOk.Name = "m_btnOk";
			m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
			//
			// m_btnCancel
			//
			m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(m_btnCancel, "m_btnCancel");
			m_btnCancel.Name = "m_btnCancel";
			//
			// m_btnHelp
			//
			resources.ApplyResources(m_btnHelp, "m_btnHelp");
			m_btnHelp.Name = "m_btnHelp";
			m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
			//
			// m_lblDescription
			//
			resources.ApplyResources(m_lblDescription, "m_lblDescription");
			m_lblDescription.Name = "m_lblDescription";
			//
			// tabControl1
			//
			tabControl1.Controls.Add(m_tpFirst);
			tabControl1.Controls.Add(m_tpOddEven);
			resources.ApplyResources(tabControl1, "tabControl1");
			tabControl1.Name = "tabControl1";
			tabControl1.SelectedIndex = 0;
			//
			// m_tpFirst
			//
			m_tpFirst.Controls.Add(m_pnlFirstPage);
			m_tpFirst.Controls.Add(m_lblFirstPage);
			m_tpFirst.Controls.Add(this.panel2);
			resources.ApplyResources(m_tpFirst, "m_tpFirst");
			m_tpFirst.Name = "m_tpFirst";
			//
			// m_pnlFirstPage
			//
			m_pnlFirstPage.BackColor = System.Drawing.SystemColors.Window;
			m_pnlFirstPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			m_pnlFirstPage.Controls.Add(this.m_pnlFirstTop);
			m_pnlFirstPage.Controls.Add(this.m_chkFirstSameAsOdd);
			m_pnlFirstPage.Controls.Add(this.m_pnlFirstBottom);
			resources.ApplyResources(m_pnlFirstPage, "m_pnlFirstPage");
			m_pnlFirstPage.Name = "m_pnlFirstPage";
			//
			// m_pnlFirstTop
			//
			resources.ApplyResources(this.m_pnlFirstTop, "m_pnlFirstTop");
			this.m_pnlFirstTop.Name = "m_pnlFirstTop";
			//
			// m_chkFirstSameAsOdd
			//
			resources.ApplyResources(this.m_chkFirstSameAsOdd, "m_chkFirstSameAsOdd");
			this.m_chkFirstSameAsOdd.Name = "m_chkFirstSameAsOdd";
			this.m_chkFirstSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkFirstSameAsOdd_CheckedChanged);
			//
			// m_pnlFirstBottom
			//
			resources.ApplyResources(this.m_pnlFirstBottom, "m_pnlFirstBottom");
			this.m_pnlFirstBottom.Name = "m_pnlFirstBottom";
			//
			// m_lblFirstPage
			//
			resources.ApplyResources(m_lblFirstPage, "m_lblFirstPage");
			m_lblFirstPage.Name = "m_lblFirstPage";
			//
			// panel2
			//
			this.panel2.BackColor = System.Drawing.Color.Silver;
			resources.ApplyResources(this.panel2, "panel2");
			this.panel2.Name = "panel2";
			//
			// m_tpOddEven
			//
			m_tpOddEven.Controls.Add(this.m_pnlEvenPage);
			m_tpOddEven.Controls.Add(this.m_pnlOddPage);
			m_tpOddEven.Controls.Add(this.m_lblOddPage);
			m_tpOddEven.Controls.Add(this.m_lblEvenPage);
			m_tpOddEven.Controls.Add(panel3);
			m_tpOddEven.Controls.Add(this.panel4);
			resources.ApplyResources(m_tpOddEven, "m_tpOddEven");
			m_tpOddEven.Name = "m_tpOddEven";
			//
			// m_pnlEvenPage
			//
			this.m_pnlEvenPage.BackColor = System.Drawing.SystemColors.Window;
			this.m_pnlEvenPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenTop);
			this.m_pnlEvenPage.Controls.Add(this.m_chkEvenSameAsOdd);
			this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenBottom);
			resources.ApplyResources(this.m_pnlEvenPage, "m_pnlEvenPage");
			this.m_pnlEvenPage.Name = "m_pnlEvenPage";
			//
			// m_pnlEvenTop
			//
			resources.ApplyResources(this.m_pnlEvenTop, "m_pnlEvenTop");
			this.m_pnlEvenTop.Name = "m_pnlEvenTop";
			//
			// m_chkEvenSameAsOdd
			//
			resources.ApplyResources(this.m_chkEvenSameAsOdd, "m_chkEvenSameAsOdd");
			this.m_chkEvenSameAsOdd.Name = "m_chkEvenSameAsOdd";
			this.m_chkEvenSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkEvenSameAsOdd_CheckedChanged);
			//
			// m_pnlEvenBottom
			//
			resources.ApplyResources(this.m_pnlEvenBottom, "m_pnlEvenBottom");
			this.m_pnlEvenBottom.Name = "m_pnlEvenBottom";
			//
			// m_pnlOddPage
			//
			this.m_pnlOddPage.BackColor = System.Drawing.SystemColors.Window;
			this.m_pnlOddPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.m_pnlOddPage.Controls.Add(this.m_pnlOddBottom);
			this.m_pnlOddPage.Controls.Add(this.m_pnlOddTop);
			resources.ApplyResources(this.m_pnlOddPage, "m_pnlOddPage");
			this.m_pnlOddPage.Name = "m_pnlOddPage";
			//
			// m_pnlOddBottom
			//
			resources.ApplyResources(this.m_pnlOddBottom, "m_pnlOddBottom");
			this.m_pnlOddBottom.Name = "m_pnlOddBottom";
			//
			// m_pnlOddTop
			//
			resources.ApplyResources(this.m_pnlOddTop, "m_pnlOddTop");
			this.m_pnlOddTop.Name = "m_pnlOddTop";
			//
			// m_lblOddPage
			//
			resources.ApplyResources(this.m_lblOddPage, "m_lblOddPage");
			this.m_lblOddPage.Name = "m_lblOddPage";
			//
			// m_lblEvenPage
			//
			resources.ApplyResources(this.m_lblEvenPage, "m_lblEvenPage");
			this.m_lblEvenPage.Name = "m_lblEvenPage";
			//
			// panel3
			//
			panel3.BackColor = System.Drawing.Color.Silver;
			resources.ApplyResources(panel3, "panel3");
			panel3.Name = "panel3";
			//
			// panel4
			//
			this.panel4.BackColor = System.Drawing.Color.Silver;
			resources.ApplyResources(this.panel4, "panel4");
			this.panel4.Name = "panel4";
			//
			// m_grpBoxEdit
			//
			m_grpBoxEdit.Controls.Add(m_btnModify);
			m_grpBoxEdit.Controls.Add(this.m_btnDelete);
			m_grpBoxEdit.Controls.Add(m_btnAdd);
			m_grpBoxEdit.Controls.Add(this.m_lstBoxName);
			resources.ApplyResources(m_grpBoxEdit, "m_grpBoxEdit");
			m_grpBoxEdit.Name = "m_grpBoxEdit";
			m_grpBoxEdit.TabStop = false;
			//
			// m_btnDelete
			//
			resources.ApplyResources(this.m_btnDelete, "m_btnDelete");
			this.m_btnDelete.Name = "m_btnDelete";
			this.m_btnDelete.Click += new System.EventHandler(this.m_btnDelete_Click);
			//
			// m_lstBoxName
			//
			resources.ApplyResources(this.m_lstBoxName, "m_lstBoxName");
			this.m_lstBoxName.Name = "m_lstBoxName";
			this.m_lstBoxName.SelectedIndexChanged += new System.EventHandler(this.m_lstBoxName_SelectedIndexChanged);
			//
			// panel1
			//
			this.panel1.Controls.Add(m_lblDescription);
			this.panel1.Controls.Add(tabControl1);
			this.panel1.Controls.Add(lineControl1);
			this.panel1.Controls.Add(this.m_txtBoxDescription);
			resources.ApplyResources(this.panel1, "panel1");
			this.panel1.Name = "panel1";
			//
			// lineControl1
			//
			lineControl1.BackColor = System.Drawing.Color.Transparent;
			resources.ApplyResources(lineControl1, "lineControl1");
			lineControl1.ForeColor2 = System.Drawing.Color.Transparent;
			lineControl1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
			lineControl1.Name = "lineControl1";
			//
			// m_txtBoxDescription
			//
			resources.ApplyResources(this.m_txtBoxDescription, "m_txtBoxDescription");
			this.m_txtBoxDescription.Name = "m_txtBoxDescription";
			this.m_txtBoxDescription.ReadOnly = true;
			//
			// HeaderFooterSetupDlg
			//
			this.AcceptButton = m_btnOk;
			resources.ApplyResources(this, "$this");
			this.CancelButton = m_btnCancel;
			this.Controls.Add(m_grpBoxEdit);
			this.Controls.Add(this.panel1);
			this.Controls.Add(m_btnHelp);
			this.Controls.Add(m_btnCancel);
			this.Controls.Add(m_btnOk);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "HeaderFooterSetupDlg";
			this.ShowInTaskbar = false;
			tabControl1.ResumeLayout(false);
			m_tpFirst.ResumeLayout(false);
			m_pnlFirstPage.ResumeLayout(false);
			m_tpOddEven.ResumeLayout(false);
			this.m_pnlEvenPage.ResumeLayout(false);
			this.m_pnlOddPage.ResumeLayout(false);
			m_grpBoxEdit.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.ResumeLayout(false);

		}
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(FtpConnectDialog));
     this.rbAnonymous = new System.Windows.Forms.RadioButton();
     this.chkShowPassword = new System.Windows.Forms.CheckBox();
     this.lblPassword = new Label();
     this.rbCredentials = new System.Windows.Forms.RadioButton();
     this.cmbUserName = new System.Windows.Forms.ComboBox();
     this.lblUserName = new Label();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.tbcBack = new TabControl();
     this.tpBasic = new TabPage();
     this.tlpBasic = new TableLayoutPanel();
     this.lblServer = new Label();
     this.cmbServer = new System.Windows.Forms.ComboBox();
     this.tlpNote = new TableLayoutPanel();
     this.lblNote = new Label();
     this.imgNote = new PictureBox();
     this.tpContext = new TabPage();
     this.FtpOptions = new FtpOptionControl();
     this.tlpBack = new TableLayoutPanel();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.Validator = new ValidatorProvider();
     this.tlpButtons = new TableLayoutPanel();
     this.bvlButtons = new Bevel();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     TableLayoutPanel panel = new TableLayoutPanel();
     box.SuspendLayout();
     panel.SuspendLayout();
     this.tbcBack.SuspendLayout();
     this.tpBasic.SuspendLayout();
     this.tlpBasic.SuspendLayout();
     this.tlpNote.SuspendLayout();
     ((ISupportInitialize) this.imgNote).BeginInit();
     this.tpContext.SuspendLayout();
     this.tlpBack.SuspendLayout();
     this.tlpButtons.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(box, "grpLogin");
     box.Controls.Add(panel);
     box.Name = "grpLogin";
     box.TabStop = false;
     manager.ApplyResources(panel, "tlpCredentials");
     panel.Controls.Add(this.rbAnonymous, 0, 0);
     panel.Controls.Add(this.chkShowPassword, 2, 4);
     panel.Controls.Add(this.lblPassword, 1, 3);
     panel.Controls.Add(this.rbCredentials, 0, 1);
     panel.Controls.Add(this.cmbUserName, 2, 2);
     panel.Controls.Add(this.lblUserName, 1, 2);
     panel.Controls.Add(this.txtPassword, 2, 3);
     panel.Name = "tlpCredentials";
     manager.ApplyResources(this.rbAnonymous, "rbAnonymous");
     this.rbAnonymous.Checked = true;
     panel.SetColumnSpan(this.rbAnonymous, 3);
     this.rbAnonymous.Name = "rbAnonymous";
     this.rbAnonymous.TabStop = true;
     this.rbAnonymous.UseVisualStyleBackColor = true;
     this.rbAnonymous.CheckedChanged += new EventHandler(this.rbAnonymous_CheckedChanged);
     manager.ApplyResources(this.chkShowPassword, "chkShowPassword");
     this.chkShowPassword.Checked = Settings.Default.RunAsShowPassword;
     this.chkShowPassword.DataBindings.Add(new Binding("Checked", Settings.Default, "RunAsShowPassword", true, DataSourceUpdateMode.OnPropertyChanged));
     this.chkShowPassword.Name = "chkShowPassword";
     this.chkShowPassword.UseVisualStyleBackColor = true;
     this.chkShowPassword.CheckedChanged += new EventHandler(this.chkShowPassword_CheckedChanged);
     manager.ApplyResources(this.lblPassword, "lblPassword");
     this.lblPassword.MinimumSize = new Size(80, 0);
     this.lblPassword.Name = "lblPassword";
     manager.ApplyResources(this.rbCredentials, "rbCredentials");
     panel.SetColumnSpan(this.rbCredentials, 3);
     this.rbCredentials.Name = "rbCredentials";
     this.rbCredentials.UseVisualStyleBackColor = true;
     this.rbCredentials.CheckedChanged += new EventHandler(this.rbAnonymous_CheckedChanged);
     manager.ApplyResources(this.cmbUserName, "cmbUserName");
     this.cmbUserName.FormattingEnabled = true;
     this.cmbUserName.Name = "cmbUserName";
     this.Validator.SetValidateOn(this.cmbUserName, ValidateOn.TextChanged);
     this.cmbUserName.Validating += new CancelEventHandler(this.cmbUserName_Validating);
     manager.ApplyResources(this.lblUserName, "lblUserName");
     this.lblUserName.MinimumSize = new Size(80, 0);
     this.lblUserName.Name = "lblUserName";
     manager.ApplyResources(this.txtPassword, "txtPassword");
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.UseSystemPasswordChar = true;
     this.tbcBack.Controls.Add(this.tpBasic);
     this.tbcBack.Controls.Add(this.tpContext);
     manager.ApplyResources(this.tbcBack, "tbcBack");
     this.tbcBack.Name = "tbcBack";
     this.tbcBack.SelectedIndex = 0;
     this.tpBasic.Controls.Add(this.tlpBasic);
     manager.ApplyResources(this.tpBasic, "tpBasic");
     this.tpBasic.Name = "tpBasic";
     this.tpBasic.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.tlpBasic, "tlpBasic");
     this.tlpBasic.Controls.Add(this.lblServer, 0, 0);
     this.tlpBasic.Controls.Add(box, 0, 2);
     this.tlpBasic.Controls.Add(this.cmbServer, 0, 1);
     this.tlpBasic.Controls.Add(this.tlpNote, 0, 3);
     this.tlpBasic.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpBasic.Name = "tlpBasic";
     manager.ApplyResources(this.lblServer, "lblServer");
     this.lblServer.Name = "lblServer";
     manager.ApplyResources(this.cmbServer, "cmbServer");
     this.cmbServer.FormattingEnabled = true;
     this.cmbServer.Name = "cmbServer";
     this.Validator.SetValidateOn(this.cmbServer, ValidateOn.TextChangedTimer);
     this.cmbServer.Validating += new CancelEventHandler(this.cmbServer_Validating);
     manager.ApplyResources(this.tlpNote, "tlpNote");
     this.tlpNote.Controls.Add(this.lblNote, 1, 0);
     this.tlpNote.Controls.Add(this.imgNote, 0, 0);
     this.tlpNote.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpNote.Name = "tlpNote";
     this.tlpNote.Paint += new PaintEventHandler(this.tlpNote_Paint);
     manager.ApplyResources(this.lblNote, "lblNote");
     this.lblNote.Name = "lblNote";
     manager.ApplyResources(this.imgNote, "imgNote");
     this.imgNote.Name = "imgNote";
     this.imgNote.TabStop = false;
     this.tpContext.Controls.Add(this.FtpOptions);
     manager.ApplyResources(this.tpContext, "tpContext");
     this.tpContext.Name = "tpContext";
     this.tpContext.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.FtpOptions, "FtpOptions");
     this.FtpOptions.Name = "FtpOptions";
     this.FtpOptions.SaveSettings = false;
     manager.ApplyResources(this.tlpBack, "tlpBack");
     this.tlpBack.Controls.Add(this.tbcBack, 0, 0);
     this.tlpBack.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpBack.Name = "tlpBack";
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.Validator.Owner = this;
     this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton;
     manager.ApplyResources(this.tlpButtons, "tlpButtons");
     this.tlpButtons.Controls.Add(this.btnOk, 1, 0);
     this.tlpButtons.Controls.Add(this.btnCancel, 2, 0);
     this.tlpButtons.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpButtons.Name = "tlpButtons";
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     this.AutoValidate = AutoValidate.EnableAllowFocusChange;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(this.tlpButtons);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(this.tlpBack);
     base.FixMouseWheel = Settings.Default.FixMouseWheel;
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "FtpConnectDialog";
     base.ShowInTaskbar = false;
     base.Shown += new EventHandler(this.FtpConnectDialog_Shown);
     box.ResumeLayout(false);
     box.PerformLayout();
     panel.ResumeLayout(false);
     panel.PerformLayout();
     this.tbcBack.ResumeLayout(false);
     this.tpBasic.ResumeLayout(false);
     this.tpBasic.PerformLayout();
     this.tlpBasic.ResumeLayout(false);
     this.tlpBasic.PerformLayout();
     this.tlpNote.ResumeLayout(false);
     this.tlpNote.PerformLayout();
     ((ISupportInitialize) this.imgNote).EndInit();
     this.tpContext.ResumeLayout(false);
     this.tpContext.PerformLayout();
     this.tlpBack.ResumeLayout(false);
     this.tlpButtons.ResumeLayout(false);
     this.tlpButtons.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
        public void mostrarComprobante()
        {
            gb_compra.Visible = false;
            gb_cliente.Visible = false;
            gb_pago.Visible = false;
            b_guardar.Text = "Aceptar";
            this.mostroComprobante = true;
            this.Text = "Comprobante de la Compra";

            Label label_a = new System.Windows.Forms.Label();
            Label label_cod_compra = new System.Windows.Forms.Label();
            Label label_b = new System.Windows.Forms.Label();
            Label label_fecha_compra = new System.Windows.Forms.Label();
            Label label_c = new System.Windows.Forms.Label();
            Label label_cli_compra = new System.Windows.Forms.Label();
            Label label_d = new System.Windows.Forms.Label();
            Label label_importe_compra = new System.Windows.Forms.Label();
            GroupBox gb_detalle_compra = new System.Windows.Forms.GroupBox();
            Panel panel_pasajes = new System.Windows.Forms.Panel();
            Label label_e = new System.Windows.Forms.Label();
            Label label_f = new System.Windows.Forms.Label();
            Panel panel_encomiendas = new System.Windows.Forms.Panel();
            panel_pasajes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            panel_encomiendas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            gb_detalle_compra.SuspendLayout();
            this.SuspendLayout();
            //
            // label_a
            //
            label_a.AutoSize = true;
            label_a.Location = new System.Drawing.Point(24, 27);
            label_a.Name = "label_a";
            label_a.Size = new System.Drawing.Size(97, 13);
            label_a.TabIndex = 4;
            label_a.Text = "CĆ³digo de Compra:";
            //
            // label_cod_compra
            //
            label_cod_compra.AutoSize = true;
            label_cod_compra.ForeColor = System.Drawing.Color.Green;
            label_cod_compra.Location = new System.Drawing.Point(126, 27);
            label_cod_compra.Name = "label_cod_compra";
            label_cod_compra.Size = new System.Drawing.Size(10, 13);
            label_cod_compra.TabIndex = 5;
            label_cod_compra.Text = "-";
            //
            // label_b
            //
            label_b.AutoSize = true;
            label_b.Location = new System.Drawing.Point(265, 27);
            label_b.Name = "label_b";
            label_b.Size = new System.Drawing.Size(40, 13);
            label_b.TabIndex = 6;
            label_b.Text = "Fecha:";
            //
            // label_fecha_compra
            //
            label_fecha_compra.AutoSize = true;
            label_fecha_compra.ForeColor = System.Drawing.Color.Green;
            label_fecha_compra.Location = new System.Drawing.Point(308, 27);
            label_fecha_compra.Name = "label_fecha_compra";
            label_fecha_compra.Size = new System.Drawing.Size(10, 13);
            label_fecha_compra.TabIndex = 7;
            label_fecha_compra.Text = "-";
            //
            // label_c
            //
            label_c.AutoSize = true;
            label_c.Location = new System.Drawing.Point(412, 27);
            label_c.Name = "label_c";
            label_c.Size = new System.Drawing.Size(42, 13);
            label_c.TabIndex = 12;
            label_c.Text = "Cliente:";
            //
            // label_cli_compra
            //
            label_cli_compra.AutoSize = true;
            label_cli_compra.ForeColor = System.Drawing.Color.Green;
            label_cli_compra.Location = new System.Drawing.Point(460, 27);
            label_cli_compra.Name = "label_cli_compra";
            label_cli_compra.Size = new System.Drawing.Size(10, 13);
            label_cli_compra.TabIndex = 13;
            label_cli_compra.Text = "-";
            //
            // label_d
            //
            label_d.AutoSize = true;
            label_d.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_d.Location = new System.Drawing.Point(24, 56);
            label_d.Name = "label_d";
            label_d.Size = new System.Drawing.Size(53, 13);
            label_d.TabIndex = 18;
            label_d.Text = "Importe:";
            //
            // label_importe_compra
            //
            label_importe_compra.AutoSize = true;
            label_importe_compra.ForeColor = System.Drawing.Color.Green;
            label_importe_compra.Location = new System.Drawing.Point(83, 56);
            label_importe_compra.Name = "label_importe_compra";
            label_importe_compra.Size = new System.Drawing.Size(10, 13);
            label_importe_compra.TabIndex = 19;
            label_importe_compra.Text = "-";
            //
            // gb_detalle_compra
            //
            gb_detalle_compra.Controls.Add(label_f);
            gb_detalle_compra.Controls.Add(panel_encomiendas);
            gb_detalle_compra.Controls.Add(label_e);
            gb_detalle_compra.Controls.Add(panel_pasajes);
            gb_detalle_compra.Controls.Add(label_importe_compra);
            gb_detalle_compra.Controls.Add(label_d);
            gb_detalle_compra.Controls.Add(label_cli_compra);
            gb_detalle_compra.Controls.Add(label_c);
            gb_detalle_compra.Controls.Add(label_fecha_compra);
            gb_detalle_compra.Controls.Add(label_b);
            gb_detalle_compra.Controls.Add(label_cod_compra);
            gb_detalle_compra.Controls.Add(label_a);
            gb_detalle_compra.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            gb_detalle_compra.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            gb_detalle_compra.Location = new System.Drawing.Point(24, 12);
            gb_detalle_compra.Name = "gb_detalle_compra";
            gb_detalle_compra.Size = new System.Drawing.Size(669, 443);
            gb_detalle_compra.TabIndex = 9;
            gb_detalle_compra.TabStop = false;
            gb_detalle_compra.Text = "Detalle de la Compra";
            //
            // panel_pasajes
            //
            panel_pasajes.Location = new System.Drawing.Point(27, 122);
            panel_pasajes.Name = "panel_pasajes";
            panel_pasajes.Size = new System.Drawing.Size(612, 133);
            panel_pasajes.TabIndex = 20;
            //
            // label_e
            //
            label_e.AutoSize = true;
            label_e.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_e.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            label_e.Location = new System.Drawing.Point(26, 102);
            label_e.Name = "label_e";
            label_e.Size = new System.Drawing.Size(51, 13);
            label_e.TabIndex = 21;
            label_e.Text = "Pasajes";
            //
            // label_f
            //
            label_f.AutoSize = true;
            label_f.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label_f.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            label_f.Location = new System.Drawing.Point(26, 265);
            label_f.Name = "label_f";
            label_f.Size = new System.Drawing.Size(82, 13);
            label_f.TabIndex = 23;
            label_f.Text = "Encomiendas";
            //
            // panel_encomiendas
            //
            panel_encomiendas.Location = new System.Drawing.Point(27, 285);
            panel_encomiendas.Name = "panel_encomiendas";
            panel_encomiendas.Size = new System.Drawing.Size(612, 133);
            panel_encomiendas.TabIndex = 22;
            //
            // Funciones
            //

            panel_pasajes.AutoScroll = true;
            panel_encomiendas.AutoScroll = true;

            /*inicio - pongo los datos en pantalla*/
            Funciones fun = new Funciones();
            label_cod_compra.Text = this.id_compra_generada.ToString(); ;
            label_fecha_compra.Text = fun.getFechaActual().Day.ToString() + "/" + fun.getFechaActual().Month.ToString() + "/" + fun.getFechaActual().Year.ToString();
            label_cli_compra.Text = this.cliente.nombre + " " + this.cliente.apellido + " (" + this.cliente.dni + ")";
            label_importe_compra.Text = "$" + this.precio_total.ToString();

            //cargo panel pasajes
            Label lab_head_cod = new System.Windows.Forms.Label();
            lab_head_cod.Location = new System.Drawing.Point(25, 1);
            lab_head_cod.Size = new System.Drawing.Size(46, 13);
            lab_head_cod.ForeColor = System.Drawing.Color.Indigo;
            lab_head_cod.Text = "CĆ³digo";
            Label lab_head_pas = new System.Windows.Forms.Label();
            lab_head_pas.Location = new System.Drawing.Point(175, 1);
            lab_head_pas.Size = new System.Drawing.Size(50, 13);
            lab_head_pas.ForeColor = System.Drawing.Color.Indigo;
            lab_head_pas.Text = "Pasajero";
            Label lab_head_but = new System.Windows.Forms.Label();
            lab_head_but.Location = new System.Drawing.Point(400, 1);
            lab_head_but.Size = new System.Drawing.Size(50, 13);
            lab_head_but.ForeColor = System.Drawing.Color.Indigo;
            lab_head_but.Text = "Butaca";
            Label lab_head_precio = new System.Windows.Forms.Label();
            lab_head_precio.Location = new System.Drawing.Point(530, 1);
            lab_head_precio.Size = new System.Drawing.Size(50, 13);
            lab_head_precio.ForeColor = System.Drawing.Color.Indigo;
            lab_head_precio.Text = "Precio";

            panel_pasajes.Controls.Add(lab_head_cod);
            panel_pasajes.Controls.Add(lab_head_pas);
            panel_pasajes.Controls.Add(lab_head_but);
            panel_pasajes.Controls.Add(lab_head_precio);

            int heig = 20;
            foreach (Nuevo_Pasaje.Pasaje pas in this.lista_pasajes)
            {
                Label label_cod_pasaje = new System.Windows.Forms.Label();
                label_cod_pasaje.Location = new System.Drawing.Point(20, heig);
                label_cod_pasaje.Size = new System.Drawing.Size(55, 13);
                label_cod_pasaje.Text = pas.id_pasaje_gen.ToString();
                panel_pasajes.Controls.Add(label_cod_pasaje);

                Label label_pasajero_pasaje = new System.Windows.Forms.Label();
                label_pasajero_pasaje.Location = new System.Drawing.Point(115, heig);
                label_pasajero_pasaje.Size = new System.Drawing.Size(230, 13);
                label_pasajero_pasaje.Text = pas.cliente.nombre + " " + pas.cliente.apellido + " (" + pas.cliente.dni + ")";

                Label label_butaca_pasaje = new System.Windows.Forms.Label();
                label_butaca_pasaje.Location = new System.Drawing.Point(355, heig);
                label_butaca_pasaje.Name = "label_butaca_pasaje";
                label_butaca_pasaje.Size = new System.Drawing.Size(150, 13);
                label_butaca_pasaje.Text = "Nro: " + pas.butaca.nro_butaca + " - " + pas.butaca.tipo_butaca + " - Piso: " + pas.butaca.piso_butaca;

                Label label_precio_pasaje = new System.Windows.Forms.Label();
                label_precio_pasaje.Location = new System.Drawing.Point(528, heig);
                label_precio_pasaje.Size = new System.Drawing.Size(50, 13);
                label_precio_pasaje.Text = "$"+pas.precio.ToString();

                panel_pasajes.Controls.Add(label_cod_pasaje);
                panel_pasajes.Controls.Add(label_pasajero_pasaje);
                panel_pasajes.Controls.Add(label_butaca_pasaje);
                panel_pasajes.Controls.Add(label_precio_pasaje);

                heig = heig + 20;

            }

            //cargo panel encomiendas
            Label lab_head_cod_enco = new System.Windows.Forms.Label();
            lab_head_cod_enco.Location = new System.Drawing.Point(25, 1);
            lab_head_cod_enco.Size = new System.Drawing.Size(46, 13);
            lab_head_cod_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_cod_enco.Text = "CĆ³digo";
            Label lab_head_duenio = new System.Windows.Forms.Label();
            lab_head_duenio.Location = new System.Drawing.Point(175, 1);
            lab_head_duenio.Size = new System.Drawing.Size(75, 13);
            lab_head_duenio.ForeColor = System.Drawing.Color.Indigo;
            lab_head_duenio.Text = "Encomendero";
            Label lab_head_kg = new System.Windows.Forms.Label();
            lab_head_kg.Location = new System.Drawing.Point(400, 1);
            lab_head_kg.Size = new System.Drawing.Size(70, 13);
            lab_head_kg.ForeColor = System.Drawing.Color.Indigo;
            lab_head_kg.Text = "Cantidad Kg";
            Label lab_head_precio_enco = new System.Windows.Forms.Label();
            lab_head_precio_enco.Location = new System.Drawing.Point(530, 1);
            lab_head_precio_enco.Size = new System.Drawing.Size(50, 13);
            lab_head_precio_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_precio_enco.Text = "Precio";

            panel_encomiendas.Controls.Add(lab_head_cod_enco);
            panel_encomiendas.Controls.Add(lab_head_duenio);
            panel_encomiendas.Controls.Add(lab_head_kg);
            panel_encomiendas.Controls.Add(lab_head_precio_enco);

            heig = 20;
            foreach (Nueva_Encomienda.Encomienda enco in this.lista_encomiendas)
            {
                Label label_cod_encomienda = new System.Windows.Forms.Label();
                label_cod_encomienda.Location = new System.Drawing.Point(20, heig);
                label_cod_encomienda.Size = new System.Drawing.Size(55, 13);
                label_cod_encomienda.Text = enco.id_encomienda_gen.ToString();

                Label label_pasajero_enco = new System.Windows.Forms.Label();
                label_pasajero_enco.Location = new System.Drawing.Point(115, heig);
                label_pasajero_enco.Size = new System.Drawing.Size(280, 13);
                label_pasajero_enco.Text = enco.cliente.nombre + " " + enco.cliente.apellido + " (" + enco.cliente.dni + ")";

                Label label_kg_enco = new System.Windows.Forms.Label();
                label_kg_enco.Location = new System.Drawing.Point(415, heig);
                label_kg_enco.Size = new System.Drawing.Size(50, 13);
                label_kg_enco.Text = enco.cant_kg.ToString();

                Label label_precio_enco = new System.Windows.Forms.Label();
                label_precio_enco.Location = new System.Drawing.Point(523, heig);
                label_precio_enco.Size = new System.Drawing.Size(50, 13);
                label_precio_enco.Text = "$"+enco.precio.ToString();

                panel_encomiendas.Controls.Add(label_cod_encomienda);
                panel_encomiendas.Controls.Add(label_pasajero_enco);
                panel_encomiendas.Controls.Add(label_kg_enco);
                panel_encomiendas.Controls.Add(label_precio_enco);

                heig = heig + 20;

            }

            /*fin - pongo los datos en pantalla*/

            this.Controls.Add(gb_detalle_compra);
            gb_detalle_compra.ResumeLayout(false);
            gb_detalle_compra.PerformLayout();
            this.ResumeLayout(false);

            MessageBox.Show("La Compra ha sido registrada", "", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }
Example #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     rightPn_             = new System.Windows.Forms.Panel();
     areaSourcesListCtrl_ = new Technosoftware.AeSampleClient.AreaSourceListCtrl();
     attributesCtrl_      = new Technosoftware.AeSampleClient.AttributesCtrl();
     stateFiltersPn_      = new System.Windows.Forms.Panel();
     categoriesCtrl_      = new Technosoftware.AeSampleClient.CategoriesCtrl();
     filtersGb_           = new System.Windows.Forms.GroupBox();
     filtersCtrl_         = new Technosoftware.AeSampleClient.SubscriptionFiltersEditCtrl();
     stateGb_             = new System.Windows.Forms.GroupBox();
     stateCtrl_           = new Technosoftware.AeSampleClient.SubscriptionStateEditCtrl();
     leftPn_     = new System.Windows.Forms.Panel();
     browseCtrl_ = new Technosoftware.AeSampleClient.BrowseCtrl();
     buttonsPn_  = new System.Windows.Forms.Panel();
     backBtn_    = new System.Windows.Forms.Button();
     nextBtn_    = new System.Windows.Forms.Button();
     cancelBtn_  = new System.Windows.Forms.Button();
     doneBtn_    = new System.Windows.Forms.Button();
     splitterV_  = new System.Windows.Forms.Splitter();
     rightPn_.SuspendLayout();
     stateFiltersPn_.SuspendLayout();
     filtersGb_.SuspendLayout();
     stateGb_.SuspendLayout();
     leftPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // RightPN
     //
     rightPn_.Controls.Add(areaSourcesListCtrl_);
     rightPn_.Controls.Add(attributesCtrl_);
     rightPn_.Dock = System.Windows.Forms.DockStyle.Fill;
     rightPn_.DockPadding.Right = 4;
     rightPn_.DockPadding.Top   = 4;
     rightPn_.Location          = new System.Drawing.Point(283, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(509, 490);
     rightPn_.TabIndex = 6;
     //
     // AreaSourcesListCTRL
     //
     areaSourcesListCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     areaSourcesListCtrl_.Location = new System.Drawing.Point(0, 4);
     areaSourcesListCtrl_.Name     = "areaSourcesListCtrl_";
     areaSourcesListCtrl_.Size     = new System.Drawing.Size(505, 486);
     areaSourcesListCtrl_.TabIndex = 1;
     //
     // AttributesCTRL
     //
     attributesCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     attributesCtrl_.Location = new System.Drawing.Point(0, 4);
     attributesCtrl_.Name     = "attributesCtrl_";
     attributesCtrl_.Size     = new System.Drawing.Size(505, 486);
     attributesCtrl_.TabIndex = 0;
     //
     // StateFiltersPN
     //
     stateFiltersPn_.Controls.Add(categoriesCtrl_);
     stateFiltersPn_.Controls.Add(filtersGb_);
     stateFiltersPn_.Controls.Add(stateGb_);
     stateFiltersPn_.Dock     = System.Windows.Forms.DockStyle.Fill;
     stateFiltersPn_.Location = new System.Drawing.Point(4, 4);
     stateFiltersPn_.Name     = "stateFiltersPn_";
     stateFiltersPn_.Size     = new System.Drawing.Size(272, 486);
     stateFiltersPn_.TabIndex = 1;
     //
     // CategoriesCTRL
     //
     categoriesCtrl_.Dock             = System.Windows.Forms.DockStyle.Fill;
     categoriesCtrl_.Location         = new System.Drawing.Point(0, 284);
     categoriesCtrl_.Name             = "categoriesCtrl_";
     categoriesCtrl_.Size             = new System.Drawing.Size(272, 202);
     categoriesCtrl_.TabIndex         = 1;
     categoriesCtrl_.CategoryChecked += new Technosoftware.AeSampleClient.CategoriesCtrl.CategoryCheckedEventHandler(CategoriesCTRL_CategorySelected);
     //
     // FiltersGB
     //
     filtersGb_.Controls.Add(filtersCtrl_);
     filtersGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     filtersGb_.Location = new System.Drawing.Point(0, 140);
     filtersGb_.Name     = "filtersGb_";
     filtersGb_.Size     = new System.Drawing.Size(272, 144);
     filtersGb_.TabIndex = 0;
     filtersGb_.TabStop  = false;
     filtersGb_.Text     = "Filtering Parameters";
     //
     // FiltersCTRL
     //
     filtersCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     filtersCtrl_.Location = new System.Drawing.Point(3, 16);
     filtersCtrl_.Name     = "filtersCtrl_";
     filtersCtrl_.Size     = new System.Drawing.Size(266, 125);
     filtersCtrl_.TabIndex = 1;
     //
     // StateGB
     //
     stateGb_.Controls.Add(stateCtrl_);
     stateGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     stateGb_.Location = new System.Drawing.Point(0, 0);
     stateGb_.Name     = "stateGb_";
     stateGb_.Size     = new System.Drawing.Size(272, 140);
     stateGb_.TabIndex = 0;
     stateGb_.TabStop  = false;
     stateGb_.Text     = "State Parameters";
     //
     // StateCTRL
     //
     stateCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     stateCtrl_.Location = new System.Drawing.Point(3, 16);
     stateCtrl_.Name     = "stateCtrl_";
     stateCtrl_.Size     = new System.Drawing.Size(266, 121);
     stateCtrl_.TabIndex = 0;
     //
     // LeftPN
     //
     leftPn_.Controls.Add(stateFiltersPn_);
     leftPn_.Controls.Add(browseCtrl_);
     leftPn_.Dock              = System.Windows.Forms.DockStyle.Left;
     leftPn_.DockPadding.Left  = 4;
     leftPn_.DockPadding.Right = 4;
     leftPn_.DockPadding.Top   = 4;
     leftPn_.Location          = new System.Drawing.Point(0, 0);
     leftPn_.Name              = "leftPn_";
     leftPn_.Size              = new System.Drawing.Size(280, 490);
     leftPn_.TabIndex          = 11;
     //
     // BrowseCTRL
     //
     browseCtrl_.Dock          = System.Windows.Forms.DockStyle.Fill;
     browseCtrl_.Location      = new System.Drawing.Point(4, 4);
     browseCtrl_.Name          = "browseCtrl_";
     browseCtrl_.Size          = new System.Drawing.Size(272, 486);
     browseCtrl_.TabIndex      = 1;
     browseCtrl_.NodeSelected += new Technosoftware.AeSampleClient.BrowseCtrl.NodeSelectedEventHandler(BrowseCTRL_NodeSelected);
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(backBtn_);
     buttonsPn_.Controls.Add(doneBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(nextBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 490);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(792, 36);
     buttonsPn_.TabIndex = 0;
     //
     // BackBTN
     //
     backBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     backBtn_.Location = new System.Drawing.Point(552, 8);
     backBtn_.Name     = "backBtn_";
     backBtn_.TabIndex = 3;
     backBtn_.Text     = "< Back";
     backBtn_.Click   += new System.EventHandler(BackBTN_Click);
     //
     // NextBTN
     //
     nextBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     nextBtn_.Location = new System.Drawing.Point(632, 8);
     nextBtn_.Name     = "nextBtn_";
     nextBtn_.TabIndex = 2;
     nextBtn_.Text     = "Next >";
     nextBtn_.Click   += new System.EventHandler(NextBTN_Click);
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(712, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 4;
     cancelBtn_.Text         = "Cancel";
     //
     // DoneBTN
     //
     doneBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     doneBtn_.Location = new System.Drawing.Point(632, 8);
     doneBtn_.Name     = "doneBtn_";
     doneBtn_.TabIndex = 0;
     doneBtn_.Text     = "Done";
     doneBtn_.Click   += new System.EventHandler(DoneBTN_Click);
     //
     // SplitterV
     //
     splitterV_.Location = new System.Drawing.Point(280, 0);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(3, 490);
     splitterV_.TabIndex = 12;
     splitterV_.TabStop  = false;
     //
     // SubscriptionEditDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(792, 526);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "SubscriptionEditDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Create Subscription";
     rightPn_.ResumeLayout(false);
     stateFiltersPn_.ResumeLayout(false);
     filtersGb_.ResumeLayout(false);
     stateGb_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }
Example #43
0
		private void redrawStations()
		{
			switch(CompetitionType)
			{
				case Structs.CompetitionTypeEnum.Precision:
					groupBoxWidth = 80;
					groupBoxHeight = 110; // 80
					break;
				case Structs.CompetitionTypeEnum.Field:
					groupBoxWidth = 80;
					groupBoxHeight = 125;
					break;
				case Structs.CompetitionTypeEnum.MagnumField:
					groupBoxWidth = 80;
					groupBoxHeight = 125;
					break;
				default:
					throw new ApplicationException("Unknown Competition Type:" + 
						CompetitionType.ToString());
			}
			groupBoxNextY = groupBoxHeight + 10;
			groupBoxNextX = groupBoxWidth + 10;

			clearCurrentStations();

			// NextGroup Startposition
			int x = groupBoxStartX;
			int y = groupBoxStartY;

			// Draw all stations on screen
			Structs.Station[] stations = CommonCode.GetStations();
			Structs.Competition comp = CommonCode.GetCompetitions()[0];
			//bool norwegianCount = comp.NorwegianCount;
			bool doFinalShooting = comp.DoFinalShooting;

			foreach(Structs.Station station in stations)
			{
				// Create new group
				GroupBox thisGroup = new GroupBox();
				thisGroup.SuspendLayout();
				thisGroup.Location = new System.Drawing.Point(x, y);
				setNewGroupBoxDrawPoint(ref x, ref y);
				thisGroup.Name = "target" + station.StationNr.ToString();
				thisGroup.Size = new System.Drawing.Size(groupBoxWidth, groupBoxHeight);
				thisGroup.TabStop = false;
				switch (CompetitionType)
				{
					case Structs.CompetitionTypeEnum.Precision:
						thisGroup.Text = "Serie " + station.StationNr.ToString();
						break;
					case Structs.CompetitionTypeEnum.Field:
						thisGroup.Text = "Station " + station.StationNr.ToString();
						break;
					case Structs.CompetitionTypeEnum.MagnumField:
						thisGroup.Text = "Station " + station.StationNr.ToString();
						break;
					default:
						throw new ApplicationException("Unknown CompetitionType: " +
							CompetitionType.ToString());
				}

				// Add SafeLabels
				SafeLabel SafeLabelPoints = new Forms.SafeLabel();
				SafeLabelPoints.Location = new System.Drawing.Point(4, groupBoxHeight-25);
				SafeLabelPoints.Text = "P:";
				SafeLabelPoints.Size = new System.Drawing.Size(20, 23);
				thisGroup.Controls.Add(SafeLabelPoints);

				// Add txtBoxes
				foreach(SafeTextBox thisBox in createTxtBoxes(station.StationNr, station.Figures))
				{
					thisGroup.Controls.Add(thisBox);
					thisBox.TextChanged+=new EventHandler(figureBox_TextChanged);
					thisBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
					resultFigures.Add(thisBox);
				}

				// Add points txtBox
				Allberg.Shooter.Windows.Forms.SafeTextBox txtPoints = new SafeTextBox();
				txtPoints.Name = "Points" + station.StationNr.ToString();
				txtPoints.Location = new Point(SafeLabelPoints.Width+5, groupBoxHeight-25);
				txtPoints.Text = "";
				txtPoints.Size = new Size(30,20);
				txtPoints.Enabled = station.Points;
				txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
				txtPoints.TextChanged += new System.EventHandler(this.txtPoints_TextChanged);
				thisGroup.Controls.Add(txtPoints);
				if (CompetitionType == Structs.CompetitionTypeEnum.Precision)
				{
					txtPoints.Visible = false;
					SafeLabelPoints.Visible = false;
				}
				resultPoints.Add(txtPoints);

				// Draw the whole thing
				thisGroup.ResumeLayout();

				// Add to form
				this.panel1.Controls.Add(thisGroup);

				// Add to form holder
				this.resultBoxes.Add(thisGroup);
			}

			if (doFinalShooting)
			{
				GroupBox finalGroup = new GroupBox();
				finalGroup.SuspendLayout();

				finalGroup.Location = new System.Drawing.Point(x, y);
				setNewGroupBoxDrawPoint(ref x, ref y);
				finalGroup.Name = "Final";
				finalGroup.Size = new System.Drawing.Size(groupBoxWidth+5, groupBoxHeight);
				finalGroup.TabStop = false;
				finalGroup.Text = "SƤrskjutning";

				// Add SafeLabels
				SafeLabel SafeLabelPoints = new SafeLabel();
				SafeLabelPoints.Location = getTxtBoxLocation(3, 1);
				SafeLabelPoints.Text = "Placering:";
				SafeLabelPoints.Size = new System.Drawing.Size(60, 23);
				finalGroup.Controls.Add(SafeLabelPoints);

				// Add SafeTextBox
				txtFinalPlace = new SafeTextBox();
				txtFinalPlace.Location = getTxtBoxLocation(3, 2);
				txtFinalPlace.Text = "";
				txtFinalPlace.Size = new System.Drawing.Size(40,23);
				txtFinalPlace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
				txtFinalPlace.TextChanged += new System.EventHandler(this.txtFinalPlace_TextChanged);
				finalGroup.Controls.Add(txtFinalPlace);

				// Add to form
				this.panel1.Controls.Add(finalGroup);

				// Add to form holder
				this.resultBoxes.Add(finalGroup);
			}
		}
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(CompareFoldersDialog));
     this.chkCompareContent = new CheckBox();
     this.chkCompareSize = new CheckBox();
     this.chkAsyncCompareContent = new CheckBox();
     this.chkCompareDateTime = new CheckBox();
     this.chkCompareAttributes = new CheckBox();
     this.rbUnselect = new RadioButton();
     this.rbSelect = new RadioButton();
     this.btnOk = new Button();
     this.btnCancel = new Button();
     this.tlpButtons = new TableLayoutPanel();
     this.bvlButtons = new Bevel();
     GroupBox box = new GroupBox();
     GroupBox box2 = new GroupBox();
     TableLayoutPanel panel = new TableLayoutPanel();
     box.SuspendLayout();
     box2.SuspendLayout();
     panel.SuspendLayout();
     this.tlpButtons.SuspendLayout();
     base.SuspendLayout();
     box.Controls.Add(this.chkCompareContent);
     box.Controls.Add(this.chkCompareSize);
     box.Controls.Add(this.chkAsyncCompareContent);
     box.Controls.Add(this.chkCompareDateTime);
     box.Controls.Add(this.chkCompareAttributes);
     manager.ApplyResources(box, "grpOptions");
     box.Name = "grpOptions";
     box.TabStop = false;
     manager.ApplyResources(this.chkCompareContent, "chkCompareContent");
     this.chkCompareContent.Name = "chkCompareContent";
     this.chkCompareContent.UseVisualStyleBackColor = true;
     this.chkCompareContent.CheckedChanged += new EventHandler(this.chkCompareContent_CheckedChanged);
     manager.ApplyResources(this.chkCompareSize, "chkCompareSize");
     this.chkCompareSize.Checked = true;
     this.chkCompareSize.CheckState = CheckState.Checked;
     this.chkCompareSize.Name = "chkCompareSize";
     this.chkCompareSize.UseVisualStyleBackColor = true;
     this.chkCompareSize.CheckedChanged += new EventHandler(this.chkCompareSize_CheckedChanged);
     manager.ApplyResources(this.chkAsyncCompareContent, "chkAsyncCompareContent");
     this.chkAsyncCompareContent.Checked = true;
     this.chkAsyncCompareContent.CheckState = CheckState.Indeterminate;
     this.chkAsyncCompareContent.Name = "chkAsyncCompareContent";
     this.chkAsyncCompareContent.ThreeState = true;
     this.chkAsyncCompareContent.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.chkCompareDateTime, "chkCompareDateTime");
     this.chkCompareDateTime.Checked = true;
     this.chkCompareDateTime.CheckState = CheckState.Checked;
     this.chkCompareDateTime.Name = "chkCompareDateTime";
     this.chkCompareDateTime.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.chkCompareAttributes, "chkCompareAttributes");
     this.chkCompareAttributes.Name = "chkCompareAttributes";
     this.chkCompareAttributes.UseVisualStyleBackColor = true;
     box2.Controls.Add(this.rbUnselect);
     box2.Controls.Add(this.rbSelect);
     manager.ApplyResources(box2, "grpSelect");
     box2.Name = "grpSelect";
     box2.TabStop = false;
     manager.ApplyResources(this.rbUnselect, "rbUnselect");
     this.rbUnselect.Name = "rbUnselect";
     this.rbUnselect.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.rbSelect, "rbSelect");
     this.rbSelect.Checked = true;
     this.rbSelect.Name = "rbSelect";
     this.rbSelect.TabStop = true;
     this.rbSelect.UseVisualStyleBackColor = true;
     manager.ApplyResources(panel, "tlpBack");
     panel.Controls.Add(box2, 0, 1);
     panel.Controls.Add(box, 0, 0);
     panel.Name = "tlpBack";
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.DialogResult = DialogResult.OK;
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.tlpButtons, "tlpButtons");
     this.tlpButtons.Controls.Add(this.btnOk, 1, 0);
     this.tlpButtons.Controls.Add(this.btnCancel, 2, 0);
     this.tlpButtons.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpButtons.Name = "tlpButtons";
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(this.tlpButtons);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "CompareFoldersDialog";
     base.ShowInTaskbar = false;
     box.ResumeLayout(false);
     box.PerformLayout();
     box2.ResumeLayout(false);
     box2.PerformLayout();
     panel.ResumeLayout(false);
     this.tlpButtons.ResumeLayout(false);
     this.tlpButtons.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #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.Windows.Forms.Panel            panelControls;
     System.Windows.Forms.GroupBox         filtersGroup;
     System.Windows.Forms.SplitContainer   splitContainer;
     System.Windows.Forms.TableLayoutPanel tableLeft;
     System.Windows.Forms.TableLayoutPanel tableRight;
     this.episodesTree       = new System.Windows.Forms.TreeView();
     this.episodesCountLabel = new System.Windows.Forms.Label();
     this.refreshButton      = new System.Windows.Forms.Button();
     this.hideWholeSeasons   = new System.Windows.Forms.CheckBox();
     this.hideLocked         = new System.Windows.Forms.CheckBox();
     this.hidePart2          = new System.Windows.Forms.CheckBox();
     this.hideSeason0        = new System.Windows.Forms.CheckBox();
     this.hideUnaired        = new System.Windows.Forms.CheckBox();
     this.duplicatesButton   = new System.Windows.Forms.Button();
     this.missingButton      = new System.Windows.Forms.Button();
     this.toolTip            = new System.Windows.Forms.ToolTip(this.components);
     panelControls           = new System.Windows.Forms.Panel();
     filtersGroup            = new System.Windows.Forms.GroupBox();
     splitContainer          = new System.Windows.Forms.SplitContainer();
     tableLeft  = new System.Windows.Forms.TableLayoutPanel();
     tableRight = new System.Windows.Forms.TableLayoutPanel();
     panelControls.SuspendLayout();
     filtersGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     tableLeft.SuspendLayout();
     tableRight.SuspendLayout();
     this.SuspendLayout();
     //
     // episodesTree
     //
     this.episodesTree.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.episodesTree.Location = new System.Drawing.Point(3, 36);
     this.episodesTree.Name     = "episodesTree";
     this.episodesTree.Size     = new System.Drawing.Size(232, 497);
     this.episodesTree.TabIndex = 0;
     this.toolTip.SetToolTip(this.episodesTree, "Shows the results of the search");
     //
     // episodesCountLabel
     //
     this.episodesCountLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.episodesCountLabel.AutoSize = true;
     this.episodesCountLabel.Location = new System.Drawing.Point(3, 20);
     this.episodesCountLabel.Name     = "episodesCountLabel";
     this.episodesCountLabel.Size     = new System.Drawing.Size(114, 13);
     this.episodesCountLabel.TabIndex = 1;
     this.episodesCountLabel.Text     = "Number of Episodes: 0";
     //
     // refreshButton
     //
     this.refreshButton.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.refreshButton.Location = new System.Drawing.Point(3, 5);
     this.refreshButton.Name     = "refreshButton";
     this.refreshButton.Size     = new System.Drawing.Size(144, 23);
     this.refreshButton.TabIndex = 1;
     this.refreshButton.Text     = "Refresh Episode Counts";
     this.toolTip.SetToolTip(this.refreshButton, "Searches the Output Directories for episodes and updates their file count numbers" +
                             ". \r\nThis is used to determine the results of the missing and duplicate episode\r\n" +
                             "searches.");
     this.refreshButton.UseVisualStyleBackColor = true;
     this.refreshButton.Click += new System.EventHandler(this.RefreshButtonClick);
     //
     // panelControls
     //
     panelControls.Controls.Add(filtersGroup);
     panelControls.Controls.Add(this.duplicatesButton);
     panelControls.Controls.Add(this.missingButton);
     panelControls.Dock     = System.Windows.Forms.DockStyle.Fill;
     panelControls.Location = new System.Drawing.Point(0, 33);
     panelControls.Margin   = new System.Windows.Forms.Padding(0);
     panelControls.Name     = "panelControls";
     panelControls.Size     = new System.Drawing.Size(468, 503);
     panelControls.TabIndex = 2;
     //
     // filtersGroup
     //
     filtersGroup.Controls.Add(this.hideWholeSeasons);
     filtersGroup.Controls.Add(this.hideLocked);
     filtersGroup.Controls.Add(this.hidePart2);
     filtersGroup.Controls.Add(this.hideSeason0);
     filtersGroup.Controls.Add(this.hideUnaired);
     filtersGroup.Location = new System.Drawing.Point(3, 32);
     filtersGroup.Name     = "filtersGroup";
     filtersGroup.Size     = new System.Drawing.Size(294, 136);
     filtersGroup.TabIndex = 4;
     filtersGroup.TabStop  = false;
     filtersGroup.Text     = "Missing Episode Filters";
     //
     // hideWholeSeasons
     //
     this.hideWholeSeasons.AutoSize = true;
     this.hideWholeSeasons.Location = new System.Drawing.Point(6, 111);
     this.hideWholeSeasons.Name     = "hideWholeSeasons";
     this.hideWholeSeasons.Size     = new System.Drawing.Size(156, 17);
     this.hideWholeSeasons.TabIndex = 4;
     this.hideWholeSeasons.Text     = "Hide entire missing seasons";
     this.toolTip.SetToolTip(this.hideWholeSeasons, "Hides episodes where and entire season is missing. This can be useful for long ru" +
                             "nning where you don\'t have early seasons.");
     this.hideWholeSeasons.UseVisualStyleBackColor = true;
     //
     // hideLocked
     //
     this.hideLocked.AutoSize = true;
     this.hideLocked.Location = new System.Drawing.Point(6, 88);
     this.hideLocked.Name     = "hideLocked";
     this.hideLocked.Size     = new System.Drawing.Size(116, 17);
     this.hideLocked.TabIndex = 3;
     this.hideLocked.Text     = "Hide locked shows";
     this.toolTip.SetToolTip(this.hideLocked, "Hides the episodes from shows that are locked.");
     this.hideLocked.UseVisualStyleBackColor = true;
     //
     // hidePart2
     //
     this.hidePart2.AutoSize = true;
     this.hidePart2.Location = new System.Drawing.Point(6, 65);
     this.hidePart2.Name     = "hidePart2";
     this.hidePart2.Size     = new System.Drawing.Size(165, 17);
     this.hidePart2.TabIndex = 2;
     this.hidePart2.Text     = "Hide episodes ending with (2)";
     this.toolTip.SetToolTip(this.hidePart2, "Hides episodes with the name ending in (2). \r\nIt is possible these aren\'t missing" +
                             " but the filename\r\ndoesn\'t contain both episode numbers and so\r\nTVSorter isn\'t a" +
                             "ble to match it.");
     this.hidePart2.UseVisualStyleBackColor = true;
     //
     // hideSeason0
     //
     this.hideSeason0.AutoSize = true;
     this.hideSeason0.Location = new System.Drawing.Point(6, 42);
     this.hideSeason0.Name     = "hideSeason0";
     this.hideSeason0.Size     = new System.Drawing.Size(143, 17);
     this.hideSeason0.TabIndex = 1;
     this.hideSeason0.Text     = "Hide season 0 (Specials)";
     this.toolTip.SetToolTip(this.hideSeason0, "Hides episode in season 0. These are generally specials.");
     this.hideSeason0.UseVisualStyleBackColor = true;
     //
     // hideUnaired
     //
     this.hideUnaired.AutoSize = true;
     this.hideUnaired.Location = new System.Drawing.Point(6, 19);
     this.hideUnaired.Name     = "hideUnaired";
     this.hideUnaired.Size     = new System.Drawing.Size(109, 17);
     this.hideUnaired.TabIndex = 0;
     this.hideUnaired.Text     = "Hide not yet aired";
     this.toolTip.SetToolTip(this.hideUnaired, "Hides episodes from the results whose air date is in the future");
     this.hideUnaired.UseVisualStyleBackColor = true;
     //
     // duplicatesButton
     //
     this.duplicatesButton.Location = new System.Drawing.Point(153, 3);
     this.duplicatesButton.Name     = "duplicatesButton";
     this.duplicatesButton.Size     = new System.Drawing.Size(144, 23);
     this.duplicatesButton.TabIndex = 3;
     this.duplicatesButton.Text     = "Display Duplicate Episodes";
     this.toolTip.SetToolTip(this.duplicatesButton, "Searches for duplicate episodes");
     this.duplicatesButton.UseVisualStyleBackColor = true;
     this.duplicatesButton.Click += new System.EventHandler(this.DuplicatesButtonClick);
     //
     // missingButton
     //
     this.missingButton.Location = new System.Drawing.Point(3, 3);
     this.missingButton.Name     = "missingButton";
     this.missingButton.Size     = new System.Drawing.Size(144, 23);
     this.missingButton.TabIndex = 2;
     this.missingButton.Text     = "Display Missing Episodes";
     this.toolTip.SetToolTip(this.missingButton, "Searches for missing episodes.");
     this.missingButton.UseVisualStyleBackColor = true;
     this.missingButton.Click += new System.EventHandler(this.MissingButtonClick);
     //
     // splitContainer
     //
     splitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer.Location = new System.Drawing.Point(0, 0);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(tableLeft);
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(tableRight);
     splitContainer.Size             = new System.Drawing.Size(710, 536);
     splitContainer.SplitterDistance = 238;
     splitContainer.TabIndex         = 5;
     //
     // tableLeft
     //
     tableLeft.ColumnCount = 1;
     tableLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLeft.Controls.Add(this.episodesTree, 0, 1);
     tableLeft.Controls.Add(this.episodesCountLabel, 0, 0);
     tableLeft.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLeft.Location = new System.Drawing.Point(0, 0);
     tableLeft.Name     = "tableLeft";
     tableLeft.RowCount = 2;
     tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLeft.Size     = new System.Drawing.Size(238, 536);
     tableLeft.TabIndex = 0;
     //
     // tableRight
     //
     tableRight.ColumnCount = 1;
     tableRight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableRight.Controls.Add(panelControls, 0, 1);
     tableRight.Controls.Add(this.refreshButton, 0, 0);
     tableRight.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableRight.Location = new System.Drawing.Point(0, 0);
     tableRight.Name     = "tableRight";
     tableRight.RowCount = 2;
     tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableRight.Size     = new System.Drawing.Size(468, 536);
     tableRight.TabIndex = 0;
     //
     // MissingDuplicateEpisodes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer);
     this.Name  = "MissingDuplicateEpisodes";
     this.Size  = new System.Drawing.Size(710, 536);
     this.Load += new System.EventHandler(this.MissingDuplicateEpisodesLoad);
     panelControls.ResumeLayout(false);
     filtersGroup.ResumeLayout(false);
     filtersGroup.PerformLayout();
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     tableLeft.ResumeLayout(false);
     tableLeft.PerformLayout();
     tableRight.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #46
0
 private void DiseƱo_Forma()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cliente));
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     pic_Cliente = new System.Windows.Forms.PictureBox();
     groupBoxdatos = new System.Windows.Forms.GroupBox();
     groupBoxfoto = new System.Windows.Forms.GroupBox();
     btn_BuscarI = new System.Windows.Forms.Button();
     txt_Diascredito = new System.Windows.Forms.TextBox();
     txt_LimiteCredito = new System.Windows.Forms.TextBox();
     txt_Saldo = new System.Windows.Forms.TextBox();
     txt_NombreContacto = new System.Windows.Forms.TextBox();
     txt_Email = new System.Windows.Forms.TextBox();
     txt_Telefono = new System.Windows.Forms.TextBox();
     txt_CP = new System.Windows.Forms.TextBox();
     txt_Estado = new System.Windows.Forms.TextBox();
     txt_Ciudad = new System.Windows.Forms.TextBox();
     txt_Direccion = new System.Windows.Forms.TextBox();
     txt_ApellidoM = new System.Windows.Forms.TextBox();
     txt_ApellidoP = new System.Windows.Forms.TextBox();
     txt_Nombre = new System.Windows.Forms.TextBox();
     txt_RazonSocial = new System.Windows.Forms.TextBox();
     txt_RFC = new System.Windows.Forms.TextBox();
     lbl_Dias = new System.Windows.Forms.Label();
     lbl_LimiteCredito = new System.Windows.Forms.Label();
     lbl_Saldo = new System.Windows.Forms.Label();
     lbl_NombreContacto = new System.Windows.Forms.Label();
     lbl_Email = new System.Windows.Forms.Label();
     lbl_Telefono = new System.Windows.Forms.Label();
     lbl_CP = new System.Windows.Forms.Label();
     lbl_Estado = new System.Windows.Forms.Label();
     lbl_Ciudad = new System.Windows.Forms.Label();
     lbl_Direccion = new System.Windows.Forms.Label();
     lbl_ApellidoM = new System.Windows.Forms.Label();
     lbl_ApellidoP = new System.Windows.Forms.Label();
     lbl_Nombre = new System.Windows.Forms.Label();
     lbl_Razon_Social = new System.Windows.Forms.Label();
     lbl_RFC = new System.Windows.Forms.Label();
     pic_Logo = new System.Windows.Forms.PictureBox();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Cliente)).BeginInit();
     groupBoxdatos.SuspendLayout();
     groupBoxfoto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     editarToolStripMenuItem,
     ayudaToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(604, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator,
     guardarToolStripMenuItem,
     toolStripSeparator2,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(153, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     guardarToolStripMenuItem.Text = "&Guardar";
     guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(153, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     modificarToolStripMenuItem,
     eliminarToolStripMenuItem});
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     modificarToolStripMenuItem.Text = "Modificar";
     modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click);
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     eliminarToolStripMenuItem.Text = "Eliminar";
     eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(380, 380);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(166, 84);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     //
     // pic_Cliente
     //
     pic_Cliente.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pic_Cliente.BackgroundImage")));
     pic_Cliente.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Clientes;
     pic_Cliente.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Cliente.Location = new System.Drawing.Point(493, 25);
     pic_Cliente.Name = "pic_Cliente";
     pic_Cliente.Size = new System.Drawing.Size(85, 67);
     pic_Cliente.TabIndex = 7;
     pic_Cliente.TabStop = false;
     //
     // groupBoxdatos
     //
     groupBoxdatos.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)));
     groupBoxdatos.Controls.Add(groupBoxfoto);
     groupBoxdatos.Controls.Add(pic_Logo);
     groupBoxdatos.Controls.Add(txt_Diascredito);
     groupBoxdatos.Controls.Add(txt_LimiteCredito);
     groupBoxdatos.Controls.Add(txt_Saldo);
     groupBoxdatos.Controls.Add(txt_NombreContacto);
     groupBoxdatos.Controls.Add(txt_Email);
     groupBoxdatos.Controls.Add(txt_Telefono);
     groupBoxdatos.Controls.Add(txt_CP);
     groupBoxdatos.Controls.Add(txt_Estado);
     groupBoxdatos.Controls.Add(txt_Ciudad);
     groupBoxdatos.Controls.Add(txt_Direccion);
     groupBoxdatos.Controls.Add(txt_ApellidoM);
     groupBoxdatos.Controls.Add(txt_ApellidoP);
     groupBoxdatos.Controls.Add(txt_Nombre);
     groupBoxdatos.Controls.Add(txt_RazonSocial);
     groupBoxdatos.Controls.Add(txt_RFC);
     groupBoxdatos.Controls.Add(lbl_Dias);
     groupBoxdatos.Controls.Add(lbl_LimiteCredito);
     groupBoxdatos.Controls.Add(lbl_Saldo);
     groupBoxdatos.Controls.Add(lbl_NombreContacto);
     groupBoxdatos.Controls.Add(lbl_Email);
     groupBoxdatos.Controls.Add(lbl_Telefono);
     groupBoxdatos.Controls.Add(lbl_CP);
     groupBoxdatos.Controls.Add(lbl_Estado);
     groupBoxdatos.Controls.Add(lbl_Ciudad);
     groupBoxdatos.Controls.Add(lbl_Direccion);
     groupBoxdatos.Controls.Add(lbl_ApellidoM);
     groupBoxdatos.Controls.Add(lbl_ApellidoP);
     groupBoxdatos.Controls.Add(lbl_Nombre);
     groupBoxdatos.Controls.Add(lbl_Razon_Social);
     groupBoxdatos.Controls.Add(lbl_RFC);
     groupBoxdatos.Location = new System.Drawing.Point(8, 52);
     groupBoxdatos.Name = "groupBoxdatos";
     groupBoxdatos.Size = new System.Drawing.Size(565, 520);
     groupBoxdatos.TabIndex = 6;
     groupBoxdatos.TabStop = false;
     groupBoxdatos.Text = "Datos del cliente";
     //
     // groupBoxfoto
     //
     groupBoxfoto.Controls.Add(btn_BuscarI);
     groupBoxfoto.Location = new System.Drawing.Point(301, 31);
     groupBoxfoto.Name = "groupBoxfoto";
     groupBoxfoto.Size = new System.Drawing.Size(237, 236);
     groupBoxfoto.TabIndex = 31;
     groupBoxfoto.TabStop = false;
     groupBoxfoto.Text = "Foto de contacto";
     //
     // btn_BuscarI
     //
     btn_BuscarI.Location = new System.Drawing.Point(156, 207);
     btn_BuscarI.Name = "btn_BuscarI";
     btn_BuscarI.Size = new System.Drawing.Size(75, 23);
     btn_BuscarI.TabIndex = 33;
     btn_BuscarI.Text = "AƱadir imagen";
     btn_BuscarI.UseVisualStyleBackColor = true;
     btn_BuscarI.Click += new System.EventHandler(btn_BuscarI_Click);
     //
     // txt_Diascredito
     //
     txt_Diascredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Diascredito.Location = new System.Drawing.Point(127, 473);
     txt_Diascredito.MaxLength = 3;
     txt_Diascredito.Name = "txt_Diascredito";
     txt_Diascredito.Size = new System.Drawing.Size(127, 20);
     txt_Diascredito.TabIndex = 30;
     txt_Diascredito.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Diascredito_KeyPress);
     //
     // txt_LimiteCredito
     //
     txt_LimiteCredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_LimiteCredito.Location = new System.Drawing.Point(127, 448);
     txt_LimiteCredito.MaxLength = 9;
     txt_LimiteCredito.Name = "txt_LimiteCredito";
     txt_LimiteCredito.Size = new System.Drawing.Size(127, 20);
     txt_LimiteCredito.TabIndex = 29;
     txt_LimiteCredito.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_LimiteCredito_KeyPress);
     //
     // txt_Saldo
     //
     txt_Saldo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Saldo.Location = new System.Drawing.Point(127, 423);
     txt_Saldo.MaxLength = 9;
     txt_Saldo.Name = "txt_Saldo";
     txt_Saldo.Size = new System.Drawing.Size(127, 20);
     txt_Saldo.TabIndex = 28;
     txt_Saldo.Text = "0.00";
     txt_Saldo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Saldo_KeyPress);
     //
     // txt_NombreContacto
     //
     txt_NombreContacto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_NombreContacto.Location = new System.Drawing.Point(127, 398);
     txt_NombreContacto.Name = "txt_NombreContacto";
     txt_NombreContacto.Size = new System.Drawing.Size(127, 20);
     txt_NombreContacto.TabIndex = 27;
     txt_NombreContacto.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_NombreContacto_KeyPress);
     //
     // txt_Email
     //
     txt_Email.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Email.Location = new System.Drawing.Point(127, 373);
     txt_Email.MaxLength = 30;
     txt_Email.Name = "txt_Email";
     txt_Email.Size = new System.Drawing.Size(127, 20);
     txt_Email.TabIndex = 26;
     //
     // txt_Telefono
     //
     txt_Telefono.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Telefono.Location = new System.Drawing.Point(127, 348);
     txt_Telefono.MaxLength = 10;
     txt_Telefono.Name = "txt_Telefono";
     txt_Telefono.Size = new System.Drawing.Size(127, 20);
     txt_Telefono.TabIndex = 25;
     txt_Telefono.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Telefono_KeyPress);
     //
     // txt_CP
     //
     txt_CP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_CP.Location = new System.Drawing.Point(127, 323);
     txt_CP.MaxLength = 5;
     txt_CP.Name = "txt_CP";
     txt_CP.Size = new System.Drawing.Size(127, 20);
     txt_CP.TabIndex = 24;
     txt_CP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_CP_KeyPress);
     //
     // txt_Estado
     //
     txt_Estado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Estado.Location = new System.Drawing.Point(127, 298);
     txt_Estado.MaxLength = 30;
     txt_Estado.Name = "txt_Estado";
     txt_Estado.Size = new System.Drawing.Size(127, 20);
     txt_Estado.TabIndex = 23;
     txt_Estado.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Estado_KeyPress);
     //
     // txt_Ciudad
     //
     txt_Ciudad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Ciudad.Location = new System.Drawing.Point(127, 273);
     txt_Ciudad.MaxLength = 30;
     txt_Ciudad.Name = "txt_Ciudad";
     txt_Ciudad.Size = new System.Drawing.Size(127, 20);
     txt_Ciudad.TabIndex = 22;
     txt_Ciudad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Ciudad_KeyPress);
     //
     // txt_Direccion
     //
     txt_Direccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Direccion.Location = new System.Drawing.Point(127, 163);
     txt_Direccion.MaxLength = 200;
     txt_Direccion.Multiline = true;
     txt_Direccion.Name = "txt_Direccion";
     txt_Direccion.Size = new System.Drawing.Size(127, 103);
     txt_Direccion.TabIndex = 21;
     //
     // txt_ApellidoM
     //
     txt_ApellidoM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_ApellidoM.Location = new System.Drawing.Point(127, 138);
     txt_ApellidoM.MaxLength = 15;
     txt_ApellidoM.Name = "txt_ApellidoM";
     txt_ApellidoM.Size = new System.Drawing.Size(127, 20);
     txt_ApellidoM.TabIndex = 20;
     txt_ApellidoM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ApellidoM_KeyPress);
     //
     // txt_ApellidoP
     //
     txt_ApellidoP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_ApellidoP.Location = new System.Drawing.Point(127, 113);
     txt_ApellidoP.MaxLength = 15;
     txt_ApellidoP.Name = "txt_ApellidoP";
     txt_ApellidoP.Size = new System.Drawing.Size(127, 20);
     txt_ApellidoP.TabIndex = 19;
     txt_ApellidoP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ApellidoP_KeyPress);
     //
     // txt_Nombre
     //
     txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Nombre.Location = new System.Drawing.Point(127, 88);
     txt_Nombre.MaxLength = 25;
     txt_Nombre.Name = "txt_Nombre";
     txt_Nombre.Size = new System.Drawing.Size(127, 20);
     txt_Nombre.TabIndex = 18;
     txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress);
     //
     // txt_RazonSocial
     //
     txt_RazonSocial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_RazonSocial.Location = new System.Drawing.Point(127, 63);
     txt_RazonSocial.MaxLength = 100;
     txt_RazonSocial.Name = "txt_RazonSocial";
     txt_RazonSocial.Size = new System.Drawing.Size(127, 20);
     txt_RazonSocial.TabIndex = 17;
     txt_RazonSocial.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_RazonSocial_KeyPress);
     //
     // txt_RFC
     //
     txt_RFC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_RFC.Location = new System.Drawing.Point(127, 38);
     txt_RFC.MaxLength = 13;
     txt_RFC.Name = "txt_RFC";
     txt_RFC.Size = new System.Drawing.Size(127, 20);
     txt_RFC.TabIndex = 16;
     txt_RFC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_RFC_KeyPress);
     //
     // lbl_Dias
     //
     lbl_Dias.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Dias.AutoSize = true;
     lbl_Dias.Location = new System.Drawing.Point(28, 478);
     lbl_Dias.Name = "lbl_Dias";
     lbl_Dias.Size = new System.Drawing.Size(80, 13);
     lbl_Dias.TabIndex = 15;
     lbl_Dias.Text = "Dƭas de crƩdito";
     //
     // lbl_LimiteCredito
     //
     lbl_LimiteCredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_LimiteCredito.AutoSize = true;
     lbl_LimiteCredito.Location = new System.Drawing.Point(28, 453);
     lbl_LimiteCredito.Name = "lbl_LimiteCredito";
     lbl_LimiteCredito.Size = new System.Drawing.Size(84, 13);
     lbl_LimiteCredito.TabIndex = 14;
     lbl_LimiteCredito.Text = "Limite de crƩdito";
     //
     // lbl_Saldo
     //
     lbl_Saldo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Saldo.AutoSize = true;
     lbl_Saldo.Location = new System.Drawing.Point(28, 428);
     lbl_Saldo.Name = "lbl_Saldo";
     lbl_Saldo.Size = new System.Drawing.Size(34, 13);
     lbl_Saldo.TabIndex = 13;
     lbl_Saldo.Text = "Saldo";
     //
     // lbl_NombreContacto
     //
     lbl_NombreContacto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_NombreContacto.AutoSize = true;
     lbl_NombreContacto.Location = new System.Drawing.Point(28, 403);
     lbl_NombreContacto.Name = "lbl_NombreContacto";
     lbl_NombreContacto.Size = new System.Drawing.Size(89, 13);
     lbl_NombreContacto.TabIndex = 12;
     lbl_NombreContacto.Text = "Nombre contacto";
     //
     // lbl_Email
     //
     lbl_Email.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Email.AutoSize = true;
     lbl_Email.Location = new System.Drawing.Point(28, 378);
     lbl_Email.Name = "lbl_Email";
     lbl_Email.Size = new System.Drawing.Size(32, 13);
     lbl_Email.TabIndex = 11;
     lbl_Email.Text = "Email";
     //
     // lbl_Telefono
     //
     lbl_Telefono.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Telefono.AutoSize = true;
     lbl_Telefono.Location = new System.Drawing.Point(28, 353);
     lbl_Telefono.Name = "lbl_Telefono";
     lbl_Telefono.Size = new System.Drawing.Size(49, 13);
     lbl_Telefono.TabIndex = 10;
     lbl_Telefono.Text = "TelƩfono";
     //
     // lbl_CP
     //
     lbl_CP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_CP.AutoSize = true;
     lbl_CP.Location = new System.Drawing.Point(28, 328);
     lbl_CP.Name = "lbl_CP";
     lbl_CP.Size = new System.Drawing.Size(27, 13);
     lbl_CP.TabIndex = 9;
     lbl_CP.Text = "C.P.";
     //
     // lbl_Estado
     //
     lbl_Estado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Estado.AutoSize = true;
     lbl_Estado.Location = new System.Drawing.Point(28, 303);
     lbl_Estado.Name = "lbl_Estado";
     lbl_Estado.Size = new System.Drawing.Size(40, 13);
     lbl_Estado.TabIndex = 8;
     lbl_Estado.Text = "Estado";
     //
     // lbl_Ciudad
     //
     lbl_Ciudad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Ciudad.AutoSize = true;
     lbl_Ciudad.Location = new System.Drawing.Point(28, 278);
     lbl_Ciudad.Name = "lbl_Ciudad";
     lbl_Ciudad.Size = new System.Drawing.Size(40, 13);
     lbl_Ciudad.TabIndex = 7;
     lbl_Ciudad.Text = "Ciudad";
     //
     // lbl_Direccion
     //
     lbl_Direccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Direccion.AutoSize = true;
     lbl_Direccion.Location = new System.Drawing.Point(28, 167);
     lbl_Direccion.Name = "lbl_Direccion";
     lbl_Direccion.Size = new System.Drawing.Size(52, 13);
     lbl_Direccion.TabIndex = 6;
     lbl_Direccion.Text = "DirecciĆ³n";
     //
     // lbl_ApellidoM
     //
     lbl_ApellidoM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_ApellidoM.AutoSize = true;
     lbl_ApellidoM.Location = new System.Drawing.Point(28, 142);
     lbl_ApellidoM.Name = "lbl_ApellidoM";
     lbl_ApellidoM.Size = new System.Drawing.Size(85, 13);
     lbl_ApellidoM.TabIndex = 5;
     lbl_ApellidoM.Text = "Apellido materno";
     //
     // lbl_ApellidoP
     //
     lbl_ApellidoP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_ApellidoP.AutoSize = true;
     lbl_ApellidoP.Location = new System.Drawing.Point(28, 117);
     lbl_ApellidoP.Name = "lbl_ApellidoP";
     lbl_ApellidoP.Size = new System.Drawing.Size(83, 13);
     lbl_ApellidoP.TabIndex = 4;
     lbl_ApellidoP.Text = "Apellido paterno";
     //
     // lbl_Nombre
     //
     lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Nombre.AutoSize = true;
     lbl_Nombre.Location = new System.Drawing.Point(28, 92);
     lbl_Nombre.Name = "lbl_Nombre";
     lbl_Nombre.Size = new System.Drawing.Size(47, 13);
     lbl_Nombre.TabIndex = 3;
     lbl_Nombre.Text = "Nombre ";
     //
     // lbl_Razon_Social
     //
     lbl_Razon_Social.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Razon_Social.AutoSize = true;
     lbl_Razon_Social.Location = new System.Drawing.Point(28, 67);
     lbl_Razon_Social.Name = "lbl_Razon_Social";
     lbl_Razon_Social.Size = new System.Drawing.Size(68, 13);
     lbl_Razon_Social.TabIndex = 2;
     lbl_Razon_Social.Text = "Razon social";
     //
     // lbl_RFC
     //
     lbl_RFC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_RFC.AutoSize = true;
     lbl_RFC.Location = new System.Drawing.Point(28, 42);
     lbl_RFC.Name = "lbl_RFC";
     lbl_RFC.Size = new System.Drawing.Size(31, 13);
     lbl_RFC.TabIndex = 1;
     lbl_RFC.Text = "RFC ";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // Cliente
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize = new System.Drawing.Size(604, 606);
     Controls.Add(pic_Cliente);
     Controls.Add(groupBoxdatos);
     Controls.Add(menuStrip1);
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     FormClosing += new System.Windows.Forms.FormClosingEventHandler(Cliente_FormClosing);
     Icon = global::Sistema_Shajobe.Properties.Resources.Clientes_ICO;
     MainMenuStrip = menuStrip1;
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(600, 620);
     MinimumSize = new System.Drawing.Size(600, 620);
     Name = "Cliente";
     Text = "Cliente";
     Load += new System.EventHandler(Cliente_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Cliente)).EndInit();
     groupBoxdatos.ResumeLayout(false);
     groupBoxdatos.PerformLayout();
     groupBoxfoto.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
Example #47
0
 private void DiseƱo_Forma()
 {
     components = new System.ComponentModel.Container();
     pic_Logo = new System.Windows.Forms.PictureBox();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Indirecto));
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     pic_Indirecto = new System.Windows.Forms.PictureBox();
     groupBoxdatos = new System.Windows.Forms.GroupBox();
     txt_Medida = new System.Windows.Forms.TextBox();
     lbl_Medida = new System.Windows.Forms.Label();
     txt_TamaƱo = new System.Windows.Forms.TextBox();
     txt_Descripcion = new System.Windows.Forms.TextBox();
     txt_Nombre = new System.Windows.Forms.TextBox();
     txt_Clave = new System.Windows.Forms.TextBox();
     lbl_TamaƱo = new System.Windows.Forms.Label();
     lbl_Descripcion = new System.Windows.Forms.Label();
     lbl_Nombre = new System.Windows.Forms.Label();
     lbl_Clave = new System.Windows.Forms.Label();
     groupBoxfoto = new System.Windows.Forms.GroupBox();
     btn_Buscar = new System.Windows.Forms.Button();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Indirecto)).BeginInit();
     groupBoxdatos.SuspendLayout();
     groupBoxfoto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     editarToolStripMenuItem,
     ayudaToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(571, 24);
     menuStrip1.TabIndex = 1;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator,
     guardarToolStripMenuItem,
     toolStripSeparator1,
     toolStripSeparator2,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(148, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     guardarToolStripMenuItem.Text = "&Guardar";
     guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(148, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     toolStripSeparator3,
     modificarToolStripMenuItem,
     eliminarToolStripMenuItem});
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(114, 6);
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     modificarToolStripMenuItem.Text = "Modificar";
     modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click);
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     eliminarToolStripMenuItem.Text = "Eliminar";
     eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // pic_Indirecto
     //
     pic_Indirecto.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pic_Indirecto.BackgroundImage")));
     pic_Indirecto.BackgroundImage = global::Shajobe.Properties.Resources.Indirecto;
     pic_Indirecto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Indirecto.Location = new System.Drawing.Point(493, 24);
     pic_Indirecto.Name = "pic_Indirecto";
     pic_Indirecto.Size = new System.Drawing.Size(85, 64);
     pic_Indirecto.TabIndex = 19;
     pic_Indirecto.TabStop = false;
     //
     // groupBoxdatos
     //
     groupBoxdatos.Controls.Add(txt_Medida);
     groupBoxdatos.Controls.Add(lbl_Medida);
     groupBoxdatos.Controls.Add(txt_TamaƱo);
     groupBoxdatos.Controls.Add(txt_Descripcion);
     groupBoxdatos.Controls.Add(txt_Nombre);
     groupBoxdatos.Controls.Add(txt_Clave);
     groupBoxdatos.Controls.Add(lbl_TamaƱo);
     groupBoxdatos.Controls.Add(lbl_Descripcion);
     groupBoxdatos.Controls.Add(lbl_Nombre);
     groupBoxdatos.Controls.Add(lbl_Clave);
     groupBoxdatos.Controls.Add(pic_Logo);
     groupBoxdatos.Controls.Add(groupBoxfoto);
     groupBoxdatos.Location = new System.Drawing.Point(7, 49);
     groupBoxdatos.Name = "groupBoxdatos";
     groupBoxdatos.Size = new System.Drawing.Size(580, 340);
     groupBoxdatos.TabIndex = 18;
     groupBoxdatos.TabStop = false;
     groupBoxdatos.Text = "Datos del producto";
     //
     // txt_Medida
     //
     txt_Medida.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Medida.Location = new System.Drawing.Point(126, 222);
     txt_Medida.MaxLength = 25;
     txt_Medida.Name = "txt_Medida";
     txt_Medida.Size = new System.Drawing.Size(127, 20);
     txt_Medida.TabIndex = 56;
     txt_Medida.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Medida_KeyPress);
     //
     // lbl_Medida
     //
     lbl_Medida.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Medida.AutoSize = true;
     lbl_Medida.Location = new System.Drawing.Point(27, 226);
     lbl_Medida.Name = "lbl_Medida";
     lbl_Medida.Size = new System.Drawing.Size(42, 13);
     lbl_Medida.TabIndex = 55;
     lbl_Medida.Text = "Medida";
     //
     // txt_TamaƱo
     //
     txt_TamaƱo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_TamaƱo.Location = new System.Drawing.Point(126, 196);
     txt_TamaƱo.MaxLength = 2;
     txt_TamaƱo.Name = "txt_TamaƱo";
     txt_TamaƱo.Size = new System.Drawing.Size(127, 20);
     txt_TamaƱo.TabIndex = 53;
     txt_TamaƱo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_TamaƱo_KeyPress);
     //
     // txt_Descripcion
     //
     txt_Descripcion.Location = new System.Drawing.Point(126, 85);
     txt_Descripcion.MaxLength = 35;
     txt_Descripcion.Multiline = true;
     txt_Descripcion.Name = "txt_Descripcion";
     txt_Descripcion.Size = new System.Drawing.Size(127, 105);
     txt_Descripcion.TabIndex = 47;
     txt_Descripcion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descripcion_KeyPress);
     //
     // txt_Nombre
     //
     txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Nombre.Location = new System.Drawing.Point(126, 60);
     txt_Nombre.MaxLength = 25;
     txt_Nombre.Name = "txt_Nombre";
     txt_Nombre.Size = new System.Drawing.Size(127, 20);
     txt_Nombre.TabIndex = 46;
     txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress);
     //
     // txt_Clave
     //
     txt_Clave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Clave.Enabled = false;
     txt_Clave.Location = new System.Drawing.Point(126, 35);
     txt_Clave.MaxLength = 8;
     txt_Clave.Name = "txt_Clave";
     txt_Clave.Size = new System.Drawing.Size(127, 20);
     txt_Clave.TabIndex = 37;
     //
     // lbl_TamaƱo
     //
     lbl_TamaƱo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_TamaƱo.AutoSize = true;
     lbl_TamaƱo.Location = new System.Drawing.Point(27, 200);
     lbl_TamaƱo.Name = "lbl_TamaƱo";
     lbl_TamaƱo.Size = new System.Drawing.Size(46, 13);
     lbl_TamaƱo.TabIndex = 44;
     lbl_TamaƱo.Text = "TamaƱo";
     //
     // lbl_Descripcion
     //
     lbl_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Descripcion.AutoSize = true;
     lbl_Descripcion.Location = new System.Drawing.Point(27, 89);
     lbl_Descripcion.Name = "lbl_Descripcion";
     lbl_Descripcion.Size = new System.Drawing.Size(63, 13);
     lbl_Descripcion.TabIndex = 38;
     lbl_Descripcion.Text = "DescripciĆ³n";
     //
     // lbl_Nombre
     //
     lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Nombre.AutoSize = true;
     lbl_Nombre.Location = new System.Drawing.Point(27, 64);
     lbl_Nombre.Name = "lbl_Nombre";
     lbl_Nombre.Size = new System.Drawing.Size(44, 13);
     lbl_Nombre.TabIndex = 36;
     lbl_Nombre.Text = "Nombre";
     //
     // lbl_Clave
     //
     lbl_Clave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Clave.AutoSize = true;
     lbl_Clave.Location = new System.Drawing.Point(28, 42);
     lbl_Clave.Name = "lbl_Clave";
     lbl_Clave.Size = new System.Drawing.Size(34, 13);
     lbl_Clave.TabIndex = 35;
     lbl_Clave.Text = "Clave";
     //
     // groupBoxfoto
     //
     groupBoxfoto.Controls.Add(btn_Buscar);
     groupBoxfoto.Location = new System.Drawing.Point(301, 31);
     groupBoxfoto.Name = "groupBoxfoto";
     groupBoxfoto.Size = new System.Drawing.Size(237, 236);
     groupBoxfoto.TabIndex = 31;
     groupBoxfoto.TabStop = false;
     groupBoxfoto.Text = "Foto de producto";
     //
     // btn_Buscar
     //
     btn_Buscar.Location = new System.Drawing.Point(156, 207);
     btn_Buscar.Name = "btn_Buscar";
     btn_Buscar.Size = new System.Drawing.Size(75, 23);
     btn_Buscar.TabIndex = 33;
     btn_Buscar.Text = "AƱadir imagen";
     btn_Buscar.UseVisualStyleBackColor = true;
     btn_Buscar.Click += new System.EventHandler(btn_Buscar_Click);
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(90, 250);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(156, 74);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // Indirecto
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     ClientSize = new System.Drawing.Size(594, 352);
     Controls.Add(pic_Indirecto);
     Controls.Add(groupBoxdatos);
     Controls.Add(menuStrip1);
     Icon = global::Shajobe.Properties.Resources.Indirecto_ICO;
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(607, 433);
     MinimumSize = new System.Drawing.Size(607, 433);
     Name = "Indirecto";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text = "Producto indirecto";
     Load += new System.EventHandler(Indirecto_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Indirecto)).EndInit();
     groupBoxdatos.ResumeLayout(false);
     groupBoxdatos.PerformLayout();
     groupBoxfoto.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     PerformLayout();
 }
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(BookmarkTabDialog));
     this.txtHotkey = new HotKeyBox();
     this.lblHotkey = new Label();
     this.lblBookmarkName = new Label();
     this.txtBookmarkName = new TextBox();
     this.chkDoNotShowAgain = new CheckBox();
     this.btnOk = new Button();
     this.btnCancel = new Button();
     this.Validator = new ValidatorProvider();
     this.bvlButtons = new Bevel();
     GroupBox box = new GroupBox();
     TableLayoutPanel panel = new TableLayoutPanel();
     TableLayoutPanel panel2 = new TableLayoutPanel();
     TableLayoutPanel panel3 = new TableLayoutPanel();
     box.SuspendLayout();
     panel.SuspendLayout();
     panel2.SuspendLayout();
     panel3.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(box, "grpAdditional");
     box.Controls.Add(panel);
     box.Name = "grpAdditional";
     box.TabStop = false;
     manager.ApplyResources(panel, "tlpAdditional");
     panel.Controls.Add(this.txtHotkey, 1, 0);
     panel.Controls.Add(this.lblHotkey, 0, 0);
     panel.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel.Name = "tlpAdditional";
     manager.ApplyResources(this.txtHotkey, "txtHotkey");
     this.txtHotkey.Name = "txtHotkey";
     manager.ApplyResources(this.lblHotkey, "lblHotkey");
     this.lblHotkey.Name = "lblHotkey";
     manager.ApplyResources(panel2, "tlpBack");
     panel2.Controls.Add(this.lblBookmarkName, 0, 0);
     panel2.Controls.Add(this.txtBookmarkName, 0, 1);
     panel2.Controls.Add(box, 0, 2);
     panel2.Controls.Add(this.chkDoNotShowAgain, 0, 3);
     panel2.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel2.Name = "tlpBack";
     manager.ApplyResources(this.lblBookmarkName, "lblBookmarkName");
     this.lblBookmarkName.Name = "lblBookmarkName";
     manager.ApplyResources(this.txtBookmarkName, "txtBookmarkName");
     this.txtBookmarkName.Name = "txtBookmarkName";
     this.Validator.SetValidateOn(this.txtBookmarkName, ValidateOn.TextChanged);
     this.txtBookmarkName.Validating += new CancelEventHandler(this.txtBookmarkName_Validating);
     manager.ApplyResources(this.chkDoNotShowAgain, "chkDoNotShowAgain");
     this.chkDoNotShowAgain.Name = "chkDoNotShowAgain";
     this.chkDoNotShowAgain.UseVisualStyleBackColor = true;
     manager.ApplyResources(panel3, "tlpButtons");
     panel3.BackColor = Color.Gainsboro;
     panel3.Controls.Add(this.btnOk, 1, 0);
     panel3.Controls.Add(this.btnCancel, 2, 0);
     panel3.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel3.Name = "tlpButtons";
     this.btnOk.DialogResult = DialogResult.OK;
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.Validator.Owner = this;
     this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton;
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     this.AutoValidate = AutoValidate.EnableAllowFocusChange;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(panel3);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel2);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "BookmarkTabDialog";
     base.ShowInTaskbar = false;
     box.ResumeLayout(false);
     box.PerformLayout();
     panel.ResumeLayout(false);
     panel.PerformLayout();
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     panel3.ResumeLayout(false);
     base.ResumeLayout(false);
     base.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(CredentialsManagerForm));
         this.m_PasswordReset = new System.Windows.Forms.Label();
         this.m_RequiresQuestionAndAnswerLabel = new System.Windows.Forms.Label();
         this.m_PasswordRetrieval = new System.Windows.Forms.Label();
         this.m_PasswordRegularExpression = new System.Windows.Forms.Label();
         this.m_MaxInvalidAttempts = new System.Windows.Forms.Label();
         this.m_AttemptWindow = new System.Windows.Forms.Label();
         this.m_MinNonAlphanumeric = new System.Windows.Forms.Label();
         this.m_MinLength = new System.Windows.Forms.Label();
         this.m_LengthTextBox = new System.Windows.Forms.TextBox();
         this.m_NonAlphanumericTextBox = new System.Windows.Forms.TextBox();
         this.m_GeneratePassword = new System.Windows.Forms.Button();
         this.m_RolesForUserComboBox = new ComboBoxEx();
         this.m_UsersToAssignListView = new CredentialsManagerClient.ListViewEx();
         this.m_RemoveUserFromAllRolesButton = new System.Windows.Forms.Button();
         this.m_RemoveUserFromRoleButton = new System.Windows.Forms.Button();
         this.m_AssignButton = new System.Windows.Forms.Button();
         this.m_UsersInRoleComboBox = new ComboBoxEx();
         this.m_RolesListView = new CredentialsManagerClient.ListViewEx();
         this.m_PopulatedLabel = new System.Windows.Forms.Label();
         this.m_ThrowIfPopulatedCheckBox = new System.Windows.Forms.CheckBox();
         this.m_DeleteAllRolesButton = new System.Windows.Forms.Button();
         this.m_CreateRoleButton = new System.Windows.Forms.Button();
         this.m_DeleteRoleButton = new System.Windows.Forms.Button();
         this.m_UsersStatusRefresh = new System.Windows.Forms.Button();
         this.m_OnlineTimeWindow = new System.Windows.Forms.Label();
         this.m_UsersOnline = new System.Windows.Forms.Label();
         this.m_UsersListView = new CredentialsManagerClient.ListViewEx();
         this.m_ChangePasswordButton = new System.Windows.Forms.Button();
         this.m_ResetPasswordButton = new System.Windows.Forms.Button();
         this.m_RelatedDataCheckBox = new System.Windows.Forms.CheckBox();
         this.m_DeleteAllUsersButton = new System.Windows.Forms.Button();
         this.m_UpdateUser = new System.Windows.Forms.Button();
         this.m_DeleteUserButton = new System.Windows.Forms.Button();
         this.m_CreateUserButton = new System.Windows.Forms.Button();
         this.m_ApplicationListView = new CredentialsManagerClient.ListViewEx();
         this.m_DeleteAllApplicationsButton = new System.Windows.Forms.Button();
         this.m_CreateApplicationButton = new System.Windows.Forms.Button();
         this.m_DeleteApplicationButton = new System.Windows.Forms.Button();
         this.m_SelectButton = new System.Windows.Forms.Button();
         this.m_WebBrowser = new System.Windows.Forms.WebBrowser();
         this.m_AddressTextbox = new System.Windows.Forms.TextBox();
         this.m_ViewButton = new System.Windows.Forms.Button();
         this.m_CreateApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteAllApplicationsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_CreateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_UpdateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteUserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteAllUsersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_ChangePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_ResetPasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_RefreshUsersStatusMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_CreateRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_DeleteAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_AssignUsertoRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_RemoveUserFromRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_RemoveUserFromAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_GeneratePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_ViewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_SelectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_LogOnMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_AuthorizeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.helpContentMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         this.m_AddressLabel = new System.Windows.Forms.Label();
         this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
         passwordSetupGroupBox = new System.Windows.Forms.GroupBox();
         passwordResetLabel = new System.Windows.Forms.Label();
         passwordRetrievalLabel = new System.Windows.Forms.Label();
         requiresQuestionAndAnswerLabel = new System.Windows.Forms.Label();
         maxInvalidLabel = new System.Windows.Forms.Label();
         passwordRegularExpressionLabel = new System.Windows.Forms.Label();
         minNonAlpha = new System.Windows.Forms.Label();
         attemptWindowLabel = new System.Windows.Forms.Label();
         minLengthLabel = new System.Windows.Forms.Label();
         generatePassorgGroupBox = new System.Windows.Forms.GroupBox();
         nonAlphanumericLabel = new System.Windows.Forms.Label();
         lengthLabel = new System.Windows.Forms.Label();
         usersGroupBox = new System.Windows.Forms.GroupBox();
         userToassignHeader = new System.Windows.Forms.ColumnHeader();
         rolesForUserLabel = new System.Windows.Forms.Label();
         usersToAssignHeader = new System.Windows.Forms.ColumnHeader();
         rolesGroupBox = new System.Windows.Forms.GroupBox();
         rolesHeader = new System.Windows.Forms.ColumnHeader();
         usersInRoleLabel = new System.Windows.Forms.Label();
         usersStatus = new System.Windows.Forms.GroupBox();
         onlineTimeWindowLabel = new System.Windows.Forms.Label();
         onlineUsersLabel = new System.Windows.Forms.Label();
         usersGoupBox = new System.Windows.Forms.GroupBox();
         usersHeader = new System.Windows.Forms.ColumnHeader();
         applicationsGroupBox = new System.Windows.Forms.GroupBox();
         applicationsHeader = new System.Windows.Forms.ColumnHeader();
         columnApplications = new System.Windows.Forms.ColumnHeader();
         addressGroupBox = new System.Windows.Forms.GroupBox();
         mainMenu = new System.Windows.Forms.MenuStrip();
         applicationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         usersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         usersSeparator1 = new System.Windows.Forms.ToolStripSeparator();
         usersSeparator2 = new System.Windows.Forms.ToolStripSeparator();
         rolesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         rolesSeparator1 = new System.Windows.Forms.ToolStripSeparator();
         passwordsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         serviceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         testMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         helpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
         passwordsPage = new System.Windows.Forms.TabPage();
         rolesPage = new System.Windows.Forms.TabPage();
         usersPage = new System.Windows.Forms.TabPage();
         applicationsTab = new System.Windows.Forms.TabPage();
         applicationPictureBox = new System.Windows.Forms.PictureBox();
         tabControl = new System.Windows.Forms.TabControl();
         servicePage = new System.Windows.Forms.TabPage();
         passwordSetupGroupBox.SuspendLayout();
         generatePassorgGroupBox.SuspendLayout();
         usersGroupBox.SuspendLayout();
         rolesGroupBox.SuspendLayout();
         usersStatus.SuspendLayout();
         usersGoupBox.SuspendLayout();
         applicationsGroupBox.SuspendLayout();
         addressGroupBox.SuspendLayout();
         mainMenu.SuspendLayout();
         passwordsPage.SuspendLayout();
         rolesPage.SuspendLayout();
         usersPage.SuspendLayout();
         applicationsTab.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).BeginInit();
         tabControl.SuspendLayout();
         servicePage.SuspendLayout();
         this.SuspendLayout();
         // 
         // passwordSetupGroupBox
         // 
         passwordSetupGroupBox.Controls.Add(passwordResetLabel);
         passwordSetupGroupBox.Controls.Add(this.m_PasswordReset);
         passwordSetupGroupBox.Controls.Add(this.m_RequiresQuestionAndAnswerLabel);
         passwordSetupGroupBox.Controls.Add(passwordRetrievalLabel);
         passwordSetupGroupBox.Controls.Add(requiresQuestionAndAnswerLabel);
         passwordSetupGroupBox.Controls.Add(this.m_PasswordRetrieval);
         passwordSetupGroupBox.Controls.Add(this.m_PasswordRegularExpression);
         passwordSetupGroupBox.Controls.Add(maxInvalidLabel);
         passwordSetupGroupBox.Controls.Add(passwordRegularExpressionLabel);
         passwordSetupGroupBox.Controls.Add(this.m_MaxInvalidAttempts);
         passwordSetupGroupBox.Controls.Add(this.m_AttemptWindow);
         passwordSetupGroupBox.Controls.Add(minNonAlpha);
         passwordSetupGroupBox.Controls.Add(attemptWindowLabel);
         passwordSetupGroupBox.Controls.Add(this.m_MinNonAlphanumeric);
         passwordSetupGroupBox.Controls.Add(this.m_MinLength);
         passwordSetupGroupBox.Controls.Add(minLengthLabel);
         passwordSetupGroupBox.Location = new System.Drawing.Point(6,11);
         passwordSetupGroupBox.Name = "passwordSetupGroupBox";
         passwordSetupGroupBox.Size = new System.Drawing.Size(258,368);
         passwordSetupGroupBox.TabIndex = 18;
         passwordSetupGroupBox.TabStop = false;
         passwordSetupGroupBox.Text = "Setup";
         // 
         // passwordResetLabel
         // 
         passwordResetLabel.AutoSize = true;
         passwordResetLabel.Location = new System.Drawing.Point(19,21);
         passwordResetLabel.Name = "passwordResetLabel";
         passwordResetLabel.Size = new System.Drawing.Size(119,13);
         passwordResetLabel.TabIndex = 0;
         passwordResetLabel.Text = "Password reset enabled:";
         // 
         // m_PasswordReset
         // 
         this.m_PasswordReset.AutoSize = true;
         this.m_PasswordReset.Location = new System.Drawing.Point(188,21);
         this.m_PasswordReset.Name = "m_PasswordReset";
         this.m_PasswordReset.Size = new System.Drawing.Size(21,13);
         this.m_PasswordReset.TabIndex = 1;
         this.m_PasswordReset.Text = "Yes";
         // 
         // m_RequiresQuestionAndAnswerLabel
         // 
         this.m_RequiresQuestionAndAnswerLabel.AutoSize = true;
         this.m_RequiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(188,269);
         this.m_RequiresQuestionAndAnswerLabel.Name = "m_RequiresQuestionAndAnswerLabel";
         this.m_RequiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(21,13);
         this.m_RequiresQuestionAndAnswerLabel.TabIndex = 15;
         this.m_RequiresQuestionAndAnswerLabel.Text = "Yes";
         // 
         // passwordRetrievalLabel
         // 
         passwordRetrievalLabel.AutoSize = true;
         passwordRetrievalLabel.Location = new System.Drawing.Point(19,54);
         passwordRetrievalLabel.Name = "passwordRetrievalLabel";
         passwordRetrievalLabel.Size = new System.Drawing.Size(133,13);
         passwordRetrievalLabel.TabIndex = 2;
         passwordRetrievalLabel.Text = "Password retrieval enabled:";
         // 
         // requiresQuestionAndAnswerLabel
         // 
         requiresQuestionAndAnswerLabel.AutoSize = true;
         requiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(19,269);
         requiresQuestionAndAnswerLabel.Name = "requiresQuestionAndAnswerLabel";
         requiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(149,13);
         requiresQuestionAndAnswerLabel.TabIndex = 14;
         requiresQuestionAndAnswerLabel.Text = "Requires question and answer:";
         // 
         // m_PasswordRetrieval
         // 
         this.m_PasswordRetrieval.AutoSize = true;
         this.m_PasswordRetrieval.Location = new System.Drawing.Point(188,54);
         this.m_PasswordRetrieval.Name = "m_PasswordRetrieval";
         this.m_PasswordRetrieval.Size = new System.Drawing.Size(21,13);
         this.m_PasswordRetrieval.TabIndex = 3;
         this.m_PasswordRetrieval.Text = "Yes";
         // 
         // m_PasswordRegularExpression
         // 
         this.m_PasswordRegularExpression.AutoSize = true;
         this.m_PasswordRegularExpression.Location = new System.Drawing.Point(188,232);
         this.m_PasswordRegularExpression.Name = "m_PasswordRegularExpression";
         this.m_PasswordRegularExpression.Size = new System.Drawing.Size(7,13);
         this.m_PasswordRegularExpression.TabIndex = 13;
         this.m_PasswordRegularExpression.Text = "*";
         // 
         // maxInvalidLabel
         // 
         maxInvalidLabel.AutoSize = true;
         maxInvalidLabel.Location = new System.Drawing.Point(19,89);
         maxInvalidLabel.Name = "maxInvalidLabel";
         maxInvalidLabel.Size = new System.Drawing.Size(136,13);
         maxInvalidLabel.TabIndex = 4;
         maxInvalidLabel.Text = "Max invalid attempt allowed:";
         // 
         // passwordRegularExpressionLabel
         // 
         passwordRegularExpressionLabel.AutoSize = true;
         passwordRegularExpressionLabel.Location = new System.Drawing.Point(19,232);
         passwordRegularExpressionLabel.Name = "passwordRegularExpressionLabel";
         passwordRegularExpressionLabel.Size = new System.Drawing.Size(140,13);
         passwordRegularExpressionLabel.TabIndex = 12;
         passwordRegularExpressionLabel.Text = "Password regular expression:";
         // 
         // m_MaxInvalidAttempts
         // 
         this.m_MaxInvalidAttempts.AutoSize = true;
         this.m_MaxInvalidAttempts.Location = new System.Drawing.Point(188,89);
         this.m_MaxInvalidAttempts.Name = "m_MaxInvalidAttempts";
         this.m_MaxInvalidAttempts.Size = new System.Drawing.Size(9,13);
         this.m_MaxInvalidAttempts.TabIndex = 5;
         this.m_MaxInvalidAttempts.Text = "0";
         // 
         // m_AttemptWindow
         // 
         this.m_AttemptWindow.AutoSize = true;
         this.m_AttemptWindow.Location = new System.Drawing.Point(188,197);
         this.m_AttemptWindow.Name = "m_AttemptWindow";
         this.m_AttemptWindow.Size = new System.Drawing.Size(9,13);
         this.m_AttemptWindow.TabIndex = 11;
         this.m_AttemptWindow.Text = "0";
         // 
         // minNonAlpha
         // 
         minNonAlpha.AutoSize = true;
         minNonAlpha.Location = new System.Drawing.Point(19,125);
         minNonAlpha.Name = "minNonAlpha";
         minNonAlpha.Size = new System.Drawing.Size(163,13);
         minNonAlpha.TabIndex = 6;
         minNonAlpha.Text = "Min non-alphanumeric characters:";
         // 
         // attemptWindowLabel
         // 
         attemptWindowLabel.AutoSize = true;
         attemptWindowLabel.Location = new System.Drawing.Point(19,197);
         attemptWindowLabel.Name = "attemptWindowLabel";
         attemptWindowLabel.Size = new System.Drawing.Size(81,13);
         attemptWindowLabel.TabIndex = 10;
         attemptWindowLabel.Text = "Attempt window:";
         // 
         // m_MinNonAlphanumeric
         // 
         this.m_MinNonAlphanumeric.AutoSize = true;
         this.m_MinNonAlphanumeric.Location = new System.Drawing.Point(188,125);
         this.m_MinNonAlphanumeric.Name = "m_MinNonAlphanumeric";
         this.m_MinNonAlphanumeric.Size = new System.Drawing.Size(9,13);
         this.m_MinNonAlphanumeric.TabIndex = 7;
         this.m_MinNonAlphanumeric.Text = "0";
         // 
         // m_MinLength
         // 
         this.m_MinLength.AutoSize = true;
         this.m_MinLength.Location = new System.Drawing.Point(188,161);
         this.m_MinLength.Name = "m_MinLength";
         this.m_MinLength.Size = new System.Drawing.Size(9,13);
         this.m_MinLength.TabIndex = 9;
         this.m_MinLength.Text = "0";
         // 
         // minLengthLabel
         // 
         minLengthLabel.AutoSize = true;
         minLengthLabel.Location = new System.Drawing.Point(19,161);
         minLengthLabel.Name = "minLengthLabel";
         minLengthLabel.Size = new System.Drawing.Size(96,13);
         minLengthLabel.TabIndex = 8;
         minLengthLabel.Text = "Min required length:";
         // 
         // generatePassorgGroupBox
         // 
         generatePassorgGroupBox.Controls.Add(nonAlphanumericLabel);
         generatePassorgGroupBox.Controls.Add(lengthLabel);
         generatePassorgGroupBox.Controls.Add(this.m_LengthTextBox);
         generatePassorgGroupBox.Controls.Add(this.m_NonAlphanumericTextBox);
         generatePassorgGroupBox.Controls.Add(this.m_GeneratePassword);
         generatePassorgGroupBox.Location = new System.Drawing.Point(270,11);
         generatePassorgGroupBox.Name = "generatePassorgGroupBox";
         generatePassorgGroupBox.Size = new System.Drawing.Size(258,368);
         generatePassorgGroupBox.TabIndex = 17;
         generatePassorgGroupBox.TabStop = false;
         generatePassorgGroupBox.Text = "Generate Password";
         // 
         // nonAlphanumericLabel
         // 
         nonAlphanumericLabel.AutoSize = true;
         nonAlphanumericLabel.Location = new System.Drawing.Point(14,65);
         nonAlphanumericLabel.Name = "nonAlphanumericLabel";
         nonAlphanumericLabel.Size = new System.Drawing.Size(92,13);
         nonAlphanumericLabel.TabIndex = 20;
         nonAlphanumericLabel.Text = "Non-alphanumeric:";
         // 
         // lengthLabel
         // 
         lengthLabel.AutoSize = true;
         lengthLabel.Location = new System.Drawing.Point(15,19);
         lengthLabel.Name = "lengthLabel";
         lengthLabel.Size = new System.Drawing.Size(39,13);
         lengthLabel.TabIndex = 19;
         lengthLabel.Text = "Length:";
         // 
         // m_LengthTextBox
         // 
         this.m_LengthTextBox.Location = new System.Drawing.Point(15,34);
         this.m_LengthTextBox.Name = "m_LengthTextBox";
         this.m_LengthTextBox.Size = new System.Drawing.Size(100,20);
         this.m_LengthTextBox.TabIndex = 18;
         this.m_LengthTextBox.Text = "6";
         // 
         // m_NonAlphanumericTextBox
         // 
         this.m_NonAlphanumericTextBox.Location = new System.Drawing.Point(15,81);
         this.m_NonAlphanumericTextBox.Name = "m_NonAlphanumericTextBox";
         this.m_NonAlphanumericTextBox.Size = new System.Drawing.Size(100,20);
         this.m_NonAlphanumericTextBox.TabIndex = 17;
         this.m_NonAlphanumericTextBox.Text = "1";
         // 
         // m_GeneratePassword
         // 
         this.m_GeneratePassword.Location = new System.Drawing.Point(177,34);
         this.m_GeneratePassword.Name = "m_GeneratePassword";
         this.m_GeneratePassword.Size = new System.Drawing.Size(75,23);
         this.m_GeneratePassword.TabIndex = 16;
         this.m_GeneratePassword.Text = "Generate";
         this.m_GeneratePassword.Click += new System.EventHandler(this.OnGeneratePassword);
         // 
         // usersGroupBox
         // 
         usersGroupBox.Controls.Add(this.m_RolesForUserComboBox);
         usersGroupBox.Controls.Add(this.m_UsersToAssignListView);
         usersGroupBox.Controls.Add(this.m_RemoveUserFromAllRolesButton);
         usersGroupBox.Controls.Add(rolesForUserLabel);
         usersGroupBox.Controls.Add(this.m_RemoveUserFromRoleButton);
         usersGroupBox.Controls.Add(this.m_AssignButton);
         usersGroupBox.Location = new System.Drawing.Point(6,11);
         usersGroupBox.Name = "usersGroupBox";
         usersGroupBox.Size = new System.Drawing.Size(258,368);
         usersGroupBox.TabIndex = 1;
         usersGroupBox.TabStop = false;
         usersGroupBox.Text = "Users";
         // 
         // m_RolesForUserComboBox
         // 
         this.m_RolesForUserComboBox.FormattingEnabled = true;
         this.m_RolesForUserComboBox.ImageList = null;
         this.m_RolesForUserComboBox.Location = new System.Drawing.Point(6,341);
         this.m_RolesForUserComboBox.Name = "m_RolesForUserComboBox";
         this.m_RolesForUserComboBox.Size = new System.Drawing.Size(165,21);
         this.m_RolesForUserComboBox.TabIndex = 4;
         // 
         // m_UsersToAssignListView
         // 
         this.m_UsersToAssignListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            userToassignHeader});
         this.m_UsersToAssignListView.FullRowSelect = true;
         this.m_UsersToAssignListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_UsersToAssignListView.HideSelection = false;
         this.m_UsersToAssignListView.Location = new System.Drawing.Point(7,19);
         this.m_UsersToAssignListView.MultiSelect = false;
         this.m_UsersToAssignListView.Name = "m_UsersToAssignListView";
         this.m_UsersToAssignListView.ShowGroups = false;
         this.m_UsersToAssignListView.Size = new System.Drawing.Size(165,290);
         this.m_UsersToAssignListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_UsersToAssignListView.TabIndex = 2;
         this.m_UsersToAssignListView.View = System.Windows.Forms.View.SmallIcon;
         this.m_UsersToAssignListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedUserAssignChanged);
         // 
         // userToassignHeader
         // 
         userToassignHeader.Width = 300;
         // 
         // m_RemoveUserFromAllRolesButton
         // 
         this.m_RemoveUserFromAllRolesButton.Location = new System.Drawing.Point(177,77);
         this.m_RemoveUserFromAllRolesButton.Name = "m_RemoveUserFromAllRolesButton";
         this.m_RemoveUserFromAllRolesButton.Size = new System.Drawing.Size(75,23);
         this.m_RemoveUserFromAllRolesButton.TabIndex = 2;
         this.m_RemoveUserFromAllRolesButton.Text = "Remove All";
         this.m_RemoveUserFromAllRolesButton.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles);
         // 
         // rolesForUserLabel
         // 
         rolesForUserLabel.AutoSize = true;
         rolesForUserLabel.Location = new System.Drawing.Point(6,325);
         rolesForUserLabel.Name = "rolesForUserLabel";
         rolesForUserLabel.Size = new System.Drawing.Size(73,13);
         rolesForUserLabel.TabIndex = 5;
         rolesForUserLabel.Text = "Roles for User:"******"m_RemoveUserFromRoleButton";
         this.m_RemoveUserFromRoleButton.Size = new System.Drawing.Size(75,23);
         this.m_RemoveUserFromRoleButton.TabIndex = 3;
         this.m_RemoveUserFromRoleButton.Text = "Remove";
         this.m_RemoveUserFromRoleButton.Click += new System.EventHandler(this.OnRemoveUserFromRole);
         // 
         // m_AssignButton
         // 
         this.m_AssignButton.Location = new System.Drawing.Point(177,19);
         this.m_AssignButton.Name = "m_AssignButton";
         this.m_AssignButton.Size = new System.Drawing.Size(75,23);
         this.m_AssignButton.TabIndex = 1;
         this.m_AssignButton.Text = "Assign";
         this.m_AssignButton.Click += new System.EventHandler(this.OnAssignUserToRole);
         // 
         // usersToAssignHeader
         // 
         usersToAssignHeader.Text = "";
         usersToAssignHeader.Width = 186;
         // 
         // rolesGroupBox
         // 
         rolesGroupBox.Controls.Add(this.m_UsersInRoleComboBox);
         rolesGroupBox.Controls.Add(this.m_RolesListView);
         rolesGroupBox.Controls.Add(this.m_PopulatedLabel);
         rolesGroupBox.Controls.Add(this.m_ThrowIfPopulatedCheckBox);
         rolesGroupBox.Controls.Add(this.m_DeleteAllRolesButton);
         rolesGroupBox.Controls.Add(usersInRoleLabel);
         rolesGroupBox.Controls.Add(this.m_CreateRoleButton);
         rolesGroupBox.Controls.Add(this.m_DeleteRoleButton);
         rolesGroupBox.Location = new System.Drawing.Point(270,11);
         rolesGroupBox.Name = "rolesGroupBox";
         rolesGroupBox.Size = new System.Drawing.Size(258,368);
         rolesGroupBox.TabIndex = 0;
         rolesGroupBox.TabStop = false;
         rolesGroupBox.Text = "Roles";
         // 
         // m_UsersInRoleComboBox
         // 
         this.m_UsersInRoleComboBox.FormattingEnabled = true;
         this.m_UsersInRoleComboBox.ImageList = null;
         this.m_UsersInRoleComboBox.Location = new System.Drawing.Point(6,341);
         this.m_UsersInRoleComboBox.Name = "m_UsersInRoleComboBox";
         this.m_UsersInRoleComboBox.Size = new System.Drawing.Size(165,21);
         this.m_UsersInRoleComboBox.TabIndex = 5;
         // 
         // m_RolesListView
         // 
         this.m_RolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            rolesHeader});
         this.m_RolesListView.FullRowSelect = true;
         this.m_RolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_RolesListView.HideSelection = false;
         this.m_RolesListView.Location = new System.Drawing.Point(6,19);
         this.m_RolesListView.MultiSelect = false;
         this.m_RolesListView.Name = "m_RolesListView";
         this.m_RolesListView.ShowGroups = false;
         this.m_RolesListView.Size = new System.Drawing.Size(165,290);
         this.m_RolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_RolesListView.TabIndex = 6;
         this.m_RolesListView.View = System.Windows.Forms.View.SmallIcon;
         this.m_RolesListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedRoleChanged);
         // 
         // rolesHeader
         // 
         rolesHeader.Width = 300;
         // 
         // m_PopulatedLabel
         // 
         this.m_PopulatedLabel.AutoSize = true;
         this.m_PopulatedLabel.Location = new System.Drawing.Point(197,97);
         this.m_PopulatedLabel.Name = "m_PopulatedLabel";
         this.m_PopulatedLabel.Size = new System.Drawing.Size(51,13);
         this.m_PopulatedLabel.TabIndex = 7;
         this.m_PopulatedLabel.Text = "Populated";
         // 
         // m_ThrowIfPopulatedCheckBox
         // 
         this.m_ThrowIfPopulatedCheckBox.AutoSize = true;
         this.m_ThrowIfPopulatedCheckBox.Location = new System.Drawing.Point(177,77);
         this.m_ThrowIfPopulatedCheckBox.Name = "m_ThrowIfPopulatedCheckBox";
         this.m_ThrowIfPopulatedCheckBox.Size = new System.Drawing.Size(46,17);
         this.m_ThrowIfPopulatedCheckBox.TabIndex = 2;
         this.m_ThrowIfPopulatedCheckBox.Text = "Fail if";
         // 
         // m_DeleteAllRolesButton
         // 
         this.m_DeleteAllRolesButton.Location = new System.Drawing.Point(177,286);
         this.m_DeleteAllRolesButton.Name = "m_DeleteAllRolesButton";
         this.m_DeleteAllRolesButton.Size = new System.Drawing.Size(75,23);
         this.m_DeleteAllRolesButton.TabIndex = 6;
         this.m_DeleteAllRolesButton.Text = "Delete All";
         this.m_DeleteAllRolesButton.Click += new System.EventHandler(this.OnDeleteAllRoles);
         // 
         // usersInRoleLabel
         // 
         usersInRoleLabel.AutoSize = true;
         usersInRoleLabel.Location = new System.Drawing.Point(6,325);
         usersInRoleLabel.Name = "usersInRoleLabel";
         usersInRoleLabel.Size = new System.Drawing.Size(69,13);
         usersInRoleLabel.TabIndex = 4;
         usersInRoleLabel.Text = "Users in Role:";
         // 
         // m_CreateRoleButton
         // 
         this.m_CreateRoleButton.Location = new System.Drawing.Point(177,19);
         this.m_CreateRoleButton.Name = "m_CreateRoleButton";
         this.m_CreateRoleButton.Size = new System.Drawing.Size(75,23);
         this.m_CreateRoleButton.TabIndex = 2;
         this.m_CreateRoleButton.Text = "Create";
         this.m_CreateRoleButton.Click += new System.EventHandler(this.OnCreateRole);
         // 
         // m_DeleteRoleButton
         // 
         this.m_DeleteRoleButton.Location = new System.Drawing.Point(177,48);
         this.m_DeleteRoleButton.Name = "m_DeleteRoleButton";
         this.m_DeleteRoleButton.Size = new System.Drawing.Size(75,23);
         this.m_DeleteRoleButton.TabIndex = 1;
         this.m_DeleteRoleButton.Text = "Delete";
         this.m_DeleteRoleButton.Click += new System.EventHandler(this.OnDeleteRole);
         // 
         // usersStatus
         // 
         usersStatus.Controls.Add(this.m_UsersStatusRefresh);
         usersStatus.Controls.Add(this.m_OnlineTimeWindow);
         usersStatus.Controls.Add(onlineTimeWindowLabel);
         usersStatus.Controls.Add(this.m_UsersOnline);
         usersStatus.Controls.Add(onlineUsersLabel);
         usersStatus.Location = new System.Drawing.Point(298,11);
         usersStatus.Name = "usersStatus";
         usersStatus.Size = new System.Drawing.Size(230,368);
         usersStatus.TabIndex = 8;
         usersStatus.TabStop = false;
         usersStatus.Text = "Users Status";
         // 
         // m_UsersStatusRefresh
         // 
         this.m_UsersStatusRefresh.Location = new System.Drawing.Point(139,135);
         this.m_UsersStatusRefresh.Name = "m_UsersStatusRefresh";
         this.m_UsersStatusRefresh.Size = new System.Drawing.Size(75,23);
         this.m_UsersStatusRefresh.TabIndex = 13;
         this.m_UsersStatusRefresh.Text = "Refresh";
         this.m_UsersStatusRefresh.Click += new System.EventHandler(this.OnUserStatusRefresh);
         // 
         // m_OnlineTimeWindow
         // 
         this.m_OnlineTimeWindow.AutoSize = true;
         this.m_OnlineTimeWindow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
         this.m_OnlineTimeWindow.Location = new System.Drawing.Point(138,62);
         this.m_OnlineTimeWindow.Name = "m_OnlineTimeWindow";
         this.m_OnlineTimeWindow.Size = new System.Drawing.Size(9,13);
         this.m_OnlineTimeWindow.TabIndex = 12;
         this.m_OnlineTimeWindow.Text = "0";
         // 
         // onlineTimeWindowLabel
         // 
         onlineTimeWindowLabel.AutoSize = true;
         onlineTimeWindowLabel.Location = new System.Drawing.Point(12,62);
         onlineTimeWindowLabel.Name = "onlineTimeWindowLabel";
         onlineTimeWindowLabel.Size = new System.Drawing.Size(97,13);
         onlineTimeWindowLabel.TabIndex = 11;
         onlineTimeWindowLabel.Text = "Online time window:";
         // 
         // m_UsersOnline
         // 
         this.m_UsersOnline.AutoSize = true;
         this.m_UsersOnline.Location = new System.Drawing.Point(138,33);
         this.m_UsersOnline.Name = "m_UsersOnline";
         this.m_UsersOnline.Size = new System.Drawing.Size(9,13);
         this.m_UsersOnline.TabIndex = 10;
         this.m_UsersOnline.Text = "0";
         this.m_UsersOnline.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
         // 
         // onlineUsersLabel
         // 
         onlineUsersLabel.AutoSize = true;
         onlineUsersLabel.Location = new System.Drawing.Point(12,33);
         onlineUsersLabel.Name = "onlineUsersLabel";
         onlineUsersLabel.Size = new System.Drawing.Size(114,13);
         onlineUsersLabel.TabIndex = 9;
         onlineUsersLabel.Text = "Number of users online:";
         // 
         // usersGoupBox
         // 
         usersGoupBox.Controls.Add(this.m_UsersListView);
         usersGoupBox.Controls.Add(this.m_ChangePasswordButton);
         usersGoupBox.Controls.Add(this.m_ResetPasswordButton);
         usersGoupBox.Controls.Add(this.m_RelatedDataCheckBox);
         usersGoupBox.Controls.Add(this.m_DeleteAllUsersButton);
         usersGoupBox.Controls.Add(this.m_UpdateUser);
         usersGoupBox.Controls.Add(this.m_DeleteUserButton);
         usersGoupBox.Controls.Add(this.m_CreateUserButton);
         usersGoupBox.Location = new System.Drawing.Point(6,11);
         usersGoupBox.Name = "usersGoupBox";
         usersGoupBox.Size = new System.Drawing.Size(286,368);
         usersGoupBox.TabIndex = 4;
         usersGoupBox.TabStop = false;
         usersGoupBox.Text = "Users";
         // 
         // m_UsersListView
         // 
         this.m_UsersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            usersHeader});
         this.m_UsersListView.FullRowSelect = true;
         this.m_UsersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_UsersListView.HideSelection = false;
         this.m_UsersListView.Location = new System.Drawing.Point(6,19);
         this.m_UsersListView.MultiSelect = false;
         this.m_UsersListView.Name = "m_UsersListView";
         this.m_UsersListView.ShowGroups = false;
         this.m_UsersListView.Size = new System.Drawing.Size(165,342);
         this.m_UsersListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_UsersListView.TabIndex = 10;
         this.m_UsersListView.View = System.Windows.Forms.View.SmallIcon;
         // 
         // usersHeader
         // 
         usersHeader.Width = 300;
         // 
         // m_ChangePasswordButton
         // 
         this.m_ChangePasswordButton.Location = new System.Drawing.Point(177,77);
         this.m_ChangePasswordButton.Name = "m_ChangePasswordButton";
         this.m_ChangePasswordButton.Size = new System.Drawing.Size(103,23);
         this.m_ChangePasswordButton.TabIndex = 12;
         this.m_ChangePasswordButton.Text = "Change Password";
         this.m_ChangePasswordButton.Click += new System.EventHandler(this.OnChangePassword);
         // 
         // m_ResetPasswordButton
         // 
         this.m_ResetPasswordButton.Location = new System.Drawing.Point(177,106);
         this.m_ResetPasswordButton.Name = "m_ResetPasswordButton";
         this.m_ResetPasswordButton.Size = new System.Drawing.Size(103,23);
         this.m_ResetPasswordButton.TabIndex = 11;
         this.m_ResetPasswordButton.Text = "Reset Password";
         this.m_ResetPasswordButton.Click += new System.EventHandler(this.OnResetPassword);
         // 
         // m_RelatedDataCheckBox
         // 
         this.m_RelatedDataCheckBox.AutoSize = true;
         this.m_RelatedDataCheckBox.Checked = true;
         this.m_RelatedDataCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
         this.m_RelatedDataCheckBox.Location = new System.Drawing.Point(177,164);
         this.m_RelatedDataCheckBox.Name = "m_RelatedDataCheckBox";
         this.m_RelatedDataCheckBox.Size = new System.Drawing.Size(59,17);
         this.m_RelatedDataCheckBox.TabIndex = 9;
         this.m_RelatedDataCheckBox.Text = "All Data";
         // 
         // m_DeleteAllUsersButton
         // 
         this.m_DeleteAllUsersButton.Location = new System.Drawing.Point(177,338);
         this.m_DeleteAllUsersButton.Name = "m_DeleteAllUsersButton";
         this.m_DeleteAllUsersButton.Size = new System.Drawing.Size(103,23);
         this.m_DeleteAllUsersButton.TabIndex = 8;
         this.m_DeleteAllUsersButton.Text = "Delete All";
         this.m_DeleteAllUsersButton.Click += new System.EventHandler(this.OnDeleteAllUsers);
         // 
         // m_UpdateUser
         // 
         this.m_UpdateUser.Location = new System.Drawing.Point(177,48);
         this.m_UpdateUser.Name = "m_UpdateUser";
         this.m_UpdateUser.Size = new System.Drawing.Size(103,23);
         this.m_UpdateUser.TabIndex = 7;
         this.m_UpdateUser.Text = "Update";
         this.m_UpdateUser.Click += new System.EventHandler(this.OnUpdateUser);
         // 
         // m_DeleteUserButton
         // 
         this.m_DeleteUserButton.Location = new System.Drawing.Point(177,135);
         this.m_DeleteUserButton.Name = "m_DeleteUserButton";
         this.m_DeleteUserButton.Size = new System.Drawing.Size(103,23);
         this.m_DeleteUserButton.TabIndex = 4;
         this.m_DeleteUserButton.Text = "Delete";
         this.m_DeleteUserButton.Click += new System.EventHandler(this.OnDeleteUser);
         // 
         // m_CreateUserButton
         // 
         this.m_CreateUserButton.Location = new System.Drawing.Point(177,19);
         this.m_CreateUserButton.Name = "m_CreateUserButton";
         this.m_CreateUserButton.Size = new System.Drawing.Size(103,23);
         this.m_CreateUserButton.TabIndex = 4;
         this.m_CreateUserButton.Text = "Create...";
         this.m_CreateUserButton.Click += new System.EventHandler(this.OnCreateUser);
         // 
         // applicationsGroupBox
         // 
         applicationsGroupBox.Controls.Add(this.m_ApplicationListView);
         applicationsGroupBox.Controls.Add(this.m_DeleteAllApplicationsButton);
         applicationsGroupBox.Controls.Add(this.m_CreateApplicationButton);
         applicationsGroupBox.Controls.Add(this.m_DeleteApplicationButton);
         applicationsGroupBox.Location = new System.Drawing.Point(6,11);
         applicationsGroupBox.Name = "applicationsGroupBox";
         applicationsGroupBox.Size = new System.Drawing.Size(258,368);
         applicationsGroupBox.TabIndex = 11;
         applicationsGroupBox.TabStop = false;
         applicationsGroupBox.Text = "Applications";
         // 
         // m_ApplicationListView
         // 
         this.m_ApplicationListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            applicationsHeader});
         this.m_ApplicationListView.FullRowSelect = true;
         this.m_ApplicationListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_ApplicationListView.HideSelection = false;
         this.m_ApplicationListView.Location = new System.Drawing.Point(6,19);
         this.m_ApplicationListView.MultiSelect = false;
         this.m_ApplicationListView.Name = "m_ApplicationListView";
         this.m_ApplicationListView.ShowGroups = false;
         this.m_ApplicationListView.Size = new System.Drawing.Size(165,342);
         this.m_ApplicationListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_ApplicationListView.TabIndex = 12;
         this.m_ApplicationListView.View = System.Windows.Forms.View.SmallIcon;
         this.m_ApplicationListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedApplicationChanged);
         // 
         // applicationsHeader
         // 
         applicationsHeader.Width = 390;
         // 
         // m_DeleteAllApplicationsButton
         // 
         this.m_DeleteAllApplicationsButton.Location = new System.Drawing.Point(177,338);
         this.m_DeleteAllApplicationsButton.Name = "m_DeleteAllApplicationsButton";
         this.m_DeleteAllApplicationsButton.Size = new System.Drawing.Size(75,23);
         this.m_DeleteAllApplicationsButton.TabIndex = 11;
         this.m_DeleteAllApplicationsButton.Text = "Delete All";
         this.m_DeleteAllApplicationsButton.Click += new System.EventHandler(this.OnDeleteAllApplications);
         // 
         // m_CreateApplicationButton
         // 
         this.m_CreateApplicationButton.Location = new System.Drawing.Point(177,19);
         this.m_CreateApplicationButton.Name = "m_CreateApplicationButton";
         this.m_CreateApplicationButton.Size = new System.Drawing.Size(75,23);
         this.m_CreateApplicationButton.TabIndex = 4;
         this.m_CreateApplicationButton.Text = "Create";
         this.m_CreateApplicationButton.Click += new System.EventHandler(this.OnCreateApplication);
         // 
         // m_DeleteApplicationButton
         // 
         this.m_DeleteApplicationButton.Location = new System.Drawing.Point(177,48);
         this.m_DeleteApplicationButton.Name = "m_DeleteApplicationButton";
         this.m_DeleteApplicationButton.Size = new System.Drawing.Size(75,23);
         this.m_DeleteApplicationButton.TabIndex = 7;
         this.m_DeleteApplicationButton.Text = "Delete";
         this.m_DeleteApplicationButton.Click += new System.EventHandler(this.OnDeleteApplication);
         // 
         // columnApplications
         // 
         columnApplications.Text = "Select Application:";
         columnApplications.Width = 186;
         // 
         // addressGroupBox
         // 
         addressGroupBox.Controls.Add(this.m_SelectButton);
         addressGroupBox.Controls.Add(this.m_WebBrowser);
         addressGroupBox.Controls.Add(this.m_AddressTextbox);
         addressGroupBox.Controls.Add(this.m_ViewButton);
         addressGroupBox.Location = new System.Drawing.Point(6,11);
         addressGroupBox.Name = "addressGroupBox";
         addressGroupBox.Size = new System.Drawing.Size(549,368);
         addressGroupBox.TabIndex = 5;
         addressGroupBox.TabStop = false;
         addressGroupBox.Text = "Credentials Web Service Address:";
         // 
         // m_SelectButton
         // 
         this.m_SelectButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
         this.m_SelectButton.Location = new System.Drawing.Point(450,17);
         this.m_SelectButton.Name = "m_SelectButton";
         this.m_SelectButton.Size = new System.Drawing.Size(75,23);
         this.m_SelectButton.TabIndex = 5;
         this.m_SelectButton.Text = "Select";
         this.m_SelectButton.Click += new System.EventHandler(this.OnSelectService);
         // 
         // m_WebBrowser
         // 
         this.m_WebBrowser.Location = new System.Drawing.Point(6,45);
         this.m_WebBrowser.Name = "m_WebBrowser";
         this.m_WebBrowser.Size = new System.Drawing.Size(519,317);
         this.m_WebBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.OnDownloadCompleted);
         // 
         // m_AddressTextbox
         // 
         this.m_AddressTextbox.Location = new System.Drawing.Point(6,19);
         this.m_AddressTextbox.Name = "m_AddressTextbox";
         this.m_AddressTextbox.Size = new System.Drawing.Size(357,20);
         this.m_AddressTextbox.TabIndex = 3;
         this.m_AddressTextbox.Text = "http://localhost/CredentialsService/AspNetSqlProviderService.asmx";
         // 
         // m_ViewButton
         // 
         this.m_ViewButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
         this.m_ViewButton.Location = new System.Drawing.Point(369,17);
         this.m_ViewButton.Name = "m_ViewButton";
         this.m_ViewButton.Size = new System.Drawing.Size(75,23);
         this.m_ViewButton.TabIndex = 4;
         this.m_ViewButton.Text = "View";
         this.m_ViewButton.Click += new System.EventHandler(this.OnViewService);
         // 
         // mainMenu
         // 
         mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            applicationMenuItem,
            usersMenuItem,
            rolesMenuItem,
            passwordsMenuItem,
            serviceMenuItem,
            testMenuItem,
            helpMenuItem});
         mainMenu.Location = new System.Drawing.Point(0,0);
         mainMenu.Name = "mainMenu";
         mainMenu.Size = new System.Drawing.Size(542,24);
         mainMenu.TabIndex = 1;
         mainMenu.Text = "m_MainMenu";
         // 
         // applicationMenuItem
         // 
         applicationMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_CreateApplicationMenuItem,
            this.m_DeleteApplicationMenuItem,
            this.m_DeleteAllApplicationsMenuItem});
         applicationMenuItem.Name = "applicationMenuItem";
         applicationMenuItem.Text = "Application";
         // 
         // m_CreateApplicationMenuItem
         // 
         this.m_CreateApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIApplication;
         this.m_CreateApplicationMenuItem.Name = "m_CreateApplicationMenuItem";
         this.m_CreateApplicationMenuItem.Text = "Create";
         this.m_CreateApplicationMenuItem.Click += new System.EventHandler(this.OnCreateApplication);
         // 
         // m_DeleteApplicationMenuItem
         // 
         this.m_DeleteApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteApplication;
         this.m_DeleteApplicationMenuItem.Name = "m_DeleteApplicationMenuItem";
         this.m_DeleteApplicationMenuItem.Text = "Delete";
         this.m_DeleteApplicationMenuItem.Click += new System.EventHandler(this.OnDeleteApplication);
         // 
         // m_DeleteAllApplicationsMenuItem
         // 
         this.m_DeleteAllApplicationsMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllApplications;
         this.m_DeleteAllApplicationsMenuItem.Name = "m_DeleteAllApplicationsMenuItem";
         this.m_DeleteAllApplicationsMenuItem.Text = "Delete All";
         this.m_DeleteAllApplicationsMenuItem.Click += new System.EventHandler(this.OnDeleteAllApplications);
         // 
         // usersMenuItem
         // 
         usersMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_CreateUserMenuItem,
            this.m_UpdateUserMenuItem,
            this.m_DeleteUserMenuItem,
            this.m_DeleteAllUsersMenuItem,
            usersSeparator1,
            this.m_ChangePasswordMenuItem,
            this.m_ResetPasswordMenuItem,
            usersSeparator2,
            this.m_RefreshUsersStatusMenuItem});
         usersMenuItem.Name = "usersMenuItem";
         usersMenuItem.Text = "Users";
         // 
         // m_CreateUserMenuItem
         // 
         this.m_CreateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIUser;
         this.m_CreateUserMenuItem.Name = "m_CreateUserMenuItem";
         this.m_CreateUserMenuItem.Text = "Create User";
         this.m_CreateUserMenuItem.Click += new System.EventHandler(this.OnCreateUser);
         // 
         // m_UpdateUserMenuItem
         // 
         this.m_UpdateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.Update;
         this.m_UpdateUserMenuItem.Name = "m_UpdateUserMenuItem";
         this.m_UpdateUserMenuItem.Text = "Update User";
         this.m_UpdateUserMenuItem.Click += new System.EventHandler(this.OnUpdateUser);
         // 
         // m_DeleteUserMenuItem
         // 
         this.m_DeleteUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteUser;
         this.m_DeleteUserMenuItem.Name = "m_DeleteUserMenuItem";
         this.m_DeleteUserMenuItem.Text = "Delete User";
         this.m_DeleteUserMenuItem.Click += new System.EventHandler(this.OnDeleteUser);
         // 
         // m_DeleteAllUsersMenuItem
         // 
         this.m_DeleteAllUsersMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllUsers;
         this.m_DeleteAllUsersMenuItem.Name = "m_DeleteAllUsersMenuItem";
         this.m_DeleteAllUsersMenuItem.Text = "Delete All Users";
         this.m_DeleteAllUsersMenuItem.Click += new System.EventHandler(this.OnDeleteAllUsers);
         // 
         // usersSeparator1
         // 
         usersSeparator1.Name = "usersSeparator1";
         // 
         // m_ChangePasswordMenuItem
         // 
         this.m_ChangePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.ChangePassword;
         this.m_ChangePasswordMenuItem.Name = "m_ChangePasswordMenuItem";
         this.m_ChangePasswordMenuItem.Text = "Change Password";
         this.m_ChangePasswordMenuItem.Click += new System.EventHandler(this.OnChangePassword);
         // 
         // m_ResetPasswordMenuItem
         // 
         this.m_ResetPasswordMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_ResetPasswordMenuItem.Image")));
         this.m_ResetPasswordMenuItem.Name = "m_ResetPasswordMenuItem";
         this.m_ResetPasswordMenuItem.Text = "Reset Password";
         this.m_ResetPasswordMenuItem.Click += new System.EventHandler(this.OnResetPassword);
         // 
         // usersSeparator2
         // 
         usersSeparator2.Name = "usersSeparator2";
         // 
         // m_RefreshUsersStatusMenuItem
         // 
         this.m_RefreshUsersStatusMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_RefreshUsersStatusMenuItem.Image")));
         this.m_RefreshUsersStatusMenuItem.Name = "m_RefreshUsersStatusMenuItem";
         this.m_RefreshUsersStatusMenuItem.Text = "Refresh Users Status";
         this.m_RefreshUsersStatusMenuItem.Click += new System.EventHandler(this.OnUserStatusRefresh);
         // 
         // rolesMenuItem
         // 
         rolesMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_CreateRoleMenuItem,
            this.m_DeleteRoleMenuItem,
            this.m_DeleteAllRolesMenuItem,
            rolesSeparator1,
            this.m_AssignUsertoRoleMenuItem,
            this.m_RemoveUserFromRoleMenuItem,
            this.m_RemoveUserFromAllRolesMenuItem});
         rolesMenuItem.Name = "rolesMenuItem";
         rolesMenuItem.Text = "Roles";
         // 
         // m_CreateRoleMenuItem
         // 
         this.m_CreateRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIRole;
         this.m_CreateRoleMenuItem.Name = "m_CreateRoleMenuItem";
         this.m_CreateRoleMenuItem.Text = "Create Role";
         this.m_CreateRoleMenuItem.Click += new System.EventHandler(this.OnCreateRole);
         // 
         // m_DeleteRoleMenuItem
         // 
         this.m_DeleteRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteRole;
         this.m_DeleteRoleMenuItem.Name = "m_DeleteRoleMenuItem";
         this.m_DeleteRoleMenuItem.Text = "Delete Role";
         this.m_DeleteRoleMenuItem.Click += new System.EventHandler(this.OnDeleteRole);
         // 
         // m_DeleteAllRolesMenuItem
         // 
         this.m_DeleteAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllRoles;
         this.m_DeleteAllRolesMenuItem.Name = "m_DeleteAllRolesMenuItem";
         this.m_DeleteAllRolesMenuItem.Text = "Delete All Roles";
         this.m_DeleteAllRolesMenuItem.Click += new System.EventHandler(this.OnDeleteAllRoles);
         // 
         // rolesSeparator1
         // 
         rolesSeparator1.Name = "rolesSeparator1";
         // 
         // m_AssignUsertoRoleMenuItem
         // 
         this.m_AssignUsertoRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Assign;
         this.m_AssignUsertoRoleMenuItem.Name = "m_AssignUsertoRoleMenuItem";
         this.m_AssignUsertoRoleMenuItem.Text = "Assign User to Role";
         this.m_AssignUsertoRoleMenuItem.Click += new System.EventHandler(this.OnAssignUserToRole);
         // 
         // m_RemoveUserFromRoleMenuItem
         // 
         this.m_RemoveUserFromRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Remove;
         this.m_RemoveUserFromRoleMenuItem.Name = "m_RemoveUserFromRoleMenuItem";
         this.m_RemoveUserFromRoleMenuItem.Text = "Remove User from Role";
         this.m_RemoveUserFromRoleMenuItem.Click += new System.EventHandler(this.OnRemoveUserFromRole);
         // 
         // m_RemoveUserFromAllRolesMenuItem
         // 
         this.m_RemoveUserFromAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.RemoveAll;
         this.m_RemoveUserFromAllRolesMenuItem.Name = "m_RemoveUserFromAllRolesMenuItem";
         this.m_RemoveUserFromAllRolesMenuItem.Text = "Remove User from All Roles";
         this.m_RemoveUserFromAllRolesMenuItem.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles);
         // 
         // passwordsMenuItem
         // 
         passwordsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_GeneratePasswordMenuItem});
         passwordsMenuItem.Name = "passwordsMenuItem";
         passwordsMenuItem.Text = "Passwords";
         // 
         // m_GeneratePasswordMenuItem
         // 
         this.m_GeneratePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.GeneratePassword;
         this.m_GeneratePasswordMenuItem.Name = "m_GeneratePasswordMenuItem";
         this.m_GeneratePasswordMenuItem.Text = "Generate Password";
         this.m_GeneratePasswordMenuItem.Click += new System.EventHandler(this.OnGeneratePassword);
         // 
         // serviceMenuItem
         // 
         serviceMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_ViewMenuItem,
            this.m_SelectMenuItem});
         serviceMenuItem.Name = "serviceMenuItem";
         serviceMenuItem.Text = "Service";
         serviceMenuItem.Click += new System.EventHandler(this.OnViewService);
         // 
         // m_ViewMenuItem
         // 
         this.m_ViewMenuItem.Image = CredentialsManagerClient.Properties.Resources.Service;
         this.m_ViewMenuItem.Name = "m_ViewMenuItem";
         this.m_ViewMenuItem.Text = "View";
         // 
         // m_SelectMenuItem
         // 
         this.m_SelectMenuItem.Image = CredentialsManagerClient.Properties.Resources.SelectService;
         this.m_SelectMenuItem.Name = "m_SelectMenuItem";
         this.m_SelectMenuItem.Text = "Select";
         // 
         // testMenuItem
         // 
         testMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_LogOnMenuItem,
            this.m_AuthorizeMenuItem});
         testMenuItem.Name = "testMenuItem";
         testMenuItem.Text = "Test";
         // 
         // m_LogOnMenuItem
         // 
         this.m_LogOnMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authenticate;
         this.m_LogOnMenuItem.Name = "m_LogOnMenuItem";
         this.m_LogOnMenuItem.Text = "Authenticate";
         this.m_LogOnMenuItem.Click += new System.EventHandler(this.OnAuthenticate);
         // 
         // m_AuthorizeMenuItem
         // 
         this.m_AuthorizeMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authorize;
         this.m_AuthorizeMenuItem.Name = "m_AuthorizeMenuItem";
         this.m_AuthorizeMenuItem.Text = "Authorize";
         this.m_AuthorizeMenuItem.Click += new System.EventHandler(this.OnAuthorize);
         // 
         // helpMenuItem
         // 
         helpMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.helpContentMenuItem,
            aboutMenuItem});
         helpMenuItem.Name = "helpMenuItem";
         helpMenuItem.Text = "Help";
         // 
         // helpContentMenuItem
         // 
         this.helpContentMenuItem.Name = "helpContentMenuItem";
         this.helpContentMenuItem.Text = "Content";
         this.helpContentMenuItem.Click += new System.EventHandler(this.Content);
         // 
         // aboutMenuItem
         // 
         aboutMenuItem.Name = "aboutMenuItem";
         aboutMenuItem.Text = "About";
         aboutMenuItem.Click += new System.EventHandler(this.OnAbout);
         // 
         // passwordsPage
         // 
         passwordsPage.Controls.Add(passwordSetupGroupBox);
         passwordsPage.Controls.Add(generatePassorgGroupBox);
         passwordsPage.Location = new System.Drawing.Point(4,22);
         passwordsPage.Name = "passwordsPage";
         passwordsPage.Size = new System.Drawing.Size(534,387);
         passwordsPage.TabIndex = 3;
         passwordsPage.Text = "Passwords";
         // 
         // rolesPage
         // 
         rolesPage.Controls.Add(usersGroupBox);
         rolesPage.Controls.Add(rolesGroupBox);
         rolesPage.Location = new System.Drawing.Point(4,22);
         rolesPage.Name = "rolesPage";
         rolesPage.Size = new System.Drawing.Size(534,387);
         rolesPage.TabIndex = 2;
         rolesPage.Text = "Roles";
         // 
         // usersPage
         // 
         usersPage.Controls.Add(usersStatus);
         usersPage.Controls.Add(usersGoupBox);
         usersPage.Location = new System.Drawing.Point(4,22);
         usersPage.Name = "usersPage";
         usersPage.Padding = new System.Windows.Forms.Padding(3);
         usersPage.Size = new System.Drawing.Size(534,387);
         usersPage.TabIndex = 1;
         usersPage.Text = "Users";
         // 
         // applicationsTab
         // 
         applicationsTab.Controls.Add(applicationPictureBox);
         applicationsTab.Controls.Add(applicationsGroupBox);
         applicationsTab.Location = new System.Drawing.Point(4,22);
         applicationsTab.Name = "applicationsTab";
         applicationsTab.Padding = new System.Windows.Forms.Padding(3);
         applicationsTab.Size = new System.Drawing.Size(534,387);
         applicationsTab.TabIndex = 0;
         applicationsTab.Text = "Applications";
         // 
         // applicationPictureBox
         // 
         applicationPictureBox.AutoSize = true;
         applicationPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
         applicationPictureBox.Image = CredentialsManagerClient.Properties.Resources.Security;
         applicationPictureBox.Location = new System.Drawing.Point(447,15);
         applicationPictureBox.Name = "applicationPictureBox";
         applicationPictureBox.Size = new System.Drawing.Size(79,79);
         applicationPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
         applicationPictureBox.TabIndex = 12;
         applicationPictureBox.TabStop = false;
         // 
         // tabControl
         // 
         tabControl.Controls.Add(applicationsTab);
         tabControl.Controls.Add(usersPage);
         tabControl.Controls.Add(rolesPage);
         tabControl.Controls.Add(passwordsPage);
         tabControl.Controls.Add(servicePage);
         tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
         tabControl.Location = new System.Drawing.Point(0,24);
         tabControl.Name = "tabControl";
         tabControl.SelectedIndex = 0;
         tabControl.Size = new System.Drawing.Size(542,413);
         tabControl.TabIndex = 0;
         // 
         // servicePage
         // 
         servicePage.Controls.Add(addressGroupBox);
         servicePage.Controls.Add(this.m_AddressLabel);
         servicePage.Location = new System.Drawing.Point(4,22);
         servicePage.Name = "servicePage";
         servicePage.Size = new System.Drawing.Size(534,387);
         servicePage.TabIndex = 4;
         servicePage.Text = "Credentials Service";
         // 
         // m_AddressLabel
         // 
         this.m_AddressLabel.AutoSize = true;
         this.m_AddressLabel.Location = new System.Drawing.Point(8,11);
         this.m_AddressLabel.Name = "m_AddressLabel";
         this.m_AddressLabel.Size = new System.Drawing.Size(0,0);
         this.m_AddressLabel.TabIndex = 2;
         // 
         // columnHeader1
         // 
         this.columnHeader1.Text = "";
         this.columnHeader1.Width = 186;
         // 
         // CredentialsManagerForm
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
         this.ClientSize = new System.Drawing.Size(542,437);
         this.Controls.Add(tabControl);
         this.Controls.Add(mainMenu);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
         this.MainMenuStrip = mainMenu;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "CredentialsManagerForm";
         this.Text = " IDesign ASP.NET Credentials Manager";
         this.Load += new System.EventHandler(this.OnLoad);
         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
         this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
         passwordSetupGroupBox.ResumeLayout(false);
         passwordSetupGroupBox.PerformLayout();
         generatePassorgGroupBox.ResumeLayout(false);
         generatePassorgGroupBox.PerformLayout();
         usersGroupBox.ResumeLayout(false);
         usersGroupBox.PerformLayout();
         rolesGroupBox.ResumeLayout(false);
         rolesGroupBox.PerformLayout();
         usersStatus.ResumeLayout(false);
         usersStatus.PerformLayout();
         usersGoupBox.ResumeLayout(false);
         usersGoupBox.PerformLayout();
         applicationsGroupBox.ResumeLayout(false);
         addressGroupBox.ResumeLayout(false);
         addressGroupBox.PerformLayout();
         mainMenu.ResumeLayout(false);
         passwordsPage.ResumeLayout(false);
         rolesPage.ResumeLayout(false);
         usersPage.ResumeLayout(false);
         applicationsTab.ResumeLayout(false);
         applicationsTab.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).EndInit();
         tabControl.ResumeLayout(false);
         servicePage.ResumeLayout(false);
         servicePage.PerformLayout();
         this.ResumeLayout(false);
         this.PerformLayout();

      }
Example #50
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 userGroup;
     System.Windows.Forms.Label    passwordAnswer;
     System.Windows.Forms.Button   resetPasswordButton;
     System.Windows.Forms.Label    passwordQuestionLabel;
     System.Windows.Forms.Label    userNameLabel;
     this.m_PasswordAnswerTextBox   = new System.Windows.Forms.TextBox();
     this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox();
     this.m_UserNameTextBox         = new System.Windows.Forms.TextBox();
     this.m_Validator      = new System.Windows.Forms.ErrorProvider(this.components);
     userGroup             = new System.Windows.Forms.GroupBox();
     passwordAnswer        = new System.Windows.Forms.Label();
     resetPasswordButton   = new System.Windows.Forms.Button();
     passwordQuestionLabel = new System.Windows.Forms.Label();
     userNameLabel         = new System.Windows.Forms.Label();
     userGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit();
     this.SuspendLayout();
     //
     // userGroup
     //
     userGroup.Controls.Add(this.m_PasswordAnswerTextBox);
     userGroup.Controls.Add(passwordAnswer);
     userGroup.Controls.Add(resetPasswordButton);
     userGroup.Controls.Add(this.m_PasswordQuestionTextBox);
     userGroup.Controls.Add(passwordQuestionLabel);
     userGroup.Controls.Add(this.m_UserNameTextBox);
     userGroup.Controls.Add(userNameLabel);
     userGroup.Location = new System.Drawing.Point(6, 11);
     userGroup.Name     = "userGroup";
     userGroup.Size     = new System.Drawing.Size(216, 146);
     userGroup.TabIndex = 1;
     userGroup.TabStop  = false;
     userGroup.Text     = "User Account:";
     //
     // m_PasswordAnswerTextBox
     //
     this.m_PasswordAnswerTextBox.Location = new System.Drawing.Point(7, 116);
     this.m_PasswordAnswerTextBox.Name     = "m_PasswordAnswerTextBox";
     this.m_PasswordAnswerTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_PasswordAnswerTextBox.TabIndex = 15;
     //
     // passwordAnswer
     //
     passwordAnswer.AutoSize = true;
     passwordAnswer.Location = new System.Drawing.Point(6, 100);
     passwordAnswer.Name     = "passwordAnswer";
     passwordAnswer.Size     = new System.Drawing.Size(94, 13);
     passwordAnswer.TabIndex = 14;
     passwordAnswer.Text     = "Password Answer:";
     //
     // resetPasswordButton
     //
     resetPasswordButton.Location = new System.Drawing.Point(121, 32);
     resetPasswordButton.Name     = "resetPasswordButton";
     resetPasswordButton.Size     = new System.Drawing.Size(88, 23);
     resetPasswordButton.TabIndex = 4;
     resetPasswordButton.Text     = "Reset";
     resetPasswordButton.Click   += new System.EventHandler(this.OnReset);
     //
     // m_PasswordQuestionTextBox
     //
     this.m_PasswordQuestionTextBox.Enabled  = false;
     this.m_PasswordQuestionTextBox.Location = new System.Drawing.Point(7, 74);
     this.m_PasswordQuestionTextBox.Name     = "m_PasswordQuestionTextBox";
     this.m_PasswordQuestionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_PasswordQuestionTextBox.TabIndex = 9;
     //
     // passwordQuestionLabel
     //
     passwordQuestionLabel.AutoSize = true;
     passwordQuestionLabel.Location = new System.Drawing.Point(6, 58);
     passwordQuestionLabel.Name     = "passwordQuestionLabel";
     passwordQuestionLabel.Size     = new System.Drawing.Size(93, 13);
     passwordQuestionLabel.TabIndex = 8;
     passwordQuestionLabel.Text     = "Security Question:";
     //
     // m_UserNameTextBox
     //
     this.m_UserNameTextBox.Enabled  = false;
     this.m_UserNameTextBox.Location = new System.Drawing.Point(6, 35);
     this.m_UserNameTextBox.Name     = "m_UserNameTextBox";
     this.m_UserNameTextBox.ReadOnly = true;
     this.m_UserNameTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_UserNameTextBox.TabIndex = 1;
     //
     // userNameLabel
     //
     userNameLabel.AutoSize = true;
     userNameLabel.Location = new System.Drawing.Point(5, 19);
     userNameLabel.Name     = "userNameLabel";
     userNameLabel.Size     = new System.Drawing.Size(63, 13);
     userNameLabel.TabIndex = 0;
     userNameLabel.Text     = "User Name:";
     //
     // m_Validator
     //
     this.m_Validator.ContainerControl = this;
     //
     // ResetWithQuestionDialog
     //
     this.AcceptButton        = resetPasswordButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(227, 162);
     this.Controls.Add(userGroup);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ResetWithQuestionDialog";
     this.ShowIcon        = false;
     this.Text            = "Reset Password Dialog";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
     userGroup.ResumeLayout(false);
     userGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(MakeLinkDialog));
     this.lblItem = new Label();
     this.rbLinkDefault = new RadioButton();
     this.rbLinkSymbolic = new RadioButton();
     this.rbLinkHard = new RadioButton();
     this.rbLinkJunction = new RadioButton();
     this.rbLinkShellFolder = new RadioButton();
     this.cmbDestFolder = new ComboBox();
     this.tsItem = new VirtualItemToolStrip(this.components);
     this.btnOk = new Button();
     this.btnTree = new Button();
     this.btnCancel = new Button();
     this.bvlButtons = new Bevel();
     this.Validator = new ValidatorProvider();
     this.AutoComplete = new AutoCompleteProvider();
     Label label = new Label();
     TableLayoutPanel panel = new TableLayoutPanel();
     GroupBox control = new GroupBox();
     TableLayoutPanel panel2 = new TableLayoutPanel();
     TableLayoutPanel panel3 = new TableLayoutPanel();
     panel.SuspendLayout();
     control.SuspendLayout();
     panel2.SuspendLayout();
     panel3.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(label, "lblIn");
     label.Name = "lblIn";
     manager.ApplyResources(panel, "tlpBack");
     panel.Controls.Add(this.lblItem, 0, 0);
     panel.Controls.Add(control, 0, 4);
     panel.Controls.Add(this.cmbDestFolder, 0, 3);
     panel.Controls.Add(this.tsItem, 0, 1);
     panel.Controls.Add(label, 0, 2);
     panel.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel.Name = "tlpBack";
     manager.ApplyResources(this.lblItem, "lblItem");
     this.lblItem.Name = "lblItem";
     manager.ApplyResources(control, "grpLinkType");
     control.Controls.Add(panel2);
     control.Name = "grpLinkType";
     control.TabStop = false;
     manager.ApplyResources(panel2, "tlpLinkType");
     panel2.Controls.Add(this.rbLinkDefault, 0, 0);
     panel2.Controls.Add(this.rbLinkSymbolic, 0, 4);
     panel2.Controls.Add(this.rbLinkHard, 0, 1);
     panel2.Controls.Add(this.rbLinkJunction, 0, 3);
     panel2.Controls.Add(this.rbLinkShellFolder, 0, 2);
     panel2.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel2.Name = "tlpLinkType";
     panel2.Validating += new CancelEventHandler(this.tlpLinkType_Validating);
     manager.ApplyResources(this.rbLinkDefault, "rbLinkDefault");
     this.rbLinkDefault.Checked = true;
     this.rbLinkDefault.Name = "rbLinkDefault";
     this.rbLinkDefault.TabStop = true;
     this.rbLinkDefault.UseVisualStyleBackColor = true;
     this.rbLinkDefault.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkSymbolic, "rbLinkSymbolic");
     this.rbLinkSymbolic.Name = "rbLinkSymbolic";
     this.rbLinkSymbolic.UseVisualStyleBackColor = true;
     this.rbLinkSymbolic.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkHard, "rbLinkHard");
     this.rbLinkHard.Name = "rbLinkHard";
     this.rbLinkHard.UseVisualStyleBackColor = true;
     this.rbLinkHard.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkJunction, "rbLinkJunction");
     this.rbLinkJunction.Name = "rbLinkJunction";
     this.rbLinkJunction.UseVisualStyleBackColor = true;
     this.rbLinkJunction.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkShellFolder, "rbLinkShellFolder");
     this.rbLinkShellFolder.Name = "rbLinkShellFolder";
     this.rbLinkShellFolder.UseVisualStyleBackColor = true;
     this.rbLinkShellFolder.Click += new EventHandler(this.rbLinkDefault_Click);
     this.AutoComplete.SetAutoComplete(this.cmbDestFolder, true);
     manager.ApplyResources(this.cmbDestFolder, "cmbDestFolder");
     this.cmbDestFolder.Name = "cmbDestFolder";
     this.Validator.SetValidateOn(this.cmbDestFolder, ValidateOn.TextChangedTimer);
     this.cmbDestFolder.Validating += new CancelEventHandler(this.cmbDestFolder_Validating);
     this.cmbDestFolder.Enter += new EventHandler(this.cmbDestFolder_Enter);
     this.cmbDestFolder.Validated += new EventHandler(this.cmbDestFolder_Validated);
     this.cmbDestFolder.TextUpdate += new EventHandler(this.cmbDestFolder_TextUpdate);
     this.tsItem.BackColor = SystemColors.ButtonFace;
     this.tsItem.GripStyle = ToolStripGripStyle.Hidden;
     manager.ApplyResources(this.tsItem, "tsItem");
     this.tsItem.Name = "tsItem";
     manager.ApplyResources(panel3, "tlpButtons");
     panel3.Controls.Add(this.btnOk, 1, 0);
     panel3.Controls.Add(this.btnTree, 2, 0);
     panel3.Controls.Add(this.btnCancel, 3, 0);
     panel3.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel3.Name = "tlpButtons";
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     manager.ApplyResources(this.btnTree, "btnTree");
     this.btnTree.Name = "btnTree";
     this.btnTree.UseVisualStyleBackColor = true;
     this.btnTree.Click += new EventHandler(this.btnTree_Click);
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     this.Validator.Owner = this;
     this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton;
     this.AutoComplete.UseEnvironmentVariablesSource = Settings.Default.UseACSEnvironmentVariables;
     this.AutoComplete.UseFileSystemSource = Settings.Default.UseACSFileSystem;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     this.AutoValidate = AutoValidate.EnableAllowFocusChange;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(panel3);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "MakeLinkDialog";
     base.ShowInTaskbar = false;
     base.Activated += new EventHandler(this.MakeLinkDialog_Activated);
     panel.ResumeLayout(false);
     panel.PerformLayout();
     control.ResumeLayout(false);
     control.PerformLayout();
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     panel3.ResumeLayout(false);
     panel3.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #52
0
		public FontDialog( )
		{
			form = new DialogForm (this);
			example_panel_text = char_sets [0];
			
			okButton = new Button( );
			cancelButton = new Button( );
			applyButton = new Button( );
			helpButton = new Button( );
			
			fontTextBox = new TextBox( );
			fontstyleTextBox = new TextBox( );
			fontsizeTextBox = new TextBox( );
			
			fontListBox = new MouseWheelListBox ();
			fontsizeListBox = new MouseWheelListBox ();
			fontstyleListBox = new MouseWheelListBox ();
			
			fontLabel = new Label( );
			fontstyleLabel = new Label( );
			sizeLabel = new Label( );
			scriptLabel = new Label( );
			
			exampleGroupBox = new GroupBox( );
			
			effectsGroupBox = new GroupBox( );
			underlinedCheckBox = new CheckBox( );
			strikethroughCheckBox = new CheckBox( );
			scriptComboBox = new ComboBox( );
			
			examplePanel = new Panel( );
			
			colorComboBox = new ColorComboBox( this );
			
			exampleGroupBox.SuspendLayout( );
			effectsGroupBox.SuspendLayout( );
			form.SuspendLayout( );
			
			form.FormBorderStyle = FormBorderStyle.FixedDialog;
			form.MaximizeBox = false;
			
			// fontsizeListBox
			fontsizeListBox.Location = new Point( 284, 47 );
			fontsizeListBox.Size = new Size( 52, 95 );
			fontsizeListBox.TabIndex = 10;
			fontListBox.Sorted = true;
			// fontTextBox
			fontTextBox.Location = new Point( 16, 26 );
			fontTextBox.Size = new Size( 140, 21 );
			fontTextBox.TabIndex = 5;
			fontTextBox.Text = "";
			// fontstyleLabel
			fontstyleLabel.Location = new Point( 164, 10 );
			fontstyleLabel.Size = new Size( 100, 16 );
			fontstyleLabel.TabIndex = 1;
			fontstyleLabel.Text = "Font Style:";
			// typesizeTextBox
			fontsizeTextBox.Location = new Point( 284, 26 );
			fontsizeTextBox.Size = new Size( 52, 21 );
			fontsizeTextBox.TabIndex = 7;
			fontsizeTextBox.Text = "";
			fontsizeTextBox.MaxLength = 2;
			// schriftartListBox
			fontListBox.Location = new Point( 16, 47 );
			fontListBox.Size = new Size( 140, 95 );
			fontListBox.TabIndex = 8;
			fontListBox.Sorted = true;
			// exampleGroupBox
			exampleGroupBox.Controls.Add( examplePanel );
			exampleGroupBox.FlatStyle = FlatStyle.System;
			exampleGroupBox.Location = new Point( 164, 158 );
			exampleGroupBox.Size = new Size( 172, 70 );
			exampleGroupBox.TabIndex = 12;
			exampleGroupBox.TabStop = false;
			exampleGroupBox.Text = "Example";
			// fontstyleListBox
			fontstyleListBox.Location = new Point( 164, 47 );
			fontstyleListBox.Size = new Size( 112, 95 );
			fontstyleListBox.TabIndex = 9;
			// schriftartLabel
			fontLabel.Location = new Point( 16, 10 );
			fontLabel.Size = new Size( 88, 16 );
			fontLabel.TabIndex = 0;
			fontLabel.Text = "Font:";
			// effectsGroupBox
			effectsGroupBox.Controls.Add( underlinedCheckBox );
			effectsGroupBox.Controls.Add( strikethroughCheckBox );
			effectsGroupBox.Controls.Add( colorComboBox );
			effectsGroupBox.FlatStyle = FlatStyle.System;
			effectsGroupBox.Location = new Point( 16, 158 );
			effectsGroupBox.Size = new Size( 140, 116 );
			effectsGroupBox.TabIndex = 11;
			effectsGroupBox.TabStop = false;
			effectsGroupBox.Text = "Effects";
			// strikethroughCheckBox
			strikethroughCheckBox.FlatStyle = FlatStyle.System;
			strikethroughCheckBox.Location = new Point( 8, 16 );
			strikethroughCheckBox.TabIndex = 0;
			strikethroughCheckBox.Text = "Strikethrough";
			// colorComboBox
			colorComboBox.Location = new Point( 8, 70 );
			colorComboBox.Size = new Size( 130, 21 );
			// sizeLabel
			sizeLabel.Location = new Point( 284, 10 );
			sizeLabel.Size = new Size( 100, 16 );
			sizeLabel.TabIndex = 2;
			sizeLabel.Text = "Size:";
			// scriptComboBox
			scriptComboBox.Location = new Point( 164, 253 );
			scriptComboBox.Size = new Size( 172, 21 );
			scriptComboBox.TabIndex = 14;
			scriptComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
			// okButton
			okButton.FlatStyle = FlatStyle.System;
			okButton.Location = new Point( 352, 26 );
			okButton.Size = new Size( 70, 23 );
			okButton.TabIndex = 3;
			okButton.Text = "OK";
			// cancelButton
			cancelButton.FlatStyle = FlatStyle.System;
			cancelButton.Location = new Point( 352, 52 );
			cancelButton.Size = new Size( 70, 23 );
			cancelButton.TabIndex = 4;
			cancelButton.Text = "Cancel";
			// applyButton
			applyButton.FlatStyle = FlatStyle.System;
			applyButton.Location = new Point( 352, 78 );
			applyButton.Size = new Size( 70, 23 );
			applyButton.TabIndex = 5;
			applyButton.Text = "Apply";
			// helpButton
			helpButton.FlatStyle = FlatStyle.System;
			helpButton.Location = new Point( 352, 104 );
			helpButton.Size = new Size( 70, 23 );
			helpButton.TabIndex = 6;
			helpButton.Text = "Help";
			// underlinedCheckBox
			underlinedCheckBox.FlatStyle = FlatStyle.System;
			underlinedCheckBox.Location = new Point( 8, 36 );
			underlinedCheckBox.TabIndex = 1;
			underlinedCheckBox.Text = "Underlined";
			// fontstyleTextBox
			fontstyleTextBox.Location = new Point( 164, 26 );
			fontstyleTextBox.Size = new Size( 112, 21 );
			fontstyleTextBox.TabIndex = 6;
			fontstyleTextBox.Text = "";
			// scriptLabel
			scriptLabel.Location = new Point( 164, 236 );
			scriptLabel.Size = new Size( 100, 16 );
			scriptLabel.TabIndex = 13;
			scriptLabel.Text = "Script:";
			// examplePanel
			examplePanel.Location = new Point( 8, 20 );
			examplePanel.TabIndex = 0;
			examplePanel.Size = new Size( 156, 40 );
			examplePanel.BorderStyle = BorderStyle.Fixed3D;
			
			form.AcceptButton = okButton;
			form.CancelButton = cancelButton;
			
			form.Controls.Add( scriptComboBox );
			form.Controls.Add( scriptLabel );
			form.Controls.Add( exampleGroupBox );
			form.Controls.Add( effectsGroupBox );
			form.Controls.Add( fontsizeListBox );
			form.Controls.Add( fontstyleListBox );
			form.Controls.Add( fontListBox );
			form.Controls.Add( fontsizeTextBox );
			form.Controls.Add( fontstyleTextBox );
			form.Controls.Add( fontTextBox );
			form.Controls.Add( cancelButton );
			form.Controls.Add( okButton );
			form.Controls.Add( sizeLabel );
			form.Controls.Add( fontstyleLabel );
			form.Controls.Add( fontLabel );
			form.Controls.Add( applyButton );
			form.Controls.Add( helpButton );
			
			exampleGroupBox.ResumeLayout( false );
			effectsGroupBox.ResumeLayout( false );
			
			form.Size = new Size( 430, 318 );
			
			form.FormBorderStyle = FormBorderStyle.FixedDialog;
			form.MaximizeBox = false;
			
			form.Text = "Font";
			
			form.ResumeLayout( false );
			
			scriptComboBox.BeginUpdate ();
			scriptComboBox.Items.AddRange (char_sets_names);
			scriptComboBox.SelectedIndex = 0;
			scriptComboBox.EndUpdate ();
			
			applyButton.Hide( );
			helpButton.Hide( );
			colorComboBox.Hide( );
			
			cancelButton.Click += new EventHandler( OnClickCancelButton );
			okButton.Click += new EventHandler( OnClickOkButton );
			applyButton.Click += new EventHandler (OnApplyButton);
			examplePanel.Paint += new PaintEventHandler( OnPaintExamplePanel );
			fontListBox.SelectedIndexChanged += new EventHandler( OnSelectedIndexChangedFontListBox );
			fontsizeListBox.SelectedIndexChanged += new EventHandler( OnSelectedIndexChangedSizeListBox );
			fontstyleListBox.SelectedIndexChanged += new EventHandler( OnSelectedIndexChangedFontStyleListBox );
			underlinedCheckBox.CheckedChanged += new EventHandler( OnCheckedChangedUnderlinedCheckBox );
			strikethroughCheckBox.CheckedChanged += new EventHandler( OnCheckedChangedStrikethroughCheckBox );
			scriptComboBox.SelectedIndexChanged += new EventHandler (OnSelectedIndexChangedScriptComboBox);
			
			fontTextBox.KeyPress += new KeyPressEventHandler (OnFontTextBoxKeyPress);
			fontstyleTextBox.KeyPress += new KeyPressEventHandler (OnFontStyleTextBoxKeyPress);
			fontsizeTextBox.KeyPress += new KeyPressEventHandler (OnFontSizeTextBoxKeyPress);
			
			fontTextBox.TextChanged += new EventHandler (OnFontTextBoxTextChanged);
			fontstyleTextBox.TextChanged += new EventHandler (OnFontStyleTextTextChanged);
			fontsizeTextBox.TextChanged += new EventHandler (OnFontSizeTextBoxTextChanged);
			
			fontTextBox.KeyDown += new KeyEventHandler (OnFontTextBoxKeyDown);
			fontstyleTextBox.KeyDown += new KeyEventHandler (OnFontStyleTextBoxKeyDown);
			fontsizeTextBox.KeyDown += new KeyEventHandler (OnFontSizeTextBoxKeyDown);
			
			fontTextBox.MouseWheel += new MouseEventHandler (OnFontTextBoxMouseWheel);
			fontstyleTextBox.MouseWheel += new MouseEventHandler (OnFontStyleTextBoxMouseWheel);
			fontsizeTextBox.MouseWheel += new MouseEventHandler (OnFontSizeTextBoxMouseWheel);
			
			PopulateFontList ();
		}
Example #53
0
 private void DiseƱo_Forma()
 {
     #region Creando controles de la forma
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tipo_pieza));
     groupBoxdatos              = new System.Windows.Forms.GroupBox();
     txt_Descripcion            = new System.Windows.Forms.TextBox();
     txt_Nombre                 = new System.Windows.Forms.TextBox();
     txt_Lote                   = new System.Windows.Forms.TextBox();
     lbl_Descripcion            = new System.Windows.Forms.Label();
     lbl_Nombre                 = new System.Windows.Forms.Label();
     lbl_Lote                   = new System.Windows.Forms.Label();
     menuStrip1                 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator         = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     errorProvider1             = new System.Windows.Forms.ErrorProvider(components);
     Pic_Tipopieza              = new System.Windows.Forms.PictureBox();
     groupBoxdatos.SuspendLayout();
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).BeginInit();
     SuspendLayout();
     pic_Logo                   = new System.Windows.Forms.PictureBox();
     components                 = new System.ComponentModel.Container();
     groupBoxdatos              = new System.Windows.Forms.GroupBox();
     txt_Descripcion            = new System.Windows.Forms.TextBox();
     txt_Nombre                 = new System.Windows.Forms.TextBox();
     txt_Lote                   = new System.Windows.Forms.TextBox();
     lbl_Descripcion            = new System.Windows.Forms.Label();
     lbl_Nombre                 = new System.Windows.Forms.Label();
     lbl_Lote                   = new System.Windows.Forms.Label();
     menuStrip1                 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator         = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     errorProvider1             = new System.Windows.Forms.ErrorProvider(components);
     Pic_Tipopieza              = new System.Windows.Forms.PictureBox();
     groupBoxdatos.SuspendLayout();
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).BeginInit();
     SuspendLayout();
     #endregion
     //
     // groupBoxdatos
     //
     groupBoxdatos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     groupBoxdatos.Controls.Add(txt_Descripcion);
     groupBoxdatos.Controls.Add(txt_Nombre);
     groupBoxdatos.Controls.Add(txt_Lote);
     groupBoxdatos.Controls.Add(lbl_Descripcion);
     groupBoxdatos.Controls.Add(lbl_Nombre);
     groupBoxdatos.Controls.Add(lbl_Lote);
     groupBoxdatos.Location = new System.Drawing.Point(11, 60);
     groupBoxdatos.Name     = "groupBoxdatos";
     groupBoxdatos.Size     = new System.Drawing.Size(418, 150);
     groupBoxdatos.TabIndex = 75;
     groupBoxdatos.TabStop  = false;
     groupBoxdatos.Text     = "Datos de tipo de piezas";
     //
     // txt_Descripcion
     //
     txt_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     txt_Descripcion.Location  = new System.Drawing.Point(126, 87);
     txt_Descripcion.MaxLength = 50;
     txt_Descripcion.Name      = "txt_Descripcion";
     txt_Descripcion.Size      = new System.Drawing.Size(270, 40);
     txt_Descripcion.TabIndex  = 73;
     txt_Descripcion.Multiline = true;
     txt_Descripcion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descripcion_KeyPress);
     //
     // txt_Nombre
     //
     txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Left)));
     txt_Nombre.Location  = new System.Drawing.Point(126, 62);
     txt_Nombre.MaxLength = 25;
     txt_Nombre.Name      = "txt_Nombre";
     txt_Nombre.Size      = new System.Drawing.Size(127, 20);
     txt_Nombre.TabIndex  = 72;
     txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress);
     //
     // txt_Lote
     //
     txt_Lote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                             | System.Windows.Forms.AnchorStyles.Left)));
     txt_Lote.Location  = new System.Drawing.Point(126, 37);
     txt_Lote.Name      = "txt_Lote";
     txt_Lote.MaxLength = 2;
     txt_Lote.Size      = new System.Drawing.Size(127, 20);
     txt_Lote.TabIndex  = 70;
     txt_Lote.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Lote_KeyPress);
     //
     // lbl_Descripcion
     //
     lbl_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Descripcion.AutoSize = true;
     lbl_Descripcion.Location = new System.Drawing.Point(27, 91);
     lbl_Descripcion.Name     = "lbl_Descripcion";
     lbl_Descripcion.Size     = new System.Drawing.Size(34, 13);
     lbl_Descripcion.TabIndex = 71;
     lbl_Descripcion.Text     = "DescripciĆ³n";
     //
     // lbl_Nombre
     //
     lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Nombre.AutoSize = true;
     lbl_Nombre.Location = new System.Drawing.Point(27, 66);
     lbl_Nombre.Name     = "lbl_Nombre";
     lbl_Nombre.Size     = new System.Drawing.Size(44, 13);
     lbl_Nombre.TabIndex = 69;
     lbl_Nombre.Text     = "Nombre";
     //
     // lbl_Lote
     //
     lbl_Lote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                             | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Lote.AutoSize = true;
     lbl_Lote.Location = new System.Drawing.Point(28, 44);
     lbl_Lote.Name     = "lbl_Lote";
     lbl_Lote.Size     = new System.Drawing.Size(34, 13);
     lbl_Lote.TabIndex = 68;
     lbl_Lote.Text     = "Numero de Lote";
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         archivoToolStripMenuItem,
         editarToolStripMenuItem,
         ayudaToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(448, 24);
     menuStrip1.TabIndex = 77;
     menuStrip1.Text     = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         nuevoToolStripMenuItem,
         abrirToolStripMenuItem,
         toolStripSeparator,
         guardarToolStripMenuItem,
         toolStripSeparator1,
         salirToolStripMenuItem
     });
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name         = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     nuevoToolStripMenuItem.Text         = "&Nuevo";
     nuevoToolStripMenuItem.Click       += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name         = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     abrirToolStripMenuItem.Text         = "&Abrir";
     abrirToolStripMenuItem.Click       += new System.EventHandler(abrirToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(148, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name         = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     guardarToolStripMenuItem.Text         = "&Guardar";
     guardarToolStripMenuItem.Click       += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name   = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     salirToolStripMenuItem.Text   = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         modificarToolStripMenuItem,
         eliminarToolStripMenuItem
     });
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image   = global::Sistema_Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name    = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size    = new System.Drawing.Size(117, 22);
     modificarToolStripMenuItem.Text    = "Modificar";
     modificarToolStripMenuItem.Click  += new System.EventHandler(modificarToolStripMenuItem_Click);
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image   = global::Sistema_Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name    = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size    = new System.Drawing.Size(117, 22);
     eliminarToolStripMenuItem.Text    = "Eliminar";
     eliminarToolStripMenuItem.Visible = false;
     eliminarToolStripMenuItem.Click  += new System.EventHandler(eliminarToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         acercadeToolStripMenuItem
     });
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // Pic_Tipopieza
     //
     Pic_Tipopieza.BackgroundImage       = global::Sistema_Shajobe.Properties.Resources.Materia_prima;
     Pic_Tipopieza.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     Pic_Tipopieza.Location = new System.Drawing.Point(351, 25);
     Pic_Tipopieza.Name     = "Pic_Tipopieza";
     Pic_Tipopieza.Size     = new System.Drawing.Size(85, 67);
     Pic_Tipopieza.TabIndex = 79;
     Pic_Tipopieza.TabStop  = false;
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage       = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(280, 200);
     pic_Logo.Name     = "pic_Logo";
     pic_Logo.Size     = new System.Drawing.Size(152, 70);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop  = false;
     pic_Logo.SendToBack();
     //
     // Tipo de pieza
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(448, 284);
     Controls.Add(Pic_Tipopieza);
     Controls.Add(menuStrip1);
     Controls.Add(pic_Logo);
     Controls.Add(groupBoxdatos);
     BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Tipo_PiezaFormClosing);
     Icon          = global::Sistema_Shajobe.Properties.Resources.MateriaPrima_ICO;
     MaximizeBox   = false;
     MaximumSize   = new System.Drawing.Size(454, 306);
     MinimumSize   = new System.Drawing.Size(454, 306);
     Name          = "TipoPieza";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Tipo de Pieza";
     Load         += new System.EventHandler(Tipo_pieza_Load);
     groupBoxdatos.ResumeLayout(false);
     groupBoxdatos.PerformLayout();
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
Example #54
0
 private void InitializeComponent()
 {
     label1   = new Label();
     texBox   = new StringInputComboBox();
     pltBox   = new StringInputComboBox();
     label2   = new Label();
     grpEdit  = new GroupBox();
     btnPaste = new Button();
     btnCopy  = new Button();
     btnCut   = new Button();
     grpEdit.SuspendLayout();
     SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new Drawing.Point(56, 23);
     label1.Name     = "label1";
     label1.Size     = new Drawing.Size(46, 13);
     label1.TabIndex = 1;
     label1.Text     = "Texture:";
     //
     // texBox
     //
     texBox.Anchor = AnchorStyles.Top | AnchorStyles.Left
                     | AnchorStyles.Right;
     texBox.FormattingEnabled = true;
     texBox.Location          = new Drawing.Point(108, 20);
     texBox.Name          = "texBox";
     texBox.Size          = new Drawing.Size(288, 21);
     texBox.TabIndex      = 2;
     texBox.ValueChanged += new EventHandler(TexChanged);
     //
     // pltBox
     //
     pltBox.Anchor = AnchorStyles.Top | AnchorStyles.Left
                     | AnchorStyles.Right;
     pltBox.BackColor         = SystemColors.Window;
     pltBox.FormattingEnabled = true;
     pltBox.Location          = new Drawing.Point(108, 47);
     pltBox.Name          = "pltBox";
     pltBox.Size          = new Drawing.Size(288, 21);
     pltBox.TabIndex      = 4;
     pltBox.ValueChanged += new EventHandler(TexChanged);
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new Drawing.Point(59, 50);
     label2.Name     = "label2";
     label2.Size     = new Drawing.Size(43, 13);
     label2.TabIndex = 3;
     label2.Text     = "Palette:";
     //
     // grpEdit
     //
     grpEdit.Controls.Add(btnPaste);
     grpEdit.Controls.Add(pltBox);
     grpEdit.Controls.Add(btnCopy);
     grpEdit.Controls.Add(label1);
     grpEdit.Controls.Add(texBox);
     grpEdit.Controls.Add(btnCut);
     grpEdit.Controls.Add(label2);
     grpEdit.Dock     = DockStyle.Fill;
     grpEdit.Location = new Drawing.Point(0, 0);
     grpEdit.Name     = "grpEdit";
     grpEdit.Size     = new Drawing.Size(402, 77);
     grpEdit.TabIndex = 28;
     grpEdit.TabStop  = false;
     grpEdit.Text     = "Edit Frame";
     //
     // btnPaste
     //
     btnPaste.Location = new Drawing.Point(3, 54);
     btnPaste.Name     = "btnPaste";
     btnPaste.Size     = new Drawing.Size(50, 20);
     btnPaste.TabIndex = 26;
     btnPaste.Text     = "Paste";
     btnPaste.UseVisualStyleBackColor = true;
     btnPaste.Click += new EventHandler(btnPaste_Click);
     //
     // btnCopy
     //
     btnCopy.Location = new Drawing.Point(3, 35);
     btnCopy.Name     = "btnCopy";
     btnCopy.Size     = new Drawing.Size(50, 20);
     btnCopy.TabIndex = 25;
     btnCopy.Text     = "Copy";
     btnCopy.UseVisualStyleBackColor = true;
     btnCopy.Click += new EventHandler(btnCopy_Click);
     //
     // btnCut
     //
     btnCut.Location = new Drawing.Point(3, 16);
     btnCut.Name     = "btnCut";
     btnCut.Size     = new Drawing.Size(50, 20);
     btnCut.TabIndex = 24;
     btnCut.Text     = "Cut";
     btnCut.UseVisualStyleBackColor = true;
     btnCut.Click += new EventHandler(btnCut_Click);
     //
     // PAT0Editor
     //
     Controls.Add(grpEdit);
     MinimumSize = new Drawing.Size(402, 77);
     Name        = "PAT0Editor";
     Size        = new Drawing.Size(402, 77);
     grpEdit.ResumeLayout(false);
     grpEdit.PerformLayout();
     ResumeLayout(false);
 }
Example #55
0
        /// <summary>
        /// Required method for Designer support - do not modify 
        ///   the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel mainTable;
            System.Windows.Forms.TableLayoutPanel tableDirectories;
            System.Windows.Forms.Label sourceLabel;
            System.Windows.Forms.Label destinationListLabel;
            System.Windows.Forms.FlowLayoutPanel destinationButtonsFlow;
            System.Windows.Forms.Label defaultDestinationLabel;
            System.Windows.Forms.GroupBox sortOptionsGroup;
            System.Windows.Forms.FlowLayoutPanel sortOptionsFlow;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings));
            System.Windows.Forms.GroupBox searchOptionsGroup;
            System.Windows.Forms.FlowLayoutPanel searchOptionsFlow;
            System.Windows.Forms.Button editOverwriteKeywordsButton;
            System.Windows.Forms.GroupBox formatOptionsGroup;
            System.Windows.Forms.TableLayoutPanel formatTable;
            System.Windows.Forms.Label formatLabel;
            System.Windows.Forms.FlowLayoutPanel flowBottomButtons;
            this.groupDirectories = new System.Windows.Forms.GroupBox();
            this.sourceText = new System.Windows.Forms.TextBox();
            this.sourceBrowse = new System.Windows.Forms.Button();
            this.destinationList = new System.Windows.Forms.ListBox();
            this.addDestinationButton = new System.Windows.Forms.Button();
            this.removeDestinationButton = new System.Windows.Forms.Button();
            this.defaultDestinationDirectory = new System.Windows.Forms.ComboBox();
            this.recurseSubdirectoriesCheck = new System.Windows.Forms.CheckBox();
            this.deleteEmptyCheck = new System.Windows.Forms.CheckBox();
            this.renameIfExistsCheck = new System.Windows.Forms.CheckBox();
            this.addUnmatchedShowsCheck = new System.Windows.Forms.CheckBox();
            this.unlockAndUpdateCheck = new System.Windows.Forms.CheckBox();
            this.lockShowWithNoNewEpisodesCheck = new System.Windows.Forms.CheckBox();
            this.regExButton = new System.Windows.Forms.Button();
            this.fileExtensionsButton = new System.Windows.Forms.Button();
            this.formatText = new System.Windows.Forms.TextBox();
            this.formatBuilderButton = new System.Windows.Forms.Button();
            this.revertButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.folderDialog = new System.Windows.Forms.FolderBrowserDialog();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.label1 = new System.Windows.Forms.Label();
            this.ignoreList = new System.Windows.Forms.ListBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.addIgnore_btn = new System.Windows.Forms.Button();
            this.removeIgnore_btn = new System.Windows.Forms.Button();
            mainTable = new System.Windows.Forms.TableLayoutPanel();
            tableDirectories = new System.Windows.Forms.TableLayoutPanel();
            sourceLabel = new System.Windows.Forms.Label();
            destinationListLabel = new System.Windows.Forms.Label();
            destinationButtonsFlow = new System.Windows.Forms.FlowLayoutPanel();
            defaultDestinationLabel = new System.Windows.Forms.Label();
            sortOptionsGroup = new System.Windows.Forms.GroupBox();
            sortOptionsFlow = new System.Windows.Forms.FlowLayoutPanel();
            searchOptionsGroup = new System.Windows.Forms.GroupBox();
            searchOptionsFlow = new System.Windows.Forms.FlowLayoutPanel();
            editOverwriteKeywordsButton = new System.Windows.Forms.Button();
            formatOptionsGroup = new System.Windows.Forms.GroupBox();
            formatTable = new System.Windows.Forms.TableLayoutPanel();
            formatLabel = new System.Windows.Forms.Label();
            flowBottomButtons = new System.Windows.Forms.FlowLayoutPanel();
            mainTable.SuspendLayout();
            this.groupDirectories.SuspendLayout();
            tableDirectories.SuspendLayout();
            destinationButtonsFlow.SuspendLayout();
            sortOptionsGroup.SuspendLayout();
            sortOptionsFlow.SuspendLayout();
            searchOptionsGroup.SuspendLayout();
            searchOptionsFlow.SuspendLayout();
            formatOptionsGroup.SuspendLayout();
            formatTable.SuspendLayout();
            flowBottomButtons.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainTable
            // 
            mainTable.ColumnCount = 1;
            mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            mainTable.Controls.Add(this.groupDirectories, 0, 0);
            mainTable.Controls.Add(sortOptionsGroup, 0, 2);
            mainTable.Controls.Add(searchOptionsGroup, 0, 3);
            mainTable.Controls.Add(formatOptionsGroup, 0, 1);
            mainTable.Controls.Add(flowBottomButtons, 0, 4);
            mainTable.Dock = System.Windows.Forms.DockStyle.Fill;
            mainTable.Location = new System.Drawing.Point(0, 0);
            mainTable.Name = "mainTable";
            mainTable.RowCount = 5;
            mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
            mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 95F));
            mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
            mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            mainTable.Size = new System.Drawing.Size(637, 450);
            mainTable.TabIndex = 0;
            // 
            // groupDirectories
            // 
            this.groupDirectories.Controls.Add(tableDirectories);
            this.groupDirectories.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupDirectories.Location = new System.Drawing.Point(3, 3);
            this.groupDirectories.Name = "groupDirectories";
            this.groupDirectories.Size = new System.Drawing.Size(631, 199);
            this.groupDirectories.TabIndex = 0;
            this.groupDirectories.TabStop = false;
            this.groupDirectories.Text = "Directory Settings";
            // 
            // tableDirectories
            // 
            tableDirectories.ColumnCount = 3;
            tableDirectories.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 126F));
            tableDirectories.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableDirectories.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 105F));
            tableDirectories.Controls.Add(sourceLabel, 0, 0);
            tableDirectories.Controls.Add(this.sourceText, 1, 0);
            tableDirectories.Controls.Add(this.sourceBrowse, 2, 0);
            tableDirectories.Controls.Add(destinationListLabel, 0, 1);
            tableDirectories.Controls.Add(this.destinationList, 1, 1);
            tableDirectories.Controls.Add(destinationButtonsFlow, 2, 1);
            tableDirectories.Controls.Add(defaultDestinationLabel, 0, 3);
            tableDirectories.Controls.Add(this.defaultDestinationDirectory, 1, 3);
            tableDirectories.Controls.Add(this.label1, 0, 2);
            tableDirectories.Controls.Add(this.ignoreList, 1, 2);
            tableDirectories.Controls.Add(this.flowLayoutPanel1, 2, 2);
            tableDirectories.Dock = System.Windows.Forms.DockStyle.Fill;
            tableDirectories.Location = new System.Drawing.Point(3, 16);
            tableDirectories.Name = "tableDirectories";
            tableDirectories.RowCount = 4;
            tableDirectories.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableDirectories.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableDirectories.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
            tableDirectories.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableDirectories.Size = new System.Drawing.Size(625, 180);
            tableDirectories.TabIndex = 0;
            // 
            // sourceLabel
            // 
            sourceLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            sourceLabel.AutoSize = true;
            sourceLabel.Location = new System.Drawing.Point(34, 6);
            sourceLabel.Name = "sourceLabel";
            sourceLabel.Size = new System.Drawing.Size(89, 13);
            sourceLabel.TabIndex = 0;
            sourceLabel.Text = "Source Directory:";
            // 
            // sourceText
            // 
            this.sourceText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sourceText.Location = new System.Drawing.Point(129, 3);
            this.sourceText.Name = "sourceText";
            this.sourceText.ReadOnly = true;
            this.sourceText.Size = new System.Drawing.Size(388, 20);
            this.sourceText.TabIndex = 1;
            this.toolTip.SetToolTip(this.sourceText, "The source directory to search for TV Show files.");
            // 
            // sourceBrowse
            // 
            this.sourceBrowse.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sourceBrowse.Location = new System.Drawing.Point(523, 3);
            this.sourceBrowse.Name = "sourceBrowse";
            this.sourceBrowse.Size = new System.Drawing.Size(99, 20);
            this.sourceBrowse.TabIndex = 2;
            this.sourceBrowse.Text = "Browse";
            this.sourceBrowse.UseVisualStyleBackColor = true;
            this.sourceBrowse.Click += new System.EventHandler(this.SourceBrowseClick);
            // 
            // destinationListLabel
            // 
            destinationListLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            destinationListLabel.AutoSize = true;
            destinationListLabel.Location = new System.Drawing.Point(7, 51);
            destinationListLabel.Name = "destinationListLabel";
            destinationListLabel.Size = new System.Drawing.Size(116, 13);
            destinationListLabel.TabIndex = 5;
            destinationListLabel.Text = "Destination Directories:";
            // 
            // destinationList
            // 
            this.destinationList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.destinationList.FormattingEnabled = true;
            this.destinationList.Location = new System.Drawing.Point(129, 29);
            this.destinationList.Name = "destinationList";
            this.destinationList.Size = new System.Drawing.Size(388, 57);
            this.destinationList.TabIndex = 6;
            this.toolTip.SetToolTip(this.destinationList, "All the directories where TV Shows are stored. Only the selected one will have TV" +
        " moved to it but all will be used in Missing and Duplicate episode searches.");
            // 
            // destinationButtonsFlow
            // 
            destinationButtonsFlow.Controls.Add(this.addDestinationButton);
            destinationButtonsFlow.Controls.Add(this.removeDestinationButton);
            destinationButtonsFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            destinationButtonsFlow.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            destinationButtonsFlow.Location = new System.Drawing.Point(520, 26);
            destinationButtonsFlow.Margin = new System.Windows.Forms.Padding(0);
            destinationButtonsFlow.Name = "destinationButtonsFlow";
            destinationButtonsFlow.Size = new System.Drawing.Size(105, 63);
            destinationButtonsFlow.TabIndex = 7;
            // 
            // addDestinationButton
            // 
            this.addDestinationButton.Location = new System.Drawing.Point(3, 3);
            this.addDestinationButton.Name = "addDestinationButton";
            this.addDestinationButton.Size = new System.Drawing.Size(99, 23);
            this.addDestinationButton.TabIndex = 0;
            this.addDestinationButton.Text = "Add";
            this.addDestinationButton.UseVisualStyleBackColor = true;
            this.addDestinationButton.Click += new System.EventHandler(this.AddDestinationButtonClick);
            // 
            // removeDestinationButton
            // 
            this.removeDestinationButton.Location = new System.Drawing.Point(3, 32);
            this.removeDestinationButton.Name = "removeDestinationButton";
            this.removeDestinationButton.Size = new System.Drawing.Size(99, 23);
            this.removeDestinationButton.TabIndex = 1;
            this.removeDestinationButton.Text = "Remove";
            this.removeDestinationButton.UseVisualStyleBackColor = true;
            this.removeDestinationButton.Click += new System.EventHandler(this.RemoveDestinationButtonClick);
            // 
            // defaultDestinationLabel
            // 
            defaultDestinationLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            defaultDestinationLabel.AutoSize = true;
            defaultDestinationLabel.Location = new System.Drawing.Point(23, 163);
            defaultDestinationLabel.Name = "defaultDestinationLabel";
            defaultDestinationLabel.Size = new System.Drawing.Size(100, 13);
            defaultDestinationLabel.TabIndex = 8;
            defaultDestinationLabel.Text = "Default Destination:";
            // 
            // defaultDestinationDirectory
            // 
            this.defaultDestinationDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
            this.defaultDestinationDirectory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.defaultDestinationDirectory.FormattingEnabled = true;
            this.defaultDestinationDirectory.Location = new System.Drawing.Point(129, 163);
            this.defaultDestinationDirectory.Name = "defaultDestinationDirectory";
            this.defaultDestinationDirectory.Size = new System.Drawing.Size(388, 21);
            this.defaultDestinationDirectory.TabIndex = 9;
            // 
            // sortOptionsGroup
            // 
            sortOptionsGroup.Controls.Add(sortOptionsFlow);
            sortOptionsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            sortOptionsGroup.Location = new System.Drawing.Point(3, 262);
            sortOptionsGroup.Name = "sortOptionsGroup";
            sortOptionsGroup.Size = new System.Drawing.Size(631, 89);
            sortOptionsGroup.TabIndex = 1;
            sortOptionsGroup.TabStop = false;
            sortOptionsGroup.Text = "Sort Options";
            // 
            // sortOptionsFlow
            // 
            sortOptionsFlow.Controls.Add(this.recurseSubdirectoriesCheck);
            sortOptionsFlow.Controls.Add(this.deleteEmptyCheck);
            sortOptionsFlow.Controls.Add(this.renameIfExistsCheck);
            sortOptionsFlow.Controls.Add(this.addUnmatchedShowsCheck);
            sortOptionsFlow.Controls.Add(this.unlockAndUpdateCheck);
            sortOptionsFlow.Controls.Add(this.lockShowWithNoNewEpisodesCheck);
            sortOptionsFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            sortOptionsFlow.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            sortOptionsFlow.Location = new System.Drawing.Point(3, 16);
            sortOptionsFlow.Name = "sortOptionsFlow";
            sortOptionsFlow.Size = new System.Drawing.Size(625, 70);
            sortOptionsFlow.TabIndex = 0;
            // 
            // recurseSubdirectoriesCheck
            // 
            this.recurseSubdirectoriesCheck.AutoSize = true;
            this.recurseSubdirectoriesCheck.Location = new System.Drawing.Point(3, 3);
            this.recurseSubdirectoriesCheck.Name = "recurseSubdirectoriesCheck";
            this.recurseSubdirectoriesCheck.Size = new System.Drawing.Size(136, 17);
            this.recurseSubdirectoriesCheck.TabIndex = 0;
            this.recurseSubdirectoriesCheck.Text = "Recurse Subdirectories";
            this.toolTip.SetToolTip(this.recurseSubdirectoriesCheck, "When selected, this option will search the subdirectories of the source directory" +
        " as well.");
            this.recurseSubdirectoriesCheck.UseVisualStyleBackColor = true;
            // 
            // deleteEmptyCheck
            // 
            this.deleteEmptyCheck.AutoSize = true;
            this.deleteEmptyCheck.Location = new System.Drawing.Point(3, 26);
            this.deleteEmptyCheck.Name = "deleteEmptyCheck";
            this.deleteEmptyCheck.Size = new System.Drawing.Size(159, 17);
            this.deleteEmptyCheck.TabIndex = 1;
            this.deleteEmptyCheck.Text = "Delete Empty Subdirectories";
            this.toolTip.SetToolTip(this.deleteEmptyCheck, "When selected, this option will delete subdirectories of Source Directory after f" +
        "iles have been moved out of them if this leaves the directory empty.");
            this.deleteEmptyCheck.UseVisualStyleBackColor = true;
            // 
            // renameIfExistsCheck
            // 
            this.renameIfExistsCheck.AutoSize = true;
            this.renameIfExistsCheck.Location = new System.Drawing.Point(3, 49);
            this.renameIfExistsCheck.Name = "renameIfExistsCheck";
            this.renameIfExistsCheck.Size = new System.Drawing.Size(213, 17);
            this.renameIfExistsCheck.TabIndex = 2;
            this.renameIfExistsCheck.Text = "Rename if Episode Exists at Destination";
            this.toolTip.SetToolTip(this.renameIfExistsCheck, "When selected, this option will search the destination directoy for the episode b" +
        "eing processed and renamed the copy there if it exists with a different name.");
            this.renameIfExistsCheck.UseVisualStyleBackColor = true;
            // 
            // addUnmatchedShowsCheck
            // 
            this.addUnmatchedShowsCheck.AutoSize = true;
            this.addUnmatchedShowsCheck.Location = new System.Drawing.Point(222, 3);
            this.addUnmatchedShowsCheck.Name = "addUnmatchedShowsCheck";
            this.addUnmatchedShowsCheck.Size = new System.Drawing.Size(203, 17);
            this.addUnmatchedShowsCheck.TabIndex = 3;
            this.addUnmatchedShowsCheck.Text = "Add Unmatched Shows Automatically";
            this.toolTip.SetToolTip(this.addUnmatchedShowsCheck, resources.GetString("addUnmatchedShowsCheck.ToolTip"));
            this.addUnmatchedShowsCheck.UseVisualStyleBackColor = true;
            // 
            // unlockAndUpdateCheck
            // 
            this.unlockAndUpdateCheck.AutoSize = true;
            this.unlockAndUpdateCheck.Location = new System.Drawing.Point(222, 26);
            this.unlockAndUpdateCheck.Name = "unlockAndUpdateCheck";
            this.unlockAndUpdateCheck.Size = new System.Drawing.Size(202, 17);
            this.unlockAndUpdateCheck.TabIndex = 4;
            this.unlockAndUpdateCheck.Text = "Unlock and Update Locked Matches";
            this.toolTip.SetToolTip(this.unlockAndUpdateCheck, "When selected, this option will unlock any shows that are locked and update them " +
        "if a match is found.");
            this.unlockAndUpdateCheck.UseVisualStyleBackColor = true;
            // 
            // lockShowWithNoNewEpisodesCheck
            // 
            this.lockShowWithNoNewEpisodesCheck.AutoSize = true;
            this.lockShowWithNoNewEpisodesCheck.Location = new System.Drawing.Point(222, 49);
            this.lockShowWithNoNewEpisodesCheck.Name = "lockShowWithNoNewEpisodesCheck";
            this.lockShowWithNoNewEpisodesCheck.Size = new System.Drawing.Size(264, 17);
            this.lockShowWithNoNewEpisodesCheck.TabIndex = 5;
            this.lockShowWithNoNewEpisodesCheck.Text = "Lock Show After 3 Weeks With No New Episodes\r\n";
            this.toolTip.SetToolTip(this.lockShowWithNoNewEpisodesCheck, "When selected, during an update, if the show hasn\'t \r\nhad any new episodes for 3 " +
        "weeks, the show will be\r\nlocked and skipped in future updates.");
            this.lockShowWithNoNewEpisodesCheck.UseVisualStyleBackColor = true;
            // 
            // searchOptionsGroup
            // 
            searchOptionsGroup.Controls.Add(searchOptionsFlow);
            searchOptionsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            searchOptionsGroup.Location = new System.Drawing.Point(3, 357);
            searchOptionsGroup.Name = "searchOptionsGroup";
            searchOptionsGroup.Size = new System.Drawing.Size(631, 50);
            searchOptionsGroup.TabIndex = 2;
            searchOptionsGroup.TabStop = false;
            searchOptionsGroup.Text = "Search Options";
            // 
            // searchOptionsFlow
            // 
            searchOptionsFlow.Controls.Add(this.regExButton);
            searchOptionsFlow.Controls.Add(this.fileExtensionsButton);
            searchOptionsFlow.Controls.Add(editOverwriteKeywordsButton);
            searchOptionsFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            searchOptionsFlow.Location = new System.Drawing.Point(3, 16);
            searchOptionsFlow.Name = "searchOptionsFlow";
            searchOptionsFlow.Size = new System.Drawing.Size(625, 31);
            searchOptionsFlow.TabIndex = 0;
            // 
            // regExButton
            // 
            this.regExButton.Location = new System.Drawing.Point(3, 3);
            this.regExButton.Name = "regExButton";
            this.regExButton.Size = new System.Drawing.Size(136, 23);
            this.regExButton.TabIndex = 0;
            this.regExButton.Text = "Edit Regular Expressions";
            this.toolTip.SetToolTip(this.regExButton, "Edit the regular expressions used for searching.\r\nSee http://code.google.com/p/tv" +
        "sorter for more\r\ninformation.");
            this.regExButton.UseVisualStyleBackColor = true;
            this.regExButton.Click += new System.EventHandler(this.RegExButtonClick);
            // 
            // fileExtensionsButton
            // 
            this.fileExtensionsButton.Location = new System.Drawing.Point(145, 3);
            this.fileExtensionsButton.Name = "fileExtensionsButton";
            this.fileExtensionsButton.Size = new System.Drawing.Size(136, 23);
            this.fileExtensionsButton.TabIndex = 1;
            this.fileExtensionsButton.Text = "Edit File Extensions";
            this.toolTip.SetToolTip(this.fileExtensionsButton, "Edit the file extensions that are searched.");
            this.fileExtensionsButton.UseVisualStyleBackColor = true;
            this.fileExtensionsButton.Click += new System.EventHandler(this.FileExtensionsButtonClick);
            // 
            // editOverwriteKeywordsButton
            // 
            editOverwriteKeywordsButton.Location = new System.Drawing.Point(287, 3);
            editOverwriteKeywordsButton.Name = "editOverwriteKeywordsButton";
            editOverwriteKeywordsButton.Size = new System.Drawing.Size(146, 23);
            editOverwriteKeywordsButton.TabIndex = 2;
            editOverwriteKeywordsButton.Text = "Edit Overwrite Keywords";
            this.toolTip.SetToolTip(editOverwriteKeywordsButton, resources.GetString("editOverwriteKeywordsButton.ToolTip"));
            editOverwriteKeywordsButton.UseVisualStyleBackColor = true;
            editOverwriteKeywordsButton.Click += new System.EventHandler(this.EditOverwriteKeywordsButtonClick);
            // 
            // formatOptionsGroup
            // 
            formatOptionsGroup.Controls.Add(formatTable);
            formatOptionsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            formatOptionsGroup.Location = new System.Drawing.Point(3, 208);
            formatOptionsGroup.Name = "formatOptionsGroup";
            formatOptionsGroup.Size = new System.Drawing.Size(631, 48);
            formatOptionsGroup.TabIndex = 3;
            formatOptionsGroup.TabStop = false;
            formatOptionsGroup.Text = "Format Options";
            // 
            // formatTable
            // 
            formatTable.ColumnCount = 3;
            formatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 126F));
            formatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            formatTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 105F));
            formatTable.Controls.Add(formatLabel, 0, 0);
            formatTable.Controls.Add(this.formatText, 1, 0);
            formatTable.Controls.Add(this.formatBuilderButton, 2, 0);
            formatTable.Dock = System.Windows.Forms.DockStyle.Fill;
            formatTable.Location = new System.Drawing.Point(3, 16);
            formatTable.Name = "formatTable";
            formatTable.RowCount = 1;
            formatTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            formatTable.Size = new System.Drawing.Size(625, 29);
            formatTable.TabIndex = 0;
            // 
            // formatLabel
            // 
            formatLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            formatLabel.AutoSize = true;
            formatLabel.Location = new System.Drawing.Point(46, 8);
            formatLabel.Name = "formatLabel";
            formatLabel.Size = new System.Drawing.Size(77, 13);
            formatLabel.TabIndex = 0;
            formatLabel.Text = "Output Format:";
            // 
            // formatText
            // 
            this.formatText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.formatText.Location = new System.Drawing.Point(129, 3);
            this.formatText.Name = "formatText";
            this.formatText.Size = new System.Drawing.Size(388, 20);
            this.formatText.TabIndex = 1;
            this.toolTip.SetToolTip(this.formatText, "The formatting string used to set the output path for an episode. This setting ca" +
        "n be overriden on a per show basis.");
            // 
            // formatBuilderButton
            // 
            this.formatBuilderButton.Dock = System.Windows.Forms.DockStyle.Top;
            this.formatBuilderButton.Location = new System.Drawing.Point(523, 3);
            this.formatBuilderButton.Name = "formatBuilderButton";
            this.formatBuilderButton.Size = new System.Drawing.Size(99, 23);
            this.formatBuilderButton.TabIndex = 2;
            this.formatBuilderButton.Text = "Format Builder";
            this.formatBuilderButton.UseVisualStyleBackColor = true;
            this.formatBuilderButton.Click += new System.EventHandler(this.FormatBuilderButtonClick);
            // 
            // flowBottomButtons
            // 
            flowBottomButtons.Controls.Add(this.revertButton);
            flowBottomButtons.Controls.Add(this.saveButton);
            flowBottomButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            flowBottomButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            flowBottomButtons.Location = new System.Drawing.Point(3, 413);
            flowBottomButtons.Name = "flowBottomButtons";
            flowBottomButtons.Size = new System.Drawing.Size(631, 34);
            flowBottomButtons.TabIndex = 4;
            // 
            // revertButton
            // 
            this.revertButton.Location = new System.Drawing.Point(553, 3);
            this.revertButton.Name = "revertButton";
            this.revertButton.Size = new System.Drawing.Size(75, 23);
            this.revertButton.TabIndex = 0;
            this.revertButton.Text = "Revert";
            this.revertButton.UseVisualStyleBackColor = true;
            this.revertButton.Click += new System.EventHandler(this.RevertButtonClick);
            // 
            // saveButton
            // 
            this.saveButton.Location = new System.Drawing.Point(472, 3);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 1;
            this.saveButton.Text = "Save";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.SaveButtonClick);
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(43, 118);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 13);
            this.label1.TabIndex = 10;
            this.label1.Text = "Ignored folders:";
            // 
            // ignoreList
            // 
            this.ignoreList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ignoreList.FormattingEnabled = true;
            this.ignoreList.Location = new System.Drawing.Point(129, 92);
            this.ignoreList.Name = "ignoreList";
            this.ignoreList.Size = new System.Drawing.Size(388, 65);
            this.ignoreList.TabIndex = 11;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.addIgnore_btn);
            this.flowLayoutPanel1.Controls.Add(this.removeIgnore_btn);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(523, 92);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(99, 65);
            this.flowLayoutPanel1.TabIndex = 12;
            // 
            // addIgnore_btn
            // 
            this.addIgnore_btn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.addIgnore_btn.Location = new System.Drawing.Point(3, 3);
            this.addIgnore_btn.Name = "addIgnore_btn";
            this.addIgnore_btn.Size = new System.Drawing.Size(96, 23);
            this.addIgnore_btn.TabIndex = 0;
            this.addIgnore_btn.Text = "Add";
            this.addIgnore_btn.UseVisualStyleBackColor = true;
            this.addIgnore_btn.Click += new System.EventHandler(this.addIgnore_btn_Click);
            // 
            // removeIgnore_btn
            // 
            this.removeIgnore_btn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.removeIgnore_btn.Location = new System.Drawing.Point(3, 32);
            this.removeIgnore_btn.Name = "removeIgnore_btn";
            this.removeIgnore_btn.Size = new System.Drawing.Size(96, 23);
            this.removeIgnore_btn.TabIndex = 1;
            this.removeIgnore_btn.Text = "Remove";
            this.removeIgnore_btn.UseVisualStyleBackColor = true;
            this.removeIgnore_btn.Click += new System.EventHandler(this.removeIgnore_btn_Click);
            // 
            // Settings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(mainTable);
            this.Name = "Settings";
            this.Size = new System.Drawing.Size(637, 450);
            this.Load += new System.EventHandler(this.SettingsLoad);
            mainTable.ResumeLayout(false);
            this.groupDirectories.ResumeLayout(false);
            tableDirectories.ResumeLayout(false);
            tableDirectories.PerformLayout();
            destinationButtonsFlow.ResumeLayout(false);
            sortOptionsGroup.ResumeLayout(false);
            sortOptionsFlow.ResumeLayout(false);
            sortOptionsFlow.PerformLayout();
            searchOptionsGroup.ResumeLayout(false);
            searchOptionsFlow.ResumeLayout(false);
            formatOptionsGroup.ResumeLayout(false);
            formatTable.ResumeLayout(false);
            formatTable.PerformLayout();
            flowBottomButtons.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent()
      {
         this.components = new System.ComponentModel.Container();
         System.Windows.Forms.GroupBox userGroup;
         System.Windows.Forms.Label passwordAnswer;
         System.Windows.Forms.Button resetPasswordButton;
         System.Windows.Forms.Label passwordQuestionLabel;
         System.Windows.Forms.Label userNameLabel;
         this.m_PasswordAnswerTextBox = new System.Windows.Forms.TextBox();
         this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox();
         this.m_UserNameTextBox = new System.Windows.Forms.TextBox();
         this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components);
         userGroup = new System.Windows.Forms.GroupBox();
         passwordAnswer = new System.Windows.Forms.Label();
         resetPasswordButton = new System.Windows.Forms.Button();
         passwordQuestionLabel = new System.Windows.Forms.Label();
         userNameLabel = new System.Windows.Forms.Label();
         userGroup.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit();
         this.SuspendLayout();
         // 
         // userGroup
         // 
         userGroup.Controls.Add(this.m_PasswordAnswerTextBox);
         userGroup.Controls.Add(passwordAnswer);
         userGroup.Controls.Add(resetPasswordButton);
         userGroup.Controls.Add(this.m_PasswordQuestionTextBox);
         userGroup.Controls.Add(passwordQuestionLabel);
         userGroup.Controls.Add(this.m_UserNameTextBox);
         userGroup.Controls.Add(userNameLabel);
         userGroup.Location = new System.Drawing.Point(6,11);
         userGroup.Name = "userGroup";
         userGroup.Size = new System.Drawing.Size(216,146);
         userGroup.TabIndex = 1;
         userGroup.TabStop = false;
         userGroup.Text = "User Account:";
         // 
         // m_PasswordAnswerTextBox
         // 
         this.m_PasswordAnswerTextBox.Location = new System.Drawing.Point(7,116);
         this.m_PasswordAnswerTextBox.Name = "m_PasswordAnswerTextBox";
         this.m_PasswordAnswerTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordAnswerTextBox.TabIndex = 15;
         // 
         // passwordAnswer
         // 
         passwordAnswer.AutoSize = true;
         passwordAnswer.Location = new System.Drawing.Point(6,100);
         passwordAnswer.Name = "passwordAnswer";
         passwordAnswer.Size = new System.Drawing.Size(94,13);
         passwordAnswer.TabIndex = 14;
         passwordAnswer.Text = "Password Answer:";
         // 
         // resetPasswordButton
         // 
         resetPasswordButton.Location = new System.Drawing.Point(121,32);
         resetPasswordButton.Name = "resetPasswordButton";
         resetPasswordButton.Size = new System.Drawing.Size(88,23);
         resetPasswordButton.TabIndex = 4;
         resetPasswordButton.Text = "Reset";
         resetPasswordButton.Click += new System.EventHandler(this.OnReset);
         // 
         // m_PasswordQuestionTextBox
         // 
         this.m_PasswordQuestionTextBox.Enabled = false;
         this.m_PasswordQuestionTextBox.Location = new System.Drawing.Point(7,74);
         this.m_PasswordQuestionTextBox.Name = "m_PasswordQuestionTextBox";
         this.m_PasswordQuestionTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordQuestionTextBox.TabIndex = 9;
         // 
         // passwordQuestionLabel
         // 
         passwordQuestionLabel.AutoSize = true;
         passwordQuestionLabel.Location = new System.Drawing.Point(6,58);
         passwordQuestionLabel.Name = "passwordQuestionLabel";
         passwordQuestionLabel.Size = new System.Drawing.Size(93,13);
         passwordQuestionLabel.TabIndex = 8;
         passwordQuestionLabel.Text = "Security Question:";
         // 
         // m_UserNameTextBox
         // 
         this.m_UserNameTextBox.Enabled = false;
         this.m_UserNameTextBox.Location = new System.Drawing.Point(6,35);
         this.m_UserNameTextBox.Name = "m_UserNameTextBox";
         this.m_UserNameTextBox.ReadOnly = true;
         this.m_UserNameTextBox.Size = new System.Drawing.Size(100,20);
         this.m_UserNameTextBox.TabIndex = 1;
         // 
         // userNameLabel
         // 
         userNameLabel.AutoSize = true;
         userNameLabel.Location = new System.Drawing.Point(5,19);
         userNameLabel.Name = "userNameLabel";
         userNameLabel.Size = new System.Drawing.Size(63,13);
         userNameLabel.TabIndex = 0;
         userNameLabel.Text = "User Name:";
         // 
         // m_Validator
         // 
         this.m_Validator.ContainerControl = this;
         // 
         // ResetWithQuestionDialog
         // 
         this.AcceptButton = resetPasswordButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(227,162);
         this.Controls.Add(userGroup);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "ResetWithQuestionDialog";
         this.ShowIcon = false;
         this.Text = "Reset Password Dialog";
         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
         userGroup.ResumeLayout(false);
         userGroup.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit();
         this.ResumeLayout(false);

      }
Example #57
0
 private void DiseƱo_Forma()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Almacen));
     groupBoxdatos = new System.Windows.Forms.GroupBox();
     txt_Lugar = new System.Windows.Forms.TextBox();
     txt_Nombre = new System.Windows.Forms.TextBox();
     lbl_Lugar = new System.Windows.Forms.Label();
     lbl_Nombre = new System.Windows.Forms.Label();
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     pic_Almacen = new System.Windows.Forms.PictureBox();
     groupBoxdatos.SuspendLayout();
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).BeginInit();
     SuspendLayout();
     pic_Logo = new System.Windows.Forms.PictureBox();
     components = new System.ComponentModel.Container();
     groupBoxdatos = new System.Windows.Forms.GroupBox();
     txt_Lugar = new System.Windows.Forms.TextBox();
     txt_Nombre = new System.Windows.Forms.TextBox();
     lbl_Lugar = new System.Windows.Forms.Label();
     lbl_Nombre = new System.Windows.Forms.Label();
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     errorProvider1 = new System.Windows.Forms.ErrorProvider(components);
     pic_Almacen = new System.Windows.Forms.PictureBox();
     groupBoxdatos.SuspendLayout();
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).BeginInit();
     SuspendLayout();
     //
     // groupBoxdatos
     //
     groupBoxdatos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     groupBoxdatos.Controls.Add(txt_Lugar);
     groupBoxdatos.Controls.Add(txt_Nombre);
     groupBoxdatos.Controls.Add(lbl_Lugar);
     groupBoxdatos.Controls.Add(lbl_Nombre);
     groupBoxdatos.Location = new System.Drawing.Point(11, 69);
     groupBoxdatos.Name = "groupBoxdatos";
     groupBoxdatos.Size = new System.Drawing.Size(418, 130);
     groupBoxdatos.TabIndex = 75;
     groupBoxdatos.TabStop = false;
     groupBoxdatos.Text = "Datos del almacen";
     //
     // txt_Lugar
     //
     txt_Lugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Lugar.Location = new System.Drawing.Point(126, 77);
     txt_Lugar.MaxLength = 100;
     txt_Lugar.Name = "txt_Lugar";
     txt_Lugar.Size = new System.Drawing.Size(270, 40);
     txt_Lugar.Multiline = true;
     txt_Lugar.TabIndex = 73;
     txt_Lugar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Lugar_KeyPress);
     //
     // txt_Nombre
     //
     txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     txt_Nombre.Location = new System.Drawing.Point(126, 52);
     txt_Nombre.MaxLength = 25;
     txt_Nombre.Name = "txt_Nombre";
     txt_Nombre.Size = new System.Drawing.Size(127, 20);
     txt_Nombre.TabIndex = 72;
     txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress);
     //
     // lbl_Lugar
     //
     lbl_Lugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Lugar.AutoSize = true;
     lbl_Lugar.Location = new System.Drawing.Point(37, 85);
     lbl_Lugar.Name = "lbl_Lugar";
     lbl_Lugar.Size = new System.Drawing.Size(34, 13);
     lbl_Lugar.TabIndex = 71;
     lbl_Lugar.Text = "Lugar";
     //
     // lbl_Nombre
     //
     lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Nombre.AutoSize = true;
     lbl_Nombre.Location = new System.Drawing.Point(37, 56);
     lbl_Nombre.Name = "lbl_Nombre";
     lbl_Nombre.Size = new System.Drawing.Size(44, 13);
     lbl_Nombre.TabIndex = 69;
     lbl_Nombre.Text = "Nombre";
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     archivoToolStripMenuItem,
     editarToolStripMenuItem,
     ayudaToolStripMenuItem});
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name = "menuStrip1";
     menuStrip1.Size = new System.Drawing.Size(448, 24);
     menuStrip1.TabIndex = 77;
     menuStrip1.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     nuevoToolStripMenuItem,
     abrirToolStripMenuItem,
     toolStripSeparator,
     guardarToolStripMenuItem,
     toolStripSeparator1,
     salirToolStripMenuItem});
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     nuevoToolStripMenuItem.Text = "&Nuevo";
     nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // abrirToolStripMenuItem
     //
     abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image")));
     abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir;
     abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
     abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     abrirToolStripMenuItem.Text = "&Abrir";
     abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(148, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     guardarToolStripMenuItem.Text = "&Guardar";
     guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     salirToolStripMenuItem.Text = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // editarToolStripMenuItem
     //
     editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     modificarToolStripMenuItem,
     eliminarToolStripMenuItem});
     editarToolStripMenuItem.Name = "editarToolStripMenuItem";
     editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     editarToolStripMenuItem.Text = "&Editar";
     //
     // modificarToolStripMenuItem
     //
     modificarToolStripMenuItem.Enabled = false;
     modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar;
     modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     modificarToolStripMenuItem.Text = "Modificar";
     modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click);
     //
     // eliminarToolStripMenuItem
     //
     eliminarToolStripMenuItem.Enabled = false;
     eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar;
     eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     eliminarToolStripMenuItem.Text = "Eliminar";
     eliminarToolStripMenuItem.Visible = false;
     eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     acercadeToolStripMenuItem});
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // pic_Almacen
     //
     pic_Almacen.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Almacen;
     pic_Almacen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Almacen.Location = new System.Drawing.Point(351, 25);
     pic_Almacen.Name = "pic_Almacen";
     pic_Almacen.Size = new System.Drawing.Size(85, 67);
     pic_Almacen.TabIndex = 79;
     pic_Almacen.TabStop = false;
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(280, 200);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(152, 70);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     //
     // Almacen
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize = new System.Drawing.Size(448, 284);
     Controls.Add(pic_Almacen);
     Controls.Add(menuStrip1);
     Controls.Add(pic_Logo);
     Controls.Add(groupBoxdatos);
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     FormClosing += new System.Windows.Forms.FormClosingEventHandler(Almacen_FormClosing);
     Icon = global::Sistema_Shajobe.Properties.Resources.Almacen_ICO;
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(454, 306);
     MinimumSize = new System.Drawing.Size(454, 306);
     Name = "Almacen";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text = "Almacen";
     Load += new System.EventHandler(Almacen_Load);
     groupBoxdatos.ResumeLayout(false);
     groupBoxdatos.PerformLayout();
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).EndInit();
     ResumeLayout(false);
     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.GroupBox userGroup;
     System.Windows.Forms.Label    newPassword;
     System.Windows.Forms.Label    passwordAnswer;
     System.Windows.Forms.Button   changePasswordButton;
     System.Windows.Forms.Label    passwordQuestionLabel;
     System.Windows.Forms.Label    userNameLabel;
     this.m_NewPasswordTextBox      = new System.Windows.Forms.TextBox();
     this.m_PasswordAnswerTextBox   = new System.Windows.Forms.TextBox();
     this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox();
     this.m_UserNameTextBox         = new System.Windows.Forms.TextBox();
     this.m_Validator      = new System.Windows.Forms.ErrorProvider(this.components);
     userGroup             = new System.Windows.Forms.GroupBox();
     newPassword           = new System.Windows.Forms.Label();
     passwordAnswer        = new System.Windows.Forms.Label();
     changePasswordButton  = new System.Windows.Forms.Button();
     passwordQuestionLabel = new System.Windows.Forms.Label();
     userNameLabel         = new System.Windows.Forms.Label();
     userGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit();
     this.SuspendLayout();
     //
     // userGroup
     //
     userGroup.Controls.Add(this.m_NewPasswordTextBox);
     userGroup.Controls.Add(newPassword);
     userGroup.Controls.Add(this.m_PasswordAnswerTextBox);
     userGroup.Controls.Add(passwordAnswer);
     userGroup.Controls.Add(changePasswordButton);
     userGroup.Controls.Add(this.m_PasswordQuestionTextBox);
     userGroup.Controls.Add(passwordQuestionLabel);
     userGroup.Controls.Add(this.m_UserNameTextBox);
     userGroup.Controls.Add(userNameLabel);
     userGroup.Location = new System.Drawing.Point(6, 11);
     userGroup.Name     = "userGroup";
     userGroup.Size     = new System.Drawing.Size(223, 191);
     userGroup.TabIndex = 1;
     userGroup.TabStop  = false;
     userGroup.Text     = "User Account:";
     //
     // m_NewPasswordTextBox
     //
     this.m_NewPasswordTextBox.Location = new System.Drawing.Point(7, 160);
     this.m_NewPasswordTextBox.Name     = "m_NewPasswordTextBox";
     this.m_NewPasswordTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_NewPasswordTextBox.TabIndex = 17;
     //
     // newPassword
     //
     newPassword.AutoSize = true;
     newPassword.Location = new System.Drawing.Point(6, 144);
     newPassword.Name     = "newPassword";
     newPassword.Size     = new System.Drawing.Size(77, 13);
     newPassword.TabIndex = 16;
     newPassword.Text     = "New Password:"******"m_PasswordAnswerTextBox";
     this.m_PasswordAnswerTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_PasswordAnswerTextBox.TabIndex = 15;
     //
     // passwordAnswer
     //
     passwordAnswer.AutoSize = true;
     passwordAnswer.Location = new System.Drawing.Point(6, 99);
     passwordAnswer.Name     = "passwordAnswer";
     passwordAnswer.Size     = new System.Drawing.Size(90, 13);
     passwordAnswer.TabIndex = 14;
     passwordAnswer.Text     = "Password Answer:";
     //
     // changePasswordButton
     //
     changePasswordButton.Location = new System.Drawing.Point(140, 31);
     changePasswordButton.Name     = "changePasswordButton";
     changePasswordButton.Size     = new System.Drawing.Size(75, 23);
     changePasswordButton.TabIndex = 4;
     changePasswordButton.Text     = "Change";
     changePasswordButton.Click   += new System.EventHandler(this.OnChange);
     //
     // m_PasswordQuestionTextBox
     //
     this.m_PasswordQuestionTextBox.Enabled  = false;
     this.m_PasswordQuestionTextBox.Location = new System.Drawing.Point(7, 73);
     this.m_PasswordQuestionTextBox.Name     = "m_PasswordQuestionTextBox";
     this.m_PasswordQuestionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_PasswordQuestionTextBox.TabIndex = 9;
     //
     // passwordQuestionLabel
     //
     passwordQuestionLabel.AutoSize = true;
     passwordQuestionLabel.Location = new System.Drawing.Point(6, 57);
     passwordQuestionLabel.Name     = "passwordQuestionLabel";
     passwordQuestionLabel.Size     = new System.Drawing.Size(89, 13);
     passwordQuestionLabel.TabIndex = 8;
     passwordQuestionLabel.Text     = "Security Question:";
     //
     // m_UserNameTextBox
     //
     this.m_UserNameTextBox.Enabled  = false;
     this.m_UserNameTextBox.Location = new System.Drawing.Point(7, 34);
     this.m_UserNameTextBox.Name     = "m_UserNameTextBox";
     this.m_UserNameTextBox.ReadOnly = true;
     this.m_UserNameTextBox.Size     = new System.Drawing.Size(100, 20);
     this.m_UserNameTextBox.TabIndex = 1;
     //
     // userNameLabel
     //
     userNameLabel.AutoSize = true;
     userNameLabel.Location = new System.Drawing.Point(6, 18);
     userNameLabel.Name     = "userNameLabel";
     userNameLabel.Size     = new System.Drawing.Size(59, 13);
     userNameLabel.TabIndex = 0;
     userNameLabel.Text     = "User Name:";
     //
     // m_Validator
     //
     this.m_Validator.ContainerControl = this;
     //
     // ChangePasswordDialog
     //
     this.AcceptButton        = changePasswordButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(233, 207);
     this.Controls.Add(userGroup);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChangePasswordDialog";
     this.ShowIcon        = false;
     this.Text            = "Change Password Dialog";
     userGroup.ResumeLayout(false);
     userGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit();
     this.ResumeLayout(false);
 }
		public TextEntryDialog ()
		{
			groupBox1 = new GroupBox ();
			cancelButton = new Button ();
			iconPictureBox = new PictureBox ();
			newNameTextBox = new TextBox ();
			okButton = new Button ();
			label1 = new Label ();
			groupBox1.SuspendLayout ();
			SuspendLayout ();
			
			// groupBox1
			groupBox1.Controls.Add (newNameTextBox);
			groupBox1.Controls.Add (label1);
			groupBox1.Controls.Add (iconPictureBox);
			groupBox1.Location = new Point (8, 8);
			groupBox1.Size = new Size (232, 160);
			groupBox1.TabIndex = 5;
			groupBox1.TabStop = false;
			groupBox1.Text = "New Name";
			
			// cancelButton
			cancelButton.DialogResult = DialogResult.Cancel;
			cancelButton.Location = new Point (168, 176);
			cancelButton.TabIndex = 4;
			cancelButton.Text = "Cancel";
			
			// iconPictureBox
			iconPictureBox.BorderStyle = BorderStyle.Fixed3D;
			iconPictureBox.Location = new Point (86, 24);
			iconPictureBox.Size = new Size (60, 60);
			iconPictureBox.TabIndex = 3;
			iconPictureBox.TabStop = false;
			iconPictureBox.SizeMode = PictureBoxSizeMode.CenterImage;
			
			// newNameTextBox
			newNameTextBox.Location = new Point (16, 128);
			newNameTextBox.Size = new Size (200, 20);
			newNameTextBox.TabIndex = 5;
			newNameTextBox.Text = String.Empty;
			
			// okButton
			okButton.DialogResult = DialogResult.OK;
			okButton.Location = new Point (80, 176);
			okButton.TabIndex = 3;
			okButton.Text = "OK";
			
			// label1
			label1.Location = new Point (16, 96);
			label1.Size = new Size (200, 23);
			label1.TabIndex = 4;
			label1.Text = "Enter Name:";
			label1.TextAlign = ContentAlignment.MiddleCenter;
			
			// MainForm
			AcceptButton = okButton;
			AutoScaleBaseSize = new Size (5, 13);
			CancelButton = cancelButton;
			ClientSize = new Size (248, 205);
			Controls.Add (groupBox1);
			Controls.Add (cancelButton);
			Controls.Add (okButton);
			FormBorderStyle = FormBorderStyle.FixedDialog;
			Text = "New Folder or File";
			groupBox1.ResumeLayout (false);
			ResumeLayout (false);
			
			newNameTextBox.Select ();
		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     attributesGb_       = new System.Windows.Forms.GroupBox();
     attributesLv_       = new System.Windows.Forms.ListView();
     generalGb_          = new System.Windows.Forms.Panel();
     activeTimeTb_       = new System.Windows.Forms.TextBox();
     activeTimeLb_       = new System.Windows.Forms.Label();
     qualityTb_          = new System.Windows.Forms.TextBox();
     qualityLb_          = new System.Windows.Forms.Label();
     newStateTb_         = new System.Windows.Forms.TextBox();
     newStateLb_         = new System.Windows.Forms.Label();
     subConditionNameLb_ = new System.Windows.Forms.Label();
     subConditionNameTb_ = new System.Windows.Forms.TextBox();
     conditionNameLb_    = new System.Windows.Forms.Label();
     conditionNameTb_    = new System.Windows.Forms.TextBox();
     eventCategoryLb_    = new System.Windows.Forms.Label();
     eventCategoryTb_    = new System.Windows.Forms.TextBox();
     eventTypeLb_        = new System.Windows.Forms.Label();
     eventTypeTb_        = new System.Windows.Forms.TextBox();
     timeTb_             = new System.Windows.Forms.TextBox();
     timeLb_             = new System.Windows.Forms.Label();
     actorTb_            = new System.Windows.Forms.TextBox();
     messageTb_          = new System.Windows.Forms.TextBox();
     ackRequiredTb_      = new System.Windows.Forms.TextBox();
     actorLb_            = new System.Windows.Forms.Label();
     sourceLb_           = new System.Windows.Forms.Label();
     ackRequiredLb_      = new System.Windows.Forms.Label();
     messageLb_          = new System.Windows.Forms.Label();
     sourceTb_           = new System.Windows.Forms.TextBox();
     attributesGb_.SuspendLayout();
     generalGb_.SuspendLayout();
     SuspendLayout();
     //
     // AttributesGB
     //
     attributesGb_.Controls.Add(attributesLv_);
     attributesGb_.Dock     = System.Windows.Forms.DockStyle.Fill;
     attributesGb_.Location = new System.Drawing.Point(0, 284);
     attributesGb_.Name     = "attributesGb_";
     attributesGb_.Size     = new System.Drawing.Size(544, 184);
     attributesGb_.TabIndex = 0;
     attributesGb_.TabStop  = false;
     attributesGb_.Text     = "Attributes";
     //
     // AttributesLV
     //
     attributesLv_.Dock          = System.Windows.Forms.DockStyle.Fill;
     attributesLv_.FullRowSelect = true;
     attributesLv_.Location      = new System.Drawing.Point(3, 16);
     attributesLv_.MultiSelect   = false;
     attributesLv_.Name          = "attributesLv_";
     attributesLv_.Size          = new System.Drawing.Size(538, 165);
     attributesLv_.TabIndex      = 0;
     attributesLv_.View          = System.Windows.Forms.View.Details;
     //
     // GeneralGB
     //
     generalGb_.Controls.Add(activeTimeTb_);
     generalGb_.Controls.Add(activeTimeLb_);
     generalGb_.Controls.Add(qualityTb_);
     generalGb_.Controls.Add(qualityLb_);
     generalGb_.Controls.Add(newStateTb_);
     generalGb_.Controls.Add(newStateLb_);
     generalGb_.Controls.Add(subConditionNameLb_);
     generalGb_.Controls.Add(subConditionNameTb_);
     generalGb_.Controls.Add(conditionNameLb_);
     generalGb_.Controls.Add(conditionNameTb_);
     generalGb_.Controls.Add(eventCategoryLb_);
     generalGb_.Controls.Add(eventCategoryTb_);
     generalGb_.Controls.Add(eventTypeLb_);
     generalGb_.Controls.Add(eventTypeTb_);
     generalGb_.Controls.Add(timeTb_);
     generalGb_.Controls.Add(timeLb_);
     generalGb_.Controls.Add(actorTb_);
     generalGb_.Controls.Add(messageTb_);
     generalGb_.Controls.Add(ackRequiredTb_);
     generalGb_.Controls.Add(actorLb_);
     generalGb_.Controls.Add(sourceLb_);
     generalGb_.Controls.Add(ackRequiredLb_);
     generalGb_.Controls.Add(messageLb_);
     generalGb_.Controls.Add(sourceTb_);
     generalGb_.Dock     = System.Windows.Forms.DockStyle.Top;
     generalGb_.Location = new System.Drawing.Point(0, 0);
     generalGb_.Name     = "generalGb_";
     generalGb_.Size     = new System.Drawing.Size(544, 284);
     generalGb_.TabIndex = 13;
     generalGb_.Text     = "General";
     //
     // ActiveTimeTB
     //
     activeTimeTb_.Location = new System.Drawing.Point(132, 240);
     activeTimeTb_.Name     = "activeTimeTb_";
     activeTimeTb_.ReadOnly = true;
     activeTimeTb_.Size     = new System.Drawing.Size(132, 20);
     activeTimeTb_.TabIndex = 21;
     activeTimeTb_.Text     = "";
     //
     // ActiveTimeLB
     //
     activeTimeLb_.Location  = new System.Drawing.Point(0, 240);
     activeTimeLb_.Name      = "activeTimeLb_";
     activeTimeLb_.Size      = new System.Drawing.Size(128, 23);
     activeTimeLb_.TabIndex  = 20;
     activeTimeLb_.Text      = "Active Time";
     activeTimeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // QualityTB
     //
     qualityTb_.Location = new System.Drawing.Point(132, 216);
     qualityTb_.Name     = "qualityTb_";
     qualityTb_.ReadOnly = true;
     qualityTb_.Size     = new System.Drawing.Size(132, 20);
     qualityTb_.TabIndex = 19;
     qualityTb_.Text     = "";
     //
     // QualityLB
     //
     qualityLb_.Location  = new System.Drawing.Point(0, 216);
     qualityLb_.Name      = "qualityLb_";
     qualityLb_.Size      = new System.Drawing.Size(128, 23);
     qualityLb_.TabIndex  = 18;
     qualityLb_.Text      = "Quality";
     qualityLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NewStateTB
     //
     newStateTb_.Location = new System.Drawing.Point(132, 168);
     newStateTb_.Name     = "newStateTb_";
     newStateTb_.ReadOnly = true;
     newStateTb_.Size     = new System.Drawing.Size(212, 20);
     newStateTb_.TabIndex = 15;
     newStateTb_.Text     = "";
     //
     // NewStateLB
     //
     newStateLb_.Location  = new System.Drawing.Point(0, 168);
     newStateLb_.Name      = "newStateLb_";
     newStateLb_.Size      = new System.Drawing.Size(128, 23);
     newStateLb_.TabIndex  = 14;
     newStateLb_.Text      = "New State";
     newStateLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SubConditionNameLB
     //
     subConditionNameLb_.Location  = new System.Drawing.Point(0, 144);
     subConditionNameLb_.Name      = "subConditionNameLb_";
     subConditionNameLb_.Size      = new System.Drawing.Size(128, 23);
     subConditionNameLb_.TabIndex  = 12;
     subConditionNameLb_.Text      = "Subcondition Name";
     subConditionNameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SubConditionNameTB
     //
     subConditionNameTb_.Location = new System.Drawing.Point(132, 144);
     subConditionNameTb_.Name     = "subConditionNameTb_";
     subConditionNameTb_.ReadOnly = true;
     subConditionNameTb_.Size     = new System.Drawing.Size(212, 20);
     subConditionNameTb_.TabIndex = 13;
     subConditionNameTb_.Text     = "";
     //
     // ConditionNameLB
     //
     conditionNameLb_.Location  = new System.Drawing.Point(0, 120);
     conditionNameLb_.Name      = "conditionNameLb_";
     conditionNameLb_.Size      = new System.Drawing.Size(128, 23);
     conditionNameLb_.TabIndex  = 10;
     conditionNameLb_.Text      = "Condition Name";
     conditionNameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ConditionNameTB
     //
     conditionNameTb_.Location = new System.Drawing.Point(132, 120);
     conditionNameTb_.Name     = "conditionNameTb_";
     conditionNameTb_.ReadOnly = true;
     conditionNameTb_.Size     = new System.Drawing.Size(212, 20);
     conditionNameTb_.TabIndex = 11;
     conditionNameTb_.Text     = "";
     //
     // EventCategoryLB
     //
     eventCategoryLb_.Location  = new System.Drawing.Point(0, 96);
     eventCategoryLb_.Name      = "eventCategoryLb_";
     eventCategoryLb_.Size      = new System.Drawing.Size(128, 23);
     eventCategoryLb_.TabIndex  = 8;
     eventCategoryLb_.Text      = "Event Category";
     eventCategoryLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EventCategoryTB
     //
     eventCategoryTb_.Location = new System.Drawing.Point(132, 96);
     eventCategoryTb_.Name     = "eventCategoryTb_";
     eventCategoryTb_.ReadOnly = true;
     eventCategoryTb_.Size     = new System.Drawing.Size(212, 20);
     eventCategoryTb_.TabIndex = 9;
     eventCategoryTb_.Text     = "";
     //
     // EventTypeLB
     //
     eventTypeLb_.Location  = new System.Drawing.Point(0, 72);
     eventTypeLb_.Name      = "eventTypeLb_";
     eventTypeLb_.Size      = new System.Drawing.Size(128, 23);
     eventTypeLb_.TabIndex  = 6;
     eventTypeLb_.Text      = "Event Type";
     eventTypeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EventTypeTB
     //
     eventTypeTb_.Location = new System.Drawing.Point(132, 72);
     eventTypeTb_.Name     = "eventTypeTb_";
     eventTypeTb_.ReadOnly = true;
     eventTypeTb_.Size     = new System.Drawing.Size(212, 20);
     eventTypeTb_.TabIndex = 7;
     eventTypeTb_.Text     = "";
     //
     // TimeTB
     //
     timeTb_.Location = new System.Drawing.Point(132, 24);
     timeTb_.Name     = "timeTb_";
     timeTb_.ReadOnly = true;
     timeTb_.Size     = new System.Drawing.Size(132, 20);
     timeTb_.TabIndex = 3;
     timeTb_.Text     = "";
     //
     // TimeLB
     //
     timeLb_.Location  = new System.Drawing.Point(0, 24);
     timeLb_.Name      = "timeLb_";
     timeLb_.Size      = new System.Drawing.Size(128, 23);
     timeLb_.TabIndex  = 2;
     timeLb_.Text      = "Time";
     timeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ActorTB
     //
     actorTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     actorTb_.Location = new System.Drawing.Point(132, 264);
     actorTb_.Name     = "actorTb_";
     actorTb_.ReadOnly = true;
     actorTb_.Size     = new System.Drawing.Size(404, 20);
     actorTb_.TabIndex = 23;
     actorTb_.Text     = "";
     //
     // MessageTB
     //
     messageTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     messageTb_.Location = new System.Drawing.Point(132, 48);
     messageTb_.Name     = "messageTb_";
     messageTb_.ReadOnly = true;
     messageTb_.Size     = new System.Drawing.Size(404, 20);
     messageTb_.TabIndex = 5;
     messageTb_.Text     = "";
     //
     // AckRequiredTB
     //
     ackRequiredTb_.Location = new System.Drawing.Point(132, 192);
     ackRequiredTb_.Name     = "ackRequiredTb_";
     ackRequiredTb_.ReadOnly = true;
     ackRequiredTb_.Size     = new System.Drawing.Size(132, 20);
     ackRequiredTb_.TabIndex = 17;
     ackRequiredTb_.Text     = "";
     //
     // ActorLB
     //
     actorLb_.Location  = new System.Drawing.Point(0, 264);
     actorLb_.Name      = "actorLb_";
     actorLb_.Size      = new System.Drawing.Size(128, 23);
     actorLb_.TabIndex  = 22;
     actorLb_.Text      = "Actor ID";
     actorLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SourceLB
     //
     sourceLb_.Location  = new System.Drawing.Point(0, 0);
     sourceLb_.Name      = "sourceLb_";
     sourceLb_.Size      = new System.Drawing.Size(128, 23);
     sourceLb_.TabIndex  = 0;
     sourceLb_.Text      = "Source";
     sourceLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AckRequiredLB
     //
     ackRequiredLb_.Location  = new System.Drawing.Point(0, 192);
     ackRequiredLb_.Name      = "ackRequiredLb_";
     ackRequiredLb_.Size      = new System.Drawing.Size(128, 23);
     ackRequiredLb_.TabIndex  = 16;
     ackRequiredLb_.Text      = "Ack Requried";
     ackRequiredLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MessageLB
     //
     messageLb_.Location  = new System.Drawing.Point(0, 48);
     messageLb_.Name      = "messageLb_";
     messageLb_.Size      = new System.Drawing.Size(128, 23);
     messageLb_.TabIndex  = 4;
     messageLb_.Text      = "Message";
     messageLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SourceTB
     //
     sourceTb_.Location = new System.Drawing.Point(132, 0);
     sourceTb_.Name     = "sourceTb_";
     sourceTb_.ReadOnly = true;
     sourceTb_.Size     = new System.Drawing.Size(212, 20);
     sourceTb_.TabIndex = 1;
     sourceTb_.Text     = "";
     //
     // NotificationCtrl
     //
     Controls.Add(attributesGb_);
     Controls.Add(generalGb_);
     Name = "NotificationCtrl";
     Size = new System.Drawing.Size(544, 468);
     attributesGb_.ResumeLayout(false);
     generalGb_.ResumeLayout(false);
     ResumeLayout(false);
 }