namespace MyJSvClientTests { partial class JSPG3Test { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnDelete = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.txtLocation = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtDeptName = new System.Windows.Forms.TextBox(); this.lblRawResponse = new System.Windows.Forms.Label(); this.lblHttpResponse = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtAdmrDept = new System.Windows.Forms.TextBox(); this.gbxScroll = new System.Windows.Forms.GroupBox(); this.btnFirst = new System.Windows.Forms.Button(); this.btnLast = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.txtSkip = new System.Windows.Forms.TextBox(); this.btnPrev = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.label25 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.lblBrowseCount = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblReturnCode = new System.Windows.Forms.Label(); this.lblError = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.txtDeptno = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtMgrno = new System.Windows.Forms.TextBox(); this.btnEnquiry = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.txtSex = new System.Windows.Forms.TextBox(); this.gbxChildScroll = new System.Windows.Forms.GroupBox(); this.btnFirstChild = new System.Windows.Forms.Button(); this.btnLastChild = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtSkipChild = new System.Windows.Forms.TextBox(); this.btnPrevChild = new System.Windows.Forms.Button(); this.btnNextChild = new System.Windows.Forms.Button(); this.label26 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtHireDate = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.txtCurrency = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.txtComm = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.txtBonus = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.txtSalary = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.txtBirthDate = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.lblCountChild = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.lblRCodeChild = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtDeptMgr = new System.Windows.Forms.TextBox(); this.lblSex = new System.Windows.Forms.Label(); this.txtJob = new System.Windows.Forms.TextBox(); this.txtEmpno = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtWorkdept = new System.Windows.Forms.TextBox(); this.btnChild = new System.Windows.Forms.Button(); this.btnClearChild = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.txtEdlevel = new System.Windows.Forms.TextBox(); this.txtFirstNme = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.txtMidInit = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.txtLastName = new System.Windows.Forms.TextBox(); this.label27 = new System.Windows.Forms.Label(); this.txtPhoneNo = new System.Windows.Forms.TextBox(); this.label28 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.btnPChild = new System.Windows.Forms.Button(); this.gbxScroll.SuspendLayout(); this.gbxChildScroll.SuspendLayout(); this.SuspendLayout(); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(371, 110); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 129; this.btnDelete.Text = "Delete"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(276, 110); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.TabIndex = 128; this.btnAdd.Text = "Add"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(181, 110); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 127; this.btnUpdate.Text = "Update"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // txtLocation // this.txtLocation.Location = new System.Drawing.Point(505, 160); this.txtLocation.Name = "txtLocation"; this.txtLocation.Size = new System.Drawing.Size(100, 23); this.txtLocation.TabIndex = 126; this.txtLocation.TextChanged += new System.EventHandler(this.txtLocation_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(426, 164); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 15); this.label3.TabIndex = 125; this.label3.Text = "LOCATION"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 164); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 15); this.label2.TabIndex = 124; this.label2.Text = "DEPTNAME"; // // txtDeptName // this.txtDeptName.Location = new System.Drawing.Point(87, 160); this.txtDeptName.Name = "txtDeptName"; this.txtDeptName.Size = new System.Drawing.Size(324, 23); this.txtDeptName.TabIndex = 123; this.txtDeptName.TextChanged += new System.EventHandler(this.txtDeptName_TextChanged); // // lblRawResponse // this.lblRawResponse.AutoSize = true; this.lblRawResponse.Location = new System.Drawing.Point(81, 497); this.lblRawResponse.Name = "lblRawResponse"; this.lblRawResponse.Size = new System.Drawing.Size(92, 15); this.lblRawResponse.TabIndex = 122; this.lblRawResponse.Text = "lblRawResponse"; // // lblHttpResponse // this.lblHttpResponse.AutoSize = true; this.lblHttpResponse.Location = new System.Drawing.Point(81, 482); this.lblHttpResponse.Name = "lblHttpResponse"; this.lblHttpResponse.Size = new System.Drawing.Size(94, 15); this.lblHttpResponse.TabIndex = 121; this.lblHttpResponse.Text = "lblHttpResponse"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(306, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 15); this.label1.TabIndex = 119; this.label1.Text = "ADMRDEPT"; // // txtAdmrDept // this.txtAdmrDept.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtAdmrDept.Location = new System.Drawing.Point(380, 42); this.txtAdmrDept.Name = "txtAdmrDept"; this.txtAdmrDept.Size = new System.Drawing.Size(75, 23); this.txtAdmrDept.TabIndex = 120; this.txtAdmrDept.TextChanged += new System.EventHandler(this.txtAdmrDept_TextChanged); // // gbxScroll // this.gbxScroll.Controls.Add(this.btnFirst); this.gbxScroll.Controls.Add(this.btnLast); this.gbxScroll.Controls.Add(this.label7); this.gbxScroll.Controls.Add(this.txtSkip); this.gbxScroll.Controls.Add(this.btnPrev); this.gbxScroll.Controls.Add(this.btnNext); this.gbxScroll.Location = new System.Drawing.Point(461, 24); this.gbxScroll.Name = "gbxScroll"; this.gbxScroll.Size = new System.Drawing.Size(257, 69); this.gbxScroll.TabIndex = 111; this.gbxScroll.TabStop = false; this.gbxScroll.Text = "Scrolling"; this.gbxScroll.Visible = false; // // btnFirst // this.btnFirst.Location = new System.Drawing.Point(151, 19); this.btnFirst.Name = "btnFirst"; this.btnFirst.Size = new System.Drawing.Size(47, 23); this.btnFirst.TabIndex = 4; this.btnFirst.Text = "<<"; this.btnFirst.UseVisualStyleBackColor = true; this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); // // btnLast // this.btnLast.Location = new System.Drawing.Point(49, 19); this.btnLast.Name = "btnLast"; this.btnLast.Size = new System.Drawing.Size(48, 23); this.btnLast.TabIndex = 3; this.btnLast.Text = ">>"; this.btnLast.UseVisualStyleBackColor = true; this.btnLast.Click += new System.EventHandler(this.btnLast_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(103, 46); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 15); this.label7.TabIndex = 2; this.label7.Text = "Skip"; // // txtSkip // this.txtSkip.Location = new System.Drawing.Point(103, 19); this.txtSkip.Name = "txtSkip"; this.txtSkip.Size = new System.Drawing.Size(42, 23); this.txtSkip.TabIndex = 1; this.txtSkip.TextChanged += new System.EventHandler(this.txtSkip_TextChanged); // // btnPrev // this.btnPrev.Location = new System.Drawing.Point(204, 19); this.btnPrev.Name = "btnPrev"; this.btnPrev.Size = new System.Drawing.Size(26, 23); this.btnPrev.TabIndex = 0; this.btnPrev.Text = "<"; this.btnPrev.UseVisualStyleBackColor = true; this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click); // // btnNext // this.btnNext.Location = new System.Drawing.Point(13, 19); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(30, 23); this.btnNext.TabIndex = 0; this.btnNext.Text = ">"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(29, 45); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(52, 15); this.label25.TabIndex = 107; this.label25.Text = "DEPTNO"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(32, 78); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(81, 15); this.label18.TabIndex = 115; this.label18.Text = "BrowseCount:"; // // lblBrowseCount // this.lblBrowseCount.AutoSize = true; this.lblBrowseCount.Location = new System.Drawing.Point(116, 78); this.lblBrowseCount.Name = "lblBrowseCount"; this.lblBrowseCount.Size = new System.Drawing.Size(91, 15); this.lblBrowseCount.TabIndex = 116; this.lblBrowseCount.Text = "lblBrowseCount"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(219, 78); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(76, 15); this.label16.TabIndex = 117; this.label16.Text = "Return Code:"; // // lblReturnCode // this.lblReturnCode.AutoSize = true; this.lblReturnCode.Location = new System.Drawing.Point(308, 78); this.lblReturnCode.Name = "lblReturnCode"; this.lblReturnCode.Size = new System.Drawing.Size(83, 15); this.lblReturnCode.TabIndex = 118; this.lblReturnCode.Text = "lblReturnCode"; // // lblError // this.lblError.AutoSize = true; this.lblError.ForeColor = System.Drawing.Color.Red; this.lblError.Location = new System.Drawing.Point(87, 15); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(45, 15); this.lblError.TabIndex = 106; this.lblError.Text = "lblError"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(604, 110); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 114; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // txtDeptno // this.txtDeptno.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.txtDeptno.Location = new System.Drawing.Point(87, 42); this.txtDeptno.Name = "txtDeptno"; this.txtDeptno.Size = new System.Drawing.Size(75, 23); this.txtDeptno.TabIndex = 108; this.txtDeptno.TextChanged += new System.EventHandler(this.txtDeptno_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(168, 46); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(51, 15); this.label8.TabIndex = 109; this.label8.Text = "MGRNO"; // // txtMgrno // this.txtMgrno.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtMgrno.Location = new System.Drawing.Point(225, 42); this.txtMgrno.Name = "txtMgrno"; this.txtMgrno.Size = new System.Drawing.Size(75, 23); this.txtMgrno.TabIndex = 110; this.txtMgrno.TextChanged += new System.EventHandler(this.txtMgrno_TextChanged); // // btnEnquiry // this.btnEnquiry.Location = new System.Drawing.Point(87, 110); this.btnEnquiry.Name = "btnEnquiry"; this.btnEnquiry.Size = new System.Drawing.Size(75, 23); this.btnEnquiry.TabIndex = 112; this.btnEnquiry.Text = "Enquiry"; this.btnEnquiry.UseVisualStyleBackColor = true; this.btnEnquiry.Click += new System.EventHandler(this.btnEnquiry_Click); // // btnClear // this.btnClear.Location = new System.Drawing.Point(500, 110); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(75, 23); this.btnClear.TabIndex = 113; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // txtSex // this.txtSex.Location = new System.Drawing.Point(474, 375); this.txtSex.Name = "txtSex"; this.txtSex.Size = new System.Drawing.Size(49, 23); this.txtSex.TabIndex = 160; this.txtSex.TextChanged += new System.EventHandler(this.txtSex_TextChanged); // // gbxChildScroll // this.gbxChildScroll.Controls.Add(this.btnFirstChild); this.gbxChildScroll.Controls.Add(this.btnLastChild); this.gbxChildScroll.Controls.Add(this.label4); this.gbxChildScroll.Controls.Add(this.txtSkipChild); this.gbxChildScroll.Controls.Add(this.btnPrevChild); this.gbxChildScroll.Controls.Add(this.btnNextChild); this.gbxChildScroll.Location = new System.Drawing.Point(461, 200); this.gbxChildScroll.Name = "gbxChildScroll"; this.gbxChildScroll.Size = new System.Drawing.Size(257, 69); this.gbxChildScroll.TabIndex = 134; this.gbxChildScroll.TabStop = false; this.gbxChildScroll.Text = "Scrolling"; this.gbxChildScroll.Visible = false; // // btnFirstChild // this.btnFirstChild.Location = new System.Drawing.Point(151, 19); this.btnFirstChild.Name = "btnFirstChild"; this.btnFirstChild.Size = new System.Drawing.Size(47, 23); this.btnFirstChild.TabIndex = 4; this.btnFirstChild.Text = "<<"; this.btnFirstChild.UseVisualStyleBackColor = true; this.btnFirstChild.Click += new System.EventHandler(this.btnFirstChild_Click); // // btnLastChild // this.btnLastChild.Location = new System.Drawing.Point(49, 19); this.btnLastChild.Name = "btnLastChild"; this.btnLastChild.Size = new System.Drawing.Size(48, 23); this.btnLastChild.TabIndex = 3; this.btnLastChild.Text = ">>"; this.btnLastChild.UseVisualStyleBackColor = true; this.btnLastChild.Click += new System.EventHandler(this.btnLastChild_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(103, 46); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 15); this.label4.TabIndex = 2; this.label4.Text = "Skip"; // // txtSkipChild // this.txtSkipChild.Location = new System.Drawing.Point(103, 19); this.txtSkipChild.Name = "txtSkipChild"; this.txtSkipChild.Size = new System.Drawing.Size(42, 23); this.txtSkipChild.TabIndex = 1; this.txtSkipChild.TextChanged += new System.EventHandler(this.txtSkipChild_TextChanged); // // btnPrevChild // this.btnPrevChild.Location = new System.Drawing.Point(204, 19); this.btnPrevChild.Name = "btnPrevChild"; this.btnPrevChild.Size = new System.Drawing.Size(26, 23); this.btnPrevChild.TabIndex = 0; this.btnPrevChild.Text = "<"; this.btnPrevChild.UseVisualStyleBackColor = true; this.btnPrevChild.Click += new System.EventHandler(this.btnPrevChild_Click); // // btnNextChild // this.btnNextChild.Location = new System.Drawing.Point(13, 19); this.btnNextChild.Name = "btnNextChild"; this.btnNextChild.Size = new System.Drawing.Size(30, 23); this.btnNextChild.TabIndex = 0; this.btnNextChild.Text = ">"; this.btnNextChild.UseVisualStyleBackColor = true; this.btnNextChild.Click += new System.EventHandler(this.btnNextChild_Click); // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(184, 378); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(27, 15); this.label26.TabIndex = 145; this.label26.Text = "JOB"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(26, 221); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(49, 15); this.label5.TabIndex = 130; this.label5.Text = "EMPNO"; // // txtHireDate // this.txtHireDate.Location = new System.Drawing.Point(75, 374); this.txtHireDate.Name = "txtHireDate"; this.txtHireDate.Size = new System.Drawing.Size(100, 23); this.txtHireDate.TabIndex = 142; this.txtHireDate.TextChanged += new System.EventHandler(this.txtHireDate_TextChanged); // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(8, 377); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(59, 15); this.label24.TabIndex = 139; this.label24.Text = "HIREDATE"; // // txtCurrency // this.txtCurrency.Location = new System.Drawing.Point(537, 424); this.txtCurrency.Name = "txtCurrency"; this.txtCurrency.Size = new System.Drawing.Size(46, 23); this.txtCurrency.TabIndex = 161; this.txtCurrency.TextChanged += new System.EventHandler(this.txtCurrency_TextChanged); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(468, 428); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(67, 15); this.label23.TabIndex = 157; this.label23.Text = "CURRENCY"; // // txtComm // this.txtComm.Location = new System.Drawing.Point(362, 424); this.txtComm.Name = "txtComm"; this.txtComm.Size = new System.Drawing.Size(100, 23); this.txtComm.TabIndex = 155; this.txtComm.TextChanged += new System.EventHandler(this.txtComm_TextChanged); // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(314, 428); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(46, 15); this.label22.TabIndex = 151; this.label22.Text = "COMM"; // // txtBonus // this.txtBonus.Location = new System.Drawing.Point(228, 424); this.txtBonus.Name = "txtBonus"; this.txtBonus.Size = new System.Drawing.Size(80, 23); this.txtBonus.TabIndex = 147; this.txtBonus.TextChanged += new System.EventHandler(this.txtBonus_TextChanged); // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(179, 428); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(46, 15); this.label21.TabIndex = 146; this.label21.Text = "BONUS"; // // txtSalary // this.txtSalary.Location = new System.Drawing.Point(75, 424); this.txtSalary.Name = "txtSalary"; this.txtSalary.Size = new System.Drawing.Size(100, 23); this.txtSalary.TabIndex = 141; this.txtSalary.TextChanged += new System.EventHandler(this.txtSalary_TextChanged); // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(8, 428); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(49, 15); this.label20.TabIndex = 138; this.label20.Text = "SALARY"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(537, 378); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 15); this.label19.TabIndex = 162; this.label19.Text = "BIRTHDATE"; // // txtBirthDate // this.txtBirthDate.Location = new System.Drawing.Point(611, 374); this.txtBirthDate.Name = "txtBirthDate"; this.txtBirthDate.Size = new System.Drawing.Size(100, 23); this.txtBirthDate.TabIndex = 163; this.txtBirthDate.TextChanged += new System.EventHandler(this.txtBirthDate_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(29, 254); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(81, 15); this.label6.TabIndex = 164; this.label6.Text = "BrowseCount:"; // // lblCountChild // this.lblCountChild.AutoSize = true; this.lblCountChild.Location = new System.Drawing.Point(113, 254); this.lblCountChild.Name = "lblCountChild"; this.lblCountChild.Size = new System.Drawing.Size(81, 15); this.lblCountChild.TabIndex = 165; this.lblCountChild.Text = "lblCountChild"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(216, 254); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(76, 15); this.label10.TabIndex = 166; this.label10.Text = "Return Code:"; // // lblRCodeChild // this.lblRCodeChild.AutoSize = true; this.lblRCodeChild.Location = new System.Drawing.Point(305, 254); this.lblRCodeChild.Name = "lblRCodeChild"; this.lblRCodeChild.Size = new System.Drawing.Size(83, 15); this.lblRCodeChild.TabIndex = 167; this.lblRCodeChild.Text = "lblRCodeChild"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(589, 428); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(60, 15); this.label14.TabIndex = 168; this.label14.Text = "DEPTMGR"; // // txtDeptMgr // this.txtDeptMgr.Location = new System.Drawing.Point(647, 424); this.txtDeptMgr.Name = "txtDeptMgr"; this.txtDeptMgr.Size = new System.Drawing.Size(65, 23); this.txtDeptMgr.TabIndex = 169; this.txtDeptMgr.TextChanged += new System.EventHandler(this.txtDeptMgr_TextChanged); // // lblSex // this.lblSex.AutoSize = true; this.lblSex.Location = new System.Drawing.Point(472, 404); this.lblSex.Name = "lblSex"; this.lblSex.Size = new System.Drawing.Size(38, 15); this.lblSex.TabIndex = 170; this.lblSex.Text = "lblSex"; // // txtJob // this.txtJob.Location = new System.Drawing.Point(217, 374); this.txtJob.Name = "txtJob"; this.txtJob.Size = new System.Drawing.Size(99, 23); this.txtJob.TabIndex = 148; this.txtJob.TextChanged += new System.EventHandler(this.txtJob_TextChanged); // // txtEmpno // this.txtEmpno.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.txtEmpno.Location = new System.Drawing.Point(81, 218); this.txtEmpno.Name = "txtEmpno"; this.txtEmpno.Size = new System.Drawing.Size(100, 23); this.txtEmpno.TabIndex = 131; this.txtEmpno.TextChanged += new System.EventHandler(this.txtEmpno_TextChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(216, 222); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(68, 15); this.label12.TabIndex = 132; this.label12.Text = "WORKDEPT"; // // txtWorkdept // this.txtWorkdept.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtWorkdept.Enabled = false; this.txtWorkdept.Location = new System.Drawing.Point(321, 218); this.txtWorkdept.Name = "txtWorkdept"; this.txtWorkdept.Size = new System.Drawing.Size(100, 23); this.txtWorkdept.TabIndex = 133; // // btnChild // this.btnChild.Location = new System.Drawing.Point(81, 286); this.btnChild.Name = "btnChild"; this.btnChild.Size = new System.Drawing.Size(107, 23); this.btnChild.TabIndex = 135; this.btnChild.Text = "Add Employee"; this.btnChild.UseVisualStyleBackColor = true; this.btnChild.Click += new System.EventHandler(this.btnChild_Click); // // btnClearChild // this.btnClearChild.Location = new System.Drawing.Point(497, 286); this.btnClearChild.Name = "btnClearChild"; this.btnClearChild.Size = new System.Drawing.Size(105, 23); this.btnClearChild.TabIndex = 136; this.btnClearChild.Text = "Clear Employee"; this.btnClearChild.UseVisualStyleBackColor = true; this.btnClearChild.Click += new System.EventHandler(this.btnClearChild_Click); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(8, 324); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(61, 15); this.label13.TabIndex = 140; this.label13.Text = "FIRSTNME"; // // txtEdlevel // this.txtEdlevel.Location = new System.Drawing.Point(387, 374); this.txtEdlevel.Name = "txtEdlevel"; this.txtEdlevel.Size = new System.Drawing.Size(52, 23); this.txtEdlevel.TabIndex = 153; this.txtEdlevel.TextChanged += new System.EventHandler(this.txtEdlevel_TextChanged); // // txtFirstNme // this.txtFirstNme.Location = new System.Drawing.Point(75, 320); this.txtFirstNme.Name = "txtFirstNme"; this.txtFirstNme.Size = new System.Drawing.Size(100, 23); this.txtFirstNme.TabIndex = 143; this.txtFirstNme.TextChanged += new System.EventHandler(this.txtFirstNme_TextChanged); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(192, 324); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(50, 15); this.label15.TabIndex = 144; this.label15.Text = "MIDINIT"; // // txtMidInit // this.txtMidInit.Location = new System.Drawing.Point(248, 320); this.txtMidInit.Name = "txtMidInit"; this.txtMidInit.Size = new System.Drawing.Size(30, 23); this.txtMidInit.TabIndex = 149; this.txtMidInit.TextChanged += new System.EventHandler(this.txtMidInit_TextChanged); // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(299, 324); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(67, 15); this.label17.TabIndex = 150; this.label17.Text = "LASTNAME"; // // txtLastName // this.txtLastName.Location = new System.Drawing.Point(382, 320); this.txtLastName.Name = "txtLastName"; this.txtLastName.Size = new System.Drawing.Size(100, 23); this.txtLastName.TabIndex = 154; this.txtLastName.TextChanged += new System.EventHandler(this.txtLastName_TextChanged); // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(520, 324); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(65, 15); this.label27.TabIndex = 156; this.label27.Text = "PHONENO"; // // txtPhoneNo // this.txtPhoneNo.Location = new System.Drawing.Point(611, 320); this.txtPhoneNo.Name = "txtPhoneNo"; this.txtPhoneNo.Size = new System.Drawing.Size(100, 23); this.txtPhoneNo.TabIndex = 159; this.txtPhoneNo.TextChanged += new System.EventHandler(this.txtPhoneNo_TextChanged); // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(442, 378); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(26, 15); this.label28.TabIndex = 158; this.label28.Text = "SEX"; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(322, 378); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(52, 15); this.label29.TabIndex = 152; this.label29.Text = "EDLEVEL"; // // btnPChild // this.btnPChild.Location = new System.Drawing.Point(216, 286); this.btnPChild.Name = "btnPChild"; this.btnPChild.Size = new System.Drawing.Size(123, 23); this.btnPChild.TabIndex = 171; this.btnPChild.Text = "Process Employee"; this.btnPChild.UseVisualStyleBackColor = true; this.btnPChild.Click += new System.EventHandler(this.btnPChild_Click); // // JSPG3Test // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(832, 521); this.Controls.Add(this.btnPChild); this.Controls.Add(this.txtSex); this.Controls.Add(this.gbxChildScroll); this.Controls.Add(this.label26); this.Controls.Add(this.label5); this.Controls.Add(this.txtHireDate); this.Controls.Add(this.label24); this.Controls.Add(this.txtCurrency); this.Controls.Add(this.label23); this.Controls.Add(this.txtComm); this.Controls.Add(this.label22); this.Controls.Add(this.txtBonus); this.Controls.Add(this.label21); this.Controls.Add(this.txtSalary); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.txtBirthDate); this.Controls.Add(this.label6); this.Controls.Add(this.lblCountChild); this.Controls.Add(this.label10); this.Controls.Add(this.lblRCodeChild); this.Controls.Add(this.label14); this.Controls.Add(this.txtDeptMgr); this.Controls.Add(this.lblSex); this.Controls.Add(this.txtJob); this.Controls.Add(this.txtEmpno); this.Controls.Add(this.label12); this.Controls.Add(this.txtWorkdept); this.Controls.Add(this.btnChild); this.Controls.Add(this.btnClearChild); this.Controls.Add(this.label13); this.Controls.Add(this.txtEdlevel); this.Controls.Add(this.txtFirstNme); this.Controls.Add(this.label15); this.Controls.Add(this.txtMidInit); this.Controls.Add(this.label17); this.Controls.Add(this.txtLastName); this.Controls.Add(this.label27); this.Controls.Add(this.txtPhoneNo); this.Controls.Add(this.label28); this.Controls.Add(this.label29); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.txtLocation); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtDeptName); this.Controls.Add(this.lblRawResponse); this.Controls.Add(this.lblHttpResponse); this.Controls.Add(this.label1); this.Controls.Add(this.txtAdmrDept); this.Controls.Add(this.gbxScroll); this.Controls.Add(this.label25); this.Controls.Add(this.label18); this.Controls.Add(this.lblBrowseCount); this.Controls.Add(this.label16); this.Controls.Add(this.lblReturnCode); this.Controls.Add(this.lblError); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtDeptno); this.Controls.Add(this.label8); this.Controls.Add(this.txtMgrno); this.Controls.Add(this.btnEnquiry); this.Controls.Add(this.btnClear); this.Name = "JSPG3Test"; this.Text = "JSPG3Test"; this.gbxScroll.ResumeLayout(false); this.gbxScroll.PerformLayout(); this.gbxChildScroll.ResumeLayout(false); this.gbxChildScroll.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.TextBox txtLocation; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtDeptName; private System.Windows.Forms.Label lblRawResponse; private System.Windows.Forms.Label lblHttpResponse; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtAdmrDept; private System.Windows.Forms.GroupBox gbxScroll; private System.Windows.Forms.Button btnFirst; private System.Windows.Forms.Button btnLast; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtSkip; private System.Windows.Forms.Button btnPrev; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label lblBrowseCount; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label lblReturnCode; private System.Windows.Forms.Label lblError; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TextBox txtDeptno; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtMgrno; private System.Windows.Forms.Button btnEnquiry; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.TextBox txtSex; private System.Windows.Forms.GroupBox gbxChildScroll; private System.Windows.Forms.Button btnFirstChild; private System.Windows.Forms.Button btnLastChild; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtSkipChild; private System.Windows.Forms.Button btnPrevChild; private System.Windows.Forms.Button btnNextChild; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtHireDate; private System.Windows.Forms.Label label24; private System.Windows.Forms.TextBox txtCurrency; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox txtComm; private System.Windows.Forms.Label label22; private System.Windows.Forms.TextBox txtBonus; private System.Windows.Forms.Label label21; private System.Windows.Forms.TextBox txtSalary; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox txtBirthDate; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblCountChild; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label lblRCodeChild; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtDeptMgr; private System.Windows.Forms.Label lblSex; private System.Windows.Forms.TextBox txtJob; private System.Windows.Forms.TextBox txtEmpno; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtWorkdept; private System.Windows.Forms.Button btnChild; private System.Windows.Forms.Button btnClearChild; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtEdlevel; private System.Windows.Forms.TextBox txtFirstNme; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox txtMidInit; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtLastName; private System.Windows.Forms.Label label27; private System.Windows.Forms.TextBox txtPhoneNo; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label29; private System.Windows.Forms.Button btnPChild; } }