namespace MyJSvClientTests { partial class JSPG2ATest { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtPhoneNo = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtLastName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtMidInit = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtFirstNme = new System.Windows.Forms.TextBox(); this.txtEdlevel = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnClear = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.btnEnquiry = new System.Windows.Forms.Button(); 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.txtWorkdept = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtEmpno = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.lblError = new System.Windows.Forms.Label(); this.txtJob = new System.Windows.Forms.TextBox(); this.lblRawResponse = new System.Windows.Forms.Label(); this.lblHttpResponse = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.lblSex = new System.Windows.Forms.Label(); this.txtDeptMgr = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.lblReturnCode = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblBrowseCount = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.txtBirthDate = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.txtSalary = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.txtBonus = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.txtComm = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.txtCurrency = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.txtHireDate = new System.Windows.Forms.TextBox(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.gbxScroll = new System.Windows.Forms.GroupBox(); this.txtSex = new System.Windows.Forms.TextBox(); this.gbxScroll.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(328, 224); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 15); this.label1.TabIndex = 15; this.label1.Text = "EDLEVEL"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(448, 224); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 15); this.label2.TabIndex = 17; this.label2.Text = "SEX"; // // txtPhoneNo // this.txtPhoneNo.Location = new System.Drawing.Point(617, 166); this.txtPhoneNo.Name = "txtPhoneNo"; this.txtPhoneNo.Size = new System.Drawing.Size(100, 23); this.txtPhoneNo.TabIndex = 18; this.txtPhoneNo.TextChanged += new System.EventHandler(this.txtPhoneNo_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(526, 170); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 15); this.label3.TabIndex = 17; this.label3.Text = "PHONENO"; // // txtLastName // this.txtLastName.Location = new System.Drawing.Point(388, 166); this.txtLastName.Name = "txtLastName"; this.txtLastName.Size = new System.Drawing.Size(100, 23); this.txtLastName.TabIndex = 16; this.txtLastName.TextChanged += new System.EventHandler(this.txtLastName_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(305, 170); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 15); this.label4.TabIndex = 15; this.label4.Text = "LASTNAME"; // // txtMidInit // this.txtMidInit.Location = new System.Drawing.Point(254, 166); this.txtMidInit.Name = "txtMidInit"; this.txtMidInit.Size = new System.Drawing.Size(30, 23); this.txtMidInit.TabIndex = 14; this.txtMidInit.TextChanged += new System.EventHandler(this.txtMidInit_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(198, 170); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(50, 15); this.label5.TabIndex = 13; this.label5.Text = "MIDINIT"; // // txtFirstNme // this.txtFirstNme.Location = new System.Drawing.Point(81, 166); this.txtFirstNme.Name = "txtFirstNme"; this.txtFirstNme.Size = new System.Drawing.Size(100, 23); this.txtFirstNme.TabIndex = 12; this.txtFirstNme.TextChanged += new System.EventHandler(this.txtFirstNme_TextChanged); // // txtEdlevel // this.txtEdlevel.Location = new System.Drawing.Point(393, 220); this.txtEdlevel.Name = "txtEdlevel"; this.txtEdlevel.Size = new System.Drawing.Size(52, 23); this.txtEdlevel.TabIndex = 16; this.txtEdlevel.TextChanged += new System.EventHandler(this.txtEdlevel_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 170); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(61, 15); this.label6.TabIndex = 11; this.label6.Text = "FIRSTNME"; // // btnClear // this.btnClear.Location = new System.Drawing.Point(497, 114); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(75, 23); this.btnClear.TabIndex = 9; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(393, 114); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 8; 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(289, 114); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.TabIndex = 7; 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(185, 114); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 6; this.btnUpdate.Text = "Update"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnEnquiry // this.btnEnquiry.Location = new System.Drawing.Point(81, 114); this.btnEnquiry.Name = "btnEnquiry"; this.btnEnquiry.Size = new System.Drawing.Size(75, 23); this.btnEnquiry.TabIndex = 6; this.btnEnquiry.Text = "Enquiry"; this.btnEnquiry.UseVisualStyleBackColor = true; this.btnEnquiry.Click += new System.EventHandler(this.btnEnquiry_Click); // // 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; // // 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); // // txtWorkdept // this.txtWorkdept.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtWorkdept.Location = new System.Drawing.Point(321, 46); this.txtWorkdept.Name = "txtWorkdept"; this.txtWorkdept.Size = new System.Drawing.Size(100, 23); this.txtWorkdept.TabIndex = 4; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(216, 50); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68, 15); this.label8.TabIndex = 3; this.label8.Text = "WORKDEPT"; // // 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, 46); this.txtEmpno.Name = "txtEmpno"; this.txtEmpno.Size = new System.Drawing.Size(100, 23); this.txtEmpno.TabIndex = 2; this.txtEmpno.TextChanged += new System.EventHandler(this.txtEmpno_TextChanged); // // btnClose // this.btnClose.Location = new System.Drawing.Point(601, 114); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 10; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lblError // this.lblError.AutoSize = true; this.lblError.ForeColor = System.Drawing.Color.Red; this.lblError.Location = new System.Drawing.Point(77, 19); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(45, 15); this.lblError.TabIndex = 0; this.lblError.Text = "lblError"; // // txtJob // this.txtJob.Location = new System.Drawing.Point(223, 220); this.txtJob.Name = "txtJob"; this.txtJob.Size = new System.Drawing.Size(99, 23); this.txtJob.TabIndex = 14; this.txtJob.TextChanged += new System.EventHandler(this.txtJob_TextChanged); // // lblRawResponse // this.lblRawResponse.AutoSize = true; this.lblRawResponse.Location = new System.Drawing.Point(14, 333); this.lblRawResponse.Name = "lblRawResponse"; this.lblRawResponse.Size = new System.Drawing.Size(92, 15); this.lblRawResponse.TabIndex = 30; this.lblRawResponse.Text = "lblRawResponse"; // // lblHttpResponse // this.lblHttpResponse.AutoSize = true; this.lblHttpResponse.Location = new System.Drawing.Point(113, 302); this.lblHttpResponse.Name = "lblHttpResponse"; this.lblHttpResponse.Size = new System.Drawing.Size(94, 15); this.lblHttpResponse.TabIndex = 29; this.lblHttpResponse.Text = "lblHttpResponse"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(14, 302); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(88, 15); this.label12.TabIndex = 28; this.label12.Text = "HTTP Response"; // // lblSex // this.lblSex.AutoSize = true; this.lblSex.Location = new System.Drawing.Point(478, 250); this.lblSex.Name = "lblSex"; this.lblSex.Size = new System.Drawing.Size(38, 15); this.lblSex.TabIndex = 27; this.lblSex.Text = "lblSex"; // // txtDeptMgr // this.txtDeptMgr.Location = new System.Drawing.Point(653, 270); this.txtDeptMgr.Name = "txtDeptMgr"; this.txtDeptMgr.Size = new System.Drawing.Size(65, 23); this.txtDeptMgr.TabIndex = 26; this.txtDeptMgr.TextChanged += new System.EventHandler(this.txtDeptMgr_TextChanged); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(595, 274); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(60, 15); this.label14.TabIndex = 25; this.label14.Text = "DEPTMGR"; // // lblReturnCode // this.lblReturnCode.AutoSize = true; this.lblReturnCode.Location = new System.Drawing.Point(305, 82); this.lblReturnCode.Name = "lblReturnCode"; this.lblReturnCode.Size = new System.Drawing.Size(83, 15); this.lblReturnCode.TabIndex = 24; this.lblReturnCode.Text = "lblReturnCode"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(216, 82); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(76, 15); this.label16.TabIndex = 23; this.label16.Text = "Return Code:"; // // lblBrowseCount // this.lblBrowseCount.AutoSize = true; this.lblBrowseCount.Location = new System.Drawing.Point(113, 82); this.lblBrowseCount.Name = "lblBrowseCount"; this.lblBrowseCount.Size = new System.Drawing.Size(91, 15); this.lblBrowseCount.TabIndex = 22; this.lblBrowseCount.Text = "lblBrowseCount"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(29, 82); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(81, 15); this.label18.TabIndex = 21; this.label18.Text = "BrowseCount:"; // // txtBirthDate // this.txtBirthDate.Location = new System.Drawing.Point(617, 220); this.txtBirthDate.Name = "txtBirthDate"; this.txtBirthDate.Size = new System.Drawing.Size(100, 23); this.txtBirthDate.TabIndex = 20; this.txtBirthDate.TextChanged += new System.EventHandler(this.txtBirthDate_TextChanged); // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(543, 224); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 15); this.label19.TabIndex = 19; this.label19.Text = "BIRTHDATE"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(14, 274); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(49, 15); this.label20.TabIndex = 11; this.label20.Text = "SALARY"; // // txtSalary // this.txtSalary.Location = new System.Drawing.Point(81, 270); this.txtSalary.Name = "txtSalary"; this.txtSalary.Size = new System.Drawing.Size(100, 23); this.txtSalary.TabIndex = 12; this.txtSalary.TextChanged += new System.EventHandler(this.txtSalary_TextChanged); // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(185, 274); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(46, 15); this.label21.TabIndex = 13; this.label21.Text = "BONUS"; // // txtBonus // this.txtBonus.Location = new System.Drawing.Point(234, 270); this.txtBonus.Name = "txtBonus"; this.txtBonus.Size = new System.Drawing.Size(80, 23); this.txtBonus.TabIndex = 14; this.txtBonus.TextChanged += new System.EventHandler(this.txtBonus_TextChanged); // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(320, 274); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(46, 15); this.label22.TabIndex = 15; this.label22.Text = "COMM"; // // txtComm // this.txtComm.Location = new System.Drawing.Point(368, 270); this.txtComm.Name = "txtComm"; this.txtComm.Size = new System.Drawing.Size(100, 23); this.txtComm.TabIndex = 16; this.txtComm.TextChanged += new System.EventHandler(this.txtComm_TextChanged); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(474, 274); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(67, 15); this.label23.TabIndex = 17; this.label23.Text = "CURRENCY"; // // txtCurrency // this.txtCurrency.Location = new System.Drawing.Point(543, 270); this.txtCurrency.Name = "txtCurrency"; this.txtCurrency.Size = new System.Drawing.Size(46, 23); this.txtCurrency.TabIndex = 18; this.txtCurrency.TextChanged += new System.EventHandler(this.txtCurrency_TextChanged); // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(14, 223); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(59, 15); this.label24.TabIndex = 11; this.label24.Text = "HIREDATE"; // // txtHireDate // this.txtHireDate.Location = new System.Drawing.Point(81, 220); this.txtHireDate.Name = "txtHireDate"; this.txtHireDate.Size = new System.Drawing.Size(100, 23); this.txtHireDate.TabIndex = 12; this.txtHireDate.TextChanged += new System.EventHandler(this.txtHireDate_TextChanged); // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(26, 49); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(49, 15); this.label25.TabIndex = 1; this.label25.Text = "EMPNO"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(190, 224); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(27, 15); this.label26.TabIndex = 13; this.label26.Text = "JOB"; // // 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, 28); this.gbxScroll.Name = "gbxScroll"; this.gbxScroll.Size = new System.Drawing.Size(257, 69); this.gbxScroll.TabIndex = 5; this.gbxScroll.TabStop = false; this.gbxScroll.Text = "Scrolling"; this.gbxScroll.Visible = false; // // txtSex // this.txtSex.Location = new System.Drawing.Point(480, 221); this.txtSex.Name = "txtSex"; this.txtSex.Size = new System.Drawing.Size(49, 23); this.txtSex.TabIndex = 18; this.txtSex.TextChanged += new System.EventHandler(this.txtSex_TextChanged); // // JSPG2ATest // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.txtSex); this.Controls.Add(this.gbxScroll); this.Controls.Add(this.label26); this.Controls.Add(this.label25); 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.label18); this.Controls.Add(this.lblBrowseCount); this.Controls.Add(this.label16); this.Controls.Add(this.lblReturnCode); this.Controls.Add(this.label14); this.Controls.Add(this.txtDeptMgr); this.Controls.Add(this.lblSex); this.Controls.Add(this.label12); this.Controls.Add(this.lblHttpResponse); this.Controls.Add(this.lblRawResponse); this.Controls.Add(this.txtJob); this.Controls.Add(this.lblError); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtEmpno); this.Controls.Add(this.label8); this.Controls.Add(this.txtWorkdept); this.Controls.Add(this.btnEnquiry); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnClear); this.Controls.Add(this.label6); this.Controls.Add(this.txtEdlevel); this.Controls.Add(this.txtFirstNme); this.Controls.Add(this.label5); this.Controls.Add(this.txtMidInit); this.Controls.Add(this.label4); this.Controls.Add(this.txtLastName); this.Controls.Add(this.label3); this.Controls.Add(this.txtPhoneNo); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "JSPG2ATest"; this.Text = "JSPG2ATest"; this.Load += new System.EventHandler(this.JSPG2ATest_Load); this.gbxScroll.ResumeLayout(false); this.gbxScroll.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPhoneNo; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtLastName; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMidInit; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtFirstNme; private System.Windows.Forms.TextBox txtEdlevel; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.Button btnEnquiry; 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.TextBox txtWorkdept; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtEmpno; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label lblError; private System.Windows.Forms.TextBox txtJob; private System.Windows.Forms.Label lblRawResponse; private System.Windows.Forms.Label lblHttpResponse; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label lblSex; private System.Windows.Forms.TextBox txtDeptMgr; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label lblReturnCode; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label lblBrowseCount; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtBirthDate; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox txtSalary; private System.Windows.Forms.Label label21; private System.Windows.Forms.TextBox txtBonus; private System.Windows.Forms.Label label22; private System.Windows.Forms.TextBox txtComm; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox textBox16; private System.Windows.Forms.Label label24; private System.Windows.Forms.TextBox txtHireDate; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label26; private System.Windows.Forms.GroupBox gbxScroll; private System.Windows.Forms.TextBox txtCurrency; private System.Windows.Forms.TextBox txtSex; } }