示例#1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Disclaimer));
			this.skinButtonAgree = new DotNetSkin.SkinControls.SkinButton();
			this.skinButtonDisagree = new DotNetSkin.SkinControls.SkinButton();
			this.SuspendLayout();
			// 
			// skinButtonAgree
			// 
			this.skinButtonAgree.BackColor = System.Drawing.Color.Transparent;
			this.skinButtonAgree.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.skinButtonAgree.Location = new System.Drawing.Point(13, 193);
			this.skinButtonAgree.Name = "skinButtonAgree";
			this.skinButtonAgree.Size = new System.Drawing.Size(127, 24);
			this.skinButtonAgree.TabIndex = 5;
			this.skinButtonAgree.Text = "I Agree...";
			// 
			// skinButtonDisagree
			// 
			this.skinButtonDisagree.BackColor = System.Drawing.Color.Transparent;
			this.skinButtonDisagree.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.skinButtonDisagree.Location = new System.Drawing.Point(13, 230);
			this.skinButtonDisagree.Name = "skinButtonDisagree";
			this.skinButtonDisagree.Size = new System.Drawing.Size(127, 24);
			this.skinButtonDisagree.TabIndex = 6;
			this.skinButtonDisagree.Text = "I Disagree";
			// 
			// Disclaimer
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(474, 289);
			this.Controls.Add(this.skinButtonDisagree);
			this.Controls.Add(this.skinButtonAgree);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "Disclaimer";
			this.Text = "Disclaimer";
			this.ResumeLayout(false);

		}
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Disclaimer));
     this.skinButtonAgree    = new DotNetSkin.SkinControls.SkinButton();
     this.skinButtonDisagree = new DotNetSkin.SkinControls.SkinButton();
     this.SuspendLayout();
     //
     // skinButtonAgree
     //
     this.skinButtonAgree.BackColor    = System.Drawing.Color.Transparent;
     this.skinButtonAgree.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.skinButtonAgree.Location     = new System.Drawing.Point(13, 193);
     this.skinButtonAgree.Name         = "skinButtonAgree";
     this.skinButtonAgree.Size         = new System.Drawing.Size(127, 24);
     this.skinButtonAgree.TabIndex     = 5;
     this.skinButtonAgree.Text         = "I Agree...";
     //
     // skinButtonDisagree
     //
     this.skinButtonDisagree.BackColor    = System.Drawing.Color.Transparent;
     this.skinButtonDisagree.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.skinButtonDisagree.Location     = new System.Drawing.Point(13, 230);
     this.skinButtonDisagree.Name         = "skinButtonDisagree";
     this.skinButtonDisagree.Size         = new System.Drawing.Size(127, 24);
     this.skinButtonDisagree.TabIndex     = 6;
     this.skinButtonDisagree.Text         = "I Disagree";
     //
     // Disclaimer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(474, 289);
     this.Controls.Add(this.skinButtonDisagree);
     this.Controls.Add(this.skinButtonAgree);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Disclaimer";
     this.Text            = "Disclaimer";
     this.ResumeLayout(false);
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddUser));
     this.lblUserName        = new System.Windows.Forms.Label();
     this.lblPassword        = new System.Windows.Forms.Label();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.lblFirstName       = new System.Windows.Forms.Label();
     this.lblLastName        = new System.Windows.Forms.Label();
     this.lblAddress         = new System.Windows.Forms.Label();
     this.lblStartDate       = new System.Windows.Forms.Label();
     this.lblEndDate         = new System.Windows.Forms.Label();
     this.lblEmail           = new System.Windows.Forms.Label();
     this.lblStatus          = new System.Windows.Forms.Label();
     this.lblURoleID         = new System.Windows.Forms.Label();
     this.lblPhone           = new System.Windows.Forms.Label();
     this.lblDescription     = new System.Windows.Forms.Label();
     this.txtUserName        = new System.Windows.Forms.TextBox();
     this.txtPassword        = new System.Windows.Forms.TextBox();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.txtFirstName       = new System.Windows.Forms.TextBox();
     this.txtLastName        = new System.Windows.Forms.TextBox();
     this.txtAddress         = new System.Windows.Forms.TextBox();
     this.txtEmail           = new System.Windows.Forms.TextBox();
     this.txtPhone           = new System.Windows.Forms.TextBox();
     this.txtDescription     = new System.Windows.Forms.TextBox();
     this.txtStartDate       = new System.Windows.Forms.DateTimePicker();
     this.txtEndDate         = new System.Windows.Forms.DateTimePicker();
     this.cboURoleID         = new System.Windows.Forms.ComboBox();
     this.cboStatus          = new System.Windows.Forms.ComboBox();
     this.btnSave            = new DotNetSkin.SkinControls.SkinButton();
     this.ep        = new System.Windows.Forms.ErrorProvider(this.components);
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label5    = new System.Windows.Forms.Label();
     this.label6    = new System.Windows.Forms.Label();
     this.label7    = new System.Windows.Forms.Label();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(19, 20);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(100, 20);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text     = "User name";
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(19, 48);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(100, 20);
     this.lblPassword.TabIndex = 0;
     this.lblPassword.Text     = "Password";
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.Location = new System.Drawing.Point(19, 76);
     this.lblConfirmPassword.Name     = "lblConfirmPassword";
     this.lblConfirmPassword.Size     = new System.Drawing.Size(100, 20);
     this.lblConfirmPassword.TabIndex = 0;
     this.lblConfirmPassword.Text     = "Cornfirm password";
     //
     // lblFirstName
     //
     this.lblFirstName.Location = new System.Drawing.Point(19, 104);
     this.lblFirstName.Name     = "lblFirstName";
     this.lblFirstName.Size     = new System.Drawing.Size(100, 20);
     this.lblFirstName.TabIndex = 0;
     this.lblFirstName.Text     = "First name";
     //
     // lblLastName
     //
     this.lblLastName.Location = new System.Drawing.Point(19, 132);
     this.lblLastName.Name     = "lblLastName";
     this.lblLastName.Size     = new System.Drawing.Size(100, 20);
     this.lblLastName.TabIndex = 0;
     this.lblLastName.Text     = "Last name";
     //
     // lblAddress
     //
     this.lblAddress.Location = new System.Drawing.Point(19, 160);
     this.lblAddress.Name     = "lblAddress";
     this.lblAddress.Size     = new System.Drawing.Size(100, 20);
     this.lblAddress.TabIndex = 0;
     this.lblAddress.Text     = "Address";
     //
     // lblStartDate
     //
     this.lblStartDate.Location = new System.Drawing.Point(19, 244);
     this.lblStartDate.Name     = "lblStartDate";
     this.lblStartDate.Size     = new System.Drawing.Size(92, 20);
     this.lblStartDate.TabIndex = 0;
     this.lblStartDate.Text     = "From date";
     //
     // lblEndDate
     //
     this.lblEndDate.Location = new System.Drawing.Point(19, 272);
     this.lblEndDate.Name     = "lblEndDate";
     this.lblEndDate.Size     = new System.Drawing.Size(100, 20);
     this.lblEndDate.TabIndex = 0;
     this.lblEndDate.Text     = "To date";
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(19, 188);
     this.lblEmail.Name     = "lblEmail";
     this.lblEmail.Size     = new System.Drawing.Size(100, 20);
     this.lblEmail.TabIndex = 26;
     this.lblEmail.Text     = "Email";
     //
     // lblStatus
     //
     this.lblStatus.Location = new System.Drawing.Point(19, 328);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(100, 20);
     this.lblStatus.TabIndex = 27;
     this.lblStatus.Text     = "Status";
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(19, 300);
     this.lblURoleID.Name     = "lblURoleID";
     this.lblURoleID.Size     = new System.Drawing.Size(80, 20);
     this.lblURoleID.TabIndex = 24;
     this.lblURoleID.Text     = "Role";
     //
     // lblPhone
     //
     this.lblPhone.Location = new System.Drawing.Point(19, 216);
     this.lblPhone.Name     = "lblPhone";
     this.lblPhone.Size     = new System.Drawing.Size(100, 20);
     this.lblPhone.TabIndex = 28;
     this.lblPhone.Text     = "Phone";
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(19, 356);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(76, 20);
     this.lblDescription.TabIndex = 23;
     this.lblDescription.Text     = "Description";
     //
     // txtUserName
     //
     this.txtUserName.Location  = new System.Drawing.Point(125, 20);
     this.txtUserName.MaxLength = 20;
     this.txtUserName.Name      = "txtUserName";
     this.txtUserName.Size      = new System.Drawing.Size(144, 20);
     this.txtUserName.TabIndex  = 0;
     //
     // txtPassword
     //
     this.txtPassword.Location     = new System.Drawing.Point(125, 48);
     this.txtPassword.MaxLength    = 20;
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(144, 20);
     this.txtPassword.TabIndex     = 1;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Location     = new System.Drawing.Point(125, 76);
     this.txtConfirmPassword.MaxLength    = 20;
     this.txtConfirmPassword.Name         = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size         = new System.Drawing.Size(144, 20);
     this.txtConfirmPassword.TabIndex     = 2;
     //
     // txtFirstName
     //
     this.txtFirstName.Location  = new System.Drawing.Point(125, 104);
     this.txtFirstName.MaxLength = 50;
     this.txtFirstName.Name      = "txtFirstName";
     this.txtFirstName.Size      = new System.Drawing.Size(144, 20);
     this.txtFirstName.TabIndex  = 3;
     //
     // txtLastName
     //
     this.txtLastName.Location  = new System.Drawing.Point(125, 132);
     this.txtLastName.MaxLength = 50;
     this.txtLastName.Name      = "txtLastName";
     this.txtLastName.Size      = new System.Drawing.Size(144, 20);
     this.txtLastName.TabIndex  = 4;
     //
     // txtAddress
     //
     this.txtAddress.Location  = new System.Drawing.Point(125, 160);
     this.txtAddress.MaxLength = 255;
     this.txtAddress.Name      = "txtAddress";
     this.txtAddress.Size      = new System.Drawing.Size(144, 20);
     this.txtAddress.TabIndex  = 5;
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(125, 188);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(144, 20);
     this.txtEmail.TabIndex  = 6;
     //
     // txtPhone
     //
     this.txtPhone.Location  = new System.Drawing.Point(125, 216);
     this.txtPhone.MaxLength = 50;
     this.txtPhone.Name      = "txtPhone";
     this.txtPhone.Size      = new System.Drawing.Size(144, 20);
     this.txtPhone.TabIndex  = 7;
     //
     // txtDescription
     //
     this.txtDescription.Location  = new System.Drawing.Point(125, 356);
     this.txtDescription.MaxLength = 255;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(296, 64);
     this.txtDescription.TabIndex  = 12;
     //
     // txtStartDate
     //
     this.txtStartDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtStartDate.Location = new System.Drawing.Point(125, 244);
     this.txtStartDate.Name     = "txtStartDate";
     this.txtStartDate.Size     = new System.Drawing.Size(96, 20);
     this.txtStartDate.TabIndex = 8;
     //
     // txtEndDate
     //
     this.txtEndDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtEndDate.Location = new System.Drawing.Point(125, 272);
     this.txtEndDate.Name     = "txtEndDate";
     this.txtEndDate.Size     = new System.Drawing.Size(96, 20);
     this.txtEndDate.TabIndex = 9;
     //
     // cboURoleID
     //
     this.cboURoleID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboURoleID.Location      = new System.Drawing.Point(125, 296);
     this.cboURoleID.Name          = "cboURoleID";
     this.cboURoleID.Size          = new System.Drawing.Size(148, 21);
     this.cboURoleID.TabIndex      = 10;
     //
     // cboStatus
     //
     this.cboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatus.Location      = new System.Drawing.Point(125, 324);
     this.cboStatus.Name          = "cboStatus";
     this.cboStatus.Size          = new System.Drawing.Size(148, 21);
     this.cboStatus.TabIndex      = 11;
     //
     // btnSave
     //
     this.btnSave.Image      = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location   = new System.Drawing.Point(140, 436);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(90, 23);
     this.btnSave.TabIndex   = 13;
     this.btnSave.Text       = "Save";
     this.btnSave.Click     += new System.EventHandler(this.btnSave_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(273, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(8, 12);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "*";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location  = new System.Drawing.Point(273, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(8, 12);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "*";
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location  = new System.Drawing.Point(273, 80);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(8, 12);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "*";
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location  = new System.Drawing.Point(273, 108);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(8, 12);
     this.label4.TabIndex  = 19;
     this.label4.Text      = "*";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Red;
     this.label5.Location  = new System.Drawing.Point(273, 136);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(8, 12);
     this.label5.TabIndex  = 20;
     this.label5.Text      = "*";
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location  = new System.Drawing.Point(277, 300);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(8, 12);
     this.label6.TabIndex  = 21;
     this.label6.Text      = "*";
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Red;
     this.label7.Location  = new System.Drawing.Point(277, 324);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(8, 12);
     this.label7.TabIndex  = 22;
     this.label7.Text      = "*";
     //
     // btnCancel
     //
     this.btnCancel.Image      = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(248, 436);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(88, 23);
     this.btnCancel.TabIndex   = 14;
     this.btnCancel.Text       = "Cancel";
     this.btnCancel.Click     += new System.EventHandler(this.btnCancel_Click);
     //
     // frmAddUser
     //
     this.AcceptButton      = this.btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(442, 476);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.txtConfirmPassword);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.lblURoleID);
     this.Controls.Add(this.lblStartDate);
     this.Controls.Add(this.txtStartDate);
     this.Controls.Add(this.txtEndDate);
     this.Controls.Add(this.cboURoleID);
     this.Controls.Add(this.cboStatus);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.lblEmail);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.lblUserName);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.lblConfirmPassword);
     this.Controls.Add(this.lblFirstName);
     this.Controls.Add(this.lblLastName);
     this.Controls.Add(this.lblAddress);
     this.Controls.Add(this.lblPhone);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "frmAddUser";
     this.Text        = "frmAddUser";
     this.Activated  += new System.EventHandler(this.frmAddUser_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
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(frmUserRole));
     this.grpSearch = new System.Windows.Forms.GroupBox();
     this.btnSearch = new DotNetSkin.SkinControls.SkinButton();
     this.txtURoleID = new System.Windows.Forms.TextBox();
     this.lblURoleID = new System.Windows.Forms.Label();
     this.grd = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colURoleID = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colRoleName = new System.Windows.Forms.DataGridTextBoxColumn();
     this.grpButton = new System.Windows.Forms.GroupBox();
     this.btnPolicy = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.btnAdd = new DotNetSkin.SkinControls.SkinButton();
     this.btnDelete = new DotNetSkin.SkinControls.SkinButton();
     this.btnSave = new DotNetSkin.SkinControls.SkinButton();
     this.btnClose = new DotNetSkin.SkinControls.SkinButton();
     this.grpSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grpSearch
     //
     this.grpSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpSearch.Controls.Add(this.btnSearch);
     this.grpSearch.Controls.Add(this.txtURoleID);
     this.grpSearch.Controls.Add(this.lblURoleID);
     this.grpSearch.Location = new System.Drawing.Point(7, 5);
     this.grpSearch.Name = "grpSearch";
     this.grpSearch.Size = new System.Drawing.Size(641, 53);
     this.grpSearch.TabIndex = 0;
     this.grpSearch.TabStop = false;
     //
     // btnSearch
     //
     this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location = new System.Drawing.Point(256, 18);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(74, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtURoleID
     //
     this.txtURoleID.Location = new System.Drawing.Point(65, 19);
     this.txtURoleID.MaxLength = 14;
     this.txtURoleID.Name = "txtURoleID";
     this.txtURoleID.Size = new System.Drawing.Size(165, 20);
     this.txtURoleID.TabIndex = 1;
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(19, 20);
     this.lblURoleID.Name = "lblURoleID";
     this.lblURoleID.Size = new System.Drawing.Size(50, 16);
     this.lblURoleID.TabIndex = 0;
     this.lblURoleID.Text = "Role ID";
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible = false;
     this.grd.DataMember = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location = new System.Drawing.Point(7, 123);
     this.grd.Name = "grd";
     this.grd.Size = new System.Drawing.Size(641, 325);
     this.grd.TabIndex = 1;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.dataGridTableStyle1});
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colURoleID,
     this.colRoleName});
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName = "SCM_AUT_USERROLE";
     //
     // colURoleID
     //
     this.colURoleID.Format = "";
     this.colURoleID.FormatInfo = null;
     this.colURoleID.HeaderText = "Role ID";
     this.colURoleID.MappingName = "UROLE_ID";
     this.colURoleID.NullText = "";
     this.colURoleID.Width = 102;
     //
     // colRoleName
     //
     this.colRoleName.Format = "";
     this.colRoleName.FormatInfo = null;
     this.colRoleName.HeaderText = "Role name";
     this.colRoleName.MappingName = "ROLE_NAME";
     this.colRoleName.NullText = "";
     this.colRoleName.Width = 208;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.btnPolicy);
     this.grpButton.Controls.Add(this.btnCancel);
     this.grpButton.Controls.Add(this.btnAdd);
     this.grpButton.Controls.Add(this.btnDelete);
     this.grpButton.Controls.Add(this.btnSave);
     this.grpButton.Controls.Add(this.btnClose);
     this.grpButton.Location = new System.Drawing.Point(7, 68);
     this.grpButton.Name = "grpButton";
     this.grpButton.Size = new System.Drawing.Size(641, 49);
     this.grpButton.TabIndex = 2;
     this.grpButton.TabStop = false;
     //
     // btnPolicy
     //
     this.btnPolicy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPolicy.Image = ((System.Drawing.Image)(resources.GetObject("btnPolicy.Image")));
     this.btnPolicy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPolicy.Location = new System.Drawing.Point(45, 15);
     this.btnPolicy.Name = "btnPolicy";
     this.btnPolicy.Size = new System.Drawing.Size(91, 23);
     this.btnPolicy.TabIndex = 5;
     this.btnPolicy.Text = "Policy";
     this.btnPolicy.Click += new System.EventHandler(this.btnPolicy_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(441, 15);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(91, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = " Cancel";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(144, 15);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(91, 23);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text = "Add";
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location = new System.Drawing.Point(243, 15);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(91, 23);
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Text = "Delete";
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location = new System.Drawing.Point(342, 15);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(91, 23);
     this.btnSave.TabIndex = 2;
     this.btnSave.Text = "Save";
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(540, 15);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(91, 23);
     this.btnClose.TabIndex = 4;
     this.btnClose.Text = "Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // frmUserRole
     //
     this.AcceptButton = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(656, 453);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grd);
     this.Controls.Add(this.grpSearch);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmUserRole";
     this.Text = "Define Role";
     this.Activated += new System.EventHandler(this.frmUserRole_Activated);
     this.grpSearch.ResumeLayout(false);
     this.grpSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#5
0
		private void showeditor(string request){

			int n_Tabs = 0;

			detailedRequest work = getHTTPdetails(request,"",false);
			is_reqeditor_open=true;

			try
			{
				reqeditor.Show();
				reqeditor.Controls.Clear();
				reqeditor.Left=locX;
				reqeditor.Top=locY;
			} 
			catch 
			{
				reqeditor = new reqEdit();
				reqeditor.Show();
				reqeditor.Controls.Clear();
				reqeditor.Left=locX;
				reqeditor.Top=locY;
			}

			Mangled tool = new Mangled();

			try
			{
			
				#region panels,action and url and submit button
				reqeditor.Closed+=new System.EventHandler(req_closed_event);
				
				reqeditor.AutoScale=true;
				
				reqeditor.BackColor=Color.DarkGray;
				reqeditor.Text="SURU Webproxy Request Editor";
				reqeditor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress);
				
				reqeditor.Move +=new System.EventHandler(requesteditor_moved);
				Panel top_main_panel = new System.Windows.Forms.Panel();

				//Top panel
				//top_main_panel.AutoScroll = true;
				top_main_panel.Dock = System.Windows.Forms.DockStyle.Top;
				top_main_panel.Size = new System.Drawing.Size(425, 72);
				top_main_panel.Location = new System.Drawing.Point(0, 0);
				top_main_panel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress);
				top_main_panel.TabIndex=n_Tabs; n_Tabs++;
				top_main_panel.TabStop = false;

				//Bottom panel
				Panel bottom_main_panel = new System.Windows.Forms.Panel();
				bottom_main_panel.AutoScroll = true;
				bottom_main_panel.Dock = System.Windows.Forms.DockStyle.Bottom;
				bottom_main_panel.Size = new System.Drawing.Size(425, 100);
				bottom_main_panel.Location = new System.Drawing.Point(0, 305);
				bottom_main_panel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress);
				bottom_main_panel.TabIndex = 10000;
				bottom_main_panel.TabStop = false;

				//central main panel
				Panel ct_main_p = new System.Windows.Forms.Panel();
				ct_main_p.AutoScroll = true;
				ct_main_p.Dock = System.Windows.Forms.DockStyle.Fill;
				ct_main_p.Location = new System.Drawing.Point(0, 72);
				ct_main_p.Size = new System.Drawing.Size(425, 233);
				ct_main_p.TabIndex = n_Tabs; n_Tabs++;
				ct_main_p.TabStop = false;
				ct_main_p.Enter +=new System.EventHandler(reqEntered);
				ct_main_p.Leave+=new System.EventHandler(reqLeft);

				//splitter
				System.Windows.Forms.Splitter spl = new Splitter();
				spl.Dock = System.Windows.Forms.DockStyle.Bottom;
				spl.Name = "splitter1";
				spl.Size = new System.Drawing.Size(417, 3);
				spl.TabIndex = n_Tabs; n_Tabs++;
				spl.TabStop = false;
				spl.BackColor=Color.Gainsboro;
		
				reqeditor.Controls.Add(spl);

				reqeditor.BringToFront();
				ToolTip toolTip1 = new System.Windows.Forms.ToolTip();
		
				toolTip1.AutomaticDelay = 1000;
				toolTip1.AutoPopDelay = 10000;
				toolTip1.InitialDelay = 1000;
				toolTip1.ReshowDelay = 20;

				
				int panelsize=225;
				if (work.cookie.Count>0){panelsize+=50+(26*work.cookie.Count);}
				if (work.POSTparameters.Count>0){panelsize+=50+(26*work.POSTparameters.Count);}
				if (work.GETparameters.Count>0){panelsize+=50+(26*work.GETparameters.Count);}
				if (work.isXML || work.isMultiPart){panelsize+=200;}
				if (panelsize>600)
				{
					reqeditor.Size=new System.Drawing.Size(580,600);
					//	panel1.Size = new System.Drawing.Size(580,600);
				} 
				else 
				{
					reqeditor.Size=new System.Drawing.Size(560,panelsize);
					//	panel1.Size = new System.Drawing.Size(560,panelsize);
				}
			
				//add the panels
				reqeditor.Controls.Add(ct_main_p);
				reqeditor.Controls.Add(bottom_main_panel);
				reqeditor.Controls.Add(top_main_panel);

				int pos=5;
				#region submit button
				System.Windows.Forms.Button but = new DotNetSkin.SkinControls.SkinButton();
				System.Windows.Forms.Button butraw = new DotNetSkin.SkinControls.SkinButtonYellow();
			
				but.Location=new System.Drawing.Point(5,pos);
				but.Size=new Size(260,21);
				but.Text="Browse request";
				but.ForeColor=Color.Black;
				but.BackColor=Color.DarkGray;
				but.FlatStyle=FlatStyle.Popup;
				but.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				but.Click += new System.EventHandler(reqEditClicked);
				but.TabIndex = n_Tabs; n_Tabs++;
				but.TabStop = true;
				top_main_panel.Controls.Add(but);
				reqeditor.AcceptButton=but;

				butraw.Location=new System.Drawing.Point(270,pos);
				butraw.Size=new Size(260,21);
				butraw.Text="Send raw request";
				butraw.ForeColor=Color.Firebrick;
				butraw.BackColor=Color.DarkGray;
				butraw.FlatStyle=FlatStyle.Popup;
				butraw.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				butraw.Click += new System.EventHandler(reqEditClickedRaw);
				butraw.TabIndex = n_Tabs; n_Tabs++;
				butraw.TabStop=true;
				top_main_panel.Controls.Add(butraw);
				
				#endregion
				pos=pos+25;

				action_textbox = new TextBox();
				action_textbox.Location = new Point(5,pos);
				action_textbox.BorderStyle=BorderStyle.FixedSingle;
				action_textbox.Text=work.action;
				action_textbox.Size = new Size(80,21);
				action_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				action_textbox.TabIndex = n_Tabs; n_Tabs++;
				action_textbox.TabStop=true;
				top_main_panel.Controls.Add(action_textbox);


				URL_textbox = new TextBox();
				URL_textbox.ForeColor=Color.WhiteSmoke;
				URL_textbox.BackColor=Color.FromArgb(100,100,100);
				URL_textbox.Location = new Point(90,pos);
				URL_textbox.Size= new Size(458,21);
				URL_textbox.Text=work.URL;
				URL_textbox.BorderStyle=BorderStyle.FixedSingle;
				URL_textbox.TabIndex=n_Tabs; n_Tabs++;
				URL_textbox.TabStop=true;
				URL_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				top_main_panel.Controls.Add(URL_textbox);
				int y=0;
				#endregion

				//ok now the fun starts....			

				#region POSTs
				POSTparameters_amount=0;
				if (work.POSTparameters.Count>0)
				{

					y=0;
					//check if its XML
					if (work.isXML==true)
					{
						int n_curtab = 3999;
						//create the panel
						System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel();
						System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel();
						System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel();
						se_p.TabIndex = n_curtab; n_curtab--;
						se_p.TabStop=false;
						se_p.Controls.Add(POST_textBoxes[y]);
						se_p.Controls.Add(se_ch_p);

						se_ch_p.Dock = System.Windows.Forms.DockStyle.Left;
						se_ch_p.Location = new System.Drawing.Point(0, 0);
						se_ch_p.Size = new System.Drawing.Size(25, 200);
						se_ch_p.TabIndex = n_Tabs; n_Tabs++;

						POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox();
						POST_chk[y].Location = new Point(5,pos+1);
						POST_chk[y].FlatStyle=FlatStyle.Standard;
						POST_chk[y].CheckState=CheckState.Checked;
						POST_chk[y].Text="";
						POST_chk[y].Size = new System.Drawing.Size(20, 20);
						POST_chk[y].TabIndex=n_Tabs; n_Tabs++;
						POST_chk[y].TabStop=true;
						se_ch_p.Controls.Add(POST_chk[y]);

						POSTparameters_amount=-1;
						POST_textBoxes[y] = new TextBox();
						POST_textBoxes[y].Multiline=true;
						POST_textBoxes[y].WordWrap=false;
						POST_textBoxes[y].ScrollBars=ScrollBars.Both;
						POST_textBoxes[y].ForeColor=Color.Black;
						POST_textBoxes[y].Dock=DockStyle.Fill;
						POST_textBoxes[y].BackColor=Color.Khaki;
						POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle;
						POST_textBoxes[y].TabIndex = n_Tabs; n_Tabs++;
						POST_textBoxes[y].TabStop = true;
						string XMLstuff = (string)work.POSTparameters[0];
						POST_textBoxes[y].Text = XMLstuff.Replace("<","\r\n<").TrimStart('\r','\n'); 
						

						//add to main panel
						
					

						//se_p.Location = new System.Drawing.Point(0, pos);
						se_p.Dock = System.Windows.Forms.DockStyle.Top;
						se_p.Size = new System.Drawing.Size(425, 200);
						//se_p.TabIndex = y+9;

						
						//add panel to the main section
						ct_main_p.Controls.Add(se_p);
	
						pos+=200;

					}
					if (work.isMultiPart==true)
					{
						int n_curtab = 3999;
						//create the panel
						System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel();
						System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel();
						//add to main panel
						System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel();
						se_p.TabIndex=n_curtab; n_curtab--;
						se_p.TabStop=false;
						se_p.Controls.Add(POST_textBoxes[y]);
						se_p.Controls.Add(se_ch_p);

						se_ch_p.Dock = System.Windows.Forms.DockStyle.Left;
						se_ch_p.Location = new System.Drawing.Point(0, 0);
						se_ch_p.Size = new System.Drawing.Size(25, 200);
						se_ch_p.TabIndex = n_Tabs; n_Tabs++;
						se_ch_p.TabStop =false;

						POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox();
						POST_chk[y].Location = new Point(5,pos+1);
						POST_chk[y].FlatStyle=FlatStyle.Standard;
						POST_chk[y].CheckState=CheckState.Checked;
						POST_chk[y].Text="";
						POST_chk[y].Size = new System.Drawing.Size(20, 20);
						POST_chk[y].TabIndex=n_Tabs; n_Tabs++;
						POST_chk[y].TabStop=true;
						se_ch_p.Controls.Add(POST_chk[y]);
						
						POSTparameters_amount=-2;
						POST_textBoxes[y] = new TextBox();
						POST_textBoxes[y].Multiline=true;
						POST_textBoxes[y].WordWrap=false;
						POST_textBoxes[y].Dock=DockStyle.Fill;
						POST_textBoxes[y].ScrollBars=ScrollBars.Both;
						POST_textBoxes[y].ForeColor=Color.DimGray;
						POST_textBoxes[y].Size = new System.Drawing.Size(510, 200);
						POST_textBoxes[y].BackColor=Color.Gainsboro;
						POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle;
						string Multistuff = (string)work.POSTparameters[0];
						POST_textBoxes[y].Text = Multistuff; 
						POST_textBoxes[y].TabIndex=n_Tabs; n_Tabs++;
						POST_textBoxes[y].TabStop = true;

						
					
						//se_p.Location = new System.Drawing.Point(0, pos);
						se_p.Dock = System.Windows.Forms.DockStyle.Top;
						se_p.Size = new System.Drawing.Size(425, 200);
						//se_p.TabIndex = y+9;
						
						//add panel to the main section
						ct_main_p.Controls.Add(se_p);

						pos+=200;

					} 
					if (work.isMultiPart==false && work.isXML==false)
					{
						int n_curtab = 3999;
						//int z_tab = 0;
						//z_tab = work.POSTparameters.Count;
						//just normal POST
						foreach(string item in work.POSTparameters)
						{
							#region panel definitions
							System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel();
							System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel();
							System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter();
							System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel();
							//add to the single entry panel..
							System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel();
							se_p.Controls.Add(se_p_value);
							se_p.Controls.Add(se_s_nv);
							se_p.Controls.Add(se_p_name);
							se_p.Controls.Add(se_ch_p);
							se_p.TabIndex = n_curtab; n_curtab--;
							se_p.TabStop = false;

							se_ch_p.Dock = System.Windows.Forms.DockStyle.Left;
							se_ch_p.Location = new System.Drawing.Point(0, 0);
							se_ch_p.Size = new System.Drawing.Size(25, 24);
							se_ch_p.TabIndex = n_Tabs; n_Tabs++;

							se_p_name.Dock = System.Windows.Forms.DockStyle.Left;
							se_p_name.Location = new System.Drawing.Point(48, 0);
							se_p_name.Size = new System.Drawing.Size(120, 24);
							se_p_name.TabIndex = n_Tabs; n_Tabs++;
							se_p_name.TabStop=false;

							se_s_nv.Location = new System.Drawing.Point(168, 0);
							se_s_nv.Size = new System.Drawing.Size(3, 24);
							se_s_nv.TabIndex = n_Tabs; n_Tabs++;
							se_s_nv.TabStop = false;

							se_p_value.Dock = System.Windows.Forms.DockStyle.Fill;
							se_p_value.Location = new System.Drawing.Point(171, 0);
							se_p_value.Size = new System.Drawing.Size(253, 24);
							se_p_value.TabIndex = n_Tabs; n_Tabs++;
							se_p_value.TabStop=false;
							#endregion

							POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox();
							POST_chk[y].FlatStyle=FlatStyle.Standard;
							POST_chk[y].Location = new Point(5,2);
							POST_chk[y].CheckState=CheckState.Checked;
							POST_chk[y].Text="";
							POST_chk[y].Size = new System.Drawing.Size(20, 20);
							POST_chk[y].TabIndex = n_Tabs; n_Tabs++;
							POST_chk[y].TabStop=true;

							string[] parts = item.Split(txtKeyValueSeparator.Text[0]);
							POST_comboBoxes[y] = new ComboBox();
							POST_comboBoxes[y].Size = new System.Drawing.Size(335, 21);
							POST_comboBoxes[y].BackColor=Color.Cornsilk;
							POST_comboBoxes[y].Dock=DockStyle.Fill;
						
							se_ch_p.Controls.Add(POST_chk[y]);
							
							string itemadd=string.Empty;
							if (parts.Length>0)
							{
								for (int u=1; u<parts.Length; u++)
								{
									tool = new Mangled();
									tool = (Mangled)work.Processed[y+work.GETparameters.Count+work.cookie.Count];
									toolTip1.SetToolTip(POST_comboBoxes[y],"MD5:     "+tool.varvalmd5+"\r\nSHA1:    "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc);
									//itemadd += convertFromHex(parts[u])+"=";
									//lets see if we shouldnt encode POSTS
									itemadd += parts[u]+"=";
								}
								//chop off only the LAST =
								itemadd=itemadd.Substring(0,itemadd.Length-1);
							} 
							else 
							{
								itemadd = "";
							}
							POST_comboBoxes[y].Text=itemadd;
							POST_comboBoxes[y].Items.Add(itemadd);
							POST_comboBoxes[y].Items.Add("FUZZCTRL");
							POST_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--");
							POST_comboBoxes[y].SelectedIndex=0;
							//add the fuzzing strings
							foreach (string itemcmb in cmbCustom.Items)
							{
								POST_comboBoxes[y].Items.Add("FZ: "+itemcmb);
							}

							POST_textBoxes[y] = new TextBox();
							POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle;
							POST_textBoxes[y].Size = new System.Drawing.Size(180, 20);
							POST_textBoxes[y].BackColor=Color.Cornsilk;
							POST_textBoxes[y].Dock=DockStyle.Fill;
							POST_textBoxes[y].Text = parts[0];
						
							POST_textBoxes[y].TabIndex = n_Tabs; n_Tabs++;
							POST_textBoxes[y].TabStop=true;
							se_p_name.Controls.Add(POST_textBoxes[y]);
							POST_comboBoxes[y].TabIndex = n_Tabs; n_Tabs++;
							POST_comboBoxes[y].TabStop = true;
							se_p_value.Controls.Add(POST_comboBoxes[y]);
					
							

							//se_p.Location = new System.Drawing.Point(0, pos);
							se_p.Dock = System.Windows.Forms.DockStyle.Top;
							se_p.Size = new System.Drawing.Size(425, 24);

							//add panel to the main section
							ct_main_p.Controls.Add(se_p);
	
				
							y++;
							POSTparameters_amount++;
						}
					}
					#region label
					System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel();
					se_l.TabIndex = n_Tabs; n_Tabs++;
					se_l.TabStop = false;
					Label label_post = new Label();
					label_post.Text="POST";
					if (work.isXML)
					{
						label_post.Text+=" (XML)";
					}
					if (work.isMultiPart)
					{
						label_post.Text+=" (Multipart)";
					}
					label_post.Size = new Size(192, 21);
					label_post.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
					label_post.Location= new Point(25,2);
					se_l.Controls.Add(label_post);
					se_l.Dock = System.Windows.Forms.DockStyle.Top;
					se_l.Size = new System.Drawing.Size(425, 24);
						
					//add panel to the main section
					ct_main_p.Controls.Add(se_l);
					#endregion
				}
				#endregion

				#region cookies
				cookie_amount=0;
				if (work.cookie.Count>0)
				{
					int n_curtab = 2999;


				
					y=0;
				
					foreach(string item in work.cookie)
					{
												
						#region panel definitions
						System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel();
						System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel();
						System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter();
						System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel();
						//add to the single entry panel..
						System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel();
						
						se_p.Dock = System.Windows.Forms.DockStyle.Top;
						se_p.Size = new System.Drawing.Size(425, 24);
						se_p.Controls.Add(se_p_value);
						se_p.Controls.Add(se_s_nv);
						se_p.Controls.Add(se_p_name);
						se_p.Controls.Add(se_ch_p);
						se_p.TabIndex=n_curtab; n_curtab--;
						se_p.TabStop = false;

						se_ch_p.Dock = System.Windows.Forms.DockStyle.Left;
						se_ch_p.Location = new System.Drawing.Point(0, 0);
						se_ch_p.Size = new System.Drawing.Size(25, 24);
						se_ch_p.TabIndex = n_Tabs; n_Tabs++;
						se_ch_p.TabStop = false;

						se_p_name.Dock = System.Windows.Forms.DockStyle.Left;
						se_p_name.Location = new System.Drawing.Point(48, 0);
						se_p_name.Size = new System.Drawing.Size(120, 24);
						se_p_name.TabIndex = n_Tabs; n_Tabs++;
						se_p_name.TabStop=false;

						se_s_nv.Location = new System.Drawing.Point(168, 0);
						se_s_nv.Size = new System.Drawing.Size(3, 24);
						se_s_nv.TabIndex = n_Tabs; n_Tabs++;
						se_s_nv.TabStop = false;
						
						se_p_value.Dock = System.Windows.Forms.DockStyle.Fill;
						se_p_value.Location = new System.Drawing.Point(171, 0);
						se_p_value.Size = new System.Drawing.Size(253, 24);
						se_p_value.TabIndex = n_Tabs; n_Tabs++;
						se_p_value.TabStop = false;

						
						//	se_p.SuspendLayout();

						ct_main_p.Controls.Add(se_p);
						
						#endregion

						cookie_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox();
						cookie_chk[y].FlatStyle=FlatStyle.Standard;
						cookie_chk[y].Location = new Point(5,2);
						cookie_chk[y].CheckState=CheckState.Checked;
						cookie_chk[y].Text="";
						cookie_chk[y].Size = new System.Drawing.Size(20, 20);
						cookie_chk[y].TabIndex=n_Tabs; n_Tabs++;
						cookie_chk[y].TabStop=true;
						se_ch_p.Controls.Add(cookie_chk[y]);

						string[] parts = item.Split(txtCookieKeyValueSeparator.Text[0]);
						cookie_comboBoxes[y] = new ComboBox();
						cookie_comboBoxes[y].Dock=DockStyle.Fill;
						cookie_comboBoxes[y].Dock=DockStyle.Fill;
						cookie_comboBoxes[y].Size = new System.Drawing.Size(335, 21);
						cookie_comboBoxes[y].TabIndex = 0;
						cookie_comboBoxes[y].BackColor=Color.Tan;
						cookie_comboBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
						
						
						string itemadd=string.Empty;
						if (parts.Length>0)
						{
							for (int u=1; u<parts.Length; u++)
							{
								tool = new Mangled();
								tool = (Mangled)work.Processed[y+work.GETparameters.Count];
								toolTip1.SetToolTip(cookie_comboBoxes[y],"MD5:     "+tool.varvalmd5+"\r\nSHA1:   "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc);
								itemadd += convertFromHex(parts[u])+"=";
							}
							itemadd=itemadd.Substring(0,itemadd.Length-1);
						} 
						else 
						{
							itemadd = "";
						}
						
						cookie_comboBoxes[y].Items.Add(itemadd);
						cookie_comboBoxes[y].Items.Add("FUZZCTRL");
						cookie_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--");
						
						//add the fuzzing strings
						foreach (string itemcmb in cmbCustom.Items)
						{
							cookie_comboBoxes[y].Items.Add("FZ: "+itemcmb);
						}
						cookie_comboBoxes[y].Text=itemadd;
						//se_p_value.Controls.Add(cookie_comboBoxes[y]);

						cookie_textBoxes[y] = new TextBox();
						cookie_textBoxes[y].BorderStyle=BorderStyle.FixedSingle;
						cookie_textBoxes[y].BackColor=Color.Tan;
						cookie_textBoxes[y].Dock=DockStyle.Fill;
						cookie_textBoxes[y].Size = new System.Drawing.Size(180, 20);
						cookie_textBoxes[y].TabIndex = 17;
						cookie_textBoxes[y].Text = convertFromHex(parts[0]);
						cookie_textBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
						
						cookie_textBoxes[y].TabIndex = n_Tabs; n_Tabs++;
						cookie_textBoxes[y].TabStop =true;
						se_p_name.Controls.Add(cookie_textBoxes[y]);
						cookie_comboBoxes[y].TabIndex = n_Tabs; n_Tabs++;
						cookie_comboBoxes[y].TabStop = true;
						se_p_value.Controls.Add(cookie_comboBoxes[y]);
						
							
						y++;
						cookie_amount++;
						
					}
					
				
					#region label
					System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel();
					se_l.TabIndex = n_Tabs; n_Tabs++;
					se_l.TabStop = false;
					Label label_cookie = new Label();
					label_cookie.Text="Cookies";
					label_cookie.Size = new Size(192, 21);
					label_cookie.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
					label_cookie.Location= new Point(25,2);
					label_cookie.TabIndex = n_Tabs; n_Tabs++;

					
					se_l.Controls.Add(label_cookie);
					se_l.Dock = System.Windows.Forms.DockStyle.Top;
					se_l.Size = new System.Drawing.Size(425, 24);
						
					//add panel to the main section
					ct_main_p.Controls.Add(se_l);
					#endregion
					
				}
				#endregion

				#region GETs
				GETparameters_amount=0;
				if (work.GETparameters.Count>0)
				{
					int n_curtab = 1999;
					pos+=30;

					
					//GETs
					y=0;
					pos=0;
					foreach(string item in work.GETparameters)
					{
						//all the panel defs
						
						#region panel definitions
						System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel();
						System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel();
						System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter();
						System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel();

						//add to the single entry panel..
						System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel();
						se_p.TabIndex=n_curtab; n_curtab--;
						se_p.TabStop=false;

						se_ch_p.Dock = System.Windows.Forms.DockStyle.Left;
						se_ch_p.Location = new System.Drawing.Point(0, 0);
						se_ch_p.Size = new System.Drawing.Size(25, 24);
						se_ch_p.TabIndex = n_Tabs; n_Tabs++;
						se_ch_p.TabStop=false;

						se_p_name.Dock = System.Windows.Forms.DockStyle.Left;
						se_p_name.Location = new System.Drawing.Point(48, 0);
						se_p_name.Size = new System.Drawing.Size(120, 24);
						se_p_name.TabIndex = n_Tabs; n_Tabs++;
						se_p_name.TabStop=false;

						se_s_nv.Location = new System.Drawing.Point(168, 0);
						se_s_nv.Size = new System.Drawing.Size(3, 24);
						se_s_nv.TabIndex = n_Tabs; n_Tabs++;
						se_s_nv.TabStop = false;

						se_p_value.Dock = System.Windows.Forms.DockStyle.Fill;
						se_p_value.Location = new System.Drawing.Point(171, 0);
						se_p_value.Size = new System.Drawing.Size(253, 24);
						se_p_value.TabIndex = n_Tabs; n_Tabs++;
						se_p_value.TabStop=false;
						#endregion


						string[] parts = item.Split(txtKeyValueSeparator.Text[0]);
						GET_comboBoxes[y] = new ComboBox();
						GET_comboBoxes[y].Size = new System.Drawing.Size(335, 21);
						GET_comboBoxes[y].TabIndex = 36;
						GET_comboBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
						GET_comboBoxes[y].BackColor=Color.LightGray;
						GET_comboBoxes[y].Dock=DockStyle.Fill;

						GET_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox();
						GET_chk[y].Location = new Point(5,2);
						GET_chk[y].FlatStyle=FlatStyle.Standard;
						GET_chk[y].CheckState=CheckState.Checked;
						GET_chk[y].Text="";
						GET_chk[y].Size = new System.Drawing.Size(20, 20);
						GET_chk[y].TabIndex=n_Tabs; n_Tabs++;
						GET_chk[y].TabStop=true;
						se_ch_p.Controls.Add(GET_chk[y]);
					
						string itemadd=string.Empty;
						if (parts.Length>1)
						{
							
							for (int u=1; u<parts.Length; u++)
							{
								itemadd += convertFromHex(parts[u])+"=";
								tool = new Mangled();
								tool = (Mangled)work.Processed[y];
								toolTip1.SetToolTip(GET_comboBoxes[y],"MD5:   "+tool.varvalmd5+"\r\nSHA1:   "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc);
							}
							
							itemadd=itemadd.Substring(0,itemadd.Length-1);
						} 
						else 
						{
							itemadd = "";
							//toolTip1.SetToolTip(GET_comboBoxes[y],"");
						}
						GET_comboBoxes[y].Text=itemadd;
						GET_comboBoxes[y].Items.Add(itemadd);
						GET_comboBoxes[y].Items.Add("FUZZCTRL");
						GET_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--");
						//add the fuzzing strings
						foreach (string itemcmb in cmbCustom.Items)
						{
							GET_comboBoxes[y].Items.Add("FZ: "+itemcmb);
						}
					

						GET_textBoxes[y] = new TextBox();
						GET_textBoxes[y].BorderStyle=BorderStyle.FixedSingle;
						GET_textBoxes[y].Size = new System.Drawing.Size(180, 20);
						GET_textBoxes[y].TabIndex = 17;
						GET_textBoxes[y].BackColor=Color.LightGray;
						GET_textBoxes[y].Dock=DockStyle.Fill;
						GET_textBoxes[y].Text = convertFromHex(parts[0]);
						GET_textBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
						
						GET_textBoxes[y].TabIndex=n_Tabs; n_Tabs++;
						GET_textBoxes[y].TabStop=true;
						se_p_name.Controls.Add(GET_textBoxes[y]);
						GET_comboBoxes[y].TabIndex=n_Tabs; n_Tabs++;
						GET_comboBoxes[y].TabStop = true;
						se_p_value.Controls.Add(GET_comboBoxes[y]);
				
						se_p.Controls.Add(se_p_value);
						se_p.Controls.Add(se_s_nv);
						se_p.Controls.Add(se_p_name);
						se_p.Controls.Add(se_ch_p);

						se_p.Dock = System.Windows.Forms.DockStyle.Top;
						se_p.Size = new System.Drawing.Size(425, 24);
						
						
						//add panel to the main section
						ct_main_p.Controls.Add(se_p);
						

				
						y++;
						GETparameters_amount++;
						pos+=24;
				
					}
					#region label
					System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel();
					se_l.TabIndex = n_Tabs; n_Tabs++;
					se_l.TabStop = false;
					Label label_get = new Label();
					label_get.Text="GET parameters";
					label_get.Size = new Size(192, 21);
					label_get.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
					label_get.Location= new Point(25,2);
					label_get.TabIndex = n_Tabs; n_Tabs++;
					
					se_l.Controls.Add(label_get);
					se_l.Dock = System.Windows.Forms.DockStyle.Top;
					se_l.Size = new System.Drawing.Size(425, 24);
						
					//add panel to the main section
					ct_main_p.Controls.Add(se_l);
					#endregion
				}
				#endregion

				#region headers and button


				header_textbox = new TextBox();
				header_textbox.Multiline=true;
				header_textbox.BorderStyle=BorderStyle.FixedSingle;
				header_textbox.Dock=DockStyle.Fill;
				header_textbox.ScrollBars=ScrollBars.Both;
				header_textbox.Size=new Size(545,100);
				header_textbox.ForeColor=Color.DarkSlateGray;
				header_textbox.Text=work.header;
				header_textbox.WordWrap=false;
				header_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				header_textbox.TabIndex=n_Tabs; n_Tabs++;
				header_textbox.TabStop = true;
				bottom_main_panel.Controls.Add(header_textbox);

								
				#region label
				System.Windows.Forms.Panel se_h = new System.Windows.Forms.Panel();
				se_h.TabIndex = n_Tabs; n_Tabs++;
				se_h.TabStop=false;
				Label label_hdr = new Label();
				label_hdr.Text="The rest of the header:";
				
				label_hdr.Size = new Size(192, 21);
				label_hdr.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				label_hdr.Location= new Point(25,2);
				label_hdr.TabIndex = n_Tabs; n_Tabs++;
					
				se_h.Controls.Add(label_hdr);
				se_h.Dock = System.Windows.Forms.DockStyle.Top;
				se_h.Size = new System.Drawing.Size(425, 24);
						
				//add panel to the main section
				bottom_main_panel.Controls.Add(se_h);
				#endregion

				#endregion

			} 
			catch {}
			reqeditor.SetTextSelect();
			//this.Focus();
		}
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
     this.ep          = new System.Windows.Forms.ErrorProvider(this.components);
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.btnLogin    = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel   = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // txtUserName
     //
     this.txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtUserName.Location    = new System.Drawing.Point(218, 78);
     this.txtUserName.MaxLength   = 20;
     this.txtUserName.Multiline   = true;
     this.txtUserName.Name        = "txtUserName";
     this.txtUserName.Size        = new System.Drawing.Size(158, 15);
     this.txtUserName.TabIndex    = 0;
     //
     // txtPassword
     //
     this.txtPassword.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.txtPassword.Location     = new System.Drawing.Point(219, 128);
     this.txtPassword.MaxLength    = 20;
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(160, 13);
     this.txtPassword.TabIndex     = 1;
     //
     // btnLogin
     //
     this.btnLogin.BackColor                  = System.Drawing.Color.Transparent;
     this.btnLogin.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
     this.btnLogin.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.None;
     this.btnLogin.DialogResult               = System.Windows.Forms.DialogResult.OK;
     this.btnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Red;
     this.btnLogin.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.ForeColor = System.Drawing.Color.Transparent;
     this.btnLogin.Location  = new System.Drawing.Point(214, 158);
     this.btnLogin.Name      = "btnLogin";
     this.btnLogin.Size      = new System.Drawing.Size(81, 31);
     this.btnLogin.TabIndex  = 2;
     this.btnLogin.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLogin.UseVisualStyleBackColor = false;
     this.btnLogin.Click += new System.EventHandler(this.btnLogIn_Click);
     //
     // btnCancel
     //
     this.btnCancel.BackColor               = System.Drawing.Color.Transparent;
     this.btnCancel.BackgroundImage         = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.ForeColor               = System.Drawing.Color.Transparent;
     this.btnCancel.Location                = new System.Drawing.Point(301, 158);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(81, 31);
     this.btnCancel.TabIndex                = 3;
     this.btnCancel.TextAlign               = System.Drawing.ContentAlignment.TopCenter;
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // frmLogin
     //
     this.AcceptButton      = this.btnLogin;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(400, 244);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "frmLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmLogin_Closing);
     this.Load           += new System.EventHandler(this.frmLogIn_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#7
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(frmSach));
     this.columnHeader7  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.lvSach         = new System.Windows.Forms.ListView();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.txtSL          = new System.Windows.Forms.TextBox();
     this.label9         = new System.Windows.Forms.Label();
     this.txtLanXB       = new System.Windows.Forms.TextBox();
     this.label8         = new System.Windows.Forms.Label();
     this.txtNamXB       = new System.Windows.Forms.TextBox();
     this.label7         = new System.Windows.Forms.Label();
     this.cboLoaiSach    = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.cboNXB         = new System.Windows.Forms.ComboBox();
     this.txtNoiDungSL   = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.txtTacGia      = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.txtTenSach     = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtMaSach      = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.btnThem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoát       = new DotNetSkin.SkinControls.SkinButton();
     this.btnBoqua       = new DotNetSkin.SkinControls.SkinButton();
     this.btnLuu         = new DotNetSkin.SkinControls.SkinButton();
     this.btnSua         = new DotNetSkin.SkinControls.SkinButton();
     this.btnXoa         = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "NamXB";
     this.columnHeader7.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "STT";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Mã Sách";
     //
     // lvSach
     //
     this.lvSach.BackColor   = System.Drawing.Color.White;
     this.lvSach.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvSach.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.lvSach.FullRowSelect         = true;
     this.lvSach.GridLines             = true;
     this.lvSach.Location              = new System.Drawing.Point(8, 0);
     this.lvSach.Name                  = "lvSach";
     this.lvSach.Size                  = new System.Drawing.Size(360, 448);
     this.lvSach.TabIndex              = 6;
     this.lvSach.View                  = System.Windows.Forms.View.Details;
     this.lvSach.SelectedIndexChanged += new System.EventHandler(this.lvSach_SelectedIndexChanged);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Tên Sách";
     this.columnHeader3.Width = 500;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Tác giả";
     this.columnHeader4.Width = 0;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "MaNXB";
     this.columnHeader5.Width = 0;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "MaLoai";
     this.columnHeader6.Width = 0;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "LanXB";
     this.columnHeader8.Width = 0;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "Số lượng";
     this.columnHeader9.Width = 30;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "Noidung";
     this.columnHeader10.Width = 0;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.txtSL);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.txtLanXB);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtNamXB);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cboLoaiSach);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cboNXB);
     this.groupBox1.Controls.Add(this.txtNoiDungSL);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtTacGia);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenSach);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaSach);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(368, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(416, 384);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // txtSL
     //
     this.txtSL.Location  = new System.Drawing.Point(88, 208);
     this.txtSL.MaxLength = 2;
     this.txtSL.Name      = "txtSL";
     this.txtSL.Size      = new System.Drawing.Size(48, 20);
     this.txtSL.TabIndex  = 22;
     this.txtSL.Text      = "";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 208);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(80, 16);
     this.label9.TabIndex = 21;
     this.label9.Text     = "Số lượng";
     //
     // txtLanXB
     //
     this.txtLanXB.Location  = new System.Drawing.Point(256, 176);
     this.txtLanXB.MaxLength = 2;
     this.txtLanXB.Name      = "txtLanXB";
     this.txtLanXB.Size      = new System.Drawing.Size(48, 20);
     this.txtLanXB.TabIndex  = 20;
     this.txtLanXB.Text      = "";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(184, 176);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(80, 16);
     this.label8.TabIndex = 19;
     this.label8.Text     = "Lần xuất bản";
     //
     // txtNamXB
     //
     this.txtNamXB.Location  = new System.Drawing.Point(88, 176);
     this.txtNamXB.MaxLength = 4;
     this.txtNamXB.Name      = "txtNamXB";
     this.txtNamXB.Size      = new System.Drawing.Size(72, 20);
     this.txtNamXB.TabIndex  = 18;
     this.txtNamXB.Text      = "";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 176);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(80, 16);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Năm xuất bản";
     //
     // cboLoaiSach
     //
     this.cboLoaiSach.Location = new System.Drawing.Point(88, 144);
     this.cboLoaiSach.Name     = "cboLoaiSach";
     this.cboLoaiSach.Size     = new System.Drawing.Size(112, 21);
     this.cboLoaiSach.TabIndex = 16;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 144);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 16);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Loại sách";
     //
     // cboNXB
     //
     this.cboNXB.Location = new System.Drawing.Point(88, 112);
     this.cboNXB.Name     = "cboNXB";
     this.cboNXB.Size     = new System.Drawing.Size(144, 21);
     this.cboNXB.TabIndex = 14;
     //
     // txtNoiDungSL
     //
     this.txtNoiDungSL.Location  = new System.Drawing.Point(24, 288);
     this.txtNoiDungSL.MaxLength = 4000;
     this.txtNoiDungSL.Multiline = true;
     this.txtNoiDungSL.Name      = "txtNoiDungSL";
     this.txtNoiDungSL.Size      = new System.Drawing.Size(360, 80);
     this.txtNoiDungSL.TabIndex  = 13;
     this.txtNoiDungSL.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 264);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(104, 16);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Nội dung tóm lược";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 112);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Nhà xuất bản";
     //
     // txtTacGia
     //
     this.txtTacGia.Location  = new System.Drawing.Point(88, 80);
     this.txtTacGia.MaxLength = 2000;
     this.txtTacGia.Name      = "txtTacGia";
     this.txtTacGia.Size      = new System.Drawing.Size(192, 20);
     this.txtTacGia.TabIndex  = 5;
     this.txtTacGia.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Tác giả";
     //
     // txtTenSach
     //
     this.txtTenSach.Location  = new System.Drawing.Point(88, 48);
     this.txtTenSach.MaxLength = 1000;
     this.txtTenSach.Name      = "txtTenSach";
     this.txtTenSach.Size      = new System.Drawing.Size(128, 20);
     this.txtTenSach.TabIndex  = 3;
     this.txtTenSach.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên sách";
     //
     // txtMaSach
     //
     this.txtMaSach.Location  = new System.Drawing.Point(88, 16);
     this.txtMaSach.MaxLength = 10;
     this.txtMaSach.Name      = "txtMaSach";
     this.txtMaSach.Size      = new System.Drawing.Size(88, 20);
     this.txtMaSach.TabIndex  = 1;
     this.txtMaSach.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã sách";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnThem);
     this.groupBox3.Controls.Add(this.btnThoát);
     this.groupBox3.Controls.Add(this.btnBoqua);
     this.groupBox3.Controls.Add(this.btnLuu);
     this.groupBox3.Controls.Add(this.btnSua);
     this.groupBox3.Controls.Add(this.btnXoa);
     this.groupBox3.Location = new System.Drawing.Point(368, 384);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(408, 64);
     this.groupBox3.TabIndex = 14;
     this.groupBox3.TabStop  = false;
     //
     // btnThem
     //
     this.btnThem.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThem.Image      = ((System.Drawing.Image)(resources.GetObject("btnThem.Image")));
     this.btnThem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThem.Location   = new System.Drawing.Point(32, 16);
     this.btnThem.Name       = "btnThem";
     this.btnThem.Size       = new System.Drawing.Size(48, 40);
     this.btnThem.TabIndex   = 17;
     this.btnThem.Text       = "Thêm";
     this.btnThem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThem.Click     += new System.EventHandler(this.btnThem_Click);
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(312, 16);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(48, 40);
     this.btnThoát.TabIndex   = 16;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnBoqua
     //
     this.btnBoqua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("btnBoqua.Image")));
     this.btnBoqua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBoqua.Location   = new System.Drawing.Point(256, 16);
     this.btnBoqua.Name       = "btnBoqua";
     this.btnBoqua.Size       = new System.Drawing.Size(48, 40);
     this.btnBoqua.TabIndex   = 15;
     this.btnBoqua.Text       = "Bỏ qua";
     this.btnBoqua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBoqua.Click     += new System.EventHandler(this.btnBoqua_Click);
     //
     // btnLuu
     //
     this.btnLuu.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnLuu.Image      = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLuu.Location   = new System.Drawing.Point(200, 16);
     this.btnLuu.Name       = "btnLuu";
     this.btnLuu.Size       = new System.Drawing.Size(48, 40);
     this.btnLuu.TabIndex   = 14;
     this.btnLuu.Text       = "Lưu";
     this.btnLuu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLuu.Click     += new System.EventHandler(this.btnLuu_Click);
     //
     // btnSua
     //
     this.btnSua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSua.Image      = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
     this.btnSua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSua.Location   = new System.Drawing.Point(144, 16);
     this.btnSua.Name       = "btnSua";
     this.btnSua.Size       = new System.Drawing.Size(48, 40);
     this.btnSua.TabIndex   = 13;
     this.btnSua.Text       = "Sữa";
     this.btnSua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSua.Click     += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnXoa.Image      = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXoa.Location   = new System.Drawing.Point(88, 16);
     this.btnXoa.Name       = "btnXoa";
     this.btnXoa.Size       = new System.Drawing.Size(48, 40);
     this.btnXoa.TabIndex   = 12;
     this.btnXoa.Text       = "Xóa";
     this.btnXoa.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXoa.Click     += new System.EventHandler(this.btnXoa_Click);
     //
     // frmSach
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lvSach);
     this.Controls.Add(this.groupBox3);
     this.Name        = "frmSach";
     this.Text        = "Sach";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmSach_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
        /// <summary>
        /// Remove all toolbar
        /// </summary>
        /// <param name="frm"></param>
        /// <remarks>
        /// Author		:	PhatLT
        /// Created day	:	2010-11-25
        /// </remarks>
        public static void SetBackgroundButton(Form frm, string fromName)
        {
            int ex = 0;

            DotNetSkin.SkinControls.SkinButton bt = null;
            GroupBox grBox = null;

            DotNetSkin.SkinControls.SkinButton btOF = null;
            Label     lbl   = null;
            Label     lblOF = null;
            MenuStrip ms    = null;
            DataGrid  dtGV  = null;

            //DataGridViewCellStyle dtGVCS = null;
            foreach (Control ctrPar in frm.Controls)
            {
                grBox = ctrPar as GroupBox;
                if (grBox != null)
                {
                    ex = grBox.Location.X;
                    foreach (Control ctrl in grBox.Controls)
                    {
                        lbl = ctrl as Label;
                        if (lbl != null)
                        {
                            lbl.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                        }
                        bt = ctrl as DotNetSkin.SkinControls.SkinButton;
                        if (bt != null)
                        {
                            bt.Stardard  = true;
                            bt.FlatStyle = FlatStyle.Popup;
                            bt.FlatAppearance.BorderSize  = 1;
                            bt.FlatAppearance.BorderColor = Color.Red;
                            bt.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                            bt.ForeColor = SystemColors.Highlight;
                            //bt.Size = new Size(75, null);
                        }
                    }
                }

                // Button
                btOF = ctrPar as DotNetSkin.SkinControls.SkinButton;
                if (btOF != null)
                {
                    btOF.Stardard  = true;
                    btOF.FlatStyle = FlatStyle.Popup;
                    btOF.FlatAppearance.BorderSize  = 1;
                    btOF.FlatAppearance.BorderColor = Color.Red;
                    btOF.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                    btOF.ForeColor = SystemColors.Highlight;
                    //bt.Size = new Size(75,);
                }
                lblOF = ctrPar as Label;
                if (lblOF != null)
                {
                    lblOF.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                }
                ms = ctrPar as MenuStrip;
                if (ms != null)
                {
                    ms.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                }
                dtGV = ctrPar as DataGrid;
                if (dtGV != null)
                {
                    dtGV.ForeColor = Color.Blue;
                    //dtGVCS.ForeColor = Color.Blue;
                }
            }

            //Label lb = new Label();
            //lb.Text = fromName;
            //lb.BackColor = Color.FromArgb(192, 255, 255);
            //lb.ForeColor = Color.White;

            //// lb.Location.X = ex;
            //frm.Controls.Add(lb);
        }
示例#9
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(frmHistoryTracking));
     // ThucNV - 20100107 - Change button type
     //this.btnSeach = new System.Windows.Forms.Button();
     this.btnSeach = new DotNetSkin.SkinControls.SkinButton();
     // End - Change button type
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtpCreateTime = new System.Windows.Forms.DateTimePicker();
     this.dtpLastUpdate = new System.Windows.Forms.DateTimePicker();
     this.cboTable = new System.Windows.Forms.ComboBox();
     this.cboOperation = new System.Windows.Forms.ComboBox();
     this.txtUPLIFTUser = new System.Windows.Forms.TextBox();
     this.lblTable = new System.Windows.Forms.Label();
     this.lblOperation = new System.Windows.Forms.Label();
     this.lblCreateDate = new System.Windows.Forms.Label();
     this.lblLastUpdate = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.btnClose = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.grdDetail = new System.Windows.Forms.DataGrid();
     this.stlDetail = new System.Windows.Forms.DataGridTableStyle();
     this.column1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.column2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.grdGeneral = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colCreate_User = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colCreate_Date = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colUpdate_User = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colUpdate_Time = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colTableName = new System.Windows.Forms.DataGridTextBoxColumn();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdGeneral)).BeginInit();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSeach
     //
     this.btnSeach.Image = ((System.Drawing.Image)(resources.GetObject("btnSeach.Image")));
     this.btnSeach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSeach.Location = new System.Drawing.Point(672, 13);
     this.btnSeach.Name = "btnSeach";
     this.btnSeach.Size = new System.Drawing.Size(88, 24);
     this.btnSeach.TabIndex = 0;
     this.btnSeach.Text = "Search";
     this.btnSeach.Click += new System.EventHandler(this.btnSeach_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.dtpCreateTime);
     this.groupBox1.Controls.Add(this.dtpLastUpdate);
     this.groupBox1.Controls.Add(this.cboTable);
     this.groupBox1.Controls.Add(this.cboOperation);
     this.groupBox1.Controls.Add(this.txtUPLIFTUser);
     this.groupBox1.Controls.Add(this.lblTable);
     this.groupBox1.Controls.Add(this.lblOperation);
     this.groupBox1.Controls.Add(this.lblCreateDate);
     this.groupBox1.Controls.Add(this.lblLastUpdate);
     this.groupBox1.Controls.Add(this.lblUserName);
     this.groupBox1.Controls.Add(this.btnSeach);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(776, 72);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // dtpCreateTime
     //
     this.dtpCreateTime.Checked = false;
     this.dtpCreateTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpCreateTime.Location = new System.Drawing.Point(95, 44);
     this.dtpCreateTime.Name = "dtpCreateTime";
     this.dtpCreateTime.ShowCheckBox = true;
     this.dtpCreateTime.Size = new System.Drawing.Size(120, 20);
     this.dtpCreateTime.TabIndex = 3;
     this.dtpCreateTime.ValueChanged += new System.EventHandler(this.dtpCreateTime_ValueChanged);
     //
     // dtpLastUpdate
     //
     this.dtpLastUpdate.Checked = false;
     this.dtpLastUpdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpLastUpdate.Location = new System.Drawing.Point(307, 44);
     this.dtpLastUpdate.Name = "dtpLastUpdate";
     this.dtpLastUpdate.ShowCheckBox = true;
     this.dtpLastUpdate.Size = new System.Drawing.Size(120, 20);
     this.dtpLastUpdate.TabIndex = 4;
     this.dtpLastUpdate.ValueChanged += new System.EventHandler(this.dtpLastUpdate_ValueChanged);
     //
     // cboTable
     //
     this.cboTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTable.Items.AddRange(new object[] {
     "[ALL]",
     "GENERAL_DELIVERY_WEIGHT",
     "GENERAL_SKU_PRIORITY",
     "GENERAL_SKU_MASTER",
     "GENERAL_PROMOTION",
     "GENERAL_PROMOTION_WEEK",
     "GENERAL_PROMOTION_CUST_WEEK",
     "GENERAL_PROMOTION_CUST",
     "GENERAL_PROMOTION_REGION",
     "GENERAL_SKU_PRIORITY_DETAIL",
     "GENERAL_PROMOTION_CUST",
     "GENERAL_DEFINE_ORDER_SPLIT_HEADER",
     "GENERAL_DEFINE_ORDER_SPLIT_DETAIL",
     "GENERAL_SP_SPECIAL",
     "GENERAL_SP_STANDARD",
     "GENERAL_PROMOTION_REGION_SWAP",
     "GENERAL_PROMOTION_CUST_SWAP"});
     this.cboTable.Location = new System.Drawing.Point(427, 16);
     this.cboTable.Name = "cboTable";
     this.cboTable.Size = new System.Drawing.Size(232, 21);
     this.cboTable.TabIndex = 2;
     //
     // cboOperation
     //
     this.cboOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOperation.Items.AddRange(new object[] {
     "[ALL]",
     "Added",
     "Modified"});
     this.cboOperation.Location = new System.Drawing.Point(539, 43);
     this.cboOperation.Name = "cboOperation";
     this.cboOperation.Size = new System.Drawing.Size(120, 21);
     this.cboOperation.TabIndex = 5;
     //
     // txtUPLIFTUser
     //
     this.txtUPLIFTUser.Location = new System.Drawing.Point(95, 20);
     this.txtUPLIFTUser.MaxLength = 200;
     this.txtUPLIFTUser.Name = "txtUPLIFTUser";
     this.txtUPLIFTUser.Size = new System.Drawing.Size(176, 20);
     this.txtUPLIFTUser.TabIndex = 1;
     //
     // lblTable
     //
     this.lblTable.Location = new System.Drawing.Point(285, 10);
     this.lblTable.Name = "lblTable";
     this.lblTable.Size = new System.Drawing.Size(115, 23);
     this.lblTable.TabIndex = 5;
     this.lblTable.Text = "Table Name";
     this.lblTable.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblOperation
     //
     this.lblOperation.Location = new System.Drawing.Point(433, 43);
     this.lblOperation.Name = "lblOperation";
     this.lblOperation.Size = new System.Drawing.Size(100, 18);
     this.lblOperation.TabIndex = 4;
     this.lblOperation.Text = "Operation";
     this.lblOperation.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblCreateDate
     //
     this.lblCreateDate.Location = new System.Drawing.Point(8, 43);
     this.lblCreateDate.Name = "lblCreateDate";
     this.lblCreateDate.Size = new System.Drawing.Size(100, 18);
     this.lblCreateDate.TabIndex = 3;
     this.lblCreateDate.Text = "Created Date";
     this.lblCreateDate.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblLastUpdate
     //
     this.lblLastUpdate.Location = new System.Drawing.Point(221, 44);
     this.lblLastUpdate.Name = "lblLastUpdate";
     this.lblLastUpdate.Size = new System.Drawing.Size(100, 18);
     this.lblLastUpdate.TabIndex = 2;
     this.lblLastUpdate.Text = "Last Updated";
     this.lblLastUpdate.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(8, 14);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(100, 23);
     this.lblUserName.TabIndex = 1;
     this.lblUserName.Text = "User Name";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(672, 16);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(96, 24);
     this.btnClose.TabIndex = 3;
     this.btnClose.Text = "Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.btnClose);
     this.groupBox2.Location = new System.Drawing.Point(8, 84);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(776, 48);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 184);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(776, 3);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop = false;
     //
     // grdDetail
     //
     this.grdDetail.DataMember = "";
     this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdDetail.Location = new System.Drawing.Point(0, 184);
     this.grdDetail.Name = "grdDetail";
     this.grdDetail.ReadOnly = true;
     this.grdDetail.Size = new System.Drawing.Size(776, 160);
     this.grdDetail.TabIndex = 2;
     this.grdDetail.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.stlDetail});
     //
     // stlDetail
     //
     this.stlDetail.DataGrid = this.grdDetail;
     this.stlDetail.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.column1,
     this.column2});
     this.stlDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // column1
     //
     this.column1.Format = "";
     this.column1.FormatInfo = null;
     this.column1.Width = 75;
     //
     // column2
     //
     this.column2.Format = "";
     this.column2.FormatInfo = null;
     this.column2.Width = 75;
     //
     // grdGeneral
     //
     this.grdGeneral.DataMember = "";
     this.grdGeneral.Dock = System.Windows.Forms.DockStyle.Top;
     this.grdGeneral.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdGeneral.Location = new System.Drawing.Point(0, 0);
     this.grdGeneral.Name = "grdGeneral";
     this.grdGeneral.ReadOnly = true;
     this.grdGeneral.Size = new System.Drawing.Size(776, 184);
     this.grdGeneral.TabIndex = 1;
     this.grdGeneral.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.dataGridTableStyle1});
     this.grdGeneral.CurrentCellChanged += new System.EventHandler(this.grdGeneral_CurrentCellChanged);
     this.grdGeneral.Click += new System.EventHandler(this.grdGeneral_Click);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grdGeneral;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colCreate_User,
     this.colCreate_Date,
     this.colUpdate_User,
     this.colUpdate_Time,
     this.colTableName});
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // colCreate_User
     //
     this.colCreate_User.Format = "";
     this.colCreate_User.FormatInfo = null;
     this.colCreate_User.HeaderText = "Created By";
     this.colCreate_User.MappingName = "CREATE_USER";
     this.colCreate_User.ReadOnly = true;
     this.colCreate_User.Width = 75;
     //
     // colCreate_Date
     //
     this.colCreate_Date.Format = "";
     this.colCreate_Date.FormatInfo = null;
     this.colCreate_Date.HeaderText = "Created Date";
     this.colCreate_Date.MappingName = "CREATE_TIME";
     this.colCreate_Date.ReadOnly = true;
     this.colCreate_Date.Width = 75;
     //
     // colUpdate_User
     //
     this.colUpdate_User.Format = "";
     this.colUpdate_User.FormatInfo = null;
     this.colUpdate_User.HeaderText = "Last Update By";
     this.colUpdate_User.MappingName = "UPDATE_USER";
     this.colUpdate_User.ReadOnly = true;
     this.colUpdate_User.Width = 75;
     //
     // colUpdate_Time
     //
     this.colUpdate_Time.Format = "";
     this.colUpdate_Time.FormatInfo = null;
     this.colUpdate_Time.HeaderText = "Last Update Time";
     this.colUpdate_Time.MappingName = "UPDATE_TIME";
     this.colUpdate_Time.ReadOnly = true;
     this.colUpdate_Time.Width = 75;
     //
     // colTableName
     //
     this.colTableName.Format = "";
     this.colTableName.FormatInfo = null;
     this.colTableName.HeaderText = "Table Name";
     this.colTableName.MappingName = "TABLE_NAME";
     this.colTableName.ReadOnly = true;
     this.colTableName.Width = 75;
     //
     // pnlMain
     //
     this.pnlMain.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.pnlMain.Controls.Add(this.splitter1);
     this.pnlMain.Controls.Add(this.grdDetail);
     this.pnlMain.Controls.Add(this.grdGeneral);
     this.pnlMain.Location = new System.Drawing.Point(8, 140);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(776, 344);
     this.pnlMain.TabIndex = 5;
     //
     // frmHistoryTracking
     //
     this.AcceptButton = this.btnSeach;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(792, 493);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pnlMain);
     this.Name = "frmHistoryTracking";
     this.Text = "History Tracking";
     this.Load += new System.EventHandler(this.frmHistoryTracking_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdGeneral)).EndInit();
     this.pnlMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChangeCustCode));
     this.lbNewCustCode = new System.Windows.Forms.Label();
     this.txtOldCustCode = new System.Windows.Forms.TextBox();
     this.txtNewCustCode = new System.Windows.Forms.TextBox();
     this.lOldCustcode = new System.Windows.Forms.Label();
     this.btnOK = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.ep = new System.Windows.Forms.ErrorProvider();
     this.SuspendLayout();
     //
     // lbNewCustCode
     //
     this.lbNewCustCode.AutoSize = true;
     this.lbNewCustCode.Location = new System.Drawing.Point(53, 51);
     this.lbNewCustCode.Name = "lbNewCustCode";
     this.lbNewCustCode.Size = new System.Drawing.Size(107, 16);
     this.lbNewCustCode.TabIndex = 14;
     this.lbNewCustCode.Text = "New customer code:";
     //
     // txtOldCustCode
     //
     this.txtOldCustCode.Location = new System.Drawing.Point(162, 22);
     this.txtOldCustCode.Name = "txtOldCustCode";
     this.txtOldCustCode.Size = new System.Drawing.Size(154, 20);
     this.txtOldCustCode.TabIndex = 15;
     this.txtOldCustCode.Text = "";
     //
     // txtNewCustCode
     //
     this.txtNewCustCode.Location = new System.Drawing.Point(162, 51);
     this.txtNewCustCode.Name = "txtNewCustCode";
     this.txtNewCustCode.Size = new System.Drawing.Size(155, 20);
     this.txtNewCustCode.TabIndex = 16;
     this.txtNewCustCode.Text = "";
     //
     // lOldCustcode
     //
     this.lOldCustcode.AutoSize = true;
     this.lOldCustcode.Location = new System.Drawing.Point(53, 24);
     this.lOldCustcode.Name = "lOldCustcode";
     this.lOldCustcode.Size = new System.Drawing.Size(102, 16);
     this.lOldCustcode.TabIndex = 13;
     this.lOldCustcode.Text = "Old customer code:";
     //
     // btnOK
     //
     this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOK.Location = new System.Drawing.Point(86, 92);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(92, 25);
     this.btnOK.TabIndex = 11;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(197, 92);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(92, 25);
     this.btnCancel.TabIndex = 12;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // frmChangeCustCode
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(376, 140);
     this.Controls.Add(this.lbNewCustCode);
     this.Controls.Add(this.txtOldCustCode);
     this.Controls.Add(this.txtNewCustCode);
     this.Controls.Add(this.lOldCustcode);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmChangeCustCode";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Change customer code";
     this.TransparencyKey = System.Drawing.SystemColors.Control;
     this.ResumeLayout(false);
 }
示例#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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChangePWD));
     this.lblOldPassword     = new System.Windows.Forms.Label();
     this.lblNewPassword     = new System.Windows.Forms.Label();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.txtOldPassword     = new System.Windows.Forms.TextBox();
     this.txtNewPassword     = new System.Windows.Forms.TextBox();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.btnOK     = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.ep        = new System.Windows.Forms.ErrorProvider(this.components);
     this.imgs      = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // lblOldPassword
     //
     this.lblOldPassword.AutoSize = true;
     this.lblOldPassword.Location = new System.Drawing.Point(21, 29);
     this.lblOldPassword.Name     = "lblOldPassword";
     this.lblOldPassword.Size     = new System.Drawing.Size(71, 13);
     this.lblOldPassword.TabIndex = 5;
     this.lblOldPassword.Text     = "Old password";
     //
     // lblNewPassword
     //
     this.lblNewPassword.AutoSize = true;
     this.lblNewPassword.Location = new System.Drawing.Point(21, 56);
     this.lblNewPassword.Name     = "lblNewPassword";
     this.lblNewPassword.Size     = new System.Drawing.Size(77, 13);
     this.lblNewPassword.TabIndex = 6;
     this.lblNewPassword.Text     = "New password";
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.AutoSize = true;
     this.lblConfirmPassword.Location = new System.Drawing.Point(21, 85);
     this.lblConfirmPassword.Name     = "lblConfirmPassword";
     this.lblConfirmPassword.Size     = new System.Drawing.Size(113, 13);
     this.lblConfirmPassword.TabIndex = 7;
     this.lblConfirmPassword.Text     = "Confirm new password";
     //
     // txtOldPassword
     //
     this.txtOldPassword.Location     = new System.Drawing.Point(162, 28);
     this.txtOldPassword.MaxLength    = 20;
     this.txtOldPassword.Name         = "txtOldPassword";
     this.txtOldPassword.PasswordChar = '*';
     this.txtOldPassword.Size         = new System.Drawing.Size(180, 20);
     this.txtOldPassword.TabIndex     = 0;
     //
     // txtNewPassword
     //
     this.txtNewPassword.Location     = new System.Drawing.Point(162, 56);
     this.txtNewPassword.MaxLength    = 20;
     this.txtNewPassword.Name         = "txtNewPassword";
     this.txtNewPassword.PasswordChar = '*';
     this.txtNewPassword.Size         = new System.Drawing.Size(180, 20);
     this.txtNewPassword.TabIndex     = 1;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Location     = new System.Drawing.Point(162, 84);
     this.txtConfirmPassword.MaxLength    = 20;
     this.txtConfirmPassword.Name         = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size         = new System.Drawing.Size(180, 20);
     this.txtConfirmPassword.TabIndex     = 2;
     //
     // btnOK
     //
     this.btnOK.Image      = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOK.Location   = new System.Drawing.Point(96, 123);
     this.btnOK.Name       = "btnOK";
     this.btnOK.Size       = new System.Drawing.Size(92, 25);
     this.btnOK.TabIndex   = 3;
     this.btnOK.Text       = "OK";
     this.btnOK.Click     += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Image      = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(208, 123);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(92, 25);
     this.btnCancel.TabIndex   = 4;
     this.btnCancel.Text       = "Cancel";
     this.btnCancel.Click     += new System.EventHandler(this.btnCancel_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // imgs
     //
     this.imgs.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgs.ImageStream")));
     this.imgs.TransparentColor = System.Drawing.Color.Transparent;
     this.imgs.Images.SetKeyName(0, "");
     this.imgs.Images.SetKeyName(1, "");
     //
     // frmChangePWD
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(378, 164);
     this.Controls.Add(this.lblNewPassword);
     this.Controls.Add(this.txtOldPassword);
     this.Controls.Add(this.lblConfirmPassword);
     this.Controls.Add(this.txtNewPassword);
     this.Controls.Add(this.txtConfirmPassword);
     this.Controls.Add(this.lblOldPassword);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmChangePWD";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Change password";
     this.TransparencyKey = System.Drawing.SystemColors.Control;
     this.Activated      += new System.EventHandler(this.frmChangePWD_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#12
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(frmMaintainUsers));
     this.grd = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colUserName         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colFirstName        = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colLastName         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colEmail            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colPhone            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colStatus           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colURoleID          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.btnEdit             = new DotNetSkin.SkinControls.SkinButton();
     this.imgs         = new System.Windows.Forms.ImageList(this.components);
     this.btnAdd       = new DotNetSkin.SkinControls.SkinButton();
     this.btnDelete    = new DotNetSkin.SkinControls.SkinButton();
     this.grpSearch    = new System.Windows.Forms.GroupBox();
     this.txtEmail     = new System.Windows.Forms.TextBox();
     this.lblEmail     = new System.Windows.Forms.Label();
     this.btnSearch    = new DotNetSkin.SkinControls.SkinButton();
     this.cboURoleID   = new System.Windows.Forms.ComboBox();
     this.txtUserName  = new System.Windows.Forms.TextBox();
     this.txtFirstName = new System.Windows.Forms.TextBox();
     this.txtLastName  = new System.Windows.Forms.TextBox();
     this.lblUserName  = new System.Windows.Forms.Label();
     this.lblFirstName = new System.Windows.Forms.Label();
     this.lblLastName  = new System.Windows.Forms.Label();
     this.lblURoleID   = new System.Windows.Forms.Label();
     this.lblStatus    = new System.Windows.Forms.Label();
     this.cboStatus    = new System.Windows.Forms.ComboBox();
     this.grpButton    = new System.Windows.Forms.GroupBox();
     this.btnClose     = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpSearch.SuspendLayout();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible  = false;
     this.grd.DataMember      = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location        = new System.Drawing.Point(8, 176);
     this.grd.Name            = "grd";
     this.grd.ReadOnly        = true;
     this.grd.Size            = new System.Drawing.Size(716, 320);
     this.grd.TabIndex        = 1;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.AliceBlue;
     this.dataGridTableStyle1.DataGrid             = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.colUserName,
         this.colFirstName,
         this.colLastName,
         this.colEmail,
         this.colPhone,
         this.colStatus,
         this.colURoleID
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "SCM_AUT_USER";
     this.dataGridTableStyle1.ReadOnly        = true;
     //
     // colUserName
     //
     this.colUserName.Format      = "";
     this.colUserName.FormatInfo  = null;
     this.colUserName.HeaderText  = "USERNAME";
     this.colUserName.MappingName = "USERNAME";
     this.colUserName.Width       = 75;
     //
     // colFirstName
     //
     this.colFirstName.Format      = "";
     this.colFirstName.FormatInfo  = null;
     this.colFirstName.HeaderText  = "FIRSTNAME";
     this.colFirstName.MappingName = "FIRSTNAME";
     this.colFirstName.Width       = 75;
     //
     // colLastName
     //
     this.colLastName.Format      = "";
     this.colLastName.FormatInfo  = null;
     this.colLastName.HeaderText  = "LASTNAME";
     this.colLastName.MappingName = "LASTNAME";
     this.colLastName.Width       = 75;
     //
     // colEmail
     //
     this.colEmail.Format      = "";
     this.colEmail.FormatInfo  = null;
     this.colEmail.HeaderText  = "Email";
     this.colEmail.MappingName = "EMAIL";
     this.colEmail.Width       = 75;
     //
     // colPhone
     //
     this.colPhone.Format      = "";
     this.colPhone.FormatInfo  = null;
     this.colPhone.HeaderText  = "PHONE";
     this.colPhone.MappingName = "PHONE";
     this.colPhone.Width       = 75;
     //
     // colStatus
     //
     this.colStatus.Format      = "";
     this.colStatus.FormatInfo  = null;
     this.colStatus.HeaderText  = "STATUS";
     this.colStatus.MappingName = "STATUS";
     this.colStatus.Width       = 70;
     //
     // colURoleID
     //
     this.colURoleID.Format      = "";
     this.colURoleID.FormatInfo  = null;
     this.colURoleID.HeaderText  = "UROLE_ID";
     this.colURoleID.MappingName = "UROLE_ID";
     this.colURoleID.Width       = 70;
     //
     // btnEdit
     //
     this.btnEdit.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Image      = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEdit.Location   = new System.Drawing.Point(395, 16);
     this.btnEdit.Name       = "btnEdit";
     this.btnEdit.Size       = new System.Drawing.Size(100, 24);
     this.btnEdit.TabIndex   = 1;
     this.btnEdit.Text       = "  Edit";
     this.btnEdit.Click     += new System.EventHandler(this.btnEdit_Click);
     //
     // imgs
     //
     this.imgs.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgs.ImageStream")));
     this.imgs.TransparentColor = System.Drawing.Color.Transparent;
     this.imgs.Images.SetKeyName(0, "");
     this.imgs.Images.SetKeyName(1, "");
     this.imgs.Images.SetKeyName(2, "");
     this.imgs.Images.SetKeyName(3, "");
     this.imgs.Images.SetKeyName(4, "");
     //
     // btnAdd
     //
     this.btnAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Image      = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.Location   = new System.Drawing.Point(283, 16);
     this.btnAdd.Name       = "btnAdd";
     this.btnAdd.Size       = new System.Drawing.Size(100, 24);
     this.btnAdd.TabIndex   = 0;
     this.btnAdd.Text       = "  Add";
     this.btnAdd.Visible    = false;
     this.btnAdd.Click     += new System.EventHandler(this.btnAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Image      = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location   = new System.Drawing.Point(507, 16);
     this.btnDelete.Name       = "btnDelete";
     this.btnDelete.Size       = new System.Drawing.Size(96, 24);
     this.btnDelete.TabIndex   = 2;
     this.btnDelete.Text       = "  Remove";
     this.btnDelete.Click     += new System.EventHandler(this.btnDelete_Click);
     //
     // grpSearch
     //
     this.grpSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpSearch.Controls.Add(this.txtEmail);
     this.grpSearch.Controls.Add(this.lblEmail);
     this.grpSearch.Controls.Add(this.btnSearch);
     this.grpSearch.Controls.Add(this.cboURoleID);
     this.grpSearch.Controls.Add(this.txtUserName);
     this.grpSearch.Controls.Add(this.txtFirstName);
     this.grpSearch.Controls.Add(this.txtLastName);
     this.grpSearch.Controls.Add(this.lblUserName);
     this.grpSearch.Controls.Add(this.lblFirstName);
     this.grpSearch.Controls.Add(this.lblLastName);
     this.grpSearch.Controls.Add(this.lblURoleID);
     this.grpSearch.Controls.Add(this.lblStatus);
     this.grpSearch.Controls.Add(this.cboStatus);
     this.grpSearch.Location = new System.Drawing.Point(8, 8);
     this.grpSearch.Name     = "grpSearch";
     this.grpSearch.Size     = new System.Drawing.Size(716, 104);
     this.grpSearch.TabIndex = 0;
     this.grpSearch.TabStop  = false;
     this.grpSearch.Enter   += new System.EventHandler(this.grpSearch_Enter);
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(390, 16);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(165, 20);
     this.txtEmail.TabIndex  = 3;
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(301, 16);
     this.lblEmail.Name     = "lblEmail";
     this.lblEmail.Size     = new System.Drawing.Size(100, 20);
     this.lblEmail.TabIndex = 2;
     this.lblEmail.Text     = "Email";
     //
     // btnSearch
     //
     this.btnSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSearch.Font         = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Image        = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location     = new System.Drawing.Point(588, 72);
     this.btnSearch.Name         = "btnSearch";
     this.btnSearch.Size         = new System.Drawing.Size(76, 23);
     this.btnSearch.TabIndex     = 12;
     this.btnSearch.Text         = "   Search";
     this.btnSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // cboURoleID
     //
     this.cboURoleID.Location = new System.Drawing.Point(97, 72);
     this.cboURoleID.Name     = "cboURoleID";
     this.cboURoleID.Size     = new System.Drawing.Size(168, 21);
     this.cboURoleID.TabIndex = 9;
     //
     // txtUserName
     //
     this.txtUserName.Location  = new System.Drawing.Point(97, 16);
     this.txtUserName.MaxLength = 20;
     this.txtUserName.Name      = "txtUserName";
     this.txtUserName.Size      = new System.Drawing.Size(168, 20);
     this.txtUserName.TabIndex  = 1;
     //
     // txtFirstName
     //
     this.txtFirstName.Location  = new System.Drawing.Point(97, 44);
     this.txtFirstName.MaxLength = 50;
     this.txtFirstName.Name      = "txtFirstName";
     this.txtFirstName.Size      = new System.Drawing.Size(168, 20);
     this.txtFirstName.TabIndex  = 5;
     //
     // txtLastName
     //
     this.txtLastName.Location  = new System.Drawing.Point(390, 44);
     this.txtLastName.MaxLength = 50;
     this.txtLastName.Name      = "txtLastName";
     this.txtLastName.Size      = new System.Drawing.Size(165, 20);
     this.txtLastName.TabIndex  = 7;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(12, 16);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(100, 20);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text     = "User name";
     //
     // lblFirstName
     //
     this.lblFirstName.Location = new System.Drawing.Point(12, 44);
     this.lblFirstName.Name     = "lblFirstName";
     this.lblFirstName.Size     = new System.Drawing.Size(100, 20);
     this.lblFirstName.TabIndex = 4;
     this.lblFirstName.Text     = "First name";
     //
     // lblLastName
     //
     this.lblLastName.Location = new System.Drawing.Point(301, 44);
     this.lblLastName.Name     = "lblLastName";
     this.lblLastName.Size     = new System.Drawing.Size(60, 20);
     this.lblLastName.TabIndex = 6;
     this.lblLastName.Text     = "Last name";
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(12, 72);
     this.lblURoleID.Name     = "lblURoleID";
     this.lblURoleID.Size     = new System.Drawing.Size(100, 20);
     this.lblURoleID.TabIndex = 8;
     this.lblURoleID.Text     = "Role";
     //
     // lblStatus
     //
     this.lblStatus.Location = new System.Drawing.Point(301, 72);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(56, 20);
     this.lblStatus.TabIndex = 10;
     this.lblStatus.Text     = "Status";
     //
     // cboStatus
     //
     this.cboStatus.Location = new System.Drawing.Point(390, 72);
     this.cboStatus.Name     = "cboStatus";
     this.cboStatus.Size     = new System.Drawing.Size(165, 21);
     this.cboStatus.TabIndex = 11;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.btnClose);
     this.grpButton.Controls.Add(this.btnAdd);
     this.grpButton.Controls.Add(this.btnDelete);
     this.grpButton.Controls.Add(this.btnEdit);
     this.grpButton.Location = new System.Drawing.Point(8, 116);
     this.grpButton.Name     = "grpButton";
     this.grpButton.Size     = new System.Drawing.Size(716, 52);
     this.grpButton.TabIndex = 2;
     this.grpButton.TabStop  = false;
     //
     // btnClose
     //
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image      = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(611, 16);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(92, 24);
     this.btnClose.TabIndex   = 4;
     this.btnClose.Text       = "Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // frmMaintainUsers
     //
     this.AcceptButton      = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(732, 502);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grpSearch);
     this.Controls.Add(this.grd);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name       = "frmMaintainUsers";
     this.Text       = "Maintain users";
     this.Activated += new System.EventHandler(this.frmMaintainUsers_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpSearch.ResumeLayout(false);
     this.grpSearch.PerformLayout();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
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(frmAutPolicy));
     this.grd = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn9 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colSelected = new System.Windows.Forms.DataGridBoolColumn();
     this.grpButton = new System.Windows.Forms.GroupBox();
     this.chkSelected = new System.Windows.Forms.CheckBox();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.btnSave = new DotNetSkin.SkinControls.SkinButton();
     this.txtFormName = new System.Windows.Forms.TextBox();
     this.lblFormName = new System.Windows.Forms.Label();
     this.txtMenuName = new System.Windows.Forms.TextBox();
     this.lblMenuName = new System.Windows.Forms.Label();
     this.txtDesc = new System.Windows.Forms.TextBox();
     this.lblDesc = new System.Windows.Forms.Label();
     this.btnSearch = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible = false;
     this.grd.DataMember = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location = new System.Drawing.Point(6, 90);
     this.grd.Name = "grd";
     this.grd.Size = new System.Drawing.Size(746, 375);
     this.grd.TabIndex = 0;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.dataGridTableStyle1});
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.dataGridTextBoxColumn4,
     this.dataGridTextBoxColumn5,
     this.dataGridTextBoxColumn6,
     this.dataGridTextBoxColumn9,
     this.colSelected});
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName = "SCM_AUT_POLICY";
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format = "";
     this.dataGridTextBoxColumn4.FormatInfo = null;
     this.dataGridTextBoxColumn4.HeaderText = "Form ID";
     this.dataGridTextBoxColumn4.MappingName = "FORM_ID";
     this.dataGridTextBoxColumn4.NullText = "";
     this.dataGridTextBoxColumn4.Width = 75;
     //
     // dataGridTextBoxColumn5
     //
     this.dataGridTextBoxColumn5.Format = "";
     this.dataGridTextBoxColumn5.FormatInfo = null;
     this.dataGridTextBoxColumn5.HeaderText = "Form name";
     this.dataGridTextBoxColumn5.MappingName = "FORM_NAME";
     this.dataGridTextBoxColumn5.NullText = "";
     this.dataGridTextBoxColumn5.Width = 150;
     //
     // dataGridTextBoxColumn6
     //
     this.dataGridTextBoxColumn6.Format = "";
     this.dataGridTextBoxColumn6.FormatInfo = null;
     this.dataGridTextBoxColumn6.HeaderText = "Menu name";
     this.dataGridTextBoxColumn6.MappingName = "MENU_NAME";
     this.dataGridTextBoxColumn6.NullText = "";
     this.dataGridTextBoxColumn6.Width = 150;
     //
     // dataGridTextBoxColumn9
     //
     this.dataGridTextBoxColumn9.Format = "";
     this.dataGridTextBoxColumn9.FormatInfo = null;
     this.dataGridTextBoxColumn9.HeaderText = "Description";
     this.dataGridTextBoxColumn9.MappingName = "DESCRIPTION";
     this.dataGridTextBoxColumn9.NullText = "";
     this.dataGridTextBoxColumn9.Width = 150;
     //
     // colSelected
     //
     this.colSelected.FalseValue = "0";
     this.colSelected.HeaderText = "Selected";
     this.colSelected.MappingName = "Selected";
     this.colSelected.NullText = "";
     this.colSelected.TrueValue = "1";
     this.colSelected.Width = 75;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.chkSelected);
     this.grpButton.Controls.Add(this.btnCancel);
     this.grpButton.Controls.Add(this.btnSave);
     this.grpButton.Location = new System.Drawing.Point(6, 32);
     this.grpButton.Name = "grpButton";
     this.grpButton.Size = new System.Drawing.Size(747, 52);
     this.grpButton.TabIndex = 9;
     this.grpButton.TabStop = false;
     //
     // chkSelected
     //
     this.chkSelected.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSelected.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkSelected.Location = new System.Drawing.Point(488, 17);
     this.chkSelected.Name = "chkSelected";
     this.chkSelected.Size = new System.Drawing.Size(71, 24);
     this.chkSelected.TabIndex = 8;
     this.chkSelected.Text = "Check";
     this.chkSelected.CheckedChanged += new System.EventHandler(this.chkSelected_CheckedChanged);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(656, 17);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(78, 23);
     this.btnCancel.TabIndex = 7;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location = new System.Drawing.Point(568, 17);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(78, 23);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // txtFormName
     //
     this.txtFormName.Location = new System.Drawing.Point(90, 6);
     this.txtFormName.MaxLength = 12;
     this.txtFormName.Name = "txtFormName";
     this.txtFormName.Size = new System.Drawing.Size(96, 20);
     this.txtFormName.TabIndex = 20;
     //
     // lblFormName
     //
     this.lblFormName.Location = new System.Drawing.Point(12, 9);
     this.lblFormName.Name = "lblFormName";
     this.lblFormName.Size = new System.Drawing.Size(72, 23);
     this.lblFormName.TabIndex = 13;
     this.lblFormName.Text = "Form Name";
     //
     // txtMenuName
     //
     this.txtMenuName.Location = new System.Drawing.Point(285, 6);
     this.txtMenuName.MaxLength = 20;
     this.txtMenuName.Name = "txtMenuName";
     this.txtMenuName.Size = new System.Drawing.Size(96, 20);
     this.txtMenuName.TabIndex = 14;
     //
     // lblMenuName
     //
     this.lblMenuName.Location = new System.Drawing.Point(207, 9);
     this.lblMenuName.Name = "lblMenuName";
     this.lblMenuName.Size = new System.Drawing.Size(72, 23);
     this.lblMenuName.TabIndex = 15;
     this.lblMenuName.Text = "Menu Name";
     //
     // txtDesc
     //
     this.txtDesc.Location = new System.Drawing.Point(482, 6);
     this.txtDesc.MaxLength = 20;
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.Size = new System.Drawing.Size(96, 20);
     this.txtDesc.TabIndex = 16;
     //
     // lblDesc
     //
     this.lblDesc.Location = new System.Drawing.Point(404, 9);
     this.lblDesc.Name = "lblDesc";
     this.lblDesc.Size = new System.Drawing.Size(72, 23);
     this.lblDesc.TabIndex = 17;
     this.lblDesc.Text = "Description";
     //
     // btnSearch
     //
     this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location = new System.Drawing.Point(602, 4);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(85, 23);
     this.btnSearch.TabIndex = 18;
     this.btnSearch.Text = "   Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // frmAutPolicy
     //
     this.AcceptButton = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(760, 477);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtDesc);
     this.Controls.Add(this.lblDesc);
     this.Controls.Add(this.txtMenuName);
     this.Controls.Add(this.lblMenuName);
     this.Controls.Add(this.txtFormName);
     this.Controls.Add(this.lblFormName);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmAutPolicy";
     this.Text = "frmAutPolicy";
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmLogin));
     this.panel1     = new System.Windows.Forms.Panel();
     this.btnThoat   = new DotNetSkin.SkinControls.SkinButton();
     this.btnLogin   = new DotNetSkin.SkinControls.SkinButton();
     this.txtMatKhau = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.txtMaNV    = new System.Windows.Forms.TextBox();
     this.label1     = new System.Windows.Forms.Label();
     this.skinImage  = new DotNetSkin.SkinControls.SkinImage();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.AliceBlue;
     this.panel1.Controls.Add(this.btnThoat);
     this.panel1.Controls.Add(this.btnLogin);
     this.panel1.Controls.Add(this.txtMatKhau);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtMaNV);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(16, 16);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(216, 144);
     this.panel1.TabIndex = 0;
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(112, 96);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(80, 40);
     this.btnThoat.TabIndex   = 23;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnLogin
     //
     this.btnLogin.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnLogin.Image      = ((System.Drawing.Image)(resources.GetObject("btnLogin.Image")));
     this.btnLogin.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLogin.Location   = new System.Drawing.Point(32, 96);
     this.btnLogin.Name       = "btnLogin";
     this.btnLogin.Size       = new System.Drawing.Size(72, 40);
     this.btnLogin.TabIndex   = 22;
     this.btnLogin.Text       = "Đăng nhập";
     this.btnLogin.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLogin.Click     += new System.EventHandler(this.btnLogin_Click);
     //
     // txtMatKhau
     //
     this.txtMatKhau.Location     = new System.Drawing.Point(64, 56);
     this.txtMatKhau.Name         = "txtMatKhau";
     this.txtMatKhau.PasswordChar = '*';
     this.txtMatKhau.Size         = new System.Drawing.Size(136, 20);
     this.txtMatKhau.TabIndex     = 21;
     this.txtMatKhau.Text         = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Mật mã";
     //
     // txtMaNV
     //
     this.txtMaNV.Location = new System.Drawing.Point(64, 16);
     this.txtMaNV.Name     = "txtMaNV";
     this.txtMaNV.Size     = new System.Drawing.Size(136, 20);
     this.txtMaNV.TabIndex = 19;
     this.txtMaNV.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 18;
     this.label1.Text     = "Mã NV";
     //
     // skinImage
     //
     this.skinImage.Scheme = DotNetSkin.SkinControls.Schemes.MacOs;
     //
     // frmLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(250, 176);
     this.ControlBox        = false;
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Login";
     this.Load           += new System.EventHandler(this.frmLogin_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTKDG));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.dtDenNgay = new System.Windows.Forms.DateTimePicker();
     this.dtTuNgay  = new System.Windows.Forms.DateTimePicker();
     this.optTra    = new System.Windows.Forms.RadioButton();
     this.optMuon   = new System.Windows.Forms.RadioButton();
     this.btnLogin  = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoat  = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.dtDenNgay);
     this.groupBox1.Controls.Add(this.dtTuNgay);
     this.groupBox1.Controls.Add(this.optTra);
     this.groupBox1.Controls.Add(this.optMuon);
     this.groupBox1.Location = new System.Drawing.Point(24, 32);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(272, 184);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(160, 120);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "đến ngày";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(40, 120);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Từ ngày";
     //
     // dtDenNgay
     //
     this.dtDenNgay.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDenNgay.Location = new System.Drawing.Point(144, 144);
     this.dtDenNgay.Name     = "dtDenNgay";
     this.dtDenNgay.Size     = new System.Drawing.Size(104, 20);
     this.dtDenNgay.TabIndex = 3;
     //
     // dtTuNgay
     //
     this.dtTuNgay.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTuNgay.Location = new System.Drawing.Point(32, 144);
     this.dtTuNgay.Name     = "dtTuNgay";
     this.dtTuNgay.Size     = new System.Drawing.Size(104, 20);
     this.dtTuNgay.TabIndex = 2;
     //
     // optTra
     //
     this.optTra.Location = new System.Drawing.Point(16, 56);
     this.optTra.Name     = "optTra";
     this.optTra.Size     = new System.Drawing.Size(184, 32);
     this.optTra.TabIndex = 1;
     this.optTra.Text     = "Số độc giả trể hạn trả sách";
     //
     // optMuon
     //
     this.optMuon.Checked  = true;
     this.optMuon.Location = new System.Drawing.Point(16, 24);
     this.optMuon.Name     = "optMuon";
     this.optMuon.Size     = new System.Drawing.Size(192, 24);
     this.optMuon.TabIndex = 0;
     this.optMuon.TabStop  = true;
     this.optMuon.Text     = "Số độc giả mượn sách";
     //
     // btnLogin
     //
     this.btnLogin.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnLogin.Image      = ((System.Drawing.Image)(resources.GetObject("btnLogin.Image")));
     this.btnLogin.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLogin.Location   = new System.Drawing.Point(88, 224);
     this.btnLogin.Name       = "btnLogin";
     this.btnLogin.Size       = new System.Drawing.Size(72, 40);
     this.btnLogin.TabIndex   = 23;
     this.btnLogin.Text       = "Xem";
     this.btnLogin.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLogin.Click     += new System.EventHandler(this.btnLogin_Click);
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(168, 224);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(80, 40);
     this.btnThoat.TabIndex   = 24;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // frmTKDG
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(336, 270);
     this.Controls.Add(this.btnThoat);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.groupBox1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "frmTKDG";
     this.Text = "Thong ke doc gia";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTimSach));
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnXem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoat      = new DotNetSkin.SkinControls.SkinButton();
     this.btnTim        = new DotNetSkin.SkinControls.SkinButton();
     this.chkNXB        = new System.Windows.Forms.CheckBox();
     this.chkLoai       = new System.Windows.Forms.CheckBox();
     this.cboLoaiSach   = new System.Windows.Forms.ComboBox();
     this.cboNXB        = new System.Windows.Forms.ComboBox();
     this.txtTacGia     = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.txtTenSach    = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.txtMaSach     = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.lvDMSach      = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.btnXem);
     this.panel1.Controls.Add(this.btnThoat);
     this.panel1.Controls.Add(this.btnTim);
     this.panel1.Controls.Add(this.chkNXB);
     this.panel1.Controls.Add(this.chkLoai);
     this.panel1.Controls.Add(this.cboLoaiSach);
     this.panel1.Controls.Add(this.cboNXB);
     this.panel1.Controls.Add(this.txtTacGia);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtTenSach);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtMaSach);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(16, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(760, 168);
     this.panel1.TabIndex = 2;
     //
     // btnXem
     //
     this.btnXem.BackColor  = System.Drawing.Color.Transparent;
     this.btnXem.Image      = ((System.Drawing.Image)(resources.GetObject("btnXem.Image")));
     this.btnXem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXem.Location   = new System.Drawing.Point(392, 120);
     this.btnXem.Name       = "btnXem";
     this.btnXem.Size       = new System.Drawing.Size(72, 40);
     this.btnXem.TabIndex   = 46;
     this.btnXem.Text       = "In kết quả";
     this.btnXem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXem.Click     += new System.EventHandler(this.btnXem_Click);
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(472, 120);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(56, 40);
     this.btnThoat.TabIndex   = 45;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnTim
     //
     this.btnTim.BackColor  = System.Drawing.Color.Transparent;
     this.btnTim.Image      = ((System.Drawing.Image)(resources.GetObject("btnTim.Image")));
     this.btnTim.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnTim.Location   = new System.Drawing.Point(328, 120);
     this.btnTim.Name       = "btnTim";
     this.btnTim.Size       = new System.Drawing.Size(56, 40);
     this.btnTim.TabIndex   = 47;
     this.btnTim.Text       = "Tìm";
     this.btnTim.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnTim.Click     += new System.EventHandler(this.btnTim_Click);
     //
     // chkNXB
     //
     this.chkNXB.Location        = new System.Drawing.Point(16, 136);
     this.chkNXB.Name            = "chkNXB";
     this.chkNXB.Size            = new System.Drawing.Size(72, 16);
     this.chkNXB.TabIndex        = 44;
     this.chkNXB.Text            = "Nhà XB";
     this.chkNXB.CheckedChanged += new System.EventHandler(this.chkNXB_CheckedChanged);
     //
     // chkLoai
     //
     this.chkLoai.Location        = new System.Drawing.Point(16, 104);
     this.chkLoai.Name            = "chkLoai";
     this.chkLoai.Size            = new System.Drawing.Size(72, 16);
     this.chkLoai.TabIndex        = 43;
     this.chkLoai.Text            = "Loại sách";
     this.chkLoai.CheckedChanged += new System.EventHandler(this.chkLoai_CheckedChanged);
     //
     // cboLoaiSach
     //
     this.cboLoaiSach.Location = new System.Drawing.Point(112, 104);
     this.cboLoaiSach.Name     = "cboLoaiSach";
     this.cboLoaiSach.Size     = new System.Drawing.Size(112, 21);
     this.cboLoaiSach.TabIndex = 42;
     this.cboLoaiSach.Visible  = false;
     //
     // cboNXB
     //
     this.cboNXB.Location = new System.Drawing.Point(112, 136);
     this.cboNXB.Name     = "cboNXB";
     this.cboNXB.Size     = new System.Drawing.Size(176, 21);
     this.cboNXB.TabIndex = 41;
     this.cboNXB.Visible  = false;
     //
     // txtTacGia
     //
     this.txtTacGia.Location  = new System.Drawing.Point(112, 72);
     this.txtTacGia.MaxLength = 2000;
     this.txtTacGia.Name      = "txtTacGia";
     this.txtTacGia.Size      = new System.Drawing.Size(192, 20);
     this.txtTacGia.TabIndex  = 40;
     this.txtTacGia.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 64);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 39;
     this.label3.Text     = "Tác giả";
     //
     // txtTenSach
     //
     this.txtTenSach.Location  = new System.Drawing.Point(112, 40);
     this.txtTenSach.MaxLength = 1000;
     this.txtTenSach.Name      = "txtTenSach";
     this.txtTenSach.Size      = new System.Drawing.Size(176, 20);
     this.txtTenSach.TabIndex  = 38;
     this.txtTenSach.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 37;
     this.label2.Text     = "Tên sách";
     //
     // txtMaSach
     //
     this.txtMaSach.Location  = new System.Drawing.Point(112, 8);
     this.txtMaSach.MaxLength = 10;
     this.txtMaSach.Name      = "txtMaSach";
     this.txtMaSach.Size      = new System.Drawing.Size(88, 20);
     this.txtMaSach.TabIndex  = 36;
     this.txtMaSach.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 35;
     this.label1.Text     = "Mã sách";
     //
     // lvDMSach
     //
     this.lvDMSach.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvDMSach.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.lvDMSach.FullRowSelect         = true;
     this.lvDMSach.GridLines             = true;
     this.lvDMSach.Location              = new System.Drawing.Point(16, 176);
     this.lvDMSach.Name                  = "lvDMSach";
     this.lvDMSach.Size                  = new System.Drawing.Size(760, 232);
     this.lvDMSach.TabIndex              = 3;
     this.lvDMSach.View                  = System.Windows.Forms.View.Details;
     this.lvDMSach.DoubleClick          += new System.EventHandler(this.lvDMSach_DoubleClick);
     this.lvDMSach.SelectedIndexChanged += new System.EventHandler(this.lvDMSach_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "STT";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã sách";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Tên sách";
     this.columnHeader3.Width = 300;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Tác giả";
     this.columnHeader4.Width = 200;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Số lượng";
     this.columnHeader5.Width = 100;
     //
     // frmTimSach
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.lvDMSach);
     this.Controls.Add(this.panel1);
     this.Name        = "frmTimSach";
     this.Text        = "Tim Sach";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmTimSach_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭���޸�
 /// �˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.skinImage2 = new DotNetSkin.SkinControls.SkinImage();
     this.skinButton3 = new DotNetSkin.SkinControls.SkinButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.skinButton1 = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.skinRadioButton3 = new DotNetSkin.SkinControls.SkinRadioButton();
     this.skinRadioButton2 = new DotNetSkin.SkinControls.SkinRadioButton();
     this.skinRadioButton1 = new DotNetSkin.SkinControls.SkinRadioButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.skinCheckBox3 = new DotNetSkin.SkinControls.SkinCheckBox();
     this.skinCheckBox2 = new DotNetSkin.SkinControls.SkinCheckBox();
     this.skinCheckBox1 = new DotNetSkin.SkinControls.SkinCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // skinImage2
     //
     this.skinImage2.Scheme = DotNetSkin.SkinControls.Schemes.MacOs;
     //
     // skinButton3
     //
     this.skinButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.skinButton3.ImageIndex = 0;
     this.skinButton3.ImageList = this.imageList1;
     this.skinButton3.Location = new System.Drawing.Point(200, 120);
     this.skinButton3.Name = "skinButton3";
     this.skinButton3.Size = new System.Drawing.Size(88, 40);
     this.skinButton3.TabIndex = 0;
     this.skinButton3.Text = "skinButton3";
     this.skinButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // imageList1
     //
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // skinButton1
     //
     this.skinButton1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.skinButton1.ImageIndex = 2;
     this.skinButton1.ImageList = this.imageList1;
     this.skinButton1.Location = new System.Drawing.Point(96, 120);
     this.skinButton1.Name = "skinButton1";
     this.skinButton1.Size = new System.Drawing.Size(88, 40);
     this.skinButton1.TabIndex = 1;
     this.skinButton1.Text = "skinButton1";
     this.skinButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.skinRadioButton3);
     this.groupBox1.Controls.Add(this.skinRadioButton2);
     this.groupBox1.Controls.Add(this.skinRadioButton1);
     this.groupBox1.Location = new System.Drawing.Point(24, 16);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(168, 88);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Schemes";
     //
     // skinRadioButton3
     //
     this.skinRadioButton3.BackColor = System.Drawing.Color.Transparent;
     this.skinRadioButton3.Location = new System.Drawing.Point(16, 64);
     this.skinRadioButton3.Name = "skinRadioButton3";
     this.skinRadioButton3.Size = new System.Drawing.Size(128, 16);
     this.skinRadioButton3.TabIndex = 2;
     this.skinRadioButton3.Text = "Plex Style";
     this.skinRadioButton3.CheckedChanged += new System.EventHandler(this.skinRadioButton3_CheckedChanged);
     //
     // skinRadioButton2
     //
     this.skinRadioButton2.BackColor = System.Drawing.Color.Transparent;
     this.skinRadioButton2.Location = new System.Drawing.Point(16, 40);
     this.skinRadioButton2.Name = "skinRadioButton2";
     this.skinRadioButton2.Size = new System.Drawing.Size(120, 16);
     this.skinRadioButton2.TabIndex = 1;
     this.skinRadioButton2.Text = "Xp Style";
     this.skinRadioButton2.CheckedChanged += new System.EventHandler(this.skinRadioButton2_CheckedChanged);
     //
     // skinRadioButton1
     //
     this.skinRadioButton1.BackColor = System.Drawing.Color.Transparent;
     this.skinRadioButton1.Checked = true;
     this.skinRadioButton1.Location = new System.Drawing.Point(16, 16);
     this.skinRadioButton1.Name = "skinRadioButton1";
     this.skinRadioButton1.Size = new System.Drawing.Size(136, 16);
     this.skinRadioButton1.TabIndex = 0;
     this.skinRadioButton1.TabStop = true;
     this.skinRadioButton1.Text = "MacOs Style";
     this.skinRadioButton1.CheckedChanged += new System.EventHandler(this.skinRadioButton1_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.skinCheckBox3);
     this.groupBox2.Controls.Add(this.skinCheckBox2);
     this.groupBox2.Controls.Add(this.skinCheckBox1);
     this.groupBox2.Location = new System.Drawing.Point(208, 16);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(168, 88);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "CheckBox";
     //
     // skinCheckBox3
     //
     this.skinCheckBox3.BackColor = System.Drawing.Color.Transparent;
     this.skinCheckBox3.Checked = true;
     this.skinCheckBox3.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.skinCheckBox3.Location = new System.Drawing.Point(16, 64);
     this.skinCheckBox3.Name = "skinCheckBox3";
     this.skinCheckBox3.Size = new System.Drawing.Size(96, 16);
     this.skinCheckBox3.TabIndex = 2;
     this.skinCheckBox3.Text = "skinCheckBox3";
     this.skinCheckBox3.ThreeState = true;
     //
     // skinCheckBox2
     //
     this.skinCheckBox2.BackColor = System.Drawing.Color.Transparent;
     this.skinCheckBox2.Location = new System.Drawing.Point(16, 40);
     this.skinCheckBox2.Name = "skinCheckBox2";
     this.skinCheckBox2.Size = new System.Drawing.Size(136, 16);
     this.skinCheckBox2.TabIndex = 1;
     this.skinCheckBox2.Text = "skinCheckBox2";
     //
     // skinCheckBox1
     //
     this.skinCheckBox1.BackColor = System.Drawing.Color.Transparent;
     this.skinCheckBox1.Checked = true;
     this.skinCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.skinCheckBox1.Location = new System.Drawing.Point(16, 16);
     this.skinCheckBox1.Name = "skinCheckBox1";
     this.skinCheckBox1.Size = new System.Drawing.Size(136, 16);
     this.skinCheckBox1.TabIndex = 0;
     this.skinCheckBox1.Text = "skinCheckBox1";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(416, 173);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.skinButton1);
     this.Controls.Add(this.skinButton3);
     this.Name = "Form1";
     this.Text = "Form1";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#18
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(frmParameter));
     this.grdParam = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lnkBrowse = new System.Windows.Forms.LinkLabel();
     this.btnUpdate = new DotNetSkin.SkinControls.SkinButton();
     this.txtParamValue = new System.Windows.Forms.TextBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtParamName = 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.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnClose = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lblParameter = new System.Windows.Forms.Label();
     this.txtParameter = new System.Windows.Forms.TextBox();
     this.btnView = new DotNetSkin.SkinControls.SkinButton();
     this.cboParamGroup = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.grdParam)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // grdParam
     //
     this.grdParam.AllowSorting = false;
     this.grdParam.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.grdParam.CaptionVisible = false;
     this.grdParam.DataMember = "";
     this.grdParam.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdParam.Location = new System.Drawing.Point(5, 237);
     this.grdParam.Name = "grdParam";
     this.grdParam.ReadOnly = true;
     this.grdParam.Size = new System.Drawing.Size(839, 250);
     this.grdParam.TabIndex = 3;
     this.grdParam.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.dataGridTableStyle1});
     this.grdParam.CurrentCellChanged += new System.EventHandler(this.grdParam_CurrentCellChanged);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting = false;
     this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.AliceBlue;
     this.dataGridTableStyle1.DataGrid = this.grdParam;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.dataGridTextBoxColumn1,
     this.dataGridTextBoxColumn2,
     this.dataGridTextBoxColumn3});
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format = "";
     this.dataGridTextBoxColumn1.FormatInfo = null;
     this.dataGridTextBoxColumn1.HeaderText = "Parameter Name";
     this.dataGridTextBoxColumn1.MappingName = "Param_Name";
     this.dataGridTextBoxColumn1.Width = 190;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format = "";
     this.dataGridTextBoxColumn2.FormatInfo = null;
     this.dataGridTextBoxColumn2.HeaderText = "Parameter Value";
     this.dataGridTextBoxColumn2.MappingName = "Param_Value";
     this.dataGridTextBoxColumn2.Width = 135;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format = "";
     this.dataGridTextBoxColumn3.FormatInfo = null;
     this.dataGridTextBoxColumn3.HeaderText = "Description";
     this.dataGridTextBoxColumn3.MappingName = "Description";
     this.dataGridTextBoxColumn3.Width = 400;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Location = new System.Drawing.Point(8, 60);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(839, 64);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(32, 39);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(328, 16);
     this.label9.TabIndex = 21;
     this.label9.Tag = "";
     this.label9.Text = "WS: Parameters relate to Windows Service";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(400, 16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(301, 16);
     this.label8.TabIndex = 16;
     this.label8.Tag = "";
     this.label8.Text = "SP: Parameters relate to Stock Policy";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(32, 16);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(328, 23);
     this.label5.TabIndex = 14;
     this.label5.Text = "PPO: Parameters relate to Proposal purchase Order";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(400, 39);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(311, 23);
     this.label7.TabIndex = 14;
     this.label7.Text = "OTHER: Other parameters";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.MediumBlue;
     this.panel3.Location = new System.Drawing.Point(385, 20);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(8, 8);
     this.panel3.TabIndex = 16;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.MediumBlue;
     this.panel2.Location = new System.Drawing.Point(385, 43);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(8, 8);
     this.panel2.TabIndex = 15;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.MediumBlue;
     this.panel1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.panel1.Location = new System.Drawing.Point(16, 20);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(8, 8);
     this.panel1.TabIndex = 14;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.MediumBlue;
     this.panel4.Location = new System.Drawing.Point(16, 43);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(8, 8);
     this.panel4.TabIndex = 17;
     //
     // lnkBrowse
     //
     this.lnkBrowse.Location = new System.Drawing.Point(418, 79);
     this.lnkBrowse.Name = "lnkBrowse";
     this.lnkBrowse.Size = new System.Drawing.Size(24, 16);
     this.lnkBrowse.TabIndex = 7;
     this.lnkBrowse.TabStop = true;
     this.lnkBrowse.Text = "[...]";
     this.lnkBrowse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkBrowse_LinkClicked);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Image")));
     this.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUpdate.Location = new System.Drawing.Point(681, 70);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(69, 23);
     this.btnUpdate.TabIndex = 8;
     this.btnUpdate.Text = "      Save";
     this.btnUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
     //
     // txtParamValue
     //
     this.txtParamValue.Location = new System.Drawing.Point(157, 80);
     this.txtParamValue.Name = "txtParamValue";
     this.txtParamValue.Size = new System.Drawing.Size(256, 20);
     this.txtParamValue.TabIndex = 6;
     this.txtParamValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtParamValue_KeyPress);
     //
     // txtDescription
     //
     this.txtDescription.Enabled = false;
     this.txtDescription.Location = new System.Drawing.Point(157, 48);
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(256, 20);
     this.txtDescription.TabIndex = 5;
     //
     // txtParamName
     //
     this.txtParamName.Enabled = false;
     this.txtParamName.Location = new System.Drawing.Point(157, 16);
     this.txtParamName.Name = "txtParamName";
     this.txtParamName.Size = new System.Drawing.Size(256, 20);
     this.txtParamName.TabIndex = 4;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 48);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(127, 23);
     this.label4.TabIndex = 6;
     this.label4.Text = "Description";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 80);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(127, 23);
     this.label3.TabIndex = 5;
     this.label3.Text = "ParameterValue";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(127, 23);
     this.label2.TabIndex = 4;
     this.label2.Text = "Parameter Name";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.btnClose);
     this.groupBox2.Controls.Add(this.txtParamName);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.txtParamValue);
     this.groupBox2.Controls.Add(this.lnkBrowse);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.txtDescription);
     this.groupBox2.Controls.Add(this.btnUpdate);
     this.groupBox2.Location = new System.Drawing.Point(8, 125);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(839, 105);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop = false;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(759, 69);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(69, 23);
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "    Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lblParameter);
     this.groupBox3.Controls.Add(this.txtParameter);
     this.groupBox3.Controls.Add(this.btnView);
     this.groupBox3.Controls.Add(this.cboParamGroup);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Location = new System.Drawing.Point(8, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(841, 50);
     this.groupBox3.TabIndex = 13;
     this.groupBox3.TabStop = false;
     //
     // lblParameter
     //
     this.lblParameter.Location = new System.Drawing.Point(471, 17);
     this.lblParameter.Name = "lblParameter";
     this.lblParameter.Size = new System.Drawing.Size(57, 17);
     this.lblParameter.TabIndex = 14;
     this.lblParameter.Text = "Param";
     this.lblParameter.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txtParameter
     //
     this.txtParameter.Location = new System.Drawing.Point(547, 14);
     this.txtParameter.MaxLength = 20;
     this.txtParameter.Name = "txtParameter";
     this.txtParameter.Size = new System.Drawing.Size(113, 20);
     this.txtParameter.TabIndex = 15;
     //
     // btnView
     //
     this.btnView.Image = ((System.Drawing.Image)(resources.GetObject("btnView.Image")));
     this.btnView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnView.Location = new System.Drawing.Point(681, 12);
     this.btnView.Name = "btnView";
     this.btnView.Size = new System.Drawing.Size(76, 23);
     this.btnView.TabIndex = 6;
     this.btnView.Text = "     Search";
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // cboParamGroup
     //
     this.cboParamGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboParamGroup.Location = new System.Drawing.Point(140, 14);
     this.cboParamGroup.Name = "cboParamGroup";
     this.cboParamGroup.Size = new System.Drawing.Size(326, 21);
     this.cboParamGroup.TabIndex = 4;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(121, 23);
     this.label1.TabIndex = 3;
     this.label1.Text = "Parameter Group";
     //
     // frmParameter
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(856, 494);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grdParam);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(632, 432);
     this.Name = "frmParameter";
     this.Text = "SCM - Parameter Management";
     ((System.ComponentModel.ISupportInitialize)(this.grdParam)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#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(frmAutPolicy));
     this.grd = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn9 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colSelected            = new System.Windows.Forms.DataGridBoolColumn();
     this.grpButton   = new System.Windows.Forms.GroupBox();
     this.chkSelected = new System.Windows.Forms.CheckBox();
     this.btnCancel   = new DotNetSkin.SkinControls.SkinButton();
     this.btnSave     = new DotNetSkin.SkinControls.SkinButton();
     this.txtFormName = new System.Windows.Forms.TextBox();
     this.lblFormName = new System.Windows.Forms.Label();
     this.txtMenuName = new System.Windows.Forms.TextBox();
     this.lblMenuName = new System.Windows.Forms.Label();
     this.txtDesc     = new System.Windows.Forms.TextBox();
     this.lblDesc     = new System.Windows.Forms.Label();
     this.btnSearch   = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible  = false;
     this.grd.DataMember      = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location        = new System.Drawing.Point(6, 90);
     this.grd.Name            = "grd";
     this.grd.Size            = new System.Drawing.Size(746, 375);
     this.grd.TabIndex        = 0;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.dataGridTextBoxColumn4,
         this.dataGridTextBoxColumn5,
         this.dataGridTextBoxColumn6,
         this.dataGridTextBoxColumn9,
         this.colSelected
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "SCM_AUT_POLICY";
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "Form ID";
     this.dataGridTextBoxColumn4.MappingName = "FORM_ID";
     this.dataGridTextBoxColumn4.NullText    = "";
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // dataGridTextBoxColumn5
     //
     this.dataGridTextBoxColumn5.Format      = "";
     this.dataGridTextBoxColumn5.FormatInfo  = null;
     this.dataGridTextBoxColumn5.HeaderText  = "Form name";
     this.dataGridTextBoxColumn5.MappingName = "FORM_NAME";
     this.dataGridTextBoxColumn5.NullText    = "";
     this.dataGridTextBoxColumn5.Width       = 150;
     //
     // dataGridTextBoxColumn6
     //
     this.dataGridTextBoxColumn6.Format      = "";
     this.dataGridTextBoxColumn6.FormatInfo  = null;
     this.dataGridTextBoxColumn6.HeaderText  = "Menu name";
     this.dataGridTextBoxColumn6.MappingName = "MENU_NAME";
     this.dataGridTextBoxColumn6.NullText    = "";
     this.dataGridTextBoxColumn6.Width       = 150;
     //
     // dataGridTextBoxColumn9
     //
     this.dataGridTextBoxColumn9.Format      = "";
     this.dataGridTextBoxColumn9.FormatInfo  = null;
     this.dataGridTextBoxColumn9.HeaderText  = "Description";
     this.dataGridTextBoxColumn9.MappingName = "DESCRIPTION";
     this.dataGridTextBoxColumn9.NullText    = "";
     this.dataGridTextBoxColumn9.Width       = 150;
     //
     // colSelected
     //
     this.colSelected.FalseValue  = "0";
     this.colSelected.HeaderText  = "Selected";
     this.colSelected.MappingName = "Selected";
     this.colSelected.NullText    = "";
     this.colSelected.TrueValue   = "1";
     this.colSelected.Width       = 75;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.chkSelected);
     this.grpButton.Controls.Add(this.btnCancel);
     this.grpButton.Controls.Add(this.btnSave);
     this.grpButton.Location = new System.Drawing.Point(6, 32);
     this.grpButton.Name     = "grpButton";
     this.grpButton.Size     = new System.Drawing.Size(747, 52);
     this.grpButton.TabIndex = 9;
     this.grpButton.TabStop  = false;
     //
     // chkSelected
     //
     this.chkSelected.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSelected.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkSelected.Location        = new System.Drawing.Point(488, 17);
     this.chkSelected.Name            = "chkSelected";
     this.chkSelected.Size            = new System.Drawing.Size(71, 24);
     this.chkSelected.TabIndex        = 8;
     this.chkSelected.Text            = "Check";
     this.chkSelected.CheckedChanged += new System.EventHandler(this.chkSelected_CheckedChanged);
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     this.btnCancel.Image      = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(656, 17);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(78, 23);
     this.btnCancel.TabIndex   = 7;
     this.btnCancel.Text       = "Cancel";
     this.btnCancel.Click     += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     this.btnSave.Image      = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location   = new System.Drawing.Point(568, 17);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(78, 23);
     this.btnSave.TabIndex   = 6;
     this.btnSave.Text       = "Save";
     this.btnSave.Click     += new System.EventHandler(this.btnSave_Click);
     //
     // txtFormName
     //
     this.txtFormName.Location  = new System.Drawing.Point(90, 6);
     this.txtFormName.MaxLength = 12;
     this.txtFormName.Name      = "txtFormName";
     this.txtFormName.Size      = new System.Drawing.Size(96, 20);
     this.txtFormName.TabIndex  = 20;
     //
     // lblFormName
     //
     this.lblFormName.Location = new System.Drawing.Point(12, 9);
     this.lblFormName.Name     = "lblFormName";
     this.lblFormName.Size     = new System.Drawing.Size(72, 23);
     this.lblFormName.TabIndex = 13;
     this.lblFormName.Text     = "Form Name";
     //
     // txtMenuName
     //
     this.txtMenuName.Location  = new System.Drawing.Point(285, 6);
     this.txtMenuName.MaxLength = 20;
     this.txtMenuName.Name      = "txtMenuName";
     this.txtMenuName.Size      = new System.Drawing.Size(96, 20);
     this.txtMenuName.TabIndex  = 14;
     //
     // lblMenuName
     //
     this.lblMenuName.Location = new System.Drawing.Point(207, 9);
     this.lblMenuName.Name     = "lblMenuName";
     this.lblMenuName.Size     = new System.Drawing.Size(72, 23);
     this.lblMenuName.TabIndex = 15;
     this.lblMenuName.Text     = "Menu Name";
     //
     // txtDesc
     //
     this.txtDesc.Location  = new System.Drawing.Point(482, 6);
     this.txtDesc.MaxLength = 20;
     this.txtDesc.Name      = "txtDesc";
     this.txtDesc.Size      = new System.Drawing.Size(96, 20);
     this.txtDesc.TabIndex  = 16;
     //
     // lblDesc
     //
     this.lblDesc.Location = new System.Drawing.Point(404, 9);
     this.lblDesc.Name     = "lblDesc";
     this.lblDesc.Size     = new System.Drawing.Size(72, 23);
     this.lblDesc.TabIndex = 17;
     this.lblDesc.Text     = "Description";
     //
     // btnSearch
     //
     this.btnSearch.Image      = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location   = new System.Drawing.Point(602, 4);
     this.btnSearch.Name       = "btnSearch";
     this.btnSearch.Size       = new System.Drawing.Size(85, 23);
     this.btnSearch.TabIndex   = 18;
     this.btnSearch.Text       = "   Search";
     this.btnSearch.Click     += new System.EventHandler(this.btnSearch_Click);
     //
     // frmAutPolicy
     //
     this.AcceptButton      = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(760, 477);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtDesc);
     this.Controls.Add(this.lblDesc);
     this.Controls.Add(this.txtMenuName);
     this.Controls.Add(this.lblMenuName);
     this.Controls.Add(this.txtFormName);
     this.Controls.Add(this.lblFormName);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmAutPolicy";
     this.Text = "frmAutPolicy";
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
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(frmChangePWD));
     this.lblOldPassword = new System.Windows.Forms.Label();
     this.lblNewPassword = new System.Windows.Forms.Label();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.txtOldPassword = new System.Windows.Forms.TextBox();
     this.txtNewPassword = new System.Windows.Forms.TextBox();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.btnOK = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.ep = new System.Windows.Forms.ErrorProvider(this.components);
     this.imgs = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // lblOldPassword
     //
     this.lblOldPassword.AutoSize = true;
     this.lblOldPassword.Location = new System.Drawing.Point(21, 29);
     this.lblOldPassword.Name = "lblOldPassword";
     this.lblOldPassword.Size = new System.Drawing.Size(71, 13);
     this.lblOldPassword.TabIndex = 5;
     this.lblOldPassword.Text = "Old password";
     //
     // lblNewPassword
     //
     this.lblNewPassword.AutoSize = true;
     this.lblNewPassword.Location = new System.Drawing.Point(21, 56);
     this.lblNewPassword.Name = "lblNewPassword";
     this.lblNewPassword.Size = new System.Drawing.Size(77, 13);
     this.lblNewPassword.TabIndex = 6;
     this.lblNewPassword.Text = "New password";
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.AutoSize = true;
     this.lblConfirmPassword.Location = new System.Drawing.Point(21, 85);
     this.lblConfirmPassword.Name = "lblConfirmPassword";
     this.lblConfirmPassword.Size = new System.Drawing.Size(113, 13);
     this.lblConfirmPassword.TabIndex = 7;
     this.lblConfirmPassword.Text = "Confirm new password";
     //
     // txtOldPassword
     //
     this.txtOldPassword.Location = new System.Drawing.Point(162, 28);
     this.txtOldPassword.MaxLength = 20;
     this.txtOldPassword.Name = "txtOldPassword";
     this.txtOldPassword.PasswordChar = '*';
     this.txtOldPassword.Size = new System.Drawing.Size(180, 20);
     this.txtOldPassword.TabIndex = 0;
     //
     // txtNewPassword
     //
     this.txtNewPassword.Location = new System.Drawing.Point(162, 56);
     this.txtNewPassword.MaxLength = 20;
     this.txtNewPassword.Name = "txtNewPassword";
     this.txtNewPassword.PasswordChar = '*';
     this.txtNewPassword.Size = new System.Drawing.Size(180, 20);
     this.txtNewPassword.TabIndex = 1;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Location = new System.Drawing.Point(162, 84);
     this.txtConfirmPassword.MaxLength = 20;
     this.txtConfirmPassword.Name = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size = new System.Drawing.Size(180, 20);
     this.txtConfirmPassword.TabIndex = 2;
     //
     // btnOK
     //
     this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOK.Location = new System.Drawing.Point(96, 123);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(92, 25);
     this.btnOK.TabIndex = 3;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(208, 123);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(92, 25);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // imgs
     //
     this.imgs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgs.ImageStream")));
     this.imgs.TransparentColor = System.Drawing.Color.Transparent;
     this.imgs.Images.SetKeyName(0, "");
     this.imgs.Images.SetKeyName(1, "");
     //
     // frmChangePWD
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(378, 164);
     this.Controls.Add(this.lblNewPassword);
     this.Controls.Add(this.txtOldPassword);
     this.Controls.Add(this.lblConfirmPassword);
     this.Controls.Add(this.txtNewPassword);
     this.Controls.Add(this.txtConfirmPassword);
     this.Controls.Add(this.lblOldPassword);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmChangePWD";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Change password";
     this.TransparencyKey = System.Drawing.SystemColors.Control;
     this.Activated += new System.EventHandler(this.frmChangePWD_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmLoaiSach));
     this.lvLoai        = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.groupBox3     = new System.Windows.Forms.GroupBox();
     this.btnThem       = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoát      = new DotNetSkin.SkinControls.SkinButton();
     this.btnBoqua      = new DotNetSkin.SkinControls.SkinButton();
     this.btnLuu        = new DotNetSkin.SkinControls.SkinButton();
     this.btnSua        = new DotNetSkin.SkinControls.SkinButton();
     this.btnXoa        = new DotNetSkin.SkinControls.SkinButton();
     this.panel1        = new System.Windows.Forms.Panel();
     this.txtLoai       = new System.Windows.Forms.TextBox();
     this.txtMaLoai     = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lvLoai
     //
     this.lvLoai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvLoai.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.lvLoai.FullRowSelect         = true;
     this.lvLoai.GridLines             = true;
     this.lvLoai.Location              = new System.Drawing.Point(160, 120);
     this.lvLoai.Name                  = "lvLoai";
     this.lvLoai.Size                  = new System.Drawing.Size(384, 272);
     this.lvLoai.TabIndex              = 11;
     this.lvLoai.View                  = System.Windows.Forms.View.Details;
     this.lvLoai.SelectedIndexChanged += new System.EventHandler(this.lvLoai_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "STT";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã Loại sách";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Loại sách";
     this.columnHeader3.Width = 200;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnThem);
     this.groupBox3.Controls.Add(this.btnThoát);
     this.groupBox3.Controls.Add(this.btnBoqua);
     this.groupBox3.Controls.Add(this.btnLuu);
     this.groupBox3.Controls.Add(this.btnSua);
     this.groupBox3.Controls.Add(this.btnXoa);
     this.groupBox3.Location = new System.Drawing.Point(160, 392);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(384, 56);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     //
     // btnThem
     //
     this.btnThem.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThem.Image      = ((System.Drawing.Image)(resources.GetObject("btnThem.Image")));
     this.btnThem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThem.Location   = new System.Drawing.Point(24, 8);
     this.btnThem.Name       = "btnThem";
     this.btnThem.Size       = new System.Drawing.Size(48, 40);
     this.btnThem.TabIndex   = 17;
     this.btnThem.Text       = "Thêm";
     this.btnThem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThem.Click     += new System.EventHandler(this.btnThem_Click);
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(304, 8);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(48, 40);
     this.btnThoát.TabIndex   = 16;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnBoqua
     //
     this.btnBoqua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("btnBoqua.Image")));
     this.btnBoqua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBoqua.Location   = new System.Drawing.Point(248, 8);
     this.btnBoqua.Name       = "btnBoqua";
     this.btnBoqua.Size       = new System.Drawing.Size(48, 40);
     this.btnBoqua.TabIndex   = 15;
     this.btnBoqua.Text       = "Bỏ qua";
     this.btnBoqua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBoqua.Click     += new System.EventHandler(this.btnBoqua_Click);
     //
     // btnLuu
     //
     this.btnLuu.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnLuu.Image      = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLuu.Location   = new System.Drawing.Point(192, 8);
     this.btnLuu.Name       = "btnLuu";
     this.btnLuu.Size       = new System.Drawing.Size(48, 40);
     this.btnLuu.TabIndex   = 14;
     this.btnLuu.Text       = "Lưu";
     this.btnLuu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLuu.Click     += new System.EventHandler(this.btnLuu_Click);
     //
     // btnSua
     //
     this.btnSua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSua.Image      = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
     this.btnSua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSua.Location   = new System.Drawing.Point(136, 8);
     this.btnSua.Name       = "btnSua";
     this.btnSua.Size       = new System.Drawing.Size(48, 40);
     this.btnSua.TabIndex   = 13;
     this.btnSua.Text       = "Sữa";
     this.btnSua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSua.Click     += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnXoa.Image      = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXoa.Location   = new System.Drawing.Point(80, 8);
     this.btnXoa.Name       = "btnXoa";
     this.btnXoa.Size       = new System.Drawing.Size(48, 40);
     this.btnXoa.TabIndex   = 12;
     this.btnXoa.Text       = "Xóa";
     this.btnXoa.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXoa.Click     += new System.EventHandler(this.btnXoa_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.txtLoai);
     this.panel1.Controls.Add(this.txtMaLoai);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(160, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(384, 80);
     this.panel1.TabIndex = 13;
     //
     // txtLoai
     //
     this.txtLoai.Location  = new System.Drawing.Point(96, 48);
     this.txtLoai.MaxLength = 50;
     this.txtLoai.Name      = "txtLoai";
     this.txtLoai.Size      = new System.Drawing.Size(176, 20);
     this.txtLoai.TabIndex  = 14;
     this.txtLoai.Text      = "";
     //
     // txtMaLoai
     //
     this.txtMaLoai.Location  = new System.Drawing.Point(96, 8);
     this.txtMaLoai.MaxLength = 10;
     this.txtMaLoai.Name      = "txtMaLoai";
     this.txtMaLoai.Size      = new System.Drawing.Size(112, 20);
     this.txtMaLoai.TabIndex  = 12;
     this.txtMaLoai.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 24);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Mã loại sách";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 24);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Loại sách";
     //
     // frmLoaiSach
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.lvLoai);
     this.Name        = "frmLoaiSach";
     this.Text        = "Loai Sach";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmLoaiSach_Load);
     this.groupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChangeCustCode));
     this.lbNewCustCode  = new System.Windows.Forms.Label();
     this.txtOldCustCode = new System.Windows.Forms.TextBox();
     this.txtNewCustCode = new System.Windows.Forms.TextBox();
     this.lOldCustcode   = new System.Windows.Forms.Label();
     this.btnOK          = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel      = new DotNetSkin.SkinControls.SkinButton();
     this.ep             = new System.Windows.Forms.ErrorProvider();
     this.SuspendLayout();
     //
     // lbNewCustCode
     //
     this.lbNewCustCode.AutoSize = true;
     this.lbNewCustCode.Location = new System.Drawing.Point(53, 51);
     this.lbNewCustCode.Name     = "lbNewCustCode";
     this.lbNewCustCode.Size     = new System.Drawing.Size(107, 16);
     this.lbNewCustCode.TabIndex = 14;
     this.lbNewCustCode.Text     = "New customer code:";
     //
     // txtOldCustCode
     //
     this.txtOldCustCode.Location = new System.Drawing.Point(162, 22);
     this.txtOldCustCode.Name     = "txtOldCustCode";
     this.txtOldCustCode.Size     = new System.Drawing.Size(154, 20);
     this.txtOldCustCode.TabIndex = 15;
     this.txtOldCustCode.Text     = "";
     //
     // txtNewCustCode
     //
     this.txtNewCustCode.Location = new System.Drawing.Point(162, 51);
     this.txtNewCustCode.Name     = "txtNewCustCode";
     this.txtNewCustCode.Size     = new System.Drawing.Size(155, 20);
     this.txtNewCustCode.TabIndex = 16;
     this.txtNewCustCode.Text     = "";
     //
     // lOldCustcode
     //
     this.lOldCustcode.AutoSize = true;
     this.lOldCustcode.Location = new System.Drawing.Point(53, 24);
     this.lOldCustcode.Name     = "lOldCustcode";
     this.lOldCustcode.Size     = new System.Drawing.Size(102, 16);
     this.lOldCustcode.TabIndex = 13;
     this.lOldCustcode.Text     = "Old customer code:";
     //
     // btnOK
     //
     this.btnOK.Image      = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOK.Location   = new System.Drawing.Point(86, 92);
     this.btnOK.Name       = "btnOK";
     this.btnOK.Size       = new System.Drawing.Size(92, 25);
     this.btnOK.TabIndex   = 11;
     this.btnOK.Text       = "OK";
     this.btnOK.Click     += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Image      = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(197, 92);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(92, 25);
     this.btnCancel.TabIndex   = 12;
     this.btnCancel.Text       = "Cancel";
     this.btnCancel.Click     += new System.EventHandler(this.btnCancel_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // frmChangeCustCode
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(376, 140);
     this.Controls.Add(this.lbNewCustCode);
     this.Controls.Add(this.txtOldCustCode);
     this.Controls.Add(this.txtNewCustCode);
     this.Controls.Add(this.lOldCustcode);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmChangeCustCode";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Change customer code";
     this.TransparencyKey = System.Drawing.SystemColors.Control;
     this.ResumeLayout(false);
 }
示例#23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChiTietDG));
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.btnXoaHinh  = new System.Windows.Forms.Button();
     this.picHinh     = new System.Windows.Forms.PictureBox();
     this.txtThongtin = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.groupBox2   = new System.Windows.Forms.GroupBox();
     this.optNu       = new System.Windows.Forms.RadioButton();
     this.optNam      = new System.Windows.Forms.RadioButton();
     this.txtEmail    = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.dtNgaySinh  = new System.Windows.Forms.DateTimePicker();
     this.label4      = new System.Windows.Forms.Label();
     this.txtDC       = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.txtTenDG    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.txtMaDG     = new System.Windows.Forms.TextBox();
     this.label1      = new System.Windows.Forms.Label();
     this.btnThoat    = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.btnXoaHinh);
     this.groupBox1.Controls.Add(this.picHinh);
     this.groupBox1.Controls.Add(this.txtThongtin);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.txtEmail);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dtNgaySinh);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtDC);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenDG);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaDG);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(36, 15);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(408, 353);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // btnXoaHinh
     //
     this.btnXoaHinh.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.btnXoaHinh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnXoaHinh.Location  = new System.Drawing.Point(328, 112);
     this.btnXoaHinh.Name      = "btnXoaHinh";
     this.btnXoaHinh.Size      = new System.Drawing.Size(32, 24);
     this.btnXoaHinh.TabIndex  = 15;
     this.btnXoaHinh.Text      = "X";
     //
     // picHinh
     //
     this.picHinh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picHinh.Location    = new System.Drawing.Point(304, 16);
     this.picHinh.Name        = "picHinh";
     this.picHinh.Size        = new System.Drawing.Size(72, 88);
     this.picHinh.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picHinh.TabIndex    = 14;
     this.picHinh.TabStop     = false;
     //
     // txtThongtin
     //
     this.txtThongtin.Location  = new System.Drawing.Point(96, 296);
     this.txtThongtin.MaxLength = 1000;
     this.txtThongtin.Multiline = true;
     this.txtThongtin.Name      = "txtThongtin";
     this.txtThongtin.Size      = new System.Drawing.Size(280, 48);
     this.txtThongtin.TabIndex  = 13;
     this.txtThongtin.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 304);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(88, 16);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Thông tin khác";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.optNu);
     this.groupBox2.Controls.Add(this.optNam);
     this.groupBox2.Location = new System.Drawing.Point(24, 184);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(160, 56);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Giới tính";
     //
     // optNu
     //
     this.optNu.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNu.Location  = new System.Drawing.Point(72, 24);
     this.optNu.Name      = "optNu";
     this.optNu.Size      = new System.Drawing.Size(64, 16);
     this.optNu.TabIndex  = 1;
     this.optNu.Text      = "Nữ";
     //
     // optNam
     //
     this.optNam.Checked   = true;
     this.optNam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNam.Location  = new System.Drawing.Point(8, 24);
     this.optNam.Name      = "optNam";
     this.optNam.Size      = new System.Drawing.Size(64, 16);
     this.optNam.TabIndex  = 0;
     this.optNam.TabStop   = true;
     this.optNam.Text      = "Nam";
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(88, 152);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(168, 20);
     this.txtEmail.TabIndex  = 9;
     this.txtEmail.Text      = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 152);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "EMail";
     //
     // dtNgaySinh
     //
     this.dtNgaySinh.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgaySinh.Location = new System.Drawing.Point(88, 120);
     this.dtNgaySinh.Name     = "dtNgaySinh";
     this.dtNgaySinh.Size     = new System.Drawing.Size(112, 20);
     this.dtNgaySinh.TabIndex = 7;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 120);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Ngày sinh";
     //
     // txtDC
     //
     this.txtDC.Location  = new System.Drawing.Point(88, 88);
     this.txtDC.MaxLength = 100;
     this.txtDC.Name      = "txtDC";
     this.txtDC.Size      = new System.Drawing.Size(192, 20);
     this.txtDC.TabIndex  = 5;
     this.txtDC.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Địa chỉ";
     //
     // txtTenDG
     //
     this.txtTenDG.Location  = new System.Drawing.Point(88, 56);
     this.txtTenDG.MaxLength = 50;
     this.txtTenDG.Name      = "txtTenDG";
     this.txtTenDG.Size      = new System.Drawing.Size(128, 20);
     this.txtTenDG.TabIndex  = 3;
     this.txtTenDG.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên độc giả";
     //
     // txtMaDG
     //
     this.txtMaDG.Location  = new System.Drawing.Point(88, 16);
     this.txtMaDG.MaxLength = 10;
     this.txtMaDG.Name      = "txtMaDG";
     this.txtMaDG.Size      = new System.Drawing.Size(88, 20);
     this.txtMaDG.TabIndex  = 1;
     this.txtMaDG.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã độc giả";
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(224, 376);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(48, 40);
     this.btnThoat.TabIndex   = 17;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // frmChiTietDG
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(472, 422);
     this.ControlBox        = false;
     this.Controls.Add(this.btnThoat);
     this.Controls.Add(this.groupBox1);
     this.Name          = "frmChiTietDG";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Chi tiet";
     this.Load         += new System.EventHandler(this.frmChiTietDG_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#24
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(frmSMSConfiguration));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.gbUPLIFT = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.dtpUplift_weekly = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.recheck_uplift = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.frequency_uplift = new System.Windows.Forms.TextBox();
     this.dtpUplift_daily = new System.Windows.Forms.DateTimePicker();
     this.chkActive_uplift = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label23 = 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.groupBox3 = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.gbBPCS = new System.Windows.Forms.GroupBox();
     this.lblImportDuration = new System.Windows.Forms.Label();
     this.lblTimeUnit = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.txtImportDuration = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.dtpBPCS = new System.Windows.Forms.DateTimePicker();
     this.label20 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.Complete_One_Order = new System.Windows.Forms.TextBox();
     this.recheck_bpcs = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.frequency_bpcs = new System.Windows.Forms.TextBox();
     this.gbBPCSWeekly = new System.Windows.Forms.GroupBox();
     this.lblImportDurationWeekly = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label17Weekly = new System.Windows.Forms.Label();
     this.txtImportDurationWeekly = new System.Windows.Forms.TextBox();
     this.label18Weekly = new System.Windows.Forms.Label();
     this.label19Weekly = new System.Windows.Forms.Label();
     this.dtpBPCSWeekly = new System.Windows.Forms.DateTimePicker();
     this.label20Weekly = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.Complete_One_OrderWeekly = new System.Windows.Forms.TextBox();
     this.recheck_bpcsWeekly = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.frequency_bpcsWeekly = new System.Windows.Forms.TextBox();
     this.chkactive_bpcs = new System.Windows.Forms.CheckBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = 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.groupBox5 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.chkEmail = new System.Windows.Forms.CheckBox();
     this.chkSMS = new System.Windows.Forms.CheckBox();
     // ThucNV - 20100107 - Change button type
     /*this.btnCancel = new System.Windows.Forms.Button();
     this.btnApply = new System.Windows.Forms.Button();*/
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     this.btnApply = new DotNetSkin.SkinControls.SkinButton();
     // ThucNV - 20100107 - Change button type
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.gbUPLIFT.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbBPCS.SuspendLayout();
     this.gbBPCSWeekly.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.gbUPLIFT);
     this.groupBox1.Controls.Add(this.chkActive_uplift);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Location = new System.Drawing.Point(8, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(900, 252);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Up-Lift";
     //
     // gbUPLIFT
     //
     this.gbUPLIFT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gbUPLIFT.Controls.Add(this.label6);
     this.gbUPLIFT.Controls.Add(this.dtpUplift_weekly);
     this.gbUPLIFT.Controls.Add(this.label7);
     this.gbUPLIFT.Controls.Add(this.label10);
     this.gbUPLIFT.Controls.Add(this.label8);
     this.gbUPLIFT.Controls.Add(this.recheck_uplift);
     this.gbUPLIFT.Controls.Add(this.label9);
     this.gbUPLIFT.Controls.Add(this.frequency_uplift);
     this.gbUPLIFT.Controls.Add(this.dtpUplift_daily);
     this.gbUPLIFT.Location = new System.Drawing.Point(32, 136);
     this.gbUPLIFT.Name = "gbUPLIFT";
     this.gbUPLIFT.Size = new System.Drawing.Size(862, 110);
     this.gbUPLIFT.TabIndex = 6;
     this.gbUPLIFT.TabStop = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 16);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Daily Checking Time:";
     //
     // dtpUplift_weekly
     //
     this.dtpUplift_weekly.CustomFormat = "HH:mm";
     this.dtpUplift_weekly.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpUplift_weekly.Location = new System.Drawing.Point(132, 37);
     this.dtpUplift_weekly.Name = "dtpUplift_weekly";
     this.dtpUplift_weekly.ShowUpDown = true;
     this.dtpUplift_weekly.Size = new System.Drawing.Size(104, 20);
     this.dtpUplift_weekly.TabIndex = 3;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 39);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(120, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Weekly Checking Time:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(244, 88);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(43, 13);
     this.label10.TabIndex = 0;
     this.label10.Text = "minutes";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(6, 63);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(107, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Recheck Frequency:";
     //
     // recheck_uplift
     //
     this.recheck_uplift.Location = new System.Drawing.Point(132, 85);
     this.recheck_uplift.MaxLength = 3;
     this.recheck_uplift.Name = "recheck_uplift";
     this.recheck_uplift.Size = new System.Drawing.Size(104, 20);
     this.recheck_uplift.TabIndex = 5;
     this.recheck_uplift.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValidateNumber_KeyPress);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 87);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(79, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Recheck After:";
     //
     // frequency_uplift
     //
     this.frequency_uplift.Location = new System.Drawing.Point(132, 61);
     this.frequency_uplift.MaxLength = 3;
     this.frequency_uplift.Name = "frequency_uplift";
     this.frequency_uplift.Size = new System.Drawing.Size(104, 20);
     this.frequency_uplift.TabIndex = 4;
     this.frequency_uplift.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValidateNumber_KeyPress);
     //
     // dtpUplift_daily
     //
     this.dtpUplift_daily.CustomFormat = "HH:mm";
     this.dtpUplift_daily.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpUplift_daily.Location = new System.Drawing.Point(132, 13);
     this.dtpUplift_daily.Name = "dtpUplift_daily";
     this.dtpUplift_daily.ShowUpDown = true;
     this.dtpUplift_daily.Size = new System.Drawing.Size(104, 20);
     this.dtpUplift_daily.TabIndex = 2;
     //
     // chkActive_uplift
     //
     this.chkActive_uplift.Checked = true;
     this.chkActive_uplift.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkActive_uplift.Location = new System.Drawing.Point(32, 111);
     this.chkActive_uplift.Name = "chkActive_uplift";
     this.chkActive_uplift.Size = new System.Drawing.Size(104, 24);
     this.chkActive_uplift.TabIndex = 1;
     this.chkActive_uplift.Text = "Enable";
     this.chkActive_uplift.CheckedChanged += new System.EventHandler(this.chkActive_uplift_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label23);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(32, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(862, 100);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop = false;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(44, 33);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(256, 13);
     this.label23.TabIndex = 0;
     this.label23.Text = "Check daily order time: Time for checking daily order.";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(44, 79);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(304, 15);
     this.label5.TabIndex = 0;
     this.label5.Text = "Recheck after:Duration between each checking";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(44, 63);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(312, 16);
     this.label4.TabIndex = 0;
     this.label4.Text = "Recheck frequency:Recheck time";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(44, 48);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(375, 16);
     this.label3.TabIndex = 0;
     this.label3.Text = "Check weekly order time:Time for checking weekly order.";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(27, 13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(254, 17);
     this.label2.TabIndex = 0;
     this.label2.Text = "Config check schedule on HO-SCM";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.splitContainer1);
     this.groupBox3.Controls.Add(this.chkactive_bpcs);
     this.groupBox3.Controls.Add(this.groupBox4);
     this.groupBox3.Location = new System.Drawing.Point(8, 260);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(900, 300);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "BPCS";
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(32, 150);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.gbBPCS);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.gbBPCSWeekly);
     this.splitContainer1.Size = new System.Drawing.Size(862, 144);
     this.splitContainer1.SplitterDistance = 429;
     this.splitContainer1.TabIndex = 14;
     //
     // gbBPCS
     //
     this.gbBPCS.Controls.Add(this.lblImportDuration);
     this.gbBPCS.Controls.Add(this.lblTimeUnit);
     this.gbBPCS.Controls.Add(this.label17);
     this.gbBPCS.Controls.Add(this.txtImportDuration);
     this.gbBPCS.Controls.Add(this.label18);
     this.gbBPCS.Controls.Add(this.label19);
     this.gbBPCS.Controls.Add(this.dtpBPCS);
     this.gbBPCS.Controls.Add(this.label20);
     this.gbBPCS.Controls.Add(this.label22);
     this.gbBPCS.Controls.Add(this.Complete_One_Order);
     this.gbBPCS.Controls.Add(this.recheck_bpcs);
     this.gbBPCS.Controls.Add(this.label21);
     this.gbBPCS.Controls.Add(this.frequency_bpcs);
     this.gbBPCS.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gbBPCS.Location = new System.Drawing.Point(0, 0);
     this.gbBPCS.Name = "gbBPCS";
     this.gbBPCS.Size = new System.Drawing.Size(429, 144);
     this.gbBPCS.TabIndex = 14;
     this.gbBPCS.TabStop = false;
     this.gbBPCS.Text = "Daily";
     //
     // lblImportDuration
     //
     this.lblImportDuration.AutoSize = true;
     this.lblImportDuration.Location = new System.Drawing.Point(6, 16);
     this.lblImportDuration.Name = "lblImportDuration";
     this.lblImportDuration.Size = new System.Drawing.Size(107, 13);
     this.lblImportDuration.TabIndex = 11;
     this.lblImportDuration.Text = "PPO Import Duration:";
     //
     // lblTimeUnit
     //
     this.lblTimeUnit.Location = new System.Drawing.Point(284, 15);
     this.lblTimeUnit.Name = "lblTimeUnit";
     this.lblTimeUnit.Size = new System.Drawing.Size(48, 16);
     this.lblTimeUnit.TabIndex = 13;
     this.lblTimeUnit.Text = "minutes";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(6, 41);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(130, 13);
     this.label17.TabIndex = 0;
     this.label17.Text = "PPO Processing Duration:";
     //
     // txtImportDuration
     //
     this.txtImportDuration.Location = new System.Drawing.Point(164, 13);
     this.txtImportDuration.MaxLength = 3;
     this.txtImportDuration.Name = "txtImportDuration";
     this.txtImportDuration.Size = new System.Drawing.Size(112, 20);
     this.txtImportDuration.TabIndex = 7;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(6, 65);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(120, 13);
     this.label18.TabIndex = 0;
     this.label18.Text = "All PPO completed time:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(6, 90);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(107, 13);
     this.label19.TabIndex = 0;
     this.label19.Text = "Recheck Frequency:";
     //
     // dtpBPCS
     //
     this.dtpBPCS.CustomFormat = "HH:mm";
     this.dtpBPCS.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBPCS.Location = new System.Drawing.Point(164, 62);
     this.dtpBPCS.Name = "dtpBPCS";
     this.dtpBPCS.ShowUpDown = true;
     this.dtpBPCS.Size = new System.Drawing.Size(112, 20);
     this.dtpBPCS.TabIndex = 11;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(6, 115);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(79, 13);
     this.label20.TabIndex = 0;
     this.label20.Text = "Recheck After:";
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(284, 114);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(48, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "minutes";
     //
     // Complete_One_Order
     //
     this.Complete_One_Order.Location = new System.Drawing.Point(164, 38);
     this.Complete_One_Order.MaxLength = 3;
     this.Complete_One_Order.Name = "Complete_One_Order";
     this.Complete_One_Order.Size = new System.Drawing.Size(112, 20);
     this.Complete_One_Order.TabIndex = 9;
     this.Complete_One_Order.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValidateNumber_KeyPress);
     //
     // recheck_bpcs
     //
     this.recheck_bpcs.Location = new System.Drawing.Point(164, 110);
     this.recheck_bpcs.MaxLength = 3;
     this.recheck_bpcs.Name = "recheck_bpcs";
     this.recheck_bpcs.Size = new System.Drawing.Size(112, 20);
     this.recheck_bpcs.TabIndex = 15;
     this.recheck_bpcs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValidateNumber_KeyPress);
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(284, 40);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(48, 16);
     this.label21.TabIndex = 0;
     this.label21.Text = "minutes";
     //
     // frequency_bpcs
     //
     this.frequency_bpcs.Location = new System.Drawing.Point(164, 86);
     this.frequency_bpcs.MaxLength = 3;
     this.frequency_bpcs.Name = "frequency_bpcs";
     this.frequency_bpcs.Size = new System.Drawing.Size(112, 20);
     this.frequency_bpcs.TabIndex = 13;
     this.frequency_bpcs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValidateNumber_KeyPress);
     //
     // gbBPCSWeekly
     //
     this.gbBPCSWeekly.Controls.Add(this.lblImportDurationWeekly);
     this.gbBPCSWeekly.Controls.Add(this.label25);
     this.gbBPCSWeekly.Controls.Add(this.label17Weekly);
     this.gbBPCSWeekly.Controls.Add(this.txtImportDurationWeekly);
     this.gbBPCSWeekly.Controls.Add(this.label18Weekly);
     this.gbBPCSWeekly.Controls.Add(this.label19Weekly);
     this.gbBPCSWeekly.Controls.Add(this.dtpBPCSWeekly);
     this.gbBPCSWeekly.Controls.Add(this.label20Weekly);
     this.gbBPCSWeekly.Controls.Add(this.label30);
     this.gbBPCSWeekly.Controls.Add(this.Complete_One_OrderWeekly);
     this.gbBPCSWeekly.Controls.Add(this.recheck_bpcsWeekly);
     this.gbBPCSWeekly.Controls.Add(this.label31);
     this.gbBPCSWeekly.Controls.Add(this.frequency_bpcsWeekly);
     this.gbBPCSWeekly.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gbBPCSWeekly.Location = new System.Drawing.Point(0, 0);
     this.gbBPCSWeekly.Name = "gbBPCSWeekly";
     this.gbBPCSWeekly.Size = new System.Drawing.Size(429, 144);
     this.gbBPCSWeekly.TabIndex = 15;
     this.gbBPCSWeekly.TabStop = false;
     this.gbBPCSWeekly.Text = "Weekly";
     //
     // lblImportDurationWeekly
     //
     this.lblImportDurationWeekly.AutoSize = true;
     this.lblImportDurationWeekly.Location = new System.Drawing.Point(6, 16);
     this.lblImportDurationWeekly.Name = "lblImportDurationWeekly";
     this.lblImportDurationWeekly.Size = new System.Drawing.Size(107, 13);
     this.lblImportDurationWeekly.TabIndex = 11;
     this.lblImportDurationWeekly.Text = "PPO Import Duration:";
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(284, 15);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(48, 16);
     this.label25.TabIndex = 13;
     this.label25.Text = "minutes";
     //
     // label17Weekly
     //
     this.label17Weekly.AutoSize = true;
     this.label17Weekly.Location = new System.Drawing.Point(6, 41);
     this.label17Weekly.Name = "label17Weekly";
     this.label17Weekly.Size = new System.Drawing.Size(130, 13);
     this.label17Weekly.TabIndex = 0;
     this.label17Weekly.Text = "PPO Processing Duration:";
     //
     // txtImportDurationWeekly
     //
     this.txtImportDurationWeekly.Location = new System.Drawing.Point(164, 13);
     this.txtImportDurationWeekly.MaxLength = 3;
     this.txtImportDurationWeekly.Name = "txtImportDurationWeekly";
     this.txtImportDurationWeekly.Size = new System.Drawing.Size(112, 20);
     this.txtImportDurationWeekly.TabIndex = 8;
     //
     // label18Weekly
     //
     this.label18Weekly.AutoSize = true;
     this.label18Weekly.Location = new System.Drawing.Point(6, 65);
     this.label18Weekly.Name = "label18Weekly";
     this.label18Weekly.Size = new System.Drawing.Size(120, 13);
     this.label18Weekly.TabIndex = 0;
     this.label18Weekly.Text = "All PPO completed time:";
     //
     // label19Weekly
     //
     this.label19Weekly.AutoSize = true;
     this.label19Weekly.Location = new System.Drawing.Point(6, 90);
     this.label19Weekly.Name = "label19Weekly";
     this.label19Weekly.Size = new System.Drawing.Size(107, 13);
     this.label19Weekly.TabIndex = 0;
     this.label19Weekly.Text = "Recheck Frequency:";
     //
     // dtpBPCSWeekly
     //
     this.dtpBPCSWeekly.CustomFormat = "HH:mm";
     this.dtpBPCSWeekly.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBPCSWeekly.Location = new System.Drawing.Point(164, 62);
     this.dtpBPCSWeekly.Name = "dtpBPCSWeekly";
     this.dtpBPCSWeekly.ShowUpDown = true;
     this.dtpBPCSWeekly.Size = new System.Drawing.Size(112, 20);
     this.dtpBPCSWeekly.TabIndex = 12;
     //
     // label20Weekly
     //
     this.label20Weekly.AutoSize = true;
     this.label20Weekly.Location = new System.Drawing.Point(6, 115);
     this.label20Weekly.Name = "label20Weekly";
     this.label20Weekly.Size = new System.Drawing.Size(79, 13);
     this.label20Weekly.TabIndex = 0;
     this.label20Weekly.Text = "Recheck After:";
     //
     // label30
     //
     this.label30.Location = new System.Drawing.Point(284, 114);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(48, 16);
     this.label30.TabIndex = 0;
     this.label30.Text = "minutes";
     //
     // Complete_One_OrderWeekly
     //
     this.Complete_One_OrderWeekly.Location = new System.Drawing.Point(164, 38);
     this.Complete_One_OrderWeekly.MaxLength = 3;
     this.Complete_One_OrderWeekly.Name = "Complete_One_OrderWeekly";
     this.Complete_One_OrderWeekly.Size = new System.Drawing.Size(112, 20);
     this.Complete_One_OrderWeekly.TabIndex = 10;
     //
     // recheck_bpcsWeekly
     //
     this.recheck_bpcsWeekly.Location = new System.Drawing.Point(164, 110);
     this.recheck_bpcsWeekly.MaxLength = 3;
     this.recheck_bpcsWeekly.Name = "recheck_bpcsWeekly";
     this.recheck_bpcsWeekly.Size = new System.Drawing.Size(112, 20);
     this.recheck_bpcsWeekly.TabIndex = 16;
     //
     // label31
     //
     this.label31.Location = new System.Drawing.Point(284, 40);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(48, 16);
     this.label31.TabIndex = 0;
     this.label31.Text = "minutes";
     //
     // frequency_bpcsWeekly
     //
     this.frequency_bpcsWeekly.Location = new System.Drawing.Point(164, 86);
     this.frequency_bpcsWeekly.MaxLength = 3;
     this.frequency_bpcsWeekly.Name = "frequency_bpcsWeekly";
     this.frequency_bpcsWeekly.Size = new System.Drawing.Size(112, 20);
     this.frequency_bpcsWeekly.TabIndex = 14;
     //
     // chkactive_bpcs
     //
     this.chkactive_bpcs.Checked = true;
     this.chkactive_bpcs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkactive_bpcs.Location = new System.Drawing.Point(32, 128);
     this.chkactive_bpcs.Name = "chkactive_bpcs";
     this.chkactive_bpcs.Size = new System.Drawing.Size(104, 16);
     this.chkactive_bpcs.TabIndex = 6;
     this.chkactive_bpcs.Text = "Enable";
     this.chkactive_bpcs.CheckedChanged += new System.EventHandler(this.chkactive_bpcs_CheckedChanged);
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.label14);
     this.groupBox4.Controls.Add(this.label16);
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.label13);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Location = new System.Drawing.Point(35, 8);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(859, 114);
     this.groupBox4.TabIndex = 0;
     this.groupBox4.TabStop = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(38, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(287, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "PPO Import Duration: Duration for import one order to BPCS";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(38, 96);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(236, 13);
     this.label16.TabIndex = 0;
     this.label16.Text = "Recheck after:Duration between each checking";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(38, 80);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(170, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "Recheck frequency:Recheck time";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(38, 64);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(503, 13);
     this.label13.TabIndex = 0;
     this.label13.Text = "Check all orders complete time:Time for checking all order from HO-SCM  are proce" +
         "ssedsuccessfully or not";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(38, 48);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(324, 13);
     this.label12.TabIndex = 0;
     this.label12.Text = "PPO Complete Duration: Duration for completing one order in BPCS";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(24, 12);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(244, 17);
     this.label11.TabIndex = 0;
     this.label11.Text = "Config check schedule on BPCS.";
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.label1);
     this.groupBox5.Controls.Add(this.chkEmail);
     this.groupBox5.Controls.Add(this.chkSMS);
     this.groupBox5.Location = new System.Drawing.Point(8, 566);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(900, 40);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Inform Method";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(75, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Inform Method";
     //
     // chkEmail
     //
     this.chkEmail.Location = new System.Drawing.Point(231, 16);
     this.chkEmail.Name = "chkEmail";
     this.chkEmail.Size = new System.Drawing.Size(104, 16);
     this.chkEmail.TabIndex = 18;
     this.chkEmail.Text = "Email";
     //
     // chkSMS
     //
     this.chkSMS.Location = new System.Drawing.Point(128, 16);
     this.chkSMS.Name = "chkSMS";
     this.chkSMS.Size = new System.Drawing.Size(104, 16);
     this.chkSMS.TabIndex = 17;
     this.chkSMS.Text = "SMS";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(819, 12);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 25);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnApply
     //
     this.btnApply.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnApply.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.Image")));
     this.btnApply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnApply.Location = new System.Drawing.Point(737, 12);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new System.Drawing.Size(75, 25);
     this.btnApply.TabIndex = 19;
     this.btnApply.Text = "Save";
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // groupBox6
     //
     this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox6.Controls.Add(this.btnApply);
     this.groupBox6.Controls.Add(this.btnCancel);
     this.groupBox6.Location = new System.Drawing.Point(8, 612);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(900, 49);
     this.groupBox6.TabIndex = 0;
     this.groupBox6.TabStop = false;
     //
     // frmSMSConfiguration
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(916, 666);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmSMSConfiguration";
     this.Text = "eOrder_SMS";
     this.groupBox1.ResumeLayout(false);
     this.gbUPLIFT.ResumeLayout(false);
     this.gbUPLIFT.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gbBPCS.ResumeLayout(false);
     this.gbBPCS.PerformLayout();
     this.gbBPCSWeekly.ResumeLayout(false);
     this.gbBPCSWeekly.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#25
0
		private void btnSendRawRequest_Click(object sender, System.EventArgs e) {			
			if (txtHTTPdetails.Text.Length<=0 || txtTargetHost.Text.Length<=0 || txtTargetPort.Text.Length<=0){
				return;
			}
			try{
				rawsendwindow.Dispose();
				rawsendwindow.Show();
				rawsendwindow.Controls.Clear();
			} catch {
				
				rawsendwindow = new showresults();
				rawsendwindow.Show();
				rawsendwindow.Controls.Clear();
			}

			rawsendwindow.StartPosition=System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
			rawsendwindow.AutoScale=true;

			//we need to create a panel for the text
			System.Windows.Forms.Panel mainpanel = new Panel();
			mainpanel.Dock=DockStyle.Fill;
			mainpanel.Size=new System.Drawing.Size(752, 477);

			//and one for the buttons
			System.Windows.Forms.Panel buttonpanel = new Panel();
			buttonpanel.Dock=DockStyle.Top;
			buttonpanel.Size = new System.Drawing.Size(752, 30);
			buttonpanel.BackColor=Color.DarkGray;
						
			//rawsendwindow.Controls.Remove(rawsendwindow.rtbResults);

			//add the panels to the main window
			rawsendwindow.Controls.Add(mainpanel);
			rawsendwindow.Controls.Add(buttonpanel);

			//create the buttons
			System.Windows.Forms.Button butSearch = new DotNetSkin.SkinControls.SkinButton();
			System.Windows.Forms.Button butClear = new DotNetSkin.SkinControls.SkinButtonYellow();
			//search
			butSearch.Location=new System.Drawing.Point(5,5);
			butSearch.Size=new Size(80,21);
			butSearch.Text="Search";
			butSearch.ForeColor=Color.Black;
			butSearch.BackColor=Color.DarkGray;
			butSearch.FlatStyle=FlatStyle.Popup;
			butSearch.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			butSearch.Click += new System.EventHandler(rawReqSearch);
			buttonpanel.Controls.Add(butSearch);
			

			//clear
			butClear.Location=new System.Drawing.Point(345,5);
			butClear.Size=new Size(80,21);
			butClear.Text="Clear";
			butClear.ForeColor=Color.Black;
			butClear.BackColor=Color.DarkGray;
			butClear.FlatStyle=FlatStyle.Popup;
			butClear.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			butClear.Click += new System.EventHandler(rawReqClear);
			buttonpanel.Controls.Add(butClear);
			

			//create the search box
			searchRawReq = new TextBox();
			searchRawReq.Location=new Point(90,5);
			searchRawReq.Size=new Size(250,21);
			//add to the panel
			buttonpanel.Controls.Add(searchRawReq);


			//the RTB
			RawReqreply = new RichTextBox();
			RawReqreply.Location=new Point(0,0);
			RawReqreply.Multiline=true;
			RawReqreply.Size=new Size (580,685);
			RawReqreply.WordWrap=true;
			RawReqreply.DetectUrls=false;
			RawReqreply.BackColor=Color.DimGray;
			RawReqreply.ForeColor=Color.WhiteSmoke;
			RawReqreply.Dock=DockStyle.Fill;
			RawReqreply.Font=new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			
			//finally the count label
			RawReqCountL=new Label();
			RawReqCountL.Location=new Point(430,7);
			buttonpanel.Controls.Add(RawReqCountL);
	
			Cursor.Current=System.Windows.Forms.Cursors.WaitCursor;
			cleanHTTP();
			
			string newheader=ComputeNewContentLength(txtHTTPdetails.Text);
			txtHTTPdetails.Text=newheader;
			newheader+="\r\n";

			string replyz="";

			bool useSSL=chkTargetIsSSL.Checked;

			if (useSSL){
				replyz=sendraw(txtTargetHost.Text,txtTargetPort.Text,newheader,65535,(int)updownTimeOut.Value,2,useSSL);
					                         
			} else {
				replyz=sendraw(txtTargetHost.Text,txtTargetPort.Text,newheader,65535,(int)updownTimeOut.Value);
			}

			//now add the rtfbox to the main panel
			mainpanel.Controls.Add(RawReqreply);
			RawReqreply.Text=replyz;
			rawsendwindow.AcceptButton=butSearch;
		}
示例#26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTimDocGia));
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.lvDocgia      = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.panel1        = new System.Windows.Forms.Panel();
     this.txtEmail      = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.btnXem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoat      = new DotNetSkin.SkinControls.SkinButton();
     this.btnTim        = new DotNetSkin.SkinControls.SkinButton();
     this.txtDiaChi     = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.txtHoTen      = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.txtMaDG       = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Năm sinh";
     this.columnHeader5.Width = 100;
     //
     // lvDocgia
     //
     this.lvDocgia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvDocgia.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.lvDocgia.FullRowSelect         = true;
     this.lvDocgia.GridLines             = true;
     this.lvDocgia.Location              = new System.Drawing.Point(16, 184);
     this.lvDocgia.Name                  = "lvDocgia";
     this.lvDocgia.Size                  = new System.Drawing.Size(760, 256);
     this.lvDocgia.TabIndex              = 5;
     this.lvDocgia.View                  = System.Windows.Forms.View.Details;
     this.lvDocgia.DoubleClick          += new System.EventHandler(this.lvDocgia_DoubleClick);
     this.lvDocgia.SelectedIndexChanged += new System.EventHandler(this.lvDocgia_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "STT";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã DG";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Họ tên";
     this.columnHeader3.Width = 200;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Đia chỉ";
     this.columnHeader4.Width = 300;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.txtEmail);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.btnXem);
     this.panel1.Controls.Add(this.btnThoat);
     this.panel1.Controls.Add(this.btnTim);
     this.panel1.Controls.Add(this.txtDiaChi);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtHoTen);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtMaDG);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(16, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(760, 168);
     this.panel1.TabIndex = 4;
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(112, 104);
     this.txtEmail.MaxLength = 2000;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(192, 20);
     this.txtEmail.TabIndex  = 49;
     this.txtEmail.Text      = "";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 104);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 48;
     this.label4.Text     = "Email";
     //
     // btnXem
     //
     this.btnXem.BackColor  = System.Drawing.Color.Transparent;
     this.btnXem.Image      = ((System.Drawing.Image)(resources.GetObject("btnXem.Image")));
     this.btnXem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXem.Location   = new System.Drawing.Point(392, 120);
     this.btnXem.Name       = "btnXem";
     this.btnXem.Size       = new System.Drawing.Size(72, 40);
     this.btnXem.TabIndex   = 46;
     this.btnXem.Text       = "In kết quả";
     this.btnXem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXem.Click     += new System.EventHandler(this.btnXem_Click);
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(472, 120);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(56, 40);
     this.btnThoat.TabIndex   = 45;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnTim
     //
     this.btnTim.BackColor  = System.Drawing.Color.Transparent;
     this.btnTim.Image      = ((System.Drawing.Image)(resources.GetObject("btnTim.Image")));
     this.btnTim.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnTim.Location   = new System.Drawing.Point(328, 120);
     this.btnTim.Name       = "btnTim";
     this.btnTim.Size       = new System.Drawing.Size(56, 40);
     this.btnTim.TabIndex   = 47;
     this.btnTim.Text       = "Tìm";
     this.btnTim.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnTim.Click     += new System.EventHandler(this.btnTim_Click);
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location  = new System.Drawing.Point(112, 72);
     this.txtDiaChi.MaxLength = 2000;
     this.txtDiaChi.Name      = "txtDiaChi";
     this.txtDiaChi.Size      = new System.Drawing.Size(192, 20);
     this.txtDiaChi.TabIndex  = 40;
     this.txtDiaChi.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 39;
     this.label3.Text     = "Địa chỉ";
     //
     // txtHoTen
     //
     this.txtHoTen.Location  = new System.Drawing.Point(112, 40);
     this.txtHoTen.MaxLength = 1000;
     this.txtHoTen.Name      = "txtHoTen";
     this.txtHoTen.Size      = new System.Drawing.Size(176, 20);
     this.txtHoTen.TabIndex  = 38;
     this.txtHoTen.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 37;
     this.label2.Text     = "Họ Tên";
     //
     // txtMaDG
     //
     this.txtMaDG.Location  = new System.Drawing.Point(112, 8);
     this.txtMaDG.MaxLength = 10;
     this.txtMaDG.Name      = "txtMaDG";
     this.txtMaDG.Size      = new System.Drawing.Size(88, 20);
     this.txtMaDG.TabIndex  = 36;
     this.txtMaDG.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 35;
     this.label1.Text     = "Mã độc giả";
     //
     // frmTimDocGia
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.lvDocgia);
     this.Controls.Add(this.panel1);
     this.Name  = "frmTimDocGia";
     this.Text  = "Tim doc gia";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#27
0
		private void btnCrowGroup_Click(object sender, System.EventArgs e) {
			if (CrowResponsesA.Count<=0){
				MessageBox.Show("Currently, there is nothing to group - I suggest you first do something with a parameter");
				return;
			}
			if (CrowResponsesA.Count>2000){
				MessageBox.Show("Sjoe - there many to group - this might take a while...\r\nPlease be a patient..");
			}
			try{
				autogroup.Dispose();
				autogroup.Show();
				autogroup.Controls.Clear();
			} catch {
				
				autogroup = new AutoGroup();
				autogroup.Show();
				autogroup.Controls.Clear();
				autogroup.AutoScale=true;
				autogroup.AutoScroll=true;
				autogroup.BackColor=Color.DarkGray;
			}

			//copy all the results so we can work with it
			ArrayList work = new ArrayList();
			work.AddRange(CrowResponsesA);

			//now start with the first response
			int pos=0;
			
			Label heading = new Label();
			heading.Size=new Size(300,20);
			heading.Location=new Point(5,5);

			while (work.Count>0){

				double currentval = ((CrowResponses)work[0]).compare;
				MajorGroup[pos]= new RichTextBox();
				MajorGroup[pos].WordWrap=false;
				MajorGroup[pos].BackColor=Color.Gainsboro;
				MajorGroup[pos].ForeColor=Color.DarkSlateGray;
				MajorGroup[pos].ScrollBars=RichTextBoxScrollBars.Both;
				MajorGroup[pos].Location = new Point(5,20+(pos*175));
				MajorGroup[pos].BorderStyle=BorderStyle.FixedSingle;
				MajorGroup[pos].Size = new Size(500,150);
				MajorGroup[pos].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				autogroup.Controls.Add(MajorGroup[pos]);

			
				
				
				//check all of them
				ArrayList removethese = new ArrayList();
				//storing the last index of the compared list
				int keepnumber=0;
				bool timeouted=false;
				foreach (CrowResponses item in work){
					if (item.compare <= currentval+(double)updownGroupTolerance.Value && item.compare >= currentval-(double)updownGroupTolerance.Value){
						if (item.compare==-1){
							timeouted=true;
							MajorGroup[pos].BackColor=Color.Tan;
						}
						MajorGroup[pos].Text+=item.compare+":"+item.param1+":"+item.content+":"+item.comment+"\r\n";
						removethese.Add(item);
						//make sure we get the first one
						if (keepnumber == 0){
							keepnumber=item.ID;
						}
					}
				}
				if (removethese.Count>0){
					foreach (CrowResponses rem in removethese){
						work.Remove(rem);
					}
				}
				if (timeouted==false){
					//add the button
					GroupButtons[pos]=new DotNetSkin.SkinControls.SkinButton();
					GroupButtons[pos].BackColor=Color.DarkGray;
					GroupButtons[pos].Location=new Point(5,170+(pos*175));
					GroupButtons[pos].Size=new Size(240,25);
					GroupButtons[pos].Text="^Browse response^";
					GroupButtons[pos].Tag=keepnumber;
					GroupButtons[pos].Click+=new EventHandler(clickGroupShowResponse);
					autogroup.Controls.Add(GroupButtons[pos]);

					//add the button - raw 
					GroupButtonsRaw[pos]=new DotNetSkin.SkinControls.SkinButtonYellow();
					GroupButtonsRaw[pos].BackColor=Color.DarkGray;
					GroupButtonsRaw[pos].Location=new Point(260,170+(pos*175));
					GroupButtonsRaw[pos].Size=new Size(240,25);
					GroupButtonsRaw[pos].Text="^Show Raw Response^";
					GroupButtonsRaw[pos].Tag=keepnumber;
					GroupButtonsRaw[pos].Click+=new EventHandler(clickGroupShowResponseRaw);
					autogroup.Controls.Add(GroupButtonsRaw[pos]);
				}
				pos++;
			}
			heading.Text="Unique response count: ["+pos.ToString()+"]";
			
			int sizeh=230+((pos-1)*175);
			int sizel=520;
			if (sizeh>600){
				sizeh=600;
				//scrollbar
				sizel=527;
			}
			autogroup.Size=new Size(sizel,sizeh);
			autogroup.Controls.Add(heading);
		}
示例#28
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(frmHistoryTracking));
     // ThucNV - 20100107 - Change button type
     //this.btnSeach = new System.Windows.Forms.Button();
     this.btnSeach = new DotNetSkin.SkinControls.SkinButton();
     // End - Change button type
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.dtpCreateTime       = new System.Windows.Forms.DateTimePicker();
     this.dtpLastUpdate       = new System.Windows.Forms.DateTimePicker();
     this.cboTable            = new System.Windows.Forms.ComboBox();
     this.cboOperation        = new System.Windows.Forms.ComboBox();
     this.txtUPLIFTUser       = new System.Windows.Forms.TextBox();
     this.lblTable            = new System.Windows.Forms.Label();
     this.lblOperation        = new System.Windows.Forms.Label();
     this.lblCreateDate       = new System.Windows.Forms.Label();
     this.lblLastUpdate       = new System.Windows.Forms.Label();
     this.lblUserName         = new System.Windows.Forms.Label();
     this.btnClose            = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.splitter1           = new System.Windows.Forms.Splitter();
     this.grdDetail           = new System.Windows.Forms.DataGrid();
     this.stlDetail           = new System.Windows.Forms.DataGridTableStyle();
     this.column1             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.column2             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.grdGeneral          = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colCreate_User      = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colCreate_Date      = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colUpdate_User      = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colUpdate_Time      = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colTableName        = new System.Windows.Forms.DataGridTextBoxColumn();
     this.pnlMain             = new System.Windows.Forms.Panel();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdGeneral)).BeginInit();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSeach
     //
     this.btnSeach.Image      = ((System.Drawing.Image)(resources.GetObject("btnSeach.Image")));
     this.btnSeach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSeach.Location   = new System.Drawing.Point(672, 13);
     this.btnSeach.Name       = "btnSeach";
     this.btnSeach.Size       = new System.Drawing.Size(88, 24);
     this.btnSeach.TabIndex   = 0;
     this.btnSeach.Text       = "Search";
     this.btnSeach.Click     += new System.EventHandler(this.btnSeach_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.dtpCreateTime);
     this.groupBox1.Controls.Add(this.dtpLastUpdate);
     this.groupBox1.Controls.Add(this.cboTable);
     this.groupBox1.Controls.Add(this.cboOperation);
     this.groupBox1.Controls.Add(this.txtUPLIFTUser);
     this.groupBox1.Controls.Add(this.lblTable);
     this.groupBox1.Controls.Add(this.lblOperation);
     this.groupBox1.Controls.Add(this.lblCreateDate);
     this.groupBox1.Controls.Add(this.lblLastUpdate);
     this.groupBox1.Controls.Add(this.lblUserName);
     this.groupBox1.Controls.Add(this.btnSeach);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(776, 72);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // dtpCreateTime
     //
     this.dtpCreateTime.Checked       = false;
     this.dtpCreateTime.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpCreateTime.Location      = new System.Drawing.Point(95, 44);
     this.dtpCreateTime.Name          = "dtpCreateTime";
     this.dtpCreateTime.ShowCheckBox  = true;
     this.dtpCreateTime.Size          = new System.Drawing.Size(120, 20);
     this.dtpCreateTime.TabIndex      = 3;
     this.dtpCreateTime.ValueChanged += new System.EventHandler(this.dtpCreateTime_ValueChanged);
     //
     // dtpLastUpdate
     //
     this.dtpLastUpdate.Checked       = false;
     this.dtpLastUpdate.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpLastUpdate.Location      = new System.Drawing.Point(307, 44);
     this.dtpLastUpdate.Name          = "dtpLastUpdate";
     this.dtpLastUpdate.ShowCheckBox  = true;
     this.dtpLastUpdate.Size          = new System.Drawing.Size(120, 20);
     this.dtpLastUpdate.TabIndex      = 4;
     this.dtpLastUpdate.ValueChanged += new System.EventHandler(this.dtpLastUpdate_ValueChanged);
     //
     // cboTable
     //
     this.cboTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTable.Items.AddRange(new object[] {
         "[ALL]",
         "GENERAL_DELIVERY_WEIGHT",
         "GENERAL_SKU_PRIORITY",
         "GENERAL_SKU_MASTER",
         "GENERAL_PROMOTION",
         "GENERAL_PROMOTION_WEEK",
         "GENERAL_PROMOTION_CUST_WEEK",
         "GENERAL_PROMOTION_CUST",
         "GENERAL_PROMOTION_REGION",
         "GENERAL_SKU_PRIORITY_DETAIL",
         "GENERAL_PROMOTION_CUST",
         "GENERAL_DEFINE_ORDER_SPLIT_HEADER",
         "GENERAL_DEFINE_ORDER_SPLIT_DETAIL",
         "GENERAL_SP_SPECIAL",
         "GENERAL_SP_STANDARD",
         "GENERAL_PROMOTION_REGION_SWAP",
         "GENERAL_PROMOTION_CUST_SWAP"
     });
     this.cboTable.Location = new System.Drawing.Point(427, 16);
     this.cboTable.Name     = "cboTable";
     this.cboTable.Size     = new System.Drawing.Size(232, 21);
     this.cboTable.TabIndex = 2;
     //
     // cboOperation
     //
     this.cboOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOperation.Items.AddRange(new object[] {
         "[ALL]",
         "Added",
         "Modified"
     });
     this.cboOperation.Location = new System.Drawing.Point(539, 43);
     this.cboOperation.Name     = "cboOperation";
     this.cboOperation.Size     = new System.Drawing.Size(120, 21);
     this.cboOperation.TabIndex = 5;
     //
     // txtUPLIFTUser
     //
     this.txtUPLIFTUser.Location  = new System.Drawing.Point(95, 20);
     this.txtUPLIFTUser.MaxLength = 200;
     this.txtUPLIFTUser.Name      = "txtUPLIFTUser";
     this.txtUPLIFTUser.Size      = new System.Drawing.Size(176, 20);
     this.txtUPLIFTUser.TabIndex  = 1;
     //
     // lblTable
     //
     this.lblTable.Location  = new System.Drawing.Point(285, 10);
     this.lblTable.Name      = "lblTable";
     this.lblTable.Size      = new System.Drawing.Size(115, 23);
     this.lblTable.TabIndex  = 5;
     this.lblTable.Text      = "Table Name";
     this.lblTable.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblOperation
     //
     this.lblOperation.Location  = new System.Drawing.Point(433, 43);
     this.lblOperation.Name      = "lblOperation";
     this.lblOperation.Size      = new System.Drawing.Size(100, 18);
     this.lblOperation.TabIndex  = 4;
     this.lblOperation.Text      = "Operation";
     this.lblOperation.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblCreateDate
     //
     this.lblCreateDate.Location  = new System.Drawing.Point(8, 43);
     this.lblCreateDate.Name      = "lblCreateDate";
     this.lblCreateDate.Size      = new System.Drawing.Size(100, 18);
     this.lblCreateDate.TabIndex  = 3;
     this.lblCreateDate.Text      = "Created Date";
     this.lblCreateDate.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblLastUpdate
     //
     this.lblLastUpdate.Location  = new System.Drawing.Point(221, 44);
     this.lblLastUpdate.Name      = "lblLastUpdate";
     this.lblLastUpdate.Size      = new System.Drawing.Size(100, 18);
     this.lblLastUpdate.TabIndex  = 2;
     this.lblLastUpdate.Text      = "Last Updated";
     this.lblLastUpdate.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblUserName
     //
     this.lblUserName.Location  = new System.Drawing.Point(8, 14);
     this.lblUserName.Name      = "lblUserName";
     this.lblUserName.Size      = new System.Drawing.Size(100, 23);
     this.lblUserName.TabIndex  = 1;
     this.lblUserName.Text      = "User Name";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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.Image        = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location     = new System.Drawing.Point(672, 16);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(96, 24);
     this.btnClose.TabIndex     = 3;
     this.btnClose.Text         = "Close";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.btnClose);
     this.groupBox2.Location = new System.Drawing.Point(8, 84);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(776, 48);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 184);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(776, 3);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // grdDetail
     //
     this.grdDetail.DataMember      = "";
     this.grdDetail.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.grdDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdDetail.Location        = new System.Drawing.Point(0, 184);
     this.grdDetail.Name            = "grdDetail";
     this.grdDetail.ReadOnly        = true;
     this.grdDetail.Size            = new System.Drawing.Size(776, 160);
     this.grdDetail.TabIndex        = 2;
     this.grdDetail.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.stlDetail
     });
     //
     // stlDetail
     //
     this.stlDetail.DataGrid = this.grdDetail;
     this.stlDetail.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.column1,
         this.column2
     });
     this.stlDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // column1
     //
     this.column1.Format     = "";
     this.column1.FormatInfo = null;
     this.column1.Width      = 75;
     //
     // column2
     //
     this.column2.Format     = "";
     this.column2.FormatInfo = null;
     this.column2.Width      = 75;
     //
     // grdGeneral
     //
     this.grdGeneral.DataMember      = "";
     this.grdGeneral.Dock            = System.Windows.Forms.DockStyle.Top;
     this.grdGeneral.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdGeneral.Location        = new System.Drawing.Point(0, 0);
     this.grdGeneral.Name            = "grdGeneral";
     this.grdGeneral.ReadOnly        = true;
     this.grdGeneral.Size            = new System.Drawing.Size(776, 184);
     this.grdGeneral.TabIndex        = 1;
     this.grdGeneral.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     this.grdGeneral.CurrentCellChanged += new System.EventHandler(this.grdGeneral_CurrentCellChanged);
     this.grdGeneral.Click += new System.EventHandler(this.grdGeneral_Click);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grdGeneral;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.colCreate_User,
         this.colCreate_Date,
         this.colUpdate_User,
         this.colUpdate_Time,
         this.colTableName
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // colCreate_User
     //
     this.colCreate_User.Format      = "";
     this.colCreate_User.FormatInfo  = null;
     this.colCreate_User.HeaderText  = "Created By";
     this.colCreate_User.MappingName = "CREATE_USER";
     this.colCreate_User.ReadOnly    = true;
     this.colCreate_User.Width       = 75;
     //
     // colCreate_Date
     //
     this.colCreate_Date.Format      = "";
     this.colCreate_Date.FormatInfo  = null;
     this.colCreate_Date.HeaderText  = "Created Date";
     this.colCreate_Date.MappingName = "CREATE_TIME";
     this.colCreate_Date.ReadOnly    = true;
     this.colCreate_Date.Width       = 75;
     //
     // colUpdate_User
     //
     this.colUpdate_User.Format      = "";
     this.colUpdate_User.FormatInfo  = null;
     this.colUpdate_User.HeaderText  = "Last Update By";
     this.colUpdate_User.MappingName = "UPDATE_USER";
     this.colUpdate_User.ReadOnly    = true;
     this.colUpdate_User.Width       = 75;
     //
     // colUpdate_Time
     //
     this.colUpdate_Time.Format      = "";
     this.colUpdate_Time.FormatInfo  = null;
     this.colUpdate_Time.HeaderText  = "Last Update Time";
     this.colUpdate_Time.MappingName = "UPDATE_TIME";
     this.colUpdate_Time.ReadOnly    = true;
     this.colUpdate_Time.Width       = 75;
     //
     // colTableName
     //
     this.colTableName.Format      = "";
     this.colTableName.FormatInfo  = null;
     this.colTableName.HeaderText  = "Table Name";
     this.colTableName.MappingName = "TABLE_NAME";
     this.colTableName.ReadOnly    = true;
     this.colTableName.Width       = 75;
     //
     // pnlMain
     //
     this.pnlMain.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.pnlMain.Controls.Add(this.splitter1);
     this.pnlMain.Controls.Add(this.grdDetail);
     this.pnlMain.Controls.Add(this.grdGeneral);
     this.pnlMain.Location = new System.Drawing.Point(8, 140);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(776, 344);
     this.pnlMain.TabIndex = 5;
     //
     // frmHistoryTracking
     //
     this.AcceptButton      = this.btnSeach;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(792, 493);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pnlMain);
     this.Name  = "frmHistoryTracking";
     this.Text  = "History Tracking";
     this.Load += new System.EventHandler(this.frmHistoryTracking_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdGeneral)).EndInit();
     this.pnlMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#29
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(frmLogin));
     this.ep = new System.Windows.Forms.ErrorProvider(this.components);
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.btnLogin = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // txtUserName
     //
     this.txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtUserName.Location = new System.Drawing.Point(218, 78);
     this.txtUserName.MaxLength = 20;
     this.txtUserName.Multiline = true;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(158, 15);
     this.txtUserName.TabIndex = 0;
     //
     // txtPassword
     //
     this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPassword.Location = new System.Drawing.Point(219, 128);
     this.txtPassword.MaxLength = 20;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(160, 13);
     this.txtPassword.TabIndex = 1;
     //
     // btnLogin
     //
     this.btnLogin.BackColor = System.Drawing.Color.Transparent;
     this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
     this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btnLogin.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Red;
     this.btnLogin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.ForeColor = System.Drawing.Color.Transparent;
     this.btnLogin.Location = new System.Drawing.Point(214, 158);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Size = new System.Drawing.Size(81, 31);
     this.btnLogin.TabIndex = 2;
     this.btnLogin.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLogin.UseVisualStyleBackColor = false;
     this.btnLogin.Click += new System.EventHandler(this.btnLogIn_Click);
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.ForeColor = System.Drawing.Color.Transparent;
     this.btnCancel.Location = new System.Drawing.Point(301, 158);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(81, 31);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmLogin
     //
     this.AcceptButton = this.btnLogin;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(400, 244);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmLogin_Closing);
     this.Load += new System.EventHandler(this.frmLogIn_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#30
0
 private void InitializeComponent()
 {
     this.txtTargetBrute   = new System.Windows.Forms.TextBox();
     this.lblHost          = new System.Windows.Forms.Label();
     this.txtUserBrute     = new System.Windows.Forms.TextBox();
     this.txtPasswordBrute = new System.Windows.Forms.TextBox();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     this.btnPasswordlist  = new DotNetSkin.SkinControls.SkinButton();
     this.btnStartBrute    = new DotNetSkin.SkinControls.SkinButtonGreen();
     this.txtPasswordIs    = new System.Windows.Forms.TextBox();
     this.lblPasswordIs    = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.txtPortBrute     = new System.Windows.Forms.TextBox();
     this.stsBrute         = new System.Windows.Forms.StatusBar();
     this.chkboxDebug      = new DotNetSkin.SkinControls.SkinCheckBox();
     this.chkboxmssql      = new DotNetSkin.SkinControls.SkinRadioButton();
     this.chkboxmysql      = new DotNetSkin.SkinControls.SkinRadioButton();
     this.btnStopit        = new DotNetSkin.SkinControls.SkinButtonRed();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.txtboxDebug      = new System.Windows.Forms.RichTextBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtTargetBrute
     //
     this.txtTargetBrute.Location = new System.Drawing.Point(90, 12);
     this.txtTargetBrute.Name     = "txtTargetBrute";
     this.txtTargetBrute.Size     = new System.Drawing.Size(144, 18);
     this.txtTargetBrute.TabIndex = 5;
     this.txtTargetBrute.Text     = "";
     //
     // lblHost
     //
     this.lblHost.Location = new System.Drawing.Point(48, 12);
     this.lblHost.Name     = "lblHost";
     this.lblHost.Size     = new System.Drawing.Size(34, 14);
     this.lblHost.TabIndex = 4;
     this.lblHost.Text     = "Target";
     //
     // txtUserBrute
     //
     this.txtUserBrute.Location = new System.Drawing.Point(90, 40);
     this.txtUserBrute.Name     = "txtUserBrute";
     this.txtUserBrute.Size     = new System.Drawing.Size(144, 18);
     this.txtUserBrute.TabIndex = 6;
     this.txtUserBrute.Text     = "admin";
     //
     // txtPasswordBrute
     //
     this.txtPasswordBrute.Location = new System.Drawing.Point(90, 68);
     this.txtPasswordBrute.Name     = "txtPasswordBrute";
     this.txtPasswordBrute.Size     = new System.Drawing.Size(144, 18);
     this.txtPasswordBrute.TabIndex = 7;
     this.txtPasswordBrute.Text     = "";
     //
     // btnPasswordlist
     //
     this.btnPasswordlist.Location = new System.Drawing.Point(238, 68);
     this.btnPasswordlist.Name     = "btnPasswordlist";
     this.btnPasswordlist.Size     = new System.Drawing.Size(88, 20);
     this.btnPasswordlist.TabIndex = 10;
     this.btnPasswordlist.Text     = "File Locate";
     this.btnPasswordlist.Click   += new System.EventHandler(this.btnPasswordlist_Click);
     //
     // btnStartBrute
     //
     this.btnStartBrute.Location = new System.Drawing.Point(12, 154);
     this.btnStartBrute.Name     = "btnStartBrute";
     this.btnStartBrute.Size     = new System.Drawing.Size(318, 20);
     this.btnStartBrute.TabIndex = 11;
     this.btnStartBrute.Text     = "Start";
     this.btnStartBrute.Click   += new System.EventHandler(this.btnStartBrute_Click_1);
     //
     // txtPasswordIs
     //
     this.txtPasswordIs.Location = new System.Drawing.Point(90, 126);
     this.txtPasswordIs.Name     = "txtPasswordIs";
     this.txtPasswordIs.ReadOnly = true;
     this.txtPasswordIs.Size     = new System.Drawing.Size(144, 18);
     this.txtPasswordIs.TabIndex = 12;
     this.txtPasswordIs.Text     = "";
     //
     // lblPasswordIs
     //
     this.lblPasswordIs.Location = new System.Drawing.Point(18, 128);
     this.lblPasswordIs.Name     = "lblPasswordIs";
     this.lblPasswordIs.Size     = new System.Drawing.Size(64, 16);
     this.lblPasswordIs.TabIndex = 13;
     this.lblPasswordIs.Text     = "Password is:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(30, 42);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 14);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Username";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 68);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 14);
     this.label2.TabIndex = 16;
     this.label2.Text     = "Password File";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(58, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(24, 14);
     this.label3.TabIndex = 17;
     this.label3.Text     = "Port";
     //
     // txtPortBrute
     //
     this.txtPortBrute.Location = new System.Drawing.Point(90, 94);
     this.txtPortBrute.Name     = "txtPortBrute";
     this.txtPortBrute.Size     = new System.Drawing.Size(144, 18);
     this.txtPortBrute.TabIndex = 18;
     this.txtPortBrute.Text     = "1433";
     //
     // stsBrute
     //
     this.stsBrute.Location = new System.Drawing.Point(0, 530);
     this.stsBrute.Name     = "stsBrute";
     this.stsBrute.Size     = new System.Drawing.Size(332, 22);
     this.stsBrute.TabIndex = 19;
     this.stsBrute.Text     = "Brute force status";
     //
     // chkboxDebug
     //
     this.chkboxDebug.BackColor = System.Drawing.Color.Transparent;
     this.chkboxDebug.Location  = new System.Drawing.Point(244, 96);
     this.chkboxDebug.Name      = "chkboxDebug";
     this.chkboxDebug.Size      = new System.Drawing.Size(86, 18);
     this.chkboxDebug.TabIndex  = 21;
     this.chkboxDebug.Text      = "Show debug";
     //
     // chkboxmssql
     //
     this.chkboxmssql.BackColor       = System.Drawing.Color.Transparent;
     this.chkboxmssql.Checked         = true;
     this.chkboxmssql.Location        = new System.Drawing.Point(244, 16);
     this.chkboxmssql.Name            = "chkboxmssql";
     this.chkboxmssql.Size            = new System.Drawing.Size(64, 14);
     this.chkboxmssql.TabIndex        = 22;
     this.chkboxmssql.TabStop         = true;
     this.chkboxmssql.Text            = "MSSQL";
     this.chkboxmssql.CheckedChanged += new System.EventHandler(this.chkboxmssql_CheckedChanged);
     //
     // chkboxmysql
     //
     this.chkboxmysql.BackColor = System.Drawing.Color.Transparent;
     this.chkboxmysql.Location  = new System.Drawing.Point(244, 40);
     this.chkboxmysql.Name      = "chkboxmysql";
     this.chkboxmysql.Size      = new System.Drawing.Size(64, 16);
     this.chkboxmysql.TabIndex  = 23;
     this.chkboxmysql.Text      = "MySQL";
     //
     // btnStopit
     //
     this.btnStopit.Location = new System.Drawing.Point(12, 178);
     this.btnStopit.Name     = "btnStopit";
     this.btnStopit.Size     = new System.Drawing.Size(318, 20);
     this.btnStopit.TabIndex = 24;
     this.btnStopit.Text     = "Stop";
     this.btnStopit.Click   += new System.EventHandler(this.skinButtonRed1_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Silver;
     this.panel1.Controls.Add(this.btnPasswordlist);
     this.panel1.Controls.Add(this.txtUserBrute);
     this.panel1.Controls.Add(this.txtPasswordBrute);
     this.panel1.Controls.Add(this.btnStopit);
     this.panel1.Controls.Add(this.chkboxmysql);
     this.panel1.Controls.Add(this.chkboxmssql);
     this.panel1.Controls.Add(this.chkboxDebug);
     this.panel1.Controls.Add(this.lblHost);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtPortBrute);
     this.panel1.Controls.Add(this.txtTargetBrute);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.lblPasswordIs);
     this.panel1.Controls.Add(this.txtPasswordIs);
     this.panel1.Controls.Add(this.btnStartBrute);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 316);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(332, 214);
     this.panel1.TabIndex = 25;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtboxDebug);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(332, 316);
     this.panel2.TabIndex = 26;
     //
     // txtboxDebug
     //
     this.txtboxDebug.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtboxDebug.Location = new System.Drawing.Point(0, 0);
     this.txtboxDebug.Name     = "txtboxDebug";
     this.txtboxDebug.Size     = new System.Drawing.Size(332, 316);
     this.txtboxDebug.TabIndex = 0;
     this.txtboxDebug.Text     = "";
     //
     // MySlideForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 11);
     this.ClientSize        = new System.Drawing.Size(332, 552);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.stsBrute);
     this.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F);
     this.Name = "MySlideForm";
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#31
0
		private void InitializeComponent()
		{
			this.txtTargetBrute = new System.Windows.Forms.TextBox();
			this.lblHost = new System.Windows.Forms.Label();
			this.txtUserBrute = new System.Windows.Forms.TextBox();
			this.txtPasswordBrute = new System.Windows.Forms.TextBox();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.btnPasswordlist = new DotNetSkin.SkinControls.SkinButton();
			this.btnStartBrute = new DotNetSkin.SkinControls.SkinButtonGreen();
			this.txtPasswordIs = new System.Windows.Forms.TextBox();
			this.lblPasswordIs = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.txtPortBrute = new System.Windows.Forms.TextBox();
			this.stsBrute = new System.Windows.Forms.StatusBar();
			this.chkboxDebug = new DotNetSkin.SkinControls.SkinCheckBox();
			this.chkboxmssql = new DotNetSkin.SkinControls.SkinRadioButton();
			this.chkboxmysql = new DotNetSkin.SkinControls.SkinRadioButton();
			this.btnStopit = new DotNetSkin.SkinControls.SkinButtonRed();
			this.panel1 = new System.Windows.Forms.Panel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.txtboxDebug = new System.Windows.Forms.RichTextBox();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// txtTargetBrute
			// 
			this.txtTargetBrute.Location = new System.Drawing.Point(90, 12);
			this.txtTargetBrute.Name = "txtTargetBrute";
			this.txtTargetBrute.Size = new System.Drawing.Size(144, 18);
			this.txtTargetBrute.TabIndex = 5;
			this.txtTargetBrute.Text = "";
			// 
			// lblHost
			// 
			this.lblHost.Location = new System.Drawing.Point(48, 12);
			this.lblHost.Name = "lblHost";
			this.lblHost.Size = new System.Drawing.Size(34, 14);
			this.lblHost.TabIndex = 4;
			this.lblHost.Text = "Target";
			// 
			// txtUserBrute
			// 
			this.txtUserBrute.Location = new System.Drawing.Point(90, 40);
			this.txtUserBrute.Name = "txtUserBrute";
			this.txtUserBrute.Size = new System.Drawing.Size(144, 18);
			this.txtUserBrute.TabIndex = 6;
			this.txtUserBrute.Text = "admin";
			// 
			// txtPasswordBrute
			// 
			this.txtPasswordBrute.Location = new System.Drawing.Point(90, 68);
			this.txtPasswordBrute.Name = "txtPasswordBrute";
			this.txtPasswordBrute.Size = new System.Drawing.Size(144, 18);
			this.txtPasswordBrute.TabIndex = 7;
			this.txtPasswordBrute.Text = "";
			// 
			// btnPasswordlist
			// 
			this.btnPasswordlist.Location = new System.Drawing.Point(238, 68);
			this.btnPasswordlist.Name = "btnPasswordlist";
			this.btnPasswordlist.Size = new System.Drawing.Size(88, 20);
			this.btnPasswordlist.TabIndex = 10;
			this.btnPasswordlist.Text = "File Locate";
			this.btnPasswordlist.Click += new System.EventHandler(this.btnPasswordlist_Click);
			// 
			// btnStartBrute
			// 
			this.btnStartBrute.Location = new System.Drawing.Point(12, 154);
			this.btnStartBrute.Name = "btnStartBrute";
			this.btnStartBrute.Size = new System.Drawing.Size(318, 20);
			this.btnStartBrute.TabIndex = 11;
			this.btnStartBrute.Text = "Start";
			this.btnStartBrute.Click += new System.EventHandler(this.btnStartBrute_Click_1);
			// 
			// txtPasswordIs
			// 
			this.txtPasswordIs.Location = new System.Drawing.Point(90, 126);
			this.txtPasswordIs.Name = "txtPasswordIs";
			this.txtPasswordIs.ReadOnly = true;
			this.txtPasswordIs.Size = new System.Drawing.Size(144, 18);
			this.txtPasswordIs.TabIndex = 12;
			this.txtPasswordIs.Text = "";
			// 
			// lblPasswordIs
			// 
			this.lblPasswordIs.Location = new System.Drawing.Point(18, 128);
			this.lblPasswordIs.Name = "lblPasswordIs";
			this.lblPasswordIs.Size = new System.Drawing.Size(64, 16);
			this.lblPasswordIs.TabIndex = 13;
			this.lblPasswordIs.Text = "Password is:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(30, 42);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(52, 14);
			this.label1.TabIndex = 15;
			this.label1.Text = "Username";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(12, 68);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(70, 14);
			this.label2.TabIndex = 16;
			this.label2.Text = "Password File";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(58, 96);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(24, 14);
			this.label3.TabIndex = 17;
			this.label3.Text = "Port";
			// 
			// txtPortBrute
			// 
			this.txtPortBrute.Location = new System.Drawing.Point(90, 94);
			this.txtPortBrute.Name = "txtPortBrute";
			this.txtPortBrute.Size = new System.Drawing.Size(144, 18);
			this.txtPortBrute.TabIndex = 18;
			this.txtPortBrute.Text = "1433";
			// 
			// stsBrute
			// 
			this.stsBrute.Location = new System.Drawing.Point(0, 530);
			this.stsBrute.Name = "stsBrute";
			this.stsBrute.Size = new System.Drawing.Size(332, 22);
			this.stsBrute.TabIndex = 19;
			this.stsBrute.Text = "Brute force status";
			// 
			// chkboxDebug
			// 
			this.chkboxDebug.BackColor = System.Drawing.Color.Transparent;
			this.chkboxDebug.Location = new System.Drawing.Point(244, 96);
			this.chkboxDebug.Name = "chkboxDebug";
			this.chkboxDebug.Size = new System.Drawing.Size(86, 18);
			this.chkboxDebug.TabIndex = 21;
			this.chkboxDebug.Text = "Show debug";
			// 
			// chkboxmssql
			// 
			this.chkboxmssql.BackColor = System.Drawing.Color.Transparent;
			this.chkboxmssql.Checked = true;
			this.chkboxmssql.Location = new System.Drawing.Point(244, 16);
			this.chkboxmssql.Name = "chkboxmssql";
			this.chkboxmssql.Size = new System.Drawing.Size(64, 14);
			this.chkboxmssql.TabIndex = 22;
			this.chkboxmssql.TabStop = true;
			this.chkboxmssql.Text = "MSSQL";
			this.chkboxmssql.CheckedChanged += new System.EventHandler(this.chkboxmssql_CheckedChanged);
			// 
			// chkboxmysql
			// 
			this.chkboxmysql.BackColor = System.Drawing.Color.Transparent;
			this.chkboxmysql.Location = new System.Drawing.Point(244, 40);
			this.chkboxmysql.Name = "chkboxmysql";
			this.chkboxmysql.Size = new System.Drawing.Size(64, 16);
			this.chkboxmysql.TabIndex = 23;
			this.chkboxmysql.Text = "MySQL";
			// 
			// btnStopit
			// 
			this.btnStopit.Location = new System.Drawing.Point(12, 178);
			this.btnStopit.Name = "btnStopit";
			this.btnStopit.Size = new System.Drawing.Size(318, 20);
			this.btnStopit.TabIndex = 24;
			this.btnStopit.Text = "Stop";
			this.btnStopit.Click += new System.EventHandler(this.skinButtonRed1_Click);
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.Silver;
			this.panel1.Controls.Add(this.btnPasswordlist);
			this.panel1.Controls.Add(this.txtUserBrute);
			this.panel1.Controls.Add(this.txtPasswordBrute);
			this.panel1.Controls.Add(this.btnStopit);
			this.panel1.Controls.Add(this.chkboxmysql);
			this.panel1.Controls.Add(this.chkboxmssql);
			this.panel1.Controls.Add(this.chkboxDebug);
			this.panel1.Controls.Add(this.lblHost);
			this.panel1.Controls.Add(this.label3);
			this.panel1.Controls.Add(this.txtPortBrute);
			this.panel1.Controls.Add(this.txtTargetBrute);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.label1);
			this.panel1.Controls.Add(this.lblPasswordIs);
			this.panel1.Controls.Add(this.txtPasswordIs);
			this.panel1.Controls.Add(this.btnStartBrute);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel1.Location = new System.Drawing.Point(0, 316);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(332, 214);
			this.panel1.TabIndex = 25;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.txtboxDebug);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(332, 316);
			this.panel2.TabIndex = 26;
			// 
			// txtboxDebug
			// 
			this.txtboxDebug.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtboxDebug.Location = new System.Drawing.Point(0, 0);
			this.txtboxDebug.Name = "txtboxDebug";
			this.txtboxDebug.Size = new System.Drawing.Size(332, 316);
			this.txtboxDebug.TabIndex = 0;
			this.txtboxDebug.Text = "";
			// 
			// MySlideForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 11);
			this.ClientSize = new System.Drawing.Size(332, 552);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.stsBrute);
			this.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F);
			this.Name = "MySlideForm";
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmNXB));
     this.lvNXB          = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.btnThem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoát       = new DotNetSkin.SkinControls.SkinButton();
     this.btnBoqua       = new DotNetSkin.SkinControls.SkinButton();
     this.btnLuu         = new DotNetSkin.SkinControls.SkinButton();
     this.btnSua         = new DotNetSkin.SkinControls.SkinButton();
     this.btnXoa         = new DotNetSkin.SkinControls.SkinButton();
     this.panel1         = new System.Windows.Forms.Panel();
     this.txtThongTinNXB = new System.Windows.Forms.TextBox();
     this.txtWSNXB       = new System.Windows.Forms.TextBox();
     this.txtDCNXB       = new System.Windows.Forms.TextBox();
     this.txtTenNXB      = new System.Windows.Forms.TextBox();
     this.txtMaNXB       = new System.Windows.Forms.TextBox();
     this.label5         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lvNXB
     //
     this.lvNXB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvNXB.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.lvNXB.FullRowSelect         = true;
     this.lvNXB.GridLines             = true;
     this.lvNXB.Location              = new System.Drawing.Point(160, 208);
     this.lvNXB.Name                  = "lvNXB";
     this.lvNXB.Size                  = new System.Drawing.Size(464, 168);
     this.lvNXB.TabIndex              = 4;
     this.lvNXB.View                  = System.Windows.Forms.View.Details;
     this.lvNXB.SelectedIndexChanged += new System.EventHandler(this.lvNXB_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "STT";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã NXB";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Tên NXB";
     this.columnHeader3.Width = 300;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "DC";
     this.columnHeader4.Width = 0;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "WS";
     this.columnHeader5.Width = 0;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "TT";
     this.columnHeader6.Width = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnThem);
     this.groupBox3.Controls.Add(this.btnThoát);
     this.groupBox3.Controls.Add(this.btnBoqua);
     this.groupBox3.Controls.Add(this.btnLuu);
     this.groupBox3.Controls.Add(this.btnSua);
     this.groupBox3.Controls.Add(this.btnXoa);
     this.groupBox3.Location = new System.Drawing.Point(184, 376);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(424, 64);
     this.groupBox3.TabIndex = 13;
     this.groupBox3.TabStop  = false;
     //
     // btnThem
     //
     this.btnThem.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThem.Image      = ((System.Drawing.Image)(resources.GetObject("btnThem.Image")));
     this.btnThem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThem.Location   = new System.Drawing.Point(48, 16);
     this.btnThem.Name       = "btnThem";
     this.btnThem.Size       = new System.Drawing.Size(48, 40);
     this.btnThem.TabIndex   = 17;
     this.btnThem.Text       = "Thêm";
     this.btnThem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThem.Click     += new System.EventHandler(this.btnThem_Click);
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(328, 16);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(48, 40);
     this.btnThoát.TabIndex   = 16;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnBoqua
     //
     this.btnBoqua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("btnBoqua.Image")));
     this.btnBoqua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBoqua.Location   = new System.Drawing.Point(272, 16);
     this.btnBoqua.Name       = "btnBoqua";
     this.btnBoqua.Size       = new System.Drawing.Size(48, 40);
     this.btnBoqua.TabIndex   = 15;
     this.btnBoqua.Text       = "Bỏ qua";
     this.btnBoqua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBoqua.Click     += new System.EventHandler(this.btnBoqua_Click);
     //
     // btnLuu
     //
     this.btnLuu.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnLuu.Image      = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLuu.Location   = new System.Drawing.Point(216, 16);
     this.btnLuu.Name       = "btnLuu";
     this.btnLuu.Size       = new System.Drawing.Size(48, 40);
     this.btnLuu.TabIndex   = 14;
     this.btnLuu.Text       = "Lưu";
     this.btnLuu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLuu.Click     += new System.EventHandler(this.btnLuu_Click);
     //
     // btnSua
     //
     this.btnSua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSua.Image      = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
     this.btnSua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSua.Location   = new System.Drawing.Point(160, 16);
     this.btnSua.Name       = "btnSua";
     this.btnSua.Size       = new System.Drawing.Size(48, 40);
     this.btnSua.TabIndex   = 13;
     this.btnSua.Text       = "Sữa";
     this.btnSua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSua.Click     += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnXoa.Image      = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXoa.Location   = new System.Drawing.Point(104, 16);
     this.btnXoa.Name       = "btnXoa";
     this.btnXoa.Size       = new System.Drawing.Size(48, 40);
     this.btnXoa.TabIndex   = 12;
     this.btnXoa.Text       = "Xóa";
     this.btnXoa.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXoa.Click     += new System.EventHandler(this.btnXoa_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.txtThongTinNXB);
     this.panel1.Controls.Add(this.txtWSNXB);
     this.panel1.Controls.Add(this.txtDCNXB);
     this.panel1.Controls.Add(this.txtTenNXB);
     this.panel1.Controls.Add(this.txtMaNXB);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(160, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(464, 200);
     this.panel1.TabIndex = 14;
     //
     // txtThongTinNXB
     //
     this.txtThongTinNXB.Location  = new System.Drawing.Point(88, 144);
     this.txtThongTinNXB.MaxLength = 1000;
     this.txtThongTinNXB.Multiline = true;
     this.txtThongTinNXB.Name      = "txtThongTinNXB";
     this.txtThongTinNXB.Size      = new System.Drawing.Size(352, 48);
     this.txtThongTinNXB.TabIndex  = 22;
     this.txtThongTinNXB.Text      = "";
     //
     // txtWSNXB
     //
     this.txtWSNXB.Location  = new System.Drawing.Point(88, 96);
     this.txtWSNXB.MaxLength = 50;
     this.txtWSNXB.Name      = "txtWSNXB";
     this.txtWSNXB.Size      = new System.Drawing.Size(256, 20);
     this.txtWSNXB.TabIndex  = 20;
     this.txtWSNXB.Text      = "";
     //
     // txtDCNXB
     //
     this.txtDCNXB.Location  = new System.Drawing.Point(88, 64);
     this.txtDCNXB.MaxLength = 100;
     this.txtDCNXB.Name      = "txtDCNXB";
     this.txtDCNXB.Size      = new System.Drawing.Size(360, 20);
     this.txtDCNXB.TabIndex  = 18;
     this.txtDCNXB.Text      = "";
     //
     // txtTenNXB
     //
     this.txtTenNXB.Location  = new System.Drawing.Point(88, 32);
     this.txtTenNXB.MaxLength = 200;
     this.txtTenNXB.Name      = "txtTenNXB";
     this.txtTenNXB.Size      = new System.Drawing.Size(176, 20);
     this.txtTenNXB.TabIndex  = 16;
     this.txtTenNXB.Text      = "";
     //
     // txtMaNXB
     //
     this.txtMaNXB.Location  = new System.Drawing.Point(88, 8);
     this.txtMaNXB.MaxLength = 9;
     this.txtMaNXB.Name      = "txtMaNXB";
     this.txtMaNXB.Size      = new System.Drawing.Size(112, 20);
     this.txtMaNXB.TabIndex  = 14;
     this.txtMaNXB.Text      = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 128);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(120, 16);
     this.label5.TabIndex = 21;
     this.label5.Text     = "Thông tin khác NXB";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 24);
     this.label3.TabIndex = 19;
     this.label3.Text     = "Website NXB";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 64);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 24);
     this.label4.TabIndex = 17;
     this.label4.Text     = "Địa chỉ NXB";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 24);
     this.label2.TabIndex = 15;
     this.label2.Text     = "Tên NXB";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 24);
     this.label1.TabIndex = 13;
     this.label1.Text     = "Mã NXB";
     //
     // frmNXB
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.lvNXB);
     this.Name        = "frmNXB";
     this.Text        = "NXB";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmNXB_Load);
     this.groupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTimSachMuon));
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.lvSachMuon    = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.panel1        = new System.Windows.Forms.Panel();
     this.optSachTra    = new System.Windows.Forms.RadioButton();
     this.optSachTre    = new System.Windows.Forms.RadioButton();
     this.optSachMuon   = new System.Windows.Forms.RadioButton();
     this.btnXem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoat      = new DotNetSkin.SkinControls.SkinButton();
     this.btnTim        = new DotNetSkin.SkinControls.SkinButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Số phiếu";
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Ngày mượn";
     this.columnHeader5.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Tên sách";
     this.columnHeader4.Width = 220;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "STT";
     //
     // lvSachMuon
     //
     this.lvSachMuon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvSachMuon.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.lvSachMuon.FullRowSelect = true;
     this.lvSachMuon.GridLines     = true;
     this.lvSachMuon.Location      = new System.Drawing.Point(8, 152);
     this.lvSachMuon.Name          = "lvSachMuon";
     this.lvSachMuon.Size          = new System.Drawing.Size(736, 288);
     this.lvSachMuon.TabIndex      = 7;
     this.lvSachMuon.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Họ tên DG";
     this.columnHeader3.Width = 200;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Hạn trả";
     this.columnHeader6.Width = 100;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.optSachTra);
     this.panel1.Controls.Add(this.optSachTre);
     this.panel1.Controls.Add(this.optSachMuon);
     this.panel1.Controls.Add(this.btnXem);
     this.panel1.Controls.Add(this.btnThoat);
     this.panel1.Controls.Add(this.btnTim);
     this.panel1.Location = new System.Drawing.Point(8, 16);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(736, 136);
     this.panel1.TabIndex = 6;
     //
     // optSachTra
     //
     this.optSachTra.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optSachTra.Location  = new System.Drawing.Point(24, 88);
     this.optSachTra.Name      = "optSachTra";
     this.optSachTra.Size      = new System.Drawing.Size(128, 32);
     this.optSachTra.TabIndex  = 50;
     this.optSachTra.Text      = "Số sách đã trả";
     //
     // optSachTre
     //
     this.optSachTre.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optSachTre.Location  = new System.Drawing.Point(24, 56);
     this.optSachTre.Name      = "optSachTre";
     this.optSachTre.Size      = new System.Drawing.Size(128, 32);
     this.optSachTre.TabIndex  = 49;
     this.optSachTre.Text      = "Số sách trả trể hạn";
     //
     // optSachMuon
     //
     this.optSachMuon.Checked   = true;
     this.optSachMuon.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optSachMuon.Location  = new System.Drawing.Point(24, 16);
     this.optSachMuon.Name      = "optSachMuon";
     this.optSachMuon.Size      = new System.Drawing.Size(128, 32);
     this.optSachMuon.TabIndex  = 48;
     this.optSachMuon.TabStop   = true;
     this.optSachMuon.Text      = "Số sách đang mượn";
     //
     // btnXem
     //
     this.btnXem.BackColor  = System.Drawing.Color.Transparent;
     this.btnXem.Image      = ((System.Drawing.Image)(resources.GetObject("btnXem.Image")));
     this.btnXem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXem.Location   = new System.Drawing.Point(352, 80);
     this.btnXem.Name       = "btnXem";
     this.btnXem.Size       = new System.Drawing.Size(72, 40);
     this.btnXem.TabIndex   = 46;
     this.btnXem.Text       = "In kết quả";
     this.btnXem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXem.Click     += new System.EventHandler(this.btnXem_Click);
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(432, 80);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(56, 40);
     this.btnThoat.TabIndex   = 45;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     //
     // btnTim
     //
     this.btnTim.BackColor  = System.Drawing.Color.Transparent;
     this.btnTim.Image      = ((System.Drawing.Image)(resources.GetObject("btnTim.Image")));
     this.btnTim.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnTim.Location   = new System.Drawing.Point(288, 80);
     this.btnTim.Name       = "btnTim";
     this.btnTim.Size       = new System.Drawing.Size(56, 40);
     this.btnTim.TabIndex   = 47;
     this.btnTim.Text       = "Tìm";
     this.btnTim.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnTim.Click     += new System.EventHandler(this.btnTim_Click);
     //
     // frmTimSachMuon
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.lvSachMuon);
     this.Controls.Add(this.panel1);
     this.Name = "frmTimSachMuon";
     this.Text = "frmTimSachMuon";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChiTietSach));
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.txtSL        = new System.Windows.Forms.TextBox();
     this.label9       = new System.Windows.Forms.Label();
     this.txtLanXB     = new System.Windows.Forms.TextBox();
     this.label8       = new System.Windows.Forms.Label();
     this.txtNamXB     = new System.Windows.Forms.TextBox();
     this.label7       = new System.Windows.Forms.Label();
     this.cboLoaiSach  = new System.Windows.Forms.ComboBox();
     this.label4       = new System.Windows.Forms.Label();
     this.cboNXB       = new System.Windows.Forms.ComboBox();
     this.txtNoiDungSL = new System.Windows.Forms.TextBox();
     this.label6       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.txtTacGia    = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.txtTenSach   = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.txtMaSach    = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.btnThoát     = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.txtSL);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.txtLanXB);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtNamXB);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cboLoaiSach);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cboNXB);
     this.groupBox1.Controls.Add(this.txtNoiDungSL);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtTacGia);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenSach);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaSach);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(392, 352);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     //
     // txtSL
     //
     this.txtSL.Location  = new System.Drawing.Point(88, 208);
     this.txtSL.MaxLength = 2;
     this.txtSL.Name      = "txtSL";
     this.txtSL.Size      = new System.Drawing.Size(48, 20);
     this.txtSL.TabIndex  = 22;
     this.txtSL.Text      = "";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 208);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(80, 16);
     this.label9.TabIndex = 21;
     this.label9.Text     = "Số lượng";
     //
     // txtLanXB
     //
     this.txtLanXB.Location  = new System.Drawing.Point(256, 176);
     this.txtLanXB.MaxLength = 2;
     this.txtLanXB.Name      = "txtLanXB";
     this.txtLanXB.Size      = new System.Drawing.Size(48, 20);
     this.txtLanXB.TabIndex  = 20;
     this.txtLanXB.Text      = "";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(184, 176);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(80, 16);
     this.label8.TabIndex = 19;
     this.label8.Text     = "Lần xuất bản";
     //
     // txtNamXB
     //
     this.txtNamXB.Location  = new System.Drawing.Point(88, 176);
     this.txtNamXB.MaxLength = 4;
     this.txtNamXB.Name      = "txtNamXB";
     this.txtNamXB.Size      = new System.Drawing.Size(72, 20);
     this.txtNamXB.TabIndex  = 18;
     this.txtNamXB.Text      = "";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 176);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(80, 16);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Năm xuất bản";
     //
     // cboLoaiSach
     //
     this.cboLoaiSach.Location = new System.Drawing.Point(88, 144);
     this.cboLoaiSach.Name     = "cboLoaiSach";
     this.cboLoaiSach.Size     = new System.Drawing.Size(112, 21);
     this.cboLoaiSach.TabIndex = 16;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 144);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 16);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Loại sách";
     //
     // cboNXB
     //
     this.cboNXB.Location = new System.Drawing.Point(88, 112);
     this.cboNXB.Name     = "cboNXB";
     this.cboNXB.Size     = new System.Drawing.Size(144, 21);
     this.cboNXB.TabIndex = 14;
     //
     // txtNoiDungSL
     //
     this.txtNoiDungSL.Location  = new System.Drawing.Point(16, 264);
     this.txtNoiDungSL.MaxLength = 4000;
     this.txtNoiDungSL.Multiline = true;
     this.txtNoiDungSL.Name      = "txtNoiDungSL";
     this.txtNoiDungSL.Size      = new System.Drawing.Size(360, 80);
     this.txtNoiDungSL.TabIndex  = 13;
     this.txtNoiDungSL.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 240);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(104, 16);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Nội dung tóm lược";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 112);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Nhà xuất bản";
     //
     // txtTacGia
     //
     this.txtTacGia.Location  = new System.Drawing.Point(88, 80);
     this.txtTacGia.MaxLength = 2000;
     this.txtTacGia.Name      = "txtTacGia";
     this.txtTacGia.Size      = new System.Drawing.Size(192, 20);
     this.txtTacGia.TabIndex  = 5;
     this.txtTacGia.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Tác giả";
     //
     // txtTenSach
     //
     this.txtTenSach.Location  = new System.Drawing.Point(88, 48);
     this.txtTenSach.MaxLength = 1000;
     this.txtTenSach.Name      = "txtTenSach";
     this.txtTenSach.Size      = new System.Drawing.Size(128, 20);
     this.txtTenSach.TabIndex  = 3;
     this.txtTenSach.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên sách";
     //
     // txtMaSach
     //
     this.txtMaSach.Location  = new System.Drawing.Point(88, 16);
     this.txtMaSach.MaxLength = 10;
     this.txtMaSach.Name      = "txtMaSach";
     this.txtMaSach.Size      = new System.Drawing.Size(88, 20);
     this.txtMaSach.TabIndex  = 1;
     this.txtMaSach.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã sách";
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(208, 368);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(48, 40);
     this.btnThoát.TabIndex   = 17;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoát_Click);
     //
     // frmChiTietSach
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(424, 430);
     this.ControlBox        = false;
     this.Controls.Add(this.btnThoát);
     this.Controls.Add(this.groupBox1);
     this.Name          = "frmChiTietSach";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Chi tiet";
     this.Load         += new System.EventHandler(this.frmChiTietSach_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#35
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(frmParameter));
     this.grdParam               = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label9         = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.panel3         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel4         = new System.Windows.Forms.Panel();
     this.lnkBrowse      = new System.Windows.Forms.LinkLabel();
     this.btnUpdate      = new DotNetSkin.SkinControls.SkinButton();
     this.txtParamValue  = new System.Windows.Forms.TextBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtParamName   = 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.groupBox2      = new System.Windows.Forms.GroupBox();
     this.btnClose       = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.lblParameter   = new System.Windows.Forms.Label();
     this.txtParameter   = new System.Windows.Forms.TextBox();
     this.btnView        = new DotNetSkin.SkinControls.SkinButton();
     this.cboParamGroup  = new System.Windows.Forms.ComboBox();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.grdParam)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // grdParam
     //
     this.grdParam.AllowSorting = false;
     this.grdParam.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.grdParam.CaptionVisible  = false;
     this.grdParam.DataMember      = "";
     this.grdParam.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grdParam.Location        = new System.Drawing.Point(5, 237);
     this.grdParam.Name            = "grdParam";
     this.grdParam.ReadOnly        = true;
     this.grdParam.Size            = new System.Drawing.Size(839, 250);
     this.grdParam.TabIndex        = 3;
     this.grdParam.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     this.grdParam.CurrentCellChanged += new System.EventHandler(this.grdParam_CurrentCellChanged);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting         = false;
     this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.AliceBlue;
     this.dataGridTableStyle1.DataGrid             = this.grdParam;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.dataGridTextBoxColumn1,
         this.dataGridTextBoxColumn2,
         this.dataGridTextBoxColumn3
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "Parameter Name";
     this.dataGridTextBoxColumn1.MappingName = "Param_Name";
     this.dataGridTextBoxColumn1.Width       = 190;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "Parameter Value";
     this.dataGridTextBoxColumn2.MappingName = "Param_Value";
     this.dataGridTextBoxColumn2.Width       = 135;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "Description";
     this.dataGridTextBoxColumn3.MappingName = "Description";
     this.dataGridTextBoxColumn3.Width       = 400;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Location = new System.Drawing.Point(8, 60);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(839, 64);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(32, 39);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(328, 16);
     this.label9.TabIndex = 21;
     this.label9.Tag      = "";
     this.label9.Text     = "WS: Parameters relate to Windows Service";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(400, 16);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(301, 16);
     this.label8.TabIndex = 16;
     this.label8.Tag      = "";
     this.label8.Text     = "SP: Parameters relate to Stock Policy";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(32, 16);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(328, 23);
     this.label5.TabIndex = 14;
     this.label5.Text     = "PPO: Parameters relate to Proposal purchase Order";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(400, 39);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(311, 23);
     this.label7.TabIndex = 14;
     this.label7.Text     = "OTHER: Other parameters";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.MediumBlue;
     this.panel3.Location  = new System.Drawing.Point(385, 20);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(8, 8);
     this.panel3.TabIndex  = 16;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.MediumBlue;
     this.panel2.Location  = new System.Drawing.Point(385, 43);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(8, 8);
     this.panel2.TabIndex  = 15;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.MediumBlue;
     this.panel1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.panel1.Location  = new System.Drawing.Point(16, 20);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(8, 8);
     this.panel1.TabIndex  = 14;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.MediumBlue;
     this.panel4.Location  = new System.Drawing.Point(16, 43);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(8, 8);
     this.panel4.TabIndex  = 17;
     //
     // lnkBrowse
     //
     this.lnkBrowse.Location     = new System.Drawing.Point(418, 79);
     this.lnkBrowse.Name         = "lnkBrowse";
     this.lnkBrowse.Size         = new System.Drawing.Size(24, 16);
     this.lnkBrowse.TabIndex     = 7;
     this.lnkBrowse.TabStop      = true;
     this.lnkBrowse.Text         = "[...]";
     this.lnkBrowse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkBrowse_LinkClicked);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.Image      = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Image")));
     this.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUpdate.Location   = new System.Drawing.Point(681, 70);
     this.btnUpdate.Name       = "btnUpdate";
     this.btnUpdate.Size       = new System.Drawing.Size(69, 23);
     this.btnUpdate.TabIndex   = 8;
     this.btnUpdate.Text       = "      Save";
     this.btnUpdate.Click     += new System.EventHandler(this.cmdUpdate_Click);
     //
     // txtParamValue
     //
     this.txtParamValue.Location  = new System.Drawing.Point(157, 80);
     this.txtParamValue.Name      = "txtParamValue";
     this.txtParamValue.Size      = new System.Drawing.Size(256, 20);
     this.txtParamValue.TabIndex  = 6;
     this.txtParamValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtParamValue_KeyPress);
     //
     // txtDescription
     //
     this.txtDescription.Enabled  = false;
     this.txtDescription.Location = new System.Drawing.Point(157, 48);
     this.txtDescription.Name     = "txtDescription";
     this.txtDescription.Size     = new System.Drawing.Size(256, 20);
     this.txtDescription.TabIndex = 5;
     //
     // txtParamName
     //
     this.txtParamName.Enabled  = false;
     this.txtParamName.Location = new System.Drawing.Point(157, 16);
     this.txtParamName.Name     = "txtParamName";
     this.txtParamName.Size     = new System.Drawing.Size(256, 20);
     this.txtParamName.TabIndex = 4;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 48);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(127, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Description";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(127, 23);
     this.label3.TabIndex = 5;
     this.label3.Text     = "ParameterValue";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(127, 23);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameter Name";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.btnClose);
     this.groupBox2.Controls.Add(this.txtParamName);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.txtParamValue);
     this.groupBox2.Controls.Add(this.lnkBrowse);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.txtDescription);
     this.groupBox2.Controls.Add(this.btnUpdate);
     this.groupBox2.Location = new System.Drawing.Point(8, 125);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(839, 105);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop  = false;
     //
     // btnClose
     //
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image      = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(759, 69);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(69, 23);
     this.btnClose.TabIndex   = 9;
     this.btnClose.Text       = "    Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lblParameter);
     this.groupBox3.Controls.Add(this.txtParameter);
     this.groupBox3.Controls.Add(this.btnView);
     this.groupBox3.Controls.Add(this.cboParamGroup);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Location = new System.Drawing.Point(8, 8);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(841, 50);
     this.groupBox3.TabIndex = 13;
     this.groupBox3.TabStop  = false;
     //
     // lblParameter
     //
     this.lblParameter.Location  = new System.Drawing.Point(471, 17);
     this.lblParameter.Name      = "lblParameter";
     this.lblParameter.Size      = new System.Drawing.Size(57, 17);
     this.lblParameter.TabIndex  = 14;
     this.lblParameter.Text      = "Param";
     this.lblParameter.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txtParameter
     //
     this.txtParameter.Location  = new System.Drawing.Point(547, 14);
     this.txtParameter.MaxLength = 20;
     this.txtParameter.Name      = "txtParameter";
     this.txtParameter.Size      = new System.Drawing.Size(113, 20);
     this.txtParameter.TabIndex  = 15;
     //
     // btnView
     //
     this.btnView.Image      = ((System.Drawing.Image)(resources.GetObject("btnView.Image")));
     this.btnView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnView.Location   = new System.Drawing.Point(681, 12);
     this.btnView.Name       = "btnView";
     this.btnView.Size       = new System.Drawing.Size(76, 23);
     this.btnView.TabIndex   = 6;
     this.btnView.Text       = "     Search";
     this.btnView.Click     += new System.EventHandler(this.btnView_Click);
     //
     // cboParamGroup
     //
     this.cboParamGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboParamGroup.Location      = new System.Drawing.Point(140, 14);
     this.cboParamGroup.Name          = "cboParamGroup";
     this.cboParamGroup.Size          = new System.Drawing.Size(326, 21);
     this.cboParamGroup.TabIndex      = 4;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Parameter Group";
     //
     // frmParameter
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 494);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grdParam);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(632, 432);
     this.Name        = "frmParameter";
     this.Text        = "SCM - Parameter Management";
     ((System.ComponentModel.ISupportInitialize)(this.grdParam)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#36
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(frmMaintainUsers));
     this.grd = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colUserName = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colFirstName = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colLastName = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colEmail = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colPhone = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colStatus = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colURoleID = new System.Windows.Forms.DataGridTextBoxColumn();
     this.btnEdit = new DotNetSkin.SkinControls.SkinButton();
     this.imgs = new System.Windows.Forms.ImageList(this.components);
     this.btnAdd = new DotNetSkin.SkinControls.SkinButton();
     this.btnDelete = new DotNetSkin.SkinControls.SkinButton();
     this.grpSearch = new System.Windows.Forms.GroupBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblEmail = new System.Windows.Forms.Label();
     this.btnSearch = new DotNetSkin.SkinControls.SkinButton();
     this.cboURoleID = new System.Windows.Forms.ComboBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.txtFirstName = new System.Windows.Forms.TextBox();
     this.txtLastName = new System.Windows.Forms.TextBox();
     this.lblUserName = new System.Windows.Forms.Label();
     this.lblFirstName = new System.Windows.Forms.Label();
     this.lblLastName = new System.Windows.Forms.Label();
     this.lblURoleID = new System.Windows.Forms.Label();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cboStatus = new System.Windows.Forms.ComboBox();
     this.grpButton = new System.Windows.Forms.GroupBox();
     this.btnClose = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpSearch.SuspendLayout();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible = false;
     this.grd.DataMember = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location = new System.Drawing.Point(8, 176);
     this.grd.Name = "grd";
     this.grd.ReadOnly = true;
     this.grd.Size = new System.Drawing.Size(716, 320);
     this.grd.TabIndex = 1;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.dataGridTableStyle1});
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.AliceBlue;
     this.dataGridTableStyle1.DataGrid = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colUserName,
     this.colFirstName,
     this.colLastName,
     this.colEmail,
     this.colPhone,
     this.colStatus,
     this.colURoleID});
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName = "SCM_AUT_USER";
     this.dataGridTableStyle1.ReadOnly = true;
     //
     // colUserName
     //
     this.colUserName.Format = "";
     this.colUserName.FormatInfo = null;
     this.colUserName.HeaderText = "USERNAME";
     this.colUserName.MappingName = "USERNAME";
     this.colUserName.Width = 75;
     //
     // colFirstName
     //
     this.colFirstName.Format = "";
     this.colFirstName.FormatInfo = null;
     this.colFirstName.HeaderText = "FIRSTNAME";
     this.colFirstName.MappingName = "FIRSTNAME";
     this.colFirstName.Width = 75;
     //
     // colLastName
     //
     this.colLastName.Format = "";
     this.colLastName.FormatInfo = null;
     this.colLastName.HeaderText = "LASTNAME";
     this.colLastName.MappingName = "LASTNAME";
     this.colLastName.Width = 75;
     //
     // colEmail
     //
     this.colEmail.Format = "";
     this.colEmail.FormatInfo = null;
     this.colEmail.HeaderText = "Email";
     this.colEmail.MappingName = "EMAIL";
     this.colEmail.Width = 75;
     //
     // colPhone
     //
     this.colPhone.Format = "";
     this.colPhone.FormatInfo = null;
     this.colPhone.HeaderText = "PHONE";
     this.colPhone.MappingName = "PHONE";
     this.colPhone.Width = 75;
     //
     // colStatus
     //
     this.colStatus.Format = "";
     this.colStatus.FormatInfo = null;
     this.colStatus.HeaderText = "STATUS";
     this.colStatus.MappingName = "STATUS";
     this.colStatus.Width = 70;
     //
     // colURoleID
     //
     this.colURoleID.Format = "";
     this.colURoleID.FormatInfo = null;
     this.colURoleID.HeaderText = "UROLE_ID";
     this.colURoleID.MappingName = "UROLE_ID";
     this.colURoleID.Width = 70;
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEdit.Location = new System.Drawing.Point(395, 16);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(100, 24);
     this.btnEdit.TabIndex = 1;
     this.btnEdit.Text = "  Edit";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // imgs
     //
     this.imgs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgs.ImageStream")));
     this.imgs.TransparentColor = System.Drawing.Color.Transparent;
     this.imgs.Images.SetKeyName(0, "");
     this.imgs.Images.SetKeyName(1, "");
     this.imgs.Images.SetKeyName(2, "");
     this.imgs.Images.SetKeyName(3, "");
     this.imgs.Images.SetKeyName(4, "");
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(283, 16);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 24);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text = "  Add";
     this.btnAdd.Visible = false;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location = new System.Drawing.Point(507, 16);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(96, 24);
     this.btnDelete.TabIndex = 2;
     this.btnDelete.Text = "  Remove";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // grpSearch
     //
     this.grpSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpSearch.Controls.Add(this.txtEmail);
     this.grpSearch.Controls.Add(this.lblEmail);
     this.grpSearch.Controls.Add(this.btnSearch);
     this.grpSearch.Controls.Add(this.cboURoleID);
     this.grpSearch.Controls.Add(this.txtUserName);
     this.grpSearch.Controls.Add(this.txtFirstName);
     this.grpSearch.Controls.Add(this.txtLastName);
     this.grpSearch.Controls.Add(this.lblUserName);
     this.grpSearch.Controls.Add(this.lblFirstName);
     this.grpSearch.Controls.Add(this.lblLastName);
     this.grpSearch.Controls.Add(this.lblURoleID);
     this.grpSearch.Controls.Add(this.lblStatus);
     this.grpSearch.Controls.Add(this.cboStatus);
     this.grpSearch.Location = new System.Drawing.Point(8, 8);
     this.grpSearch.Name = "grpSearch";
     this.grpSearch.Size = new System.Drawing.Size(716, 104);
     this.grpSearch.TabIndex = 0;
     this.grpSearch.TabStop = false;
     this.grpSearch.Enter += new System.EventHandler(this.grpSearch_Enter);
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(390, 16);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(165, 20);
     this.txtEmail.TabIndex = 3;
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(301, 16);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(100, 20);
     this.lblEmail.TabIndex = 2;
     this.lblEmail.Text = "Email";
     //
     // btnSearch
     //
     this.btnSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSearch.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location = new System.Drawing.Point(588, 72);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(76, 23);
     this.btnSearch.TabIndex = 12;
     this.btnSearch.Text = "   Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // cboURoleID
     //
     this.cboURoleID.Location = new System.Drawing.Point(97, 72);
     this.cboURoleID.Name = "cboURoleID";
     this.cboURoleID.Size = new System.Drawing.Size(168, 21);
     this.cboURoleID.TabIndex = 9;
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(97, 16);
     this.txtUserName.MaxLength = 20;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(168, 20);
     this.txtUserName.TabIndex = 1;
     //
     // txtFirstName
     //
     this.txtFirstName.Location = new System.Drawing.Point(97, 44);
     this.txtFirstName.MaxLength = 50;
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Size = new System.Drawing.Size(168, 20);
     this.txtFirstName.TabIndex = 5;
     //
     // txtLastName
     //
     this.txtLastName.Location = new System.Drawing.Point(390, 44);
     this.txtLastName.MaxLength = 50;
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Size = new System.Drawing.Size(165, 20);
     this.txtLastName.TabIndex = 7;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(12, 16);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(100, 20);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "User name";
     //
     // lblFirstName
     //
     this.lblFirstName.Location = new System.Drawing.Point(12, 44);
     this.lblFirstName.Name = "lblFirstName";
     this.lblFirstName.Size = new System.Drawing.Size(100, 20);
     this.lblFirstName.TabIndex = 4;
     this.lblFirstName.Text = "First name";
     //
     // lblLastName
     //
     this.lblLastName.Location = new System.Drawing.Point(301, 44);
     this.lblLastName.Name = "lblLastName";
     this.lblLastName.Size = new System.Drawing.Size(60, 20);
     this.lblLastName.TabIndex = 6;
     this.lblLastName.Text = "Last name";
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(12, 72);
     this.lblURoleID.Name = "lblURoleID";
     this.lblURoleID.Size = new System.Drawing.Size(100, 20);
     this.lblURoleID.TabIndex = 8;
     this.lblURoleID.Text = "Role";
     //
     // lblStatus
     //
     this.lblStatus.Location = new System.Drawing.Point(301, 72);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(56, 20);
     this.lblStatus.TabIndex = 10;
     this.lblStatus.Text = "Status";
     //
     // cboStatus
     //
     this.cboStatus.Location = new System.Drawing.Point(390, 72);
     this.cboStatus.Name = "cboStatus";
     this.cboStatus.Size = new System.Drawing.Size(165, 21);
     this.cboStatus.TabIndex = 11;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.btnClose);
     this.grpButton.Controls.Add(this.btnAdd);
     this.grpButton.Controls.Add(this.btnDelete);
     this.grpButton.Controls.Add(this.btnEdit);
     this.grpButton.Location = new System.Drawing.Point(8, 116);
     this.grpButton.Name = "grpButton";
     this.grpButton.Size = new System.Drawing.Size(716, 52);
     this.grpButton.TabIndex = 2;
     this.grpButton.TabStop = false;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(611, 16);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(92, 24);
     this.btnClose.TabIndex = 4;
     this.btnClose.Text = "Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // frmMaintainUsers
     //
     this.AcceptButton = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(732, 502);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grpSearch);
     this.Controls.Add(this.grd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmMaintainUsers";
     this.Text = "Maintain users";
     this.Activated += new System.EventHandler(this.frmMaintainUsers_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpSearch.ResumeLayout(false);
     this.grpSearch.PerformLayout();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#37
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(frmAddUser));
     this.lblUserName = new System.Windows.Forms.Label();
     this.lblPassword = new System.Windows.Forms.Label();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.lblFirstName = new System.Windows.Forms.Label();
     this.lblLastName = new System.Windows.Forms.Label();
     this.lblAddress = new System.Windows.Forms.Label();
     this.lblStartDate = new System.Windows.Forms.Label();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.lblEmail = new System.Windows.Forms.Label();
     this.lblStatus = new System.Windows.Forms.Label();
     this.lblURoleID = new System.Windows.Forms.Label();
     this.lblPhone = new System.Windows.Forms.Label();
     this.lblDescription = new System.Windows.Forms.Label();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.txtFirstName = new System.Windows.Forms.TextBox();
     this.txtLastName = new System.Windows.Forms.TextBox();
     this.txtAddress = new System.Windows.Forms.TextBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.txtPhone = new System.Windows.Forms.TextBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtStartDate = new System.Windows.Forms.DateTimePicker();
     this.txtEndDate = new System.Windows.Forms.DateTimePicker();
     this.cboURoleID = new System.Windows.Forms.ComboBox();
     this.cboStatus = new System.Windows.Forms.ComboBox();
     this.btnSave = new DotNetSkin.SkinControls.SkinButton();
     this.ep = new System.Windows.Forms.ErrorProvider(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnCancel = new DotNetSkin.SkinControls.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(19, 20);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(100, 20);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "User name";
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(19, 48);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(100, 20);
     this.lblPassword.TabIndex = 0;
     this.lblPassword.Text = "Password";
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.Location = new System.Drawing.Point(19, 76);
     this.lblConfirmPassword.Name = "lblConfirmPassword";
     this.lblConfirmPassword.Size = new System.Drawing.Size(100, 20);
     this.lblConfirmPassword.TabIndex = 0;
     this.lblConfirmPassword.Text = "Cornfirm password";
     //
     // lblFirstName
     //
     this.lblFirstName.Location = new System.Drawing.Point(19, 104);
     this.lblFirstName.Name = "lblFirstName";
     this.lblFirstName.Size = new System.Drawing.Size(100, 20);
     this.lblFirstName.TabIndex = 0;
     this.lblFirstName.Text = "First name";
     //
     // lblLastName
     //
     this.lblLastName.Location = new System.Drawing.Point(19, 132);
     this.lblLastName.Name = "lblLastName";
     this.lblLastName.Size = new System.Drawing.Size(100, 20);
     this.lblLastName.TabIndex = 0;
     this.lblLastName.Text = "Last name";
     //
     // lblAddress
     //
     this.lblAddress.Location = new System.Drawing.Point(19, 160);
     this.lblAddress.Name = "lblAddress";
     this.lblAddress.Size = new System.Drawing.Size(100, 20);
     this.lblAddress.TabIndex = 0;
     this.lblAddress.Text = "Address";
     //
     // lblStartDate
     //
     this.lblStartDate.Location = new System.Drawing.Point(19, 244);
     this.lblStartDate.Name = "lblStartDate";
     this.lblStartDate.Size = new System.Drawing.Size(92, 20);
     this.lblStartDate.TabIndex = 0;
     this.lblStartDate.Text = "From date";
     //
     // lblEndDate
     //
     this.lblEndDate.Location = new System.Drawing.Point(19, 272);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(100, 20);
     this.lblEndDate.TabIndex = 0;
     this.lblEndDate.Text = "To date";
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(19, 188);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(100, 20);
     this.lblEmail.TabIndex = 26;
     this.lblEmail.Text = "Email";
     //
     // lblStatus
     //
     this.lblStatus.Location = new System.Drawing.Point(19, 328);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(100, 20);
     this.lblStatus.TabIndex = 27;
     this.lblStatus.Text = "Status";
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(19, 300);
     this.lblURoleID.Name = "lblURoleID";
     this.lblURoleID.Size = new System.Drawing.Size(80, 20);
     this.lblURoleID.TabIndex = 24;
     this.lblURoleID.Text = "Role";
     //
     // lblPhone
     //
     this.lblPhone.Location = new System.Drawing.Point(19, 216);
     this.lblPhone.Name = "lblPhone";
     this.lblPhone.Size = new System.Drawing.Size(100, 20);
     this.lblPhone.TabIndex = 28;
     this.lblPhone.Text = "Phone";
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(19, 356);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(76, 20);
     this.lblDescription.TabIndex = 23;
     this.lblDescription.Text = "Description";
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(125, 20);
     this.txtUserName.MaxLength = 20;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(144, 20);
     this.txtUserName.TabIndex = 0;
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(125, 48);
     this.txtPassword.MaxLength = 20;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(144, 20);
     this.txtPassword.TabIndex = 1;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Location = new System.Drawing.Point(125, 76);
     this.txtConfirmPassword.MaxLength = 20;
     this.txtConfirmPassword.Name = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size = new System.Drawing.Size(144, 20);
     this.txtConfirmPassword.TabIndex = 2;
     //
     // txtFirstName
     //
     this.txtFirstName.Location = new System.Drawing.Point(125, 104);
     this.txtFirstName.MaxLength = 50;
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Size = new System.Drawing.Size(144, 20);
     this.txtFirstName.TabIndex = 3;
     //
     // txtLastName
     //
     this.txtLastName.Location = new System.Drawing.Point(125, 132);
     this.txtLastName.MaxLength = 50;
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Size = new System.Drawing.Size(144, 20);
     this.txtLastName.TabIndex = 4;
     //
     // txtAddress
     //
     this.txtAddress.Location = new System.Drawing.Point(125, 160);
     this.txtAddress.MaxLength = 255;
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(144, 20);
     this.txtAddress.TabIndex = 5;
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(125, 188);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(144, 20);
     this.txtEmail.TabIndex = 6;
     //
     // txtPhone
     //
     this.txtPhone.Location = new System.Drawing.Point(125, 216);
     this.txtPhone.MaxLength = 50;
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Size = new System.Drawing.Size(144, 20);
     this.txtPhone.TabIndex = 7;
     //
     // txtDescription
     //
     this.txtDescription.Location = new System.Drawing.Point(125, 356);
     this.txtDescription.MaxLength = 255;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(296, 64);
     this.txtDescription.TabIndex = 12;
     //
     // txtStartDate
     //
     this.txtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtStartDate.Location = new System.Drawing.Point(125, 244);
     this.txtStartDate.Name = "txtStartDate";
     this.txtStartDate.Size = new System.Drawing.Size(96, 20);
     this.txtStartDate.TabIndex = 8;
     //
     // txtEndDate
     //
     this.txtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtEndDate.Location = new System.Drawing.Point(125, 272);
     this.txtEndDate.Name = "txtEndDate";
     this.txtEndDate.Size = new System.Drawing.Size(96, 20);
     this.txtEndDate.TabIndex = 9;
     //
     // cboURoleID
     //
     this.cboURoleID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboURoleID.Location = new System.Drawing.Point(125, 296);
     this.cboURoleID.Name = "cboURoleID";
     this.cboURoleID.Size = new System.Drawing.Size(148, 21);
     this.cboURoleID.TabIndex = 10;
     //
     // cboStatus
     //
     this.cboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatus.Location = new System.Drawing.Point(125, 324);
     this.cboStatus.Name = "cboStatus";
     this.cboStatus.Size = new System.Drawing.Size(148, 21);
     this.cboStatus.TabIndex = 11;
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location = new System.Drawing.Point(140, 436);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(90, 23);
     this.btnSave.TabIndex = 13;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(273, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(8, 12);
     this.label1.TabIndex = 16;
     this.label1.Text = "*";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location = new System.Drawing.Point(273, 52);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(8, 12);
     this.label2.TabIndex = 17;
     this.label2.Text = "*";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location = new System.Drawing.Point(273, 80);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(8, 12);
     this.label3.TabIndex = 18;
     this.label3.Text = "*";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(273, 108);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(8, 12);
     this.label4.TabIndex = 19;
     this.label4.Text = "*";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Red;
     this.label5.Location = new System.Drawing.Point(273, 136);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(8, 12);
     this.label5.TabIndex = 20;
     this.label5.Text = "*";
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location = new System.Drawing.Point(277, 300);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(8, 12);
     this.label6.TabIndex = 21;
     this.label6.Text = "*";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Red;
     this.label7.Location = new System.Drawing.Point(277, 324);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(8, 12);
     this.label7.TabIndex = 22;
     this.label7.Text = "*";
     //
     // btnCancel
     //
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(248, 436);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(88, 23);
     this.btnCancel.TabIndex = 14;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmAddUser
     //
     this.AcceptButton = this.btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(442, 476);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.txtConfirmPassword);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.lblURoleID);
     this.Controls.Add(this.lblStartDate);
     this.Controls.Add(this.txtStartDate);
     this.Controls.Add(this.txtEndDate);
     this.Controls.Add(this.cboURoleID);
     this.Controls.Add(this.cboStatus);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.lblEmail);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.lblUserName);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.lblConfirmPassword);
     this.Controls.Add(this.lblFirstName);
     this.Controls.Add(this.lblLastName);
     this.Controls.Add(this.lblAddress);
     this.Controls.Add(this.lblPhone);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmAddUser";
     this.Text = "frmAddUser";
     this.Activated += new System.EventHandler(this.frmAddUser_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#38
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(frmUserRole));
     this.grpSearch           = new System.Windows.Forms.GroupBox();
     this.btnSearch           = new DotNetSkin.SkinControls.SkinButton();
     this.txtURoleID          = new System.Windows.Forms.TextBox();
     this.lblURoleID          = new System.Windows.Forms.Label();
     this.grd                 = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.colURoleID          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colRoleName         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.grpButton           = new System.Windows.Forms.GroupBox();
     this.btnPolicy           = new DotNetSkin.SkinControls.SkinButton();
     this.btnCancel           = new DotNetSkin.SkinControls.SkinButton();
     this.btnAdd              = new DotNetSkin.SkinControls.SkinButton();
     this.btnDelete           = new DotNetSkin.SkinControls.SkinButton();
     this.btnSave             = new DotNetSkin.SkinControls.SkinButton();
     this.btnClose            = new DotNetSkin.SkinControls.SkinButton();
     this.grpSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     this.grpButton.SuspendLayout();
     this.SuspendLayout();
     //
     // grpSearch
     //
     this.grpSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpSearch.Controls.Add(this.btnSearch);
     this.grpSearch.Controls.Add(this.txtURoleID);
     this.grpSearch.Controls.Add(this.lblURoleID);
     this.grpSearch.Location = new System.Drawing.Point(7, 5);
     this.grpSearch.Name     = "grpSearch";
     this.grpSearch.Size     = new System.Drawing.Size(641, 53);
     this.grpSearch.TabIndex = 0;
     this.grpSearch.TabStop  = false;
     //
     // btnSearch
     //
     this.btnSearch.Image      = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location   = new System.Drawing.Point(256, 18);
     this.btnSearch.Name       = "btnSearch";
     this.btnSearch.Size       = new System.Drawing.Size(74, 23);
     this.btnSearch.TabIndex   = 2;
     this.btnSearch.Text       = "Search";
     this.btnSearch.Click     += new System.EventHandler(this.btnSearch_Click);
     //
     // txtURoleID
     //
     this.txtURoleID.Location  = new System.Drawing.Point(65, 19);
     this.txtURoleID.MaxLength = 14;
     this.txtURoleID.Name      = "txtURoleID";
     this.txtURoleID.Size      = new System.Drawing.Size(165, 20);
     this.txtURoleID.TabIndex  = 1;
     //
     // lblURoleID
     //
     this.lblURoleID.Location = new System.Drawing.Point(19, 20);
     this.lblURoleID.Name     = "lblURoleID";
     this.lblURoleID.Size     = new System.Drawing.Size(50, 16);
     this.lblURoleID.TabIndex = 0;
     this.lblURoleID.Text     = "Role ID";
     //
     // grd
     //
     this.grd.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.grd.BackgroundColor = System.Drawing.SystemColors.Control;
     this.grd.CaptionVisible  = false;
     this.grd.DataMember      = "";
     this.grd.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grd.Location        = new System.Drawing.Point(7, 123);
     this.grd.Name            = "grd";
     this.grd.Size            = new System.Drawing.Size(641, 325);
     this.grd.TabIndex        = 1;
     this.grd.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.grd;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.colURoleID,
         this.colRoleName
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName     = "SCM_AUT_USERROLE";
     //
     // colURoleID
     //
     this.colURoleID.Format      = "";
     this.colURoleID.FormatInfo  = null;
     this.colURoleID.HeaderText  = "Role ID";
     this.colURoleID.MappingName = "UROLE_ID";
     this.colURoleID.NullText    = "";
     this.colURoleID.Width       = 102;
     //
     // colRoleName
     //
     this.colRoleName.Format      = "";
     this.colRoleName.FormatInfo  = null;
     this.colRoleName.HeaderText  = "Role name";
     this.colRoleName.MappingName = "ROLE_NAME";
     this.colRoleName.NullText    = "";
     this.colRoleName.Width       = 208;
     //
     // grpButton
     //
     this.grpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpButton.Controls.Add(this.btnPolicy);
     this.grpButton.Controls.Add(this.btnCancel);
     this.grpButton.Controls.Add(this.btnAdd);
     this.grpButton.Controls.Add(this.btnDelete);
     this.grpButton.Controls.Add(this.btnSave);
     this.grpButton.Controls.Add(this.btnClose);
     this.grpButton.Location = new System.Drawing.Point(7, 68);
     this.grpButton.Name     = "grpButton";
     this.grpButton.Size     = new System.Drawing.Size(641, 49);
     this.grpButton.TabIndex = 2;
     this.grpButton.TabStop  = false;
     //
     // btnPolicy
     //
     this.btnPolicy.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPolicy.Image      = ((System.Drawing.Image)(resources.GetObject("btnPolicy.Image")));
     this.btnPolicy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPolicy.Location   = new System.Drawing.Point(45, 15);
     this.btnPolicy.Name       = "btnPolicy";
     this.btnPolicy.Size       = new System.Drawing.Size(91, 23);
     this.btnPolicy.TabIndex   = 5;
     this.btnPolicy.Text       = "Policy";
     this.btnPolicy.Click     += new System.EventHandler(this.btnPolicy_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image      = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(441, 15);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(91, 23);
     this.btnCancel.TabIndex   = 3;
     this.btnCancel.Text       = " Cancel";
     //
     // btnAdd
     //
     this.btnAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Image      = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.Location   = new System.Drawing.Point(144, 15);
     this.btnAdd.Name       = "btnAdd";
     this.btnAdd.Size       = new System.Drawing.Size(91, 23);
     this.btnAdd.TabIndex   = 0;
     this.btnAdd.Text       = "Add";
     //
     // btnDelete
     //
     this.btnDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Image      = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location   = new System.Drawing.Point(243, 15);
     this.btnDelete.Name       = "btnDelete";
     this.btnDelete.Size       = new System.Drawing.Size(91, 23);
     this.btnDelete.TabIndex   = 1;
     this.btnDelete.Text       = "Delete";
     //
     // btnSave
     //
     this.btnSave.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Image      = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location   = new System.Drawing.Point(342, 15);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(91, 23);
     this.btnSave.TabIndex   = 2;
     this.btnSave.Text       = "Save";
     //
     // btnClose
     //
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Image      = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(540, 15);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(91, 23);
     this.btnClose.TabIndex   = 4;
     this.btnClose.Text       = "Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // frmUserRole
     //
     this.AcceptButton      = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(656, 453);
     this.Controls.Add(this.grpButton);
     this.Controls.Add(this.grd);
     this.Controls.Add(this.grpSearch);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name       = "frmUserRole";
     this.Text       = "Define Role";
     this.Activated += new System.EventHandler(this.frmUserRole_Activated);
     this.grpSearch.ResumeLayout(false);
     this.grpSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     this.grpButton.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTraSach));
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.dtNgayTra     = new System.Windows.Forms.DateTimePicker();
     this.label2        = new System.Windows.Forms.Label();
     this.dtNgayMuon    = new System.Windows.Forms.DateTimePicker();
     this.label9        = new System.Windows.Forms.Label();
     this.cboNhanVien   = new System.Windows.Forms.ComboBox();
     this.label4        = new System.Windows.Forms.Label();
     this.cboDocGia     = new System.Windows.Forms.ComboBox();
     this.label5        = new System.Windows.Forms.Label();
     this.txtMaPhieu    = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.lvSach        = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.btnTimMaPhieu = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoat      = new DotNetSkin.SkinControls.SkinButton();
     this.btnSave       = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.btnTimMaPhieu);
     this.groupBox1.Controls.Add(this.dtNgayTra);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.dtNgayMuon);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.cboNhanVien);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cboDocGia);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtMaPhieu);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lvSach);
     this.groupBox1.Location = new System.Drawing.Point(96, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(496, 392);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     //
     // dtNgayTra
     //
     this.dtNgayTra.Enabled       = false;
     this.dtNgayTra.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgayTra.Location      = new System.Drawing.Point(104, 160);
     this.dtNgayTra.Name          = "dtNgayTra";
     this.dtNgayTra.Size          = new System.Drawing.Size(104, 20);
     this.dtNgayTra.TabIndex      = 25;
     this.dtNgayTra.ValueChanged += new System.EventHandler(this.dtNgayTra_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 160);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 24;
     this.label2.Text     = "Ngày trả";
     //
     // dtNgayMuon
     //
     this.dtNgayMuon.Enabled  = false;
     this.dtNgayMuon.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgayMuon.Location = new System.Drawing.Point(104, 120);
     this.dtNgayMuon.Name     = "dtNgayMuon";
     this.dtNgayMuon.Size     = new System.Drawing.Size(104, 20);
     this.dtNgayMuon.TabIndex = 22;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 120);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(80, 16);
     this.label9.TabIndex = 21;
     this.label9.Text     = "Ngày mượn";
     //
     // cboNhanVien
     //
     this.cboNhanVien.Enabled    = false;
     this.cboNhanVien.ItemHeight = 13;
     this.cboNhanVien.Location   = new System.Drawing.Point(104, 88);
     this.cboNhanVien.Name       = "cboNhanVien";
     this.cboNhanVien.Size       = new System.Drawing.Size(144, 21);
     this.cboNhanVien.TabIndex   = 16;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 88);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 16);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Nhân viên";
     //
     // cboDocGia
     //
     this.cboDocGia.Enabled    = false;
     this.cboDocGia.ItemHeight = 13;
     this.cboDocGia.Location   = new System.Drawing.Point(104, 56);
     this.cboDocGia.Name       = "cboDocGia";
     this.cboDocGia.Size       = new System.Drawing.Size(144, 21);
     this.cboDocGia.TabIndex   = 14;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 56);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Họ tên độc giả";
     //
     // txtMaPhieu
     //
     this.txtMaPhieu.Location = new System.Drawing.Point(104, 24);
     this.txtMaPhieu.Name     = "txtMaPhieu";
     this.txtMaPhieu.Size     = new System.Drawing.Size(120, 20);
     this.txtMaPhieu.TabIndex = 1;
     this.txtMaPhieu.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã số phiếu mượn";
     //
     // lvSach
     //
     this.lvSach.BackColor   = System.Drawing.Color.White;
     this.lvSach.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvSach.CheckBoxes  = true;
     this.lvSach.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lvSach.FullRowSelect = true;
     this.lvSach.GridLines     = true;
     this.lvSach.Location      = new System.Drawing.Point(8, 184);
     this.lvSach.Name          = "lvSach";
     this.lvSach.Size          = new System.Drawing.Size(472, 200);
     this.lvSach.TabIndex      = 10;
     this.lvSach.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã Sách";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Tên Sách";
     this.columnHeader3.Width = 200;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Hạn trả sách";
     this.columnHeader4.Width = 120;
     //
     // btnTimMaPhieu
     //
     this.btnTimMaPhieu.BackColor  = System.Drawing.Color.Transparent;
     this.btnTimMaPhieu.Image      = ((System.Drawing.Image)(resources.GetObject("btnTimMaPhieu.Image")));
     this.btnTimMaPhieu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnTimMaPhieu.Location   = new System.Drawing.Point(232, 8);
     this.btnTimMaPhieu.Name       = "btnTimMaPhieu";
     this.btnTimMaPhieu.Size       = new System.Drawing.Size(48, 40);
     this.btnTimMaPhieu.TabIndex   = 26;
     this.btnTimMaPhieu.Text       = "Tìm";
     this.btnTimMaPhieu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnTimMaPhieu.Click     += new System.EventHandler(this.btnTimMaPhieu_Click);
     //
     // btnThoat
     //
     this.btnThoat.BackColor  = System.Drawing.Color.Transparent;
     this.btnThoat.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
     this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoat.Location   = new System.Drawing.Point(368, 408);
     this.btnThoat.Name       = "btnThoat";
     this.btnThoat.Size       = new System.Drawing.Size(72, 40);
     this.btnThoat.TabIndex   = 18;
     this.btnThoat.Text       = "Thoát";
     this.btnThoat.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoat.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnSave
     //
     this.btnSave.BackColor  = System.Drawing.Color.Transparent;
     this.btnSave.Image      = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSave.Location   = new System.Drawing.Point(288, 408);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(72, 40);
     this.btnSave.TabIndex   = 17;
     this.btnSave.Text       = "Lưu";
     this.btnSave.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSave.Click     += new System.EventHandler(this.btnSave_Click);
     //
     // frmTraSach
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.btnThoat);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.groupBox1);
     this.Name        = "frmTraSach";
     this.Text        = "frmTraSach";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmTraSach_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#40
0
文件: Wikto.cs 项目: liorvh/wikto
		private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Wikto));
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.cntxtGoogleHacks = new System.Windows.Forms.ContextMenu();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.btn_CfgLocateNDb = new DotNetSkin.SkinControls.SkinButton();
            this.btn_CfgLocateGDb = new DotNetSkin.SkinControls.SkinButton();
            this.txtDBLocationGH = new System.Windows.Forms.TextBox();
            this.txtDBlocationNikto = new System.Windows.Forms.TextBox();
            this.txtHeader = new System.Windows.Forms.TextBox();
            this.chkProxyPresent = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txtProxySettings = new System.Windows.Forms.TextBox();
            this.NUPDOWNspider = new System.Windows.Forms.NumericUpDown();
            this.txt_ConfigSpiderExclude = new System.Windows.Forms.TextBox();
            this.txt_ConfigSpiderExtension = new System.Windows.Forms.TextBox();
            this.updownRetryTCP = new System.Windows.Forms.NumericUpDown();
            this.updownTimeOutTCP = new System.Windows.Forms.NumericUpDown();
            this.txtURLUpdateGHDB = new System.Windows.Forms.TextBox();
            this.txtURLUpdateNiktoDB = new System.Windows.Forms.TextBox();
            this.txtURLUpdate = new System.Windows.Forms.TextBox();
            this.btn_ShowNews = new DotNetSkin.SkinControls.SkinButton();
            this.chk_ShowStart = new DotNetSkin.SkinControls.SkinCheckBox();
            this.btn_CnfQuit = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btn_CnfReset = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btn_CnfSave = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_CnfLoad = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.btn_GHManualQuery = new DotNetSkin.SkinControls.SkinButton();
            this.btn_GHLoadDatabase = new DotNetSkin.SkinControls.SkinButton();
            this.txtGoogleHackTarget = new System.Windows.Forms.TextBox();
            this.btn_GHQuit = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btn_GHStop = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_GHStart = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.btn_BEInDirImportM = new DotNetSkin.SkinControls.SkinButton();
            this.btn_BEImportInDirG = new DotNetSkin.SkinControls.SkinButton();
            this.btnBackEndPause = new DotNetSkin.SkinControls.SkinButton();
            this.chkPreserve = new DotNetSkin.SkinControls.SkinCheckBox();
            this.btn_BESkiptoDirs = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_BEQuit = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btn_BEStop = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_BEStart = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.btn_BESkiptoFiles = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_BackEndExport = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.skinButton4 = new DotNetSkin.SkinControls.SkinButton();
            this.skinButton5 = new DotNetSkin.SkinControls.SkinButton();
            this.skinButton6 = new DotNetSkin.SkinControls.SkinButton();
            this.radioHEAD = new DotNetSkin.SkinControls.SkinRadioButton();
            this.radioGET = new DotNetSkin.SkinControls.SkinRadioButton();
            this.btn_BEClearDB = new DotNetSkin.SkinControls.SkinButtonRed();
            this.chkBackEndAI = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txtErrorCodeDir = new System.Windows.Forms.TextBox();
            this.txtErrorCodeFile = new System.Windows.Forms.TextBox();
            this.btn_BELoadDirs = new DotNetSkin.SkinControls.SkinButton();
            this.btn_BEUpdateFromSP = new DotNetSkin.SkinControls.SkinButton();
            this.cmbBackEndUpdate = new System.Windows.Forms.ComboBox();
            this.btn_BELoadExts = new DotNetSkin.SkinControls.SkinButton();
            this.btn_BELoadFiles = new DotNetSkin.SkinControls.SkinButton();
            this.txtIPPort = new System.Windows.Forms.TextBox();
            this.chkBackEnduseSSLport = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txtIPNumber = new System.Windows.Forms.TextBox();
            this.btn_WiktoImportBackEnd = new DotNetSkin.SkinControls.SkinButton();
            this.btn_WiktoImportMirror = new DotNetSkin.SkinControls.SkinButton();
            this.btn_WiktoImportGoogle = new DotNetSkin.SkinControls.SkinButton();
            this.btn_NiktoLoad = new DotNetSkin.SkinControls.SkinButton();
            this.skinButtonGreen2 = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.btnClearNiktoAI = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btnNiktoRestFuzz = new DotNetSkin.SkinControls.SkinButton();
            this.btnNiktoShowAll = new DotNetSkin.SkinControls.SkinButton();
            this.chkOptimizedNikto = new DotNetSkin.SkinControls.SkinCheckBox();
            this.btnNiktoFuzzUpdate = new DotNetSkin.SkinControls.SkinButton();
            this.NUPDOWNfuzz = new System.Windows.Forms.NumericUpDown();
            this.chkuseSSLWikto = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txtNiktoPort = new System.Windows.Forms.TextBox();
            this.txtNiktoTarget = new System.Windows.Forms.TextBox();
            this.skinButtonRed1 = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btn_WiktoStop = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btn_WiktoStart = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.btnGoogleQuit = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btnStopGoole = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btnGoogleStart = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.txtWords = new System.Windows.Forms.TextBox();
            this.txtGoogleKeyword = new System.Windows.Forms.TextBox();
            this.txtGoogleTarget = new System.Windows.Forms.TextBox();
            this.chk_SpiderSSL = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txt_SpiderPort = new System.Windows.Forms.TextBox();
            this.txtHTTarget = new System.Windows.Forms.TextBox();
            this.btn_MirrorQuit = new DotNetSkin.SkinControls.SkinButtonRed();
            this.btnHTStop = new DotNetSkin.SkinControls.SkinButtonYellow();
            this.btnHTStart = new DotNetSkin.SkinControls.SkinButtonGreen();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.Mirror = new System.Windows.Forms.TabPage();
            this.tpnlMirror = new System.Windows.Forms.TableLayoutPanel();
            this.tpnlMirrorLinks = new System.Windows.Forms.TableLayoutPanel();
            this.tpnlMirrorLinkTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnlMirrorLinkLeft = new System.Windows.Forms.Panel();
            this.label34 = new System.Windows.Forms.Label();
            this.pnlMrrorLinkRight = new System.Windows.Forms.Panel();
            this.btn_MirrorClearLinks = new DotNetSkin.SkinControls.SkinButtonRed();
            this.lstMirrorLinks = new System.Windows.Forms.ListBox();
            this.tpnlMirrorDir = new System.Windows.Forms.TableLayoutPanel();
            this.lstMirrorDirs = new System.Windows.Forms.ListBox();
            this.tpnlMirrorDirTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnlMirrorDirLeft = new System.Windows.Forms.Panel();
            this.label31 = new System.Windows.Forms.Label();
            this.pnlMirrorDirRight = new System.Windows.Forms.Panel();
            this.btn_MirrorClearDirs = new DotNetSkin.SkinControls.SkinButtonRed();
            this.pnlMirrorLeft = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label10 = new System.Windows.Forms.Label();
            this.lblMirrorStatus = new System.Windows.Forms.Label();
            this.pictureBox6 = new System.Windows.Forms.PictureBox();
            this.label32 = new System.Windows.Forms.Label();
            this.prgHT = new System.Windows.Forms.ProgressBar();
            this.Googler = new System.Windows.Forms.TabPage();
            this.tpnlGoogleMain = new System.Windows.Forms.TableLayoutPanel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label57 = new System.Windows.Forms.Label();
            this.label53 = new System.Windows.Forms.Label();
            this.txtGoogleQuery = new System.Windows.Forms.TextBox();
            this.lblEstimate = new System.Windows.Forms.Label();
            this.lblPageNumber = new System.Windows.Forms.Label();
            this.tpnlGoogleDir = new System.Windows.Forms.TableLayoutPanel();
            this.tpnlGoogleDirTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnlGoogleDirLeft = new System.Windows.Forms.Panel();
            this.label20 = new System.Windows.Forms.Label();
            this.pnlGoogleDirRight = new System.Windows.Forms.Panel();
            this.btnGoogleClearDir = new DotNetSkin.SkinControls.SkinButtonRed();
            this.pnlGoogleDirMain = new System.Windows.Forms.Panel();
            this.lstGoogleDir = new System.Windows.Forms.ListBox();
            this.tpnlGoogleLink = new System.Windows.Forms.TableLayoutPanel();
            this.tpnlGoogleLinkTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnlGoogleLinkLeft = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.pnlGoogleLinkRight = new System.Windows.Forms.Panel();
            this.btnGoogleClearLink = new DotNetSkin.SkinControls.SkinButtonRed();
            this.pnlGoogleLinkMain = new System.Windows.Forms.Panel();
            this.lstGoogleLink = new System.Windows.Forms.ListBox();
            this.pnlGoogleLeft = new System.Windows.Forms.Panel();
            this.lblGoogleStatus = new System.Windows.Forms.Label();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.label54 = new System.Windows.Forms.Label();
            this.prgGoogle = new System.Windows.Forms.ProgressBar();
            this.label55 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.lblQuery = new System.Windows.Forms.Label();
            this.BackEndMiner = new System.Windows.Forms.TabPage();
            this.pnl_BackEndMain = new System.Windows.Forms.Panel();
            this.tpnl_BackendMain = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_BackEndTop = new System.Windows.Forms.Panel();
            this.tpnl_BackEndTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_BETopLeft1 = new System.Windows.Forms.Panel();
            this.label13 = new System.Windows.Forms.Label();
            this.btn_BEInDirClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.pbl_TopLeft3 = new System.Windows.Forms.Panel();
            this.txtInDirs = new System.Windows.Forms.RichTextBox();
            this.pnl_BETopMid1 = new System.Windows.Forms.Panel();
            this.btn_BEInFileClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label15 = new System.Windows.Forms.Label();
            this.pnl_BETopMid3 = new System.Windows.Forms.Panel();
            this.txtInFiles = new System.Windows.Forms.RichTextBox();
            this.pnl_BETopRight1 = new System.Windows.Forms.Panel();
            this.btn_BEInExtClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label38 = new System.Windows.Forms.Label();
            this.pnl_BETopRight3 = new System.Windows.Forms.Panel();
            this.txtInFileTypes = new System.Windows.Forms.RichTextBox();
            this.pnl_BackEndBottom = new System.Windows.Forms.Panel();
            this.tpnl_BEBottom1 = new System.Windows.Forms.TableLayoutPanel();
            this.tpnl_BEBottom2 = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_BEBottomLeft1 = new System.Windows.Forms.Panel();
            this.btn_BEOutDirClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label50 = new System.Windows.Forms.Label();
            this.pnl_BEBottomLeft3 = new System.Windows.Forms.Panel();
            this.lstViewDirs = new System.Windows.Forms.ListView();
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tpnl_BEBottomRight = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_BEBottomRight1 = new System.Windows.Forms.Panel();
            this.btn_BEOutIndexClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label59 = new System.Windows.Forms.Label();
            this.pnl_BEBottomRight3 = new System.Windows.Forms.Panel();
            this.lstViewIndexDirs = new System.Windows.Forms.ListView();
            this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
            this.tpnl_BEFiles = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_BEFile1 = new System.Windows.Forms.Panel();
            this.btn_BEOutFileClear = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label52 = new System.Windows.Forms.Label();
            this.pnl_BEFile3 = new System.Windows.Forms.Panel();
            this.lstViewFiles = new System.Windows.Forms.ListView();
            this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
            this.panel4 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.nudTimeAnomaly = new System.Windows.Forms.NumericUpDown();
            this.chkTimeAnomalies = new DotNetSkin.SkinControls.SkinCheckBox();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.NUPDOWNBackEnd = new System.Windows.Forms.NumericUpDown();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label11 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label56 = new System.Windows.Forms.Label();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.label58 = new System.Windows.Forms.Label();
            this.prgsFiles = new System.Windows.Forms.ProgressBar();
            this.prgsDirs = new System.Windows.Forms.ProgressBar();
            this.lblStatus = new System.Windows.Forms.Label();
            this.NiktoIsh = new System.Windows.Forms.TabPage();
            this.pnl_WiktoMain = new System.Windows.Forms.Panel();
            this.tpnl_WiktoMain = new System.Windows.Forms.TableLayoutPanel();
            this.tpnl_WiktoB1 = new System.Windows.Forms.TableLayoutPanel();
            this.panpnl_WiktoBL1 = new System.Windows.Forms.Panel();
            this.label60 = new System.Windows.Forms.Label();
            this.panpnl_WiktoBL2 = new System.Windows.Forms.Panel();
            this.lvw_NiktoResults = new System.Windows.Forms.ListView();
            this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.tpnl_WiktoB2 = new System.Windows.Forms.TableLayoutPanel();
            this.panpnl_WiktoBM1 = new System.Windows.Forms.Panel();
            this.label61 = new System.Windows.Forms.Label();
            this.panpnl_WiktoBM2 = new System.Windows.Forms.Panel();
            this.txtNiktoReq = new System.Windows.Forms.TextBox();
            this.tpnl_WiktoB3 = new System.Windows.Forms.TableLayoutPanel();
            this.panpnl_WiktoBR1 = new System.Windows.Forms.Panel();
            this.label62 = new System.Windows.Forms.Label();
            this.panpnl_WiktoBR2 = new System.Windows.Forms.Panel();
            this.txtNiktoRes = new System.Windows.Forms.TextBox();
            this.tpnl_WiktoT3 = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_WiktoTR1 = new System.Windows.Forms.Panel();
            this.label26 = new System.Windows.Forms.Label();
            this.pnl_WiktoTR2 = new System.Windows.Forms.Panel();
            this.lvw_NiktoDesc = new System.Windows.Forms.ListView();
            this.col_ndbd = new System.Windows.Forms.ColumnHeader();
            this.col_ndv = new System.Windows.Forms.ColumnHeader();
            this.tpnl_WiktoT2 = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_WiktoTM1 = new System.Windows.Forms.Panel();
            this.label12 = new System.Windows.Forms.Label();
            this.pnl_WiktoTM2 = new System.Windows.Forms.Panel();
            this.lvw_NiktoDb = new System.Windows.Forms.ListView();
            this.col_desc = new System.Windows.Forms.ColumnHeader();
            this.col_target = new System.Windows.Forms.ColumnHeader();
            this.tpnl_WiktoT1 = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_WiktoTL1 = new System.Windows.Forms.Panel();
            this.btn_EditDirs = new DotNetSkin.SkinControls.SkinButton();
            this.btn_WiktoClearCGI = new DotNetSkin.SkinControls.SkinButtonRed();
            this.label5 = new System.Windows.Forms.Label();
            this.pnl_WiktoTL3 = new System.Windows.Forms.Panel();
            this.lst_NiktoCGI = new System.Windows.Forms.ListBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.btnPauseWikto = new DotNetSkin.SkinControls.SkinButton();
            this.label2 = new System.Windows.Forms.Label();
            this.prgNik = new System.Windows.Forms.ProgressBar();
            this.prgNiktoWork = new System.Windows.Forms.ProgressBar();
            this.lblNiktoAI = new System.Windows.Forms.Label();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.groupBox14 = new System.Windows.Forms.GroupBox();
            this.label28 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.GoogleHacks = new System.Windows.Forms.TabPage();
            this.pnl_GHMain = new System.Windows.Forms.Panel();
            this.tpnl_HMain = new System.Windows.Forms.TableLayoutPanel();
            this.tpnl_GHManQuery = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_GHMQ1 = new System.Windows.Forms.Panel();
            this.txtGoogleHackOnceOff = new System.Windows.Forms.TextBox();
            this.pnl_GHMQ2 = new System.Windows.Forms.Panel();
            this.pbl_GoogleHackDb = new System.Windows.Forms.Panel();
            this.lstGoogleHack = new System.Windows.Forms.ListBox();
            this.pnl_GHDesc = new System.Windows.Forms.Panel();
            this.txtGoogleHackDesc = new System.Windows.Forms.TextBox();
            this.tpnl_GHResults = new System.Windows.Forms.TableLayoutPanel();
            this.tpnl_GHResultsTop = new System.Windows.Forms.TableLayoutPanel();
            this.pnl_GHRes1 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.pnl_GHRes2 = new System.Windows.Forms.Panel();
            this.btn_GHClearResults = new DotNetSkin.SkinControls.SkinButtonRed();
            this.pnl_GHRes3 = new System.Windows.Forms.Panel();
            this.lstGoogleHackResults = new System.Windows.Forms.ListBox();
            this.panel6 = new System.Windows.Forms.Panel();
            this.lblGoogleHackEst = new System.Windows.Forms.Label();
            this.lblGoogleHackPage = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lblGoogleHackStatus = new System.Windows.Forms.Label();
            this.prgGHQuick = new System.Windows.Forms.ProgressBar();
            this.prgsGoogleHackAll = new System.Windows.Forms.ProgressBar();
            this.pictureBox7 = new System.Windows.Forms.PictureBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.pnl_configleft = new System.Windows.Forms.TabPage();
            this.pnl_ConfigMain = new System.Windows.Forms.Panel();
            this.tab_configMain = new System.Windows.Forms.TabControl();
            this.cfg_DB = new System.Windows.Forms.TabPage();
            this.btn_browseghdb = new DotNetSkin.SkinControls.SkinButton();
            this.btn_browsenikto = new DotNetSkin.SkinControls.SkinButton();
            this.label27 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.cfg_Header = new System.Windows.Forms.TabPage();
            this.cfg_Google = new System.Windows.Forms.TabPage();
            this.btnSpudLocate = new DotNetSkin.SkinControls.SkinButton();
            this.txtSpudDirectory = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.btn_StartAura = new DotNetSkin.SkinControls.SkinButton();
            this.updownGoogleDepth = new System.Windows.Forms.NumericUpDown();
            this.label18 = new System.Windows.Forms.Label();
            this.cfg_Proxy = new System.Windows.Forms.TabPage();
            this.label17 = new System.Windows.Forms.Label();
            this.cfg_Spider = new System.Windows.Forms.TabPage();
            this.chk_ignoreidx = new DotNetSkin.SkinControls.SkinCheckBox();
            this.txt_idxflags = new System.Windows.Forms.TextBox();
            this.label42 = new System.Windows.Forms.Label();
            this.txt_excdirs = new System.Windows.Forms.TextBox();
            this.label40 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.nud_contentsize = new System.Windows.Forms.NumericUpDown();
            this.label35 = new System.Windows.Forms.Label();
            this.txt_content = new System.Windows.Forms.TextBox();
            this.label33 = new System.Windows.Forms.Label();
            this.label63 = new System.Windows.Forms.Label();
            this.label64 = new System.Windows.Forms.Label();
            this.label67 = new System.Windows.Forms.Label();
            this.cfg_Timing = new System.Windows.Forms.TabPage();
            this.label6 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.cfg_Update = new System.Windows.Forms.TabPage();
            this.label49 = new System.Windows.Forms.Label();
            this.label48 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.cfg_Startup = new System.Windows.Forms.TabPage();
            this.chk_StartWiz = new DotNetSkin.SkinControls.SkinCheckBox();
            this.cfg_Help = new System.Windows.Forms.TabPage();
            this.lbl_About = new System.Windows.Forms.Label();
            this.label47 = new System.Windows.Forms.Label();
            this.lbl_ResearchMail = new System.Windows.Forms.LinkLabel();
            this.label41 = new System.Windows.Forms.Label();
            this.lbl_WiktoHome = new System.Windows.Forms.LinkLabel();
            this.label39 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label37 = new System.Windows.Forms.Label();
            this.lblConfigFileLocation = new System.Windows.Forms.Label();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.tab_wizard = new System.Windows.Forms.TabPage();
            this.fdlLoadBackEndDirs = new System.Windows.Forms.OpenFileDialog();
            this.fdlLoadBackEndFiles = new System.Windows.Forms.OpenFileDialog();
            this.fdlLoadBackEndExt = new System.Windows.Forms.OpenFileDialog();
            this.fdlExportBackEnd = new System.Windows.Forms.SaveFileDialog();
            this.fdlLoadNiktoDB = new System.Windows.Forms.OpenFileDialog();
            this.fdlExportWikto = new System.Windows.Forms.SaveFileDialog();
            this.fdlGoogleHacksOpenDB = new System.Windows.Forms.OpenFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNspider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownRetryTCP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownTimeOutTCP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNfuzz)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.Mirror.SuspendLayout();
            this.tpnlMirror.SuspendLayout();
            this.tpnlMirrorLinks.SuspendLayout();
            this.tpnlMirrorLinkTop.SuspendLayout();
            this.pnlMirrorLinkLeft.SuspendLayout();
            this.pnlMrrorLinkRight.SuspendLayout();
            this.tpnlMirrorDir.SuspendLayout();
            this.tpnlMirrorDirTop.SuspendLayout();
            this.pnlMirrorDirLeft.SuspendLayout();
            this.pnlMirrorDirRight.SuspendLayout();
            this.pnlMirrorLeft.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
            this.Googler.SuspendLayout();
            this.tpnlGoogleMain.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tpnlGoogleDir.SuspendLayout();
            this.tpnlGoogleDirTop.SuspendLayout();
            this.pnlGoogleDirLeft.SuspendLayout();
            this.pnlGoogleDirRight.SuspendLayout();
            this.pnlGoogleDirMain.SuspendLayout();
            this.tpnlGoogleLink.SuspendLayout();
            this.tpnlGoogleLinkTop.SuspendLayout();
            this.pnlGoogleLinkLeft.SuspendLayout();
            this.pnlGoogleLinkRight.SuspendLayout();
            this.pnlGoogleLinkMain.SuspendLayout();
            this.pnlGoogleLeft.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            this.BackEndMiner.SuspendLayout();
            this.pnl_BackEndMain.SuspendLayout();
            this.tpnl_BackendMain.SuspendLayout();
            this.pnl_BackEndTop.SuspendLayout();
            this.tpnl_BackEndTop.SuspendLayout();
            this.pnl_BETopLeft1.SuspendLayout();
            this.pbl_TopLeft3.SuspendLayout();
            this.pnl_BETopMid1.SuspendLayout();
            this.pnl_BETopMid3.SuspendLayout();
            this.pnl_BETopRight1.SuspendLayout();
            this.pnl_BETopRight3.SuspendLayout();
            this.pnl_BackEndBottom.SuspendLayout();
            this.tpnl_BEBottom1.SuspendLayout();
            this.tpnl_BEBottom2.SuspendLayout();
            this.pnl_BEBottomLeft1.SuspendLayout();
            this.pnl_BEBottomLeft3.SuspendLayout();
            this.tpnl_BEBottomRight.SuspendLayout();
            this.pnl_BEBottomRight1.SuspendLayout();
            this.pnl_BEBottomRight3.SuspendLayout();
            this.tpnl_BEFiles.SuspendLayout();
            this.pnl_BEFile1.SuspendLayout();
            this.pnl_BEFile3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudTimeAnomaly)).BeginInit();
            this.groupBox10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNBackEnd)).BeginInit();
            this.panel2.SuspendLayout();
            this.groupBox11.SuspendLayout();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            this.NiktoIsh.SuspendLayout();
            this.pnl_WiktoMain.SuspendLayout();
            this.tpnl_WiktoMain.SuspendLayout();
            this.tpnl_WiktoB1.SuspendLayout();
            this.panpnl_WiktoBL1.SuspendLayout();
            this.panpnl_WiktoBL2.SuspendLayout();
            this.tpnl_WiktoB2.SuspendLayout();
            this.panpnl_WiktoBM1.SuspendLayout();
            this.panpnl_WiktoBM2.SuspendLayout();
            this.tpnl_WiktoB3.SuspendLayout();
            this.panpnl_WiktoBR1.SuspendLayout();
            this.panpnl_WiktoBR2.SuspendLayout();
            this.tpnl_WiktoT3.SuspendLayout();
            this.pnl_WiktoTR1.SuspendLayout();
            this.pnl_WiktoTR2.SuspendLayout();
            this.tpnl_WiktoT2.SuspendLayout();
            this.pnl_WiktoTM1.SuspendLayout();
            this.pnl_WiktoTM2.SuspendLayout();
            this.tpnl_WiktoT1.SuspendLayout();
            this.pnl_WiktoTL1.SuspendLayout();
            this.pnl_WiktoTL3.SuspendLayout();
            this.panel5.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.groupBox14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.GoogleHacks.SuspendLayout();
            this.pnl_GHMain.SuspendLayout();
            this.tpnl_HMain.SuspendLayout();
            this.tpnl_GHManQuery.SuspendLayout();
            this.pnl_GHMQ1.SuspendLayout();
            this.pnl_GHMQ2.SuspendLayout();
            this.pbl_GoogleHackDb.SuspendLayout();
            this.pnl_GHDesc.SuspendLayout();
            this.tpnl_GHResults.SuspendLayout();
            this.tpnl_GHResultsTop.SuspendLayout();
            this.pnl_GHRes1.SuspendLayout();
            this.pnl_GHRes2.SuspendLayout();
            this.pnl_GHRes3.SuspendLayout();
            this.panel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
            this.pnl_configleft.SuspendLayout();
            this.pnl_ConfigMain.SuspendLayout();
            this.tab_configMain.SuspendLayout();
            this.cfg_DB.SuspendLayout();
            this.cfg_Header.SuspendLayout();
            this.cfg_Google.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.updownGoogleDepth)).BeginInit();
            this.cfg_Proxy.SuspendLayout();
            this.cfg_Spider.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nud_contentsize)).BeginInit();
            this.cfg_Timing.SuspendLayout();
            this.cfg_Update.SuspendLayout();
            this.cfg_Startup.SuspendLayout();
            this.cfg_Help.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            this.SuspendLayout();
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 741);
            this.splitter1.TabIndex = 57;
            this.splitter1.TabStop = false;
            // 
            // cntxtGoogleHacks
            // 
            this.cntxtGoogleHacks.Popup += new System.EventHandler(this.cntxtGoogleHacks_Popup);
            // 
            // btn_CfgLocateNDb
            // 
            this.btn_CfgLocateNDb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_CfgLocateNDb.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_CfgLocateNDb.Location = new System.Drawing.Point(663, 7);
            this.btn_CfgLocateNDb.Name = "btn_CfgLocateNDb";
            this.btn_CfgLocateNDb.Size = new System.Drawing.Size(106, 22);
            this.btn_CfgLocateNDb.TabIndex = 10;
            this.btn_CfgLocateNDb.Text = "Update Now";
            this.toolTip1.SetToolTip(this.btn_CfgLocateNDb, "Update this database now...");
            this.btn_CfgLocateNDb.UseVisualStyleBackColor = true;
            this.btn_CfgLocateNDb.Click += new System.EventHandler(this.btnDBUpdateNikto_Click);
            // 
            // btn_CfgLocateGDb
            // 
            this.btn_CfgLocateGDb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_CfgLocateGDb.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_CfgLocateGDb.Location = new System.Drawing.Point(663, 31);
            this.btn_CfgLocateGDb.Name = "btn_CfgLocateGDb";
            this.btn_CfgLocateGDb.Size = new System.Drawing.Size(106, 22);
            this.btn_CfgLocateGDb.TabIndex = 12;
            this.btn_CfgLocateGDb.Text = "Update Now";
            this.toolTip1.SetToolTip(this.btn_CfgLocateGDb, "Update this database now...");
            this.btn_CfgLocateGDb.UseVisualStyleBackColor = true;
            this.btn_CfgLocateGDb.Click += new System.EventHandler(this.btnDBUpdateGH_Click);
            // 
            // txtDBLocationGH
            // 
            this.txtDBLocationGH.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDBLocationGH.BackColor = System.Drawing.Color.Snow;
            this.txtDBLocationGH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDBLocationGH.Location = new System.Drawing.Point(149, 34);
            this.txtDBLocationGH.Name = "txtDBLocationGH";
            this.txtDBLocationGH.Size = new System.Drawing.Size(430, 18);
            this.txtDBLocationGH.TabIndex = 11;
            this.txtDBLocationGH.Text = "databases\\GHDB.xml";
            this.txtDBLocationGH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtDBLocationGH, "The Google Hack Database Location");
            // 
            // txtDBlocationNikto
            // 
            this.txtDBlocationNikto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDBlocationNikto.BackColor = System.Drawing.Color.Snow;
            this.txtDBlocationNikto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDBlocationNikto.Location = new System.Drawing.Point(149, 10);
            this.txtDBlocationNikto.Name = "txtDBlocationNikto";
            this.txtDBlocationNikto.Size = new System.Drawing.Size(430, 18);
            this.txtDBlocationNikto.TabIndex = 9;
            this.txtDBlocationNikto.Text = "databases\\nikto-scan_database.db";
            this.txtDBlocationNikto.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtDBlocationNikto, "The Nikto Database location");
            // 
            // txtHeader
            // 
            this.txtHeader.AcceptsReturn = true;
            this.txtHeader.BackColor = System.Drawing.Color.Snow;
            this.txtHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtHeader.Location = new System.Drawing.Point(3, 3);
            this.txtHeader.Multiline = true;
            this.txtHeader.Name = "txtHeader";
            this.txtHeader.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtHeader.Size = new System.Drawing.Size(763, 676);
            this.txtHeader.TabIndex = 13;
            this.toolTip1.SetToolTip(this.txtHeader, "The HTTP Header to use during your scan");
            this.txtHeader.WordWrap = false;
            // 
            // chkProxyPresent
            // 
            this.chkProxyPresent.AutoSize = true;
            this.chkProxyPresent.BackColor = System.Drawing.Color.Transparent;
            this.chkProxyPresent.Location = new System.Drawing.Point(6, 36);
            this.chkProxyPresent.Name = "chkProxyPresent";
            this.chkProxyPresent.Size = new System.Drawing.Size(78, 16);
            this.chkProxyPresent.TabIndex = 28;
            this.chkProxyPresent.Text = "Enable Proxy";
            this.toolTip1.SetToolTip(this.chkProxyPresent, "If you want to use a proxy during your scan, please make sure that this is checke" +
                    "d.");
            this.chkProxyPresent.UseVisualStyleBackColor = true;
            // 
            // txtProxySettings
            // 
            this.txtProxySettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtProxySettings.BackColor = System.Drawing.Color.Snow;
            this.txtProxySettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtProxySettings.Location = new System.Drawing.Point(134, 10);
            this.txtProxySettings.Name = "txtProxySettings";
            this.txtProxySettings.Size = new System.Drawing.Size(508, 18);
            this.txtProxySettings.TabIndex = 27;
            this.txtProxySettings.Text = "ProxyIP/DNS:Port";
            this.txtProxySettings.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtProxySettings, "Proxy Server and Port (ie: localhost:3128)");
            // 
            // NUPDOWNspider
            // 
            this.NUPDOWNspider.BackColor = System.Drawing.Color.Snow;
            this.NUPDOWNspider.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.NUPDOWNspider.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.NUPDOWNspider.Location = new System.Drawing.Point(134, 154);
            this.NUPDOWNspider.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.NUPDOWNspider.Minimum = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.NUPDOWNspider.Name = "NUPDOWNspider";
            this.NUPDOWNspider.Size = new System.Drawing.Size(120, 18);
            this.NUPDOWNspider.TabIndex = 149;
            this.toolTip1.SetToolTip(this.NUPDOWNspider, "The number of worker threads to use during the spidering process");
            this.NUPDOWNspider.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            // 
            // txt_ConfigSpiderExclude
            // 
            this.txt_ConfigSpiderExclude.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txt_ConfigSpiderExclude.BackColor = System.Drawing.Color.Snow;
            this.txt_ConfigSpiderExclude.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_ConfigSpiderExclude.Location = new System.Drawing.Point(134, 10);
            this.txt_ConfigSpiderExclude.Name = "txt_ConfigSpiderExclude";
            this.txt_ConfigSpiderExclude.Size = new System.Drawing.Size(508, 18);
            this.txt_ConfigSpiderExclude.TabIndex = 147;
            this.txt_ConfigSpiderExclude.Text = "click.asp,mailto,javascript";
            this.txt_ConfigSpiderExclude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txt_ConfigSpiderExclude, "Exclude hrefs that match these.");
            // 
            // txt_ConfigSpiderExtension
            // 
            this.txt_ConfigSpiderExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txt_ConfigSpiderExtension.BackColor = System.Drawing.Color.Snow;
            this.txt_ConfigSpiderExtension.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_ConfigSpiderExtension.Location = new System.Drawing.Point(134, 34);
            this.txt_ConfigSpiderExtension.Name = "txt_ConfigSpiderExtension";
            this.txt_ConfigSpiderExtension.Size = new System.Drawing.Size(508, 18);
            this.txt_ConfigSpiderExtension.TabIndex = 148;
            this.txt_ConfigSpiderExtension.Text = "xml,mso,swf,tgz,tar,xls,doc,ppt,msi,jpg,gif,png,css,js,ico,avi,wmv,mp3,rm,exe,zip" +
                ",pdf,h,c,cpp,sh,bin,gz,bz2,mpg";
            this.txt_ConfigSpiderExtension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txt_ConfigSpiderExtension, "Do not try and spider files with these extensions");
            // 
            // updownRetryTCP
            // 
            this.updownRetryTCP.BackColor = System.Drawing.Color.Snow;
            this.updownRetryTCP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.updownRetryTCP.Location = new System.Drawing.Point(134, 34);
            this.updownRetryTCP.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.updownRetryTCP.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.updownRetryTCP.Name = "updownRetryTCP";
            this.updownRetryTCP.Size = new System.Drawing.Size(44, 18);
            this.updownRetryTCP.TabIndex = 30;
            this.updownRetryTCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.updownRetryTCP, "Number of attempts to make should a page timeout");
            this.updownRetryTCP.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // updownTimeOutTCP
            // 
            this.updownTimeOutTCP.BackColor = System.Drawing.Color.Snow;
            this.updownTimeOutTCP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.updownTimeOutTCP.Increment = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.updownTimeOutTCP.Location = new System.Drawing.Point(134, 10);
            this.updownTimeOutTCP.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.updownTimeOutTCP.Name = "updownTimeOutTCP";
            this.updownTimeOutTCP.Size = new System.Drawing.Size(68, 18);
            this.updownTimeOutTCP.TabIndex = 29;
            this.updownTimeOutTCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.updownTimeOutTCP, "Timeout value in ms");
            this.updownTimeOutTCP.Value = new decimal(new int[] {
            6000,
            0,
            0,
            0});
            // 
            // txtURLUpdateGHDB
            // 
            this.txtURLUpdateGHDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtURLUpdateGHDB.BackColor = System.Drawing.Color.Snow;
            this.txtURLUpdateGHDB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtURLUpdateGHDB.Location = new System.Drawing.Point(134, 58);
            this.txtURLUpdateGHDB.Name = "txtURLUpdateGHDB";
            this.txtURLUpdateGHDB.Size = new System.Drawing.Size(508, 18);
            this.txtURLUpdateGHDB.TabIndex = 33;
            this.txtURLUpdateGHDB.Text = "http://johnny.ihackstuff.com/xml/ghdb.php";
            this.txtURLUpdateGHDB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtURLUpdateGHDB, "The Google Hack database update location");
            // 
            // txtURLUpdateNiktoDB
            // 
            this.txtURLUpdateNiktoDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtURLUpdateNiktoDB.BackColor = System.Drawing.Color.Snow;
            this.txtURLUpdateNiktoDB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtURLUpdateNiktoDB.Location = new System.Drawing.Point(134, 34);
            this.txtURLUpdateNiktoDB.Name = "txtURLUpdateNiktoDB";
            this.txtURLUpdateNiktoDB.Size = new System.Drawing.Size(508, 18);
            this.txtURLUpdateNiktoDB.TabIndex = 32;
            this.txtURLUpdateNiktoDB.Text = "http://www.sensepost.com/research/wikto/DB/nikto.db";
            this.txtURLUpdateNiktoDB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtURLUpdateNiktoDB, "The Nikto database update location");
            // 
            // txtURLUpdate
            // 
            this.txtURLUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtURLUpdate.BackColor = System.Drawing.Color.Snow;
            this.txtURLUpdate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtURLUpdate.Location = new System.Drawing.Point(134, 10);
            this.txtURLUpdate.Name = "txtURLUpdate";
            this.txtURLUpdate.Size = new System.Drawing.Size(508, 18);
            this.txtURLUpdate.TabIndex = 31;
            this.txtURLUpdate.Text = "http://www.sensepost.com/research/wikto/DB/BackEnd/";
            this.txtURLUpdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtURLUpdate, "The backend database update location");
            // 
            // btn_ShowNews
            // 
            this.btn_ShowNews.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_ShowNews.Location = new System.Drawing.Point(6, 60);
            this.btn_ShowNews.Name = "btn_ShowNews";
            this.btn_ShowNews.Size = new System.Drawing.Size(106, 22);
            this.btn_ShowNews.TabIndex = 30;
            this.btn_ShowNews.Text = "Show News Now";
            this.toolTip1.SetToolTip(this.btn_ShowNews, "Show the news now...");
            this.btn_ShowNews.UseVisualStyleBackColor = true;
            this.btn_ShowNews.Click += new System.EventHandler(this.skinButton3_Click);
            // 
            // chk_ShowStart
            // 
            this.chk_ShowStart.AutoSize = true;
            this.chk_ShowStart.BackColor = System.Drawing.Color.Transparent;
            this.chk_ShowStart.Location = new System.Drawing.Point(6, 12);
            this.chk_ShowStart.Name = "chk_ShowStart";
            this.chk_ShowStart.Size = new System.Drawing.Size(119, 16);
            this.chk_ShowStart.TabIndex = 29;
            this.chk_ShowStart.Text = "Show News on Startup";
            this.toolTip1.SetToolTip(this.chk_ShowStart, "If this is checked, the news page will show when Wikto Starts");
            this.chk_ShowStart.UseVisualStyleBackColor = true;
            this.chk_ShowStart.CheckedChanged += new System.EventHandler(this.chk_ShowStart_CheckedChanged);
            // 
            // btn_CnfQuit
            // 
            this.btn_CnfQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_CnfQuit.ForeColor = System.Drawing.Color.Brown;
            this.btn_CnfQuit.Location = new System.Drawing.Point(121, 86);
            this.btn_CnfQuit.Name = "btn_CnfQuit";
            this.btn_CnfQuit.Size = new System.Drawing.Size(86, 28);
            this.btn_CnfQuit.TabIndex = 5;
            this.btn_CnfQuit.Text = "Quit";
            this.toolTip1.SetToolTip(this.btn_CnfQuit, "Quit Wikto");
            this.btn_CnfQuit.UseVisualStyleBackColor = true;
            this.btn_CnfQuit.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btn_CnfReset
            // 
            this.btn_CnfReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_CnfReset.ForeColor = System.Drawing.Color.Brown;
            this.btn_CnfReset.Location = new System.Drawing.Point(121, 59);
            this.btn_CnfReset.Name = "btn_CnfReset";
            this.btn_CnfReset.Size = new System.Drawing.Size(86, 28);
            this.btn_CnfReset.TabIndex = 4;
            this.btn_CnfReset.Text = "Factory Reset";
            this.toolTip1.SetToolTip(this.btn_CnfReset, "Perform a factory reset");
            this.btn_CnfReset.UseVisualStyleBackColor = true;
            this.btn_CnfReset.Click += new System.EventHandler(this.button2_Click_2);
            // 
            // btn_CnfSave
            // 
            this.btn_CnfSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_CnfSave.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_CnfSave.Location = new System.Drawing.Point(121, 32);
            this.btn_CnfSave.Name = "btn_CnfSave";
            this.btn_CnfSave.Size = new System.Drawing.Size(86, 28);
            this.btn_CnfSave.TabIndex = 3;
            this.btn_CnfSave.Text = "Save";
            this.toolTip1.SetToolTip(this.btn_CnfSave, "Save the current settings");
            this.btn_CnfSave.UseVisualStyleBackColor = true;
            this.btn_CnfSave.Click += new System.EventHandler(this.btnConfigSave_Click);
            // 
            // btn_CnfLoad
            // 
            this.btn_CnfLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_CnfLoad.ForeColor = System.Drawing.Color.ForestGreen;
            this.btn_CnfLoad.Location = new System.Drawing.Point(121, 5);
            this.btn_CnfLoad.Name = "btn_CnfLoad";
            this.btn_CnfLoad.Size = new System.Drawing.Size(86, 28);
            this.btn_CnfLoad.TabIndex = 2;
            this.btn_CnfLoad.Text = "Load";
            this.toolTip1.SetToolTip(this.btn_CnfLoad, "Load a configuration file");
            this.btn_CnfLoad.UseVisualStyleBackColor = true;
            this.btn_CnfLoad.Click += new System.EventHandler(this.btnLoadConfig_Click);
            // 
            // btn_GHManualQuery
            // 
            this.btn_GHManualQuery.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btn_GHManualQuery.Location = new System.Drawing.Point(0, 0);
            this.btn_GHManualQuery.Name = "btn_GHManualQuery";
            this.btn_GHManualQuery.Size = new System.Drawing.Size(94, 24);
            this.btn_GHManualQuery.TabIndex = 12;
            this.btn_GHManualQuery.Text = "Manual Query";
            this.toolTip1.SetToolTip(this.btn_GHManualQuery, "Perform a Manual Query");
            this.btn_GHManualQuery.UseVisualStyleBackColor = true;
            this.btn_GHManualQuery.Click += new System.EventHandler(this.btnGoogleHackOnceOff_Click);
            // 
            // btn_GHLoadDatabase
            // 
            this.btn_GHLoadDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_GHLoadDatabase.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_GHLoadDatabase.Location = new System.Drawing.Point(25, 143);
            this.btn_GHLoadDatabase.Name = "btn_GHLoadDatabase";
            this.btn_GHLoadDatabase.Size = new System.Drawing.Size(161, 24);
            this.btn_GHLoadDatabase.TabIndex = 6;
            this.btn_GHLoadDatabase.Text = "Load Google Hack Database";
            this.toolTip1.SetToolTip(this.btn_GHLoadDatabase, "Load a Google Hack Database");
            this.btn_GHLoadDatabase.UseVisualStyleBackColor = true;
            this.btn_GHLoadDatabase.Click += new System.EventHandler(this.btnLoadGoogleHack_Click);
            // 
            // txtGoogleHackTarget
            // 
            this.txtGoogleHackTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.txtGoogleHackTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleHackTarget.Location = new System.Drawing.Point(71, 98);
            this.txtGoogleHackTarget.Name = "txtGoogleHackTarget";
            this.txtGoogleHackTarget.Size = new System.Drawing.Size(136, 18);
            this.txtGoogleHackTarget.TabIndex = 5;
            this.txtGoogleHackTarget.Text = "localhost";
            this.txtGoogleHackTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtGoogleHackTarget, "Site to search");
            // 
            // btn_GHQuit
            // 
            this.btn_GHQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_GHQuit.ForeColor = System.Drawing.Color.Brown;
            this.btn_GHQuit.Location = new System.Drawing.Point(121, 59);
            this.btn_GHQuit.Name = "btn_GHQuit";
            this.btn_GHQuit.Size = new System.Drawing.Size(86, 28);
            this.btn_GHQuit.TabIndex = 4;
            this.btn_GHQuit.Text = "Quit";
            this.toolTip1.SetToolTip(this.btn_GHQuit, "Quit Wikto");
            this.btn_GHQuit.UseVisualStyleBackColor = true;
            this.btn_GHQuit.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btn_GHStop
            // 
            this.btn_GHStop.Enabled = false;
            this.btn_GHStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_GHStop.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_GHStop.Location = new System.Drawing.Point(121, 32);
            this.btn_GHStop.Name = "btn_GHStop";
            this.btn_GHStop.Size = new System.Drawing.Size(86, 28);
            this.btn_GHStop.TabIndex = 3;
            this.btn_GHStop.Text = "Stop";
            this.toolTip1.SetToolTip(this.btn_GHStop, "Stop the Scan");
            this.btn_GHStop.UseVisualStyleBackColor = true;
            this.btn_GHStop.Click += new System.EventHandler(this.btnStopGoogleHack_Click);
            // 
            // btn_GHStart
            // 
            this.btn_GHStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_GHStart.ForeColor = System.Drawing.Color.ForestGreen;
            this.btn_GHStart.Location = new System.Drawing.Point(121, 5);
            this.btn_GHStart.Name = "btn_GHStart";
            this.btn_GHStart.Size = new System.Drawing.Size(86, 28);
            this.btn_GHStart.TabIndex = 2;
            this.btn_GHStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btn_GHStart, "Start the Scan");
            this.btn_GHStart.UseVisualStyleBackColor = true;
            this.btn_GHStart.Click += new System.EventHandler(this.btnStartGoogleHack_Click);
            // 
            // btn_BEInDirImportM
            // 
            this.btn_BEInDirImportM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEInDirImportM.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BEInDirImportM.Location = new System.Drawing.Point(87, 0);
            this.btn_BEInDirImportM.Name = "btn_BEInDirImportM";
            this.btn_BEInDirImportM.Size = new System.Drawing.Size(48, 21);
            this.btn_BEInDirImportM.TabIndex = 30;
            this.btn_BEInDirImportM.Text = "Spider";
            this.toolTip1.SetToolTip(this.btn_BEInDirImportM, "Import Directories from the Spider");
            this.btn_BEInDirImportM.UseVisualStyleBackColor = true;
            this.btn_BEInDirImportM.Click += new System.EventHandler(this.btn_BEInDirImportM_Click);
            // 
            // btn_BEImportInDirG
            // 
            this.btn_BEImportInDirG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEImportInDirG.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BEImportInDirG.Location = new System.Drawing.Point(137, 0);
            this.btn_BEImportInDirG.Name = "btn_BEImportInDirG";
            this.btn_BEImportInDirG.Size = new System.Drawing.Size(48, 21);
            this.btn_BEImportInDirG.TabIndex = 31;
            this.btn_BEImportInDirG.Text = "Google";
            this.toolTip1.SetToolTip(this.btn_BEImportInDirG, "Import Directories from the Google Miner");
            this.btn_BEImportInDirG.UseVisualStyleBackColor = true;
            this.btn_BEImportInDirG.Click += new System.EventHandler(this.btn_BEImportInDirG_Click);
            // 
            // btnBackEndPause
            // 
            this.btnBackEndPause.Enabled = false;
            this.btnBackEndPause.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnBackEndPause.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btnBackEndPause.Location = new System.Drawing.Point(121, 86);
            this.btnBackEndPause.Name = "btnBackEndPause";
            this.btnBackEndPause.Size = new System.Drawing.Size(86, 28);
            this.btnBackEndPause.TabIndex = 256;
            this.btnBackEndPause.Text = "Pause";
            this.toolTip1.SetToolTip(this.btnBackEndPause, "Pause / Resume a Scan");
            this.btnBackEndPause.UseVisualStyleBackColor = true;
            this.btnBackEndPause.Click += new System.EventHandler(this.btnBackEndPause_Click);
            // 
            // chkPreserve
            // 
            this.chkPreserve.AutoSize = true;
            this.chkPreserve.BackColor = System.Drawing.Color.Transparent;
            this.chkPreserve.Location = new System.Drawing.Point(7, 135);
            this.chkPreserve.Name = "chkPreserve";
            this.chkPreserve.Size = new System.Drawing.Size(96, 16);
            this.chkPreserve.TabIndex = 7;
            this.chkPreserve.Text = "Preserve Results";
            this.toolTip1.SetToolTip(this.chkPreserve, "Preserve Existing Results");
            this.chkPreserve.UseVisualStyleBackColor = true;
            // 
            // btn_BESkiptoDirs
            // 
            this.btn_BESkiptoDirs.Enabled = false;
            this.btn_BESkiptoDirs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.btn_BESkiptoDirs.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_BESkiptoDirs.Location = new System.Drawing.Point(121, 155);
            this.btn_BESkiptoDirs.Name = "btn_BESkiptoDirs";
            this.btn_BESkiptoDirs.Size = new System.Drawing.Size(86, 16);
            this.btn_BESkiptoDirs.TabIndex = 6;
            this.btn_BESkiptoDirs.Text = "Skip to Dirs.";
            this.toolTip1.SetToolTip(this.btn_BESkiptoDirs, "Skip to scanning directories");
            this.btn_BESkiptoDirs.UseVisualStyleBackColor = true;
            this.btn_BESkiptoDirs.Click += new System.EventHandler(this.btnSkipFile_Click);
            // 
            // btn_BEQuit
            // 
            this.btn_BEQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEQuit.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEQuit.Location = new System.Drawing.Point(121, 59);
            this.btn_BEQuit.Name = "btn_BEQuit";
            this.btn_BEQuit.Size = new System.Drawing.Size(86, 28);
            this.btn_BEQuit.TabIndex = 4;
            this.btn_BEQuit.Text = "Quit";
            this.toolTip1.SetToolTip(this.btn_BEQuit, "Quit Wikto");
            this.btn_BEQuit.UseVisualStyleBackColor = true;
            this.btn_BEQuit.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btn_BEStop
            // 
            this.btn_BEStop.Enabled = false;
            this.btn_BEStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEStop.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_BEStop.Location = new System.Drawing.Point(121, 32);
            this.btn_BEStop.Name = "btn_BEStop";
            this.btn_BEStop.Size = new System.Drawing.Size(86, 28);
            this.btn_BEStop.TabIndex = 3;
            this.btn_BEStop.Text = "Stop";
            this.toolTip1.SetToolTip(this.btn_BEStop, "Stop the Scan");
            this.btn_BEStop.UseVisualStyleBackColor = true;
            this.btn_BEStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // btn_BEStart
            // 
            this.btn_BEStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEStart.ForeColor = System.Drawing.Color.ForestGreen;
            this.btn_BEStart.Location = new System.Drawing.Point(121, 5);
            this.btn_BEStart.Name = "btn_BEStart";
            this.btn_BEStart.Size = new System.Drawing.Size(86, 28);
            this.btn_BEStart.TabIndex = 2;
            this.btn_BEStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btn_BEStart, "Start the Scan");
            this.btn_BEStart.UseVisualStyleBackColor = true;
            this.btn_BEStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btn_BESkiptoFiles
            // 
            this.btn_BESkiptoFiles.Enabled = false;
            this.btn_BESkiptoFiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.btn_BESkiptoFiles.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_BESkiptoFiles.Location = new System.Drawing.Point(121, 135);
            this.btn_BESkiptoFiles.Name = "btn_BESkiptoFiles";
            this.btn_BESkiptoFiles.Size = new System.Drawing.Size(86, 16);
            this.btn_BESkiptoFiles.TabIndex = 5;
            this.btn_BESkiptoFiles.Text = "Skip to Files";
            this.toolTip1.SetToolTip(this.btn_BESkiptoFiles, "Skip to scanning files");
            this.btn_BESkiptoFiles.UseVisualStyleBackColor = true;
            this.btn_BESkiptoFiles.Click += new System.EventHandler(this.btnSkipDirs_Click);
            // 
            // btn_BackEndExport
            // 
            this.btn_BackEndExport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BackEndExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BackEndExport.ForeColor = System.Drawing.Color.ForestGreen;
            this.btn_BackEndExport.Location = new System.Drawing.Point(3, 588);
            this.btn_BackEndExport.Name = "btn_BackEndExport";
            this.btn_BackEndExport.Size = new System.Drawing.Size(208, 24);
            this.btn_BackEndExport.TabIndex = 28;
            this.btn_BackEndExport.Text = "Export Results";
            this.toolTip1.SetToolTip(this.btn_BackEndExport, "Export Results to file");
            this.btn_BackEndExport.UseVisualStyleBackColor = true;
            this.btn_BackEndExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // skinButton4
            // 
            this.skinButton4.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.skinButton4.Location = new System.Drawing.Point(114, 65);
            this.skinButton4.Name = "skinButton4";
            this.skinButton4.Size = new System.Drawing.Size(86, 21);
            this.skinButton4.TabIndex = 151;
            this.skinButton4.Text = "Reset";
            this.toolTip1.SetToolTip(this.skinButton4, "Reset the result counters");
            this.skinButton4.UseVisualStyleBackColor = true;
            this.skinButton4.Click += new System.EventHandler(this.skinButton4_Click);
            // 
            // skinButton5
            // 
            this.skinButton5.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.skinButton5.Location = new System.Drawing.Point(114, 38);
            this.skinButton5.Name = "skinButton5";
            this.skinButton5.Size = new System.Drawing.Size(86, 21);
            this.skinButton5.TabIndex = 150;
            this.skinButton5.Text = "Show All";
            this.toolTip1.SetToolTip(this.skinButton5, "Show all results and trigger values");
            this.skinButton5.UseVisualStyleBackColor = true;
            this.skinButton5.Click += new System.EventHandler(this.skinButton5_Click);
            // 
            // skinButton6
            // 
            this.skinButton6.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.skinButton6.Location = new System.Drawing.Point(114, 11);
            this.skinButton6.Name = "skinButton6";
            this.skinButton6.Size = new System.Drawing.Size(86, 21);
            this.skinButton6.TabIndex = 149;
            this.skinButton6.Text = "Update";
            this.toolTip1.SetToolTip(this.skinButton6, "Update result lists with the current triggers");
            this.skinButton6.UseVisualStyleBackColor = true;
            this.skinButton6.Click += new System.EventHandler(this.skinButton6_Click);
            // 
            // radioHEAD
            // 
            this.radioHEAD.AutoSize = true;
            this.radioHEAD.BackColor = System.Drawing.Color.Transparent;
            this.radioHEAD.Location = new System.Drawing.Point(8, 149);
            this.radioHEAD.Name = "radioHEAD";
            this.radioHEAD.Size = new System.Drawing.Size(50, 16);
            this.radioHEAD.TabIndex = 26;
            this.radioHEAD.Text = "HEAD";
            this.toolTip1.SetToolTip(this.radioHEAD, "Use the HEAD HTTP method");
            this.radioHEAD.UseVisualStyleBackColor = true;
            // 
            // radioGET
            // 
            this.radioGET.AutoSize = true;
            this.radioGET.BackColor = System.Drawing.Color.Transparent;
            this.radioGET.Checked = true;
            this.radioGET.Location = new System.Drawing.Point(122, 149);
            this.radioGET.Name = "radioGET";
            this.radioGET.Size = new System.Drawing.Size(41, 16);
            this.radioGET.TabIndex = 27;
            this.radioGET.TabStop = true;
            this.radioGET.Text = "GET";
            this.toolTip1.SetToolTip(this.radioGET, "Use the GET HTTP method (recommended)");
            this.radioGET.UseVisualStyleBackColor = true;
            // 
            // btn_BEClearDB
            // 
            this.btn_BEClearDB.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEClearDB.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEClearDB.Location = new System.Drawing.Point(8, 65);
            this.btn_BEClearDB.Name = "btn_BEClearDB";
            this.btn_BEClearDB.Size = new System.Drawing.Size(100, 20);
            this.btn_BEClearDB.TabIndex = 21;
            this.btn_BEClearDB.Text = "Clear DB";
            this.toolTip1.SetToolTip(this.btn_BEClearDB, "Clear the result cache");
            this.btn_BEClearDB.UseVisualStyleBackColor = true;
            this.btn_BEClearDB.Click += new System.EventHandler(this.btnClearBackEndDB_Click);
            // 
            // chkBackEndAI
            // 
            this.chkBackEndAI.AutoSize = true;
            this.chkBackEndAI.BackColor = System.Drawing.Color.Transparent;
            this.chkBackEndAI.Location = new System.Drawing.Point(8, 14);
            this.chkBackEndAI.Name = "chkBackEndAI";
            this.chkBackEndAI.Size = new System.Drawing.Size(53, 16);
            this.chkBackEndAI.TabIndex = 19;
            this.chkBackEndAI.Text = "Use AI";
            this.toolTip1.SetToolTip(this.chkBackEndAI, "Use SensePost\'s AI triggers t reduce false positives (we recommend a value of aro" +
                    "und 0.8)");
            this.chkBackEndAI.UseVisualStyleBackColor = true;
            this.chkBackEndAI.CheckedChanged += new System.EventHandler(this.ToggleBackendAI);
            // 
            // txtErrorCodeDir
            // 
            this.txtErrorCodeDir.BackColor = System.Drawing.Color.Snow;
            this.txtErrorCodeDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtErrorCodeDir.Location = new System.Drawing.Point(3, 3);
            this.txtErrorCodeDir.Name = "txtErrorCodeDir";
            this.txtErrorCodeDir.Size = new System.Drawing.Size(100, 18);
            this.txtErrorCodeDir.TabIndex = 24;
            this.txtErrorCodeDir.Text = "403,401,200,302,301";
            this.txtErrorCodeDir.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.toolTip1.SetToolTip(this.txtErrorCodeDir, "HTTP response codes indicating thet directories exist");
            // 
            // txtErrorCodeFile
            // 
            this.txtErrorCodeFile.BackColor = System.Drawing.Color.Snow;
            this.txtErrorCodeFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtErrorCodeFile.Location = new System.Drawing.Point(3, 27);
            this.txtErrorCodeFile.Name = "txtErrorCodeFile";
            this.txtErrorCodeFile.Size = new System.Drawing.Size(100, 18);
            this.txtErrorCodeFile.TabIndex = 25;
            this.txtErrorCodeFile.Text = "200,302,301,403";
            this.txtErrorCodeFile.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.toolTip1.SetToolTip(this.txtErrorCodeFile, "HTTP response codes indicating thet files exist");
            // 
            // btn_BELoadDirs
            // 
            this.btn_BELoadDirs.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BELoadDirs.Location = new System.Drawing.Point(8, 20);
            this.btn_BELoadDirs.Name = "btn_BELoadDirs";
            this.btn_BELoadDirs.Size = new System.Drawing.Size(100, 20);
            this.btn_BELoadDirs.TabIndex = 13;
            this.btn_BELoadDirs.Text = "Load Directories";
            this.toolTip1.SetToolTip(this.btn_BELoadDirs, "Load a list of directory names from file");
            this.btn_BELoadDirs.UseVisualStyleBackColor = true;
            this.btn_BELoadDirs.Click += new System.EventHandler(this.btnLoadDirs_Click);
            // 
            // btn_BEUpdateFromSP
            // 
            this.btn_BEUpdateFromSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEUpdateFromSP.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BEUpdateFromSP.Location = new System.Drawing.Point(108, 20);
            this.btn_BEUpdateFromSP.Name = "btn_BEUpdateFromSP";
            this.btn_BEUpdateFromSP.Size = new System.Drawing.Size(100, 36);
            this.btn_BEUpdateFromSP.TabIndex = 16;
            this.btn_BEUpdateFromSP.Text = "Update from SensePost";
            this.toolTip1.SetToolTip(this.btn_BEUpdateFromSP, "Update the directory, file and extension lists from SensePost");
            this.btn_BEUpdateFromSP.UseVisualStyleBackColor = true;
            this.btn_BEUpdateFromSP.Click += new System.EventHandler(this.btnBackEndUpdateDirs_Click);
            // 
            // cmbBackEndUpdate
            // 
            this.cmbBackEndUpdate.BackColor = System.Drawing.Color.Snow;
            this.cmbBackEndUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmbBackEndUpdate.Location = new System.Drawing.Point(116, 64);
            this.cmbBackEndUpdate.Name = "cmbBackEndUpdate";
            this.cmbBackEndUpdate.Size = new System.Drawing.Size(84, 20);
            this.cmbBackEndUpdate.TabIndex = 17;
            this.cmbBackEndUpdate.Text = "Refresh...";
            this.toolTip1.SetToolTip(this.cmbBackEndUpdate, "Select the update option");
            this.cmbBackEndUpdate.Click += new System.EventHandler(this.cmbBackEndUpdate_SelectedIndexChanged);
            // 
            // btn_BELoadExts
            // 
            this.btn_BELoadExts.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BELoadExts.Location = new System.Drawing.Point(8, 63);
            this.btn_BELoadExts.Name = "btn_BELoadExts";
            this.btn_BELoadExts.Size = new System.Drawing.Size(100, 20);
            this.btn_BELoadExts.TabIndex = 15;
            this.btn_BELoadExts.Text = "Load File Types";
            this.toolTip1.SetToolTip(this.btn_BELoadExts, "Load a list of filetypes from file");
            this.btn_BELoadExts.UseVisualStyleBackColor = true;
            this.btn_BELoadExts.Click += new System.EventHandler(this.btnLoadFileformat_Click);
            // 
            // btn_BELoadFiles
            // 
            this.btn_BELoadFiles.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_BELoadFiles.Location = new System.Drawing.Point(8, 42);
            this.btn_BELoadFiles.Name = "btn_BELoadFiles";
            this.btn_BELoadFiles.Size = new System.Drawing.Size(100, 20);
            this.btn_BELoadFiles.TabIndex = 14;
            this.btn_BELoadFiles.Text = "Load File Names";
            this.toolTip1.SetToolTip(this.btn_BELoadFiles, "Load a list of files from file");
            this.btn_BELoadFiles.UseVisualStyleBackColor = true;
            this.btn_BELoadFiles.Click += new System.EventHandler(this.btnLoadFiles_Click);
            // 
            // txtIPPort
            // 
            this.txtIPPort.BackColor = System.Drawing.Color.Snow;
            this.txtIPPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtIPPort.Location = new System.Drawing.Point(8, 44);
            this.txtIPPort.Name = "txtIPPort";
            this.txtIPPort.Size = new System.Drawing.Size(112, 18);
            this.txtIPPort.TabIndex = 10;
            this.txtIPPort.Text = "80";
            this.txtIPPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.toolTip1.SetToolTip(this.txtIPPort, "The target port (ie: 80 for http, 443 for https)");
            // 
            // chkBackEnduseSSLport
            // 
            this.chkBackEnduseSSLport.AutoSize = true;
            this.chkBackEnduseSSLport.BackColor = System.Drawing.Color.Transparent;
            this.chkBackEnduseSSLport.Location = new System.Drawing.Point(154, 47);
            this.chkBackEnduseSSLport.Name = "chkBackEnduseSSLport";
            this.chkBackEnduseSSLport.Size = new System.Drawing.Size(41, 16);
            this.chkBackEnduseSSLport.TabIndex = 11;
            this.chkBackEnduseSSLport.Text = "SSL";
            this.toolTip1.SetToolTip(this.chkBackEnduseSSLport, "If you are scanning a secure web server(https), ensure that this is checked.");
            this.chkBackEnduseSSLport.UseVisualStyleBackColor = true;
            this.chkBackEnduseSSLport.CheckedChanged += new System.EventHandler(this.chkBackEnduseSSLport_CheckedChanged);
            // 
            // txtIPNumber
            // 
            this.txtIPNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.txtIPNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtIPNumber.Location = new System.Drawing.Point(8, 20);
            this.txtIPNumber.Name = "txtIPNumber";
            this.txtIPNumber.Size = new System.Drawing.Size(112, 18);
            this.txtIPNumber.TabIndex = 9;
            this.txtIPNumber.Text = "localhost";
            this.txtIPNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtIPNumber, "The target host (ie: localhost)");
            this.txtIPNumber.TextChanged += new System.EventHandler(this.populateHeader);
            // 
            // btn_WiktoImportBackEnd
            // 
            this.btn_WiktoImportBackEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_WiktoImportBackEnd.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_WiktoImportBackEnd.Location = new System.Drawing.Point(227, 0);
            this.btn_WiktoImportBackEnd.Name = "btn_WiktoImportBackEnd";
            this.btn_WiktoImportBackEnd.Size = new System.Drawing.Size(48, 21);
            this.btn_WiktoImportBackEnd.TabIndex = 21;
            this.btn_WiktoImportBackEnd.Text = "Backend";
            this.toolTip1.SetToolTip(this.btn_WiktoImportBackEnd, "Import Directories from Backend Miner");
            this.btn_WiktoImportBackEnd.UseVisualStyleBackColor = true;
            this.btn_WiktoImportBackEnd.Click += new System.EventHandler(this.btn_WiktoImportBackEnd_Click);
            // 
            // btn_WiktoImportMirror
            // 
            this.btn_WiktoImportMirror.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_WiktoImportMirror.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_WiktoImportMirror.Location = new System.Drawing.Point(129, 0);
            this.btn_WiktoImportMirror.Name = "btn_WiktoImportMirror";
            this.btn_WiktoImportMirror.Size = new System.Drawing.Size(44, 21);
            this.btn_WiktoImportMirror.TabIndex = 22;
            this.btn_WiktoImportMirror.Text = "Spider";
            this.toolTip1.SetToolTip(this.btn_WiktoImportMirror, "Import Directories from Spider");
            this.btn_WiktoImportMirror.UseVisualStyleBackColor = true;
            this.btn_WiktoImportMirror.Click += new System.EventHandler(this.btn_WiktoImportMirror_Click);
            // 
            // btn_WiktoImportGoogle
            // 
            this.btn_WiktoImportGoogle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_WiktoImportGoogle.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_WiktoImportGoogle.Location = new System.Drawing.Point(179, 0);
            this.btn_WiktoImportGoogle.Name = "btn_WiktoImportGoogle";
            this.btn_WiktoImportGoogle.Size = new System.Drawing.Size(42, 21);
            this.btn_WiktoImportGoogle.TabIndex = 23;
            this.btn_WiktoImportGoogle.Text = "Google";
            this.toolTip1.SetToolTip(this.btn_WiktoImportGoogle, "Import Directories from Google Miner");
            this.btn_WiktoImportGoogle.UseVisualStyleBackColor = true;
            this.btn_WiktoImportGoogle.Click += new System.EventHandler(this.btn_WiktoImportGoogle_Click);
            // 
            // btn_NiktoLoad
            // 
            this.btn_NiktoLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_NiktoLoad.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_NiktoLoad.Location = new System.Drawing.Point(7, 360);
            this.btn_NiktoLoad.Name = "btn_NiktoLoad";
            this.btn_NiktoLoad.Size = new System.Drawing.Size(208, 24);
            this.btn_NiktoLoad.TabIndex = 18;
            this.btn_NiktoLoad.Text = "Load Nikto Database";
            this.toolTip1.SetToolTip(this.btn_NiktoLoad, "Load a Nikto Database");
            this.btn_NiktoLoad.UseVisualStyleBackColor = true;
            this.btn_NiktoLoad.Click += new System.EventHandler(this.btnNiktoLoad_Click_1);
            // 
            // skinButtonGreen2
            // 
            this.skinButtonGreen2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.skinButtonGreen2.ForeColor = System.Drawing.Color.ForestGreen;
            this.skinButtonGreen2.Location = new System.Drawing.Point(7, 330);
            this.skinButtonGreen2.Name = "skinButtonGreen2";
            this.skinButtonGreen2.Size = new System.Drawing.Size(208, 24);
            this.skinButtonGreen2.TabIndex = 17;
            this.skinButtonGreen2.Text = "Export Results";
            this.toolTip1.SetToolTip(this.skinButtonGreen2, "Export results to file");
            this.skinButtonGreen2.UseVisualStyleBackColor = true;
            this.skinButtonGreen2.Click += new System.EventHandler(this.btnNiktoExport_Click);
            // 
            // btnClearNiktoAI
            // 
            this.btnClearNiktoAI.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnClearNiktoAI.ForeColor = System.Drawing.Color.Brown;
            this.btnClearNiktoAI.Location = new System.Drawing.Point(6, 61);
            this.btnClearNiktoAI.Name = "btnClearNiktoAI";
            this.btnClearNiktoAI.Size = new System.Drawing.Size(86, 21);
            this.btnClearNiktoAI.TabIndex = 14;
            this.btnClearNiktoAI.Text = "Clear DB";
            this.toolTip1.SetToolTip(this.btnClearNiktoAI, "Clear the results dataase");
            this.btnClearNiktoAI.UseVisualStyleBackColor = true;
            this.btnClearNiktoAI.Click += new System.EventHandler(this.btnClearNiktoAI_Click);
            // 
            // btnNiktoRestFuzz
            // 
            this.btnNiktoRestFuzz.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btnNiktoRestFuzz.Location = new System.Drawing.Point(6, 41);
            this.btnNiktoRestFuzz.Name = "btnNiktoRestFuzz";
            this.btnNiktoRestFuzz.Size = new System.Drawing.Size(86, 21);
            this.btnNiktoRestFuzz.TabIndex = 15;
            this.btnNiktoRestFuzz.Text = "Reset";
            this.toolTip1.SetToolTip(this.btnNiktoRestFuzz, "Reset the results database");
            this.btnNiktoRestFuzz.UseVisualStyleBackColor = true;
            this.btnNiktoRestFuzz.Click += new System.EventHandler(this.btnNiktoRestFuzz_Click);
            // 
            // btnNiktoShowAll
            // 
            this.btnNiktoShowAll.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btnNiktoShowAll.Location = new System.Drawing.Point(114, 61);
            this.btnNiktoShowAll.Name = "btnNiktoShowAll";
            this.btnNiktoShowAll.Size = new System.Drawing.Size(86, 21);
            this.btnNiktoShowAll.TabIndex = 13;
            this.btnNiktoShowAll.Text = "Show All";
            this.toolTip1.SetToolTip(this.btnNiktoShowAll, "Show all results");
            this.btnNiktoShowAll.UseVisualStyleBackColor = true;
            this.btnNiktoShowAll.Click += new System.EventHandler(this.btnNiktoShowAll_Click);
            // 
            // chkOptimizedNikto
            // 
            this.chkOptimizedNikto.AutoSize = true;
            this.chkOptimizedNikto.BackColor = System.Drawing.Color.Transparent;
            this.chkOptimizedNikto.Checked = true;
            this.chkOptimizedNikto.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkOptimizedNikto.Location = new System.Drawing.Point(116, 18);
            this.chkOptimizedNikto.Name = "chkOptimizedNikto";
            this.chkOptimizedNikto.Size = new System.Drawing.Size(66, 16);
            this.chkOptimizedNikto.TabIndex = 16;
            this.chkOptimizedNikto.Text = "Optimised";
            this.toolTip1.SetToolTip(this.chkOptimizedNikto, "Cache AI levels for known file types");
            this.chkOptimizedNikto.UseVisualStyleBackColor = true;
            // 
            // btnNiktoFuzzUpdate
            // 
            this.btnNiktoFuzzUpdate.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btnNiktoFuzzUpdate.Location = new System.Drawing.Point(114, 41);
            this.btnNiktoFuzzUpdate.Name = "btnNiktoFuzzUpdate";
            this.btnNiktoFuzzUpdate.Size = new System.Drawing.Size(86, 21);
            this.btnNiktoFuzzUpdate.TabIndex = 12;
            this.btnNiktoFuzzUpdate.Text = "Update";
            this.toolTip1.SetToolTip(this.btnNiktoFuzzUpdate, "Update results lists using the current trigger");
            this.btnNiktoFuzzUpdate.UseVisualStyleBackColor = true;
            this.btnNiktoFuzzUpdate.Click += new System.EventHandler(this.btnNiktoFuzzUpdate_Click);
            // 
            // NUPDOWNfuzz
            // 
            this.NUPDOWNfuzz.BackColor = System.Drawing.Color.Snow;
            this.NUPDOWNfuzz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.NUPDOWNfuzz.DecimalPlaces = 3;
            this.NUPDOWNfuzz.Increment = new decimal(new int[] {
            5,
            0,
            0,
            131072});
            this.NUPDOWNfuzz.Location = new System.Drawing.Point(6, 17);
            this.NUPDOWNfuzz.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.NUPDOWNfuzz.Name = "NUPDOWNfuzz";
            this.NUPDOWNfuzz.Size = new System.Drawing.Size(86, 18);
            this.NUPDOWNfuzz.TabIndex = 11;
            this.toolTip1.SetToolTip(this.NUPDOWNfuzz, "The AI trigger level (we recommend a value of aroun 0.8)");
            this.NUPDOWNfuzz.Value = new decimal(new int[] {
            9,
            0,
            0,
            65536});
            // 
            // chkuseSSLWikto
            // 
            this.chkuseSSLWikto.AutoSize = true;
            this.chkuseSSLWikto.BackColor = System.Drawing.Color.Transparent;
            this.chkuseSSLWikto.Location = new System.Drawing.Point(156, 42);
            this.chkuseSSLWikto.Name = "chkuseSSLWikto";
            this.chkuseSSLWikto.Size = new System.Drawing.Size(41, 16);
            this.chkuseSSLWikto.TabIndex = 8;
            this.chkuseSSLWikto.Text = "SSL";
            this.toolTip1.SetToolTip(this.chkuseSSLWikto, "If you are scanning a secure web server(https), ensure that this is checked.");
            this.chkuseSSLWikto.UseVisualStyleBackColor = true;
            this.chkuseSSLWikto.CheckedChanged += new System.EventHandler(this.chkuseSSLWikto_CheckedChanged);
            // 
            // txtNiktoPort
            // 
            this.txtNiktoPort.BackColor = System.Drawing.Color.Snow;
            this.txtNiktoPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNiktoPort.Location = new System.Drawing.Point(6, 41);
            this.txtNiktoPort.Name = "txtNiktoPort";
            this.txtNiktoPort.Size = new System.Drawing.Size(112, 18);
            this.txtNiktoPort.TabIndex = 7;
            this.txtNiktoPort.Text = "80";
            this.txtNiktoPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.toolTip1.SetToolTip(this.txtNiktoPort, "The target port (ie: 80 for http, 443 for https)");
            // 
            // txtNiktoTarget
            // 
            this.txtNiktoTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.txtNiktoTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNiktoTarget.Location = new System.Drawing.Point(6, 17);
            this.txtNiktoTarget.Name = "txtNiktoTarget";
            this.txtNiktoTarget.Size = new System.Drawing.Size(112, 18);
            this.txtNiktoTarget.TabIndex = 6;
            this.txtNiktoTarget.Text = "localhost";
            this.txtNiktoTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtNiktoTarget, "The target host (ie: localhost)");
            // 
            // skinButtonRed1
            // 
            this.skinButtonRed1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.skinButtonRed1.ForeColor = System.Drawing.Color.Brown;
            this.skinButtonRed1.Location = new System.Drawing.Point(121, 59);
            this.skinButtonRed1.Name = "skinButtonRed1";
            this.skinButtonRed1.Size = new System.Drawing.Size(86, 28);
            this.skinButtonRed1.TabIndex = 4;
            this.skinButtonRed1.Text = "Quit";
            this.toolTip1.SetToolTip(this.skinButtonRed1, "Quit Wikto");
            this.skinButtonRed1.UseVisualStyleBackColor = true;
            this.skinButtonRed1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btn_WiktoStop
            // 
            this.btn_WiktoStop.Enabled = false;
            this.btn_WiktoStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_WiktoStop.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btn_WiktoStop.Location = new System.Drawing.Point(121, 32);
            this.btn_WiktoStop.Name = "btn_WiktoStop";
            this.btn_WiktoStop.Size = new System.Drawing.Size(86, 28);
            this.btn_WiktoStop.TabIndex = 3;
            this.btn_WiktoStop.Text = "Stop";
            this.toolTip1.SetToolTip(this.btn_WiktoStop, "Stop the Scan");
            this.btn_WiktoStop.UseVisualStyleBackColor = true;
            this.btn_WiktoStop.Click += new System.EventHandler(this.btnStopNikto_Click);
            // 
            // btn_WiktoStart
            // 
            this.btn_WiktoStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_WiktoStart.ForeColor = System.Drawing.Color.ForestGreen;
            this.btn_WiktoStart.Location = new System.Drawing.Point(121, 5);
            this.btn_WiktoStart.Name = "btn_WiktoStart";
            this.btn_WiktoStart.Size = new System.Drawing.Size(86, 28);
            this.btn_WiktoStart.TabIndex = 2;
            this.btn_WiktoStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btn_WiktoStart, "Start the Scan");
            this.btn_WiktoStart.UseVisualStyleBackColor = true;
            this.btn_WiktoStart.Click += new System.EventHandler(this.btnStartNikto_Click);
            // 
            // btnGoogleQuit
            // 
            this.btnGoogleQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnGoogleQuit.ForeColor = System.Drawing.Color.Brown;
            this.btnGoogleQuit.Location = new System.Drawing.Point(121, 59);
            this.btnGoogleQuit.Name = "btnGoogleQuit";
            this.btnGoogleQuit.Size = new System.Drawing.Size(86, 28);
            this.btnGoogleQuit.TabIndex = 4;
            this.btnGoogleQuit.Text = "Quit";
            this.toolTip1.SetToolTip(this.btnGoogleQuit, "Quit Wikto");
            this.btnGoogleQuit.UseVisualStyleBackColor = true;
            this.btnGoogleQuit.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btnStopGoole
            // 
            this.btnStopGoole.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnStopGoole.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btnStopGoole.Location = new System.Drawing.Point(121, 32);
            this.btnStopGoole.Name = "btnStopGoole";
            this.btnStopGoole.Size = new System.Drawing.Size(86, 28);
            this.btnStopGoole.TabIndex = 3;
            this.btnStopGoole.Text = "Stop";
            this.toolTip1.SetToolTip(this.btnStopGoole, "Stop the Scan");
            this.btnStopGoole.UseVisualStyleBackColor = true;
            this.btnStopGoole.Click += new System.EventHandler(this.btnStopGoole_Click);
            // 
            // btnGoogleStart
            // 
            this.btnGoogleStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnGoogleStart.ForeColor = System.Drawing.Color.ForestGreen;
            this.btnGoogleStart.Location = new System.Drawing.Point(121, 5);
            this.btnGoogleStart.Name = "btnGoogleStart";
            this.btnGoogleStart.Size = new System.Drawing.Size(86, 28);
            this.btnGoogleStart.TabIndex = 2;
            this.btnGoogleStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btnGoogleStart, "Start the Scan");
            this.btnGoogleStart.UseVisualStyleBackColor = true;
            this.btnGoogleStart.Click += new System.EventHandler(this.btnGoogleStart_Click);
            // 
            // txtWords
            // 
            this.txtWords.BackColor = System.Drawing.Color.Snow;
            this.txtWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtWords.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.txtWords.Location = new System.Drawing.Point(71, 122);
            this.txtWords.Name = "txtWords";
            this.txtWords.Size = new System.Drawing.Size(136, 18);
            this.txtWords.TabIndex = 6;
            this.txtWords.Text = "htm,html,asp,pl,php,cgi,aspx,wsdl,xml,xls,sh,csv,txt,doc,pdf,mdb,zip";
            this.txtWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtWords, "Filetypes to scan for in order to obtain directory information from Google");
            // 
            // txtGoogleKeyword
            // 
            this.txtGoogleKeyword.BackColor = System.Drawing.Color.Snow;
            this.txtGoogleKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleKeyword.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.txtGoogleKeyword.Location = new System.Drawing.Point(71, 146);
            this.txtGoogleKeyword.Name = "txtGoogleKeyword";
            this.txtGoogleKeyword.Size = new System.Drawing.Size(136, 18);
            this.txtGoogleKeyword.TabIndex = 7;
            this.txtGoogleKeyword.Text = "localhost";
            this.txtGoogleKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtGoogleKeyword, "A keyword to use in your Google Search");
            // 
            // txtGoogleTarget
            // 
            this.txtGoogleTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.txtGoogleTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.txtGoogleTarget.Location = new System.Drawing.Point(71, 98);
            this.txtGoogleTarget.Name = "txtGoogleTarget";
            this.txtGoogleTarget.Size = new System.Drawing.Size(136, 18);
            this.txtGoogleTarget.TabIndex = 5;
            this.txtGoogleTarget.Text = "localhost";
            this.txtGoogleTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtGoogleTarget, "The hostname to scan for (ie: localhost).  This will become part of the site: dir" +
                    "ective for Google");
            this.txtGoogleTarget.Enter += new System.EventHandler(this.btnStopGoole_Click);
            this.txtGoogleTarget.Leave += new System.EventHandler(this.populatekeyword);
            // 
            // chk_SpiderSSL
            // 
            this.chk_SpiderSSL.AutoSize = true;
            this.chk_SpiderSSL.BackColor = System.Drawing.Color.Transparent;
            this.chk_SpiderSSL.Location = new System.Drawing.Point(51, 165);
            this.chk_SpiderSSL.Name = "chk_SpiderSSL";
            this.chk_SpiderSSL.Size = new System.Drawing.Size(41, 16);
            this.chk_SpiderSSL.TabIndex = 258;
            this.chk_SpiderSSL.Text = "SSL";
            this.toolTip1.SetToolTip(this.chk_SpiderSSL, "If you are scanning a secure web server(https), ensure that this is checked.");
            this.chk_SpiderSSL.UseVisualStyleBackColor = true;
            this.chk_SpiderSSL.CheckedChanged += new System.EventHandler(this.chk_SpiderSSL_CheckedChanged);
            // 
            // txt_SpiderPort
            // 
            this.txt_SpiderPort.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txt_SpiderPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_SpiderPort.Location = new System.Drawing.Point(51, 130);
            this.txt_SpiderPort.Name = "txt_SpiderPort";
            this.txt_SpiderPort.Size = new System.Drawing.Size(156, 18);
            this.txt_SpiderPort.TabIndex = 256;
            this.txt_SpiderPort.Text = "80";
            this.txt_SpiderPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.toolTip1.SetToolTip(this.txt_SpiderPort, "The target port (ie: 80 for http, 443 for https)");
            // 
            // txtHTTarget
            // 
            this.txtHTTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.txtHTTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtHTTarget.Location = new System.Drawing.Point(51, 99);
            this.txtHTTarget.Name = "txtHTTarget";
            this.txtHTTarget.Size = new System.Drawing.Size(156, 18);
            this.txtHTTarget.TabIndex = 5;
            this.txtHTTarget.Text = "localhost";
            this.txtHTTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txtHTTarget, "The target host (ie: localhost)");
            // 
            // btn_MirrorQuit
            // 
            this.btn_MirrorQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_MirrorQuit.ForeColor = System.Drawing.Color.Brown;
            this.btn_MirrorQuit.Location = new System.Drawing.Point(121, 59);
            this.btn_MirrorQuit.Name = "btn_MirrorQuit";
            this.btn_MirrorQuit.Size = new System.Drawing.Size(86, 28);
            this.btn_MirrorQuit.TabIndex = 4;
            this.btn_MirrorQuit.Text = "Quit";
            this.toolTip1.SetToolTip(this.btn_MirrorQuit, "Quit Wikto");
            this.btn_MirrorQuit.UseVisualStyleBackColor = true;
            this.btn_MirrorQuit.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btnHTStop
            // 
            this.btnHTStop.Enabled = false;
            this.btnHTStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnHTStop.ForeColor = System.Drawing.Color.DarkGoldenrod;
            this.btnHTStop.Location = new System.Drawing.Point(121, 32);
            this.btnHTStop.Name = "btnHTStop";
            this.btnHTStop.Size = new System.Drawing.Size(86, 28);
            this.btnHTStop.TabIndex = 3;
            this.btnHTStop.Text = "Stop";
            this.toolTip1.SetToolTip(this.btnHTStop, "Stop the Scan");
            this.btnHTStop.UseVisualStyleBackColor = true;
            this.btnHTStop.Click += new System.EventHandler(this.btnHTStop_Click);
            // 
            // btnHTStart
            // 
            this.btnHTStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnHTStart.ForeColor = System.Drawing.Color.ForestGreen;
            this.btnHTStart.Location = new System.Drawing.Point(121, 5);
            this.btnHTStart.Name = "btnHTStart";
            this.btnHTStart.Size = new System.Drawing.Size(86, 28);
            this.btnHTStart.TabIndex = 2;
            this.btnHTStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btnHTStart, "Start the Scan");
            this.btnHTStart.UseVisualStyleBackColor = true;
            this.btnHTStart.Click += new System.EventHandler(this.btn_InsieWinsieSpider);
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.Mirror);
            this.tabControl1.Controls.Add(this.Googler);
            this.tabControl1.Controls.Add(this.BackEndMiner);
            this.tabControl1.Controls.Add(this.NiktoIsh);
            this.tabControl1.Controls.Add(this.GoogleHacks);
            this.tabControl1.Controls.Add(this.pnl_configleft);
            this.tabControl1.Controls.Add(this.tab_wizard);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(3, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1013, 741);
            this.tabControl1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.tabControl1, "Pause / Resume a Scan");
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.CheckIfIShouldStartTheWizard);
            // 
            // Mirror
            // 
            this.Mirror.BackColor = System.Drawing.Color.DarkGray;
            this.Mirror.Controls.Add(this.tpnlMirror);
            this.Mirror.Controls.Add(this.pnlMirrorLeft);
            this.Mirror.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.Mirror.Location = new System.Drawing.Point(4, 24);
            this.Mirror.Name = "Mirror";
            this.Mirror.Size = new System.Drawing.Size(1005, 713);
            this.Mirror.TabIndex = 5;
            this.Mirror.Text = "Spider";
            this.Mirror.UseVisualStyleBackColor = true;
            // 
            // tpnlMirror
            // 
            this.tpnlMirror.ColumnCount = 1;
            this.tpnlMirror.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlMirror.Controls.Add(this.tpnlMirrorLinks, 0, 1);
            this.tpnlMirror.Controls.Add(this.tpnlMirrorDir, 0, 0);
            this.tpnlMirror.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlMirror.Location = new System.Drawing.Point(224, 0);
            this.tpnlMirror.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlMirror.Name = "tpnlMirror";
            this.tpnlMirror.RowCount = 2;
            this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnlMirror.Size = new System.Drawing.Size(781, 713);
            this.tpnlMirror.TabIndex = 147;
            // 
            // tpnlMirrorLinks
            // 
            this.tpnlMirrorLinks.ColumnCount = 1;
            this.tpnlMirrorLinks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlMirrorLinks.Controls.Add(this.tpnlMirrorLinkTop, 0, 0);
            this.tpnlMirrorLinks.Controls.Add(this.lstMirrorLinks, 0, 1);
            this.tpnlMirrorLinks.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlMirrorLinks.Location = new System.Drawing.Point(0, 356);
            this.tpnlMirrorLinks.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlMirrorLinks.Name = "tpnlMirrorLinks";
            this.tpnlMirrorLinks.RowCount = 2;
            this.tpnlMirrorLinks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnlMirrorLinks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlMirrorLinks.Size = new System.Drawing.Size(781, 357);
            this.tpnlMirrorLinks.TabIndex = 16;
            // 
            // tpnlMirrorLinkTop
            // 
            this.tpnlMirrorLinkTop.ColumnCount = 2;
            this.tpnlMirrorLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorLinkTop.Controls.Add(this.pnlMirrorLinkLeft, 0, 0);
            this.tpnlMirrorLinkTop.Controls.Add(this.pnlMrrorLinkRight, 1, 0);
            this.tpnlMirrorLinkTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlMirrorLinkTop.Location = new System.Drawing.Point(0, 0);
            this.tpnlMirrorLinkTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlMirrorLinkTop.Name = "tpnlMirrorLinkTop";
            this.tpnlMirrorLinkTop.RowCount = 1;
            this.tpnlMirrorLinkTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorLinkTop.Size = new System.Drawing.Size(781, 30);
            this.tpnlMirrorLinkTop.TabIndex = 0;
            // 
            // pnlMirrorLinkLeft
            // 
            this.pnlMirrorLinkLeft.Controls.Add(this.label34);
            this.pnlMirrorLinkLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMirrorLinkLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlMirrorLinkLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pnlMirrorLinkLeft.Name = "pnlMirrorLinkLeft";
            this.pnlMirrorLinkLeft.Size = new System.Drawing.Size(390, 30);
            this.pnlMirrorLinkLeft.TabIndex = 13;
            // 
            // label34
            // 
            this.label34.Location = new System.Drawing.Point(1, 10);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(104, 16);
            this.label34.TabIndex = 91;
            this.label34.Text = "External Links";
            // 
            // pnlMrrorLinkRight
            // 
            this.pnlMrrorLinkRight.Controls.Add(this.btn_MirrorClearLinks);
            this.pnlMrrorLinkRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMrrorLinkRight.Location = new System.Drawing.Point(390, 0);
            this.pnlMrrorLinkRight.Margin = new System.Windows.Forms.Padding(0);
            this.pnlMrrorLinkRight.Name = "pnlMrrorLinkRight";
            this.pnlMrrorLinkRight.Size = new System.Drawing.Size(391, 30);
            this.pnlMrrorLinkRight.TabIndex = 14;
            // 
            // btn_MirrorClearLinks
            // 
            this.btn_MirrorClearLinks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_MirrorClearLinks.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_MirrorClearLinks.ForeColor = System.Drawing.Color.Brown;
            this.btn_MirrorClearLinks.Location = new System.Drawing.Point(319, 2);
            this.btn_MirrorClearLinks.Name = "btn_MirrorClearLinks";
            this.btn_MirrorClearLinks.Size = new System.Drawing.Size(69, 28);
            this.btn_MirrorClearLinks.TabIndex = 15;
            this.btn_MirrorClearLinks.Text = "Clear List";
            this.btn_MirrorClearLinks.UseVisualStyleBackColor = true;
            this.btn_MirrorClearLinks.Click += new System.EventHandler(this.btnHTCleanLinks_Click);
            // 
            // lstMirrorLinks
            // 
            this.lstMirrorLinks.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.lstMirrorLinks.BackColor = System.Drawing.Color.Snow;
            this.lstMirrorLinks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstMirrorLinks.FormattingEnabled = true;
            this.lstMirrorLinks.ItemHeight = 12;
            this.lstMirrorLinks.Location = new System.Drawing.Point(3, 33);
            this.lstMirrorLinks.Name = "lstMirrorLinks";
            this.lstMirrorLinks.Size = new System.Drawing.Size(775, 314);
            this.lstMirrorLinks.TabIndex = 17;
            // 
            // tpnlMirrorDir
            // 
            this.tpnlMirrorDir.ColumnCount = 1;
            this.tpnlMirrorDir.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlMirrorDir.Controls.Add(this.lstMirrorDirs, 0, 1);
            this.tpnlMirrorDir.Controls.Add(this.tpnlMirrorDirTop, 0, 0);
            this.tpnlMirrorDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlMirrorDir.Location = new System.Drawing.Point(0, 0);
            this.tpnlMirrorDir.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlMirrorDir.Name = "tpnlMirrorDir";
            this.tpnlMirrorDir.RowCount = 2;
            this.tpnlMirrorDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnlMirrorDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlMirrorDir.Size = new System.Drawing.Size(781, 356);
            this.tpnlMirrorDir.TabIndex = 11;
            // 
            // lstMirrorDirs
            // 
            this.lstMirrorDirs.BackColor = System.Drawing.Color.Snow;
            this.lstMirrorDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstMirrorDirs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstMirrorDirs.FormattingEnabled = true;
            this.lstMirrorDirs.ItemHeight = 12;
            this.lstMirrorDirs.Location = new System.Drawing.Point(3, 33);
            this.lstMirrorDirs.Name = "lstMirrorDirs";
            this.lstMirrorDirs.Size = new System.Drawing.Size(775, 314);
            this.lstMirrorDirs.TabIndex = 12;
            // 
            // tpnlMirrorDirTop
            // 
            this.tpnlMirrorDirTop.ColumnCount = 2;
            this.tpnlMirrorDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorDirTop.Controls.Add(this.pnlMirrorDirLeft, 0, 0);
            this.tpnlMirrorDirTop.Controls.Add(this.pnlMirrorDirRight, 1, 0);
            this.tpnlMirrorDirTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlMirrorDirTop.Location = new System.Drawing.Point(0, 0);
            this.tpnlMirrorDirTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlMirrorDirTop.Name = "tpnlMirrorDirTop";
            this.tpnlMirrorDirTop.RowCount = 1;
            this.tpnlMirrorDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlMirrorDirTop.Size = new System.Drawing.Size(781, 30);
            this.tpnlMirrorDirTop.TabIndex = 0;
            // 
            // pnlMirrorDirLeft
            // 
            this.pnlMirrorDirLeft.Controls.Add(this.label31);
            this.pnlMirrorDirLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMirrorDirLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlMirrorDirLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pnlMirrorDirLeft.Name = "pnlMirrorDirLeft";
            this.pnlMirrorDirLeft.Size = new System.Drawing.Size(390, 30);
            this.pnlMirrorDirLeft.TabIndex = 8;
            // 
            // label31
            // 
            this.label31.Location = new System.Drawing.Point(1, 8);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(104, 16);
            this.label31.TabIndex = 83;
            this.label31.Text = "Directories mined";
            // 
            // pnlMirrorDirRight
            // 
            this.pnlMirrorDirRight.Controls.Add(this.btn_MirrorClearDirs);
            this.pnlMirrorDirRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMirrorDirRight.Location = new System.Drawing.Point(390, 0);
            this.pnlMirrorDirRight.Margin = new System.Windows.Forms.Padding(0);
            this.pnlMirrorDirRight.Name = "pnlMirrorDirRight";
            this.pnlMirrorDirRight.Size = new System.Drawing.Size(391, 30);
            this.pnlMirrorDirRight.TabIndex = 9;
            // 
            // btn_MirrorClearDirs
            // 
            this.btn_MirrorClearDirs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_MirrorClearDirs.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_MirrorClearDirs.ForeColor = System.Drawing.Color.Brown;
            this.btn_MirrorClearDirs.Location = new System.Drawing.Point(319, 0);
            this.btn_MirrorClearDirs.Name = "btn_MirrorClearDirs";
            this.btn_MirrorClearDirs.Size = new System.Drawing.Size(69, 28);
            this.btn_MirrorClearDirs.TabIndex = 10;
            this.btn_MirrorClearDirs.Text = "Clear List";
            this.btn_MirrorClearDirs.UseVisualStyleBackColor = true;
            this.btn_MirrorClearDirs.Click += new System.EventHandler(this.skinButtonRed3_Click);
            // 
            // pnlMirrorLeft
            // 
            this.pnlMirrorLeft.AutoScroll = true;
            this.pnlMirrorLeft.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.pnlMirrorLeft.BackColor = System.Drawing.Color.Gray;
            this.pnlMirrorLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlMirrorLeft.Controls.Add(this.pictureBox1);
            this.pnlMirrorLeft.Controls.Add(this.chk_SpiderSSL);
            this.pnlMirrorLeft.Controls.Add(this.label10);
            this.pnlMirrorLeft.Controls.Add(this.txt_SpiderPort);
            this.pnlMirrorLeft.Controls.Add(this.lblMirrorStatus);
            this.pnlMirrorLeft.Controls.Add(this.pictureBox6);
            this.pnlMirrorLeft.Controls.Add(this.txtHTTarget);
            this.pnlMirrorLeft.Controls.Add(this.btn_MirrorQuit);
            this.pnlMirrorLeft.Controls.Add(this.btnHTStop);
            this.pnlMirrorLeft.Controls.Add(this.btnHTStart);
            this.pnlMirrorLeft.Controls.Add(this.label32);
            this.pnlMirrorLeft.Controls.Add(this.prgHT);
            this.pnlMirrorLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlMirrorLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlMirrorLeft.Name = "pnlMirrorLeft";
            this.pnlMirrorLeft.Size = new System.Drawing.Size(224, 713);
            this.pnlMirrorLeft.TabIndex = 1;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(71, 220);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(76, 69);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 259;
            this.pictureBox1.TabStop = false;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(5, 132);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(22, 12);
            this.label10.TabIndex = 257;
            this.label10.Text = "Port";
            // 
            // lblMirrorStatus
            // 
            this.lblMirrorStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblMirrorStatus.Location = new System.Drawing.Point(5, 674);
            this.lblMirrorStatus.Name = "lblMirrorStatus";
            this.lblMirrorStatus.Size = new System.Drawing.Size(196, 13);
            this.lblMirrorStatus.TabIndex = 255;
            this.lblMirrorStatus.Text = "Not Running";
            this.lblMirrorStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pictureBox6
            // 
            this.pictureBox6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.BackgroundImage")));
            this.pictureBox6.Location = new System.Drawing.Point(7, 5);
            this.pictureBox6.Name = "pictureBox6";
            this.pictureBox6.Size = new System.Drawing.Size(108, 84);
            this.pictureBox6.TabIndex = 119;
            this.pictureBox6.TabStop = false;
            // 
            // label32
            // 
            this.label32.Location = new System.Drawing.Point(5, 101);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(40, 16);
            this.label32.TabIndex = 121;
            this.label32.Text = "Target";
            // 
            // prgHT
            // 
            this.prgHT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgHT.BackColor = System.Drawing.Color.DarkGray;
            this.prgHT.Location = new System.Drawing.Point(7, 690);
            this.prgHT.Name = "prgHT";
            this.prgHT.Size = new System.Drawing.Size(194, 13);
            this.prgHT.TabIndex = 255;
            // 
            // Googler
            // 
            this.Googler.BackColor = System.Drawing.Color.Gray;
            this.Googler.Controls.Add(this.tpnlGoogleMain);
            this.Googler.Controls.Add(this.pnlGoogleLeft);
            this.Googler.Controls.Add(this.lblQuery);
            this.Googler.Location = new System.Drawing.Point(4, 25);
            this.Googler.Name = "Googler";
            this.Googler.Size = new System.Drawing.Size(1005, 712);
            this.Googler.TabIndex = 1;
            this.Googler.Text = "Googler";
            this.Googler.UseVisualStyleBackColor = true;
            // 
            // tpnlGoogleMain
            // 
            this.tpnlGoogleMain.BackColor = System.Drawing.Color.DarkGray;
            this.tpnlGoogleMain.ColumnCount = 1;
            this.tpnlGoogleMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleMain.Controls.Add(this.panel3, 0, 2);
            this.tpnlGoogleMain.Controls.Add(this.tpnlGoogleDir, 0, 0);
            this.tpnlGoogleMain.Controls.Add(this.tpnlGoogleLink, 0, 1);
            this.tpnlGoogleMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlGoogleMain.Location = new System.Drawing.Point(224, 0);
            this.tpnlGoogleMain.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlGoogleMain.Name = "tpnlGoogleMain";
            this.tpnlGoogleMain.RowCount = 3;
            this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.tpnlGoogleMain.Size = new System.Drawing.Size(781, 712);
            this.tpnlGoogleMain.TabIndex = 148;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.label57);
            this.panel3.Controls.Add(this.label53);
            this.panel3.Controls.Add(this.txtGoogleQuery);
            this.panel3.Controls.Add(this.lblEstimate);
            this.panel3.Controls.Add(this.lblPageNumber);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 632);
            this.panel3.Margin = new System.Windows.Forms.Padding(0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(781, 80);
            this.panel3.TabIndex = 18;
            // 
            // label57
            // 
            this.label57.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label57.Location = new System.Drawing.Point(3, 47);
            this.label57.Name = "label57";
            this.label57.Size = new System.Drawing.Size(775, 13);
            this.label57.TabIndex = 74;
            this.label57.Text = "Estimated Progress:";
            this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label53
            // 
            this.label53.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label53.Location = new System.Drawing.Point(0, 11);
            this.label53.Name = "label53";
            this.label53.Size = new System.Drawing.Size(781, 12);
            this.label53.TabIndex = 72;
            this.label53.Text = "Current Google Query:";
            this.label53.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtGoogleQuery
            // 
            this.txtGoogleQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtGoogleQuery.BackColor = System.Drawing.Color.Snow;
            this.txtGoogleQuery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleQuery.Location = new System.Drawing.Point(3, 26);
            this.txtGoogleQuery.Name = "txtGoogleQuery";
            this.txtGoogleQuery.ReadOnly = true;
            this.txtGoogleQuery.Size = new System.Drawing.Size(775, 18);
            this.txtGoogleQuery.TabIndex = 29;
            this.txtGoogleQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // lblEstimate
            // 
            this.lblEstimate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblEstimate.BackColor = System.Drawing.Color.Snow;
            this.lblEstimate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblEstimate.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.lblEstimate.Location = new System.Drawing.Point(742, 64);
            this.lblEstimate.Name = "lblEstimate";
            this.lblEstimate.Size = new System.Drawing.Size(36, 16);
            this.lblEstimate.TabIndex = 21;
            this.lblEstimate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblPageNumber
            // 
            this.lblPageNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblPageNumber.BackColor = System.Drawing.Color.Snow;
            this.lblPageNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblPageNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.lblPageNumber.Location = new System.Drawing.Point(3, 64);
            this.lblPageNumber.Name = "lblPageNumber";
            this.lblPageNumber.Size = new System.Drawing.Size(36, 16);
            this.lblPageNumber.TabIndex = 20;
            this.lblPageNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tpnlGoogleDir
            // 
            this.tpnlGoogleDir.ColumnCount = 1;
            this.tpnlGoogleDir.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleDir.Controls.Add(this.tpnlGoogleDirTop, 0, 0);
            this.tpnlGoogleDir.Controls.Add(this.pnlGoogleDirMain, 0, 1);
            this.tpnlGoogleDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlGoogleDir.Location = new System.Drawing.Point(0, 0);
            this.tpnlGoogleDir.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlGoogleDir.Name = "tpnlGoogleDir";
            this.tpnlGoogleDir.RowCount = 2;
            this.tpnlGoogleDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnlGoogleDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleDir.Size = new System.Drawing.Size(781, 316);
            this.tpnlGoogleDir.TabIndex = 1;
            // 
            // tpnlGoogleDirTop
            // 
            this.tpnlGoogleDirTop.ColumnCount = 2;
            this.tpnlGoogleDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleDirTop.Controls.Add(this.pnlGoogleDirLeft, 0, 0);
            this.tpnlGoogleDirTop.Controls.Add(this.pnlGoogleDirRight, 1, 0);
            this.tpnlGoogleDirTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlGoogleDirTop.Location = new System.Drawing.Point(0, 0);
            this.tpnlGoogleDirTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlGoogleDirTop.Name = "tpnlGoogleDirTop";
            this.tpnlGoogleDirTop.RowCount = 1;
            this.tpnlGoogleDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnlGoogleDirTop.Size = new System.Drawing.Size(781, 30);
            this.tpnlGoogleDirTop.TabIndex = 0;
            // 
            // pnlGoogleDirLeft
            // 
            this.pnlGoogleDirLeft.Controls.Add(this.label20);
            this.pnlGoogleDirLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleDirLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlGoogleDirLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pnlGoogleDirLeft.Name = "pnlGoogleDirLeft";
            this.pnlGoogleDirLeft.Size = new System.Drawing.Size(390, 30);
            this.pnlGoogleDirLeft.TabIndex = 8;
            // 
            // label20
            // 
            this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.label20.Location = new System.Drawing.Point(1, 8);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(104, 12);
            this.label20.TabIndex = 82;
            this.label20.Text = "Mined Directories";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pnlGoogleDirRight
            // 
            this.pnlGoogleDirRight.Controls.Add(this.btnGoogleClearDir);
            this.pnlGoogleDirRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleDirRight.Location = new System.Drawing.Point(390, 0);
            this.pnlGoogleDirRight.Margin = new System.Windows.Forms.Padding(0);
            this.pnlGoogleDirRight.Name = "pnlGoogleDirRight";
            this.pnlGoogleDirRight.Size = new System.Drawing.Size(391, 30);
            this.pnlGoogleDirRight.TabIndex = 9;
            // 
            // btnGoogleClearDir
            // 
            this.btnGoogleClearDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnGoogleClearDir.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnGoogleClearDir.ForeColor = System.Drawing.Color.Brown;
            this.btnGoogleClearDir.Location = new System.Drawing.Point(319, 0);
            this.btnGoogleClearDir.Name = "btnGoogleClearDir";
            this.btnGoogleClearDir.Size = new System.Drawing.Size(69, 28);
            this.btnGoogleClearDir.TabIndex = 10;
            this.btnGoogleClearDir.Text = "Clear List";
            this.btnGoogleClearDir.UseVisualStyleBackColor = true;
            this.btnGoogleClearDir.Click += new System.EventHandler(this.btnGoogleClearDir_Click);
            // 
            // pnlGoogleDirMain
            // 
            this.pnlGoogleDirMain.Controls.Add(this.lstGoogleDir);
            this.pnlGoogleDirMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleDirMain.Location = new System.Drawing.Point(3, 33);
            this.pnlGoogleDirMain.Name = "pnlGoogleDirMain";
            this.pnlGoogleDirMain.Size = new System.Drawing.Size(775, 280);
            this.pnlGoogleDirMain.TabIndex = 11;
            // 
            // lstGoogleDir
            // 
            this.lstGoogleDir.BackColor = System.Drawing.Color.Snow;
            this.lstGoogleDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstGoogleDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstGoogleDir.FormattingEnabled = true;
            this.lstGoogleDir.ItemHeight = 12;
            this.lstGoogleDir.Location = new System.Drawing.Point(0, 0);
            this.lstGoogleDir.Name = "lstGoogleDir";
            this.lstGoogleDir.Size = new System.Drawing.Size(775, 278);
            this.lstGoogleDir.TabIndex = 12;
            // 
            // tpnlGoogleLink
            // 
            this.tpnlGoogleLink.ColumnCount = 1;
            this.tpnlGoogleLink.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleLink.Controls.Add(this.tpnlGoogleLinkTop, 0, 0);
            this.tpnlGoogleLink.Controls.Add(this.pnlGoogleLinkMain, 0, 1);
            this.tpnlGoogleLink.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlGoogleLink.Location = new System.Drawing.Point(0, 316);
            this.tpnlGoogleLink.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlGoogleLink.Name = "tpnlGoogleLink";
            this.tpnlGoogleLink.RowCount = 2;
            this.tpnlGoogleLink.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnlGoogleLink.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnlGoogleLink.Size = new System.Drawing.Size(781, 316);
            this.tpnlGoogleLink.TabIndex = 2;
            // 
            // tpnlGoogleLinkTop
            // 
            this.tpnlGoogleLinkTop.ColumnCount = 2;
            this.tpnlGoogleLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleLinkTop.Controls.Add(this.pnlGoogleLinkLeft, 0, 0);
            this.tpnlGoogleLinkTop.Controls.Add(this.pnlGoogleLinkRight, 1, 0);
            this.tpnlGoogleLinkTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnlGoogleLinkTop.Location = new System.Drawing.Point(0, 0);
            this.tpnlGoogleLinkTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnlGoogleLinkTop.Name = "tpnlGoogleLinkTop";
            this.tpnlGoogleLinkTop.RowCount = 1;
            this.tpnlGoogleLinkTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnlGoogleLinkTop.Size = new System.Drawing.Size(781, 30);
            this.tpnlGoogleLinkTop.TabIndex = 0;
            // 
            // pnlGoogleLinkLeft
            // 
            this.pnlGoogleLinkLeft.Controls.Add(this.label7);
            this.pnlGoogleLinkLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleLinkLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlGoogleLinkLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pnlGoogleLinkLeft.Name = "pnlGoogleLinkLeft";
            this.pnlGoogleLinkLeft.Size = new System.Drawing.Size(390, 30);
            this.pnlGoogleLinkLeft.TabIndex = 13;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.label7.Location = new System.Drawing.Point(1, 8);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(104, 12);
            this.label7.TabIndex = 83;
            this.label7.Text = "Mined Links";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pnlGoogleLinkRight
            // 
            this.pnlGoogleLinkRight.Controls.Add(this.btnGoogleClearLink);
            this.pnlGoogleLinkRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleLinkRight.Location = new System.Drawing.Point(390, 0);
            this.pnlGoogleLinkRight.Margin = new System.Windows.Forms.Padding(0);
            this.pnlGoogleLinkRight.Name = "pnlGoogleLinkRight";
            this.pnlGoogleLinkRight.Size = new System.Drawing.Size(391, 30);
            this.pnlGoogleLinkRight.TabIndex = 14;
            // 
            // btnGoogleClearLink
            // 
            this.btnGoogleClearLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnGoogleClearLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnGoogleClearLink.ForeColor = System.Drawing.Color.Brown;
            this.btnGoogleClearLink.Location = new System.Drawing.Point(319, 0);
            this.btnGoogleClearLink.Name = "btnGoogleClearLink";
            this.btnGoogleClearLink.Size = new System.Drawing.Size(69, 28);
            this.btnGoogleClearLink.TabIndex = 15;
            this.btnGoogleClearLink.Text = "Clear List";
            this.btnGoogleClearLink.UseVisualStyleBackColor = true;
            this.btnGoogleClearLink.Click += new System.EventHandler(this.btnGoogleClearLink_Click);
            // 
            // pnlGoogleLinkMain
            // 
            this.pnlGoogleLinkMain.Controls.Add(this.lstGoogleLink);
            this.pnlGoogleLinkMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGoogleLinkMain.Location = new System.Drawing.Point(3, 33);
            this.pnlGoogleLinkMain.Name = "pnlGoogleLinkMain";
            this.pnlGoogleLinkMain.Size = new System.Drawing.Size(775, 280);
            this.pnlGoogleLinkMain.TabIndex = 16;
            // 
            // lstGoogleLink
            // 
            this.lstGoogleLink.BackColor = System.Drawing.Color.Snow;
            this.lstGoogleLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstGoogleLink.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstGoogleLink.FormattingEnabled = true;
            this.lstGoogleLink.HorizontalExtent = 2048;
            this.lstGoogleLink.HorizontalScrollbar = true;
            this.lstGoogleLink.ItemHeight = 12;
            this.lstGoogleLink.Location = new System.Drawing.Point(0, 0);
            this.lstGoogleLink.Name = "lstGoogleLink";
            this.lstGoogleLink.ScrollAlwaysVisible = true;
            this.lstGoogleLink.Size = new System.Drawing.Size(775, 278);
            this.lstGoogleLink.TabIndex = 17;
            // 
            // pnlGoogleLeft
            // 
            this.pnlGoogleLeft.AutoScroll = true;
            this.pnlGoogleLeft.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.pnlGoogleLeft.BackColor = System.Drawing.Color.Gray;
            this.pnlGoogleLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlGoogleLeft.Controls.Add(this.lblGoogleStatus);
            this.pnlGoogleLeft.Controls.Add(this.pictureBox4);
            this.pnlGoogleLeft.Controls.Add(this.btnGoogleQuit);
            this.pnlGoogleLeft.Controls.Add(this.btnStopGoole);
            this.pnlGoogleLeft.Controls.Add(this.btnGoogleStart);
            this.pnlGoogleLeft.Controls.Add(this.label54);
            this.pnlGoogleLeft.Controls.Add(this.prgGoogle);
            this.pnlGoogleLeft.Controls.Add(this.label55);
            this.pnlGoogleLeft.Controls.Add(this.label23);
            this.pnlGoogleLeft.Controls.Add(this.txtWords);
            this.pnlGoogleLeft.Controls.Add(this.txtGoogleKeyword);
            this.pnlGoogleLeft.Controls.Add(this.label22);
            this.pnlGoogleLeft.Controls.Add(this.txtGoogleTarget);
            this.pnlGoogleLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlGoogleLeft.Location = new System.Drawing.Point(0, 0);
            this.pnlGoogleLeft.Name = "pnlGoogleLeft";
            this.pnlGoogleLeft.Size = new System.Drawing.Size(224, 712);
            this.pnlGoogleLeft.TabIndex = 1;
            // 
            // lblGoogleStatus
            // 
            this.lblGoogleStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblGoogleStatus.Location = new System.Drawing.Point(5, 608);
            this.lblGoogleStatus.Name = "lblGoogleStatus";
            this.lblGoogleStatus.Size = new System.Drawing.Size(196, 60);
            this.lblGoogleStatus.TabIndex = 255;
            this.lblGoogleStatus.Text = "Not Running";
            this.lblGoogleStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pictureBox4
            // 
            this.pictureBox4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.BackgroundImage")));
            this.pictureBox4.Location = new System.Drawing.Point(7, 5);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(108, 84);
            this.pictureBox4.TabIndex = 119;
            this.pictureBox4.TabStop = false;
            // 
            // label54
            // 
            this.label54.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label54.Location = new System.Drawing.Point(5, 670);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(196, 13);
            this.label54.TabIndex = 255;
            this.label54.Text = "Google Mining Progress:";
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // prgGoogle
            // 
            this.prgGoogle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgGoogle.BackColor = System.Drawing.Color.DarkGray;
            this.prgGoogle.Location = new System.Drawing.Point(7, 690);
            this.prgGoogle.Maximum = 1000;
            this.prgGoogle.Name = "prgGoogle";
            this.prgGoogle.Size = new System.Drawing.Size(194, 13);
            this.prgGoogle.TabIndex = 255;
            // 
            // label55
            // 
            this.label55.Location = new System.Drawing.Point(5, 100);
            this.label55.Name = "label55";
            this.label55.Size = new System.Drawing.Size(40, 16);
            this.label55.TabIndex = 121;
            this.label55.Text = "Site";
            // 
            // label23
            // 
            this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.label23.Location = new System.Drawing.Point(5, 124);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(60, 16);
            this.label23.TabIndex = 79;
            this.label23.Text = "File Types";
            // 
            // label22
            // 
            this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.label22.Location = new System.Drawing.Point(5, 149);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(61, 16);
            this.label22.TabIndex = 77;
            this.label22.Text = "Keyword";
            // 
            // lblQuery
            // 
            this.lblQuery.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lblQuery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblQuery.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.lblQuery.Location = new System.Drawing.Point(8, 438);
            this.lblQuery.Name = "lblQuery";
            this.lblQuery.Size = new System.Drawing.Size(208, 17);
            this.lblQuery.TabIndex = 67;
            this.lblQuery.Text = "Google Query Status";
            this.lblQuery.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // BackEndMiner
            // 
            this.BackEndMiner.BackColor = System.Drawing.Color.Gray;
            this.BackEndMiner.Controls.Add(this.pnl_BackEndMain);
            this.BackEndMiner.Controls.Add(this.panel4);
            this.BackEndMiner.Location = new System.Drawing.Point(4, 25);
            this.BackEndMiner.Name = "BackEndMiner";
            this.BackEndMiner.Size = new System.Drawing.Size(1005, 712);
            this.BackEndMiner.TabIndex = 0;
            this.BackEndMiner.Text = "BackEnd";
            this.BackEndMiner.UseVisualStyleBackColor = true;
            // 
            // pnl_BackEndMain
            // 
            this.pnl_BackEndMain.BackColor = System.Drawing.Color.DarkGray;
            this.pnl_BackEndMain.Controls.Add(this.tpnl_BackendMain);
            this.pnl_BackEndMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BackEndMain.Location = new System.Drawing.Point(224, 0);
            this.pnl_BackEndMain.Margin = new System.Windows.Forms.Padding(0);
            this.pnl_BackEndMain.Name = "pnl_BackEndMain";
            this.pnl_BackEndMain.Size = new System.Drawing.Size(781, 712);
            this.pnl_BackEndMain.TabIndex = 250;
            // 
            // tpnl_BackendMain
            // 
            this.tpnl_BackendMain.ColumnCount = 1;
            this.tpnl_BackendMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnl_BackendMain.Controls.Add(this.pnl_BackEndTop, 0, 0);
            this.tpnl_BackendMain.Controls.Add(this.pnl_BackEndBottom, 0, 1);
            this.tpnl_BackendMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BackendMain.Location = new System.Drawing.Point(0, 0);
            this.tpnl_BackendMain.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_BackendMain.Name = "tpnl_BackendMain";
            this.tpnl_BackendMain.RowCount = 2;
            this.tpnl_BackendMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnl_BackendMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnl_BackendMain.Size = new System.Drawing.Size(781, 712);
            this.tpnl_BackendMain.TabIndex = 0;
            // 
            // pnl_BackEndTop
            // 
            this.pnl_BackEndTop.Controls.Add(this.tpnl_BackEndTop);
            this.pnl_BackEndTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BackEndTop.Location = new System.Drawing.Point(0, 0);
            this.pnl_BackEndTop.Margin = new System.Windows.Forms.Padding(0);
            this.pnl_BackEndTop.Name = "pnl_BackEndTop";
            this.pnl_BackEndTop.Size = new System.Drawing.Size(781, 356);
            this.pnl_BackEndTop.TabIndex = 150;
            // 
            // tpnl_BackEndTop
            // 
            this.tpnl_BackEndTop.ColumnCount = 3;
            this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
            this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopLeft1, 0, 0);
            this.tpnl_BackEndTop.Controls.Add(this.pbl_TopLeft3, 0, 1);
            this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopMid1, 1, 0);
            this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopMid3, 1, 1);
            this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopRight1, 2, 0);
            this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopRight3, 2, 1);
            this.tpnl_BackEndTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BackEndTop.Location = new System.Drawing.Point(0, 0);
            this.tpnl_BackEndTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_BackEndTop.Name = "tpnl_BackEndTop";
            this.tpnl_BackEndTop.RowCount = 2;
            this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_BackEndTop.Size = new System.Drawing.Size(781, 356);
            this.tpnl_BackEndTop.TabIndex = 0;
            // 
            // pnl_BETopLeft1
            // 
            this.pnl_BETopLeft1.Controls.Add(this.btn_BEInDirImportM);
            this.pnl_BETopLeft1.Controls.Add(this.btn_BEImportInDirG);
            this.pnl_BETopLeft1.Controls.Add(this.label13);
            this.pnl_BETopLeft1.Controls.Add(this.btn_BEInDirClear);
            this.pnl_BETopLeft1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BETopLeft1.Location = new System.Drawing.Point(3, 3);
            this.pnl_BETopLeft1.Name = "pnl_BETopLeft1";
            this.pnl_BETopLeft1.Size = new System.Drawing.Size(254, 24);
            this.pnl_BETopLeft1.TabIndex = 28;
            // 
            // label13
            // 
            this.label13.Location = new System.Drawing.Point(-2, 4);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(64, 16);
            this.label13.TabIndex = 161;
            this.label13.Text = "Directories";
            // 
            // btn_BEInDirClear
            // 
            this.btn_BEInDirClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEInDirClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEInDirClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEInDirClear.Location = new System.Drawing.Point(187, 0);
            this.btn_BEInDirClear.Name = "btn_BEInDirClear";
            this.btn_BEInDirClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEInDirClear.TabIndex = 32;
            this.btn_BEInDirClear.Text = "Clear List";
            this.btn_BEInDirClear.UseVisualStyleBackColor = true;
            this.btn_BEInDirClear.Click += new System.EventHandler(this.btn_BEInDirClear_Click);
            // 
            // pbl_TopLeft3
            // 
            this.pbl_TopLeft3.Controls.Add(this.txtInDirs);
            this.pbl_TopLeft3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbl_TopLeft3.Location = new System.Drawing.Point(3, 33);
            this.pbl_TopLeft3.Name = "pbl_TopLeft3";
            this.pbl_TopLeft3.Size = new System.Drawing.Size(254, 320);
            this.pbl_TopLeft3.TabIndex = 33;
            // 
            // txtInDirs
            // 
            this.txtInDirs.BackColor = System.Drawing.Color.Snow;
            this.txtInDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtInDirs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtInDirs.Location = new System.Drawing.Point(0, 0);
            this.txtInDirs.Name = "txtInDirs";
            this.txtInDirs.Size = new System.Drawing.Size(254, 320);
            this.txtInDirs.TabIndex = 34;
            this.txtInDirs.Text = "";
            this.txtInDirs.WordWrap = false;
            // 
            // pnl_BETopMid1
            // 
            this.pnl_BETopMid1.Controls.Add(this.btn_BEInFileClear);
            this.pnl_BETopMid1.Controls.Add(this.label15);
            this.pnl_BETopMid1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BETopMid1.Location = new System.Drawing.Point(263, 3);
            this.pnl_BETopMid1.Name = "pnl_BETopMid1";
            this.pnl_BETopMid1.Size = new System.Drawing.Size(254, 24);
            this.pnl_BETopMid1.TabIndex = 35;
            // 
            // btn_BEInFileClear
            // 
            this.btn_BEInFileClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEInFileClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEInFileClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEInFileClear.Location = new System.Drawing.Point(185, 0);
            this.btn_BEInFileClear.Name = "btn_BEInFileClear";
            this.btn_BEInFileClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEInFileClear.TabIndex = 37;
            this.btn_BEInFileClear.Text = "Clear List";
            this.btn_BEInFileClear.UseVisualStyleBackColor = true;
            this.btn_BEInFileClear.Click += new System.EventHandler(this.btn_BEInFileClear_Click);
            // 
            // label15
            // 
            this.label15.Location = new System.Drawing.Point(-2, 4);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(142, 16);
            this.label15.TabIndex = 158;
            this.label15.Text = "Files";
            // 
            // pnl_BETopMid3
            // 
            this.pnl_BETopMid3.Controls.Add(this.txtInFiles);
            this.pnl_BETopMid3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BETopMid3.Location = new System.Drawing.Point(263, 33);
            this.pnl_BETopMid3.Name = "pnl_BETopMid3";
            this.pnl_BETopMid3.Size = new System.Drawing.Size(254, 320);
            this.pnl_BETopMid3.TabIndex = 38;
            // 
            // txtInFiles
            // 
            this.txtInFiles.BackColor = System.Drawing.Color.Snow;
            this.txtInFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtInFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtInFiles.Location = new System.Drawing.Point(0, 0);
            this.txtInFiles.Name = "txtInFiles";
            this.txtInFiles.Size = new System.Drawing.Size(254, 320);
            this.txtInFiles.TabIndex = 39;
            this.txtInFiles.Text = "";
            this.txtInFiles.WordWrap = false;
            // 
            // pnl_BETopRight1
            // 
            this.pnl_BETopRight1.Controls.Add(this.btn_BEInExtClear);
            this.pnl_BETopRight1.Controls.Add(this.label38);
            this.pnl_BETopRight1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BETopRight1.Location = new System.Drawing.Point(523, 3);
            this.pnl_BETopRight1.Name = "pnl_BETopRight1";
            this.pnl_BETopRight1.Size = new System.Drawing.Size(255, 24);
            this.pnl_BETopRight1.TabIndex = 40;
            // 
            // btn_BEInExtClear
            // 
            this.btn_BEInExtClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEInExtClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEInExtClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEInExtClear.Location = new System.Drawing.Point(185, 0);
            this.btn_BEInExtClear.Name = "btn_BEInExtClear";
            this.btn_BEInExtClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEInExtClear.TabIndex = 42;
            this.btn_BEInExtClear.Text = "Clear List";
            this.btn_BEInExtClear.UseVisualStyleBackColor = true;
            this.btn_BEInExtClear.Click += new System.EventHandler(this.btn_BEInExtClear_Click);
            // 
            // label38
            // 
            this.label38.Location = new System.Drawing.Point(-2, 4);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(60, 16);
            this.label38.TabIndex = 174;
            this.label38.Text = "File types";
            // 
            // pnl_BETopRight3
            // 
            this.pnl_BETopRight3.Controls.Add(this.txtInFileTypes);
            this.pnl_BETopRight3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BETopRight3.Location = new System.Drawing.Point(523, 33);
            this.pnl_BETopRight3.Name = "pnl_BETopRight3";
            this.pnl_BETopRight3.Size = new System.Drawing.Size(255, 320);
            this.pnl_BETopRight3.TabIndex = 43;
            // 
            // txtInFileTypes
            // 
            this.txtInFileTypes.BackColor = System.Drawing.Color.Snow;
            this.txtInFileTypes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtInFileTypes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtInFileTypes.Location = new System.Drawing.Point(0, 0);
            this.txtInFileTypes.Name = "txtInFileTypes";
            this.txtInFileTypes.Size = new System.Drawing.Size(255, 320);
            this.txtInFileTypes.TabIndex = 44;
            this.txtInFileTypes.Text = "";
            this.txtInFileTypes.WordWrap = false;
            // 
            // pnl_BackEndBottom
            // 
            this.pnl_BackEndBottom.Controls.Add(this.tpnl_BEBottom1);
            this.pnl_BackEndBottom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BackEndBottom.Location = new System.Drawing.Point(3, 359);
            this.pnl_BackEndBottom.Name = "pnl_BackEndBottom";
            this.pnl_BackEndBottom.Size = new System.Drawing.Size(775, 350);
            this.pnl_BackEndBottom.TabIndex = 255;
            // 
            // tpnl_BEBottom1
            // 
            this.tpnl_BEBottom1.ColumnCount = 3;
            this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
            this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEBottom2, 0, 0);
            this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEBottomRight, 1, 0);
            this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEFiles, 2, 0);
            this.tpnl_BEBottom1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BEBottom1.Location = new System.Drawing.Point(0, 0);
            this.tpnl_BEBottom1.Name = "tpnl_BEBottom1";
            this.tpnl_BEBottom1.RowCount = 1;
            this.tpnl_BEBottom1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_BEBottom1.Size = new System.Drawing.Size(775, 350);
            this.tpnl_BEBottom1.TabIndex = 0;
            // 
            // tpnl_BEBottom2
            // 
            this.tpnl_BEBottom2.ColumnCount = 1;
            this.tpnl_BEBottom2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_BEBottom2.Controls.Add(this.pnl_BEBottomLeft1, 0, 0);
            this.tpnl_BEBottom2.Controls.Add(this.pnl_BEBottomLeft3, 0, 1);
            this.tpnl_BEBottom2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BEBottom2.Location = new System.Drawing.Point(0, 0);
            this.tpnl_BEBottom2.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_BEBottom2.Name = "tpnl_BEBottom2";
            this.tpnl_BEBottom2.RowCount = 2;
            this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_BEBottom2.Size = new System.Drawing.Size(258, 350);
            this.tpnl_BEBottom2.TabIndex = 0;
            // 
            // pnl_BEBottomLeft1
            // 
            this.pnl_BEBottomLeft1.Controls.Add(this.btn_BEOutDirClear);
            this.pnl_BEBottomLeft1.Controls.Add(this.label50);
            this.pnl_BEBottomLeft1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEBottomLeft1.Location = new System.Drawing.Point(3, 3);
            this.pnl_BEBottomLeft1.Name = "pnl_BEBottomLeft1";
            this.pnl_BEBottomLeft1.Size = new System.Drawing.Size(252, 24);
            this.pnl_BEBottomLeft1.TabIndex = 0;
            // 
            // btn_BEOutDirClear
            // 
            this.btn_BEOutDirClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEOutDirClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEOutDirClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEOutDirClear.Location = new System.Drawing.Point(187, 1);
            this.btn_BEOutDirClear.Name = "btn_BEOutDirClear";
            this.btn_BEOutDirClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEOutDirClear.TabIndex = 48;
            this.btn_BEOutDirClear.Text = "Clear List";
            this.btn_BEOutDirClear.UseVisualStyleBackColor = true;
            this.btn_BEOutDirClear.Click += new System.EventHandler(this.btn_BEOutDirClear_Click);
            // 
            // label50
            // 
            this.label50.Location = new System.Drawing.Point(-2, 5);
            this.label50.Name = "label50";
            this.label50.Size = new System.Drawing.Size(201, 16);
            this.label50.TabIndex = 159;
            this.label50.Text = "Discovered Directories";
            // 
            // pnl_BEBottomLeft3
            // 
            this.pnl_BEBottomLeft3.Controls.Add(this.lstViewDirs);
            this.pnl_BEBottomLeft3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEBottomLeft3.Location = new System.Drawing.Point(3, 33);
            this.pnl_BEBottomLeft3.Name = "pnl_BEBottomLeft3";
            this.pnl_BEBottomLeft3.Size = new System.Drawing.Size(252, 315);
            this.pnl_BEBottomLeft3.TabIndex = 49;
            // 
            // lstViewDirs
            // 
            this.lstViewDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstViewDirs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader4});
            this.lstViewDirs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstViewDirs.FullRowSelect = true;
            this.lstViewDirs.Location = new System.Drawing.Point(0, 0);
            this.lstViewDirs.MultiSelect = false;
            this.lstViewDirs.Name = "lstViewDirs";
            this.lstViewDirs.Size = new System.Drawing.Size(252, 315);
            this.lstViewDirs.SmallImageList = this.imageList1;
            this.lstViewDirs.TabIndex = 51;
            this.lstViewDirs.UseCompatibleStateImageBehavior = false;
            this.lstViewDirs.View = System.Windows.Forms.View.Details;
            this.lstViewDirs.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick);
            this.lstViewDirs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick);
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Type";
            this.columnHeader7.Width = 40;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Directory name";
            this.columnHeader4.Width = 250;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "folder.jpg");
            this.imageList1.Images.SetKeyName(1, "time.jpg");
            this.imageList1.Images.SetKeyName(2, "file.jpg");
            this.imageList1.Images.SetKeyName(3, "wikto3.jpg");
            this.imageList1.Images.SetKeyName(4, "wikto2.jpg");
            this.imageList1.Images.SetKeyName(5, "wikto1.jpg");
            // 
            // tpnl_BEBottomRight
            // 
            this.tpnl_BEBottomRight.ColumnCount = 1;
            this.tpnl_BEBottomRight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_BEBottomRight.Controls.Add(this.pnl_BEBottomRight1, 0, 0);
            this.tpnl_BEBottomRight.Controls.Add(this.pnl_BEBottomRight3, 0, 1);
            this.tpnl_BEBottomRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BEBottomRight.Location = new System.Drawing.Point(258, 0);
            this.tpnl_BEBottomRight.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_BEBottomRight.Name = "tpnl_BEBottomRight";
            this.tpnl_BEBottomRight.RowCount = 2;
            this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_BEBottomRight.Size = new System.Drawing.Size(258, 350);
            this.tpnl_BEBottomRight.TabIndex = 1;
            // 
            // pnl_BEBottomRight1
            // 
            this.pnl_BEBottomRight1.Controls.Add(this.btn_BEOutIndexClear);
            this.pnl_BEBottomRight1.Controls.Add(this.label59);
            this.pnl_BEBottomRight1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEBottomRight1.Location = new System.Drawing.Point(3, 3);
            this.pnl_BEBottomRight1.Name = "pnl_BEBottomRight1";
            this.pnl_BEBottomRight1.Size = new System.Drawing.Size(252, 24);
            this.pnl_BEBottomRight1.TabIndex = 0;
            // 
            // btn_BEOutIndexClear
            // 
            this.btn_BEOutIndexClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEOutIndexClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEOutIndexClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEOutIndexClear.Location = new System.Drawing.Point(184, 0);
            this.btn_BEOutIndexClear.Name = "btn_BEOutIndexClear";
            this.btn_BEOutIndexClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEOutIndexClear.TabIndex = 52;
            this.btn_BEOutIndexClear.Text = "Clear List";
            this.btn_BEOutIndexClear.UseVisualStyleBackColor = true;
            this.btn_BEOutIndexClear.Click += new System.EventHandler(this.btn_BEOutIndexClear_Click);
            // 
            // label59
            // 
            this.label59.Location = new System.Drawing.Point(-2, 5);
            this.label59.Name = "label59";
            this.label59.Size = new System.Drawing.Size(201, 16);
            this.label59.TabIndex = 160;
            this.label59.Text = "Indexable Directories";
            // 
            // pnl_BEBottomRight3
            // 
            this.pnl_BEBottomRight3.Controls.Add(this.lstViewIndexDirs);
            this.pnl_BEBottomRight3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEBottomRight3.Location = new System.Drawing.Point(3, 33);
            this.pnl_BEBottomRight3.Name = "pnl_BEBottomRight3";
            this.pnl_BEBottomRight3.Size = new System.Drawing.Size(252, 315);
            this.pnl_BEBottomRight3.TabIndex = 53;
            // 
            // lstViewIndexDirs
            // 
            this.lstViewIndexDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstViewIndexDirs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader5});
            this.lstViewIndexDirs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstViewIndexDirs.FullRowSelect = true;
            this.lstViewIndexDirs.Location = new System.Drawing.Point(0, 0);
            this.lstViewIndexDirs.MultiSelect = false;
            this.lstViewIndexDirs.Name = "lstViewIndexDirs";
            this.lstViewIndexDirs.Size = new System.Drawing.Size(252, 315);
            this.lstViewIndexDirs.SmallImageList = this.imageList1;
            this.lstViewIndexDirs.TabIndex = 55;
            this.lstViewIndexDirs.UseCompatibleStateImageBehavior = false;
            this.lstViewIndexDirs.View = System.Windows.Forms.View.Details;
            this.lstViewIndexDirs.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick);
            this.lstViewIndexDirs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick);
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Type";
            this.columnHeader8.Width = 40;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Directory name";
            this.columnHeader5.Width = 250;
            // 
            // tpnl_BEFiles
            // 
            this.tpnl_BEFiles.ColumnCount = 1;
            this.tpnl_BEFiles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_BEFiles.Controls.Add(this.pnl_BEFile1, 0, 0);
            this.tpnl_BEFiles.Controls.Add(this.pnl_BEFile3, 0, 1);
            this.tpnl_BEFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_BEFiles.Location = new System.Drawing.Point(516, 0);
            this.tpnl_BEFiles.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_BEFiles.Name = "tpnl_BEFiles";
            this.tpnl_BEFiles.RowCount = 2;
            this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_BEFiles.Size = new System.Drawing.Size(259, 350);
            this.tpnl_BEFiles.TabIndex = 2;
            // 
            // pnl_BEFile1
            // 
            this.pnl_BEFile1.Controls.Add(this.btn_BEOutFileClear);
            this.pnl_BEFile1.Controls.Add(this.label52);
            this.pnl_BEFile1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEFile1.Location = new System.Drawing.Point(3, 3);
            this.pnl_BEFile1.Name = "pnl_BEFile1";
            this.pnl_BEFile1.Size = new System.Drawing.Size(253, 24);
            this.pnl_BEFile1.TabIndex = 0;
            // 
            // btn_BEOutFileClear
            // 
            this.btn_BEOutFileClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_BEOutFileClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_BEOutFileClear.ForeColor = System.Drawing.Color.Brown;
            this.btn_BEOutFileClear.Location = new System.Drawing.Point(186, 0);
            this.btn_BEOutFileClear.Name = "btn_BEOutFileClear";
            this.btn_BEOutFileClear.Size = new System.Drawing.Size(68, 21);
            this.btn_BEOutFileClear.TabIndex = 56;
            this.btn_BEOutFileClear.Text = "Clear List";
            this.btn_BEOutFileClear.UseVisualStyleBackColor = true;
            this.btn_BEOutFileClear.Click += new System.EventHandler(this.btn_BEOutFileClear_Click);
            // 
            // label52
            // 
            this.label52.Location = new System.Drawing.Point(-2, 5);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(141, 16);
            this.label52.TabIndex = 160;
            this.label52.Text = "Discovered Files";
            // 
            // pnl_BEFile3
            // 
            this.pnl_BEFile3.Controls.Add(this.lstViewFiles);
            this.pnl_BEFile3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_BEFile3.Location = new System.Drawing.Point(3, 33);
            this.pnl_BEFile3.Name = "pnl_BEFile3";
            this.pnl_BEFile3.Size = new System.Drawing.Size(253, 315);
            this.pnl_BEFile3.TabIndex = 57;
            // 
            // lstViewFiles
            // 
            this.lstViewFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader9,
            this.columnHeader6});
            this.lstViewFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstViewFiles.FullRowSelect = true;
            this.lstViewFiles.Location = new System.Drawing.Point(0, 0);
            this.lstViewFiles.MultiSelect = false;
            this.lstViewFiles.Name = "lstViewFiles";
            this.lstViewFiles.Size = new System.Drawing.Size(253, 315);
            this.lstViewFiles.SmallImageList = this.imageList1;
            this.lstViewFiles.TabIndex = 59;
            this.lstViewFiles.UseCompatibleStateImageBehavior = false;
            this.lstViewFiles.View = System.Windows.Forms.View.Details;
            this.lstViewFiles.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick);
            this.lstViewFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick);
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "Type";
            this.columnHeader9.Width = 40;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Directory name";
            this.columnHeader6.Width = 250;
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.panel4.AutoSize = true;
            this.panel4.BackColor = System.Drawing.Color.Gray;
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.groupBox1);
            this.panel4.Controls.Add(this.btnBackEndPause);
            this.panel4.Controls.Add(this.chkPreserve);
            this.panel4.Controls.Add(this.btn_BESkiptoDirs);
            this.panel4.Controls.Add(this.btn_BEQuit);
            this.panel4.Controls.Add(this.btn_BEStop);
            this.panel4.Controls.Add(this.btn_BEStart);
            this.panel4.Controls.Add(this.btn_BESkiptoFiles);
            this.panel4.Controls.Add(this.btn_BackEndExport);
            this.panel4.Controls.Add(this.groupBox10);
            this.panel4.Controls.Add(this.groupBox11);
            this.panel4.Controls.Add(this.groupBox12);
            this.panel4.Controls.Add(this.label56);
            this.panel4.Controls.Add(this.pictureBox3);
            this.panel4.Controls.Add(this.label58);
            this.panel4.Controls.Add(this.prgsFiles);
            this.panel4.Controls.Add(this.prgsDirs);
            this.panel4.Controls.Add(this.lblStatus);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(224, 712);
            this.panel4.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.nudTimeAnomaly);
            this.groupBox1.Controls.Add(this.chkTimeAnomalies);
            this.groupBox1.Location = new System.Drawing.Point(7, 531);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox1.Size = new System.Drawing.Size(212, 38);
            this.groupBox1.TabIndex = 257;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Time anomalies";
            // 
            // nudTimeAnomaly
            // 
            this.nudTimeAnomaly.BackColor = System.Drawing.Color.Snow;
            this.nudTimeAnomaly.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.nudTimeAnomaly.Enabled = false;
            this.nudTimeAnomaly.Location = new System.Drawing.Point(95, 14);
            this.nudTimeAnomaly.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudTimeAnomaly.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.nudTimeAnomaly.Name = "nudTimeAnomaly";
            this.nudTimeAnomaly.ReadOnly = true;
            this.nudTimeAnomaly.Size = new System.Drawing.Size(100, 18);
            this.nudTimeAnomaly.TabIndex = 21;
            this.nudTimeAnomaly.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            // 
            // chkTimeAnomalies
            // 
            this.chkTimeAnomalies.AutoSize = true;
            this.chkTimeAnomalies.BackColor = System.Drawing.Color.Transparent;
            this.chkTimeAnomalies.Location = new System.Drawing.Point(8, 17);
            this.chkTimeAnomalies.Name = "chkTimeAnomalies";
            this.chkTimeAnomalies.Size = new System.Drawing.Size(60, 16);
            this.chkTimeAnomalies.TabIndex = 12;
            this.chkTimeAnomalies.Text = "Activate";
            this.toolTip1.SetToolTip(this.chkTimeAnomalies, "Report findings with with unordinary time responses.");
            this.chkTimeAnomalies.UseVisualStyleBackColor = true;
            this.chkTimeAnomalies.CheckedChanged += new System.EventHandler(this.chkTimeAnomalies_CheckedChanged);
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.skinButton4);
            this.groupBox10.Controls.Add(this.skinButton5);
            this.groupBox10.Controls.Add(this.skinButton6);
            this.groupBox10.Controls.Add(this.radioHEAD);
            this.groupBox10.Controls.Add(this.radioGET);
            this.groupBox10.Controls.Add(this.btn_BEClearDB);
            this.groupBox10.Controls.Add(this.chkBackEndAI);
            this.groupBox10.Controls.Add(this.NUPDOWNBackEnd);
            this.groupBox10.Controls.Add(this.panel2);
            this.groupBox10.Location = new System.Drawing.Point(7, 356);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(212, 169);
            this.groupBox10.TabIndex = 18;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Trigger Control";
            // 
            // NUPDOWNBackEnd
            // 
            this.NUPDOWNBackEnd.BackColor = System.Drawing.Color.Snow;
            this.NUPDOWNBackEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.NUPDOWNBackEnd.DecimalPlaces = 3;
            this.NUPDOWNBackEnd.Enabled = false;
            this.NUPDOWNBackEnd.Increment = new decimal(new int[] {
            5,
            0,
            0,
            131072});
            this.NUPDOWNBackEnd.Location = new System.Drawing.Point(8, 36);
            this.NUPDOWNBackEnd.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.NUPDOWNBackEnd.Name = "NUPDOWNBackEnd";
            this.NUPDOWNBackEnd.Size = new System.Drawing.Size(100, 18);
            this.NUPDOWNBackEnd.TabIndex = 20;
            this.NUPDOWNBackEnd.Value = new decimal(new int[] {
            800,
            0,
            0,
            196608});
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.DarkGray;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.label11);
            this.panel2.Controls.Add(this.label14);
            this.panel2.Controls.Add(this.txtErrorCodeDir);
            this.panel2.Controls.Add(this.txtErrorCodeFile);
            this.panel2.Location = new System.Drawing.Point(4, 91);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(202, 52);
            this.panel2.TabIndex = 148;
            // 
            // label11
            // 
            this.label11.BackColor = System.Drawing.Color.DarkGray;
            this.label11.Location = new System.Drawing.Point(109, 5);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(81, 16);
            this.label11.TabIndex = 67;
            this.label11.Text = "Trig Codes(Dir)";
            // 
            // label14
            // 
            this.label14.BackColor = System.Drawing.Color.DarkGray;
            this.label14.Location = new System.Drawing.Point(109, 29);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(81, 16);
            this.label14.TabIndex = 82;
            this.label14.Text = "Trig Codes (File)";
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.btn_BELoadDirs);
            this.groupBox11.Controls.Add(this.btn_BEUpdateFromSP);
            this.groupBox11.Controls.Add(this.cmbBackEndUpdate);
            this.groupBox11.Controls.Add(this.btn_BELoadExts);
            this.groupBox11.Controls.Add(this.btn_BELoadFiles);
            this.groupBox11.Location = new System.Drawing.Point(7, 250);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(212, 100);
            this.groupBox11.TabIndex = 12;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Directory/File/Extension";
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.label9);
            this.groupBox12.Controls.Add(this.label8);
            this.groupBox12.Controls.Add(this.txtIPPort);
            this.groupBox12.Controls.Add(this.chkBackEnduseSSLport);
            this.groupBox12.Controls.Add(this.txtIPNumber);
            this.groupBox12.Location = new System.Drawing.Point(7, 172);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox12.Size = new System.Drawing.Size(212, 72);
            this.groupBox12.TabIndex = 8;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Target selection";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(120, 48);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(32, 12);
            this.label9.TabIndex = 62;
            this.label9.Text = "Port";
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(120, 24);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(84, 12);
            this.label8.TabIndex = 61;
            this.label8.Text = "IP/DNS name";
            // 
            // label56
            // 
            this.label56.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label56.Location = new System.Drawing.Point(5, 646);
            this.label56.Name = "label56";
            this.label56.Size = new System.Drawing.Size(202, 13);
            this.label56.TabIndex = 255;
            this.label56.Text = "Directory Progress:";
            this.label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage")));
            this.pictureBox3.Location = new System.Drawing.Point(7, 5);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(108, 84);
            this.pictureBox3.TabIndex = 119;
            this.pictureBox3.TabStop = false;
            // 
            // label58
            // 
            this.label58.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label58.Location = new System.Drawing.Point(5, 678);
            this.label58.Name = "label58";
            this.label58.Size = new System.Drawing.Size(202, 13);
            this.label58.TabIndex = 255;
            this.label58.Text = "File Progress:";
            this.label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // prgsFiles
            // 
            this.prgsFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgsFiles.BackColor = System.Drawing.Color.DarkGray;
            this.prgsFiles.Location = new System.Drawing.Point(7, 694);
            this.prgsFiles.Maximum = 100000;
            this.prgsFiles.Name = "prgsFiles";
            this.prgsFiles.Size = new System.Drawing.Size(200, 13);
            this.prgsFiles.Step = 1;
            this.prgsFiles.TabIndex = 255;
            // 
            // prgsDirs
            // 
            this.prgsDirs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgsDirs.BackColor = System.Drawing.Color.DarkGray;
            this.prgsDirs.Location = new System.Drawing.Point(7, 662);
            this.prgsDirs.Maximum = 10000;
            this.prgsDirs.Name = "prgsDirs";
            this.prgsDirs.Size = new System.Drawing.Size(200, 13);
            this.prgsDirs.Step = 1;
            this.prgsDirs.TabIndex = 255;
            // 
            // lblStatus
            // 
            this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblStatus.BackColor = System.Drawing.Color.Snow;
            this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblStatus.Location = new System.Drawing.Point(7, 628);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(200, 14);
            this.lblStatus.TabIndex = 255;
            this.lblStatus.Text = "Status";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // NiktoIsh
            // 
            this.NiktoIsh.BackColor = System.Drawing.Color.Gray;
            this.NiktoIsh.Controls.Add(this.pnl_WiktoMain);
            this.NiktoIsh.Controls.Add(this.panel5);
            this.NiktoIsh.Location = new System.Drawing.Point(4, 25);
            this.NiktoIsh.Name = "NiktoIsh";
            this.NiktoIsh.Size = new System.Drawing.Size(1005, 712);
            this.NiktoIsh.TabIndex = 2;
            this.NiktoIsh.Text = "Wikto";
            this.NiktoIsh.UseVisualStyleBackColor = true;
            // 
            // pnl_WiktoMain
            // 
            this.pnl_WiktoMain.BackColor = System.Drawing.Color.DarkGray;
            this.pnl_WiktoMain.Controls.Add(this.tpnl_WiktoMain);
            this.pnl_WiktoMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoMain.Location = new System.Drawing.Point(224, 0);
            this.pnl_WiktoMain.Margin = new System.Windows.Forms.Padding(0);
            this.pnl_WiktoMain.Name = "pnl_WiktoMain";
            this.pnl_WiktoMain.Size = new System.Drawing.Size(781, 712);
            this.pnl_WiktoMain.TabIndex = 149;
            // 
            // tpnl_WiktoMain
            // 
            this.tpnl_WiktoMain.ColumnCount = 3;
            this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB1, 0, 1);
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB2, 1, 1);
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB3, 2, 1);
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT3, 2, 0);
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT2, 1, 0);
            this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT1, 0, 0);
            this.tpnl_WiktoMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoMain.Location = new System.Drawing.Point(0, 0);
            this.tpnl_WiktoMain.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoMain.Name = "tpnl_WiktoMain";
            this.tpnl_WiktoMain.RowCount = 2;
            this.tpnl_WiktoMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnl_WiktoMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpnl_WiktoMain.Size = new System.Drawing.Size(781, 712);
            this.tpnl_WiktoMain.TabIndex = 0;
            // 
            // tpnl_WiktoB1
            // 
            this.tpnl_WiktoB1.ColumnCount = 1;
            this.tpnl_WiktoB1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_WiktoB1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_WiktoB1.Controls.Add(this.panpnl_WiktoBL1, 0, 0);
            this.tpnl_WiktoB1.Controls.Add(this.panpnl_WiktoBL2, 0, 1);
            this.tpnl_WiktoB1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoB1.Location = new System.Drawing.Point(0, 356);
            this.tpnl_WiktoB1.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoB1.Name = "tpnl_WiktoB1";
            this.tpnl_WiktoB1.RowCount = 2;
            this.tpnl_WiktoB1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoB1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoB1.Size = new System.Drawing.Size(312, 356);
            this.tpnl_WiktoB1.TabIndex = 3;
            // 
            // panpnl_WiktoBL1
            // 
            this.panpnl_WiktoBL1.Controls.Add(this.label60);
            this.panpnl_WiktoBL1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBL1.Location = new System.Drawing.Point(3, 3);
            this.panpnl_WiktoBL1.Name = "panpnl_WiktoBL1";
            this.panpnl_WiktoBL1.Size = new System.Drawing.Size(306, 24);
            this.panpnl_WiktoBL1.TabIndex = 33;
            // 
            // label60
            // 
            this.label60.Location = new System.Drawing.Point(-2, 0);
            this.label60.Name = "label60";
            this.label60.Size = new System.Drawing.Size(161, 16);
            this.label60.TabIndex = 181;
            this.label60.Text = "Nikto Results";
            // 
            // panpnl_WiktoBL2
            // 
            this.panpnl_WiktoBL2.Controls.Add(this.lvw_NiktoResults);
            this.panpnl_WiktoBL2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBL2.Location = new System.Drawing.Point(3, 33);
            this.panpnl_WiktoBL2.Name = "panpnl_WiktoBL2";
            this.panpnl_WiktoBL2.Size = new System.Drawing.Size(306, 321);
            this.panpnl_WiktoBL2.TabIndex = 34;
            // 
            // lvw_NiktoResults
            // 
            this.lvw_NiktoResults.BackColor = System.Drawing.Color.Snow;
            this.lvw_NiktoResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lvw_NiktoResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader10,
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            this.lvw_NiktoResults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvw_NiktoResults.FullRowSelect = true;
            this.lvw_NiktoResults.Location = new System.Drawing.Point(0, 0);
            this.lvw_NiktoResults.MultiSelect = false;
            this.lvw_NiktoResults.Name = "lvw_NiktoResults";
            this.lvw_NiktoResults.Size = new System.Drawing.Size(306, 321);
            this.lvw_NiktoResults.SmallImageList = this.imageList1;
            this.lvw_NiktoResults.TabIndex = 35;
            this.lvw_NiktoResults.UseCompatibleStateImageBehavior = false;
            this.lvw_NiktoResults.View = System.Windows.Forms.View.Details;
            this.lvw_NiktoResults.DoubleClick += new System.EventHandler(this.lvw_NiktoResults_DoubleClick);
            this.lvw_NiktoResults.Resize += new System.EventHandler(this.ResizeListViews);
            this.lvw_NiktoResults.SelectedIndexChanged += new System.EventHandler(this.populateNiktoDescvuln);
            this.lvw_NiktoResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick);
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "Type";
            this.columnHeader10.Width = 40;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Weight";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Trigger";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Request";
            // 
            // tpnl_WiktoB2
            // 
            this.tpnl_WiktoB2.ColumnCount = 1;
            this.tpnl_WiktoB2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_WiktoB2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_WiktoB2.Controls.Add(this.panpnl_WiktoBM1, 0, 0);
            this.tpnl_WiktoB2.Controls.Add(this.panpnl_WiktoBM2, 0, 1);
            this.tpnl_WiktoB2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoB2.Location = new System.Drawing.Point(312, 356);
            this.tpnl_WiktoB2.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoB2.Name = "tpnl_WiktoB2";
            this.tpnl_WiktoB2.RowCount = 2;
            this.tpnl_WiktoB2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoB2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoB2.Size = new System.Drawing.Size(234, 356);
            this.tpnl_WiktoB2.TabIndex = 4;
            // 
            // panpnl_WiktoBM1
            // 
            this.panpnl_WiktoBM1.Controls.Add(this.label61);
            this.panpnl_WiktoBM1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBM1.Location = new System.Drawing.Point(3, 3);
            this.panpnl_WiktoBM1.Name = "panpnl_WiktoBM1";
            this.panpnl_WiktoBM1.Size = new System.Drawing.Size(228, 24);
            this.panpnl_WiktoBM1.TabIndex = 36;
            // 
            // label61
            // 
            this.label61.Location = new System.Drawing.Point(-2, 0);
            this.label61.Name = "label61";
            this.label61.Size = new System.Drawing.Size(161, 16);
            this.label61.TabIndex = 181;
            this.label61.Text = "HTTP Request";
            // 
            // panpnl_WiktoBM2
            // 
            this.panpnl_WiktoBM2.Controls.Add(this.txtNiktoReq);
            this.panpnl_WiktoBM2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBM2.Location = new System.Drawing.Point(3, 33);
            this.panpnl_WiktoBM2.Name = "panpnl_WiktoBM2";
            this.panpnl_WiktoBM2.Size = new System.Drawing.Size(228, 321);
            this.panpnl_WiktoBM2.TabIndex = 37;
            // 
            // txtNiktoReq
            // 
            this.txtNiktoReq.BackColor = System.Drawing.Color.Snow;
            this.txtNiktoReq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNiktoReq.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtNiktoReq.Location = new System.Drawing.Point(0, 0);
            this.txtNiktoReq.Multiline = true;
            this.txtNiktoReq.Name = "txtNiktoReq";
            this.txtNiktoReq.ReadOnly = true;
            this.txtNiktoReq.Size = new System.Drawing.Size(228, 321);
            this.txtNiktoReq.TabIndex = 38;
            // 
            // tpnl_WiktoB3
            // 
            this.tpnl_WiktoB3.ColumnCount = 1;
            this.tpnl_WiktoB3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tpnl_WiktoB3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_WiktoB3.Controls.Add(this.panpnl_WiktoBR1, 0, 0);
            this.tpnl_WiktoB3.Controls.Add(this.panpnl_WiktoBR2, 0, 1);
            this.tpnl_WiktoB3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoB3.Location = new System.Drawing.Point(546, 356);
            this.tpnl_WiktoB3.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoB3.Name = "tpnl_WiktoB3";
            this.tpnl_WiktoB3.RowCount = 2;
            this.tpnl_WiktoB3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoB3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoB3.Size = new System.Drawing.Size(235, 356);
            this.tpnl_WiktoB3.TabIndex = 5;
            // 
            // panpnl_WiktoBR1
            // 
            this.panpnl_WiktoBR1.Controls.Add(this.label62);
            this.panpnl_WiktoBR1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBR1.Location = new System.Drawing.Point(3, 3);
            this.panpnl_WiktoBR1.Name = "panpnl_WiktoBR1";
            this.panpnl_WiktoBR1.Size = new System.Drawing.Size(255, 24);
            this.panpnl_WiktoBR1.TabIndex = 39;
            // 
            // label62
            // 
            this.label62.Location = new System.Drawing.Point(-2, 0);
            this.label62.Name = "label62";
            this.label62.Size = new System.Drawing.Size(161, 16);
            this.label62.TabIndex = 181;
            this.label62.Text = "HTTP Response";
            // 
            // panpnl_WiktoBR2
            // 
            this.panpnl_WiktoBR2.Controls.Add(this.txtNiktoRes);
            this.panpnl_WiktoBR2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panpnl_WiktoBR2.Location = new System.Drawing.Point(3, 33);
            this.panpnl_WiktoBR2.Name = "panpnl_WiktoBR2";
            this.panpnl_WiktoBR2.Size = new System.Drawing.Size(255, 321);
            this.panpnl_WiktoBR2.TabIndex = 40;
            // 
            // txtNiktoRes
            // 
            this.txtNiktoRes.BackColor = System.Drawing.Color.Snow;
            this.txtNiktoRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNiktoRes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtNiktoRes.HideSelection = false;
            this.txtNiktoRes.Location = new System.Drawing.Point(0, 0);
            this.txtNiktoRes.Multiline = true;
            this.txtNiktoRes.Name = "txtNiktoRes";
            this.txtNiktoRes.ReadOnly = true;
            this.txtNiktoRes.Size = new System.Drawing.Size(255, 321);
            this.txtNiktoRes.TabIndex = 41;
            // 
            // tpnl_WiktoT3
            // 
            this.tpnl_WiktoT3.ColumnCount = 1;
            this.tpnl_WiktoT3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tpnl_WiktoT3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_WiktoT3.Controls.Add(this.pnl_WiktoTR1, 0, 0);
            this.tpnl_WiktoT3.Controls.Add(this.pnl_WiktoTR2, 0, 1);
            this.tpnl_WiktoT3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoT3.Location = new System.Drawing.Point(546, 0);
            this.tpnl_WiktoT3.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoT3.Name = "tpnl_WiktoT3";
            this.tpnl_WiktoT3.RowCount = 2;
            this.tpnl_WiktoT3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoT3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoT3.Size = new System.Drawing.Size(235, 356);
            this.tpnl_WiktoT3.TabIndex = 2;
            // 
            // pnl_WiktoTR1
            // 
            this.pnl_WiktoTR1.Controls.Add(this.label26);
            this.pnl_WiktoTR1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTR1.Location = new System.Drawing.Point(3, 3);
            this.pnl_WiktoTR1.Name = "pnl_WiktoTR1";
            this.pnl_WiktoTR1.Size = new System.Drawing.Size(255, 24);
            this.pnl_WiktoTR1.TabIndex = 30;
            // 
            // label26
            // 
            this.label26.Location = new System.Drawing.Point(0, 3);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(178, 16);
            this.label26.TabIndex = 179;
            this.label26.Text = "Nikto Database Description:";
            // 
            // pnl_WiktoTR2
            // 
            this.pnl_WiktoTR2.Controls.Add(this.lvw_NiktoDesc);
            this.pnl_WiktoTR2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTR2.Location = new System.Drawing.Point(3, 33);
            this.pnl_WiktoTR2.Name = "pnl_WiktoTR2";
            this.pnl_WiktoTR2.Size = new System.Drawing.Size(255, 320);
            this.pnl_WiktoTR2.TabIndex = 31;
            // 
            // lvw_NiktoDesc
            // 
            this.lvw_NiktoDesc.BackColor = System.Drawing.Color.Snow;
            this.lvw_NiktoDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lvw_NiktoDesc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.col_ndbd,
            this.col_ndv});
            this.lvw_NiktoDesc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvw_NiktoDesc.FullRowSelect = true;
            this.lvw_NiktoDesc.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.lvw_NiktoDesc.Location = new System.Drawing.Point(0, 0);
            this.lvw_NiktoDesc.Name = "lvw_NiktoDesc";
            this.lvw_NiktoDesc.Size = new System.Drawing.Size(255, 320);
            this.lvw_NiktoDesc.TabIndex = 32;
            this.lvw_NiktoDesc.UseCompatibleStateImageBehavior = false;
            this.lvw_NiktoDesc.View = System.Windows.Forms.View.Details;
            this.lvw_NiktoDesc.Resize += new System.EventHandler(this.ResizeListViews);
            // 
            // col_ndbd
            // 
            this.col_ndbd.Width = 100;
            // 
            // col_ndv
            // 
            this.col_ndv.Width = 500;
            // 
            // tpnl_WiktoT2
            // 
            this.tpnl_WiktoT2.ColumnCount = 1;
            this.tpnl_WiktoT2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_WiktoT2.Controls.Add(this.pnl_WiktoTM1, 0, 0);
            this.tpnl_WiktoT2.Controls.Add(this.pnl_WiktoTM2, 0, 1);
            this.tpnl_WiktoT2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoT2.Location = new System.Drawing.Point(312, 0);
            this.tpnl_WiktoT2.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoT2.Name = "tpnl_WiktoT2";
            this.tpnl_WiktoT2.RowCount = 2;
            this.tpnl_WiktoT2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoT2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoT2.Size = new System.Drawing.Size(234, 356);
            this.tpnl_WiktoT2.TabIndex = 1;
            // 
            // pnl_WiktoTM1
            // 
            this.pnl_WiktoTM1.Controls.Add(this.label12);
            this.pnl_WiktoTM1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTM1.Location = new System.Drawing.Point(3, 3);
            this.pnl_WiktoTM1.Name = "pnl_WiktoTM1";
            this.pnl_WiktoTM1.Size = new System.Drawing.Size(228, 24);
            this.pnl_WiktoTM1.TabIndex = 27;
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(-2, 3);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(161, 16);
            this.label12.TabIndex = 180;
            this.label12.Text = "Nikto Database Entries";
            // 
            // pnl_WiktoTM2
            // 
            this.pnl_WiktoTM2.Controls.Add(this.lvw_NiktoDb);
            this.pnl_WiktoTM2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTM2.Location = new System.Drawing.Point(3, 33);
            this.pnl_WiktoTM2.Name = "pnl_WiktoTM2";
            this.pnl_WiktoTM2.Size = new System.Drawing.Size(228, 320);
            this.pnl_WiktoTM2.TabIndex = 28;
            // 
            // lvw_NiktoDb
            // 
            this.lvw_NiktoDb.AutoArrange = false;
            this.lvw_NiktoDb.BackColor = System.Drawing.Color.Snow;
            this.lvw_NiktoDb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lvw_NiktoDb.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.col_desc,
            this.col_target});
            this.lvw_NiktoDb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvw_NiktoDb.FullRowSelect = true;
            this.lvw_NiktoDb.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvw_NiktoDb.HideSelection = false;
            this.lvw_NiktoDb.LabelWrap = false;
            this.lvw_NiktoDb.Location = new System.Drawing.Point(0, 0);
            this.lvw_NiktoDb.MultiSelect = false;
            this.lvw_NiktoDb.Name = "lvw_NiktoDb";
            this.lvw_NiktoDb.ShowGroups = false;
            this.lvw_NiktoDb.Size = new System.Drawing.Size(228, 320);
            this.lvw_NiktoDb.TabIndex = 29;
            this.lvw_NiktoDb.UseCompatibleStateImageBehavior = false;
            this.lvw_NiktoDb.View = System.Windows.Forms.View.Details;
            this.lvw_NiktoDb.Resize += new System.EventHandler(this.ResizeListViews);
            this.lvw_NiktoDb.SelectedIndexChanged += new System.EventHandler(this.populateNiktoDesc);
            // 
            // col_desc
            // 
            this.col_desc.Text = "Trigger";
            this.col_desc.Width = 100;
            // 
            // col_target
            // 
            this.col_target.Text = "Request";
            this.col_target.Width = 100;
            // 
            // tpnl_WiktoT1
            // 
            this.tpnl_WiktoT1.ColumnCount = 1;
            this.tpnl_WiktoT1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_WiktoT1.Controls.Add(this.pnl_WiktoTL1, 0, 0);
            this.tpnl_WiktoT1.Controls.Add(this.pnl_WiktoTL3, 0, 1);
            this.tpnl_WiktoT1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_WiktoT1.Location = new System.Drawing.Point(0, 0);
            this.tpnl_WiktoT1.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_WiktoT1.Name = "tpnl_WiktoT1";
            this.tpnl_WiktoT1.RowCount = 2;
            this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_WiktoT1.Size = new System.Drawing.Size(312, 356);
            this.tpnl_WiktoT1.TabIndex = 0;
            // 
            // pnl_WiktoTL1
            // 
            this.pnl_WiktoTL1.Controls.Add(this.btn_EditDirs);
            this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportBackEnd);
            this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportMirror);
            this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportGoogle);
            this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoClearCGI);
            this.pnl_WiktoTL1.Controls.Add(this.label5);
            this.pnl_WiktoTL1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTL1.Location = new System.Drawing.Point(3, 3);
            this.pnl_WiktoTL1.Name = "pnl_WiktoTL1";
            this.pnl_WiktoTL1.Size = new System.Drawing.Size(306, 24);
            this.pnl_WiktoTL1.TabIndex = 19;
            // 
            // btn_EditDirs
            // 
            this.btn_EditDirs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_EditDirs.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btn_EditDirs.Location = new System.Drawing.Point(78, 0);
            this.btn_EditDirs.Name = "btn_EditDirs";
            this.btn_EditDirs.Size = new System.Drawing.Size(48, 21);
            this.btn_EditDirs.TabIndex = 182;
            this.btn_EditDirs.Text = "Edit";
            this.btn_EditDirs.UseVisualStyleBackColor = true;
            this.btn_EditDirs.Click += new System.EventHandler(this.btn_EditDirs_Click);
            // 
            // btn_WiktoClearCGI
            // 
            this.btn_WiktoClearCGI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_WiktoClearCGI.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btn_WiktoClearCGI.ForeColor = System.Drawing.Color.Brown;
            this.btn_WiktoClearCGI.Location = new System.Drawing.Point(276, 0);
            this.btn_WiktoClearCGI.Name = "btn_WiktoClearCGI";
            this.btn_WiktoClearCGI.Size = new System.Drawing.Size(30, 21);
            this.btn_WiktoClearCGI.TabIndex = 24;
            this.btn_WiktoClearCGI.Text = "CL";
            this.btn_WiktoClearCGI.UseVisualStyleBackColor = true;
            this.btn_WiktoClearCGI.Click += new System.EventHandler(this.btn_WiktoClearCGI_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(0, 3);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 16);
            this.label5.TabIndex = 181;
            this.label5.Text = "CGI Directories";
            // 
            // pnl_WiktoTL3
            // 
            this.pnl_WiktoTL3.Controls.Add(this.lst_NiktoCGI);
            this.pnl_WiktoTL3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_WiktoTL3.Location = new System.Drawing.Point(3, 33);
            this.pnl_WiktoTL3.Name = "pnl_WiktoTL3";
            this.pnl_WiktoTL3.Size = new System.Drawing.Size(306, 320);
            this.pnl_WiktoTL3.TabIndex = 25;
            // 
            // lst_NiktoCGI
            // 
            this.lst_NiktoCGI.BackColor = System.Drawing.Color.Snow;
            this.lst_NiktoCGI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lst_NiktoCGI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lst_NiktoCGI.FormattingEnabled = true;
            this.lst_NiktoCGI.ItemHeight = 12;
            this.lst_NiktoCGI.Location = new System.Drawing.Point(0, 0);
            this.lst_NiktoCGI.Name = "lst_NiktoCGI";
            this.lst_NiktoCGI.Size = new System.Drawing.Size(306, 314);
            this.lst_NiktoCGI.TabIndex = 26;
            // 
            // panel5
            // 
            this.panel5.AutoScroll = true;
            this.panel5.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.panel5.BackColor = System.Drawing.Color.Gray;
            this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.btnPauseWikto);
            this.panel5.Controls.Add(this.label2);
            this.panel5.Controls.Add(this.prgNik);
            this.panel5.Controls.Add(this.prgNiktoWork);
            this.panel5.Controls.Add(this.btn_NiktoLoad);
            this.panel5.Controls.Add(this.skinButtonGreen2);
            this.panel5.Controls.Add(this.lblNiktoAI);
            this.panel5.Controls.Add(this.groupBox13);
            this.panel5.Controls.Add(this.groupBox14);
            this.panel5.Controls.Add(this.pictureBox2);
            this.panel5.Controls.Add(this.skinButtonRed1);
            this.panel5.Controls.Add(this.btn_WiktoStop);
            this.panel5.Controls.Add(this.btn_WiktoStart);
            this.panel5.Controls.Add(this.label3);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(224, 712);
            this.panel5.TabIndex = 1;
            // 
            // btnPauseWikto
            // 
            this.btnPauseWikto.Enabled = false;
            this.btnPauseWikto.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold);
            this.btnPauseWikto.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.btnPauseWikto.Location = new System.Drawing.Point(121, 86);
            this.btnPauseWikto.Name = "btnPauseWikto";
            this.btnPauseWikto.Size = new System.Drawing.Size(86, 28);
            this.btnPauseWikto.TabIndex = 257;
            this.btnPauseWikto.Text = "Pause";
            this.btnPauseWikto.UseVisualStyleBackColor = true;
            this.btnPauseWikto.Click += new System.EventHandler(this.btnPauseWikto_Click);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Location = new System.Drawing.Point(5, 642);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(196, 13);
            this.label2.TabIndex = 255;
            this.label2.Text = "Wikto Progress:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // prgNik
            // 
            this.prgNik.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgNik.BackColor = System.Drawing.Color.DarkGray;
            this.prgNik.Location = new System.Drawing.Point(7, 658);
            this.prgNik.Maximum = 1000;
            this.prgNik.Name = "prgNik";
            this.prgNik.Size = new System.Drawing.Size(194, 13);
            this.prgNik.TabIndex = 255;
            // 
            // prgNiktoWork
            // 
            this.prgNiktoWork.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgNiktoWork.BackColor = System.Drawing.Color.DarkGray;
            this.prgNiktoWork.Location = new System.Drawing.Point(7, 690);
            this.prgNiktoWork.Maximum = 10;
            this.prgNiktoWork.Name = "prgNiktoWork";
            this.prgNiktoWork.Size = new System.Drawing.Size(194, 13);
            this.prgNiktoWork.TabIndex = 255;
            // 
            // lblNiktoAI
            // 
            this.lblNiktoAI.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblNiktoAI.BackColor = System.Drawing.Color.Snow;
            this.lblNiktoAI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblNiktoAI.Enabled = false;
            this.lblNiktoAI.Location = new System.Drawing.Point(7, 622);
            this.lblNiktoAI.Name = "lblNiktoAI";
            this.lblNiktoAI.Size = new System.Drawing.Size(194, 20);
            this.lblNiktoAI.TabIndex = 255;
            this.lblNiktoAI.Text = "Error messages";
            this.lblNiktoAI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.btnClearNiktoAI);
            this.groupBox13.Controls.Add(this.btnNiktoRestFuzz);
            this.groupBox13.Controls.Add(this.btnNiktoShowAll);
            this.groupBox13.Controls.Add(this.chkOptimizedNikto);
            this.groupBox13.Controls.Add(this.btnNiktoFuzzUpdate);
            this.groupBox13.Controls.Add(this.NUPDOWNfuzz);
            this.groupBox13.Location = new System.Drawing.Point(7, 214);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(208, 88);
            this.groupBox13.TabIndex = 9;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Trigger Control";
            // 
            // groupBox14
            // 
            this.groupBox14.Controls.Add(this.chkuseSSLWikto);
            this.groupBox14.Controls.Add(this.txtNiktoPort);
            this.groupBox14.Controls.Add(this.txtNiktoTarget);
            this.groupBox14.Controls.Add(this.label28);
            this.groupBox14.Controls.Add(this.label29);
            this.groupBox14.Location = new System.Drawing.Point(7, 138);
            this.groupBox14.Name = "groupBox14";
            this.groupBox14.Size = new System.Drawing.Size(208, 70);
            this.groupBox14.TabIndex = 5;
            this.groupBox14.TabStop = false;
            this.groupBox14.Text = "Target selection";
            // 
            // label28
            // 
            this.label28.Location = new System.Drawing.Point(124, 44);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(32, 12);
            this.label28.TabIndex = 80;
            this.label28.Text = "Port";
            // 
            // label29
            // 
            this.label29.Location = new System.Drawing.Point(122, 19);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(80, 16);
            this.label29.TabIndex = 79;
            this.label29.Text = "IP / DNS name";
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
            this.pictureBox2.Location = new System.Drawing.Point(7, 5);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(108, 84);
            this.pictureBox2.TabIndex = 119;
            this.pictureBox2.TabStop = false;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.Location = new System.Drawing.Point(7, 674);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(194, 13);
            this.label3.TabIndex = 255;
            this.label3.Text = "Work Progress:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // GoogleHacks
            // 
            this.GoogleHacks.BackColor = System.Drawing.Color.Gray;
            this.GoogleHacks.Controls.Add(this.pnl_GHMain);
            this.GoogleHacks.Controls.Add(this.panel6);
            this.GoogleHacks.Location = new System.Drawing.Point(4, 25);
            this.GoogleHacks.Name = "GoogleHacks";
            this.GoogleHacks.Size = new System.Drawing.Size(1005, 712);
            this.GoogleHacks.TabIndex = 4;
            this.GoogleHacks.Text = "GoogleHacks";
            this.GoogleHacks.UseVisualStyleBackColor = true;
            // 
            // pnl_GHMain
            // 
            this.pnl_GHMain.BackColor = System.Drawing.Color.DarkGray;
            this.pnl_GHMain.Controls.Add(this.tpnl_HMain);
            this.pnl_GHMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHMain.Location = new System.Drawing.Point(224, 0);
            this.pnl_GHMain.Name = "pnl_GHMain";
            this.pnl_GHMain.Size = new System.Drawing.Size(781, 712);
            this.pnl_GHMain.TabIndex = 149;
            // 
            // tpnl_HMain
            // 
            this.tpnl_HMain.ColumnCount = 1;
            this.tpnl_HMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_HMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_HMain.Controls.Add(this.tpnl_GHManQuery, 0, 1);
            this.tpnl_HMain.Controls.Add(this.pbl_GoogleHackDb, 0, 0);
            this.tpnl_HMain.Controls.Add(this.pnl_GHDesc, 0, 2);
            this.tpnl_HMain.Controls.Add(this.tpnl_GHResults, 0, 3);
            this.tpnl_HMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_HMain.Location = new System.Drawing.Point(0, 0);
            this.tpnl_HMain.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_HMain.Name = "tpnl_HMain";
            this.tpnl_HMain.RowCount = 4;
            this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
            this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
            this.tpnl_HMain.Size = new System.Drawing.Size(781, 712);
            this.tpnl_HMain.TabIndex = 0;
            // 
            // tpnl_GHManQuery
            // 
            this.tpnl_GHManQuery.ColumnCount = 2;
            this.tpnl_GHManQuery.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_GHManQuery.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tpnl_GHManQuery.Controls.Add(this.pnl_GHMQ1, 0, 0);
            this.tpnl_GHManQuery.Controls.Add(this.pnl_GHMQ2, 1, 0);
            this.tpnl_GHManQuery.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_GHManQuery.Location = new System.Drawing.Point(0, 227);
            this.tpnl_GHManQuery.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_GHManQuery.Name = "tpnl_GHManQuery";
            this.tpnl_GHManQuery.RowCount = 1;
            this.tpnl_GHManQuery.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_GHManQuery.Size = new System.Drawing.Size(781, 30);
            this.tpnl_GHManQuery.TabIndex = 0;
            // 
            // pnl_GHMQ1
            // 
            this.pnl_GHMQ1.Controls.Add(this.txtGoogleHackOnceOff);
            this.pnl_GHMQ1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHMQ1.Location = new System.Drawing.Point(3, 3);
            this.pnl_GHMQ1.Name = "pnl_GHMQ1";
            this.pnl_GHMQ1.Size = new System.Drawing.Size(675, 24);
            this.pnl_GHMQ1.TabIndex = 9;
            // 
            // txtGoogleHackOnceOff
            // 
            this.txtGoogleHackOnceOff.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleHackOnceOff.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtGoogleHackOnceOff.Location = new System.Drawing.Point(0, 0);
            this.txtGoogleHackOnceOff.Name = "txtGoogleHackOnceOff";
            this.txtGoogleHackOnceOff.Size = new System.Drawing.Size(675, 18);
            this.txtGoogleHackOnceOff.TabIndex = 10;
            this.txtGoogleHackOnceOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // pnl_GHMQ2
            // 
            this.pnl_GHMQ2.Controls.Add(this.btn_GHManualQuery);
            this.pnl_GHMQ2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHMQ2.Location = new System.Drawing.Point(684, 3);
            this.pnl_GHMQ2.Name = "pnl_GHMQ2";
            this.pnl_GHMQ2.Size = new System.Drawing.Size(94, 24);
            this.pnl_GHMQ2.TabIndex = 11;
            // 
            // pbl_GoogleHackDb
            // 
            this.pbl_GoogleHackDb.Controls.Add(this.lstGoogleHack);
            this.pbl_GoogleHackDb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbl_GoogleHackDb.Location = new System.Drawing.Point(3, 3);
            this.pbl_GoogleHackDb.Name = "pbl_GoogleHackDb";
            this.pbl_GoogleHackDb.Size = new System.Drawing.Size(775, 221);
            this.pbl_GoogleHackDb.TabIndex = 7;
            // 
            // lstGoogleHack
            // 
            this.lstGoogleHack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstGoogleHack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstGoogleHack.ItemHeight = 12;
            this.lstGoogleHack.Location = new System.Drawing.Point(0, 0);
            this.lstGoogleHack.Name = "lstGoogleHack";
            this.lstGoogleHack.Size = new System.Drawing.Size(775, 218);
            this.lstGoogleHack.TabIndex = 8;
            this.lstGoogleHack.MouseEnter += new System.EventHandler(this.GHkeepscrolling);
            this.lstGoogleHack.SelectedIndexChanged += new System.EventHandler(this.populateGoogleHackDesc);
            this.lstGoogleHack.MouseLeave += new System.EventHandler(this.GHstopscrolling);
            // 
            // pnl_GHDesc
            // 
            this.pnl_GHDesc.Controls.Add(this.txtGoogleHackDesc);
            this.pnl_GHDesc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHDesc.Location = new System.Drawing.Point(3, 260);
            this.pnl_GHDesc.Name = "pnl_GHDesc";
            this.pnl_GHDesc.Size = new System.Drawing.Size(775, 221);
            this.pnl_GHDesc.TabIndex = 13;
            // 
            // txtGoogleHackDesc
            // 
            this.txtGoogleHackDesc.BackColor = System.Drawing.Color.Snow;
            this.txtGoogleHackDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGoogleHackDesc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtGoogleHackDesc.Location = new System.Drawing.Point(0, 0);
            this.txtGoogleHackDesc.Multiline = true;
            this.txtGoogleHackDesc.Name = "txtGoogleHackDesc";
            this.txtGoogleHackDesc.ReadOnly = true;
            this.txtGoogleHackDesc.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtGoogleHackDesc.Size = new System.Drawing.Size(775, 221);
            this.txtGoogleHackDesc.TabIndex = 14;
            // 
            // tpnl_GHResults
            // 
            this.tpnl_GHResults.ColumnCount = 1;
            this.tpnl_GHResults.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_GHResults.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tpnl_GHResults.Controls.Add(this.tpnl_GHResultsTop, 0, 0);
            this.tpnl_GHResults.Controls.Add(this.pnl_GHRes3, 0, 1);
            this.tpnl_GHResults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_GHResults.Location = new System.Drawing.Point(0, 484);
            this.tpnl_GHResults.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_GHResults.Name = "tpnl_GHResults";
            this.tpnl_GHResults.RowCount = 2;
            this.tpnl_GHResults.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tpnl_GHResults.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpnl_GHResults.Size = new System.Drawing.Size(781, 228);
            this.tpnl_GHResults.TabIndex = 3;
            // 
            // tpnl_GHResultsTop
            // 
            this.tpnl_GHResultsTop.ColumnCount = 2;
            this.tpnl_GHResultsTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_GHResultsTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tpnl_GHResultsTop.Controls.Add(this.pnl_GHRes1, 0, 0);
            this.tpnl_GHResultsTop.Controls.Add(this.pnl_GHRes2, 1, 0);
            this.tpnl_GHResultsTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpnl_GHResultsTop.Location = new System.Drawing.Point(0, 0);
            this.tpnl_GHResultsTop.Margin = new System.Windows.Forms.Padding(0);
            this.tpnl_GHResultsTop.Name = "tpnl_GHResultsTop";
            this.tpnl_GHResultsTop.RowCount = 1;
            this.tpnl_GHResultsTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tpnl_GHResultsTop.Size = new System.Drawing.Size(781, 30);
            this.tpnl_GHResultsTop.TabIndex = 0;
            // 
            // pnl_GHRes1
            // 
            this.pnl_GHRes1.Controls.Add(this.label4);
            this.pnl_GHRes1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHRes1.Location = new System.Drawing.Point(3, 3);
            this.pnl_GHRes1.Name = "pnl_GHRes1";
            this.pnl_GHRes1.Size = new System.Drawing.Size(675, 24);
            this.pnl_GHRes1.TabIndex = 15;
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.Location = new System.Drawing.Point(0, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(426, 13);
            this.label4.TabIndex = 166;
            this.label4.Text = "Results:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pnl_GHRes2
            // 
            this.pnl_GHRes2.Controls.Add(this.btn_GHClearResults);
            this.pnl_GHRes2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHRes2.Location = new System.Drawing.Point(684, 3);
            this.pnl_GHRes2.Name = "pnl_GHRes2";
            this.pnl_GHRes2.Size = new System.Drawing.Size(94, 24);
            this.pnl_GHRes2.TabIndex = 16;
            // 
            // btn_GHClearResults
            // 
            this.btn_GHClearResults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btn_GHClearResults.Location = new System.Drawing.Point(0, 0);
            this.btn_GHClearResults.Name = "btn_GHClearResults";
            this.btn_GHClearResults.Size = new System.Drawing.Size(94, 24);
            this.btn_GHClearResults.TabIndex = 17;
            this.btn_GHClearResults.Text = "Clear List";
            this.btn_GHClearResults.UseVisualStyleBackColor = true;
            this.btn_GHClearResults.Click += new System.EventHandler(this.btn_GHClearResults_Click);
            // 
            // pnl_GHRes3
            // 
            this.pnl_GHRes3.Controls.Add(this.lstGoogleHackResults);
            this.pnl_GHRes3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_GHRes3.Location = new System.Drawing.Point(3, 33);
            this.pnl_GHRes3.Name = "pnl_GHRes3";
            this.pnl_GHRes3.Size = new System.Drawing.Size(775, 193);
            this.pnl_GHRes3.TabIndex = 18;
            // 
            // lstGoogleHackResults
            // 
            this.lstGoogleHackResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstGoogleHackResults.ContextMenu = this.cntxtGoogleHacks;
            this.lstGoogleHackResults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstGoogleHackResults.ItemHeight = 12;
            this.lstGoogleHackResults.Location = new System.Drawing.Point(0, 0);
            this.lstGoogleHackResults.Name = "lstGoogleHackResults";
            this.lstGoogleHackResults.Size = new System.Drawing.Size(775, 182);
            this.lstGoogleHackResults.TabIndex = 19;
            this.lstGoogleHackResults.SelectedIndexChanged += new System.EventHandler(this.populateGoogleHackDescFromResults);
            // 
            // panel6
            // 
            this.panel6.AutoScroll = true;
            this.panel6.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.panel6.BackColor = System.Drawing.Color.Gray;
            this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel6.Controls.Add(this.lblGoogleHackEst);
            this.panel6.Controls.Add(this.lblGoogleHackPage);
            this.panel6.Controls.Add(this.btn_GHLoadDatabase);
            this.panel6.Controls.Add(this.label1);
            this.panel6.Controls.Add(this.lblGoogleHackStatus);
            this.panel6.Controls.Add(this.prgGHQuick);
            this.panel6.Controls.Add(this.prgsGoogleHackAll);
            this.panel6.Controls.Add(this.txtGoogleHackTarget);
            this.panel6.Controls.Add(this.pictureBox7);
            this.panel6.Controls.Add(this.btn_GHQuit);
            this.panel6.Controls.Add(this.btn_GHStop);
            this.panel6.Controls.Add(this.btn_GHStart);
            this.panel6.Controls.Add(this.label21);
            this.panel6.Controls.Add(this.label24);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(224, 712);
            this.panel6.TabIndex = 1;
            // 
            // lblGoogleHackEst
            // 
            this.lblGoogleHackEst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblGoogleHackEst.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lblGoogleHackEst.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblGoogleHackEst.Location = new System.Drawing.Point(149, 626);
            this.lblGoogleHackEst.Name = "lblGoogleHackEst";
            this.lblGoogleHackEst.Size = new System.Drawing.Size(52, 16);
            this.lblGoogleHackEst.TabIndex = 255;
            this.lblGoogleHackEst.Text = "Estimate";
            this.lblGoogleHackEst.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblGoogleHackPage
            // 
            this.lblGoogleHackPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblGoogleHackPage.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lblGoogleHackPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblGoogleHackPage.Location = new System.Drawing.Point(7, 626);
            this.lblGoogleHackPage.Name = "lblGoogleHackPage";
            this.lblGoogleHackPage.Size = new System.Drawing.Size(52, 16);
            this.lblGoogleHackPage.TabIndex = 255;
            this.lblGoogleHackPage.Text = "Page";
            this.lblGoogleHackPage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.Location = new System.Drawing.Point(7, 642);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(194, 13);
            this.label1.TabIndex = 255;
            this.label1.Text = "Google Hack:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblGoogleHackStatus
            // 
            this.lblGoogleHackStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblGoogleHackStatus.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lblGoogleHackStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblGoogleHackStatus.Location = new System.Drawing.Point(7, 586);
            this.lblGoogleHackStatus.Name = "lblGoogleHackStatus";
            this.lblGoogleHackStatus.Size = new System.Drawing.Size(194, 25);
            this.lblGoogleHackStatus.TabIndex = 255;
            this.lblGoogleHackStatus.Text = "Google Query Status";
            this.lblGoogleHackStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // prgGHQuick
            // 
            this.prgGHQuick.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgGHQuick.BackColor = System.Drawing.Color.DarkGray;
            this.prgGHQuick.Location = new System.Drawing.Point(7, 690);
            this.prgGHQuick.Maximum = 10;
            this.prgGHQuick.Name = "prgGHQuick";
            this.prgGHQuick.Size = new System.Drawing.Size(194, 13);
            this.prgGHQuick.TabIndex = 255;
            // 
            // prgsGoogleHackAll
            // 
            this.prgsGoogleHackAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.prgsGoogleHackAll.BackColor = System.Drawing.Color.DarkGray;
            this.prgsGoogleHackAll.Location = new System.Drawing.Point(7, 658);
            this.prgsGoogleHackAll.Name = "prgsGoogleHackAll";
            this.prgsGoogleHackAll.Size = new System.Drawing.Size(194, 13);
            this.prgsGoogleHackAll.TabIndex = 255;
            // 
            // pictureBox7
            // 
            this.pictureBox7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.BackgroundImage")));
            this.pictureBox7.Location = new System.Drawing.Point(7, 5);
            this.pictureBox7.Name = "pictureBox7";
            this.pictureBox7.Size = new System.Drawing.Size(108, 84);
            this.pictureBox7.TabIndex = 119;
            this.pictureBox7.TabStop = false;
            // 
            // label21
            // 
            this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label21.Location = new System.Drawing.Point(7, 674);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(194, 13);
            this.label21.TabIndex = 255;
            this.label21.Text = "Google Hack Quick:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label24
            // 
            this.label24.Location = new System.Drawing.Point(5, 100);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(40, 16);
            this.label24.TabIndex = 121;
            this.label24.Text = "Target";
            // 
            // pnl_configleft
            // 
            this.pnl_configleft.BackColor = System.Drawing.Color.Gray;
            this.pnl_configleft.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnl_configleft.Controls.Add(this.pnl_ConfigMain);
            this.pnl_configleft.Controls.Add(this.panel1);
            this.pnl_configleft.ForeColor = System.Drawing.SystemColors.ControlText;
            this.pnl_configleft.Location = new System.Drawing.Point(4, 25);
            this.pnl_configleft.Name = "pnl_configleft";
            this.pnl_configleft.Size = new System.Drawing.Size(1005, 712);
            this.pnl_configleft.TabIndex = 3;
            this.pnl_configleft.Text = "SystemConfig";
            this.pnl_configleft.UseVisualStyleBackColor = true;
            // 
            // pnl_ConfigMain
            // 
            this.pnl_ConfigMain.Controls.Add(this.tab_configMain);
            this.pnl_ConfigMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_ConfigMain.Location = new System.Drawing.Point(224, 0);
            this.pnl_ConfigMain.Name = "pnl_ConfigMain";
            this.pnl_ConfigMain.Size = new System.Drawing.Size(777, 708);
            this.pnl_ConfigMain.TabIndex = 252;
            // 
            // tab_configMain
            // 
            this.tab_configMain.Controls.Add(this.cfg_DB);
            this.tab_configMain.Controls.Add(this.cfg_Header);
            this.tab_configMain.Controls.Add(this.cfg_Google);
            this.tab_configMain.Controls.Add(this.cfg_Proxy);
            this.tab_configMain.Controls.Add(this.cfg_Spider);
            this.tab_configMain.Controls.Add(this.cfg_Timing);
            this.tab_configMain.Controls.Add(this.cfg_Update);
            this.tab_configMain.Controls.Add(this.cfg_Startup);
            this.tab_configMain.Controls.Add(this.cfg_Help);
            this.tab_configMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tab_configMain.Location = new System.Drawing.Point(0, 0);
            this.tab_configMain.Name = "tab_configMain";
            this.tab_configMain.SelectedIndex = 0;
            this.tab_configMain.Size = new System.Drawing.Size(777, 708);
            this.tab_configMain.TabIndex = 8;
            // 
            // cfg_DB
            // 
            this.cfg_DB.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_DB.Controls.Add(this.btn_browseghdb);
            this.cfg_DB.Controls.Add(this.btn_browsenikto);
            this.cfg_DB.Controls.Add(this.btn_CfgLocateNDb);
            this.cfg_DB.Controls.Add(this.btn_CfgLocateGDb);
            this.cfg_DB.Controls.Add(this.label27);
            this.cfg_DB.Controls.Add(this.label25);
            this.cfg_DB.Controls.Add(this.txtDBLocationGH);
            this.cfg_DB.Controls.Add(this.txtDBlocationNikto);
            this.cfg_DB.Location = new System.Drawing.Point(4, 21);
            this.cfg_DB.Name = "cfg_DB";
            this.cfg_DB.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_DB.Size = new System.Drawing.Size(769, 683);
            this.cfg_DB.TabIndex = 4;
            this.cfg_DB.Text = "Database Locations";
            this.cfg_DB.UseVisualStyleBackColor = true;
            // 
            // btn_browseghdb
            // 
            this.btn_browseghdb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_browseghdb.Location = new System.Drawing.Point(597, 31);
            this.btn_browseghdb.Name = "btn_browseghdb";
            this.btn_browseghdb.Size = new System.Drawing.Size(60, 22);
            this.btn_browseghdb.TabIndex = 14;
            this.btn_browseghdb.Text = "Browse...";
            this.btn_browseghdb.UseVisualStyleBackColor = true;
            this.btn_browseghdb.Click += new System.EventHandler(this.btn_browseghdb_Click);
            // 
            // btn_browsenikto
            // 
            this.btn_browsenikto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_browsenikto.Location = new System.Drawing.Point(597, 7);
            this.btn_browsenikto.Name = "btn_browsenikto";
            this.btn_browsenikto.Size = new System.Drawing.Size(60, 22);
            this.btn_browsenikto.TabIndex = 13;
            this.btn_browsenikto.Text = "Browse...";
            this.btn_browsenikto.UseVisualStyleBackColor = true;
            this.btn_browsenikto.Click += new System.EventHandler(this.btn_browsenikto_Click);
            // 
            // label27
            // 
            this.label27.Location = new System.Drawing.Point(6, 36);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(137, 12);
            this.label27.TabIndex = 9;
            this.label27.Text = "Google Hack Database:";
            // 
            // label25
            // 
            this.label25.Location = new System.Drawing.Point(6, 12);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(137, 12);
            this.label25.TabIndex = 8;
            this.label25.Text = "Nikto Database:";
            // 
            // cfg_Header
            // 
            this.cfg_Header.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Header.Controls.Add(this.txtHeader);
            this.cfg_Header.Location = new System.Drawing.Point(4, 22);
            this.cfg_Header.Name = "cfg_Header";
            this.cfg_Header.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Header.Size = new System.Drawing.Size(769, 682);
            this.cfg_Header.TabIndex = 5;
            this.cfg_Header.Text = "HTTP Header";
            this.cfg_Header.UseVisualStyleBackColor = true;
            // 
            // cfg_Google
            // 
            this.cfg_Google.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Google.Controls.Add(this.btnSpudLocate);
            this.cfg_Google.Controls.Add(this.txtSpudDirectory);
            this.cfg_Google.Controls.Add(this.label19);
            this.cfg_Google.Controls.Add(this.btn_StartAura);
            this.cfg_Google.Controls.Add(this.updownGoogleDepth);
            this.cfg_Google.Controls.Add(this.label18);
            this.cfg_Google.Location = new System.Drawing.Point(4, 22);
            this.cfg_Google.Name = "cfg_Google";
            this.cfg_Google.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Google.Size = new System.Drawing.Size(769, 682);
            this.cfg_Google.TabIndex = 1;
            this.cfg_Google.Text = "Spud API";
            this.cfg_Google.UseVisualStyleBackColor = true;
            // 
            // btnSpudLocate
            // 
            this.btnSpudLocate.Location = new System.Drawing.Point(376, 39);
            this.btnSpudLocate.Name = "btnSpudLocate";
            this.btnSpudLocate.Size = new System.Drawing.Size(73, 23);
            this.btnSpudLocate.TabIndex = 138;
            this.btnSpudLocate.Text = "Locate";
            this.btnSpudLocate.UseVisualStyleBackColor = true;
            this.btnSpudLocate.Click += new System.EventHandler(this.btnSpudLocate_Click);
            // 
            // txtSpudDirectory
            // 
            this.txtSpudDirectory.Location = new System.Drawing.Point(145, 41);
            this.txtSpudDirectory.Name = "txtSpudDirectory";
            this.txtSpudDirectory.Size = new System.Drawing.Size(225, 18);
            this.txtSpudDirectory.TabIndex = 137;
            // 
            // label19
            // 
            this.label19.Location = new System.Drawing.Point(17, 41);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(122, 18);
            this.label19.TabIndex = 136;
            this.label19.Text = "Spud Directory";
            // 
            // btn_StartAura
            // 
            this.btn_StartAura.Location = new System.Drawing.Point(17, 71);
            this.btn_StartAura.Name = "btn_StartAura";
            this.btn_StartAura.Size = new System.Drawing.Size(172, 23);
            this.btn_StartAura.TabIndex = 135;
            this.btn_StartAura.Text = "Start SPUD";
            this.btn_StartAura.UseVisualStyleBackColor = true;
            this.btn_StartAura.Click += new System.EventHandler(this.btn_Spud_Click);
            // 
            // updownGoogleDepth
            // 
            this.updownGoogleDepth.BackColor = System.Drawing.Color.Snow;
            this.updownGoogleDepth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.updownGoogleDepth.Location = new System.Drawing.Point(145, 20);
            this.updownGoogleDepth.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.updownGoogleDepth.Name = "updownGoogleDepth";
            this.updownGoogleDepth.Size = new System.Drawing.Size(44, 18);
            this.updownGoogleDepth.TabIndex = 133;
            this.updownGoogleDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.updownGoogleDepth, "The number of levels to drill down to in the Google Results");
            this.updownGoogleDepth.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            // 
            // label18
            // 
            this.label18.Location = new System.Drawing.Point(17, 20);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(122, 18);
            this.label18.TabIndex = 134;
            this.label18.Text = "Pages(max)";
            // 
            // cfg_Proxy
            // 
            this.cfg_Proxy.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Proxy.Controls.Add(this.chkProxyPresent);
            this.cfg_Proxy.Controls.Add(this.txtProxySettings);
            this.cfg_Proxy.Controls.Add(this.label17);
            this.cfg_Proxy.Location = new System.Drawing.Point(4, 22);
            this.cfg_Proxy.Name = "cfg_Proxy";
            this.cfg_Proxy.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Proxy.Size = new System.Drawing.Size(769, 682);
            this.cfg_Proxy.TabIndex = 0;
            this.cfg_Proxy.Text = "Proxy Settings";
            this.cfg_Proxy.UseVisualStyleBackColor = true;
            // 
            // label17
            // 
            this.label17.Location = new System.Drawing.Point(4, 12);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(122, 16);
            this.label17.TabIndex = 112;
            this.label17.Text = "Proxy IP:port";
            // 
            // cfg_Spider
            // 
            this.cfg_Spider.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Spider.Controls.Add(this.chk_ignoreidx);
            this.cfg_Spider.Controls.Add(this.txt_idxflags);
            this.cfg_Spider.Controls.Add(this.label42);
            this.cfg_Spider.Controls.Add(this.txt_excdirs);
            this.cfg_Spider.Controls.Add(this.label40);
            this.cfg_Spider.Controls.Add(this.label36);
            this.cfg_Spider.Controls.Add(this.nud_contentsize);
            this.cfg_Spider.Controls.Add(this.label35);
            this.cfg_Spider.Controls.Add(this.txt_content);
            this.cfg_Spider.Controls.Add(this.label33);
            this.cfg_Spider.Controls.Add(this.label63);
            this.cfg_Spider.Controls.Add(this.NUPDOWNspider);
            this.cfg_Spider.Controls.Add(this.label64);
            this.cfg_Spider.Controls.Add(this.label67);
            this.cfg_Spider.Controls.Add(this.txt_ConfigSpiderExclude);
            this.cfg_Spider.Controls.Add(this.txt_ConfigSpiderExtension);
            this.cfg_Spider.Location = new System.Drawing.Point(4, 22);
            this.cfg_Spider.Name = "cfg_Spider";
            this.cfg_Spider.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Spider.Size = new System.Drawing.Size(769, 682);
            this.cfg_Spider.TabIndex = 9;
            this.cfg_Spider.Text = "Spider";
            this.cfg_Spider.UseVisualStyleBackColor = true;
            // 
            // chk_ignoreidx
            // 
            this.chk_ignoreidx.AutoSize = true;
            this.chk_ignoreidx.BackColor = System.Drawing.Color.Transparent;
            this.chk_ignoreidx.Checked = true;
            this.chk_ignoreidx.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chk_ignoreidx.Location = new System.Drawing.Point(8, 108);
            this.chk_ignoreidx.Name = "chk_ignoreidx";
            this.chk_ignoreidx.Size = new System.Drawing.Size(164, 16);
            this.chk_ignoreidx.TabIndex = 162;
            this.chk_ignoreidx.Text = "Do not spider indexable directories";
            this.chk_ignoreidx.UseVisualStyleBackColor = true;
            this.chk_ignoreidx.CheckedChanged += new System.EventHandler(this.chk_ignoreidx_CheckedChanged);
            // 
            // txt_idxflags
            // 
            this.txt_idxflags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txt_idxflags.BackColor = System.Drawing.Color.Snow;
            this.txt_idxflags.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_idxflags.Enabled = false;
            this.txt_idxflags.Location = new System.Drawing.Point(134, 130);
            this.txt_idxflags.Name = "txt_idxflags";
            this.txt_idxflags.Size = new System.Drawing.Size(508, 18);
            this.txt_idxflags.TabIndex = 161;
            this.txt_idxflags.Text = "?C=N;O=A,?C=N;O=D,?C=M;O=A,?C=M;O=D,?C=S;O=A,?C=S;O=D,?C=D;O=A,?C=D;O=D";
            this.txt_idxflags.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Location = new System.Drawing.Point(6, 132);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(62, 12);
            this.label42.TabIndex = 160;
            this.label42.Text = "Index Sorting:";
            // 
            // txt_excdirs
            // 
            this.txt_excdirs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txt_excdirs.BackColor = System.Drawing.Color.Snow;
            this.txt_excdirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_excdirs.Location = new System.Drawing.Point(134, 81);
            this.txt_excdirs.Name = "txt_excdirs";
            this.txt_excdirs.Size = new System.Drawing.Size(508, 18);
            this.txt_excdirs.TabIndex = 159;
            this.txt_excdirs.Text = "/images/,/js/,/img/";
            this.txt_excdirs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Location = new System.Drawing.Point(6, 84);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(85, 12);
            this.label40.TabIndex = 158;
            this.label40.Text = "Exclude Directories";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(260, 156);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(16, 12);
            this.label36.TabIndex = 157;
            this.label36.Text = "kB";
            // 
            // nud_contentsize
            // 
            this.nud_contentsize.BackColor = System.Drawing.Color.Snow;
            this.nud_contentsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.nud_contentsize.Location = new System.Drawing.Point(134, 178);
            this.nud_contentsize.Maximum = new decimal(new int[] {
            2048,
            0,
            0,
            0});
            this.nud_contentsize.Name = "nud_contentsize";
            this.nud_contentsize.Size = new System.Drawing.Size(120, 18);
            this.nud_contentsize.TabIndex = 156;
            this.nud_contentsize.Value = new decimal(new int[] {
            256,
            0,
            0,
            0});
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(6, 180);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(115, 12);
            this.label35.TabIndex = 155;
            this.label35.Text = "Maximum Content Length:";
            // 
            // txt_content
            // 
            this.txt_content.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txt_content.BackColor = System.Drawing.Color.Snow;
            this.txt_content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txt_content.Location = new System.Drawing.Point(134, 58);
            this.txt_content.Name = "txt_content";
            this.txt_content.Size = new System.Drawing.Size(508, 18);
            this.txt_content.TabIndex = 154;
            this.txt_content.Text = "text/*";
            this.txt_content.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.txt_content, "Only spider content with this content type (ie: text/html,text/*,application/pdf," +
                    "application/*,etc)");
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(6, 60);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(101, 12);
            this.label33.TabIndex = 153;
            this.label33.Text = "Include Content-Types:";
            // 
            // label63
            // 
            this.label63.Location = new System.Drawing.Point(6, 156);
            this.label63.Name = "label63";
            this.label63.Size = new System.Drawing.Size(72, 16);
            this.label63.TabIndex = 150;
            this.label63.Text = "Threads:";
            // 
            // label64
            // 
            this.label64.AutoSize = true;
            this.label64.Location = new System.Drawing.Point(6, 36);
            this.label64.Name = "label64";
            this.label64.Size = new System.Drawing.Size(89, 12);
            this.label64.TabIndex = 152;
            this.label64.Text = "Exclude Extensions:";
            // 
            // label67
            // 
            this.label67.AutoSize = true;
            this.label67.Location = new System.Drawing.Point(6, 12);
            this.label67.Name = "label67";
            this.label67.Size = new System.Drawing.Size(64, 12);
            this.label67.TabIndex = 151;
            this.label67.Text = "Exclude Filter:";
            // 
            // cfg_Timing
            // 
            this.cfg_Timing.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Timing.Controls.Add(this.updownRetryTCP);
            this.cfg_Timing.Controls.Add(this.updownTimeOutTCP);
            this.cfg_Timing.Controls.Add(this.label6);
            this.cfg_Timing.Controls.Add(this.label16);
            this.cfg_Timing.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cfg_Timing.Location = new System.Drawing.Point(4, 22);
            this.cfg_Timing.Name = "cfg_Timing";
            this.cfg_Timing.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Timing.Size = new System.Drawing.Size(769, 682);
            this.cfg_Timing.TabIndex = 2;
            this.cfg_Timing.Text = "Timing";
            this.cfg_Timing.UseVisualStyleBackColor = true;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(6, 36);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(122, 12);
            this.label6.TabIndex = 128;
            this.label6.Text = "Retry";
            // 
            // label16
            // 
            this.label16.Location = new System.Drawing.Point(6, 12);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(122, 12);
            this.label16.TabIndex = 127;
            this.label16.Text = "Timeout (ms)";
            // 
            // cfg_Update
            // 
            this.cfg_Update.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Update.Controls.Add(this.label49);
            this.cfg_Update.Controls.Add(this.label48);
            this.cfg_Update.Controls.Add(this.label46);
            this.cfg_Update.Controls.Add(this.txtURLUpdateGHDB);
            this.cfg_Update.Controls.Add(this.txtURLUpdateNiktoDB);
            this.cfg_Update.Controls.Add(this.txtURLUpdate);
            this.cfg_Update.Location = new System.Drawing.Point(4, 22);
            this.cfg_Update.Name = "cfg_Update";
            this.cfg_Update.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Update.Size = new System.Drawing.Size(769, 682);
            this.cfg_Update.TabIndex = 6;
            this.cfg_Update.Text = "Update Sites";
            this.cfg_Update.UseVisualStyleBackColor = true;
            // 
            // label49
            // 
            this.label49.Location = new System.Drawing.Point(6, 60);
            this.label49.Name = "label49";
            this.label49.Size = new System.Drawing.Size(128, 16);
            this.label49.TabIndex = 110;
            this.label49.Text = "GoogleHack DB";
            // 
            // label48
            // 
            this.label48.Location = new System.Drawing.Point(6, 36);
            this.label48.Name = "label48";
            this.label48.Size = new System.Drawing.Size(128, 16);
            this.label48.TabIndex = 109;
            this.label48.Text = "Nikto DB";
            // 
            // label46
            // 
            this.label46.Location = new System.Drawing.Point(6, 12);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(128, 16);
            this.label46.TabIndex = 108;
            this.label46.Text = "BackEnd DB";
            // 
            // cfg_Startup
            // 
            this.cfg_Startup.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Startup.Controls.Add(this.chk_StartWiz);
            this.cfg_Startup.Controls.Add(this.btn_ShowNews);
            this.cfg_Startup.Controls.Add(this.chk_ShowStart);
            this.cfg_Startup.Location = new System.Drawing.Point(4, 22);
            this.cfg_Startup.Name = "cfg_Startup";
            this.cfg_Startup.Size = new System.Drawing.Size(769, 682);
            this.cfg_Startup.TabIndex = 10;
            this.cfg_Startup.Text = "Wikto Start Up";
            // 
            // chk_StartWiz
            // 
            this.chk_StartWiz.AutoSize = true;
            this.chk_StartWiz.BackColor = System.Drawing.Color.Transparent;
            this.chk_StartWiz.Location = new System.Drawing.Point(6, 36);
            this.chk_StartWiz.Name = "chk_StartWiz";
            this.chk_StartWiz.Size = new System.Drawing.Size(128, 16);
            this.chk_StartWiz.TabIndex = 31;
            this.chk_StartWiz.Text = "Always start with Wizard";
            this.chk_StartWiz.UseVisualStyleBackColor = true;
            this.chk_StartWiz.CheckedChanged += new System.EventHandler(this.chk_StartWiz_CheckedChanged);
            // 
            // cfg_Help
            // 
            this.cfg_Help.BackColor = System.Drawing.Color.DarkGray;
            this.cfg_Help.Controls.Add(this.lbl_About);
            this.cfg_Help.Controls.Add(this.label47);
            this.cfg_Help.Controls.Add(this.lbl_ResearchMail);
            this.cfg_Help.Controls.Add(this.label41);
            this.cfg_Help.Controls.Add(this.lbl_WiktoHome);
            this.cfg_Help.Controls.Add(this.label39);
            this.cfg_Help.Location = new System.Drawing.Point(4, 22);
            this.cfg_Help.Name = "cfg_Help";
            this.cfg_Help.Padding = new System.Windows.Forms.Padding(3);
            this.cfg_Help.Size = new System.Drawing.Size(769, 682);
            this.cfg_Help.TabIndex = 8;
            this.cfg_Help.Text = "Help";
            this.cfg_Help.UseVisualStyleBackColor = true;
            // 
            // lbl_About
            // 
            this.lbl_About.AutoSize = true;
            this.lbl_About.Location = new System.Drawing.Point(6, 84);
            this.lbl_About.Name = "lbl_About";
            this.lbl_About.Size = new System.Drawing.Size(359, 108);
            this.lbl_About.TabIndex = 5;
            this.lbl_About.Text = resources.GetString("lbl_About.Text");
            // 
            // label47
            // 
            this.label47.AutoSize = true;
            this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label47.Location = new System.Drawing.Point(6, 60);
            this.label47.Name = "label47";
            this.label47.Size = new System.Drawing.Size(71, 12);
            this.label47.TabIndex = 4;
            this.label47.Text = "About Wikto:";
            // 
            // lbl_ResearchMail
            // 
            this.lbl_ResearchMail.AutoSize = true;
            this.lbl_ResearchMail.Location = new System.Drawing.Point(125, 36);
            this.lbl_ResearchMail.Name = "lbl_ResearchMail";
            this.lbl_ResearchMail.Size = new System.Drawing.Size(114, 12);
            this.lbl_ResearchMail.TabIndex = 3;
            this.lbl_ResearchMail.TabStop = true;
            this.lbl_ResearchMail.Text = "*****@*****.**";
            this.lbl_ResearchMail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.GotoLink);
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Location = new System.Drawing.Point(6, 36);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(95, 12);
            this.label41.TabIndex = 2;
            this.label41.Text = "SensePost Research:";
            // 
            // lbl_WiktoHome
            // 
            this.lbl_WiktoHome.AutoSize = true;
            this.lbl_WiktoHome.Location = new System.Drawing.Point(192, 12);
            this.lbl_WiktoHome.Name = "lbl_WiktoHome";
            this.lbl_WiktoHome.Size = new System.Drawing.Size(186, 12);
            this.lbl_WiktoHome.TabIndex = 1;
            this.lbl_WiktoHome.TabStop = true;
            this.lbl_WiktoHome.Text = "http://www.sensepost.com/research/wikto";
            this.lbl_WiktoHome.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.GotoLink);
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(6, 12);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(147, 12);
            this.label39.TabIndex = 0;
            this.label39.Text = "Complete online documentation at:";
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(220, 670);
            this.panel1.BackColor = System.Drawing.Color.Gray;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.btn_CnfQuit);
            this.panel1.Controls.Add(this.label37);
            this.panel1.Controls.Add(this.lblConfigFileLocation);
            this.panel1.Controls.Add(this.btn_CnfReset);
            this.panel1.Controls.Add(this.btn_CnfSave);
            this.panel1.Controls.Add(this.btn_CnfLoad);
            this.panel1.Controls.Add(this.pictureBox5);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(224, 708);
            this.panel1.TabIndex = 1;
            // 
            // label37
            // 
            this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label37.Location = new System.Drawing.Point(5, 643);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(198, 13);
            this.label37.TabIndex = 255;
            this.label37.Text = "Currently Running:";
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblConfigFileLocation
            // 
            this.lblConfigFileLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblConfigFileLocation.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lblConfigFileLocation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblConfigFileLocation.Location = new System.Drawing.Point(3, 656);
            this.lblConfigFileLocation.Name = "lblConfigFileLocation";
            this.lblConfigFileLocation.Size = new System.Drawing.Size(200, 47);
            this.lblConfigFileLocation.TabIndex = 255;
            this.lblConfigFileLocation.Text = "Running on defaults";
            this.lblConfigFileLocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pictureBox5
            // 
            this.pictureBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.BackgroundImage")));
            this.pictureBox5.Location = new System.Drawing.Point(7, 5);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(108, 84);
            this.pictureBox5.TabIndex = 119;
            this.pictureBox5.TabStop = false;
            // 
            // tab_wizard
            // 
            this.tab_wizard.BackColor = System.Drawing.Color.DarkGray;
            this.tab_wizard.Location = new System.Drawing.Point(4, 25);
            this.tab_wizard.Name = "tab_wizard";
            this.tab_wizard.Size = new System.Drawing.Size(1005, 712);
            this.tab_wizard.TabIndex = 6;
            this.tab_wizard.Text = "Scan Wizard";
            this.tab_wizard.UseVisualStyleBackColor = true;
            // 
            // fdlLoadBackEndDirs
            // 
            this.fdlLoadBackEndDirs.CheckFileExists = false;
            this.fdlLoadBackEndDirs.CheckPathExists = false;
            this.fdlLoadBackEndDirs.DefaultExt = "txt";
            this.fdlLoadBackEndDirs.InitialDirectory = "c:\\";
            // 
            // fdlLoadBackEndFiles
            // 
            this.fdlLoadBackEndFiles.DefaultExt = "txt";
            this.fdlLoadBackEndFiles.InitialDirectory = "c:\\";
            // 
            // fdlLoadBackEndExt
            // 
            this.fdlLoadBackEndExt.DefaultExt = "txt";
            this.fdlLoadBackEndExt.InitialDirectory = "c:\\";
            // 
            // fdlExportBackEnd
            // 
            this.fdlExportBackEnd.DefaultExt = "csv";
            this.fdlExportBackEnd.FileName = "wiktobackend.csv";
            this.fdlExportBackEnd.Filter = "CSV files | *.csv";
            this.fdlExportBackEnd.InitialDirectory = "c:\\";
            // 
            // fdlLoadNiktoDB
            // 
            this.fdlLoadNiktoDB.DefaultExt = "txt";
            this.fdlLoadNiktoDB.InitialDirectory = "c:\\";
            // 
            // fdlExportWikto
            // 
            this.fdlExportWikto.DefaultExt = "csv";
            this.fdlExportWikto.FileName = "wikto.csv";
            this.fdlExportWikto.Filter = "CSV files | *.csv";
            this.fdlExportWikto.InitialDirectory = "c:\\";
            // 
            // fdlGoogleHacksOpenDB
            // 
            this.fdlGoogleHacksOpenDB.Filter = "XML files|*.xml";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.CheckFileExists = false;
            this.openFileDialog1.Filter = "Wikto Conf files |*.wkt|All files|*.*";
            // 
            // frm_Wikto
            // 
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.splitter1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frm_Wikto";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Text = "Wikto by SensePost ";
            this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.ResizeEnd += new System.EventHandler(this.ResizeListViews);
            this.Load += new System.EventHandler(this.frm_Wikto_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNspider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownRetryTCP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownTimeOutTCP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNfuzz)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.Mirror.ResumeLayout(false);
            this.tpnlMirror.ResumeLayout(false);
            this.tpnlMirrorLinks.ResumeLayout(false);
            this.tpnlMirrorLinkTop.ResumeLayout(false);
            this.pnlMirrorLinkLeft.ResumeLayout(false);
            this.pnlMrrorLinkRight.ResumeLayout(false);
            this.tpnlMirrorDir.ResumeLayout(false);
            this.tpnlMirrorDirTop.ResumeLayout(false);
            this.pnlMirrorDirLeft.ResumeLayout(false);
            this.pnlMirrorDirRight.ResumeLayout(false);
            this.pnlMirrorLeft.ResumeLayout(false);
            this.pnlMirrorLeft.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
            this.Googler.ResumeLayout(false);
            this.tpnlGoogleMain.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.tpnlGoogleDir.ResumeLayout(false);
            this.tpnlGoogleDirTop.ResumeLayout(false);
            this.pnlGoogleDirLeft.ResumeLayout(false);
            this.pnlGoogleDirRight.ResumeLayout(false);
            this.pnlGoogleDirMain.ResumeLayout(false);
            this.tpnlGoogleLink.ResumeLayout(false);
            this.tpnlGoogleLinkTop.ResumeLayout(false);
            this.pnlGoogleLinkLeft.ResumeLayout(false);
            this.pnlGoogleLinkRight.ResumeLayout(false);
            this.pnlGoogleLinkMain.ResumeLayout(false);
            this.pnlGoogleLeft.ResumeLayout(false);
            this.pnlGoogleLeft.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            this.BackEndMiner.ResumeLayout(false);
            this.BackEndMiner.PerformLayout();
            this.pnl_BackEndMain.ResumeLayout(false);
            this.tpnl_BackendMain.ResumeLayout(false);
            this.pnl_BackEndTop.ResumeLayout(false);
            this.tpnl_BackEndTop.ResumeLayout(false);
            this.pnl_BETopLeft1.ResumeLayout(false);
            this.pbl_TopLeft3.ResumeLayout(false);
            this.pnl_BETopMid1.ResumeLayout(false);
            this.pnl_BETopMid3.ResumeLayout(false);
            this.pnl_BETopRight1.ResumeLayout(false);
            this.pnl_BETopRight3.ResumeLayout(false);
            this.pnl_BackEndBottom.ResumeLayout(false);
            this.tpnl_BEBottom1.ResumeLayout(false);
            this.tpnl_BEBottom2.ResumeLayout(false);
            this.pnl_BEBottomLeft1.ResumeLayout(false);
            this.pnl_BEBottomLeft3.ResumeLayout(false);
            this.tpnl_BEBottomRight.ResumeLayout(false);
            this.pnl_BEBottomRight1.ResumeLayout(false);
            this.pnl_BEBottomRight3.ResumeLayout(false);
            this.tpnl_BEFiles.ResumeLayout(false);
            this.pnl_BEFile1.ResumeLayout(false);
            this.pnl_BEFile3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudTimeAnomaly)).EndInit();
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNBackEnd)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.groupBox11.ResumeLayout(false);
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            this.NiktoIsh.ResumeLayout(false);
            this.pnl_WiktoMain.ResumeLayout(false);
            this.tpnl_WiktoMain.ResumeLayout(false);
            this.tpnl_WiktoB1.ResumeLayout(false);
            this.panpnl_WiktoBL1.ResumeLayout(false);
            this.panpnl_WiktoBL2.ResumeLayout(false);
            this.tpnl_WiktoB2.ResumeLayout(false);
            this.panpnl_WiktoBM1.ResumeLayout(false);
            this.panpnl_WiktoBM2.ResumeLayout(false);
            this.panpnl_WiktoBM2.PerformLayout();
            this.tpnl_WiktoB3.ResumeLayout(false);
            this.panpnl_WiktoBR1.ResumeLayout(false);
            this.panpnl_WiktoBR2.ResumeLayout(false);
            this.panpnl_WiktoBR2.PerformLayout();
            this.tpnl_WiktoT3.ResumeLayout(false);
            this.pnl_WiktoTR1.ResumeLayout(false);
            this.pnl_WiktoTR2.ResumeLayout(false);
            this.tpnl_WiktoT2.ResumeLayout(false);
            this.pnl_WiktoTM1.ResumeLayout(false);
            this.pnl_WiktoTM2.ResumeLayout(false);
            this.tpnl_WiktoT1.ResumeLayout(false);
            this.pnl_WiktoTL1.ResumeLayout(false);
            this.pnl_WiktoTL3.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.groupBox13.PerformLayout();
            this.groupBox14.ResumeLayout(false);
            this.groupBox14.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.GoogleHacks.ResumeLayout(false);
            this.pnl_GHMain.ResumeLayout(false);
            this.tpnl_HMain.ResumeLayout(false);
            this.tpnl_GHManQuery.ResumeLayout(false);
            this.pnl_GHMQ1.ResumeLayout(false);
            this.pnl_GHMQ1.PerformLayout();
            this.pnl_GHMQ2.ResumeLayout(false);
            this.pbl_GoogleHackDb.ResumeLayout(false);
            this.pnl_GHDesc.ResumeLayout(false);
            this.pnl_GHDesc.PerformLayout();
            this.tpnl_GHResults.ResumeLayout(false);
            this.tpnl_GHResultsTop.ResumeLayout(false);
            this.pnl_GHRes1.ResumeLayout(false);
            this.pnl_GHRes2.ResumeLayout(false);
            this.pnl_GHRes3.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
            this.pnl_configleft.ResumeLayout(false);
            this.pnl_ConfigMain.ResumeLayout(false);
            this.tab_configMain.ResumeLayout(false);
            this.cfg_DB.ResumeLayout(false);
            this.cfg_DB.PerformLayout();
            this.cfg_Header.ResumeLayout(false);
            this.cfg_Header.PerformLayout();
            this.cfg_Google.ResumeLayout(false);
            this.cfg_Google.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.updownGoogleDepth)).EndInit();
            this.cfg_Proxy.ResumeLayout(false);
            this.cfg_Proxy.PerformLayout();
            this.cfg_Spider.ResumeLayout(false);
            this.cfg_Spider.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nud_contentsize)).EndInit();
            this.cfg_Timing.ResumeLayout(false);
            this.cfg_Update.ResumeLayout(false);
            this.cfg_Update.PerformLayout();
            this.cfg_Startup.ResumeLayout(false);
            this.cfg_Startup.PerformLayout();
            this.cfg_Help.ResumeLayout(false);
            this.cfg_Help.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            this.ResumeLayout(false);

		}
示例#41
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(frmNhanVien));
     this.columnHeader7  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.lvNhanVien     = new System.Windows.Forms.ListView();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.groupMatMa     = new System.Windows.Forms.GroupBox();
     this.btnCanCel      = new System.Windows.Forms.Button();
     this.btnOK          = new System.Windows.Forms.Button();
     this.txtMaMaCu      = new System.Windows.Forms.TextBox();
     this.label10        = new System.Windows.Forms.Label();
     this.txtDanhLai     = new System.Windows.Forms.TextBox();
     this.label8         = new System.Windows.Forms.Label();
     this.txtMatMaMoi    = new System.Windows.Forms.TextBox();
     this.label9         = new System.Windows.Forms.Label();
     this.btnDoiMM       = new System.Windows.Forms.Button();
     this.txtGoLai       = new System.Windows.Forms.TextBox();
     this.lblGoLai       = new System.Windows.Forms.Label();
     this.btnXoaHinh     = new System.Windows.Forms.Button();
     this.txtMatKhau     = new System.Windows.Forms.TextBox();
     this.lblMatKhau     = new System.Windows.Forms.Label();
     this.dtNgayVao      = new System.Windows.Forms.DateTimePicker();
     this.label6         = new System.Windows.Forms.Label();
     this.txtDienThoai   = new System.Windows.Forms.TextBox();
     this.label7         = new System.Windows.Forms.Label();
     this.picHinh        = new System.Windows.Forms.PictureBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.optNu          = new System.Windows.Forms.RadioButton();
     this.optNam         = new System.Windows.Forms.RadioButton();
     this.txtEmail       = new System.Windows.Forms.TextBox();
     this.label5         = new System.Windows.Forms.Label();
     this.dtNgaySinh     = new System.Windows.Forms.DateTimePicker();
     this.label4         = new System.Windows.Forms.Label();
     this.txtDC          = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.txtTenNV       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtMaNV        = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.btnThem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoát       = new DotNetSkin.SkinControls.SkinButton();
     this.btnBoqua       = new DotNetSkin.SkinControls.SkinButton();
     this.btnLuu         = new DotNetSkin.SkinControls.SkinButton();
     this.btnSua         = new DotNetSkin.SkinControls.SkinButton();
     this.btnXoa         = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.groupMatMa.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Dien thoai";
     this.columnHeader7.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "STT";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Mã NV";
     this.columnHeader2.Width = 100;
     //
     // lvNhanVien
     //
     this.lvNhanVien.BackColor   = System.Drawing.Color.White;
     this.lvNhanVien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvNhanVien.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.lvNhanVien.FullRowSelect         = true;
     this.lvNhanVien.GridLines             = true;
     this.lvNhanVien.Location              = new System.Drawing.Point(8, 0);
     this.lvNhanVien.Name                  = "lvNhanVien";
     this.lvNhanVien.Size                  = new System.Drawing.Size(352, 448);
     this.lvNhanVien.TabIndex              = 6;
     this.lvNhanVien.View                  = System.Windows.Forms.View.Details;
     this.lvNhanVien.Click                += new System.EventHandler(this.lvNhanVien_Click);
     this.lvNhanVien.SelectedIndexChanged += new System.EventHandler(this.lvNhanVien_SelectedIndexChanged);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Tên Nhân viên";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Địa chỉ";
     this.columnHeader4.Width = 200;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Ngày sinh";
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Giới tính";
     this.columnHeader6.Width = 100;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Email";
     this.columnHeader8.Width = 0;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "NgayVaoLam";
     this.columnHeader9.Width = 0;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "Matma";
     this.columnHeader10.Width = 0;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.groupMatMa);
     this.groupBox1.Controls.Add(this.btnDoiMM);
     this.groupBox1.Controls.Add(this.txtGoLai);
     this.groupBox1.Controls.Add(this.lblGoLai);
     this.groupBox1.Controls.Add(this.btnXoaHinh);
     this.groupBox1.Controls.Add(this.txtMatKhau);
     this.groupBox1.Controls.Add(this.lblMatKhau);
     this.groupBox1.Controls.Add(this.dtNgayVao);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtDienThoai);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.picHinh);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.txtEmail);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dtNgaySinh);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtDC);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenNV);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaNV);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(360, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(424, 448);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // groupMatMa
     //
     this.groupMatMa.BackColor = System.Drawing.Color.LightSteelBlue;
     this.groupMatMa.Controls.Add(this.btnCanCel);
     this.groupMatMa.Controls.Add(this.btnOK);
     this.groupMatMa.Controls.Add(this.txtMaMaCu);
     this.groupMatMa.Controls.Add(this.label10);
     this.groupMatMa.Controls.Add(this.txtDanhLai);
     this.groupMatMa.Controls.Add(this.label8);
     this.groupMatMa.Controls.Add(this.txtMatMaMoi);
     this.groupMatMa.Controls.Add(this.label9);
     this.groupMatMa.Location = new System.Drawing.Point(176, 88);
     this.groupMatMa.Name     = "groupMatMa";
     this.groupMatMa.Size     = new System.Drawing.Size(232, 128);
     this.groupMatMa.TabIndex = 26;
     this.groupMatMa.TabStop  = false;
     this.groupMatMa.Visible  = false;
     //
     // btnCanCel
     //
     this.btnCanCel.Location = new System.Drawing.Point(128, 96);
     this.btnCanCel.Name     = "btnCanCel";
     this.btnCanCel.Size     = new System.Drawing.Size(56, 24);
     this.btnCanCel.TabIndex = 32;
     this.btnCanCel.Text     = "Bỏ qua";
     this.btnCanCel.Click   += new System.EventHandler(this.btnCanCel_Click);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(64, 96);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(56, 24);
     this.btnOK.TabIndex = 31;
     this.btnOK.Text     = "Đồng ý";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // txtMaMaCu
     //
     this.txtMaMaCu.Location     = new System.Drawing.Point(96, 16);
     this.txtMaMaCu.Name         = "txtMaMaCu";
     this.txtMaMaCu.PasswordChar = '*';
     this.txtMaMaCu.Size         = new System.Drawing.Size(128, 20);
     this.txtMaMaCu.TabIndex     = 30;
     this.txtMaMaCu.Text         = "";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 16);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 16);
     this.label10.TabIndex = 29;
     this.label10.Text     = "Mật mã cũ";
     //
     // txtDanhLai
     //
     this.txtDanhLai.Location     = new System.Drawing.Point(96, 72);
     this.txtDanhLai.Name         = "txtDanhLai";
     this.txtDanhLai.PasswordChar = '*';
     this.txtDanhLai.Size         = new System.Drawing.Size(128, 20);
     this.txtDanhLai.TabIndex     = 28;
     this.txtDanhLai.Text         = "";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(8, 72);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(40, 16);
     this.label8.TabIndex  = 27;
     this.label8.Text      = "Gõ lại";
     //
     // txtMatMaMoi
     //
     this.txtMatMaMoi.Location     = new System.Drawing.Point(96, 48);
     this.txtMatMaMoi.Name         = "txtMatMaMoi";
     this.txtMatMaMoi.PasswordChar = '*';
     this.txtMatMaMoi.Size         = new System.Drawing.Size(128, 20);
     this.txtMatMaMoi.TabIndex     = 26;
     this.txtMatMaMoi.Text         = "";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 48);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(80, 16);
     this.label9.TabIndex = 25;
     this.label9.Text     = "Mật mã mới";
     //
     // btnDoiMM
     //
     this.btnDoiMM.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btnDoiMM.Location  = new System.Drawing.Point(336, 64);
     this.btnDoiMM.Name      = "btnDoiMM";
     this.btnDoiMM.Size      = new System.Drawing.Size(72, 24);
     this.btnDoiMM.TabIndex  = 25;
     this.btnDoiMM.Text      = "Đổi mật mã";
     this.btnDoiMM.Click    += new System.EventHandler(this.btnDoiMM_Click);
     //
     // txtGoLai
     //
     this.txtGoLai.Location     = new System.Drawing.Point(200, 88);
     this.txtGoLai.Name         = "txtGoLai";
     this.txtGoLai.PasswordChar = '*';
     this.txtGoLai.Size         = new System.Drawing.Size(128, 20);
     this.txtGoLai.TabIndex     = 24;
     this.txtGoLai.Text         = "";
     //
     // lblGoLai
     //
     this.lblGoLai.BackColor = System.Drawing.Color.Transparent;
     this.lblGoLai.Location  = new System.Drawing.Point(112, 88);
     this.lblGoLai.Name      = "lblGoLai";
     this.lblGoLai.Size      = new System.Drawing.Size(88, 16);
     this.lblGoLai.TabIndex  = 23;
     this.lblGoLai.Text      = "Gõ lại Mật mã";
     //
     // btnXoaHinh
     //
     this.btnXoaHinh.BackColor = System.Drawing.SystemColors.GrayText;
     this.btnXoaHinh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnXoaHinh.Location  = new System.Drawing.Point(40, 152);
     this.btnXoaHinh.Name      = "btnXoaHinh";
     this.btnXoaHinh.Size      = new System.Drawing.Size(24, 24);
     this.btnXoaHinh.TabIndex  = 22;
     this.btnXoaHinh.Text      = "X";
     this.btnXoaHinh.Click    += new System.EventHandler(this.btnXoaHinh_Click);
     //
     // txtMatKhau
     //
     this.txtMatKhau.Location     = new System.Drawing.Point(200, 64);
     this.txtMatKhau.Name         = "txtMatKhau";
     this.txtMatKhau.PasswordChar = '*';
     this.txtMatKhau.Size         = new System.Drawing.Size(128, 20);
     this.txtMatKhau.TabIndex     = 21;
     this.txtMatKhau.Text         = "";
     //
     // lblMatKhau
     //
     this.lblMatKhau.Location = new System.Drawing.Point(112, 72);
     this.lblMatKhau.Name     = "lblMatKhau";
     this.lblMatKhau.Size     = new System.Drawing.Size(80, 16);
     this.lblMatKhau.TabIndex = 20;
     this.lblMatKhau.Text     = "Mật mã";
     //
     // dtNgayVao
     //
     this.dtNgayVao.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgayVao.Location = new System.Drawing.Point(200, 344);
     this.dtNgayVao.Name     = "dtNgayVao";
     this.dtNgayVao.Size     = new System.Drawing.Size(112, 20);
     this.dtNgayVao.TabIndex = 19;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(112, 344);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(88, 16);
     this.label6.TabIndex = 18;
     this.label6.Text     = "Ngày vào làm";
     //
     // txtDienThoai
     //
     this.txtDienThoai.Location     = new System.Drawing.Point(200, 280);
     this.txtDienThoai.Name         = "txtDienThoai";
     this.txtDienThoai.Size         = new System.Drawing.Size(104, 20);
     this.txtDienThoai.TabIndex     = 17;
     this.txtDienThoai.Text         = "";
     this.txtDienThoai.TextChanged += new System.EventHandler(this.txtDienThoai_TextChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(112, 280);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(88, 16);
     this.label7.TabIndex = 16;
     this.label7.Text     = "Điện thoại";
     //
     // picHinh
     //
     this.picHinh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picHinh.Location    = new System.Drawing.Point(16, 56);
     this.picHinh.Name        = "picHinh";
     this.picHinh.Size        = new System.Drawing.Size(72, 88);
     this.picHinh.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picHinh.TabIndex    = 14;
     this.picHinh.TabStop     = false;
     this.picHinh.Click      += new System.EventHandler(this.picHinh_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.optNu);
     this.groupBox2.Controls.Add(this.optNam);
     this.groupBox2.Location = new System.Drawing.Point(136, 216);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(160, 56);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Giới tính";
     //
     // optNu
     //
     this.optNu.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNu.Location  = new System.Drawing.Point(72, 24);
     this.optNu.Name      = "optNu";
     this.optNu.Size      = new System.Drawing.Size(64, 16);
     this.optNu.TabIndex  = 1;
     this.optNu.Text      = "Nữ";
     //
     // optNam
     //
     this.optNam.Checked   = true;
     this.optNam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNam.Location  = new System.Drawing.Point(8, 24);
     this.optNam.Name      = "optNam";
     this.optNam.Size      = new System.Drawing.Size(64, 16);
     this.optNam.TabIndex  = 0;
     this.optNam.TabStop   = true;
     this.optNam.Text      = "Nam";
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(200, 312);
     this.txtEmail.Name     = "txtEmail";
     this.txtEmail.Size     = new System.Drawing.Size(168, 20);
     this.txtEmail.TabIndex = 9;
     this.txtEmail.Text     = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(112, 312);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "EMail";
     //
     // dtNgaySinh
     //
     this.dtNgaySinh.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgaySinh.Location      = new System.Drawing.Point(200, 184);
     this.dtNgaySinh.Name          = "dtNgaySinh";
     this.dtNgaySinh.Size          = new System.Drawing.Size(112, 20);
     this.dtNgaySinh.TabIndex      = 7;
     this.dtNgaySinh.ValueChanged += new System.EventHandler(this.dtNgaySinh_ValueChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(112, 184);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Ngày sinh";
     //
     // txtDC
     //
     this.txtDC.Location = new System.Drawing.Point(200, 152);
     this.txtDC.Name     = "txtDC";
     this.txtDC.Size     = new System.Drawing.Size(192, 20);
     this.txtDC.TabIndex = 5;
     this.txtDC.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(112, 152);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Địa chỉ";
     //
     // txtTenNV
     //
     this.txtTenNV.Location = new System.Drawing.Point(200, 120);
     this.txtTenNV.Name     = "txtTenNV";
     this.txtTenNV.Size     = new System.Drawing.Size(128, 20);
     this.txtTenNV.TabIndex = 3;
     this.txtTenNV.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(112, 120);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên nhân viên";
     //
     // txtMaNV
     //
     this.txtMaNV.Location = new System.Drawing.Point(200, 32);
     this.txtMaNV.Name     = "txtMaNV";
     this.txtMaNV.Size     = new System.Drawing.Size(88, 20);
     this.txtMaNV.TabIndex = 1;
     this.txtMaNV.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(112, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã Nhân viên";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnThem);
     this.groupBox3.Controls.Add(this.btnThoát);
     this.groupBox3.Controls.Add(this.btnBoqua);
     this.groupBox3.Controls.Add(this.btnLuu);
     this.groupBox3.Controls.Add(this.btnSua);
     this.groupBox3.Controls.Add(this.btnXoa);
     this.groupBox3.Location = new System.Drawing.Point(360, 400);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(424, 56);
     this.groupBox3.TabIndex = 10;
     this.groupBox3.TabStop  = false;
     //
     // btnThem
     //
     this.btnThem.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThem.Image      = ((System.Drawing.Image)(resources.GetObject("btnThem.Image")));
     this.btnThem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThem.Location   = new System.Drawing.Point(48, 8);
     this.btnThem.Name       = "btnThem";
     this.btnThem.Size       = new System.Drawing.Size(48, 40);
     this.btnThem.TabIndex   = 17;
     this.btnThem.Text       = "Thêm";
     this.btnThem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThem.Click     += new System.EventHandler(this.btnThem_Click);
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(328, 8);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(48, 40);
     this.btnThoát.TabIndex   = 16;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnBoqua
     //
     this.btnBoqua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("btnBoqua.Image")));
     this.btnBoqua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBoqua.Location   = new System.Drawing.Point(272, 8);
     this.btnBoqua.Name       = "btnBoqua";
     this.btnBoqua.Size       = new System.Drawing.Size(48, 40);
     this.btnBoqua.TabIndex   = 15;
     this.btnBoqua.Text       = "Bỏ qua";
     this.btnBoqua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBoqua.Click     += new System.EventHandler(this.btnBoqua_Click);
     //
     // btnLuu
     //
     this.btnLuu.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnLuu.Image      = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLuu.Location   = new System.Drawing.Point(216, 8);
     this.btnLuu.Name       = "btnLuu";
     this.btnLuu.Size       = new System.Drawing.Size(48, 40);
     this.btnLuu.TabIndex   = 14;
     this.btnLuu.Text       = "Lưu";
     this.btnLuu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLuu.Click     += new System.EventHandler(this.btnLuu_Click);
     //
     // btnSua
     //
     this.btnSua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSua.Image      = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
     this.btnSua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSua.Location   = new System.Drawing.Point(160, 8);
     this.btnSua.Name       = "btnSua";
     this.btnSua.Size       = new System.Drawing.Size(48, 40);
     this.btnSua.TabIndex   = 13;
     this.btnSua.Text       = "Sữa";
     this.btnSua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSua.Click     += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnXoa.Image      = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXoa.Location   = new System.Drawing.Point(104, 8);
     this.btnXoa.Name       = "btnXoa";
     this.btnXoa.Size       = new System.Drawing.Size(48, 40);
     this.btnXoa.TabIndex   = 12;
     this.btnXoa.Text       = "Xóa";
     this.btnXoa.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXoa.Click     += new System.EventHandler(this.btnXoa_Click);
     //
     // frmNhanVien
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lvNhanVien);
     this.Name        = "frmNhanVien";
     this.Text        = "frmNhanVien";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmNhanVien_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupMatMa.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#42
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(frmDocgia));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.btnXoaHinh     = new System.Windows.Forms.Button();
     this.picHinh        = new System.Windows.Forms.PictureBox();
     this.txtThongtin    = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.optNu          = new System.Windows.Forms.RadioButton();
     this.optNam         = new System.Windows.Forms.RadioButton();
     this.txtEmail       = new System.Windows.Forms.TextBox();
     this.label5         = new System.Windows.Forms.Label();
     this.dtNgaySinh     = new System.Windows.Forms.DateTimePicker();
     this.label4         = new System.Windows.Forms.Label();
     this.txtDC          = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.txtTenDG       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtMaDG        = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lvDocgia       = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.btnThem        = new DotNetSkin.SkinControls.SkinButton();
     this.btnThoát       = new DotNetSkin.SkinControls.SkinButton();
     this.btnBoqua       = new DotNetSkin.SkinControls.SkinButton();
     this.btnLuu         = new DotNetSkin.SkinControls.SkinButton();
     this.btnSua         = new DotNetSkin.SkinControls.SkinButton();
     this.btnXoa         = new DotNetSkin.SkinControls.SkinButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.btnXoaHinh);
     this.groupBox1.Controls.Add(this.picHinh);
     this.groupBox1.Controls.Add(this.txtThongtin);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.txtEmail);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dtNgaySinh);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtDC);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenDG);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaDG);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(376, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(408, 392);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "nv";
     //
     // btnXoaHinh
     //
     this.btnXoaHinh.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.btnXoaHinh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnXoaHinh.Location  = new System.Drawing.Point(328, 112);
     this.btnXoaHinh.Name      = "btnXoaHinh";
     this.btnXoaHinh.Size      = new System.Drawing.Size(32, 24);
     this.btnXoaHinh.TabIndex  = 15;
     this.btnXoaHinh.Text      = "X";
     this.btnXoaHinh.Click    += new System.EventHandler(this.btnXoaHinh_Click);
     //
     // picHinh
     //
     this.picHinh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picHinh.Location    = new System.Drawing.Point(304, 16);
     this.picHinh.Name        = "picHinh";
     this.picHinh.Size        = new System.Drawing.Size(72, 88);
     this.picHinh.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picHinh.TabIndex    = 14;
     this.picHinh.TabStop     = false;
     this.picHinh.Click      += new System.EventHandler(this.picHinh_Click);
     //
     // txtThongtin
     //
     this.txtThongtin.Location  = new System.Drawing.Point(96, 296);
     this.txtThongtin.MaxLength = 1000;
     this.txtThongtin.Multiline = true;
     this.txtThongtin.Name      = "txtThongtin";
     this.txtThongtin.Size      = new System.Drawing.Size(280, 48);
     this.txtThongtin.TabIndex  = 13;
     this.txtThongtin.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 304);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(88, 16);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Thông tin khác";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.optNu);
     this.groupBox2.Controls.Add(this.optNam);
     this.groupBox2.Location = new System.Drawing.Point(24, 184);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(160, 56);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Giới tính";
     //
     // optNu
     //
     this.optNu.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNu.Location  = new System.Drawing.Point(72, 24);
     this.optNu.Name      = "optNu";
     this.optNu.Size      = new System.Drawing.Size(64, 16);
     this.optNu.TabIndex  = 1;
     this.optNu.Text      = "Nữ";
     //
     // optNam
     //
     this.optNam.Checked   = true;
     this.optNam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNam.Location  = new System.Drawing.Point(8, 24);
     this.optNam.Name      = "optNam";
     this.optNam.Size      = new System.Drawing.Size(64, 16);
     this.optNam.TabIndex  = 0;
     this.optNam.TabStop   = true;
     this.optNam.Text      = "Nam";
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(88, 152);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(168, 20);
     this.txtEmail.TabIndex  = 9;
     this.txtEmail.Text      = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 152);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "EMail";
     //
     // dtNgaySinh
     //
     this.dtNgaySinh.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtNgaySinh.Location      = new System.Drawing.Point(88, 120);
     this.dtNgaySinh.Name          = "dtNgaySinh";
     this.dtNgaySinh.Size          = new System.Drawing.Size(112, 20);
     this.dtNgaySinh.TabIndex      = 7;
     this.dtNgaySinh.ValueChanged += new System.EventHandler(this.dtNgaySinh_ValueChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 120);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Ngày sinh";
     //
     // txtDC
     //
     this.txtDC.Location  = new System.Drawing.Point(88, 88);
     this.txtDC.MaxLength = 100;
     this.txtDC.Name      = "txtDC";
     this.txtDC.Size      = new System.Drawing.Size(192, 20);
     this.txtDC.TabIndex  = 5;
     this.txtDC.Text      = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Địa chỉ";
     //
     // txtTenDG
     //
     this.txtTenDG.Location  = new System.Drawing.Point(88, 56);
     this.txtTenDG.MaxLength = 50;
     this.txtTenDG.Name      = "txtTenDG";
     this.txtTenDG.Size      = new System.Drawing.Size(128, 20);
     this.txtTenDG.TabIndex  = 3;
     this.txtTenDG.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên độc giả";
     //
     // txtMaDG
     //
     this.txtMaDG.Location  = new System.Drawing.Point(88, 16);
     this.txtMaDG.MaxLength = 10;
     this.txtMaDG.Name      = "txtMaDG";
     this.txtMaDG.Size      = new System.Drawing.Size(88, 20);
     this.txtMaDG.TabIndex  = 1;
     this.txtMaDG.Text      = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã độc giả";
     //
     // lvDocgia
     //
     this.lvDocgia.BackColor   = System.Drawing.Color.White;
     this.lvDocgia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvDocgia.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader9,
         this.columnHeader10
     });
     this.lvDocgia.FullRowSelect         = true;
     this.lvDocgia.GridLines             = true;
     this.lvDocgia.Location              = new System.Drawing.Point(8, 0);
     this.lvDocgia.Name                  = "lvDocgia";
     this.lvDocgia.Size                  = new System.Drawing.Size(368, 456);
     this.lvDocgia.TabIndex              = 2;
     this.lvDocgia.View                  = System.Windows.Forms.View.Details;
     this.lvDocgia.SelectedIndexChanged += new System.EventHandler(this.lvDocgia_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "STT";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "Mã DG";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "Tên độc giả";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "Địa chỉ";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 200;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "Ngày sinh";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "Email";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width     = 100;
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "Gioitinh";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader7.Width     = 0;
     //
     // columnHeader9
     //
     this.columnHeader9.Text      = "Thongtinkhac";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader9.Width     = 0;
     //
     // columnHeader10
     //
     this.columnHeader10.Text      = "hinh";
     this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader10.Width     = 0;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnThem);
     this.groupBox3.Controls.Add(this.btnThoát);
     this.groupBox3.Controls.Add(this.btnBoqua);
     this.groupBox3.Controls.Add(this.btnLuu);
     this.groupBox3.Controls.Add(this.btnSua);
     this.groupBox3.Controls.Add(this.btnXoa);
     this.groupBox3.Location = new System.Drawing.Point(376, 392);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(408, 56);
     this.groupBox3.TabIndex = 13;
     this.groupBox3.TabStop  = false;
     //
     // btnThem
     //
     this.btnThem.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThem.Image      = ((System.Drawing.Image)(resources.GetObject("btnThem.Image")));
     this.btnThem.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThem.Location   = new System.Drawing.Point(16, 8);
     this.btnThem.Name       = "btnThem";
     this.btnThem.Size       = new System.Drawing.Size(64, 40);
     this.btnThem.TabIndex   = 17;
     this.btnThem.Text       = "Thêm";
     this.btnThem.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThem.Click     += new System.EventHandler(this.btnThem_Click);
     //
     // btnThoát
     //
     this.btnThoát.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnThoát.Image      = ((System.Drawing.Image)(resources.GetObject("btnThoát.Image")));
     this.btnThoát.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnThoát.Location   = new System.Drawing.Point(336, 8);
     this.btnThoát.Name       = "btnThoát";
     this.btnThoát.Size       = new System.Drawing.Size(64, 40);
     this.btnThoát.TabIndex   = 16;
     this.btnThoát.Text       = "Thoát";
     this.btnThoát.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnThoát.Click     += new System.EventHandler(this.btnThoat_Click);
     //
     // btnBoqua
     //
     this.btnBoqua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("btnBoqua.Image")));
     this.btnBoqua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBoqua.Location   = new System.Drawing.Point(272, 8);
     this.btnBoqua.Name       = "btnBoqua";
     this.btnBoqua.Size       = new System.Drawing.Size(64, 40);
     this.btnBoqua.TabIndex   = 15;
     this.btnBoqua.Text       = "Bỏ qua";
     this.btnBoqua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBoqua.Click     += new System.EventHandler(this.btnBoqua_Click);
     //
     // btnLuu
     //
     this.btnLuu.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnLuu.Image      = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnLuu.Location   = new System.Drawing.Point(208, 8);
     this.btnLuu.Name       = "btnLuu";
     this.btnLuu.Size       = new System.Drawing.Size(64, 40);
     this.btnLuu.TabIndex   = 14;
     this.btnLuu.Text       = "Lưu";
     this.btnLuu.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLuu.Click     += new System.EventHandler(this.btnLuu_Click);
     //
     // btnSua
     //
     this.btnSua.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSua.Image      = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
     this.btnSua.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSua.Location   = new System.Drawing.Point(144, 8);
     this.btnSua.Name       = "btnSua";
     this.btnSua.Size       = new System.Drawing.Size(64, 40);
     this.btnSua.TabIndex   = 13;
     this.btnSua.Text       = "Sữa";
     this.btnSua.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSua.Click     += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnXoa.Image      = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnXoa.Location   = new System.Drawing.Point(80, 8);
     this.btnXoa.Name       = "btnXoa";
     this.btnXoa.Size       = new System.Drawing.Size(64, 40);
     this.btnXoa.TabIndex   = 12;
     this.btnXoa.Text       = "Xóa";
     this.btnXoa.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnXoa.Click     += new System.EventHandler(this.btnXoa_Click);
     //
     // frmDocgia
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.lvDocgia);
     this.Controls.Add(this.groupBox1);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name        = "frmDocgia";
     this.Text        = "frmDocgia";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmDocgia_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }