/// <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(DlgEditSettings));
     this.btnCancel        = new System.Windows.Forms.Button();
     this.btnOK            = new System.Windows.Forms.Button();
     this.panLine          = new System.Windows.Forms.Panel();
     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.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);
     //
     // 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;
     //
     // 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(5, 8);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(320, 40);
     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;
     //
     // DlgEditSettings
     //
     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.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            = "DlgEditSettings";
     this.Text            = "RoundTable CS for Word Configuration";
     this.customPanel2.ResumeLayout(false);
     this.panConnection.ResumeLayout(false);
     this.customPanel1.ResumeLayout(false);
     this.gradHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 // 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);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblOIS         = new dotNetFlatControls.FlatLabel();
     this.gradHeader     = new dotNetFlatControls.GradientPanel();
     this.lblRoundTable  = new dotNetFlatControls.FlatLabel();
     this.gradientPanel1 = new dotNetFlatControls.GradientPanel();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.gradHeader.SuspendLayout();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblOIS
     //
     this.lblOIS.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblOIS.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(131)), ((System.Byte)(176)), ((System.Byte)(222)));
     this.lblOIS.Location  = new System.Drawing.Point(95, 42);
     this.lblOIS.Name      = "lblOIS";
     this.lblOIS.Size      = new System.Drawing.Size(228, 30);
     this.lblOIS.TabIndex  = 1;
     this.lblOIS.Text      = "Office Integration System";
     this.lblOIS.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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.lblRoundTable);
     this.gradHeader.Controls.Add(this.lblOIS);
     this.gradHeader.Dock              = System.Windows.Forms.DockStyle.Top;
     this.gradHeader.FillStyle         = 0;
     this.gradHeader.Location          = new System.Drawing.Point(0, 0);
     this.gradHeader.Name              = "gradHeader";
     this.gradHeader.RelativeStartPerc = 55;
     this.gradHeader.Size              = new System.Drawing.Size(422, 80);
     this.gradHeader.TabIndex          = 8;
     //
     // lblRoundTable
     //
     this.lblRoundTable.BackColor = System.Drawing.Color.Transparent;
     this.lblRoundTable.Font      = new System.Drawing.Font("Lucida Sans Unicode", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRoundTable.Location  = new System.Drawing.Point(131, 10);
     this.lblRoundTable.Name      = "lblRoundTable";
     this.lblRoundTable.Size      = new System.Drawing.Size(156, 34);
     this.lblRoundTable.TabIndex  = 3;
     this.lblRoundTable.Text      = "RoundTable";
     this.lblRoundTable.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // gradientPanel1
     //
     this.gradientPanel1.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.gradientPanel1.BackColor   = System.Drawing.Color.White;
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.ColorFrom   = System.Drawing.Color.White;
     this.gradientPanel1.ColorTo     = System.Drawing.Color.White;
     this.gradientPanel1.Controls.Add(this.label2);
     this.gradientPanel1.Controls.Add(this.label1);
     this.gradientPanel1.FillStyle = 1;
     this.gradientPanel1.Location  = new System.Drawing.Point(-2, 76);
     this.gradientPanel1.Name      = "gradientPanel1";
     this.gradientPanel1.Size      = new System.Drawing.Size(474, 74);
     this.gradientPanel1.TabIndex  = 9;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location  = new System.Drawing.Point(150, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(118, 24);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Version 1.0";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location  = new System.Drawing.Point(100, 36);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(222, 24);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "© 2005  Dommoni Corporation";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // About
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(422, 146);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.gradHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "About";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About RoundTable OIS Outlook";
     this.gradHeader.ResumeLayout(false);
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bnOk            = new System.Windows.Forms.Button();
     this.bnCancel        = new System.Windows.Forms.Button();
     this.lbProjectSelect = new System.Windows.Forms.Label();
     this.cbSelectProject = new System.Windows.Forms.ComboBox();
     this.cbPrivateTasks  = new System.Windows.Forms.CheckBox();
     this.gradientPanel1  = new dotNetFlatControls.GradientPanel();
     this.flTitle         = new dotNetFlatControls.FlatLabel();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bnOk
     //
     this.bnOk.Location = new System.Drawing.Point(120, 232);
     this.bnOk.Name     = "bnOk";
     this.bnOk.TabIndex = 0;
     this.bnOk.Text     = "Ok";
     this.bnOk.Click   += new System.EventHandler(this.bnOk_Click);
     //
     // bnCancel
     //
     this.bnCancel.Location = new System.Drawing.Point(208, 232);
     this.bnCancel.Name     = "bnCancel";
     this.bnCancel.TabIndex = 1;
     this.bnCancel.Text     = "Cancel";
     this.bnCancel.Click   += new System.EventHandler(this.bnCancel_Click);
     //
     // lbProjectSelect
     //
     this.lbProjectSelect.Location = new System.Drawing.Point(40, 80);
     this.lbProjectSelect.Name     = "lbProjectSelect";
     this.lbProjectSelect.Size     = new System.Drawing.Size(56, 23);
     this.lbProjectSelect.TabIndex = 3;
     this.lbProjectSelect.Text     = "Project:";
     //
     // cbSelectProject
     //
     this.cbSelectProject.Location = new System.Drawing.Point(112, 80);
     this.cbSelectProject.Name     = "cbSelectProject";
     this.cbSelectProject.Size     = new System.Drawing.Size(121, 21);
     this.cbSelectProject.TabIndex = 4;
     //
     // cbPrivateTasks
     //
     this.cbPrivateTasks.Location = new System.Drawing.Point(40, 112);
     this.cbPrivateTasks.Name     = "cbPrivateTasks";
     this.cbPrivateTasks.Size     = new System.Drawing.Size(240, 24);
     this.cbPrivateTasks.TabIndex = 5;
     this.cbPrivateTasks.Text     = "Do you wish to include your private tasks?";
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackColor = System.Drawing.Color.Blue;
     this.gradientPanel1.ColorFrom = System.Drawing.Color.Blue;
     this.gradientPanel1.ColorTo   = System.Drawing.Color.White;
     this.gradientPanel1.Controls.Add(this.flTitle);
     this.gradientPanel1.FillStyle         = 3;
     this.gradientPanel1.Location          = new System.Drawing.Point(0, 0);
     this.gradientPanel1.Name              = "gradientPanel1";
     this.gradientPanel1.RelativeStartPerc = 27;
     this.gradientPanel1.Size              = new System.Drawing.Size(296, 64);
     this.gradientPanel1.TabIndex          = 6;
     this.gradientPanel1.Paint            += new System.Windows.Forms.PaintEventHandler(this.gradientPanel1_Paint);
     //
     // flTitle
     //
     this.flTitle.AutoSizeWidth = false;
     this.flTitle.BackColor     = System.Drawing.Color.Transparent;
     this.flTitle.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.flTitle.LineCount     = 3;
     this.flTitle.Location      = new System.Drawing.Point(0, 8);
     this.flTitle.Name          = "flTitle";
     this.flTitle.Size          = new System.Drawing.Size(128, 88);
     this.flTitle.TabIndex      = 0;
     this.flTitle.Text          = "Build a Schedule from RoundTable";
     //
     // BuildSchedule
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.cbPrivateTasks);
     this.Controls.Add(this.cbSelectProject);
     this.Controls.Add(this.lbProjectSelect);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOk);
     this.Name          = "BuildSchedule";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Build from RoundTable";
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panHeader       = new dotNetFlatControls.GradientPanel();
     this.lblHeader       = new dotNetFlatControls.FlatLabel();
     this.customPanel1    = new dotNetFlatControls.CustomPanel();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.btnOK           = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.lstProjects     = new System.Windows.Forms.ListBox();
     this.chkIgnoreFolder = new dotNetFlatControls.FlatCheckBox();
     this.panHeader.SuspendLayout();
     this.customPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panHeader
     //
     this.panHeader.BackColor = System.Drawing.Color.GhostWhite;
     this.panHeader.ColorFrom = System.Drawing.Color.GhostWhite;
     this.panHeader.ColorTo   = System.Drawing.Color.CornflowerBlue;
     this.panHeader.Controls.Add(this.lblHeader);
     this.panHeader.Dock              = System.Windows.Forms.DockStyle.Top;
     this.panHeader.FillStyle         = 0;
     this.panHeader.Location          = new System.Drawing.Point(0, 0);
     this.panHeader.Name              = "panHeader";
     this.panHeader.RelativeStartPerc = 10;
     this.panHeader.Size              = new System.Drawing.Size(294, 40);
     this.panHeader.TabIndex          = 6;
     //
     // lblHeader
     //
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.Location  = new System.Drawing.Point(12, 10);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(239, 23);
     this.lblHeader.TabIndex  = 0;
     this.lblHeader.Text      = "Assign Task to Project";
     //
     // customPanel1
     //
     this.customPanel1.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.customPanel1.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel1.BackColor2  = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.customPanel1.BorderColor = System.Drawing.Color.DarkBlue;
     this.customPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.customPanel1.Controls.Add(this.chkIgnoreFolder);
     this.customPanel1.Controls.Add(this.btnCancel);
     this.customPanel1.Controls.Add(this.btnOK);
     this.customPanel1.Controls.Add(this.label2);
     this.customPanel1.Controls.Add(this.label1);
     this.customPanel1.Controls.Add(this.lstProjects);
     this.customPanel1.Location = new System.Drawing.Point(-8, 40);
     this.customPanel1.Name     = "customPanel1";
     this.customPanel1.Size     = new System.Drawing.Size(304, 280);
     this.customPanel1.TabIndex = 7;
     //
     // btnCancel
     //
     this.btnCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Location  = new System.Drawing.Point(76, 240);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(72, 23);
     this.btnCancel.TabIndex  = 10;
     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.SystemColors.ControlLight;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Location  = new System.Drawing.Point(156, 240);
     this.btnOK.Name      = "btnOK";
     this.btnOK.Size      = new System.Drawing.Size(72, 23);
     this.btnOK.TabIndex  = 9;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(20, 176);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(272, 32);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Select \"None\" or click Cancel to cause the new task to be ignored by RoundTable.";
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(20, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(272, 32);
     this.label1.TabIndex = 7;
     this.label1.Text     = "If you would like to assign the newly created task to a RoundTable Project, selec" +
                            "t the project from the list.";
     //
     // lstProjects
     //
     this.lstProjects.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.lstProjects.Location = new System.Drawing.Point(20, 60);
     this.lstProjects.Name     = "lstProjects";
     this.lstProjects.Size     = new System.Drawing.Size(272, 108);
     this.lstProjects.TabIndex = 6;
     //
     // chkIgnoreFolder
     //
     this.chkIgnoreFolder.FixedValue    = 0;
     this.chkIgnoreFolder.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.chkIgnoreFolder.IsLastTabStop = false;
     this.chkIgnoreFolder.Location      = new System.Drawing.Point(20, 204);
     this.chkIgnoreFolder.Name          = "chkIgnoreFolder";
     this.chkIgnoreFolder.Size          = new System.Drawing.Size(174, 24);
     this.chkIgnoreFolder.TabIndex      = 12;
     this.chkIgnoreFolder.Text          = "Don\'t ask again for this folder";
     //
     // AssignProjectID
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.ClientSize        = new System.Drawing.Size(294, 316);
     this.Controls.Add(this.customPanel1);
     this.Controls.Add(this.panHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "AssignProjectID";
     this.Text            = "Assign Task to RoundTable Project ";
     this.panHeader.ResumeLayout(false);
     this.customPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.a = new dotNetFlatControls.CustomPanel();
     this.chkRemoveDeleted     = new dotNetFlatControls.FlatCheckBox();
     this.chkRetrieveCompleted = new dotNetFlatControls.FlatCheckBox();
     this.flatLabel2           = new dotNetFlatControls.FlatLabel();
     this.flatLabel1           = new dotNetFlatControls.FlatLabel();
     this.spinSyncInterval     = new System.Windows.Forms.NumericUpDown();
     this.chkSyncEnable        = new dotNetFlatControls.FlatCheckBox();
     this.btnOK     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.panHeader = new dotNetFlatControls.GradientPanel();
     this.lblHeader = new dotNetFlatControls.FlatLabel();
     this.a.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spinSyncInterval)).BeginInit();
     this.panHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // a
     //
     this.a.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.a.BackColor   = System.Drawing.Color.White;
     this.a.BackColor2  = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.a.BorderColor = System.Drawing.Color.DarkSlateBlue;
     this.a.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.a.Controls.Add(this.chkRemoveDeleted);
     this.a.Controls.Add(this.chkRetrieveCompleted);
     this.a.Controls.Add(this.flatLabel2);
     this.a.Controls.Add(this.flatLabel1);
     this.a.Controls.Add(this.spinSyncInterval);
     this.a.Controls.Add(this.chkSyncEnable);
     this.a.Controls.Add(this.btnOK);
     this.a.Controls.Add(this.btnCancel);
     this.a.GradientMode = dotNetFlatControls.LinearGradientMode.Vertical;
     this.a.Location     = new System.Drawing.Point(-4, 42);
     this.a.Name         = "a";
     this.a.Size         = new System.Drawing.Size(394, 206);
     this.a.TabIndex     = 0;
     //
     // chkRemoveDeleted
     //
     this.chkRemoveDeleted.AutoSizeWidth = false;
     this.chkRemoveDeleted.FixedValue    = 0;
     this.chkRemoveDeleted.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.chkRemoveDeleted.IsLastTabStop = false;
     this.chkRemoveDeleted.Location      = new System.Drawing.Point(22, 106);
     this.chkRemoveDeleted.Name          = "chkRemoveDeleted";
     this.chkRemoveDeleted.Size          = new System.Drawing.Size(270, 28);
     this.chkRemoveDeleted.TabIndex      = 10;
     this.chkRemoveDeleted.Text          = "Remove other users\' tasks when they have been deleted from the RoundTable Project" +
                                           " Server?";
     //
     // chkRetrieveCompleted
     //
     this.chkRetrieveCompleted.FixedValue    = 0;
     this.chkRetrieveCompleted.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.chkRetrieveCompleted.IsLastTabStop = false;
     this.chkRetrieveCompleted.Location      = new System.Drawing.Point(24, 72);
     this.chkRetrieveCompleted.Name          = "chkRetrieveCompleted";
     this.chkRetrieveCompleted.Size          = new System.Drawing.Size(240, 24);
     this.chkRetrieveCompleted.TabIndex      = 9;
     this.chkRetrieveCompleted.Text          = "Retrieve completed tasks from the server?";
     //
     // flatLabel2
     //
     this.flatLabel2.BackColor = System.Drawing.Color.Transparent;
     this.flatLabel2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.flatLabel2.Location  = new System.Drawing.Point(276, 42);
     this.flatLabel2.Name      = "flatLabel2";
     this.flatLabel2.Size      = new System.Drawing.Size(47, 23);
     this.flatLabel2.TabIndex  = 8;
     this.flatLabel2.Text      = "minutes.";
     //
     // flatLabel1
     //
     this.flatLabel1.BackColor = System.Drawing.Color.Transparent;
     this.flatLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.flatLabel1.Location  = new System.Drawing.Point(48, 42);
     this.flatLabel1.Name      = "flatLabel1";
     this.flatLabel1.Size      = new System.Drawing.Size(179, 23);
     this.flatLabel1.TabIndex  = 7;
     this.flatLabel1.Text      = "Synchronization should occur every ";
     //
     // spinSyncInterval
     //
     this.spinSyncInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.spinSyncInterval.Location    = new System.Drawing.Point(232, 42);
     this.spinSyncInterval.Name        = "spinSyncInterval";
     this.spinSyncInterval.Size        = new System.Drawing.Size(40, 20);
     this.spinSyncInterval.TabIndex    = 6;
     //
     // chkSyncEnable
     //
     this.chkSyncEnable.FixedValue    = 0;
     this.chkSyncEnable.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.chkSyncEnable.IsLastTabStop = false;
     this.chkSyncEnable.Location      = new System.Drawing.Point(24, 14);
     this.chkSyncEnable.Name          = "chkSyncEnable";
     this.chkSyncEnable.Size          = new System.Drawing.Size(203, 24);
     this.chkSyncEnable.TabIndex      = 5;
     this.chkSyncEnable.Text          = "Enable automatic synchronization?";
     //
     // 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(306, 166);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 4;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // 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(222, 166);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.TabIndex  = 3;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // panHeader
     //
     this.panHeader.BackColor = System.Drawing.Color.GhostWhite;
     this.panHeader.ColorFrom = System.Drawing.Color.GhostWhite;
     this.panHeader.ColorTo   = System.Drawing.Color.CornflowerBlue;
     this.panHeader.Controls.Add(this.lblHeader);
     this.panHeader.Dock              = System.Windows.Forms.DockStyle.Top;
     this.panHeader.FillStyle         = 0;
     this.panHeader.Location          = new System.Drawing.Point(0, 0);
     this.panHeader.Name              = "panHeader";
     this.panHeader.RelativeStartPerc = 30;
     this.panHeader.Size              = new System.Drawing.Size(386, 44);
     this.panHeader.TabIndex          = 1;
     //
     // lblHeader
     //
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.Location  = new System.Drawing.Point(18, 14);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(239, 23);
     this.lblHeader.TabIndex  = 0;
     this.lblHeader.Text      = "Advanced RoundTable Settings";
     //
     // AdvancedSettings
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(386, 240);
     this.Controls.Add(this.a);
     this.Controls.Add(this.panHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AdvancedSettings";
     this.Text            = "Advanced Settings";
     this.a.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spinSyncInterval)).EndInit();
     this.panHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }