/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpForm));
     this.btnHelp = new System.Windows.Forms.HelpProvider();
     this.webBrowser = new System.Windows.Forms.WebBrowser();
     this.SuspendLayout();
     //
     // webBrowser
     //
     this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser.Location = new System.Drawing.Point(0, 0);
     this.webBrowser.MinimumSize = new System.Drawing.Size(20, 18);
     this.webBrowser.Name = "webBrowser";
     this.webBrowser.Size = new System.Drawing.Size(844, 592);
     this.webBrowser.TabIndex = 2;
     //
     // HelpForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(844, 592);
     this.Controls.Add(this.webBrowser);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(860, 630);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(860, 630);
     this.Name = "HelpForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "帮助文档";
     this.Load += new System.EventHandler(this.HelpFrom_Load);
     this.ResumeLayout(false);
 }
Example #2
0
 private void InitializeComponent()
 {
     this.container    = new System.ComponentModel.Container();
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.chart        = new FreeQuant.Charting.Chart();
     this.SuspendLayout();
     //
     // chart
     //
     this.chart.AntiAliasingEnabled = false;
     this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart.DoubleBufferingEnabled = true;
     this.chart.FileName = null;
     this.chart.GroupLeftMarginEnabled  = false;
     this.chart.GroupRightMarginEnabled = false;
     this.chart.GroupZoomEnabled        = false;
     this.chart.ImeMode            = System.Windows.Forms.ImeMode.Off;
     this.chart.Location           = new System.Drawing.Point(0, 0);
     this.chart.Name               = "chart";
     this.chart.PadsForeColor      = System.Drawing.Color.White;
     this.chart.PrintAlign         = FreeQuant.Charting.EPrintAlign.None;
     this.chart.PrintHeight        = 400;
     this.chart.PrintLayout        = FreeQuant.Charting.EPrintLayout.Portrait;
     this.chart.PrintWidth         = 600;
     this.chart.PrintX             = 10;
     this.chart.PrintY             = 10;
     this.chart.SessionEnd         = System.TimeSpan.Parse("00:00:00");
     this.chart.SessionGridColor   = System.Drawing.Color.Blue;
     this.chart.SessionGridEnabled = false;
     this.chart.SessionStart       = System.TimeSpan.Parse("00:00:00");
     this.chart.Size               = new System.Drawing.Size(484, 322);
     this.chart.SmoothingEnabled   = false;
     this.chart.TabIndex           = 0;
     this.chart.TransformationType = FreeQuant.Charting.ETransformationType.Empty;
     //
     // Canvas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(484, 322);
     this.Controls.Add(this.chart);
     this.Name = "Canvas";
     this.ResumeLayout(false);
 }
Example #3
0
		private void InitializeComponent()
		{
		    this.container = new System.ComponentModel.Container();
		    this.helpProvider = new System.Windows.Forms.HelpProvider();
		    this.chart = new FreeQuant.Charting.Chart();
		    this.SuspendLayout();
		    // 
		    // chart
		    // 
		    this.chart.AntiAliasingEnabled = false;
		    this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
		    this.chart.DoubleBufferingEnabled = true;
		    this.chart.FileName = null;
		    this.chart.GroupLeftMarginEnabled = false;
		    this.chart.GroupRightMarginEnabled = false;
		    this.chart.GroupZoomEnabled = false;
		    this.chart.ImeMode = System.Windows.Forms.ImeMode.Off;
		    this.chart.Location = new System.Drawing.Point(0, 0);
		    this.chart.Name = "chart";
		    this.chart.PadsForeColor = System.Drawing.Color.White;
		    this.chart.PrintAlign = FreeQuant.Charting.EPrintAlign.None;
		    this.chart.PrintHeight = 400;
		    this.chart.PrintLayout = FreeQuant.Charting.EPrintLayout.Portrait;
		    this.chart.PrintWidth = 600;
		    this.chart.PrintX = 10;
		    this.chart.PrintY = 10;
		    this.chart.SessionEnd = System.TimeSpan.Parse("00:00:00");
		    this.chart.SessionGridColor = System.Drawing.Color.Blue;
		    this.chart.SessionGridEnabled = false;
		    this.chart.SessionStart = System.TimeSpan.Parse("00:00:00");
		    this.chart.Size = new System.Drawing.Size(484, 322);
		    this.chart.SmoothingEnabled = false;
		    this.chart.TabIndex = 0;
		    this.chart.TransformationType = FreeQuant.Charting.ETransformationType.Empty;
		    // 
		    // Canvas
		    // 
		    this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
		    this.ClientSize = new System.Drawing.Size(484, 322);
		    this.Controls.Add(this.chart);
		    this.Name = "Canvas";
		    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.scatterPlot = new VBCommon.Controls.AnnotatedScatterPlot();
            this.btnClose = new System.Windows.Forms.Button();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.SuspendLayout();
            //
            // mlrPredObs1
            //
            this.scatterPlot.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.scatterPlot.Location = new System.Drawing.Point(12, 12);
            this.scatterPlot.Name = "mlrPredObs1";
            this.scatterPlot.PowerExponent = double.NaN;
            this.scatterPlot.Size = new System.Drawing.Size(678, 345);
            this.scatterPlot.TabIndex = 0;

            //
            // btnClose
            //
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnClose.Location = new System.Drawing.Point(318, 374);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 1;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            //
            // frmMLRPredObs
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(711, 404);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.scatterPlot);
            this.Name = "frmPredictionScatterPlot";
            this.Text = "Plot";
            this.Load += new System.EventHandler(this.frmMLRPredObs_Load);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserAdmin));
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.grdUser = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartment = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmail = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTelephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDefaultRole = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEnabled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSetPassword = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnProperty = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.lblContents = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnSearch = new System.Windows.Forms.Button();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnRoleUser = new System.Windows.Forms.Button();
     this.picBug = new System.Windows.Forms.PictureBox();
     this.picSetting = new System.Windows.Forms.PictureBox();
     this.picImport = new System.Windows.Forms.PictureBox();
     this.picExport = new System.Windows.Forms.PictureBox();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnSetOrganize = new System.Windows.Forms.Button();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.splUser = new System.Windows.Forms.SplitContainer();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picBug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picImport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picExport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).BeginInit();
     this.splUser.Panel1.SuspendLayout();
     this.splUser.Panel2.SuspendLayout();
     this.splUser.SuspendLayout();
     this.SuspendLayout();
     //
     // grdUser
     //
     this.grdUser.AllowUserToAddRows = false;
     this.grdUser.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(255)))));
     this.grdUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdUser.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colUserName,
     this.colCode,
     this.colRealName,
     this.colDepartment,
     this.colEmail,
     this.colTelephone,
     this.colMobile,
     this.colDefaultRole,
     this.colEnabled,
     this.colDescription});
     this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdUser.GridColor = System.Drawing.SystemColors.Control;
     this.grdUser.Location = new System.Drawing.Point(0, 0);
     this.grdUser.MultiSelect = false;
     this.grdUser.Name = "grdUser";
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     this.grdUser.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.grdUser.RowTemplate.Height = 23;
     this.grdUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdUser.Size = new System.Drawing.Size(741, 511);
     this.grdUser.TabIndex = 4;
     this.grdUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdUser_CellDoubleClick);
     this.grdUser.Sorted += new System.EventHandler(this.grdUser_Sorted);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colSelected.Width = 50;
     //
     // colUserName
     //
     this.colUserName.DataPropertyName = "UserName";
     this.colUserName.HeaderText = "用户名";
     this.colUserName.Name = "colUserName";
     this.colUserName.ReadOnly = true;
     //
     // colCode
     //
     this.colCode.DataPropertyName = "Code";
     this.colCode.HeaderText = "工号";
     this.colCode.MaxInputLength = 100;
     this.colCode.Name = "colCode";
     this.colCode.ReadOnly = true;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.FillWeight = 70F;
     this.colRealName.HeaderText = "姓名";
     this.colRealName.MaxInputLength = 200;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 70;
     //
     // colDepartment
     //
     this.colDepartment.DataPropertyName = "DepartmentName";
     this.colDepartment.FillWeight = 200F;
     this.colDepartment.HeaderText = "部门";
     this.colDepartment.MaxInputLength = 200;
     this.colDepartment.Name = "colDepartment";
     this.colDepartment.ReadOnly = true;
     this.colDepartment.Width = 200;
     //
     // colEmail
     //
     this.colEmail.DataPropertyName = "Email";
     this.colEmail.HeaderText = "Email";
     this.colEmail.Name = "colEmail";
     //
     // colTelephone
     //
     this.colTelephone.DataPropertyName = "Telephone";
     this.colTelephone.HeaderText = "电话";
     this.colTelephone.Name = "colTelephone";
     //
     // colMobile
     //
     this.colMobile.DataPropertyName = "Mobile";
     this.colMobile.HeaderText = "手机";
     this.colMobile.Name = "colMobile";
     //
     // colDefaultRole
     //
     this.colDefaultRole.DataPropertyName = "RoleName";
     this.colDefaultRole.HeaderText = "默认角色";
     this.colDefaultRole.Name = "colDefaultRole";
     this.colDefaultRole.ReadOnly = true;
     //
     // colEnabled
     //
     this.colEnabled.DataPropertyName = "Enabled";
     this.colEnabled.FalseValue = "0";
     this.colEnabled.FillWeight = 80F;
     this.colEnabled.HeaderText = "有效";
     this.colEnabled.Name = "colEnabled";
     this.colEnabled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colEnabled.TrueValue = "1";
     this.colEnabled.Width = 80;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.FillWeight = 135F;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 135;
     //
     // btnSetPassword
     //
     this.btnSetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetPassword.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetPassword.Enabled = false;
     this.btnSetPassword.Location = new System.Drawing.Point(517, 563);
     this.btnSetPassword.Name = "btnSetPassword";
     this.btnSetPassword.Size = new System.Drawing.Size(108, 23);
     this.btnSetPassword.TabIndex = 7;
     this.btnSetPassword.Text = "重置密码(&P)...";
     this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(885, 563);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 11;
     this.btnClose.Text = "关闭";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnProperty
     //
     this.btnProperty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnProperty.Enabled = false;
     this.btnProperty.Location = new System.Drawing.Point(434, 563);
     this.btnProperty.Name = "btnProperty";
     this.btnProperty.Size = new System.Drawing.Size(80, 23);
     this.btnProperty.TabIndex = 6;
     this.btnProperty.Text = "属性(&O)...";
     this.btnProperty.Click += new System.EventHandler(this.btnProperty_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Enabled = false;
     this.btnDelete.Location = new System.Drawing.Point(729, 563);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 9;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Enabled = false;
     this.btnAdd.Location = new System.Drawing.Point(356, 563);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // lblContents
     //
     this.lblContents.Location = new System.Drawing.Point(21, 16);
     this.lblContents.Name = "lblContents";
     this.lblContents.Size = new System.Drawing.Size(87, 12);
     this.lblContents.TabIndex = 0;
     this.lblContents.Text = "查询内容(&C):";
     this.lblContents.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(112, 11);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(168, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(285, 11);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(366, 16);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(96, 16);
     this.chkEnabled.TabIndex = 3;
     this.chkEnabled.Text = "只显示有效的";
     this.chkEnabled.UseVisualStyleBackColor = true;
     this.chkEnabled.CheckedChanged += new System.EventHandler(this.chkEnabled_CheckedChanged);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Enabled = false;
     this.ucTableSort.Location = new System.Drawing.Point(167, 562);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 24);
     this.ucTableSort.TabIndex = 12;
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Enabled = false;
     this.btnBatchSave.Location = new System.Drawing.Point(807, 563);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 10;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnRoleUser
     //
     this.btnRoleUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRoleUser.Enabled = false;
     this.btnRoleUser.Location = new System.Drawing.Point(628, 563);
     this.btnRoleUser.Name = "btnRoleUser";
     this.btnRoleUser.Size = new System.Drawing.Size(98, 23);
     this.btnRoleUser.TabIndex = 8;
     this.btnRoleUser.Text = "角色关联...";
     this.btnRoleUser.UseVisualStyleBackColor = true;
     this.btnRoleUser.Click += new System.EventHandler(this.btnRoleUser_Click);
     //
     // picBug
     //
     this.picBug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picBug.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picBug.Image = ((System.Drawing.Image)(resources.GetObject("picBug.Image")));
     this.picBug.Location = new System.Drawing.Point(929, 5);
     this.picBug.Name = "picBug";
     this.picBug.Size = new System.Drawing.Size(30, 30);
     this.picBug.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picBug.TabIndex = 14;
     this.picBug.TabStop = false;
     this.picBug.Click += new System.EventHandler(this.picBug_Click);
     //
     // picSetting
     //
     this.picSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picSetting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picSetting.Image = ((System.Drawing.Image)(resources.GetObject("picSetting.Image")));
     this.picSetting.Location = new System.Drawing.Point(897, 5);
     this.picSetting.Name = "picSetting";
     this.picSetting.Size = new System.Drawing.Size(30, 30);
     this.picSetting.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picSetting.TabIndex = 15;
     this.picSetting.TabStop = false;
     this.picSetting.Click += new System.EventHandler(this.picSetting_Click);
     //
     // picImport
     //
     this.picImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picImport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picImport.Image = ((System.Drawing.Image)(resources.GetObject("picImport.Image")));
     this.picImport.Location = new System.Drawing.Point(865, 5);
     this.picImport.Name = "picImport";
     this.picImport.Size = new System.Drawing.Size(30, 30);
     this.picImport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picImport.TabIndex = 16;
     this.picImport.TabStop = false;
     this.picImport.Click += new System.EventHandler(this.picImport_Click);
     //
     // picExport
     //
     this.picExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picExport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picExport.Image = ((System.Drawing.Image)(resources.GetObject("picExport.Image")));
     this.picExport.Location = new System.Drawing.Point(833, 5);
     this.picExport.Name = "picExport";
     this.picExport.Size = new System.Drawing.Size(30, 30);
     this.picExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picExport.TabIndex = 17;
     this.picExport.TabStop = false;
     this.picExport.Click += new System.EventHandler(this.picExport_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Enabled = false;
     this.btnInvertSelect.Location = new System.Drawing.Point(86, 562);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 20;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Enabled = false;
     this.btnSelectAll.Location = new System.Drawing.Point(5, 562);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 19;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnSetOrganize
     //
     this.btnSetOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetOrganize.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetOrganize.Enabled = false;
     this.btnSetOrganize.Location = new System.Drawing.Point(714, 9);
     this.btnSetOrganize.Name = "btnSetOrganize";
     this.btnSetOrganize.Size = new System.Drawing.Size(113, 23);
     this.btnSetOrganize.TabIndex = 21;
     this.btnSetOrganize.Text = "设置部门...";
     this.btnSetOrganize.Click += new System.EventHandler(this.btnSetOrganize_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // splUser
     //
     this.splUser.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.splUser.Location = new System.Drawing.Point(6, 45);
     this.splUser.Name = "splUser";
     //
     // splUser.Panel1
     //
     this.splUser.Panel1.Controls.Add(this.tvOrganize);
     this.splUser.Panel1MinSize = 0;
     //
     // splUser.Panel2
     //
     this.splUser.Panel2.Controls.Add(this.grdUser);
     this.splUser.Panel2MinSize = 0;
     this.splUser.Size = new System.Drawing.Size(954, 511);
     this.splUser.SplitterDistance = 209;
     this.splUser.TabIndex = 22;
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 1;
     this.tvOrganize.Size = new System.Drawing.Size(209, 511);
     this.tvOrganize.TabIndex = 1;
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.Click += new System.EventHandler(this.tvOrganize_Click);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // FrmUserAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(967, 590);
     this.Controls.Add(this.splUser);
     this.Controls.Add(this.btnSetOrganize);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.picExport);
     this.Controls.Add(this.picImport);
     this.Controls.Add(this.picSetting);
     this.Controls.Add(this.picBug);
     this.Controls.Add(this.btnRoleUser);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.chkEnabled);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.lblContents);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnSetPassword);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnProperty);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnAdd);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmUserAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUserAdmin_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picBug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picImport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picExport)).EndInit();
     this.splUser.Panel1.ResumeLayout(false);
     this.splUser.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).EndInit();
     this.splUser.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("数据备份与恢复");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("系统帮助", new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("基本信息设置");
     System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("学生信息管理");
     System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("公寓维修管理");
     System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("公寓住宿管理");
     System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("业务帮助", new System.Windows.Forms.TreeNode[] {
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6
     });
     System.Windows.Forms.HelpProvider helpProvider1;
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.treeView1       = new System.Windows.Forms.TreeView();
     helpProvider1        = new System.Windows.Forms.HelpProvider();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.treeView1);
     this.splitContainer1.Size             = new System.Drawing.Size(970, 465);
     this.splitContainer1.SplitterDistance = 250;
     this.splitContainer1.TabIndex         = 0;
     //
     // treeView1
     //
     this.treeView1.Location = new System.Drawing.Point(12, 12);
     this.treeView1.Name     = "treeView1";
     treeNode1.Name          = "节点1";
     treeNode1.Text          = "数据备份与恢复";
     treeNode2.Name          = "节点0";
     treeNode2.Text          = "系统帮助";
     treeNode3.Name          = "节点6";
     treeNode3.Text          = "基本信息设置";
     treeNode4.Name          = "节点7";
     treeNode4.Text          = "学生信息管理";
     treeNode5.Name          = "节点8";
     treeNode5.Text          = "公寓维修管理";
     treeNode6.Name          = "节点9";
     treeNode6.Text          = "公寓住宿管理";
     treeNode7.Name          = "节点2";
     treeNode7.Text          = "业务帮助";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode2,
         treeNode7
     });
     this.treeView1.Size     = new System.Drawing.Size(224, 441);
     this.treeView1.TabIndex = 0;
     //
     // 学生管理系统帮助
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(970, 465);
     this.Controls.Add(this.splitContainer1);
     this.Name = "学生管理系统帮助";
     this.Text = "学生管理系统帮助";
     this.splitContainer1.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.btnCancel = new System.Windows.Forms.Button();
     this.chkClose = new System.Windows.Forms.CheckBox();
     this.btnAdd = new System.Windows.Forms.Button();
     this.grbOperatorAdd = new System.Windows.Forms.GroupBox();
     this.cmbSecurityLevel = new System.Windows.Forms.ComboBox();
     this.lblSecurityLevel = new System.Windows.Forms.Label();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.cmbDefaultRole = new System.Windows.Forms.ComboBox();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblConfirmPasswordReq = new System.Windows.Forms.Label();
     this.lblPasswordReq = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.lblDefaultRole = new System.Windows.Forms.Label();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.lblPassword = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblRealName = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.grbOperatorAdd.SuspendLayout();
     this.SuspendLayout();
     //
     // helpProvider
     //
     this.helpProvider.HelpNamespace = "";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(361, 292);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // chkClose
     //
     this.chkClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkClose.AutoSize = true;
     this.chkClose.Checked = true;
     this.chkClose.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkClose.Location = new System.Drawing.Point(11, 296);
     this.chkClose.Name = "chkClose";
     this.chkClose.Size = new System.Drawing.Size(132, 16);
     this.chkClose.TabIndex = 5;
     this.chkClose.Text = "注册成功后关闭窗体";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnAdd.Location = new System.Drawing.Point(280, 292);
     this.btnAdd.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(74, 23);
     this.btnAdd.TabIndex = 1;
     this.btnAdd.Text = "添加(&A)";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // grbOperatorAdd
     //
     this.grbOperatorAdd.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.grbOperatorAdd.Controls.Add(this.cmbSecurityLevel);
     this.grbOperatorAdd.Controls.Add(this.lblSecurityLevel);
     this.grbOperatorAdd.Controls.Add(this.chkEnabled);
     this.grbOperatorAdd.Controls.Add(this.cmbDefaultRole);
     this.grbOperatorAdd.Controls.Add(this.lblFullNameReq);
     this.grbOperatorAdd.Controls.Add(this.lblConfirmPasswordReq);
     this.grbOperatorAdd.Controls.Add(this.lblPasswordReq);
     this.grbOperatorAdd.Controls.Add(this.lblUserNameReq);
     this.grbOperatorAdd.Controls.Add(this.txtRealName);
     this.grbOperatorAdd.Controls.Add(this.txtUserName);
     this.grbOperatorAdd.Controls.Add(this.lblCode);
     this.grbOperatorAdd.Controls.Add(this.lblDefaultRole);
     this.grbOperatorAdd.Controls.Add(this.txtConfirmPassword);
     this.grbOperatorAdd.Controls.Add(this.lblConfirmPassword);
     this.grbOperatorAdd.Controls.Add(this.txtPassword);
     this.grbOperatorAdd.Controls.Add(this.lblPassword);
     this.grbOperatorAdd.Controls.Add(this.txtCode);
     this.grbOperatorAdd.Controls.Add(this.lblRealName);
     this.grbOperatorAdd.Controls.Add(this.lblUserName);
     this.grbOperatorAdd.Location = new System.Drawing.Point(11, 11);
     this.grbOperatorAdd.Name = "grbOperatorAdd";
     this.helpProvider.SetShowHelp(this.grbOperatorAdd, true);
     this.grbOperatorAdd.Size = new System.Drawing.Size(424, 268);
     this.grbOperatorAdd.TabIndex = 0;
     this.grbOperatorAdd.TabStop = false;
     this.grbOperatorAdd.Text = "用户";
     //
     // cmbSecurityLevel
     //
     this.cmbSecurityLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbSecurityLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSecurityLevel.Location = new System.Drawing.Point(142, 141);
     this.cmbSecurityLevel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbSecurityLevel.Name = "cmbSecurityLevel";
     this.cmbSecurityLevel.Size = new System.Drawing.Size(236, 20);
     this.cmbSecurityLevel.TabIndex = 11;
     //
     // lblSecurityLevel
     //
     this.lblSecurityLevel.Location = new System.Drawing.Point(12, 144);
     this.lblSecurityLevel.Name = "lblSecurityLevel";
     this.lblSecurityLevel.Size = new System.Drawing.Size(130, 12);
     this.lblSecurityLevel.TabIndex = 10;
     this.lblSecurityLevel.Text = "安全级别(&S):";
     this.lblSecurityLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(142, 238);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 18;
     this.chkEnabled.Text = "有效";
     //
     // cmbDefaultRole
     //
     this.cmbDefaultRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbDefaultRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDefaultRole.Location = new System.Drawing.Point(142, 114);
     this.cmbDefaultRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDefaultRole.Name = "cmbDefaultRole";
     this.cmbDefaultRole.Size = new System.Drawing.Size(236, 20);
     this.cmbDefaultRole.TabIndex = 9;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(393, 59);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 5;
     this.lblFullNameReq.Text = "*";
     //
     // lblConfirmPasswordReq
     //
     this.lblConfirmPasswordReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblConfirmPasswordReq.AutoSize = true;
     this.lblConfirmPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblConfirmPasswordReq.Location = new System.Drawing.Point(392, 202);
     this.lblConfirmPasswordReq.Name = "lblConfirmPasswordReq";
     this.lblConfirmPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblConfirmPasswordReq.TabIndex = 17;
     this.lblConfirmPasswordReq.Text = "*";
     //
     // lblPasswordReq
     //
     this.lblPasswordReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblPasswordReq.AutoSize = true;
     this.lblPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblPasswordReq.Location = new System.Drawing.Point(392, 174);
     this.lblPasswordReq.Name = "lblPasswordReq";
     this.lblPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblPasswordReq.TabIndex = 14;
     this.lblPasswordReq.Text = "*";
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(393, 31);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 2;
     this.lblUserNameReq.Text = "*";
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(142, 55);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(237, 21);
     this.txtRealName.TabIndex = 4;
     this.txtRealName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtFullName_MouseDoubleClick);
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(142, 27);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(236, 21);
     this.txtUserName.TabIndex = 1;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(12, 86);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(130, 12);
     this.lblCode.TabIndex = 6;
     this.lblCode.Text = "工号(编号):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDefaultRole
     //
     this.lblDefaultRole.Location = new System.Drawing.Point(12, 117);
     this.lblDefaultRole.Name = "lblDefaultRole";
     this.lblDefaultRole.Size = new System.Drawing.Size(130, 12);
     this.lblDefaultRole.TabIndex = 8;
     this.lblDefaultRole.Text = "默认角色(&R):";
     this.lblDefaultRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtConfirmPassword.Location = new System.Drawing.Point(142, 198);
     this.txtConfirmPassword.MaxLength = 20;
     this.txtConfirmPassword.Name = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size = new System.Drawing.Size(237, 21);
     this.txtConfirmPassword.TabIndex = 16;
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.Location = new System.Drawing.Point(12, 202);
     this.lblConfirmPassword.Name = "lblConfirmPassword";
     this.lblConfirmPassword.Size = new System.Drawing.Size(130, 12);
     this.lblConfirmPassword.TabIndex = 15;
     this.lblConfirmPassword.Text = "确认密码(&C):";
     this.lblConfirmPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.Location = new System.Drawing.Point(142, 170);
     this.txtPassword.MaxLength = 20;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(237, 21);
     this.txtPassword.TabIndex = 13;
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(12, 174);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(130, 12);
     this.lblPassword.TabIndex = 12;
     this.lblPassword.Text = "密码(&P):";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(142, 83);
     this.txtCode.MaxLength = 20;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(237, 21);
     this.txtCode.TabIndex = 7;
     //
     // lblRealName
     //
     this.lblRealName.Location = new System.Drawing.Point(12, 58);
     this.lblRealName.Name = "lblRealName";
     this.lblRealName.Size = new System.Drawing.Size(130, 12);
     this.lblRealName.TabIndex = 3;
     this.lblRealName.Text = "姓名(&N):";
     this.lblRealName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(12, 32);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(130, 12);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "登录用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FrmUserAdd
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(446, 324);
     this.Controls.Add(this.chkClose);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grbOperatorAdd);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmUserAdd";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.helpProvider.SetShowHelp(this, true);
     this.Text = "添加用户";
     this.grbOperatorAdd.ResumeLayout(false);
     this.grbOperatorAdd.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSettings));
     this.ButtonOK = new System.Windows.Forms.Button();
     this.ButtonCancel = new System.Windows.Forms.Button();
     this.TabControlSettings = new System.Windows.Forms.TabControl();
     this.TabPageActivity = new System.Windows.Forms.TabPage();
     this.ToolStripContainerActivity = new System.Windows.Forms.ToolStripContainer();
     this.ToolStripActivity = new System.Windows.Forms.ToolStrip();
     this.ToolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ToolStripButtonUp = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonDown = new System.Windows.Forms.ToolStripButton();
     this.ListViewActivity = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LabelActivity = new System.Windows.Forms.Label();
     this.PictureBoxActivity = new System.Windows.Forms.PictureBox();
     this.TabPageReminder = new System.Windows.Forms.TabPage();
     this.LabelReminder = new System.Windows.Forms.Label();
     this.PictureBoxReminder = new System.Windows.Forms.PictureBox();
     this.GroupBoxDisplay = new System.Windows.Forms.GroupBox();
     this.RadioButtonBalloon = new System.Windows.Forms.RadioButton();
     this.RadioButtonSplash = new System.Windows.Forms.RadioButton();
     this.GroupBoxSplash = new System.Windows.Forms.GroupBox();
     this.LabelSound = new System.Windows.Forms.Label();
     this.ButtonBrowseSound = new System.Windows.Forms.Button();
     this.CheckBoxSound = new System.Windows.Forms.CheckBox();
     this.ButtonSplashBackColor = new System.Windows.Forms.Button();
     this.ButtonSplashFont = new System.Windows.Forms.Button();
     this.LabelSplashExample = new System.Windows.Forms.Label();
     this.TabPageDefaults = new System.Windows.Forms.TabPage();
     this.GroupBoxDefaults = new System.Windows.Forms.GroupBox();
     this.NumericReminderPost = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.NumericReminderPre = new System.Windows.Forms.NumericUpDown();
     this.LabelReminderDuration = new System.Windows.Forms.Label();
     this.LabelReminderInterval = new System.Windows.Forms.Label();
     this.LabelReminderDurationSeconds = new System.Windows.Forms.Label();
     this.NumericReminderDuration = new System.Windows.Forms.NumericUpDown();
     this.LabelReminderIntervalMinutes = new System.Windows.Forms.Label();
     this.LabelDefaults = new System.Windows.Forms.Label();
     this.PictureBoxDefaults = new System.Windows.Forms.PictureBox();
     this.TabPageSystemSettings = new System.Windows.Forms.TabPage();
     this.GroupBoxApplicationSettings = new System.Windows.Forms.GroupBox();
     this.ButtonResetSettings = new System.Windows.Forms.Button();
     this.GroupBoxSystemSettings = new System.Windows.Forms.GroupBox();
     this.CheckBoxWindowsStartMinimize = new System.Windows.Forms.CheckBox();
     this.CheckBoxWindowsStart = new System.Windows.Forms.CheckBox();
     this.LabelSystem = new System.Windows.Forms.Label();
     this.PictureBoxSystem = new System.Windows.Forms.PictureBox();
     this.FitnessTimer = new System.Windows.Forms.Timer(this.components);
     this.FitnessNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.ContextMenuStripNotify = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.resumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ImageListActivity = new System.Windows.Forms.ImageList(this.components);
     this.FontDialogSplash = new System.Windows.Forms.FontDialog();
     this.ColorDialogSplash = new System.Windows.Forms.ColorDialog();
     this.OpenFileDialogSound = new System.Windows.Forms.OpenFileDialog();
     this.HelpProviderSettings = new System.Windows.Forms.HelpProvider();
     this.TabControlSettings.SuspendLayout();
     this.TabPageActivity.SuspendLayout();
     this.ToolStripContainerActivity.BottomToolStripPanel.SuspendLayout();
     this.ToolStripContainerActivity.ContentPanel.SuspendLayout();
     this.ToolStripContainerActivity.SuspendLayout();
     this.ToolStripActivity.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxActivity)).BeginInit();
     this.TabPageReminder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxReminder)).BeginInit();
     this.GroupBoxDisplay.SuspendLayout();
     this.GroupBoxSplash.SuspendLayout();
     this.TabPageDefaults.SuspendLayout();
     this.GroupBoxDefaults.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxDefaults)).BeginInit();
     this.TabPageSystemSettings.SuspendLayout();
     this.GroupBoxApplicationSettings.SuspendLayout();
     this.GroupBoxSystemSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxSystem)).BeginInit();
     this.ContextMenuStripNotify.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonOK
     //
     this.ButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.HelpProviderSettings.SetHelpString(this.ButtonOK, "Saves current settings, minimizes the window and starts the reminder timer.");
     this.ButtonOK.Location = new System.Drawing.Point(150, 358);
     this.ButtonOK.Name = "ButtonOK";
     this.HelpProviderSettings.SetShowHelp(this.ButtonOK, true);
     this.ButtonOK.Size = new System.Drawing.Size(108, 23);
     this.ButtonOK.TabIndex = 0;
     this.ButtonOK.Text = "Save && &Run";
     this.ButtonOK.UseVisualStyleBackColor = true;
     this.ButtonOK.Click += new System.EventHandler(this.ButtonOK_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.HelpProviderSettings.SetHelpString(this.ButtonCancel, "Closes the window. If Fitnes Reminder was previously started, it continues withou" +
     "t saving changes. If Fitness Reminder was just started, Fitness Reminder will ex" +
     "it.");
     this.ButtonCancel.Location = new System.Drawing.Point(264, 358);
     this.ButtonCancel.Name = "ButtonCancel";
     this.HelpProviderSettings.SetShowHelp(this.ButtonCancel, true);
     this.ButtonCancel.Size = new System.Drawing.Size(84, 23);
     this.ButtonCancel.TabIndex = 1;
     this.ButtonCancel.Text = "&Cancel";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // TabControlSettings
     //
     this.TabControlSettings.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.TabControlSettings.Controls.Add(this.TabPageActivity);
     this.TabControlSettings.Controls.Add(this.TabPageReminder);
     this.TabControlSettings.Controls.Add(this.TabPageDefaults);
     this.TabControlSettings.Controls.Add(this.TabPageSystemSettings);
     this.TabControlSettings.Location = new System.Drawing.Point(12, 12);
     this.TabControlSettings.Name = "TabControlSettings";
     this.TabControlSettings.SelectedIndex = 0;
     this.TabControlSettings.Size = new System.Drawing.Size(336, 339);
     this.TabControlSettings.TabIndex = 8;
     //
     // TabPageActivity
     //
     this.TabPageActivity.Controls.Add(this.ToolStripContainerActivity);
     this.TabPageActivity.Controls.Add(this.LabelActivity);
     this.TabPageActivity.Controls.Add(this.PictureBoxActivity);
     this.TabPageActivity.Location = new System.Drawing.Point(4, 22);
     this.TabPageActivity.Name = "TabPageActivity";
     this.TabPageActivity.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageActivity.Size = new System.Drawing.Size(328, 313);
     this.TabPageActivity.TabIndex = 0;
     this.TabPageActivity.Text = "Activity List";
     this.TabPageActivity.UseVisualStyleBackColor = true;
     //
     // ToolStripContainerActivity
     //
     this.ToolStripContainerActivity.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)));
     //
     // ToolStripContainerActivity.BottomToolStripPanel
     //
     this.ToolStripContainerActivity.BottomToolStripPanel.Controls.Add(this.ToolStripActivity);
     this.ToolStripContainerActivity.BottomToolStripPanel.Tag = "B";
     //
     // ToolStripContainerActivity.ContentPanel
     //
     this.ToolStripContainerActivity.ContentPanel.Controls.Add(this.ListViewActivity);
     this.ToolStripContainerActivity.ContentPanel.Size = new System.Drawing.Size(304, 182);
     //
     // ToolStripContainerActivity.LeftToolStripPanel
     //
     this.ToolStripContainerActivity.LeftToolStripPanel.Tag = "L";
     this.ToolStripContainerActivity.Location = new System.Drawing.Point(11, 67);
     this.ToolStripContainerActivity.Name = "ToolStripContainerActivity";
     //
     // ToolStripContainerActivity.RightToolStripPanel
     //
     this.ToolStripContainerActivity.RightToolStripPanel.Tag = "R";
     this.ToolStripContainerActivity.Size = new System.Drawing.Size(304, 232);
     this.ToolStripContainerActivity.TabIndex = 12;
     this.ToolStripContainerActivity.Text = "ToolStripContainerActivity";
     //
     // ToolStripContainerActivity.TopToolStripPanel
     //
     this.ToolStripContainerActivity.TopToolStripPanel.Tag = "T";
     //
     // ToolStripActivity
     //
     this.ToolStripActivity.Dock = System.Windows.Forms.DockStyle.None;
     this.ToolStripActivity.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ToolStripButtonAdd,
     this.ToolStripButtonEdit,
     this.ToolStripButtonDelete,
     this.toolStripSeparator2,
     this.ToolStripButtonUp,
     this.ToolStripButtonDown});
     this.ToolStripActivity.Location = new System.Drawing.Point(3, 0);
     this.ToolStripActivity.Name = "ToolStripActivity";
     this.ToolStripActivity.Size = new System.Drawing.Size(133, 25);
     this.ToolStripActivity.TabIndex = 0;
     //
     // ToolStripButtonAdd
     //
     this.ToolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonAdd.Image")));
     this.ToolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonAdd.Name = "ToolStripButtonAdd";
     this.ToolStripButtonAdd.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonAdd.Text = "Add Activity.";
     this.ToolStripButtonAdd.Click += new System.EventHandler(this.ToolStripButtonAdd_Click);
     //
     // ToolStripButtonEdit
     //
     this.ToolStripButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonEdit.Enabled = false;
     this.ToolStripButtonEdit.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonEdit.Image")));
     this.ToolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonEdit.Name = "ToolStripButtonEdit";
     this.ToolStripButtonEdit.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonEdit.Text = "Edit Activity.";
     this.ToolStripButtonEdit.Click += new System.EventHandler(this.ToolStripButtonEdit_Click);
     //
     // ToolStripButtonDelete
     //
     this.ToolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonDelete.Enabled = false;
     this.ToolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonDelete.Image")));
     this.ToolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonDelete.Name = "ToolStripButtonDelete";
     this.ToolStripButtonDelete.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonDelete.Text = "Delete Activity.";
     this.ToolStripButtonDelete.Click += new System.EventHandler(this.ToolStripButtonDelete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // ToolStripButtonUp
     //
     this.ToolStripButtonUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonUp.Enabled = false;
     this.ToolStripButtonUp.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonUp.Image")));
     this.ToolStripButtonUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonUp.Name = "ToolStripButtonUp";
     this.ToolStripButtonUp.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonUp.Text = "Slide activity up.";
     this.ToolStripButtonUp.Click += new System.EventHandler(this.ToolStripButtonUp_Click);
     //
     // ToolStripButtonDown
     //
     this.ToolStripButtonDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonDown.Enabled = false;
     this.ToolStripButtonDown.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonDown.Image")));
     this.ToolStripButtonDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonDown.Name = "ToolStripButtonDown";
     this.ToolStripButtonDown.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonDown.Text = "Slide activity down.";
     this.ToolStripButtonDown.Click += new System.EventHandler(this.ToolStripButtonDown_Click);
     //
     // ListViewActivity
     //
     this.ListViewActivity.CheckBoxes = true;
     this.ListViewActivity.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.ListViewActivity.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ListViewActivity.FullRowSelect = true;
     this.ListViewActivity.GridLines = true;
     this.ListViewActivity.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ListViewActivity.Location = new System.Drawing.Point(0, 0);
     this.ListViewActivity.MultiSelect = false;
     this.ListViewActivity.Name = "ListViewActivity";
     this.ListViewActivity.Size = new System.Drawing.Size(304, 182);
     this.ListViewActivity.TabIndex = 0;
     this.ListViewActivity.UseCompatibleStateImageBehavior = false;
     this.ListViewActivity.View = System.Windows.Forms.View.Details;
     this.ListViewActivity.SelectedIndexChanged += new System.EventHandler(this.ListViewActivity_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Activity";
     this.columnHeader1.Width = 274;
     //
     // LabelActivity
     //
     this.LabelActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelActivity.Location = new System.Drawing.Point(65, 13);
     this.LabelActivity.Name = "LabelActivity";
     this.LabelActivity.Size = new System.Drawing.Size(250, 48);
     this.LabelActivity.TabIndex = 11;
     this.LabelActivity.Text = "List of activites that the reminder will display. Diplayed in order from top to b" +
     "ottom. Unchecked items will be skipped.";
     this.LabelActivity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxActivity
     //
     this.PictureBoxActivity.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxActivity.Image")));
     this.PictureBoxActivity.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxActivity.Name = "PictureBoxActivity";
     this.PictureBoxActivity.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxActivity.TabIndex = 10;
     this.PictureBoxActivity.TabStop = false;
     //
     // TabPageReminder
     //
     this.TabPageReminder.Controls.Add(this.LabelReminder);
     this.TabPageReminder.Controls.Add(this.PictureBoxReminder);
     this.TabPageReminder.Controls.Add(this.GroupBoxDisplay);
     this.TabPageReminder.Controls.Add(this.GroupBoxSplash);
     this.TabPageReminder.Location = new System.Drawing.Point(4, 22);
     this.TabPageReminder.Name = "TabPageReminder";
     this.TabPageReminder.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageReminder.Size = new System.Drawing.Size(328, 313);
     this.TabPageReminder.TabIndex = 1;
     this.TabPageReminder.Text = "Reminder Settings";
     this.TabPageReminder.UseVisualStyleBackColor = true;
     //
     // LabelReminder
     //
     this.LabelReminder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminder.Location = new System.Drawing.Point(65, 13);
     this.LabelReminder.Name = "LabelReminder";
     this.LabelReminder.Size = new System.Drawing.Size(250, 48);
     this.LabelReminder.TabIndex = 17;
     this.LabelReminder.Text = "The reminder can be displayed in a balloon tip or as a Splash screen. Select the " +
     "Splash option to tweak the font and the background.";
     this.LabelReminder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxReminder
     //
     this.PictureBoxReminder.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxReminder.Image")));
     this.PictureBoxReminder.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxReminder.Name = "PictureBoxReminder";
     this.PictureBoxReminder.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxReminder.TabIndex = 16;
     this.PictureBoxReminder.TabStop = false;
     //
     // GroupBoxDisplay
     //
     this.GroupBoxDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxDisplay.Controls.Add(this.RadioButtonBalloon);
     this.GroupBoxDisplay.Controls.Add(this.RadioButtonSplash);
     this.GroupBoxDisplay.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxDisplay.Name = "GroupBoxDisplay";
     this.GroupBoxDisplay.Size = new System.Drawing.Size(304, 84);
     this.GroupBoxDisplay.TabIndex = 14;
     this.GroupBoxDisplay.TabStop = false;
     this.GroupBoxDisplay.Text = "Reminder Type";
     //
     // RadioButtonBalloon
     //
     this.RadioButtonBalloon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.HelpProviderSettings.SetHelpString(this.RadioButtonBalloon, "Shows a balloon tip from the tray icon. Warning, delays may occur due to Windows." +
     " Might even not show at all.");
     this.RadioButtonBalloon.Location = new System.Drawing.Point(21, 51);
     this.RadioButtonBalloon.Name = "RadioButtonBalloon";
     this.HelpProviderSettings.SetShowHelp(this.RadioButtonBalloon, true);
     this.RadioButtonBalloon.Size = new System.Drawing.Size(255, 17);
     this.RadioButtonBalloon.TabIndex = 0;
     this.RadioButtonBalloon.Text = "Balloon Tip (Notification from Tray Icon)";
     this.RadioButtonBalloon.UseVisualStyleBackColor = true;
     this.RadioButtonBalloon.CheckedChanged += new System.EventHandler(this.RadioButtonBalloon_CheckedChanged);
     //
     // RadioButtonSplash
     //
     this.RadioButtonSplash.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.RadioButtonSplash.Checked = true;
     this.HelpProviderSettings.SetHelpString(this.RadioButtonSplash, "Shows a full screen window on all screens containing the activity name.");
     this.RadioButtonSplash.Location = new System.Drawing.Point(21, 27);
     this.RadioButtonSplash.Name = "RadioButtonSplash";
     this.HelpProviderSettings.SetShowHelp(this.RadioButtonSplash, true);
     this.RadioButtonSplash.Size = new System.Drawing.Size(255, 17);
     this.RadioButtonSplash.TabIndex = 1;
     this.RadioButtonSplash.TabStop = true;
     this.RadioButtonSplash.Text = "Splash screen (Full screen)";
     this.RadioButtonSplash.UseVisualStyleBackColor = true;
     this.RadioButtonSplash.CheckedChanged += new System.EventHandler(this.RadioButtonSplash_CheckedChanged);
     //
     // GroupBoxSplash
     //
     this.GroupBoxSplash.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxSplash.Controls.Add(this.LabelSound);
     this.GroupBoxSplash.Controls.Add(this.ButtonBrowseSound);
     this.GroupBoxSplash.Controls.Add(this.CheckBoxSound);
     this.GroupBoxSplash.Controls.Add(this.ButtonSplashBackColor);
     this.GroupBoxSplash.Controls.Add(this.ButtonSplashFont);
     this.GroupBoxSplash.Controls.Add(this.LabelSplashExample);
     this.GroupBoxSplash.Location = new System.Drawing.Point(11, 161);
     this.GroupBoxSplash.Name = "GroupBoxSplash";
     this.GroupBoxSplash.Size = new System.Drawing.Size(304, 129);
     this.GroupBoxSplash.TabIndex = 16;
     this.GroupBoxSplash.TabStop = false;
     this.GroupBoxSplash.Text = "Splash screen options";
     //
     // LabelSound
     //
     this.HelpProviderSettings.SetHelpString(this.LabelSound, "Sound file name that will be played when the activity is shown. Click here to hea" +
     "r an example.");
     this.LabelSound.Location = new System.Drawing.Point(102, 96);
     this.LabelSound.Name = "LabelSound";
     this.HelpProviderSettings.SetShowHelp(this.LabelSound, true);
     this.LabelSound.Size = new System.Drawing.Size(83, 17);
     this.LabelSound.TabIndex = 13;
     this.LabelSound.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.LabelSound.Click += new System.EventHandler(this.LabelSound_Click);
     //
     // ButtonBrowseSound
     //
     this.ButtonBrowseSound.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonBrowseSound.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonBrowseSound.Enabled = false;
     this.ButtonBrowseSound.Location = new System.Drawing.Point(192, 92);
     this.ButtonBrowseSound.Name = "ButtonBrowseSound";
     this.ButtonBrowseSound.Size = new System.Drawing.Size(90, 23);
     this.ButtonBrowseSound.TabIndex = 12;
     this.ButtonBrowseSound.Text = "Bro&wse";
     this.ButtonBrowseSound.UseVisualStyleBackColor = true;
     this.ButtonBrowseSound.Click += new System.EventHandler(this.ButtonBrowseSound_Click);
     //
     // CheckBoxSound
     //
     this.HelpProviderSettings.SetHelpString(this.CheckBoxSound, "Enable the playback of a sound when the activity is shown.");
     this.CheckBoxSound.Location = new System.Drawing.Point(21, 97);
     this.CheckBoxSound.Name = "CheckBoxSound";
     this.HelpProviderSettings.SetShowHelp(this.CheckBoxSound, true);
     this.CheckBoxSound.Size = new System.Drawing.Size(82, 17);
     this.CheckBoxSound.TabIndex = 11;
     this.CheckBoxSound.Text = "Play sound";
     this.CheckBoxSound.UseVisualStyleBackColor = true;
     this.CheckBoxSound.CheckedChanged += new System.EventHandler(this.CheckBoxSound_CheckedChanged);
     //
     // ButtonSplashBackColor
     //
     this.ButtonSplashBackColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonSplashBackColor.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonSplashBackColor.Location = new System.Drawing.Point(192, 61);
     this.ButtonSplashBackColor.Name = "ButtonSplashBackColor";
     this.ButtonSplashBackColor.Size = new System.Drawing.Size(90, 23);
     this.ButtonSplashBackColor.TabIndex = 10;
     this.ButtonSplashBackColor.Text = "Back &color";
     this.ButtonSplashBackColor.UseVisualStyleBackColor = true;
     this.ButtonSplashBackColor.Click += new System.EventHandler(this.ButtonSplashBackColor_Click);
     //
     // ButtonSplashFont
     //
     this.ButtonSplashFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonSplashFont.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonSplashFont.Location = new System.Drawing.Point(192, 32);
     this.ButtonSplashFont.Name = "ButtonSplashFont";
     this.ButtonSplashFont.Size = new System.Drawing.Size(90, 23);
     this.ButtonSplashFont.TabIndex = 9;
     this.ButtonSplashFont.Text = "&Font";
     this.ButtonSplashFont.UseVisualStyleBackColor = true;
     this.ButtonSplashFont.Click += new System.EventHandler(this.ButtonSplashFont_Click);
     //
     // LabelSplashExample
     //
     this.LabelSplashExample.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.LabelSplashExample.BackColor = System.Drawing.Color.Orange;
     this.LabelSplashExample.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LabelSplashExample.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpProviderSettings.SetHelpString(this.LabelSplashExample, "Example of the selected visual style. Click here to see a full screen example.");
     this.LabelSplashExample.Location = new System.Drawing.Point(21, 32);
     this.LabelSplashExample.Name = "LabelSplashExample";
     this.HelpProviderSettings.SetShowHelp(this.LabelSplashExample, true);
     this.LabelSplashExample.Size = new System.Drawing.Size(153, 52);
     this.LabelSplashExample.TabIndex = 0;
     this.LabelSplashExample.Text = "Example";
     this.LabelSplashExample.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.LabelSplashExample.Click += new System.EventHandler(this.LabelSplashExample_Click);
     //
     // TabPageDefaults
     //
     this.TabPageDefaults.Controls.Add(this.GroupBoxDefaults);
     this.TabPageDefaults.Controls.Add(this.LabelDefaults);
     this.TabPageDefaults.Controls.Add(this.PictureBoxDefaults);
     this.TabPageDefaults.Location = new System.Drawing.Point(4, 22);
     this.TabPageDefaults.Name = "TabPageDefaults";
     this.TabPageDefaults.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageDefaults.Size = new System.Drawing.Size(328, 313);
     this.TabPageDefaults.TabIndex = 2;
     this.TabPageDefaults.Text = "Default Timers";
     this.TabPageDefaults.UseVisualStyleBackColor = true;
     //
     // GroupBoxDefaults
     //
     this.GroupBoxDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderPost);
     this.GroupBoxDefaults.Controls.Add(this.label2);
     this.GroupBoxDefaults.Controls.Add(this.label3);
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderPre);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderDuration);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderInterval);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderDurationSeconds);
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderDuration);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderIntervalMinutes);
     this.GroupBoxDefaults.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxDefaults.Name = "GroupBoxDefaults";
     this.GroupBoxDefaults.Size = new System.Drawing.Size(304, 117);
     this.GroupBoxDefaults.TabIndex = 16;
     this.GroupBoxDefaults.TabStop = false;
     this.GroupBoxDefaults.Text = "Default Reminder Timers";
     //
     // NumericReminderPost
     //
     this.NumericReminderPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderPost.Location = new System.Drawing.Point(117, 84);
     this.NumericReminderPost.Maximum = new decimal(new int[] {
     600,
     0,
     0,
     0});
     this.NumericReminderPost.Name = "NumericReminderPost";
     this.NumericReminderPost.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderPost.TabIndex = 33;
     this.NumericReminderPost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderPost.Value = new decimal(new int[] {
     5,
     0,
     0,
     0});
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 86);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(89, 13);
     this.label2.TabIndex = 32;
     this.label2.Text = "Post-Delay :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location = new System.Drawing.Point(230, 86);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(57, 13);
     this.label3.TabIndex = 34;
     this.label3.Text = "minutes";
     //
     // NumericReminderPre
     //
     this.NumericReminderPre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderPre.Location = new System.Drawing.Point(117, 23);
     this.NumericReminderPre.Maximum = new decimal(new int[] {
     600,
     0,
     0,
     0});
     this.NumericReminderPre.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.NumericReminderPre.Name = "NumericReminderPre";
     this.NumericReminderPre.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderPre.TabIndex = 27;
     this.NumericReminderPre.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderPre.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // LabelReminderDuration
     //
     this.LabelReminderDuration.Location = new System.Drawing.Point(16, 56);
     this.LabelReminderDuration.Name = "LabelReminderDuration";
     this.LabelReminderDuration.Size = new System.Drawing.Size(89, 13);
     this.LabelReminderDuration.TabIndex = 29;
     this.LabelReminderDuration.Text = "Duration :";
     this.LabelReminderDuration.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LabelReminderInterval
     //
     this.LabelReminderInterval.Location = new System.Drawing.Point(16, 25);
     this.LabelReminderInterval.Name = "LabelReminderInterval";
     this.LabelReminderInterval.Size = new System.Drawing.Size(89, 13);
     this.LabelReminderInterval.TabIndex = 26;
     this.LabelReminderInterval.Text = "Pre-Delay :";
     this.LabelReminderInterval.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LabelReminderDurationSeconds
     //
     this.LabelReminderDurationSeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminderDurationSeconds.Location = new System.Drawing.Point(230, 56);
     this.LabelReminderDurationSeconds.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.LabelReminderDurationSeconds.Name = "LabelReminderDurationSeconds";
     this.LabelReminderDurationSeconds.Size = new System.Drawing.Size(58, 13);
     this.LabelReminderDurationSeconds.TabIndex = 31;
     this.LabelReminderDurationSeconds.Text = "seconds";
     //
     // NumericReminderDuration
     //
     this.NumericReminderDuration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderDuration.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NumericReminderDuration.Location = new System.Drawing.Point(117, 54);
     this.NumericReminderDuration.Maximum = new decimal(new int[] {
     3600,
     0,
     0,
     0});
     this.NumericReminderDuration.Minimum = new decimal(new int[] {
     5,
     0,
     0,
     0});
     this.NumericReminderDuration.Name = "NumericReminderDuration";
     this.NumericReminderDuration.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderDuration.TabIndex = 30;
     this.NumericReminderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderDuration.Value = new decimal(new int[] {
     30,
     0,
     0,
     0});
     //
     // LabelReminderIntervalMinutes
     //
     this.LabelReminderIntervalMinutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminderIntervalMinutes.Location = new System.Drawing.Point(230, 25);
     this.LabelReminderIntervalMinutes.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.LabelReminderIntervalMinutes.Name = "LabelReminderIntervalMinutes";
     this.LabelReminderIntervalMinutes.Size = new System.Drawing.Size(57, 13);
     this.LabelReminderIntervalMinutes.TabIndex = 28;
     this.LabelReminderIntervalMinutes.Text = "minutes";
     //
     // LabelDefaults
     //
     this.LabelDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelDefaults.Location = new System.Drawing.Point(65, 13);
     this.LabelDefaults.Name = "LabelDefaults";
     this.LabelDefaults.Size = new System.Drawing.Size(250, 48);
     this.LabelDefaults.TabIndex = 15;
     this.LabelDefaults.Text = "When creating a new activity in the activity list, these settings will be use as " +
     "defaults.";
     this.LabelDefaults.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxDefaults
     //
     this.PictureBoxDefaults.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxDefaults.Image")));
     this.PictureBoxDefaults.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxDefaults.Name = "PictureBoxDefaults";
     this.PictureBoxDefaults.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxDefaults.TabIndex = 14;
     this.PictureBoxDefaults.TabStop = false;
     //
     // TabPageSystemSettings
     //
     this.TabPageSystemSettings.Controls.Add(this.GroupBoxApplicationSettings);
     this.TabPageSystemSettings.Controls.Add(this.GroupBoxSystemSettings);
     this.TabPageSystemSettings.Controls.Add(this.LabelSystem);
     this.TabPageSystemSettings.Controls.Add(this.PictureBoxSystem);
     this.TabPageSystemSettings.Location = new System.Drawing.Point(4, 22);
     this.TabPageSystemSettings.Name = "TabPageSystemSettings";
     this.TabPageSystemSettings.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageSystemSettings.Size = new System.Drawing.Size(328, 313);
     this.TabPageSystemSettings.TabIndex = 3;
     this.TabPageSystemSettings.Text = "System";
     this.TabPageSystemSettings.UseVisualStyleBackColor = true;
     //
     // GroupBoxApplicationSettings
     //
     this.GroupBoxApplicationSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxApplicationSettings.Controls.Add(this.ButtonResetSettings);
     this.GroupBoxApplicationSettings.Location = new System.Drawing.Point(11, 180);
     this.GroupBoxApplicationSettings.Name = "GroupBoxApplicationSettings";
     this.GroupBoxApplicationSettings.Size = new System.Drawing.Size(304, 60);
     this.GroupBoxApplicationSettings.TabIndex = 20;
     this.GroupBoxApplicationSettings.TabStop = false;
     this.GroupBoxApplicationSettings.Text = "Application settings";
     //
     // ButtonResetSettings
     //
     this.ButtonResetSettings.Location = new System.Drawing.Point(55, 25);
     this.ButtonResetSettings.Name = "ButtonResetSettings";
     this.ButtonResetSettings.Size = new System.Drawing.Size(194, 23);
     this.ButtonResetSettings.TabIndex = 19;
     this.ButtonResetSettings.Text = "Re&set all settings to defaults";
     this.ButtonResetSettings.UseVisualStyleBackColor = true;
     this.ButtonResetSettings.Click += new System.EventHandler(this.ButtonResetSettings_Click);
     //
     // GroupBoxSystemSettings
     //
     this.GroupBoxSystemSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxSystemSettings.Controls.Add(this.CheckBoxWindowsStartMinimize);
     this.GroupBoxSystemSettings.Controls.Add(this.CheckBoxWindowsStart);
     this.GroupBoxSystemSettings.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxSystemSettings.Name = "GroupBoxSystemSettings";
     this.GroupBoxSystemSettings.Size = new System.Drawing.Size(304, 83);
     this.GroupBoxSystemSettings.TabIndex = 19;
     this.GroupBoxSystemSettings.TabStop = false;
     this.GroupBoxSystemSettings.Text = "System settings";
     //
     // CheckBoxWindowsStartMinimize
     //
     this.CheckBoxWindowsStartMinimize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.CheckBoxWindowsStartMinimize.Enabled = false;
     this.CheckBoxWindowsStartMinimize.Location = new System.Drawing.Point(32, 46);
     this.CheckBoxWindowsStartMinimize.Name = "CheckBoxWindowsStartMinimize";
     this.CheckBoxWindowsStartMinimize.Size = new System.Drawing.Size(255, 17);
     this.CheckBoxWindowsStartMinimize.TabIndex = 19;
     this.CheckBoxWindowsStartMinimize.Text = "Automatically run activities (minimized to tray).";
     this.CheckBoxWindowsStartMinimize.UseVisualStyleBackColor = true;
     //
     // CheckBoxWindowsStart
     //
     this.CheckBoxWindowsStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.CheckBoxWindowsStart.Location = new System.Drawing.Point(16, 23);
     this.CheckBoxWindowsStart.Name = "CheckBoxWindowsStart";
     this.CheckBoxWindowsStart.Size = new System.Drawing.Size(271, 17);
     this.CheckBoxWindowsStart.TabIndex = 18;
     this.CheckBoxWindowsStart.Text = "Automatically start during Windows logon.";
     this.CheckBoxWindowsStart.UseVisualStyleBackColor = true;
     this.CheckBoxWindowsStart.CheckedChanged += new System.EventHandler(this.CheckBoxWindowsStart_CheckedChanged);
     //
     // LabelSystem
     //
     this.LabelSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelSystem.Location = new System.Drawing.Point(65, 13);
     this.LabelSystem.Name = "LabelSystem";
     this.LabelSystem.Size = new System.Drawing.Size(250, 48);
     this.LabelSystem.TabIndex = 17;
     this.LabelSystem.Text = "Fitness Reminder can be set to start automatically when you logon.";
     this.LabelSystem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxSystem
     //
     this.PictureBoxSystem.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxSystem.Image")));
     this.PictureBoxSystem.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxSystem.Name = "PictureBoxSystem";
     this.PictureBoxSystem.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxSystem.TabIndex = 16;
     this.PictureBoxSystem.TabStop = false;
     //
     // FitnessTimer
     //
     this.FitnessTimer.Enabled = true;
     this.FitnessTimer.Interval = 1000;
     this.FitnessTimer.Tick += new System.EventHandler(this.FitnessTimer_Tick);
     //
     // FitnessNotifyIcon
     //
     this.FitnessNotifyIcon.ContextMenuStrip = this.ContextMenuStripNotify;
     this.FitnessNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("FitnessNotifyIcon.Icon")));
     this.FitnessNotifyIcon.Text = "Fitness Reminder";
     this.FitnessNotifyIcon.Visible = true;
     this.FitnessNotifyIcon.DoubleClick += new System.EventHandler(this.FitnessNotifyIcon_DoubleClick);
     //
     // ContextMenuStripNotify
     //
     this.ContextMenuStripNotify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openSettingsToolStripMenuItem,
     this.toolStripSeparator3,
     this.pauseToolStripMenuItem,
     this.resumeToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.ContextMenuStripNotify.Name = "ContextMenuStripNotify";
     this.ContextMenuStripNotify.Size = new System.Drawing.Size(117, 104);
     //
     // openSettingsToolStripMenuItem
     //
     this.openSettingsToolStripMenuItem.Name = "openSettingsToolStripMenuItem";
     this.openSettingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.openSettingsToolStripMenuItem.Text = "Open";
     this.openSettingsToolStripMenuItem.Click += new System.EventHandler(this.openSettingsToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(113, 6);
     //
     // pauseToolStripMenuItem
     //
     this.pauseToolStripMenuItem.Enabled = false;
     this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
     this.pauseToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.pauseToolStripMenuItem.Text = "Pause";
     this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
     //
     // resumeToolStripMenuItem
     //
     this.resumeToolStripMenuItem.Name = "resumeToolStripMenuItem";
     this.resumeToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.resumeToolStripMenuItem.Text = "Resume";
     this.resumeToolStripMenuItem.Visible = false;
     this.resumeToolStripMenuItem.Click += new System.EventHandler(this.resumeToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // ImageListActivity
     //
     this.ImageListActivity.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListActivity.ImageStream")));
     this.ImageListActivity.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageListActivity.Images.SetKeyName(0, "Disaster.png");
     //
     // FontDialogSplash
     //
     this.FontDialogSplash.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // FormSettings
     //
     this.AcceptButton = this.ButtonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.ButtonCancel;
     this.ClientSize = new System.Drawing.Size(358, 391);
     this.Controls.Add(this.TabControlSettings);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonOK);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormSettings";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Fitness Reminder";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSettings_FormClosing);
     this.Load += new System.EventHandler(this.FormSettings_Load);
     this.Shown += new System.EventHandler(this.FormSettings_Shown);
     this.TabControlSettings.ResumeLayout(false);
     this.TabPageActivity.ResumeLayout(false);
     this.ToolStripContainerActivity.BottomToolStripPanel.ResumeLayout(false);
     this.ToolStripContainerActivity.BottomToolStripPanel.PerformLayout();
     this.ToolStripContainerActivity.ContentPanel.ResumeLayout(false);
     this.ToolStripContainerActivity.ResumeLayout(false);
     this.ToolStripContainerActivity.PerformLayout();
     this.ToolStripActivity.ResumeLayout(false);
     this.ToolStripActivity.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxActivity)).EndInit();
     this.TabPageReminder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxReminder)).EndInit();
     this.GroupBoxDisplay.ResumeLayout(false);
     this.GroupBoxSplash.ResumeLayout(false);
     this.TabPageDefaults.ResumeLayout(false);
     this.GroupBoxDefaults.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxDefaults)).EndInit();
     this.TabPageSystemSettings.ResumeLayout(false);
     this.GroupBoxApplicationSettings.ResumeLayout(false);
     this.GroupBoxSystemSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxSystem)).EndInit();
     this.ContextMenuStripNotify.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.textBox1 = new System.Windows.Forms.TextBox();
       this.label1 = new System.Windows.Forms.Label();
       this.cboServers = new System.Windows.Forms.ComboBox();
       this.btnRefresh = new System.Windows.Forms.Button();
       this.grpLogon = new System.Windows.Forms.GroupBox();
       this.pnlLogin = new System.Windows.Forms.Panel();
       this.txtPassword = new System.Windows.Forms.TextBox();
       this.txtUserName = new System.Windows.Forms.TextBox();
       this.label3 = new System.Windows.Forms.Label();
       this.label2 = new System.Windows.Forms.Label();
       this.rdSqlAuth = new System.Windows.Forms.RadioButton();
       this.rdWinAuth = new System.Windows.Forms.RadioButton();
       this.grpConnect = new System.Windows.Forms.GroupBox();
       this.btnNew = new System.Windows.Forms.Button();
       this.cboDbs = new System.Windows.Forms.ComboBox();
       this.label4 = new System.Windows.Forms.Label();
       this.btnTest = new System.Windows.Forms.Button();
       this.btnOK = new System.Windows.Forms.Button();
       this.btnCancel = new System.Windows.Forms.Button();
       this.pnlOK = new System.Windows.Forms.Panel();
       this.hlpProv = new System.Windows.Forms.HelpProvider();
       this.grpLogon.SuspendLayout();
       this.pnlLogin.SuspendLayout();
       this.grpConnect.SuspendLayout();
       this.pnlOK.SuspendLayout();
       this.SuspendLayout();
       //
       // textBox1
       //
       this.textBox1.BackColor = System.Drawing.SystemColors.Menu;
       this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.textBox1.Location = new System.Drawing.Point(12, 12);
       this.textBox1.Multiline = true;
       this.textBox1.Name = "textBox1";
       this.textBox1.Size = new System.Drawing.Size(329, 31);
       this.textBox1.TabIndex = 100;
       this.textBox1.Text = "Enter information to connect to the Microsoft SQL Server 2005, (or later), you in" +
       "tend to deploy your project to.";
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(11, 46);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(66, 13);
       this.label1.TabIndex = 1;
       this.label1.Text = "Server name:";
       //
       // cboServers
       //
       this.cboServers.FormattingEnabled = true;
       this.cboServers.Location = new System.Drawing.Point(12, 62);
       this.cboServers.Name = "cboServers";
       this.cboServers.Size = new System.Drawing.Size(248, 21);
       this.cboServers.TabIndex = 0;
       //
       // btnRefresh
       //
       this.btnRefresh.Location = new System.Drawing.Point(266, 62);
       this.btnRefresh.Name = "btnRefresh";
       this.btnRefresh.Size = new System.Drawing.Size(75, 23);
       this.btnRefresh.TabIndex = 3;
       this.btnRefresh.Text = "Refresh";
       //
       // grpLogon
       //
       this.grpLogon.Controls.Add(this.pnlLogin);
       this.grpLogon.Controls.Add(this.rdSqlAuth);
       this.grpLogon.Controls.Add(this.rdWinAuth);
       this.grpLogon.Location = new System.Drawing.Point(12, 91);
       this.grpLogon.Name = "grpLogon";
       this.grpLogon.Size = new System.Drawing.Size(329, 131);
       this.grpLogon.TabIndex = 4;
       this.grpLogon.TabStop = false;
       this.grpLogon.Text = "Logon to the server";
       //
       // pnlLogin
       //
       this.pnlLogin.Controls.Add(this.txtPassword);
       this.pnlLogin.Controls.Add(this.txtUserName);
       this.pnlLogin.Controls.Add(this.label3);
       this.pnlLogin.Controls.Add(this.label2);
       this.pnlLogin.Location = new System.Drawing.Point(17, 65);
       this.pnlLogin.Name = "pnlLogin";
       this.pnlLogin.Size = new System.Drawing.Size(306, 62);
       this.pnlLogin.TabIndex = 2;
       //
       // txtPassword
       //
       this.txtPassword.Location = new System.Drawing.Point(84, 35);
       this.txtPassword.Name = "txtPassword";
       this.txtPassword.Size = new System.Drawing.Size(219, 20);
       this.txtPassword.TabIndex = 3;
       //
       // txtUserName
       //
       this.txtUserName.Location = new System.Drawing.Point(84, 9);
       this.txtUserName.Name = "txtUserName";
       this.txtUserName.Size = new System.Drawing.Size(219, 20);
       this.txtUserName.TabIndex = 2;
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(21, 38);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(52, 13);
       this.label3.TabIndex = 1;
       this.label3.Text = "Password:"******"label2";
       this.label2.Size = new System.Drawing.Size(59, 13);
       this.label2.TabIndex = 0;
       this.label2.Text = "User Name:";
       //
       // rdSqlAuth
       //
       this.rdSqlAuth.AutoSize = true;
       this.rdSqlAuth.Location = new System.Drawing.Point(17, 42);
       this.rdSqlAuth.Name = "rdSqlAuth";
       this.rdSqlAuth.Size = new System.Drawing.Size(169, 17);
       this.rdSqlAuth.TabIndex = 1;
       this.rdSqlAuth.Text = "Use SQL Server Authentication";
       //
       // rdWinAuth
       //
       this.rdWinAuth.AutoSize = true;
       this.rdWinAuth.Location = new System.Drawing.Point(17, 19);
       this.rdWinAuth.Name = "rdWinAuth";
       this.rdWinAuth.Size = new System.Drawing.Size(158, 17);
       this.rdWinAuth.TabIndex = 0;
       this.rdWinAuth.Text = "Use Windows Authentication";
       //
       // grpConnect
       //
       this.grpConnect.Controls.Add(this.btnNew);
       this.grpConnect.Controls.Add(this.cboDbs);
       this.grpConnect.Controls.Add(this.label4);
       this.grpConnect.Location = new System.Drawing.Point(12, 228);
       this.grpConnect.Name = "grpConnect";
       this.grpConnect.Size = new System.Drawing.Size(329, 64);
       this.grpConnect.TabIndex = 5;
       this.grpConnect.TabStop = false;
       this.grpConnect.Text = "Connect to a database";
       //
       // btnNew
       //
       this.btnNew.Location = new System.Drawing.Point(255, 29);
       this.btnNew.Name = "btnNew";
       this.btnNew.Size = new System.Drawing.Size(65, 23);
       this.btnNew.TabIndex = 4;
       this.btnNew.Text = "New";
       //
       // cboDbs
       //
       this.cboDbs.FormattingEnabled = true;
       this.cboDbs.Location = new System.Drawing.Point(17, 32);
       this.cboDbs.Name = "cboDbs";
       this.cboDbs.Size = new System.Drawing.Size(231, 21);
       this.cboDbs.TabIndex = 3;
       //
       // label4
       //
       this.label4.AutoSize = true;
       this.label4.Location = new System.Drawing.Point(16, 16);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(160, 13);
       this.label4.TabIndex = 2;
       this.label4.Text = "Select or enter a database name:";
       //
       // btnTest
       //
       this.btnTest.Location = new System.Drawing.Point(22, 9);
       this.btnTest.Name = "btnTest";
       this.btnTest.Size = new System.Drawing.Size(106, 23);
       this.btnTest.TabIndex = 6;
       this.btnTest.Text = "Test Connection";
       //
       // btnOK
       //
       this.btnOK.Location = new System.Drawing.Point(181, 9);
       this.btnOK.Name = "btnOK";
       this.btnOK.Size = new System.Drawing.Size(75, 23);
       this.btnOK.TabIndex = 7;
       this.btnOK.Text = "OK";
       //
       // btnCancel
       //
       this.btnCancel.Location = new System.Drawing.Point(266, 307);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(75, 23);
       this.btnCancel.TabIndex = 8;
       this.btnCancel.Text = "Cancel";
       //
       // pnlOK
       //
       this.pnlOK.Controls.Add(this.btnOK);
       this.pnlOK.Controls.Add(this.btnTest);
       this.pnlOK.Location = new System.Drawing.Point(1, 299);
       this.pnlOK.Name = "pnlOK";
       this.pnlOK.Size = new System.Drawing.Size(259, 38);
       this.pnlOK.TabIndex = 101;
       //
       // finddb
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(349, 344);
       this.Controls.Add(this.pnlOK);
       this.Controls.Add(this.btnCancel);
       this.Controls.Add(this.grpConnect);
       this.Controls.Add(this.grpLogon);
       this.Controls.Add(this.btnRefresh);
       this.Controls.Add(this.cboServers);
       this.Controls.Add(this.label1);
       this.Controls.Add(this.textBox1);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.HelpButton = true;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "finddb";
       this.Text = "New Database Reference";
       this.grpLogon.ResumeLayout(false);
       this.grpLogon.PerformLayout();
       this.pnlLogin.ResumeLayout(false);
       this.pnlLogin.PerformLayout();
       this.grpConnect.ResumeLayout(false);
       this.grpConnect.PerformLayout();
       this.pnlOK.ResumeLayout(false);
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.HelpProvider helpProvider1;
     this.label2 = new System.Windows.Forms.Label();
     this.comboBoxChoiseCurrency = new System.Windows.Forms.ComboBox();
     this.labelAddCurrency       = new System.Windows.Forms.Label();
     this.panel1               = new System.Windows.Forms.Panel();
     this.labelQw              = new System.Windows.Forms.Label();
     this.labelUserBalance     = new System.Windows.Forms.Label();
     this.panelTemp            = new System.Windows.Forms.Panel();
     this.labelPercentQuestion = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.panelFill            = new System.Windows.Forms.Panel();
     this.labelWalletHavent    = new System.Windows.Forms.Label();
     helpProvider1             = new System.Windows.Forms.HelpProvider();
     this.panel1.SuspendLayout();
     this.panelTemp.SuspendLayout();
     this.panelFill.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Montserrat Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.ForeColor = System.Drawing.Color.White;
     helpProvider1.SetHelpKeyword(this.label2, "?");
     helpProvider1.SetHelpNavigator(this.label2, System.Windows.Forms.HelpNavigator.KeywordIndex);
     helpProvider1.SetHelpString(this.label2, "");
     this.label2.Location = new System.Drawing.Point(554, 0);
     this.label2.Name     = "label2";
     helpProvider1.SetShowHelp(this.label2, true);
     this.label2.Size     = new System.Drawing.Size(100, 26);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Процент";
     //
     // comboBoxChoiseCurrency
     //
     this.comboBoxChoiseCurrency.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(43)))), ((int)(((byte)(57)))));
     this.comboBoxChoiseCurrency.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxChoiseCurrency.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.comboBoxChoiseCurrency.Font              = new System.Drawing.Font("Montserrat Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.comboBoxChoiseCurrency.ForeColor         = System.Drawing.Color.White;
     this.comboBoxChoiseCurrency.FormattingEnabled = true;
     this.comboBoxChoiseCurrency.Items.AddRange(new object[] {
         "BTCUSDT",
         "ETHUSDT",
         "LTCUSDT",
         "XRPUSDT"
     });
     this.comboBoxChoiseCurrency.Location = new System.Drawing.Point(47, 16);
     this.comboBoxChoiseCurrency.Name     = "comboBoxChoiseCurrency";
     this.comboBoxChoiseCurrency.Size     = new System.Drawing.Size(158, 26);
     this.comboBoxChoiseCurrency.TabIndex = 0;
     //
     // labelAddCurrency
     //
     this.labelAddCurrency.AutoSize    = true;
     this.labelAddCurrency.Font        = new System.Drawing.Font("Montserrat", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelAddCurrency.ForeColor   = System.Drawing.Color.White;
     this.labelAddCurrency.Location    = new System.Drawing.Point(12, 9);
     this.labelAddCurrency.Name        = "labelAddCurrency";
     this.labelAddCurrency.Size        = new System.Drawing.Size(29, 33);
     this.labelAddCurrency.TabIndex    = 1;
     this.labelAddCurrency.Text        = "+";
     this.labelAddCurrency.Click      += new System.EventHandler(this.label1_Click);
     this.labelAddCurrency.MouseLeave += new System.EventHandler(this.labelAddCurrency_MouseLeave);
     this.labelAddCurrency.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.labelAddCurrency_MouseMove);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(36)))), ((int)(((byte)(50)))));
     this.panel1.Controls.Add(this.labelQw);
     this.panel1.Controls.Add(this.labelUserBalance);
     this.panel1.Controls.Add(this.labelAddCurrency);
     this.panel1.Controls.Add(this.comboBoxChoiseCurrency);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(712, 53);
     this.panel1.TabIndex = 2;
     //
     // labelQw
     //
     this.labelQw.AutoSize  = true;
     this.labelQw.Font      = new System.Drawing.Font("Montserrat Light", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelQw.ForeColor = System.Drawing.Color.White;
     this.labelQw.Location  = new System.Drawing.Point(646, 9);
     this.labelQw.Name      = "labelQw";
     this.labelQw.Size      = new System.Drawing.Size(0, 15);
     this.labelQw.TabIndex  = 5;
     //
     // labelUserBalance
     //
     this.labelUserBalance.AutoSize  = true;
     this.labelUserBalance.Font      = new System.Drawing.Font("Montserrat Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelUserBalance.ForeColor = System.Drawing.Color.White;
     this.labelUserBalance.Location  = new System.Drawing.Point(529, 16);
     this.labelUserBalance.Name      = "labelUserBalance";
     this.labelUserBalance.Size      = new System.Drawing.Size(88, 26);
     this.labelUserBalance.TabIndex  = 3;
     this.labelUserBalance.Text      = "Баланс:";
     //
     // panelTemp
     //
     this.panelTemp.Controls.Add(this.labelPercentQuestion);
     this.panelTemp.Controls.Add(this.label4);
     this.panelTemp.Controls.Add(this.label3);
     this.panelTemp.Controls.Add(this.label2);
     this.panelTemp.Controls.Add(this.label1);
     this.panelTemp.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTemp.Location = new System.Drawing.Point(0, 53);
     this.panelTemp.Name     = "panelTemp";
     this.panelTemp.Size     = new System.Drawing.Size(712, 33);
     this.panelTemp.TabIndex = 4;
     //
     // labelPercentQuestion
     //
     this.labelPercentQuestion.AutoSize    = true;
     this.labelPercentQuestion.Font        = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelPercentQuestion.ForeColor   = System.Drawing.Color.White;
     this.labelPercentQuestion.Location    = new System.Drawing.Point(646, -3);
     this.labelPercentQuestion.Name        = "labelPercentQuestion";
     this.labelPercentQuestion.Size        = new System.Drawing.Size(13, 15);
     this.labelPercentQuestion.TabIndex    = 4;
     this.labelPercentQuestion.Text        = "?";
     this.labelPercentQuestion.MouseLeave += new System.EventHandler(this.labelPercentQuestion_MouseLeave);
     this.labelPercentQuestion.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.labelPercentQuestion_MouseMove);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Montserrat Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(369, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(118, 26);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Стоимость";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Montserrat Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(166, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(127, 26);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Количество";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Montserrat Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(26, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(85, 26);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Валюта";
     //
     // panelFill
     //
     this.panelFill.AutoScroll = true;
     this.panelFill.Controls.Add(this.labelWalletHavent);
     this.panelFill.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelFill.Location = new System.Drawing.Point(0, 86);
     this.panelFill.Name     = "panelFill";
     this.panelFill.Size     = new System.Drawing.Size(712, 328);
     this.panelFill.TabIndex = 5;
     //
     // labelWalletHavent
     //
     this.labelWalletHavent.AutoSize  = true;
     this.labelWalletHavent.Font      = new System.Drawing.Font("Modern No. 20", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelWalletHavent.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.labelWalletHavent.Location  = new System.Drawing.Point(243, 32);
     this.labelWalletHavent.Name      = "labelWalletHavent";
     this.labelWalletHavent.Size      = new System.Drawing.Size(192, 21);
     this.labelWalletHavent.TabIndex  = 0;
     this.labelWalletHavent.Text      = "У вас еще нет кошельков";
     //
     // FormProfile
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(712, 414);
     this.Controls.Add(this.panelFill);
     this.Controls.Add(this.panelTemp);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MinimumSize     = new System.Drawing.Size(712, 414);
     this.Name            = "FormProfile";
     this.ShowInTaskbar   = false;
     this.Text            = "FormProfile";
     this.Load           += new System.EventHandler(this.FormProfile_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelTemp.ResumeLayout(false);
     this.panelTemp.PerformLayout();
     this.panelFill.ResumeLayout(false);
     this.panelFill.PerformLayout();
     this.ResumeLayout(false);
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DialogBase));
     this.btnSubmit        = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.horizontalEdge   = new RssBandit.WinGui.Controls.Line();
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     this.windowSerializer = new RssBandit.WinGui.Controls.WindowSerializer();
     this.errorProvider    = new System.Windows.Forms.ErrorProvider();
     this.helpProvider     = new System.Windows.Forms.HelpProvider();
     this.SuspendLayout();
     //
     // btnSubmit
     //
     this.btnSubmit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSubmit.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnSubmit.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnSubmit.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.btnSubmit.Location     = new System.Drawing.Point(185, 218);
     this.btnSubmit.Name         = "btnSubmit";
     this.btnSubmit.Size         = new System.Drawing.Size(90, 25);
     this.btnSubmit.TabIndex     = 100;
     this.btnSubmit.Text         = "OK";
     //
     // btnCancel
     //
     this.btnCancel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.btnCancel.Location         = new System.Drawing.Point(285, 218);
     this.btnCancel.Name             = "btnCancel";
     this.btnCancel.Size             = new System.Drawing.Size(90, 25);
     this.btnCancel.TabIndex         = 101;
     this.btnCancel.Text             = "Cancel";
     //
     // horizontalEdge
     //
     this.horizontalEdge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.horizontalEdge.Beveled     = true;
     this.horizontalEdge.Highlight   = System.Drawing.SystemColors.ControlLightLight;
     this.horizontalEdge.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.horizontalEdge.Location    = new System.Drawing.Point(-1, 206);
     this.horizontalEdge.Name        = "horizontalEdge";
     this.horizontalEdge.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.horizontalEdge.Shadow      = System.Drawing.SystemColors.ControlDark;
     this.horizontalEdge.Size        = new System.Drawing.Size(397, 2);
     this.horizontalEdge.TabIndex    = 7;
     this.horizontalEdge.TabStop     = false;
     //
     // windowSerializer
     //
     this.windowSerializer.Form = this;
     this.windowSerializer.SaveNoWindowState = true;
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     //
     // helpProvider
     //
     this.helpProvider.HelpNamespace = "BanditHelp.chm";
     //
     // DialogBase
     //
     this.AcceptButton      = this.btnSubmit;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(387, 251);
     this.Controls.Add(this.horizontalEdge);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSubmit);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "DialogBase";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.chkLock = new System.Windows.Forms.CheckBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.lblDefaultRole = new System.Windows.Forms.Label();
     this.grpUser = new System.Windows.Forms.GroupBox();
     this.txtId = new System.Windows.Forms.TextBox();
     this.lblId = new System.Windows.Forms.Label();
     this.cmbSecurityLevel = new System.Windows.Forms.ComboBox();
     this.lblSecurityLevel = new System.Windows.Forms.Label();
     this.dtpAllowEndTime = new System.Windows.Forms.DateTimePicker();
     this.dtpAllowStartTime = new System.Windows.Forms.DateTimePicker();
     this.lblTimeTo = new System.Windows.Forms.Label();
     this.lblAllowTime = new System.Windows.Forms.Label();
     this.lblDateTo = new System.Windows.Forms.Label();
     this.dtpLockEndDate = new System.Windows.Forms.DateTimePicker();
     this.dtpLockStartDate = new System.Windows.Forms.DateTimePicker();
     this.lblLockDate = new System.Windows.Forms.Label();
     this.cmbDefaultRole = new System.Windows.Forms.ComboBox();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.lblRealName = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblUserName = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnIPLimitr = new System.Windows.Forms.Button();
     this.btnHandwrittenSignature = new System.Windows.Forms.Button();
     this.btnSetCommunicationPassword = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.grpUser.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chkLock
     //
     this.chkLock.AutoSize = true;
     this.chkLock.Location = new System.Drawing.Point(137, 273);
     this.chkLock.Name = "chkLock";
     this.chkLock.Size = new System.Drawing.Size(48, 16);
     this.chkLock.TabIndex = 22;
     this.chkLock.Text = "封锁";
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(11, 117);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(123, 12);
     this.lblCode.TabIndex = 8;
     this.lblCode.Text = "工号(编号):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDefaultRole
     //
     this.lblDefaultRole.Location = new System.Drawing.Point(11, 151);
     this.lblDefaultRole.Name = "lblDefaultRole";
     this.lblDefaultRole.Size = new System.Drawing.Size(123, 12);
     this.lblDefaultRole.TabIndex = 10;
     this.lblDefaultRole.Text = "默认角色(&R):";
     this.lblDefaultRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grpUser
     //
     this.grpUser.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.grpUser.Controls.Add(this.txtId);
     this.grpUser.Controls.Add(this.lblId);
     this.grpUser.Controls.Add(this.cmbSecurityLevel);
     this.grpUser.Controls.Add(this.lblSecurityLevel);
     this.grpUser.Controls.Add(this.dtpAllowEndTime);
     this.grpUser.Controls.Add(this.dtpAllowStartTime);
     this.grpUser.Controls.Add(this.lblTimeTo);
     this.grpUser.Controls.Add(this.lblAllowTime);
     this.grpUser.Controls.Add(this.lblDateTo);
     this.grpUser.Controls.Add(this.dtpLockEndDate);
     this.grpUser.Controls.Add(this.dtpLockStartDate);
     this.grpUser.Controls.Add(this.lblLockDate);
     this.grpUser.Controls.Add(this.cmbDefaultRole);
     this.grpUser.Controls.Add(this.lblFullNameReq);
     this.grpUser.Controls.Add(this.lblUserNameReq);
     this.grpUser.Controls.Add(this.lblRealName);
     this.grpUser.Controls.Add(this.txtRealName);
     this.grpUser.Controls.Add(this.chkLock);
     this.grpUser.Controls.Add(this.lblCode);
     this.grpUser.Controls.Add(this.lblDefaultRole);
     this.grpUser.Controls.Add(this.txtUserName);
     this.grpUser.Controls.Add(this.lblUserName);
     this.grpUser.Controls.Add(this.txtCode);
     this.grpUser.Location = new System.Drawing.Point(12, 34);
     this.grpUser.Name = "grpUser";
     this.grpUser.Padding = new System.Windows.Forms.Padding(8);
     this.grpUser.Size = new System.Drawing.Size(450, 306);
     this.grpUser.TabIndex = 0;
     this.grpUser.TabStop = false;
     this.grpUser.Text = "用户";
     //
     // txtId
     //
     this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtId.Location = new System.Drawing.Point(138, 19);
     this.txtId.MaxLength = 50;
     this.txtId.Name = "txtId";
     this.txtId.ReadOnly = true;
     this.txtId.Size = new System.Drawing.Size(288, 21);
     this.txtId.TabIndex = 1;
     this.txtId.TabStop = false;
     //
     // lblId
     //
     this.lblId.Location = new System.Drawing.Point(55, 22);
     this.lblId.Name = "lblId";
     this.lblId.Size = new System.Drawing.Size(79, 12);
     this.lblId.TabIndex = 0;
     this.lblId.Text = "主键:";
     this.lblId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbSecurityLevel
     //
     this.cmbSecurityLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbSecurityLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSecurityLevel.Location = new System.Drawing.Point(137, 174);
     this.cmbSecurityLevel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbSecurityLevel.Name = "cmbSecurityLevel";
     this.cmbSecurityLevel.Size = new System.Drawing.Size(288, 20);
     this.cmbSecurityLevel.TabIndex = 13;
     //
     // lblSecurityLevel
     //
     this.lblSecurityLevel.Location = new System.Drawing.Point(11, 177);
     this.lblSecurityLevel.Name = "lblSecurityLevel";
     this.lblSecurityLevel.Size = new System.Drawing.Size(123, 12);
     this.lblSecurityLevel.TabIndex = 12;
     this.lblSecurityLevel.Text = "安全级别(&S):";
     this.lblSecurityLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpAllowEndTime
     //
     this.dtpAllowEndTime.Checked = false;
     this.dtpAllowEndTime.CustomFormat = "HH:mm";
     this.dtpAllowEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpAllowEndTime.Location = new System.Drawing.Point(302, 209);
     this.dtpAllowEndTime.Name = "dtpAllowEndTime";
     this.dtpAllowEndTime.ShowCheckBox = true;
     this.dtpAllowEndTime.ShowUpDown = true;
     this.dtpAllowEndTime.Size = new System.Drawing.Size(126, 21);
     this.dtpAllowEndTime.TabIndex = 17;
     this.dtpAllowEndTime.Value = new System.DateTime(2011, 6, 13, 17, 0, 0, 0);
     //
     // dtpAllowStartTime
     //
     this.dtpAllowStartTime.Checked = false;
     this.dtpAllowStartTime.CustomFormat = "HH:mm";
     this.dtpAllowStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpAllowStartTime.Location = new System.Drawing.Point(137, 209);
     this.dtpAllowStartTime.Name = "dtpAllowStartTime";
     this.dtpAllowStartTime.ShowCheckBox = true;
     this.dtpAllowStartTime.ShowUpDown = true;
     this.dtpAllowStartTime.Size = new System.Drawing.Size(126, 21);
     this.dtpAllowStartTime.TabIndex = 15;
     this.dtpAllowStartTime.Value = new System.DateTime(2011, 6, 13, 8, 0, 0, 0);
     //
     // lblTimeTo
     //
     this.lblTimeTo.Location = new System.Drawing.Point(268, 213);
     this.lblTimeTo.Name = "lblTimeTo";
     this.lblTimeTo.Size = new System.Drawing.Size(28, 12);
     this.lblTimeTo.TabIndex = 16;
     this.lblTimeTo.Text = "至";
     this.lblTimeTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAllowTime
     //
     this.lblAllowTime.Location = new System.Drawing.Point(11, 212);
     this.lblAllowTime.Name = "lblAllowTime";
     this.lblAllowTime.Size = new System.Drawing.Size(123, 12);
     this.lblAllowTime.TabIndex = 14;
     this.lblAllowTime.Text = "允许登录时间(&T):";
     this.lblAllowTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDateTo
     //
     this.lblDateTo.Location = new System.Drawing.Point(268, 243);
     this.lblDateTo.Name = "lblDateTo";
     this.lblDateTo.Size = new System.Drawing.Size(28, 12);
     this.lblDateTo.TabIndex = 20;
     this.lblDateTo.Text = "至";
     this.lblDateTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dtpLockEndDate
     //
     this.dtpLockEndDate.Checked = false;
     this.dtpLockEndDate.CustomFormat = "yyyy-MM-dd";
     this.dtpLockEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpLockEndDate.Location = new System.Drawing.Point(302, 238);
     this.dtpLockEndDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpLockEndDate.MinDate = new System.DateTime(2011, 1, 1, 0, 0, 0, 0);
     this.dtpLockEndDate.Name = "dtpLockEndDate";
     this.dtpLockEndDate.ShowCheckBox = true;
     this.dtpLockEndDate.Size = new System.Drawing.Size(126, 21);
     this.dtpLockEndDate.TabIndex = 21;
     //
     // dtpLockStartDate
     //
     this.dtpLockStartDate.Checked = false;
     this.dtpLockStartDate.CustomFormat = "yyyy-MM-dd";
     this.dtpLockStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpLockStartDate.Location = new System.Drawing.Point(137, 238);
     this.dtpLockStartDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpLockStartDate.MinDate = new System.DateTime(2011, 1, 1, 0, 0, 0, 0);
     this.dtpLockStartDate.Name = "dtpLockStartDate";
     this.dtpLockStartDate.ShowCheckBox = true;
     this.dtpLockStartDate.Size = new System.Drawing.Size(126, 21);
     this.dtpLockStartDate.TabIndex = 19;
     //
     // lblLockDate
     //
     this.lblLockDate.Location = new System.Drawing.Point(11, 243);
     this.lblLockDate.Name = "lblLockDate";
     this.lblLockDate.Size = new System.Drawing.Size(123, 12);
     this.lblLockDate.TabIndex = 18;
     this.lblLockDate.Text = "暂停(&L):";
     this.lblLockDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDefaultRole
     //
     this.cmbDefaultRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbDefaultRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDefaultRole.Location = new System.Drawing.Point(137, 147);
     this.cmbDefaultRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDefaultRole.Name = "cmbDefaultRole";
     this.cmbDefaultRole.Size = new System.Drawing.Size(288, 20);
     this.cmbDefaultRole.TabIndex = 11;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(431, 87);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 7;
     this.lblFullNameReq.Text = "*";
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(431, 57);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 4;
     this.lblUserNameReq.Text = "*";
     //
     // lblRealName
     //
     this.lblRealName.Location = new System.Drawing.Point(11, 87);
     this.lblRealName.Name = "lblRealName";
     this.lblRealName.Size = new System.Drawing.Size(123, 12);
     this.lblRealName.TabIndex = 5;
     this.lblRealName.Text = "姓名(&N):";
     this.lblRealName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(137, 82);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(288, 21);
     this.txtRealName.TabIndex = 6;
     this.txtRealName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtRealName_MouseDoubleClick);
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(137, 52);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(288, 21);
     this.txtUserName.TabIndex = 3;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(11, 57);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(123, 12);
     this.lblUserName.TabIndex = 2;
     this.lblUserName.Text = "登录用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(137, 112);
     this.txtCode.MaxLength = 20;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(288, 21);
     this.txtCode.TabIndex = 9;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(387, 354);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(300, 354);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(84, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnIPLimitr
     //
     this.btnIPLimitr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnIPLimitr.Location = new System.Drawing.Point(149, 3);
     this.btnIPLimitr.Name = "btnIPLimitr";
     this.btnIPLimitr.Size = new System.Drawing.Size(138, 23);
     this.btnIPLimitr.TabIndex = 0;
     this.btnIPLimitr.Text = "IP地址限制(&I)...";
     this.btnIPLimitr.Visible = false;
     this.btnIPLimitr.Click += new System.EventHandler(this.btnIPLimitr_Click);
     //
     // btnHandwrittenSignature
     //
     this.btnHandwrittenSignature.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnHandwrittenSignature.Location = new System.Drawing.Point(11, 354);
     this.btnHandwrittenSignature.Name = "btnHandwrittenSignature";
     this.btnHandwrittenSignature.Size = new System.Drawing.Size(138, 23);
     this.btnHandwrittenSignature.TabIndex = 1;
     this.btnHandwrittenSignature.Text = "用户签名(&D)...";
     this.btnHandwrittenSignature.Click += new System.EventHandler(this.btnSignature_Click);
     //
     // btnSetCommunicationPassword
     //
     this.btnSetCommunicationPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetCommunicationPassword.Location = new System.Drawing.Point(5, 3);
     this.btnSetCommunicationPassword.Name = "btnSetCommunicationPassword";
     this.btnSetCommunicationPassword.Size = new System.Drawing.Size(138, 23);
     this.btnSetCommunicationPassword.TabIndex = 1;
     this.btnSetCommunicationPassword.Text = "设置通讯密码(&P)...";
     this.btnSetCommunicationPassword.Visible = false;
     this.btnSetCommunicationPassword.Click += new System.EventHandler(this.btnSetCommunicationPassword_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnIPLimitr);
     this.flowLayoutPanel1.Controls.Add(this.btnSetCommunicationPassword);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(170, 7);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(290, 29);
     this.flowLayoutPanel1.TabIndex = 6;
     //
     // FrmUserEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(474, 388);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.btnHandwrittenSignature);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.grpUser);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmUserEdit";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户属性";
     this.grpUser.ResumeLayout(false);
     this.grpUser.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #13
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.HelpProvider helpProvider1;
     this.timer1                     = new System.Windows.Forms.Timer(this.components);
     this.tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
     this.label16                    = new System.Windows.Forms.Label();
     this.label15                    = new System.Windows.Forms.Label();
     this.label14                    = new System.Windows.Forms.Label();
     this.label13                    = new System.Windows.Forms.Label();
     this.label12                    = new System.Windows.Forms.Label();
     this.label11                    = new System.Windows.Forms.Label();
     this.label10                    = new System.Windows.Forms.Label();
     this.label9                     = new System.Windows.Forms.Label();
     this.label8                     = new System.Windows.Forms.Label();
     this.label7                     = new System.Windows.Forms.Label();
     this.label6                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.label3                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.menuStrip1                 = new System.Windows.Forms.MenuStrip();
     this.hrátZnovuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hrátToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.konecToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.textBox1                   = new System.Windows.Forms.TextBox();
     helpProvider1                   = new System.Windows.Forms.HelpProvider();
     this.tableLayoutPanel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // helpProvider1
     //
     helpProvider1.HelpNamespace = "C:\\Users\\Uživatel\\Desktop\\programko\\pexeso\\pexeso\\pexeso.html";
     //
     // timer1
     //
     this.timer1.Interval = 750;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor       = System.Drawing.Color.LightSteelBlue;
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
     this.tableLayoutPanel1.ColumnCount     = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.label16, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.label15, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.label14, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.label13, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label12, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.label11, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.label10, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label9, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label8, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.label7, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label6, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label4, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.textBox1, 3, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(683, 468);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Fuchsia;
     this.label16.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label16.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label16.ForeColor = System.Drawing.Color.Fuchsia;
     this.label16.Location  = new System.Drawing.Point(515, 335);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(163, 109);
     this.label16.TabIndex  = 15;
     this.label16.Text      = "c";
     this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label16.Click    += new System.EventHandler(this.Label_Click);
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Fuchsia;
     this.label15.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label15.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label15.ForeColor = System.Drawing.Color.Fuchsia;
     this.label15.Location  = new System.Drawing.Point(345, 335);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(162, 109);
     this.label15.TabIndex  = 14;
     this.label15.Text      = "c";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label15.Click    += new System.EventHandler(this.Label_Click);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Fuchsia;
     this.label14.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label14.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label14.ForeColor = System.Drawing.Color.Fuchsia;
     this.label14.Location  = new System.Drawing.Point(175, 335);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(162, 109);
     this.label14.TabIndex  = 13;
     this.label14.Text      = "c";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label14.Click    += new System.EventHandler(this.Label_Click);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Fuchsia;
     this.label13.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label13.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label13.ForeColor = System.Drawing.Color.Fuchsia;
     this.label13.Location  = new System.Drawing.Point(5, 335);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(162, 109);
     this.label13.TabIndex  = 12;
     this.label13.Text      = "c";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label13.Click    += new System.EventHandler(this.Label_Click);
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Fuchsia;
     this.label12.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label12.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label12.ForeColor = System.Drawing.Color.Fuchsia;
     this.label12.Location  = new System.Drawing.Point(515, 224);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(163, 109);
     this.label12.TabIndex  = 11;
     this.label12.Text      = "c";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label12.Click    += new System.EventHandler(this.Label_Click);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Fuchsia;
     this.label11.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label11.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label11.ForeColor = System.Drawing.Color.Fuchsia;
     this.label11.Location  = new System.Drawing.Point(345, 224);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(162, 109);
     this.label11.TabIndex  = 10;
     this.label11.Text      = "c";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label11.Click    += new System.EventHandler(this.Label_Click);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Fuchsia;
     this.label10.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label10.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label10.ForeColor = System.Drawing.Color.Fuchsia;
     this.label10.Location  = new System.Drawing.Point(175, 224);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(162, 109);
     this.label10.TabIndex  = 9;
     this.label10.Text      = "c";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label10.Click    += new System.EventHandler(this.Label_Click);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Fuchsia;
     this.label9.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label9.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label9.ForeColor = System.Drawing.Color.Fuchsia;
     this.label9.Location  = new System.Drawing.Point(5, 224);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(162, 109);
     this.label9.TabIndex  = 8;
     this.label9.Text      = "c";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label9.Click    += new System.EventHandler(this.Label_Click);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Fuchsia;
     this.label8.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label8.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label8.ForeColor = System.Drawing.Color.Fuchsia;
     this.label8.Location  = new System.Drawing.Point(515, 113);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(163, 109);
     this.label8.TabIndex  = 7;
     this.label8.Text      = "c";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label8.Click    += new System.EventHandler(this.Label_Click);
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Fuchsia;
     this.label7.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label7.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label7.ForeColor = System.Drawing.Color.Fuchsia;
     this.label7.Location  = new System.Drawing.Point(345, 113);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(162, 109);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "c";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label7.Click    += new System.EventHandler(this.Label_Click);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Fuchsia;
     this.label6.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label6.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label6.ForeColor = System.Drawing.Color.Fuchsia;
     this.label6.Location  = new System.Drawing.Point(175, 113);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(162, 109);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "c";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label6.Click    += new System.EventHandler(this.Label_Click);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Fuchsia;
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label5.ForeColor = System.Drawing.Color.Fuchsia;
     this.label5.Location  = new System.Drawing.Point(5, 113);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(162, 109);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "c";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label5.Click    += new System.EventHandler(this.Label_Click);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Fuchsia;
     this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label4.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label4.ForeColor = System.Drawing.Color.Fuchsia;
     this.label4.Location  = new System.Drawing.Point(515, 2);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(163, 109);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "c";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label4.Click    += new System.EventHandler(this.Label_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Fuchsia;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label3.ForeColor = System.Drawing.Color.Fuchsia;
     this.label3.Location  = new System.Drawing.Point(345, 2);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(162, 109);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "c";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label3.Click    += new System.EventHandler(this.Label_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Fuchsia;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label2.ForeColor = System.Drawing.Color.Fuchsia;
     this.label2.Location  = new System.Drawing.Point(175, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(162, 109);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "c";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label2.Click    += new System.EventHandler(this.Label_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Fuchsia;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("Webdings", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label1.ForeColor = System.Drawing.Color.Fuchsia;
     this.label1.Location  = new System.Drawing.Point(5, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(162, 109);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "c";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label1.Click    += new System.EventHandler(this.Label_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.SlateGray;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hrátZnovuToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(2, 446);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(168, 20);
     this.menuStrip1.TabIndex = 16;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // hrátZnovuToolStripMenuItem
     //
     this.hrátZnovuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hrátToolStripMenuItem,
         this.konecToolStripMenuItem
     });
     this.hrátZnovuToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.hrátZnovuToolStripMenuItem.Name = "hrátZnovuToolStripMenuItem";
     this.hrátZnovuToolStripMenuItem.Size = new System.Drawing.Size(51, 16);
     this.hrátZnovuToolStripMenuItem.Text = "Menu";
     //
     // hrátToolStripMenuItem
     //
     this.hrátToolStripMenuItem.Name = "hrátToolStripMenuItem";
     this.hrátToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
     this.hrátToolStripMenuItem.Text = "Hrát";
     //
     // konecToolStripMenuItem
     //
     this.konecToolStripMenuItem.Name   = "konecToolStripMenuItem";
     this.konecToolStripMenuItem.Size   = new System.Drawing.Size(109, 22);
     this.konecToolStripMenuItem.Text   = "Konec";
     this.konecToolStripMenuItem.Click += new System.EventHandler(this.KonecToolStripMenuItemClick);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(515, 449);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(163, 20);
     this.textBox1.TabIndex = 17;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Fuchsia;
     this.ClientSize          = new System.Drawing.Size(683, 468);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ForeColor     = System.Drawing.Color.Fuchsia;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "pexeso";
     this.Click        += new System.EventHandler(this.Label_Click);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnCalculate = new System.Windows.Forms.Button();
     this.txtYears = new System.Windows.Forms.TextBox();
     this.txtInterestRate = new System.Windows.Forms.TextBox();
     this.txtMonthlyInvestment = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtFutureValue = new System.Windows.Forms.TextBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuClear = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCalculate = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(140, 150);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 19;
     this.btnClose.Text = "C&lose";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnCalculate
     //
     this.btnCalculate.Location = new System.Drawing.Point(53, 150);
     this.btnCalculate.Name = "btnCalculate";
     this.btnCalculate.Size = new System.Drawing.Size(75, 23);
     this.btnCalculate.TabIndex = 18;
     this.btnCalculate.Text = "&Calculate";
     this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
     //
     // txtYears
     //
     this.txtYears.Location = new System.Drawing.Point(133, 87);
     this.txtYears.Name = "txtYears";
     this.txtYears.Size = new System.Drawing.Size(84, 20);
     this.txtYears.TabIndex = 17;
     this.txtYears.Tag = "Number of Years";
     this.txtYears.Text = "3";
     this.toolTip1.SetToolTip(this.txtYears, "Enter the number of years for the investment.");
     //
     // txtInterestRate
     //
     this.txtInterestRate.Location = new System.Drawing.Point(133, 60);
     this.txtInterestRate.Name = "txtInterestRate";
     this.txtInterestRate.Size = new System.Drawing.Size(84, 20);
     this.txtInterestRate.TabIndex = 16;
     this.txtInterestRate.Tag = "Yearly Interest Rate";
     this.txtInterestRate.Text = "3";
     this.toolTip1.SetToolTip(this.txtInterestRate, "Enter the yearly interest rate for the investment.");
     //
     // txtMonthlyInvestment
     //
     this.txtMonthlyInvestment.Location = new System.Drawing.Point(133, 32);
     this.txtMonthlyInvestment.Name = "txtMonthlyInvestment";
     this.txtMonthlyInvestment.Size = new System.Drawing.Size(84, 20);
     this.txtMonthlyInvestment.TabIndex = 15;
     this.txtMonthlyInvestment.Tag = "Monthly Investment";
     this.txtMonthlyInvestment.Text = "100";
     this.toolTip1.SetToolTip(this.txtMonthlyInvestment, "Enter the amount that will be invested each month.");
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(13, 115);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(114, 20);
     this.label4.TabIndex = 13;
     this.label4.Tag = "Future Value";
     this.label4.Text = "Future Value:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(13, 87);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(114, 20);
     this.label3.TabIndex = 12;
     this.label3.Text = "Number of Years:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 60);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 20);
     this.label2.TabIndex = 11;
     this.label2.Text = "Yearly Interest Rate:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(114, 20);
     this.label1.TabIndex = 10;
     this.label1.Text = "Monthly Investment:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFutureValue
     //
     this.txtFutureValue.Location = new System.Drawing.Point(131, 116);
     this.txtFutureValue.Name = "txtFutureValue";
     this.txtFutureValue.ReadOnly = true;
     this.txtFutureValue.Size = new System.Drawing.Size(86, 20);
     this.txtFutureValue.TabIndex = 20;
     this.txtFutureValue.TabStop = false;
     this.toolTip1.SetToolTip(this.txtFutureValue, "The value of the investment at the end of the years.");
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.actionToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(228, 24);
     this.menuStrip1.TabIndex = 21;
     this.menuStrip1.Text = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuClear,
     this.mnuCalculate});
     this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Text = "&Action";
     //
     // mnuClear
     //
     this.mnuClear.Name = "mnuClear";
     this.mnuClear.Text = "C&lear";
     this.mnuClear.Click += new System.EventHandler(this.mnuClear_Click);
     //
     // mnuCalculate
     //
     this.mnuCalculate.Name = "mnuCalculate";
     this.mnuCalculate.Text = "&Calculate";
     this.mnuCalculate.Click += new System.EventHandler(this.mnuCalculate_Click);
     //
     // frmFutureValue
     //
     this.AcceptButton = this.btnCalculate;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(228, 180);
     this.Controls.Add(this.txtFutureValue);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCalculate);
     this.Controls.Add(this.txtYears);
     this.Controls.Add(this.txtInterestRate);
     this.Controls.Add(this.txtMonthlyInvestment);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.helpProvider1.SetHelpString(this, "Use this form to calculate the future value of a series of monthly payments at a " +
             "specified interest rate and number of years.");
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "frmFutureValue";
     this.helpProvider1.SetShowHelp(this, true);
     this.Text = "Future Value";
     this.menuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMessage));
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.cMnuUser = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mitmFrmMessageSend = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmWorkReportAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmWorkReportList = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.mitmFrmUserPermission = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmUserEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmUserRoleAdmin = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmUserPermissionAdmin = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mitmApplicationRole = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmUserGroup = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.mitmFrmStaffAddressEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mitmFrmLogByUser = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.tcMessage = new System.Windows.Forms.TabControl();
     this.tpOrganize = new System.Windows.Forms.TabPage();
     this.tpApplicationRole = new System.Windows.Forms.TabPage();
     this.tvApplicationRole = new System.Windows.Forms.TreeView();
     this.tpUserGroup = new System.Windows.Forms.TabPage();
     this.tvUserGroup = new System.Windows.Forms.TreeView();
     this.picHome = new System.Windows.Forms.PictureBox();
     this.picAddress = new System.Windows.Forms.PictureBox();
     this.picOA = new System.Windows.Forms.PictureBox();
     this.picDocument = new System.Windows.Forms.PictureBox();
     this.picShareAnIdea = new System.Windows.Forms.PictureBox();
     this.cMnuUser.SuspendLayout();
     this.tcMessage.SuspendLayout();
     this.tpOrganize.SuspendLayout();
     this.tpApplicationRole.SuspendLayout();
     this.tpUserGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picHome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picOA)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picShareAnIdea)).BeginInit();
     this.SuspendLayout();
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.ContextMenuStrip = this.cMnuUser;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 0;
     this.tvOrganize.Size = new System.Drawing.Size(263, 486);
     this.tvOrganize.TabIndex = 1;
     this.tvOrganize.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvOrganize_ItemDrag);
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTree_AfterSelect);
     this.tvOrganize.Click += new System.EventHandler(this.tvTree_Click);
     this.tvOrganize.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvOrganize_DragDrop);
     this.tvOrganize.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvOrganize_DragEnter);
     this.tvOrganize.DoubleClick += new System.EventHandler(this.tvTree_DoubleClick);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvTreeView_MouseDown);
     //
     // cMnuUser
     //
     this.cMnuUser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mitmFrmMessageSend,
     this.mitmFrmWorkReportAdd,
     this.mitmFrmWorkReportList,
     this.toolStripSeparator1,
     this.mitmFrmUserPermission,
     this.mitmFrmUserEdit,
     this.mitmFrmUserRoleAdmin,
     this.mitmFrmUserPermissionAdmin,
     this.toolStripSeparator2,
     this.mitmApplicationRole,
     this.mitmUserGroup,
     this.toolStripSeparator3,
     this.mitmFrmStaffAddressEdit,
     this.mitmFrmLogByUser});
     this.cMnuUser.Name = "contextMenuStrip";
     this.cMnuUser.Size = new System.Drawing.Size(158, 264);
     //
     // mitmFrmMessageSend
     //
     this.mitmFrmMessageSend.Name = "mitmFrmMessageSend";
     this.mitmFrmMessageSend.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmMessageSend.Text = "发送消息...";
     this.mitmFrmMessageSend.Click += new System.EventHandler(this.mitmFrmMessageSend_Click);
     //
     // mitmFrmWorkReportAdd
     //
     this.mitmFrmWorkReportAdd.Name = "mitmFrmWorkReportAdd";
     this.mitmFrmWorkReportAdd.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmWorkReportAdd.Text = "分配工作任务...";
     this.mitmFrmWorkReportAdd.Visible = false;
     this.mitmFrmWorkReportAdd.Click += new System.EventHandler(this.mitmFrmWorkReportAdd_Click);
     //
     // mitmFrmWorkReportList
     //
     this.mitmFrmWorkReportList.Name = "mitmFrmWorkReportList";
     this.mitmFrmWorkReportList.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmWorkReportList.Text = "查看工作日志...";
     this.mitmFrmWorkReportList.Visible = false;
     this.mitmFrmWorkReportList.Click += new System.EventHandler(this.mitmFrmWorkReportList_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // mitmFrmUserPermission
     //
     this.mitmFrmUserPermission.Enabled = false;
     this.mitmFrmUserPermission.Name = "mitmFrmUserPermission";
     this.mitmFrmUserPermission.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmUserPermission.Text = "查看用户权限...";
     this.mitmFrmUserPermission.Visible = false;
     this.mitmFrmUserPermission.Click += new System.EventHandler(this.mitmFrmUserPermission_Click);
     //
     // mitmFrmUserEdit
     //
     this.mitmFrmUserEdit.Enabled = false;
     this.mitmFrmUserEdit.Name = "mitmFrmUserEdit";
     this.mitmFrmUserEdit.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmUserEdit.Text = "编辑用户信息...";
     this.mitmFrmUserEdit.Click += new System.EventHandler(this.mitmFrmUserEdit_Click);
     //
     // mitmFrmUserRoleAdmin
     //
     this.mitmFrmUserRoleAdmin.Enabled = false;
     this.mitmFrmUserRoleAdmin.Name = "mitmFrmUserRoleAdmin";
     this.mitmFrmUserRoleAdmin.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmUserRoleAdmin.Text = "用户角色...";
     this.mitmFrmUserRoleAdmin.Click += new System.EventHandler(this.mitmFrmUserRoleAdmin_Click);
     //
     // mitmFrmUserPermissionAdmin
     //
     this.mitmFrmUserPermissionAdmin.Enabled = false;
     this.mitmFrmUserPermissionAdmin.Name = "mitmFrmUserPermissionAdmin";
     this.mitmFrmUserPermissionAdmin.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmUserPermissionAdmin.Text = "用户权限...";
     this.mitmFrmUserPermissionAdmin.Click += new System.EventHandler(this.mitmFrmUserPermissionAdmin_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(154, 6);
     //
     // mitmApplicationRole
     //
     this.mitmApplicationRole.Enabled = false;
     this.mitmApplicationRole.Name = "mitmApplicationRole";
     this.mitmApplicationRole.Size = new System.Drawing.Size(157, 22);
     this.mitmApplicationRole.Text = "业务角色管理";
     this.mitmApplicationRole.Click += new System.EventHandler(this.mitmApplicationRole_Click);
     //
     // mitmUserGroup
     //
     this.mitmUserGroup.Name = "mitmUserGroup";
     this.mitmUserGroup.Size = new System.Drawing.Size(157, 22);
     this.mitmUserGroup.Text = "用户群组管理";
     this.mitmUserGroup.Click += new System.EventHandler(this.mitmUserGroup_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(154, 6);
     //
     // mitmFrmStaffAddressEdit
     //
     this.mitmFrmStaffAddressEdit.Enabled = false;
     this.mitmFrmStaffAddressEdit.Name = "mitmFrmStaffAddressEdit";
     this.mitmFrmStaffAddressEdit.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmStaffAddressEdit.Text = "内部通讯录...";
     this.mitmFrmStaffAddressEdit.Click += new System.EventHandler(this.mitmFrmStaffAddressEdit_Click);
     //
     // mitmFrmLogByUser
     //
     this.mitmFrmLogByUser.Enabled = false;
     this.mitmFrmLogByUser.Name = "mitmFrmLogByUser";
     this.mitmFrmLogByUser.Size = new System.Drawing.Size(157, 22);
     this.mitmFrmLogByUser.Text = "系统操作日志...";
     this.mitmFrmLogByUser.Click += new System.EventHandler(this.mitmFrmLogByUser_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     this.imageList.Images.SetKeyName(22, "Organize.gif");
     this.imageList.Images.SetKeyName(23, "Role.gif");
     this.imageList.Images.SetKeyName(24, "StaffAddress.gif");
     this.imageList.Images.SetKeyName(25, "Tree.jpg");
     //
     // tcMessage
     //
     this.tcMessage.Controls.Add(this.tpOrganize);
     this.tcMessage.Controls.Add(this.tpApplicationRole);
     this.tcMessage.Controls.Add(this.tpUserGroup);
     this.tcMessage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcMessage.ImageList = this.imageList;
     this.tcMessage.Location = new System.Drawing.Point(0, 58);
     this.tcMessage.Multiline = true;
     this.tcMessage.Name = "tcMessage";
     this.tcMessage.SelectedIndex = 0;
     this.tcMessage.Size = new System.Drawing.Size(271, 513);
     this.tcMessage.TabIndex = 2;
     //
     // tpOrganize
     //
     this.tpOrganize.Controls.Add(this.tvOrganize);
     this.tpOrganize.ImageIndex = 22;
     this.tpOrganize.Location = new System.Drawing.Point(4, 23);
     this.tpOrganize.Margin = new System.Windows.Forms.Padding(0);
     this.tpOrganize.Name = "tpOrganize";
     this.tpOrganize.Size = new System.Drawing.Size(263, 486);
     this.tpOrganize.TabIndex = 0;
     this.tpOrganize.Text = "组织";
     this.tpOrganize.ToolTipText = "组织机构";
     this.tpOrganize.UseVisualStyleBackColor = true;
     //
     // tpApplicationRole
     //
     this.tpApplicationRole.Controls.Add(this.tvApplicationRole);
     this.tpApplicationRole.ImageKey = "Role.gif";
     this.tpApplicationRole.Location = new System.Drawing.Point(4, 23);
     this.tpApplicationRole.Margin = new System.Windows.Forms.Padding(0);
     this.tpApplicationRole.Name = "tpApplicationRole";
     this.tpApplicationRole.Size = new System.Drawing.Size(263, 449);
     this.tpApplicationRole.TabIndex = 1;
     this.tpApplicationRole.Text = "角色";
     this.tpApplicationRole.ToolTipText = "业务角色";
     this.tpApplicationRole.UseVisualStyleBackColor = true;
     //
     // tvApplicationRole
     //
     this.tvApplicationRole.AllowDrop = true;
     this.tvApplicationRole.ContextMenuStrip = this.cMnuUser;
     this.tvApplicationRole.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvApplicationRole.ImageIndex = 0;
     this.tvApplicationRole.ImageList = this.imageList;
     this.tvApplicationRole.Location = new System.Drawing.Point(0, 0);
     this.tvApplicationRole.Name = "tvApplicationRole";
     this.tvApplicationRole.SelectedImageIndex = 0;
     this.tvApplicationRole.Size = new System.Drawing.Size(263, 479);
     this.tvApplicationRole.TabIndex = 2;
     this.tvApplicationRole.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTree_AfterSelect);
     this.tvApplicationRole.Click += new System.EventHandler(this.tvTree_Click);
     this.tvApplicationRole.DoubleClick += new System.EventHandler(this.tvTree_DoubleClick);
     this.tvApplicationRole.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvTreeView_MouseDown);
     //
     // tpUserGroup
     //
     this.tpUserGroup.Controls.Add(this.tvUserGroup);
     this.tpUserGroup.ImageKey = "StaffAddress.gif";
     this.tpUserGroup.Location = new System.Drawing.Point(4, 23);
     this.tpUserGroup.Margin = new System.Windows.Forms.Padding(0);
     this.tpUserGroup.Name = "tpUserGroup";
     this.tpUserGroup.Size = new System.Drawing.Size(263, 449);
     this.tpUserGroup.TabIndex = 2;
     this.tpUserGroup.Text = "群组";
     this.tpUserGroup.ToolTipText = "用户群组";
     this.tpUserGroup.UseVisualStyleBackColor = true;
     //
     // tvUserGroup
     //
     this.tvUserGroup.AllowDrop = true;
     this.tvUserGroup.ContextMenuStrip = this.cMnuUser;
     this.tvUserGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvUserGroup.ImageIndex = 0;
     this.tvUserGroup.ImageList = this.imageList;
     this.tvUserGroup.Location = new System.Drawing.Point(0, 0);
     this.tvUserGroup.Name = "tvUserGroup";
     this.tvUserGroup.SelectedImageIndex = 0;
     this.tvUserGroup.Size = new System.Drawing.Size(263, 479);
     this.tvUserGroup.TabIndex = 2;
     this.tvUserGroup.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTree_AfterSelect);
     this.tvUserGroup.Click += new System.EventHandler(this.tvTree_Click);
     this.tvUserGroup.DoubleClick += new System.EventHandler(this.tvTree_DoubleClick);
     this.tvUserGroup.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvTreeView_MouseDown);
     //
     // picHome
     //
     this.picHome.Image = global::DotNet.WinForm.Message.Properties.Resources.Home;
     this.picHome.Location = new System.Drawing.Point(5, 59);
     this.picHome.Name = "picHome";
     this.picHome.Size = new System.Drawing.Size(28, 29);
     this.picHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picHome.TabIndex = 3;
     this.picHome.TabStop = false;
     this.picHome.Tag = "http://www.hairihan.com.cn";
     this.picHome.Click += new System.EventHandler(this.picHome_Click);
     //
     // picAddress
     //
     this.picAddress.Image = global::DotNet.WinForm.Message.Properties.Resources.Address;
     this.picAddress.Location = new System.Drawing.Point(73, 59);
     this.picAddress.Name = "picAddress";
     this.picAddress.Size = new System.Drawing.Size(28, 29);
     this.picAddress.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picAddress.TabIndex = 4;
     this.picAddress.TabStop = false;
     this.picAddress.Click += new System.EventHandler(this.picAddress_Click);
     //
     // picOA
     //
     this.picOA.Image = global::DotNet.WinForm.Message.Properties.Resources.OA;
     this.picOA.Location = new System.Drawing.Point(39, 59);
     this.picOA.Name = "picOA";
     this.picOA.Size = new System.Drawing.Size(28, 29);
     this.picOA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picOA.TabIndex = 6;
     this.picOA.TabStop = false;
     this.picOA.Tag = "http://jirigala.cnblogs.com";
     this.picOA.Click += new System.EventHandler(this.picOA_Click);
     //
     // picDocument
     //
     this.picDocument.Image = global::DotNet.WinForm.Message.Properties.Resources.Document;
     this.picDocument.Location = new System.Drawing.Point(107, 59);
     this.picDocument.Name = "picDocument";
     this.picDocument.Size = new System.Drawing.Size(28, 29);
     this.picDocument.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picDocument.TabIndex = 5;
     this.picDocument.TabStop = false;
     this.picDocument.Click += new System.EventHandler(this.picDocument_Click);
     //
     // picShareAnIdea
     //
     this.picShareAnIdea.Image = global::DotNet.WinForm.Message.Properties.Resources.ShareAnIdea;
     this.picShareAnIdea.Location = new System.Drawing.Point(141, 59);
     this.picShareAnIdea.Name = "picShareAnIdea";
     this.picShareAnIdea.Size = new System.Drawing.Size(28, 29);
     this.picShareAnIdea.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picShareAnIdea.TabIndex = 7;
     this.picShareAnIdea.TabStop = false;
     this.picShareAnIdea.Tag = "http://jirigala.taobao.com";
     this.picShareAnIdea.Click += new System.EventHandler(this.picShareAnIdea_Click);
     //
     // FrmMessage
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImage = global::DotNet.WinForm.Message.Properties.Resources.Head;
     this.ClientSize = new System.Drawing.Size(271, 571);
     this.Controls.Add(this.tcMessage);
     this.Controls.Add(this.picShareAnIdea);
     this.Controls.Add(this.picDocument);
     this.Controls.Add(this.picAddress);
     this.Controls.Add(this.picOA);
     this.Controls.Add(this.picHome);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmMessage";
     this.Padding = new System.Windows.Forms.Padding(0, 58, 0, 0);
     this.Text = "即时通讯";
     this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
     this.Activated += new System.EventHandler(this.FrmMessage_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMessage_FormClosing);
     this.cMnuUser.ResumeLayout(false);
     this.tcMessage.ResumeLayout(false);
     this.tpOrganize.ResumeLayout(false);
     this.tpApplicationRole.ResumeLayout(false);
     this.tpUserGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picHome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picOA)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picShareAnIdea)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.pictureBoxLd = new System.Windows.Forms.PictureBox();
     this.pictureBoxHeader = new System.Windows.Forms.PictureBox();
     this.menuMain = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.downloadRequiredFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dBCSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.blackListedUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.AboutLDtoolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.choseDefaultFolderPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scrapperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scrapeGroupMembersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linkedinCompanyScraperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.CompanyEmployeeScraperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.friendsGroupScraperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MessageReceivedScraper = new System.Windows.Forms.ToolStripMenuItem();
     this.salesNavigatorAccountScraperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newFeatureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linkedInProfileManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linkedInAddExperienceFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.accountVerificationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.acceptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.campaignToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inviteMemberThroughProfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupUpdateLikerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.joinGroupUsingUrlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.followCompanyUsingUrlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusImageShareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removePendingGroupsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inviteUsingSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.msgGroupMemberUsingExcelInputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inviteGroupsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.PictureBoxLogo = new System.Windows.Forms.PictureBox();
     this.tabMain = new System.Windows.Forms.TabControl();
     this.tabAddConnection = new System.Windows.Forms.TabPage();
     this.gbAddConnectionNewFeature = new System.Windows.Forms.GroupBox();
     this.lbtnInviteMemProfUrl = new System.Windows.Forms.LinkLabel();
     this.gbAddConnectionLogger = new System.Windows.Forms.GroupBox();
     this.lbManageConnection = new System.Windows.Forms.ListBox();
     this.gbAddConnectionThreadSetting = new System.Windows.Forms.GroupBox();
     this.txtThreadManageConnection = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.gbAddConnectioDelaySetting = new System.Windows.Forms.GroupBox();
     this.label107 = new System.Windows.Forms.Label();
     this.txtSearchMaxDelay = new System.Windows.Forms.TextBox();
     this.txtSearchMindelay = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.gbManageConnectionSearch = new System.Windows.Forms.GroupBox();
     this.btnClearVisitProfileUrl = new System.Windows.Forms.Button();
     this.txtClearVisitProfileUrl = new System.Windows.Forms.TextBox();
     this.chkClearVisitProfileUrl = new System.Windows.Forms.CheckBox();
     this.chkOnlyVisitProfile = new System.Windows.Forms.CheckBox();
     this.btnHelpAddConKeywordbtnCreateGroupHelp = new System.Windows.Forms.Button();
     this.chkUniqueConnectin = new System.Windows.Forms.CheckBox();
     this.btnStopmanageconnection = new System.Windows.Forms.Button();
     this.txtNumberOfRequestPerKeyword = new System.Windows.Forms.TextBox();
     this.lblNumberOfRequest = new System.Windows.Forms.Label();
     this.lblKeywordLoad = new System.Windows.Forms.Label();
     this.btnSearchConnection = new System.Windows.Forms.Button();
     this.btnKeywordLoadFile = new System.Windows.Forms.Button();
     this.txtKeywordLoad = new System.Windows.Forms.TextBox();
     this.gbManageConnectionEmails = new System.Windows.Forms.GroupBox();
     this.gbdivedDataSetting = new System.Windows.Forms.GroupBox();
     this.chkAddConnectionUseDivide = new System.Windows.Forms.CheckBox();
     this.grpFollowerDivideUserID = new System.Windows.Forms.GroupBox();
     this.label37 = new System.Windows.Forms.Label();
     this.txtAddConnectionNoOfUsers = new System.Windows.Forms.TextBox();
     this.rdBtnAddConnectionDivideByGivenNo = new System.Windows.Forms.RadioButton();
     this.label117 = new System.Windows.Forms.Label();
     this.rdBtnAddConnectionDivideEqually = new System.Windows.Forms.RadioButton();
     this.btnHelpAddConEmailbtnCreateGroupHelp = new System.Windows.Forms.Button();
     this.txtNumberOfRequestPerEmail = new System.Windows.Forms.TextBox();
     this.label114 = new System.Windows.Forms.Label();
     this.chkUniqueEmailConnection = new System.Windows.Forms.CheckBox();
     this.btnEmailInvite = new System.Windows.Forms.Button();
     this.lblInviteEmailLoad = new System.Windows.Forms.Label();
     this.btnSendEmailInvite = new System.Windows.Forms.Button();
     this.btnInviteEmailLoad = new System.Windows.Forms.Button();
     this.txtInviteEmailLoad = new System.Windows.Forms.TextBox();
     this.LinkedinSearchScp = new System.Windows.Forms.TabPage();
     this.gbSearchScrAction = new System.Windows.Forms.GroupBox();
     this.btnLinkedinSearch = new System.Windows.Forms.Button();
     this.btnLinkedinSearchStop = new System.Windows.Forms.Button();
     this.gbCsvPathinSearchScp = new System.Windows.Forms.GroupBox();
     this.label89 = new System.Windows.Forms.Label();
     this.txtExportedFile1 = new System.Windows.Forms.TextBox();
     this.gbOtherScpFeature = new System.Windows.Forms.GroupBox();
     this.linkbtnScrapeinMultipleExcelInput = new System.Windows.Forms.LinkLabel();
     this.linkbtncompanySearch = new System.Windows.Forms.LinkLabel();
     this.linkbtnScrapeinExcelInput = new System.Windows.Forms.LinkLabel();
     this.groupBox27 = new System.Windows.Forms.GroupBox();
     this.lbLinkedinSearchLogger = new System.Windows.Forms.ListBox();
     this.gbScrpWithSearchOption = new System.Windows.Forms.GroupBox();
     this.gbSelectionOptioninSearhScp = new System.Windows.Forms.GroupBox();
     this.chkBoxScrapeWithoutLoggingIn = new System.Windows.Forms.CheckBox();
     this.label59 = new System.Windows.Forms.Label();
     this.btnLinkedinSearchProfileURLLoad = new System.Windows.Forms.Button();
     this.label63 = new System.Windows.Forms.Label();
     this.txtLinkedinSearchProfileURL = new System.Windows.Forms.TextBox();
     this.rdbLinkedinSearchURL = new System.Windows.Forms.RadioButton();
     this.rdbLinkedinSearchKeyword = new System.Windows.Forms.RadioButton();
     this.cmbLinkedinSearch = new System.Windows.Forms.ComboBox();
     this.txtLinkedinSearch = new System.Windows.Forms.TextBox();
     this.chkLinkedinSearchRandomEmailId = new System.Windows.Forms.CheckBox();
     this.cmbLinkedinSelectEmailId = new System.Windows.Forms.ComboBox();
     this.label57 = new System.Windows.Forms.Label();
     this.LinkedInpreScraper = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkGroupsAdd = new System.Windows.Forms.CheckBox();
     this.checkedListGroups = new System.Windows.Forms.CheckedListBox();
     this.gbScraperFolderPath = new System.Windows.Forms.GroupBox();
     this.txtScraperExportFilename = new System.Windows.Forms.TextBox();
     this.label88 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.txtExportedFile2 = new System.Windows.Forms.TextBox();
     this.gbScraperAction = new System.Windows.Forms.GroupBox();
     this.txtScraperMaximumDelay = new System.Windows.Forms.TextBox();
     this.label128 = new System.Windows.Forms.Label();
     this.label129 = new System.Windows.Forms.Label();
     this.txtScraperMinimumDelay = new System.Windows.Forms.TextBox();
     this.chk_scrpWithoutGoingToMainProf = new System.Windows.Forms.CheckBox();
     this.btn_ShowCampaignScraperDetails = new System.Windows.Forms.Button();
     this.txtBoxCampaignScraperName = new System.Windows.Forms.TextBox();
     this.btn_SaveCampaignScraper = new System.Windows.Forms.Button();
     this.LinkScrpHelp = new System.Windows.Forms.Button();
     this.btnCheckPremAccount = new System.Windows.Forms.Button();
     this.checkedListBoxGroups = new System.Windows.Forms.CheckedListBox();
     this.btnSearchNewScraper = new System.Windows.Forms.Button();
     this.btnStopScraper = new System.Windows.Forms.Button();
     this.btnSearchScraper = new System.Windows.Forms.Button();
     this.txtScraperMinDelay = new System.Windows.Forms.GroupBox();
     this.checkedListBoxSeniorlevel = new System.Windows.Forms.CheckedListBox();
     this.checkedListFunction = new System.Windows.Forms.CheckedListBox();
     this.lblFunction = new System.Windows.Forms.Label();
     this.checkedListBoxRecentlyJoined = new System.Windows.Forms.CheckedListBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.lblFortune1000 = new System.Windows.Forms.Label();
     this.checkedListBoxInterestedIN = new System.Windows.Forms.CheckedListBox();
     this.checkedListBoxCompanySize = new System.Windows.Forms.CheckedListBox();
     this.lblInterestedIn = new System.Windows.Forms.Label();
     this.lblResentlyJoined = new System.Windows.Forms.Label();
     this.checkedListBoxFortune1000 = new System.Windows.Forms.CheckedListBox();
     this.GetDataForPrimiumAccount = new System.Windows.Forms.CheckedListBox();
     this.lblSeniorLevel = new System.Windows.Forms.Label();
     this.gbScraperKeywordOption = new System.Windows.Forms.GroupBox();
     this.btnScraperPauseResume = new System.Windows.Forms.Button();
     this.cmbboxTitle = new System.Windows.Forms.ComboBox();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.txtKeyword = new System.Windows.Forms.TextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.gbLinkScraperLogger = new System.Windows.Forms.GroupBox();
     this.lstLoglinkdinPreScarper = new System.Windows.Forms.ListBox();
     this.gbScraperInputs = new System.Windows.Forms.GroupBox();
     this.btnBrowseLocationArea = new System.Windows.Forms.Button();
     this.txtAreaWiseLocation = new System.Windows.Forms.TextBox();
     this.label116 = new System.Windows.Forms.Label();
     this.cmbboxCompanyValue = new System.Windows.Forms.ComboBox();
     this.txtCompnayName = new System.Windows.Forms.TextBox();
     this.label84 = new System.Windows.Forms.Label();
     this.cmbboxWithin = new System.Windows.Forms.ComboBox();
     this.txtPostalcode = new System.Windows.Forms.TextBox();
     this.label83 = new System.Windows.Forms.Label();
     this.checkedListRelationship = new System.Windows.Forms.CheckedListBox();
     this.checkedListBoxLanguage = new System.Windows.Forms.CheckedListBox();
     this.lblLanguage = new System.Windows.Forms.Label();
     this.comboBoxemail = new System.Windows.Forms.ComboBox();
     this.lblEmail = new System.Windows.Forms.Label();
     this.lblRelation = new System.Windows.Forms.Label();
     this.checkedListBoxIndustry = new System.Windows.Forms.CheckedListBox();
     this.txtScrperlastname = new System.Windows.Forms.TextBox();
     this.txtScrperFirstname = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.lblDesignation = new System.Windows.Forms.Label();
     this.combScraperLocation = new System.Windows.Forms.ComboBox();
     this.CombScraperCountry = new System.Windows.Forms.ComboBox();
     this.lblScraperCountry = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.TabStatus = new System.Windows.Forms.TabPage();
     this.gbStatusUpdateThreadSetting = new System.Windows.Forms.GroupBox();
     this.label60 = new System.Windows.Forms.Label();
     this.txtStatusUpdNoOfThread = new System.Windows.Forms.TextBox();
     this.label115 = new System.Windows.Forms.Label();
     this.gbStatusUpdateAction = new System.Windows.Forms.GroupBox();
     this.btnLinkStatusUpdatebtnCreateGroupHelp = new System.Windows.Forms.Button();
     this.btnStatusPost = new System.Windows.Forms.Button();
     this.btnstatusstop = new System.Windows.Forms.Button();
     this.gbStatusUpdateDelaySetting = new System.Windows.Forms.GroupBox();
     this.label106 = new System.Windows.Forms.Label();
     this.txtStatusUpdateMaxDelay = new System.Windows.Forms.TextBox();
     this.label90 = new System.Windows.Forms.Label();
     this.label91 = new System.Windows.Forms.Label();
     this.txtStatusUpdateMinDelay = new System.Windows.Forms.TextBox();
     this.gbStatusUpdateLogger = new System.Windows.Forms.GroupBox();
     this.lstStatusUpdate = new System.Windows.Forms.ListBox();
     this.GroupBoxStatus = new System.Windows.Forms.GroupBox();
     this.label52 = new System.Windows.Forms.Label();
     this.chkStatusSpintax = new System.Windows.Forms.CheckBox();
     this.chkUpdateStatus = new System.Windows.Forms.CheckBox();
     this.label32 = new System.Windows.Forms.Label();
     this.btnUploadStatusMessage = new System.Windows.Forms.Button();
     this.txtStatusUpd = new System.Windows.Forms.TextBox();
     this.tabPageCreateGrp = new System.Windows.Forms.TabPage();
     this.gbCreateGroupAction = new System.Windows.Forms.GroupBox();
     this.btnCreateGroupHelp = new System.Windows.Forms.Button();
     this.btnCreateOpenGroup = new System.Windows.Forms.Button();
     this.btnstopCreateGroup = new System.Windows.Forms.Button();
     this.gbCreateGroupUrl = new System.Windows.Forms.GroupBox();
     this.label75 = new System.Windows.Forms.Label();
     this.BtnSentInvitation_CreateGroup = new System.Windows.Forms.Button();
     this.BtnUploadGroupURLs_CreateGroup = new System.Windows.Forms.Button();
     this.TxtGroupUrls_CreateGroup = new System.Windows.Forms.TextBox();
     this.label73 = new System.Windows.Forms.Label();
     this.gbGroupCreateDelaySetting = new System.Windows.Forms.GroupBox();
     this.label105 = new System.Windows.Forms.Label();
     this.txtGroupCreateMaxDelay = new System.Windows.Forms.TextBox();
     this.label100 = new System.Windows.Forms.Label();
     this.label101 = new System.Windows.Forms.Label();
     this.txtGroupCreateMinDelay = new System.Windows.Forms.TextBox();
     this.gbCreateGroupLogger = new System.Windows.Forms.GroupBox();
     this.lstCreateGroup = new System.Windows.Forms.ListBox();
     this.groupCreateGrp = new System.Windows.Forms.GroupBox();
     this.lblLogoFormat = new System.Windows.Forms.Label();
     this.txtCountPerAccount = new System.Windows.Forms.TextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.btnGroupLogo = new System.Windows.Forms.Button();
     this.txtGroupLogo = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.btnWbsite = new System.Windows.Forms.Button();
     this.btDesc = new System.Windows.Forms.Button();
     this.btnSummary = new System.Windows.Forms.Button();
     this.btnGrpName = new System.Windows.Forms.Button();
     this.cmbLanguage = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtWebsite = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtDesc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtSummary = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmbGroupType = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtGroupName = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.gbCreateGroupAccess = new System.Windows.Forms.GroupBox();
     this.rbAutoJoin = new System.Windows.Forms.RadioButton();
     this.rbRequestToJoin = new System.Windows.Forms.RadioButton();
     this.gbCreateGroupOption = new System.Windows.Forms.GroupBox();
     this.chkboxCreateMemGrp = new System.Windows.Forms.RadioButton();
     this.chkboxCreateOpenGrp = new System.Windows.Forms.RadioButton();
     this.tabAddGroup = new System.Windows.Forms.TabPage();
     this.gbAddFriendsGroup = new System.Windows.Forms.GroupBox();
     this.btnAddGroups = new System.Windows.Forms.Button();
     this.label67 = new System.Windows.Forms.Label();
     this.gbFriendsGroupAction = new System.Windows.Forms.GroupBox();
     this.btnJoinFriendsGroupHelp = new System.Windows.Forms.Button();
     this.btnJoinMemGroup = new System.Windows.Forms.Button();
     this.btnjoinfriendGroup = new System.Windows.Forms.Button();
     this.label48 = new System.Windows.Forms.Label();
     this.gbFriendsGroupDetails = new System.Windows.Forms.GroupBox();
     this.lblTotGroups = new System.Windows.Forms.Label();
     this.label68 = new System.Windows.Forms.Label();
     this.ChkAllAccount_JoinFriendsGroup = new System.Windows.Forms.CheckBox();
     this.chkSelectExistGrps_JoinFriendsGrp = new System.Windows.Forms.CheckBox();
     this.chkExistGroup = new System.Windows.Forms.CheckedListBox();
     this.gbFriendsGroupLogger = new System.Windows.Forms.GroupBox();
     this.lstLogAddGroup = new System.Windows.Forms.ListBox();
     this.gbFriendsGroupInput = new System.Windows.Forms.GroupBox();
     this.lblTotMemCount = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.cmbUser = new System.Windows.Forms.ComboBox();
     this.btnExistGroup = new System.Windows.Forms.Button();
     this.chkSelectMembers_JoinFriendsGrp = new System.Windows.Forms.CheckBox();
     this.chkMembers = new System.Windows.Forms.CheckedListBox();
     this.label66 = new System.Windows.Forms.Label();
     this.gbFriendsGroupDelaySetting = new System.Windows.Forms.GroupBox();
     this.label108 = new System.Windows.Forms.Label();
     this.txtGroupjoinMaxDelay = new System.Windows.Forms.TextBox();
     this.label87 = new System.Windows.Forms.Label();
     this.label86 = new System.Windows.Forms.Label();
     this.txtGroupjoinMinDelay = new System.Windows.Forms.TextBox();
     this.tabPageAddGroup = new System.Windows.Forms.TabPage();
     this.gbSearchGroupsAction = new System.Windows.Forms.GroupBox();
     this.btnJoinSearchGroupHelp = new System.Windows.Forms.Button();
     this.btnJoinSearchGroup = new System.Windows.Forms.Button();
     this.btnSrpGrpMemStop = new System.Windows.Forms.Button();
     this.gbSearchGroupsDetails = new System.Windows.Forms.GroupBox();
     this.cmbSearchGroup = new System.Windows.Forms.ComboBox();
     this.chkListSearchGroup = new System.Windows.Forms.CheckedListBox();
     this.chkSelectSearchGrp = new System.Windows.Forms.CheckBox();
     this.chkOpenGroup = new System.Windows.Forms.CheckBox();
     this.chkMemberGroup = new System.Windows.Forms.CheckBox();
     this.gbSearchGroupsSetting = new System.Windows.Forms.GroupBox();
     this.label69 = new System.Windows.Forms.Label();
     this.ChkAllAccounts_JoinSearchGroup = new System.Windows.Forms.CheckBox();
     this.gbSearchGroupsDelaySetting = new System.Windows.Forms.GroupBox();
     this.label109 = new System.Windows.Forms.Label();
     this.txtSearchGroupMaxDelay = new System.Windows.Forms.TextBox();
     this.label92 = new System.Windows.Forms.Label();
     this.label93 = new System.Windows.Forms.Label();
     this.txtSearchGroupMinDelay = new System.Windows.Forms.TextBox();
     this.gbSearchGroupsOtherFeature = new System.Windows.Forms.GroupBox();
     this.linkLblJoinGroupUrl = new System.Windows.Forms.LinkLabel();
     this.gbSearchGroupsLogger = new System.Windows.Forms.GroupBox();
     this.listLoggerSearchGroup = new System.Windows.Forms.ListBox();
     this.gbSearchGroupsInput = new System.Windows.Forms.GroupBox();
     this.label44 = new System.Windows.Forms.Label();
     this.txtBoxGroupCount = new System.Windows.Forms.TextBox();
     this.label50 = new System.Windows.Forms.Label();
     this.txtSearchKeyword = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnAddSearchGroup = new System.Windows.Forms.Button();
     this.tabPageGroupUpdate = new System.Windows.Forms.TabPage();
     this.grpGrpStatusInputs = new System.Windows.Forms.GroupBox();
     this.chkSameMessageForAllGroup = new System.Windows.Forms.CheckBox();
     this.chkAttachLinkGroupUpdate = new System.Windows.Forms.CheckBox();
     this.label29 = new System.Windows.Forms.Label();
     this.txtAttachLinkGroupUpdate = new System.Windows.Forms.TextBox();
     this.btnGroupMoreDetail = new System.Windows.Forms.Button();
     this.btnAttachLinkGroupUpdate = new System.Windows.Forms.Button();
     this.btnGroupDiscussion = new System.Windows.Forms.Button();
     this.txtGroupMoreDtl = new System.Windows.Forms.TextBox();
     this.txtGroupDiscussion = new System.Windows.Forms.TextBox();
     this.label104 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.grpGroupDetails = new System.Windows.Forms.GroupBox();
     this.chkGroupCollection = new System.Windows.Forms.CheckedListBox();
     this.chkGroupUpdate = new System.Windows.Forms.CheckBox();
     this.gpGroupStatusAction = new System.Windows.Forms.GroupBox();
     this.btnGroupStatusUpdateHelp = new System.Windows.Forms.Button();
     this.btnGroupUpdate = new System.Windows.Forms.Button();
     this.btngrpupdate = new System.Windows.Forms.Button();
     this.gpGroupStatusDelaySetting = new System.Windows.Forms.GroupBox();
     this.label110 = new System.Windows.Forms.Label();
     this.txtGroupUpdateMaxDelay = new System.Windows.Forms.TextBox();
     this.label94 = new System.Windows.Forms.Label();
     this.label95 = new System.Windows.Forms.Label();
     this.txtGroupUpdateMinDelay = new System.Windows.Forms.TextBox();
     this.gpGroupStatusLogger = new System.Windows.Forms.GroupBox();
     this.lstGroupUpdate = new System.Windows.Forms.ListBox();
     this.grpGetGroups = new System.Windows.Forms.GroupBox();
     this.btnGetUser = new System.Windows.Forms.Button();
     this.cmbGroupUser = new System.Windows.Forms.ComboBox();
     this.tabComposeMessage = new System.Windows.Forms.TabPage();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.btnClearDatabaseCompose = new System.Windows.Forms.Button();
     this.txtClearDatabaseComposeMgs = new System.Windows.Forms.TextBox();
     this.chkClearDbComposeMgs = new System.Windows.Forms.CheckBox();
     this.rbchkPreventMsgHaveAllreadysentGlobalUser = new System.Windows.Forms.RadioButton();
     this.rbPreventMsgHaveAllreadysentWithUSer = new System.Windows.Forms.RadioButton();
     this.gbComposeMsgAction = new System.Windows.Forms.GroupBox();
     this.btnComposeMsgHelp = new System.Windows.Forms.Button();
     this.btnStopcomposemsg = new System.Windows.Forms.Button();
     this.btnSendMsg = new System.Windows.Forms.Button();
     this.gbComposeMsgInputs = new System.Windows.Forms.GroupBox();
     this.txtMsgBody = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.txtMsgSubject = new System.Windows.Forms.TextBox();
     this.lbGeneralLogs = new System.Windows.Forms.ListBox();
     this.groupBox32 = new System.Windows.Forms.GroupBox();
     this.label79 = new System.Windows.Forms.Label();
     this.RdbMessagingWithTag_ComposeMessage = new System.Windows.Forms.RadioButton();
     this.RdbBulkMessagingWithoutTag_ComposeMessage = new System.Windows.Forms.RadioButton();
     this.label21 = new System.Windows.Forms.Label();
     this.label54 = new System.Windows.Forms.Label();
     this.chkSpinTaxComposeMsg = new System.Windows.Forms.CheckBox();
     this.gbComposeMsgDelaySetting = new System.Windows.Forms.GroupBox();
     this.label111 = new System.Windows.Forms.Label();
     this.txtComposeMsgMaxDelay = new System.Windows.Forms.TextBox();
     this.label96 = new System.Windows.Forms.Label();
     this.label97 = new System.Windows.Forms.Label();
     this.txtComposeMsgMinDelay = new System.Windows.Forms.TextBox();
     this.gbComposeMsgLogger = new System.Windows.Forms.GroupBox();
     this.LstComposeMsg = new System.Windows.Forms.ListBox();
     this.gbComposeMsgToSendMsg = new System.Windows.Forms.GroupBox();
     this.btnBrowseWithExcelInputCmpMsg = new System.Windows.Forms.Button();
     this.txtExcelinputpathCmpMsg = new System.Windows.Forms.TextBox();
     this.chkWithExcelInputCmpMsg = new System.Windows.Forms.CheckBox();
     this.lblTotFriendList = new System.Windows.Forms.Label();
     this.lblTotConn = new System.Windows.Forms.Label();
     this.btnMessSubject = new System.Windows.Forms.Button();
     this.chkSelectAll = new System.Windows.Forms.CheckBox();
     this.LblFromEmailId = new System.Windows.Forms.Label();
     this.chkMessageTo = new System.Windows.Forms.CheckedListBox();
     this.label20 = new System.Windows.Forms.Label();
     this.btnMsgBody = new System.Windows.Forms.Button();
     this.btnMsgFrom = new System.Windows.Forms.Button();
     this.cmbMsgFrom = new System.Windows.Forms.ComboBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.gbComposeMsgSetting = new System.Windows.Forms.GroupBox();
     this.label72 = new System.Windows.Forms.Label();
     this.TxtNoOfFriends_ComposeMessage = new System.Windows.Forms.TextBox();
     this.label71 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.ChkAllAccounts_ComposeMessage = new System.Windows.Forms.CheckBox();
     this.tabMsgGroupMember = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup = new System.Windows.Forms.RadioButton();
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup = new System.Windows.Forms.RadioButton();
     this.rbPreventMsgHaveAllreadysentWithGroup = new System.Windows.Forms.RadioButton();
     this.gbGrpMesMemDetails = new System.Windows.Forms.GroupBox();
     this.txtExcelInputPath = new System.Windows.Forms.TextBox();
     this.btnBrowseExcelInput = new System.Windows.Forms.Button();
     this.chkWithExcelInput = new System.Windows.Forms.CheckBox();
     this.chkGetAllScrappedMem = new System.Windows.Forms.CheckBox();
     this.txtSearchKey = new System.Windows.Forms.TextBox();
     this.chkWithSearch = new System.Windows.Forms.CheckBox();
     this.chkWithCsv = new System.Windows.Forms.CheckBox();
     this.linkbtnScrapGroupMem = new System.Windows.Forms.LinkLabel();
     this.chk3rdConn = new System.Windows.Forms.CheckBox();
     this.lblTotMemList = new System.Windows.Forms.Label();
     this.btnAddMember = new System.Windows.Forms.Button();
     this.chk2ndConn = new System.Windows.Forms.CheckBox();
     this.chkGroupMem = new System.Windows.Forms.CheckBox();
     this.chk1stconn = new System.Windows.Forms.CheckBox();
     this.chkListGroupMembers = new System.Windows.Forms.CheckedListBox();
     this.gbGroupMesAction = new System.Windows.Forms.GroupBox();
     this.btnMsgGroupMemHelp = new System.Windows.Forms.Button();
     this.btnGroupMessage = new System.Windows.Forms.Button();
     this.btnstopSentMessage = new System.Windows.Forms.Button();
     this.gbGroupMesMesInput = new System.Windows.Forms.GroupBox();
     this.btnClearDatabase = new System.Windows.Forms.Button();
     this.txtClearDatabase = new System.Windows.Forms.TextBox();
     this.chkClearDatabase = new System.Windows.Forms.CheckBox();
     this.gbGroupMesSetting = new System.Windows.Forms.GroupBox();
     this.ChkMessagingWithTag_MessageGroupMember = new System.Windows.Forms.CheckBox();
     this.label78 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.txtSubject = new System.Windows.Forms.TextBox();
     this.txtBody = new System.Windows.Forms.TextBox();
     this.chkUseSpintax_GroupMessage = new System.Windows.Forms.CheckBox();
     this.label53 = new System.Windows.Forms.Label();
     this.groupBox24 = new System.Windows.Forms.GroupBox();
     this.lstGrpMemMsgLoger = new System.Windows.Forms.ListBox();
     this.gbGroupMesPageSetting = new System.Windows.Forms.GroupBox();
     this.label82 = new System.Windows.Forms.Label();
     this.TxtEndPageNo_MessageGroupMember = new System.Windows.Forms.TextBox();
     this.label81 = new System.Windows.Forms.Label();
     this.TxtStartPageNo_MessageGroupMember = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.txtPages = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.gbGroupMesForSendMsg = new System.Windows.Forms.GroupBox();
     this.chkAllAcounts = new System.Windows.Forms.CheckBox();
     this.cmbMemberGroup = new System.Windows.Forms.ComboBox();
     this.btnGetGroup = new System.Windows.Forms.Button();
     this.cmbAllUser = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.gbGroupMesDelaySetting = new System.Windows.Forms.GroupBox();
     this.label112 = new System.Windows.Forms.Label();
     this.txtMsgGroupMemMaxDelay = new System.Windows.Forms.TextBox();
     this.label98 = new System.Windows.Forms.Label();
     this.label99 = new System.Windows.Forms.Label();
     this.txtMsgGroupMemMinDelay = new System.Windows.Forms.TextBox();
     this.tabProxySetting = new System.Windows.Forms.TabPage();
     this.gbAccountsProxy = new System.Windows.Forms.GroupBox();
     this.label74 = new System.Windows.Forms.Label();
     this.lblRequestThreads = new System.Windows.Forms.Label();
     this.txtAccountsPerProxy = new System.Windows.Forms.TextBox();
     this.gbPrivateProxy = new System.Windows.Forms.GroupBox();
     this.btnStopPrivateProxy = new System.Windows.Forms.Button();
     this.BtnTestPrivateProxy_ProxySetting = new System.Windows.Forms.Button();
     this.label58 = new System.Windows.Forms.Label();
     this.btnClearPrivateProxies = new System.Windows.Forms.Button();
     this.btnAssignProxy = new System.Windows.Forms.Button();
     this.btnPvtProxyThree = new System.Windows.Forms.Button();
     this.label40 = new System.Windows.Forms.Label();
     this.txtPvtProxyThree = new System.Windows.Forms.TextBox();
     this.btnPvtProxyFour = new System.Windows.Forms.Button();
     this.txtPvtProxyFour = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.gbProxyLogger = new System.Windows.Forms.GroupBox();
     this.lstLoggerProxy = new System.Windows.Forms.ListBox();
     this.lbltotalworkingproxies = new System.Windows.Forms.Label();
     this.gbPublicProxy = new System.Windows.Forms.GroupBox();
     this.btnStopPublicProxy = new System.Windows.Forms.Button();
     this.btnAsssignPublicProxy = new System.Windows.Forms.Button();
     this.chkboxImportPublicProxy = new System.Windows.Forms.CheckBox();
     this.label46 = new System.Windows.Forms.Label();
     this.txtNumberOfProxyThreads = new System.Windows.Forms.TextBox();
     this.btnClearPublicProxies = new System.Windows.Forms.Button();
     this.btnTestPublicProxy = new System.Windows.Forms.Button();
     this.btnPublicProxy = new System.Windows.Forms.Button();
     this.txtPublicProxy = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.tabEndorse = new System.Windows.Forms.TabPage();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.label121 = new System.Windows.Forms.Label();
     this.txtEndorsmentNoOfThread = new System.Windows.Forms.TextBox();
     this.label122 = new System.Windows.Forms.Label();
     this.GrbEndorsmentDelaySetting = new System.Windows.Forms.GroupBox();
     this.label123 = new System.Windows.Forms.Label();
     this.txtEndorsmentMaxDelay = new System.Windows.Forms.TextBox();
     this.label124 = new System.Windows.Forms.Label();
     this.label125 = new System.Windows.Forms.Label();
     this.txtEndorsmentMinDelay = new System.Windows.Forms.TextBox();
     this.txtNoOfSkills = new System.Windows.Forms.TextBox();
     this.label119 = new System.Windows.Forms.Label();
     this.txtNoOfEndorsementPerDay = new System.Windows.Forms.TextBox();
     this.label118 = new System.Windows.Forms.Label();
     this.btnStartCampaingEndorsement = new System.Windows.Forms.Button();
     this.btnStopCampaingEndorsement = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.gbEndorseProfileLogger = new System.Windows.Forms.GroupBox();
     this.lstboxEndorse = new System.Windows.Forms.ListBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.grpEndorseProfileAction = new System.Windows.Forms.GroupBox();
     this.btnstartEndorse = new System.Windows.Forms.Button();
     this.btnStopEndorseProfile = new System.Windows.Forms.Button();
     this.gbEndorseProfileInput = new System.Windows.Forms.GroupBox();
     this.btnUploadUserids = new System.Windows.Forms.Button();
     this.txtEndorseUpload = new System.Windows.Forms.TextBox();
     this.label85 = new System.Windows.Forms.Label();
     this.tabViewProfileRank = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btnStartRank = new System.Windows.Forms.Button();
     this.btnStopRank = new System.Windows.Forms.Button();
     this.panel3 = new System.Windows.Forms.Panel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.lstboxRank = new System.Windows.Forms.ListBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.cmbSelAccount = new System.Windows.Forms.ComboBox();
     this.label120 = new System.Windows.Forms.Label();
     this.tabShare = new System.Windows.Forms.TabPage();
     this.grpUrlJobScraper = new System.Windows.Forms.GroupBox();
     this.label130 = new System.Windows.Forms.Label();
     this.btnJobScraperUploadUrl = new System.Windows.Forms.Button();
     this.txtJobScraperUrl = new System.Windows.Forms.TextBox();
     this.grpJobScraper = new System.Windows.Forms.GroupBox();
     this.btnJobScraperStart = new System.Windows.Forms.Button();
     this.btnJobScraperStop = new System.Windows.Forms.Button();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.lstboxShareLogger = new System.Windows.Forms.ListBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.btnShareStart = new System.Windows.Forms.Button();
     this.btnShareStop = new System.Windows.Forms.Button();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.label127 = new System.Windows.Forms.Label();
     this.btnBrowseWebsiteUrl = new System.Windows.Forms.Button();
     this.txtWebsiteUrl = new System.Windows.Forms.TextBox();
     this.cmbSelAccountShare = new System.Windows.Forms.ComboBox();
     this.label126 = new System.Windows.Forms.Label();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.clearToolStripMenuItemAccountCreator = new System.Windows.Forms.ToolStripMenuItem();
     this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.myAccountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).BeginInit();
     this.menuMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).BeginInit();
     this.tabMain.SuspendLayout();
     this.tabAddConnection.SuspendLayout();
     this.gbAddConnectionNewFeature.SuspendLayout();
     this.gbAddConnectionLogger.SuspendLayout();
     this.gbAddConnectionThreadSetting.SuspendLayout();
     this.gbAddConnectioDelaySetting.SuspendLayout();
     this.gbManageConnectionSearch.SuspendLayout();
     this.gbManageConnectionEmails.SuspendLayout();
     this.gbdivedDataSetting.SuspendLayout();
     this.grpFollowerDivideUserID.SuspendLayout();
     this.LinkedinSearchScp.SuspendLayout();
     this.gbSearchScrAction.SuspendLayout();
     this.gbCsvPathinSearchScp.SuspendLayout();
     this.gbOtherScpFeature.SuspendLayout();
     this.groupBox27.SuspendLayout();
     this.gbScrpWithSearchOption.SuspendLayout();
     this.gbSelectionOptioninSearhScp.SuspendLayout();
     this.LinkedInpreScraper.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.gbScraperFolderPath.SuspendLayout();
     this.gbScraperAction.SuspendLayout();
     this.txtScraperMinDelay.SuspendLayout();
     this.gbScraperKeywordOption.SuspendLayout();
     this.gbLinkScraperLogger.SuspendLayout();
     this.gbScraperInputs.SuspendLayout();
     this.TabStatus.SuspendLayout();
     this.gbStatusUpdateThreadSetting.SuspendLayout();
     this.gbStatusUpdateAction.SuspendLayout();
     this.gbStatusUpdateDelaySetting.SuspendLayout();
     this.gbStatusUpdateLogger.SuspendLayout();
     this.GroupBoxStatus.SuspendLayout();
     this.tabPageCreateGrp.SuspendLayout();
     this.gbCreateGroupAction.SuspendLayout();
     this.gbCreateGroupUrl.SuspendLayout();
     this.gbGroupCreateDelaySetting.SuspendLayout();
     this.gbCreateGroupLogger.SuspendLayout();
     this.groupCreateGrp.SuspendLayout();
     this.gbCreateGroupAccess.SuspendLayout();
     this.gbCreateGroupOption.SuspendLayout();
     this.tabAddGroup.SuspendLayout();
     this.gbAddFriendsGroup.SuspendLayout();
     this.gbFriendsGroupAction.SuspendLayout();
     this.gbFriendsGroupDetails.SuspendLayout();
     this.gbFriendsGroupLogger.SuspendLayout();
     this.gbFriendsGroupInput.SuspendLayout();
     this.gbFriendsGroupDelaySetting.SuspendLayout();
     this.tabPageAddGroup.SuspendLayout();
     this.gbSearchGroupsAction.SuspendLayout();
     this.gbSearchGroupsDetails.SuspendLayout();
     this.gbSearchGroupsSetting.SuspendLayout();
     this.gbSearchGroupsDelaySetting.SuspendLayout();
     this.gbSearchGroupsOtherFeature.SuspendLayout();
     this.gbSearchGroupsLogger.SuspendLayout();
     this.gbSearchGroupsInput.SuspendLayout();
     this.tabPageGroupUpdate.SuspendLayout();
     this.grpGrpStatusInputs.SuspendLayout();
     this.grpGroupDetails.SuspendLayout();
     this.gpGroupStatusAction.SuspendLayout();
     this.gpGroupStatusDelaySetting.SuspendLayout();
     this.gpGroupStatusLogger.SuspendLayout();
     this.grpGetGroups.SuspendLayout();
     this.tabComposeMessage.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.gbComposeMsgAction.SuspendLayout();
     this.gbComposeMsgInputs.SuspendLayout();
     this.groupBox32.SuspendLayout();
     this.gbComposeMsgDelaySetting.SuspendLayout();
     this.gbComposeMsgLogger.SuspendLayout();
     this.gbComposeMsgToSendMsg.SuspendLayout();
     this.gbComposeMsgSetting.SuspendLayout();
     this.tabMsgGroupMember.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.gbGrpMesMemDetails.SuspendLayout();
     this.gbGroupMesAction.SuspendLayout();
     this.gbGroupMesMesInput.SuspendLayout();
     this.gbGroupMesSetting.SuspendLayout();
     this.groupBox24.SuspendLayout();
     this.gbGroupMesPageSetting.SuspendLayout();
     this.gbGroupMesForSendMsg.SuspendLayout();
     this.gbGroupMesDelaySetting.SuspendLayout();
     this.tabProxySetting.SuspendLayout();
     this.gbAccountsProxy.SuspendLayout();
     this.gbPrivateProxy.SuspendLayout();
     this.gbProxyLogger.SuspendLayout();
     this.gbPublicProxy.SuspendLayout();
     this.tabEndorse.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.GrbEndorsmentDelaySetting.SuspendLayout();
     this.panel2.SuspendLayout();
     this.gbEndorseProfileLogger.SuspendLayout();
     this.panel1.SuspendLayout();
     this.grpEndorseProfileAction.SuspendLayout();
     this.gbEndorseProfileInput.SuspendLayout();
     this.tabViewProfileRank.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabShare.SuspendLayout();
     this.grpUrlJobScraper.SuspendLayout();
     this.grpJobScraper.SuspendLayout();
     this.groupBox10.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(126)))), ((int)(((byte)(75)))));
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.pictureBoxLd);
     this.splitContainer1.Panel1.Controls.Add(this.pictureBoxHeader);
     this.splitContainer1.Panel1.Controls.Add(this.menuMain);
     this.splitContainer1.Panel1.Controls.Add(this.PictureBoxLogo);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel2.Controls.Add(this.tabMain);
     this.splitContainer1.Size = new System.Drawing.Size(1248, 677);
     this.splitContainer1.SplitterDistance = 128;
     this.splitContainer1.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Gabriola", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.label2.Location = new System.Drawing.Point(63, 66);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125, 29);
     this.label2.TabIndex = 5;
     this.label2.Text = "A SocioBoard Product";
     //
     // pictureBoxLd
     //
     this.pictureBoxLd.BackColor = System.Drawing.Color.Transparent;
     this.pictureBoxLd.BackgroundImage = global::InBoardPro.Properties.Resources.ld_img;
     this.pictureBoxLd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBoxLd.Location = new System.Drawing.Point(444, 61);
     this.pictureBoxLd.Name = "pictureBoxLd";
     this.pictureBoxLd.Size = new System.Drawing.Size(248, 43);
     this.pictureBoxLd.TabIndex = 4;
     this.pictureBoxLd.TabStop = false;
     //
     // pictureBoxHeader
     //
     this.pictureBoxHeader.BackColor = System.Drawing.Color.Transparent;
     this.pictureBoxHeader.Image = global::InBoardPro.Properties.Resources.add_connection;
     this.pictureBoxHeader.Location = new System.Drawing.Point(444, 12);
     this.pictureBoxHeader.Name = "pictureBoxHeader";
     this.pictureBoxHeader.Size = new System.Drawing.Size(248, 43);
     this.pictureBoxHeader.TabIndex = 3;
     this.pictureBoxHeader.TabStop = false;
     //
     // menuMain
     //
     this.menuMain.BackColor = System.Drawing.Color.Transparent;
     this.menuMain.Dock = System.Windows.Forms.DockStyle.None;
     this.menuMain.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingsToolStripMenuItem,
     this.helpToolStripMenuItem,
     this.choseDefaultFolderPathToolStripMenuItem,
     this.scrapperToolStripMenuItem,
     this.newFeatureToolStripMenuItem});
     this.menuMain.Location = new System.Drawing.Point(4, 107);
     this.menuMain.Name = "menuMain";
     this.menuMain.Padding = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.menuMain.Size = new System.Drawing.Size(444, 24);
     this.menuMain.TabIndex = 2;
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.BackColor = System.Drawing.Color.Transparent;
     this.toolStripMenuItem1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripMenuItem1.ForeColor = System.Drawing.Color.Black;
     this.toolStripMenuItem1.Image = global::InBoardPro.Properties.Resources.menu_my_accounts;
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
     this.toolStripMenuItem1.Size = new System.Drawing.Size(106, 24);
     this.toolStripMenuItem1.Text = "My Accounts";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.downloadRequiredFilesToolStripMenuItem,
     this.dBCSettingsToolStripMenuItem,
     this.blackListedUserToolStripMenuItem});
     this.settingsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.settingsToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_settings;
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(81, 24);
     this.settingsToolStripMenuItem.Text = "Settings";
     //
     // downloadRequiredFilesToolStripMenuItem
     //
     this.downloadRequiredFilesToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_download;
     this.downloadRequiredFilesToolStripMenuItem.Name = "downloadRequiredFilesToolStripMenuItem";
     this.downloadRequiredFilesToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
     this.downloadRequiredFilesToolStripMenuItem.Text = "Download Required Files";
     this.downloadRequiredFilesToolStripMenuItem.Click += new System.EventHandler(this.downloadRequiredFilesToolStripMenuItem_Click);
     //
     // dBCSettingsToolStripMenuItem
     //
     this.dBCSettingsToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_captcha_setting;
     this.dBCSettingsToolStripMenuItem.Name = "dBCSettingsToolStripMenuItem";
     this.dBCSettingsToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
     this.dBCSettingsToolStripMenuItem.Text = "DBC Settings";
     this.dBCSettingsToolStripMenuItem.Click += new System.EventHandler(this.dBCSettingsToolStripMenuItem_Click);
     //
     // blackListedUserToolStripMenuItem
     //
     this.blackListedUserToolStripMenuItem.Name = "blackListedUserToolStripMenuItem";
     this.blackListedUserToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
     this.blackListedUserToolStripMenuItem.Text = "BlackListed User";
     this.blackListedUserToolStripMenuItem.Click += new System.EventHandler(this.blackListedUserToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.AboutLDtoolStripMenuItem2});
     this.helpToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_help_book_icon;
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(61, 24);
     this.helpToolStripMenuItem.Text = "Help";
     this.helpToolStripMenuItem.Visible = false;
     //
     // AboutLDtoolStripMenuItem2
     //
     this.AboutLDtoolStripMenuItem2.Name = "AboutLDtoolStripMenuItem2";
     this.AboutLDtoolStripMenuItem2.Size = new System.Drawing.Size(108, 22);
     this.AboutLDtoolStripMenuItem2.Text = "About";
     this.AboutLDtoolStripMenuItem2.Click += new System.EventHandler(this.AboutLDtoolStripMenuItem2_Click);
     //
     // choseDefaultFolderPathToolStripMenuItem
     //
     this.choseDefaultFolderPathToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.choseDefaultFolderPathToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_Folder;
     this.choseDefaultFolderPathToolStripMenuItem.Name = "choseDefaultFolderPathToolStripMenuItem";
     this.choseDefaultFolderPathToolStripMenuItem.Size = new System.Drawing.Size(187, 24);
     this.choseDefaultFolderPathToolStripMenuItem.Text = "Change Default Folder Path";
     this.choseDefaultFolderPathToolStripMenuItem.Visible = false;
     this.choseDefaultFolderPathToolStripMenuItem.Click += new System.EventHandler(this.choseDefaultFolderPathToolStripMenuItem_Click);
     //
     // scrapperToolStripMenuItem
     //
     this.scrapperToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.scrapeGroupMembersToolStripMenuItem,
     this.linkedinCompanyScraperToolStripMenuItem,
     this.CompanyEmployeeScraperToolStripMenuItem,
     this.friendsGroupScraperToolStripMenuItem,
     this.MessageReceivedScraper,
     this.salesNavigatorAccountScraperToolStripMenuItem});
     this.scrapperToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scrapperToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.scrape;
     this.scrapperToolStripMenuItem.Name = "scrapperToolStripMenuItem";
     this.scrapperToolStripMenuItem.Size = new System.Drawing.Size(128, 24);
     this.scrapperToolStripMenuItem.Text = "Other Modules";
     //
     // scrapeGroupMembersToolStripMenuItem
     //
     this.scrapeGroupMembersToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_group_member;
     this.scrapeGroupMembersToolStripMenuItem.Name = "scrapeGroupMembersToolStripMenuItem";
     this.scrapeGroupMembersToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
     this.scrapeGroupMembersToolStripMenuItem.Text = "Get Group Members Using URL";
     this.scrapeGroupMembersToolStripMenuItem.Click += new System.EventHandler(this.scrapeGroupMembersToolStripMenuItem_Click);
     //
     // linkedinCompanyScraperToolStripMenuItem
     //
     this.linkedinCompanyScraperToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.emp;
     this.linkedinCompanyScraperToolStripMenuItem.Name = "linkedinCompanyScraperToolStripMenuItem";
     this.linkedinCompanyScraperToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
     this.linkedinCompanyScraperToolStripMenuItem.Text = "Get Linkedin Company";
     this.linkedinCompanyScraperToolStripMenuItem.Click += new System.EventHandler(this.linkedinCompanyScraperToolStripMenuItem_Click);
     //
     // CompanyEmployeeScraperToolStripMenuItem
     //
     this.CompanyEmployeeScraperToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.emp;
     this.CompanyEmployeeScraperToolStripMenuItem.Name = "CompanyEmployeeScraperToolStripMenuItem";
     this.CompanyEmployeeScraperToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
     this.CompanyEmployeeScraperToolStripMenuItem.Text = "Get Company Employee";
     this.CompanyEmployeeScraperToolStripMenuItem.Click += new System.EventHandler(this.CompanyEmployeeScraperToolStripMenuItem_Click);
     //
     // friendsGroupScraperToolStripMenuItem
     //
     this.friendsGroupScraperToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_help_book_icon;
     this.friendsGroupScraperToolStripMenuItem.Name = "friendsGroupScraperToolStripMenuItem";
     this.friendsGroupScraperToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
     this.friendsGroupScraperToolStripMenuItem.Text = "Get Friends Group";
     this.friendsGroupScraperToolStripMenuItem.Click += new System.EventHandler(this.friendsGroupScraperToolStripMenuItem_Click);
     //
     // MessageReceivedScraper
     //
     this.MessageReceivedScraper.Enabled = false;
     this.MessageReceivedScraper.Name = "MessageReceivedScraper";
     this.MessageReceivedScraper.Size = new System.Drawing.Size(270, 22);
     this.MessageReceivedScraper.Text = "Message Received Scraper";
     this.MessageReceivedScraper.Visible = false;
     this.MessageReceivedScraper.Click += new System.EventHandler(this.MessageReceivedScraper_Click);
     //
     // salesNavigatorAccountScraperToolStripMenuItem
     //
     this.salesNavigatorAccountScraperToolStripMenuItem.Name = "salesNavigatorAccountScraperToolStripMenuItem";
     this.salesNavigatorAccountScraperToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
     this.salesNavigatorAccountScraperToolStripMenuItem.Text = "Sales Navigator Account";
     this.salesNavigatorAccountScraperToolStripMenuItem.Click += new System.EventHandler(this.salesNavigatorAccountScraper_Click);
     //
     // newFeatureToolStripMenuItem
     //
     this.newFeatureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.linkedInProfileManagerToolStripMenuItem,
     this.linkedInAddExperienceFieldToolStripMenuItem,
     this.accountVerificationToolStripMenuItem,
     this.acceptToolStripMenuItem,
     this.campaignToolStripMenuItem,
     this.inviteMemberThroughProfileToolStripMenuItem,
     this.groupUpdateLikerToolStripMenuItem,
     this.joinGroupUsingUrlToolStripMenuItem,
     this.followCompanyUsingUrlToolStripMenuItem,
     this.statusImageShareToolStripMenuItem,
     this.removePendingGroupsToolStripMenuItem,
     this.inviteUsingSearchToolStripMenuItem,
     this.msgGroupMemberUsingExcelInputToolStripMenuItem,
     this.inviteGroupsToolStripMenuItem});
     this.newFeatureToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.newFeatureToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_features;
     this.newFeatureToolStripMenuItem.Name = "newFeatureToolStripMenuItem";
     this.newFeatureToolStripMenuItem.Size = new System.Drawing.Size(119, 24);
     this.newFeatureToolStripMenuItem.Text = "Other Features";
     //
     // linkedInProfileManagerToolStripMenuItem
     //
     this.linkedInProfileManagerToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_profile_manager;
     this.linkedInProfileManagerToolStripMenuItem.Name = "linkedInProfileManagerToolStripMenuItem";
     this.linkedInProfileManagerToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.linkedInProfileManagerToolStripMenuItem.Text = "LinkedIn Profile Image Uploader";
     this.linkedInProfileManagerToolStripMenuItem.Visible = false;
     this.linkedInProfileManagerToolStripMenuItem.Click += new System.EventHandler(this.linkedInProfileManagerToolStripMenuItem_Click);
     //
     // linkedInAddExperienceFieldToolStripMenuItem
     //
     this.linkedInAddExperienceFieldToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_exprerince;
     this.linkedInAddExperienceFieldToolStripMenuItem.Name = "linkedInAddExperienceFieldToolStripMenuItem";
     this.linkedInAddExperienceFieldToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.linkedInAddExperienceFieldToolStripMenuItem.Text = "LinkedIn Add Experience Field";
     this.linkedInAddExperienceFieldToolStripMenuItem.Visible = false;
     this.linkedInAddExperienceFieldToolStripMenuItem.Click += new System.EventHandler(this.linkedInAddExperienceFieldToolStripMenuItem_Click);
     //
     // accountVerificationToolStripMenuItem
     //
     this.accountVerificationToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_Account_Verification;
     this.accountVerificationToolStripMenuItem.Name = "accountVerificationToolStripMenuItem";
     this.accountVerificationToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.accountVerificationToolStripMenuItem.Text = "Account Verification";
     this.accountVerificationToolStripMenuItem.Visible = false;
     this.accountVerificationToolStripMenuItem.Click += new System.EventHandler(this.accountVerificationToolStripMenuItem_Click);
     //
     // acceptToolStripMenuItem
     //
     this.acceptToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.Menu_Accept_Invitation;
     this.acceptToolStripMenuItem.Name = "acceptToolStripMenuItem";
     this.acceptToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.acceptToolStripMenuItem.Text = "Accept Invitations";
     //
     // campaignToolStripMenuItem
     //
     this.campaignToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_campaign;
     this.campaignToolStripMenuItem.Name = "campaignToolStripMenuItem";
     this.campaignToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.campaignToolStripMenuItem.Text = "Campaign Account Creator Account Connection";
     this.campaignToolStripMenuItem.Visible = false;
     this.campaignToolStripMenuItem.Click += new System.EventHandler(this.campaignToolStripMenuItem_Click);
     //
     // inviteMemberThroughProfileToolStripMenuItem
     //
     this.inviteMemberThroughProfileToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_invite_member;
     this.inviteMemberThroughProfileToolStripMenuItem.Name = "inviteMemberThroughProfileToolStripMenuItem";
     this.inviteMemberThroughProfileToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.inviteMemberThroughProfileToolStripMenuItem.Text = "Invite Member Through Profile URL";
     this.inviteMemberThroughProfileToolStripMenuItem.Click += new System.EventHandler(this.inviteMemberThroughProfileToolStripMenuItem_Click);
     //
     // groupUpdateLikerToolStripMenuItem
     //
     this.groupUpdateLikerToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_liker;
     this.groupUpdateLikerToolStripMenuItem.Name = "groupUpdateLikerToolStripMenuItem";
     this.groupUpdateLikerToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.groupUpdateLikerToolStripMenuItem.Text = "Status Update Liker";
     this.groupUpdateLikerToolStripMenuItem.Visible = false;
     this.groupUpdateLikerToolStripMenuItem.Click += new System.EventHandler(this.groupUpdateLikerToolStripMenuItem_Click);
     //
     // joinGroupUsingUrlToolStripMenuItem
     //
     this.joinGroupUsingUrlToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_join_group;
     this.joinGroupUsingUrlToolStripMenuItem.Name = "joinGroupUsingUrlToolStripMenuItem";
     this.joinGroupUsingUrlToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.joinGroupUsingUrlToolStripMenuItem.Text = "Join Group Using Url";
     this.joinGroupUsingUrlToolStripMenuItem.Click += new System.EventHandler(this.joinGroupUsingUrlToolStripMenuItem_Click);
     //
     // followCompanyUsingUrlToolStripMenuItem
     //
     this.followCompanyUsingUrlToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_follow_company1;
     this.followCompanyUsingUrlToolStripMenuItem.Name = "followCompanyUsingUrlToolStripMenuItem";
     this.followCompanyUsingUrlToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.followCompanyUsingUrlToolStripMenuItem.Text = "Follow Company UsingUrl";
     this.followCompanyUsingUrlToolStripMenuItem.Click += new System.EventHandler(this.followCompanyUsingUrlToolStripMenuItem_Click);
     //
     // statusImageShareToolStripMenuItem
     //
     this.statusImageShareToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.menu_group_member;
     this.statusImageShareToolStripMenuItem.Name = "statusImageShareToolStripMenuItem";
     this.statusImageShareToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.statusImageShareToolStripMenuItem.Text = "Status Image Share";
     this.statusImageShareToolStripMenuItem.Visible = false;
     this.statusImageShareToolStripMenuItem.Click += new System.EventHandler(this.statusImageShareToolStripMenuItem_Click);
     //
     // removePendingGroupsToolStripMenuItem
     //
     this.removePendingGroupsToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.Remove;
     this.removePendingGroupsToolStripMenuItem.Name = "removePendingGroupsToolStripMenuItem";
     this.removePendingGroupsToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.removePendingGroupsToolStripMenuItem.Text = "Remove Groups";
     this.removePendingGroupsToolStripMenuItem.Click += new System.EventHandler(this.removePendingGroupsToolStripMenuItem_Click);
     //
     // inviteUsingSearchToolStripMenuItem
     //
     this.inviteUsingSearchToolStripMenuItem.Image = global::InBoardPro.Properties.Resources.evite_icon;
     this.inviteUsingSearchToolStripMenuItem.Name = "inviteUsingSearchToolStripMenuItem";
     this.inviteUsingSearchToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.inviteUsingSearchToolStripMenuItem.Text = "Campaign Invite Using Search";
     this.inviteUsingSearchToolStripMenuItem.Click += new System.EventHandler(this.inviteUsingSearchToolStripMenuItem_Click);
     //
     // msgGroupMemberUsingExcelInputToolStripMenuItem
     //
     this.msgGroupMemberUsingExcelInputToolStripMenuItem.Name = "msgGroupMemberUsingExcelInputToolStripMenuItem";
     this.msgGroupMemberUsingExcelInputToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.msgGroupMemberUsingExcelInputToolStripMenuItem.Text = "Msg Group Member Using Excel Input";
     this.msgGroupMemberUsingExcelInputToolStripMenuItem.Click += new System.EventHandler(this.msgGroupMemberUsingExcelInputToolStripMenuItem_Click);
     //
     // inviteGroupsToolStripMenuItem
     //
     this.inviteGroupsToolStripMenuItem.Name = "inviteGroupsToolStripMenuItem";
     this.inviteGroupsToolStripMenuItem.Size = new System.Drawing.Size(337, 22);
     this.inviteGroupsToolStripMenuItem.Text = "Invite Members to Groups";
     this.inviteGroupsToolStripMenuItem.Click += new System.EventHandler(this.inviteGroupsToolStripMenuItem_Click);
     //
     // PictureBoxLogo
     //
     this.PictureBoxLogo.BackColor = System.Drawing.Color.Transparent;
     this.PictureBoxLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.PictureBoxLogo.Image = global::InBoardPro.Properties.Resources.inboard_logo_1;
     this.PictureBoxLogo.Location = new System.Drawing.Point(8, 6);
     this.PictureBoxLogo.Name = "PictureBoxLogo";
     this.PictureBoxLogo.Size = new System.Drawing.Size(363, 72);
     this.PictureBoxLogo.TabIndex = 1;
     this.PictureBoxLogo.TabStop = false;
     //
     // tabMain
     //
     this.tabMain.Alignment = System.Windows.Forms.TabAlignment.Left;
     this.tabMain.Controls.Add(this.tabAddConnection);
     this.tabMain.Controls.Add(this.LinkedinSearchScp);
     this.tabMain.Controls.Add(this.LinkedInpreScraper);
     this.tabMain.Controls.Add(this.TabStatus);
     this.tabMain.Controls.Add(this.tabPageCreateGrp);
     this.tabMain.Controls.Add(this.tabAddGroup);
     this.tabMain.Controls.Add(this.tabPageAddGroup);
     this.tabMain.Controls.Add(this.tabPageGroupUpdate);
     this.tabMain.Controls.Add(this.tabComposeMessage);
     this.tabMain.Controls.Add(this.tabMsgGroupMember);
     this.tabMain.Controls.Add(this.tabProxySetting);
     this.tabMain.Controls.Add(this.tabEndorse);
     this.tabMain.Controls.Add(this.tabViewProfileRank);
     this.tabMain.Controls.Add(this.tabShare);
     this.tabMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabMain.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabMain.HotTrack = true;
     this.tabMain.ImageList = this.imageList1;
     this.tabMain.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tabMain.ItemSize = new System.Drawing.Size(30, 200);
     this.tabMain.Location = new System.Drawing.Point(3, 3);
     this.tabMain.Multiline = true;
     this.tabMain.Name = "tabMain";
     this.tabMain.SelectedIndex = 0;
     this.tabMain.Size = new System.Drawing.Size(1952, 564);
     this.tabMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
     this.tabMain.TabIndex = 1;
     this.tabMain.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabMai_DrawItem);
     this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMai_SelectedIndexChanged);
     //
     // tabAddConnection
     //
     this.tabAddConnection.BackColor = System.Drawing.Color.Transparent;
     this.tabAddConnection.Controls.Add(this.gbAddConnectionNewFeature);
     this.tabAddConnection.Controls.Add(this.gbAddConnectionLogger);
     this.tabAddConnection.Controls.Add(this.gbAddConnectionThreadSetting);
     this.tabAddConnection.Controls.Add(this.gbAddConnectioDelaySetting);
     this.tabAddConnection.Controls.Add(this.gbManageConnectionSearch);
     this.tabAddConnection.Controls.Add(this.gbManageConnectionEmails);
     this.tabAddConnection.Location = new System.Drawing.Point(204, 4);
     this.tabAddConnection.Name = "tabAddConnection";
     this.tabAddConnection.Size = new System.Drawing.Size(1744, 556);
     this.tabAddConnection.TabIndex = 23;
     this.tabAddConnection.Text = "Add Connection";
     this.tabAddConnection.Paint += new System.Windows.Forms.PaintEventHandler(this.tabAddGroup_Paint);
     //
     // gbAddConnectionNewFeature
     //
     this.gbAddConnectionNewFeature.BackColor = System.Drawing.Color.Transparent;
     this.gbAddConnectionNewFeature.Controls.Add(this.lbtnInviteMemProfUrl);
     this.gbAddConnectionNewFeature.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAddConnectionNewFeature.Location = new System.Drawing.Point(773, 334);
     this.gbAddConnectionNewFeature.Name = "gbAddConnectionNewFeature";
     this.gbAddConnectionNewFeature.Size = new System.Drawing.Size(256, 50);
     this.gbAddConnectionNewFeature.TabIndex = 60;
     this.gbAddConnectionNewFeature.TabStop = false;
     this.gbAddConnectionNewFeature.Text = "Other Feature";
     //
     // lbtnInviteMemProfUrl
     //
     this.lbtnInviteMemProfUrl.AutoSize = true;
     this.lbtnInviteMemProfUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtnInviteMemProfUrl.LinkVisited = true;
     this.lbtnInviteMemProfUrl.Location = new System.Drawing.Point(19, 19);
     this.lbtnInviteMemProfUrl.Name = "lbtnInviteMemProfUrl";
     this.lbtnInviteMemProfUrl.Size = new System.Drawing.Size(222, 13);
     this.lbtnInviteMemProfUrl.TabIndex = 126;
     this.lbtnInviteMemProfUrl.TabStop = true;
     this.lbtnInviteMemProfUrl.Text = "1. Invite Member Through Profile URL";
     this.lbtnInviteMemProfUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtnInviteMemProfUrl_LinkClicked);
     //
     // gbAddConnectionLogger
     //
     this.gbAddConnectionLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbAddConnectionLogger.Controls.Add(this.lbManageConnection);
     this.gbAddConnectionLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAddConnectionLogger.Location = new System.Drawing.Point(15, 383);
     this.gbAddConnectionLogger.Name = "gbAddConnectionLogger";
     this.gbAddConnectionLogger.Size = new System.Drawing.Size(1014, 148);
     this.gbAddConnectionLogger.TabIndex = 59;
     this.gbAddConnectionLogger.TabStop = false;
     this.gbAddConnectionLogger.Text = "Logger";
     //
     // lbManageConnection
     //
     this.lbManageConnection.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbManageConnection.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbManageConnection.FormattingEnabled = true;
     this.lbManageConnection.HorizontalScrollbar = true;
     this.lbManageConnection.Location = new System.Drawing.Point(3, 17);
     this.lbManageConnection.Name = "lbManageConnection";
     this.lbManageConnection.Size = new System.Drawing.Size(1008, 128);
     this.lbManageConnection.TabIndex = 12;
     //
     // gbAddConnectionThreadSetting
     //
     this.gbAddConnectionThreadSetting.BackColor = System.Drawing.Color.Transparent;
     this.gbAddConnectionThreadSetting.Controls.Add(this.txtThreadManageConnection);
     this.gbAddConnectionThreadSetting.Controls.Add(this.label11);
     this.gbAddConnectionThreadSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAddConnectionThreadSetting.Location = new System.Drawing.Point(573, 334);
     this.gbAddConnectionThreadSetting.Name = "gbAddConnectionThreadSetting";
     this.gbAddConnectionThreadSetting.Size = new System.Drawing.Size(194, 50);
     this.gbAddConnectionThreadSetting.TabIndex = 58;
     this.gbAddConnectionThreadSetting.TabStop = false;
     this.gbAddConnectionThreadSetting.Text = "Thread";
     //
     // txtThreadManageConnection
     //
     this.txtThreadManageConnection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtThreadManageConnection.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThreadManageConnection.Location = new System.Drawing.Point(110, 17);
     this.txtThreadManageConnection.Name = "txtThreadManageConnection";
     this.txtThreadManageConnection.Size = new System.Drawing.Size(45, 21);
     this.txtThreadManageConnection.TabIndex = 10;
     this.txtThreadManageConnection.Text = "5";
     this.txtThreadManageConnection.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(17, 21);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(83, 13);
     this.label11.TabIndex = 0;
     this.label11.Text = "No Of Thread";
     //
     // gbAddConnectioDelaySetting
     //
     this.gbAddConnectioDelaySetting.BackColor = System.Drawing.Color.Transparent;
     this.gbAddConnectioDelaySetting.Controls.Add(this.label107);
     this.gbAddConnectioDelaySetting.Controls.Add(this.txtSearchMaxDelay);
     this.gbAddConnectioDelaySetting.Controls.Add(this.txtSearchMindelay);
     this.gbAddConnectioDelaySetting.Controls.Add(this.label26);
     this.gbAddConnectioDelaySetting.Controls.Add(this.label18);
     this.gbAddConnectioDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAddConnectioDelaySetting.Location = new System.Drawing.Point(15, 334);
     this.gbAddConnectioDelaySetting.Name = "gbAddConnectioDelaySetting";
     this.gbAddConnectioDelaySetting.Size = new System.Drawing.Size(553, 50);
     this.gbAddConnectioDelaySetting.TabIndex = 57;
     this.gbAddConnectioDelaySetting.TabStop = false;
     this.gbAddConnectioDelaySetting.Text = "Delay Setting";
     //
     // label107
     //
     this.label107.AutoSize = true;
     this.label107.BackColor = System.Drawing.Color.Transparent;
     this.label107.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label107.Location = new System.Drawing.Point(237, 22);
     this.label107.Name = "label107";
     this.label107.Size = new System.Drawing.Size(305, 13);
     this.label107.TabIndex = 122;
     this.label107.Text = "Its randomly delay between both values in seconds.";
     //
     // txtSearchMaxDelay
     //
     this.txtSearchMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchMaxDelay.Location = new System.Drawing.Point(178, 20);
     this.txtSearchMaxDelay.Name = "txtSearchMaxDelay";
     this.txtSearchMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtSearchMaxDelay.TabIndex = 9;
     this.txtSearchMaxDelay.Text = "25";
     this.txtSearchMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtSearchMindelay
     //
     this.txtSearchMindelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchMindelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchMindelay.Location = new System.Drawing.Point(84, 19);
     this.txtSearchMindelay.Name = "txtSearchMindelay";
     this.txtSearchMindelay.Size = new System.Drawing.Size(44, 21);
     this.txtSearchMindelay.TabIndex = 8;
     this.txtSearchMindelay.Text = "20";
     this.txtSearchMindelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(146, 24);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(18, 13);
     this.label26.TabIndex = 1;
     this.label26.Text = "to";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(12, 21);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(40, 13);
     this.label18.TabIndex = 0;
     this.label18.Text = "Delay";
     //
     // gbManageConnectionSearch
     //
     this.gbManageConnectionSearch.BackColor = System.Drawing.Color.Transparent;
     this.gbManageConnectionSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.gbManageConnectionSearch.Controls.Add(this.btnClearVisitProfileUrl);
     this.gbManageConnectionSearch.Controls.Add(this.txtClearVisitProfileUrl);
     this.gbManageConnectionSearch.Controls.Add(this.chkClearVisitProfileUrl);
     this.gbManageConnectionSearch.Controls.Add(this.chkOnlyVisitProfile);
     this.gbManageConnectionSearch.Controls.Add(this.btnHelpAddConKeywordbtnCreateGroupHelp);
     this.gbManageConnectionSearch.Controls.Add(this.chkUniqueConnectin);
     this.gbManageConnectionSearch.Controls.Add(this.btnStopmanageconnection);
     this.gbManageConnectionSearch.Controls.Add(this.txtNumberOfRequestPerKeyword);
     this.gbManageConnectionSearch.Controls.Add(this.lblNumberOfRequest);
     this.gbManageConnectionSearch.Controls.Add(this.lblKeywordLoad);
     this.gbManageConnectionSearch.Controls.Add(this.btnSearchConnection);
     this.gbManageConnectionSearch.Controls.Add(this.btnKeywordLoadFile);
     this.gbManageConnectionSearch.Controls.Add(this.txtKeywordLoad);
     this.gbManageConnectionSearch.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbManageConnectionSearch.ForeColor = System.Drawing.Color.Black;
     this.gbManageConnectionSearch.Location = new System.Drawing.Point(15, 211);
     this.gbManageConnectionSearch.Name = "gbManageConnectionSearch";
     this.gbManageConnectionSearch.Size = new System.Drawing.Size(1014, 121);
     this.gbManageConnectionSearch.TabIndex = 55;
     this.gbManageConnectionSearch.TabStop = false;
     this.gbManageConnectionSearch.Text = "Manage Connection Search Keyword";
     //
     // btnClearVisitProfileUrl
     //
     this.btnClearVisitProfileUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClearVisitProfileUrl.Location = new System.Drawing.Point(913, 85);
     this.btnClearVisitProfileUrl.Name = "btnClearVisitProfileUrl";
     this.btnClearVisitProfileUrl.Size = new System.Drawing.Size(86, 23);
     this.btnClearVisitProfileUrl.TabIndex = 178;
     this.btnClearVisitProfileUrl.Text = "Submit";
     this.btnClearVisitProfileUrl.UseVisualStyleBackColor = true;
     this.btnClearVisitProfileUrl.Visible = false;
     this.btnClearVisitProfileUrl.Click += new System.EventHandler(this.btnClearVisitProfileUrl_Click);
     //
     // txtClearVisitProfileUrl
     //
     this.txtClearVisitProfileUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClearVisitProfileUrl.Location = new System.Drawing.Point(785, 86);
     this.txtClearVisitProfileUrl.Name = "txtClearVisitProfileUrl";
     this.txtClearVisitProfileUrl.Size = new System.Drawing.Size(125, 21);
     this.txtClearVisitProfileUrl.TabIndex = 177;
     this.txtClearVisitProfileUrl.Visible = false;
     //
     // chkClearVisitProfileUrl
     //
     this.chkClearVisitProfileUrl.AutoSize = true;
     this.chkClearVisitProfileUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkClearVisitProfileUrl.Location = new System.Drawing.Point(675, 88);
     this.chkClearVisitProfileUrl.Name = "chkClearVisitProfileUrl";
     this.chkClearVisitProfileUrl.Size = new System.Drawing.Size(111, 17);
     this.chkClearVisitProfileUrl.TabIndex = 176;
     this.chkClearVisitProfileUrl.Text = "ClearDatabase";
     this.chkClearVisitProfileUrl.UseVisualStyleBackColor = true;
     this.chkClearVisitProfileUrl.CheckedChanged += new System.EventHandler(this.chkClearVisitProfileUrl_CheckedChanged);
     //
     // chkOnlyVisitProfile
     //
     this.chkOnlyVisitProfile.AutoSize = true;
     this.chkOnlyVisitProfile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkOnlyVisitProfile.Location = new System.Drawing.Point(675, 54);
     this.chkOnlyVisitProfile.Name = "chkOnlyVisitProfile";
     this.chkOnlyVisitProfile.Size = new System.Drawing.Size(120, 17);
     this.chkOnlyVisitProfile.TabIndex = 175;
     this.chkOnlyVisitProfile.Text = "Only Visit Profile";
     this.chkOnlyVisitProfile.UseVisualStyleBackColor = true;
     this.chkOnlyVisitProfile.CheckedChanged += new System.EventHandler(this.chkOnlyVisitProfile_CheckedChanged);
     //
     // btnHelpAddConKeywordbtnCreateGroupHelp
     //
     this.btnHelpAddConKeywordbtnCreateGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnHelpAddConKeywordbtnCreateGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnHelpAddConKeywordbtnCreateGroupHelp.Location = new System.Drawing.Point(558, 84);
     this.btnHelpAddConKeywordbtnCreateGroupHelp.Name = "btnHelpAddConKeywordbtnCreateGroupHelp";
     this.btnHelpAddConKeywordbtnCreateGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnHelpAddConKeywordbtnCreateGroupHelp.TabIndex = 174;
     this.btnHelpAddConKeywordbtnCreateGroupHelp.UseVisualStyleBackColor = true;
     this.btnHelpAddConKeywordbtnCreateGroupHelp.Visible = false;
     this.btnHelpAddConKeywordbtnCreateGroupHelp.Click += new System.EventHandler(this.btnHelpAddConKeywordHelp_Click);
     //
     // chkUniqueConnectin
     //
     this.chkUniqueConnectin.AutoSize = true;
     this.chkUniqueConnectin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUniqueConnectin.Location = new System.Drawing.Point(222, 55);
     this.chkUniqueConnectin.Name = "chkUniqueConnectin";
     this.chkUniqueConnectin.Size = new System.Drawing.Size(133, 17);
     this.chkUniqueConnectin.TabIndex = 109;
     this.chkUniqueConnectin.Text = "Unique Connection";
     this.chkUniqueConnectin.UseVisualStyleBackColor = true;
     this.chkUniqueConnectin.CheckedChanged += new System.EventHandler(this.chkUniqueConnectin_CheckedChanged);
     //
     // btnStopmanageconnection
     //
     this.btnStopmanageconnection.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopmanageconnection.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnStopmanageconnection.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopmanageconnection.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnStopmanageconnection.Location = new System.Drawing.Point(416, 81);
     this.btnStopmanageconnection.Name = "btnStopmanageconnection";
     this.btnStopmanageconnection.Size = new System.Drawing.Size(126, 30);
     this.btnStopmanageconnection.TabIndex = 108;
     this.btnStopmanageconnection.UseVisualStyleBackColor = true;
     this.btnStopmanageconnection.Click += new System.EventHandler(this.btnStopmanageconnection_Click);
     //
     // txtNumberOfRequestPerKeyword
     //
     this.txtNumberOfRequestPerKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumberOfRequestPerKeyword.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNumberOfRequestPerKeyword.Location = new System.Drawing.Point(590, 51);
     this.txtNumberOfRequestPerKeyword.Name = "txtNumberOfRequestPerKeyword";
     this.txtNumberOfRequestPerKeyword.Size = new System.Drawing.Size(54, 21);
     this.txtNumberOfRequestPerKeyword.TabIndex = 6;
     this.txtNumberOfRequestPerKeyword.Text = "5";
     this.txtNumberOfRequestPerKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblNumberOfRequest
     //
     this.lblNumberOfRequest.AutoSize = true;
     this.lblNumberOfRequest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumberOfRequest.Location = new System.Drawing.Point(392, 55);
     this.lblNumberOfRequest.Name = "lblNumberOfRequest";
     this.lblNumberOfRequest.Size = new System.Drawing.Size(201, 13);
     this.lblNumberOfRequest.TabIndex = 55;
     this.lblNumberOfRequest.Text = "Number Of Request Per Keyword:";
     //
     // lblKeywordLoad
     //
     this.lblKeywordLoad.AutoSize = true;
     this.lblKeywordLoad.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeywordLoad.ForeColor = System.Drawing.Color.Black;
     this.lblKeywordLoad.Location = new System.Drawing.Point(125, 27);
     this.lblKeywordLoad.Name = "lblKeywordLoad";
     this.lblKeywordLoad.Size = new System.Drawing.Size(93, 13);
     this.lblKeywordLoad.TabIndex = 54;
     this.lblKeywordLoad.Text = "Keyword Load:";
     //
     // btnSearchConnection
     //
     this.btnSearchConnection.BackColor = System.Drawing.Color.White;
     this.btnSearchConnection.BackgroundImage = global::InBoardPro.Properties.Resources.search_connection;
     this.btnSearchConnection.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSearchConnection.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSearchConnection.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnSearchConnection.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSearchConnection.Location = new System.Drawing.Point(222, 81);
     this.btnSearchConnection.Name = "btnSearchConnection";
     this.btnSearchConnection.Size = new System.Drawing.Size(177, 30);
     this.btnSearchConnection.TabIndex = 7;
     this.btnSearchConnection.UseVisualStyleBackColor = false;
     this.btnSearchConnection.Click += new System.EventHandler(this.btnSearchConnection_Click);
     //
     // btnKeywordLoadFile
     //
     this.btnKeywordLoadFile.BackColor = System.Drawing.Color.White;
     this.btnKeywordLoadFile.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnKeywordLoadFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnKeywordLoadFile.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnKeywordLoadFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnKeywordLoadFile.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnKeywordLoadFile.Location = new System.Drawing.Point(904, 19);
     this.btnKeywordLoadFile.Name = "btnKeywordLoadFile";
     this.btnKeywordLoadFile.Size = new System.Drawing.Size(77, 29);
     this.btnKeywordLoadFile.TabIndex = 5;
     this.btnKeywordLoadFile.UseVisualStyleBackColor = false;
     this.btnKeywordLoadFile.Click += new System.EventHandler(this.btnKeywordLoadFile_Click);
     //
     // txtKeywordLoad
     //
     this.txtKeywordLoad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtKeywordLoad.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKeywordLoad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtKeywordLoad.Location = new System.Drawing.Point(222, 24);
     this.txtKeywordLoad.Name = "txtKeywordLoad";
     this.txtKeywordLoad.ReadOnly = true;
     this.txtKeywordLoad.Size = new System.Drawing.Size(676, 21);
     this.txtKeywordLoad.TabIndex = 4;
     //
     // gbManageConnectionEmails
     //
     this.gbManageConnectionEmails.BackColor = System.Drawing.Color.Transparent;
     this.gbManageConnectionEmails.Controls.Add(this.gbdivedDataSetting);
     this.gbManageConnectionEmails.Controls.Add(this.btnHelpAddConEmailbtnCreateGroupHelp);
     this.gbManageConnectionEmails.Controls.Add(this.txtNumberOfRequestPerEmail);
     this.gbManageConnectionEmails.Controls.Add(this.label114);
     this.gbManageConnectionEmails.Controls.Add(this.chkUniqueEmailConnection);
     this.gbManageConnectionEmails.Controls.Add(this.btnEmailInvite);
     this.gbManageConnectionEmails.Controls.Add(this.lblInviteEmailLoad);
     this.gbManageConnectionEmails.Controls.Add(this.btnSendEmailInvite);
     this.gbManageConnectionEmails.Controls.Add(this.btnInviteEmailLoad);
     this.gbManageConnectionEmails.Controls.Add(this.txtInviteEmailLoad);
     this.gbManageConnectionEmails.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbManageConnectionEmails.ForeColor = System.Drawing.Color.Black;
     this.gbManageConnectionEmails.Location = new System.Drawing.Point(15, 14);
     this.gbManageConnectionEmails.Name = "gbManageConnectionEmails";
     this.gbManageConnectionEmails.Size = new System.Drawing.Size(1014, 194);
     this.gbManageConnectionEmails.TabIndex = 54;
     this.gbManageConnectionEmails.TabStop = false;
     this.gbManageConnectionEmails.Text = "Manage Connection Emails";
     //
     // gbdivedDataSetting
     //
     this.gbdivedDataSetting.Controls.Add(this.chkAddConnectionUseDivide);
     this.gbdivedDataSetting.Controls.Add(this.grpFollowerDivideUserID);
     this.gbdivedDataSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbdivedDataSetting.Location = new System.Drawing.Point(222, 81);
     this.gbdivedDataSetting.Name = "gbdivedDataSetting";
     this.gbdivedDataSetting.Size = new System.Drawing.Size(676, 71);
     this.gbdivedDataSetting.TabIndex = 179;
     this.gbdivedDataSetting.TabStop = false;
     this.gbdivedDataSetting.Text = "Divide Data Setting";
     //
     // chkAddConnectionUseDivide
     //
     this.chkAddConnectionUseDivide.AutoSize = true;
     this.chkAddConnectionUseDivide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkAddConnectionUseDivide.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAddConnectionUseDivide.ForeColor = System.Drawing.Color.Black;
     this.chkAddConnectionUseDivide.Location = new System.Drawing.Point(10, 37);
     this.chkAddConnectionUseDivide.Name = "chkAddConnectionUseDivide";
     this.chkAddConnectionUseDivide.Size = new System.Drawing.Size(87, 17);
     this.chkAddConnectionUseDivide.TabIndex = 178;
     this.chkAddConnectionUseDivide.Text = "DivideData";
     this.chkAddConnectionUseDivide.UseVisualStyleBackColor = true;
     this.chkAddConnectionUseDivide.CheckedChanged += new System.EventHandler(this.chkAddConnectionUseDivide_CheckedChanged);
     //
     // grpFollowerDivideUserID
     //
     this.grpFollowerDivideUserID.Controls.Add(this.label37);
     this.grpFollowerDivideUserID.Controls.Add(this.txtAddConnectionNoOfUsers);
     this.grpFollowerDivideUserID.Controls.Add(this.rdBtnAddConnectionDivideByGivenNo);
     this.grpFollowerDivideUserID.Controls.Add(this.label117);
     this.grpFollowerDivideUserID.Controls.Add(this.rdBtnAddConnectionDivideEqually);
     this.grpFollowerDivideUserID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpFollowerDivideUserID.Location = new System.Drawing.Point(103, 20);
     this.grpFollowerDivideUserID.Name = "grpFollowerDivideUserID";
     this.grpFollowerDivideUserID.Size = new System.Drawing.Size(519, 45);
     this.grpFollowerDivideUserID.TabIndex = 177;
     this.grpFollowerDivideUserID.TabStop = false;
     this.grpFollowerDivideUserID.Text = "Divide Invite Email";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(276, 21);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(43, 13);
     this.label37.TabIndex = 66;
     this.label37.Text = ">>>>";
     //
     // txtAddConnectionNoOfUsers
     //
     this.txtAddConnectionNoOfUsers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAddConnectionNoOfUsers.Enabled = false;
     this.txtAddConnectionNoOfUsers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAddConnectionNoOfUsers.ForeColor = System.Drawing.Color.Black;
     this.txtAddConnectionNoOfUsers.Location = new System.Drawing.Point(420, 18);
     this.txtAddConnectionNoOfUsers.Name = "txtAddConnectionNoOfUsers";
     this.txtAddConnectionNoOfUsers.Size = new System.Drawing.Size(63, 21);
     this.txtAddConnectionNoOfUsers.TabIndex = 65;
     this.txtAddConnectionNoOfUsers.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAddConnectionNoOfUsers_KeyPress);
     //
     // rdBtnAddConnectionDivideByGivenNo
     //
     this.rdBtnAddConnectionDivideByGivenNo.AutoSize = true;
     this.rdBtnAddConnectionDivideByGivenNo.Enabled = false;
     this.rdBtnAddConnectionDivideByGivenNo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.rdBtnAddConnectionDivideByGivenNo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdBtnAddConnectionDivideByGivenNo.ForeColor = System.Drawing.Color.Black;
     this.rdBtnAddConnectionDivideByGivenNo.Location = new System.Drawing.Point(122, 19);
     this.rdBtnAddConnectionDivideByGivenNo.Name = "rdBtnAddConnectionDivideByGivenNo";
     this.rdBtnAddConnectionDivideByGivenNo.Size = new System.Drawing.Size(146, 17);
     this.rdBtnAddConnectionDivideByGivenNo.TabIndex = 1;
     this.rdBtnAddConnectionDivideByGivenNo.TabStop = true;
     this.rdBtnAddConnectionDivideByGivenNo.Text = "Divide Given By User";
     this.rdBtnAddConnectionDivideByGivenNo.UseVisualStyleBackColor = true;
     this.rdBtnAddConnectionDivideByGivenNo.CheckedChanged += new System.EventHandler(this.rdBtnAddConnectionDivideByGivenNo_CheckedChanged);
     //
     // label117
     //
     this.label117.AutoSize = true;
     this.label117.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label117.ForeColor = System.Drawing.Color.Black;
     this.label117.Location = new System.Drawing.Point(331, 22);
     this.label117.Name = "label117";
     this.label117.Size = new System.Drawing.Size(80, 13);
     this.label117.TabIndex = 64;
     this.label117.Text = "No Of Users:";
     //
     // rdBtnAddConnectionDivideEqually
     //
     this.rdBtnAddConnectionDivideEqually.AutoSize = true;
     this.rdBtnAddConnectionDivideEqually.Checked = true;
     this.rdBtnAddConnectionDivideEqually.Enabled = false;
     this.rdBtnAddConnectionDivideEqually.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.rdBtnAddConnectionDivideEqually.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdBtnAddConnectionDivideEqually.ForeColor = System.Drawing.Color.Black;
     this.rdBtnAddConnectionDivideEqually.Location = new System.Drawing.Point(7, 18);
     this.rdBtnAddConnectionDivideEqually.Name = "rdBtnAddConnectionDivideEqually";
     this.rdBtnAddConnectionDivideEqually.Size = new System.Drawing.Size(105, 17);
     this.rdBtnAddConnectionDivideEqually.TabIndex = 0;
     this.rdBtnAddConnectionDivideEqually.TabStop = true;
     this.rdBtnAddConnectionDivideEqually.Text = "Divide Equally";
     this.rdBtnAddConnectionDivideEqually.UseVisualStyleBackColor = true;
     //
     // btnHelpAddConEmailbtnCreateGroupHelp
     //
     this.btnHelpAddConEmailbtnCreateGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnHelpAddConEmailbtnCreateGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnHelpAddConEmailbtnCreateGroupHelp.Location = new System.Drawing.Point(558, 157);
     this.btnHelpAddConEmailbtnCreateGroupHelp.Name = "btnHelpAddConEmailbtnCreateGroupHelp";
     this.btnHelpAddConEmailbtnCreateGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnHelpAddConEmailbtnCreateGroupHelp.TabIndex = 174;
     this.btnHelpAddConEmailbtnCreateGroupHelp.UseVisualStyleBackColor = true;
     this.btnHelpAddConEmailbtnCreateGroupHelp.Visible = false;
     this.btnHelpAddConEmailbtnCreateGroupHelp.Click += new System.EventHandler(this.btnHelpAddConEmailHelp_Click);
     //
     // txtNumberOfRequestPerEmail
     //
     this.txtNumberOfRequestPerEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumberOfRequestPerEmail.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNumberOfRequestPerEmail.Location = new System.Drawing.Point(574, 58);
     this.txtNumberOfRequestPerEmail.Name = "txtNumberOfRequestPerEmail";
     this.txtNumberOfRequestPerEmail.Size = new System.Drawing.Size(54, 21);
     this.txtNumberOfRequestPerEmail.TabIndex = 111;
     this.txtNumberOfRequestPerEmail.Text = "5";
     this.txtNumberOfRequestPerEmail.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtNumberOfRequestPerEmail.Visible = false;
     //
     // label114
     //
     this.label114.AutoSize = true;
     this.label114.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label114.Location = new System.Drawing.Point(388, 61);
     this.label114.Name = "label114";
     this.label114.Size = new System.Drawing.Size(182, 13);
     this.label114.TabIndex = 112;
     this.label114.Text = "Number Of Request Per Email:";
     this.label114.Visible = false;
     //
     // chkUniqueEmailConnection
     //
     this.chkUniqueEmailConnection.AutoSize = true;
     this.chkUniqueEmailConnection.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUniqueEmailConnection.Location = new System.Drawing.Point(222, 58);
     this.chkUniqueEmailConnection.Name = "chkUniqueEmailConnection";
     this.chkUniqueEmailConnection.Size = new System.Drawing.Size(133, 17);
     this.chkUniqueEmailConnection.TabIndex = 110;
     this.chkUniqueEmailConnection.Text = "Unique Connection";
     this.chkUniqueEmailConnection.UseVisualStyleBackColor = true;
     this.chkUniqueEmailConnection.Visible = false;
     this.chkUniqueEmailConnection.CheckedChanged += new System.EventHandler(this.chkUniqueEmailConnection_CheckedChanged);
     //
     // btnEmailInvite
     //
     this.btnEmailInvite.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnEmailInvite.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnEmailInvite.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnEmailInvite.Location = new System.Drawing.Point(416, 158);
     this.btnEmailInvite.Name = "btnEmailInvite";
     this.btnEmailInvite.Size = new System.Drawing.Size(126, 30);
     this.btnEmailInvite.TabIndex = 108;
     this.btnEmailInvite.UseVisualStyleBackColor = true;
     this.btnEmailInvite.Click += new System.EventHandler(this.btnEmailInvite_Click);
     //
     // lblInviteEmailLoad
     //
     this.lblInviteEmailLoad.AutoSize = true;
     this.lblInviteEmailLoad.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInviteEmailLoad.ForeColor = System.Drawing.Color.Black;
     this.lblInviteEmailLoad.Location = new System.Drawing.Point(107, 32);
     this.lblInviteEmailLoad.Name = "lblInviteEmailLoad";
     this.lblInviteEmailLoad.Size = new System.Drawing.Size(111, 13);
     this.lblInviteEmailLoad.TabIndex = 54;
     this.lblInviteEmailLoad.Text = "Invite Email Load:";
     //
     // btnSendEmailInvite
     //
     this.btnSendEmailInvite.BackColor = System.Drawing.Color.White;
     this.btnSendEmailInvite.BackgroundImage = global::InBoardPro.Properties.Resources.send_email_invite;
     this.btnSendEmailInvite.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSendEmailInvite.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSendEmailInvite.ForeColor = System.Drawing.Color.Black;
     this.btnSendEmailInvite.Location = new System.Drawing.Point(222, 158);
     this.btnSendEmailInvite.Name = "btnSendEmailInvite";
     this.btnSendEmailInvite.Size = new System.Drawing.Size(177, 29);
     this.btnSendEmailInvite.TabIndex = 3;
     this.btnSendEmailInvite.UseVisualStyleBackColor = false;
     this.btnSendEmailInvite.Click += new System.EventHandler(this.btnSendEmailInvite_Click);
     //
     // btnInviteEmailLoad
     //
     this.btnInviteEmailLoad.BackColor = System.Drawing.Color.White;
     this.btnInviteEmailLoad.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnInviteEmailLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnInviteEmailLoad.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnInviteEmailLoad.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnInviteEmailLoad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnInviteEmailLoad.Location = new System.Drawing.Point(904, 25);
     this.btnInviteEmailLoad.Name = "btnInviteEmailLoad";
     this.btnInviteEmailLoad.Size = new System.Drawing.Size(77, 28);
     this.btnInviteEmailLoad.TabIndex = 2;
     this.btnInviteEmailLoad.UseVisualStyleBackColor = false;
     this.btnInviteEmailLoad.Click += new System.EventHandler(this.btnInviteEmailLoad_Click);
     //
     // txtInviteEmailLoad
     //
     this.txtInviteEmailLoad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInviteEmailLoad.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInviteEmailLoad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtInviteEmailLoad.Location = new System.Drawing.Point(222, 29);
     this.txtInviteEmailLoad.Name = "txtInviteEmailLoad";
     this.txtInviteEmailLoad.ReadOnly = true;
     this.txtInviteEmailLoad.Size = new System.Drawing.Size(676, 21);
     this.txtInviteEmailLoad.TabIndex = 1;
     //
     // LinkedinSearchScp
     //
     this.LinkedinSearchScp.BackColor = System.Drawing.Color.Transparent;
     this.LinkedinSearchScp.Controls.Add(this.gbSearchScrAction);
     this.LinkedinSearchScp.Controls.Add(this.gbCsvPathinSearchScp);
     this.LinkedinSearchScp.Controls.Add(this.gbOtherScpFeature);
     this.LinkedinSearchScp.Controls.Add(this.groupBox27);
     this.LinkedinSearchScp.Controls.Add(this.gbScrpWithSearchOption);
     this.LinkedinSearchScp.ImageKey = "(none)";
     this.LinkedinSearchScp.Location = new System.Drawing.Point(204, 4);
     this.LinkedinSearchScp.Name = "LinkedinSearchScp";
     this.LinkedinSearchScp.Size = new System.Drawing.Size(1744, 556);
     this.LinkedinSearchScp.TabIndex = 26;
     this.LinkedinSearchScp.Text = "LinkedIn Search";
     this.LinkedinSearchScp.Paint += new System.Windows.Forms.PaintEventHandler(this.LinkedinSearch_Paint);
     //
     // gbSearchScrAction
     //
     this.gbSearchScrAction.Controls.Add(this.btnLinkedinSearch);
     this.gbSearchScrAction.Controls.Add(this.btnLinkedinSearchStop);
     this.gbSearchScrAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchScrAction.ForeColor = System.Drawing.Color.Black;
     this.gbSearchScrAction.Location = new System.Drawing.Point(548, 245);
     this.gbSearchScrAction.Name = "gbSearchScrAction";
     this.gbSearchScrAction.Size = new System.Drawing.Size(490, 64);
     this.gbSearchScrAction.TabIndex = 129;
     this.gbSearchScrAction.TabStop = false;
     this.gbSearchScrAction.Text = "Submit Action";
     //
     // btnLinkedinSearch
     //
     this.btnLinkedinSearch.BackgroundImage = global::InBoardPro.Properties.Resources.search;
     this.btnLinkedinSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnLinkedinSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnLinkedinSearch.Location = new System.Drawing.Point(109, 19);
     this.btnLinkedinSearch.Margin = new System.Windows.Forms.Padding(2);
     this.btnLinkedinSearch.Name = "btnLinkedinSearch";
     this.btnLinkedinSearch.Size = new System.Drawing.Size(120, 31);
     this.btnLinkedinSearch.TabIndex = 111;
     this.btnLinkedinSearch.UseVisualStyleBackColor = true;
     this.btnLinkedinSearch.Click += new System.EventHandler(this.btnLinkedinSearch_Click);
     //
     // btnLinkedinSearchStop
     //
     this.btnLinkedinSearchStop.BackgroundImage = global::InBoardPro.Properties.Resources.stop;
     this.btnLinkedinSearchStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnLinkedinSearchStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnLinkedinSearchStop.Location = new System.Drawing.Point(248, 19);
     this.btnLinkedinSearchStop.Name = "btnLinkedinSearchStop";
     this.btnLinkedinSearchStop.Size = new System.Drawing.Size(115, 30);
     this.btnLinkedinSearchStop.TabIndex = 112;
     this.btnLinkedinSearchStop.UseVisualStyleBackColor = true;
     this.btnLinkedinSearchStop.Click += new System.EventHandler(this.btnLinkedinSearchStop_Click);
     //
     // gbCsvPathinSearchScp
     //
     this.gbCsvPathinSearchScp.Controls.Add(this.label89);
     this.gbCsvPathinSearchScp.Controls.Add(this.txtExportedFile1);
     this.gbCsvPathinSearchScp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCsvPathinSearchScp.ForeColor = System.Drawing.Color.Black;
     this.gbCsvPathinSearchScp.Location = new System.Drawing.Point(9, 245);
     this.gbCsvPathinSearchScp.Name = "gbCsvPathinSearchScp";
     this.gbCsvPathinSearchScp.Size = new System.Drawing.Size(533, 64);
     this.gbCsvPathinSearchScp.TabIndex = 128;
     this.gbCsvPathinSearchScp.TabStop = false;
     this.gbCsvPathinSearchScp.Text = "Path to  Save CSV File";
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.BackColor = System.Drawing.Color.Transparent;
     this.label89.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label89.ForeColor = System.Drawing.Color.Black;
     this.label89.Location = new System.Drawing.Point(13, 26);
     this.label89.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(107, 13);
     this.label89.TabIndex = 126;
     this.label89.Text = "ExportedFilePath:";
     this.label89.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtExportedFile1
     //
     this.txtExportedFile1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExportedFile1.ForeColor = System.Drawing.Color.Black;
     this.txtExportedFile1.Location = new System.Drawing.Point(134, 24);
     this.txtExportedFile1.Margin = new System.Windows.Forms.Padding(2);
     this.txtExportedFile1.Name = "txtExportedFile1";
     this.txtExportedFile1.ReadOnly = true;
     this.txtExportedFile1.Size = new System.Drawing.Size(383, 21);
     this.txtExportedFile1.TabIndex = 125;
     //
     // gbOtherScpFeature
     //
     this.gbOtherScpFeature.BackColor = System.Drawing.Color.Transparent;
     this.gbOtherScpFeature.Controls.Add(this.linkbtnScrapeinMultipleExcelInput);
     this.gbOtherScpFeature.Controls.Add(this.linkbtncompanySearch);
     this.gbOtherScpFeature.Controls.Add(this.linkbtnScrapeinExcelInput);
     this.gbOtherScpFeature.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbOtherScpFeature.ForeColor = System.Drawing.Color.Black;
     this.gbOtherScpFeature.Location = new System.Drawing.Point(9, 310);
     this.gbOtherScpFeature.Name = "gbOtherScpFeature";
     this.gbOtherScpFeature.Size = new System.Drawing.Size(1029, 54);
     this.gbOtherScpFeature.TabIndex = 127;
     this.gbOtherScpFeature.TabStop = false;
     this.gbOtherScpFeature.Text = "Other Scraper Features";
     //
     // linkbtnScrapeinMultipleExcelInput
     //
     this.linkbtnScrapeinMultipleExcelInput.AutoSize = true;
     this.linkbtnScrapeinMultipleExcelInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkbtnScrapeinMultipleExcelInput.LinkVisited = true;
     this.linkbtnScrapeinMultipleExcelInput.Location = new System.Drawing.Point(422, 27);
     this.linkbtnScrapeinMultipleExcelInput.Name = "linkbtnScrapeinMultipleExcelInput";
     this.linkbtnScrapeinMultipleExcelInput.Size = new System.Drawing.Size(293, 13);
     this.linkbtnScrapeinMultipleExcelInput.TabIndex = 126;
     this.linkbtnScrapeinMultipleExcelInput.TabStop = true;
     this.linkbtnScrapeinMultipleExcelInput.Text = "2. LinkedIn Scraper Using Multiple Excel Input File";
     this.linkbtnScrapeinMultipleExcelInput.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkbtnScrapeinMultipleExcelInput_LinkClicked);
     //
     // linkbtncompanySearch
     //
     this.linkbtncompanySearch.AutoSize = true;
     this.linkbtncompanySearch.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkbtncompanySearch.LinkVisited = true;
     this.linkbtncompanySearch.Location = new System.Drawing.Point(750, 27);
     this.linkbtncompanySearch.Name = "linkbtncompanySearch";
     this.linkbtncompanySearch.Size = new System.Drawing.Size(172, 13);
     this.linkbtncompanySearch.TabIndex = 125;
     this.linkbtncompanySearch.TabStop = true;
     this.linkbtncompanySearch.Text = "3. Linkedin Company Search";
     this.linkbtncompanySearch.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkbtncompanySearch_LinkClicked);
     //
     // linkbtnScrapeinExcelInput
     //
     this.linkbtnScrapeinExcelInput.AutoSize = true;
     this.linkbtnScrapeinExcelInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkbtnScrapeinExcelInput.LinkVisited = true;
     this.linkbtnScrapeinExcelInput.Location = new System.Drawing.Point(151, 27);
     this.linkbtnScrapeinExcelInput.Name = "linkbtnScrapeinExcelInput";
     this.linkbtnScrapeinExcelInput.Size = new System.Drawing.Size(246, 13);
     this.linkbtnScrapeinExcelInput.TabIndex = 124;
     this.linkbtnScrapeinExcelInput.TabStop = true;
     this.linkbtnScrapeinExcelInput.Text = "1. LinkedIn Scraper Using Excel Input File";
     this.linkbtnScrapeinExcelInput.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkbtnScrapeinExcelInput_LinkClicked);
     //
     // groupBox27
     //
     this.groupBox27.BackColor = System.Drawing.Color.Transparent;
     this.groupBox27.Controls.Add(this.lbLinkedinSearchLogger);
     this.groupBox27.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox27.ForeColor = System.Drawing.Color.Black;
     this.groupBox27.Location = new System.Drawing.Point(9, 370);
     this.groupBox27.Name = "groupBox27";
     this.groupBox27.Size = new System.Drawing.Size(1029, 161);
     this.groupBox27.TabIndex = 100;
     this.groupBox27.TabStop = false;
     this.groupBox27.Text = "Process Logger";
     //
     // lbLinkedinSearchLogger
     //
     this.lbLinkedinSearchLogger.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbLinkedinSearchLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbLinkedinSearchLogger.ForeColor = System.Drawing.Color.Black;
     this.lbLinkedinSearchLogger.FormattingEnabled = true;
     this.lbLinkedinSearchLogger.HorizontalScrollbar = true;
     this.lbLinkedinSearchLogger.Location = new System.Drawing.Point(3, 17);
     this.lbLinkedinSearchLogger.Name = "lbLinkedinSearchLogger";
     this.lbLinkedinSearchLogger.ScrollAlwaysVisible = true;
     this.lbLinkedinSearchLogger.Size = new System.Drawing.Size(1023, 141);
     this.lbLinkedinSearchLogger.TabIndex = 75;
     //
     // gbScrpWithSearchOption
     //
     this.gbScrpWithSearchOption.BackColor = System.Drawing.Color.Transparent;
     this.gbScrpWithSearchOption.Controls.Add(this.gbSelectionOptioninSearhScp);
     this.gbScrpWithSearchOption.Controls.Add(this.chkLinkedinSearchRandomEmailId);
     this.gbScrpWithSearchOption.Controls.Add(this.cmbLinkedinSelectEmailId);
     this.gbScrpWithSearchOption.Controls.Add(this.label57);
     this.gbScrpWithSearchOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbScrpWithSearchOption.ForeColor = System.Drawing.Color.Black;
     this.gbScrpWithSearchOption.Location = new System.Drawing.Point(9, 7);
     this.gbScrpWithSearchOption.Name = "gbScrpWithSearchOption";
     this.gbScrpWithSearchOption.Size = new System.Drawing.Size(1029, 234);
     this.gbScrpWithSearchOption.TabIndex = 0;
     this.gbScrpWithSearchOption.TabStop = false;
     this.gbScrpWithSearchOption.Text = "Linkedin Scrapper with Search Option";
     //
     // gbSelectionOptioninSearhScp
     //
     this.gbSelectionOptioninSearhScp.Controls.Add(this.chkBoxScrapeWithoutLoggingIn);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.label59);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.btnLinkedinSearchProfileURLLoad);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.label63);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.txtLinkedinSearchProfileURL);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.rdbLinkedinSearchURL);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.rdbLinkedinSearchKeyword);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.cmbLinkedinSearch);
     this.gbSelectionOptioninSearhScp.Controls.Add(this.txtLinkedinSearch);
     this.gbSelectionOptioninSearhScp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSelectionOptioninSearhScp.Location = new System.Drawing.Point(134, 47);
     this.gbSelectionOptioninSearhScp.Name = "gbSelectionOptioninSearhScp";
     this.gbSelectionOptioninSearhScp.Size = new System.Drawing.Size(766, 174);
     this.gbSelectionOptioninSearhScp.TabIndex = 127;
     this.gbSelectionOptioninSearhScp.TabStop = false;
     this.gbSelectionOptioninSearhScp.Text = "Based on Keyword OR Url";
     //
     // chkBoxScrapeWithoutLoggingIn
     //
     this.chkBoxScrapeWithoutLoggingIn.AutoSize = true;
     this.chkBoxScrapeWithoutLoggingIn.Location = new System.Drawing.Point(131, 158);
     this.chkBoxScrapeWithoutLoggingIn.Name = "chkBoxScrapeWithoutLoggingIn";
     this.chkBoxScrapeWithoutLoggingIn.Size = new System.Drawing.Size(284, 17);
     this.chkBoxScrapeWithoutLoggingIn.TabIndex = 123;
     this.chkBoxScrapeWithoutLoggingIn.Text = "Scrape Based on Url Without Logging In";
     this.chkBoxScrapeWithoutLoggingIn.UseVisualStyleBackColor = true;
     this.chkBoxScrapeWithoutLoggingIn.Visible = false;
     this.chkBoxScrapeWithoutLoggingIn.CheckedChanged += new System.EventHandler(this.chkBoxScrapeWithoutLoggingIn_CheckedChanged);
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.ForeColor = System.Drawing.Color.Black;
     this.label59.Location = new System.Drawing.Point(131, 81);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(24, 13);
     this.label59.TabIndex = 122;
     this.label59.Text = "OR";
     //
     // btnLinkedinSearchProfileURLLoad
     //
     this.btnLinkedinSearchProfileURLLoad.BackColor = System.Drawing.SystemColors.MenuBar;
     this.btnLinkedinSearchProfileURLLoad.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnLinkedinSearchProfileURLLoad.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnLinkedinSearchProfileURLLoad.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnLinkedinSearchProfileURLLoad.Location = new System.Drawing.Point(671, 101);
     this.btnLinkedinSearchProfileURLLoad.Name = "btnLinkedinSearchProfileURLLoad";
     this.btnLinkedinSearchProfileURLLoad.Size = new System.Drawing.Size(76, 28);
     this.btnLinkedinSearchProfileURLLoad.TabIndex = 118;
     this.btnLinkedinSearchProfileURLLoad.UseVisualStyleBackColor = false;
     this.btnLinkedinSearchProfileURLLoad.Click += new System.EventHandler(this.btnLinkedinSearchProfileURLLoad_Click);
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.ForeColor = System.Drawing.Color.Black;
     this.label63.Location = new System.Drawing.Point(128, 129);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(623, 13);
     this.label63.TabIndex = 121;
     this.label63.Text = "(URL example >>>https://www.linkedin.com/profile/view?id=37469289&authType=OUT_OF" +
         "_NETWORK.......)";
     //
     // txtLinkedinSearchProfileURL
     //
     this.txtLinkedinSearchProfileURL.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLinkedinSearchProfileURL.ForeColor = System.Drawing.Color.Black;
     this.txtLinkedinSearchProfileURL.Location = new System.Drawing.Point(131, 105);
     this.txtLinkedinSearchProfileURL.Name = "txtLinkedinSearchProfileURL";
     this.txtLinkedinSearchProfileURL.ReadOnly = true;
     this.txtLinkedinSearchProfileURL.Size = new System.Drawing.Size(534, 21);
     this.txtLinkedinSearchProfileURL.TabIndex = 117;
     //
     // rdbLinkedinSearchURL
     //
     this.rdbLinkedinSearchURL.AutoSize = true;
     this.rdbLinkedinSearchURL.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbLinkedinSearchURL.ForeColor = System.Drawing.Color.Black;
     this.rdbLinkedinSearchURL.Location = new System.Drawing.Point(33, 106);
     this.rdbLinkedinSearchURL.Name = "rdbLinkedinSearchURL";
     this.rdbLinkedinSearchURL.Size = new System.Drawing.Size(47, 17);
     this.rdbLinkedinSearchURL.TabIndex = 120;
     this.rdbLinkedinSearchURL.Text = "URL";
     this.rdbLinkedinSearchURL.UseVisualStyleBackColor = true;
     this.rdbLinkedinSearchURL.CheckedChanged += new System.EventHandler(this.rdbLinkedinSearchURL_CheckedChanged);
     //
     // rdbLinkedinSearchKeyword
     //
     this.rdbLinkedinSearchKeyword.AutoSize = true;
     this.rdbLinkedinSearchKeyword.Checked = true;
     this.rdbLinkedinSearchKeyword.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbLinkedinSearchKeyword.ForeColor = System.Drawing.Color.Black;
     this.rdbLinkedinSearchKeyword.Location = new System.Drawing.Point(33, 24);
     this.rdbLinkedinSearchKeyword.Name = "rdbLinkedinSearchKeyword";
     this.rdbLinkedinSearchKeyword.Size = new System.Drawing.Size(75, 17);
     this.rdbLinkedinSearchKeyword.TabIndex = 119;
     this.rdbLinkedinSearchKeyword.TabStop = true;
     this.rdbLinkedinSearchKeyword.Text = "Keyword";
     this.rdbLinkedinSearchKeyword.UseVisualStyleBackColor = true;
     this.rdbLinkedinSearchKeyword.CheckedChanged += new System.EventHandler(this.rdbLinkedinSearchKeyword_CheckedChanged);
     //
     // cmbLinkedinSearch
     //
     this.cmbLinkedinSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLinkedinSearch.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbLinkedinSearch.ForeColor = System.Drawing.Color.Black;
     this.cmbLinkedinSearch.FormattingEnabled = true;
     this.cmbLinkedinSearch.Items.AddRange(new object[] {
     "People",
     "Companies"});
     this.cmbLinkedinSearch.Location = new System.Drawing.Point(131, 22);
     this.cmbLinkedinSearch.Name = "cmbLinkedinSearch";
     this.cmbLinkedinSearch.Size = new System.Drawing.Size(265, 21);
     this.cmbLinkedinSearch.TabIndex = 113;
     //
     // txtLinkedinSearch
     //
     this.txtLinkedinSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLinkedinSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLinkedinSearch.ForeColor = System.Drawing.Color.Black;
     this.txtLinkedinSearch.Location = new System.Drawing.Point(131, 52);
     this.txtLinkedinSearch.Name = "txtLinkedinSearch";
     this.txtLinkedinSearch.Size = new System.Drawing.Size(534, 20);
     this.txtLinkedinSearch.TabIndex = 114;
     //
     // chkLinkedinSearchRandomEmailId
     //
     this.chkLinkedinSearchRandomEmailId.AutoSize = true;
     this.chkLinkedinSearchRandomEmailId.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLinkedinSearchRandomEmailId.ForeColor = System.Drawing.Color.Black;
     this.chkLinkedinSearchRandomEmailId.Location = new System.Drawing.Point(415, 22);
     this.chkLinkedinSearchRandomEmailId.Name = "chkLinkedinSearchRandomEmailId";
     this.chkLinkedinSearchRandomEmailId.Size = new System.Drawing.Size(120, 17);
     this.chkLinkedinSearchRandomEmailId.TabIndex = 106;
     this.chkLinkedinSearchRandomEmailId.Text = "Random EmailId";
     this.chkLinkedinSearchRandomEmailId.UseVisualStyleBackColor = true;
     //
     // cmbLinkedinSelectEmailId
     //
     this.cmbLinkedinSelectEmailId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLinkedinSelectEmailId.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbLinkedinSelectEmailId.ForeColor = System.Drawing.Color.Black;
     this.cmbLinkedinSelectEmailId.FormattingEnabled = true;
     this.cmbLinkedinSelectEmailId.Location = new System.Drawing.Point(134, 20);
     this.cmbLinkedinSelectEmailId.Name = "cmbLinkedinSelectEmailId";
     this.cmbLinkedinSelectEmailId.Size = new System.Drawing.Size(265, 21);
     this.cmbLinkedinSelectEmailId.TabIndex = 104;
     this.cmbLinkedinSelectEmailId.SelectedIndexChanged += new System.EventHandler(this.cmbLinkedinSelectEmailId_SelectedIndexChanged);
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.BackColor = System.Drawing.Color.Transparent;
     this.label57.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label57.ForeColor = System.Drawing.Color.Black;
     this.label57.Location = new System.Drawing.Point(28, 23);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(96, 13);
     this.label57.TabIndex = 105;
     this.label57.Text = "Select Account:";
     //
     // LinkedInpreScraper
     //
     this.LinkedInpreScraper.BackColor = System.Drawing.Color.Transparent;
     this.LinkedInpreScraper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.LinkedInpreScraper.Controls.Add(this.groupBox2);
     this.LinkedInpreScraper.Controls.Add(this.gbScraperFolderPath);
     this.LinkedInpreScraper.Controls.Add(this.gbScraperAction);
     this.LinkedInpreScraper.Controls.Add(this.txtScraperMinDelay);
     this.LinkedInpreScraper.Controls.Add(this.gbScraperKeywordOption);
     this.LinkedInpreScraper.Controls.Add(this.gbLinkScraperLogger);
     this.LinkedInpreScraper.Controls.Add(this.gbScraperInputs);
     this.LinkedInpreScraper.ImageIndex = 19;
     this.LinkedInpreScraper.Location = new System.Drawing.Point(204, 4);
     this.LinkedInpreScraper.Name = "LinkedInpreScraper";
     this.LinkedInpreScraper.Padding = new System.Windows.Forms.Padding(3);
     this.LinkedInpreScraper.Size = new System.Drawing.Size(1744, 556);
     this.LinkedInpreScraper.TabIndex = 21;
     this.LinkedInpreScraper.Text = "LinkedIn GetData";
     this.LinkedInpreScraper.Paint += new System.Windows.Forms.PaintEventHandler(this.LinkedInpreScraper_Paint);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkGroupsAdd);
     this.groupBox2.Controls.Add(this.checkedListGroups);
     this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(343, 255);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(356, 103);
     this.groupBox2.TabIndex = 126;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Groups";
     //
     // chkGroupsAdd
     //
     this.chkGroupsAdd.AutoSize = true;
     this.chkGroupsAdd.Location = new System.Drawing.Point(34, 27);
     this.chkGroupsAdd.Name = "chkGroupsAdd";
     this.chkGroupsAdd.Size = new System.Drawing.Size(51, 17);
     this.chkGroupsAdd.TabIndex = 107;
     this.chkGroupsAdd.Text = "Add";
     this.chkGroupsAdd.UseVisualStyleBackColor = true;
     //
     // checkedListGroups
     //
     this.checkedListGroups.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListGroups.CheckOnClick = true;
     this.checkedListGroups.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListGroups.FormattingEnabled = true;
     this.checkedListGroups.Location = new System.Drawing.Point(94, 25);
     this.checkedListGroups.Name = "checkedListGroups";
     this.checkedListGroups.Size = new System.Drawing.Size(247, 66);
     this.checkedListGroups.TabIndex = 106;
     //
     // gbScraperFolderPath
     //
     this.gbScraperFolderPath.Controls.Add(this.txtScraperExportFilename);
     this.gbScraperFolderPath.Controls.Add(this.label88);
     this.gbScraperFolderPath.Controls.Add(this.label38);
     this.gbScraperFolderPath.Controls.Add(this.txtExportedFile2);
     this.gbScraperFolderPath.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbScraperFolderPath.Location = new System.Drawing.Point(12, 361);
     this.gbScraperFolderPath.Name = "gbScraperFolderPath";
     this.gbScraperFolderPath.Size = new System.Drawing.Size(325, 79);
     this.gbScraperFolderPath.TabIndex = 125;
     this.gbScraperFolderPath.TabStop = false;
     this.gbScraperFolderPath.Text = "Path To Save CSV File";
     //
     // txtScraperExportFilename
     //
     this.txtScraperExportFilename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtScraperExportFilename.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScraperExportFilename.Location = new System.Drawing.Point(139, 23);
     this.txtScraperExportFilename.Margin = new System.Windows.Forms.Padding(2);
     this.txtScraperExportFilename.Name = "txtScraperExportFilename";
     this.txtScraperExportFilename.Size = new System.Drawing.Size(175, 21);
     this.txtScraperExportFilename.TabIndex = 112;
     //
     // label88
     //
     this.label88.AutoSize = true;
     this.label88.BackColor = System.Drawing.Color.Transparent;
     this.label88.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label88.Location = new System.Drawing.Point(18, 51);
     this.label88.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label88.Name = "label88";
     this.label88.Size = new System.Drawing.Size(107, 13);
     this.label88.TabIndex = 124;
     this.label88.Text = "ExportedFilePath:";
     this.label88.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.BackColor = System.Drawing.Color.Transparent;
     this.label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(18, 26);
     this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(117, 13);
     this.label38.TabIndex = 111;
     this.label38.Text = "ExportedFileName*";
     this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtExportedFile2
     //
     this.txtExportedFile2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtExportedFile2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExportedFile2.Location = new System.Drawing.Point(139, 48);
     this.txtExportedFile2.Margin = new System.Windows.Forms.Padding(2);
     this.txtExportedFile2.Name = "txtExportedFile2";
     this.txtExportedFile2.ReadOnly = true;
     this.txtExportedFile2.Size = new System.Drawing.Size(175, 21);
     this.txtExportedFile2.TabIndex = 123;
     //
     // gbScraperAction
     //
     this.gbScraperAction.Controls.Add(this.txtScraperMaximumDelay);
     this.gbScraperAction.Controls.Add(this.label128);
     this.gbScraperAction.Controls.Add(this.label129);
     this.gbScraperAction.Controls.Add(this.txtScraperMinimumDelay);
     this.gbScraperAction.Controls.Add(this.chk_scrpWithoutGoingToMainProf);
     this.gbScraperAction.Controls.Add(this.btn_ShowCampaignScraperDetails);
     this.gbScraperAction.Controls.Add(this.txtBoxCampaignScraperName);
     this.gbScraperAction.Controls.Add(this.btn_SaveCampaignScraper);
     this.gbScraperAction.Controls.Add(this.LinkScrpHelp);
     this.gbScraperAction.Controls.Add(this.btnCheckPremAccount);
     this.gbScraperAction.Controls.Add(this.checkedListBoxGroups);
     this.gbScraperAction.Controls.Add(this.btnSearchNewScraper);
     this.gbScraperAction.Controls.Add(this.btnStopScraper);
     this.gbScraperAction.Controls.Add(this.btnSearchScraper);
     this.gbScraperAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbScraperAction.Location = new System.Drawing.Point(341, 361);
     this.gbScraperAction.Name = "gbScraperAction";
     this.gbScraperAction.Size = new System.Drawing.Size(694, 79);
     this.gbScraperAction.TabIndex = 111;
     this.gbScraperAction.TabStop = false;
     this.gbScraperAction.Text = "Submit Action";
     //
     // txtScraperMaximumDelay
     //
     this.txtScraperMaximumDelay.BackColor = System.Drawing.Color.White;
     this.txtScraperMaximumDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtScraperMaximumDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScraperMaximumDelay.Location = new System.Drawing.Point(638, 19);
     this.txtScraperMaximumDelay.Name = "txtScraperMaximumDelay";
     this.txtScraperMaximumDelay.Size = new System.Drawing.Size(43, 21);
     this.txtScraperMaximumDelay.TabIndex = 180;
     this.txtScraperMaximumDelay.Text = "25";
     this.txtScraperMaximumDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label128
     //
     this.label128.AutoSize = true;
     this.label128.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label128.Location = new System.Drawing.Point(502, 21);
     this.label128.Name = "label128";
     this.label128.Size = new System.Drawing.Size(45, 13);
     this.label128.TabIndex = 177;
     this.label128.Text = "Delay:";
     //
     // label129
     //
     this.label129.AutoSize = true;
     this.label129.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label129.Location = new System.Drawing.Point(607, 22);
     this.label129.Name = "label129";
     this.label129.Size = new System.Drawing.Size(18, 13);
     this.label129.TabIndex = 178;
     this.label129.Text = "to";
     //
     // txtScraperMinimumDelay
     //
     this.txtScraperMinimumDelay.BackColor = System.Drawing.Color.White;
     this.txtScraperMinimumDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtScraperMinimumDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScraperMinimumDelay.Location = new System.Drawing.Point(555, 19);
     this.txtScraperMinimumDelay.Name = "txtScraperMinimumDelay";
     this.txtScraperMinimumDelay.Size = new System.Drawing.Size(44, 21);
     this.txtScraperMinimumDelay.TabIndex = 179;
     this.txtScraperMinimumDelay.Text = "20";
     this.txtScraperMinimumDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // chk_scrpWithoutGoingToMainProf
     //
     this.chk_scrpWithoutGoingToMainProf.AutoSize = true;
     this.chk_scrpWithoutGoingToMainProf.Location = new System.Drawing.Point(414, 53);
     this.chk_scrpWithoutGoingToMainProf.Name = "chk_scrpWithoutGoingToMainProf";
     this.chk_scrpWithoutGoingToMainProf.Size = new System.Drawing.Size(262, 17);
     this.chk_scrpWithoutGoingToMainProf.TabIndex = 176;
     this.chk_scrpWithoutGoingToMainProf.Text = "GetData WithoutGoingToMain Profile";
     this.chk_scrpWithoutGoingToMainProf.UseVisualStyleBackColor = true;
     this.chk_scrpWithoutGoingToMainProf.CheckedChanged += new System.EventHandler(this.chk_scrpWithoutGoingToMainProf_CheckedChanged);
     //
     // btn_ShowCampaignScraperDetails
     //
     this.btn_ShowCampaignScraperDetails.BackgroundImage = global::InBoardPro.Properties.Resources.SHOW_CAMPAIGN;
     this.btn_ShowCampaignScraperDetails.Location = new System.Drawing.Point(270, 46);
     this.btn_ShowCampaignScraperDetails.Name = "btn_ShowCampaignScraperDetails";
     this.btn_ShowCampaignScraperDetails.Size = new System.Drawing.Size(122, 29);
     this.btn_ShowCampaignScraperDetails.TabIndex = 175;
     this.btn_ShowCampaignScraperDetails.UseVisualStyleBackColor = true;
     this.btn_ShowCampaignScraperDetails.Click += new System.EventHandler(this.btn_ShowCampaignScraperDetails_Click);
     //
     // txtBoxCampaignScraperName
     //
     this.txtBoxCampaignScraperName.Location = new System.Drawing.Point(15, 49);
     this.txtBoxCampaignScraperName.Name = "txtBoxCampaignScraperName";
     this.txtBoxCampaignScraperName.Size = new System.Drawing.Size(132, 21);
     this.txtBoxCampaignScraperName.TabIndex = 174;
     //
     // btn_SaveCampaignScraper
     //
     this.btn_SaveCampaignScraper.BackColor = System.Drawing.Color.Transparent;
     this.btn_SaveCampaignScraper.BackgroundImage = global::InBoardPro.Properties.Resources.SAVE_CAMPAIGN;
     this.btn_SaveCampaignScraper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btn_SaveCampaignScraper.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_SaveCampaignScraper.Location = new System.Drawing.Point(153, 46);
     this.btn_SaveCampaignScraper.Name = "btn_SaveCampaignScraper";
     this.btn_SaveCampaignScraper.Size = new System.Drawing.Size(111, 29);
     this.btn_SaveCampaignScraper.TabIndex = 173;
     this.btn_SaveCampaignScraper.UseVisualStyleBackColor = false;
     this.btn_SaveCampaignScraper.Click += new System.EventHandler(this.btn_SaveCampaignScraper_Click);
     //
     // LinkScrpHelp
     //
     this.LinkScrpHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.LinkScrpHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.LinkScrpHelp.Location = new System.Drawing.Point(502, 12);
     this.LinkScrpHelp.Name = "LinkScrpHelp";
     this.LinkScrpHelp.Size = new System.Drawing.Size(87, 31);
     this.LinkScrpHelp.TabIndex = 172;
     this.LinkScrpHelp.UseVisualStyleBackColor = true;
     this.LinkScrpHelp.Visible = false;
     this.LinkScrpHelp.Click += new System.EventHandler(this.LinkScrpHelp_Click);
     //
     // btnCheckPremAccount
     //
     this.btnCheckPremAccount.BackgroundImage = global::InBoardPro.Properties.Resources.check_premium_account;
     this.btnCheckPremAccount.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCheckPremAccount.Location = new System.Drawing.Point(15, 13);
     this.btnCheckPremAccount.Name = "btnCheckPremAccount";
     this.btnCheckPremAccount.Size = new System.Drawing.Size(163, 31);
     this.btnCheckPremAccount.TabIndex = 111;
     this.btnCheckPremAccount.UseVisualStyleBackColor = true;
     this.btnCheckPremAccount.Click += new System.EventHandler(this.btnCheckPremAccount_Click);
     //
     // checkedListBoxGroups
     //
     this.checkedListBoxGroups.FormattingEnabled = true;
     this.checkedListBoxGroups.Location = new System.Drawing.Point(502, 0);
     this.checkedListBoxGroups.Name = "checkedListBoxGroups";
     this.checkedListBoxGroups.Size = new System.Drawing.Size(171, 20);
     this.checkedListBoxGroups.TabIndex = 104;
     this.checkedListBoxGroups.Visible = false;
     //
     // btnSearchNewScraper
     //
     this.btnSearchNewScraper.BackgroundImage = global::InBoardPro.Properties.Resources.new_search;
     this.btnSearchNewScraper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSearchNewScraper.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSearchNewScraper.Location = new System.Drawing.Point(285, 13);
     this.btnSearchNewScraper.Margin = new System.Windows.Forms.Padding(2);
     this.btnSearchNewScraper.Name = "btnSearchNewScraper";
     this.btnSearchNewScraper.Size = new System.Drawing.Size(125, 31);
     this.btnSearchNewScraper.TabIndex = 108;
     this.btnSearchNewScraper.UseVisualStyleBackColor = true;
     this.btnSearchNewScraper.Click += new System.EventHandler(this.btnSearchNewScraper_Click);
     //
     // btnStopScraper
     //
     this.btnStopScraper.BackgroundImage = global::InBoardPro.Properties.Resources.stop;
     this.btnStopScraper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopScraper.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopScraper.Location = new System.Drawing.Point(414, 13);
     this.btnStopScraper.Name = "btnStopScraper";
     this.btnStopScraper.Size = new System.Drawing.Size(82, 30);
     this.btnStopScraper.TabIndex = 110;
     this.btnStopScraper.UseVisualStyleBackColor = true;
     this.btnStopScraper.Click += new System.EventHandler(this.btnStopScraper_Click);
     //
     // btnSearchScraper
     //
     this.btnSearchScraper.BackgroundImage = global::InBoardPro.Properties.Resources.search;
     this.btnSearchScraper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSearchScraper.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSearchScraper.Location = new System.Drawing.Point(182, 13);
     this.btnSearchScraper.Margin = new System.Windows.Forms.Padding(2);
     this.btnSearchScraper.Name = "btnSearchScraper";
     this.btnSearchScraper.Size = new System.Drawing.Size(99, 31);
     this.btnSearchScraper.TabIndex = 109;
     this.btnSearchScraper.UseVisualStyleBackColor = true;
     this.btnSearchScraper.Click += new System.EventHandler(this.btnSearchScraper_Click);
     //
     // txtScraperMinDelay
     //
     this.txtScraperMinDelay.BackColor = System.Drawing.Color.Transparent;
     this.txtScraperMinDelay.Controls.Add(this.checkedListBoxSeniorlevel);
     this.txtScraperMinDelay.Controls.Add(this.checkedListFunction);
     this.txtScraperMinDelay.Controls.Add(this.lblFunction);
     this.txtScraperMinDelay.Controls.Add(this.checkedListBoxRecentlyJoined);
     this.txtScraperMinDelay.Controls.Add(this.label36);
     this.txtScraperMinDelay.Controls.Add(this.label39);
     this.txtScraperMinDelay.Controls.Add(this.lblFortune1000);
     this.txtScraperMinDelay.Controls.Add(this.checkedListBoxInterestedIN);
     this.txtScraperMinDelay.Controls.Add(this.checkedListBoxCompanySize);
     this.txtScraperMinDelay.Controls.Add(this.lblInterestedIn);
     this.txtScraperMinDelay.Controls.Add(this.lblResentlyJoined);
     this.txtScraperMinDelay.Controls.Add(this.checkedListBoxFortune1000);
     this.txtScraperMinDelay.Controls.Add(this.GetDataForPrimiumAccount);
     this.txtScraperMinDelay.Controls.Add(this.lblSeniorLevel);
     this.txtScraperMinDelay.Enabled = false;
     this.txtScraperMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScraperMinDelay.Location = new System.Drawing.Point(705, 8);
     this.txtScraperMinDelay.Name = "txtScraperMinDelay";
     this.txtScraperMinDelay.Size = new System.Drawing.Size(333, 330);
     this.txtScraperMinDelay.TabIndex = 100;
     this.txtScraperMinDelay.TabStop = false;
     this.txtScraperMinDelay.Text = "Premium options";
     //
     // checkedListBoxSeniorlevel
     //
     this.checkedListBoxSeniorlevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxSeniorlevel.CheckOnClick = true;
     this.checkedListBoxSeniorlevel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxSeniorlevel.FormattingEnabled = true;
     this.checkedListBoxSeniorlevel.Location = new System.Drawing.Point(116, 285);
     this.checkedListBoxSeniorlevel.Name = "checkedListBoxSeniorlevel";
     this.checkedListBoxSeniorlevel.Size = new System.Drawing.Size(202, 34);
     this.checkedListBoxSeniorlevel.TabIndex = 16;
     //
     // checkedListFunction
     //
     this.checkedListFunction.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListFunction.CheckOnClick = true;
     this.checkedListFunction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListFunction.FormattingEnabled = true;
     this.checkedListFunction.Location = new System.Drawing.Point(116, 26);
     this.checkedListFunction.Name = "checkedListFunction";
     this.checkedListFunction.Size = new System.Drawing.Size(202, 34);
     this.checkedListFunction.TabIndex = 10;
     //
     // lblFunction
     //
     this.lblFunction.AutoSize = true;
     this.lblFunction.BackColor = System.Drawing.Color.Transparent;
     this.lblFunction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFunction.Location = new System.Drawing.Point(11, 26);
     this.lblFunction.Name = "lblFunction";
     this.lblFunction.Size = new System.Drawing.Size(70, 13);
     this.lblFunction.TabIndex = 79;
     this.lblFunction.Text = "$ Function:";
     //
     // checkedListBoxRecentlyJoined
     //
     this.checkedListBoxRecentlyJoined.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxRecentlyJoined.CheckOnClick = true;
     this.checkedListBoxRecentlyJoined.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxRecentlyJoined.FormattingEnabled = true;
     this.checkedListBoxRecentlyJoined.Location = new System.Drawing.Point(116, 243);
     this.checkedListBoxRecentlyJoined.Name = "checkedListBoxRecentlyJoined";
     this.checkedListBoxRecentlyJoined.Size = new System.Drawing.Size(202, 34);
     this.checkedListBoxRecentlyJoined.TabIndex = 15;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.BackColor = System.Drawing.Color.Transparent;
     this.label36.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(11, 68);
     this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(102, 13);
     this.label36.TabIndex = 53;
     this.label36.Text = "$ CompanySize:";
     this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(11, 112);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(88, 13);
     this.label39.TabIndex = 84;
     this.label39.Text = "$ YearOfExpr:";
     //
     // lblFortune1000
     //
     this.lblFortune1000.AutoSize = true;
     this.lblFortune1000.BackColor = System.Drawing.Color.Transparent;
     this.lblFortune1000.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFortune1000.Location = new System.Drawing.Point(11, 156);
     this.lblFortune1000.Name = "lblFortune1000";
     this.lblFortune1000.Size = new System.Drawing.Size(94, 13);
     this.lblFortune1000.TabIndex = 88;
     this.lblFortune1000.Text = "$ Fortune1000:";
     //
     // checkedListBoxInterestedIN
     //
     this.checkedListBoxInterestedIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxInterestedIN.CheckOnClick = true;
     this.checkedListBoxInterestedIN.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxInterestedIN.FormattingEnabled = true;
     this.checkedListBoxInterestedIN.Location = new System.Drawing.Point(116, 201);
     this.checkedListBoxInterestedIN.Name = "checkedListBoxInterestedIN";
     this.checkedListBoxInterestedIN.Size = new System.Drawing.Size(202, 34);
     this.checkedListBoxInterestedIN.TabIndex = 14;
     //
     // checkedListBoxCompanySize
     //
     this.checkedListBoxCompanySize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxCompanySize.CheckOnClick = true;
     this.checkedListBoxCompanySize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxCompanySize.FormattingEnabled = true;
     this.checkedListBoxCompanySize.Location = new System.Drawing.Point(116, 68);
     this.checkedListBoxCompanySize.Name = "checkedListBoxCompanySize";
     this.checkedListBoxCompanySize.Size = new System.Drawing.Size(202, 34);
     this.checkedListBoxCompanySize.TabIndex = 11;
     //
     // lblInterestedIn
     //
     this.lblInterestedIn.AutoSize = true;
     this.lblInterestedIn.BackColor = System.Drawing.Color.Transparent;
     this.lblInterestedIn.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInterestedIn.Location = new System.Drawing.Point(11, 199);
     this.lblInterestedIn.Name = "lblInterestedIn";
     this.lblInterestedIn.Size = new System.Drawing.Size(95, 13);
     this.lblInterestedIn.TabIndex = 83;
     this.lblInterestedIn.Text = "$ InterestedIN:";
     //
     // lblResentlyJoined
     //
     this.lblResentlyJoined.AutoSize = true;
     this.lblResentlyJoined.BackColor = System.Drawing.Color.Transparent;
     this.lblResentlyJoined.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblResentlyJoined.Location = new System.Drawing.Point(11, 247);
     this.lblResentlyJoined.Name = "lblResentlyJoined";
     this.lblResentlyJoined.Size = new System.Drawing.Size(108, 13);
     this.lblResentlyJoined.TabIndex = 87;
     this.lblResentlyJoined.Text = "$ RecentlyJoined:";
     //
     // checkedListBoxFortune1000
     //
     this.checkedListBoxFortune1000.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxFortune1000.CheckOnClick = true;
     this.checkedListBoxFortune1000.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxFortune1000.FormattingEnabled = true;
     this.checkedListBoxFortune1000.Location = new System.Drawing.Point(116, 156);
     this.checkedListBoxFortune1000.Name = "checkedListBoxFortune1000";
     this.checkedListBoxFortune1000.Size = new System.Drawing.Size(202, 34);
     this.checkedListBoxFortune1000.TabIndex = 13;
     //
     // GetDataForPrimiumAccount
     //
     this.GetDataForPrimiumAccount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.GetDataForPrimiumAccount.CheckOnClick = true;
     this.GetDataForPrimiumAccount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GetDataForPrimiumAccount.FormattingEnabled = true;
     this.GetDataForPrimiumAccount.Location = new System.Drawing.Point(116, 111);
     this.GetDataForPrimiumAccount.Name = "GetDataForPrimiumAccount";
     this.GetDataForPrimiumAccount.Size = new System.Drawing.Size(202, 34);
     this.GetDataForPrimiumAccount.TabIndex = 12;
     //
     // lblSeniorLevel
     //
     this.lblSeniorLevel.AutoSize = true;
     this.lblSeniorLevel.BackColor = System.Drawing.Color.Transparent;
     this.lblSeniorLevel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSeniorLevel.Location = new System.Drawing.Point(11, 285);
     this.lblSeniorLevel.Name = "lblSeniorLevel";
     this.lblSeniorLevel.Size = new System.Drawing.Size(104, 13);
     this.lblSeniorLevel.TabIndex = 68;
     this.lblSeniorLevel.Text = "$ SeniorityLevel:";
     //
     // gbScraperKeywordOption
     //
     this.gbScraperKeywordOption.Controls.Add(this.btnScraperPauseResume);
     this.gbScraperKeywordOption.Controls.Add(this.cmbboxTitle);
     this.gbScraperKeywordOption.Controls.Add(this.txtTitle);
     this.gbScraperKeywordOption.Controls.Add(this.txtKeyword);
     this.gbScraperKeywordOption.Controls.Add(this.label55);
     this.gbScraperKeywordOption.Controls.Add(this.label56);
     this.gbScraperKeywordOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbScraperKeywordOption.Location = new System.Drawing.Point(6, 255);
     this.gbScraperKeywordOption.Name = "gbScraperKeywordOption";
     this.gbScraperKeywordOption.Size = new System.Drawing.Size(332, 103);
     this.gbScraperKeywordOption.TabIndex = 115;
     this.gbScraperKeywordOption.TabStop = false;
     this.gbScraperKeywordOption.Text = "Keyword/Title";
     //
     // btnScraperPauseResume
     //
     this.btnScraperPauseResume.Location = new System.Drawing.Point(244, 75);
     this.btnScraperPauseResume.Name = "btnScraperPauseResume";
     this.btnScraperPauseResume.Size = new System.Drawing.Size(75, 23);
     this.btnScraperPauseResume.TabIndex = 107;
     this.btnScraperPauseResume.Text = "Pause";
     this.btnScraperPauseResume.UseVisualStyleBackColor = true;
     this.btnScraperPauseResume.Click += new System.EventHandler(this.btnScraperPauseResume_Click);
     //
     // cmbboxTitle
     //
     this.cmbboxTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbboxTitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbboxTitle.FormattingEnabled = true;
     this.cmbboxTitle.Location = new System.Drawing.Point(101, 77);
     this.cmbboxTitle.Margin = new System.Windows.Forms.Padding(2);
     this.cmbboxTitle.Name = "cmbboxTitle";
     this.cmbboxTitle.Size = new System.Drawing.Size(127, 21);
     this.cmbboxTitle.TabIndex = 106;
     //
     // txtTitle
     //
     this.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitle.Location = new System.Drawing.Point(101, 50);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(219, 21);
     this.txtTitle.TabIndex = 103;
     this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged);
     //
     // txtKeyword
     //
     this.txtKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtKeyword.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKeyword.Location = new System.Drawing.Point(101, 23);
     this.txtKeyword.Name = "txtKeyword";
     this.txtKeyword.Size = new System.Drawing.Size(219, 21);
     this.txtKeyword.TabIndex = 102;
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.BackColor = System.Drawing.Color.Transparent;
     this.label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.Location = new System.Drawing.Point(63, 53);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(36, 13);
     this.label55.TabIndex = 105;
     this.label55.Text = "Title:";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.BackColor = System.Drawing.Color.Transparent;
     this.label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label56.Location = new System.Drawing.Point(31, 26);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(68, 13);
     this.label56.TabIndex = 104;
     this.label56.Text = "Keywords:";
     //
     // gbLinkScraperLogger
     //
     this.gbLinkScraperLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbLinkScraperLogger.Controls.Add(this.lstLoglinkdinPreScarper);
     this.gbLinkScraperLogger.Location = new System.Drawing.Point(12, 436);
     this.gbLinkScraperLogger.Name = "gbLinkScraperLogger";
     this.gbLinkScraperLogger.Size = new System.Drawing.Size(1026, 98);
     this.gbLinkScraperLogger.TabIndex = 99;
     this.gbLinkScraperLogger.TabStop = false;
     this.gbLinkScraperLogger.Text = "Logger";
     //
     // lstLoglinkdinPreScarper
     //
     this.lstLoglinkdinPreScarper.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstLoglinkdinPreScarper.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstLoglinkdinPreScarper.FormattingEnabled = true;
     this.lstLoglinkdinPreScarper.HorizontalScrollbar = true;
     this.lstLoglinkdinPreScarper.ItemHeight = 15;
     this.lstLoglinkdinPreScarper.Location = new System.Drawing.Point(3, 18);
     this.lstLoglinkdinPreScarper.Name = "lstLoglinkdinPreScarper";
     this.lstLoglinkdinPreScarper.ScrollAlwaysVisible = true;
     this.lstLoglinkdinPreScarper.Size = new System.Drawing.Size(1020, 77);
     this.lstLoglinkdinPreScarper.TabIndex = 75;
     //
     // gbScraperInputs
     //
     this.gbScraperInputs.BackColor = System.Drawing.Color.Transparent;
     this.gbScraperInputs.Controls.Add(this.btnBrowseLocationArea);
     this.gbScraperInputs.Controls.Add(this.txtAreaWiseLocation);
     this.gbScraperInputs.Controls.Add(this.label116);
     this.gbScraperInputs.Controls.Add(this.cmbboxCompanyValue);
     this.gbScraperInputs.Controls.Add(this.txtCompnayName);
     this.gbScraperInputs.Controls.Add(this.label84);
     this.gbScraperInputs.Controls.Add(this.cmbboxWithin);
     this.gbScraperInputs.Controls.Add(this.txtPostalcode);
     this.gbScraperInputs.Controls.Add(this.label83);
     this.gbScraperInputs.Controls.Add(this.checkedListRelationship);
     this.gbScraperInputs.Controls.Add(this.checkedListBoxLanguage);
     this.gbScraperInputs.Controls.Add(this.lblLanguage);
     this.gbScraperInputs.Controls.Add(this.comboBoxemail);
     this.gbScraperInputs.Controls.Add(this.lblEmail);
     this.gbScraperInputs.Controls.Add(this.lblRelation);
     this.gbScraperInputs.Controls.Add(this.checkedListBoxIndustry);
     this.gbScraperInputs.Controls.Add(this.txtScrperlastname);
     this.gbScraperInputs.Controls.Add(this.txtScrperFirstname);
     this.gbScraperInputs.Controls.Add(this.label31);
     this.gbScraperInputs.Controls.Add(this.label33);
     this.gbScraperInputs.Controls.Add(this.lblDesignation);
     this.gbScraperInputs.Controls.Add(this.combScraperLocation);
     this.gbScraperInputs.Controls.Add(this.CombScraperCountry);
     this.gbScraperInputs.Controls.Add(this.lblScraperCountry);
     this.gbScraperInputs.Controls.Add(this.label35);
     this.gbScraperInputs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbScraperInputs.Location = new System.Drawing.Point(6, 8);
     this.gbScraperInputs.Name = "gbScraperInputs";
     this.gbScraperInputs.Size = new System.Drawing.Size(693, 247);
     this.gbScraperInputs.TabIndex = 92;
     this.gbScraperInputs.TabStop = false;
     this.gbScraperInputs.Text = "Linkedin Scraper Inputs";
     //
     // btnBrowseLocationArea
     //
     this.btnBrowseLocationArea.Location = new System.Drawing.Point(307, 154);
     this.btnBrowseLocationArea.Name = "btnBrowseLocationArea";
     this.btnBrowseLocationArea.Size = new System.Drawing.Size(25, 23);
     this.btnBrowseLocationArea.TabIndex = 125;
     this.btnBrowseLocationArea.Text = "..";
     this.btnBrowseLocationArea.UseVisualStyleBackColor = true;
     this.btnBrowseLocationArea.Click += new System.EventHandler(this.btnBrowseLocationArea_Click);
     //
     // txtAreaWiseLocation
     //
     this.txtAreaWiseLocation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAreaWiseLocation.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAreaWiseLocation.Location = new System.Drawing.Point(101, 156);
     this.txtAreaWiseLocation.Name = "txtAreaWiseLocation";
     this.txtAreaWiseLocation.ReadOnly = true;
     this.txtAreaWiseLocation.Size = new System.Drawing.Size(199, 21);
     this.txtAreaWiseLocation.TabIndex = 124;
     //
     // label116
     //
     this.label116.AutoSize = true;
     this.label116.BackColor = System.Drawing.Color.Transparent;
     this.label116.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label116.Location = new System.Drawing.Point(3, 159);
     this.label116.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label116.Name = "label116";
     this.label116.Size = new System.Drawing.Size(91, 13);
     this.label116.TabIndex = 123;
     this.label116.Text = "Area wise Loc:";
     this.label116.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbboxCompanyValue
     //
     this.cmbboxCompanyValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbboxCompanyValue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbboxCompanyValue.FormattingEnabled = true;
     this.cmbboxCompanyValue.Location = new System.Drawing.Point(215, 211);
     this.cmbboxCompanyValue.Margin = new System.Windows.Forms.Padding(2);
     this.cmbboxCompanyValue.Name = "cmbboxCompanyValue";
     this.cmbboxCompanyValue.Size = new System.Drawing.Size(116, 21);
     this.cmbboxCompanyValue.TabIndex = 122;
     //
     // txtCompnayName
     //
     this.txtCompnayName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCompnayName.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCompnayName.Location = new System.Drawing.Point(101, 211);
     this.txtCompnayName.Name = "txtCompnayName";
     this.txtCompnayName.Size = new System.Drawing.Size(109, 21);
     this.txtCompnayName.TabIndex = 120;
     this.txtCompnayName.TextChanged += new System.EventHandler(this.txtCompnayName_TextChanged);
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.BackColor = System.Drawing.Color.Transparent;
     this.label84.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label84.Location = new System.Drawing.Point(27, 215);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(67, 13);
     this.label84.TabIndex = 121;
     this.label84.Text = "Company:";
     //
     // cmbboxWithin
     //
     this.cmbboxWithin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbboxWithin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbboxWithin.FormattingEnabled = true;
     this.cmbboxWithin.Location = new System.Drawing.Point(215, 184);
     this.cmbboxWithin.Margin = new System.Windows.Forms.Padding(2);
     this.cmbboxWithin.Name = "cmbboxWithin";
     this.cmbboxWithin.Size = new System.Drawing.Size(116, 21);
     this.cmbboxWithin.TabIndex = 119;
     //
     // txtPostalcode
     //
     this.txtPostalcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPostalcode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPostalcode.Location = new System.Drawing.Point(101, 184);
     this.txtPostalcode.Name = "txtPostalcode";
     this.txtPostalcode.Size = new System.Drawing.Size(109, 21);
     this.txtPostalcode.TabIndex = 116;
     this.txtPostalcode.TextChanged += new System.EventHandler(this.txtPostalcode_TextChanged);
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.BackColor = System.Drawing.Color.Transparent;
     this.label83.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label83.Location = new System.Drawing.Point(14, 184);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(80, 13);
     this.label83.TabIndex = 118;
     this.label83.Text = "Postal Code:";
     //
     // checkedListRelationship
     //
     this.checkedListRelationship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListRelationship.CheckOnClick = true;
     this.checkedListRelationship.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListRelationship.FormattingEnabled = true;
     this.checkedListRelationship.Location = new System.Drawing.Point(434, 90);
     this.checkedListRelationship.Name = "checkedListRelationship";
     this.checkedListRelationship.Size = new System.Drawing.Size(247, 66);
     this.checkedListRelationship.TabIndex = 96;
     //
     // checkedListBoxLanguage
     //
     this.checkedListBoxLanguage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxLanguage.CheckOnClick = true;
     this.checkedListBoxLanguage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxLanguage.FormattingEnabled = true;
     this.checkedListBoxLanguage.Location = new System.Drawing.Point(434, 166);
     this.checkedListBoxLanguage.Name = "checkedListBoxLanguage";
     this.checkedListBoxLanguage.Size = new System.Drawing.Size(247, 66);
     this.checkedListBoxLanguage.TabIndex = 105;
     //
     // lblLanguage
     //
     this.lblLanguage.AutoSize = true;
     this.lblLanguage.BackColor = System.Drawing.Color.Transparent;
     this.lblLanguage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLanguage.Location = new System.Drawing.Point(361, 167);
     this.lblLanguage.Name = "lblLanguage";
     this.lblLanguage.Size = new System.Drawing.Size(67, 13);
     this.lblLanguage.TabIndex = 107;
     this.lblLanguage.Text = "Language:";
     //
     // comboBoxemail
     //
     this.comboBoxemail.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxemail.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxemail.FormattingEnabled = true;
     this.comboBoxemail.Location = new System.Drawing.Point(101, 23);
     this.comboBoxemail.Name = "comboBoxemail";
     this.comboBoxemail.Size = new System.Drawing.Size(230, 21);
     this.comboBoxemail.TabIndex = 90;
     this.comboBoxemail.SelectedIndexChanged += new System.EventHandler(this.comboBoxemail_SelectedIndexChanged);
     //
     // lblEmail
     //
     this.lblEmail.AutoSize = true;
     this.lblEmail.BackColor = System.Drawing.Color.Transparent;
     this.lblEmail.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEmail.Location = new System.Drawing.Point(8, 27);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(92, 13);
     this.lblEmail.TabIndex = 103;
     this.lblEmail.Text = "SelectEmailId*";
     //
     // lblRelation
     //
     this.lblRelation.AutoSize = true;
     this.lblRelation.BackColor = System.Drawing.Color.Transparent;
     this.lblRelation.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRelation.Location = new System.Drawing.Point(347, 95);
     this.lblRelation.Name = "lblRelation";
     this.lblRelation.Size = new System.Drawing.Size(81, 13);
     this.lblRelation.TabIndex = 102;
     this.lblRelation.Text = "Relationship:";
     //
     // checkedListBoxIndustry
     //
     this.checkedListBoxIndustry.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkedListBoxIndustry.CheckOnClick = true;
     this.checkedListBoxIndustry.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBoxIndustry.FormattingEnabled = true;
     this.checkedListBoxIndustry.Location = new System.Drawing.Point(431, 18);
     this.checkedListBoxIndustry.Name = "checkedListBoxIndustry";
     this.checkedListBoxIndustry.Size = new System.Drawing.Size(247, 66);
     this.checkedListBoxIndustry.TabIndex = 95;
     //
     // txtScrperlastname
     //
     this.txtScrperlastname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtScrperlastname.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScrperlastname.Location = new System.Drawing.Point(101, 77);
     this.txtScrperlastname.Name = "txtScrperlastname";
     this.txtScrperlastname.Size = new System.Drawing.Size(230, 21);
     this.txtScrperlastname.TabIndex = 92;
     //
     // txtScrperFirstname
     //
     this.txtScrperFirstname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtScrperFirstname.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScrperFirstname.Location = new System.Drawing.Point(101, 51);
     this.txtScrperFirstname.Name = "txtScrperFirstname";
     this.txtScrperFirstname.Size = new System.Drawing.Size(230, 21);
     this.txtScrperFirstname.TabIndex = 91;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.BackColor = System.Drawing.Color.Transparent;
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(26, 81);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(68, 13);
     this.label31.TabIndex = 101;
     this.label31.Text = "LastName:";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.BackColor = System.Drawing.Color.Transparent;
     this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(21, 56);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(73, 13);
     this.label33.TabIndex = 100;
     this.label33.Text = "First Name:";
     //
     // lblDesignation
     //
     this.lblDesignation.AutoSize = true;
     this.lblDesignation.BackColor = System.Drawing.Color.Transparent;
     this.lblDesignation.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesignation.Location = new System.Drawing.Point(368, 21);
     this.lblDesignation.Name = "lblDesignation";
     this.lblDesignation.Size = new System.Drawing.Size(60, 13);
     this.lblDesignation.TabIndex = 99;
     this.lblDesignation.Text = "Industry:";
     this.lblDesignation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // combScraperLocation
     //
     this.combScraperLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combScraperLocation.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.combScraperLocation.FormattingEnabled = true;
     this.combScraperLocation.Items.AddRange(new object[] {
     "Located in or near",
     "Anywhere"});
     this.combScraperLocation.Location = new System.Drawing.Point(101, 104);
     this.combScraperLocation.Margin = new System.Windows.Forms.Padding(2);
     this.combScraperLocation.Name = "combScraperLocation";
     this.combScraperLocation.Size = new System.Drawing.Size(230, 21);
     this.combScraperLocation.TabIndex = 93;
     this.combScraperLocation.SelectedIndexChanged += new System.EventHandler(this.combScraperLocation_SelectedIndexChanged);
     //
     // CombScraperCountry
     //
     this.CombScraperCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CombScraperCountry.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CombScraperCountry.FormattingEnabled = true;
     this.CombScraperCountry.Location = new System.Drawing.Point(101, 130);
     this.CombScraperCountry.Margin = new System.Windows.Forms.Padding(2);
     this.CombScraperCountry.Name = "CombScraperCountry";
     this.CombScraperCountry.Size = new System.Drawing.Size(230, 21);
     this.CombScraperCountry.TabIndex = 94;
     //
     // lblScraperCountry
     //
     this.lblScraperCountry.AutoSize = true;
     this.lblScraperCountry.BackColor = System.Drawing.Color.Transparent;
     this.lblScraperCountry.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScraperCountry.Location = new System.Drawing.Point(36, 134);
     this.lblScraperCountry.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblScraperCountry.Name = "lblScraperCountry";
     this.lblScraperCountry.Size = new System.Drawing.Size(58, 13);
     this.lblScraperCountry.TabIndex = 98;
     this.lblScraperCountry.Text = "Country:";
     this.lblScraperCountry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.BackColor = System.Drawing.Color.Transparent;
     this.label35.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(35, 107);
     this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(59, 13);
     this.label35.TabIndex = 97;
     this.label35.Text = "Location:";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TabStatus
     //
     this.TabStatus.BackColor = System.Drawing.Color.Transparent;
     this.TabStatus.Controls.Add(this.gbStatusUpdateThreadSetting);
     this.TabStatus.Controls.Add(this.gbStatusUpdateAction);
     this.TabStatus.Controls.Add(this.gbStatusUpdateDelaySetting);
     this.TabStatus.Controls.Add(this.gbStatusUpdateLogger);
     this.TabStatus.Controls.Add(this.GroupBoxStatus);
     this.TabStatus.ImageIndex = 21;
     this.TabStatus.Location = new System.Drawing.Point(204, 4);
     this.TabStatus.Name = "TabStatus";
     this.TabStatus.Size = new System.Drawing.Size(1744, 556);
     this.TabStatus.TabIndex = 16;
     this.TabStatus.Text = "Status Update";
     this.TabStatus.Paint += new System.Windows.Forms.PaintEventHandler(this.TabStatus_Paint);
     //
     // gbStatusUpdateThreadSetting
     //
     this.gbStatusUpdateThreadSetting.Controls.Add(this.label60);
     this.gbStatusUpdateThreadSetting.Controls.Add(this.txtStatusUpdNoOfThread);
     this.gbStatusUpdateThreadSetting.Controls.Add(this.label115);
     this.gbStatusUpdateThreadSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbStatusUpdateThreadSetting.Location = new System.Drawing.Point(15, 218);
     this.gbStatusUpdateThreadSetting.Name = "gbStatusUpdateThreadSetting";
     this.gbStatusUpdateThreadSetting.Size = new System.Drawing.Size(422, 53);
     this.gbStatusUpdateThreadSetting.TabIndex = 123;
     this.gbStatusUpdateThreadSetting.TabStop = false;
     this.gbStatusUpdateThreadSetting.Text = "Thread Setting";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label60.Location = new System.Drawing.Point(207, 23);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(175, 13);
     this.label60.TabIndex = 146;
     this.label60.Text = "(Please Enter Numeric Value)";
     //
     // txtStatusUpdNoOfThread
     //
     this.txtStatusUpdNoOfThread.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStatusUpdNoOfThread.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStatusUpdNoOfThread.Location = new System.Drawing.Point(120, 20);
     this.txtStatusUpdNoOfThread.Name = "txtStatusUpdNoOfThread";
     this.txtStatusUpdNoOfThread.Size = new System.Drawing.Size(52, 21);
     this.txtStatusUpdNoOfThread.TabIndex = 145;
     this.txtStatusUpdNoOfThread.Text = "5";
     this.txtStatusUpdNoOfThread.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label115
     //
     this.label115.AutoSize = true;
     this.label115.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label115.Location = new System.Drawing.Point(20, 23);
     this.label115.Name = "label115";
     this.label115.Size = new System.Drawing.Size(94, 13);
     this.label115.TabIndex = 144;
     this.label115.Text = "No Of Threads:";
     //
     // gbStatusUpdateAction
     //
     this.gbStatusUpdateAction.Controls.Add(this.btnLinkStatusUpdatebtnCreateGroupHelp);
     this.gbStatusUpdateAction.Controls.Add(this.btnStatusPost);
     this.gbStatusUpdateAction.Controls.Add(this.btnstatusstop);
     this.gbStatusUpdateAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbStatusUpdateAction.Location = new System.Drawing.Point(18, 282);
     this.gbStatusUpdateAction.Name = "gbStatusUpdateAction";
     this.gbStatusUpdateAction.Size = new System.Drawing.Size(1020, 53);
     this.gbStatusUpdateAction.TabIndex = 122;
     this.gbStatusUpdateAction.TabStop = false;
     this.gbStatusUpdateAction.Text = "Submit Action";
     //
     // btnLinkStatusUpdatebtnCreateGroupHelp
     //
     this.btnLinkStatusUpdatebtnCreateGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnLinkStatusUpdatebtnCreateGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnLinkStatusUpdatebtnCreateGroupHelp.Location = new System.Drawing.Point(402, 15);
     this.btnLinkStatusUpdatebtnCreateGroupHelp.Name = "btnLinkStatusUpdatebtnCreateGroupHelp";
     this.btnLinkStatusUpdatebtnCreateGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnLinkStatusUpdatebtnCreateGroupHelp.TabIndex = 173;
     this.btnLinkStatusUpdatebtnCreateGroupHelp.UseVisualStyleBackColor = true;
     this.btnLinkStatusUpdatebtnCreateGroupHelp.Visible = false;
     this.btnLinkStatusUpdatebtnCreateGroupHelp.Click += new System.EventHandler(this.btnLinkStatusUpdateHelp_Click);
     //
     // btnStatusPost
     //
     this.btnStatusPost.BackColor = System.Drawing.Color.White;
     this.btnStatusPost.BackgroundImage = global::InBoardPro.Properties.Resources.post;
     this.btnStatusPost.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStatusPost.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStatusPost.Location = new System.Drawing.Point(166, 14);
     this.btnStatusPost.Name = "btnStatusPost";
     this.btnStatusPost.Size = new System.Drawing.Size(78, 31);
     this.btnStatusPost.TabIndex = 3;
     this.btnStatusPost.UseVisualStyleBackColor = false;
     this.btnStatusPost.Click += new System.EventHandler(this.btnStatusPost_Click);
     //
     // btnstatusstop
     //
     this.btnstatusstop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnstatusstop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnstatusstop.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnstatusstop.Location = new System.Drawing.Point(260, 15);
     this.btnstatusstop.Name = "btnstatusstop";
     this.btnstatusstop.Size = new System.Drawing.Size(125, 30);
     this.btnstatusstop.TabIndex = 109;
     this.btnstatusstop.UseVisualStyleBackColor = true;
     this.btnstatusstop.Click += new System.EventHandler(this.btnstatusstop_Click);
     //
     // gbStatusUpdateDelaySetting
     //
     this.gbStatusUpdateDelaySetting.Controls.Add(this.label106);
     this.gbStatusUpdateDelaySetting.Controls.Add(this.txtStatusUpdateMaxDelay);
     this.gbStatusUpdateDelaySetting.Controls.Add(this.label90);
     this.gbStatusUpdateDelaySetting.Controls.Add(this.label91);
     this.gbStatusUpdateDelaySetting.Controls.Add(this.txtStatusUpdateMinDelay);
     this.gbStatusUpdateDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbStatusUpdateDelaySetting.Location = new System.Drawing.Point(443, 220);
     this.gbStatusUpdateDelaySetting.Name = "gbStatusUpdateDelaySetting";
     this.gbStatusUpdateDelaySetting.Size = new System.Drawing.Size(595, 52);
     this.gbStatusUpdateDelaySetting.TabIndex = 121;
     this.gbStatusUpdateDelaySetting.TabStop = false;
     this.gbStatusUpdateDelaySetting.Text = "Delay Between Status Update";
     //
     // label106
     //
     this.label106.AutoSize = true;
     this.label106.BackColor = System.Drawing.Color.Transparent;
     this.label106.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label106.Location = new System.Drawing.Point(263, 25);
     this.label106.Name = "label106";
     this.label106.Size = new System.Drawing.Size(311, 13);
     this.label106.TabIndex = 121;
     this.label106.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtStatusUpdateMaxDelay
     //
     this.txtStatusUpdateMaxDelay.BackColor = System.Drawing.Color.White;
     this.txtStatusUpdateMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStatusUpdateMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStatusUpdateMaxDelay.Location = new System.Drawing.Point(205, 23);
     this.txtStatusUpdateMaxDelay.Name = "txtStatusUpdateMaxDelay";
     this.txtStatusUpdateMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtStatusUpdateMaxDelay.TabIndex = 119;
     this.txtStatusUpdateMaxDelay.Text = "25";
     this.txtStatusUpdateMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label90
     //
     this.label90.AutoSize = true;
     this.label90.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label90.Location = new System.Drawing.Point(62, 25);
     this.label90.Name = "label90";
     this.label90.Size = new System.Drawing.Size(45, 13);
     this.label90.TabIndex = 116;
     this.label90.Text = "Delay:";
     //
     // label91
     //
     this.label91.AutoSize = true;
     this.label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label91.Location = new System.Drawing.Point(174, 26);
     this.label91.Name = "label91";
     this.label91.Size = new System.Drawing.Size(18, 13);
     this.label91.TabIndex = 117;
     this.label91.Text = "to";
     //
     // txtStatusUpdateMinDelay
     //
     this.txtStatusUpdateMinDelay.BackColor = System.Drawing.Color.White;
     this.txtStatusUpdateMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStatusUpdateMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStatusUpdateMinDelay.Location = new System.Drawing.Point(122, 23);
     this.txtStatusUpdateMinDelay.Name = "txtStatusUpdateMinDelay";
     this.txtStatusUpdateMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtStatusUpdateMinDelay.TabIndex = 118;
     this.txtStatusUpdateMinDelay.Text = "20";
     this.txtStatusUpdateMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gbStatusUpdateLogger
     //
     this.gbStatusUpdateLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbStatusUpdateLogger.Controls.Add(this.lstStatusUpdate);
     this.gbStatusUpdateLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbStatusUpdateLogger.Location = new System.Drawing.Point(15, 343);
     this.gbStatusUpdateLogger.Name = "gbStatusUpdateLogger";
     this.gbStatusUpdateLogger.Size = new System.Drawing.Size(1023, 175);
     this.gbStatusUpdateLogger.TabIndex = 97;
     this.gbStatusUpdateLogger.TabStop = false;
     this.gbStatusUpdateLogger.Text = "Process Logger";
     //
     // lstStatusUpdate
     //
     this.lstStatusUpdate.BackColor = System.Drawing.Color.White;
     this.lstStatusUpdate.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStatusUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstStatusUpdate.FormattingEnabled = true;
     this.lstStatusUpdate.HorizontalScrollbar = true;
     this.lstStatusUpdate.Location = new System.Drawing.Point(3, 17);
     this.lstStatusUpdate.Name = "lstStatusUpdate";
     this.lstStatusUpdate.ScrollAlwaysVisible = true;
     this.lstStatusUpdate.Size = new System.Drawing.Size(1017, 155);
     this.lstStatusUpdate.TabIndex = 5;
     //
     // GroupBoxStatus
     //
     this.GroupBoxStatus.BackColor = System.Drawing.Color.Transparent;
     this.GroupBoxStatus.Controls.Add(this.label52);
     this.GroupBoxStatus.Controls.Add(this.chkStatusSpintax);
     this.GroupBoxStatus.Controls.Add(this.chkUpdateStatus);
     this.GroupBoxStatus.Controls.Add(this.label32);
     this.GroupBoxStatus.Controls.Add(this.btnUploadStatusMessage);
     this.GroupBoxStatus.Controls.Add(this.txtStatusUpd);
     this.GroupBoxStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GroupBoxStatus.Location = new System.Drawing.Point(15, 10);
     this.GroupBoxStatus.Name = "GroupBoxStatus";
     this.GroupBoxStatus.Size = new System.Drawing.Size(1023, 193);
     this.GroupBoxStatus.TabIndex = 1;
     this.GroupBoxStatus.TabStop = false;
     this.GroupBoxStatus.Text = "Status Update Inputs";
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label52.ForeColor = System.Drawing.Color.Blue;
     this.label52.Location = new System.Drawing.Point(385, 79);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(423, 13);
     this.label52.TabIndex = 112;
     this.label52.Text = "(Spin Format: (hi|hello), wasup (dude|man). How (is|am) going to work)";
     //
     // chkStatusSpintax
     //
     this.chkStatusSpintax.AutoSize = true;
     this.chkStatusSpintax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkStatusSpintax.Location = new System.Drawing.Point(289, 79);
     this.chkStatusSpintax.Name = "chkStatusSpintax";
     this.chkStatusSpintax.Size = new System.Drawing.Size(90, 17);
     this.chkStatusSpintax.TabIndex = 111;
     this.chkStatusSpintax.Text = "UseSpintax";
     this.chkStatusSpintax.UseVisualStyleBackColor = true;
     this.chkStatusSpintax.CheckedChanged += new System.EventHandler(this.chkStatusSpintax_CheckedChanged);
     //
     // chkUpdateStatus
     //
     this.chkUpdateStatus.AutoSize = true;
     this.chkUpdateStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUpdateStatus.Location = new System.Drawing.Point(120, 79);
     this.chkUpdateStatus.Name = "chkUpdateStatus";
     this.chkUpdateStatus.Size = new System.Drawing.Size(161, 17);
     this.chkUpdateStatus.TabIndex = 110;
     this.chkUpdateStatus.Text = "Update Status Using Url";
     this.chkUpdateStatus.UseVisualStyleBackColor = true;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(38, 35);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(76, 13);
     this.label32.TabIndex = 53;
     this.label32.Text = "Post Status:";
     //
     // btnUploadStatusMessage
     //
     this.btnUploadStatusMessage.BackColor = System.Drawing.Color.White;
     this.btnUploadStatusMessage.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnUploadStatusMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnUploadStatusMessage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnUploadStatusMessage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnUploadStatusMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUploadStatusMessage.ForeColor = System.Drawing.Color.Black;
     this.btnUploadStatusMessage.Location = new System.Drawing.Point(702, 27);
     this.btnUploadStatusMessage.Name = "btnUploadStatusMessage";
     this.btnUploadStatusMessage.Size = new System.Drawing.Size(77, 28);
     this.btnUploadStatusMessage.TabIndex = 2;
     this.btnUploadStatusMessage.UseVisualStyleBackColor = false;
     this.btnUploadStatusMessage.Click += new System.EventHandler(this.btnUploadStatusMessage_Click);
     //
     // txtStatusUpd
     //
     this.txtStatusUpd.BackColor = System.Drawing.Color.White;
     this.txtStatusUpd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStatusUpd.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStatusUpd.Location = new System.Drawing.Point(120, 32);
     this.txtStatusUpd.Name = "txtStatusUpd";
     this.txtStatusUpd.ReadOnly = true;
     this.txtStatusUpd.Size = new System.Drawing.Size(569, 21);
     this.txtStatusUpd.TabIndex = 1;
     //
     // tabPageCreateGrp
     //
     this.tabPageCreateGrp.BackColor = System.Drawing.Color.Transparent;
     this.tabPageCreateGrp.Controls.Add(this.gbCreateGroupAction);
     this.tabPageCreateGrp.Controls.Add(this.gbCreateGroupUrl);
     this.tabPageCreateGrp.Controls.Add(this.gbGroupCreateDelaySetting);
     this.tabPageCreateGrp.Controls.Add(this.gbCreateGroupLogger);
     this.tabPageCreateGrp.Controls.Add(this.groupCreateGrp);
     this.tabPageCreateGrp.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tabPageCreateGrp.ImageIndex = 13;
     this.tabPageCreateGrp.Location = new System.Drawing.Point(204, 4);
     this.tabPageCreateGrp.Name = "tabPageCreateGrp";
     this.tabPageCreateGrp.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageCreateGrp.Size = new System.Drawing.Size(1744, 556);
     this.tabPageCreateGrp.TabIndex = 15;
     this.tabPageCreateGrp.Text = "Create Group";
     this.tabPageCreateGrp.Paint += new System.Windows.Forms.PaintEventHandler(this.tabPageCreateGrp_Paint);
     //
     // gbCreateGroupAction
     //
     this.gbCreateGroupAction.Controls.Add(this.btnCreateGroupHelp);
     this.gbCreateGroupAction.Controls.Add(this.btnCreateOpenGroup);
     this.gbCreateGroupAction.Controls.Add(this.btnstopCreateGroup);
     this.gbCreateGroupAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCreateGroupAction.Location = new System.Drawing.Point(568, 222);
     this.gbCreateGroupAction.Name = "gbCreateGroupAction";
     this.gbCreateGroupAction.Size = new System.Drawing.Size(470, 62);
     this.gbCreateGroupAction.TabIndex = 123;
     this.gbCreateGroupAction.TabStop = false;
     this.gbCreateGroupAction.Text = "Submit Action";
     //
     // btnCreateGroupHelp
     //
     this.btnCreateGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnCreateGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCreateGroupHelp.Location = new System.Drawing.Point(360, 20);
     this.btnCreateGroupHelp.Name = "btnCreateGroupHelp";
     this.btnCreateGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnCreateGroupHelp.TabIndex = 175;
     this.btnCreateGroupHelp.UseVisualStyleBackColor = true;
     this.btnCreateGroupHelp.Visible = false;
     this.btnCreateGroupHelp.Click += new System.EventHandler(this.btnCreateGroupHelp_Click);
     //
     // btnCreateOpenGroup
     //
     this.btnCreateOpenGroup.BackColor = System.Drawing.Color.White;
     this.btnCreateOpenGroup.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCreateOpenGroup.BackgroundImage")));
     this.btnCreateOpenGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnCreateOpenGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCreateOpenGroup.Image = global::InBoardPro.Properties.Resources.create_group_New;
     this.btnCreateOpenGroup.Location = new System.Drawing.Point(63, 20);
     this.btnCreateOpenGroup.Name = "btnCreateOpenGroup";
     this.btnCreateOpenGroup.Size = new System.Drawing.Size(139, 30);
     this.btnCreateOpenGroup.TabIndex = 16;
     this.btnCreateOpenGroup.UseVisualStyleBackColor = false;
     this.btnCreateOpenGroup.Click += new System.EventHandler(this.btnCreateOpenGroup_Click);
     //
     // btnstopCreateGroup
     //
     this.btnstopCreateGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnstopCreateGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnstopCreateGroup.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnstopCreateGroup.Location = new System.Drawing.Point(219, 20);
     this.btnstopCreateGroup.Name = "btnstopCreateGroup";
     this.btnstopCreateGroup.Size = new System.Drawing.Size(126, 30);
     this.btnstopCreateGroup.TabIndex = 107;
     this.btnstopCreateGroup.UseVisualStyleBackColor = true;
     this.btnstopCreateGroup.Click += new System.EventHandler(this.btnstopCreateGroup_Click);
     //
     // gbCreateGroupUrl
     //
     this.gbCreateGroupUrl.Controls.Add(this.label75);
     this.gbCreateGroupUrl.Controls.Add(this.BtnSentInvitation_CreateGroup);
     this.gbCreateGroupUrl.Controls.Add(this.BtnUploadGroupURLs_CreateGroup);
     this.gbCreateGroupUrl.Controls.Add(this.TxtGroupUrls_CreateGroup);
     this.gbCreateGroupUrl.Controls.Add(this.label73);
     this.gbCreateGroupUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCreateGroupUrl.Location = new System.Drawing.Point(7, 287);
     this.gbCreateGroupUrl.Name = "gbCreateGroupUrl";
     this.gbCreateGroupUrl.Size = new System.Drawing.Size(1031, 68);
     this.gbCreateGroupUrl.TabIndex = 108;
     this.gbCreateGroupUrl.TabStop = false;
     this.gbCreateGroupUrl.Text = "Add Your Friends In Your Groups";
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label75.Location = new System.Drawing.Point(108, 44);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(472, 13);
     this.label75.TabIndex = 60;
     this.label75.Text = "(Url Format-->>http://www.linkedin.com/groups/360KID-4863098?gid=4863098)";
     //
     // BtnSentInvitation_CreateGroup
     //
     this.BtnSentInvitation_CreateGroup.BackgroundImage = global::InBoardPro.Properties.Resources.send_invitation;
     this.BtnSentInvitation_CreateGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.BtnSentInvitation_CreateGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnSentInvitation_CreateGroup.Location = new System.Drawing.Point(751, 20);
     this.BtnSentInvitation_CreateGroup.Name = "BtnSentInvitation_CreateGroup";
     this.BtnSentInvitation_CreateGroup.Size = new System.Drawing.Size(155, 29);
     this.BtnSentInvitation_CreateGroup.TabIndex = 59;
     this.BtnSentInvitation_CreateGroup.UseVisualStyleBackColor = true;
     this.BtnSentInvitation_CreateGroup.Click += new System.EventHandler(this.BtnSentInvitation_CreateGroup_Click);
     //
     // BtnUploadGroupURLs_CreateGroup
     //
     this.BtnUploadGroupURLs_CreateGroup.BackColor = System.Drawing.Color.White;
     this.BtnUploadGroupURLs_CreateGroup.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.BtnUploadGroupURLs_CreateGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.BtnUploadGroupURLs_CreateGroup.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUploadGroupURLs_CreateGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnUploadGroupURLs_CreateGroup.Location = new System.Drawing.Point(585, 14);
     this.BtnUploadGroupURLs_CreateGroup.Name = "BtnUploadGroupURLs_CreateGroup";
     this.BtnUploadGroupURLs_CreateGroup.Size = new System.Drawing.Size(77, 28);
     this.BtnUploadGroupURLs_CreateGroup.TabIndex = 57;
     this.BtnUploadGroupURLs_CreateGroup.UseVisualStyleBackColor = false;
     this.BtnUploadGroupURLs_CreateGroup.Click += new System.EventHandler(this.BtnUploadGroupURLs_CreateGroup_Click);
     //
     // TxtGroupUrls_CreateGroup
     //
     this.TxtGroupUrls_CreateGroup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtGroupUrls_CreateGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtGroupUrls_CreateGroup.Location = new System.Drawing.Point(111, 20);
     this.TxtGroupUrls_CreateGroup.Name = "TxtGroupUrls_CreateGroup";
     this.TxtGroupUrls_CreateGroup.ReadOnly = true;
     this.TxtGroupUrls_CreateGroup.Size = new System.Drawing.Size(468, 21);
     this.TxtGroupUrls_CreateGroup.TabIndex = 56;
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.BackColor = System.Drawing.Color.Transparent;
     this.label73.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label73.Location = new System.Drawing.Point(28, 24);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(82, 13);
     this.label73.TabIndex = 58;
     this.label73.Text = "*GroupURLs:";
     //
     // gbGroupCreateDelaySetting
     //
     this.gbGroupCreateDelaySetting.Controls.Add(this.label105);
     this.gbGroupCreateDelaySetting.Controls.Add(this.txtGroupCreateMaxDelay);
     this.gbGroupCreateDelaySetting.Controls.Add(this.label100);
     this.gbGroupCreateDelaySetting.Controls.Add(this.label101);
     this.gbGroupCreateDelaySetting.Controls.Add(this.txtGroupCreateMinDelay);
     this.gbGroupCreateDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupCreateDelaySetting.Location = new System.Drawing.Point(10, 222);
     this.gbGroupCreateDelaySetting.Name = "gbGroupCreateDelaySetting";
     this.gbGroupCreateDelaySetting.Size = new System.Drawing.Size(552, 62);
     this.gbGroupCreateDelaySetting.TabIndex = 122;
     this.gbGroupCreateDelaySetting.TabStop = false;
     this.gbGroupCreateDelaySetting.Text = "Delay Between Create Group";
     //
     // label105
     //
     this.label105.AutoSize = true;
     this.label105.BackColor = System.Drawing.Color.Transparent;
     this.label105.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label105.Location = new System.Drawing.Point(235, 30);
     this.label105.Name = "label105";
     this.label105.Size = new System.Drawing.Size(311, 13);
     this.label105.TabIndex = 120;
     this.label105.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtGroupCreateMaxDelay
     //
     this.txtGroupCreateMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupCreateMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupCreateMaxDelay.Location = new System.Drawing.Point(185, 28);
     this.txtGroupCreateMaxDelay.Name = "txtGroupCreateMaxDelay";
     this.txtGroupCreateMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtGroupCreateMaxDelay.TabIndex = 119;
     this.txtGroupCreateMaxDelay.Text = "25";
     this.txtGroupCreateMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label100
     //
     this.label100.AutoSize = true;
     this.label100.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label100.Location = new System.Drawing.Point(62, 31);
     this.label100.Name = "label100";
     this.label100.Size = new System.Drawing.Size(45, 13);
     this.label100.TabIndex = 116;
     this.label100.Text = "Delay:";
     //
     // label101
     //
     this.label101.AutoSize = true;
     this.label101.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label101.Location = new System.Drawing.Point(161, 31);
     this.label101.Name = "label101";
     this.label101.Size = new System.Drawing.Size(18, 13);
     this.label101.TabIndex = 117;
     this.label101.Text = "to";
     //
     // txtGroupCreateMinDelay
     //
     this.txtGroupCreateMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupCreateMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupCreateMinDelay.Location = new System.Drawing.Point(108, 28);
     this.txtGroupCreateMinDelay.Name = "txtGroupCreateMinDelay";
     this.txtGroupCreateMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtGroupCreateMinDelay.TabIndex = 118;
     this.txtGroupCreateMinDelay.Text = "20";
     this.txtGroupCreateMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gbCreateGroupLogger
     //
     this.gbCreateGroupLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbCreateGroupLogger.Controls.Add(this.lstCreateGroup);
     this.gbCreateGroupLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCreateGroupLogger.Location = new System.Drawing.Point(10, 361);
     this.gbCreateGroupLogger.Name = "gbCreateGroupLogger";
     this.gbCreateGroupLogger.Size = new System.Drawing.Size(1028, 170);
     this.gbCreateGroupLogger.TabIndex = 60;
     this.gbCreateGroupLogger.TabStop = false;
     this.gbCreateGroupLogger.Text = "Process Logger";
     //
     // lstCreateGroup
     //
     this.lstCreateGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstCreateGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstCreateGroup.FormattingEnabled = true;
     this.lstCreateGroup.HorizontalScrollbar = true;
     this.lstCreateGroup.Location = new System.Drawing.Point(3, 17);
     this.lstCreateGroup.Name = "lstCreateGroup";
     this.lstCreateGroup.ScrollAlwaysVisible = true;
     this.lstCreateGroup.Size = new System.Drawing.Size(1022, 150);
     this.lstCreateGroup.TabIndex = 18;
     //
     // groupCreateGrp
     //
     this.groupCreateGrp.BackColor = System.Drawing.Color.Transparent;
     this.groupCreateGrp.Controls.Add(this.lblLogoFormat);
     this.groupCreateGrp.Controls.Add(this.txtCountPerAccount);
     this.groupCreateGrp.Controls.Add(this.label49);
     this.groupCreateGrp.Controls.Add(this.btnGroupLogo);
     this.groupCreateGrp.Controls.Add(this.txtGroupLogo);
     this.groupCreateGrp.Controls.Add(this.label30);
     this.groupCreateGrp.Controls.Add(this.btnWbsite);
     this.groupCreateGrp.Controls.Add(this.btDesc);
     this.groupCreateGrp.Controls.Add(this.btnSummary);
     this.groupCreateGrp.Controls.Add(this.btnGrpName);
     this.groupCreateGrp.Controls.Add(this.cmbLanguage);
     this.groupCreateGrp.Controls.Add(this.label12);
     this.groupCreateGrp.Controls.Add(this.txtWebsite);
     this.groupCreateGrp.Controls.Add(this.label10);
     this.groupCreateGrp.Controls.Add(this.txtDesc);
     this.groupCreateGrp.Controls.Add(this.label6);
     this.groupCreateGrp.Controls.Add(this.txtSummary);
     this.groupCreateGrp.Controls.Add(this.label5);
     this.groupCreateGrp.Controls.Add(this.cmbGroupType);
     this.groupCreateGrp.Controls.Add(this.label4);
     this.groupCreateGrp.Controls.Add(this.txtGroupName);
     this.groupCreateGrp.Controls.Add(this.label3);
     this.groupCreateGrp.Controls.Add(this.gbCreateGroupAccess);
     this.groupCreateGrp.Controls.Add(this.gbCreateGroupOption);
     this.groupCreateGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupCreateGrp.Location = new System.Drawing.Point(9, 6);
     this.groupCreateGrp.Name = "groupCreateGrp";
     this.groupCreateGrp.Size = new System.Drawing.Size(1029, 210);
     this.groupCreateGrp.TabIndex = 3;
     this.groupCreateGrp.TabStop = false;
     this.groupCreateGrp.Text = "Create Group Inputs";
     //
     // lblLogoFormat
     //
     this.lblLogoFormat.AutoSize = true;
     this.lblLogoFormat.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLogoFormat.Location = new System.Drawing.Point(111, 22);
     this.lblLogoFormat.Name = "lblLogoFormat";
     this.lblLogoFormat.Size = new System.Drawing.Size(233, 12);
     this.lblLogoFormat.TabIndex = 106;
     this.lblLogoFormat.Text = "Note: PNG, JPEG, GIF only; max size 100 KB";
     //
     // txtCountPerAccount
     //
     this.txtCountPerAccount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCountPerAccount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCountPerAccount.Location = new System.Drawing.Point(806, 181);
     this.txtCountPerAccount.Name = "txtCountPerAccount";
     this.txtCountPerAccount.Size = new System.Drawing.Size(50, 21);
     this.txtCountPerAccount.TabIndex = 15;
     this.txtCountPerAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.BackColor = System.Drawing.Color.Transparent;
     this.label49.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label49.Location = new System.Drawing.Point(678, 185);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(125, 13);
     this.label49.TabIndex = 100;
     this.label49.Text = "Groups Per Account:";
     //
     // btnGroupLogo
     //
     this.btnGroupLogo.BackColor = System.Drawing.Color.White;
     this.btnGroupLogo.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnGroupLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGroupLogo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnGroupLogo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupLogo.Location = new System.Drawing.Point(583, 35);
     this.btnGroupLogo.Name = "btnGroupLogo";
     this.btnGroupLogo.Size = new System.Drawing.Size(77, 27);
     this.btnGroupLogo.TabIndex = 2;
     this.btnGroupLogo.UseVisualStyleBackColor = false;
     this.btnGroupLogo.Click += new System.EventHandler(this.btnGroupLogo_Click);
     //
     // txtGroupLogo
     //
     this.txtGroupLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupLogo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupLogo.Location = new System.Drawing.Point(109, 39);
     this.txtGroupLogo.Name = "txtGroupLogo";
     this.txtGroupLogo.ReadOnly = true;
     this.txtGroupLogo.Size = new System.Drawing.Size(468, 21);
     this.txtGroupLogo.TabIndex = 1;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(62, 42);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(46, 13);
     this.label30.TabIndex = 97;
     this.label30.Text = "*Logo:";
     //
     // btnWbsite
     //
     this.btnWbsite.BackColor = System.Drawing.Color.White;
     this.btnWbsite.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnWbsite.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnWbsite.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnWbsite.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnWbsite.Location = new System.Drawing.Point(583, 155);
     this.btnWbsite.Name = "btnWbsite";
     this.btnWbsite.Size = new System.Drawing.Size(77, 27);
     this.btnWbsite.TabIndex = 10;
     this.btnWbsite.UseVisualStyleBackColor = false;
     this.btnWbsite.Click += new System.EventHandler(this.btnWbsite_Click);
     //
     // btDesc
     //
     this.btDesc.BackColor = System.Drawing.Color.White;
     this.btDesc.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btDesc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btDesc.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btDesc.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btDesc.Location = new System.Drawing.Point(583, 125);
     this.btDesc.Name = "btDesc";
     this.btDesc.Size = new System.Drawing.Size(77, 27);
     this.btDesc.TabIndex = 8;
     this.btDesc.UseVisualStyleBackColor = false;
     this.btDesc.Click += new System.EventHandler(this.btDesc_Click);
     //
     // btnSummary
     //
     this.btnSummary.BackColor = System.Drawing.Color.White;
     this.btnSummary.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnSummary.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSummary.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSummary.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSummary.Location = new System.Drawing.Point(583, 95);
     this.btnSummary.Name = "btnSummary";
     this.btnSummary.Size = new System.Drawing.Size(77, 27);
     this.btnSummary.TabIndex = 6;
     this.btnSummary.UseVisualStyleBackColor = false;
     this.btnSummary.Click += new System.EventHandler(this.btnSummary_Click);
     //
     // btnGrpName
     //
     this.btnGrpName.BackColor = System.Drawing.Color.White;
     this.btnGrpName.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnGrpName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGrpName.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnGrpName.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGrpName.Location = new System.Drawing.Point(583, 65);
     this.btnGrpName.Name = "btnGrpName";
     this.btnGrpName.Size = new System.Drawing.Size(77, 27);
     this.btnGrpName.TabIndex = 4;
     this.btnGrpName.UseVisualStyleBackColor = false;
     this.btnGrpName.Click += new System.EventHandler(this.btnGrpName_Click);
     //
     // cmbLanguage
     //
     this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLanguage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbLanguage.FormattingEnabled = true;
     this.cmbLanguage.Location = new System.Drawing.Point(806, 120);
     this.cmbLanguage.Margin = new System.Windows.Forms.Padding(2);
     this.cmbLanguage.Name = "cmbLanguage";
     this.cmbLanguage.Size = new System.Drawing.Size(203, 21);
     this.cmbLanguage.TabIndex = 11;
     this.cmbLanguage.SelectedIndexChanged += new System.EventHandler(this.cmbLanguage_SelectedIndexChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(729, 124);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(74, 13);
     this.label12.TabIndex = 68;
     this.label12.Text = "*Language:";
     //
     // txtWebsite
     //
     this.txtWebsite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWebsite.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWebsite.Location = new System.Drawing.Point(109, 160);
     this.txtWebsite.Name = "txtWebsite";
     this.txtWebsite.ReadOnly = true;
     this.txtWebsite.Size = new System.Drawing.Size(468, 21);
     this.txtWebsite.TabIndex = 9;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(51, 163);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(57, 13);
     this.label10.TabIndex = 63;
     this.label10.Text = "Website:";
     //
     // txtDesc
     //
     this.txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDesc.Location = new System.Drawing.Point(109, 128);
     this.txtDesc.Multiline = true;
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.ReadOnly = true;
     this.txtDesc.Size = new System.Drawing.Size(468, 20);
     this.txtDesc.TabIndex = 7;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(25, 131);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(83, 13);
     this.label6.TabIndex = 61;
     this.label6.Text = "*Description:";
     //
     // txtSummary
     //
     this.txtSummary.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSummary.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSummary.Location = new System.Drawing.Point(109, 98);
     this.txtSummary.Multiline = true;
     this.txtSummary.Name = "txtSummary";
     this.txtSummary.ReadOnly = true;
     this.txtSummary.Size = new System.Drawing.Size(468, 19);
     this.txtSummary.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(33, 100);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(75, 13);
     this.label5.TabIndex = 59;
     this.label5.Text = "*Summary:";
     //
     // cmbGroupType
     //
     this.cmbGroupType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroupType.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbGroupType.FormattingEnabled = true;
     this.cmbGroupType.Items.AddRange(new object[] {
     "Alumni Group",
     "Corporate Group",
     "Conference Group",
     "Networking Group",
     "Nonprofit Group",
     "Professional Group"});
     this.cmbGroupType.Location = new System.Drawing.Point(806, 151);
     this.cmbGroupType.Margin = new System.Windows.Forms.Padding(2);
     this.cmbGroupType.Name = "cmbGroupType";
     this.cmbGroupType.Size = new System.Drawing.Size(203, 21);
     this.cmbGroupType.TabIndex = 12;
     this.cmbGroupType.SelectedIndexChanged += new System.EventHandler(this.cmbGroupType_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(721, 154);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(82, 13);
     this.label4.TabIndex = 57;
     this.label4.Text = "*GroupType:";
     //
     // txtGroupName
     //
     this.txtGroupName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupName.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupName.Location = new System.Drawing.Point(109, 68);
     this.txtGroupName.Name = "txtGroupName";
     this.txtGroupName.ReadOnly = true;
     this.txtGroupName.Size = new System.Drawing.Size(468, 21);
     this.txtGroupName.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(21, 72);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(87, 13);
     this.label3.TabIndex = 55;
     this.label3.Text = "*GroupName:";
     //
     // gbCreateGroupAccess
     //
     this.gbCreateGroupAccess.BackColor = System.Drawing.Color.Transparent;
     this.gbCreateGroupAccess.Controls.Add(this.rbAutoJoin);
     this.gbCreateGroupAccess.Controls.Add(this.rbRequestToJoin);
     this.gbCreateGroupAccess.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCreateGroupAccess.Location = new System.Drawing.Point(681, 20);
     this.gbCreateGroupAccess.Name = "gbCreateGroupAccess";
     this.gbCreateGroupAccess.Size = new System.Drawing.Size(329, 40);
     this.gbCreateGroupAccess.TabIndex = 13;
     this.gbCreateGroupAccess.TabStop = false;
     this.gbCreateGroupAccess.Text = "Access:";
     //
     // rbAutoJoin
     //
     this.rbAutoJoin.AutoSize = true;
     this.rbAutoJoin.Checked = true;
     this.rbAutoJoin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbAutoJoin.Location = new System.Drawing.Point(6, 15);
     this.rbAutoJoin.Name = "rbAutoJoin";
     this.rbAutoJoin.Size = new System.Drawing.Size(78, 17);
     this.rbAutoJoin.TabIndex = 66;
     this.rbAutoJoin.TabStop = true;
     this.rbAutoJoin.Text = "Auto-Join";
     this.rbAutoJoin.UseVisualStyleBackColor = true;
     //
     // rbRequestToJoin
     //
     this.rbRequestToJoin.AutoSize = true;
     this.rbRequestToJoin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbRequestToJoin.Location = new System.Drawing.Point(159, 15);
     this.rbRequestToJoin.Name = "rbRequestToJoin";
     this.rbRequestToJoin.Size = new System.Drawing.Size(112, 17);
     this.rbRequestToJoin.TabIndex = 67;
     this.rbRequestToJoin.Text = "Request to Join";
     this.rbRequestToJoin.UseVisualStyleBackColor = true;
     //
     // gbCreateGroupOption
     //
     this.gbCreateGroupOption.BackColor = System.Drawing.Color.Transparent;
     this.gbCreateGroupOption.Controls.Add(this.chkboxCreateMemGrp);
     this.gbCreateGroupOption.Controls.Add(this.chkboxCreateOpenGrp);
     this.gbCreateGroupOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbCreateGroupOption.Location = new System.Drawing.Point(681, 67);
     this.gbCreateGroupOption.Name = "gbCreateGroupOption";
     this.gbCreateGroupOption.Size = new System.Drawing.Size(328, 40);
     this.gbCreateGroupOption.TabIndex = 14;
     this.gbCreateGroupOption.TabStop = false;
     this.gbCreateGroupOption.Text = "Creating Group";
     //
     // chkboxCreateMemGrp
     //
     this.chkboxCreateMemGrp.AutoSize = true;
     this.chkboxCreateMemGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkboxCreateMemGrp.Location = new System.Drawing.Point(158, 15);
     this.chkboxCreateMemGrp.Name = "chkboxCreateMemGrp";
     this.chkboxCreateMemGrp.Size = new System.Drawing.Size(153, 17);
     this.chkboxCreateMemGrp.TabIndex = 1;
     this.chkboxCreateMemGrp.Text = "Create Member Group";
     this.chkboxCreateMemGrp.UseVisualStyleBackColor = true;
     //
     // chkboxCreateOpenGrp
     //
     this.chkboxCreateOpenGrp.AutoSize = true;
     this.chkboxCreateOpenGrp.Checked = true;
     this.chkboxCreateOpenGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkboxCreateOpenGrp.Location = new System.Drawing.Point(6, 15);
     this.chkboxCreateOpenGrp.Name = "chkboxCreateOpenGrp";
     this.chkboxCreateOpenGrp.Size = new System.Drawing.Size(137, 17);
     this.chkboxCreateOpenGrp.TabIndex = 0;
     this.chkboxCreateOpenGrp.TabStop = true;
     this.chkboxCreateOpenGrp.Text = "Create Open Group";
     this.chkboxCreateOpenGrp.UseVisualStyleBackColor = true;
     //
     // tabAddGroup
     //
     this.tabAddGroup.BackColor = System.Drawing.Color.Transparent;
     this.tabAddGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tabAddGroup.Controls.Add(this.gbAddFriendsGroup);
     this.tabAddGroup.Controls.Add(this.gbFriendsGroupAction);
     this.tabAddGroup.Controls.Add(this.label48);
     this.tabAddGroup.Controls.Add(this.gbFriendsGroupDetails);
     this.tabAddGroup.Controls.Add(this.gbFriendsGroupLogger);
     this.tabAddGroup.Controls.Add(this.gbFriendsGroupInput);
     this.tabAddGroup.Controls.Add(this.gbFriendsGroupDelaySetting);
     this.tabAddGroup.Cursor = System.Windows.Forms.Cursors.Default;
     this.tabAddGroup.ImageIndex = 14;
     this.tabAddGroup.Location = new System.Drawing.Point(204, 4);
     this.tabAddGroup.Name = "tabAddGroup";
     this.tabAddGroup.Padding = new System.Windows.Forms.Padding(3);
     this.tabAddGroup.Size = new System.Drawing.Size(1744, 556);
     this.tabAddGroup.TabIndex = 19;
     this.tabAddGroup.Text = "Join Friends Group";
     this.tabAddGroup.Paint += new System.Windows.Forms.PaintEventHandler(this.tabAddGroup_Paint);
     //
     // gbAddFriendsGroup
     //
     this.gbAddFriendsGroup.Controls.Add(this.btnAddGroups);
     this.gbAddFriendsGroup.Controls.Add(this.label67);
     this.gbAddFriendsGroup.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbAddFriendsGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAddFriendsGroup.Location = new System.Drawing.Point(498, 6);
     this.gbAddFriendsGroup.Name = "gbAddFriendsGroup";
     this.gbAddFriendsGroup.Size = new System.Drawing.Size(149, 287);
     this.gbAddFriendsGroup.TabIndex = 124;
     this.gbAddFriendsGroup.TabStop = false;
     this.gbAddFriendsGroup.Text = "Add Friends Groups";
     //
     // btnAddGroups
     //
     this.btnAddGroups.BackColor = System.Drawing.Color.White;
     this.btnAddGroups.BackgroundImage = global::InBoardPro.Properties.Resources.add_groups1;
     this.btnAddGroups.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnAddGroups.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnAddGroups.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAddGroups.Location = new System.Drawing.Point(14, 27);
     this.btnAddGroups.Name = "btnAddGroups";
     this.btnAddGroups.Size = new System.Drawing.Size(122, 30);
     this.btnAddGroups.TabIndex = 4;
     this.btnAddGroups.UseVisualStyleBackColor = false;
     this.btnAddGroups.Click += new System.EventHandler(this.btnAddGroups_Click);
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label67.Location = new System.Drawing.Point(15, 60);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(122, 13);
     this.label67.TabIndex = 111;
     this.label67.Text = "Friend Group -->>>";
     //
     // gbFriendsGroupAction
     //
     this.gbFriendsGroupAction.Controls.Add(this.btnJoinFriendsGroupHelp);
     this.gbFriendsGroupAction.Controls.Add(this.btnJoinMemGroup);
     this.gbFriendsGroupAction.Controls.Add(this.btnjoinfriendGroup);
     this.gbFriendsGroupAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbFriendsGroupAction.Location = new System.Drawing.Point(596, 296);
     this.gbFriendsGroupAction.Name = "gbFriendsGroupAction";
     this.gbFriendsGroupAction.Size = new System.Drawing.Size(442, 65);
     this.gbFriendsGroupAction.TabIndex = 123;
     this.gbFriendsGroupAction.TabStop = false;
     this.gbFriendsGroupAction.Text = "Submit Action";
     //
     // btnJoinFriendsGroupHelp
     //
     this.btnJoinFriendsGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnJoinFriendsGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJoinFriendsGroupHelp.Location = new System.Drawing.Point(344, 22);
     this.btnJoinFriendsGroupHelp.Name = "btnJoinFriendsGroupHelp";
     this.btnJoinFriendsGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnJoinFriendsGroupHelp.TabIndex = 176;
     this.btnJoinFriendsGroupHelp.UseVisualStyleBackColor = true;
     this.btnJoinFriendsGroupHelp.Visible = false;
     this.btnJoinFriendsGroupHelp.Click += new System.EventHandler(this.btnJoinFriendsGroupHelp_Click);
     //
     // btnJoinMemGroup
     //
     this.btnJoinMemGroup.BackColor = System.Drawing.Color.White;
     this.btnJoinMemGroup.BackgroundImage = global::InBoardPro.Properties.Resources.join_group;
     this.btnJoinMemGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnJoinMemGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJoinMemGroup.Location = new System.Drawing.Point(69, 22);
     this.btnJoinMemGroup.Name = "btnJoinMemGroup";
     this.btnJoinMemGroup.Size = new System.Drawing.Size(124, 31);
     this.btnJoinMemGroup.TabIndex = 6;
     this.btnJoinMemGroup.UseVisualStyleBackColor = false;
     this.btnJoinMemGroup.Click += new System.EventHandler(this.btnJoinMemGroup_Click);
     //
     // btnjoinfriendGroup
     //
     this.btnjoinfriendGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnjoinfriendGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnjoinfriendGroup.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnjoinfriendGroup.Location = new System.Drawing.Point(206, 22);
     this.btnjoinfriendGroup.Name = "btnjoinfriendGroup";
     this.btnjoinfriendGroup.Size = new System.Drawing.Size(126, 30);
     this.btnjoinfriendGroup.TabIndex = 109;
     this.btnjoinfriendGroup.UseVisualStyleBackColor = true;
     this.btnjoinfriendGroup.Click += new System.EventHandler(this.btnjoinfriendGroup_Click);
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(555, 109);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(27, 14);
     this.label48.TabIndex = 95;
     this.label48.Text = ".....";
     this.label48.UseWaitCursor = true;
     this.label48.Visible = false;
     //
     // gbFriendsGroupDetails
     //
     this.gbFriendsGroupDetails.Controls.Add(this.lblTotGroups);
     this.gbFriendsGroupDetails.Controls.Add(this.label68);
     this.gbFriendsGroupDetails.Controls.Add(this.ChkAllAccount_JoinFriendsGroup);
     this.gbFriendsGroupDetails.Controls.Add(this.chkSelectExistGrps_JoinFriendsGrp);
     this.gbFriendsGroupDetails.Controls.Add(this.chkExistGroup);
     this.gbFriendsGroupDetails.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbFriendsGroupDetails.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbFriendsGroupDetails.Location = new System.Drawing.Point(648, 6);
     this.gbFriendsGroupDetails.Name = "gbFriendsGroupDetails";
     this.gbFriendsGroupDetails.Size = new System.Drawing.Size(390, 287);
     this.gbFriendsGroupDetails.TabIndex = 122;
     this.gbFriendsGroupDetails.TabStop = false;
     this.gbFriendsGroupDetails.Text = "Friends Group Details";
     //
     // lblTotGroups
     //
     this.lblTotGroups.AutoSize = true;
     this.lblTotGroups.BackColor = System.Drawing.Color.Transparent;
     this.lblTotGroups.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotGroups.Location = new System.Drawing.Point(220, 264);
     this.lblTotGroups.Name = "lblTotGroups";
     this.lblTotGroups.Size = new System.Drawing.Size(24, 13);
     this.lblTotGroups.TabIndex = 126;
     this.lblTotGroups.Text = "(0)";
     //
     // label68
     //
     this.label68.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.Location = new System.Drawing.Point(19, 39);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(348, 18);
     this.label68.TabIndex = 113;
     this.label68.Text = "(Check this if you want all loaded accounts to Join Selected Groups)";
     //
     // ChkAllAccount_JoinFriendsGroup
     //
     this.ChkAllAccount_JoinFriendsGroup.AutoSize = true;
     this.ChkAllAccount_JoinFriendsGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChkAllAccount_JoinFriendsGroup.Location = new System.Drawing.Point(19, 20);
     this.ChkAllAccount_JoinFriendsGroup.Name = "ChkAllAccount_JoinFriendsGroup";
     this.ChkAllAccount_JoinFriendsGroup.Size = new System.Drawing.Size(95, 17);
     this.ChkAllAccount_JoinFriendsGroup.TabIndex = 112;
     this.ChkAllAccount_JoinFriendsGroup.Text = "All Accounts";
     this.ChkAllAccount_JoinFriendsGroup.UseVisualStyleBackColor = true;
     //
     // chkSelectExistGrps_JoinFriendsGrp
     //
     this.chkSelectExistGrps_JoinFriendsGrp.AutoSize = true;
     this.chkSelectExistGrps_JoinFriendsGrp.BackColor = System.Drawing.Color.Transparent;
     this.chkSelectExistGrps_JoinFriendsGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSelectExistGrps_JoinFriendsGrp.Location = new System.Drawing.Point(19, 264);
     this.chkSelectExistGrps_JoinFriendsGrp.Name = "chkSelectExistGrps_JoinFriendsGrp";
     this.chkSelectExistGrps_JoinFriendsGrp.Size = new System.Drawing.Size(150, 17);
     this.chkSelectExistGrps_JoinFriendsGrp.TabIndex = 115;
     this.chkSelectExistGrps_JoinFriendsGrp.Text = "Select All/Unselect All";
     this.chkSelectExistGrps_JoinFriendsGrp.UseVisualStyleBackColor = false;
     this.chkSelectExistGrps_JoinFriendsGrp.CheckedChanged += new System.EventHandler(this.chkSelectExistGrps_JoinFriendsGrp_CheckedChanged);
     //
     // chkExistGroup
     //
     this.chkExistGroup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkExistGroup.CheckOnClick = true;
     this.chkExistGroup.Cursor = System.Windows.Forms.Cursors.Default;
     this.chkExistGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkExistGroup.FormattingEnabled = true;
     this.chkExistGroup.HorizontalScrollbar = true;
     this.chkExistGroup.Location = new System.Drawing.Point(19, 60);
     this.chkExistGroup.Name = "chkExistGroup";
     this.chkExistGroup.Size = new System.Drawing.Size(355, 194);
     this.chkExistGroup.TabIndex = 5;
     this.chkExistGroup.SelectedIndexChanged += new System.EventHandler(this.chkExistGroup_SelectedIndexChanged);
     //
     // gbFriendsGroupLogger
     //
     this.gbFriendsGroupLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbFriendsGroupLogger.Controls.Add(this.lstLogAddGroup);
     this.gbFriendsGroupLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbFriendsGroupLogger.Location = new System.Drawing.Point(15, 370);
     this.gbFriendsGroupLogger.Name = "gbFriendsGroupLogger";
     this.gbFriendsGroupLogger.Size = new System.Drawing.Size(1023, 161);
     this.gbFriendsGroupLogger.TabIndex = 97;
     this.gbFriendsGroupLogger.TabStop = false;
     this.gbFriendsGroupLogger.Text = "Process Logger";
     //
     // lstLogAddGroup
     //
     this.lstLogAddGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstLogAddGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstLogAddGroup.FormattingEnabled = true;
     this.lstLogAddGroup.HorizontalScrollbar = true;
     this.lstLogAddGroup.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.lstLogAddGroup.Location = new System.Drawing.Point(3, 17);
     this.lstLogAddGroup.Name = "lstLogAddGroup";
     this.lstLogAddGroup.ScrollAlwaysVisible = true;
     this.lstLogAddGroup.Size = new System.Drawing.Size(1017, 141);
     this.lstLogAddGroup.TabIndex = 8;
     //
     // gbFriendsGroupInput
     //
     this.gbFriendsGroupInput.Controls.Add(this.lblTotMemCount);
     this.gbFriendsGroupInput.Controls.Add(this.label14);
     this.gbFriendsGroupInput.Controls.Add(this.cmbUser);
     this.gbFriendsGroupInput.Controls.Add(this.btnExistGroup);
     this.gbFriendsGroupInput.Controls.Add(this.chkSelectMembers_JoinFriendsGrp);
     this.gbFriendsGroupInput.Controls.Add(this.chkMembers);
     this.gbFriendsGroupInput.Controls.Add(this.label66);
     this.gbFriendsGroupInput.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.gbFriendsGroupInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbFriendsGroupInput.Location = new System.Drawing.Point(15, 6);
     this.gbFriendsGroupInput.Name = "gbFriendsGroupInput";
     this.gbFriendsGroupInput.Size = new System.Drawing.Size(482, 287);
     this.gbFriendsGroupInput.TabIndex = 121;
     this.gbFriendsGroupInput.TabStop = false;
     this.gbFriendsGroupInput.Text = "Friends Group Inputs";
     //
     // lblTotMemCount
     //
     this.lblTotMemCount.AutoSize = true;
     this.lblTotMemCount.BackColor = System.Drawing.Color.Transparent;
     this.lblTotMemCount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotMemCount.Location = new System.Drawing.Point(106, 82);
     this.lblTotMemCount.Name = "lblTotMemCount";
     this.lblTotMemCount.Size = new System.Drawing.Size(24, 13);
     this.lblTotMemCount.TabIndex = 125;
     this.lblTotMemCount.Text = "(0)";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(144, 17);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(96, 13);
     this.label14.TabIndex = 115;
     this.label14.Text = "Select Account:";
     //
     // cmbUser
     //
     this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbUser.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbUser.FormattingEnabled = true;
     this.cmbUser.Location = new System.Drawing.Point(147, 34);
     this.cmbUser.Margin = new System.Windows.Forms.Padding(2);
     this.cmbUser.Name = "cmbUser";
     this.cmbUser.Size = new System.Drawing.Size(295, 21);
     this.cmbUser.TabIndex = 2;
     this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
     //
     // btnExistGroup
     //
     this.btnExistGroup.BackColor = System.Drawing.Color.White;
     this.btnExistGroup.BackgroundImage = global::InBoardPro.Properties.Resources.Add_friend;
     this.btnExistGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnExistGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExistGroup.Location = new System.Drawing.Point(11, 28);
     this.btnExistGroup.Name = "btnExistGroup";
     this.btnExistGroup.Size = new System.Drawing.Size(122, 29);
     this.btnExistGroup.TabIndex = 1;
     this.btnExistGroup.UseVisualStyleBackColor = false;
     this.btnExistGroup.Click += new System.EventHandler(this.btnExistGroup_Click);
     //
     // chkSelectMembers_JoinFriendsGrp
     //
     this.chkSelectMembers_JoinFriendsGrp.AutoSize = true;
     this.chkSelectMembers_JoinFriendsGrp.BackColor = System.Drawing.Color.Transparent;
     this.chkSelectMembers_JoinFriendsGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSelectMembers_JoinFriendsGrp.Location = new System.Drawing.Point(147, 264);
     this.chkSelectMembers_JoinFriendsGrp.Name = "chkSelectMembers_JoinFriendsGrp";
     this.chkSelectMembers_JoinFriendsGrp.Size = new System.Drawing.Size(150, 17);
     this.chkSelectMembers_JoinFriendsGrp.TabIndex = 114;
     this.chkSelectMembers_JoinFriendsGrp.Text = "Select All/Unselect All";
     this.chkSelectMembers_JoinFriendsGrp.UseVisualStyleBackColor = false;
     this.chkSelectMembers_JoinFriendsGrp.CheckedChanged += new System.EventHandler(this.chkSelectMembers_JoinFriendsGrp_CheckedChanged);
     //
     // chkMembers
     //
     this.chkMembers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkMembers.CheckOnClick = true;
     this.chkMembers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkMembers.FormattingEnabled = true;
     this.chkMembers.HorizontalScrollbar = true;
     this.chkMembers.Location = new System.Drawing.Point(147, 60);
     this.chkMembers.Name = "chkMembers";
     this.chkMembers.Size = new System.Drawing.Size(295, 194);
     this.chkMembers.TabIndex = 3;
     this.chkMembers.SelectedIndexChanged += new System.EventHandler(this.chkMembers_SelectedIndexChanged);
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label66.Location = new System.Drawing.Point(58, 60);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(83, 13);
     this.label66.TabIndex = 110;
     this.label66.Text = "Friend -->>>";
     //
     // gbFriendsGroupDelaySetting
     //
     this.gbFriendsGroupDelaySetting.Controls.Add(this.label108);
     this.gbFriendsGroupDelaySetting.Controls.Add(this.txtGroupjoinMaxDelay);
     this.gbFriendsGroupDelaySetting.Controls.Add(this.label87);
     this.gbFriendsGroupDelaySetting.Controls.Add(this.label86);
     this.gbFriendsGroupDelaySetting.Controls.Add(this.txtGroupjoinMinDelay);
     this.gbFriendsGroupDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbFriendsGroupDelaySetting.Location = new System.Drawing.Point(15, 296);
     this.gbFriendsGroupDelaySetting.Name = "gbFriendsGroupDelaySetting";
     this.gbFriendsGroupDelaySetting.Size = new System.Drawing.Size(575, 65);
     this.gbFriendsGroupDelaySetting.TabIndex = 120;
     this.gbFriendsGroupDelaySetting.TabStop = false;
     this.gbFriendsGroupDelaySetting.Text = "Delay Between Group Join";
     //
     // label108
     //
     this.label108.AutoSize = true;
     this.label108.BackColor = System.Drawing.Color.Transparent;
     this.label108.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label108.Location = new System.Drawing.Point(238, 31);
     this.label108.Name = "label108";
     this.label108.Size = new System.Drawing.Size(311, 13);
     this.label108.TabIndex = 122;
     this.label108.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtGroupjoinMaxDelay
     //
     this.txtGroupjoinMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupjoinMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupjoinMaxDelay.Location = new System.Drawing.Point(185, 27);
     this.txtGroupjoinMaxDelay.Name = "txtGroupjoinMaxDelay";
     this.txtGroupjoinMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtGroupjoinMaxDelay.TabIndex = 119;
     this.txtGroupjoinMaxDelay.Text = "25";
     this.txtGroupjoinMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label87.Location = new System.Drawing.Point(8, 32);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(40, 13);
     this.label87.TabIndex = 116;
     this.label87.Text = "Delay";
     //
     // label86
     //
     this.label86.AutoSize = true;
     this.label86.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label86.Location = new System.Drawing.Point(149, 32);
     this.label86.Name = "label86";
     this.label86.Size = new System.Drawing.Size(18, 13);
     this.label86.TabIndex = 117;
     this.label86.Text = "to";
     //
     // txtGroupjoinMinDelay
     //
     this.txtGroupjoinMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupjoinMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupjoinMinDelay.Location = new System.Drawing.Point(86, 28);
     this.txtGroupjoinMinDelay.Name = "txtGroupjoinMinDelay";
     this.txtGroupjoinMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtGroupjoinMinDelay.TabIndex = 118;
     this.txtGroupjoinMinDelay.Text = "20";
     this.txtGroupjoinMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tabPageAddGroup
     //
     this.tabPageAddGroup.BackColor = System.Drawing.Color.Transparent;
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsAction);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsDetails);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsSetting);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsDelaySetting);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsOtherFeature);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsLogger);
     this.tabPageAddGroup.Controls.Add(this.gbSearchGroupsInput);
     this.tabPageAddGroup.ImageIndex = 15;
     this.tabPageAddGroup.Location = new System.Drawing.Point(204, 4);
     this.tabPageAddGroup.Name = "tabPageAddGroup";
     this.tabPageAddGroup.Size = new System.Drawing.Size(1744, 556);
     this.tabPageAddGroup.TabIndex = 20;
     this.tabPageAddGroup.Text = "Join Search Group";
     this.tabPageAddGroup.Paint += new System.Windows.Forms.PaintEventHandler(this.tabPageAddGroup_Paint);
     //
     // gbSearchGroupsAction
     //
     this.gbSearchGroupsAction.BackColor = System.Drawing.Color.Transparent;
     this.gbSearchGroupsAction.Controls.Add(this.btnJoinSearchGroupHelp);
     this.gbSearchGroupsAction.Controls.Add(this.btnJoinSearchGroup);
     this.gbSearchGroupsAction.Controls.Add(this.btnSrpGrpMemStop);
     this.gbSearchGroupsAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsAction.Location = new System.Drawing.Point(15, 264);
     this.gbSearchGroupsAction.Name = "gbSearchGroupsAction";
     this.gbSearchGroupsAction.Size = new System.Drawing.Size(1023, 49);
     this.gbSearchGroupsAction.TabIndex = 129;
     this.gbSearchGroupsAction.TabStop = false;
     this.gbSearchGroupsAction.Text = "Submit Action";
     //
     // btnJoinSearchGroupHelp
     //
     this.btnJoinSearchGroupHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnJoinSearchGroupHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJoinSearchGroupHelp.Location = new System.Drawing.Point(903, 12);
     this.btnJoinSearchGroupHelp.Name = "btnJoinSearchGroupHelp";
     this.btnJoinSearchGroupHelp.Size = new System.Drawing.Size(86, 31);
     this.btnJoinSearchGroupHelp.TabIndex = 177;
     this.btnJoinSearchGroupHelp.UseVisualStyleBackColor = true;
     this.btnJoinSearchGroupHelp.Visible = false;
     this.btnJoinSearchGroupHelp.Click += new System.EventHandler(this.btnJoinSearchGroupHelp_Click);
     //
     // btnJoinSearchGroup
     //
     this.btnJoinSearchGroup.BackColor = System.Drawing.Color.White;
     this.btnJoinSearchGroup.BackgroundImage = global::InBoardPro.Properties.Resources.join_group;
     this.btnJoinSearchGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnJoinSearchGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJoinSearchGroup.Location = new System.Drawing.Point(626, 12);
     this.btnJoinSearchGroup.Name = "btnJoinSearchGroup";
     this.btnJoinSearchGroup.Size = new System.Drawing.Size(124, 31);
     this.btnJoinSearchGroup.TabIndex = 6;
     this.btnJoinSearchGroup.UseVisualStyleBackColor = false;
     this.btnJoinSearchGroup.Click += new System.EventHandler(this.btnJoinSearchGroup_Click);
     //
     // btnSrpGrpMemStop
     //
     this.btnSrpGrpMemStop.BackColor = System.Drawing.Color.White;
     this.btnSrpGrpMemStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSrpGrpMemStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSrpGrpMemStop.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnSrpGrpMemStop.Location = new System.Drawing.Point(765, 13);
     this.btnSrpGrpMemStop.Name = "btnSrpGrpMemStop";
     this.btnSrpGrpMemStop.Size = new System.Drawing.Size(126, 30);
     this.btnSrpGrpMemStop.TabIndex = 110;
     this.btnSrpGrpMemStop.UseVisualStyleBackColor = false;
     this.btnSrpGrpMemStop.Click += new System.EventHandler(this.btnSrpGrpMemStop_Click);
     //
     // gbSearchGroupsDetails
     //
     this.gbSearchGroupsDetails.Controls.Add(this.cmbSearchGroup);
     this.gbSearchGroupsDetails.Controls.Add(this.chkListSearchGroup);
     this.gbSearchGroupsDetails.Controls.Add(this.chkSelectSearchGrp);
     this.gbSearchGroupsDetails.Controls.Add(this.chkOpenGroup);
     this.gbSearchGroupsDetails.Controls.Add(this.chkMemberGroup);
     this.gbSearchGroupsDetails.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsDetails.Location = new System.Drawing.Point(621, 7);
     this.gbSearchGroupsDetails.Name = "gbSearchGroupsDetails";
     this.gbSearchGroupsDetails.Size = new System.Drawing.Size(417, 251);
     this.gbSearchGroupsDetails.TabIndex = 124;
     this.gbSearchGroupsDetails.TabStop = false;
     this.gbSearchGroupsDetails.Text = "Search Group Details";
     //
     // cmbSearchGroup
     //
     this.cmbSearchGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSearchGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSearchGroup.FormattingEnabled = true;
     this.cmbSearchGroup.Location = new System.Drawing.Point(12, 20);
     this.cmbSearchGroup.Margin = new System.Windows.Forms.Padding(2);
     this.cmbSearchGroup.Name = "cmbSearchGroup";
     this.cmbSearchGroup.Size = new System.Drawing.Size(395, 21);
     this.cmbSearchGroup.TabIndex = 4;
     this.cmbSearchGroup.SelectedIndexChanged += new System.EventHandler(this.cmbSearchGroup_SelectedIndexChanged);
     //
     // chkListSearchGroup
     //
     this.chkListSearchGroup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkListSearchGroup.CheckOnClick = true;
     this.chkListSearchGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkListSearchGroup.FormattingEnabled = true;
     this.chkListSearchGroup.HorizontalScrollbar = true;
     this.chkListSearchGroup.Location = new System.Drawing.Point(12, 55);
     this.chkListSearchGroup.Name = "chkListSearchGroup";
     this.chkListSearchGroup.Size = new System.Drawing.Size(395, 162);
     this.chkListSearchGroup.TabIndex = 5;
     //
     // chkSelectSearchGrp
     //
     this.chkSelectSearchGrp.AutoSize = true;
     this.chkSelectSearchGrp.BackColor = System.Drawing.Color.Transparent;
     this.chkSelectSearchGrp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSelectSearchGrp.Location = new System.Drawing.Point(12, 226);
     this.chkSelectSearchGrp.Name = "chkSelectSearchGrp";
     this.chkSelectSearchGrp.Size = new System.Drawing.Size(150, 17);
     this.chkSelectSearchGrp.TabIndex = 90;
     this.chkSelectSearchGrp.Text = "Select All/Unselect All";
     this.chkSelectSearchGrp.UseVisualStyleBackColor = false;
     this.chkSelectSearchGrp.CheckedChanged += new System.EventHandler(this.chkSelectSearchGrp_CheckedChanged);
     //
     // chkOpenGroup
     //
     this.chkOpenGroup.AutoSize = true;
     this.chkOpenGroup.BackColor = System.Drawing.Color.Transparent;
     this.chkOpenGroup.Checked = true;
     this.chkOpenGroup.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkOpenGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkOpenGroup.ForeColor = System.Drawing.Color.Black;
     this.chkOpenGroup.Location = new System.Drawing.Point(170, 226);
     this.chkOpenGroup.Name = "chkOpenGroup";
     this.chkOpenGroup.Size = new System.Drawing.Size(95, 17);
     this.chkOpenGroup.TabIndex = 96;
     this.chkOpenGroup.Text = "Open Group";
     this.chkOpenGroup.UseVisualStyleBackColor = false;
     this.chkOpenGroup.CheckedChanged += new System.EventHandler(this.chkOpenGroup_CheckedChanged);
     //
     // chkMemberGroup
     //
     this.chkMemberGroup.AutoSize = true;
     this.chkMemberGroup.BackColor = System.Drawing.Color.Transparent;
     this.chkMemberGroup.Checked = true;
     this.chkMemberGroup.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMemberGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkMemberGroup.ForeColor = System.Drawing.Color.Black;
     this.chkMemberGroup.Location = new System.Drawing.Point(268, 226);
     this.chkMemberGroup.Name = "chkMemberGroup";
     this.chkMemberGroup.Size = new System.Drawing.Size(141, 17);
     this.chkMemberGroup.TabIndex = 97;
     this.chkMemberGroup.Text = "Member Only Group";
     this.chkMemberGroup.UseVisualStyleBackColor = false;
     this.chkMemberGroup.CheckedChanged += new System.EventHandler(this.chkMemberGroup_CheckedChanged);
     //
     // gbSearchGroupsSetting
     //
     this.gbSearchGroupsSetting.Controls.Add(this.label69);
     this.gbSearchGroupsSetting.Controls.Add(this.ChkAllAccounts_JoinSearchGroup);
     this.gbSearchGroupsSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsSetting.Location = new System.Drawing.Point(16, 100);
     this.gbSearchGroupsSetting.Name = "gbSearchGroupsSetting";
     this.gbSearchGroupsSetting.Size = new System.Drawing.Size(598, 51);
     this.gbSearchGroupsSetting.TabIndex = 111;
     this.gbSearchGroupsSetting.TabStop = false;
     this.gbSearchGroupsSetting.Text = "Setting";
     //
     // label69
     //
     this.label69.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label69.Location = new System.Drawing.Point(134, 23);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(428, 18);
     this.label69.TabIndex = 115;
     this.label69.Text = "(Check this if you want all loaded accounts to Join Selected Groups)";
     //
     // ChkAllAccounts_JoinSearchGroup
     //
     this.ChkAllAccounts_JoinSearchGroup.AutoSize = true;
     this.ChkAllAccounts_JoinSearchGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChkAllAccounts_JoinSearchGroup.Location = new System.Drawing.Point(33, 22);
     this.ChkAllAccounts_JoinSearchGroup.Name = "ChkAllAccounts_JoinSearchGroup";
     this.ChkAllAccounts_JoinSearchGroup.Size = new System.Drawing.Size(95, 17);
     this.ChkAllAccounts_JoinSearchGroup.TabIndex = 114;
     this.ChkAllAccounts_JoinSearchGroup.Text = "All Accounts";
     this.ChkAllAccounts_JoinSearchGroup.UseVisualStyleBackColor = true;
     //
     // gbSearchGroupsDelaySetting
     //
     this.gbSearchGroupsDelaySetting.Controls.Add(this.label109);
     this.gbSearchGroupsDelaySetting.Controls.Add(this.txtSearchGroupMaxDelay);
     this.gbSearchGroupsDelaySetting.Controls.Add(this.label92);
     this.gbSearchGroupsDelaySetting.Controls.Add(this.label93);
     this.gbSearchGroupsDelaySetting.Controls.Add(this.txtSearchGroupMinDelay);
     this.gbSearchGroupsDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsDelaySetting.Location = new System.Drawing.Point(16, 154);
     this.gbSearchGroupsDelaySetting.Name = "gbSearchGroupsDelaySetting";
     this.gbSearchGroupsDelaySetting.Size = new System.Drawing.Size(598, 49);
     this.gbSearchGroupsDelaySetting.TabIndex = 122;
     this.gbSearchGroupsDelaySetting.TabStop = false;
     this.gbSearchGroupsDelaySetting.Text = "Delay Between Join Search Group";
     //
     // label109
     //
     this.label109.AutoSize = true;
     this.label109.BackColor = System.Drawing.Color.Transparent;
     this.label109.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label109.Location = new System.Drawing.Point(269, 23);
     this.label109.Name = "label109";
     this.label109.Size = new System.Drawing.Size(311, 13);
     this.label109.TabIndex = 122;
     this.label109.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtSearchGroupMaxDelay
     //
     this.txtSearchGroupMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchGroupMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchGroupMaxDelay.Location = new System.Drawing.Point(220, 21);
     this.txtSearchGroupMaxDelay.Name = "txtSearchGroupMaxDelay";
     this.txtSearchGroupMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtSearchGroupMaxDelay.TabIndex = 119;
     this.txtSearchGroupMaxDelay.Text = "25";
     this.txtSearchGroupMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label92
     //
     this.label92.AutoSize = true;
     this.label92.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label92.Location = new System.Drawing.Point(88, 24);
     this.label92.Name = "label92";
     this.label92.Size = new System.Drawing.Size(45, 13);
     this.label92.TabIndex = 116;
     this.label92.Text = "Delay:";
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label93.Location = new System.Drawing.Point(191, 24);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(18, 13);
     this.label93.TabIndex = 117;
     this.label93.Text = "to";
     //
     // txtSearchGroupMinDelay
     //
     this.txtSearchGroupMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchGroupMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchGroupMinDelay.Location = new System.Drawing.Point(134, 21);
     this.txtSearchGroupMinDelay.Name = "txtSearchGroupMinDelay";
     this.txtSearchGroupMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtSearchGroupMinDelay.TabIndex = 118;
     this.txtSearchGroupMinDelay.Text = "20";
     this.txtSearchGroupMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gbSearchGroupsOtherFeature
     //
     this.gbSearchGroupsOtherFeature.BackColor = System.Drawing.Color.Transparent;
     this.gbSearchGroupsOtherFeature.Controls.Add(this.linkLblJoinGroupUrl);
     this.gbSearchGroupsOtherFeature.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsOtherFeature.Location = new System.Drawing.Point(16, 209);
     this.gbSearchGroupsOtherFeature.Name = "gbSearchGroupsOtherFeature";
     this.gbSearchGroupsOtherFeature.Size = new System.Drawing.Size(598, 49);
     this.gbSearchGroupsOtherFeature.TabIndex = 128;
     this.gbSearchGroupsOtherFeature.TabStop = false;
     this.gbSearchGroupsOtherFeature.Text = "Other Feature";
     //
     // linkLblJoinGroupUrl
     //
     this.linkLblJoinGroupUrl.AutoSize = true;
     this.linkLblJoinGroupUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLblJoinGroupUrl.LinkVisited = true;
     this.linkLblJoinGroupUrl.Location = new System.Drawing.Point(131, 24);
     this.linkLblJoinGroupUrl.Name = "linkLblJoinGroupUrl";
     this.linkLblJoinGroupUrl.Size = new System.Drawing.Size(123, 13);
     this.linkLblJoinGroupUrl.TabIndex = 123;
     this.linkLblJoinGroupUrl.TabStop = true;
     this.linkLblJoinGroupUrl.Text = "Join Group Using Url";
     this.linkLblJoinGroupUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLblJoinGroupUrl_Click);
     //
     // gbSearchGroupsLogger
     //
     this.gbSearchGroupsLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbSearchGroupsLogger.Controls.Add(this.listLoggerSearchGroup);
     this.gbSearchGroupsLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsLogger.Location = new System.Drawing.Point(15, 319);
     this.gbSearchGroupsLogger.Name = "gbSearchGroupsLogger";
     this.gbSearchGroupsLogger.Size = new System.Drawing.Size(1023, 203);
     this.gbSearchGroupsLogger.TabIndex = 99;
     this.gbSearchGroupsLogger.TabStop = false;
     this.gbSearchGroupsLogger.Text = "Process Logger";
     //
     // listLoggerSearchGroup
     //
     this.listLoggerSearchGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listLoggerSearchGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listLoggerSearchGroup.FormattingEnabled = true;
     this.listLoggerSearchGroup.HorizontalScrollbar = true;
     this.listLoggerSearchGroup.Location = new System.Drawing.Point(3, 17);
     this.listLoggerSearchGroup.Name = "listLoggerSearchGroup";
     this.listLoggerSearchGroup.ScrollAlwaysVisible = true;
     this.listLoggerSearchGroup.Size = new System.Drawing.Size(1017, 183);
     this.listLoggerSearchGroup.TabIndex = 8;
     //
     // gbSearchGroupsInput
     //
     this.gbSearchGroupsInput.BackColor = System.Drawing.Color.Transparent;
     this.gbSearchGroupsInput.Controls.Add(this.label44);
     this.gbSearchGroupsInput.Controls.Add(this.txtBoxGroupCount);
     this.gbSearchGroupsInput.Controls.Add(this.label50);
     this.gbSearchGroupsInput.Controls.Add(this.txtSearchKeyword);
     this.gbSearchGroupsInput.Controls.Add(this.label22);
     this.gbSearchGroupsInput.Controls.Add(this.btnAddSearchGroup);
     this.gbSearchGroupsInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbSearchGroupsInput.Location = new System.Drawing.Point(15, 7);
     this.gbSearchGroupsInput.Name = "gbSearchGroupsInput";
     this.gbSearchGroupsInput.Size = new System.Drawing.Size(599, 94);
     this.gbSearchGroupsInput.TabIndex = 3;
     this.gbSearchGroupsInput.TabStop = false;
     this.gbSearchGroupsInput.Text = "Search Groups Input";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(43, 234);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(17, 13);
     this.label44.TabIndex = 123;
     this.label44.Text = "--";
     this.label44.Visible = false;
     //
     // txtBoxGroupCount
     //
     this.txtBoxGroupCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBoxGroupCount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxGroupCount.Location = new System.Drawing.Point(135, 60);
     this.txtBoxGroupCount.Name = "txtBoxGroupCount";
     this.txtBoxGroupCount.Size = new System.Drawing.Size(54, 21);
     this.txtBoxGroupCount.TabIndex = 2;
     this.txtBoxGroupCount.Text = "5";
     this.txtBoxGroupCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label50.Location = new System.Drawing.Point(43, 60);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(87, 13);
     this.label50.TabIndex = 95;
     this.label50.Text = "No. Of Group:";
     //
     // txtSearchKeyword
     //
     this.txtSearchKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchKeyword.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchKeyword.Location = new System.Drawing.Point(135, 28);
     this.txtSearchKeyword.Name = "txtSearchKeyword";
     this.txtSearchKeyword.Size = new System.Drawing.Size(382, 21);
     this.txtSearchKeyword.TabIndex = 1;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(23, 28);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(106, 13);
     this.label22.TabIndex = 88;
     this.label22.Text = "Search Keyword:";
     //
     // btnAddSearchGroup
     //
     this.btnAddSearchGroup.BackColor = System.Drawing.Color.White;
     this.btnAddSearchGroup.BackgroundImage = global::InBoardPro.Properties.Resources.search_groups;
     this.btnAddSearchGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnAddSearchGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAddSearchGroup.Location = new System.Drawing.Point(374, 53);
     this.btnAddSearchGroup.Name = "btnAddSearchGroup";
     this.btnAddSearchGroup.Size = new System.Drawing.Size(143, 30);
     this.btnAddSearchGroup.TabIndex = 3;
     this.btnAddSearchGroup.UseVisualStyleBackColor = false;
     this.btnAddSearchGroup.Click += new System.EventHandler(this.btnAddSearchGroup_Click);
     //
     // tabPageGroupUpdate
     //
     this.tabPageGroupUpdate.BackColor = System.Drawing.Color.Transparent;
     this.tabPageGroupUpdate.Controls.Add(this.grpGrpStatusInputs);
     this.tabPageGroupUpdate.Controls.Add(this.label47);
     this.tabPageGroupUpdate.Controls.Add(this.grpGroupDetails);
     this.tabPageGroupUpdate.Controls.Add(this.gpGroupStatusAction);
     this.tabPageGroupUpdate.Controls.Add(this.gpGroupStatusDelaySetting);
     this.tabPageGroupUpdate.Controls.Add(this.gpGroupStatusLogger);
     this.tabPageGroupUpdate.Controls.Add(this.grpGetGroups);
     this.tabPageGroupUpdate.ImageIndex = 22;
     this.tabPageGroupUpdate.Location = new System.Drawing.Point(204, 4);
     this.tabPageGroupUpdate.Name = "tabPageGroupUpdate";
     this.tabPageGroupUpdate.Size = new System.Drawing.Size(1744, 556);
     this.tabPageGroupUpdate.TabIndex = 17;
     this.tabPageGroupUpdate.Text = "Group Status Update";
     this.tabPageGroupUpdate.Paint += new System.Windows.Forms.PaintEventHandler(this.tabPageGroupUpdate_Paint);
     //
     // grpGrpStatusInputs
     //
     this.grpGrpStatusInputs.Controls.Add(this.chkSameMessageForAllGroup);
     this.grpGrpStatusInputs.Controls.Add(this.chkAttachLinkGroupUpdate);
     this.grpGrpStatusInputs.Controls.Add(this.label29);
     this.grpGrpStatusInputs.Controls.Add(this.txtAttachLinkGroupUpdate);
     this.grpGrpStatusInputs.Controls.Add(this.btnGroupMoreDetail);
     this.grpGrpStatusInputs.Controls.Add(this.btnAttachLinkGroupUpdate);
     this.grpGrpStatusInputs.Controls.Add(this.btnGroupDiscussion);
     this.grpGrpStatusInputs.Controls.Add(this.txtGroupMoreDtl);
     this.grpGrpStatusInputs.Controls.Add(this.txtGroupDiscussion);
     this.grpGrpStatusInputs.Controls.Add(this.label104);
     this.grpGrpStatusInputs.Controls.Add(this.label28);
     this.grpGrpStatusInputs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpGrpStatusInputs.Location = new System.Drawing.Point(526, 11);
     this.grpGrpStatusInputs.Name = "grpGrpStatusInputs";
     this.grpGrpStatusInputs.Size = new System.Drawing.Size(512, 122);
     this.grpGrpStatusInputs.TabIndex = 132;
     this.grpGrpStatusInputs.TabStop = false;
     this.grpGrpStatusInputs.Text = "Group Status Input";
     //
     // chkSameMessageForAllGroup
     //
     this.chkSameMessageForAllGroup.AutoSize = true;
     this.chkSameMessageForAllGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSameMessageForAllGroup.Location = new System.Drawing.Point(100, 100);
     this.chkSameMessageForAllGroup.Name = "chkSameMessageForAllGroup";
     this.chkSameMessageForAllGroup.Size = new System.Drawing.Size(191, 17);
     this.chkSameMessageForAllGroup.TabIndex = 128;
     this.chkSameMessageForAllGroup.Text = "Same Message For All Group";
     this.chkSameMessageForAllGroup.UseVisualStyleBackColor = true;
     //
     // chkAttachLinkGroupUpdate
     //
     this.chkAttachLinkGroupUpdate.AutoSize = true;
     this.chkAttachLinkGroupUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttachLinkGroupUpdate.Location = new System.Drawing.Point(100, 127);
     this.chkAttachLinkGroupUpdate.Name = "chkAttachLinkGroupUpdate";
     this.chkAttachLinkGroupUpdate.Size = new System.Drawing.Size(130, 17);
     this.chkAttachLinkGroupUpdate.TabIndex = 124;
     this.chkAttachLinkGroupUpdate.Text = "Only Attach a Link";
     this.chkAttachLinkGroupUpdate.UseVisualStyleBackColor = true;
     this.chkAttachLinkGroupUpdate.Visible = false;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(4, 34);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(93, 13);
     this.label29.TabIndex = 53;
     this.label29.Text = "Status Header:";
     //
     // txtAttachLinkGroupUpdate
     //
     this.txtAttachLinkGroupUpdate.BackColor = System.Drawing.Color.White;
     this.txtAttachLinkGroupUpdate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAttachLinkGroupUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAttachLinkGroupUpdate.Location = new System.Drawing.Point(100, 100);
     this.txtAttachLinkGroupUpdate.Name = "txtAttachLinkGroupUpdate";
     this.txtAttachLinkGroupUpdate.ReadOnly = true;
     this.txtAttachLinkGroupUpdate.Size = new System.Drawing.Size(307, 21);
     this.txtAttachLinkGroupUpdate.TabIndex = 125;
     this.txtAttachLinkGroupUpdate.Visible = false;
     //
     // btnGroupMoreDetail
     //
     this.btnGroupMoreDetail.BackColor = System.Drawing.Color.White;
     this.btnGroupMoreDetail.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnGroupMoreDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGroupMoreDetail.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnGroupMoreDetail.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupMoreDetail.Location = new System.Drawing.Point(413, 65);
     this.btnGroupMoreDetail.Name = "btnGroupMoreDetail";
     this.btnGroupMoreDetail.Size = new System.Drawing.Size(77, 28);
     this.btnGroupMoreDetail.TabIndex = 7;
     this.btnGroupMoreDetail.UseVisualStyleBackColor = false;
     this.btnGroupMoreDetail.Click += new System.EventHandler(this.btnGroupMoreDetail_Click);
     //
     // btnAttachLinkGroupUpdate
     //
     this.btnAttachLinkGroupUpdate.BackColor = System.Drawing.Color.White;
     this.btnAttachLinkGroupUpdate.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnAttachLinkGroupUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnAttachLinkGroupUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnAttachLinkGroupUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAttachLinkGroupUpdate.Location = new System.Drawing.Point(413, 99);
     this.btnAttachLinkGroupUpdate.Name = "btnAttachLinkGroupUpdate";
     this.btnAttachLinkGroupUpdate.Size = new System.Drawing.Size(77, 28);
     this.btnAttachLinkGroupUpdate.TabIndex = 126;
     this.btnAttachLinkGroupUpdate.UseVisualStyleBackColor = false;
     this.btnAttachLinkGroupUpdate.Visible = false;
     this.btnAttachLinkGroupUpdate.Click += new System.EventHandler(this.btnAttachLinkGroupUpdate_Click);
     //
     // btnGroupDiscussion
     //
     this.btnGroupDiscussion.BackColor = System.Drawing.Color.White;
     this.btnGroupDiscussion.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnGroupDiscussion.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGroupDiscussion.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnGroupDiscussion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupDiscussion.Location = new System.Drawing.Point(413, 27);
     this.btnGroupDiscussion.Name = "btnGroupDiscussion";
     this.btnGroupDiscussion.Size = new System.Drawing.Size(77, 28);
     this.btnGroupDiscussion.TabIndex = 5;
     this.btnGroupDiscussion.UseVisualStyleBackColor = false;
     this.btnGroupDiscussion.Click += new System.EventHandler(this.btnGroupDiscussion_Click);
     //
     // txtGroupMoreDtl
     //
     this.txtGroupMoreDtl.BackColor = System.Drawing.Color.White;
     this.txtGroupMoreDtl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupMoreDtl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupMoreDtl.Location = new System.Drawing.Point(100, 66);
     this.txtGroupMoreDtl.Name = "txtGroupMoreDtl";
     this.txtGroupMoreDtl.ReadOnly = true;
     this.txtGroupMoreDtl.Size = new System.Drawing.Size(307, 21);
     this.txtGroupMoreDtl.TabIndex = 6;
     //
     // txtGroupDiscussion
     //
     this.txtGroupDiscussion.BackColor = System.Drawing.Color.White;
     this.txtGroupDiscussion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupDiscussion.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupDiscussion.Location = new System.Drawing.Point(100, 30);
     this.txtGroupDiscussion.Name = "txtGroupDiscussion";
     this.txtGroupDiscussion.ReadOnly = true;
     this.txtGroupDiscussion.Size = new System.Drawing.Size(307, 21);
     this.txtGroupDiscussion.TabIndex = 4;
     //
     // label104
     //
     this.label104.AutoSize = true;
     this.label104.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label104.Location = new System.Drawing.Point(25, 104);
     this.label104.Name = "label104";
     this.label104.Size = new System.Drawing.Size(72, 13);
     this.label104.TabIndex = 127;
     this.label104.Text = "Add a Link:";
     this.label104.Visible = false;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(14, 69);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(83, 13);
     this.label28.TabIndex = 55;
     this.label28.Text = "More Details:";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label47.Location = new System.Drawing.Point(581, 284);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(0, 13);
     this.label47.TabIndex = 131;
     this.label47.Visible = false;
     //
     // grpGroupDetails
     //
     this.grpGroupDetails.Controls.Add(this.chkGroupCollection);
     this.grpGroupDetails.Controls.Add(this.chkGroupUpdate);
     this.grpGroupDetails.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpGroupDetails.Location = new System.Drawing.Point(20, 82);
     this.grpGroupDetails.Name = "grpGroupDetails";
     this.grpGroupDetails.Size = new System.Drawing.Size(500, 189);
     this.grpGroupDetails.TabIndex = 128;
     this.grpGroupDetails.TabStop = false;
     this.grpGroupDetails.Text = "Account Wise Group Details";
     //
     // chkGroupCollection
     //
     this.chkGroupCollection.BackColor = System.Drawing.Color.White;
     this.chkGroupCollection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkGroupCollection.CheckOnClick = true;
     this.chkGroupCollection.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkGroupCollection.FormattingEnabled = true;
     this.chkGroupCollection.HorizontalScrollbar = true;
     this.chkGroupCollection.Location = new System.Drawing.Point(14, 19);
     this.chkGroupCollection.Name = "chkGroupCollection";
     this.chkGroupCollection.Size = new System.Drawing.Size(466, 146);
     this.chkGroupCollection.TabIndex = 3;
     //
     // chkGroupUpdate
     //
     this.chkGroupUpdate.AutoSize = true;
     this.chkGroupUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkGroupUpdate.Location = new System.Drawing.Point(14, 168);
     this.chkGroupUpdate.Name = "chkGroupUpdate";
     this.chkGroupUpdate.Size = new System.Drawing.Size(150, 17);
     this.chkGroupUpdate.TabIndex = 86;
     this.chkGroupUpdate.Text = "Select All/Unselect All";
     this.chkGroupUpdate.UseVisualStyleBackColor = true;
     this.chkGroupUpdate.CheckedChanged += new System.EventHandler(this.chkGroupUpdate_CheckedChanged);
     //
     // gpGroupStatusAction
     //
     this.gpGroupStatusAction.Controls.Add(this.btnGroupStatusUpdateHelp);
     this.gpGroupStatusAction.Controls.Add(this.btnGroupUpdate);
     this.gpGroupStatusAction.Controls.Add(this.btngrpupdate);
     this.gpGroupStatusAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpGroupStatusAction.Location = new System.Drawing.Point(526, 205);
     this.gpGroupStatusAction.Name = "gpGroupStatusAction";
     this.gpGroupStatusAction.Size = new System.Drawing.Size(512, 66);
     this.gpGroupStatusAction.TabIndex = 130;
     this.gpGroupStatusAction.TabStop = false;
     this.gpGroupStatusAction.Text = "Submit Action";
     //
     // btnGroupStatusUpdateHelp
     //
     this.btnGroupStatusUpdateHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnGroupStatusUpdateHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupStatusUpdateHelp.Location = new System.Drawing.Point(389, 23);
     this.btnGroupStatusUpdateHelp.Name = "btnGroupStatusUpdateHelp";
     this.btnGroupStatusUpdateHelp.Size = new System.Drawing.Size(86, 31);
     this.btnGroupStatusUpdateHelp.TabIndex = 178;
     this.btnGroupStatusUpdateHelp.UseVisualStyleBackColor = true;
     this.btnGroupStatusUpdateHelp.Visible = false;
     this.btnGroupStatusUpdateHelp.Click += new System.EventHandler(this.btnGroupStatusUpdateHelp_Click);
     //
     // btnGroupUpdate
     //
     this.btnGroupUpdate.BackColor = System.Drawing.Color.White;
     this.btnGroupUpdate.BackgroundImage = global::InBoardPro.Properties.Resources.send_update;
     this.btnGroupUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGroupUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupUpdate.Location = new System.Drawing.Point(100, 22);
     this.btnGroupUpdate.Name = "btnGroupUpdate";
     this.btnGroupUpdate.Size = new System.Drawing.Size(135, 30);
     this.btnGroupUpdate.TabIndex = 8;
     this.btnGroupUpdate.UseVisualStyleBackColor = false;
     this.btnGroupUpdate.Click += new System.EventHandler(this.btnGroupUpdate_Click);
     //
     // btngrpupdate
     //
     this.btngrpupdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btngrpupdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btngrpupdate.Image = global::InBoardPro.Properties.Resources.stop;
     this.btngrpupdate.Location = new System.Drawing.Point(250, 23);
     this.btngrpupdate.Name = "btngrpupdate";
     this.btngrpupdate.Size = new System.Drawing.Size(126, 30);
     this.btngrpupdate.TabIndex = 111;
     this.btngrpupdate.UseVisualStyleBackColor = true;
     this.btngrpupdate.Click += new System.EventHandler(this.btngrpupdate_Click);
     //
     // gpGroupStatusDelaySetting
     //
     this.gpGroupStatusDelaySetting.Controls.Add(this.label110);
     this.gpGroupStatusDelaySetting.Controls.Add(this.txtGroupUpdateMaxDelay);
     this.gpGroupStatusDelaySetting.Controls.Add(this.label94);
     this.gpGroupStatusDelaySetting.Controls.Add(this.label95);
     this.gpGroupStatusDelaySetting.Controls.Add(this.txtGroupUpdateMinDelay);
     this.gpGroupStatusDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpGroupStatusDelaySetting.Location = new System.Drawing.Point(526, 139);
     this.gpGroupStatusDelaySetting.Name = "gpGroupStatusDelaySetting";
     this.gpGroupStatusDelaySetting.Size = new System.Drawing.Size(512, 60);
     this.gpGroupStatusDelaySetting.TabIndex = 123;
     this.gpGroupStatusDelaySetting.TabStop = false;
     this.gpGroupStatusDelaySetting.Text = "Delay Between Group Update";
     //
     // label110
     //
     this.label110.AutoSize = true;
     this.label110.BackColor = System.Drawing.Color.Transparent;
     this.label110.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label110.Location = new System.Drawing.Point(225, 28);
     this.label110.Name = "label110";
     this.label110.Size = new System.Drawing.Size(260, 13);
     this.label110.TabIndex = 122;
     this.label110.Text = "(Its randomly delay between both  seconds)";
     //
     // txtGroupUpdateMaxDelay
     //
     this.txtGroupUpdateMaxDelay.BackColor = System.Drawing.Color.White;
     this.txtGroupUpdateMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupUpdateMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupUpdateMaxDelay.Location = new System.Drawing.Point(176, 24);
     this.txtGroupUpdateMaxDelay.Name = "txtGroupUpdateMaxDelay";
     this.txtGroupUpdateMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtGroupUpdateMaxDelay.TabIndex = 119;
     this.txtGroupUpdateMaxDelay.Text = "25";
     this.txtGroupUpdateMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label94.Location = new System.Drawing.Point(52, 28);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(45, 13);
     this.label94.TabIndex = 116;
     this.label94.Text = "Delay:";
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label95.Location = new System.Drawing.Point(152, 28);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(18, 13);
     this.label95.TabIndex = 117;
     this.label95.Text = "to";
     //
     // txtGroupUpdateMinDelay
     //
     this.txtGroupUpdateMinDelay.BackColor = System.Drawing.Color.White;
     this.txtGroupUpdateMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGroupUpdateMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGroupUpdateMinDelay.Location = new System.Drawing.Point(100, 24);
     this.txtGroupUpdateMinDelay.Name = "txtGroupUpdateMinDelay";
     this.txtGroupUpdateMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtGroupUpdateMinDelay.TabIndex = 118;
     this.txtGroupUpdateMinDelay.Text = "20";
     this.txtGroupUpdateMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gpGroupStatusLogger
     //
     this.gpGroupStatusLogger.BackColor = System.Drawing.Color.Transparent;
     this.gpGroupStatusLogger.Controls.Add(this.lstGroupUpdate);
     this.gpGroupStatusLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpGroupStatusLogger.Location = new System.Drawing.Point(20, 277);
     this.gpGroupStatusLogger.Name = "gpGroupStatusLogger";
     this.gpGroupStatusLogger.Size = new System.Drawing.Size(1021, 245);
     this.gpGroupStatusLogger.TabIndex = 98;
     this.gpGroupStatusLogger.TabStop = false;
     this.gpGroupStatusLogger.Text = "Process Logger";
     //
     // lstGroupUpdate
     //
     this.lstGroupUpdate.BackColor = System.Drawing.Color.White;
     this.lstGroupUpdate.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstGroupUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstGroupUpdate.ForeColor = System.Drawing.Color.Black;
     this.lstGroupUpdate.FormattingEnabled = true;
     this.lstGroupUpdate.HorizontalScrollbar = true;
     this.lstGroupUpdate.Location = new System.Drawing.Point(3, 17);
     this.lstGroupUpdate.Name = "lstGroupUpdate";
     this.lstGroupUpdate.ScrollAlwaysVisible = true;
     this.lstGroupUpdate.Size = new System.Drawing.Size(1015, 225);
     this.lstGroupUpdate.TabIndex = 10;
     //
     // grpGetGroups
     //
     this.grpGetGroups.Controls.Add(this.btnGetUser);
     this.grpGetGroups.Controls.Add(this.cmbGroupUser);
     this.grpGetGroups.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpGetGroups.Location = new System.Drawing.Point(20, 11);
     this.grpGetGroups.Name = "grpGetGroups";
     this.grpGetGroups.Size = new System.Drawing.Size(500, 68);
     this.grpGetGroups.TabIndex = 129;
     this.grpGetGroups.TabStop = false;
     this.grpGetGroups.Text = "Get Groups with User";
     //
     // btnGetUser
     //
     this.btnGetUser.BackColor = System.Drawing.Color.White;
     this.btnGetUser.BackgroundImage = global::InBoardPro.Properties.Resources.get_group;
     this.btnGetUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGetUser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGetUser.Location = new System.Drawing.Point(21, 27);
     this.btnGetUser.Name = "btnGetUser";
     this.btnGetUser.Size = new System.Drawing.Size(120, 30);
     this.btnGetUser.TabIndex = 1;
     this.btnGetUser.UseVisualStyleBackColor = false;
     this.btnGetUser.Click += new System.EventHandler(this.btnGetUser_Click);
     //
     // cmbGroupUser
     //
     this.cmbGroupUser.BackColor = System.Drawing.Color.LightCyan;
     this.cmbGroupUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroupUser.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbGroupUser.FormattingEnabled = true;
     this.cmbGroupUser.Location = new System.Drawing.Point(154, 31);
     this.cmbGroupUser.Margin = new System.Windows.Forms.Padding(2);
     this.cmbGroupUser.Name = "cmbGroupUser";
     this.cmbGroupUser.Size = new System.Drawing.Size(326, 21);
     this.cmbGroupUser.TabIndex = 2;
     this.cmbGroupUser.SelectedIndexChanged += new System.EventHandler(this.cmbGroupUser_SelectedIndexChanged);
     //
     // tabComposeMessage
     //
     this.tabComposeMessage.BackColor = System.Drawing.Color.Transparent;
     this.tabComposeMessage.Controls.Add(this.groupBox11);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgAction);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgInputs);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgDelaySetting);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgLogger);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgToSendMsg);
     this.tabComposeMessage.Controls.Add(this.label45);
     this.tabComposeMessage.Controls.Add(this.gbComposeMsgSetting);
     this.tabComposeMessage.ImageIndex = 18;
     this.tabComposeMessage.Location = new System.Drawing.Point(204, 4);
     this.tabComposeMessage.Name = "tabComposeMessage";
     this.tabComposeMessage.Size = new System.Drawing.Size(1744, 556);
     this.tabComposeMessage.TabIndex = 18;
     this.tabComposeMessage.Text = "Compose Message";
     this.tabComposeMessage.Paint += new System.Windows.Forms.PaintEventHandler(this.tabComposeMessage_Paint);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.btnClearDatabaseCompose);
     this.groupBox11.Controls.Add(this.txtClearDatabaseComposeMgs);
     this.groupBox11.Controls.Add(this.chkClearDbComposeMgs);
     this.groupBox11.Controls.Add(this.rbchkPreventMsgHaveAllreadysentGlobalUser);
     this.groupBox11.Controls.Add(this.rbPreventMsgHaveAllreadysentWithUSer);
     this.groupBox11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox11.Location = new System.Drawing.Point(523, 243);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(515, 80);
     this.groupBox11.TabIndex = 135;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Message Duplicacy Setting";
     //
     // btnClearDatabaseCompose
     //
     this.btnClearDatabaseCompose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClearDatabaseCompose.Location = new System.Drawing.Point(423, 44);
     this.btnClearDatabaseCompose.Name = "btnClearDatabaseCompose";
     this.btnClearDatabaseCompose.Size = new System.Drawing.Size(86, 23);
     this.btnClearDatabaseCompose.TabIndex = 118;
     this.btnClearDatabaseCompose.Text = "Submit";
     this.btnClearDatabaseCompose.UseVisualStyleBackColor = true;
     this.btnClearDatabaseCompose.Visible = false;
     this.btnClearDatabaseCompose.Click += new System.EventHandler(this.btnClearDatabaseCompose_Click);
     //
     // txtClearDatabaseComposeMgs
     //
     this.txtClearDatabaseComposeMgs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClearDatabaseComposeMgs.Location = new System.Drawing.Point(289, 45);
     this.txtClearDatabaseComposeMgs.Name = "txtClearDatabaseComposeMgs";
     this.txtClearDatabaseComposeMgs.Size = new System.Drawing.Size(125, 21);
     this.txtClearDatabaseComposeMgs.TabIndex = 117;
     this.txtClearDatabaseComposeMgs.Visible = false;
     //
     // chkClearDbComposeMgs
     //
     this.chkClearDbComposeMgs.AutoSize = true;
     this.chkClearDbComposeMgs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkClearDbComposeMgs.Location = new System.Drawing.Point(395, 21);
     this.chkClearDbComposeMgs.Name = "chkClearDbComposeMgs";
     this.chkClearDbComposeMgs.Size = new System.Drawing.Size(111, 17);
     this.chkClearDbComposeMgs.TabIndex = 116;
     this.chkClearDbComposeMgs.Text = "ClearDatabase";
     this.chkClearDbComposeMgs.UseVisualStyleBackColor = true;
     this.chkClearDbComposeMgs.CheckedChanged += new System.EventHandler(this.chkClearDbComposeMgs_CheckedChanged);
     //
     // rbchkPreventMsgHaveAllreadysentGlobalUser
     //
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.AutoSize = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.Location = new System.Drawing.Point(19, 46);
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.Name = "rbchkPreventMsgHaveAllreadysentGlobalUser";
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.Size = new System.Drawing.Size(231, 17);
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.TabIndex = 115;
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.TabStop = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.Text = "Prevent Message Duplicacy (Global)";
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.UseVisualStyleBackColor = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalUser.CheckedChanged += new System.EventHandler(this.rbchkPreventMsgHaveAllreadysentGlobalUser_CheckedChanged);
     //
     // rbPreventMsgHaveAllreadysentWithUSer
     //
     this.rbPreventMsgHaveAllreadysentWithUSer.AutoSize = true;
     this.rbPreventMsgHaveAllreadysentWithUSer.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbPreventMsgHaveAllreadysentWithUSer.Location = new System.Drawing.Point(19, 21);
     this.rbPreventMsgHaveAllreadysentWithUSer.Name = "rbPreventMsgHaveAllreadysentWithUSer";
     this.rbPreventMsgHaveAllreadysentWithUSer.Size = new System.Drawing.Size(288, 17);
     this.rbPreventMsgHaveAllreadysentWithUSer.TabIndex = 113;
     this.rbPreventMsgHaveAllreadysentWithUSer.TabStop = true;
     this.rbPreventMsgHaveAllreadysentWithUSer.Text = "Prevent Message Duplicacy (Content Specific)";
     this.rbPreventMsgHaveAllreadysentWithUSer.UseVisualStyleBackColor = true;
     this.rbPreventMsgHaveAllreadysentWithUSer.CheckedChanged += new System.EventHandler(this.rbPreventMsgHaveAllreadysentWithUSer_CheckedChanged);
     //
     // gbComposeMsgAction
     //
     this.gbComposeMsgAction.Controls.Add(this.btnComposeMsgHelp);
     this.gbComposeMsgAction.Controls.Add(this.btnStopcomposemsg);
     this.gbComposeMsgAction.Controls.Add(this.btnSendMsg);
     this.gbComposeMsgAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgAction.Location = new System.Drawing.Point(522, 342);
     this.gbComposeMsgAction.Name = "gbComposeMsgAction";
     this.gbComposeMsgAction.Size = new System.Drawing.Size(516, 66);
     this.gbComposeMsgAction.TabIndex = 126;
     this.gbComposeMsgAction.TabStop = false;
     this.gbComposeMsgAction.Text = "Submit Action";
     //
     // btnComposeMsgHelp
     //
     this.btnComposeMsgHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnComposeMsgHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnComposeMsgHelp.Location = new System.Drawing.Point(390, 20);
     this.btnComposeMsgHelp.Name = "btnComposeMsgHelp";
     this.btnComposeMsgHelp.Size = new System.Drawing.Size(86, 31);
     this.btnComposeMsgHelp.TabIndex = 179;
     this.btnComposeMsgHelp.UseVisualStyleBackColor = true;
     this.btnComposeMsgHelp.Visible = false;
     this.btnComposeMsgHelp.Click += new System.EventHandler(this.btnComposeMsgHelp_Click);
     //
     // btnStopcomposemsg
     //
     this.btnStopcomposemsg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopcomposemsg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopcomposemsg.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnStopcomposemsg.Location = new System.Drawing.Point(247, 20);
     this.btnStopcomposemsg.Name = "btnStopcomposemsg";
     this.btnStopcomposemsg.Size = new System.Drawing.Size(118, 30);
     this.btnStopcomposemsg.TabIndex = 111;
     this.btnStopcomposemsg.UseVisualStyleBackColor = true;
     this.btnStopcomposemsg.Click += new System.EventHandler(this.btnStopcomposemsg_Click);
     //
     // btnSendMsg
     //
     this.btnSendMsg.BackColor = System.Drawing.Color.White;
     this.btnSendMsg.BackgroundImage = global::InBoardPro.Properties.Resources.send_message;
     this.btnSendMsg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnSendMsg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSendMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendMsg.Location = new System.Drawing.Point(80, 20);
     this.btnSendMsg.Name = "btnSendMsg";
     this.btnSendMsg.Size = new System.Drawing.Size(145, 31);
     this.btnSendMsg.TabIndex = 6;
     this.btnSendMsg.UseVisualStyleBackColor = false;
     this.btnSendMsg.Click += new System.EventHandler(this.btnSendMsg_Click);
     //
     // gbComposeMsgInputs
     //
     this.gbComposeMsgInputs.Controls.Add(this.txtMsgBody);
     this.gbComposeMsgInputs.Controls.Add(this.label19);
     this.gbComposeMsgInputs.Controls.Add(this.txtMsgSubject);
     this.gbComposeMsgInputs.Controls.Add(this.lbGeneralLogs);
     this.gbComposeMsgInputs.Controls.Add(this.groupBox32);
     this.gbComposeMsgInputs.Controls.Add(this.label21);
     this.gbComposeMsgInputs.Controls.Add(this.label54);
     this.gbComposeMsgInputs.Controls.Add(this.chkSpinTaxComposeMsg);
     this.gbComposeMsgInputs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgInputs.Location = new System.Drawing.Point(522, 3);
     this.gbComposeMsgInputs.Name = "gbComposeMsgInputs";
     this.gbComposeMsgInputs.Size = new System.Drawing.Size(516, 236);
     this.gbComposeMsgInputs.TabIndex = 125;
     this.gbComposeMsgInputs.TabStop = false;
     this.gbComposeMsgInputs.Text = "Compose Message Inputs";
     //
     // txtMsgBody
     //
     this.txtMsgBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMsgBody.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMsgBody.Location = new System.Drawing.Point(80, 131);
     this.txtMsgBody.Multiline = true;
     this.txtMsgBody.Name = "txtMsgBody";
     this.txtMsgBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtMsgBody.Size = new System.Drawing.Size(375, 53);
     this.txtMsgBody.TabIndex = 5;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(16, 104);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(55, 13);
     this.label19.TabIndex = 55;
     this.label19.Text = "Subject:";
     //
     // txtMsgSubject
     //
     this.txtMsgSubject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMsgSubject.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMsgSubject.Location = new System.Drawing.Point(80, 104);
     this.txtMsgSubject.Name = "txtMsgSubject";
     this.txtMsgSubject.Size = new System.Drawing.Size(375, 21);
     this.txtMsgSubject.TabIndex = 4;
     //
     // lbGeneralLogs
     //
     this.lbGeneralLogs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbGeneralLogs.FormattingEnabled = true;
     this.lbGeneralLogs.Location = new System.Drawing.Point(461, 17);
     this.lbGeneralLogs.Name = "lbGeneralLogs";
     this.lbGeneralLogs.Size = new System.Drawing.Size(772, 95);
     this.lbGeneralLogs.TabIndex = 0;
     this.lbGeneralLogs.Visible = false;
     //
     // groupBox32
     //
     this.groupBox32.Controls.Add(this.label79);
     this.groupBox32.Controls.Add(this.RdbMessagingWithTag_ComposeMessage);
     this.groupBox32.Controls.Add(this.RdbBulkMessagingWithoutTag_ComposeMessage);
     this.groupBox32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox32.Location = new System.Drawing.Point(80, 17);
     this.groupBox32.Name = "groupBox32";
     this.groupBox32.Size = new System.Drawing.Size(375, 76);
     this.groupBox32.TabIndex = 113;
     this.groupBox32.TabStop = false;
     this.groupBox32.Text = "Message Setting";
     //
     // label79
     //
     this.label79.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label79.Location = new System.Drawing.Point(11, 58);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(347, 17);
     this.label79.TabIndex = 112;
     this.label79.Text = "(Format For Tag :- <Insert Name>, <Insert From Email>)";
     //
     // RdbMessagingWithTag_ComposeMessage
     //
     this.RdbMessagingWithTag_ComposeMessage.AutoSize = true;
     this.RdbMessagingWithTag_ComposeMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RdbMessagingWithTag_ComposeMessage.Location = new System.Drawing.Point(14, 38);
     this.RdbMessagingWithTag_ComposeMessage.Name = "RdbMessagingWithTag_ComposeMessage";
     this.RdbMessagingWithTag_ComposeMessage.Size = new System.Drawing.Size(138, 17);
     this.RdbMessagingWithTag_ComposeMessage.TabIndex = 1;
     this.RdbMessagingWithTag_ComposeMessage.Text = "Messaging With Tag";
     this.RdbMessagingWithTag_ComposeMessage.UseVisualStyleBackColor = true;
     //
     // RdbBulkMessagingWithoutTag_ComposeMessage
     //
     this.RdbBulkMessagingWithoutTag_ComposeMessage.AutoSize = true;
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Checked = true;
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Location = new System.Drawing.Point(14, 17);
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Name = "RdbBulkMessagingWithoutTag_ComposeMessage";
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Size = new System.Drawing.Size(185, 17);
     this.RdbBulkMessagingWithoutTag_ComposeMessage.TabIndex = 0;
     this.RdbBulkMessagingWithoutTag_ComposeMessage.TabStop = true;
     this.RdbBulkMessagingWithoutTag_ComposeMessage.Text = "Bulk Messaging Without Tag";
     this.RdbBulkMessagingWithoutTag_ComposeMessage.UseVisualStyleBackColor = true;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(30, 134);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 13);
     this.label21.TabIndex = 81;
     this.label21.Text = "Body:";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label54.ForeColor = System.Drawing.Color.Blue;
     this.label54.Location = new System.Drawing.Point(77, 210);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(423, 13);
     this.label54.TabIndex = 110;
     this.label54.Text = "(Spin Format: (hi|hello), wasup (dude|man). How (is|am) going to work)";
     //
     // chkSpinTaxComposeMsg
     //
     this.chkSpinTaxComposeMsg.AutoSize = true;
     this.chkSpinTaxComposeMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSpinTaxComposeMsg.Location = new System.Drawing.Point(80, 190);
     this.chkSpinTaxComposeMsg.Name = "chkSpinTaxComposeMsg";
     this.chkSpinTaxComposeMsg.Size = new System.Drawing.Size(94, 17);
     this.chkSpinTaxComposeMsg.TabIndex = 109;
     this.chkSpinTaxComposeMsg.Text = "Use Spintax";
     this.chkSpinTaxComposeMsg.UseVisualStyleBackColor = true;
     //
     // gbComposeMsgDelaySetting
     //
     this.gbComposeMsgDelaySetting.Controls.Add(this.label111);
     this.gbComposeMsgDelaySetting.Controls.Add(this.txtComposeMsgMaxDelay);
     this.gbComposeMsgDelaySetting.Controls.Add(this.label96);
     this.gbComposeMsgDelaySetting.Controls.Add(this.label97);
     this.gbComposeMsgDelaySetting.Controls.Add(this.txtComposeMsgMinDelay);
     this.gbComposeMsgDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgDelaySetting.Location = new System.Drawing.Point(3, 342);
     this.gbComposeMsgDelaySetting.Name = "gbComposeMsgDelaySetting";
     this.gbComposeMsgDelaySetting.Size = new System.Drawing.Size(513, 67);
     this.gbComposeMsgDelaySetting.TabIndex = 123;
     this.gbComposeMsgDelaySetting.TabStop = false;
     this.gbComposeMsgDelaySetting.Text = "Delay Between Sending Message";
     //
     // label111
     //
     this.label111.AutoSize = true;
     this.label111.BackColor = System.Drawing.Color.Transparent;
     this.label111.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label111.Location = new System.Drawing.Point(190, 30);
     this.label111.Name = "label111";
     this.label111.Size = new System.Drawing.Size(311, 13);
     this.label111.TabIndex = 123;
     this.label111.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtComposeMsgMaxDelay
     //
     this.txtComposeMsgMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtComposeMsgMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComposeMsgMaxDelay.Location = new System.Drawing.Point(141, 27);
     this.txtComposeMsgMaxDelay.Name = "txtComposeMsgMaxDelay";
     this.txtComposeMsgMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtComposeMsgMaxDelay.TabIndex = 119;
     this.txtComposeMsgMaxDelay.Text = "25";
     this.txtComposeMsgMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label96
     //
     this.label96.AutoSize = true;
     this.label96.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label96.Location = new System.Drawing.Point(6, 31);
     this.label96.Name = "label96";
     this.label96.Size = new System.Drawing.Size(40, 13);
     this.label96.TabIndex = 116;
     this.label96.Text = "Delay";
     //
     // label97
     //
     this.label97.AutoSize = true;
     this.label97.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label97.Location = new System.Drawing.Point(117, 29);
     this.label97.Name = "label97";
     this.label97.Size = new System.Drawing.Size(18, 13);
     this.label97.TabIndex = 117;
     this.label97.Text = "to";
     //
     // txtComposeMsgMinDelay
     //
     this.txtComposeMsgMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtComposeMsgMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComposeMsgMinDelay.Location = new System.Drawing.Point(67, 27);
     this.txtComposeMsgMinDelay.Name = "txtComposeMsgMinDelay";
     this.txtComposeMsgMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtComposeMsgMinDelay.TabIndex = 118;
     this.txtComposeMsgMinDelay.Text = "20";
     this.txtComposeMsgMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gbComposeMsgLogger
     //
     this.gbComposeMsgLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbComposeMsgLogger.Controls.Add(this.LstComposeMsg);
     this.gbComposeMsgLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgLogger.Location = new System.Drawing.Point(9, 420);
     this.gbComposeMsgLogger.Name = "gbComposeMsgLogger";
     this.gbComposeMsgLogger.Size = new System.Drawing.Size(1029, 108);
     this.gbComposeMsgLogger.TabIndex = 98;
     this.gbComposeMsgLogger.TabStop = false;
     this.gbComposeMsgLogger.Text = "Process Logger";
     //
     // LstComposeMsg
     //
     this.LstComposeMsg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.LstComposeMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LstComposeMsg.FormattingEnabled = true;
     this.LstComposeMsg.HorizontalScrollbar = true;
     this.LstComposeMsg.Location = new System.Drawing.Point(3, 17);
     this.LstComposeMsg.Name = "LstComposeMsg";
     this.LstComposeMsg.ScrollAlwaysVisible = true;
     this.LstComposeMsg.Size = new System.Drawing.Size(1023, 88);
     this.LstComposeMsg.TabIndex = 8;
     this.LstComposeMsg.SelectedIndexChanged += new System.EventHandler(this.LstComposeMsg_SelectedIndexChanged);
     //
     // gbComposeMsgToSendMsg
     //
     this.gbComposeMsgToSendMsg.BackColor = System.Drawing.Color.Transparent;
     this.gbComposeMsgToSendMsg.Controls.Add(this.btnBrowseWithExcelInputCmpMsg);
     this.gbComposeMsgToSendMsg.Controls.Add(this.txtExcelinputpathCmpMsg);
     this.gbComposeMsgToSendMsg.Controls.Add(this.chkWithExcelInputCmpMsg);
     this.gbComposeMsgToSendMsg.Controls.Add(this.lblTotFriendList);
     this.gbComposeMsgToSendMsg.Controls.Add(this.lblTotConn);
     this.gbComposeMsgToSendMsg.Controls.Add(this.btnMessSubject);
     this.gbComposeMsgToSendMsg.Controls.Add(this.chkSelectAll);
     this.gbComposeMsgToSendMsg.Controls.Add(this.LblFromEmailId);
     this.gbComposeMsgToSendMsg.Controls.Add(this.chkMessageTo);
     this.gbComposeMsgToSendMsg.Controls.Add(this.label20);
     this.gbComposeMsgToSendMsg.Controls.Add(this.btnMsgBody);
     this.gbComposeMsgToSendMsg.Controls.Add(this.btnMsgFrom);
     this.gbComposeMsgToSendMsg.Controls.Add(this.cmbMsgFrom);
     this.gbComposeMsgToSendMsg.Controls.Add(this.label17);
     this.gbComposeMsgToSendMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgToSendMsg.Location = new System.Drawing.Point(9, 3);
     this.gbComposeMsgToSendMsg.Name = "gbComposeMsgToSendMsg";
     this.gbComposeMsgToSendMsg.Size = new System.Drawing.Size(507, 320);
     this.gbComposeMsgToSendMsg.TabIndex = 59;
     this.gbComposeMsgToSendMsg.TabStop = false;
     this.gbComposeMsgToSendMsg.Text = "Get Members to Send Message";
     //
     // btnBrowseWithExcelInputCmpMsg
     //
     this.btnBrowseWithExcelInputCmpMsg.BackColor = System.Drawing.Color.White;
     this.btnBrowseWithExcelInputCmpMsg.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnBrowseWithExcelInputCmpMsg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnBrowseWithExcelInputCmpMsg.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnBrowseWithExcelInputCmpMsg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBrowseWithExcelInputCmpMsg.ForeColor = System.Drawing.Color.Black;
     this.btnBrowseWithExcelInputCmpMsg.Location = new System.Drawing.Point(3, 143);
     this.btnBrowseWithExcelInputCmpMsg.Name = "btnBrowseWithExcelInputCmpMsg";
     this.btnBrowseWithExcelInputCmpMsg.Size = new System.Drawing.Size(77, 27);
     this.btnBrowseWithExcelInputCmpMsg.TabIndex = 137;
     this.btnBrowseWithExcelInputCmpMsg.UseVisualStyleBackColor = false;
     this.btnBrowseWithExcelInputCmpMsg.Visible = false;
     this.btnBrowseWithExcelInputCmpMsg.Click += new System.EventHandler(this.btnBrowseWithExcelInputCmpMsg_Click_1);
     //
     // txtExcelinputpathCmpMsg
     //
     this.txtExcelinputpathCmpMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExcelinputpathCmpMsg.Location = new System.Drawing.Point(6, 116);
     this.txtExcelinputpathCmpMsg.Name = "txtExcelinputpathCmpMsg";
     this.txtExcelinputpathCmpMsg.Size = new System.Drawing.Size(114, 21);
     this.txtExcelinputpathCmpMsg.TabIndex = 126;
     this.txtExcelinputpathCmpMsg.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // chkWithExcelInputCmpMsg
     //
     this.chkWithExcelInputCmpMsg.AutoSize = true;
     this.chkWithExcelInputCmpMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkWithExcelInputCmpMsg.Location = new System.Drawing.Point(6, 98);
     this.chkWithExcelInputCmpMsg.Name = "chkWithExcelInputCmpMsg";
     this.chkWithExcelInputCmpMsg.Size = new System.Drawing.Size(119, 17);
     this.chkWithExcelInputCmpMsg.TabIndex = 125;
     this.chkWithExcelInputCmpMsg.Text = "With Excel Input";
     this.chkWithExcelInputCmpMsg.UseVisualStyleBackColor = true;
     this.chkWithExcelInputCmpMsg.CheckedChanged += new System.EventHandler(this.chkWithExcelInputCmpMsg_CheckedChanged);
     //
     // lblTotFriendList
     //
     this.lblTotFriendList.AutoSize = true;
     this.lblTotFriendList.BackColor = System.Drawing.Color.Transparent;
     this.lblTotFriendList.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotFriendList.Location = new System.Drawing.Point(96, 82);
     this.lblTotFriendList.Name = "lblTotFriendList";
     this.lblTotFriendList.Size = new System.Drawing.Size(24, 13);
     this.lblTotFriendList.TabIndex = 124;
     this.lblTotFriendList.Text = "(0)";
     //
     // lblTotConn
     //
     this.lblTotConn.AutoSize = true;
     this.lblTotConn.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lblTotConn.Location = new System.Drawing.Point(115, 67);
     this.lblTotConn.Name = "lblTotConn";
     this.lblTotConn.Size = new System.Drawing.Size(0, 13);
     this.lblTotConn.TabIndex = 86;
     this.lblTotConn.Visible = false;
     //
     // btnMessSubject
     //
     this.btnMessSubject.BackColor = System.Drawing.Color.White;
     this.btnMessSubject.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMessSubject.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMessSubject.Location = new System.Drawing.Point(9, 188);
     this.btnMessSubject.Name = "btnMessSubject";
     this.btnMessSubject.Size = new System.Drawing.Size(36, 21);
     this.btnMessSubject.TabIndex = 72;
     this.btnMessSubject.UseVisualStyleBackColor = false;
     this.btnMessSubject.Visible = false;
     this.btnMessSubject.Click += new System.EventHandler(this.btnMessSubject_Click);
     //
     // chkSelectAll
     //
     this.chkSelectAll.AutoSize = true;
     this.chkSelectAll.BackColor = System.Drawing.Color.Transparent;
     this.chkSelectAll.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSelectAll.Location = new System.Drawing.Point(76, 292);
     this.chkSelectAll.Name = "chkSelectAll";
     this.chkSelectAll.Size = new System.Drawing.Size(79, 17);
     this.chkSelectAll.TabIndex = 3;
     this.chkSelectAll.Text = "Select All";
     this.chkSelectAll.UseVisualStyleBackColor = false;
     this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
     //
     // LblFromEmailId
     //
     this.LblFromEmailId.AutoSize = true;
     this.LblFromEmailId.Location = new System.Drawing.Point(461, 67);
     this.LblFromEmailId.Name = "LblFromEmailId";
     this.LblFromEmailId.Size = new System.Drawing.Size(0, 13);
     this.LblFromEmailId.TabIndex = 84;
     this.LblFromEmailId.Visible = false;
     //
     // chkMessageTo
     //
     this.chkMessageTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkMessageTo.CheckOnClick = true;
     this.chkMessageTo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkMessageTo.FormattingEnabled = true;
     this.chkMessageTo.HorizontalScrollbar = true;
     this.chkMessageTo.Location = new System.Drawing.Point(162, 67);
     this.chkMessageTo.Name = "chkMessageTo";
     this.chkMessageTo.Size = new System.Drawing.Size(299, 242);
     this.chkMessageTo.TabIndex = 2;
     this.chkMessageTo.SelectedIndexChanged += new System.EventHandler(this.chkMessageTo_SelectedIndexChanged);
     this.chkMessageTo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chkMessageTo_MouseDoubleClick);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(76, 69);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(79, 13);
     this.label20.TabIndex = 82;
     this.label20.Text = "Message To:";
     //
     // btnMsgBody
     //
     this.btnMsgBody.BackColor = System.Drawing.Color.White;
     this.btnMsgBody.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMsgBody.Location = new System.Drawing.Point(9, 163);
     this.btnMsgBody.Name = "btnMsgBody";
     this.btnMsgBody.Size = new System.Drawing.Size(36, 21);
     this.btnMsgBody.TabIndex = 80;
     this.btnMsgBody.UseVisualStyleBackColor = false;
     this.btnMsgBody.Visible = false;
     this.btnMsgBody.Click += new System.EventHandler(this.btnMsgBody_Click);
     //
     // btnMsgFrom
     //
     this.btnMsgFrom.BackColor = System.Drawing.Color.White;
     this.btnMsgFrom.BackgroundImage = global::InBoardPro.Properties.Resources.message_from;
     this.btnMsgFrom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnMsgFrom.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnMsgFrom.Location = new System.Drawing.Point(12, 29);
     this.btnMsgFrom.Name = "btnMsgFrom";
     this.btnMsgFrom.Size = new System.Drawing.Size(144, 29);
     this.btnMsgFrom.TabIndex = 1;
     this.btnMsgFrom.UseVisualStyleBackColor = false;
     this.btnMsgFrom.Click += new System.EventHandler(this.btnMsgFrom_Click);
     //
     // cmbMsgFrom
     //
     this.cmbMsgFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMsgFrom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbMsgFrom.FormattingEnabled = true;
     this.cmbMsgFrom.Items.AddRange(new object[] {
     "Select Email To Send Message"});
     this.cmbMsgFrom.Location = new System.Drawing.Point(162, 30);
     this.cmbMsgFrom.Margin = new System.Windows.Forms.Padding(2);
     this.cmbMsgFrom.Name = "cmbMsgFrom";
     this.cmbMsgFrom.Size = new System.Drawing.Size(296, 21);
     this.cmbMsgFrom.TabIndex = 77;
     this.cmbMsgFrom.SelectedIndexChanged += new System.EventHandler(this.cmbMsgFrom_SelectedIndexChanged);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(23, 109);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(0, 13);
     this.label17.TabIndex = 76;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(489, 279);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(27, 14);
     this.label45.TabIndex = 95;
     this.label45.Text = ".....";
     this.label45.Visible = false;
     //
     // gbComposeMsgSetting
     //
     this.gbComposeMsgSetting.Controls.Add(this.label72);
     this.gbComposeMsgSetting.Controls.Add(this.TxtNoOfFriends_ComposeMessage);
     this.gbComposeMsgSetting.Controls.Add(this.label71);
     this.gbComposeMsgSetting.Controls.Add(this.label70);
     this.gbComposeMsgSetting.Controls.Add(this.ChkAllAccounts_ComposeMessage);
     this.gbComposeMsgSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbComposeMsgSetting.Location = new System.Drawing.Point(15, 235);
     this.gbComposeMsgSetting.Name = "gbComposeMsgSetting";
     this.gbComposeMsgSetting.Size = new System.Drawing.Size(508, 88);
     this.gbComposeMsgSetting.TabIndex = 112;
     this.gbComposeMsgSetting.TabStop = false;
     this.gbComposeMsgSetting.Text = "No of Friends to Send Message Setting";
     this.gbComposeMsgSetting.Visible = false;
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label72.Location = new System.Drawing.Point(218, 53);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(183, 13);
     this.label72.TabIndex = 118;
     this.label72.Text = "( Please Enter Numeric Value )";
     //
     // TxtNoOfFriends_ComposeMessage
     //
     this.TxtNoOfFriends_ComposeMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtNoOfFriends_ComposeMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtNoOfFriends_ComposeMessage.Location = new System.Drawing.Point(142, 48);
     this.TxtNoOfFriends_ComposeMessage.Name = "TxtNoOfFriends_ComposeMessage";
     this.TxtNoOfFriends_ComposeMessage.Size = new System.Drawing.Size(57, 21);
     this.TxtNoOfFriends_ComposeMessage.TabIndex = 117;
     this.TxtNoOfFriends_ComposeMessage.Text = "5";
     this.TxtNoOfFriends_ComposeMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label71.Location = new System.Drawing.Point(30, 51);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(92, 13);
     this.label71.TabIndex = 116;
     this.label71.Text = "No. Of Friends ";
     //
     // label70
     //
     this.label70.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label70.Location = new System.Drawing.Point(139, 22);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(363, 18);
     this.label70.TabIndex = 115;
     this.label70.Text = "(Check this if you want all loaded accounts to Send Message)";
     //
     // ChkAllAccounts_ComposeMessage
     //
     this.ChkAllAccounts_ComposeMessage.AutoSize = true;
     this.ChkAllAccounts_ComposeMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChkAllAccounts_ComposeMessage.Location = new System.Drawing.Point(27, 23);
     this.ChkAllAccounts_ComposeMessage.Name = "ChkAllAccounts_ComposeMessage";
     this.ChkAllAccounts_ComposeMessage.Size = new System.Drawing.Size(95, 17);
     this.ChkAllAccounts_ComposeMessage.TabIndex = 114;
     this.ChkAllAccounts_ComposeMessage.Text = "All Accounts";
     this.ChkAllAccounts_ComposeMessage.UseVisualStyleBackColor = true;
     this.ChkAllAccounts_ComposeMessage.CheckedChanged += new System.EventHandler(this.ChkAllAccounts_ComposeMessage_CheckedChanged);
     //
     // tabMsgGroupMember
     //
     this.tabMsgGroupMember.BackColor = System.Drawing.Color.Transparent;
     this.tabMsgGroupMember.Controls.Add(this.groupBox1);
     this.tabMsgGroupMember.Controls.Add(this.gbGrpMesMemDetails);
     this.tabMsgGroupMember.Controls.Add(this.gbGroupMesAction);
     this.tabMsgGroupMember.Controls.Add(this.gbGroupMesMesInput);
     this.tabMsgGroupMember.Controls.Add(this.groupBox24);
     this.tabMsgGroupMember.Controls.Add(this.gbGroupMesForSendMsg);
     this.tabMsgGroupMember.Controls.Add(this.gbGroupMesDelaySetting);
     this.tabMsgGroupMember.ImageIndex = 26;
     this.tabMsgGroupMember.Location = new System.Drawing.Point(204, 4);
     this.tabMsgGroupMember.Name = "tabMsgGroupMember";
     this.tabMsgGroupMember.Padding = new System.Windows.Forms.Padding(3);
     this.tabMsgGroupMember.Size = new System.Drawing.Size(1744, 556);
     this.tabMsgGroupMember.TabIndex = 25;
     this.tabMsgGroupMember.Text = "Msg Group Member";
     this.tabMsgGroupMember.Paint += new System.Windows.Forms.PaintEventHandler(this.tabMsgGroupMember_Paint);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbchkPreventMsgHaveAllreadysentGlobalGroup);
     this.groupBox1.Controls.Add(this.rbchkPreventMsgHaveAllreadysentWithoutGroup);
     this.groupBox1.Controls.Add(this.rbPreventMsgHaveAllreadysentWithGroup);
     this.groupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(532, 266);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(506, 80);
     this.groupBox1.TabIndex = 134;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Message Duplicacy Setting";
     //
     // rbchkPreventMsgHaveAllreadysentGlobalGroup
     //
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.AutoSize = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.Location = new System.Drawing.Point(74, 56);
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.Name = "rbchkPreventMsgHaveAllreadysentGlobalGroup";
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.Size = new System.Drawing.Size(231, 17);
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.TabIndex = 115;
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.TabStop = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.Text = "Prevent Message Duplicacy (Global)";
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.UseVisualStyleBackColor = true;
     this.rbchkPreventMsgHaveAllreadysentGlobalGroup.CheckedChanged += new System.EventHandler(this.rbchkPreventMsgHaveAllreadysentGlobalGroup_CheckedChanged);
     //
     // rbchkPreventMsgHaveAllreadysentWithoutGroup
     //
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.AutoSize = true;
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.Location = new System.Drawing.Point(74, 37);
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.Name = "rbchkPreventMsgHaveAllreadysentWithoutGroup";
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.Size = new System.Drawing.Size(278, 17);
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.TabIndex = 114;
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.TabStop = true;
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.Text = "Prevent Message Duplicacy (For Any Group)";
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.UseVisualStyleBackColor = true;
     this.rbchkPreventMsgHaveAllreadysentWithoutGroup.CheckedChanged += new System.EventHandler(this.rbchkPreventMsgHaveAllreadysentWithoutGroup_CheckedChanged);
     //
     // rbPreventMsgHaveAllreadysentWithGroup
     //
     this.rbPreventMsgHaveAllreadysentWithGroup.AutoSize = true;
     this.rbPreventMsgHaveAllreadysentWithGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rbPreventMsgHaveAllreadysentWithGroup.Location = new System.Drawing.Point(74, 18);
     this.rbPreventMsgHaveAllreadysentWithGroup.Name = "rbPreventMsgHaveAllreadysentWithGroup";
     this.rbPreventMsgHaveAllreadysentWithGroup.Size = new System.Drawing.Size(278, 17);
     this.rbPreventMsgHaveAllreadysentWithGroup.TabIndex = 113;
     this.rbPreventMsgHaveAllreadysentWithGroup.TabStop = true;
     this.rbPreventMsgHaveAllreadysentWithGroup.Text = "Prevent Message Duplicacy (Group Specific)";
     this.rbPreventMsgHaveAllreadysentWithGroup.UseVisualStyleBackColor = true;
     this.rbPreventMsgHaveAllreadysentWithGroup.CheckedChanged += new System.EventHandler(this.rbPreventMsgHaveAllreadysentWithGroup_CheckedChanged);
     //
     // gbGrpMesMemDetails
     //
     this.gbGrpMesMemDetails.Controls.Add(this.txtExcelInputPath);
     this.gbGrpMesMemDetails.Controls.Add(this.btnBrowseExcelInput);
     this.gbGrpMesMemDetails.Controls.Add(this.chkWithExcelInput);
     this.gbGrpMesMemDetails.Controls.Add(this.chkGetAllScrappedMem);
     this.gbGrpMesMemDetails.Controls.Add(this.txtSearchKey);
     this.gbGrpMesMemDetails.Controls.Add(this.chkWithSearch);
     this.gbGrpMesMemDetails.Controls.Add(this.chkWithCsv);
     this.gbGrpMesMemDetails.Controls.Add(this.linkbtnScrapGroupMem);
     this.gbGrpMesMemDetails.Controls.Add(this.chk3rdConn);
     this.gbGrpMesMemDetails.Controls.Add(this.lblTotMemList);
     this.gbGrpMesMemDetails.Controls.Add(this.btnAddMember);
     this.gbGrpMesMemDetails.Controls.Add(this.chk2ndConn);
     this.gbGrpMesMemDetails.Controls.Add(this.chkGroupMem);
     this.gbGrpMesMemDetails.Controls.Add(this.chk1stconn);
     this.gbGrpMesMemDetails.Controls.Add(this.chkListGroupMembers);
     this.gbGrpMesMemDetails.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGrpMesMemDetails.Location = new System.Drawing.Point(7, 94);
     this.gbGrpMesMemDetails.Name = "gbGrpMesMemDetails";
     this.gbGrpMesMemDetails.Size = new System.Drawing.Size(519, 252);
     this.gbGrpMesMemDetails.TabIndex = 132;
     this.gbGrpMesMemDetails.TabStop = false;
     this.gbGrpMesMemDetails.Text = "Group Members Detail";
     //
     // txtExcelInputPath
     //
     this.txtExcelInputPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtExcelInputPath.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExcelInputPath.Location = new System.Drawing.Point(15, 129);
     this.txtExcelInputPath.Name = "txtExcelInputPath";
     this.txtExcelInputPath.Size = new System.Drawing.Size(130, 21);
     this.txtExcelInputPath.TabIndex = 137;
     this.txtExcelInputPath.Visible = false;
     //
     // btnBrowseExcelInput
     //
     this.btnBrowseExcelInput.BackColor = System.Drawing.Color.White;
     this.btnBrowseExcelInput.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnBrowseExcelInput.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnBrowseExcelInput.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnBrowseExcelInput.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBrowseExcelInput.ForeColor = System.Drawing.Color.Black;
     this.btnBrowseExcelInput.Location = new System.Drawing.Point(15, 153);
     this.btnBrowseExcelInput.Name = "btnBrowseExcelInput";
     this.btnBrowseExcelInput.Size = new System.Drawing.Size(77, 27);
     this.btnBrowseExcelInput.TabIndex = 136;
     this.btnBrowseExcelInput.UseVisualStyleBackColor = false;
     this.btnBrowseExcelInput.Visible = false;
     this.btnBrowseExcelInput.Click += new System.EventHandler(this.btnBrowseExcelInput_Click);
     //
     // chkWithExcelInput
     //
     this.chkWithExcelInput.AutoSize = true;
     this.chkWithExcelInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkWithExcelInput.Location = new System.Drawing.Point(15, 107);
     this.chkWithExcelInput.Name = "chkWithExcelInput";
     this.chkWithExcelInput.Size = new System.Drawing.Size(119, 17);
     this.chkWithExcelInput.TabIndex = 135;
     this.chkWithExcelInput.Text = "With Excel Input";
     this.chkWithExcelInput.UseVisualStyleBackColor = true;
     this.chkWithExcelInput.CheckedChanged += new System.EventHandler(this.chkWithExcelInput_CheckedChanged);
     //
     // chkGetAllScrappedMem
     //
     this.chkGetAllScrappedMem.AutoSize = true;
     this.chkGetAllScrappedMem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkGetAllScrappedMem.Location = new System.Drawing.Point(150, 209);
     this.chkGetAllScrappedMem.Name = "chkGetAllScrappedMem";
     this.chkGetAllScrappedMem.Size = new System.Drawing.Size(160, 17);
     this.chkGetAllScrappedMem.TabIndex = 134;
     this.chkGetAllScrappedMem.Text = "ADD Scrapped Member";
     this.chkGetAllScrappedMem.UseVisualStyleBackColor = true;
     this.chkGetAllScrappedMem.CheckedChanged += new System.EventHandler(this.chkGetAllScrappedMem_CheckedChanged);
     //
     // txtSearchKey
     //
     this.txtSearchKey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchKey.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchKey.Location = new System.Drawing.Point(15, 57);
     this.txtSearchKey.Name = "txtSearchKey";
     this.txtSearchKey.Size = new System.Drawing.Size(130, 21);
     this.txtSearchKey.TabIndex = 133;
     this.txtSearchKey.Visible = false;
     //
     // chkWithSearch
     //
     this.chkWithSearch.AutoSize = true;
     this.chkWithSearch.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkWithSearch.Location = new System.Drawing.Point(15, 23);
     this.chkWithSearch.Name = "chkWithSearch";
     this.chkWithSearch.Size = new System.Drawing.Size(95, 17);
     this.chkWithSearch.TabIndex = 132;
     this.chkWithSearch.Text = "With Search";
     this.chkWithSearch.UseVisualStyleBackColor = true;
     this.chkWithSearch.CheckedChanged += new System.EventHandler(this.chkWithSearch_CheckedChanged);
     //
     // chkWithCsv
     //
     this.chkWithCsv.AutoSize = true;
     this.chkWithCsv.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkWithCsv.Location = new System.Drawing.Point(65, 228);
     this.chkWithCsv.Name = "chkWithCsv";
     this.chkWithCsv.Size = new System.Drawing.Size(80, 17);
     this.chkWithCsv.TabIndex = 127;
     this.chkWithCsv.Text = "With CSV";
     this.chkWithCsv.UseVisualStyleBackColor = true;
     this.chkWithCsv.Visible = false;
     this.chkWithCsv.CheckedChanged += new System.EventHandler(this.chkWithCsv_CheckedChanged);
     //
     // linkbtnScrapGroupMem
     //
     this.linkbtnScrapGroupMem.AutoSize = true;
     this.linkbtnScrapGroupMem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkbtnScrapGroupMem.LinkVisited = true;
     this.linkbtnScrapGroupMem.Location = new System.Drawing.Point(151, 228);
     this.linkbtnScrapGroupMem.Name = "linkbtnScrapGroupMem";
     this.linkbtnScrapGroupMem.Size = new System.Drawing.Size(227, 13);
     this.linkbtnScrapGroupMem.TabIndex = 126;
     this.linkbtnScrapGroupMem.TabStop = true;
     this.linkbtnScrapGroupMem.Text = "Scrape Group Members (New Feature)";
     this.linkbtnScrapGroupMem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkbtnScrapGroupMem_LinkClicked);
     //
     // chk3rdConn
     //
     this.chk3rdConn.AutoSize = true;
     this.chk3rdConn.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk3rdConn.Location = new System.Drawing.Point(422, 19);
     this.chk3rdConn.Name = "chk3rdConn";
     this.chk3rdConn.Size = new System.Drawing.Size(45, 17);
     this.chk3rdConn.TabIndex = 131;
     this.chk3rdConn.Text = "3rd";
     this.chk3rdConn.UseVisualStyleBackColor = true;
     this.chk3rdConn.CheckedChanged += new System.EventHandler(this.chk3rdConn_CheckedChanged);
     //
     // lblTotMemList
     //
     this.lblTotMemList.AutoSize = true;
     this.lblTotMemList.BackColor = System.Drawing.Color.Transparent;
     this.lblTotMemList.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotMemList.Location = new System.Drawing.Point(75, 202);
     this.lblTotMemList.Name = "lblTotMemList";
     this.lblTotMemList.Size = new System.Drawing.Size(24, 13);
     this.lblTotMemList.TabIndex = 128;
     this.lblTotMemList.Text = "(0)";
     //
     // btnAddMember
     //
     this.btnAddMember.BackgroundImage = global::InBoardPro.Properties.Resources.get_member;
     this.btnAddMember.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAddMember.Location = new System.Drawing.Point(150, 23);
     this.btnAddMember.Name = "btnAddMember";
     this.btnAddMember.Size = new System.Drawing.Size(136, 28);
     this.btnAddMember.TabIndex = 105;
     this.btnAddMember.UseVisualStyleBackColor = true;
     this.btnAddMember.Click += new System.EventHandler(this.btnAddMember_Click);
     //
     // chk2ndConn
     //
     this.chk2ndConn.AutoSize = true;
     this.chk2ndConn.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk2ndConn.Location = new System.Drawing.Point(370, 19);
     this.chk2ndConn.Name = "chk2ndConn";
     this.chk2ndConn.Size = new System.Drawing.Size(47, 17);
     this.chk2ndConn.TabIndex = 130;
     this.chk2ndConn.Text = "2nd";
     this.chk2ndConn.UseVisualStyleBackColor = true;
     this.chk2ndConn.CheckedChanged += new System.EventHandler(this.chk2ndConn_CheckedChanged);
     //
     // chkGroupMem
     //
     this.chkGroupMem.AutoSize = true;
     this.chkGroupMem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkGroupMem.Location = new System.Drawing.Point(321, 37);
     this.chkGroupMem.Name = "chkGroupMem";
     this.chkGroupMem.Size = new System.Drawing.Size(150, 17);
     this.chkGroupMem.TabIndex = 86;
     this.chkGroupMem.Text = "Select All/Unselect All";
     this.chkGroupMem.UseVisualStyleBackColor = true;
     this.chkGroupMem.CheckedChanged += new System.EventHandler(this.chkGroupMem_CheckedChanged);
     //
     // chk1stconn
     //
     this.chk1stconn.AutoSize = true;
     this.chk1stconn.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk1stconn.Location = new System.Drawing.Point(321, 19);
     this.chk1stconn.Name = "chk1stconn";
     this.chk1stconn.Size = new System.Drawing.Size(43, 17);
     this.chk1stconn.TabIndex = 129;
     this.chk1stconn.Text = "1st";
     this.chk1stconn.UseVisualStyleBackColor = true;
     this.chk1stconn.CheckedChanged += new System.EventHandler(this.chk1stconn_CheckedChanged);
     //
     // chkListGroupMembers
     //
     this.chkListGroupMembers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chkListGroupMembers.CheckOnClick = true;
     this.chkListGroupMembers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkListGroupMembers.FormattingEnabled = true;
     this.chkListGroupMembers.HorizontalScrollbar = true;
     this.chkListGroupMembers.Location = new System.Drawing.Point(150, 57);
     this.chkListGroupMembers.Name = "chkListGroupMembers";
     this.chkListGroupMembers.Size = new System.Drawing.Size(349, 146);
     this.chkListGroupMembers.TabIndex = 3;
     this.chkListGroupMembers.SelectedIndexChanged += new System.EventHandler(this.chkListGroupMembers_SelectedIndexChanged);
     //
     // gbGroupMesAction
     //
     this.gbGroupMesAction.Controls.Add(this.btnMsgGroupMemHelp);
     this.gbGroupMesAction.Controls.Add(this.btnGroupMessage);
     this.gbGroupMesAction.Controls.Add(this.btnstopSentMessage);
     this.gbGroupMesAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesAction.Location = new System.Drawing.Point(532, 352);
     this.gbGroupMesAction.Name = "gbGroupMesAction";
     this.gbGroupMesAction.Size = new System.Drawing.Size(506, 54);
     this.gbGroupMesAction.TabIndex = 133;
     this.gbGroupMesAction.TabStop = false;
     this.gbGroupMesAction.Text = "Submit Action";
     //
     // btnMsgGroupMemHelp
     //
     this.btnMsgGroupMemHelp.BackgroundImage = global::InBoardPro.Properties.Resources.help;
     this.btnMsgGroupMemHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnMsgGroupMemHelp.Location = new System.Drawing.Point(408, 13);
     this.btnMsgGroupMemHelp.Name = "btnMsgGroupMemHelp";
     this.btnMsgGroupMemHelp.Size = new System.Drawing.Size(86, 31);
     this.btnMsgGroupMemHelp.TabIndex = 180;
     this.btnMsgGroupMemHelp.UseVisualStyleBackColor = true;
     this.btnMsgGroupMemHelp.Visible = false;
     this.btnMsgGroupMemHelp.Click += new System.EventHandler(this.btnMsgGroupMemHelp_Click);
     //
     // btnGroupMessage
     //
     this.btnGroupMessage.BackColor = System.Drawing.Color.White;
     this.btnGroupMessage.BackgroundImage = global::InBoardPro.Properties.Resources.send_message;
     this.btnGroupMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGroupMessage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGroupMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGroupMessage.Location = new System.Drawing.Point(107, 14);
     this.btnGroupMessage.Name = "btnGroupMessage";
     this.btnGroupMessage.Size = new System.Drawing.Size(145, 31);
     this.btnGroupMessage.TabIndex = 97;
     this.btnGroupMessage.UseVisualStyleBackColor = false;
     this.btnGroupMessage.Click += new System.EventHandler(this.btnGroupMessage_Click);
     //
     // btnstopSentMessage
     //
     this.btnstopSentMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnstopSentMessage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnstopSentMessage.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnstopSentMessage.Location = new System.Drawing.Point(269, 14);
     this.btnstopSentMessage.Name = "btnstopSentMessage";
     this.btnstopSentMessage.Size = new System.Drawing.Size(126, 30);
     this.btnstopSentMessage.TabIndex = 109;
     this.btnstopSentMessage.UseVisualStyleBackColor = true;
     this.btnstopSentMessage.Click += new System.EventHandler(this.btnstopSentMessage_Click);
     //
     // gbGroupMesMesInput
     //
     this.gbGroupMesMesInput.Controls.Add(this.btnClearDatabase);
     this.gbGroupMesMesInput.Controls.Add(this.txtClearDatabase);
     this.gbGroupMesMesInput.Controls.Add(this.chkClearDatabase);
     this.gbGroupMesMesInput.Controls.Add(this.gbGroupMesSetting);
     this.gbGroupMesMesInput.Controls.Add(this.label25);
     this.gbGroupMesMesInput.Controls.Add(this.label15);
     this.gbGroupMesMesInput.Controls.Add(this.txtSubject);
     this.gbGroupMesMesInput.Controls.Add(this.txtBody);
     this.gbGroupMesMesInput.Controls.Add(this.chkUseSpintax_GroupMessage);
     this.gbGroupMesMesInput.Controls.Add(this.label53);
     this.gbGroupMesMesInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesMesInput.Location = new System.Drawing.Point(532, 6);
     this.gbGroupMesMesInput.Name = "gbGroupMesMesInput";
     this.gbGroupMesMesInput.Size = new System.Drawing.Size(506, 254);
     this.gbGroupMesMesInput.TabIndex = 132;
     this.gbGroupMesMesInput.TabStop = false;
     this.gbGroupMesMesInput.Text = "Message Inputs";
     //
     // btnClearDatabase
     //
     this.btnClearDatabase.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClearDatabase.Location = new System.Drawing.Point(403, 201);
     this.btnClearDatabase.Name = "btnClearDatabase";
     this.btnClearDatabase.Size = new System.Drawing.Size(86, 23);
     this.btnClearDatabase.TabIndex = 113;
     this.btnClearDatabase.Text = "Submit";
     this.btnClearDatabase.UseVisualStyleBackColor = true;
     this.btnClearDatabase.Visible = false;
     this.btnClearDatabase.Click += new System.EventHandler(this.btnClearDatabase_Click);
     //
     // txtClearDatabase
     //
     this.txtClearDatabase.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClearDatabase.Location = new System.Drawing.Point(275, 202);
     this.txtClearDatabase.Name = "txtClearDatabase";
     this.txtClearDatabase.Size = new System.Drawing.Size(125, 21);
     this.txtClearDatabase.TabIndex = 112;
     this.txtClearDatabase.Visible = false;
     //
     // chkClearDatabase
     //
     this.chkClearDatabase.AutoSize = true;
     this.chkClearDatabase.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkClearDatabase.Location = new System.Drawing.Point(165, 205);
     this.chkClearDatabase.Name = "chkClearDatabase";
     this.chkClearDatabase.Size = new System.Drawing.Size(111, 17);
     this.chkClearDatabase.TabIndex = 111;
     this.chkClearDatabase.Text = "ClearDatabase";
     this.chkClearDatabase.UseVisualStyleBackColor = true;
     this.chkClearDatabase.CheckedChanged += new System.EventHandler(this.chkClearDatabase_CheckedChanged);
     //
     // gbGroupMesSetting
     //
     this.gbGroupMesSetting.Controls.Add(this.ChkMessagingWithTag_MessageGroupMember);
     this.gbGroupMesSetting.Controls.Add(this.label78);
     this.gbGroupMesSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesSetting.Location = new System.Drawing.Point(74, 20);
     this.gbGroupMesSetting.Name = "gbGroupMesSetting";
     this.gbGroupMesSetting.Size = new System.Drawing.Size(414, 76);
     this.gbGroupMesSetting.TabIndex = 110;
     this.gbGroupMesSetting.TabStop = false;
     this.gbGroupMesSetting.Text = "Message Setting";
     //
     // ChkMessagingWithTag_MessageGroupMember
     //
     this.ChkMessagingWithTag_MessageGroupMember.AutoSize = true;
     this.ChkMessagingWithTag_MessageGroupMember.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChkMessagingWithTag_MessageGroupMember.Location = new System.Drawing.Point(33, 21);
     this.ChkMessagingWithTag_MessageGroupMember.Name = "ChkMessagingWithTag_MessageGroupMember";
     this.ChkMessagingWithTag_MessageGroupMember.Size = new System.Drawing.Size(139, 17);
     this.ChkMessagingWithTag_MessageGroupMember.TabIndex = 113;
     this.ChkMessagingWithTag_MessageGroupMember.Text = "Messaging With Tag";
     this.ChkMessagingWithTag_MessageGroupMember.UseVisualStyleBackColor = true;
     //
     // label78
     //
     this.label78.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label78.Location = new System.Drawing.Point(31, 46);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(382, 17);
     this.label78.TabIndex = 112;
     this.label78.Text = "(Format For Tag :- <Insert Name>, <Insert Group>, <Insert From Email>)";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(16, 109);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(55, 13);
     this.label25.TabIndex = 98;
     this.label25.Text = "Subject:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(28, 138);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(41, 13);
     this.label15.TabIndex = 99;
     this.label15.Text = "Body:";
     //
     // txtSubject
     //
     this.txtSubject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSubject.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSubject.Location = new System.Drawing.Point(74, 107);
     this.txtSubject.Name = "txtSubject";
     this.txtSubject.Size = new System.Drawing.Size(414, 21);
     this.txtSubject.TabIndex = 100;
     //
     // txtBody
     //
     this.txtBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBody.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBody.Location = new System.Drawing.Point(74, 136);
     this.txtBody.Multiline = true;
     this.txtBody.Name = "txtBody";
     this.txtBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtBody.Size = new System.Drawing.Size(414, 63);
     this.txtBody.TabIndex = 101;
     //
     // chkUseSpintax_GroupMessage
     //
     this.chkUseSpintax_GroupMessage.AutoSize = true;
     this.chkUseSpintax_GroupMessage.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUseSpintax_GroupMessage.Location = new System.Drawing.Point(74, 205);
     this.chkUseSpintax_GroupMessage.Name = "chkUseSpintax_GroupMessage";
     this.chkUseSpintax_GroupMessage.Size = new System.Drawing.Size(94, 17);
     this.chkUseSpintax_GroupMessage.TabIndex = 107;
     this.chkUseSpintax_GroupMessage.Text = "Use Spintax";
     this.chkUseSpintax_GroupMessage.UseVisualStyleBackColor = true;
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label53.ForeColor = System.Drawing.Color.Blue;
     this.label53.Location = new System.Drawing.Point(72, 229);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(352, 12);
     this.label53.TabIndex = 108;
     this.label53.Text = "Spin Format: (hi|hello), wasup (dude|man). How (is|am) going to work";
     //
     // groupBox24
     //
     this.groupBox24.BackColor = System.Drawing.Color.Transparent;
     this.groupBox24.Controls.Add(this.lstGrpMemMsgLoger);
     this.groupBox24.Controls.Add(this.gbGroupMesPageSetting);
     this.groupBox24.Controls.Add(this.label1);
     this.groupBox24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox24.Location = new System.Drawing.Point(7, 412);
     this.groupBox24.Name = "groupBox24";
     this.groupBox24.Size = new System.Drawing.Size(1031, 119);
     this.groupBox24.TabIndex = 99;
     this.groupBox24.TabStop = false;
     this.groupBox24.Text = "Process Logger";
     //
     // lstGrpMemMsgLoger
     //
     this.lstGrpMemMsgLoger.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstGrpMemMsgLoger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstGrpMemMsgLoger.ForeColor = System.Drawing.Color.Black;
     this.lstGrpMemMsgLoger.FormattingEnabled = true;
     this.lstGrpMemMsgLoger.HorizontalScrollbar = true;
     this.lstGrpMemMsgLoger.Location = new System.Drawing.Point(3, 17);
     this.lstGrpMemMsgLoger.Name = "lstGrpMemMsgLoger";
     this.lstGrpMemMsgLoger.ScrollAlwaysVisible = true;
     this.lstGrpMemMsgLoger.Size = new System.Drawing.Size(1025, 99);
     this.lstGrpMemMsgLoger.TabIndex = 10;
     //
     // gbGroupMesPageSetting
     //
     this.gbGroupMesPageSetting.Controls.Add(this.label82);
     this.gbGroupMesPageSetting.Controls.Add(this.TxtEndPageNo_MessageGroupMember);
     this.gbGroupMesPageSetting.Controls.Add(this.label81);
     this.gbGroupMesPageSetting.Controls.Add(this.TxtStartPageNo_MessageGroupMember);
     this.gbGroupMesPageSetting.Controls.Add(this.label80);
     this.gbGroupMesPageSetting.Controls.Add(this.label51);
     this.gbGroupMesPageSetting.Controls.Add(this.txtPages);
     this.gbGroupMesPageSetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesPageSetting.Location = new System.Drawing.Point(0, 34);
     this.gbGroupMesPageSetting.Name = "gbGroupMesPageSetting";
     this.gbGroupMesPageSetting.Size = new System.Drawing.Size(470, 77);
     this.gbGroupMesPageSetting.TabIndex = 111;
     this.gbGroupMesPageSetting.TabStop = false;
     this.gbGroupMesPageSetting.Text = "Page No. Setting";
     this.gbGroupMesPageSetting.Visible = false;
     //
     // label82
     //
     this.label82.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label82.Location = new System.Drawing.Point(25, 45);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(331, 19);
     this.label82.TabIndex = 4;
     this.label82.Text = "(Enter the value from 1-25 for non-premium accounts!)";
     //
     // TxtEndPageNo_MessageGroupMember
     //
     this.TxtEndPageNo_MessageGroupMember.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtEndPageNo_MessageGroupMember.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtEndPageNo_MessageGroupMember.Location = new System.Drawing.Point(415, 18);
     this.TxtEndPageNo_MessageGroupMember.Name = "TxtEndPageNo_MessageGroupMember";
     this.TxtEndPageNo_MessageGroupMember.Size = new System.Drawing.Size(29, 21);
     this.TxtEndPageNo_MessageGroupMember.TabIndex = 3;
     this.TxtEndPageNo_MessageGroupMember.Text = "1";
     this.TxtEndPageNo_MessageGroupMember.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label81.Location = new System.Drawing.Point(326, 21);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(83, 13);
     this.label81.TabIndex = 2;
     this.label81.Text = "End Page No.";
     //
     // TxtStartPageNo_MessageGroupMember
     //
     this.TxtStartPageNo_MessageGroupMember.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtStartPageNo_MessageGroupMember.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtStartPageNo_MessageGroupMember.Location = new System.Drawing.Point(291, 19);
     this.TxtStartPageNo_MessageGroupMember.Name = "TxtStartPageNo_MessageGroupMember";
     this.TxtStartPageNo_MessageGroupMember.Size = new System.Drawing.Size(29, 21);
     this.TxtStartPageNo_MessageGroupMember.TabIndex = 1;
     this.TxtStartPageNo_MessageGroupMember.Text = "1";
     this.TxtStartPageNo_MessageGroupMember.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label80.Location = new System.Drawing.Point(195, 21);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(90, 13);
     this.label80.TabIndex = 0;
     this.label80.Text = "Start Page No.";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label51.Location = new System.Drawing.Point(19, 21);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(78, 13);
     this.label51.TabIndex = 102;
     this.label51.Text = "Total Pages:";
     //
     // txtPages
     //
     this.txtPages.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPages.Location = new System.Drawing.Point(103, 18);
     this.txtPages.Name = "txtPages";
     this.txtPages.ReadOnly = true;
     this.txtPages.Size = new System.Drawing.Size(68, 21);
     this.txtPages.TabIndex = 103;
     this.txtPages.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(505, -10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(27, 13);
     this.label1.TabIndex = 95;
     this.label1.Text = ".....";
     this.label1.Visible = false;
     //
     // gbGroupMesForSendMsg
     //
     this.gbGroupMesForSendMsg.BackColor = System.Drawing.Color.Transparent;
     this.gbGroupMesForSendMsg.Controls.Add(this.chkAllAcounts);
     this.gbGroupMesForSendMsg.Controls.Add(this.cmbMemberGroup);
     this.gbGroupMesForSendMsg.Controls.Add(this.btnGetGroup);
     this.gbGroupMesForSendMsg.Controls.Add(this.cmbAllUser);
     this.gbGroupMesForSendMsg.Controls.Add(this.label13);
     this.gbGroupMesForSendMsg.Controls.Add(this.label16);
     this.gbGroupMesForSendMsg.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesForSendMsg.Location = new System.Drawing.Point(7, 6);
     this.gbGroupMesForSendMsg.Name = "gbGroupMesForSendMsg";
     this.gbGroupMesForSendMsg.Size = new System.Drawing.Size(519, 88);
     this.gbGroupMesForSendMsg.TabIndex = 59;
     this.gbGroupMesForSendMsg.TabStop = false;
     this.gbGroupMesForSendMsg.Text = "Get Group Member to Send Message";
     //
     // chkAllAcounts
     //
     this.chkAllAcounts.AutoSize = true;
     this.chkAllAcounts.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAllAcounts.Location = new System.Drawing.Point(408, 73);
     this.chkAllAcounts.Name = "chkAllAcounts";
     this.chkAllAcounts.Size = new System.Drawing.Size(85, 17);
     this.chkAllAcounts.TabIndex = 115;
     this.chkAllAcounts.Text = "All Groups";
     this.chkAllAcounts.UseVisualStyleBackColor = true;
     this.chkAllAcounts.CheckedChanged += new System.EventHandler(this.chkAllAcounts_CheckedChanged);
     //
     // cmbMemberGroup
     //
     this.cmbMemberGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMemberGroup.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbMemberGroup.FormattingEnabled = true;
     this.cmbMemberGroup.Location = new System.Drawing.Point(150, 51);
     this.cmbMemberGroup.Margin = new System.Windows.Forms.Padding(2);
     this.cmbMemberGroup.Name = "cmbMemberGroup";
     this.cmbMemberGroup.Size = new System.Drawing.Size(349, 21);
     this.cmbMemberGroup.TabIndex = 96;
     this.cmbMemberGroup.SelectedIndexChanged += new System.EventHandler(this.cmbMemberGroup_SelectedIndexChanged);
     //
     // btnGetGroup
     //
     this.btnGetGroup.BackColor = System.Drawing.Color.White;
     this.btnGetGroup.BackgroundImage = global::InBoardPro.Properties.Resources.get_group;
     this.btnGetGroup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGetGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGetGroup.Location = new System.Drawing.Point(15, 21);
     this.btnGetGroup.Name = "btnGetGroup";
     this.btnGetGroup.Size = new System.Drawing.Size(120, 30);
     this.btnGetGroup.TabIndex = 1;
     this.btnGetGroup.UseVisualStyleBackColor = false;
     this.btnGetGroup.Click += new System.EventHandler(this.btnGetGroup_Click);
     //
     // cmbAllUser
     //
     this.cmbAllUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbAllUser.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbAllUser.FormattingEnabled = true;
     this.cmbAllUser.Location = new System.Drawing.Point(150, 19);
     this.cmbAllUser.Margin = new System.Windows.Forms.Padding(2);
     this.cmbAllUser.Name = "cmbAllUser";
     this.cmbAllUser.Size = new System.Drawing.Size(349, 21);
     this.cmbAllUser.TabIndex = 2;
     this.cmbAllUser.SelectedIndexChanged += new System.EventHandler(this.cmbAllUser_SelectedIndexChanged);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(23, 109);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 76;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(52, 55);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(83, 13);
     this.label16.TabIndex = 53;
     this.label16.Text = "User Groups:";
     //
     // gbGroupMesDelaySetting
     //
     this.gbGroupMesDelaySetting.Controls.Add(this.label112);
     this.gbGroupMesDelaySetting.Controls.Add(this.txtMsgGroupMemMaxDelay);
     this.gbGroupMesDelaySetting.Controls.Add(this.label98);
     this.gbGroupMesDelaySetting.Controls.Add(this.label99);
     this.gbGroupMesDelaySetting.Controls.Add(this.txtMsgGroupMemMinDelay);
     this.gbGroupMesDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbGroupMesDelaySetting.Location = new System.Drawing.Point(7, 352);
     this.gbGroupMesDelaySetting.Name = "gbGroupMesDelaySetting";
     this.gbGroupMesDelaySetting.Size = new System.Drawing.Size(519, 54);
     this.gbGroupMesDelaySetting.TabIndex = 124;
     this.gbGroupMesDelaySetting.TabStop = false;
     this.gbGroupMesDelaySetting.Text = "Delay Setting between Message";
     //
     // label112
     //
     this.label112.AutoSize = true;
     this.label112.BackColor = System.Drawing.Color.Transparent;
     this.label112.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label112.Location = new System.Drawing.Point(188, 21);
     this.label112.Name = "label112";
     this.label112.Size = new System.Drawing.Size(305, 13);
     this.label112.TabIndex = 123;
     this.label112.Text = "Its randomly delay between both values in seconds.";
     //
     // txtMsgGroupMemMaxDelay
     //
     this.txtMsgGroupMemMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMsgGroupMemMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMsgGroupMemMaxDelay.Location = new System.Drawing.Point(139, 19);
     this.txtMsgGroupMemMaxDelay.Name = "txtMsgGroupMemMaxDelay";
     this.txtMsgGroupMemMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtMsgGroupMemMaxDelay.TabIndex = 119;
     this.txtMsgGroupMemMaxDelay.Text = "7";
     this.txtMsgGroupMemMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label98
     //
     this.label98.AutoSize = true;
     this.label98.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label98.Location = new System.Drawing.Point(6, 23);
     this.label98.Name = "label98";
     this.label98.Size = new System.Drawing.Size(40, 13);
     this.label98.TabIndex = 116;
     this.label98.Text = "Delay";
     //
     // label99
     //
     this.label99.AutoSize = true;
     this.label99.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label99.Location = new System.Drawing.Point(113, 23);
     this.label99.Name = "label99";
     this.label99.Size = new System.Drawing.Size(18, 13);
     this.label99.TabIndex = 117;
     this.label99.Text = "to";
     //
     // txtMsgGroupMemMinDelay
     //
     this.txtMsgGroupMemMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMsgGroupMemMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMsgGroupMemMinDelay.Location = new System.Drawing.Point(55, 19);
     this.txtMsgGroupMemMinDelay.Name = "txtMsgGroupMemMinDelay";
     this.txtMsgGroupMemMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtMsgGroupMemMinDelay.TabIndex = 118;
     this.txtMsgGroupMemMinDelay.Text = "5";
     this.txtMsgGroupMemMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tabProxySetting
     //
     this.tabProxySetting.BackColor = System.Drawing.Color.Transparent;
     this.tabProxySetting.Controls.Add(this.gbAccountsProxy);
     this.tabProxySetting.Controls.Add(this.gbPrivateProxy);
     this.tabProxySetting.Controls.Add(this.gbProxyLogger);
     this.tabProxySetting.Controls.Add(this.gbPublicProxy);
     this.tabProxySetting.ImageKey = "(none)";
     this.tabProxySetting.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tabProxySetting.Location = new System.Drawing.Point(204, 4);
     this.tabProxySetting.Name = "tabProxySetting";
     this.tabProxySetting.Padding = new System.Windows.Forms.Padding(3);
     this.tabProxySetting.Size = new System.Drawing.Size(1744, 556);
     this.tabProxySetting.TabIndex = 22;
     this.tabProxySetting.Text = "Proxy Setting";
     this.tabProxySetting.Paint += new System.Windows.Forms.PaintEventHandler(this.tabProxySetting_Paint);
     //
     // gbAccountsProxy
     //
     this.gbAccountsProxy.BackColor = System.Drawing.Color.Transparent;
     this.gbAccountsProxy.Controls.Add(this.label74);
     this.gbAccountsProxy.Controls.Add(this.lblRequestThreads);
     this.gbAccountsProxy.Controls.Add(this.txtAccountsPerProxy);
     this.gbAccountsProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbAccountsProxy.ForeColor = System.Drawing.Color.Black;
     this.gbAccountsProxy.Location = new System.Drawing.Point(6, 305);
     this.gbAccountsProxy.Name = "gbAccountsProxy";
     this.gbAccountsProxy.Size = new System.Drawing.Size(1034, 70);
     this.gbAccountsProxy.TabIndex = 85;
     this.gbAccountsProxy.TabStop = false;
     this.gbAccountsProxy.Text = "Accounts/Proxy (For Public and Private)";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.BackColor = System.Drawing.Color.Transparent;
     this.label74.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label74.ForeColor = System.Drawing.Color.Black;
     this.label74.Location = new System.Drawing.Point(486, 35);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(365, 13);
     this.label74.TabIndex = 56;
     this.label74.Text = "NOTE : Accounts Per Proxy For both Public and Private Proxies";
     //
     // lblRequestThreads
     //
     this.lblRequestThreads.AutoSize = true;
     this.lblRequestThreads.BackColor = System.Drawing.Color.Transparent;
     this.lblRequestThreads.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRequestThreads.ForeColor = System.Drawing.Color.Black;
     this.lblRequestThreads.Location = new System.Drawing.Point(133, 35);
     this.lblRequestThreads.Name = "lblRequestThreads";
     this.lblRequestThreads.Size = new System.Drawing.Size(162, 13);
     this.lblRequestThreads.TabIndex = 55;
     this.lblRequestThreads.Text = "No. Of accounts per proxy:";
     //
     // txtAccountsPerProxy
     //
     this.txtAccountsPerProxy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAccountsPerProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAccountsPerProxy.ForeColor = System.Drawing.Color.Black;
     this.txtAccountsPerProxy.Location = new System.Drawing.Point(357, 32);
     this.txtAccountsPerProxy.Name = "txtAccountsPerProxy";
     this.txtAccountsPerProxy.Size = new System.Drawing.Size(31, 21);
     this.txtAccountsPerProxy.TabIndex = 54;
     this.txtAccountsPerProxy.Text = "5";
     this.txtAccountsPerProxy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gbPrivateProxy
     //
     this.gbPrivateProxy.BackColor = System.Drawing.Color.Transparent;
     this.gbPrivateProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.gbPrivateProxy.Controls.Add(this.btnStopPrivateProxy);
     this.gbPrivateProxy.Controls.Add(this.BtnTestPrivateProxy_ProxySetting);
     this.gbPrivateProxy.Controls.Add(this.label58);
     this.gbPrivateProxy.Controls.Add(this.btnClearPrivateProxies);
     this.gbPrivateProxy.Controls.Add(this.btnAssignProxy);
     this.gbPrivateProxy.Controls.Add(this.btnPvtProxyThree);
     this.gbPrivateProxy.Controls.Add(this.label40);
     this.gbPrivateProxy.Controls.Add(this.txtPvtProxyThree);
     this.gbPrivateProxy.Controls.Add(this.btnPvtProxyFour);
     this.gbPrivateProxy.Controls.Add(this.txtPvtProxyFour);
     this.gbPrivateProxy.Controls.Add(this.label41);
     this.gbPrivateProxy.Controls.Add(this.label42);
     this.gbPrivateProxy.Controls.Add(this.label43);
     this.gbPrivateProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbPrivateProxy.ForeColor = System.Drawing.Color.Black;
     this.gbPrivateProxy.Location = new System.Drawing.Point(8, 161);
     this.gbPrivateProxy.Name = "gbPrivateProxy";
     this.gbPrivateProxy.Size = new System.Drawing.Size(1030, 136);
     this.gbPrivateProxy.TabIndex = 83;
     this.gbPrivateProxy.TabStop = false;
     this.gbPrivateProxy.Text = "Private Proxy";
     //
     // btnStopPrivateProxy
     //
     this.btnStopPrivateProxy.BackgroundImage = global::InBoardPro.Properties.Resources.stop;
     this.btnStopPrivateProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopPrivateProxy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnStopPrivateProxy.Location = new System.Drawing.Point(902, 82);
     this.btnStopPrivateProxy.Name = "btnStopPrivateProxy";
     this.btnStopPrivateProxy.Size = new System.Drawing.Size(75, 31);
     this.btnStopPrivateProxy.TabIndex = 60;
     this.btnStopPrivateProxy.UseVisualStyleBackColor = true;
     this.btnStopPrivateProxy.Click += new System.EventHandler(this.btnStopPrivateProxy_Click);
     //
     // BtnTestPrivateProxy_ProxySetting
     //
     this.BtnTestPrivateProxy_ProxySetting.BackColor = System.Drawing.Color.White;
     this.BtnTestPrivateProxy_ProxySetting.BackgroundImage = global::InBoardPro.Properties.Resources.test;
     this.BtnTestPrivateProxy_ProxySetting.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnTestPrivateProxy_ProxySetting.ForeColor = System.Drawing.Color.Black;
     this.BtnTestPrivateProxy_ProxySetting.Location = new System.Drawing.Point(133, 81);
     this.BtnTestPrivateProxy_ProxySetting.Name = "BtnTestPrivateProxy_ProxySetting";
     this.BtnTestPrivateProxy_ProxySetting.Size = new System.Drawing.Size(81, 29);
     this.BtnTestPrivateProxy_ProxySetting.TabIndex = 59;
     this.BtnTestPrivateProxy_ProxySetting.UseVisualStyleBackColor = false;
     this.BtnTestPrivateProxy_ProxySetting.Click += new System.EventHandler(this.BtnTestPrivateProxy_ProxySetting_Click);
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.BackColor = System.Drawing.Color.Transparent;
     this.label58.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label58.ForeColor = System.Drawing.Color.Black;
     this.label58.Location = new System.Drawing.Point(285, 116);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(327, 13);
     this.label58.TabIndex = 58;
     this.label58.Text = "NOTE: Clear Proxies From DataBase Not From Accounts";
     this.label58.UseWaitCursor = true;
     //
     // btnClearPrivateProxies
     //
     this.btnClearPrivateProxies.BackColor = System.Drawing.Color.White;
     this.btnClearPrivateProxies.BackgroundImage = global::InBoardPro.Properties.Resources.clear_private_proxiex_from_database;
     this.btnClearPrivateProxies.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnClearPrivateProxies.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnClearPrivateProxies.ForeColor = System.Drawing.Color.Black;
     this.btnClearPrivateProxies.Location = new System.Drawing.Point(241, 82);
     this.btnClearPrivateProxies.Name = "btnClearPrivateProxies";
     this.btnClearPrivateProxies.Size = new System.Drawing.Size(304, 31);
     this.btnClearPrivateProxies.TabIndex = 56;
     this.btnClearPrivateProxies.UseVisualStyleBackColor = false;
     this.btnClearPrivateProxies.Click += new System.EventHandler(this.btnClearPrivateProxies_Click);
     //
     // btnAssignProxy
     //
     this.btnAssignProxy.BackColor = System.Drawing.Color.White;
     this.btnAssignProxy.BackgroundImage = global::InBoardPro.Properties.Resources.assignproxytoaccount;
     this.btnAssignProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnAssignProxy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAssignProxy.ForeColor = System.Drawing.Color.Black;
     this.btnAssignProxy.Location = new System.Drawing.Point(578, 82);
     this.btnAssignProxy.Name = "btnAssignProxy";
     this.btnAssignProxy.Size = new System.Drawing.Size(306, 31);
     this.btnAssignProxy.TabIndex = 17;
     this.btnAssignProxy.UseVisualStyleBackColor = false;
     this.btnAssignProxy.Click += new System.EventHandler(this.btnAssignProxy_Click);
     //
     // btnPvtProxyThree
     //
     this.btnPvtProxyThree.Enabled = false;
     this.btnPvtProxyThree.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPvtProxyThree.Location = new System.Drawing.Point(506, 294);
     this.btnPvtProxyThree.Name = "btnPvtProxyThree";
     this.btnPvtProxyThree.Size = new System.Drawing.Size(59, 23);
     this.btnPvtProxyThree.TabIndex = 8;
     this.btnPvtProxyThree.Text = "....";
     this.btnPvtProxyThree.UseVisualStyleBackColor = true;
     this.btnPvtProxyThree.UseWaitCursor = true;
     this.btnPvtProxyThree.Visible = false;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(249, 275);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(30, 16);
     this.label40.TabIndex = 7;
     this.label40.Text = "OR";
     this.label40.UseWaitCursor = true;
     this.label40.Visible = false;
     //
     // txtPvtProxyThree
     //
     this.txtPvtProxyThree.Enabled = false;
     this.txtPvtProxyThree.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPvtProxyThree.Location = new System.Drawing.Point(99, 294);
     this.txtPvtProxyThree.Name = "txtPvtProxyThree";
     this.txtPvtProxyThree.Size = new System.Drawing.Size(375, 22);
     this.txtPvtProxyThree.TabIndex = 6;
     this.txtPvtProxyThree.UseWaitCursor = true;
     this.txtPvtProxyThree.Visible = false;
     //
     // btnPvtProxyFour
     //
     this.btnPvtProxyFour.BackColor = System.Drawing.Color.White;
     this.btnPvtProxyFour.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnPvtProxyFour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnPvtProxyFour.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnPvtProxyFour.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnPvtProxyFour.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPvtProxyFour.ForeColor = System.Drawing.Color.Black;
     this.btnPvtProxyFour.Location = new System.Drawing.Point(902, 32);
     this.btnPvtProxyFour.Name = "btnPvtProxyFour";
     this.btnPvtProxyFour.Size = new System.Drawing.Size(76, 27);
     this.btnPvtProxyFour.TabIndex = 5;
     this.btnPvtProxyFour.UseVisualStyleBackColor = false;
     this.btnPvtProxyFour.Click += new System.EventHandler(this.btnPvtProxyFour_Click);
     //
     // txtPvtProxyFour
     //
     this.txtPvtProxyFour.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPvtProxyFour.ForeColor = System.Drawing.Color.Black;
     this.txtPvtProxyFour.Location = new System.Drawing.Point(129, 32);
     this.txtPvtProxyFour.Name = "txtPvtProxyFour";
     this.txtPvtProxyFour.ReadOnly = true;
     this.txtPvtProxyFour.Size = new System.Drawing.Size(755, 21);
     this.txtPvtProxyFour.TabIndex = 4;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.Black;
     this.label41.Location = new System.Drawing.Point(6, 35);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(112, 13);
     this.label41.TabIndex = 2;
     this.label41.Text = "Private Proxy File:";
     this.label41.UseWaitCursor = true;
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.BackColor = System.Drawing.Color.Transparent;
     this.label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.ForeColor = System.Drawing.Color.Black;
     this.label42.Location = new System.Drawing.Point(128, 58);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(269, 13);
     this.label42.TabIndex = 1;
     this.label42.Text = "ProxyAddress:ProxyPort:Username:Password";
     this.label42.UseWaitCursor = true;
     this.label42.Visible = false;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Enabled = false;
     this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(112, 306);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(150, 15);
     this.label43.TabIndex = 3;
     this.label43.Text = "ProxyAddress:ProxyPort:IP";
     this.label43.UseWaitCursor = true;
     this.label43.Visible = false;
     //
     // gbProxyLogger
     //
     this.gbProxyLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbProxyLogger.Controls.Add(this.lstLoggerProxy);
     this.gbProxyLogger.Controls.Add(this.lbltotalworkingproxies);
     this.gbProxyLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbProxyLogger.Location = new System.Drawing.Point(6, 374);
     this.gbProxyLogger.Name = "gbProxyLogger";
     this.gbProxyLogger.Size = new System.Drawing.Size(1032, 157);
     this.gbProxyLogger.TabIndex = 84;
     this.gbProxyLogger.TabStop = false;
     this.gbProxyLogger.Text = "Process Logger";
     //
     // lstLoggerProxy
     //
     this.lstLoggerProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstLoggerProxy.FormattingEnabled = true;
     this.lstLoggerProxy.HorizontalScrollbar = true;
     this.lstLoggerProxy.Location = new System.Drawing.Point(7, 18);
     this.lstLoggerProxy.Name = "lstLoggerProxy";
     this.lstLoggerProxy.Size = new System.Drawing.Size(1018, 108);
     this.lstLoggerProxy.TabIndex = 2;
     //
     // lbltotalworkingproxies
     //
     this.lbltotalworkingproxies.AutoSize = true;
     this.lbltotalworkingproxies.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltotalworkingproxies.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.lbltotalworkingproxies.Location = new System.Drawing.Point(6, 130);
     this.lbltotalworkingproxies.Name = "lbltotalworkingproxies";
     this.lbltotalworkingproxies.Size = new System.Drawing.Size(145, 13);
     this.lbltotalworkingproxies.TabIndex = 70;
     this.lbltotalworkingproxies.Text = "Total Working Proxies : ";
     this.lbltotalworkingproxies.UseWaitCursor = true;
     //
     // gbPublicProxy
     //
     this.gbPublicProxy.BackColor = System.Drawing.Color.Transparent;
     this.gbPublicProxy.Controls.Add(this.btnStopPublicProxy);
     this.gbPublicProxy.Controls.Add(this.btnAsssignPublicProxy);
     this.gbPublicProxy.Controls.Add(this.chkboxImportPublicProxy);
     this.gbPublicProxy.Controls.Add(this.label46);
     this.gbPublicProxy.Controls.Add(this.txtNumberOfProxyThreads);
     this.gbPublicProxy.Controls.Add(this.btnClearPublicProxies);
     this.gbPublicProxy.Controls.Add(this.btnTestPublicProxy);
     this.gbPublicProxy.Controls.Add(this.btnPublicProxy);
     this.gbPublicProxy.Controls.Add(this.txtPublicProxy);
     this.gbPublicProxy.Controls.Add(this.label34);
     this.gbPublicProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.gbPublicProxy.Location = new System.Drawing.Point(9, 15);
     this.gbPublicProxy.Name = "gbPublicProxy";
     this.gbPublicProxy.Size = new System.Drawing.Size(1029, 143);
     this.gbPublicProxy.TabIndex = 1;
     this.gbPublicProxy.TabStop = false;
     this.gbPublicProxy.Text = "Public Proxy";
     //
     // btnStopPublicProxy
     //
     this.btnStopPublicProxy.BackgroundImage = global::InBoardPro.Properties.Resources.stop;
     this.btnStopPublicProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopPublicProxy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnStopPublicProxy.Location = new System.Drawing.Point(901, 93);
     this.btnStopPublicProxy.Name = "btnStopPublicProxy";
     this.btnStopPublicProxy.Size = new System.Drawing.Size(75, 30);
     this.btnStopPublicProxy.TabIndex = 81;
     this.btnStopPublicProxy.UseVisualStyleBackColor = true;
     this.btnStopPublicProxy.Click += new System.EventHandler(this.btnStopPublicProxy_Click);
     //
     // btnAsssignPublicProxy
     //
     this.btnAsssignPublicProxy.BackColor = System.Drawing.Color.White;
     this.btnAsssignPublicProxy.BackgroundImage = global::InBoardPro.Properties.Resources.assignproxytoaccount;
     this.btnAsssignPublicProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnAsssignPublicProxy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAsssignPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.btnAsssignPublicProxy.Location = new System.Drawing.Point(577, 93);
     this.btnAsssignPublicProxy.Name = "btnAsssignPublicProxy";
     this.btnAsssignPublicProxy.Size = new System.Drawing.Size(306, 30);
     this.btnAsssignPublicProxy.TabIndex = 80;
     this.btnAsssignPublicProxy.UseVisualStyleBackColor = false;
     this.btnAsssignPublicProxy.Click += new System.EventHandler(this.btnAsssignPublicProxy_Click);
     //
     // chkboxImportPublicProxy
     //
     this.chkboxImportPublicProxy.AutoSize = true;
     this.chkboxImportPublicProxy.BackColor = System.Drawing.Color.Transparent;
     this.chkboxImportPublicProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkboxImportPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.chkboxImportPublicProxy.Location = new System.Drawing.Point(486, 59);
     this.chkboxImportPublicProxy.Name = "chkboxImportPublicProxy";
     this.chkboxImportPublicProxy.Size = new System.Drawing.Size(157, 17);
     this.chkboxImportPublicProxy.TabIndex = 79;
     this.chkboxImportPublicProxy.Text = "Import Without Testing";
     this.chkboxImportPublicProxy.UseVisualStyleBackColor = false;
     this.chkboxImportPublicProxy.UseWaitCursor = true;
     this.chkboxImportPublicProxy.CheckedChanged += new System.EventHandler(this.chkboxImportPublicProxy_CheckedChanged);
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.BackColor = System.Drawing.Color.Transparent;
     this.label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.ForeColor = System.Drawing.Color.Black;
     this.label46.Location = new System.Drawing.Point(136, 61);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(192, 13);
     this.label46.TabIndex = 78;
     this.label46.Text = "No. Of Proxy Checking Threads:";
     this.label46.UseWaitCursor = true;
     //
     // txtNumberOfProxyThreads
     //
     this.txtNumberOfProxyThreads.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumberOfProxyThreads.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNumberOfProxyThreads.ForeColor = System.Drawing.Color.Black;
     this.txtNumberOfProxyThreads.Location = new System.Drawing.Point(354, 57);
     this.txtNumberOfProxyThreads.Name = "txtNumberOfProxyThreads";
     this.txtNumberOfProxyThreads.Size = new System.Drawing.Size(31, 21);
     this.txtNumberOfProxyThreads.TabIndex = 77;
     this.txtNumberOfProxyThreads.Text = "5";
     this.txtNumberOfProxyThreads.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnClearPublicProxies
     //
     this.btnClearPublicProxies.BackColor = System.Drawing.Color.White;
     this.btnClearPublicProxies.BackgroundImage = global::InBoardPro.Properties.Resources.clear_public_proxiex_from_database;
     this.btnClearPublicProxies.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnClearPublicProxies.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnClearPublicProxies.ForeColor = System.Drawing.Color.Black;
     this.btnClearPublicProxies.Location = new System.Drawing.Point(240, 93);
     this.btnClearPublicProxies.Name = "btnClearPublicProxies";
     this.btnClearPublicProxies.Size = new System.Drawing.Size(304, 29);
     this.btnClearPublicProxies.TabIndex = 5;
     this.btnClearPublicProxies.UseVisualStyleBackColor = false;
     this.btnClearPublicProxies.Click += new System.EventHandler(this.btnClearPublicProxies_Click);
     //
     // btnTestPublicProxy
     //
     this.btnTestPublicProxy.BackColor = System.Drawing.Color.White;
     this.btnTestPublicProxy.BackgroundImage = global::InBoardPro.Properties.Resources.test;
     this.btnTestPublicProxy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnTestPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.btnTestPublicProxy.Location = new System.Drawing.Point(133, 92);
     this.btnTestPublicProxy.Name = "btnTestPublicProxy";
     this.btnTestPublicProxy.Size = new System.Drawing.Size(81, 29);
     this.btnTestPublicProxy.TabIndex = 4;
     this.btnTestPublicProxy.UseVisualStyleBackColor = false;
     this.btnTestPublicProxy.Click += new System.EventHandler(this.btnTestPublicProxy_Click);
     //
     // btnPublicProxy
     //
     this.btnPublicProxy.BackColor = System.Drawing.Color.White;
     this.btnPublicProxy.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnPublicProxy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnPublicProxy.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnPublicProxy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnPublicProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.btnPublicProxy.Location = new System.Drawing.Point(901, 30);
     this.btnPublicProxy.Name = "btnPublicProxy";
     this.btnPublicProxy.Size = new System.Drawing.Size(75, 28);
     this.btnPublicProxy.TabIndex = 3;
     this.btnPublicProxy.UseVisualStyleBackColor = false;
     this.btnPublicProxy.Click += new System.EventHandler(this.btnPublicProxy_Click);
     //
     // txtPublicProxy
     //
     this.txtPublicProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPublicProxy.ForeColor = System.Drawing.Color.Black;
     this.txtPublicProxy.Location = new System.Drawing.Point(129, 30);
     this.txtPublicProxy.Name = "txtPublicProxy";
     this.txtPublicProxy.ReadOnly = true;
     this.txtPublicProxy.Size = new System.Drawing.Size(754, 21);
     this.txtPublicProxy.TabIndex = 2;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.BackColor = System.Drawing.Color.Transparent;
     this.label34.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.ForeColor = System.Drawing.Color.Black;
     this.label34.Location = new System.Drawing.Point(6, 32);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(105, 13);
     this.label34.TabIndex = 0;
     this.label34.Text = "Public Proxy File:";
     this.label34.UseWaitCursor = true;
     //
     // tabEndorse
     //
     this.tabEndorse.BackColor = System.Drawing.Color.Transparent;
     this.tabEndorse.Controls.Add(this.groupBox6);
     this.tabEndorse.Controls.Add(this.panel2);
     this.tabEndorse.Controls.Add(this.panel1);
     this.tabEndorse.Location = new System.Drawing.Point(204, 4);
     this.tabEndorse.Name = "tabEndorse";
     this.tabEndorse.Size = new System.Drawing.Size(1744, 556);
     this.tabEndorse.TabIndex = 27;
     this.tabEndorse.Text = "Endorse Your Profile";
     this.tabEndorse.Paint += new System.Windows.Forms.PaintEventHandler(this.tabEndorse_Paint);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.groupBox7);
     this.groupBox6.Controls.Add(this.GrbEndorsmentDelaySetting);
     this.groupBox6.Controls.Add(this.txtNoOfSkills);
     this.groupBox6.Controls.Add(this.label119);
     this.groupBox6.Controls.Add(this.txtNoOfEndorsementPerDay);
     this.groupBox6.Controls.Add(this.label118);
     this.groupBox6.Controls.Add(this.btnStartCampaingEndorsement);
     this.groupBox6.Controls.Add(this.btnStopCampaingEndorsement);
     this.groupBox6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox6.Location = new System.Drawing.Point(6, 218);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(1029, 172);
     this.groupBox6.TabIndex = 113;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Start Campaign Using Loaded Account";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.label121);
     this.groupBox7.Controls.Add(this.txtEndorsmentNoOfThread);
     this.groupBox7.Controls.Add(this.label122);
     this.groupBox7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox7.Location = new System.Drawing.Point(8, 49);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(422, 50);
     this.groupBox7.TabIndex = 125;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Thread Setting";
     //
     // label121
     //
     this.label121.AutoSize = true;
     this.label121.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label121.Location = new System.Drawing.Point(207, 23);
     this.label121.Name = "label121";
     this.label121.Size = new System.Drawing.Size(175, 13);
     this.label121.TabIndex = 146;
     this.label121.Text = "(Please Enter Numeric Value)";
     //
     // txtEndorsmentNoOfThread
     //
     this.txtEndorsmentNoOfThread.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEndorsmentNoOfThread.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndorsmentNoOfThread.Location = new System.Drawing.Point(120, 20);
     this.txtEndorsmentNoOfThread.Name = "txtEndorsmentNoOfThread";
     this.txtEndorsmentNoOfThread.Size = new System.Drawing.Size(52, 21);
     this.txtEndorsmentNoOfThread.TabIndex = 145;
     this.txtEndorsmentNoOfThread.Text = "5";
     this.txtEndorsmentNoOfThread.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label122
     //
     this.label122.AutoSize = true;
     this.label122.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label122.Location = new System.Drawing.Point(20, 23);
     this.label122.Name = "label122";
     this.label122.Size = new System.Drawing.Size(94, 13);
     this.label122.TabIndex = 144;
     this.label122.Text = "No Of Threads:";
     //
     // GrbEndorsmentDelaySetting
     //
     this.GrbEndorsmentDelaySetting.Controls.Add(this.label123);
     this.GrbEndorsmentDelaySetting.Controls.Add(this.txtEndorsmentMaxDelay);
     this.GrbEndorsmentDelaySetting.Controls.Add(this.label124);
     this.GrbEndorsmentDelaySetting.Controls.Add(this.label125);
     this.GrbEndorsmentDelaySetting.Controls.Add(this.txtEndorsmentMinDelay);
     this.GrbEndorsmentDelaySetting.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GrbEndorsmentDelaySetting.Location = new System.Drawing.Point(8, 105);
     this.GrbEndorsmentDelaySetting.Name = "GrbEndorsmentDelaySetting";
     this.GrbEndorsmentDelaySetting.Size = new System.Drawing.Size(579, 52);
     this.GrbEndorsmentDelaySetting.TabIndex = 124;
     this.GrbEndorsmentDelaySetting.TabStop = false;
     this.GrbEndorsmentDelaySetting.Text = "Delay Setting";
     //
     // label123
     //
     this.label123.AutoSize = true;
     this.label123.BackColor = System.Drawing.Color.Transparent;
     this.label123.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label123.Location = new System.Drawing.Point(263, 25);
     this.label123.Name = "label123";
     this.label123.Size = new System.Drawing.Size(311, 13);
     this.label123.TabIndex = 121;
     this.label123.Text = "(Its randomly delay between both values in seconds)";
     //
     // txtEndorsmentMaxDelay
     //
     this.txtEndorsmentMaxDelay.BackColor = System.Drawing.Color.White;
     this.txtEndorsmentMaxDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEndorsmentMaxDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndorsmentMaxDelay.Location = new System.Drawing.Point(205, 23);
     this.txtEndorsmentMaxDelay.Name = "txtEndorsmentMaxDelay";
     this.txtEndorsmentMaxDelay.Size = new System.Drawing.Size(43, 21);
     this.txtEndorsmentMaxDelay.TabIndex = 119;
     this.txtEndorsmentMaxDelay.Text = "15";
     this.txtEndorsmentMaxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label124
     //
     this.label124.AutoSize = true;
     this.label124.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label124.Location = new System.Drawing.Point(60, 26);
     this.label124.Name = "label124";
     this.label124.Size = new System.Drawing.Size(45, 13);
     this.label124.TabIndex = 116;
     this.label124.Text = "Delay:";
     //
     // label125
     //
     this.label125.AutoSize = true;
     this.label125.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label125.Location = new System.Drawing.Point(171, 26);
     this.label125.Name = "label125";
     this.label125.Size = new System.Drawing.Size(18, 13);
     this.label125.TabIndex = 117;
     this.label125.Text = "to";
     //
     // txtEndorsmentMinDelay
     //
     this.txtEndorsmentMinDelay.BackColor = System.Drawing.Color.White;
     this.txtEndorsmentMinDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEndorsmentMinDelay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndorsmentMinDelay.Location = new System.Drawing.Point(111, 23);
     this.txtEndorsmentMinDelay.Name = "txtEndorsmentMinDelay";
     this.txtEndorsmentMinDelay.Size = new System.Drawing.Size(44, 21);
     this.txtEndorsmentMinDelay.TabIndex = 118;
     this.txtEndorsmentMinDelay.Text = "10";
     this.txtEndorsmentMinDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtNoOfSkills
     //
     this.txtNoOfSkills.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNoOfSkills.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoOfSkills.Location = new System.Drawing.Point(425, 20);
     this.txtNoOfSkills.Name = "txtNoOfSkills";
     this.txtNoOfSkills.Size = new System.Drawing.Size(49, 21);
     this.txtNoOfSkills.TabIndex = 115;
     this.txtNoOfSkills.Text = "10";
     this.txtNoOfSkills.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label119
     //
     this.label119.AutoSize = true;
     this.label119.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label119.Location = new System.Drawing.Point(343, 22);
     this.label119.Name = "label119";
     this.label119.Size = new System.Drawing.Size(76, 13);
     this.label119.TabIndex = 114;
     this.label119.Text = "No of Skills:";
     //
     // txtNoOfEndorsementPerDay
     //
     this.txtNoOfEndorsementPerDay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNoOfEndorsementPerDay.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoOfEndorsementPerDay.Location = new System.Drawing.Point(277, 20);
     this.txtNoOfEndorsementPerDay.Name = "txtNoOfEndorsementPerDay";
     this.txtNoOfEndorsementPerDay.Size = new System.Drawing.Size(49, 21);
     this.txtNoOfEndorsementPerDay.TabIndex = 113;
     this.txtNoOfEndorsementPerDay.Text = "10";
     this.txtNoOfEndorsementPerDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label118
     //
     this.label118.AutoSize = true;
     this.label118.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label118.Location = new System.Drawing.Point(153, 24);
     this.label118.Name = "label118";
     this.label118.Size = new System.Drawing.Size(121, 13);
     this.label118.TabIndex = 112;
     this.label118.Text = "No of Endorsement:";
     //
     // btnStartCampaingEndorsement
     //
     this.btnStartCampaingEndorsement.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStartCampaingEndorsement.Image = global::InBoardPro.Properties.Resources.start;
     this.btnStartCampaingEndorsement.Location = new System.Drawing.Point(637, 115);
     this.btnStartCampaingEndorsement.Name = "btnStartCampaingEndorsement";
     this.btnStartCampaingEndorsement.Size = new System.Drawing.Size(123, 30);
     this.btnStartCampaingEndorsement.TabIndex = 7;
     this.btnStartCampaingEndorsement.UseVisualStyleBackColor = true;
     this.btnStartCampaingEndorsement.Click += new System.EventHandler(this.btnStartCampaingEndorsement_Click);
     //
     // btnStopCampaingEndorsement
     //
     this.btnStopCampaingEndorsement.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopCampaingEndorsement.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopCampaingEndorsement.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnStopCampaingEndorsement.Location = new System.Drawing.Point(766, 115);
     this.btnStopCampaingEndorsement.Name = "btnStopCampaingEndorsement";
     this.btnStopCampaingEndorsement.Size = new System.Drawing.Size(126, 29);
     this.btnStopCampaingEndorsement.TabIndex = 110;
     this.btnStopCampaingEndorsement.UseVisualStyleBackColor = true;
     this.btnStopCampaingEndorsement.Click += new System.EventHandler(this.btnStopCampaingEndorsement_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.gbEndorseProfileLogger);
     this.panel2.Location = new System.Drawing.Point(12, 396);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1035, 130);
     this.panel2.TabIndex = 1;
     //
     // gbEndorseProfileLogger
     //
     this.gbEndorseProfileLogger.BackColor = System.Drawing.Color.Transparent;
     this.gbEndorseProfileLogger.Controls.Add(this.lstboxEndorse);
     this.gbEndorseProfileLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbEndorseProfileLogger.Location = new System.Drawing.Point(6, 7);
     this.gbEndorseProfileLogger.Name = "gbEndorseProfileLogger";
     this.gbEndorseProfileLogger.Size = new System.Drawing.Size(1020, 120);
     this.gbEndorseProfileLogger.TabIndex = 100;
     this.gbEndorseProfileLogger.TabStop = false;
     this.gbEndorseProfileLogger.Text = "Process Logger";
     //
     // lstboxEndorse
     //
     this.lstboxEndorse.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstboxEndorse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstboxEndorse.FormattingEnabled = true;
     this.lstboxEndorse.HorizontalScrollbar = true;
     this.lstboxEndorse.Location = new System.Drawing.Point(3, 17);
     this.lstboxEndorse.Name = "lstboxEndorse";
     this.lstboxEndorse.Size = new System.Drawing.Size(1014, 100);
     this.lstboxEndorse.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.grpEndorseProfileAction);
     this.panel1.Controls.Add(this.gbEndorseProfileInput);
     this.panel1.Location = new System.Drawing.Point(6, 7);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1053, 205);
     this.panel1.TabIndex = 0;
     //
     // grpEndorseProfileAction
     //
     this.grpEndorseProfileAction.Controls.Add(this.btnstartEndorse);
     this.grpEndorseProfileAction.Controls.Add(this.btnStopEndorseProfile);
     this.grpEndorseProfileAction.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpEndorseProfileAction.Location = new System.Drawing.Point(15, 115);
     this.grpEndorseProfileAction.Name = "grpEndorseProfileAction";
     this.grpEndorseProfileAction.Size = new System.Drawing.Size(1014, 69);
     this.grpEndorseProfileAction.TabIndex = 112;
     this.grpEndorseProfileAction.TabStop = false;
     this.grpEndorseProfileAction.Text = "Submit Action";
     //
     // btnstartEndorse
     //
     this.btnstartEndorse.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnstartEndorse.Image = global::InBoardPro.Properties.Resources.start;
     this.btnstartEndorse.Location = new System.Drawing.Point(171, 20);
     this.btnstartEndorse.Name = "btnstartEndorse";
     this.btnstartEndorse.Size = new System.Drawing.Size(123, 30);
     this.btnstartEndorse.TabIndex = 7;
     this.btnstartEndorse.UseVisualStyleBackColor = true;
     this.btnstartEndorse.Click += new System.EventHandler(this.btnstartEndorse_Click);
     //
     // btnStopEndorseProfile
     //
     this.btnStopEndorseProfile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopEndorseProfile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopEndorseProfile.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnStopEndorseProfile.Location = new System.Drawing.Point(300, 20);
     this.btnStopEndorseProfile.Name = "btnStopEndorseProfile";
     this.btnStopEndorseProfile.Size = new System.Drawing.Size(126, 30);
     this.btnStopEndorseProfile.TabIndex = 110;
     this.btnStopEndorseProfile.UseVisualStyleBackColor = true;
     this.btnStopEndorseProfile.Click += new System.EventHandler(this.btnStopEndorseProfile_Click);
     //
     // gbEndorseProfileInput
     //
     this.gbEndorseProfileInput.Controls.Add(this.btnUploadUserids);
     this.gbEndorseProfileInput.Controls.Add(this.txtEndorseUpload);
     this.gbEndorseProfileInput.Controls.Add(this.label85);
     this.gbEndorseProfileInput.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbEndorseProfileInput.Location = new System.Drawing.Point(18, 22);
     this.gbEndorseProfileInput.Name = "gbEndorseProfileInput";
     this.gbEndorseProfileInput.Size = new System.Drawing.Size(1014, 87);
     this.gbEndorseProfileInput.TabIndex = 111;
     this.gbEndorseProfileInput.TabStop = false;
     this.gbEndorseProfileInput.Text = "Endorsed Profile";
     //
     // btnUploadUserids
     //
     this.btnUploadUserids.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnUploadUserids.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnUploadUserids.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnUploadUserids.Location = new System.Drawing.Point(762, 26);
     this.btnUploadUserids.Name = "btnUploadUserids";
     this.btnUploadUserids.Size = new System.Drawing.Size(76, 28);
     this.btnUploadUserids.TabIndex = 6;
     this.btnUploadUserids.UseVisualStyleBackColor = true;
     this.btnUploadUserids.Click += new System.EventHandler(this.btnUploadUserids_Click);
     //
     // txtEndorseUpload
     //
     this.txtEndorseUpload.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEndorseUpload.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndorseUpload.Location = new System.Drawing.Point(168, 31);
     this.txtEndorseUpload.Name = "txtEndorseUpload";
     this.txtEndorseUpload.ReadOnly = true;
     this.txtEndorseUpload.Size = new System.Drawing.Size(588, 21);
     this.txtEndorseUpload.TabIndex = 5;
     //
     // label85
     //
     this.label85.AutoSize = true;
     this.label85.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label85.Location = new System.Drawing.Point(6, 34);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(160, 13);
     this.label85.TabIndex = 4;
     this.label85.Text = "Upload Email:user id (xls):";
     //
     // tabViewProfileRank
     //
     this.tabViewProfileRank.Controls.Add(this.groupBox4);
     this.tabViewProfileRank.Controls.Add(this.panel3);
     this.tabViewProfileRank.Controls.Add(this.groupBox3);
     this.tabViewProfileRank.Location = new System.Drawing.Point(204, 4);
     this.tabViewProfileRank.Name = "tabViewProfileRank";
     this.tabViewProfileRank.Size = new System.Drawing.Size(1744, 556);
     this.tabViewProfileRank.TabIndex = 28;
     this.tabViewProfileRank.Text = "Profile Ranking";
     this.tabViewProfileRank.UseVisualStyleBackColor = true;
     this.tabViewProfileRank.Paint += new System.Windows.Forms.PaintEventHandler(this.tabViewProfileRank_Paint);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.btnStartRank);
     this.groupBox4.Controls.Add(this.btnStopRank);
     this.groupBox4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(12, 76);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(1014, 82);
     this.groupBox4.TabIndex = 114;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Submit Action";
     //
     // btnStartRank
     //
     this.btnStartRank.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStartRank.Image = global::InBoardPro.Properties.Resources.start;
     this.btnStartRank.Location = new System.Drawing.Point(150, 29);
     this.btnStartRank.Name = "btnStartRank";
     this.btnStartRank.Size = new System.Drawing.Size(123, 30);
     this.btnStartRank.TabIndex = 7;
     this.btnStartRank.UseVisualStyleBackColor = true;
     this.btnStartRank.Click += new System.EventHandler(this.btnStartRank_Click);
     //
     // btnStopRank
     //
     this.btnStopRank.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnStopRank.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnStopRank.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnStopRank.Location = new System.Drawing.Point(370, 29);
     this.btnStopRank.Name = "btnStopRank";
     this.btnStopRank.Size = new System.Drawing.Size(126, 30);
     this.btnStopRank.TabIndex = 110;
     this.btnStopRank.UseVisualStyleBackColor = true;
     this.btnStopRank.Click += new System.EventHandler(this.btnStopRank_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Transparent;
     this.panel3.Controls.Add(this.groupBox5);
     this.panel3.Location = new System.Drawing.Point(12, 164);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1014, 341);
     this.panel3.TabIndex = 2;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.lstboxRank);
     this.groupBox5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox5.Location = new System.Drawing.Point(9, 20);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(1005, 318);
     this.groupBox5.TabIndex = 100;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Process Logger";
     //
     // lstboxRank
     //
     this.lstboxRank.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstboxRank.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstboxRank.FormattingEnabled = true;
     this.lstboxRank.HorizontalScrollbar = true;
     this.lstboxRank.Location = new System.Drawing.Point(3, 17);
     this.lstboxRank.Name = "lstboxRank";
     this.lstboxRank.ScrollAlwaysVisible = true;
     this.lstboxRank.Size = new System.Drawing.Size(999, 298);
     this.lstboxRank.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.cmbSelAccount);
     this.groupBox3.Controls.Add(this.label120);
     this.groupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.ForeColor = System.Drawing.Color.Black;
     this.groupBox3.Location = new System.Drawing.Point(12, 7);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(1017, 66);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "View rank of your profile";
     //
     // cmbSelAccount
     //
     this.cmbSelAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSelAccount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelAccount.ForeColor = System.Drawing.Color.Black;
     this.cmbSelAccount.FormattingEnabled = true;
     this.cmbSelAccount.Location = new System.Drawing.Point(134, 20);
     this.cmbSelAccount.Name = "cmbSelAccount";
     this.cmbSelAccount.Size = new System.Drawing.Size(265, 21);
     this.cmbSelAccount.TabIndex = 104;
     this.cmbSelAccount.SelectedIndexChanged += new System.EventHandler(this.cmbSelAccount_SelectedIndexChanged);
     //
     // label120
     //
     this.label120.AutoSize = true;
     this.label120.BackColor = System.Drawing.Color.Transparent;
     this.label120.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label120.ForeColor = System.Drawing.Color.Black;
     this.label120.Location = new System.Drawing.Point(28, 23);
     this.label120.Name = "label120";
     this.label120.Size = new System.Drawing.Size(96, 13);
     this.label120.TabIndex = 105;
     this.label120.Text = "Select Account:";
     //
     // tabShare
     //
     this.tabShare.Controls.Add(this.grpUrlJobScraper);
     this.tabShare.Controls.Add(this.grpJobScraper);
     this.tabShare.Controls.Add(this.groupBox10);
     this.tabShare.Controls.Add(this.groupBox9);
     this.tabShare.Controls.Add(this.groupBox8);
     this.tabShare.Location = new System.Drawing.Point(204, 4);
     this.tabShare.Name = "tabShare";
     this.tabShare.Size = new System.Drawing.Size(1744, 556);
     this.tabShare.TabIndex = 29;
     this.tabShare.Text = "Share Link";
     this.tabShare.UseVisualStyleBackColor = true;
     this.tabShare.Paint += new System.Windows.Forms.PaintEventHandler(this.tabShare_Paint);
     //
     // grpUrlJobScraper
     //
     this.grpUrlJobScraper.Controls.Add(this.label130);
     this.grpUrlJobScraper.Controls.Add(this.btnJobScraperUploadUrl);
     this.grpUrlJobScraper.Controls.Add(this.txtJobScraperUrl);
     this.grpUrlJobScraper.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpUrlJobScraper.Location = new System.Drawing.Point(690, 7);
     this.grpUrlJobScraper.Name = "grpUrlJobScraper";
     this.grpUrlJobScraper.Size = new System.Drawing.Size(336, 82);
     this.grpUrlJobScraper.TabIndex = 119;
     this.grpUrlJobScraper.TabStop = false;
     this.grpUrlJobScraper.Text = "Job Scraper ";
     //
     // label130
     //
     this.label130.AutoSize = true;
     this.label130.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label130.Location = new System.Drawing.Point(7, 31);
     this.label130.Name = "label130";
     this.label130.Size = new System.Drawing.Size(79, 13);
     this.label130.TabIndex = 111;
     this.label130.Text = "Upload Url : ";
     //
     // btnJobScraperUploadUrl
     //
     this.btnJobScraperUploadUrl.BackColor = System.Drawing.Color.White;
     this.btnJobScraperUploadUrl.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnJobScraperUploadUrl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnJobScraperUploadUrl.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnJobScraperUploadUrl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJobScraperUploadUrl.Location = new System.Drawing.Point(250, 27);
     this.btnJobScraperUploadUrl.Name = "btnJobScraperUploadUrl";
     this.btnJobScraperUploadUrl.Size = new System.Drawing.Size(77, 28);
     this.btnJobScraperUploadUrl.TabIndex = 110;
     this.btnJobScraperUploadUrl.UseVisualStyleBackColor = false;
     this.btnJobScraperUploadUrl.Click += new System.EventHandler(this.btnJobScraperUploadUrl_Click);
     //
     // txtJobScraperUrl
     //
     this.txtJobScraperUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtJobScraperUrl.Location = new System.Drawing.Point(88, 30);
     this.txtJobScraperUrl.Name = "txtJobScraperUrl";
     this.txtJobScraperUrl.Size = new System.Drawing.Size(147, 21);
     this.txtJobScraperUrl.TabIndex = 109;
     //
     // grpJobScraper
     //
     this.grpJobScraper.Controls.Add(this.btnJobScraperStart);
     this.grpJobScraper.Controls.Add(this.btnJobScraperStop);
     this.grpJobScraper.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpJobScraper.Location = new System.Drawing.Point(690, 95);
     this.grpJobScraper.Name = "grpJobScraper";
     this.grpJobScraper.Size = new System.Drawing.Size(336, 82);
     this.grpJobScraper.TabIndex = 118;
     this.grpJobScraper.TabStop = false;
     this.grpJobScraper.Text = "Job Scraper Submit Action";
     //
     // btnJobScraperStart
     //
     this.btnJobScraperStart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJobScraperStart.Image = global::InBoardPro.Properties.Resources.start;
     this.btnJobScraperStart.Location = new System.Drawing.Point(21, 29);
     this.btnJobScraperStart.Name = "btnJobScraperStart";
     this.btnJobScraperStart.Size = new System.Drawing.Size(123, 30);
     this.btnJobScraperStart.TabIndex = 7;
     this.btnJobScraperStart.UseVisualStyleBackColor = true;
     this.btnJobScraperStart.Click += new System.EventHandler(this.btnJobScraperStart_Click);
     //
     // btnJobScraperStop
     //
     this.btnJobScraperStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnJobScraperStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnJobScraperStop.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnJobScraperStop.Location = new System.Drawing.Point(169, 29);
     this.btnJobScraperStop.Name = "btnJobScraperStop";
     this.btnJobScraperStop.Size = new System.Drawing.Size(126, 30);
     this.btnJobScraperStop.TabIndex = 110;
     this.btnJobScraperStop.UseVisualStyleBackColor = true;
     this.btnJobScraperStop.Click += new System.EventHandler(this.btnJobScraperStop_Click);
     //
     // groupBox10
     //
     this.groupBox10.BackColor = System.Drawing.Color.Transparent;
     this.groupBox10.Controls.Add(this.lstboxShareLogger);
     this.groupBox10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox10.Location = new System.Drawing.Point(12, 183);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(1014, 339);
     this.groupBox10.TabIndex = 116;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "Process Logger";
     //
     // lstboxShareLogger
     //
     this.lstboxShareLogger.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstboxShareLogger.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstboxShareLogger.FormattingEnabled = true;
     this.lstboxShareLogger.HorizontalScrollbar = true;
     this.lstboxShareLogger.Location = new System.Drawing.Point(3, 17);
     this.lstboxShareLogger.Name = "lstboxShareLogger";
     this.lstboxShareLogger.ScrollAlwaysVisible = true;
     this.lstboxShareLogger.Size = new System.Drawing.Size(1008, 319);
     this.lstboxShareLogger.TabIndex = 1;
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.btnShareStart);
     this.groupBox9.Controls.Add(this.btnShareStop);
     this.groupBox9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox9.Location = new System.Drawing.Point(12, 95);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(669, 82);
     this.groupBox9.TabIndex = 115;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Submit Action";
     //
     // btnShareStart
     //
     this.btnShareStart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnShareStart.Image = global::InBoardPro.Properties.Resources.start;
     this.btnShareStart.Location = new System.Drawing.Point(150, 29);
     this.btnShareStart.Name = "btnShareStart";
     this.btnShareStart.Size = new System.Drawing.Size(123, 30);
     this.btnShareStart.TabIndex = 7;
     this.btnShareStart.UseVisualStyleBackColor = true;
     this.btnShareStart.Click += new System.EventHandler(this.btnShareStart_Click);
     //
     // btnShareStop
     //
     this.btnShareStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnShareStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnShareStop.Image = global::InBoardPro.Properties.Resources.stop;
     this.btnShareStop.Location = new System.Drawing.Point(294, 29);
     this.btnShareStop.Name = "btnShareStop";
     this.btnShareStop.Size = new System.Drawing.Size(126, 30);
     this.btnShareStop.TabIndex = 110;
     this.btnShareStop.UseVisualStyleBackColor = true;
     this.btnShareStop.Click += new System.EventHandler(this.btnShareStop_Click);
     //
     // groupBox8
     //
     this.groupBox8.BackColor = System.Drawing.Color.Transparent;
     this.groupBox8.Controls.Add(this.label127);
     this.groupBox8.Controls.Add(this.btnBrowseWebsiteUrl);
     this.groupBox8.Controls.Add(this.txtWebsiteUrl);
     this.groupBox8.Controls.Add(this.cmbSelAccountShare);
     this.groupBox8.Controls.Add(this.label126);
     this.groupBox8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox8.ForeColor = System.Drawing.Color.Black;
     this.groupBox8.Location = new System.Drawing.Point(12, 12);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(669, 66);
     this.groupBox8.TabIndex = 2;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Share on your Linkedin Account";
     //
     // label127
     //
     this.label127.AutoSize = true;
     this.label127.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label127.Location = new System.Drawing.Point(329, 23);
     this.label127.Name = "label127";
     this.label127.Size = new System.Drawing.Size(79, 13);
     this.label127.TabIndex = 108;
     this.label127.Text = "Upload Url : ";
     //
     // btnBrowseWebsiteUrl
     //
     this.btnBrowseWebsiteUrl.BackColor = System.Drawing.Color.White;
     this.btnBrowseWebsiteUrl.BackgroundImage = global::InBoardPro.Properties.Resources.browse_btn;
     this.btnBrowseWebsiteUrl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnBrowseWebsiteUrl.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnBrowseWebsiteUrl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBrowseWebsiteUrl.Location = new System.Drawing.Point(575, 19);
     this.btnBrowseWebsiteUrl.Name = "btnBrowseWebsiteUrl";
     this.btnBrowseWebsiteUrl.Size = new System.Drawing.Size(77, 28);
     this.btnBrowseWebsiteUrl.TabIndex = 107;
     this.btnBrowseWebsiteUrl.UseVisualStyleBackColor = false;
     this.btnBrowseWebsiteUrl.Click += new System.EventHandler(this.btnBrowseWebsiteUrl_Click);
     //
     // txtWebsiteUrl
     //
     this.txtWebsiteUrl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWebsiteUrl.Location = new System.Drawing.Point(410, 22);
     this.txtWebsiteUrl.Name = "txtWebsiteUrl";
     this.txtWebsiteUrl.Size = new System.Drawing.Size(147, 21);
     this.txtWebsiteUrl.TabIndex = 106;
     //
     // cmbSelAccountShare
     //
     this.cmbSelAccountShare.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSelAccountShare.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelAccountShare.ForeColor = System.Drawing.Color.Black;
     this.cmbSelAccountShare.FormattingEnabled = true;
     this.cmbSelAccountShare.Location = new System.Drawing.Point(120, 20);
     this.cmbSelAccountShare.Name = "cmbSelAccountShare";
     this.cmbSelAccountShare.Size = new System.Drawing.Size(199, 21);
     this.cmbSelAccountShare.TabIndex = 104;
     //
     // label126
     //
     this.label126.AutoSize = true;
     this.label126.BackColor = System.Drawing.Color.Transparent;
     this.label126.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label126.ForeColor = System.Drawing.Color.Black;
     this.label126.Location = new System.Drawing.Point(15, 23);
     this.label126.Name = "label126";
     this.label126.Size = new System.Drawing.Size(96, 13);
     this.label126.TabIndex = 105;
     this.label126.Text = "Select Account:";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Tag = "";
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "creat_account.png");
     this.imageList1.Images.SetKeyName(1, "friend_request.jpg");
     this.imageList1.Images.SetKeyName(2, "flockpad.jpg");
     this.imageList1.Images.SetKeyName(3, "Account Verification.png");
     this.imageList1.Images.SetKeyName(4, "Manage Groups.png");
     this.imageList1.Images.SetKeyName(5, "Manage Pages.png");
     this.imageList1.Images.SetKeyName(6, "Photos Tagging.png");
     this.imageList1.Images.SetKeyName(7, "Profile Manager.png");
     this.imageList1.Images.SetKeyName(8, "post_on_wall.png");
     this.imageList1.Images.SetKeyName(9, "Scheduler.png");
     this.imageList1.Images.SetKeyName(10, "Campaign.png");
     this.imageList1.Images.SetKeyName(11, "id_extract.png");
     this.imageList1.Images.SetKeyName(12, "message_sending.png");
     this.imageList1.Images.SetKeyName(13, "Group.png");
     this.imageList1.Images.SetKeyName(14, "add_group_member.png");
     this.imageList1.Images.SetKeyName(15, "SearchGrp.png");
     this.imageList1.Images.SetKeyName(16, "");
     this.imageList1.Images.SetKeyName(17, "");
     this.imageList1.Images.SetKeyName(18, "");
     this.imageList1.Images.SetKeyName(19, "linked In Scrape.jpg");
     this.imageList1.Images.SetKeyName(20, "proxy setting.jpg");
     this.imageList1.Images.SetKeyName(21, "status update (2).jpg");
     this.imageList1.Images.SetKeyName(22, "group update.jpg");
     this.imageList1.Images.SetKeyName(23, "status update.jpg");
     this.imageList1.Images.SetKeyName(24, "join_search_group.png");
     this.imageList1.Images.SetKeyName(25, "msg_group_member.png");
     this.imageList1.Images.SetKeyName(26, "Endorsepeople.png");
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.clearToolStripMenuItemAccountCreator});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(102, 26);
     //
     // clearToolStripMenuItemAccountCreator
     //
     this.clearToolStripMenuItemAccountCreator.Name = "clearToolStripMenuItemAccountCreator";
     this.clearToolStripMenuItemAccountCreator.Size = new System.Drawing.Size(101, 22);
     this.clearToolStripMenuItemAccountCreator.Text = "Clear";
     //
     // menuToolStripMenuItem
     //
     this.menuToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
     this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.myAccountsToolStripMenuItem,
     this.toolStripSettings});
     this.menuToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.menuToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
     this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 40);
     this.menuToolStripMenuItem.Text = "Menu";
     //
     // myAccountsToolStripMenuItem
     //
     this.myAccountsToolStripMenuItem.Name = "myAccountsToolStripMenuItem";
     this.myAccountsToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.myAccountsToolStripMenuItem.Text = "My Accounts";
     //
     // toolStripSettings
     //
     this.toolStripSettings.Name = "toolStripSettings";
     this.toolStripSettings.Size = new System.Drawing.Size(145, 22);
     this.toolStripSettings.Text = "Settings";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BackColor = System.Drawing.Color.Transparent;
     this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripStatusLabel2.ForeColor = System.Drawing.Color.Black;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(1117, 17);
     this.toolStripStatusLabel2.Text = resources.GetString("toolStripStatusLabel2.Text");
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Image = global::InBoardPro.Properties.Resources.setting;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(79, 17);
     this.toolStripStatusLabel1.Text = "Shortcuts :";
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ClientSize = new System.Drawing.Size(1248, 677);
     this.Controls.Add(this.splitContainer1);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuMain;
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "InBoardPro";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmMain_Paint);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmMain_KeyDown);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).EndInit();
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).EndInit();
     this.tabMain.ResumeLayout(false);
     this.tabAddConnection.ResumeLayout(false);
     this.gbAddConnectionNewFeature.ResumeLayout(false);
     this.gbAddConnectionNewFeature.PerformLayout();
     this.gbAddConnectionLogger.ResumeLayout(false);
     this.gbAddConnectionThreadSetting.ResumeLayout(false);
     this.gbAddConnectionThreadSetting.PerformLayout();
     this.gbAddConnectioDelaySetting.ResumeLayout(false);
     this.gbAddConnectioDelaySetting.PerformLayout();
     this.gbManageConnectionSearch.ResumeLayout(false);
     this.gbManageConnectionSearch.PerformLayout();
     this.gbManageConnectionEmails.ResumeLayout(false);
     this.gbManageConnectionEmails.PerformLayout();
     this.gbdivedDataSetting.ResumeLayout(false);
     this.gbdivedDataSetting.PerformLayout();
     this.grpFollowerDivideUserID.ResumeLayout(false);
     this.grpFollowerDivideUserID.PerformLayout();
     this.LinkedinSearchScp.ResumeLayout(false);
     this.gbSearchScrAction.ResumeLayout(false);
     this.gbCsvPathinSearchScp.ResumeLayout(false);
     this.gbCsvPathinSearchScp.PerformLayout();
     this.gbOtherScpFeature.ResumeLayout(false);
     this.gbOtherScpFeature.PerformLayout();
     this.groupBox27.ResumeLayout(false);
     this.gbScrpWithSearchOption.ResumeLayout(false);
     this.gbScrpWithSearchOption.PerformLayout();
     this.gbSelectionOptioninSearhScp.ResumeLayout(false);
     this.gbSelectionOptioninSearhScp.PerformLayout();
     this.LinkedInpreScraper.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.gbScraperFolderPath.ResumeLayout(false);
     this.gbScraperFolderPath.PerformLayout();
     this.gbScraperAction.ResumeLayout(false);
     this.gbScraperAction.PerformLayout();
     this.txtScraperMinDelay.ResumeLayout(false);
     this.txtScraperMinDelay.PerformLayout();
     this.gbScraperKeywordOption.ResumeLayout(false);
     this.gbScraperKeywordOption.PerformLayout();
     this.gbLinkScraperLogger.ResumeLayout(false);
     this.gbScraperInputs.ResumeLayout(false);
     this.gbScraperInputs.PerformLayout();
     this.TabStatus.ResumeLayout(false);
     this.gbStatusUpdateThreadSetting.ResumeLayout(false);
     this.gbStatusUpdateThreadSetting.PerformLayout();
     this.gbStatusUpdateAction.ResumeLayout(false);
     this.gbStatusUpdateDelaySetting.ResumeLayout(false);
     this.gbStatusUpdateDelaySetting.PerformLayout();
     this.gbStatusUpdateLogger.ResumeLayout(false);
     this.GroupBoxStatus.ResumeLayout(false);
     this.GroupBoxStatus.PerformLayout();
     this.tabPageCreateGrp.ResumeLayout(false);
     this.gbCreateGroupAction.ResumeLayout(false);
     this.gbCreateGroupUrl.ResumeLayout(false);
     this.gbCreateGroupUrl.PerformLayout();
     this.gbGroupCreateDelaySetting.ResumeLayout(false);
     this.gbGroupCreateDelaySetting.PerformLayout();
     this.gbCreateGroupLogger.ResumeLayout(false);
     this.groupCreateGrp.ResumeLayout(false);
     this.groupCreateGrp.PerformLayout();
     this.gbCreateGroupAccess.ResumeLayout(false);
     this.gbCreateGroupAccess.PerformLayout();
     this.gbCreateGroupOption.ResumeLayout(false);
     this.gbCreateGroupOption.PerformLayout();
     this.tabAddGroup.ResumeLayout(false);
     this.tabAddGroup.PerformLayout();
     this.gbAddFriendsGroup.ResumeLayout(false);
     this.gbAddFriendsGroup.PerformLayout();
     this.gbFriendsGroupAction.ResumeLayout(false);
     this.gbFriendsGroupDetails.ResumeLayout(false);
     this.gbFriendsGroupDetails.PerformLayout();
     this.gbFriendsGroupLogger.ResumeLayout(false);
     this.gbFriendsGroupInput.ResumeLayout(false);
     this.gbFriendsGroupInput.PerformLayout();
     this.gbFriendsGroupDelaySetting.ResumeLayout(false);
     this.gbFriendsGroupDelaySetting.PerformLayout();
     this.tabPageAddGroup.ResumeLayout(false);
     this.gbSearchGroupsAction.ResumeLayout(false);
     this.gbSearchGroupsDetails.ResumeLayout(false);
     this.gbSearchGroupsDetails.PerformLayout();
     this.gbSearchGroupsSetting.ResumeLayout(false);
     this.gbSearchGroupsSetting.PerformLayout();
     this.gbSearchGroupsDelaySetting.ResumeLayout(false);
     this.gbSearchGroupsDelaySetting.PerformLayout();
     this.gbSearchGroupsOtherFeature.ResumeLayout(false);
     this.gbSearchGroupsOtherFeature.PerformLayout();
     this.gbSearchGroupsLogger.ResumeLayout(false);
     this.gbSearchGroupsInput.ResumeLayout(false);
     this.gbSearchGroupsInput.PerformLayout();
     this.tabPageGroupUpdate.ResumeLayout(false);
     this.tabPageGroupUpdate.PerformLayout();
     this.grpGrpStatusInputs.ResumeLayout(false);
     this.grpGrpStatusInputs.PerformLayout();
     this.grpGroupDetails.ResumeLayout(false);
     this.grpGroupDetails.PerformLayout();
     this.gpGroupStatusAction.ResumeLayout(false);
     this.gpGroupStatusDelaySetting.ResumeLayout(false);
     this.gpGroupStatusDelaySetting.PerformLayout();
     this.gpGroupStatusLogger.ResumeLayout(false);
     this.grpGetGroups.ResumeLayout(false);
     this.tabComposeMessage.ResumeLayout(false);
     this.tabComposeMessage.PerformLayout();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     this.gbComposeMsgAction.ResumeLayout(false);
     this.gbComposeMsgInputs.ResumeLayout(false);
     this.gbComposeMsgInputs.PerformLayout();
     this.groupBox32.ResumeLayout(false);
     this.groupBox32.PerformLayout();
     this.gbComposeMsgDelaySetting.ResumeLayout(false);
     this.gbComposeMsgDelaySetting.PerformLayout();
     this.gbComposeMsgLogger.ResumeLayout(false);
     this.gbComposeMsgToSendMsg.ResumeLayout(false);
     this.gbComposeMsgToSendMsg.PerformLayout();
     this.gbComposeMsgSetting.ResumeLayout(false);
     this.gbComposeMsgSetting.PerformLayout();
     this.tabMsgGroupMember.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbGrpMesMemDetails.ResumeLayout(false);
     this.gbGrpMesMemDetails.PerformLayout();
     this.gbGroupMesAction.ResumeLayout(false);
     this.gbGroupMesMesInput.ResumeLayout(false);
     this.gbGroupMesMesInput.PerformLayout();
     this.gbGroupMesSetting.ResumeLayout(false);
     this.gbGroupMesSetting.PerformLayout();
     this.groupBox24.ResumeLayout(false);
     this.groupBox24.PerformLayout();
     this.gbGroupMesPageSetting.ResumeLayout(false);
     this.gbGroupMesPageSetting.PerformLayout();
     this.gbGroupMesForSendMsg.ResumeLayout(false);
     this.gbGroupMesForSendMsg.PerformLayout();
     this.gbGroupMesDelaySetting.ResumeLayout(false);
     this.gbGroupMesDelaySetting.PerformLayout();
     this.tabProxySetting.ResumeLayout(false);
     this.gbAccountsProxy.ResumeLayout(false);
     this.gbAccountsProxy.PerformLayout();
     this.gbPrivateProxy.ResumeLayout(false);
     this.gbPrivateProxy.PerformLayout();
     this.gbProxyLogger.ResumeLayout(false);
     this.gbProxyLogger.PerformLayout();
     this.gbPublicProxy.ResumeLayout(false);
     this.gbPublicProxy.PerformLayout();
     this.tabEndorse.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.GrbEndorsmentDelaySetting.ResumeLayout(false);
     this.GrbEndorsmentDelaySetting.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.gbEndorseProfileLogger.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.grpEndorseProfileAction.ResumeLayout(false);
     this.gbEndorseProfileInput.ResumeLayout(false);
     this.gbEndorseProfileInput.PerformLayout();
     this.tabViewProfileRank.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabShare.ResumeLayout(false);
     this.grpUrlJobScraper.ResumeLayout(false);
     this.grpUrlJobScraper.PerformLayout();
     this.grpJobScraper.ResumeLayout(false);
     this.groupBox10.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.helloMessage = new System.Windows.Forms.Label();
     this.btnLogin = new System.Windows.Forms.Button();
     this.txtBxUsername = new System.Windows.Forms.TextBox();
     this.txtBxPassword = new System.Windows.Forms.TextBox();
     this.lblUsername = new System.Windows.Forms.Label();
     this.lblPassword = new System.Windows.Forms.Label();
     this.btnEnterAsGuest = new System.Windows.Forms.Button();
     this.loginMessage = new System.Windows.Forms.Label();
     this.btnRegister = new System.Windows.Forms.Button();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.helpButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // helloMessage
     //
     this.helloMessage.AutoSize = true;
     this.helloMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.helloMessage.Location = new System.Drawing.Point(78, 31);
     this.helloMessage.Name = "helloMessage";
     this.helloMessage.Size = new System.Drawing.Size(114, 17);
     this.helloMessage.TabIndex = 0;
     this.helloMessage.Text = "Witaj w systemie!";
     //
     // btnLogin
     //
     this.helpProvider1.SetHelpString(this.btnLogin, "Przycisk pozwalajacy na zalogowanie sie do systemu przy uzyciu wprowadzonych wyze" +
     "j  danych");
     this.btnLogin.Location = new System.Drawing.Point(168, 214);
     this.btnLogin.Name = "btnLogin";
     this.helpProvider1.SetShowHelp(this.btnLogin, true);
     this.btnLogin.Size = new System.Drawing.Size(83, 23);
     this.btnLogin.TabIndex = 1;
     this.btnLogin.Text = "Zaloguj";
     this.btnLogin.UseVisualStyleBackColor = true;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // txtBxUsername
     //
     this.txtBxUsername.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.helpProvider1.SetHelpString(this.txtBxUsername, "Tutaj wprowadz login, ktory wybrales jako login Twojego konta");
     this.txtBxUsername.Location = new System.Drawing.Point(128, 144);
     this.txtBxUsername.Name = "txtBxUsername";
     this.helpProvider1.SetShowHelp(this.txtBxUsername, true);
     this.txtBxUsername.Size = new System.Drawing.Size(123, 21);
     this.txtBxUsername.TabIndex = 2;
     this.txtBxUsername.TextChanged += new System.EventHandler(this.txtBxUsername_TextChanged);
     //
     // txtBxPassword
     //
     this.txtBxPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.helpProvider1.SetHelpString(this.txtBxPassword, "Tutaj wprowadz haslo ktore ustawiles podczas rejestracji konta");
     this.txtBxPassword.Location = new System.Drawing.Point(128, 183);
     this.txtBxPassword.Name = "txtBxPassword";
     this.helpProvider1.SetShowHelp(this.txtBxPassword, true);
     this.txtBxPassword.Size = new System.Drawing.Size(123, 21);
     this.txtBxPassword.TabIndex = 3;
     //
     // lblUsername
     //
     this.lblUsername.AutoSize = true;
     this.lblUsername.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblUsername.Location = new System.Drawing.Point(8, 144);
     this.lblUsername.Name = "lblUsername";
     this.lblUsername.Size = new System.Drawing.Size(114, 15);
     this.lblUsername.TabIndex = 4;
     this.lblUsername.Text = "Nazwa użytkownika";
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblPassword.Location = new System.Drawing.Point(78, 183);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(39, 15);
     this.lblPassword.TabIndex = 5;
     this.lblPassword.Text = "Hasło";
     //
     // btnEnterAsGuest
     //
     this.helpProvider1.SetHelpString(this.btnEnterAsGuest, "Po wcisnieciu tego przycisku zostaniesz przeniesiony do okna bibliotecznego jako " +
     "gosc, bedziesz mial mozliwosc przegladania zasobow biblioteki");
     this.btnEnterAsGuest.Location = new System.Drawing.Point(81, 61);
     this.btnEnterAsGuest.Name = "btnEnterAsGuest";
     this.helpProvider1.SetShowHelp(this.btnEnterAsGuest, true);
     this.btnEnterAsGuest.Size = new System.Drawing.Size(106, 23);
     this.btnEnterAsGuest.TabIndex = 6;
     this.btnEnterAsGuest.Text = "Wejdź jako gość";
     this.btnEnterAsGuest.UseVisualStyleBackColor = true;
     this.btnEnterAsGuest.Click += new System.EventHandler(this.btnEnterAsGuest_Click);
     //
     // loginMessage
     //
     this.loginMessage.AutoSize = true;
     this.loginMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.loginMessage.Location = new System.Drawing.Point(94, 107);
     this.loginMessage.Name = "loginMessage";
     this.loginMessage.Size = new System.Drawing.Size(76, 17);
     this.loginMessage.TabIndex = 7;
     this.loginMessage.Text = "Logowanie";
     //
     // btnRegister
     //
     this.helpProvider1.SetHelpString(this.btnRegister, "Przycisk pozwalajacy na zlozenie nowego konta");
     this.btnRegister.Location = new System.Drawing.Point(145, 243);
     this.btnRegister.Name = "btnRegister";
     this.helpProvider1.SetShowHelp(this.btnRegister, true);
     this.btnRegister.Size = new System.Drawing.Size(106, 23);
     this.btnRegister.TabIndex = 8;
     this.btnRegister.Text = "Rejestracja";
     this.btnRegister.UseVisualStyleBackColor = true;
     this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
     //
     // helpButton
     //
     this.helpProvider1.SetHelpString(this.helpButton, "Przycisk pozwalajacy wlaczyc/wylaczyc pomoc");
     this.helpButton.Location = new System.Drawing.Point(115, 5);
     this.helpButton.Name = "helpButton";
     this.helpButton.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.helpProvider1.SetShowHelp(this.helpButton, true);
     this.helpButton.Size = new System.Drawing.Size(152, 23);
     this.helpButton.TabIndex = 9;
     this.helpButton.Text = "Pomoc";
     this.helpButton.UseVisualStyleBackColor = true;
     this.helpButton.Click += new System.EventHandler(this.helpButton_Click);
     //
     // LoginForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(279, 275);
     this.Controls.Add(this.helpButton);
     this.Controls.Add(this.btnRegister);
     this.Controls.Add(this.loginMessage);
     this.Controls.Add(this.btnEnterAsGuest);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.lblUsername);
     this.Controls.Add(this.txtBxPassword);
     this.Controls.Add(this.txtBxUsername);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.helloMessage);
     this.Name = "LoginForm";
     this.Text = "System obsługi biblioteki";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #18
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.axRenderControl1 = new Gvitech.CityMaker.Controls.AxRenderControl();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.treeView1 = new ProjectTree.TriStateTreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonSaveProject = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPackProject = new System.Windows.Forms.ToolStripButton();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ToolStripMenuItemRename = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemCreateComplexParticleEffect = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemCreateRenderPolyline = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemEditPolyline = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripButtonSelect = new System.Windows.Forms.ToolStripButton();

            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            // axRenderControl1
            //
            this.axRenderControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axRenderControl1.Enabled = true;
            this.axRenderControl1.Location = new System.Drawing.Point(141, 3);
            this.axRenderControl1.Name = "axRenderControl1";
            this.axRenderControl1.Size = new System.Drawing.Size(585, 516);
            this.axRenderControl1.TabIndex = 0;
            //
            // tableLayoutPanel1
            //
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.93491F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 81.06509F));
            this.tableLayoutPanel1.Controls.Add(this.axRenderControl1, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(729, 522);
            this.tableLayoutPanel1.TabIndex = 1;
            //
            // tableLayoutPanel2
            //
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.treeView1, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(132, 516);
            this.tableLayoutPanel2.TabIndex = 1;
            //
            // treeView1
            //
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(3, 33);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(126, 480);
            this.treeView1.TabIndex = 2;
            this.treeView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick);
            //
            // imageList1
            //
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "group.png");
            this.imageList1.Images.SetKeyName(1, "node.png");
            this.imageList1.Images.SetKeyName(2, "Tree.png");
            //
            // toolStrip1
            //
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonSaveProject,
            this.toolStripButtonPackProject,
            this.toolStripButtonSelect});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(132, 30);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            //
            // toolStripButtonSaveProject
            //
            this.toolStripButtonSaveProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonSaveProject.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveProject.Image")));
            this.toolStripButtonSaveProject.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSaveProject.Name = "toolStripButtonSaveProject";
            this.toolStripButtonSaveProject.Size = new System.Drawing.Size(60, 27);
            this.toolStripButtonSaveProject.Text = "保存工程";
            this.toolStripButtonSaveProject.Click += new System.EventHandler(this.toolStripButtonSaveProject_Click);
            //
            // toolStripButtonPackProject
            //
            this.toolStripButtonPackProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonPackProject.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPackProject.Image")));
            this.toolStripButtonPackProject.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPackProject.Name = "toolStripButtonPackProject";
            this.toolStripButtonPackProject.Size = new System.Drawing.Size(36, 27);
            this.toolStripButtonPackProject.Text = "打包";
            this.toolStripButtonPackProject.Click += new System.EventHandler(this.toolStripButtonPackProject_Click);
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRename,
            this.ToolStripMenuItemCreateComplexParticleEffect,
            this.ToolStripMenuItemCreateRenderPolyline,
            this.ToolStripMenuItemEditPolyline});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.ShowImageMargin = false;
            this.contextMenuStrip1.Size = new System.Drawing.Size(148, 92);
            //
            // ToolStripMenuItemRename
            //
            this.ToolStripMenuItemRename.Name = "ToolStripMenuItemRename";
            this.ToolStripMenuItemRename.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemRename.Text = "重命名";
            this.ToolStripMenuItemRename.Click += new System.EventHandler(this.ToolStripMenuItemRename_Click);
            //
            // ToolStripMenuItemCreateComplexParticleEffect
            //
            this.ToolStripMenuItemCreateComplexParticleEffect.Name = "ToolStripMenuItemCreateComplexParticleEffect";
            this.ToolStripMenuItemCreateComplexParticleEffect.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemCreateComplexParticleEffect.Text = "创建组合粒子特效";
            this.ToolStripMenuItemCreateComplexParticleEffect.Click += new System.EventHandler(this.ToolStripMenuItemCreateComplexParticleEffect_Click);
            //
            // ToolStripMenuItemCreateRenderPolyline
            //
            this.ToolStripMenuItemCreateRenderPolyline.Name = "ToolStripMenuItemCreateRenderPolyline";
            this.ToolStripMenuItemCreateRenderPolyline.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemCreateRenderPolyline.Text = "创建线段";
            this.ToolStripMenuItemCreateRenderPolyline.Click += new System.EventHandler(this.ToolStripMenuItemCreateRenderPolyline_Click);
            //
            // ToolStripMenuItemEditPolyline
            //
            this.ToolStripMenuItemEditPolyline.Name = "ToolStripMenuItemEditPolyline";
            this.ToolStripMenuItemEditPolyline.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemEditPolyline.Text = "编辑线段";
            this.ToolStripMenuItemEditPolyline.Click += new System.EventHandler(this.ToolStripMenuItemEditPolyline_Click);
            //
            // toolStripButtonSelect
            //
            this.toolStripButtonSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonSelect.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelect.Image")));
            this.toolStripButtonSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSelect.Name = "toolStripButtonSelect";
            this.toolStripButtonSelect.Size = new System.Drawing.Size(36, 21);
            this.toolStripButtonSelect.Text = "拾取";
            this.toolStripButtonSelect.Click += new System.EventHandler(this.toolStripButtonSelect_Click);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(729, 522);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "MainForm";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ProjectTree";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;

            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TStat));
     this.CoolingDesiredMax = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.HeatDesiredMin = new System.Windows.Forms.NumericUpDown();
     this.DesiredConditionsGp = new System.Windows.Forms.GroupBox();
     this.AutoHumidity = new System.Windows.Forms.CheckBox();
     this.label13 = new System.Windows.Forms.Label();
     this.MaxInDP = new System.Windows.Forms.NumericUpDown();
     this.DesHumudityLabel = new System.Windows.Forms.Label();
     this.DesHumidity = new System.Windows.Forms.NumericUpDown();
     this.UseAppTemp = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.Label();
     this.MaxSplit = new System.Windows.Forms.NumericUpDown();
     this.ActCondGroup = new System.Windows.Forms.GroupBox();
     this.WindLabel = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.AveHumLabel = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.IndoorTemp1Label = new System.Windows.Forms.Label();
     this.AveIndTempLabel = new System.Windows.Forms.Label();
     this.HideButton = new System.Windows.Forms.Button();
     this.StatusGp = new System.Windows.Forms.GroupBox();
     this.FreshAdd = new System.Windows.Forms.TextBox();
     this.FreshAirFan = new System.Windows.Forms.CheckBox();
     this.HumidifierAddress = new System.Windows.Forms.TextBox();
     this.HumidifierCheck = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.CoolAddress = new System.Windows.Forms.TextBox();
     this.HeatAddress = new System.Windows.Forms.TextBox();
     this.FanAddress = new System.Windows.Forms.TextBox();
     this.MixFan = new System.Windows.Forms.CheckBox();
     this.Heat = new System.Windows.Forms.CheckBox();
     this.CoolCompressor = new System.Windows.Forms.CheckBox();
     this.RefreshButton = new System.Windows.Forms.Button();
     this.Sprinkler = new System.Windows.Forms.GroupBox();
     this.Rain24Label = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.RainThresh = new System.Windows.Forms.TextBox();
     this.SprinklerAddressLabel = new System.Windows.Forms.Label();
     this.SprinklerAddress = new System.Windows.Forms.TextBox();
     this.SprinklersBox = new System.Windows.Forms.CheckBox();
     this.SaveSet = new System.Windows.Forms.Button();
     this.Reload = new System.Windows.Forms.Button();
     this.BarnGroup = new System.Windows.Forms.GroupBox();
     this.BarnUseAppTemp = new System.Windows.Forms.CheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.BarnSensor = new System.Windows.Forms.ComboBox();
     this.BarnDesMin = new System.Windows.Forms.NumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.BarnHeatAdd = new System.Windows.Forms.TextBox();
     this.BarnHeat = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.BarnDesMax = new System.Windows.Forms.NumericUpDown();
     this.BarnCoolAdd = new System.Windows.Forms.TextBox();
     this.BarnCool = new System.Windows.Forms.CheckBox();
     this.UpdateLabel = new System.Windows.Forms.Label();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.label16 = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.minMaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.resetMiinMaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.celciusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fehrenheitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.CoolingDesiredMax)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeatDesiredMin)).BeginInit();
     this.DesiredConditionsGp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxInDP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DesHumidity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaxSplit)).BeginInit();
     this.ActCondGroup.SuspendLayout();
     this.StatusGp.SuspendLayout();
     this.Sprinkler.SuspendLayout();
     this.BarnGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BarnDesMin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarnDesMax)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // CoolingDesiredMax
     //
     this.helpProvider1.SetHelpKeyword(this.CoolingDesiredMax, "HVAC Cooling");
     this.helpProvider1.SetHelpString(this.CoolingDesiredMax, "Use this control to set the temperature threshold for engaging your cooling syste" +
             "m X10 device.");
     this.CoolingDesiredMax.Location = new System.Drawing.Point(111, 35);
     this.CoolingDesiredMax.Minimum = new decimal(new int[] {
     65,
     0,
     0,
     0});
     this.CoolingDesiredMax.Name = "CoolingDesiredMax";
     this.helpProvider1.SetShowHelp(this.CoolingDesiredMax, true);
     this.CoolingDesiredMax.Size = new System.Drawing.Size(47, 20);
     this.CoolingDesiredMax.TabIndex = 0;
     this.CoolingDesiredMax.Value = new decimal(new int[] {
     75,
     0,
     0,
     0});
     this.CoolingDesiredMax.ValueChanged += new System.EventHandler(this.CoolingDesiredMax_changed);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 37);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(101, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Cooling engages at:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 63);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(89, 13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Heat engages at:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // HeatDesiredMin
     //
     this.helpProvider1.SetHelpKeyword(this.HeatDesiredMin, "HVAC Heat");
     this.helpProvider1.SetHelpString(this.HeatDesiredMin, "This is the temperature where the heat X10 control engages.");
     this.HeatDesiredMin.Location = new System.Drawing.Point(111, 61);
     this.HeatDesiredMin.Maximum = new decimal(new int[] {
     80,
     0,
     0,
     0});
     this.HeatDesiredMin.Minimum = new decimal(new int[] {
     40,
     0,
     0,
     0});
     this.HeatDesiredMin.Name = "HeatDesiredMin";
     this.helpProvider1.SetShowHelp(this.HeatDesiredMin, true);
     this.HeatDesiredMin.Size = new System.Drawing.Size(47, 20);
     this.HeatDesiredMin.TabIndex = 4;
     this.HeatDesiredMin.Value = new decimal(new int[] {
     65,
     0,
     0,
     0});
     this.HeatDesiredMin.ValueChanged += new System.EventHandler(this.HeatDesiredMin_Changed);
     //
     // DesiredConditionsGp
     //
     this.DesiredConditionsGp.Controls.Add(this.AutoHumidity);
     this.DesiredConditionsGp.Controls.Add(this.label13);
     this.DesiredConditionsGp.Controls.Add(this.MaxInDP);
     this.DesiredConditionsGp.Controls.Add(this.DesHumudityLabel);
     this.DesiredConditionsGp.Controls.Add(this.DesHumidity);
     this.DesiredConditionsGp.Controls.Add(this.UseAppTemp);
     this.DesiredConditionsGp.Controls.Add(this.label5);
     this.DesiredConditionsGp.Controls.Add(this.MaxSplit);
     this.DesiredConditionsGp.Controls.Add(this.label2);
     this.DesiredConditionsGp.Controls.Add(this.HeatDesiredMin);
     this.DesiredConditionsGp.Controls.Add(this.CoolingDesiredMax);
     this.DesiredConditionsGp.Controls.Add(this.label3);
     this.DesiredConditionsGp.Location = new System.Drawing.Point(3, 47);
     this.DesiredConditionsGp.Name = "DesiredConditionsGp";
     this.DesiredConditionsGp.Size = new System.Drawing.Size(293, 140);
     this.DesiredConditionsGp.TabIndex = 5;
     this.DesiredConditionsGp.TabStop = false;
     this.DesiredConditionsGp.Text = "Desired HVAC Conditions";
     //
     // AutoHumidity
     //
     this.AutoHumidity.AutoSize = true;
     this.AutoHumidity.Location = new System.Drawing.Point(165, 115);
     this.AutoHumidity.Name = "AutoHumidity";
     this.AutoHumidity.Size = new System.Drawing.Size(48, 17);
     this.AutoHumidity.TabIndex = 14;
     this.AutoHumidity.Text = "Auto";
     this.AutoHumidity.UseVisualStyleBackColor = true;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(175, 94);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(112, 13);
     this.label13.TabIndex = 13;
     this.label13.Text = "Max Indoor Dew Point";
     //
     // MaxInDP
     //
     this.helpProvider1.SetHelpKeyword(this.MaxInDP, "HVAC Dew Point");
     this.helpProvider1.SetHelpString(this.MaxInDP, "This sets the maximum dew point for insode the building.  This is used to prevent" +
             " the fresh air fan from engaging when the outside dew point is too high.");
     this.MaxInDP.Location = new System.Drawing.Point(239, 113);
     this.MaxInDP.Maximum = new decimal(new int[] {
     90,
     0,
     0,
     0});
     this.MaxInDP.Minimum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.MaxInDP.Name = "MaxInDP";
     this.helpProvider1.SetShowHelp(this.MaxInDP, true);
     this.MaxInDP.Size = new System.Drawing.Size(47, 20);
     this.MaxInDP.TabIndex = 12;
     this.MaxInDP.Value = new decimal(new int[] {
     55,
     0,
     0,
     0});
     //
     // DesHumudityLabel
     //
     this.DesHumudityLabel.AutoSize = true;
     this.DesHumudityLabel.Location = new System.Drawing.Point(16, 115);
     this.DesHumudityLabel.Name = "DesHumudityLabel";
     this.DesHumudityLabel.Size = new System.Drawing.Size(89, 13);
     this.DesHumudityLabel.TabIndex = 11;
     this.DesHumudityLabel.Text = "Desired Humidity:";
     this.DesHumudityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // DesHumidity
     //
     this.helpProvider1.SetHelpKeyword(this.DesHumidity, "HVAC Humidity");
     this.helpProvider1.SetHelpString(this.DesHumidity, resources.GetString("DesHumidity.HelpString"));
     this.DesHumidity.Location = new System.Drawing.Point(111, 113);
     this.DesHumidity.Maximum = new decimal(new int[] {
     90,
     0,
     0,
     0});
     this.DesHumidity.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.DesHumidity.Name = "DesHumidity";
     this.helpProvider1.SetShowHelp(this.DesHumidity, true);
     this.DesHumidity.Size = new System.Drawing.Size(47, 20);
     this.DesHumidity.TabIndex = 10;
     this.DesHumidity.Value = new decimal(new int[] {
     40,
     0,
     0,
     0});
     this.DesHumidity.ValueChanged += new System.EventHandler(this.DesHumidity_ValueChanged);
     //
     // UseAppTemp
     //
     this.UseAppTemp.AutoSize = true;
     this.UseAppTemp.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.UseAppTemp.Checked = true;
     this.UseAppTemp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.helpProvider1.SetHelpKeyword(this.UseAppTemp, "HVAC apparent temp");
     this.helpProvider1.SetHelpString(this.UseAppTemp, "When this box is checked, the controls in this group will use the apparent temper" +
             "ature to control to, rather than the actual temperature.");
     this.UseAppTemp.Location = new System.Drawing.Point(37, 15);
     this.UseAppTemp.Name = "UseAppTemp";
     this.helpProvider1.SetShowHelp(this.UseAppTemp, true);
     this.UseAppTemp.Size = new System.Drawing.Size(121, 17);
     this.UseAppTemp.TabIndex = 9;
     this.UseAppTemp.Text = "Use Apparent Temp";
     this.UseAppTemp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.UseAppTemp.UseVisualStyleBackColor = true;
     this.UseAppTemp.CheckedChanged += new System.EventHandler(this.TStat_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(52, 89);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "Max Split:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MaxSplit
     //
     this.helpProvider1.SetHelpKeyword(this.MaxSplit, "HVAC Split");
     this.helpProvider1.SetHelpString(this.MaxSplit, resources.GetString("MaxSplit.HelpString"));
     this.MaxSplit.Location = new System.Drawing.Point(111, 87);
     this.MaxSplit.Maximum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.MaxSplit.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.MaxSplit.Name = "MaxSplit";
     this.helpProvider1.SetShowHelp(this.MaxSplit, true);
     this.MaxSplit.Size = new System.Drawing.Size(47, 20);
     this.MaxSplit.TabIndex = 5;
     this.MaxSplit.Value = new decimal(new int[] {
     5,
     0,
     0,
     0});
     this.MaxSplit.ValueChanged += new System.EventHandler(this.TStat_TextChanged);
     //
     // ActCondGroup
     //
     this.ActCondGroup.Controls.Add(this.WindLabel);
     this.ActCondGroup.Controls.Add(this.label15);
     this.ActCondGroup.Controls.Add(this.label14);
     this.ActCondGroup.Controls.Add(this.AveHumLabel);
     this.ActCondGroup.Controls.Add(this.label6);
     this.ActCondGroup.Controls.Add(this.label4);
     this.ActCondGroup.Controls.Add(this.label1);
     this.ActCondGroup.Controls.Add(this.IndoorTemp1Label);
     this.ActCondGroup.Controls.Add(this.AveIndTempLabel);
     this.ActCondGroup.Location = new System.Drawing.Point(302, 68);
     this.ActCondGroup.Name = "ActCondGroup";
     this.ActCondGroup.Size = new System.Drawing.Size(562, 342);
     this.ActCondGroup.TabIndex = 6;
     this.ActCondGroup.TabStop = false;
     this.ActCondGroup.Text = "Actual Conditions";
     //
     // WindLabel
     //
     this.WindLabel.AutoSize = true;
     this.WindLabel.Location = new System.Drawing.Point(14, 309);
     this.WindLabel.Name = "WindLabel";
     this.WindLabel.Size = new System.Drawing.Size(32, 13);
     this.WindLabel.TabIndex = 14;
     this.WindLabel.Text = "Wind";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(420, 21);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(59, 13);
     this.label15.TabIndex = 6;
     this.label15.Text = "Heat Index";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(490, 21);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(54, 13);
     this.label14.TabIndex = 5;
     this.label14.Text = "Wind Chill";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // AveHumLabel
     //
     this.AveHumLabel.AutoSize = true;
     this.AveHumLabel.Location = new System.Drawing.Point(220, 322);
     this.AveHumLabel.Name = "AveHumLabel";
     this.AveHumLabel.Size = new System.Drawing.Size(90, 13);
     this.AveHumLabel.TabIndex = 12;
     this.AveHumLabel.Text = "Average Humidity";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(340, 9);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(67, 26);
     this.label6.TabIndex = 4;
     this.label6.Text = "Apparent \r\nTemperature";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(280, 21);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Humidity";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(220, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Dew Point";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // IndoorTemp1Label
     //
     this.IndoorTemp1Label.AutoSize = true;
     this.IndoorTemp1Label.Location = new System.Drawing.Point(140, 21);
     this.IndoorTemp1Label.Name = "IndoorTemp1Label";
     this.IndoorTemp1Label.Size = new System.Drawing.Size(67, 13);
     this.IndoorTemp1Label.TabIndex = 0;
     this.IndoorTemp1Label.Text = "Temperature";
     this.IndoorTemp1Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.IndoorTemp1Label.MouseHover += new System.EventHandler(this.Temp_Hover);
     //
     // AveIndTempLabel
     //
     this.AveIndTempLabel.AutoSize = true;
     this.AveIndTempLabel.Location = new System.Drawing.Point(14, 322);
     this.AveIndTempLabel.Name = "AveIndTempLabel";
     this.AveIndTempLabel.Size = new System.Drawing.Size(89, 13);
     this.AveIndTempLabel.TabIndex = 1;
     this.AveIndTempLabel.Text = "Ave Indoor Temp";
     //
     // HideButton
     //
     this.HideButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.HideButton.Location = new System.Drawing.Point(824, 45);
     this.HideButton.Name = "HideButton";
     this.HideButton.Size = new System.Drawing.Size(40, 23);
     this.HideButton.TabIndex = 7;
     this.HideButton.Text = "Exit";
     this.HideButton.UseVisualStyleBackColor = true;
     this.HideButton.Click += new System.EventHandler(this.HideButton_Click);
     //
     // StatusGp
     //
     this.StatusGp.Controls.Add(this.FreshAdd);
     this.StatusGp.Controls.Add(this.FreshAirFan);
     this.StatusGp.Controls.Add(this.HumidifierAddress);
     this.StatusGp.Controls.Add(this.HumidifierCheck);
     this.StatusGp.Controls.Add(this.label9);
     this.StatusGp.Controls.Add(this.CoolAddress);
     this.StatusGp.Controls.Add(this.HeatAddress);
     this.StatusGp.Controls.Add(this.FanAddress);
     this.StatusGp.Controls.Add(this.MixFan);
     this.StatusGp.Controls.Add(this.Heat);
     this.StatusGp.Controls.Add(this.CoolCompressor);
     this.StatusGp.Location = new System.Drawing.Point(3, 198);
     this.StatusGp.Name = "StatusGp";
     this.StatusGp.Size = new System.Drawing.Size(293, 150);
     this.StatusGp.TabIndex = 8;
     this.StatusGp.TabStop = false;
     this.StatusGp.Text = "HVAC Control";
     //
     // FreshAdd
     //
     this.helpProvider1.SetHelpKeyword(this.FreshAdd, "HVAC Fresh Air");
     this.helpProvider1.SetHelpString(this.FreshAdd, resources.GetString("FreshAdd.HelpString"));
     this.FreshAdd.Location = new System.Drawing.Point(108, 122);
     this.FreshAdd.MaxLength = 3;
     this.FreshAdd.Name = "FreshAdd";
     this.helpProvider1.SetShowHelp(this.FreshAdd, true);
     this.FreshAdd.Size = new System.Drawing.Size(30, 20);
     this.FreshAdd.TabIndex = 14;
     //
     // FreshAirFan
     //
     this.FreshAirFan.AutoSize = true;
     this.FreshAirFan.Location = new System.Drawing.Point(9, 124);
     this.FreshAirFan.Name = "FreshAirFan";
     this.FreshAirFan.Size = new System.Drawing.Size(86, 17);
     this.FreshAirFan.TabIndex = 13;
     this.FreshAirFan.Text = "Fresh Air ON";
     this.FreshAirFan.UseVisualStyleBackColor = true;
     this.FreshAirFan.CheckedChanged += new System.EventHandler(this.FreshAirFan_CheckedChanged);
     //
     // HumidifierAddress
     //
     this.helpProvider1.SetHelpKeyword(this.HumidifierAddress, "HVAC Humidifier ON");
     this.helpProvider1.SetHelpString(this.HumidifierAddress, resources.GetString("HumidifierAddress.HelpString"));
     this.HumidifierAddress.Location = new System.Drawing.Point(108, 99);
     this.HumidifierAddress.MaxLength = 3;
     this.HumidifierAddress.Name = "HumidifierAddress";
     this.helpProvider1.SetShowHelp(this.HumidifierAddress, true);
     this.HumidifierAddress.Size = new System.Drawing.Size(30, 20);
     this.HumidifierAddress.TabIndex = 11;
     //
     // HumidifierCheck
     //
     this.HumidifierCheck.AutoSize = true;
     this.HumidifierCheck.Location = new System.Drawing.Point(9, 101);
     this.HumidifierCheck.Name = "HumidifierCheck";
     this.HumidifierCheck.Size = new System.Drawing.Size(91, 17);
     this.HumidifierCheck.TabIndex = 10;
     this.HumidifierCheck.Text = "Humidifier ON";
     this.HumidifierCheck.UseVisualStyleBackColor = true;
     this.HumidifierCheck.CheckedChanged += new System.EventHandler(this.HumidifierCheck_CheckedChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(97, 14);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(67, 13);
     this.label9.TabIndex = 9;
     this.label9.Text = "X10 Address";
     //
     // CoolAddress
     //
     this.helpProvider1.SetHelpKeyword(this.CoolAddress, "HVAC Cooling ON");
     this.helpProvider1.SetHelpString(this.CoolAddress, resources.GetString("CoolAddress.HelpString"));
     this.CoolAddress.Location = new System.Drawing.Point(108, 30);
     this.CoolAddress.MaxLength = 3;
     this.CoolAddress.Name = "CoolAddress";
     this.helpProvider1.SetShowHelp(this.CoolAddress, true);
     this.CoolAddress.Size = new System.Drawing.Size(30, 20);
     this.CoolAddress.TabIndex = 8;
     //
     // HeatAddress
     //
     this.helpProvider1.SetHelpKeyword(this.HeatAddress, "HVAC Heating ON");
     this.helpProvider1.SetHelpString(this.HeatAddress, resources.GetString("HeatAddress.HelpString"));
     this.HeatAddress.Location = new System.Drawing.Point(108, 76);
     this.HeatAddress.MaxLength = 3;
     this.HeatAddress.Name = "HeatAddress";
     this.helpProvider1.SetShowHelp(this.HeatAddress, true);
     this.HeatAddress.Size = new System.Drawing.Size(30, 20);
     this.HeatAddress.TabIndex = 6;
     //
     // FanAddress
     //
     this.helpProvider1.SetHelpKeyword(this.FanAddress, "HVAC Fan ON");
     this.helpProvider1.SetHelpString(this.FanAddress, resources.GetString("FanAddress.HelpString"));
     this.FanAddress.Location = new System.Drawing.Point(108, 53);
     this.FanAddress.MaxLength = 3;
     this.FanAddress.Name = "FanAddress";
     this.helpProvider1.SetShowHelp(this.FanAddress, true);
     this.FanAddress.Size = new System.Drawing.Size(30, 20);
     this.FanAddress.TabIndex = 4;
     this.FanAddress.Text = "a2";
     //
     // MixFan
     //
     this.MixFan.AutoSize = true;
     this.MixFan.Location = new System.Drawing.Point(9, 55);
     this.MixFan.Name = "MixFan";
     this.MixFan.Size = new System.Drawing.Size(85, 17);
     this.MixFan.TabIndex = 3;
     this.MixFan.Text = "Mix Fan  ON";
     this.MixFan.UseVisualStyleBackColor = true;
     this.MixFan.CheckedChanged += new System.EventHandler(this.MixFan_CheckedChanged);
     //
     // Heat
     //
     this.Heat.AutoSize = true;
     this.Heat.Location = new System.Drawing.Point(9, 78);
     this.Heat.Name = "Heat";
     this.Heat.Size = new System.Drawing.Size(82, 17);
     this.Heat.TabIndex = 2;
     this.Heat.Text = "Heating ON";
     this.Heat.UseVisualStyleBackColor = true;
     this.Heat.CheckedChanged += new System.EventHandler(this.Heat_CheckedChanged);
     //
     // CoolCompressor
     //
     this.CoolCompressor.AutoSize = true;
     this.CoolCompressor.Location = new System.Drawing.Point(9, 32);
     this.CoolCompressor.Name = "CoolCompressor";
     this.CoolCompressor.Size = new System.Drawing.Size(80, 17);
     this.CoolCompressor.TabIndex = 0;
     this.CoolCompressor.Text = "Cooling ON";
     this.CoolCompressor.UseVisualStyleBackColor = true;
     this.CoolCompressor.CheckedChanged += new System.EventHandler(this.CoolCompressor_CheckedChanged);
     //
     // RefreshButton
     //
     this.RefreshButton.Location = new System.Drawing.Point(764, 45);
     this.RefreshButton.Name = "RefreshButton";
     this.RefreshButton.Size = new System.Drawing.Size(54, 23);
     this.RefreshButton.TabIndex = 9;
     this.RefreshButton.Text = "Refresh";
     this.RefreshButton.UseVisualStyleBackColor = true;
     this.RefreshButton.Click += new System.EventHandler(this.TStat_TextChanged);
     //
     // Sprinkler
     //
     this.Sprinkler.Controls.Add(this.Rain24Label);
     this.Sprinkler.Controls.Add(this.label7);
     this.Sprinkler.Controls.Add(this.RainThresh);
     this.Sprinkler.Controls.Add(this.SprinklerAddressLabel);
     this.Sprinkler.Controls.Add(this.SprinklerAddress);
     this.Sprinkler.Controls.Add(this.SprinklersBox);
     this.Sprinkler.Location = new System.Drawing.Point(3, 354);
     this.Sprinkler.Name = "Sprinkler";
     this.Sprinkler.Size = new System.Drawing.Size(293, 150);
     this.Sprinkler.TabIndex = 10;
     this.Sprinkler.TabStop = false;
     this.Sprinkler.Text = "Sprinkler Control";
     //
     // Rain24Label
     //
     this.Rain24Label.AutoSize = true;
     this.Rain24Label.Location = new System.Drawing.Point(137, 43);
     this.Rain24Label.Name = "Rain24Label";
     this.Rain24Label.Size = new System.Drawing.Size(70, 13);
     this.Rain24Label.TabIndex = 5;
     this.Rain24Label.Text = "24 Hour Rain";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(137, 20);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(96, 13);
     this.label7.TabIndex = 4;
     this.label7.Text = "Rain Threshold (in)";
     //
     // RainThresh
     //
     this.helpProvider1.SetHelpKeyword(this.RainThresh, "Rain threshold");
     this.helpProvider1.SetHelpString(this.RainThresh, resources.GetString("RainThresh.HelpString"));
     this.RainThresh.Location = new System.Drawing.Point(239, 16);
     this.RainThresh.Name = "RainThresh";
     this.helpProvider1.SetShowHelp(this.RainThresh, true);
     this.RainThresh.Size = new System.Drawing.Size(36, 20);
     this.RainThresh.TabIndex = 3;
     this.RainThresh.Text = "0.15";
     //
     // SprinklerAddressLabel
     //
     this.SprinklerAddressLabel.AutoSize = true;
     this.SprinklerAddressLabel.Location = new System.Drawing.Point(38, 46);
     this.SprinklerAddressLabel.Name = "SprinklerAddressLabel";
     this.SprinklerAddressLabel.Size = new System.Drawing.Size(67, 13);
     this.SprinklerAddressLabel.TabIndex = 2;
     this.SprinklerAddressLabel.Text = "X10 Address";
     //
     // SprinklerAddress
     //
     this.helpProvider1.SetHelpKeyword(this.SprinklerAddress, "Sprinlers enable");
     this.helpProvider1.SetHelpString(this.SprinklerAddress, resources.GetString("SprinklerAddress.HelpString"));
     this.SprinklerAddress.Location = new System.Drawing.Point(6, 43);
     this.SprinklerAddress.MaxLength = 3;
     this.SprinklerAddress.Name = "SprinklerAddress";
     this.helpProvider1.SetShowHelp(this.SprinklerAddress, true);
     this.SprinklerAddress.Size = new System.Drawing.Size(30, 20);
     this.SprinklerAddress.TabIndex = 1;
     this.SprinklerAddress.Text = "a1";
     //
     // SprinklersBox
     //
     this.SprinklersBox.AutoSize = true;
     this.SprinklersBox.Location = new System.Drawing.Point(6, 19);
     this.SprinklersBox.Name = "SprinklersBox";
     this.SprinklersBox.Size = new System.Drawing.Size(114, 17);
     this.SprinklersBox.TabIndex = 0;
     this.SprinklersBox.Text = "Sprinklers Enabled";
     this.SprinklersBox.UseVisualStyleBackColor = true;
     this.SprinklersBox.CheckedChanged += new System.EventHandler(this.SprinklersBox_CheckedChanged);
     //
     // SaveSet
     //
     this.SaveSet.Location = new System.Drawing.Point(572, 47);
     this.SaveSet.Name = "SaveSet";
     this.SaveSet.Size = new System.Drawing.Size(88, 21);
     this.SaveSet.TabIndex = 11;
     this.SaveSet.Text = "Save Settings";
     this.SaveSet.UseVisualStyleBackColor = true;
     this.SaveSet.Click += new System.EventHandler(this.SaveSet_Click);
     //
     // Reload
     //
     this.Reload.Location = new System.Drawing.Point(666, 46);
     this.Reload.Name = "Reload";
     this.Reload.Size = new System.Drawing.Size(92, 22);
     this.Reload.TabIndex = 12;
     this.Reload.Text = "Reload Settings";
     this.Reload.UseVisualStyleBackColor = true;
     this.Reload.Click += new System.EventHandler(this.Reload_Click);
     //
     // BarnGroup
     //
     this.BarnGroup.Controls.Add(this.BarnUseAppTemp);
     this.BarnGroup.Controls.Add(this.label12);
     this.BarnGroup.Controls.Add(this.BarnSensor);
     this.BarnGroup.Controls.Add(this.BarnDesMin);
     this.BarnGroup.Controls.Add(this.label11);
     this.BarnGroup.Controls.Add(this.BarnHeatAdd);
     this.BarnGroup.Controls.Add(this.BarnHeat);
     this.BarnGroup.Controls.Add(this.label10);
     this.BarnGroup.Controls.Add(this.label8);
     this.BarnGroup.Controls.Add(this.BarnDesMax);
     this.BarnGroup.Controls.Add(this.BarnCoolAdd);
     this.BarnGroup.Controls.Add(this.BarnCool);
     this.BarnGroup.Location = new System.Drawing.Point(302, 416);
     this.BarnGroup.Name = "BarnGroup";
     this.BarnGroup.Size = new System.Drawing.Size(562, 88);
     this.BarnGroup.TabIndex = 13;
     this.BarnGroup.TabStop = false;
     this.BarnGroup.Text = "Barn Control";
     //
     // BarnUseAppTemp
     //
     this.BarnUseAppTemp.AutoSize = true;
     this.BarnUseAppTemp.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.BarnUseAppTemp.Checked = true;
     this.BarnUseAppTemp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.BarnUseAppTemp.Location = new System.Drawing.Point(325, 14);
     this.BarnUseAppTemp.Name = "BarnUseAppTemp";
     this.BarnUseAppTemp.Size = new System.Drawing.Size(121, 17);
     this.BarnUseAppTemp.TabIndex = 17;
     this.BarnUseAppTemp.Text = "Use Apparent Temp";
     this.BarnUseAppTemp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.BarnUseAppTemp.UseVisualStyleBackColor = true;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(322, 44);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(128, 13);
     this.label12.TabIndex = 16;
     this.label12.Text = "Barn Temperature Sensor";
     //
     // BarnSensor
     //
     this.BarnSensor.FormattingEnabled = true;
     this.BarnSensor.Location = new System.Drawing.Point(322, 60);
     this.BarnSensor.Name = "BarnSensor";
     this.BarnSensor.Size = new System.Drawing.Size(240, 21);
     this.BarnSensor.TabIndex = 15;
     this.BarnSensor.SelectedIndexChanged += new System.EventHandler(this.BarnSensor_SelectedIndexChanged);
     //
     // BarnDesMin
     //
     this.BarnDesMin.Location = new System.Drawing.Point(270, 60);
     this.BarnDesMin.Maximum = new decimal(new int[] {
     80,
     0,
     0,
     0});
     this.BarnDesMin.Name = "BarnDesMin";
     this.BarnDesMin.Size = new System.Drawing.Size(46, 20);
     this.BarnDesMin.TabIndex = 14;
     this.BarnDesMin.Value = new decimal(new int[] {
     30,
     0,
     0,
     0});
     this.BarnDesMin.ValueChanged += new System.EventHandler(this.BarnDesMin_ValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 62);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(103, 13);
     this.label11.TabIndex = 13;
     this.label11.Text = "Heating engages at:";
     //
     // BarnHeatAdd
     //
     this.helpProvider1.SetHelpKeyword(this.BarnHeatAdd, "Barn heating");
     this.helpProvider1.SetHelpString(this.BarnHeatAdd, resources.GetString("BarnHeatAdd.HelpString"));
     this.BarnHeatAdd.Location = new System.Drawing.Point(111, 58);
     this.BarnHeatAdd.Name = "BarnHeatAdd";
     this.helpProvider1.SetShowHelp(this.BarnHeatAdd, true);
     this.BarnHeatAdd.Size = new System.Drawing.Size(27, 20);
     this.BarnHeatAdd.TabIndex = 12;
     //
     // BarnHeat
     //
     this.BarnHeat.AutoSize = true;
     this.BarnHeat.Location = new System.Drawing.Point(17, 58);
     this.BarnHeat.Name = "BarnHeat";
     this.BarnHeat.Size = new System.Drawing.Size(82, 17);
     this.BarnHeat.TabIndex = 11;
     this.BarnHeat.Text = "Heating ON";
     this.BarnHeat.UseVisualStyleBackColor = true;
     this.BarnHeat.CheckedChanged += new System.EventHandler(this.BarnHeat_CheckedChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(91, 16);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(67, 13);
     this.label10.TabIndex = 10;
     this.label10.Text = "X10 Address";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(169, 35);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(101, 13);
     this.label8.TabIndex = 3;
     this.label8.Text = "Cooling engages at:";
     //
     // BarnDesMax
     //
     this.BarnDesMax.Location = new System.Drawing.Point(270, 32);
     this.BarnDesMax.Name = "BarnDesMax";
     this.BarnDesMax.Size = new System.Drawing.Size(46, 20);
     this.BarnDesMax.TabIndex = 2;
     this.BarnDesMax.Value = new decimal(new int[] {
     85,
     0,
     0,
     0});
     this.BarnDesMax.ValueChanged += new System.EventHandler(this.BarnDesMax_ValueChanged);
     //
     // BarnCoolAdd
     //
     this.helpProvider1.SetHelpKeyword(this.BarnCoolAdd, "Barn cooling");
     this.helpProvider1.SetHelpString(this.BarnCoolAdd, resources.GetString("BarnCoolAdd.HelpString"));
     this.BarnCoolAdd.Location = new System.Drawing.Point(111, 32);
     this.BarnCoolAdd.Name = "BarnCoolAdd";
     this.helpProvider1.SetShowHelp(this.BarnCoolAdd, true);
     this.BarnCoolAdd.Size = new System.Drawing.Size(27, 20);
     this.BarnCoolAdd.TabIndex = 1;
     //
     // BarnCool
     //
     this.BarnCool.AutoSize = true;
     this.BarnCool.Location = new System.Drawing.Point(19, 35);
     this.BarnCool.Name = "BarnCool";
     this.BarnCool.Size = new System.Drawing.Size(80, 17);
     this.BarnCool.TabIndex = 0;
     this.BarnCool.Text = "Cooling ON";
     this.BarnCool.UseVisualStyleBackColor = true;
     this.BarnCool.CheckedChanged += new System.EventHandler(this.BarnCool_CheckedChanged);
     //
     // UpdateLabel
     //
     this.UpdateLabel.AutoSize = true;
     this.UpdateLabel.Location = new System.Drawing.Point(311, 47);
     this.UpdateLabel.Name = "UpdateLabel";
     this.UpdateLabel.Size = new System.Drawing.Size(67, 13);
     this.UpdateLabel.TabIndex = 14;
     this.UpdateLabel.Text = "Initializing.....";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(0, 507);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(200, 13);
     this.label16.TabIndex = 15;
     this.label16.Text = "Press F1 for help on the current selection";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.optionsToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(872, 24);
     this.menuStrip1.TabIndex = 16;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportLogToolStripMenuItem,
     this.deleteLogToolStripMenuItem,
     this.saveSettingsToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exportLogToolStripMenuItem
     //
     this.exportLogToolStripMenuItem.Name = "exportLogToolStripMenuItem";
     this.exportLogToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.exportLogToolStripMenuItem.Text = "Export Log";
     this.exportLogToolStripMenuItem.Click += new System.EventHandler(this.exportLogToolStripMenuItem_Click);
     //
     // deleteLogToolStripMenuItem
     //
     this.deleteLogToolStripMenuItem.Name = "deleteLogToolStripMenuItem";
     this.deleteLogToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.deleteLogToolStripMenuItem.Text = "Delete Log";
     this.deleteLogToolStripMenuItem.Click += new System.EventHandler(this.deleteLogToolStripMenuItem_Click);
     //
     // saveSettingsToolStripMenuItem
     //
     this.saveSettingsToolStripMenuItem.Name = "saveSettingsToolStripMenuItem";
     this.saveSettingsToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.saveSettingsToolStripMenuItem.Text = "Save Settings";
     this.saveSettingsToolStripMenuItem.Click += new System.EventHandler(this.saveSettingsToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.minMaxToolStripMenuItem,
     this.resetMiinMaxToolStripMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // minMaxToolStripMenuItem
     //
     this.minMaxToolStripMenuItem.Name = "minMaxToolStripMenuItem";
     this.minMaxToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     this.minMaxToolStripMenuItem.Text = "Min/Max";
     this.minMaxToolStripMenuItem.Click += new System.EventHandler(this.minMaxToolStripMenuItem_Click);
     //
     // resetMiinMaxToolStripMenuItem
     //
     this.resetMiinMaxToolStripMenuItem.Name = "resetMiinMaxToolStripMenuItem";
     this.resetMiinMaxToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     this.resetMiinMaxToolStripMenuItem.Text = "Reset Miin/Max";
     this.resetMiinMaxToolStripMenuItem.Click += new System.EventHandler(this.resetMiinMaxToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.celciusToolStripMenuItem,
     this.fehrenheitToolStripMenuItem});
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // celciusToolStripMenuItem
     //
     this.celciusToolStripMenuItem.CheckOnClick = true;
     this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
     this.celciusToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.celciusToolStripMenuItem.Text = "Celcius";
     this.celciusToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.celciusToolStripMenuItem_CheckStateChanged);
     //
     // fehrenheitToolStripMenuItem
     //
     this.fehrenheitToolStripMenuItem.Checked = true;
     this.fehrenheitToolStripMenuItem.CheckOnClick = true;
     this.fehrenheitToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.fehrenheitToolStripMenuItem.Name = "fehrenheitToolStripMenuItem";
     this.fehrenheitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.fehrenheitToolStripMenuItem.Text = "Fahrenheit";
     this.fehrenheitToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.fehrenheitToolStripMenuItem_CheckStateChanged);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem1});
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.aboutToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem1
     //
     this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
     this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem1.Text = "About";
     this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "csv";
     this.saveFileDialog1.FileName = "HomeControlLog.csv";
     //
     // TStat
     //
     this.AcceptButton = this.RefreshButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ClientSize = new System.Drawing.Size(872, 526);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.UpdateLabel);
     this.Controls.Add(this.BarnGroup);
     this.Controls.Add(this.Reload);
     this.Controls.Add(this.SaveSet);
     this.Controls.Add(this.Sprinkler);
     this.Controls.Add(this.RefreshButton);
     this.Controls.Add(this.StatusGp);
     this.Controls.Add(this.HideButton);
     this.Controls.Add(this.ActCondGroup);
     this.Controls.Add(this.DesiredConditionsGp);
     this.Controls.Add(this.menuStrip1);
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.Name = "TStat";
     this.Text = "Home Control";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HideButton_Click);
     this.Load += new System.EventHandler(this.TStat_Load);
     ((System.ComponentModel.ISupportInitialize)(this.CoolingDesiredMax)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeatDesiredMin)).EndInit();
     this.DesiredConditionsGp.ResumeLayout(false);
     this.DesiredConditionsGp.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxInDP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DesHumidity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaxSplit)).EndInit();
     this.ActCondGroup.ResumeLayout(false);
     this.ActCondGroup.PerformLayout();
     this.StatusGp.ResumeLayout(false);
     this.StatusGp.PerformLayout();
     this.Sprinkler.ResumeLayout(false);
     this.Sprinkler.PerformLayout();
     this.BarnGroup.ResumeLayout(false);
     this.BarnGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BarnDesMin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarnDesMax)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.NewPassword1 = new System.Windows.Forms.TextBox();
     this.NewPassword2 = new System.Windows.Forms.TextBox();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.OldPassword = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.toolTipHelp = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // NewPassword1
     //
     this.helpProvider1.SetHelpString(this.NewPassword1, "Your new password. This is the password you will be using in the future");
     this.NewPassword1.Location = new System.Drawing.Point(12, 66);
     this.NewPassword1.Name = "NewPassword1";
     this.NewPassword1.PasswordChar = '*';
     this.helpProvider1.SetShowHelp(this.NewPassword1, true);
     this.NewPassword1.Size = new System.Drawing.Size(268, 20);
     this.NewPassword1.TabIndex = 0;
     this.toolTipHelp.SetToolTip(this.NewPassword1, "Your new password. This is the password \r\nyou will be using in the future");
     this.NewPassword1.UseSystemPasswordChar = true;
     this.NewPassword1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // NewPassword2
     //
     this.helpProvider1.SetHelpString(this.NewPassword2, "Your new password again to make sure you did not make any typo");
     this.NewPassword2.Location = new System.Drawing.Point(12, 107);
     this.NewPassword2.Name = "NewPassword2";
     this.NewPassword2.PasswordChar = '*';
     this.NewPassword2.ReadOnly = true;
     this.helpProvider1.SetShowHelp(this.NewPassword2, true);
     this.NewPassword2.Size = new System.Drawing.Size(268, 20);
     this.NewPassword2.TabIndex = 1;
     this.toolTipHelp.SetToolTip(this.NewPassword2, "Your new password again to make \r\nsure you did not make any typo");
     this.NewPassword2.UseSystemPasswordChar = true;
     this.NewPassword2.TextChanged += new System.EventHandler(this.password2_TextChanged);
     //
     // progressBar1
     //
     this.helpProvider1.SetHelpString(this.progressBar1, "The strength of your password. Uses caps, numbers and special characters to impro" +
             "ve your password strength");
     this.progressBar1.Location = new System.Drawing.Point(12, 167);
     this.progressBar1.Name = "progressBar1";
     this.helpProvider1.SetShowHelp(this.progressBar1, true);
     this.progressBar1.Size = new System.Drawing.Size(268, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 2;
     this.toolTipHelp.SetToolTip(this.progressBar1, "The strength of your password. Uses caps, \r\nnumbers and special characters to imp" +
             "rove \r\nyour password strength");
     this.progressBar1.Value = 5;
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(205, 200);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 3;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Enabled = false;
     this.okButton.Location = new System.Drawing.Point(124, 200);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 2;
     this.okButton.Text = "Ok";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 50);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(78, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "New Password";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 91);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Password Confirmation";
     //
     // OldPassword
     //
     this.helpProvider1.SetHelpString(this.OldPassword, "Your actual password to make sure no one else is changing your password");
     this.OldPassword.Location = new System.Drawing.Point(12, 25);
     this.OldPassword.Name = "OldPassword";
     this.OldPassword.PasswordChar = '*';
     this.helpProvider1.SetShowHelp(this.OldPassword, true);
     this.OldPassword.Size = new System.Drawing.Size(268, 20);
     this.OldPassword.TabIndex = 0;
     this.toolTipHelp.SetToolTip(this.OldPassword, "Your actual password to make sure no \r\none else is changing your password");
     this.OldPassword.UseSystemPasswordChar = true;
     this.OldPassword.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 9);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(72, 13);
     this.label4.TabIndex = 4;
     this.label4.Text = "Old Password";
     //
     // textBox1
     //
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location = new System.Drawing.Point(12, 136);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(265, 29);
     this.textBox1.TabIndex = 6;
     this.textBox1.Text = "Password strength. Use caps, numbers and special characters to maximize safety.";
     //
     // toolTipHelp
     //
     this.toolTipHelp.AutomaticDelay = 100;
     this.toolTipHelp.AutoPopDelay = 5000;
     this.toolTipHelp.InitialDelay = 100;
     this.toolTipHelp.ReshowDelay = 20;
     //
     // CryptoEditorPasswordValidation
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(291, 232);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.NewPassword2);
     this.Controls.Add(this.OldPassword);
     this.Controls.Add(this.NewPassword1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CryptoEditorPasswordValidation";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Password";
     this.Load += new System.EventHandler(this.CryptoEditorPasswordValidation_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pageSetupToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printDocument                 = new System.Drawing.Printing.PrintDocument();
     this.toolStripContainer            = new System.Windows.Forms.ToolStripContainer();
     this.yearChartPanel                = new YearChart.YearChartPanel();
     this.helpProvider                  = new System.Windows.Forms.HelpProvider();
     this.pageSetupDialog               = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog            = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog                   = new System.Windows.Forms.PrintDialog();
     this.exportToHTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.menuStrip.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(624, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pageSetupToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.printToolStripMenuItem,
         this.toolStripSeparator1,
         this.exportToHTMLToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // pageSetupToolStripMenuItem
     //
     this.pageSetupToolStripMenuItem.Name        = "pageSetupToolStripMenuItem";
     this.pageSetupToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.pageSetupToolStripMenuItem.Text        = "Page Set&up...";
     this.pageSetupToolStripMenuItem.ToolTipText = "Change the layout of the printed page - margins and orientation.";
     this.pageSetupToolStripMenuItem.Click      += new System.EventHandler(this.PageSetupToolStripMenuItemClick);
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name        = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.printPreviewToolStripMenuItem.Text        = "Print Pre&view";
     this.printPreviewToolStripMenuItem.ToolTipText = "Shows how the chart will look when printed.";
     this.printPreviewToolStripMenuItem.Click      += new System.EventHandler(this.PrintPreviewToolStripMenuItemClick);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(157, 22);
     this.printToolStripMenuItem.Text         = "&Print...";
     this.printToolStripMenuItem.ToolTipText  = "Print the YearChart to your selected printer.";
     this.printToolStripMenuItem.Click       += new System.EventHandler(this.PrintToolStripMenuItemClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(154, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name        = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.exitToolStripMenuItem.Text        = "E&xit";
     this.exitToolStripMenuItem.ToolTipText = "Closes the appliction.";
     this.exitToolStripMenuItem.Click      += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name        = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size        = new System.Drawing.Size(125, 22);
     this.optionsToolStripMenuItem.Text        = "&Options...";
     this.optionsToolStripMenuItem.ToolTipText = "Change the settings for the chart including year and title.";
     this.optionsToolStripMenuItem.Click      += new System.EventHandler(this.OptionsToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name        = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size        = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text        = "&Contents";
     this.contentsToolStripMenuItem.ToolTipText = "Open the Help window on the Contents page.";
     this.contentsToolStripMenuItem.Click      += new System.EventHandler(this.ContentsToolStripMenuItemClick);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text   = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // printDocument
     //
     this.printDocument.DocumentName = "YearChart document";
     this.printDocument.PrintPage   += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.yearChartPanel);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(624, 386);
     this.toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.Size     = new System.Drawing.Size(624, 410);
     this.toolStripContainer.TabIndex = 1;
     this.toolStripContainer.Text     = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.menuStrip);
     //
     // yearChartPanel
     //
     this.yearChartPanel.Abbreviate = false;
     //this.yearChartPanel.BackColor = System.Drawing.Color.White;
     //this.yearChartPanel.BlankColor = System.Drawing.Color.LightGray;
     this.yearChartPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     //this.yearChartPanel.EndDate = new System.DateTime( 2011, 12, 31, 0, 0, 0, 0 );
     this.yearChartPanel.ExtraColumns = new YearChart.Model.YearChartCell[0];
     this.yearChartPanel.ExtraRows    = new YearChart.Model.YearChartCell[0];
     //this.yearChartPanel.HeadingColor = System.Drawing.Color.Yellow;
     this.yearChartPanel.Location = new System.Drawing.Point(0, 0);
     this.yearChartPanel.Name     = "yearChartPanel";
     this.helpProvider.SetShowHelp(this.yearChartPanel, true);
     this.yearChartPanel.Size = new System.Drawing.Size(624, 386);
     //this.yearChartPanel.StartDate = new System.DateTime( 2011, 1, 1, 0, 0, 0, 0 );
     this.yearChartPanel.TabIndex = 0;
     this.yearChartPanel.Title    = "YearChart";
     //this.yearChartPanel.WeekendColor = System.Drawing.Color.Orange;
     //this.yearChartPanel.WeekStartDay = System.DayOfWeek.Monday;
     //this.yearChartPanel.Year = 2011;
     this.yearChartPanel.DoubleClick += new System.EventHandler(this.YearChartPanelDoubleClick);
     //
     // helpProvider
     //
     this.helpProvider.HelpNamespace = "YearChart.chm";
     //
     // pageSetupDialog
     //
     this.pageSetupDialog.Document     = this.printDocument;
     this.pageSetupDialog.EnableMetric = true;
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.printDocument;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon     = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name     = "printPreviewDialog";
     this.printPreviewDialog.ShowIcon = false;
     this.printPreviewDialog.Visible  = false;
     //
     // printDialog
     //
     this.printDialog.Document    = this.printDocument;
     this.printDialog.UseEXDialog = true;
     //
     // exportToHTMLToolStripMenuItem
     //
     this.exportToHTMLToolStripMenuItem.Name   = "exportToHTMLToolStripMenuItem";
     this.exportToHTMLToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.exportToHTMLToolStripMenuItem.Text   = "Export to HTML";
     this.exportToHTMLToolStripMenuItem.Click += new System.EventHandler(this.exportToHTMLToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 410);
     this.Controls.Add(this.toolStripContainer);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip;
     this.Name          = "MainForm";
     this.Text          = "Kajabity YearChart";
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.ResumeLayout(false);
 }
Example #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel9 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.AllowDrop = true;
     this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSeparator2,
     this.toolStripLabel4,
     this.toolStripSeparator3,
     this.toolStripButton5,
     this.toolStripLabel6,
     this.toolStripSeparator5,
     this.toolStripButton7,
     this.toolStripLabel9,
     this.toolStripButton1,
     this.toolStripLabel1,
     this.toolStripButton2,
     this.toolStripLabel2,
     this.toolStripButton6,
     this.toolStripLabel8,
     this.toolStripSeparator1,
     this.toolStripButton3,
     this.toolStripLabel3,
     this.toolStripLabel5,
     this.toolStripLabel7,
     this.toolStripSeparator4});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(65, 646);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "DOCK";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(62, 6);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel4.Text = "B!u Bar";
     this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(62, 6);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(62, 20);
     this.toolStripButton5.Text = "Open";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripLabel6
     //
     this.toolStripLabel6.Name = "toolStripLabel6";
     this.toolStripLabel6.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel6.Text = "OPEN";
     this.toolStripLabel6.Click += new System.EventHandler(this.toolStripLabel6_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(62, 6);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(62, 21);
     this.toolStripButton7.Text = "Refresh";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // toolStripLabel9
     //
     this.toolStripLabel9.Name = "toolStripLabel9";
     this.toolStripLabel9.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel9.Text = "Refresh";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(62, 21);
     this.toolStripButton1.Text = "Back";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel1.Text = "BACK";
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(62, 21);
     this.toolStripButton2.Text = "Forward";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel2.Text = "FORWARD";
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(62, 21);
     this.toolStripButton6.Text = "Stop";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripLabel8
     //
     this.toolStripLabel8.Name = "toolStripLabel8";
     this.toolStripLabel8.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel8.Text = "STOP";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.ForeColor = System.Drawing.Color.Black;
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(62, 6);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(62, 21);
     this.toolStripButton3.Text = "\'bout";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel3.Text = "ABOUT";
     this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripLabel5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel5.Image")));
     this.toolStripLabel5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(62, 21);
     this.toolStripLabel5.Text = "QUIT";
     this.toolStripLabel5.Click += new System.EventHandler(this.toolStripLabel5_Click);
     //
     // toolStripLabel7
     //
     this.toolStripLabel7.Name = "toolStripLabel7";
     this.toolStripLabel7.Size = new System.Drawing.Size(62, 13);
     this.toolStripLabel7.Text = "QUIT";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(62, 6);
     //
     // webBrowser1
     //
     this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser1.Location = new System.Drawing.Point(65, 0);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.Size = new System.Drawing.Size(1117, 646);
     this.webBrowser1.TabIndex = 1;
     this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted_2);
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor = System.Drawing.Color.Gray;
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default;
     this.richTextBox1.Location = new System.Drawing.Point(77, 200);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.ReadOnly = true;
     this.richTextBox1.Size = new System.Drawing.Size(496, 168);
     this.richTextBox1.TabIndex = 2;
     this.richTextBox1.Text = "Open the courseware HTML files  to access...Or drag N drop files here.\nClick on X" +
         " to close this TextBox!!!\n\nCreated By:\nB!uZone a.k.a. C!der";
     this.richTextBox1.Visible = false;
     this.richTextBox1.ZoomFactor = 1.9F;
     this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location = new System.Drawing.Point(535, 334);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(23, 23);
     this.button1.TabIndex = 4;
     this.button1.Text = "X";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Location = new System.Drawing.Point(411, 334);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(101, 23);
     this.button2.TabIndex = 5;
     this.button2.Text = "History";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize = new System.Drawing.Size(1182, 646);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.webBrowser1);
     this.Controls.Add(this.toolStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "C C++ Lecture Browser: B!uZone Edition";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnCalculate = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.lstDepreciation = new System.Windows.Forms.ListBox();
     this.cboLife = new System.Windows.Forms.ComboBox();
     this.txtFinalValue = new System.Windows.Forms.TextBox();
     this.txtInitialCost = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(144, 203);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 15;
     this.btnClose.Text = "C&lose";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnCalculate
     //
     this.btnCalculate.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCalculate.Location = new System.Drawing.Point(57, 203);
     this.btnCalculate.Name = "btnCalculate";
     this.btnCalculate.Size = new System.Drawing.Size(75, 23);
     this.btnCalculate.TabIndex = 14;
     this.btnCalculate.Text = "&Calculate";
     this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 97);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(120, 20);
     this.label4.TabIndex = 17;
     this.label4.Text = "SYD Depreciation:";
     //
     // lstDepreciation
     //
     this.lstDepreciation.FormattingEnabled = true;
     this.lstDepreciation.Location = new System.Drawing.Point(12, 118);
     this.lstDepreciation.Name = "lstDepreciation";
     this.lstDepreciation.Size = new System.Drawing.Size(207, 69);
     this.lstDepreciation.TabIndex = 16;
     this.lstDepreciation.TabStop = false;
     //
     // cboLife
     //
     this.cboLife.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLife.FormattingEnabled = true;
     this.cboLife.Location = new System.Drawing.Point(132, 69);
     this.cboLife.Name = "cboLife";
     this.cboLife.Size = new System.Drawing.Size(87, 21);
     this.cboLife.TabIndex = 13;
     this.cboLife.Tag = "Life";
     //
     // txtFinalValue
     //
     this.txtFinalValue.Location = new System.Drawing.Point(132, 42);
     this.txtFinalValue.Name = "txtFinalValue";
     this.txtFinalValue.Size = new System.Drawing.Size(84, 20);
     this.txtFinalValue.TabIndex = 10;
     this.txtFinalValue.Tag = "Final Value";
     this.toolTip1.SetToolTip(this.txtFinalValue, "Enter the final value of the asset.");
     //
     // txtInitialCost
     //
     this.txtInitialCost.Location = new System.Drawing.Point(132, 14);
     this.txtInitialCost.Name = "txtInitialCost";
     this.txtInitialCost.Size = new System.Drawing.Size(84, 20);
     this.txtInitialCost.TabIndex = 8;
     this.txtInitialCost.Tag = "Initial Cost";
     this.toolTip1.SetToolTip(this.txtInitialCost, "Enter the amount it cost to acquire the asset.");
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 69);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(114, 20);
     this.label3.TabIndex = 12;
     this.label3.Text = "Life of Asset in Years:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 42);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 20);
     this.label2.TabIndex = 11;
     this.label2.Text = "Final Value of Asset:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(114, 20);
     this.label1.TabIndex = 9;
     this.label1.Text = "Initial Cost of Asset:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmDepreciation
     //
     this.AcceptButton = this.btnCalculate;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(236, 235);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCalculate);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lstDepreciation);
     this.Controls.Add(this.cboLife);
     this.Controls.Add(this.txtFinalValue);
     this.Controls.Add(this.txtInitialCost);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.helpProvider1.SetHelpString(this, "Use this form to calculate sum-of-years digits depreciation based on the initial " +
             "cost, final value, and useful life of an asset.");
     this.Name = "frmDepreciation";
     this.helpProvider1.SetShowHelp(this, true);
     this.Text = "SYD Depreciation";
     this.Load += new System.EventHandler(this.frmDepreciation_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.HelpProvider TempLiteHelp;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TempLite));
     this.Reading            = new System.Windows.Forms.Panel();
     this.ReadingTextBox     = new System.Windows.Forms.TextBox();
     this.ReadingProgressBar = new System.Windows.Forms.ProgressBar();
     this.ReadingLabel       = new System.Windows.Forms.Label();
     this.bg = new System.Windows.Forms.Panel();
     this.ReadLoggerButton             = new System.Windows.Forms.Button();
     this.readyStateMessageUserControl = new UserControls.ReadyStateMessageUserControl();
     this.readingErrorUserControl      = new UserControls.ReadingErrorUserControl();
     this.loggerProgressBarUserControl = new UserControls.LoggerProgressBarUserControl();
     this.generateDocumentUserControl  = new UserControls.GenerateDocumentUserControl();
     this.readerUserControl            = new UserControls.ReaderUserControl();
     this.loggerUserControl            = new UserControls.LoggerUserControl();
     this.previewPanel            = new System.Windows.Forms.Panel();
     this.excelPanel              = new System.Windows.Forms.Panel();
     this.emailExcel              = new System.Windows.Forms.Button();
     this.previewExcel            = new System.Windows.Forms.Button();
     this.pdfPanel                = new System.Windows.Forms.Panel();
     this.emailPDF                = new System.Windows.Forms.Button();
     this.previewPDF              = new System.Windows.Forms.Button();
     this.logUserControl          = new UserControls.LogUserControl();
     this.emailListUserControl    = new UserControls.EmailListUserControl();
     this.emailDoneUserControl    = new UserControls.EmailDoneUserControl();
     this.sendingEmailUserControl = new UserControls.SendingEmailUserControl();
     TempLiteHelp = new System.Windows.Forms.HelpProvider();
     this.Reading.SuspendLayout();
     this.bg.SuspendLayout();
     this.previewPanel.SuspendLayout();
     this.excelPanel.SuspendLayout();
     this.pdfPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // TempLiteHelp
     //
     resources.ApplyResources(TempLiteHelp, "TempLiteHelp");
     //
     // Reading
     //
     this.Reading.BackColor   = System.Drawing.Color.White;
     this.Reading.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Reading.Controls.Add(this.ReadingTextBox);
     this.Reading.Controls.Add(this.ReadingProgressBar);
     this.Reading.Controls.Add(this.ReadingLabel);
     resources.ApplyResources(this.Reading, "Reading");
     this.Reading.Name = "Reading";
     TempLiteHelp.SetShowHelp(this.Reading, ((bool)(resources.GetObject("Reading.ShowHelp"))));
     //
     // ReadingTextBox
     //
     this.ReadingTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ReadingTextBox.Cursor      = System.Windows.Forms.Cursors.Arrow;
     resources.ApplyResources(this.ReadingTextBox, "ReadingTextBox");
     this.ReadingTextBox.Name = "ReadingTextBox";
     TempLiteHelp.SetShowHelp(this.ReadingTextBox, ((bool)(resources.GetObject("ReadingTextBox.ShowHelp"))));
     //
     // ReadingProgressBar
     //
     resources.ApplyResources(this.ReadingProgressBar, "ReadingProgressBar");
     this.ReadingProgressBar.Name = "ReadingProgressBar";
     TempLiteHelp.SetShowHelp(this.ReadingProgressBar, ((bool)(resources.GetObject("ReadingProgressBar.ShowHelp"))));
     this.ReadingProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.ReadingProgressBar.Value = 35;
     //
     // ReadingLabel
     //
     resources.ApplyResources(this.ReadingLabel, "ReadingLabel");
     this.ReadingLabel.Name = "ReadingLabel";
     TempLiteHelp.SetShowHelp(this.ReadingLabel, ((bool)(resources.GetObject("ReadingLabel.ShowHelp"))));
     //
     // bg
     //
     this.bg.BackColor = System.Drawing.Color.White;
     this.bg.Controls.Add(this.ReadLoggerButton);
     this.bg.Controls.Add(this.readyStateMessageUserControl);
     this.bg.Controls.Add(this.readingErrorUserControl);
     this.bg.Controls.Add(this.loggerProgressBarUserControl);
     this.bg.Controls.Add(this.generateDocumentUserControl);
     this.bg.Controls.Add(this.readerUserControl);
     this.bg.Controls.Add(this.loggerUserControl);
     this.bg.Controls.Add(this.previewPanel);
     this.bg.Controls.Add(this.logUserControl);
     this.bg.Controls.Add(this.emailListUserControl);
     this.bg.Controls.Add(this.emailDoneUserControl);
     this.bg.Controls.Add(this.sendingEmailUserControl);
     resources.ApplyResources(this.bg, "bg");
     this.bg.Name = "bg";
     TempLiteHelp.SetShowHelp(this.bg, ((bool)(resources.GetObject("bg.ShowHelp"))));
     //
     // ReadLoggerButton
     //
     this.ReadLoggerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     resources.ApplyResources(this.ReadLoggerButton, "ReadLoggerButton");
     this.ReadLoggerButton.Name = "ReadLoggerButton";
     TempLiteHelp.SetShowHelp(this.ReadLoggerButton, ((bool)(resources.GetObject("ReadLoggerButton.ShowHelp"))));
     this.ReadLoggerButton.UseVisualStyleBackColor = true;
     this.ReadLoggerButton.Click += new System.EventHandler(this.ReadLoggerButton_Click);
     //
     // readyStateMessageUserControl
     //
     this.readyStateMessageUserControl.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.readyStateMessageUserControl, "readyStateMessageUserControl");
     this.readyStateMessageUserControl.Name = "readyStateMessageUserControl";
     TempLiteHelp.SetShowHelp(this.readyStateMessageUserControl, ((bool)(resources.GetObject("readyStateMessageUserControl.ShowHelp"))));
     //
     // readingErrorUserControl
     //
     resources.ApplyResources(this.readingErrorUserControl, "readingErrorUserControl");
     this.readingErrorUserControl.BackColor = System.Drawing.Color.White;
     this.readingErrorUserControl.Name      = "readingErrorUserControl";
     TempLiteHelp.SetShowHelp(this.readingErrorUserControl, ((bool)(resources.GetObject("readingErrorUserControl.ShowHelp"))));
     //
     // loggerProgressBarUserControl
     //
     this.loggerProgressBarUserControl.BackColor   = System.Drawing.Color.White;
     this.loggerProgressBarUserControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.loggerProgressBarUserControl.ForeColor   = System.Drawing.Color.White;
     resources.ApplyResources(this.loggerProgressBarUserControl, "loggerProgressBarUserControl");
     this.loggerProgressBarUserControl.Name = "loggerProgressBarUserControl";
     TempLiteHelp.SetShowHelp(this.loggerProgressBarUserControl, ((bool)(resources.GetObject("loggerProgressBarUserControl.ShowHelp"))));
     this.loggerProgressBarUserControl.VisibleChanged += new System.EventHandler(this.loggerProgressBarUserControl_VisibleChanged);
     //
     // generateDocumentUserControl
     //
     this.generateDocumentUserControl.BackColor   = System.Drawing.Color.White;
     this.generateDocumentUserControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.generateDocumentUserControl.ForeColor   = System.Drawing.Color.White;
     resources.ApplyResources(this.generateDocumentUserControl, "generateDocumentUserControl");
     this.generateDocumentUserControl.Name = "generateDocumentUserControl";
     TempLiteHelp.SetShowHelp(this.generateDocumentUserControl, ((bool)(resources.GetObject("generateDocumentUserControl.ShowHelp"))));
     this.generateDocumentUserControl.VisibleChanged += new System.EventHandler(this.generateDocumentUserControl_VisibleChanged);
     //
     // readerUserControl
     //
     this.readerUserControl.BackColor = System.Drawing.Color.White;
     this.readerUserControl.Cursor    = System.Windows.Forms.Cursors.Default;
     resources.ApplyResources(this.readerUserControl, "readerUserControl");
     this.readerUserControl.Name = "readerUserControl";
     TempLiteHelp.SetShowHelp(this.readerUserControl, ((bool)(resources.GetObject("readerUserControl.ShowHelp"))));
     this.readerUserControl.VisibleChanged += new System.EventHandler(this.readerUserControl_VisibleChanged);
     //
     // loggerUserControl
     //
     this.loggerUserControl.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.loggerUserControl, "loggerUserControl");
     this.loggerUserControl.Name = "loggerUserControl";
     TempLiteHelp.SetShowHelp(this.loggerUserControl, ((bool)(resources.GetObject("loggerUserControl.ShowHelp"))));
     this.loggerUserControl.VisibleChanged += new System.EventHandler(this.loggerUserControl_VisibleChanged);
     //
     // previewPanel
     //
     this.previewPanel.BackColor = System.Drawing.Color.White;
     this.previewPanel.Controls.Add(this.excelPanel);
     this.previewPanel.Controls.Add(this.pdfPanel);
     resources.ApplyResources(this.previewPanel, "previewPanel");
     this.previewPanel.Name = "previewPanel";
     TempLiteHelp.SetShowHelp(this.previewPanel, ((bool)(resources.GetObject("previewPanel.ShowHelp"))));
     //
     // excelPanel
     //
     this.excelPanel.BackColor   = System.Drawing.Color.White;
     this.excelPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.excelPanel.Controls.Add(this.emailExcel);
     this.excelPanel.Controls.Add(this.previewExcel);
     resources.ApplyResources(this.excelPanel, "excelPanel");
     this.excelPanel.Name = "excelPanel";
     TempLiteHelp.SetShowHelp(this.excelPanel, ((bool)(resources.GetObject("excelPanel.ShowHelp"))));
     //
     // emailExcel
     //
     resources.ApplyResources(this.emailExcel, "emailExcel");
     this.emailExcel.BackColor       = System.Drawing.Color.White;
     this.emailExcel.BackgroundImage = global::TempLite.Properties.Resources.TempLite_04;
     this.emailExcel.Name            = "emailExcel";
     TempLiteHelp.SetShowHelp(this.emailExcel, ((bool)(resources.GetObject("emailExcel.ShowHelp"))));
     this.emailExcel.UseVisualStyleBackColor = false;
     this.emailExcel.Click += new System.EventHandler(this.emailExcel_Click);
     //
     // previewExcel
     //
     resources.ApplyResources(this.previewExcel, "previewExcel");
     this.previewExcel.BackColor       = System.Drawing.Color.White;
     this.previewExcel.BackgroundImage = global::TempLite.Properties.Resources.TempLite_051;
     this.previewExcel.Name            = "previewExcel";
     TempLiteHelp.SetShowHelp(this.previewExcel, ((bool)(resources.GetObject("previewExcel.ShowHelp"))));
     this.previewExcel.UseVisualStyleBackColor = false;
     this.previewExcel.Click += new System.EventHandler(this.previewExcel_Click);
     //
     // pdfPanel
     //
     this.pdfPanel.BackColor   = System.Drawing.Color.White;
     this.pdfPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pdfPanel.Controls.Add(this.emailPDF);
     this.pdfPanel.Controls.Add(this.previewPDF);
     resources.ApplyResources(this.pdfPanel, "pdfPanel");
     this.pdfPanel.Name = "pdfPanel";
     TempLiteHelp.SetShowHelp(this.pdfPanel, ((bool)(resources.GetObject("pdfPanel.ShowHelp"))));
     //
     // emailPDF
     //
     resources.ApplyResources(this.emailPDF, "emailPDF");
     this.emailPDF.BackColor       = System.Drawing.Color.White;
     this.emailPDF.BackgroundImage = global::TempLite.Properties.Resources.TempLite_01;
     this.emailPDF.Name            = "emailPDF";
     TempLiteHelp.SetShowHelp(this.emailPDF, ((bool)(resources.GetObject("emailPDF.ShowHelp"))));
     this.emailPDF.UseVisualStyleBackColor = false;
     this.emailPDF.Click += new System.EventHandler(this.emailPDF_Click);
     //
     // previewPDF
     //
     resources.ApplyResources(this.previewPDF, "previewPDF");
     this.previewPDF.BackColor       = System.Drawing.Color.White;
     this.previewPDF.BackgroundImage = global::TempLite.Properties.Resources.TempLite_021;
     this.previewPDF.Name            = "previewPDF";
     TempLiteHelp.SetShowHelp(this.previewPDF, ((bool)(resources.GetObject("previewPDF.ShowHelp"))));
     this.previewPDF.UseVisualStyleBackColor = false;
     this.previewPDF.Click += new System.EventHandler(this.previewPDF_Click);
     //
     // logUserControl
     //
     this.logUserControl.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.logUserControl, "logUserControl");
     this.logUserControl.Name = "logUserControl";
     TempLiteHelp.SetShowHelp(this.logUserControl, ((bool)(resources.GetObject("logUserControl.ShowHelp"))));
     //
     // emailListUserControl
     //
     this.emailListUserControl.BackColor   = System.Drawing.Color.White;
     this.emailListUserControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.emailListUserControl, "emailListUserControl");
     this.emailListUserControl.Name = "emailListUserControl";
     TempLiteHelp.SetShowHelp(this.emailListUserControl, ((bool)(resources.GetObject("emailListUserControl.ShowHelp"))));
     //
     // emailDoneUserControl
     //
     resources.ApplyResources(this.emailDoneUserControl, "emailDoneUserControl");
     this.emailDoneUserControl.Name = "emailDoneUserControl";
     TempLiteHelp.SetShowHelp(this.emailDoneUserControl, ((bool)(resources.GetObject("emailDoneUserControl.ShowHelp"))));
     //
     // sendingEmailUserControl
     //
     this.sendingEmailUserControl.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.sendingEmailUserControl, "sendingEmailUserControl");
     this.sendingEmailUserControl.Name = "sendingEmailUserControl";
     TempLiteHelp.SetShowHelp(this.sendingEmailUserControl, ((bool)(resources.GetObject("sendingEmailUserControl.ShowHelp"))));
     this.sendingEmailUserControl.VisibleChanged += new System.EventHandler(this.emailUserControl_VisibleChanged);
     //
     // TempLite
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.bg);
     this.ForeColor       = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     TempLiteHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.KeyPreview  = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "TempLite";
     TempLiteHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.TempLite_HelpButtonClicked);
     this.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.TempLite_KeyDown);
     this.KeyUp             += new System.Windows.Forms.KeyEventHandler(this.TempLite_KeyUp);
     this.Reading.ResumeLayout(false);
     this.Reading.PerformLayout();
     this.bg.ResumeLayout(false);
     this.previewPanel.ResumeLayout(false);
     this.excelPanel.ResumeLayout(false);
     this.pdfPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomBaseDialog));
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.HelpBtn = new System.Windows.Forms.Button();
     this.ApplyBtn = new System.Windows.Forms.Button();
     this.CancelBtn = new System.Windows.Forms.Button();
     this.OKBtn = new System.Windows.Forms.Button();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.helpProvider1.SetShowHelp(this.panel1, true);
     this.panel1.Size = new System.Drawing.Size(542, 209);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.HelpBtn);
     this.panel2.Controls.Add(this.ApplyBtn);
     this.panel2.Controls.Add(this.CancelBtn);
     this.panel2.Controls.Add(this.OKBtn);
     this.panel2.Location = new System.Drawing.Point(12, 224);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(542, 30);
     this.panel2.TabIndex = 4;
     //
     // HelpBtn
     //
     this.helpProvider1.SetHelpString(this.HelpBtn, "Вызов справки по диалоговому окну");
     this.HelpBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.HelpBtn.Location = new System.Drawing.Point(0, 1);
     this.HelpBtn.Name = "HelpBtn";
     this.helpProvider1.SetShowHelp(this.HelpBtn, true);
     this.HelpBtn.Size = new System.Drawing.Size(89, 26);
     this.HelpBtn.TabIndex = 6;
     this.HelpBtn.Text = "Помощь";
     this.HelpBtn.UseVisualStyleBackColor = true;
     this.HelpBtn.Click += new System.EventHandler(this.HelpBtn_Click);
     //
     // ApplyBtn
     //
     this.ApplyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.ApplyBtn, "Вносит изменения в базу данных, не закрывая окно.");
     this.ApplyBtn.Location = new System.Drawing.Point(451, 2);
     this.ApplyBtn.Name = "ApplyBtn";
     this.helpProvider1.SetShowHelp(this.ApplyBtn, true);
     this.ApplyBtn.Size = new System.Drawing.Size(89, 26);
     this.ApplyBtn.TabIndex = 5;
     this.ApplyBtn.Text = "Применить";
     this.ApplyBtn.UseVisualStyleBackColor = true;
     this.ApplyBtn.Click += new System.EventHandler(this.ApplyBtn_Click);
     //
     // CancelBtn
     //
     this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.helpProvider1.SetHelpString(this.CancelBtn, "Отменяет все изменения с момента последноего сохранения и закрывает окно.");
     this.CancelBtn.Location = new System.Drawing.Point(358, 2);
     this.CancelBtn.Name = "CancelBtn";
     this.helpProvider1.SetShowHelp(this.CancelBtn, true);
     this.CancelBtn.Size = new System.Drawing.Size(89, 26);
     this.CancelBtn.TabIndex = 4;
     this.CancelBtn.Text = "Отмена";
     this.CancelBtn.UseVisualStyleBackColor = true;
     this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
     //
     // OKBtn
     //
     this.OKBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OKBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.helpProvider1.SetHelpString(this.OKBtn, "Вносит изменения в базу данных и закрывает окно.");
     this.OKBtn.Location = new System.Drawing.Point(264, 2);
     this.OKBtn.Name = "OKBtn";
     this.helpProvider1.SetShowHelp(this.OKBtn, true);
     this.OKBtn.Size = new System.Drawing.Size(89, 26);
     this.OKBtn.TabIndex = 3;
     this.OKBtn.Text = "ОК";
     this.OKBtn.UseVisualStyleBackColor = true;
     this.OKBtn.Click += new System.EventHandler(this.OKBtn_Click);
     //
     // CustomBaseDialog
     //
     this.AcceptButton = this.OKBtn;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.CancelBtn;
     this.ClientSize = new System.Drawing.Size(566, 262);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox = false;
     this.Name = "CustomBaseDialog";
     this.helpProvider1.SetShowHelp(this, true);
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Common Dialog";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ISGBBaseDialog_FormClosing);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserPermissionAdmin));
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.grdUser = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRole = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartmentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEnabled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSetPassword = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnProperty = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnPermission = new System.Windows.Forms.Button();
     this.lblSearch = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnSearch = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.btnUserRole = new System.Windows.Forms.Button();
     this.btnUserOrganizeScope = new System.Windows.Forms.Button();
     this.btnBatchPermission = new System.Windows.Forms.Button();
     this.btnRoleUserBatchSet = new System.Windows.Forms.Button();
     this.btnUseAuthorizationScope = new System.Windows.Forms.Button();
     this.btnFrmUserTableScope = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.btnFrmTableColumnPermission = new System.Windows.Forms.Button();
     this.splUser = new System.Windows.Forms.SplitContainer();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).BeginInit();
     this.splUser.Panel1.SuspendLayout();
     this.splUser.Panel2.SuspendLayout();
     this.splUser.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // grdUser
     //
     this.grdUser.AllowUserToAddRows = false;
     this.grdUser.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(255)))));
     this.grdUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdUser.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colUserName,
     this.colRealName,
     this.colRole,
     this.colDepartmentName,
     this.colEnabled,
     this.colDescription});
     this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdUser.GridColor = System.Drawing.SystemColors.Control;
     this.grdUser.Location = new System.Drawing.Point(0, 0);
     this.grdUser.MultiSelect = false;
     this.grdUser.Name = "grdUser";
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     this.grdUser.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.grdUser.RowTemplate.Height = 23;
     this.grdUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdUser.Size = new System.Drawing.Size(884, 478);
     this.grdUser.TabIndex = 8;
     this.grdUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdUser_CellDoubleClick);
     this.grdUser.SelectionChanged += new System.EventHandler(this.grdUser_SelectionChanged);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.IndeterminateValue = "False";
     this.colSelected.Name = "colSelected";
     this.colSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colSelected.Width = 50;
     //
     // colUserName
     //
     this.colUserName.DataPropertyName = "UserName";
     this.colUserName.HeaderText = "用户名";
     this.colUserName.Name = "colUserName";
     this.colUserName.ReadOnly = true;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.FillWeight = 70F;
     this.colRealName.HeaderText = "姓名";
     this.colRealName.MaxInputLength = 200;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 70;
     //
     // colRole
     //
     this.colRole.DataPropertyName = "RoleName";
     this.colRole.FillWeight = 120F;
     this.colRole.HeaderText = "默认角色";
     this.colRole.Name = "colRole";
     this.colRole.ReadOnly = true;
     this.colRole.Width = 120;
     //
     // colDepartmentName
     //
     this.colDepartmentName.DataPropertyName = "DepartmentName";
     this.colDepartmentName.FillWeight = 200F;
     this.colDepartmentName.HeaderText = "部门";
     this.colDepartmentName.MaxInputLength = 200;
     this.colDepartmentName.Name = "colDepartmentName";
     this.colDepartmentName.ReadOnly = true;
     this.colDepartmentName.Width = 200;
     //
     // colEnabled
     //
     this.colEnabled.DataPropertyName = "Enabled";
     this.colEnabled.FalseValue = "0";
     this.colEnabled.FillWeight = 80F;
     this.colEnabled.HeaderText = "有效";
     this.colEnabled.Name = "colEnabled";
     this.colEnabled.ReadOnly = true;
     this.colEnabled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colEnabled.TrueValue = "1";
     this.colEnabled.Width = 80;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.FillWeight = 160F;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.ReadOnly = true;
     this.colDescription.Width = 160;
     //
     // btnSetPassword
     //
     this.btnSetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetPassword.Enabled = false;
     this.btnSetPassword.Location = new System.Drawing.Point(531, 527);
     this.btnSetPassword.Name = "btnSetPassword";
     this.btnSetPassword.Size = new System.Drawing.Size(110, 23);
     this.btnSetPassword.TabIndex = 11;
     this.btnSetPassword.Text = "设置密码(&S)...";
     this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(1014, 527);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 16;
     this.btnClose.Text = "关闭";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnProperty
     //
     this.btnProperty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnProperty.Enabled = false;
     this.btnProperty.Location = new System.Drawing.Point(449, 527);
     this.btnProperty.Name = "btnProperty";
     this.btnProperty.Size = new System.Drawing.Size(80, 23);
     this.btnProperty.TabIndex = 10;
     this.btnProperty.Text = "属性(&O)...";
     this.btnProperty.Click += new System.EventHandler(this.btnProperty_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Enabled = false;
     this.btnDelete.Location = new System.Drawing.Point(937, 527);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 15;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Enabled = false;
     this.btnAdd.Location = new System.Drawing.Point(372, 527);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 9;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnPermission
     //
     this.btnPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPermission.Enabled = false;
     this.btnPermission.Location = new System.Drawing.Point(742, 527);
     this.btnPermission.Name = "btnPermission";
     this.btnPermission.Size = new System.Drawing.Size(80, 23);
     this.btnPermission.TabIndex = 13;
     this.btnPermission.Text = "权限(&P)...";
     this.btnPermission.Click += new System.EventHandler(this.btnPermission_Click);
     //
     // lblSearch
     //
     this.lblSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblSearch.AutoSize = true;
     this.lblSearch.Location = new System.Drawing.Point(3, 8);
     this.lblSearch.Name = "lblSearch";
     this.lblSearch.Size = new System.Drawing.Size(83, 12);
     this.lblSearch.TabIndex = 4;
     this.lblSearch.Text = "查询内容(&C):";
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(92, 3);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(111, 21);
     this.txtSearch.TabIndex = 5;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(209, 3);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 6;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Enabled = false;
     this.btnExport.Location = new System.Drawing.Point(824, 527);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(111, 23);
     this.btnExport.TabIndex = 14;
     this.btnExport.Text = "导出E&xcel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // chkEnabled
     //
     this.chkEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(8, 530);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(96, 16);
     this.chkEnabled.TabIndex = 7;
     this.chkEnabled.Text = "只显示有效的";
     this.chkEnabled.UseVisualStyleBackColor = true;
     this.chkEnabled.CheckedChanged += new System.EventHandler(this.chkEnabled_CheckedChanged);
     //
     // btnUserRole
     //
     this.btnUserRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUserRole.Enabled = false;
     this.btnUserRole.Location = new System.Drawing.Point(643, 527);
     this.btnUserRole.Name = "btnUserRole";
     this.btnUserRole.Size = new System.Drawing.Size(97, 23);
     this.btnUserRole.TabIndex = 12;
     this.btnUserRole.Text = "用户角色(&R)...";
     this.btnUserRole.UseVisualStyleBackColor = true;
     this.btnUserRole.Click += new System.EventHandler(this.btnUserRole_Click);
     //
     // btnUserOrganizeScope
     //
     this.btnUserOrganizeScope.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUserOrganizeScope.AutoSize = true;
     this.btnUserOrganizeScope.Enabled = false;
     this.btnUserOrganizeScope.Location = new System.Drawing.Point(268, 3);
     this.btnUserOrganizeScope.Name = "btnUserOrganizeScope";
     this.btnUserOrganizeScope.Size = new System.Drawing.Size(125, 23);
     this.btnUserOrganizeScope.TabIndex = 1;
     this.btnUserOrganizeScope.Text = "用户管理范围...";
     this.btnUserOrganizeScope.UseVisualStyleBackColor = true;
     this.btnUserOrganizeScope.Click += new System.EventHandler(this.btnUserOrganizeScope_Click);
     //
     // btnBatchPermission
     //
     this.btnBatchPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchPermission.AutoSize = true;
     this.btnBatchPermission.Enabled = false;
     this.btnBatchPermission.Location = new System.Drawing.Point(139, 3);
     this.btnBatchPermission.Name = "btnBatchPermission";
     this.btnBatchPermission.Size = new System.Drawing.Size(123, 23);
     this.btnBatchPermission.TabIndex = 2;
     this.btnBatchPermission.Text = "批量设置权限...";
     this.btnBatchPermission.UseVisualStyleBackColor = true;
     this.btnBatchPermission.Click += new System.EventHandler(this.btnBatchPermission_Click);
     //
     // btnRoleUserBatchSet
     //
     this.btnRoleUserBatchSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRoleUserBatchSet.AutoSize = true;
     this.btnRoleUserBatchSet.Enabled = false;
     this.btnRoleUserBatchSet.Location = new System.Drawing.Point(5, 3);
     this.btnRoleUserBatchSet.Name = "btnRoleUserBatchSet";
     this.btnRoleUserBatchSet.Size = new System.Drawing.Size(128, 23);
     this.btnRoleUserBatchSet.TabIndex = 3;
     this.btnRoleUserBatchSet.Text = "用户角色关联...";
     this.btnRoleUserBatchSet.UseVisualStyleBackColor = true;
     this.btnRoleUserBatchSet.Click += new System.EventHandler(this.btnRoleUserBatchSet_Click);
     //
     // btnUseAuthorizationScope
     //
     this.btnUseAuthorizationScope.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUseAuthorizationScope.AutoSize = true;
     this.btnUseAuthorizationScope.Enabled = false;
     this.btnUseAuthorizationScope.Location = new System.Drawing.Point(656, 3);
     this.btnUseAuthorizationScope.Name = "btnUseAuthorizationScope";
     this.btnUseAuthorizationScope.Size = new System.Drawing.Size(125, 23);
     this.btnUseAuthorizationScope.TabIndex = 0;
     this.btnUseAuthorizationScope.Text = "用户授权范围...";
     this.btnUseAuthorizationScope.UseVisualStyleBackColor = true;
     this.btnUseAuthorizationScope.Click += new System.EventHandler(this.btnFrmUseAuthorizationScope_Click);
     //
     // btnFrmUserTableScope
     //
     this.btnFrmUserTableScope.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmUserTableScope.AutoSize = true;
     this.btnFrmUserTableScope.Enabled = false;
     this.btnFrmUserTableScope.Location = new System.Drawing.Point(540, 3);
     this.btnFrmUserTableScope.Name = "btnFrmUserTableScope";
     this.btnFrmUserTableScope.Size = new System.Drawing.Size(110, 23);
     this.btnFrmUserTableScope.TabIndex = 17;
     this.btnFrmUserTableScope.Text = "约束条件...";
     this.btnFrmUserTableScope.UseVisualStyleBackColor = true;
     this.btnFrmUserTableScope.Click += new System.EventHandler(this.btnFrmUserTableScope_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.Controls.Add(this.btnUseAuthorizationScope);
     this.flowLayoutPanel1.Controls.Add(this.btnFrmUserTableScope);
     this.flowLayoutPanel1.Controls.Add(this.btnFrmTableColumnPermission);
     this.flowLayoutPanel1.Controls.Add(this.btnUserOrganizeScope);
     this.flowLayoutPanel1.Controls.Add(this.btnBatchPermission);
     this.flowLayoutPanel1.Controls.Add(this.btnRoleUserBatchSet);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(310, 1);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(784, 30);
     this.flowLayoutPanel1.TabIndex = 18;
     //
     // btnFrmTableColumnPermission
     //
     this.btnFrmTableColumnPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmTableColumnPermission.AutoSize = true;
     this.btnFrmTableColumnPermission.Enabled = false;
     this.btnFrmTableColumnPermission.Location = new System.Drawing.Point(399, 3);
     this.btnFrmTableColumnPermission.Name = "btnFrmTableColumnPermission";
     this.btnFrmTableColumnPermission.Size = new System.Drawing.Size(135, 23);
     this.btnFrmTableColumnPermission.TabIndex = 20;
     this.btnFrmTableColumnPermission.Text = "表字段权限...";
     this.btnFrmTableColumnPermission.UseVisualStyleBackColor = true;
     this.btnFrmTableColumnPermission.Click += new System.EventHandler(this.btnFrmTableColumnPermission_Click);
     //
     // splUser
     //
     this.splUser.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.splUser.Location = new System.Drawing.Point(9, 40);
     this.splUser.Name = "splUser";
     //
     // splUser.Panel1
     //
     this.splUser.Panel1.Controls.Add(this.tvOrganize);
     this.splUser.Panel1MinSize = 0;
     //
     // splUser.Panel2
     //
     this.splUser.Panel2.Controls.Add(this.grdUser);
     this.splUser.Panel2MinSize = 0;
     this.splUser.Size = new System.Drawing.Size(1083, 478);
     this.splUser.SplitterDistance = 195;
     this.splUser.TabIndex = 19;
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 0;
     this.tvOrganize.Size = new System.Drawing.Size(195, 478);
     this.tvOrganize.TabIndex = 20;
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.Click += new System.EventHandler(this.tvOrganize_Click);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.lblSearch);
     this.flowLayoutPanel2.Controls.Add(this.txtSearch);
     this.flowLayoutPanel2.Controls.Add(this.btnSearch);
     this.flowLayoutPanel2.Location = new System.Drawing.Point(8, 1);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(295, 29);
     this.flowLayoutPanel2.TabIndex = 20;
     //
     // FrmUserPermissionAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(1098, 554);
     this.Controls.Add(this.flowLayoutPanel2);
     this.Controls.Add(this.splUser);
     this.Controls.Add(this.btnUserRole);
     this.Controls.Add(this.chkEnabled);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.btnPermission);
     this.Controls.Add(this.btnSetPassword);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnProperty);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmUserPermissionAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户权限管理";
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.splUser.Panel1.ResumeLayout(false);
     this.splUser.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).EndInit();
     this.splUser.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnCat = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.rbActionDelCol = new System.Windows.Forms.RadioButton();
     this.rbActionDelRow = new System.Windows.Forms.RadioButton();
     this.label4 = new System.Windows.Forms.Label();
     this.btnAction = new System.Windows.Forms.Button();
     this.txtReplaceWith = new System.Windows.Forms.TextBox();
     this.rbActionReplace = new System.Windows.Forms.RadioButton();
     this.cboCols = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.btnScan = new System.Windows.Forms.Button();
     this.txtFindVal = new System.Windows.Forms.TextBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnReturn = new System.Windows.Forms.Button();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnCat);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btnScan);
     this.groupBox1.Controls.Add(this.txtFindVal);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(238, 378);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Data Validation ";
     //
     // btnCat
     //
     this.btnCat.Location = new System.Drawing.Point(43, 339);
     this.btnCat.Name = "btnCat";
     this.btnCat.Size = new System.Drawing.Size(152, 23);
     this.btnCat.TabIndex = 26;
     this.btnCat.Text = "Identify Categorical Variables ";
     this.btnCat.UseVisualStyleBackColor = true;
     this.btnCat.Click += new System.EventHandler(this.btnCat_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.rbActionDelCol);
     this.groupBox4.Controls.Add(this.rbActionDelRow);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.btnAction);
     this.groupBox4.Controls.Add(this.txtReplaceWith);
     this.groupBox4.Controls.Add(this.rbActionReplace);
     this.groupBox4.Controls.Add(this.cboCols);
     this.groupBox4.Enabled = false;
     this.groupBox4.Location = new System.Drawing.Point(9, 119);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(223, 191);
     this.groupBox4.TabIndex = 25;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Action:";
     //
     // rbActionDelCol
     //
     this.rbActionDelCol.AutoSize = true;
     this.rbActionDelCol.Location = new System.Drawing.Point(13, 69);
     this.rbActionDelCol.Name = "rbActionDelCol";
     this.rbActionDelCol.Size = new System.Drawing.Size(94, 17);
     this.rbActionDelCol.TabIndex = 26;
     this.rbActionDelCol.Text = "Delete Column";
     this.rbActionDelCol.UseVisualStyleBackColor = true;
     this.rbActionDelCol.CheckedChanged += new System.EventHandler(this.rbActionDelCol_CheckedChanged);
     //
     // rbActionDelRow
     //
     this.rbActionDelRow.AutoSize = true;
     this.rbActionDelRow.Location = new System.Drawing.Point(13, 46);
     this.rbActionDelRow.Name = "rbActionDelRow";
     this.rbActionDelRow.Size = new System.Drawing.Size(81, 17);
     this.rbActionDelRow.TabIndex = 25;
     this.rbActionDelRow.Text = "Delete Row";
     this.rbActionDelRow.UseVisualStyleBackColor = true;
     this.rbActionDelRow.CheckedChanged += new System.EventHandler(this.rbActionDelRow_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(45, 102);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(101, 13);
     this.label4.TabIndex = 23;
     this.label4.Text = "Take Action Within:";
     //
     // btnAction
     //
     this.btnAction.Location = new System.Drawing.Point(62, 156);
     this.btnAction.Name = "btnAction";
     this.btnAction.Size = new System.Drawing.Size(95, 23);
     this.btnAction.TabIndex = 4;
     this.btnAction.Text = "Take Action";
     this.btnAction.UseVisualStyleBackColor = true;
     this.btnAction.Click += new System.EventHandler(this.btnAction_Click);
     //
     // txtReplaceWith
     //
     this.txtReplaceWith.Location = new System.Drawing.Point(112, 22);
     this.txtReplaceWith.Name = "txtReplaceWith";
     this.txtReplaceWith.Size = new System.Drawing.Size(89, 20);
     this.txtReplaceWith.TabIndex = 24;
     this.txtReplaceWith.Validating += new System.ComponentModel.CancelEventHandler(this.txtReplaceWith_Validating);
     this.txtReplaceWith.Validated += new System.EventHandler(this.txtReplaceWith_Validated);
     //
     // rbActionReplace
     //
     this.rbActionReplace.AutoSize = true;
     this.rbActionReplace.Checked = true;
     this.rbActionReplace.Location = new System.Drawing.Point(13, 24);
     this.rbActionReplace.Name = "rbActionReplace";
     this.rbActionReplace.Size = new System.Drawing.Size(93, 17);
     this.rbActionReplace.TabIndex = 23;
     this.rbActionReplace.TabStop = true;
     this.rbActionReplace.Text = "Replace With:";
     this.rbActionReplace.UseVisualStyleBackColor = true;
     this.rbActionReplace.CheckedChanged += new System.EventHandler(this.rbActionReplace_CheckedChanged);
     //
     // cboCols
     //
     this.cboCols.FormattingEnabled = true;
     this.cboCols.Location = new System.Drawing.Point(43, 119);
     this.cboCols.Name = "cboCols";
     this.cboCols.Size = new System.Drawing.Size(149, 21);
     this.cboCols.TabIndex = 10;
     this.cboCols.SelectedIndexChanged += new System.EventHandler(this.cboCols_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 88);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(78, 13);
     this.label3.TabIndex = 13;
     this.label3.Text = "(Optional) Find:";
     //
     // btnScan
     //
     this.btnScan.Location = new System.Drawing.Point(68, 30);
     this.btnScan.Name = "btnScan";
     this.btnScan.Size = new System.Drawing.Size(87, 36);
     this.btnScan.TabIndex = 12;
     this.btnScan.Text = "Scan";
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
     //
     // txtFindVal
     //
     this.txtFindVal.Location = new System.Drawing.Point(101, 81);
     this.txtFindVal.Name = "txtFindVal";
     this.txtFindVal.Size = new System.Drawing.Size(105, 20);
     this.txtFindVal.TabIndex = 21;
     this.txtFindVal.TextChanged += new System.EventHandler(this.txtFindVal_TextChanged);
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.Location = new System.Drawing.Point(13, 395);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(0, 16);
     this.lblStatus.TabIndex = 15;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(136, 414);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnReturn
     //
     this.btnReturn.Location = new System.Drawing.Point(48, 414);
     this.btnReturn.Name = "btnReturn";
     this.btnReturn.Size = new System.Drawing.Size(75, 23);
     this.btnReturn.TabIndex = 1;
     this.btnReturn.Text = "Return";
     this.btnReturn.UseVisualStyleBackColor = true;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // frmMissingValues
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(262, 449);
     this.ControlBox = false;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.btnReturn);
     this.Name = "frmMissingValues";
     this.Text = "Validation";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VikingGUI));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutSchedulerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusLabel = new System.Windows.Forms.Label();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.workshopFileButton = new System.Windows.Forms.Button();
     this.dateLabel = new System.Windows.Forms.Label();
     this.chooseStudentRequestButton = new System.Windows.Forms.Button();
     this.generateScheduleButton = new System.Windows.Forms.Button();
     this.helpProviderWFC = new System.Windows.Forms.HelpProvider();
     this.launchScheduleButton = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(584, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutSchedulerToolStripMenuItem,
     this.helpFileToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutSchedulerToolStripMenuItem
     //
     this.aboutSchedulerToolStripMenuItem.Name = "aboutSchedulerToolStripMenuItem";
     this.aboutSchedulerToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     this.aboutSchedulerToolStripMenuItem.Text = "About Scheduler";
     this.aboutSchedulerToolStripMenuItem.Click += new System.EventHandler(this.aboutSchedulerToolStripMenuItem_Click);
     //
     // helpFileToolStripMenuItem
     //
     this.helpFileToolStripMenuItem.Name = "helpFileToolStripMenuItem";
     this.helpFileToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     this.helpFileToolStripMenuItem.Text = "Help File";
     this.helpFileToolStripMenuItem.Click += new System.EventHandler(this.helpFileToolStripMenuItem_Click);
     //
     // statusLabel
     //
     this.statusLabel.AutoSize = true;
     this.statusLabel.Location = new System.Drawing.Point(275, 52);
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(40, 13);
     this.statusLabel.TabIndex = 2;
     this.statusLabel.Text = "Status:";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // workshopFileButton
     //
     this.workshopFileButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.workshopFileButton.Location = new System.Drawing.Point(28, 52);
     this.workshopFileButton.Name = "workshopFileButton";
     this.workshopFileButton.Size = new System.Drawing.Size(200, 50);
     this.workshopFileButton.TabIndex = 3;
     this.workshopFileButton.Text = "Choose VikingTime data file";
     this.workshopFileButton.UseVisualStyleBackColor = true;
     this.workshopFileButton.Click += new System.EventHandler(this.workshopFileButton_Click);
     //
     // dateLabel
     //
     this.dateLabel.AutoSize = true;
     this.dateLabel.Location = new System.Drawing.Point(28, 88);
     this.dateLabel.Name = "dateLabel";
     this.dateLabel.Size = new System.Drawing.Size(0, 13);
     this.dateLabel.TabIndex = 5;
     //
     // chooseStudentRequestButton
     //
     this.chooseStudentRequestButton.Enabled = false;
     this.chooseStudentRequestButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chooseStudentRequestButton.Location = new System.Drawing.Point(28, 111);
     this.chooseStudentRequestButton.Name = "chooseStudentRequestButton";
     this.chooseStudentRequestButton.Size = new System.Drawing.Size(200, 50);
     this.chooseStudentRequestButton.TabIndex = 6;
     this.chooseStudentRequestButton.Text = "Choose student request data";
     this.chooseStudentRequestButton.UseVisualStyleBackColor = true;
     this.chooseStudentRequestButton.Click += new System.EventHandler(this.chooseStudentRequestButton_Click);
     //
     // generateScheduleButton
     //
     this.generateScheduleButton.Enabled = false;
     this.generateScheduleButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.generateScheduleButton.Location = new System.Drawing.Point(28, 170);
     this.generateScheduleButton.Name = "generateScheduleButton";
     this.generateScheduleButton.Size = new System.Drawing.Size(200, 50);
     this.generateScheduleButton.TabIndex = 7;
     this.generateScheduleButton.Text = "Generate Viking Time Schedule";
     this.generateScheduleButton.UseVisualStyleBackColor = true;
     this.generateScheduleButton.Click += new System.EventHandler(this.generateScheduleButton_Click);
     //
     // helpProviderWFC
     //
     this.helpProviderWFC.HelpNamespace = "C:\\Users\\SQL-Dev\\Documents\\Visual Studio 2010\\Projects\\WFC Scheduler\\WFC Schedule" +
         "r\\Workshops Help File.pdf";
     //
     // launchScheduleButton
     //
     this.launchScheduleButton.Enabled = false;
     this.launchScheduleButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.launchScheduleButton.Location = new System.Drawing.Point(278, 144);
     this.launchScheduleButton.Name = "launchScheduleButton";
     this.launchScheduleButton.Size = new System.Drawing.Size(265, 64);
     this.launchScheduleButton.TabIndex = 8;
     this.launchScheduleButton.Text = "Launch Schedule";
     this.launchScheduleButton.UseVisualStyleBackColor = true;
     this.launchScheduleButton.Visible = false;
     this.launchScheduleButton.Click += new System.EventHandler(this.launchScheduleButton_Click);
     //
     // VikingGUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.MediumPurple;
     this.ClientSize = new System.Drawing.Size(584, 262);
     this.Controls.Add(this.launchScheduleButton);
     this.Controls.Add(this.generateScheduleButton);
     this.Controls.Add(this.chooseStudentRequestButton);
     this.Controls.Add(this.dateLabel);
     this.Controls.Add(this.workshopFileButton);
     this.Controls.Add(this.statusLabel);
     this.Controls.Add(this.menuStrip1);
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "VikingGUI";
     this.Opacity = 0.95D;
     this.Text = "Draper Park VikingTime Scheduler";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #29
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.helpProvider1.SetHelpKeyword(this.button1, "two");
     this.helpProvider1.SetHelpNavigator(this.button1, System.Windows.Forms.HelpNavigator.KeywordIndex);
     this.button1.Location = new System.Drawing.Point(67, 17);
     this.button1.Name = "button1";
     this.helpProvider1.SetShowHelp(this.button1, true);
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "确定";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(179, 17);
     this.button2.Name = "button2";
     this.helpProvider1.SetShowHelp(this.button2, true);
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 6;
     this.button2.Text = "取消";
     this.button2.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.helpProvider1.SetHelpKeyword(this.textBox1, "one");
     this.textBox1.Location = new System.Drawing.Point(76, 22);
     this.textBox1.Name = "textBox1";
     this.helpProvider1.SetShowHelp(this.textBox1, true);
     this.textBox1.Size = new System.Drawing.Size(77, 21);
     this.textBox1.TabIndex = 7;
     //
     // textBox2
     //
     this.helpProvider1.SetHelpKeyword(this.textBox2, "three");
     this.textBox2.Location = new System.Drawing.Point(76, 65);
     this.textBox2.Name = "textBox2";
     this.helpProvider1.SetShowHelp(this.textBox2, true);
     this.textBox2.Size = new System.Drawing.Size(77, 21);
     this.textBox2.TabIndex = 8;
     //
     // textBox3
     //
     this.helpProvider1.SetHelpKeyword(this.textBox3, "four");
     this.textBox3.Location = new System.Drawing.Point(221, 65);
     this.textBox3.Name = "textBox3";
     this.helpProvider1.SetShowHelp(this.textBox3, true);
     this.textBox3.Size = new System.Drawing.Size(77, 21);
     this.textBox3.TabIndex = 9;
     //
     // textBox4
     //
     this.helpProvider1.SetHelpKeyword(this.textBox4, "two");
     this.textBox4.Location = new System.Drawing.Point(221, 22);
     this.textBox4.Name = "textBox4";
     this.helpProvider1.SetShowHelp(this.textBox4, true);
     this.textBox4.Size = new System.Drawing.Size(77, 21);
     this.textBox4.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "凭证编号:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 70);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "凭证日期:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(159, 27);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "科目编号:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(159, 70);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(59, 12);
     this.label5.TabIndex = 5;
     this.label5.Text = "科目内容:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(5, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(314, 100);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "添写信息";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Location = new System.Drawing.Point(5, 109);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(314, 50);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "操作";
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(323, 161);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "使用HelpProvider组件调用帮助文";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #30
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.axRenderControl1 = new Gvitech.CityMaker.Controls.AxRenderControl();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();

            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // axRenderControl1
            //
            this.axRenderControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axRenderControl1.Enabled = true;
            this.axRenderControl1.Location = new System.Drawing.Point(132, 3);
            this.axRenderControl1.Name = "axRenderControl1";
            this.axRenderControl1.Size = new System.Drawing.Size(550, 512);
            this.axRenderControl1.TabIndex = 0;
            //
            // tableLayoutPanel1
            //
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.93491F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 81.06509F));
            this.tableLayoutPanel1.Controls.Add(this.axRenderControl1, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.treeView1, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(685, 518);
            this.tableLayoutPanel1.TabIndex = 1;
            //
            // treeView1
            //
            this.treeView1.CheckBoxes = true;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(3, 3);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(123, 512);
            this.treeView1.TabIndex = 1;
            this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
            this.treeView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick);
            //
            // imageList1
            //
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "group.png");
            this.imageList1.Images.SetKeyName(1, "node.png");
            this.imageList1.Images.SetKeyName(2, "Tree.png");
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(685, 518);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "MainForm";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "IfcTree";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;

            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }