// NO TOUCHY !
 #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.btnCancel        = new System.Windows.Forms.Button();
     this.btnOK            = new System.Windows.Forms.Button();
     this.tabSettings      = new dotNetFlatControls.FlatTabStrip();
     this.panLine          = new System.Windows.Forms.Panel();
     this.gradHeader       = new dotNetFlatControls.GradientPanel();
     this.lblHeader        = new dotNetFlatControls.FlatLabel();
     this.panLineHeader    = new System.Windows.Forms.Panel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panConnection    = new System.Windows.Forms.Panel();
     this.btnTest          = new System.Windows.Forms.Button();
     this.chkSavePassword  = new System.Windows.Forms.CheckBox();
     this.lblPort          = new System.Windows.Forms.Label();
     this.lblIPAddress     = new System.Windows.Forms.Label();
     this.lblUsername      = new System.Windows.Forms.Label();
     this.lblPassword      = new System.Windows.Forms.Label();
     this.txtPort          = new dotNetFlatControls.FlatTextBox();
     this.txtServerAddress = new dotNetFlatControls.FlatTextBox();
     this.txtPassword      = new dotNetFlatControls.FlatTextBox();
     this.txtUsername      = new dotNetFlatControls.FlatTextBox();
     this.customPanel1     = new dotNetFlatControls.CustomPanel();
     this.flatLabel1       = new dotNetFlatControls.FlatLabel();
     this.gradHeader.SuspendLayout();
     this.panConnection.SuspendLayout();
     this.customPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Location  = new System.Drawing.Point(320, 372);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.TabIndex  = 1;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Location  = new System.Drawing.Point(404, 372);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 2;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // tabSettings
     //
     this.tabSettings.ActiveBackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.tabSettings.ActiveBorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.tabSettings.ActiveForeColor   = System.Drawing.SystemColors.ControlText;
     this.tabSettings.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tabSettings.DisabledBackColor   = System.Drawing.Color.Gainsboro;
     this.tabSettings.DisabledBorderColor = System.Drawing.SystemColors.InactiveBorder;
     this.tabSettings.DisabledForeColor   = System.Drawing.SystemColors.GrayText;
     this.tabSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.tabSettings.HighlightBorderColor = System.Drawing.SystemColors.Highlight;
     this.tabSettings.InActiveBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(213)), ((System.Byte)(219)), ((System.Byte)(233)));
     this.tabSettings.InActiveBorderColor  = System.Drawing.SystemColors.InactiveBorder;
     this.tabSettings.InActiveForeColor    = System.Drawing.SystemColors.ControlText;
     this.tabSettings.Location             = new System.Drawing.Point(16, 72);
     this.tabSettings.Name                 = "tabSettings";
     this.tabSettings.Size                 = new System.Drawing.Size(504, 29);
     this.tabSettings.TabCount             = 1;
     this.tabSettings.TabIndex             = 3;
     this.tabSettings.TabNames             = "Connection Settings";
     this.tabSettings.SelectedIndexChange += new dotNetFlatControls.FlatTabStrip.SelectedIndexChangeEventHandler(this.tabSettings_SelectedIndexChange);
     //
     // panLine
     //
     this.panLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panLine.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panLine.Location  = new System.Drawing.Point(0, 100);
     this.panLine.Name      = "panLine";
     this.panLine.Size      = new System.Drawing.Size(496, 1);
     this.panLine.TabIndex  = 4;
     //
     // gradHeader
     //
     this.gradHeader.BackColor = System.Drawing.Color.GhostWhite;
     this.gradHeader.ColorFrom = System.Drawing.Color.GhostWhite;
     this.gradHeader.ColorTo   = System.Drawing.Color.CornflowerBlue;
     this.gradHeader.Controls.Add(this.flatLabel1);
     this.gradHeader.FillStyle         = 0;
     this.gradHeader.Location          = new System.Drawing.Point(0, 0);
     this.gradHeader.Name              = "gradHeader";
     this.gradHeader.RelativeStartPerc = 40;
     this.gradHeader.Size              = new System.Drawing.Size(704, 52);
     this.gradHeader.TabIndex          = 7;
     //
     // lblHeader
     //
     this.lblHeader.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(0, 0);
     this.lblHeader.Name     = "lblHeader";
     this.lblHeader.TabIndex = 0;
     //
     // panLineHeader
     //
     this.panLineHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panLineHeader.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panLineHeader.Location  = new System.Drawing.Point(0, 52);
     this.panLineHeader.Name      = "panLineHeader";
     this.panLineHeader.Size      = new System.Drawing.Size(496, 1);
     this.panLineHeader.TabIndex  = 8;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panel1.Location  = new System.Drawing.Point(-3, 352);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(496, 1);
     this.panel1.TabIndex  = 9;
     //
     // panConnection
     //
     this.panConnection.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.panConnection.Controls.Add(this.customPanel1);
     this.panConnection.Location = new System.Drawing.Point(0, 100);
     this.panConnection.Name     = "panConnection";
     this.panConnection.Size     = new System.Drawing.Size(764, 252);
     this.panConnection.TabIndex = 6;
     //
     // btnTest
     //
     this.btnTest.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTest.Location  = new System.Drawing.Point(176, 152);
     this.btnTest.Name      = "btnTest";
     this.btnTest.Size      = new System.Drawing.Size(68, 23);
     this.btnTest.TabIndex  = 48;
     this.btnTest.Text      = "Test";
     this.btnTest.Click    += new System.EventHandler(this.btnTest_Click);
     //
     // chkSavePassword
     //
     this.chkSavePassword.BackColor = System.Drawing.Color.Transparent;
     this.chkSavePassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkSavePassword.Location  = new System.Drawing.Point(100, 116);
     this.chkSavePassword.Name      = "chkSavePassword";
     this.chkSavePassword.Size      = new System.Drawing.Size(134, 24);
     this.chkSavePassword.TabIndex  = 47;
     this.chkSavePassword.Text      = "Save Password?";
     //
     // lblPort
     //
     this.lblPort.BackColor = System.Drawing.Color.Transparent;
     this.lblPort.Location  = new System.Drawing.Point(20, 44);
     this.lblPort.Name      = "lblPort";
     this.lblPort.Size      = new System.Drawing.Size(66, 23);
     this.lblPort.TabIndex  = 52;
     this.lblPort.Text      = "Port";
     this.lblPort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIPAddress
     //
     this.lblIPAddress.BackColor = System.Drawing.Color.Transparent;
     this.lblIPAddress.Location  = new System.Drawing.Point(20, 20);
     this.lblIPAddress.Name      = "lblIPAddress";
     this.lblIPAddress.Size      = new System.Drawing.Size(66, 23);
     this.lblIPAddress.TabIndex  = 52;
     this.lblIPAddress.Text      = "IP Address";
     this.lblIPAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblUsername
     //
     this.lblUsername.BackColor = System.Drawing.Color.Transparent;
     this.lblUsername.Location  = new System.Drawing.Point(20, 68);
     this.lblUsername.Name      = "lblUsername";
     this.lblUsername.Size      = new System.Drawing.Size(66, 23);
     this.lblUsername.TabIndex  = 52;
     this.lblUsername.Text      = "Username";
     this.lblUsername.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPassword
     //
     this.lblPassword.BackColor = System.Drawing.Color.Transparent;
     this.lblPassword.Location  = new System.Drawing.Point(20, 92);
     this.lblPassword.Name      = "lblPassword";
     this.lblPassword.Size      = new System.Drawing.Size(66, 23);
     this.lblPassword.TabIndex  = 52;
     this.lblPassword.Text      = "Password";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPort
     //
     this.txtPort.AutoSize       = false;
     this.txtPort.BackColor      = System.Drawing.Color.White;
     this.txtPort.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtPort.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPort.FormatString   = null;
     this.txtPort.FormatStyle    = 0;
     this.txtPort.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtPort.IsHighlighted  = false;
     this.txtPort.IsLastTabStop  = false;
     this.txtPort.Location       = new System.Drawing.Point(100, 44);
     this.txtPort.Name           = "txtPort";
     this.txtPort.Size           = new System.Drawing.Size(144, 20);
     this.txtPort.TabIndex       = 44;
     this.txtPort.Text           = "";
     //
     // txtServerAddress
     //
     this.txtServerAddress.AutoSize       = false;
     this.txtServerAddress.BackColor      = System.Drawing.Color.White;
     this.txtServerAddress.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtServerAddress.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtServerAddress.FormatString   = null;
     this.txtServerAddress.FormatStyle    = 0;
     this.txtServerAddress.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtServerAddress.IsHighlighted  = false;
     this.txtServerAddress.IsLastTabStop  = false;
     this.txtServerAddress.Location       = new System.Drawing.Point(100, 20);
     this.txtServerAddress.Name           = "txtServerAddress";
     this.txtServerAddress.Size           = new System.Drawing.Size(144, 20);
     this.txtServerAddress.TabIndex       = 43;
     this.txtServerAddress.Text           = "";
     //
     // txtPassword
     //
     this.txtPassword.AutoSize       = false;
     this.txtPassword.BackColor      = System.Drawing.Color.White;
     this.txtPassword.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtPassword.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.FormatString   = null;
     this.txtPassword.FormatStyle    = 0;
     this.txtPassword.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtPassword.IsHighlighted  = false;
     this.txtPassword.IsLastTabStop  = false;
     this.txtPassword.Location       = new System.Drawing.Point(100, 92);
     this.txtPassword.Name           = "txtPassword";
     this.txtPassword.PasswordChar   = '*';
     this.txtPassword.Size           = new System.Drawing.Size(144, 20);
     this.txtPassword.TabIndex       = 46;
     this.txtPassword.Text           = "";
     //
     // txtUsername
     //
     this.txtUsername.AutoSize       = false;
     this.txtUsername.BackColor      = System.Drawing.Color.White;
     this.txtUsername.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtUsername.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUsername.FormatString   = null;
     this.txtUsername.FormatStyle    = 0;
     this.txtUsername.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtUsername.IsHighlighted  = false;
     this.txtUsername.IsLastTabStop  = false;
     this.txtUsername.Location       = new System.Drawing.Point(100, 68);
     this.txtUsername.Name           = "txtUsername";
     this.txtUsername.Size           = new System.Drawing.Size(144, 20);
     this.txtUsername.TabIndex       = 45;
     this.txtUsername.Text           = "";
     //
     // customPanel1
     //
     this.customPanel1.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel1.BorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.customPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.customPanel1.Controls.Add(this.btnTest);
     this.customPanel1.Controls.Add(this.chkSavePassword);
     this.customPanel1.Controls.Add(this.lblPort);
     this.customPanel1.Controls.Add(this.lblIPAddress);
     this.customPanel1.Controls.Add(this.lblUsername);
     this.customPanel1.Controls.Add(this.lblPassword);
     this.customPanel1.Controls.Add(this.txtPort);
     this.customPanel1.Controls.Add(this.txtServerAddress);
     this.customPanel1.Controls.Add(this.txtPassword);
     this.customPanel1.Controls.Add(this.txtUsername);
     this.customPanel1.GradientMode = dotNetFlatControls.LinearGradientMode.Horizontal;
     this.customPanel1.Location     = new System.Drawing.Point(24, 20);
     this.customPanel1.Name         = "customPanel1";
     this.customPanel1.Size         = new System.Drawing.Size(740, 236);
     this.customPanel1.TabIndex     = 43;
     //
     // flatLabel1
     //
     this.flatLabel1.AutoSizeWidth = false;
     this.flatLabel1.BackColor     = System.Drawing.Color.Transparent;
     this.flatLabel1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.flatLabel1.Location      = new System.Drawing.Point(24, 16);
     this.flatLabel1.Name          = "flatLabel1";
     this.flatLabel1.Size          = new System.Drawing.Size(248, 24);
     this.flatLabel1.TabIndex      = 0;
     this.flatLabel1.Text          = "RoundTable OIS Configuration";
     //
     // Configuration
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(490, 404);
     this.Controls.Add(this.tabSettings);
     this.Controls.Add(this.gradHeader);
     this.Controls.Add(this.panLine);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panLineHeader);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.panConnection);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Configuration";
     this.Text            = "RoundTable OIS Project Configuration";
     this.gradHeader.ResumeLayout(false);
     this.panConnection.ResumeLayout(false);
     this.customPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 // NO TOUCHY !
 #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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Configuration));
     this.btnCancel          = new System.Windows.Forms.Button();
     this.btnOK              = new System.Windows.Forms.Button();
     this.tabSettings        = new dotNetFlatControls.FlatTabStrip();
     this.panLine            = new System.Windows.Forms.Panel();
     this.panSynchronization = new System.Windows.Forms.Panel();
     this.gridProjects       = new SourceGrid2.Grid();
     this.customPanel2       = new dotNetFlatControls.CustomPanel();
     this.customPanel3       = new dotNetFlatControls.CustomPanel();
     this.panConnection      = new System.Windows.Forms.Panel();
     this.customPanel1       = new dotNetFlatControls.CustomPanel();
     this.btnTest            = new System.Windows.Forms.Button();
     this.chkSavePassword    = new System.Windows.Forms.CheckBox();
     this.lblPort            = new System.Windows.Forms.Label();
     this.lblIPAddress       = new System.Windows.Forms.Label();
     this.lblUsername        = new System.Windows.Forms.Label();
     this.lblPassword        = new System.Windows.Forms.Label();
     this.txtPort            = new dotNetFlatControls.FlatTextBox();
     this.txtServerAddress   = new dotNetFlatControls.FlatTextBox();
     this.txtPassword        = new dotNetFlatControls.FlatTextBox();
     this.txtUsername        = new dotNetFlatControls.FlatTextBox();
     this.gradHeader         = new dotNetFlatControls.GradientPanel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.lblHeader          = new dotNetFlatControls.FlatLabel();
     this.panLineHeader      = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.btnAdvanced        = new System.Windows.Forms.Button();
     this.panSynchronization.SuspendLayout();
     this.customPanel2.SuspendLayout();
     this.panConnection.SuspendLayout();
     this.customPanel1.SuspendLayout();
     this.gradHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Location  = new System.Drawing.Point(592, 372);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.TabIndex  = 1;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Location  = new System.Drawing.Point(676, 372);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 2;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // tabSettings
     //
     this.tabSettings.ActiveBackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.tabSettings.ActiveBorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.tabSettings.ActiveForeColor   = System.Drawing.SystemColors.ControlText;
     this.tabSettings.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tabSettings.DisabledBackColor   = System.Drawing.Color.Gainsboro;
     this.tabSettings.DisabledBorderColor = System.Drawing.SystemColors.InactiveBorder;
     this.tabSettings.DisabledForeColor   = System.Drawing.SystemColors.GrayText;
     this.tabSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.tabSettings.HighlightBorderColor = System.Drawing.SystemColors.Highlight;
     this.tabSettings.InActiveBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(213)), ((System.Byte)(219)), ((System.Byte)(233)));
     this.tabSettings.InActiveBorderColor  = System.Drawing.SystemColors.InactiveBorder;
     this.tabSettings.InActiveForeColor    = System.Drawing.SystemColors.ControlText;
     this.tabSettings.Location             = new System.Drawing.Point(16, 72);
     this.tabSettings.Name                 = "tabSettings";
     this.tabSettings.Size                 = new System.Drawing.Size(776, 29);
     this.tabSettings.TabCount             = 2;
     this.tabSettings.TabIndex             = 3;
     this.tabSettings.TabNames             = "Synchronization\r\nConnection Settings";
     this.tabSettings.SelectedIndexChange += new dotNetFlatControls.FlatTabStrip.SelectedIndexChangeEventHandler(this.tabSettings_SelectedIndexChange);
     //
     // panLine
     //
     this.panLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panLine.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panLine.Location  = new System.Drawing.Point(0, 100);
     this.panLine.Name      = "panLine";
     this.panLine.Size      = new System.Drawing.Size(768, 1);
     this.panLine.TabIndex  = 4;
     //
     // panSynchronization
     //
     this.panSynchronization.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.panSynchronization.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.panSynchronization.Controls.Add(this.gridProjects);
     this.panSynchronization.Controls.Add(this.customPanel2);
     this.panSynchronization.Location = new System.Drawing.Point(0, 100);
     this.panSynchronization.Name     = "panSynchronization";
     this.panSynchronization.Size     = new System.Drawing.Size(764, 252);
     this.panSynchronization.TabIndex = 5;
     //
     // gridProjects
     //
     this.gridProjects.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.gridProjects.AutoSizeMinHeight            = 10;
     this.gridProjects.AutoSizeMinWidth             = 10;
     this.gridProjects.AutoStretchColumnsToFitWidth = false;
     this.gridProjects.AutoStretchRowsToFitHeight   = false;
     this.gridProjects.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridProjects.ContextMenuStyle  = SourceGrid2.ContextMenuStyle.None;
     this.gridProjects.CustomSort        = false;
     this.gridProjects.GridToolTipActive = true;
     this.gridProjects.Location          = new System.Drawing.Point(20, 20);
     this.gridProjects.Name        = "gridProjects";
     this.gridProjects.Size        = new System.Drawing.Size(724, 216);
     this.gridProjects.SpecialKeys = SourceGrid2.GridSpecialKeys.Default;
     this.gridProjects.TabIndex    = 5;
     //
     // customPanel2
     //
     this.customPanel2.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel2.BorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.customPanel2.Controls.Add(this.customPanel3);
     this.customPanel2.GradientMode = dotNetFlatControls.LinearGradientMode.Horizontal;
     this.customPanel2.Location     = new System.Drawing.Point(20, 20);
     this.customPanel2.Name         = "customPanel2";
     this.customPanel2.Size         = new System.Drawing.Size(744, 232);
     this.customPanel2.TabIndex     = 44;
     //
     // customPanel3
     //
     this.customPanel3.BackColor    = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel3.GradientMode = dotNetFlatControls.LinearGradientMode.Vertical;
     this.customPanel3.Location     = new System.Drawing.Point(724, 0);
     this.customPanel3.Name         = "customPanel3";
     this.customPanel3.Size         = new System.Drawing.Size(20, 216);
     this.customPanel3.TabIndex     = 0;
     //
     // panConnection
     //
     this.panConnection.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.panConnection.Controls.Add(this.customPanel1);
     this.panConnection.Location = new System.Drawing.Point(0, 100);
     this.panConnection.Name     = "panConnection";
     this.panConnection.Size     = new System.Drawing.Size(764, 252);
     this.panConnection.TabIndex = 6;
     //
     // customPanel1
     //
     this.customPanel1.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel1.BorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.customPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.customPanel1.Controls.Add(this.btnTest);
     this.customPanel1.Controls.Add(this.chkSavePassword);
     this.customPanel1.Controls.Add(this.lblPort);
     this.customPanel1.Controls.Add(this.lblIPAddress);
     this.customPanel1.Controls.Add(this.lblUsername);
     this.customPanel1.Controls.Add(this.lblPassword);
     this.customPanel1.Controls.Add(this.txtPort);
     this.customPanel1.Controls.Add(this.txtServerAddress);
     this.customPanel1.Controls.Add(this.txtPassword);
     this.customPanel1.Controls.Add(this.txtUsername);
     this.customPanel1.GradientMode = dotNetFlatControls.LinearGradientMode.Horizontal;
     this.customPanel1.Location     = new System.Drawing.Point(24, 20);
     this.customPanel1.Name         = "customPanel1";
     this.customPanel1.Size         = new System.Drawing.Size(740, 236);
     this.customPanel1.TabIndex     = 43;
     //
     // btnTest
     //
     this.btnTest.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTest.Location  = new System.Drawing.Point(176, 152);
     this.btnTest.Name      = "btnTest";
     this.btnTest.Size      = new System.Drawing.Size(68, 23);
     this.btnTest.TabIndex  = 48;
     this.btnTest.Text      = "Test";
     this.btnTest.Click    += new System.EventHandler(this.btnTest_Click);
     //
     // chkSavePassword
     //
     this.chkSavePassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkSavePassword.Location  = new System.Drawing.Point(100, 116);
     this.chkSavePassword.Name      = "chkSavePassword";
     this.chkSavePassword.Size      = new System.Drawing.Size(134, 24);
     this.chkSavePassword.TabIndex  = 47;
     this.chkSavePassword.Text      = "Save Password?";
     //
     // lblPort
     //
     this.lblPort.Location  = new System.Drawing.Point(20, 44);
     this.lblPort.Name      = "lblPort";
     this.lblPort.Size      = new System.Drawing.Size(66, 23);
     this.lblPort.TabIndex  = 52;
     this.lblPort.Text      = "Port";
     this.lblPort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIPAddress
     //
     this.lblIPAddress.Location  = new System.Drawing.Point(20, 20);
     this.lblIPAddress.Name      = "lblIPAddress";
     this.lblIPAddress.Size      = new System.Drawing.Size(66, 23);
     this.lblIPAddress.TabIndex  = 52;
     this.lblIPAddress.Text      = "IP Address";
     this.lblIPAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblUsername
     //
     this.lblUsername.Location  = new System.Drawing.Point(20, 68);
     this.lblUsername.Name      = "lblUsername";
     this.lblUsername.Size      = new System.Drawing.Size(66, 23);
     this.lblUsername.TabIndex  = 52;
     this.lblUsername.Text      = "Username";
     this.lblUsername.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPassword
     //
     this.lblPassword.Location  = new System.Drawing.Point(20, 92);
     this.lblPassword.Name      = "lblPassword";
     this.lblPassword.Size      = new System.Drawing.Size(66, 23);
     this.lblPassword.TabIndex  = 52;
     this.lblPassword.Text      = "Password";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPort
     //
     this.txtPort.AutoSize       = false;
     this.txtPort.BackColor      = System.Drawing.Color.White;
     this.txtPort.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtPort.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPort.FormatString   = null;
     this.txtPort.FormatStyle    = 0;
     this.txtPort.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtPort.IsHighlighted  = false;
     this.txtPort.IsLastTabStop  = false;
     this.txtPort.Location       = new System.Drawing.Point(100, 44);
     this.txtPort.Name           = "txtPort";
     this.txtPort.Size           = new System.Drawing.Size(144, 20);
     this.txtPort.TabIndex       = 44;
     this.txtPort.Text           = "";
     //
     // txtServerAddress
     //
     this.txtServerAddress.AutoSize       = false;
     this.txtServerAddress.BackColor      = System.Drawing.Color.White;
     this.txtServerAddress.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtServerAddress.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtServerAddress.FormatString   = null;
     this.txtServerAddress.FormatStyle    = 0;
     this.txtServerAddress.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtServerAddress.IsHighlighted  = false;
     this.txtServerAddress.IsLastTabStop  = false;
     this.txtServerAddress.Location       = new System.Drawing.Point(100, 20);
     this.txtServerAddress.Name           = "txtServerAddress";
     this.txtServerAddress.Size           = new System.Drawing.Size(144, 20);
     this.txtServerAddress.TabIndex       = 43;
     this.txtServerAddress.Text           = "";
     //
     // txtPassword
     //
     this.txtPassword.AutoSize       = false;
     this.txtPassword.BackColor      = System.Drawing.Color.White;
     this.txtPassword.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtPassword.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.FormatString   = null;
     this.txtPassword.FormatStyle    = 0;
     this.txtPassword.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtPassword.IsHighlighted  = false;
     this.txtPassword.IsLastTabStop  = false;
     this.txtPassword.Location       = new System.Drawing.Point(100, 92);
     this.txtPassword.Name           = "txtPassword";
     this.txtPassword.PasswordChar   = '*';
     this.txtPassword.Size           = new System.Drawing.Size(144, 20);
     this.txtPassword.TabIndex       = 46;
     this.txtPassword.Text           = "";
     //
     // txtUsername
     //
     this.txtUsername.AutoSize       = false;
     this.txtUsername.BackColor      = System.Drawing.Color.White;
     this.txtUsername.BorderColor    = System.Drawing.Color.DarkGray;
     this.txtUsername.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUsername.FormatString   = null;
     this.txtUsername.FormatStyle    = 0;
     this.txtUsername.HighlightColor = System.Drawing.Color.RoyalBlue;
     this.txtUsername.IsHighlighted  = false;
     this.txtUsername.IsLastTabStop  = false;
     this.txtUsername.Location       = new System.Drawing.Point(100, 68);
     this.txtUsername.Name           = "txtUsername";
     this.txtUsername.Size           = new System.Drawing.Size(144, 20);
     this.txtUsername.TabIndex       = 45;
     this.txtUsername.Text           = "";
     //
     // gradHeader
     //
     this.gradHeader.BackColor = System.Drawing.Color.GhostWhite;
     this.gradHeader.ColorFrom = System.Drawing.Color.GhostWhite;
     this.gradHeader.ColorTo   = System.Drawing.Color.CornflowerBlue;
     this.gradHeader.Controls.Add(this.pictureBox1);
     this.gradHeader.FillStyle         = 0;
     this.gradHeader.Location          = new System.Drawing.Point(0, 0);
     this.gradHeader.Name              = "gradHeader";
     this.gradHeader.RelativeStartPerc = 40;
     this.gradHeader.Size              = new System.Drawing.Size(880, 52);
     this.gradHeader.TabIndex          = 7;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(328, 28);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(0, 0);
     this.lblHeader.Name     = "lblHeader";
     this.lblHeader.TabIndex = 0;
     //
     // panLineHeader
     //
     this.panLineHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panLineHeader.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panLineHeader.Location  = new System.Drawing.Point(0, 52);
     this.panLineHeader.Name      = "panLineHeader";
     this.panLineHeader.Size      = new System.Drawing.Size(768, 1);
     this.panLineHeader.TabIndex  = 8;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panel1.Location  = new System.Drawing.Point(-3, 352);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(768, 1);
     this.panel1.TabIndex  = 9;
     //
     // btnAdvanced
     //
     this.btnAdvanced.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdvanced.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnAdvanced.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAdvanced.Location  = new System.Drawing.Point(12, 372);
     this.btnAdvanced.Name      = "btnAdvanced";
     this.btnAdvanced.Size      = new System.Drawing.Size(84, 23);
     this.btnAdvanced.TabIndex  = 10;
     this.btnAdvanced.Text      = "Advanced ...";
     this.btnAdvanced.Click    += new System.EventHandler(this.btnAdvanced_Click);
     //
     // Configuration
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(762, 404);
     this.Controls.Add(this.btnAdvanced);
     this.Controls.Add(this.tabSettings);
     this.Controls.Add(this.gradHeader);
     this.Controls.Add(this.panLine);
     this.Controls.Add(this.panSynchronization);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panLineHeader);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.panConnection);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Configuration";
     this.Text            = "RoundTable OIS Outlook Configuration";
     this.panSynchronization.ResumeLayout(false);
     this.customPanel2.ResumeLayout(false);
     this.panConnection.ResumeLayout(false);
     this.customPanel1.ResumeLayout(false);
     this.gradHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }