示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenRegistryMonitorMainForm));
     this.comboBoxRegistryHives = new Janus.Windows.EditControls.UIComboBox();
     this.textRegistryKey       = new System.Windows.Forms.TextBox();
     this.buttonStart           = new Janus.Windows.EditControls.UIButton();
     this.buttonStop            = new Janus.Windows.EditControls.UIButton();
     this.listBox1   = new System.Windows.Forms.ListBox();
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.panel1     = new System.Windows.Forms.Panel();
     this.uiTab1     = new Janus.Windows.UI.Tab.UITab();
     this.uiTabPage1 = new Janus.Windows.UI.Tab.UITabPage();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).BeginInit();
     this.uiTab1.SuspendLayout();
     this.uiTabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBoxRegistryHives
     //
     this.comboBoxRegistryHives.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.comboBoxRegistryHives.Location   = new System.Drawing.Point(100, 28);
     this.comboBoxRegistryHives.Name       = "comboBoxRegistryHives";
     this.comboBoxRegistryHives.Size       = new System.Drawing.Size(208, 20);
     this.comboBoxRegistryHives.TabIndex   = 1;
     //
     // textRegistryKey
     //
     this.textRegistryKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.textRegistryKey.Location = new System.Drawing.Point(100, 60);
     this.textRegistryKey.Name     = "textRegistryKey";
     this.textRegistryKey.Size     = new System.Drawing.Size(618, 20);
     this.textRegistryKey.TabIndex = 3;
     //
     // buttonStart
     //
     this.buttonStart.Location = new System.Drawing.Point(20, 100);
     this.buttonStart.Name     = "buttonStart";
     this.buttonStart.Size     = new System.Drawing.Size(75, 23);
     this.buttonStart.TabIndex = 4;
     this.buttonStart.Text     = "Start";
     this.buttonStart.Click   += new System.EventHandler(this.OnButtonStartClick);
     //
     // buttonStop
     //
     this.buttonStop.Enabled  = false;
     this.buttonStop.Location = new System.Drawing.Point(108, 100);
     this.buttonStop.Name     = "buttonStop";
     this.buttonStop.Size     = new System.Drawing.Size(75, 23);
     this.buttonStop.TabIndex = 5;
     this.buttonStop.Text     = "Stop";
     this.buttonStop.Click   += new System.EventHandler(this.OnButtonStopClick);
     //
     // listBox1
     //
     this.listBox1.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.listBox1.IntegralHeight = false;
     this.listBox1.Location       = new System.Drawing.Point(17, 141);
     this.listBox1.Name           = "listBox1";
     this.listBox1.Size           = new System.Drawing.Size(701, 404);
     this.listBox1.TabIndex       = 6;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(232)))), ((int)(((byte)(247)))));
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(20, 60);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Registry key:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(232)))), ((int)(((byte)(247)))));
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(20, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 21);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Registry hive:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.uiTab1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(736, 567);
     this.panel1.TabIndex = 7;
     //
     // uiTab1
     //
     this.uiTab1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.uiTab1.Location = new System.Drawing.Point(0, 0);
     this.uiTab1.Name     = "uiTab1";
     this.uiTab1.ShowTabs = false;
     this.uiTab1.Size     = new System.Drawing.Size(736, 567);
     this.uiTab1.TabIndex = 7;
     this.uiTab1.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
         this.uiTabPage1
     });
     this.uiTab1.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2007;
     //
     // uiTabPage1
     //
     this.uiTabPage1.Controls.Add(this.listBox1);
     this.uiTabPage1.Controls.Add(this.buttonStop);
     this.uiTabPage1.Controls.Add(this.label1);
     this.uiTabPage1.Controls.Add(this.textRegistryKey);
     this.uiTabPage1.Controls.Add(this.comboBoxRegistryHives);
     this.uiTabPage1.Controls.Add(this.label2);
     this.uiTabPage1.Controls.Add(this.buttonStart);
     this.uiTabPage1.Location = new System.Drawing.Point(1, 1);
     this.uiTabPage1.Name     = "uiTabPage1";
     this.uiTabPage1.Size     = new System.Drawing.Size(734, 565);
     this.uiTabPage1.TabStop  = true;
     this.uiTabPage1.Text     = "New Tab";
     //
     // NuGenRegistryMonitorMainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(736, 567);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.Name          = "NuGenRegistryMonitorMainForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "Registry Monitor";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).EndInit();
     this.uiTab1.ResumeLayout(false);
     this.uiTabPage1.ResumeLayout(false);
     this.uiTabPage1.PerformLayout();
     this.ResumeLayout(false);
 }
//
//    #region Net Performance
//
//    void NetPerformanceInit()
//    {
//      PerfNet= new perfo();
//    }
//    void NetPerfoResultCB(string rx, string tx, string total)
//    {
//      statusBar1.Panels[1].Text = tx + " TX";
//      statusBar1.Panels[2].Text = rx + " RX";
//      textBoxNetRx.Text  =  rx ;
//      textBoxNetTx.Text  =  tx ;
//    }
//
//    private string SelectNetCard()
//    {
//      NetDevice n = new NetDevice(ref PerfNet);
//      n.ShowDialog();
//      if(n.DialogResult == DialogResult.OK)
//      {
//        return n.comboBox1.Text;
//      }
//      return null;
//    }
//
//    private void button4_Click(object sender, System.EventArgs e)
//    {
//      if(!PerfNet.IsRunning)
//      {
//        NetPerfoResult p = new NetPerfoResult(NetPerfoResultCB);
//        PerfNet.SetPerfoCallback(p);
//        string Card = SelectNetCard();
//        if(Card != null)
//        {
//          PerfNet.NetDevice = Card;
//          PerfNet.Start();
//          button4.BackColor = Color.Red;
//          button4.Text = "STOP";
//        }
//      }
//      else
//      {
//        button4.Text = "START";
//        button4.BackColor = Color.PaleGreen;
//        PerfNet.Stop();
//        statusBar1.Panels[1].Text = "0";
//        statusBar1.Panels[2].Text = "0";
//        textBoxNetRx.Text  =  "0";
//        textBoxNetTx.Text  =  "0";
//      }
//    }
//    #endregion

//    #region Mini Terminal
//
//    private void MiniTermInit()
//    {
//      UpdateRxString pCB = new UpdateRxString(UpdateMiniTermRxWindow);
//      MiniT = new miniterminal(pCB);
//    
//    }
//    private void UpdateMiniTermRxWindow(string str)
//    {
//      textBoxRx.AppendText(str);
//    }
//
//
//    private void buttonComOpen_Click(object sender, System.EventArgs e)
//    {
//      if( buttonComOpen.Text.Equals("Close"))
//      {
//        MiniT.Close();
//        buttonComOpen.Text="Open";
//        textBoxTx.Enabled=false;
//        return;
//      }
//      MiniT.ComSettings.port     = comboBoxPort.Text;
//      MiniT.ComSettings.baudRate = int.Parse(comboBoxBaud.Text); 
//      if (!MiniT.Open())
//      {
//        MessageBox.Show("Port kann nicht geöffnet werden !", "Terminal", MessageBoxButtons.OK);
//      }
//      buttonComOpen.Text="Close";
//      textBoxTx.Enabled=true;
//    }
//
//    private void textBoxTx_TextChanged(object sender, System.EventArgs e)
//    {
//      string act = textBoxTx.Text;
//      string tmp = act.Substring(act.Length-1,1);
//
//      Encoding enc = Encoding.ASCII;
//      byte []  ch = new Byte[1];
//      ch  =  enc.GetBytes(tmp);
//
//      MiniT.SendByte(ch[0]);
//    }
//
//    private void checkBoxHex_CheckedChanged(object sender, System.EventArgs e)
//    {
//      MiniT.ShowRxHexValues = checkBoxHex.Checked; 
//    }
//
//    private void textBoxCR_TextChanged(object sender, System.EventArgs e)
//    {
//      if (textBoxCR.Text.Length > 2 || textBoxCR.Text == "")
//      {
//        textBoxCR.Text="";
//        return;
//      }
//      
//      try
//      {
//        // Convert hex string to unsigned integer
//        MiniT.SetCrHexValue = System.Convert.ToUInt32(textBoxCR.Text, 16);
//      }
//      catch (Exception exception) 
//      {
//        MiniT.SetCrHexValue=0xFFFF;
//        return;
//      }
//    }
//    #endregion

    #region misc
//    private void button3_Click(object sender, System.EventArgs e)
//    {
//      Form2 fEnv = new Form2();
//      string s="";
//      IDictionary d =  Environment.GetEnvironmentVariables();
//      foreach (DictionaryEntry de in d)
//      {
//        s += de.Key + " --- " + de.Value +"\r\n";
//      }
//      s +=  "Os Version "  + "   ---   " + Environment.OSVersion.ToString()  + "\r\n";
//      s +=  "CLR Version " + "   ---   " + Environment.Version.ToString()    + "\r\n";
//      s +=  "Res. Mem "    + "   ---   " + Environment.WorkingSet.ToString() + "\r\n";
//      
//      fEnv.WriteTextFeld(s);
//      fEnv.Show();
//    }

   

   
    /*
      private void button9_Click(object sender, System.EventArgs e)
      {
        monitor m = new monitor();

        textBoxTest.Lines = m.GetWmiOs();

        textBoxTest.Text += "--- CPU ---"         + "\r\n";
        textBoxTest.Text += m.DatCpu.Name         + "\r\n";
        textBoxTest.Text += m.DatCpu.Description  + "\r\n";;
        textBoxTest.Text += m.DatCpu.SpeedCurrent + "\r\n";;
        textBoxTest.Text += m.DatCpu.SpeedMax     + "\r\n";;

        textBoxTest.Text += "--- Manufactor ---"    + "\r\n";
        textBoxTest.Text += m.DatNetCard.Manufactor + "\r\n";
        textBoxTest.Text += m.DatNetCard.Type       + "\r\n";
        textBoxTest.Text += m.DatNetCard.MacAdress  + "\r\n";

        textBoxTest.Text += "--- OS ---"    + "\r\n";
        textBoxTest.Text += m.DatOs.Name    + "\r\n";
        textBoxTest.Text += m.DatOs.Version + "\r\n";
      }
      */
    #endregion

    #region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
        this.components = new System.ComponentModel.Container();
        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenPathWatcherMainForm));
        this.timer1 = new System.Windows.Forms.Timer(this.components);
        this.label8 = new System.Windows.Forms.Label();
        this.comboBoxFwatchDrive = new Janus.Windows.EditControls.UIComboBox();
        this.listBoxFiles = new System.Windows.Forms.ListBox();
        this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
        this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
        this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
        this.uIButton1 = new Janus.Windows.EditControls.UIButton();
        this.uICheckBox1 = new Janus.Windows.EditControls.UICheckBox();
        this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
        this.uiTab1 = new Janus.Windows.UI.Tab.UITab();
        this.uiTabPage1 = new Janus.Windows.UI.Tab.UITabPage();
        this.uiCommandManager1 = new Janus.Windows.UI.CommandBars.UICommandManager(this.components);
        this.BottomRebar1 = new Janus.Windows.UI.CommandBars.UIRebar();
        this.uiCommandBar1 = new Janus.Windows.UI.CommandBars.UICommandBar();
        this.Command01 = new Janus.Windows.UI.CommandBars.UICommand("Command0");
        this.Command11 = new Janus.Windows.UI.CommandBars.UICommand("Command1");
        this.Command21 = new Janus.Windows.UI.CommandBars.UICommand("Command2");
        this.Command31 = new Janus.Windows.UI.CommandBars.UICommand("Command3");
        this.Command51 = new Janus.Windows.UI.CommandBars.UICommand("Command5");
        this.imageList1 = new System.Windows.Forms.ImageList(this.components);
        this.Command0 = new Janus.Windows.UI.CommandBars.UICommand("Command0");
        this.Command1 = new Janus.Windows.UI.CommandBars.UICommand("Command1");
        this.Command2 = new Janus.Windows.UI.CommandBars.UICommand("Command2");
        this.Command3 = new Janus.Windows.UI.CommandBars.UICommand("Command3");
        this.Command41 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command42 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command43 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command44 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command45 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command46 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command47 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command48 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command49 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command410 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.Command4 = new Janus.Windows.UI.CommandBars.UICommand("Command4");
        this.toolStripDropDownButton1 = new Janus.Windows.UI.CommandBars.UICommand("Command5");
        this.LeftRebar1 = new Janus.Windows.UI.CommandBars.UIRebar();
        this.RightRebar1 = new Janus.Windows.UI.CommandBars.UIRebar();
        this.TopRebar1 = new Janus.Windows.UI.CommandBars.UIRebar();
        ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).BeginInit();
        this.uiTab1.SuspendLayout();
        this.uiTabPage1.SuspendLayout();
        ((System.ComponentModel.ISupportInitialize)(this.uiCommandManager1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.BottomRebar1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.uiCommandBar1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.LeftRebar1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.RightRebar1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.TopRebar1)).BeginInit();
        this.TopRebar1.SuspendLayout();
        this.SuspendLayout();
        // 
        // timer1
        // 
        this.timer1.Enabled = true;
        this.timer1.Interval = 1000;
        // 
        // label8
        // 
        this.label8.BackColor = System.Drawing.Color.Transparent;
        this.label8.Location = new System.Drawing.Point(116, 5);
        this.label8.Name = "label8";
        this.label8.Size = new System.Drawing.Size(37, 21);
        this.label8.TabIndex = 6;
        this.label8.Text = "Path:";
        this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
        // 
        // comboBoxFwatchDrive
        // 
        this.comboBoxFwatchDrive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                    | System.Windows.Forms.AnchorStyles.Right)));
        this.comboBoxFwatchDrive.BackColor = System.Drawing.Color.White;
        this.comboBoxFwatchDrive.Location = new System.Drawing.Point(159, 6);
        this.comboBoxFwatchDrive.Name = "comboBoxFwatchDrive";
        this.comboBoxFwatchDrive.Size = new System.Drawing.Size(210, 20);
        this.comboBoxFwatchDrive.TabIndex = 5;
        this.comboBoxFwatchDrive.Text = "C:\\";
        this.comboBoxFwatchDrive.Enter += new System.EventHandler(this.comboBoxFwatchDrive_Enter);
        this.comboBoxFwatchDrive.SelectedIndexChanged += new System.EventHandler(this.comboBoxFwatchDrive_SelectedIndexChanged);
        // 
        // listBoxFiles
        // 
        this.listBoxFiles.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.listBoxFiles.BackColor = System.Drawing.Color.White;
        this.listBoxFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
        this.listBoxFiles.HorizontalScrollbar = true;
        this.listBoxFiles.Location = new System.Drawing.Point(11, 43);
        this.listBoxFiles.Name = "listBoxFiles";
        this.listBoxFiles.Size = new System.Drawing.Size(405, 234);
        this.listBoxFiles.TabIndex = 3;
        // 
        // saveFileDialog1
        // 
        this.saveFileDialog1.OverwritePrompt = false;
        this.saveFileDialog1.Title = "Choose a File ...";
        // 
        // uIButton1
        // 
        this.uIButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
        this.uIButton1.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.Ellipsis;
        this.uIButton1.Location = new System.Drawing.Point(381, 5);
        this.uIButton1.Name = "uIButton1";
        this.uIButton1.Size = new System.Drawing.Size(41, 21);
        this.uIButton1.TabIndex = 11;
        this.uIButton1.UseThemes = false;
        this.uIButton1.VisualStyle = Janus.Windows.UI.VisualStyle.VS2005;
        this.uIButton1.Click += new System.EventHandler(this.uIButton1_Click_1);
        // 
        // uICheckBox1
        // 
        this.uICheckBox1.BackColor = System.Drawing.Color.Transparent;
        this.uICheckBox1.Location = new System.Drawing.Point(7, 6);
        this.uICheckBox1.Name = "uICheckBox1";
        this.uICheckBox1.Size = new System.Drawing.Size(103, 20);
        this.uICheckBox1.TabIndex = 10;
        this.uICheckBox1.Text = "Always On Top";
        this.uICheckBox1.UseThemes = false;
        this.uICheckBox1.VisualStyle = Janus.Windows.UI.VisualStyle.VS2005;
        this.uICheckBox1.CheckedChanged += new System.EventHandler(this.uICheckBox1_CheckedChanged);
        // 
        // uiTab1
        // 
        this.uiTab1.BackColor = System.Drawing.Color.Transparent;
        this.uiTab1.Dock = System.Windows.Forms.DockStyle.Fill;
        this.uiTab1.Location = new System.Drawing.Point(0, 28);
        this.uiTab1.Name = "uiTab1";
        this.uiTab1.ShowTabs = false;
        this.uiTab1.Size = new System.Drawing.Size(427, 296);
        this.uiTab1.TabDisplay = Janus.Windows.UI.Tab.TabDisplay.Text;
        this.uiTab1.TabIndex = 12;
        this.uiTab1.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
            this.uiTabPage1});
        this.uiTab1.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2007;
        // 
        // uiTabPage1
        // 
        this.uiTabPage1.Controls.Add(this.listBoxFiles);
        this.uiTabPage1.Controls.Add(this.uIButton1);
        this.uiTabPage1.Controls.Add(this.uICheckBox1);
        this.uiTabPage1.Controls.Add(this.comboBoxFwatchDrive);
        this.uiTabPage1.Controls.Add(this.label8);
        this.uiTabPage1.Location = new System.Drawing.Point(1, 1);
        this.uiTabPage1.Name = "uiTabPage1";
        this.uiTabPage1.Size = new System.Drawing.Size(425, 294);
        this.uiTabPage1.TabStop = true;
        this.uiTabPage1.Text = "New Tab";
        // 
        // uiCommandManager1
        // 
        this.uiCommandManager1.BottomRebar = this.BottomRebar1;
        this.uiCommandManager1.CommandBars.AddRange(new Janus.Windows.UI.CommandBars.UICommandBar[] {
            this.uiCommandBar1});
        this.uiCommandManager1.Commands.AddRange(new Janus.Windows.UI.CommandBars.UICommand[] {
            this.Command0,
            this.Command1,
            this.Command2,
            this.Command3,
            this.Command4,
            this.toolStripDropDownButton1});
        this.uiCommandManager1.ContainerControl = this;
        this.uiCommandManager1.Id = new System.Guid("c2663708-0a3b-4d29-8fdd-f47b1751c5cd");
        this.uiCommandManager1.LeftRebar = this.LeftRebar1;
        this.uiCommandManager1.RightRebar = this.RightRebar1;
        this.uiCommandManager1.TopRebar = this.TopRebar1;
        this.uiCommandManager1.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
        // 
        // BottomRebar1
        // 
        this.BottomRebar1.CommandManager = this.uiCommandManager1;
        this.BottomRebar1.Dock = System.Windows.Forms.DockStyle.Bottom;
        this.BottomRebar1.Location = new System.Drawing.Point(0, 324);
        this.BottomRebar1.Name = "BottomRebar1";
        this.BottomRebar1.Size = new System.Drawing.Size(427, 0);
        // 
        // uiCommandBar1
        // 
        this.uiCommandBar1.AllowClose = Janus.Windows.UI.InheritableBoolean.False;
        this.uiCommandBar1.AllowCustomize = Janus.Windows.UI.InheritableBoolean.False;
        this.uiCommandBar1.CommandManager = this.uiCommandManager1;
        this.uiCommandBar1.Commands.AddRange(new Janus.Windows.UI.CommandBars.UICommand[] {
            this.Command01,
            this.Command11,
            this.Command21,
            this.Command31,
            this.Command51});
        this.uiCommandBar1.FullRow = true;
        this.uiCommandBar1.ImageList = this.imageList1;
        this.uiCommandBar1.Key = "CommandBar1";
        this.uiCommandBar1.Location = new System.Drawing.Point(0, 0);
        this.uiCommandBar1.Name = "uiCommandBar1";
        this.uiCommandBar1.RowIndex = 0;
        this.uiCommandBar1.ShowAddRemoveButton = Janus.Windows.UI.InheritableBoolean.False;
        this.uiCommandBar1.ShowCustomizeButton = Janus.Windows.UI.InheritableBoolean.False;
        this.uiCommandBar1.ShowToolTips = Janus.Windows.UI.InheritableBoolean.False;
        this.uiCommandBar1.Size = new System.Drawing.Size(427, 28);
        this.uiCommandBar1.Text = "CommandBar1";
        this.uiCommandBar1.CommandClick += new Janus.Windows.UI.CommandBars.CommandEventHandler(this.uiCommandBar1_CommandClick);
        // 
        // Command01
        // 
        this.Command01.ImageIndex = 0;
        this.Command01.Key = "Command0";
        this.Command01.Name = "Command01";
        // 
        // Command11
        // 
        this.Command11.ImageIndex = 1;
        this.Command11.Key = "Command1";
        this.Command11.Name = "Command11";
        // 
        // Command21
        // 
        this.Command21.ImageIndex = 2;
        this.Command21.Key = "Command2";
        this.Command21.Name = "Command21";
        // 
        // Command31
        // 
        this.Command31.Key = "Command3";
        this.Command31.Name = "Command31";
        this.Command31.ShowTextInContainers = Janus.Windows.UI.InheritableBoolean.True;
        // 
        // Command51
        // 
        this.Command51.Key = "Command5";
        this.Command51.Name = "Command51";
        // 
        // imageList1
        // 
        this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
        this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
        this.imageList1.Images.SetKeyName(0, "NavigateForward.png");
        this.imageList1.Images.SetKeyName(1, "NoAccess.png");
        this.imageList1.Images.SetKeyName(2, "Delete.png");
        // 
        // Command0
        // 
        this.Command0.Key = "Command0";
        this.Command0.Name = "Command0";
        this.Command0.Text = "Start";
        // 
        // Command1
        // 
        this.Command1.Key = "Command1";
        this.Command1.Name = "Command1";
        this.Command1.Text = "Stop";
        // 
        // Command2
        // 
        this.Command2.Key = "Command2";
        this.Command2.Name = "Command2";
        this.Command2.Text = "Clear Files";
        // 
        // Command3
        // 
        this.Command3.Commands.AddRange(new Janus.Windows.UI.CommandBars.UICommand[] {
            this.Command41,
            this.Command42,
            this.Command43,
            this.Command44,
            this.Command45,
            this.Command46,
            this.Command47,
            this.Command48,
            this.Command49,
            this.Command410});
        this.Command3.IsEditableControl = Janus.Windows.UI.InheritableBoolean.True;
        this.Command3.Key = "Command3";
        this.Command3.Name = "Command3";
        this.Command3.Text = "Opacity";
        // 
        // Command41
        // 
        this.Command41.Key = "Command4";
        this.Command41.Name = "Command41";
        // 
        // Command42
        // 
        this.Command42.Key = "Command4";
        this.Command42.Name = "Command42";
        this.Command42.Text = "20%";
        // 
        // Command43
        // 
        this.Command43.Key = "Command4";
        this.Command43.Name = "Command43";
        this.Command43.Text = "30%";
        // 
        // Command44
        // 
        this.Command44.Key = "Command4";
        this.Command44.Name = "Command44";
        this.Command44.Text = "40%";
        // 
        // Command45
        // 
        this.Command45.Key = "Command4";
        this.Command45.Name = "Command45";
        this.Command45.Text = "50%";
        // 
        // Command46
        // 
        this.Command46.Key = "Command4";
        this.Command46.Name = "Command46";
        this.Command46.Text = "60%";
        // 
        // Command47
        // 
        this.Command47.Key = "Command4";
        this.Command47.Name = "Command47";
        this.Command47.Text = "70%";
        // 
        // Command48
        // 
        this.Command48.Key = "Command4";
        this.Command48.Name = "Command48";
        this.Command48.Text = "80%";
        // 
        // Command49
        // 
        this.Command49.Key = "Command4";
        this.Command49.Name = "Command49";
        this.Command49.Text = "90%";
        // 
        // Command410
        // 
        this.Command410.Key = "Command4";
        this.Command410.Name = "Command410";
        this.Command410.Text = "100%";
        // 
        // Command4
        // 
        this.Command4.Key = "Command4";
        this.Command4.Name = "Command4";
        this.Command4.Text = "10%";
        // 
        // toolStripDropDownButton1
        // 
        this.toolStripDropDownButton1.CommandType = Janus.Windows.UI.CommandBars.CommandType.Label;
        this.toolStripDropDownButton1.Enabled = Janus.Windows.UI.InheritableBoolean.False;
        this.toolStripDropDownButton1.Key = "Command5";
        this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
        this.toolStripDropDownButton1.Text = "Ready";
        // 
        // LeftRebar1
        // 
        this.LeftRebar1.CommandManager = this.uiCommandManager1;
        this.LeftRebar1.Dock = System.Windows.Forms.DockStyle.Left;
        this.LeftRebar1.Location = new System.Drawing.Point(0, 28);
        this.LeftRebar1.Name = "LeftRebar1";
        this.LeftRebar1.Size = new System.Drawing.Size(0, 296);
        // 
        // RightRebar1
        // 
        this.RightRebar1.CommandManager = this.uiCommandManager1;
        this.RightRebar1.Dock = System.Windows.Forms.DockStyle.Right;
        this.RightRebar1.Location = new System.Drawing.Point(427, 28);
        this.RightRebar1.Name = "RightRebar1";
        this.RightRebar1.Size = new System.Drawing.Size(0, 296);
        // 
        // TopRebar1
        // 
        this.TopRebar1.CommandBars.AddRange(new Janus.Windows.UI.CommandBars.UICommandBar[] {
            this.uiCommandBar1});
        this.TopRebar1.CommandManager = this.uiCommandManager1;
        this.TopRebar1.Controls.Add(this.uiCommandBar1);
        this.TopRebar1.Dock = System.Windows.Forms.DockStyle.Top;
        this.TopRebar1.Location = new System.Drawing.Point(0, 0);
        this.TopRebar1.Name = "TopRebar1";
        this.TopRebar1.Size = new System.Drawing.Size(427, 28);
        // 
        // NuGenPathWatcherMainForm
        // 
        this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
        this.ClientSize = new System.Drawing.Size(427, 324);
        this.Controls.Add(this.uiTab1);
        this.Controls.Add(this.TopRebar1);
        this.Cursor = System.Windows.Forms.Cursors.Default;
        this.DoubleBuffered = true;
        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
        this.MaximizeBox = false;
        this.Name = "NuGenPathWatcherMainForm";
        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        this.Text = "Path Watcher";
        this.Load += new System.EventHandler(this.Form1_Load);
        ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).EndInit();
        this.uiTab1.ResumeLayout(false);
        this.uiTabPage1.ResumeLayout(false);
        ((System.ComponentModel.ISupportInitialize)(this.uiCommandManager1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.BottomRebar1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.uiCommandBar1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.LeftRebar1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.RightRebar1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.TopRebar1)).EndInit();
        this.TopRebar1.ResumeLayout(false);
        this.ResumeLayout(false);

	}
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Janus.Windows.GridEX.GridEXLayout gridEXLayout1 = new Janus.Windows.GridEX.GridEXLayout();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdenCompraBrowserForm));
            PureComponents.NicePanel.ContainerImage containerImage1 = new PureComponents.NicePanel.ContainerImage();
            PureComponents.NicePanel.HeaderImage headerImage1 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.HeaderImage headerImage2 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.PanelStyle panelStyle1 = new PureComponents.NicePanel.PanelStyle();
            PureComponents.NicePanel.ContainerStyle containerStyle1 = new PureComponents.NicePanel.ContainerStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle1 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle2 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.ContainerImage containerImage2 = new PureComponents.NicePanel.ContainerImage();
            PureComponents.NicePanel.HeaderImage headerImage3 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.HeaderImage headerImage4 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.PanelStyle panelStyle2 = new PureComponents.NicePanel.PanelStyle();
            PureComponents.NicePanel.ContainerStyle containerStyle2 = new PureComponents.NicePanel.ContainerStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle3 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle4 = new PureComponents.NicePanel.PanelHeaderStyle();
            this.BotonesUiPanelManager = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
            this.BrowserPanel = new System.Windows.Forms.Panel();
            this.BrowserGridsPanel = new System.Windows.Forms.Panel();
            this.BrowserGridPanel = new System.Windows.Forms.Panel();
            this.BrowserGridEX = new Janus.Windows.GridEX.GridEX();
            this.HerramientasUiPanel = new Janus.Windows.UI.Dock.UIPanel();
            this.HerramientasUiPanelContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
            this.CambioEstadoUiButton = new Janus.Windows.EditControls.UIButton();
            this.ModificacionUiButton = new Janus.Windows.EditControls.UIButton();
            this.ConsultaUiButton = new Janus.Windows.EditControls.UIButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.MinimizarUiButton = new Janus.Windows.EditControls.UIButton();
            this.MaximizarUiButton = new Janus.Windows.EditControls.UIButton();
            this.SalirUiButton = new Janus.Windows.EditControls.UIButton();
            this.AnulacionUiButton = new Janus.Windows.EditControls.UIButton();
            this.IngrADepUiButton = new Janus.Windows.EditControls.UIButton();
            this.InspRenarUiButton = new Janus.Windows.EditControls.UIButton();
            this.RegDespUiButton = new Janus.Windows.EditControls.UIButton();
            this.RecepDocsUiButton = new Janus.Windows.EditControls.UIButton();
            this.IngInfoEmbUiButton = new Janus.Windows.EditControls.UIButton();
            this.EnviarAUiButton = new Janus.Windows.EditControls.UIButton();
            this.AltaUiButton = new Janus.Windows.EditControls.UIButton();
            this.BrowserUiTab = new Janus.Windows.UI.Tab.UITab();
            this.TabBrowserUiTabPage = new Janus.Windows.UI.Tab.UITabPage();
            this.TabFiltroUiTabPage = new Janus.Windows.UI.Tab.UITabPage();
            this.FiltroPanel = new System.Windows.Forms.Panel();
            this.EjecutarSeleccionUiButton = new Janus.Windows.EditControls.UIButton();
            this.CancelarUiButton = new Janus.Windows.EditControls.UIButton();
            this.nicePanel3 = new PureComponents.NicePanel.NicePanel();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.FechaHstCalendarCombo = new Janus.Windows.CalendarCombo.CalendarCombo();
            this.FechaDsdCalendarCombo = new Janus.Windows.CalendarCombo.CalendarCombo();
            this.FechaLabel = new System.Windows.Forms.Label();
            this.nicePanel2 = new PureComponents.NicePanel.NicePanel();
            this.EstadoUiCheckBox = new Janus.Windows.EditControls.UICheckBox();
            this.EstadoTreeView = new System.Windows.Forms.TreeView();
            this.panel4 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiCommandManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiContextMenu)).BeginInit();
            this.FondoNicePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BotonesUiPanelManager)).BeginInit();
            this.BrowserPanel.SuspendLayout();
            this.BrowserGridsPanel.SuspendLayout();
            this.BrowserGridPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BrowserGridEX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HerramientasUiPanel)).BeginInit();
            this.HerramientasUiPanel.SuspendLayout();
            this.HerramientasUiPanelContainer.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BrowserUiTab)).BeginInit();
            this.BrowserUiTab.SuspendLayout();
            this.TabBrowserUiTabPage.SuspendLayout();
            this.TabFiltroUiTabPage.SuspendLayout();
            this.FiltroPanel.SuspendLayout();
            this.nicePanel3.SuspendLayout();
            this.nicePanel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // EnviarAUiCommandManager
            // 
            this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EnviarAUiCommandManager.UseThemes = false;
            this.EnviarAUiCommandManager.CommandClick += new Janus.Windows.UI.CommandBars.CommandEventHandler(this.EnviarAUiCommandManager_CommandClick);
            // 
            // EnviarAUiContextMenu
            // 
            this.EnviarAUiContextMenu.UseThemes = Janus.Windows.UI.InheritableBoolean.False;
            this.EnviarAUiContextMenu.VisualStyle = Janus.Windows.UI.VisualStyle.Standard;
            // 
            // FondoNicePanel
            // 
            this.FondoNicePanel.Controls.Add(this.panel4);
            this.FondoNicePanel.Size = new System.Drawing.Size(958, 503);
            // 
            // BotonesUiPanelManager
            // 
            this.BotonesUiPanelManager.AllowPanelDrag = false;
            this.BotonesUiPanelManager.AllowPanelDrop = false;
            this.BotonesUiPanelManager.AllowPanelResize = false;
            this.BotonesUiPanelManager.BackColorAutoHideStrip = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.BackColorSplitter = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.ContainerControl = this.BrowserPanel;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.BackColor = System.Drawing.Color.Peru;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.BackColorGradient = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.ForeColor = System.Drawing.Color.Cornsilk;
            this.BotonesUiPanelManager.DefaultPanelSettings.BorderCaptionColor = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.BorderPanelColor = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.BackColor = System.Drawing.Color.Peru;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.BackColorGradient = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.ForeColor = System.Drawing.Color.Cornsilk;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionHeight = 25;
            this.BotonesUiPanelManager.DefaultPanelSettings.InnerContainerFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.DefaultPanelSettings.TextAlignment = Janus.Windows.UI.Dock.PanelTextAlignment.Center;
            this.BotonesUiPanelManager.PanelPadding.Bottom = 0;
            this.BotonesUiPanelManager.PanelPadding.Left = 0;
            this.BotonesUiPanelManager.PanelPadding.Right = 0;
            this.BotonesUiPanelManager.PanelPadding.Top = 0;
            this.BotonesUiPanelManager.SplitterSize = 1;
            this.BotonesUiPanelManager.UseThemes = false;
            this.HerramientasUiPanel.Id = new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136");
            this.BotonesUiPanelManager.Panels.Add(this.HerramientasUiPanel);
            // 
            // Design Time Panel Info:
            // 
            this.BotonesUiPanelManager.BeginPanelInfo();
            this.BotonesUiPanelManager.AddDockPanelInfo(new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(178, 436), true);
            this.BotonesUiPanelManager.AddFloatingPanelInfo(new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
            this.BotonesUiPanelManager.EndPanelInfo();
            // 
            // BrowserPanel
            // 
            this.BrowserPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserPanel.Controls.Add(this.BrowserGridsPanel);
            this.BrowserPanel.Controls.Add(this.HerramientasUiPanel);
            this.BrowserPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserPanel.Location = new System.Drawing.Point(0, 0);
            this.BrowserPanel.Name = "BrowserPanel";
            this.BrowserPanel.Padding = new System.Windows.Forms.Padding(5);
            this.BrowserPanel.Size = new System.Drawing.Size(946, 446);
            this.BrowserPanel.TabIndex = 5;
            // 
            // BrowserGridsPanel
            // 
            this.BrowserGridsPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridsPanel.Controls.Add(this.BrowserGridPanel);
            this.BrowserGridsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridsPanel.Location = new System.Drawing.Point(5, 5);
            this.BrowserGridsPanel.Name = "BrowserGridsPanel";
            this.BrowserGridsPanel.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
            this.BrowserGridsPanel.Size = new System.Drawing.Size(758, 436);
            this.BrowserGridsPanel.TabIndex = 6;
            // 
            // BrowserGridPanel
            // 
            this.BrowserGridPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridPanel.Controls.Add(this.BrowserGridEX);
            this.BrowserGridPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridPanel.Location = new System.Drawing.Point(0, 0);
            this.BrowserGridPanel.Name = "BrowserGridPanel";
            this.BrowserGridPanel.Size = new System.Drawing.Size(754, 436);
            this.BrowserGridPanel.TabIndex = 9;
            // 
            // BrowserGridEX
            // 
            this.BrowserGridEX.AllowColumnDrag = false;
            this.BrowserGridEX.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.BrowserGridEX.AlternatingColors = true;
            this.BrowserGridEX.AlternatingRowFormatStyle.BackColor = System.Drawing.Color.Cornsilk;
            this.BrowserGridEX.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.BackgroundImageDrawMode = Janus.Windows.GridEX.BackgroundImageDrawMode.None;
            this.BrowserGridEX.BlendColor = System.Drawing.Color.White;
            this.BrowserGridEX.ControlStyle.ControlColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.ControlStyle.ScrollBarColor = System.Drawing.Color.PeachPuff;
            gridEXLayout1.LayoutString = resources.GetString("gridEXLayout1.LayoutString");
            this.BrowserGridEX.DesignTimeLayout = gridEXLayout1;
            this.BrowserGridEX.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridEX.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.BrowserGridEX.FlatBorderColor = System.Drawing.Color.Brown;
            this.BrowserGridEX.FocusCellFormatStyle.BackColor = System.Drawing.Color.Gold;
            this.BrowserGridEX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.BrowserGridEX.FrozenColumns = 3;
            this.BrowserGridEX.GridLines = Janus.Windows.GridEX.GridLines.Vertical;
            this.BrowserGridEX.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.BrowserGridEX.GroupByBoxVisible = false;
            this.BrowserGridEX.HeaderFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.HeaderFormatStyle.BackColorGradient = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.HeaderFormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.BrowserGridEX.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.BrowserGridEX.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
            this.BrowserGridEX.Location = new System.Drawing.Point(0, 0);
            this.BrowserGridEX.Name = "BrowserGridEX";
            this.BrowserGridEX.RowFormatStyle.BackColor = System.Drawing.Color.White;
            this.BrowserGridEX.SelectedFormatStyle.BackColor = System.Drawing.Color.Gold;
            this.BrowserGridEX.SelectedFormatStyle.ForeColor = System.Drawing.Color.Empty;
            this.BrowserGridEX.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.LightSteelBlue;
            this.BrowserGridEX.SelectedInactiveFormatStyle.ForeColor = System.Drawing.Color.Empty;
            this.BrowserGridEX.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
            this.BrowserGridEX.Size = new System.Drawing.Size(754, 436);
            this.BrowserGridEX.TabIndex = 6;
            this.BrowserGridEX.ThemedAreas = Janus.Windows.GridEX.ThemedArea.None;
            this.BrowserGridEX.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            this.BrowserGridEX.SelectionChanged += new System.EventHandler(this.BrowserGridEX_SelectionChanged);
            // 
            // HerramientasUiPanel
            // 
            this.HerramientasUiPanel.AutoHideButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.HerramientasUiPanel.CaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.False;
            this.HerramientasUiPanel.CaptionFormatStyle.ForeColor = System.Drawing.Color.White;
            this.HerramientasUiPanel.CaptionHeight = 20;
            this.HerramientasUiPanel.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.HerramientasUiPanel.InnerContainer = this.HerramientasUiPanelContainer;
            this.HerramientasUiPanel.Location = new System.Drawing.Point(763, 5);
            this.HerramientasUiPanel.Name = "HerramientasUiPanel";
            this.HerramientasUiPanel.Size = new System.Drawing.Size(178, 436);
            this.HerramientasUiPanel.TabIndex = 4;
            this.HerramientasUiPanel.Text = "Herramientas";
            // 
            // HerramientasUiPanelContainer
            // 
            this.HerramientasUiPanelContainer.Controls.Add(this.CambioEstadoUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.ModificacionUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.ConsultaUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.panel1);
            this.HerramientasUiPanelContainer.Controls.Add(this.AnulacionUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.IngrADepUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.InspRenarUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.RegDespUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.RecepDocsUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.IngInfoEmbUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.EnviarAUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.AltaUiButton);
            this.HerramientasUiPanelContainer.ForeColor = System.Drawing.Color.Navy;
            this.HerramientasUiPanelContainer.Location = new System.Drawing.Point(2, 20);
            this.HerramientasUiPanelContainer.Name = "HerramientasUiPanelContainer";
            this.HerramientasUiPanelContainer.Size = new System.Drawing.Size(175, 415);
            this.HerramientasUiPanelContainer.TabIndex = 0;
            // 
            // CambioEstadoUiButton
            // 
            this.CambioEstadoUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.CambioEstadoUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.CambioEstadoUiButton.Enabled = false;
            this.CambioEstadoUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.CambioEstadoUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("CambioEstadoUiButton.Icon")));
            this.CambioEstadoUiButton.Location = new System.Drawing.Point(8, 210);
            this.CambioEstadoUiButton.Name = "CambioEstadoUiButton";
            this.CambioEstadoUiButton.ShowFocusRectangle = false;
            this.CambioEstadoUiButton.Size = new System.Drawing.Size(158, 25);
            this.CambioEstadoUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.CambioEstadoUiButton.TabIndex = 43;
            this.CambioEstadoUiButton.Tag = "";
            this.CambioEstadoUiButton.Text = "Cambio manual de Estado";
            this.CambioEstadoUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.CambioEstadoUiButton.UseThemes = false;
            this.CambioEstadoUiButton.Click += new System.EventHandler(this.CambioEstadoUiButton_Click);
            // 
            // ModificacionUiButton
            // 
            this.ModificacionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.ModificacionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ModificacionUiButton.Enabled = false;
            this.ModificacionUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.ModificacionUiButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ModificacionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("ModificacionUiButton.Icon")));
            this.ModificacionUiButton.Location = new System.Drawing.Point(8, 185);
            this.ModificacionUiButton.Name = "ModificacionUiButton";
            this.ModificacionUiButton.ShowFocusRectangle = false;
            this.ModificacionUiButton.Size = new System.Drawing.Size(158, 25);
            this.ModificacionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.ModificacionUiButton.TabIndex = 42;
            this.ModificacionUiButton.Tag = "Modificacion";
            this.ModificacionUiButton.Text = "Modificacion manual";
            this.ModificacionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.ModificacionUiButton.UseThemes = false;
            this.ModificacionUiButton.Click += new System.EventHandler(this.ModificacionUiButton_Click);
            // 
            // ConsultaUiButton
            // 
            this.ConsultaUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.ConsultaUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ConsultaUiButton.Enabled = false;
            this.ConsultaUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.ConsultaUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("ConsultaUiButton.Icon")));
            this.ConsultaUiButton.Location = new System.Drawing.Point(8, 235);
            this.ConsultaUiButton.Name = "ConsultaUiButton";
            this.ConsultaUiButton.ShowFocusRectangle = false;
            this.ConsultaUiButton.Size = new System.Drawing.Size(158, 25);
            this.ConsultaUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.ConsultaUiButton.TabIndex = 41;
            this.ConsultaUiButton.Tag = "Consulta";
            this.ConsultaUiButton.Text = "Consulta";
            this.ConsultaUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.ConsultaUiButton.UseThemes = false;
            this.ConsultaUiButton.Click += new System.EventHandler(this.ConsultaUiButton_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.MinimizarUiButton);
            this.panel1.Controls.Add(this.MaximizarUiButton);
            this.panel1.Controls.Add(this.SalirUiButton);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 385);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(175, 30);
            this.panel1.TabIndex = 40;
            // 
            // MinimizarUiButton
            // 
            this.MinimizarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.MinimizarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.MinimizarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.MinimizarUiButton.Image = ((System.Drawing.Image)(resources.GetObject("MinimizarUiButton.Image")));
            this.MinimizarUiButton.ImageHorizontalAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.Near;
            this.MinimizarUiButton.Location = new System.Drawing.Point(7, 6);
            this.MinimizarUiButton.Name = "MinimizarUiButton";
            this.MinimizarUiButton.ShowFocusRectangle = false;
            this.MinimizarUiButton.Size = new System.Drawing.Size(20, 20);
            this.MinimizarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.MinimizarUiButton.TabIndex = 42;
            this.MinimizarUiButton.Tag = "Min";
            this.MinimizarUiButton.UseThemes = false;
            this.MinimizarUiButton.Visible = false;
            this.MinimizarUiButton.Click += new System.EventHandler(this.MinimizarUiButton_Click);
            // 
            // MaximizarUiButton
            // 
            this.MaximizarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.MaximizarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.MaximizarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.MaximizarUiButton.Image = ((System.Drawing.Image)(resources.GetObject("MaximizarUiButton.Image")));
            this.MaximizarUiButton.ImageHorizontalAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.Center;
            this.MaximizarUiButton.Location = new System.Drawing.Point(7, 6);
            this.MaximizarUiButton.Name = "MaximizarUiButton";
            this.MaximizarUiButton.ShowFocusRectangle = false;
            this.MaximizarUiButton.Size = new System.Drawing.Size(20, 20);
            this.MaximizarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.MaximizarUiButton.TabIndex = 41;
            this.MaximizarUiButton.Tag = "Max";
            this.MaximizarUiButton.UseThemes = false;
            this.MaximizarUiButton.Click += new System.EventHandler(this.MaxMinUiButton_Click);
            // 
            // SalirUiButton
            // 
            this.SalirUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.SalirUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.SalirUiButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.SalirUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.SalirUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("SalirUiButton.Icon")));
            this.SalirUiButton.Location = new System.Drawing.Point(112, 4);
            this.SalirUiButton.Name = "SalirUiButton";
            this.SalirUiButton.ShowFocusRectangle = false;
            this.SalirUiButton.Size = new System.Drawing.Size(54, 24);
            this.SalirUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.SalirUiButton.TabIndex = 40;
            this.SalirUiButton.Text = "Salir";
            this.SalirUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Far;
            this.SalirUiButton.UseThemes = false;
            // 
            // AnulacionUiButton
            // 
            this.AnulacionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.AnulacionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.AnulacionUiButton.Enabled = false;
            this.AnulacionUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.AnulacionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("AnulacionUiButton.Icon")));
            this.AnulacionUiButton.Location = new System.Drawing.Point(8, 160);
            this.AnulacionUiButton.Name = "AnulacionUiButton";
            this.AnulacionUiButton.ShowFocusRectangle = false;
            this.AnulacionUiButton.Size = new System.Drawing.Size(158, 25);
            this.AnulacionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.AnulacionUiButton.TabIndex = 32;
            this.AnulacionUiButton.Tag = "Baja";
            this.AnulacionUiButton.Text = "Anulación";
            this.AnulacionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.AnulacionUiButton.UseThemes = false;
            this.AnulacionUiButton.Click += new System.EventHandler(this.AnulacionUiButton_Click);
            // 
            // IngrADepUiButton
            // 
            this.IngrADepUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.IngrADepUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.IngrADepUiButton.Enabled = false;
            this.IngrADepUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.IngrADepUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("IngrADepUiButton.Icon")));
            this.IngrADepUiButton.Location = new System.Drawing.Point(8, 135);
            this.IngrADepUiButton.Name = "IngrADepUiButton";
            this.IngrADepUiButton.ShowFocusRectangle = false;
            this.IngrADepUiButton.Size = new System.Drawing.Size(158, 25);
            this.IngrADepUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.IngrADepUiButton.TabIndex = 31;
            this.IngrADepUiButton.Tag = "";
            this.IngrADepUiButton.Text = "Ingreso a Depósito";
            this.IngrADepUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.IngrADepUiButton.UseThemes = false;
            this.IngrADepUiButton.Click += new System.EventHandler(this.IngrADepUiButton_Click);
            // 
            // InspRenarUiButton
            // 
            this.InspRenarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.InspRenarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.InspRenarUiButton.Enabled = false;
            this.InspRenarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.InspRenarUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("InspRenarUiButton.Icon")));
            this.InspRenarUiButton.Location = new System.Drawing.Point(8, 110);
            this.InspRenarUiButton.Name = "InspRenarUiButton";
            this.InspRenarUiButton.ShowFocusRectangle = false;
            this.InspRenarUiButton.Size = new System.Drawing.Size(158, 25);
            this.InspRenarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.InspRenarUiButton.TabIndex = 30;
            this.InspRenarUiButton.Tag = "";
            this.InspRenarUiButton.Text = "Inspección RENAR";
            this.InspRenarUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.InspRenarUiButton.UseThemes = false;
            this.InspRenarUiButton.Click += new System.EventHandler(this.InspRenarUiButton_Click);
            // 
            // RegDespUiButton
            // 
            this.RegDespUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.RegDespUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.RegDespUiButton.Enabled = false;
            this.RegDespUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.RegDespUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("RegDespUiButton.Icon")));
            this.RegDespUiButton.Location = new System.Drawing.Point(8, 85);
            this.RegDespUiButton.Name = "RegDespUiButton";
            this.RegDespUiButton.ShowFocusRectangle = false;
            this.RegDespUiButton.Size = new System.Drawing.Size(158, 25);
            this.RegDespUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.RegDespUiButton.TabIndex = 29;
            this.RegDespUiButton.Tag = "";
            this.RegDespUiButton.Text = "Registro de Despacho";
            this.RegDespUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.RegDespUiButton.UseThemes = false;
            this.RegDespUiButton.Click += new System.EventHandler(this.RegDespUiButton_Click);
            // 
            // RecepDocsUiButton
            // 
            this.RecepDocsUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.RecepDocsUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.RecepDocsUiButton.Enabled = false;
            this.RecepDocsUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.RecepDocsUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("RecepDocsUiButton.Icon")));
            this.RecepDocsUiButton.Location = new System.Drawing.Point(8, 60);
            this.RecepDocsUiButton.Name = "RecepDocsUiButton";
            this.RecepDocsUiButton.ShowFocusRectangle = false;
            this.RecepDocsUiButton.Size = new System.Drawing.Size(158, 25);
            this.RecepDocsUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.RecepDocsUiButton.TabIndex = 28;
            this.RecepDocsUiButton.Tag = "";
            this.RecepDocsUiButton.Text = "Recepción de Documentos";
            this.RecepDocsUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.RecepDocsUiButton.UseThemes = false;
            this.RecepDocsUiButton.Click += new System.EventHandler(this.RecepDocsUiButton_Click);
            // 
            // IngInfoEmbUiButton
            // 
            this.IngInfoEmbUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.IngInfoEmbUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.IngInfoEmbUiButton.Enabled = false;
            this.IngInfoEmbUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.IngInfoEmbUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("IngInfoEmbUiButton.Icon")));
            this.IngInfoEmbUiButton.Location = new System.Drawing.Point(8, 35);
            this.IngInfoEmbUiButton.Name = "IngInfoEmbUiButton";
            this.IngInfoEmbUiButton.ShowFocusRectangle = false;
            this.IngInfoEmbUiButton.Size = new System.Drawing.Size(158, 25);
            this.IngInfoEmbUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.IngInfoEmbUiButton.TabIndex = 27;
            this.IngInfoEmbUiButton.Tag = "";
            this.IngInfoEmbUiButton.Text = "Ingreso Info Embarque";
            this.IngInfoEmbUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.IngInfoEmbUiButton.UseThemes = false;
            this.IngInfoEmbUiButton.Click += new System.EventHandler(this.IngInfoEmbUiButton_Click);
            // 
            // EnviarAUiButton
            // 
            this.EnviarAUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.EnviarAUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.DropDownButton;
            this.EnviarAUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.EnviarAUiButton.DropDownContextMenu = this.EnviarAUiContextMenu;
            this.EnviarAUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.EnviarAUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("EnviarAUiButton.Icon")));
            this.EnviarAUiButton.Location = new System.Drawing.Point(8, 260);
            this.EnviarAUiButton.Name = "EnviarAUiButton";
            this.EnviarAUiButton.ShowFocusRectangle = false;
            this.EnviarAUiButton.Size = new System.Drawing.Size(158, 25);
            this.EnviarAUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.EnviarAUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EnviarAUiButton.TabIndex = 26;
            this.EnviarAUiButton.Text = "Enviar a";
            this.EnviarAUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.EnviarAUiButton.UseThemes = false;
            // 
            // AltaUiButton
            // 
            this.AltaUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.AltaUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.AltaUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.AltaUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("AltaUiButton.Icon")));
            this.AltaUiButton.Location = new System.Drawing.Point(8, 10);
            this.AltaUiButton.Name = "AltaUiButton";
            this.AltaUiButton.ShowFocusRectangle = false;
            this.AltaUiButton.Size = new System.Drawing.Size(158, 25);
            this.AltaUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.AltaUiButton.TabIndex = 24;
            this.AltaUiButton.Tag = "";
            this.AltaUiButton.Text = "Alta";
            this.AltaUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.AltaUiButton.UseThemes = false;
            this.AltaUiButton.Click += new System.EventHandler(this.AltaUiButton_Click);
            // 
            // BrowserUiTab
            // 
            this.BrowserUiTab.BackColor = System.Drawing.Color.Transparent;
            this.BrowserUiTab.Controls.Add(this.TabBrowserUiTabPage);
            this.BrowserUiTab.Controls.Add(this.TabFiltroUiTabPage);
            this.BrowserUiTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserUiTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BrowserUiTab.Location = new System.Drawing.Point(5, 30);
            this.BrowserUiTab.MultiLine = true;
            this.BrowserUiTab.Name = "BrowserUiTab";
            this.BrowserUiTab.ShowFocusRectangle = false;
            this.BrowserUiTab.Size = new System.Drawing.Size(948, 468);
            this.BrowserUiTab.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
            this.BrowserUiTab.TabIndex = 9;
            this.BrowserUiTab.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
            this.TabBrowserUiTabPage,
            this.TabFiltroUiTabPage});
            this.BrowserUiTab.TabsStateStyles.FormatStyle.ForeColor = System.Drawing.Color.DimGray;
            this.BrowserUiTab.TabsStateStyles.SelectedFormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.BrowserUiTab.TabStripFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BrowserUiTab.Tag = "";
            this.BrowserUiTab.UseThemes = false;
            this.BrowserUiTab.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2003;
            this.BrowserUiTab.SelectedTabChanged += new Janus.Windows.UI.Tab.TabEventHandler(this.BrowserUiTab_SelectedTabChanged);
            // 
            // TabBrowserUiTabPage
            // 
            this.TabBrowserUiTabPage.Controls.Add(this.BrowserPanel);
            this.TabBrowserUiTabPage.Key = "OrdenCompra";
            this.TabBrowserUiTabPage.Location = new System.Drawing.Point(1, 21);
            this.TabBrowserUiTabPage.Name = "TabBrowserUiTabPage";
            this.TabBrowserUiTabPage.Size = new System.Drawing.Size(946, 446);
            this.TabBrowserUiTabPage.StateStyles.HotFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.TabBrowserUiTabPage.TabIndex = 1;
            this.TabBrowserUiTabPage.Tag = "Detalle";
            this.TabBrowserUiTabPage.Text = "Órdenes de Compra";
            // 
            // TabFiltroUiTabPage
            // 
            this.TabFiltroUiTabPage.Controls.Add(this.FiltroPanel);
            this.TabFiltroUiTabPage.Key = "Filtro";
            this.TabFiltroUiTabPage.Location = new System.Drawing.Point(1, 21);
            this.TabFiltroUiTabPage.Name = "TabFiltroUiTabPage";
            this.TabFiltroUiTabPage.Size = new System.Drawing.Size(946, 446);
            this.TabFiltroUiTabPage.StateStyles.HotFormatStyle.BackColor = System.Drawing.Color.Cornsilk;
            this.TabFiltroUiTabPage.TabIndex = 0;
            this.TabFiltroUiTabPage.Tag = "Detalle";
            this.TabFiltroUiTabPage.Text = "Filtro avanzado";
            this.TabFiltroUiTabPage.Visible = false;
            // 
            // FiltroPanel
            // 
            this.FiltroPanel.BackColor = System.Drawing.Color.Cornsilk;
            this.FiltroPanel.Controls.Add(this.EjecutarSeleccionUiButton);
            this.FiltroPanel.Controls.Add(this.CancelarUiButton);
            this.FiltroPanel.Controls.Add(this.nicePanel3);
            this.FiltroPanel.Controls.Add(this.nicePanel2);
            this.FiltroPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.FiltroPanel.Location = new System.Drawing.Point(0, 0);
            this.FiltroPanel.Name = "FiltroPanel";
            this.FiltroPanel.Padding = new System.Windows.Forms.Padding(10);
            this.FiltroPanel.Size = new System.Drawing.Size(946, 446);
            this.FiltroPanel.TabIndex = 5;
            // 
            // EjecutarSeleccionUiButton
            // 
            this.EjecutarSeleccionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.EjecutarSeleccionUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.Button;
            this.EjecutarSeleccionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.EjecutarSeleccionUiButton.FlatBorderColor = System.Drawing.Color.Navy;
            this.EjecutarSeleccionUiButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.EjecutarSeleccionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("EjecutarSeleccionUiButton.Icon")));
            this.EjecutarSeleccionUiButton.Location = new System.Drawing.Point(192, 327);
            this.EjecutarSeleccionUiButton.Name = "EjecutarSeleccionUiButton";
            this.EjecutarSeleccionUiButton.ShowFocusRectangle = false;
            this.EjecutarSeleccionUiButton.Size = new System.Drawing.Size(96, 24);
            this.EjecutarSeleccionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.EjecutarSeleccionUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EjecutarSeleccionUiButton.TabIndex = 9018;
            this.EjecutarSeleccionUiButton.Text = "Aplicar filtro";
            this.EjecutarSeleccionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.EjecutarSeleccionUiButton.UseThemes = false;
            this.EjecutarSeleccionUiButton.Click += new System.EventHandler(this.ActualizarBrowserGrid);
            // 
            // CancelarUiButton
            // 
            this.CancelarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.CancelarUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.Button;
            this.CancelarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.CancelarUiButton.FlatBorderColor = System.Drawing.Color.Navy;
            this.CancelarUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("CancelarUiButton.Icon")));
            this.CancelarUiButton.Location = new System.Drawing.Point(494, 327);
            this.CancelarUiButton.Name = "CancelarUiButton";
            this.CancelarUiButton.ShowFocusRectangle = false;
            this.CancelarUiButton.Size = new System.Drawing.Size(72, 24);
            this.CancelarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.CancelarUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.CancelarUiButton.TabIndex = 9017;
            this.CancelarUiButton.Text = "Cancelar";
            this.CancelarUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Far;
            this.CancelarUiButton.UseThemes = false;
            this.CancelarUiButton.Click += new System.EventHandler(this.CancelarUiButton_Click);
            // 
            // nicePanel3
            // 
            this.nicePanel3.BackColor = System.Drawing.Color.Transparent;
            this.nicePanel3.CollapseButton = false;
            containerImage1.Alignment = System.Drawing.ContentAlignment.BottomRight;
            containerImage1.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            containerImage1.Image = null;
            containerImage1.Size = PureComponents.NicePanel.ContainerImageSize.Small;
            containerImage1.Transparency = 50;
            this.nicePanel3.ContainerImage = containerImage1;
            this.nicePanel3.ContextMenuButton = false;
            this.nicePanel3.Controls.Add(this.label2);
            this.nicePanel3.Controls.Add(this.label4);
            this.nicePanel3.Controls.Add(this.FechaHstCalendarCombo);
            this.nicePanel3.Controls.Add(this.FechaDsdCalendarCombo);
            this.nicePanel3.Controls.Add(this.FechaLabel);
            headerImage1.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage1.Image = null;
            this.nicePanel3.FooterImage = headerImage1;
            this.nicePanel3.FooterText = "";
            this.nicePanel3.FooterVisible = false;
            this.nicePanel3.ForeColor = System.Drawing.Color.Black;
            headerImage2.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage2.Image = null;
            this.nicePanel3.HeaderImage = headerImage2;
            this.nicePanel3.HeaderText = "Periodo";
            this.nicePanel3.IsExpanded = true;
            this.nicePanel3.Location = new System.Drawing.Point(8, 8);
            this.nicePanel3.Name = "nicePanel3";
            this.nicePanel3.OriginalFooterVisible = false;
            this.nicePanel3.OriginalHeight = 0;
            this.nicePanel3.ShowChildFocus = false;
            this.nicePanel3.Size = new System.Drawing.Size(176, 104);
            containerStyle1.BackColor = System.Drawing.Color.Transparent;
            containerStyle1.BaseColor = System.Drawing.Color.Transparent;
            containerStyle1.BorderColor = System.Drawing.Color.Brown;
            containerStyle1.BorderStyle = PureComponents.NicePanel.BorderStyle.Solid;
            containerStyle1.CaptionAlign = PureComponents.NicePanel.CaptionAlign.Left;
            containerStyle1.FadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(207)))), ((int)(((byte)(152)))));
            containerStyle1.FillStyle = PureComponents.NicePanel.FillStyle.Flat;
            containerStyle1.FlashItemBackColor = System.Drawing.Color.Red;
            containerStyle1.FocusItemBackColor = System.Drawing.Color.White;
            containerStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            containerStyle1.ForeColor = System.Drawing.Color.Black;
            containerStyle1.Shape = PureComponents.NicePanel.Shape.Rounded;
            panelStyle1.ContainerStyle = containerStyle1;
            panelHeaderStyle1.BackColor = System.Drawing.Color.ForestGreen;
            panelHeaderStyle1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(191)))), ((int)(((byte)(227)))));
            panelHeaderStyle1.FadeColor = System.Drawing.Color.LightGreen;
            panelHeaderStyle1.FillStyle = PureComponents.NicePanel.FillStyle.HorizontalFading;
            panelHeaderStyle1.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle1.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle1.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            panelHeaderStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle1.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelStyle1.FooterStyle = panelHeaderStyle1;
            panelHeaderStyle2.BackColor = System.Drawing.Color.Brown;
            panelHeaderStyle2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle2.FadeColor = System.Drawing.Color.Peru;
            panelHeaderStyle2.FillStyle = PureComponents.NicePanel.FillStyle.DiagonalBackward;
            panelHeaderStyle2.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle2.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle2.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            panelHeaderStyle2.ForeColor = System.Drawing.Color.White;
            panelHeaderStyle2.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelHeaderStyle2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            panelStyle1.HeaderStyle = panelHeaderStyle2;
            this.nicePanel3.Style = panelStyle1;
            this.nicePanel3.TabIndex = 9013;
            // 
            // label2
            // 
            this.label2.ForeColor = System.Drawing.Color.Navy;
            this.label2.Location = new System.Drawing.Point(48, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 20);
            this.label2.TabIndex = 9014;
            this.label2.Text = "Fecha";
            this.label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // label4
            // 
            this.label4.ForeColor = System.Drawing.Color.Navy;
            this.label4.Location = new System.Drawing.Point(16, 64);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(24, 20);
            this.label4.TabIndex = 9012;
            this.label4.Text = "al";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // FechaHstCalendarCombo
            // 
            this.FechaHstCalendarCombo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.FechaHstCalendarCombo.DropDownCalendar.FirstMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
            this.FechaHstCalendarCombo.DropDownCalendar.Location = new System.Drawing.Point(0, 0);
            this.FechaHstCalendarCombo.DropDownCalendar.Name = "";
            this.FechaHstCalendarCombo.DropDownCalendar.Size = new System.Drawing.Size(170, 173);
            this.FechaHstCalendarCombo.DropDownCalendar.TabIndex = 0;
            this.FechaHstCalendarCombo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            this.FechaHstCalendarCombo.FlatBorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.FechaHstCalendarCombo.ForeColor = System.Drawing.Color.Black;
            this.FechaHstCalendarCombo.Location = new System.Drawing.Point(48, 64);
            this.FechaHstCalendarCombo.Name = "FechaHstCalendarCombo";
            this.FechaHstCalendarCombo.Size = new System.Drawing.Size(96, 20);
            this.FechaHstCalendarCombo.TabIndex = 9007;
            this.FechaHstCalendarCombo.ThemedAreas = Janus.Windows.CalendarCombo.ThemedArea.None;
            this.FechaHstCalendarCombo.TodayButtonText = "Hoy";
            this.FechaHstCalendarCombo.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            // 
            // FechaDsdCalendarCombo
            // 
            this.FechaDsdCalendarCombo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.FechaDsdCalendarCombo.DropDownCalendar.FirstMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
            this.FechaDsdCalendarCombo.DropDownCalendar.Location = new System.Drawing.Point(0, 0);
            this.FechaDsdCalendarCombo.DropDownCalendar.Name = "";
            this.FechaDsdCalendarCombo.DropDownCalendar.Size = new System.Drawing.Size(170, 173);
            this.FechaDsdCalendarCombo.DropDownCalendar.TabIndex = 0;
            this.FechaDsdCalendarCombo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            this.FechaDsdCalendarCombo.FlatBorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.FechaDsdCalendarCombo.ForeColor = System.Drawing.Color.Black;
            this.FechaDsdCalendarCombo.Location = new System.Drawing.Point(48, 40);
            this.FechaDsdCalendarCombo.Name = "FechaDsdCalendarCombo";
            this.FechaDsdCalendarCombo.Size = new System.Drawing.Size(96, 20);
            this.FechaDsdCalendarCombo.TabIndex = 9004;
            this.FechaDsdCalendarCombo.ThemedAreas = Janus.Windows.CalendarCombo.ThemedArea.None;
            this.FechaDsdCalendarCombo.TodayButtonText = "Hoy";
            this.FechaDsdCalendarCombo.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            // 
            // FechaLabel
            // 
            this.FechaLabel.ForeColor = System.Drawing.Color.Navy;
            this.FechaLabel.Location = new System.Drawing.Point(16, 40);
            this.FechaLabel.Name = "FechaLabel";
            this.FechaLabel.Size = new System.Drawing.Size(24, 20);
            this.FechaLabel.TabIndex = 9003;
            this.FechaLabel.Text = "del";
            this.FechaLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // nicePanel2
            // 
            this.nicePanel2.BackColor = System.Drawing.Color.Transparent;
            this.nicePanel2.CollapseButton = false;
            containerImage2.Alignment = System.Drawing.ContentAlignment.BottomRight;
            containerImage2.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            containerImage2.Image = null;
            containerImage2.Size = PureComponents.NicePanel.ContainerImageSize.Small;
            containerImage2.Transparency = 50;
            this.nicePanel2.ContainerImage = containerImage2;
            this.nicePanel2.ContextMenuButton = false;
            this.nicePanel2.Controls.Add(this.EstadoUiCheckBox);
            this.nicePanel2.Controls.Add(this.EstadoTreeView);
            headerImage3.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage3.Image = null;
            this.nicePanel2.FooterImage = headerImage3;
            this.nicePanel2.FooterText = "";
            this.nicePanel2.FooterVisible = false;
            this.nicePanel2.ForeColor = System.Drawing.Color.Black;
            headerImage4.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage4.Image = null;
            this.nicePanel2.HeaderImage = headerImage4;
            this.nicePanel2.HeaderText = "Estado(s)";
            this.nicePanel2.IsExpanded = true;
            this.nicePanel2.Location = new System.Drawing.Point(192, 8);
            this.nicePanel2.Name = "nicePanel2";
            this.nicePanel2.OriginalFooterVisible = false;
            this.nicePanel2.OriginalHeight = 0;
            this.nicePanel2.ShowChildFocus = false;
            this.nicePanel2.Size = new System.Drawing.Size(374, 313);
            containerStyle2.BackColor = System.Drawing.Color.Transparent;
            containerStyle2.BaseColor = System.Drawing.Color.Transparent;
            containerStyle2.BorderColor = System.Drawing.Color.Brown;
            containerStyle2.BorderStyle = PureComponents.NicePanel.BorderStyle.Solid;
            containerStyle2.CaptionAlign = PureComponents.NicePanel.CaptionAlign.Left;
            containerStyle2.FadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(207)))), ((int)(((byte)(152)))));
            containerStyle2.FillStyle = PureComponents.NicePanel.FillStyle.Flat;
            containerStyle2.FlashItemBackColor = System.Drawing.Color.Red;
            containerStyle2.FocusItemBackColor = System.Drawing.Color.White;
            containerStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            containerStyle2.ForeColor = System.Drawing.Color.Black;
            containerStyle2.Shape = PureComponents.NicePanel.Shape.Rounded;
            panelStyle2.ContainerStyle = containerStyle2;
            panelHeaderStyle3.BackColor = System.Drawing.Color.ForestGreen;
            panelHeaderStyle3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(191)))), ((int)(((byte)(227)))));
            panelHeaderStyle3.FadeColor = System.Drawing.Color.LightGreen;
            panelHeaderStyle3.FillStyle = PureComponents.NicePanel.FillStyle.HorizontalFading;
            panelHeaderStyle3.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle3.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle3.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            panelHeaderStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle3.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelStyle2.FooterStyle = panelHeaderStyle3;
            panelHeaderStyle4.BackColor = System.Drawing.Color.Brown;
            panelHeaderStyle4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle4.FadeColor = System.Drawing.Color.Peru;
            panelHeaderStyle4.FillStyle = PureComponents.NicePanel.FillStyle.DiagonalBackward;
            panelHeaderStyle4.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle4.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle4.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            panelHeaderStyle4.ForeColor = System.Drawing.Color.White;
            panelHeaderStyle4.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelHeaderStyle4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            panelStyle2.HeaderStyle = panelHeaderStyle4;
            this.nicePanel2.Style = panelStyle2;
            this.nicePanel2.TabIndex = 9012;
            // 
            // EstadoUiCheckBox
            // 
            this.EstadoUiCheckBox.ForeColor = System.Drawing.Color.Navy;
            this.EstadoUiCheckBox.Location = new System.Drawing.Point(10, 2);
            this.EstadoUiCheckBox.Name = "EstadoUiCheckBox";
            this.EstadoUiCheckBox.ShowFocusRectangle = false;
            this.EstadoUiCheckBox.Size = new System.Drawing.Size(20, 16);
            this.EstadoUiCheckBox.TabIndex = 9013;
            this.EstadoUiCheckBox.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
            this.EstadoUiCheckBox.UseThemes = false;
            this.EstadoUiCheckBox.VisualStyle = Janus.Windows.UI.VisualStyle.OfficeXP;
            this.EstadoUiCheckBox.CheckedChanged += new System.EventHandler(this.EstadoUiCheckBox_CheckedChanged);
            // 
            // EstadoTreeView
            // 
            this.EstadoTreeView.BackColor = System.Drawing.Color.Cornsilk;
            this.EstadoTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.EstadoTreeView.CheckBoxes = true;
            this.EstadoTreeView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.EstadoTreeView.ForeColor = System.Drawing.Color.Navy;
            this.EstadoTreeView.FullRowSelect = true;
            this.EstadoTreeView.Location = new System.Drawing.Point(8, 24);
            this.EstadoTreeView.Name = "EstadoTreeView";
            this.EstadoTreeView.ShowRootLines = false;
            this.EstadoTreeView.Size = new System.Drawing.Size(363, 286);
            this.EstadoTreeView.TabIndex = 2;
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.Transparent;
            this.panel4.Controls.Add(this.BrowserUiTab);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Padding = new System.Windows.Forms.Padding(5, 30, 5, 5);
            this.panel4.Size = new System.Drawing.Size(958, 503);
            this.panel4.TabIndex = 31;
            // 
            // OrdenCompraBrowserForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(958, 503);
            this.Name = "OrdenCompraBrowserForm";
            this.Text = "PrecioBrowserForm";
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiCommandManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiContextMenu)).EndInit();
            this.FondoNicePanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BotonesUiPanelManager)).EndInit();
            this.BrowserPanel.ResumeLayout(false);
            this.BrowserGridsPanel.ResumeLayout(false);
            this.BrowserGridPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BrowserGridEX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HerramientasUiPanel)).EndInit();
            this.HerramientasUiPanel.ResumeLayout(false);
            this.HerramientasUiPanelContainer.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BrowserUiTab)).EndInit();
            this.BrowserUiTab.ResumeLayout(false);
            this.TabBrowserUiTabPage.ResumeLayout(false);
            this.TabFiltroUiTabPage.ResumeLayout(false);
            this.FiltroPanel.ResumeLayout(false);
            this.nicePanel3.ResumeLayout(false);
            this.nicePanel2.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenRegistryMonitorMainForm));
            this.comboBoxRegistryHives = new Janus.Windows.EditControls.UIComboBox();
            this.textRegistryKey = new System.Windows.Forms.TextBox();
            this.buttonStart = new Janus.Windows.EditControls.UIButton();
            this.buttonStop = new Janus.Windows.EditControls.UIButton();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uiTab1 = new Janus.Windows.UI.Tab.UITab();
            this.uiTabPage1 = new Janus.Windows.UI.Tab.UITabPage();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).BeginInit();
            this.uiTab1.SuspendLayout();
            this.uiTabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // comboBoxRegistryHives
            // 
            this.comboBoxRegistryHives.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.comboBoxRegistryHives.Location = new System.Drawing.Point(100, 28);
            this.comboBoxRegistryHives.Name = "comboBoxRegistryHives";
            this.comboBoxRegistryHives.Size = new System.Drawing.Size(208, 20);
            this.comboBoxRegistryHives.TabIndex = 1;
            // 
            // textRegistryKey
            // 
            this.textRegistryKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textRegistryKey.Location = new System.Drawing.Point(100, 60);
            this.textRegistryKey.Name = "textRegistryKey";
            this.textRegistryKey.Size = new System.Drawing.Size(618, 20);
            this.textRegistryKey.TabIndex = 3;
            // 
            // buttonStart
            // 
            this.buttonStart.Location = new System.Drawing.Point(20, 100);
            this.buttonStart.Name = "buttonStart";
            this.buttonStart.Size = new System.Drawing.Size(75, 23);
            this.buttonStart.TabIndex = 4;
            this.buttonStart.Text = "Start";
            this.buttonStart.Click += new System.EventHandler(this.OnButtonStartClick);
            // 
            // buttonStop
            // 
            this.buttonStop.Enabled = false;
            this.buttonStop.Location = new System.Drawing.Point(108, 100);
            this.buttonStop.Name = "buttonStop";
            this.buttonStop.Size = new System.Drawing.Size(75, 23);
            this.buttonStop.TabIndex = 5;
            this.buttonStop.Text = "Stop";
            this.buttonStop.Click += new System.EventHandler(this.OnButtonStopClick);
            // 
            // listBox1
            // 
            this.listBox1.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.listBox1.IntegralHeight = false;
            this.listBox1.Location = new System.Drawing.Point(17, 141);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(701, 404);
            this.listBox1.TabIndex = 6;
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(232)))), ((int)(((byte)(247)))));
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label2.Location = new System.Drawing.Point(20, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 20);
            this.label2.TabIndex = 2;
            this.label2.Text = "Registry key:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(232)))), ((int)(((byte)(247)))));
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Location = new System.Drawing.Point(20, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 21);
            this.label1.TabIndex = 0;
            this.label1.Text = "Registry hive:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.SystemColors.Control;
            this.panel1.Controls.Add(this.uiTab1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(736, 567);
            this.panel1.TabIndex = 7;
            // 
            // uiTab1
            // 
            this.uiTab1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiTab1.Location = new System.Drawing.Point(0, 0);
            this.uiTab1.Name = "uiTab1";
            this.uiTab1.ShowTabs = false;
            this.uiTab1.Size = new System.Drawing.Size(736, 567);
            this.uiTab1.TabIndex = 7;
            this.uiTab1.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
            this.uiTabPage1});
            this.uiTab1.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2007;
            // 
            // uiTabPage1
            // 
            this.uiTabPage1.Controls.Add(this.listBox1);
            this.uiTabPage1.Controls.Add(this.buttonStop);
            this.uiTabPage1.Controls.Add(this.label1);
            this.uiTabPage1.Controls.Add(this.textRegistryKey);
            this.uiTabPage1.Controls.Add(this.comboBoxRegistryHives);
            this.uiTabPage1.Controls.Add(this.label2);
            this.uiTabPage1.Controls.Add(this.buttonStart);
            this.uiTabPage1.Location = new System.Drawing.Point(1, 1);
            this.uiTabPage1.Name = "uiTabPage1";
            this.uiTabPage1.Size = new System.Drawing.Size(734, 565);
            this.uiTabPage1.TabStop = true;
            this.uiTabPage1.Text = "New Tab";
            // 
            // NuGenRegistryMonitorMainForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(736, 567);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "NuGenRegistryMonitorMainForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Text = "Registry Monitor";
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiTab1)).EndInit();
            this.uiTab1.ResumeLayout(false);
            this.uiTabPage1.ResumeLayout(false);
            this.uiTabPage1.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsDialog));
			btnOK = new System.Windows.Forms.Button();
			btnCancel = new System.Windows.Forms.Button();
			uiTabs = new Janus.Windows.UI.Tab.UITab();
			uiTabPageGeneral = new Janus.Windows.UI.Tab.UITabPage();
			label13 = new System.Windows.Forms.Label();
			checkStartWithWindows = new System.Windows.Forms.CheckBox();
			checkStartMinimized = new System.Windows.Forms.CheckBox();
			checkHideWhenMinimized = new System.Windows.Forms.CheckBox();
			checkMinimizeWhenClosing = new System.Windows.Forms.CheckBox();
			uiTabPageDisplay = new Janus.Windows.UI.Tab.UITabPage();
			checkShowDefaultTextInsteadOfEmptyLogMessage = new System.Windows.Forms.CheckBox();
			groupSourcesPanel = new System.Windows.Forms.GroupBox();
			checkSourcesPanelShowPath = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowNoUpdates = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowLastCheck = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowUrl = new System.Windows.Forms.CheckBox();
			label14 = new System.Windows.Forms.Label();
			numPreviewLines = new System.Windows.Forms.NumericUpDown();
			checkUnlimitedPageSize = new System.Windows.Forms.CheckBox();
			label8 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label10 = new System.Windows.Forms.Label();
			numPageSize = new System.Windows.Forms.NumericUpDown();
			uiTabPageOperation = new Janus.Windows.UI.Tab.UITabPage();
			linkTextEditorBrowse = new System.Windows.Forms.LinkLabel();
			checkDismissErrorsWhenClicked = new System.Windows.Forms.CheckBox();
			checkPromptUpdateHeadRevision = new System.Windows.Forms.CheckBox();
			checkPromptUpdateOldRevision = new System.Windows.Forms.CheckBox();
			label15 = new System.Windows.Forms.Label();
			txtTextEditor = new System.Windows.Forms.TextBox();
			label11 = new System.Windows.Forms.Label();
			comboDefaultUserAction = new System.Windows.Forms.ComboBox();
			label6 = new System.Windows.Forms.Label();
			uiTabPageKeyboard = new Janus.Windows.UI.Tab.UITabPage();
			keyboardEditor1 = new SVNMonitor.View.Controls.KeyboardEditor();
			label16 = new System.Windows.Forms.Label();
			uiTabPageUpdates = new Janus.Windows.UI.Tab.UITabPage();
			lblWatchTheNetworkAvailability = new System.Windows.Forms.Label();
			label17 = new System.Windows.Forms.Label();
			checkWatchTheNetworkAvailability = new System.Windows.Forms.CheckBox();
			checkIgnoreIgnoreOnCommitConflicts = new System.Windows.Forms.CheckBox();
			checkIgnoreIgnoreOnCommit = new System.Windows.Forms.CheckBox();
			label1 = new System.Windows.Forms.Label();
			checkTreatUnversionedAsModified = new System.Windows.Forms.CheckBox();
			checkEnableUpdates = new System.Windows.Forms.CheckBox();
			checkAutomaticInterval = new System.Windows.Forms.CheckBox();
			numSecondsPerSource = new System.Windows.Forms.NumericUpDown();
			numUpdatesInterval = new System.Windows.Forms.NumericUpDown();
			label2 = new System.Windows.Forms.Label();
			uiTabPageTortoiseSVN = new Janus.Windows.UI.Tab.UITabPage();
			linkTortoiseEXEBrowse = new System.Windows.Forms.LinkLabel();
			checkAutomaticallyResolveTortoiseSVNProcess = new System.Windows.Forms.CheckBox();
			numSVNUpdateSourcesQueueTimeoutSeconds = new System.Windows.Forms.NumericUpDown();
			label9 = new System.Windows.Forms.Label();
			checkSVNUpdateSourcesParallel = new System.Windows.Forms.CheckBox();
			checkIgnoreDisabledSourcesWhenUpdatingAll = new System.Windows.Forms.CheckBox();
			cmdTortoiseSVNSettings = new System.Windows.Forms.Button();
			label18 = new System.Windows.Forms.Label();
			comboAutoCloseTortoiseSVN = new System.Windows.Forms.ComboBox();
			label5 = new System.Windows.Forms.Label();
			linkAutoCheckTortoiseSVN = new System.Windows.Forms.LinkLabel();
			label3 = new System.Windows.Forms.Label();
			txtTortoiseEXE = new System.Windows.Forms.TextBox();
			uiTabPageRecommending = new Janus.Windows.UI.Tab.UITabPage();
			uiGroupBoxRecommendMessage = new System.Windows.Forms.GroupBox();
			txtRecommendMessage = new System.Windows.Forms.TextBox();
			label19 = new System.Windows.Forms.Label();
			label22 = new System.Windows.Forms.Label();
			label21 = new System.Windows.Forms.Label();
			uiTabPageVersionCheck = new Janus.Windows.UI.Tab.UITabPage();
			groupVersionChecks = new System.Windows.Forms.GroupBox();
			lblEnableVersionUpgrade = new System.Windows.Forms.Label();
			checkSendUsageInformation = new System.Windows.Forms.CheckBox();
			label7 = new System.Windows.Forms.Label();
			checkEnableVersionUpgrade = new System.Windows.Forms.CheckBox();
			numVersionCheckInterval = new System.Windows.Forms.NumericUpDown();
			checkVersionCheckAtStartup = new System.Windows.Forms.CheckBox();
			label20 = new System.Windows.Forms.Label();
			checkEnableVersionCheck = new System.Windows.Forms.CheckBox();
			panelBottom = new System.Windows.Forms.Panel();
			treeView1 = new System.Windows.Forms.TreeView();
			panelLeft = new System.Windows.Forms.Panel();
			panelRight = new System.Windows.Forms.Panel();
			checkCommitIsAlwaysEnabled = new System.Windows.Forms.CheckBox();
			((System.ComponentModel.ISupportInitialize)uiTabs).BeginInit();
			uiTabs.SuspendLayout();
			uiTabPageGeneral.SuspendLayout();
			uiTabPageDisplay.SuspendLayout();
			groupSourcesPanel.SuspendLayout();
			numPreviewLines.BeginInit();
			numPageSize.BeginInit();
			uiTabPageOperation.SuspendLayout();
			uiTabPageKeyboard.SuspendLayout();
			uiTabPageUpdates.SuspendLayout();
			numSecondsPerSource.BeginInit();
			numUpdatesInterval.BeginInit();
			uiTabPageTortoiseSVN.SuspendLayout();
			numSVNUpdateSourcesQueueTimeoutSeconds.BeginInit();
			uiTabPageRecommending.SuspendLayout();
			uiGroupBoxRecommendMessage.SuspendLayout();
			uiTabPageVersionCheck.SuspendLayout();
			groupVersionChecks.SuspendLayout();
			numVersionCheckInterval.BeginInit();
			panelBottom.SuspendLayout();
			panelLeft.SuspendLayout();
			panelRight.SuspendLayout();
			base.SuspendLayout();
			resources.ApplyResources(btnOK, "btnOK");
			btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			btnOK.Name = "btnOK";
			btnOK.Click += btnOK_Click;
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			btnCancel.Name = "btnCancel";
			uiTabs.BackColor = System.Drawing.Color.Transparent;
			resources.ApplyResources(uiTabs, "uiTabs");
			uiTabs.Name = "uiTabs";
			uiTabs.ShowFocusRectangle = false;
			uiTabs.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[]
			{
				uiTabPageGeneral, uiTabPageDisplay, uiTabPageOperation, uiTabPageKeyboard, uiTabPageUpdates, uiTabPageTortoiseSVN, uiTabPageRecommending, uiTabPageVersionCheck
			});
			uiTabs.TabStop = false;
			uiTabs.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.VS2005;
			uiTabPageGeneral.Controls.Add(label13);
			uiTabPageGeneral.Controls.Add(checkStartWithWindows);
			uiTabPageGeneral.Controls.Add(checkStartMinimized);
			uiTabPageGeneral.Controls.Add(checkHideWhenMinimized);
			uiTabPageGeneral.Controls.Add(checkMinimizeWhenClosing);
			uiTabPageGeneral.Key = "General";
			resources.ApplyResources(uiTabPageGeneral, "uiTabPageGeneral");
			uiTabPageGeneral.Name = "uiTabPageGeneral";
			uiTabPageGeneral.TabStop = true;
			label13.BackColor = System.Drawing.Color.DimGray;
			label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label13, "label13");
			label13.ForeColor = System.Drawing.Color.White;
			label13.Name = "label13";
			resources.ApplyResources(checkStartWithWindows, "checkStartWithWindows");
			checkStartWithWindows.BackColor = System.Drawing.Color.Transparent;
			checkStartWithWindows.Checked = true;
			checkStartWithWindows.CheckState = System.Windows.Forms.CheckState.Checked;
			checkStartWithWindows.Name = "checkStartWithWindows";
			checkStartWithWindows.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkStartMinimized, "checkStartMinimized");
			checkStartMinimized.BackColor = System.Drawing.Color.Transparent;
			checkStartMinimized.Checked = true;
			checkStartMinimized.CheckState = System.Windows.Forms.CheckState.Checked;
			checkStartMinimized.Name = "checkStartMinimized";
			checkStartMinimized.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkHideWhenMinimized, "checkHideWhenMinimized");
			checkHideWhenMinimized.BackColor = System.Drawing.Color.Transparent;
			checkHideWhenMinimized.Checked = true;
			checkHideWhenMinimized.CheckState = System.Windows.Forms.CheckState.Checked;
			checkHideWhenMinimized.Name = "checkHideWhenMinimized";
			checkHideWhenMinimized.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkMinimizeWhenClosing, "checkMinimizeWhenClosing");
			checkMinimizeWhenClosing.BackColor = System.Drawing.Color.Transparent;
			checkMinimizeWhenClosing.Checked = true;
			checkMinimizeWhenClosing.CheckState = System.Windows.Forms.CheckState.Checked;
			checkMinimizeWhenClosing.Name = "checkMinimizeWhenClosing";
			checkMinimizeWhenClosing.UseVisualStyleBackColor = true;
			uiTabPageDisplay.Controls.Add(checkShowDefaultTextInsteadOfEmptyLogMessage);
			uiTabPageDisplay.Controls.Add(groupSourcesPanel);
			uiTabPageDisplay.Controls.Add(label14);
			uiTabPageDisplay.Controls.Add(numPreviewLines);
			uiTabPageDisplay.Controls.Add(checkUnlimitedPageSize);
			uiTabPageDisplay.Controls.Add(label8);
			uiTabPageDisplay.Controls.Add(label4);
			uiTabPageDisplay.Controls.Add(label10);
			uiTabPageDisplay.Controls.Add(numPageSize);
			uiTabPageDisplay.Key = "Display";
			resources.ApplyResources(uiTabPageDisplay, "uiTabPageDisplay");
			uiTabPageDisplay.Name = "uiTabPageDisplay";
			uiTabPageDisplay.TabStop = true;
			resources.ApplyResources(checkShowDefaultTextInsteadOfEmptyLogMessage, "checkShowDefaultTextInsteadOfEmptyLogMessage");
			checkShowDefaultTextInsteadOfEmptyLogMessage.BackColor = System.Drawing.Color.Transparent;
			checkShowDefaultTextInsteadOfEmptyLogMessage.Checked = true;
			checkShowDefaultTextInsteadOfEmptyLogMessage.CheckState = System.Windows.Forms.CheckState.Checked;
			checkShowDefaultTextInsteadOfEmptyLogMessage.Name = "checkShowDefaultTextInsteadOfEmptyLogMessage";
			checkShowDefaultTextInsteadOfEmptyLogMessage.UseVisualStyleBackColor = true;
			resources.ApplyResources(groupSourcesPanel, "groupSourcesPanel");
			groupSourcesPanel.BackColor = System.Drawing.Color.Transparent;
			groupSourcesPanel.Controls.Add(checkSourcesPanelShowPath);
			groupSourcesPanel.Controls.Add(checkSourcesPanelShowNoUpdates);
			groupSourcesPanel.Controls.Add(checkSourcesPanelShowLastCheck);
			groupSourcesPanel.Controls.Add(checkSourcesPanelShowUrl);
			groupSourcesPanel.Name = "groupSourcesPanel";
			groupSourcesPanel.TabStop = false;
			resources.ApplyResources(checkSourcesPanelShowPath, "checkSourcesPanelShowPath");
			checkSourcesPanelShowPath.Name = "checkSourcesPanelShowPath";
			checkSourcesPanelShowPath.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkSourcesPanelShowNoUpdates, "checkSourcesPanelShowNoUpdates");
			checkSourcesPanelShowNoUpdates.Name = "checkSourcesPanelShowNoUpdates";
			checkSourcesPanelShowNoUpdates.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkSourcesPanelShowLastCheck, "checkSourcesPanelShowLastCheck");
			checkSourcesPanelShowLastCheck.Name = "checkSourcesPanelShowLastCheck";
			checkSourcesPanelShowLastCheck.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkSourcesPanelShowUrl, "checkSourcesPanelShowUrl");
			checkSourcesPanelShowUrl.Name = "checkSourcesPanelShowUrl";
			checkSourcesPanelShowUrl.UseVisualStyleBackColor = true;
			label14.BackColor = System.Drawing.Color.DimGray;
			label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label14, "label14");
			label14.ForeColor = System.Drawing.Color.White;
			label14.Name = "label14";
			resources.ApplyResources(numPreviewLines, "numPreviewLines");
			int[] tempAnotherLocal1 = new int[4];
			tempAnotherLocal1[0] = 0xf423f;
			numPreviewLines.Maximum = new decimal(tempAnotherLocal1);
			int[] tempAnotherLocal2 = new int[4];
			tempAnotherLocal2[0] = 1;
			numPreviewLines.Minimum = new decimal(tempAnotherLocal2);
			numPreviewLines.Name = "numPreviewLines";
			int[] tempAnotherLocal3 = new int[4];
			tempAnotherLocal3[0] = 1;
			numPreviewLines.Value = new decimal(tempAnotherLocal3);
			resources.ApplyResources(checkUnlimitedPageSize, "checkUnlimitedPageSize");
			checkUnlimitedPageSize.BackColor = System.Drawing.Color.Transparent;
			checkUnlimitedPageSize.Checked = true;
			checkUnlimitedPageSize.CheckState = System.Windows.Forms.CheckState.Checked;
			checkUnlimitedPageSize.Name = "checkUnlimitedPageSize";
			checkUnlimitedPageSize.UseVisualStyleBackColor = true;
			checkUnlimitedPageSize.CheckedChanged += checkUnlimitedPageSize_CheckedChanged;
			resources.ApplyResources(label8, "label8");
			label8.BackColor = System.Drawing.Color.Transparent;
			label8.ForeColor = System.Drawing.Color.MidnightBlue;
			label8.Name = "label8";
			resources.ApplyResources(label4, "label4");
			label4.BackColor = System.Drawing.Color.Transparent;
			label4.Name = "label4";
			resources.ApplyResources(label10, "label10");
			label10.BackColor = System.Drawing.Color.Transparent;
			label10.Name = "label10";
			resources.ApplyResources(numPageSize, "numPageSize");
			int[] tempAnotherLocal4 = new int[4];
			tempAnotherLocal4[0] = 0xf423f;
			numPageSize.Maximum = new decimal(tempAnotherLocal4);
			int[] tempAnotherLocal5 = new int[4];
			tempAnotherLocal5[0] = 1;
			numPageSize.Minimum = new decimal(tempAnotherLocal5);
			numPageSize.Name = "numPageSize";
			int[] tempAnotherLocal6 = new int[4];
			tempAnotherLocal6[0] = 1;
			numPageSize.Value = new decimal(tempAnotherLocal6);
			uiTabPageOperation.Controls.Add(checkCommitIsAlwaysEnabled);
			uiTabPageOperation.Controls.Add(linkTextEditorBrowse);
			uiTabPageOperation.Controls.Add(checkDismissErrorsWhenClicked);
			uiTabPageOperation.Controls.Add(checkPromptUpdateHeadRevision);
			uiTabPageOperation.Controls.Add(checkPromptUpdateOldRevision);
			uiTabPageOperation.Controls.Add(label15);
			uiTabPageOperation.Controls.Add(txtTextEditor);
			uiTabPageOperation.Controls.Add(label11);
			uiTabPageOperation.Controls.Add(comboDefaultUserAction);
			uiTabPageOperation.Controls.Add(label6);
			uiTabPageOperation.Key = "Operation";
			resources.ApplyResources(uiTabPageOperation, "uiTabPageOperation");
			uiTabPageOperation.Name = "uiTabPageOperation";
			uiTabPageOperation.TabStop = true;
			resources.ApplyResources(linkTextEditorBrowse, "linkTextEditorBrowse");
			linkTextEditorBrowse.BackColor = System.Drawing.Color.Transparent;
			linkTextEditorBrowse.Name = "linkTextEditorBrowse";
			linkTextEditorBrowse.TabStop = true;
			linkTextEditorBrowse.LinkClicked += linkTextEditorBrowse_LinkClicked;
			resources.ApplyResources(checkDismissErrorsWhenClicked, "checkDismissErrorsWhenClicked");
			checkDismissErrorsWhenClicked.BackColor = System.Drawing.Color.Transparent;
			checkDismissErrorsWhenClicked.Checked = true;
			checkDismissErrorsWhenClicked.CheckState = System.Windows.Forms.CheckState.Checked;
			checkDismissErrorsWhenClicked.Name = "checkDismissErrorsWhenClicked";
			checkDismissErrorsWhenClicked.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkPromptUpdateHeadRevision, "checkPromptUpdateHeadRevision");
			checkPromptUpdateHeadRevision.BackColor = System.Drawing.Color.Transparent;
			checkPromptUpdateHeadRevision.Checked = true;
			checkPromptUpdateHeadRevision.CheckState = System.Windows.Forms.CheckState.Checked;
			checkPromptUpdateHeadRevision.Name = "checkPromptUpdateHeadRevision";
			checkPromptUpdateHeadRevision.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkPromptUpdateOldRevision, "checkPromptUpdateOldRevision");
			checkPromptUpdateOldRevision.BackColor = System.Drawing.Color.Transparent;
			checkPromptUpdateOldRevision.Checked = true;
			checkPromptUpdateOldRevision.CheckState = System.Windows.Forms.CheckState.Checked;
			checkPromptUpdateOldRevision.Name = "checkPromptUpdateOldRevision";
			checkPromptUpdateOldRevision.UseVisualStyleBackColor = true;
			label15.BackColor = System.Drawing.Color.DimGray;
			label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label15, "label15");
			label15.ForeColor = System.Drawing.Color.White;
			label15.Name = "label15";
			resources.ApplyResources(txtTextEditor, "txtTextEditor");
			txtTextEditor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			txtTextEditor.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
			txtTextEditor.Name = "txtTextEditor";
			resources.ApplyResources(label11, "label11");
			label11.BackColor = System.Drawing.Color.Transparent;
			label11.Name = "label11";
			resources.ApplyResources(comboDefaultUserAction, "comboDefaultUserAction");
			comboDefaultUserAction.DisplayMember = "Description";
			comboDefaultUserAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			comboDefaultUserAction.Name = "comboDefaultUserAction";
			comboDefaultUserAction.ValueMember = "Value";
			resources.ApplyResources(label6, "label6");
			label6.BackColor = System.Drawing.Color.Transparent;
			label6.Name = "label6";
			uiTabPageKeyboard.Controls.Add(keyboardEditor1);
			uiTabPageKeyboard.Controls.Add(label16);
			uiTabPageKeyboard.Key = "Keyboard";
			resources.ApplyResources(uiTabPageKeyboard, "uiTabPageKeyboard");
			uiTabPageKeyboard.Name = "uiTabPageKeyboard";
			uiTabPageKeyboard.TabStop = true;
			keyboardEditor1.BackColor = System.Drawing.Color.Transparent;
			resources.ApplyResources(keyboardEditor1, "keyboardEditor1");
			keyboardEditor1.Name = "keyboardEditor1";
			label16.BackColor = System.Drawing.Color.DimGray;
			label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label16, "label16");
			label16.ForeColor = System.Drawing.Color.White;
			label16.Name = "label16";
			uiTabPageUpdates.Controls.Add(lblWatchTheNetworkAvailability);
			uiTabPageUpdates.Controls.Add(label17);
			uiTabPageUpdates.Controls.Add(checkWatchTheNetworkAvailability);
			uiTabPageUpdates.Controls.Add(checkIgnoreIgnoreOnCommitConflicts);
			uiTabPageUpdates.Controls.Add(checkIgnoreIgnoreOnCommit);
			uiTabPageUpdates.Controls.Add(label1);
			uiTabPageUpdates.Controls.Add(checkTreatUnversionedAsModified);
			uiTabPageUpdates.Controls.Add(checkEnableUpdates);
			uiTabPageUpdates.Controls.Add(checkAutomaticInterval);
			uiTabPageUpdates.Controls.Add(numSecondsPerSource);
			uiTabPageUpdates.Controls.Add(numUpdatesInterval);
			uiTabPageUpdates.Controls.Add(label2);
			uiTabPageUpdates.Key = "Sources";
			resources.ApplyResources(uiTabPageUpdates, "uiTabPageUpdates");
			uiTabPageUpdates.Name = "uiTabPageUpdates";
			uiTabPageUpdates.TabStop = true;
			resources.ApplyResources(lblWatchTheNetworkAvailability, "lblWatchTheNetworkAvailability");
			lblWatchTheNetworkAvailability.BackColor = System.Drawing.Color.Transparent;
			lblWatchTheNetworkAvailability.ForeColor = System.Drawing.Color.MidnightBlue;
			lblWatchTheNetworkAvailability.Name = "lblWatchTheNetworkAvailability";
			label17.BackColor = System.Drawing.Color.DimGray;
			label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label17, "label17");
			label17.ForeColor = System.Drawing.Color.White;
			label17.Name = "label17";
			resources.ApplyResources(checkWatchTheNetworkAvailability, "checkWatchTheNetworkAvailability");
			checkWatchTheNetworkAvailability.BackColor = System.Drawing.Color.Transparent;
			checkWatchTheNetworkAvailability.Checked = true;
			checkWatchTheNetworkAvailability.CheckState = System.Windows.Forms.CheckState.Checked;
			checkWatchTheNetworkAvailability.Name = "checkWatchTheNetworkAvailability";
			checkWatchTheNetworkAvailability.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkIgnoreIgnoreOnCommitConflicts, "checkIgnoreIgnoreOnCommitConflicts");
			checkIgnoreIgnoreOnCommitConflicts.BackColor = System.Drawing.Color.Transparent;
			checkIgnoreIgnoreOnCommitConflicts.Checked = true;
			checkIgnoreIgnoreOnCommitConflicts.CheckState = System.Windows.Forms.CheckState.Checked;
			checkIgnoreIgnoreOnCommitConflicts.Name = "checkIgnoreIgnoreOnCommitConflicts";
			checkIgnoreIgnoreOnCommitConflicts.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkIgnoreIgnoreOnCommit, "checkIgnoreIgnoreOnCommit");
			checkIgnoreIgnoreOnCommit.BackColor = System.Drawing.Color.Transparent;
			checkIgnoreIgnoreOnCommit.Checked = true;
			checkIgnoreIgnoreOnCommit.CheckState = System.Windows.Forms.CheckState.Checked;
			checkIgnoreIgnoreOnCommit.Name = "checkIgnoreIgnoreOnCommit";
			checkIgnoreIgnoreOnCommit.UseVisualStyleBackColor = true;
			resources.ApplyResources(label1, "label1");
			label1.BackColor = System.Drawing.Color.Transparent;
			label1.ForeColor = System.Drawing.Color.MidnightBlue;
			label1.Name = "label1";
			resources.ApplyResources(checkTreatUnversionedAsModified, "checkTreatUnversionedAsModified");
			checkTreatUnversionedAsModified.BackColor = System.Drawing.Color.Transparent;
			checkTreatUnversionedAsModified.Checked = true;
			checkTreatUnversionedAsModified.CheckState = System.Windows.Forms.CheckState.Checked;
			checkTreatUnversionedAsModified.Name = "checkTreatUnversionedAsModified";
			checkTreatUnversionedAsModified.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkEnableUpdates, "checkEnableUpdates");
			checkEnableUpdates.BackColor = System.Drawing.Color.Transparent;
			checkEnableUpdates.Checked = true;
			checkEnableUpdates.CheckState = System.Windows.Forms.CheckState.Checked;
			checkEnableUpdates.Name = "checkEnableUpdates";
			checkEnableUpdates.UseVisualStyleBackColor = true;
			resources.ApplyResources(checkAutomaticInterval, "checkAutomaticInterval");
			checkAutomaticInterval.BackColor = System.Drawing.Color.Transparent;
			checkAutomaticInterval.Checked = true;
			checkAutomaticInterval.CheckState = System.Windows.Forms.CheckState.Checked;
			checkAutomaticInterval.Name = "checkAutomaticInterval";
			checkAutomaticInterval.UseVisualStyleBackColor = true;
			checkAutomaticInterval.CheckedChanged += checkAutomaticInterval_CheckedChanged;
			resources.ApplyResources(numSecondsPerSource, "numSecondsPerSource");
			int[] tempAnotherLocal7 = new int[4];
			tempAnotherLocal7[0] = 0xe10;
			numSecondsPerSource.Maximum = new decimal(tempAnotherLocal7);
			int[] tempAnotherLocal8 = new int[4];
			tempAnotherLocal8[0] = 1;
			numSecondsPerSource.Minimum = new decimal(tempAnotherLocal8);
			numSecondsPerSource.Name = "numSecondsPerSource";
			int[] tempAnotherLocal9 = new int[4];
			tempAnotherLocal9[0] = 1;
			numSecondsPerSource.Value = new decimal(tempAnotherLocal9);
			resources.ApplyResources(numUpdatesInterval, "numUpdatesInterval");
			int[] tempAnotherLocal10 = new int[4];
			tempAnotherLocal10[0] = 0x5a0;
			numUpdatesInterval.Maximum = new decimal(tempAnotherLocal10);
			numUpdatesInterval.Name = "numUpdatesInterval";
			resources.ApplyResources(label2, "label2");
			label2.BackColor = System.Drawing.Color.Transparent;
			label2.Name = "label2";
			uiTabPageTortoiseSVN.Controls.Add(linkTortoiseEXEBrowse);
			uiTabPageTortoiseSVN.Controls.Add(checkAutomaticallyResolveTortoiseSVNProcess);
			uiTabPageTortoiseSVN.Controls.Add(numSVNUpdateSourcesQueueTimeoutSeconds);
			uiTabPageTortoiseSVN.Controls.Add(label9);
			uiTabPageTortoiseSVN.Controls.Add(checkSVNUpdateSourcesParallel);
			uiTabPageTortoiseSVN.Controls.Add(checkIgnoreDisabledSourcesWhenUpdatingAll);
			uiTabPageTortoiseSVN.Controls.Add(cmdTortoiseSVNSettings);
			uiTabPageTortoiseSVN.Controls.Add(label18);
			uiTabPageTortoiseSVN.Controls.Add(comboAutoCloseTortoiseSVN);
			uiTabPageTortoiseSVN.Controls.Add(label5);
			uiTabPageTortoiseSVN.Controls.Add(linkAutoCheckTortoiseSVN);
			uiTabPageTortoiseSVN.Controls.Add(label3);
			uiTabPageTortoiseSVN.Controls.Add(txtTortoiseEXE);
			uiTabPageTortoiseSVN.Key = "TortoiseSVN";
			resources.ApplyResources(uiTabPageTortoiseSVN, "uiTabPageTortoiseSVN");
			uiTabPageTortoiseSVN.Name = "uiTabPageTortoiseSVN";
			uiTabPageTortoiseSVN.TabStop = true;
			resources.ApplyResources(linkTortoiseEXEBrowse, "linkTortoiseEXEBrowse");
			linkTortoiseEXEBrowse.BackColor = System.Drawing.Color.Transparent;
			linkTortoiseEXEBrowse.Name = "linkTortoiseEXEBrowse";
			linkTortoiseEXEBrowse.TabStop = true;
			linkTortoiseEXEBrowse.LinkClicked += linkTortoiseEXEBrowse_LinkClicked;
			resources.ApplyResources(checkAutomaticallyResolveTortoiseSVNProcess, "checkAutomaticallyResolveTortoiseSVNProcess");
			checkAutomaticallyResolveTortoiseSVNProcess.BackColor = System.Drawing.Color.Transparent;
			checkAutomaticallyResolveTortoiseSVNProcess.Checked = true;
			checkAutomaticallyResolveTortoiseSVNProcess.CheckState = System.Windows.Forms.CheckState.Checked;
			checkAutomaticallyResolveTortoiseSVNProcess.Name = "checkAutomaticallyResolveTortoiseSVNProcess";
			checkAutomaticallyResolveTortoiseSVNProcess.UseVisualStyleBackColor = true;
			checkAutomaticallyResolveTortoiseSVNProcess.CheckedChanged += checkAutomaticallyResolveTortoiseSVNProcess_CheckedChanged;
			resources.ApplyResources(numSVNUpdateSourcesQueueTimeoutSeconds, "numSVNUpdateSourcesQueueTimeoutSeconds");
			int[] tempAnotherLocal11 = new int[4];
			tempAnotherLocal11[0] = 300;
			numSVNUpdateSourcesQueueTimeoutSeconds.Maximum = new decimal(tempAnotherLocal11);
			int[] tempAnotherLocal12 = new int[4];
			tempAnotherLocal12[0] = 1;
			numSVNUpdateSourcesQueueTimeoutSeconds.Minimum = new decimal(tempAnotherLocal12);
			numSVNUpdateSourcesQueueTimeoutSeconds.Name = "numSVNUpdateSourcesQueueTimeoutSeconds";
			int[] tempAnotherLocal13 = new int[4];
			tempAnotherLocal13[0] = 1;
			numSVNUpdateSourcesQueueTimeoutSeconds.Value = new decimal(tempAnotherLocal13);
			resources.ApplyResources(label9, "label9");
			label9.BackColor = System.Drawing.Color.Transparent;
			label9.Name = "label9";
			resources.ApplyResources(checkSVNUpdateSourcesParallel, "checkSVNUpdateSourcesParallel");
			checkSVNUpdateSourcesParallel.BackColor = System.Drawing.Color.Transparent;
			checkSVNUpdateSourcesParallel.Checked = true;
			checkSVNUpdateSourcesParallel.CheckState = System.Windows.Forms.CheckState.Checked;
			checkSVNUpdateSourcesParallel.Name = "checkSVNUpdateSourcesParallel";
			checkSVNUpdateSourcesParallel.UseVisualStyleBackColor = true;
			checkSVNUpdateSourcesParallel.CheckedChanged += checkSVNUpdateSourcesParallel_CheckedChanged;
			resources.ApplyResources(checkIgnoreDisabledSourcesWhenUpdatingAll, "checkIgnoreDisabledSourcesWhenUpdatingAll");
			checkIgnoreDisabledSourcesWhenUpdatingAll.BackColor = System.Drawing.Color.Transparent;
			checkIgnoreDisabledSourcesWhenUpdatingAll.Checked = true;
			checkIgnoreDisabledSourcesWhenUpdatingAll.CheckState = System.Windows.Forms.CheckState.Checked;
			checkIgnoreDisabledSourcesWhenUpdatingAll.Name = "checkIgnoreDisabledSourcesWhenUpdatingAll";
			checkIgnoreDisabledSourcesWhenUpdatingAll.UseVisualStyleBackColor = true;
			resources.ApplyResources(cmdTortoiseSVNSettings, "cmdTortoiseSVNSettings");
			cmdTortoiseSVNSettings.Name = "cmdTortoiseSVNSettings";
			cmdTortoiseSVNSettings.Click += cmdTortoiseSVNSettings_Click;
			label18.BackColor = System.Drawing.Color.DimGray;
			label18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label18, "label18");
			label18.ForeColor = System.Drawing.Color.White;
			label18.Name = "label18";
			resources.ApplyResources(comboAutoCloseTortoiseSVN, "comboAutoCloseTortoiseSVN");
			comboAutoCloseTortoiseSVN.DisplayMember = "Description";
			comboAutoCloseTortoiseSVN.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			comboAutoCloseTortoiseSVN.Name = "comboAutoCloseTortoiseSVN";
			comboAutoCloseTortoiseSVN.ValueMember = "Value";
			resources.ApplyResources(label5, "label5");
			label5.BackColor = System.Drawing.Color.Transparent;
			label5.Name = "label5";
			resources.ApplyResources(linkAutoCheckTortoiseSVN, "linkAutoCheckTortoiseSVN");
			linkAutoCheckTortoiseSVN.BackColor = System.Drawing.Color.Transparent;
			linkAutoCheckTortoiseSVN.Name = "linkAutoCheckTortoiseSVN";
			linkAutoCheckTortoiseSVN.TabStop = true;
			linkAutoCheckTortoiseSVN.LinkClicked += linkAutoCheckTortoiseSVN_LinkClicked;
			resources.ApplyResources(label3, "label3");
			label3.BackColor = System.Drawing.Color.Transparent;
			label3.Name = "label3";
			resources.ApplyResources(txtTortoiseEXE, "txtTortoiseEXE");
			txtTortoiseEXE.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			txtTortoiseEXE.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
			txtTortoiseEXE.Name = "txtTortoiseEXE";
			txtTortoiseEXE.Enter += txtTortoiseEXE_Enter;
			uiTabPageRecommending.Controls.Add(uiGroupBoxRecommendMessage);
			uiTabPageRecommending.Controls.Add(label22);
			uiTabPageRecommending.Controls.Add(label21);
			uiTabPageRecommending.Key = "Recommending";
			resources.ApplyResources(uiTabPageRecommending, "uiTabPageRecommending");
			uiTabPageRecommending.Name = "uiTabPageRecommending";
			uiTabPageRecommending.TabStop = true;
			resources.ApplyResources(uiGroupBoxRecommendMessage, "uiGroupBoxRecommendMessage");
			uiGroupBoxRecommendMessage.BackColor = System.Drawing.Color.Transparent;
			uiGroupBoxRecommendMessage.Controls.Add(txtRecommendMessage);
			uiGroupBoxRecommendMessage.Controls.Add(label19);
			uiGroupBoxRecommendMessage.Name = "uiGroupBoxRecommendMessage";
			uiGroupBoxRecommendMessage.TabStop = false;
			resources.ApplyResources(txtRecommendMessage, "txtRecommendMessage");
			txtRecommendMessage.Name = "txtRecommendMessage";
			resources.ApplyResources(label19, "label19");
			label19.BackColor = System.Drawing.Color.Transparent;
			label19.ForeColor = System.Drawing.Color.MidnightBlue;
			label19.Name = "label19";
			resources.ApplyResources(label22, "label22");
			label22.BackColor = System.Drawing.Color.Transparent;
			label22.Name = "label22";
			label21.BackColor = System.Drawing.Color.DimGray;
			label21.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label21, "label21");
			label21.ForeColor = System.Drawing.Color.White;
			label21.Name = "label21";
			uiTabPageVersionCheck.Controls.Add(groupVersionChecks);
			uiTabPageVersionCheck.Controls.Add(label20);
			uiTabPageVersionCheck.Controls.Add(checkEnableVersionCheck);
			uiTabPageVersionCheck.Key = "VersionChecking";
			resources.ApplyResources(uiTabPageVersionCheck, "uiTabPageVersionCheck");
			uiTabPageVersionCheck.Name = "uiTabPageVersionCheck";
			uiTabPageVersionCheck.TabStop = true;
			resources.ApplyResources(groupVersionChecks, "groupVersionChecks");
			groupVersionChecks.BackColor = System.Drawing.Color.Transparent;
			groupVersionChecks.Controls.Add(lblEnableVersionUpgrade);
			groupVersionChecks.Controls.Add(checkSendUsageInformation);
			groupVersionChecks.Controls.Add(label7);
			groupVersionChecks.Controls.Add(checkEnableVersionUpgrade);
			groupVersionChecks.Controls.Add(numVersionCheckInterval);
			groupVersionChecks.Controls.Add(checkVersionCheckAtStartup);
			groupVersionChecks.Name = "groupVersionChecks";
			groupVersionChecks.TabStop = false;
			resources.ApplyResources(lblEnableVersionUpgrade, "lblEnableVersionUpgrade");
			lblEnableVersionUpgrade.ForeColor = System.Drawing.Color.Blue;
			lblEnableVersionUpgrade.Name = "lblEnableVersionUpgrade";
			resources.ApplyResources(checkSendUsageInformation, "checkSendUsageInformation");
			checkSendUsageInformation.BackColor = System.Drawing.Color.Transparent;
			checkSendUsageInformation.Checked = true;
			checkSendUsageInformation.CheckState = System.Windows.Forms.CheckState.Checked;
			checkSendUsageInformation.Name = "checkSendUsageInformation";
			checkSendUsageInformation.UseVisualStyleBackColor = true;
			resources.ApplyResources(label7, "label7");
			label7.BackColor = System.Drawing.Color.Transparent;
			label7.Name = "label7";
			resources.ApplyResources(checkEnableVersionUpgrade, "checkEnableVersionUpgrade");
			checkEnableVersionUpgrade.BackColor = System.Drawing.Color.Transparent;
			checkEnableVersionUpgrade.Checked = true;
			checkEnableVersionUpgrade.CheckState = System.Windows.Forms.CheckState.Checked;
			checkEnableVersionUpgrade.Name = "checkEnableVersionUpgrade";
			checkEnableVersionUpgrade.UseVisualStyleBackColor = true;
			resources.ApplyResources(numVersionCheckInterval, "numVersionCheckInterval");
			int[] tempAnotherLocal14 = new int[4];
			tempAnotherLocal14[0] = 0x5a0;
			numVersionCheckInterval.Maximum = new decimal(tempAnotherLocal14);
			numVersionCheckInterval.Name = "numVersionCheckInterval";
			resources.ApplyResources(checkVersionCheckAtStartup, "checkVersionCheckAtStartup");
			checkVersionCheckAtStartup.BackColor = System.Drawing.Color.Transparent;
			checkVersionCheckAtStartup.Checked = true;
			checkVersionCheckAtStartup.CheckState = System.Windows.Forms.CheckState.Checked;
			checkVersionCheckAtStartup.Name = "checkVersionCheckAtStartup";
			checkVersionCheckAtStartup.UseVisualStyleBackColor = true;
			label20.BackColor = System.Drawing.Color.DimGray;
			label20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			resources.ApplyResources(label20, "label20");
			label20.ForeColor = System.Drawing.Color.White;
			label20.Name = "label20";
			resources.ApplyResources(checkEnableVersionCheck, "checkEnableVersionCheck");
			checkEnableVersionCheck.BackColor = System.Drawing.Color.Transparent;
			checkEnableVersionCheck.Checked = true;
			checkEnableVersionCheck.CheckState = System.Windows.Forms.CheckState.Checked;
			checkEnableVersionCheck.Name = "checkEnableVersionCheck";
			checkEnableVersionCheck.UseVisualStyleBackColor = true;
			checkEnableVersionCheck.CheckedChanged += checkEnableVersionCheck_CheckedChanged;
			panelBottom.Controls.Add(btnOK);
			panelBottom.Controls.Add(btnCancel);
			resources.ApplyResources(panelBottom, "panelBottom");
			panelBottom.Name = "panelBottom";
			resources.ApplyResources(treeView1, "treeView1");
			treeView1.FullRowSelect = true;
			treeView1.HideSelection = false;
			treeView1.HotTracking = true;
			treeView1.ItemHeight = 0x12;
			treeView1.Name = "treeView1";
			treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[]
			{
				(System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes1"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes2"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes3"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes4"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes5"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes6"), (System.Windows.Forms.TreeNode)resources.GetObject("treeView1.Nodes7")
			});
			treeView1.ShowRootLines = false;
			treeView1.AfterSelect += treeView1_AfterSelect;
			panelLeft.Controls.Add(panelRight);
			panelLeft.Controls.Add(treeView1);
			resources.ApplyResources(panelLeft, "panelLeft");
			panelLeft.Name = "panelLeft";
			panelRight.Controls.Add(uiTabs);
			resources.ApplyResources(panelRight, "panelRight");
			panelRight.Name = "panelRight";
			resources.ApplyResources(checkCommitIsAlwaysEnabled, "checkCommitIsAlwaysEnabled");
			checkCommitIsAlwaysEnabled.BackColor = System.Drawing.Color.Transparent;
			checkCommitIsAlwaysEnabled.Checked = true;
			checkCommitIsAlwaysEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
			checkCommitIsAlwaysEnabled.Name = "checkCommitIsAlwaysEnabled";
			checkCommitIsAlwaysEnabled.UseVisualStyleBackColor = true;
			base.AcceptButton = btnOK;
			resources.ApplyResources(this, "$this");
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			base.CancelButton = btnCancel;
			base.Controls.Add(panelLeft);
			base.Controls.Add(panelBottom);
			base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			base.Name = "SettingsDialog";
			base.ShowInTaskbar = false;
			((System.ComponentModel.ISupportInitialize)uiTabs).EndInit();
			uiTabs.ResumeLayout(false);
			uiTabPageGeneral.ResumeLayout(false);
			uiTabPageGeneral.PerformLayout();
			uiTabPageDisplay.ResumeLayout(false);
			uiTabPageDisplay.PerformLayout();
			groupSourcesPanel.ResumeLayout(false);
			groupSourcesPanel.PerformLayout();
			numPreviewLines.EndInit();
			numPageSize.EndInit();
			uiTabPageOperation.ResumeLayout(false);
			uiTabPageOperation.PerformLayout();
			uiTabPageKeyboard.ResumeLayout(false);
			uiTabPageUpdates.ResumeLayout(false);
			uiTabPageUpdates.PerformLayout();
			numSecondsPerSource.EndInit();
			numUpdatesInterval.EndInit();
			uiTabPageTortoiseSVN.ResumeLayout(false);
			uiTabPageTortoiseSVN.PerformLayout();
			numSVNUpdateSourcesQueueTimeoutSeconds.EndInit();
			uiTabPageRecommending.ResumeLayout(false);
			uiGroupBoxRecommendMessage.ResumeLayout(false);
			uiGroupBoxRecommendMessage.PerformLayout();
			uiTabPageVersionCheck.ResumeLayout(false);
			uiTabPageVersionCheck.PerformLayout();
			groupVersionChecks.ResumeLayout(false);
			groupVersionChecks.PerformLayout();
			numVersionCheckInterval.EndInit();
			panelBottom.ResumeLayout(false);
			panelLeft.ResumeLayout(false);
			panelRight.ResumeLayout(false);
			base.ResumeLayout(false);
		}
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_TimKiemBN));
     Janus.Windows.GridEX.GridEXLayout grdAssignDetail_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.GridEX.GridEXLayout grdRegExam_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.GridEX.GridEXLayout cboKieuKham_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel1 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel2 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel3 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel4 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel5 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.cmdThemMoiBN = new System.Windows.Forms.ToolStripButton();
     this.cmdSuaThongTinBN = new System.Windows.Forms.ToolStripButton();
     this.cmdThemLanKham = new System.Windows.Forms.ToolStripButton();
     this.cmdXoaBenhNhan = new System.Windows.Forms.ToolStripButton();
     this.cmdExit = new System.Windows.Forms.ToolStripButton();
     this.tabChiDinh = new Janus.Windows.UI.Tab.UITab();
     this.tabPageChiDinh = new Janus.Windows.UI.Tab.UITabPage();
     this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
     this.grdAssignDetail = new Janus.Windows.GridEX.GridEX();
     this.uiGroupBox5 = new Janus.Windows.EditControls.UIGroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.barcode = new Mabry.Windows.Forms.Barcode.Barcode();
     this.txtTongChiPhi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.cmdPrintAssign = new Janus.Windows.EditControls.UIButton();
     this.chkIntach = new System.Windows.Forms.CheckBox();
     this.cboServicePrint = new System.Windows.Forms.ComboBox();
     this.cmdXoaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdSuaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdThemChiDinh = new Janus.Windows.EditControls.UIButton();
     this.grdRegExam = new Janus.Windows.GridEX.GridEX();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnlnutchucnang = new System.Windows.Forms.Panel();
     this.cmdInPhieuKham = new Janus.Windows.EditControls.UIButton();
     this.cmdXoaKham = new Janus.Windows.EditControls.UIButton();
     this.cmdThanhToanKham = new Janus.Windows.EditControls.UIButton();
     this.pnlPrint = new System.Windows.Forms.FlowLayoutPanel();
     this.cmdInhoadon = new Janus.Windows.EditControls.UIButton();
     this.cmdInBienlai = new Janus.Windows.EditControls.UIButton();
     this.lblMsg = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.cboKieuin = new Janus.Windows.EditControls.UIComboBox();
     this.cmdCauhinh = new Janus.Windows.EditControls.UIButton();
     this.chkInsaukhiluu = new System.Windows.Forms.CheckBox();
     this.cboLaserPrinters = new System.Windows.Forms.ComboBox();
     this.cboPrintPreview = new Janus.Windows.EditControls.UIComboBox();
     this.cboA4 = new Janus.Windows.EditControls.UIComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.plnAddDvuKCB = new System.Windows.Forms.Panel();
     this.txtMyNameEdit = new Janus.Windows.GridEX.EditControls.EditBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.pnlGoMaDvu = new System.Windows.Forms.Panel();
     this.txtExamtypeCode = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.txtIDKieuKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.cboKieuKham = new Janus.Windows.GridEX.EditControls.MultiColumnCombo();
     this.pnlKieuPhongkham = new System.Windows.Forms.Panel();
     this.label35 = new System.Windows.Forms.Label();
     this.txtKieuKham = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.label23 = new System.Windows.Forms.Label();
     this.txtPhongkham = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.txtIDPkham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblDonGia = new System.Windows.Forms.Label();
     this.lblPhuThu = new System.Windows.Forms.Label();
     this.cmdAddDvuKCB = new Janus.Windows.EditControls.UIButton();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuMaDVu = new System.Windows.Forms.ToolStripMenuItem();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
     this.lblTongSo = new System.Windows.Forms.Label();
     this.cboObjectType = new Janus.Windows.EditControls.UIComboBox();
     this.radTatCa = new Janus.Windows.EditControls.UIRadioButton();
     this.radNoiTru = new Janus.Windows.EditControls.UIRadioButton();
     this.radNgoaiTru = new Janus.Windows.EditControls.UIRadioButton();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPatientCode = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtPatient_ID = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.Label7 = new System.Windows.Forms.Label();
     this.txtPatientName = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dtmTo = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.dtmFrom = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.chkByDate = new System.Windows.Forms.CheckBox();
     this.Label1 = new System.Windows.Forms.Label();
     this.cmdTimKiem = new Janus.Windows.EditControls.UIButton();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.uiGroupBox2 = new Janus.Windows.EditControls.UIGroupBox();
     this.grdList = new Janus.Windows.GridEX.GridEX();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabChiDinh)).BeginInit();
     this.tabChiDinh.SuspendLayout();
     this.tabPageChiDinh.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
     this.uiGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).BeginInit();
     this.uiGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdRegExam)).BeginInit();
     this.panel2.SuspendLayout();
     this.pnlnutchucnang.SuspendLayout();
     this.pnlPrint.SuspendLayout();
     this.plnAddDvuKCB.SuspendLayout();
     this.panel3.SuspendLayout();
     this.pnlGoMaDvu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboKieuKham)).BeginInit();
     this.pnlKieuPhongkham.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
     this.uiGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).BeginInit();
     this.uiGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.toolStrip1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cmdThemMoiBN,
     this.cmdSuaThongTinBN,
     this.cmdThemLanKham,
     this.cmdXoaBenhNhan,
     this.cmdExit});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1018, 31);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // cmdThemMoiBN
     //
     this.cmdThemMoiBN.BackColor = System.Drawing.SystemColors.Control;
     this.cmdThemMoiBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemMoiBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemMoiBN.Image")));
     this.cmdThemMoiBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemMoiBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemMoiBN.Name = "cmdThemMoiBN";
     this.cmdThemMoiBN.Size = new System.Drawing.Size(92, 28);
     this.cmdThemMoiBN.Text = "&Thêm mới";
     this.cmdThemMoiBN.ToolTipText = "Nhấn vào đây để tiếp đón Bệnh nhân mới";
     //
     // cmdSuaThongTinBN
     //
     this.cmdSuaThongTinBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdSuaThongTinBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaThongTinBN.Image")));
     this.cmdSuaThongTinBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdSuaThongTinBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdSuaThongTinBN.Name = "cmdSuaThongTinBN";
     this.cmdSuaThongTinBN.Size = new System.Drawing.Size(111, 28);
     this.cmdSuaThongTinBN.Text = "&Sửa thông tin ";
     this.cmdSuaThongTinBN.ToolTipText = "Nhấn vào nút này để sửa thông tin Bệnh nhân đang chọn trên lưới";
     //
     // cmdThemLanKham
     //
     this.cmdThemLanKham.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemLanKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemLanKham.Image")));
     this.cmdThemLanKham.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemLanKham.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemLanKham.Name = "cmdThemLanKham";
     this.cmdThemLanKham.Size = new System.Drawing.Size(121, 28);
     this.cmdThemLanKham.Text = "&Thêm lần khám";
     this.cmdThemLanKham.ToolTipText = "Nhấn nút này để thêm lần khám cho Bệnh nhân đang chọn trên lưới";
     //
     // cmdXoaBenhNhan
     //
     this.cmdXoaBenhNhan.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdXoaBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaBenhNhan.Image")));
     this.cmdXoaBenhNhan.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdXoaBenhNhan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdXoaBenhNhan.Name = "cmdXoaBenhNhan";
     this.cmdXoaBenhNhan.Size = new System.Drawing.Size(110, 28);
     this.cmdXoaBenhNhan.Text = "&Xóa lần khám";
     this.cmdXoaBenhNhan.ToolTipText = "Nhấn nút này để xóa lần khám của Bệnh nhân đang chọn trên lưới";
     //
     // cmdExit
     //
     this.cmdExit.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdExit.Image = ((System.Drawing.Image)(resources.GetObject("cmdExit.Image")));
     this.cmdExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdExit.Name = "cmdExit";
     this.cmdExit.Size = new System.Drawing.Size(126, 28);
     this.cmdExit.Text = "Đóng chức năng";
     this.cmdExit.ToolTipText = "Nhấn nút này để thoát khỏi chức năng ";
     //
     // tabChiDinh
     //
     this.tabChiDinh.Dock = System.Windows.Forms.DockStyle.Right;
     this.tabChiDinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabChiDinh.Location = new System.Drawing.Point(531, 103);
     this.tabChiDinh.Name = "tabChiDinh";
     this.tabChiDinh.Size = new System.Drawing.Size(487, 610);
     this.tabChiDinh.TabIndex = 0;
     this.tabChiDinh.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
     this.tabPageChiDinh});
     this.tabChiDinh.TabStop = false;
     this.tabChiDinh.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.VS2005;
     //
     // tabPageChiDinh
     //
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox4);
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox5);
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox3);
     this.tabPageChiDinh.Location = new System.Drawing.Point(1, 23);
     this.tabPageChiDinh.Name = "tabPageChiDinh";
     this.tabPageChiDinh.Size = new System.Drawing.Size(485, 586);
     this.tabPageChiDinh.TabStop = true;
     this.tabPageChiDinh.Text = "Thông tin chỉ định(Nhấn F2)";
     //
     // uiGroupBox4
     //
     this.uiGroupBox4.Controls.Add(this.grdAssignDetail);
     this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox4.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox4.Name = "uiGroupBox4";
     this.uiGroupBox4.Size = new System.Drawing.Size(485, 495);
     this.uiGroupBox4.TabIndex = 1;
     this.uiGroupBox4.Text = "Danh sách các chỉ định CLS Bệnh nhân đã đăng ký";
     //
     // grdAssignDetail
     //
     this.grdAssignDetail.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdAssignDetail.BackColor = System.Drawing.Color.Silver;
     grdAssignDetail_DesignTimeLayout.LayoutString = resources.GetString("grdAssignDetail_DesignTimeLayout.LayoutString");
     this.grdAssignDetail.DesignTimeLayout = grdAssignDetail_DesignTimeLayout;
     this.grdAssignDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdAssignDetail.Font = new System.Drawing.Font("Arial", 9F);
     this.grdAssignDetail.GroupByBoxVisible = false;
     this.grdAssignDetail.GroupTotals = Janus.Windows.GridEX.GroupTotals.Always;
     this.grdAssignDetail.Location = new System.Drawing.Point(3, 17);
     this.grdAssignDetail.Name = "grdAssignDetail";
     this.grdAssignDetail.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.Size = new System.Drawing.Size(479, 475);
     this.grdAssignDetail.TabIndex = 0;
     this.grdAssignDetail.TabStop = false;
     this.grdAssignDetail.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.TotalRowFormatStyle.BackColor = System.Drawing.Color.White;
     this.grdAssignDetail.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdAssignDetail.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // uiGroupBox5
     //
     this.uiGroupBox5.Controls.Add(this.label6);
     this.uiGroupBox5.Controls.Add(this.label5);
     this.uiGroupBox5.Controls.Add(this.barcode);
     this.uiGroupBox5.Controls.Add(this.txtTongChiPhi);
     this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.uiGroupBox5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox5.Location = new System.Drawing.Point(0, 495);
     this.uiGroupBox5.Name = "uiGroupBox5";
     this.uiGroupBox5.Size = new System.Drawing.Size(485, 0);
     this.uiGroupBox5.TabIndex = 3;
     this.uiGroupBox5.Text = "&Thông tin chi phí";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(258, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(28, 15);
     this.label6.TabIndex = 242;
     this.label6.Text = "Vnđ";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(7, 40);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(45, 15);
     this.label5.TabIndex = 241;
     this.label5.Text = "Chi phí";
     //
     // barcode
     //
     this.barcode.BackColor = System.Drawing.Color.White;
     this.barcode.BarColor = System.Drawing.Color.Black;
     this.barcode.BarRatio = 2F;
     this.barcode.Data = "00000";
     this.barcode.DataExtension = null;
     this.barcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barcode.Location = new System.Drawing.Point(345, 15);
     this.barcode.Name = "barcode";
     this.barcode.Size = new System.Drawing.Size(218, 53);
     this.barcode.Symbology = Mabry.Windows.Forms.Barcode.Barcode.BarcodeSymbologies.Code128;
     this.barcode.TabIndex = 443;
     this.barcode.Text = "000000";
     this.barcode.Visible = false;
     //
     // txtTongChiPhi
     //
     this.txtTongChiPhi.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTongChiPhi.Location = new System.Drawing.Point(68, 37);
     this.txtTongChiPhi.Name = "txtTongChiPhi";
     this.txtTongChiPhi.ReadOnly = true;
     this.txtTongChiPhi.Size = new System.Drawing.Size(183, 23);
     this.txtTongChiPhi.TabIndex = 0;
     this.txtTongChiPhi.TextAlignment = Janus.Windows.GridEX.TextAlignment.Far;
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.cmdPrintAssign);
     this.uiGroupBox3.Controls.Add(this.chkIntach);
     this.uiGroupBox3.Controls.Add(this.cboServicePrint);
     this.uiGroupBox3.Controls.Add(this.cmdXoaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdSuaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdThemChiDinh);
     this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.uiGroupBox3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(0, 495);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(485, 91);
     this.uiGroupBox3.TabIndex = 0;
     //
     // cmdPrintAssign
     //
     this.cmdPrintAssign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrintAssign.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdPrintAssign.Image = ((System.Drawing.Image)(resources.GetObject("cmdPrintAssign.Image")));
     this.cmdPrintAssign.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdPrintAssign.Location = new System.Drawing.Point(312, 56);
     this.cmdPrintAssign.Name = "cmdPrintAssign";
     this.cmdPrintAssign.Size = new System.Drawing.Size(78, 28);
     this.cmdPrintAssign.TabIndex = 706;
     this.cmdPrintAssign.Text = "In";
     this.toolTip1.SetToolTip(this.cmdPrintAssign, "Nhấn vào đây để in phiếu CLS(Phím tắt Ctrl+P)");
     //
     // chkIntach
     //
     this.chkIntach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.chkIntach.AutoSize = true;
     this.chkIntach.Location = new System.Drawing.Point(3, 14);
     this.chkIntach.Name = "chkIntach";
     this.chkIntach.Size = new System.Drawing.Size(69, 19);
     this.chkIntach.TabIndex = 705;
     this.chkIntach.Text = "In tách?";
     this.chkIntach.UseVisualStyleBackColor = true;
     //
     // cboServicePrint
     //
     this.cboServicePrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cboServicePrint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboServicePrint.FormattingEnabled = true;
     this.cboServicePrint.Location = new System.Drawing.Point(78, 11);
     this.cboServicePrint.Name = "cboServicePrint";
     this.cboServicePrint.Size = new System.Drawing.Size(385, 23);
     this.cboServicePrint.TabIndex = 704;
     //
     // cmdXoaChiDinh
     //
     this.cmdXoaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdXoaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdXoaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaChiDinh.Image")));
     this.cmdXoaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdXoaChiDinh.Location = new System.Drawing.Point(210, 56);
     this.cmdXoaChiDinh.Name = "cmdXoaChiDinh";
     this.cmdXoaChiDinh.Size = new System.Drawing.Size(93, 29);
     this.cmdXoaChiDinh.TabIndex = 702;
     this.cmdXoaChiDinh.TabStop = false;
     this.cmdXoaChiDinh.Text = "&Xóa";
     //
     // cmdSuaChiDinh
     //
     this.cmdSuaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSuaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSuaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaChiDinh.Image")));
     this.cmdSuaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdSuaChiDinh.Location = new System.Drawing.Point(119, 56);
     this.cmdSuaChiDinh.Name = "cmdSuaChiDinh";
     this.cmdSuaChiDinh.Size = new System.Drawing.Size(85, 29);
     this.cmdSuaChiDinh.TabIndex = 701;
     this.cmdSuaChiDinh.TabStop = false;
     this.cmdSuaChiDinh.Text = "&Sửa";
     //
     // cmdThemChiDinh
     //
     this.cmdThemChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdThemChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdThemChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemChiDinh.Image")));
     this.cmdThemChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdThemChiDinh.Location = new System.Drawing.Point(10, 56);
     this.cmdThemChiDinh.Name = "cmdThemChiDinh";
     this.cmdThemChiDinh.Size = new System.Drawing.Size(103, 29);
     this.cmdThemChiDinh.TabIndex = 700;
     this.cmdThemChiDinh.TabStop = false;
     this.cmdThemChiDinh.Text = "&Thêm";
     //
     // grdRegExam
     //
     this.grdRegExam.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdRegExam.AlternatingColors = true;
     grdRegExam_DesignTimeLayout.LayoutString = resources.GetString("grdRegExam_DesignTimeLayout.LayoutString");
     this.grdRegExam.DesignTimeLayout = grdRegExam_DesignTimeLayout;
     this.grdRegExam.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdRegExam.Font = new System.Drawing.Font("Arial", 9F);
     this.grdRegExam.GroupByBoxVisible = false;
     this.grdRegExam.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdRegExam.Location = new System.Drawing.Point(0, 44);
     this.grdRegExam.Name = "grdRegExam";
     this.grdRegExam.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdRegExam.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdRegExam.Size = new System.Drawing.Size(485, 355);
     this.grdRegExam.TabIndex = 603;
     this.grdRegExam.TabStop = false;
     this.grdRegExam.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdRegExam.TotalRowFormatStyle.BackColor = System.Drawing.SystemColors.Control;
     this.grdRegExam.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdRegExam.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnlnutchucnang);
     this.panel2.Controls.Add(this.lblMsg);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.cboKieuin);
     this.panel2.Controls.Add(this.cmdCauhinh);
     this.panel2.Controls.Add(this.chkInsaukhiluu);
     this.panel2.Controls.Add(this.cboLaserPrinters);
     this.panel2.Controls.Add(this.cboPrintPreview);
     this.panel2.Controls.Add(this.cboA4);
     this.panel2.Controls.Add(this.label26);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 399);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(485, 187);
     this.panel2.TabIndex = 602;
     //
     // pnlnutchucnang
     //
     this.pnlnutchucnang.Controls.Add(this.cmdInPhieuKham);
     this.pnlnutchucnang.Controls.Add(this.cmdXoaKham);
     this.pnlnutchucnang.Controls.Add(this.cmdThanhToanKham);
     this.pnlnutchucnang.Controls.Add(this.pnlPrint);
     this.pnlnutchucnang.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlnutchucnang.Location = new System.Drawing.Point(0, 154);
     this.pnlnutchucnang.Name = "pnlnutchucnang";
     this.pnlnutchucnang.Size = new System.Drawing.Size(485, 33);
     this.pnlnutchucnang.TabIndex = 704;
     //
     // cmdInPhieuKham
     //
     this.cmdInPhieuKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInPhieuKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInPhieuKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdInPhieuKham.Image")));
     this.cmdInPhieuKham.Location = new System.Drawing.Point(307, 2);
     this.cmdInPhieuKham.Name = "cmdInPhieuKham";
     this.cmdInPhieuKham.Size = new System.Drawing.Size(107, 27);
     this.cmdInPhieuKham.TabIndex = 34;
     this.cmdInPhieuKham.TabStop = false;
     this.cmdInPhieuKham.Text = "In phiếu KCB";
     this.cmdInPhieuKham.ToolTipText = "Nhấn vào đây để in phiếu khám chữa bệnh";
     //
     // cmdXoaKham
     //
     this.cmdXoaKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdXoaKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdXoaKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaKham.Image")));
     this.cmdXoaKham.Location = new System.Drawing.Point(416, 2);
     this.cmdXoaKham.Name = "cmdXoaKham";
     this.cmdXoaKham.Size = new System.Drawing.Size(66, 27);
     this.cmdXoaKham.TabIndex = 35;
     this.cmdXoaKham.TabStop = false;
     this.cmdXoaKham.Text = "Xóa";
     this.cmdXoaKham.ToolTipText = "Nhấn vào đây để xóa phiếu khám";
     //
     // cmdThanhToanKham
     //
     this.cmdThanhToanKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdThanhToanKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdThanhToanKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdThanhToanKham.Image")));
     this.cmdThanhToanKham.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdThanhToanKham.Location = new System.Drawing.Point(214, 2);
     this.cmdThanhToanKham.Name = "cmdThanhToanKham";
     this.cmdThanhToanKham.Size = new System.Drawing.Size(92, 27);
     this.cmdThanhToanKham.TabIndex = 33;
     this.cmdThanhToanKham.TabStop = false;
     this.cmdThanhToanKham.Tag = "TT";
     this.cmdThanhToanKham.Text = "T.Toán";
     this.cmdThanhToanKham.ToolTipText = "Nhấn vào đây để thanh toán chi phí KCB đang chọn";
     //
     // pnlPrint
     //
     this.pnlPrint.Controls.Add(this.cmdInhoadon);
     this.pnlPrint.Controls.Add(this.cmdInBienlai);
     this.pnlPrint.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlPrint.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.pnlPrint.Location = new System.Drawing.Point(0, 0);
     this.pnlPrint.Name = "pnlPrint";
     this.pnlPrint.Size = new System.Drawing.Size(208, 33);
     this.pnlPrint.TabIndex = 0;
     //
     // cmdInhoadon
     //
     this.cmdInhoadon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInhoadon.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInhoadon.Image = ((System.Drawing.Image)(resources.GetObject("cmdInhoadon.Image")));
     this.cmdInhoadon.Location = new System.Drawing.Point(108, 3);
     this.cmdInhoadon.Name = "cmdInhoadon";
     this.cmdInhoadon.Size = new System.Drawing.Size(97, 27);
     this.cmdInhoadon.TabIndex = 37;
     this.cmdInhoadon.TabStop = false;
     this.cmdInhoadon.Text = "In hóa đơn";
     this.cmdInhoadon.ToolTipText = "Nhấn vào đây để in hóa đơn thanh toán";
     //
     // cmdInBienlai
     //
     this.cmdInBienlai.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInBienlai.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInBienlai.Image = ((System.Drawing.Image)(resources.GetObject("cmdInBienlai.Image")));
     this.cmdInBienlai.Location = new System.Drawing.Point(5, 3);
     this.cmdInBienlai.Name = "cmdInBienlai";
     this.cmdInBienlai.Size = new System.Drawing.Size(97, 27);
     this.cmdInBienlai.TabIndex = 36;
     this.cmdInBienlai.TabStop = false;
     this.cmdInBienlai.Text = "In biên lai";
     this.cmdInBienlai.ToolTipText = "Nhấn vào đây để in phiếu thu (biên lai)";
     //
     // lblMsg
     //
     this.lblMsg.AutoSize = true;
     this.lblMsg.Location = new System.Drawing.Point(14, 120);
     this.lblMsg.Name = "lblMsg";
     this.lblMsg.Size = new System.Drawing.Size(0, 13);
     this.lblMsg.TabIndex = 703;
     this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(15, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 15);
     this.label9.TabIndex = 702;
     this.label9.Text = "Kiểu in";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(11, 36);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(75, 15);
     this.label8.TabIndex = 455;
     this.label8.Text = "Cỡ giấy";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboKieuin
     //
     this.cboKieuin.BackColor = System.Drawing.Color.White;
     this.cboKieuin.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboKieuin.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboKieuin.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem1.FormatStyle.Alpha = 0;
     uiComboBoxItem1.IsSeparator = false;
     uiComboBoxItem1.Text = "In nhiệt";
     uiComboBoxItem1.Value = "0";
     uiComboBoxItem2.FormatStyle.Alpha = 0;
     uiComboBoxItem2.IsSeparator = false;
     uiComboBoxItem2.Text = "In laser";
     uiComboBoxItem2.Value = "1";
     this.cboKieuin.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem1,
     uiComboBoxItem2});
     this.cboKieuin.Location = new System.Drawing.Point(93, 60);
     this.cboKieuin.Name = "cboKieuin";
     this.cboKieuin.Size = new System.Drawing.Size(273, 21);
     this.cboKieuin.TabIndex = 453;
     this.cboKieuin.TabStop = false;
     this.cboKieuin.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // cmdCauhinh
     //
     this.cmdCauhinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdCauhinh.Image")));
     this.cmdCauhinh.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdCauhinh.Location = new System.Drawing.Point(372, 6);
     this.cmdCauhinh.Name = "cmdCauhinh";
     this.cmdCauhinh.Size = new System.Drawing.Size(102, 48);
     this.cmdCauhinh.TabIndex = 546;
     this.cmdCauhinh.TabStop = false;
     this.cmdCauhinh.Text = "Cấu hình thêm";
     //
     // chkInsaukhiluu
     //
     this.chkInsaukhiluu.AutoSize = true;
     this.chkInsaukhiluu.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkInsaukhiluu.Location = new System.Drawing.Point(93, 89);
     this.chkInsaukhiluu.Name = "chkInsaukhiluu";
     this.chkInsaukhiluu.Size = new System.Drawing.Size(302, 19);
     this.chkInsaukhiluu.TabIndex = 451;
     this.chkInsaukhiluu.TabStop = false;
     this.chkInsaukhiluu.Text = "In phiếu khám ngay sau khi thêm mới Bệnh nhân?";
     this.chkInsaukhiluu.UseVisualStyleBackColor = true;
     //
     // cboLaserPrinters
     //
     this.cboLaserPrinters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLaserPrinters.FormattingEnabled = true;
     this.cboLaserPrinters.Location = new System.Drawing.Point(93, 6);
     this.cboLaserPrinters.Name = "cboLaserPrinters";
     this.cboLaserPrinters.Size = new System.Drawing.Size(273, 21);
     this.cboLaserPrinters.TabIndex = 449;
     this.cboLaserPrinters.TabStop = false;
     //
     // cboPrintPreview
     //
     this.cboPrintPreview.BackColor = System.Drawing.Color.White;
     this.cboPrintPreview.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboPrintPreview.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboPrintPreview.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem3.FormatStyle.Alpha = 0;
     uiComboBoxItem3.IsSeparator = false;
     uiComboBoxItem3.Text = "Xem trước khi in";
     uiComboBoxItem3.Value = "0";
     uiComboBoxItem4.FormatStyle.Alpha = 0;
     uiComboBoxItem4.IsSeparator = false;
     uiComboBoxItem4.Text = "In ngay";
     uiComboBoxItem4.Value = "1";
     this.cboPrintPreview.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem3,
     uiComboBoxItem4});
     this.cboPrintPreview.Location = new System.Drawing.Point(150, 33);
     this.cboPrintPreview.Name = "cboPrintPreview";
     this.cboPrintPreview.Size = new System.Drawing.Size(216, 21);
     this.cboPrintPreview.TabIndex = 448;
     this.cboPrintPreview.TabStop = false;
     this.cboPrintPreview.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // cboA4
     //
     this.cboA4.BackColor = System.Drawing.Color.White;
     this.cboA4.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboA4.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboA4.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem5.FormatStyle.Alpha = 0;
     uiComboBoxItem5.IsSeparator = false;
     uiComboBoxItem5.Text = "A4";
     uiComboBoxItem5.Value = "A4";
     uiComboBoxItem6.FormatStyle.Alpha = 0;
     uiComboBoxItem6.IsSeparator = false;
     uiComboBoxItem6.Text = "A5";
     uiComboBoxItem6.Value = "A5";
     this.cboA4.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem5,
     uiComboBoxItem6});
     this.cboA4.Location = new System.Drawing.Point(93, 33);
     this.cboA4.Name = "cboA4";
     this.cboA4.Size = new System.Drawing.Size(55, 21);
     this.cboA4.TabIndex = 447;
     this.cboA4.TabStop = false;
     this.cboA4.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // label26
     //
     this.label26.Location = new System.Drawing.Point(11, 9);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(75, 15);
     this.label26.TabIndex = 450;
     this.label26.Text = "Chọn máy in";
     this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // plnAddDvuKCB
     //
     this.plnAddDvuKCB.Controls.Add(this.txtMyNameEdit);
     this.plnAddDvuKCB.Controls.Add(this.panel3);
     this.plnAddDvuKCB.Controls.Add(this.lblDonGia);
     this.plnAddDvuKCB.Controls.Add(this.lblPhuThu);
     this.plnAddDvuKCB.Controls.Add(this.cmdAddDvuKCB);
     this.plnAddDvuKCB.Controls.Add(this.txtIDKieuKham);
     this.plnAddDvuKCB.Controls.Add(this.txtIDPkham);
     this.plnAddDvuKCB.Dock = System.Windows.Forms.DockStyle.Top;
     this.plnAddDvuKCB.Location = new System.Drawing.Point(0, 0);
     this.plnAddDvuKCB.Name = "plnAddDvuKCB";
     this.plnAddDvuKCB.Size = new System.Drawing.Size(485, 44);
     this.plnAddDvuKCB.TabIndex = 0;
     this.plnAddDvuKCB.TabStop = true;
     //
     // txtMyNameEdit
     //
     this.txtMyNameEdit.BackColor = System.Drawing.Color.White;
     this.txtMyNameEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMyNameEdit.Location = new System.Drawing.Point(2, 17);
     this.txtMyNameEdit.Name = "txtMyNameEdit";
     this.txtMyNameEdit.Size = new System.Drawing.Size(10, 23);
     this.txtMyNameEdit.TabIndex = 549;
     this.txtMyNameEdit.TabStop = false;
     this.txtMyNameEdit.Visible = false;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.pnlGoMaDvu);
     this.panel3.Controls.Add(this.pnlKieuPhongkham);
     this.panel3.Location = new System.Drawing.Point(10, 6);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(434, 34);
     this.panel3.TabIndex = 548;
     //
     // pnlGoMaDvu
     //
     this.pnlGoMaDvu.Controls.Add(this.txtExamtypeCode);
     this.pnlGoMaDvu.Controls.Add(this.cboKieuKham);
     this.pnlGoMaDvu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlGoMaDvu.Location = new System.Drawing.Point(0, 0);
     this.pnlGoMaDvu.Name = "pnlGoMaDvu";
     this.pnlGoMaDvu.Size = new System.Drawing.Size(434, 34);
     this.pnlGoMaDvu.TabIndex = 549;
     this.pnlGoMaDvu.TabStop = true;
     //
     // txtExamtypeCode
     //
     this.txtExamtypeCode._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtExamtypeCode._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExamtypeCode.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtExamtypeCode.AutoCompleteList")));
     this.txtExamtypeCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtExamtypeCode.CaseSensitive = false;
     this.txtExamtypeCode.CompareNoID = true;
     this.txtExamtypeCode.DefaultCode = "-1";
     this.txtExamtypeCode.DefaultID = "-1";
     this.txtExamtypeCode.Drug_ID = null;
     this.txtExamtypeCode.ExtraWidth = 374;
     this.txtExamtypeCode.FillValueAfterSelect = false;
     this.txtExamtypeCode.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExamtypeCode.Location = new System.Drawing.Point(4, 6);
     this.txtExamtypeCode.MaxHeight = 289;
     this.txtExamtypeCode.MinTypedCharacters = 2;
     this.txtExamtypeCode.MyCode = "-1";
     this.txtExamtypeCode.MyID = "-1";
     this.txtExamtypeCode.Name = "txtExamtypeCode";
     this.txtExamtypeCode.RaiseEvent = true;
     this.txtExamtypeCode.RaiseEventEnter = false;
     this.txtExamtypeCode.RaiseEventEnterWhenEmpty = false;
     this.txtExamtypeCode.SelectedIndex = -1;
     this.txtExamtypeCode.Size = new System.Drawing.Size(93, 21);
     this.txtExamtypeCode.splitChar = '@';
     this.txtExamtypeCode.splitCharIDAndCode = '#';
     this.txtExamtypeCode.TabIndex = 9;
     this.txtExamtypeCode.TakeCode = true;
     this.txtExamtypeCode.txtMyCode = null;
     this.txtExamtypeCode.txtMyCode_Edit = null;
     this.txtExamtypeCode.txtMyID = null;
     this.txtExamtypeCode.txtMyID_Edit = this.txtIDKieuKham;
     this.txtExamtypeCode.txtMyName = null;
     this.txtExamtypeCode.txtMyName_Edit = this.txtMyNameEdit;
     this.txtExamtypeCode.txtNext = null;
     //
     // txtIDKieuKham
     //
     this.txtIDKieuKham.BackColor = System.Drawing.Color.White;
     this.txtIDKieuKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtIDKieuKham.Location = new System.Drawing.Point(25, 43);
     this.txtIDKieuKham.Name = "txtIDKieuKham";
     this.txtIDKieuKham.Size = new System.Drawing.Size(12, 23);
     this.txtIDKieuKham.TabIndex = 543;
     this.txtIDKieuKham.TabStop = false;
     this.txtIDKieuKham.Visible = false;
     //
     // cboKieuKham
     //
     this.cboKieuKham.AllowDrop = true;
     this.cboKieuKham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboKieuKham.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     cboKieuKham_DesignTimeLayout.LayoutString = resources.GetString("cboKieuKham_DesignTimeLayout.LayoutString");
     this.cboKieuKham.DesignTimeLayout = cboKieuKham_DesignTimeLayout;
     this.cboKieuKham.DisplayMember = "_name";
     this.cboKieuKham.HoverMode = Janus.Windows.GridEX.HoverMode.Highlight;
     this.cboKieuKham.Location = new System.Drawing.Point(99, 6);
     this.cboKieuKham.Name = "cboKieuKham";
     this.cboKieuKham.SelectedIndex = -1;
     this.cboKieuKham.SelectedItem = null;
     this.cboKieuKham.Size = new System.Drawing.Size(332, 20);
     this.cboKieuKham.TabIndex = 10;
     this.cboKieuKham.Text = "CHỌN DỊCH VỤ KCB";
     this.cboKieuKham.ValueMember = "ID";
     this.cboKieuKham.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // pnlKieuPhongkham
     //
     this.pnlKieuPhongkham.Controls.Add(this.label35);
     this.pnlKieuPhongkham.Controls.Add(this.txtKieuKham);
     this.pnlKieuPhongkham.Controls.Add(this.label23);
     this.pnlKieuPhongkham.Controls.Add(this.txtPhongkham);
     this.pnlKieuPhongkham.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlKieuPhongkham.Location = new System.Drawing.Point(0, 0);
     this.pnlKieuPhongkham.Name = "pnlKieuPhongkham";
     this.pnlKieuPhongkham.Size = new System.Drawing.Size(434, 34);
     this.pnlKieuPhongkham.TabIndex = 547;
     this.pnlKieuPhongkham.TabStop = true;
     //
     // label35
     //
     this.label35.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label35.Location = new System.Drawing.Point(9, 6);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(88, 21);
     this.label35.TabIndex = 541;
     this.label35.Text = "Dịch vụ khám:";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtKieuKham
     //
     this.txtKieuKham._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtKieuKham._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKieuKham.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtKieuKham.AutoCompleteList")));
     this.txtKieuKham.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtKieuKham.CaseSensitive = false;
     this.txtKieuKham.CompareNoID = true;
     this.txtKieuKham.DefaultCode = "-1";
     this.txtKieuKham.DefaultID = "-1";
     this.txtKieuKham.Drug_ID = null;
     this.txtKieuKham.ExtraWidth = 0;
     this.txtKieuKham.FillValueAfterSelect = false;
     this.txtKieuKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKieuKham.Location = new System.Drawing.Point(100, 7);
     this.txtKieuKham.MaxHeight = 289;
     this.txtKieuKham.MinTypedCharacters = 2;
     this.txtKieuKham.MyCode = "-1";
     this.txtKieuKham.MyID = "-1";
     this.txtKieuKham.Name = "txtKieuKham";
     this.txtKieuKham.RaiseEvent = true;
     this.txtKieuKham.RaiseEventEnter = false;
     this.txtKieuKham.RaiseEventEnterWhenEmpty = false;
     this.txtKieuKham.SelectedIndex = -1;
     this.txtKieuKham.Size = new System.Drawing.Size(188, 21);
     this.txtKieuKham.splitChar = '@';
     this.txtKieuKham.splitCharIDAndCode = '#';
     this.txtKieuKham.TabIndex = 7;
     this.txtKieuKham.TakeCode = false;
     this.txtKieuKham.txtMyCode = null;
     this.txtKieuKham.txtMyCode_Edit = null;
     this.txtKieuKham.txtMyID = null;
     this.txtKieuKham.txtMyID_Edit = this.txtIDKieuKham;
     this.txtKieuKham.txtMyName = null;
     this.txtKieuKham.txtMyName_Edit = null;
     this.txtKieuKham.txtNext = null;
     //
     // label23
     //
     this.label23.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label23.Location = new System.Drawing.Point(277, 6);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(98, 21);
     this.label23.TabIndex = 542;
     this.label23.Text = "Phòng khám:";
     this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPhongkham
     //
     this.txtPhongkham._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtPhongkham._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhongkham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPhongkham.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtPhongkham.AutoCompleteList")));
     this.txtPhongkham.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhongkham.CaseSensitive = false;
     this.txtPhongkham.CompareNoID = true;
     this.txtPhongkham.DefaultCode = "-1";
     this.txtPhongkham.DefaultID = "-1";
     this.txtPhongkham.Drug_ID = null;
     this.txtPhongkham.ExtraWidth = 0;
     this.txtPhongkham.FillValueAfterSelect = false;
     this.txtPhongkham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhongkham.Location = new System.Drawing.Point(381, 6);
     this.txtPhongkham.MaxHeight = 289;
     this.txtPhongkham.MinTypedCharacters = 2;
     this.txtPhongkham.MyCode = "-1";
     this.txtPhongkham.MyID = "-1";
     this.txtPhongkham.Name = "txtPhongkham";
     this.txtPhongkham.RaiseEvent = true;
     this.txtPhongkham.RaiseEventEnter = false;
     this.txtPhongkham.RaiseEventEnterWhenEmpty = false;
     this.txtPhongkham.SelectedIndex = -1;
     this.txtPhongkham.Size = new System.Drawing.Size(50, 21);
     this.txtPhongkham.splitChar = '@';
     this.txtPhongkham.splitCharIDAndCode = '#';
     this.txtPhongkham.TabIndex = 8;
     this.txtPhongkham.TakeCode = false;
     this.txtPhongkham.txtMyCode = null;
     this.txtPhongkham.txtMyCode_Edit = null;
     this.txtPhongkham.txtMyID = null;
     this.txtPhongkham.txtMyID_Edit = this.txtIDPkham;
     this.txtPhongkham.txtMyName = null;
     this.txtPhongkham.txtMyName_Edit = null;
     this.txtPhongkham.txtNext = null;
     //
     // txtIDPkham
     //
     this.txtIDPkham.BackColor = System.Drawing.Color.White;
     this.txtIDPkham.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtIDPkham.Location = new System.Drawing.Point(43, 43);
     this.txtIDPkham.Name = "txtIDPkham";
     this.txtIDPkham.Size = new System.Drawing.Size(10, 23);
     this.txtIDPkham.TabIndex = 544;
     this.txtIDPkham.TabStop = false;
     this.txtIDPkham.Visible = false;
     //
     // lblDonGia
     //
     this.lblDonGia.AutoSize = true;
     this.lblDonGia.Location = new System.Drawing.Point(264, 49);
     this.lblDonGia.Name = "lblDonGia";
     this.lblDonGia.Size = new System.Drawing.Size(13, 13);
     this.lblDonGia.TabIndex = 546;
     this.lblDonGia.Text = "0";
     //
     // lblPhuThu
     //
     this.lblPhuThu.AutoSize = true;
     this.lblPhuThu.Location = new System.Drawing.Point(111, 49);
     this.lblPhuThu.Name = "lblPhuThu";
     this.lblPhuThu.Size = new System.Drawing.Size(13, 13);
     this.lblPhuThu.TabIndex = 545;
     this.lblPhuThu.Text = "0";
     //
     // cmdAddDvuKCB
     //
     this.cmdAddDvuKCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdAddDvuKCB.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdAddDvuKCB.Image = ((System.Drawing.Image)(resources.GetObject("cmdAddDvuKCB.Image")));
     this.cmdAddDvuKCB.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdAddDvuKCB.Location = new System.Drawing.Point(450, 7);
     this.cmdAddDvuKCB.Name = "cmdAddDvuKCB";
     this.cmdAddDvuKCB.Size = new System.Drawing.Size(29, 27);
     this.cmdAddDvuKCB.TabIndex = 11;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuMaDVu});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(280, 26);
     //
     // mnuMaDVu
     //
     this.mnuMaDVu.CheckOnClick = true;
     this.mnuMaDVu.Name = "mnuMaDVu";
     this.mnuMaDVu.Size = new System.Drawing.Size(279, 22);
     this.mnuMaDVu.Text = "Đăng ký dịch vụ KCB bằng cách gõ mã";
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 713);
     this.uiStatusBar1.Name = "uiStatusBar1";
     uiStatusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel1.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel1.Key = "";
     uiStatusBarPanel1.ProgressBarValue = 0;
     uiStatusBarPanel1.Text = "Ctrl+N: Thêm mới";
     uiStatusBarPanel1.Width = 113;
     uiStatusBarPanel2.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel2.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel2.Key = "";
     uiStatusBarPanel2.ProgressBarValue = 0;
     uiStatusBarPanel2.Text = "Ctrl+U: Cập nhật";
     uiStatusBarPanel2.Width = 106;
     uiStatusBarPanel3.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel3.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel3.Key = "";
     uiStatusBarPanel3.ProgressBarValue = 0;
     uiStatusBarPanel3.Text = "Ctrl+D: Xóa";
     uiStatusBarPanel3.Width = 77;
     uiStatusBarPanel4.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel4.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel4.Key = "";
     uiStatusBarPanel4.ProgressBarValue = 0;
     uiStatusBarPanel4.Text = "Ctrl+K: Thêm khám";
     uiStatusBarPanel4.Width = 121;
     uiStatusBarPanel5.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel5.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel5.Key = "";
     uiStatusBarPanel5.ProgressBarValue = 0;
     uiStatusBarPanel5.Text = "Esc: Thoát Form";
     uiStatusBarPanel5.Width = 105;
     this.uiStatusBar1.Panels.AddRange(new Janus.Windows.UI.StatusBar.UIStatusBarPanel[] {
     uiStatusBarPanel1,
     uiStatusBarPanel2,
     uiStatusBarPanel3,
     uiStatusBarPanel4,
     uiStatusBarPanel5});
     this.uiStatusBar1.Size = new System.Drawing.Size(1018, 27);
     this.uiStatusBar1.TabIndex = 7;
     this.uiStatusBar1.TabStop = false;
     this.uiStatusBar1.VisualStyle = Janus.Windows.UI.VisualStyle.OfficeXP;
     //
     // uiGroupBox1
     //
     this.uiGroupBox1.Controls.Add(this.lblTongSo);
     this.uiGroupBox1.Controls.Add(this.cboObjectType);
     this.uiGroupBox1.Controls.Add(this.radTatCa);
     this.uiGroupBox1.Controls.Add(this.radNoiTru);
     this.uiGroupBox1.Controls.Add(this.radNgoaiTru);
     this.uiGroupBox1.Controls.Add(this.label4);
     this.uiGroupBox1.Controls.Add(this.txtPatientCode);
     this.uiGroupBox1.Controls.Add(this.label2);
     this.uiGroupBox1.Controls.Add(this.txtPatient_ID);
     this.uiGroupBox1.Controls.Add(this.Label7);
     this.uiGroupBox1.Controls.Add(this.txtPatientName);
     this.uiGroupBox1.Controls.Add(this.label3);
     this.uiGroupBox1.Controls.Add(this.dtmTo);
     this.uiGroupBox1.Controls.Add(this.dtmFrom);
     this.uiGroupBox1.Controls.Add(this.chkByDate);
     this.uiGroupBox1.Controls.Add(this.Label1);
     this.uiGroupBox1.Controls.Add(this.cmdTimKiem);
     this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox1.Location = new System.Drawing.Point(0, 31);
     this.uiGroupBox1.Name = "uiGroupBox1";
     this.uiGroupBox1.Size = new System.Drawing.Size(1018, 72);
     this.uiGroupBox1.TabIndex = 1;
     //
     // lblTongSo
     //
     this.lblTongSo.AutoSize = true;
     this.lblTongSo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongSo.Location = new System.Drawing.Point(12, 95);
     this.lblTongSo.Name = "lblTongSo";
     this.lblTongSo.Size = new System.Drawing.Size(127, 17);
     this.lblTongSo.TabIndex = 1;
     this.lblTongSo.Text = "&Tổng số bản ghi :0";
     //
     // cboObjectType
     //
     this.cboObjectType.Location = new System.Drawing.Point(482, 42);
     this.cboObjectType.Name = "cboObjectType";
     this.cboObjectType.Size = new System.Drawing.Size(327, 21);
     this.cboObjectType.TabIndex = 5;
     this.cboObjectType.TabStop = false;
     this.cboObjectType.Text = "Đối tượng";
     //
     // radTatCa
     //
     this.radTatCa.Checked = true;
     this.radTatCa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radTatCa.ForeColor = System.Drawing.Color.Navy;
     this.radTatCa.Location = new System.Drawing.Point(94, 73);
     this.radTatCa.Name = "radTatCa";
     this.radTatCa.Size = new System.Drawing.Size(59, 27);
     this.radTatCa.TabIndex = 521;
     this.radTatCa.TabStop = true;
     this.radTatCa.Text = "&Tất cả";
     //
     // radNoiTru
     //
     this.radNoiTru.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radNoiTru.ForeColor = System.Drawing.Color.Navy;
     this.radNoiTru.Location = new System.Drawing.Point(248, 73);
     this.radNoiTru.Name = "radNoiTru";
     this.radNoiTru.Size = new System.Drawing.Size(80, 27);
     this.radNoiTru.TabIndex = 520;
     this.radNoiTru.Text = "&Nội trú";
     //
     // radNgoaiTru
     //
     this.radNgoaiTru.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radNgoaiTru.ForeColor = System.Drawing.Color.Navy;
     this.radNgoaiTru.Location = new System.Drawing.Point(159, 73);
     this.radNgoaiTru.Name = "radNgoaiTru";
     this.radNgoaiTru.Size = new System.Drawing.Size(78, 27);
     this.radNgoaiTru.TabIndex = 519;
     this.radNgoaiTru.Text = "&Ngoại trú";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(588, 17);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 15);
     this.label4.TabIndex = 518;
     this.label4.Text = "Mã lần khám";
     //
     // txtPatientCode
     //
     this.txtPatientCode.BackColor = System.Drawing.Color.White;
     this.txtPatientCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientCode.Location = new System.Drawing.Point(671, 13);
     this.txtPatientCode.Name = "txtPatientCode";
     this.txtPatientCode.Size = new System.Drawing.Size(138, 21);
     this.txtPatientCode.TabIndex = 3;
     this.txtPatientCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(414, 17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 15);
     this.label2.TabIndex = 516;
     this.label2.Text = "Mã BN";
     //
     // txtPatient_ID
     //
     this.txtPatient_ID.BackColor = System.Drawing.Color.White;
     this.txtPatient_ID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatient_ID.Location = new System.Drawing.Point(482, 13);
     this.txtPatient_ID.Name = "txtPatient_ID";
     this.txtPatient_ID.Numeric = true;
     this.txtPatient_ID.Size = new System.Drawing.Size(102, 21);
     this.txtPatient_ID.TabIndex = 2;
     this.txtPatient_ID.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // Label7
     //
     this.Label7.AutoSize = true;
     this.Label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label7.Location = new System.Drawing.Point(414, 47);
     this.Label7.Name = "Label7";
     this.Label7.Size = new System.Drawing.Size(62, 15);
     this.Label7.TabIndex = 514;
     this.Label7.Text = "Đối tượng";
     //
     // txtPatientName
     //
     this.txtPatientName.BackColor = System.Drawing.Color.White;
     this.txtPatientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientName.Location = new System.Drawing.Point(94, 41);
     this.txtPatientName.Name = "txtPatientName";
     this.txtPatientName.Size = new System.Drawing.Size(313, 23);
     this.txtPatientName.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(23, 45);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(54, 15);
     this.label3.TabIndex = 511;
     this.label3.Text = "Tên BN :";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // dtmTo
     //
     this.dtmTo.CustomFormat = "dd/MM/yyyy";
     this.dtmTo.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmTo.DropDownCalendar.Name = "";
     this.dtmTo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmTo.Location = new System.Drawing.Point(277, 14);
     this.dtmTo.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmTo.Name = "dtmTo";
     this.dtmTo.ShowUpDown = true;
     this.dtmTo.Size = new System.Drawing.Size(130, 21);
     this.dtmTo.TabIndex = 1;
     this.dtmTo.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // dtmFrom
     //
     this.dtmFrom.CustomFormat = "dd/MM/yyyy";
     this.dtmFrom.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmFrom.DropDownCalendar.Name = "";
     this.dtmFrom.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmFrom.Location = new System.Drawing.Point(94, 14);
     this.dtmFrom.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmFrom.Name = "dtmFrom";
     this.dtmFrom.ShowUpDown = true;
     this.dtmFrom.Size = new System.Drawing.Size(117, 21);
     this.dtmFrom.TabIndex = 0;
     this.dtmFrom.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // chkByDate
     //
     this.chkByDate.AutoSize = true;
     this.chkByDate.Checked = true;
     this.chkByDate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkByDate.Location = new System.Drawing.Point(15, 15);
     this.chkByDate.Name = "chkByDate";
     this.chkByDate.Size = new System.Drawing.Size(76, 19);
     this.chkByDate.TabIndex = 241;
     this.chkByDate.Text = "Từ ngày :";
     this.chkByDate.UseVisualStyleBackColor = true;
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.Color.Black;
     this.Label1.Location = new System.Drawing.Point(217, 19);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(59, 15);
     this.Label1.TabIndex = 240;
     this.Label1.Text = "Đến ngày";
     //
     // cmdTimKiem
     //
     this.cmdTimKiem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdTimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTimKiem.Image = ((System.Drawing.Image)(resources.GetObject("cmdTimKiem.Image")));
     this.cmdTimKiem.ImageSize = new System.Drawing.Size(32, 32);
     this.cmdTimKiem.Location = new System.Drawing.Point(844, 20);
     this.cmdTimKiem.Name = "cmdTimKiem";
     this.cmdTimKiem.Size = new System.Drawing.Size(162, 40);
     this.cmdTimKiem.TabIndex = 6;
     this.cmdTimKiem.Text = "&Tìm kiếm (F3)";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // uiGroupBox2
     //
     this.uiGroupBox2.Controls.Add(this.grdList);
     this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox2.Name = "uiGroupBox2";
     this.uiGroupBox2.Size = new System.Drawing.Size(531, 610);
     this.uiGroupBox2.TabIndex = 2;
     this.uiGroupBox2.Text = "Danh sách Bệnh nhân đăng ký KCB";
     //
     // grdList
     //
     this.grdList.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdList.BackColor = System.Drawing.Color.Silver;
     this.grdList.BuiltInTextsData = "<LocalizableData ID=\"LocalizableStrings\" Collection=\"true\"><FilterRowInfoText>Lọc" +
     " thông tin bệnh nhân</FilterRowInfoText></LocalizableData>";
     grdList_DesignTimeLayout.LayoutString = resources.GetString("grdList_DesignTimeLayout.LayoutString");
     this.grdList.DesignTimeLayout = grdList_DesignTimeLayout;
     this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdList.DynamicFiltering = true;
     this.grdList.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
     this.grdList.FocusCellDisplayMode = Janus.Windows.GridEX.FocusCellDisplayMode.UseSelectedFormatStyle;
     this.grdList.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.grdList.FocusCellFormatStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.grdList.FocusCellFormatStyle.FontBold = Janus.Windows.GridEX.TriState.True;
     this.grdList.Font = new System.Drawing.Font("Arial", 9F);
     this.grdList.FrozenColumns = 3;
     this.grdList.GroupByBoxVisible = false;
     this.grdList.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdList.Location = new System.Drawing.Point(3, 17);
     this.grdList.Name = "grdList";
     this.grdList.RecordNavigator = true;
     this.grdList.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdList.SelectedFormatStyle.BackColor = System.Drawing.Color.SteelBlue;
     this.grdList.Size = new System.Drawing.Size(525, 590);
     this.grdList.TabIndex = 0;
     this.grdList.TabStop = false;
     this.grdList.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.uiGroupBox2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 103);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(531, 610);
     this.panel1.TabIndex = 547;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ToolTipTitle = "Trợ giúp nhanh:";
     //
     // frm_TimKiemBN
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(1018, 740);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.tabChiDinh);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.uiGroupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_TimKiemBN";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Thông tin tiếp đón bệnh nhân";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frm_TimKiemBN_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabChiDinh)).EndInit();
     this.tabChiDinh.ResumeLayout(false);
     this.tabPageChiDinh.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
     this.uiGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).EndInit();
     this.uiGroupBox5.ResumeLayout(false);
     this.uiGroupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdRegExam)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.pnlnutchucnang.ResumeLayout(false);
     this.pnlPrint.ResumeLayout(false);
     this.plnAddDvuKCB.ResumeLayout(false);
     this.plnAddDvuKCB.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.pnlGoMaDvu.ResumeLayout(false);
     this.pnlGoMaDvu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboKieuKham)).EndInit();
     this.pnlKieuPhongkham.ResumeLayout(false);
     this.pnlKieuPhongkham.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
     this.uiGroupBox1.ResumeLayout(false);
     this.uiGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).EndInit();
     this.uiGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }