Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.butNew         = new Signature.Windows.Forms.Button();
     this.txtUserID      = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label2         = new System.Windows.Forms.Label();
     this.txtPassword    = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtRepID       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtPnoneExt    = new System.Windows.Forms.Label();
     this.txtUser        = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 220);
     this.txtStatus.Size     = new System.Drawing.Size(452, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.butNew);
     this.ultraGroupBox1.Controls.Add(this.txtUserID);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.txtPassword);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtRepID);
     this.ultraGroupBox1.Controls.Add(this.txtPnoneExt);
     this.ultraGroupBox1.Controls.Add(this.txtUser);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(452, 220);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // butNew
     //
     this.butNew.AllowDrop = true;
     this.butNew.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.butNew.BackColor = System.Drawing.Color.LightSteelBlue;
     this.butNew.ForeColor = System.Drawing.Color.Black;
     this.butNew.Location  = new System.Drawing.Point(300, 172);
     this.butNew.Name      = "ultraButton1";
     this.butNew.Size      = new System.Drawing.Size(113, 25);
     this.butNew.TabIndex  = 302;
     this.butNew.Text      = "&New";
     this.butNew.Click    += new System.EventHandler(this.butNew_Click);
     //
     // txtUserID
     //
     this.txtUserID.AllowDrop       = true;
     appearance1.TextHAlignAsString = "Right";
     this.txtUserID.Appearance      = appearance1;
     this.txtUserID.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtUserID.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtUserID.FormatString    = "###,###.##";
     this.txtUserID.InputMask       = "nnnnnnnnn";
     this.txtUserID.Location        = new System.Drawing.Point(99, 39);
     this.txtUserID.Name            = "txtAmountDue";
     this.txtUserID.Size            = new System.Drawing.Size(64, 20);
     this.txtUserID.TabIndex        = 0;
     this.txtUserID.Text            = "0";
     this.txtUserID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(23, 39);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(62, 20);
     this.label2.TabIndex  = 301;
     this.label2.Text      = "ID:";
     //
     // txtPassword
     //
     this.txtPassword.AllowDrop       = true;
     this.txtPassword.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtPassword.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtPassword.Location        = new System.Drawing.Point(99, 112);
     this.txtPassword.Name            = "txtCustomerID";
     this.txtPassword.Size            = new System.Drawing.Size(80, 20);
     this.txtPassword.TabIndex        = 2;
     this.txtPassword.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(23, 116);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 299;
     this.label1.Text      = "Password :"******"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(169, 151);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(267, 20);
     this.txtName.TabIndex    = 297;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtRepID
     //
     this.txtRepID.AllowDrop        = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtRepID.Appearance       = appearance3;
     this.txtRepID.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtRepID.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRepID.FormatString     = "###,###.##";
     this.txtRepID.InputMask        = "nnnnnnnnn";
     this.txtRepID.Location         = new System.Drawing.Point(99, 149);
     this.txtRepID.Name             = "txtAmountDue";
     this.txtRepID.Size             = new System.Drawing.Size(64, 20);
     this.txtRepID.TabIndex         = 3;
     this.txtRepID.Text             = "0";
     this.txtRepID.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPnoneExt
     //
     this.txtPnoneExt.BackColor = System.Drawing.Color.Transparent;
     this.txtPnoneExt.Location  = new System.Drawing.Point(23, 149);
     this.txtPnoneExt.Name      = "txtPnoneExt";
     this.txtPnoneExt.Size      = new System.Drawing.Size(62, 20);
     this.txtPnoneExt.TabIndex  = 296;
     this.txtPnoneExt.Text      = "Rep ID:";
     //
     // txtUser
     //
     this.txtUser.AllowDrop       = true;
     this.txtUser.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtUser.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtUser.Location        = new System.Drawing.Point(99, 75);
     this.txtUser.Name            = "txtCustomerID";
     this.txtUser.Size            = new System.Drawing.Size(80, 20);
     this.txtUser.TabIndex        = 1;
     this.txtUser.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(23, 75);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(103, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "User :"******"$this.Icon")));
     this.Name            = "frmUser";
     this.ShowInTaskbar   = false;
     this.Text            = "User Maintenance";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.groupBox2    = new Signature.Windows.Forms.GroupBox();
     this.cbIsExternal = new System.Windows.Forms.CheckBox();
     this.txtCompanyID = new Signature.Windows.Forms.MaskedEdit();
     this.txtPnoneExt  = new System.Windows.Forms.Label();
     this.txtFax       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtPhone     = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label7       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.txtZipCode   = new Signature.Windows.Forms.MaskedEdit();
     this.label4       = new System.Windows.Forms.Label();
     this.txtState     = new Signature.Windows.Forms.MaskedEdit();
     this.label8       = new System.Windows.Forms.Label();
     this.txtCity      = new Signature.Windows.Forms.MaskedEdit();
     this.label5       = new System.Windows.Forms.Label();
     this.txtAddress   = new Signature.Windows.Forms.MaskedEdit();
     this.label2       = new System.Windows.Forms.Label();
     this.txtName      = new Signature.Windows.Forms.MaskedEdit();
     this.label1       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 386);
     this.txtStatus.Size     = new System.Drawing.Size(426, 29);
     //
     // groupBox2
     //
     this.groupBox2.AllowDrop         = true;
     appearance1.AlphaLevel           = ((short)(95));
     appearance1.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox2.Appearance        = appearance1;
     this.groupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox2.Controls.Add(this.cbIsExternal);
     this.groupBox2.Controls.Add(this.txtCompanyID);
     this.groupBox2.Controls.Add(this.txtPnoneExt);
     this.groupBox2.Controls.Add(this.txtFax);
     this.groupBox2.Controls.Add(this.txtPhone);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.txtZipCode);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.txtState);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.txtCity);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtAddress);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.txtName);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(5, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(416, 379);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // cbIsExternal
     //
     this.cbIsExternal.AutoSize  = true;
     this.cbIsExternal.BackColor = System.Drawing.Color.Transparent;
     this.cbIsExternal.Location  = new System.Drawing.Point(99, 312);
     this.cbIsExternal.Name      = "cbIsExternal";
     this.cbIsExternal.Size      = new System.Drawing.Size(75, 17);
     this.cbIsExternal.TabIndex  = 299;
     this.cbIsExternal.Text      = "Is External";
     this.cbIsExternal.UseVisualStyleBackColor = false;
     this.cbIsExternal.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtCompanyID
     //
     this.txtCompanyID.AllowDrop       = true;
     this.txtCompanyID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtCompanyID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCompanyID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCompanyID.Location        = new System.Drawing.Point(99, 17);
     this.txtCompanyID.Name            = "txtCustomerID";
     this.txtCompanyID.Size            = new System.Drawing.Size(80, 20);
     this.txtCompanyID.TabIndex        = 0;
     this.txtCompanyID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPnoneExt
     //
     this.txtPnoneExt.BackColor = System.Drawing.Color.Transparent;
     this.txtPnoneExt.Location  = new System.Drawing.Point(11, 17);
     this.txtPnoneExt.Name      = "txtPnoneExt";
     this.txtPnoneExt.Size      = new System.Drawing.Size(71, 20);
     this.txtPnoneExt.TabIndex  = 276;
     this.txtPnoneExt.Text      = "Company ID:";
     //
     // txtFax
     //
     this.txtFax.AllowDrop          = true;
     appearance2.TextHAlignAsString = "Right";
     this.txtFax.Appearance         = appearance2;
     this.txtFax.BorderStyle        = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtFax.DataMode           = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtFax.EditAs             = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtFax.InputMask          = "(###) ###-####";
     this.txtFax.Location           = new System.Drawing.Point(99, 264);
     this.txtFax.Name       = "txtRetail";
     this.txtFax.PromptChar = ' ';
     this.txtFax.Size       = new System.Drawing.Size(80, 20);
     this.txtFax.TabIndex   = 7;
     this.txtFax.Text       = "() -";
     this.txtFax.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPhone
     //
     this.txtPhone.AllowDrop        = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtPhone.Appearance       = appearance3;
     this.txtPhone.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPhone.DataMode         = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtPhone.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPhone.InputMask        = "(###) ###-####";
     this.txtPhone.Location         = new System.Drawing.Point(99, 238);
     this.txtPhone.Name             = "txtRetail";
     this.txtPhone.PromptChar       = ' ';
     this.txtPhone.Size             = new System.Drawing.Size(80, 20);
     this.txtPhone.TabIndex         = 6;
     this.txtPhone.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(11, 266);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(71, 20);
     this.label7.TabIndex  = 31;
     this.label7.Text      = "Fax Number:";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(11, 238);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(86, 20);
     this.label6.TabIndex  = 29;
     this.label6.Text      = "Phone Number:";
     //
     // txtZipCode
     //
     this.txtZipCode.AllowDrop       = true;
     this.txtZipCode.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtZipCode.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtZipCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtZipCode.Location        = new System.Drawing.Point(99, 185);
     this.txtZipCode.Name            = "txtCustomerID";
     this.txtZipCode.Size            = new System.Drawing.Size(77, 20);
     this.txtZipCode.TabIndex        = 5;
     this.txtZipCode.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(11, 187);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 20);
     this.label4.TabIndex  = 27;
     this.label4.Text      = "ZipCode :";
     //
     // txtState
     //
     this.txtState.AllowDrop       = true;
     this.txtState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtState.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtState.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtState.Location        = new System.Drawing.Point(99, 159);
     this.txtState.Name            = "txtCustomerID";
     this.txtState.Size            = new System.Drawing.Size(37, 20);
     this.txtState.TabIndex        = 4;
     this.txtState.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(11, 159);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(38, 20);
     this.label8.TabIndex  = 25;
     this.label8.Text      = "State:";
     //
     // txtCity
     //
     this.txtCity.AllowDrop       = true;
     this.txtCity.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtCity.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCity.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCity.Location        = new System.Drawing.Point(99, 133);
     this.txtCity.Name            = "txtCustomerID";
     this.txtCity.Size            = new System.Drawing.Size(116, 20);
     this.txtCity.TabIndex        = 3;
     this.txtCity.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(11, 133);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(31, 20);
     this.label5.TabIndex  = 19;
     this.label5.Text      = "City:";
     //
     // txtAddress
     //
     this.txtAddress.AllowDrop       = true;
     this.txtAddress.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtAddress.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtAddress.Location        = new System.Drawing.Point(99, 107);
     this.txtAddress.Name            = "txtCustomerID";
     this.txtAddress.Size            = new System.Drawing.Size(289, 20);
     this.txtAddress.TabIndex        = 2;
     this.txtAddress.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(11, 107);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(52, 20);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Address:";
     //
     // txtName
     //
     this.txtName.AllowDrop   = true;
     this.txtName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtName.Location    = new System.Drawing.Point(99, 81);
     this.txtName.Name        = "txtCustomerID";
     this.txtName.Size        = new System.Drawing.Size(289, 20);
     this.txtName.TabIndex    = 1;
     this.txtName.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(11, 81);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(45, 20);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "Name:";
     //
     // frmCompany
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(426, 415);
     this.Controls.Add(this.groupBox2);
     this.Name          = "frmCompany";
     this.ShowInTaskbar = false;
     this.Text          = "Company Maintenance";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCharges));
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.txtAmountDue   = new Signature.Windows.Forms.MaskedEditNumeric();
     this.lAmountDue     = new System.Windows.Forms.Label();
     this.txtChanges     = new System.Windows.Forms.CheckBox();
     this.txtDate        = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label22        = new System.Windows.Forms.Label();
     this.txtChargeID    = new Signature.Windows.Forms.MaskedEdit();
     this.label5         = new System.Windows.Forms.Label();
     this.txtName        = new Signature.Windows.Forms.MaskedLabel();
     this.label4         = new System.Windows.Forms.Label();
     this.txtAmount      = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtComment     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ctrType        = new System.Windows.Forms.ComboBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtCustomerID  = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComment)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 345);
     this.txtStatus.Size     = new System.Drawing.Size(539, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(95));
     appearance1.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.txtAmountDue);
     this.ultraGroupBox1.Controls.Add(this.lAmountDue);
     this.ultraGroupBox1.Controls.Add(this.txtChanges);
     this.ultraGroupBox1.Controls.Add(this.txtDate);
     this.ultraGroupBox1.Controls.Add(this.label22);
     this.ultraGroupBox1.Controls.Add(this.txtChargeID);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.txtAmount);
     this.ultraGroupBox1.Controls.Add(this.txtComment);
     this.ultraGroupBox1.Controls.Add(this.ctrType);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerID);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(539, 345);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtAmountDue
     //
     this.txtAmountDue.AllowDrop     = true;
     appearance39.TextHAlignAsString = "Right";
     this.txtAmountDue.Appearance    = appearance39;
     this.txtAmountDue.BorderStyle   = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtAmountDue.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtAmountDue.FormatString  = "###,###.##";
     this.txtAmountDue.InputMask     = "{LOC}-nnnnnnnnnn.nn";
     this.txtAmountDue.Location      = new System.Drawing.Point(119, 137);
     this.txtAmountDue.Name          = "txtAmountDue";
     this.txtAmountDue.ReadOnly      = true;
     this.txtAmountDue.Size          = new System.Drawing.Size(64, 20);
     this.txtAmountDue.TabIndex      = 273;
     this.txtAmountDue.Text          = "0.00";
     //
     // lAmountDue
     //
     this.lAmountDue.BackColor = System.Drawing.Color.Transparent;
     this.lAmountDue.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lAmountDue.Location  = new System.Drawing.Point(30, 137);
     this.lAmountDue.Name      = "lAmountDue";
     this.lAmountDue.Size      = new System.Drawing.Size(77, 18);
     this.lAmountDue.TabIndex  = 274;
     this.lAmountDue.Text      = "Amount Due :";
     this.lAmountDue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtChanges
     //
     this.txtChanges.AutoSize                = true;
     this.txtChanges.BackColor               = System.Drawing.Color.Transparent;
     this.txtChanges.Location                = new System.Drawing.Point(333, 113);
     this.txtChanges.Name                    = "txtChanges";
     this.txtChanges.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.txtChanges.Size                    = new System.Drawing.Size(148, 17);
     this.txtChanges.TabIndex                = 272;
     this.txtChanges.Text                    = "Show in Rep Charges List";
     this.txtChanges.UseVisualStyleBackColor = false;
     //
     // txtDate
     //
     this.txtDate.DateTime       = new System.DateTime(2007, 12, 13, 0, 0, 0, 0);
     this.txtDate.FormatProvider = new System.Globalization.CultureInfo("en-US");
     this.txtDate.Location       = new System.Drawing.Point(390, 81);
     this.txtDate.Name           = "txtDate";
     this.txtDate.Size           = new System.Drawing.Size(91, 21);
     this.txtDate.TabIndex       = 4;
     this.txtDate.Value          = new System.DateTime(2007, 12, 13, 0, 0, 0, 0);
     this.txtDate.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label22
     //
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location  = new System.Drawing.Point(333, 80);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(48, 18);
     this.label22.TabIndex  = 271;
     this.label22.Text      = "Date:";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtChargeID
     //
     this.txtChargeID.AllowDrop       = true;
     this.txtChargeID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtChargeID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtChargeID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtChargeID.Location        = new System.Drawing.Point(390, 24);
     this.txtChargeID.Name            = "txtCustomerID";
     this.txtChargeID.Size            = new System.Drawing.Size(80, 20);
     this.txtChargeID.TabIndex        = 5;
     this.txtChargeID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(322, 24);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(59, 20);
     this.label5.TabIndex  = 269;
     this.label5.Text      = "Charge ID:";
     //
     // txtName
     //
     this.txtName.AllowDrop            = true;
     appearance2.FontData.SizeInPoints = 12F;
     this.txtName.Appearance           = appearance2;
     this.txtName.Location             = new System.Drawing.Point(38, 50);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(452, 25);
     this.txtName.TabIndex = 5;
     this.txtName.TabStop  = true;
     this.txtName.Value    = null;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(35, 163);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(58, 20);
     this.label4.TabIndex  = 267;
     this.label4.Text      = "Comment:";
     //
     // txtAmount
     //
     this.txtAmount.AllowDrop       = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtAmount.Appearance      = appearance3;
     this.txtAmount.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtAmount.DataMode        = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtAmount.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Currency;
     this.txtAmount.FormatString    = "###,###.##";
     this.txtAmount.InputMask       = "{LOC}$ -n,nnn,nnn.nn";
     this.txtAmount.Location        = new System.Drawing.Point(119, 110);
     this.txtAmount.Name            = "txtAmountDue";
     this.txtAmount.Size            = new System.Drawing.Size(109, 20);
     this.txtAmount.TabIndex        = 2;
     this.txtAmount.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtComment
     //
     this.txtComment.AlwaysInEditMode = true;
     appearance4.TextHAlignAsString   = "Left";
     appearance4.TextTrimming         = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
     this.txtComment.Appearance       = appearance4;
     this.txtComment.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComment.Location         = new System.Drawing.Point(119, 163);
     this.txtComment.Multiline        = true;
     this.txtComment.Name             = "txtComment";
     this.txtComment.Size             = new System.Drawing.Size(371, 149);
     this.txtComment.TabIndex         = 3;
     this.txtComment.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // ctrType
     //
     this.ctrType.FormattingEnabled = true;
     this.ctrType.Items.AddRange(new object[] {
         "Payment",
         "Adjustment",
         "Invoice"
     });
     this.ctrType.Location = new System.Drawing.Point(119, 80);
     this.ctrType.Name     = "ctrType";
     this.ctrType.Size     = new System.Drawing.Size(109, 21);
     this.ctrType.TabIndex = 1;
     this.ctrType.Text     = "Payment";
     this.ctrType.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(35, 110);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(49, 20);
     this.label2.TabIndex  = 26;
     this.label2.Text      = "Amount:";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(35, 83);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(78, 20);
     this.label1.TabIndex  = 25;
     this.label1.Text      = "Type Charge:";
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop       = true;
     this.txtCustomerID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtCustomerID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCustomerID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCustomerID.Location        = new System.Drawing.Point(119, 24);
     this.txtCustomerID.Name            = "txtCustomerID";
     this.txtCustomerID.Size            = new System.Drawing.Size(80, 20);
     this.txtCustomerID.TabIndex        = 0;
     this.txtCustomerID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(35, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(78, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Customer ID:";
     //
     // frmCharges
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(539, 374);
     this.Controls.Add(this.ultraGroupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmCharges";
     this.ShowInTaskbar = false;
     this.Text          = "Customer Charges";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComment)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderScan));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.txtName            = new Signature.Windows.Forms.MaskedLabel();
     this.txtStudent         = new Signature.Windows.Forms.MaskedEdit();
     this.txtTeacher         = new Signature.Windows.Forms.MaskedEdit();
     this.txtCustomerID      = new Signature.Windows.Forms.MaskedEdit();
     this.label9             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.listView           = new System.Windows.Forms.ListView();
     this.columnHeaderString = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderNoCase = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderInt32  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.txtEntryDate       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label10            = new System.Windows.Forms.Label();
     this.txtNoItems         = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtCollected       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtDiff            = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtRetail          = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtDescription     = new Signature.Windows.Forms.MaskedLabel();
     this.txtQuantity        = new Signature.Windows.Forms.MaskedEdit();
     this.txtProductID       = new Signature.Windows.Forms.MaskedEdit();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(432, 4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(140, 100);
     this.groupBox1.TabIndex  = 9;
     this.groupBox1.TabStop   = false;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox2.Controls.Add(this.txtName);
     this.groupBox2.Controls.Add(this.txtStudent);
     this.groupBox2.Controls.Add(this.txtTeacher);
     this.groupBox2.Controls.Add(this.txtCustomerID);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(5, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(424, 100);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = " Order Header ";
     //
     // txtName
     //
     this.txtName.AllowDrop = true;
     this.txtName.Location  = new System.Drawing.Point(144, 21);
     this.txtName.Name      = "txtName";
     this.txtName.Size      = new System.Drawing.Size(267, 19);
     this.txtName.TabIndex  = 12;
     this.txtName.TabStop   = true;
     this.txtName.Value     = null;
     //
     // txtStudent
     //
     this.txtStudent.AllowDrop = true;
     this.txtStudent.Location  = new System.Drawing.Point(92, 68);
     this.txtStudent.Name      = "txtCustomerID";
     this.txtStudent.Size      = new System.Drawing.Size(320, 20);
     this.txtStudent.TabIndex  = 3;
     this.txtStudent.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtTeacher
     //
     this.txtTeacher.AllowDrop = true;
     this.txtTeacher.Location  = new System.Drawing.Point(92, 44);
     this.txtTeacher.Name      = "txtCustomerID";
     this.txtTeacher.Size      = new System.Drawing.Size(320, 20);
     this.txtTeacher.TabIndex  = 2;
     this.txtTeacher.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop = true;
     this.txtCustomerID.Location  = new System.Drawing.Point(92, 20);
     this.txtCustomerID.Name      = "txtCustomerID";
     this.txtCustomerID.Size      = new System.Drawing.Size(52, 20);
     this.txtCustomerID.TabIndex  = 1;
     this.txtCustomerID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(30, 20);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(54, 19);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "School:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 69);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 16);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Student/Seller:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 45);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 16);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Teacher/Class:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox3.Controls.Add(this.listView);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(5, 104);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(424, 344);
     this.groupBox3.TabIndex  = 11;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = " Order Detail ";
     //
     // listView
     //
     this.listView.AllowColumnReorder = true;
     this.listView.BackColor          = System.Drawing.SystemColors.Window;
     this.listView.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderString,
         this.columnHeaderNoCase,
         this.columnHeaderInt32,
         this.columnHeader1
     });
     this.listView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.listView.FullRowSelect = true;
     this.listView.GridLines     = true;
     this.listView.Location      = new System.Drawing.Point(8, 17);
     this.listView.MultiSelect   = false;
     this.listView.Name          = "listView";
     this.listView.Size          = new System.Drawing.Size(408, 320);
     this.listView.TabIndex      = 5;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View   = System.Windows.Forms.View.Details;
     this.listView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // columnHeaderString
     //
     this.columnHeaderString.Text  = "ProductID";
     this.columnHeaderString.Width = 71;
     //
     // columnHeaderNoCase
     //
     this.columnHeaderNoCase.Text  = "Description";
     this.columnHeaderNoCase.Width = 211;
     //
     // columnHeaderInt32
     //
     this.columnHeaderInt32.Text = "Precio";
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Quantity";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox4.Controls.Add(this.txtEntryDate);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.txtNoItems);
     this.groupBox4.Controls.Add(this.txtCollected);
     this.groupBox4.Controls.Add(this.txtDiff);
     this.groupBox4.Controls.Add(this.txtRetail);
     this.groupBox4.Controls.Add(this.txtDescription);
     this.groupBox4.Controls.Add(this.txtQuantity);
     this.groupBox4.Controls.Add(this.txtProductID);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(433, 104);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(140, 344);
     this.groupBox4.TabIndex  = 2;
     this.groupBox4.TabStop   = false;
     //
     // txtEntryDate
     //
     this.txtEntryDate.AllowDrop    = true;
     appearance1.TextHAlignAsString = "Right";
     this.txtEntryDate.Appearance   = appearance1;
     this.txtEntryDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
     this.txtEntryDate.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
     this.txtEntryDate.Location     = new System.Drawing.Point(51, 308);
     this.txtEntryDate.Name         = "txtRetail";
     this.txtEntryDate.ReadOnly     = true;
     this.txtEntryDate.Size         = new System.Drawing.Size(73, 20);
     this.txtEntryDate.TabIndex     = 28;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.Location  = new System.Drawing.Point(19, 312);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(30, 16);
     this.label10.TabIndex  = 27;
     this.label10.Text      = "Items:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNoItems
     //
     this.txtNoItems.AllowDrop      = true;
     appearance2.TextHAlignAsString = "Right";
     this.txtNoItems.Appearance     = appearance2;
     this.txtNoItems.EditAs         = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNoItems.FormatString   = "###,###";
     this.txtNoItems.InputMask      = "nnnnnnnnn";
     this.txtNoItems.Location       = new System.Drawing.Point(68, 162);
     this.txtNoItems.Name           = "txtRetail";
     this.txtNoItems.ReadOnly       = true;
     this.txtNoItems.Size           = new System.Drawing.Size(59, 20);
     this.txtNoItems.TabIndex       = 23;
     this.txtNoItems.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtCollected
     //
     this.txtCollected.AllowDrop    = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtCollected.Appearance   = appearance3;
     this.txtCollected.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtCollected.FormatString = "###,###.##";
     this.txtCollected.InputMask    = "{LOC}nnnnnnn.nn";
     this.txtCollected.Location     = new System.Drawing.Point(27, 279);
     this.txtCollected.Name         = "txtRetail";
     this.txtCollected.PromptChar   = ' ';
     this.txtCollected.Size         = new System.Drawing.Size(85, 20);
     this.txtCollected.TabIndex     = 6;
     this.txtCollected.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtDiff
     //
     this.txtDiff.AllowDrop         = true;
     appearance4.TextHAlignAsString = "Right";
     this.txtDiff.Appearance        = appearance4;
     this.txtDiff.EditAs            = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtDiff.FormatString      = "###,###.##";
     this.txtDiff.InputMask         = "{LOC}nnnnnnn.nn";
     this.txtDiff.Location          = new System.Drawing.Point(68, 213);
     this.txtDiff.Name     = "txtRetail";
     this.txtDiff.ReadOnly = true;
     this.txtDiff.Size     = new System.Drawing.Size(59, 20);
     this.txtDiff.TabIndex = 26;
     this.txtDiff.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtRetail
     //
     this.txtRetail.AllowDrop       = true;
     appearance5.TextHAlignAsString = "Right";
     this.txtRetail.Appearance      = appearance5;
     this.txtRetail.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRetail.FormatString    = "###,###.##";
     this.txtRetail.InputMask       = "{LOC}nnnnnnn.nn";
     this.txtRetail.Location        = new System.Drawing.Point(68, 188);
     this.txtRetail.Name            = "txtRetail";
     this.txtRetail.ReadOnly        = true;
     this.txtRetail.Size            = new System.Drawing.Size(59, 20);
     this.txtRetail.TabIndex        = 25;
     this.txtRetail.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtDescription
     //
     this.txtDescription.AllowDrop = true;
     this.txtDescription.Location  = new System.Drawing.Point(12, 109);
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(115, 36);
     this.txtDescription.TabIndex  = 24;
     this.txtDescription.TabStop   = true;
     this.txtDescription.Value     = null;
     //
     // txtQuantity
     //
     this.txtQuantity.AllowDrop = true;
     this.txtQuantity.Location  = new System.Drawing.Point(76, 82);
     this.txtQuantity.Name      = "txtCustomerID";
     this.txtQuantity.Size      = new System.Drawing.Size(52, 20);
     this.txtQuantity.TabIndex  = 5;
     this.txtQuantity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop = true;
     this.txtProductID.Location  = new System.Drawing.Point(12, 82);
     this.txtProductID.Name      = "txtCustomerID";
     this.txtProductID.Size      = new System.Drawing.Size(52, 20);
     this.txtProductID.TabIndex  = 4;
     this.txtProductID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(24, 262);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(100, 16);
     this.label8.TabIndex = 23;
     this.label8.Text     = "Amount Collected:";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(16, 216);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(40, 16);
     this.label7.TabIndex  = 19;
     this.label7.Text      = "Diff:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(16, 192);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(40, 16);
     this.label6.TabIndex  = 18;
     this.label6.Text      = "Retail:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location  = new System.Drawing.Point(16, 168);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(40, 16);
     this.label5.TabIndex  = 17;
     this.label5.Text      = "Items:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(74, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(52, 16);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Quantity:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 67);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(32, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Item:";
     //
     // frmOrderScan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(579, 461);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmOrderScan";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Enter Orders";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.ultraGroupBox1    = new Signature.Windows.Forms.GroupBox();
     this.btCancel          = new Signature.Windows.Forms.Button();
     this.btPrint           = new Signature.Windows.Forms.Button();
     this.txtAdjDescription = new Signature.Windows.Forms.MaskedEdit();
     this.label2            = new System.Windows.Forms.Label();
     this.txtQuantity       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label9            = new System.Windows.Forms.Label();
     this.txtDescription    = new System.Windows.Forms.Label();
     this.ctrType           = new System.Windows.Forms.ComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.txtProductID      = new Signature.Windows.Forms.MaskedEdit();
     this.label3            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.btCancel);
     this.ultraGroupBox1.Controls.Add(this.btPrint);
     this.ultraGroupBox1.Controls.Add(this.txtAdjDescription);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.txtQuantity);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.txtDescription);
     this.ultraGroupBox1.Controls.Add(this.ctrType);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtProductID);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(354, 232);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // btCancel
     //
     this.btCancel.AllowDrop = true;
     this.btCancel.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btCancel.ForeColor = System.Drawing.Color.Black;
     this.btCancel.Location  = new System.Drawing.Point(36, 191);
     this.btCancel.Name      = "btCancel";
     this.btCancel.Size      = new System.Drawing.Size(115, 26);
     this.btCancel.TabIndex  = 4;
     this.btCancel.Text      = "&Cancel";
     //
     // btPrint
     //
     this.btPrint.AllowDrop = true;
     this.btPrint.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btPrint.ForeColor = System.Drawing.Color.Black;
     this.btPrint.Location  = new System.Drawing.Point(208, 191);
     this.btPrint.Name      = "btPrint";
     this.btPrint.Size      = new System.Drawing.Size(115, 26);
     this.btPrint.TabIndex  = 5;
     this.btPrint.Text      = "&Apply";
     this.btPrint.Click    += new System.EventHandler(this.btPrint_Click);
     //
     // txtAdjDescription
     //
     this.txtAdjDescription.AllowDrop       = true;
     this.txtAdjDescription.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtAdjDescription.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAdjDescription.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtAdjDescription.Location        = new System.Drawing.Point(104, 156);
     this.txtAdjDescription.Name            = "txtCustomerID";
     this.txtAdjDescription.Size            = new System.Drawing.Size(239, 20);
     this.txtAdjDescription.TabIndex        = 3;
     this.txtAdjDescription.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(22, 158);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(76, 18);
     this.label2.TabIndex  = 34;
     this.label2.Text      = "Description :";
     //
     // txtQuantity
     //
     this.txtQuantity.AllowDrop     = true;
     appearance1.TextHAlignAsString = "Right";
     this.txtQuantity.Appearance    = appearance1;
     this.txtQuantity.BorderStyle   = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtQuantity.DataMode      = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtQuantity.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
     this.txtQuantity.InputMask     = "-nnnnnnnnn";
     this.txtQuantity.Location      = new System.Drawing.Point(104, 120);
     this.txtQuantity.Name          = "txtAmountDue";
     this.txtQuantity.PromptChar    = ' ';
     this.txtQuantity.Size          = new System.Drawing.Size(120, 20);
     this.txtQuantity.TabIndex      = 2;
     this.txtQuantity.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(21, 123);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(76, 16);
     this.label9.TabIndex  = 32;
     this.label9.Text      = "Quantity :";
     //
     // txtDescription
     //
     this.txtDescription.BackColor = System.Drawing.Color.Transparent;
     this.txtDescription.Location  = new System.Drawing.Point(101, 58);
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(241, 20);
     this.txtDescription.TabIndex  = 31;
     //
     // ctrType
     //
     this.ctrType.FormattingEnabled = true;
     this.ctrType.Items.AddRange(new object[] {
         "ONPO",
         "Received",
         "Committed",
         "Sold"
     });
     this.ctrType.Location              = new System.Drawing.Point(104, 84);
     this.ctrType.Name                  = "ctrType";
     this.ctrType.Size                  = new System.Drawing.Size(127, 21);
     this.ctrType.TabIndex              = 1;
     this.ctrType.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.ctrType.SelectedValueChanged += new System.EventHandler(this.ctrState_SelectedValueChanged);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(21, 84);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(52, 20);
     this.label1.TabIndex  = 27;
     this.label1.Text      = "Type:";
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop       = true;
     this.txtProductID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtProductID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProductID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProductID.Location        = new System.Drawing.Point(104, 26);
     this.txtProductID.Name            = "txtCustomerID";
     this.txtProductID.Size            = new System.Drawing.Size(80, 20);
     this.txtProductID.TabIndex        = 0;
     this.txtProductID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(21, 26);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(62, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Product ID:";
     //
     // frmItemAdjustment
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(354, 261);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmItemAdjustment";
     this.ShowInTaskbar = false;
     this.Text          = "Product Inventory Adjustment";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InvCode", 0);
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 1);
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 2);
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Printed", 3);
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TicketID", 4, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     this.groupBox2      = new Signature.Windows.Forms.GroupBox();
     this.txtOrderID     = new Signature.Windows.Forms.MaskedEdit();
     this.txtName        = new Signature.Windows.Forms.MaskedLabel();
     this.txtStudent     = new Signature.Windows.Forms.MaskedEdit();
     this.txtTeacher     = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox3      = new Signature.Windows.Forms.GroupBox();
     this.Grid           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBox4      = new Signature.Windows.Forms.GroupBox();
     this.txtDescription = new Signature.Windows.Forms.MaskedLabel();
     this.txtProductID   = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     this.txtEntryDate   = new Signature.Windows.Forms.MaskedEditNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 696);
     this.txtStatus.Size     = new System.Drawing.Size(845, 29);
     this.txtStatus.Click   += new System.EventHandler(this.txtStatus_Click);
     //
     // groupBox2
     //
     this.groupBox2.AllowDrop         = true;
     appearance1.AlphaLevel           = ((short)(95));
     appearance1.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox2.Appearance        = appearance1;
     this.groupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox2.Controls.Add(this.txtOrderID);
     this.groupBox2.Controls.Add(this.txtName);
     this.groupBox2.Controls.Add(this.txtStudent);
     this.groupBox2.Controls.Add(this.txtTeacher);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(5, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(835, 98);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.Text      = " Order Header ";
     this.groupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtOrderID
     //
     this.txtOrderID.AllowDrop       = true;
     this.txtOrderID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtOrderID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtOrderID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtOrderID.Location        = new System.Drawing.Point(92, 17);
     this.txtOrderID.MaxLength       = 15;
     this.txtOrderID.Name            = "txtCustomerID";
     this.txtOrderID.Size            = new System.Drawing.Size(123, 20);
     this.txtOrderID.TabIndex        = 32;
     this.txtOrderID.WordWrap        = false;
     this.txtOrderID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtName
     //
     this.txtName.AllowDrop            = true;
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.SizeInPoints = 15F;
     this.txtName.Appearance           = appearance2;
     this.txtName.Location             = new System.Drawing.Point(221, 16);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(447, 22);
     this.txtName.TabIndex = 12;
     this.txtName.TabStop  = true;
     this.txtName.Value    = null;
     //
     // txtStudent
     //
     this.txtStudent.AllowDrop   = true;
     this.txtStudent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtStudent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStudent.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtStudent.Location    = new System.Drawing.Point(92, 70);
     this.txtStudent.Name        = "txtCustomerID";
     this.txtStudent.Size        = new System.Drawing.Size(390, 21);
     this.txtStudent.TabIndex    = 3;
     this.txtStudent.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtTeacher
     //
     this.txtTeacher.AllowDrop   = true;
     this.txtTeacher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtTeacher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTeacher.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtTeacher.Location    = new System.Drawing.Point(92, 46);
     this.txtTeacher.Name        = "txtCustomerID";
     this.txtTeacher.Size        = new System.Drawing.Size(390, 21);
     this.txtTeacher.TabIndex    = 2;
     this.txtTeacher.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(30, 16);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(54, 19);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Order ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(4, 71);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 16);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Student/Seller:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(4, 47);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 16);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Teacher/Class:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.AllowDrop         = true;
     appearance3.AlphaLevel           = ((short)(95));
     appearance3.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox3.Appearance        = appearance3;
     this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox3.Controls.Add(this.Grid);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(5, 108);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(702, 580);
     this.groupBox3.TabIndex  = 11;
     this.groupBox3.Text      = " Order Detail ";
     this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // Grid
     //
     this.Grid.AllowDrop   = true;
     appearance4.BackColor = System.Drawing.Color.Transparent;
     this.Grid.DisplayLayout.Appearance                     = appearance4;
     ultraGridColumn1.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance5.FontData.SizeInPoints                      = 12F;
     ultraGridColumn1.CellAppearance                        = appearance5;
     ultraGridColumn1.Header.VisiblePosition                = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX           = 2;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX             = 3;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn1.Width                                 = 50;
     ultraGridColumn2.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance6.FontData.SizeInPoints                      = 12F;
     ultraGridColumn2.CellAppearance                        = appearance6;
     ultraGridColumn2.Header.VisiblePosition                = 1;
     ultraGridColumn2.MaskInput                             = "";
     ultraGridColumn2.RowLayoutColumnInfo.OriginX           = 5;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn2.Width                                 = 60;
     ultraGridColumn3.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance7.FontData.SizeInPoints                      = 12F;
     ultraGridColumn3.CellAppearance                        = appearance7;
     ultraGridColumn3.Header.VisiblePosition                = 2;
     ultraGridColumn3.MaskInput                             = "";
     ultraGridColumn3.MaxLength                             = 30;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX           = 7;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(286, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn3.Width                                 = 190;
     ultraGridColumn4.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance8.FontData.SizeInPoints                      = 12F;
     ultraGridColumn4.CellAppearance                        = appearance8;
     ultraGridColumn4.DataType                              = typeof(short);
     ultraGridColumn4.Header.VisiblePosition                = 3;
     ultraGridColumn4.MaskInput                             = "nnn";
     ultraGridColumn4.RowLayoutColumnInfo.OriginX           = 9;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn4.Width                                 = 50;
     ultraGridColumn5.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance9.FontData.SizeInPoints                      = 12F;
     ultraGridColumn5.CellAppearance                        = appearance9;
     ultraGridColumn5.DataType                              = typeof(short);
     ultraGridColumn5.Header.VisiblePosition                = 4;
     ultraGridColumn5.MaskInput                             = "nnn";
     ultraGridColumn5.RowLayoutColumnInfo.OriginX           = 11;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn5.Width                                 = 54;
     ultraGridColumn6.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn6.Header.VisiblePosition                = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6
     });
     appearance10.FontData.SizeInPoints = 20F;
     ultraGridBand1.Header.Appearance   = appearance10;
     ultraGridBand1.RowLayoutStyle      = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.BorderStyle              = Infragistics.Win.UIElementBorderStyle.None;
     this.Grid.DisplayLayout.GroupByBox.Hidden        = true;
     this.Grid.DisplayLayout.MaxColScrollRegions      = 1;
     this.Grid.DisplayLayout.MaxRowScrollRegions      = 1;
     this.Grid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None;
     appearance11.BackColor = System.Drawing.Color.Transparent;
     this.Grid.DisplayLayout.Override.CardAreaAppearance = appearance11;
     this.Grid.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.Grid.DisplayLayout.Override.CellPadding        = 3;
     appearance12.TextHAlignAsString = "Left";
     this.Grid.DisplayLayout.Override.HeaderAppearance  = appearance12;
     this.Grid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance13.BorderColor        = System.Drawing.Color.LightGray;
     appearance13.TextVAlignAsString = "Middle";
     this.Grid.DisplayLayout.Override.RowAppearance = appearance13;
     this.Grid.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.True;
     appearance14.BackColor   = System.Drawing.Color.LightSteelBlue;
     appearance14.BorderColor = System.Drawing.Color.RoyalBlue;
     appearance14.ForeColor   = System.Drawing.Color.Blue;
     this.Grid.DisplayLayout.Override.SelectedRowAppearance = appearance14;
     this.Grid.DisplayLayout.Override.SelectTypeCell        = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.Grid.DisplayLayout.Override.SelectTypeRow         = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.Grid.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.Grid.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid.DisplayLayout.ViewStyleBand     = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.Grid.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Grid.Location = new System.Drawing.Point(8, 19);
     this.Grid.Name     = "Grid";
     this.Grid.Size     = new System.Drawing.Size(682, 553);
     this.Grid.TabIndex = 7;
     this.Grid.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // groupBox4
     //
     this.groupBox4.AllowDrop         = true;
     appearance15.AlphaLevel          = ((short)(95));
     appearance15.BackColor           = System.Drawing.Color.Transparent;
     this.groupBox4.Appearance        = appearance15;
     this.groupBox4.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox4.Controls.Add(this.txtDescription);
     this.groupBox4.Controls.Add(this.txtProductID);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.txtEntryDate);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(712, 108);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(128, 580);
     this.groupBox4.TabIndex  = 1;
     this.groupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtDescription
     //
     this.txtDescription.AllowDrop      = true;
     appearance16.FontData.SizeInPoints = 12F;
     this.txtDescription.Appearance     = appearance16;
     this.txtDescription.Location       = new System.Drawing.Point(9, 68);
     this.txtDescription.Name           = "txtDescription";
     this.txtDescription.Size           = new System.Drawing.Size(112, 179);
     this.txtDescription.TabIndex       = 24;
     this.txtDescription.TabStop        = true;
     this.txtDescription.Value          = null;
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop       = true;
     this.txtProductID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtProductID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProductID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProductID.Location        = new System.Drawing.Point(6, 42);
     this.txtProductID.Name            = "txtCustomerID";
     this.txtProductID.Size            = new System.Drawing.Size(116, 20);
     this.txtProductID.TabIndex        = 0;
     this.txtProductID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(4, 27);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 12);
     this.label3.TabIndex  = 13;
     this.label3.Text      = "Ticket/Item #:";
     //
     // txtEntryDate
     //
     this.txtEntryDate.AllowDrop     = true;
     appearance17.TextHAlignAsString = "Right";
     this.txtEntryDate.Appearance    = appearance17;
     this.txtEntryDate.BorderStyle   = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtEntryDate.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
     this.txtEntryDate.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Date;
     this.txtEntryDate.InputMask     = "{LOC}mm/dd/yyyy";
     this.txtEntryDate.Location      = new System.Drawing.Point(19, 410);
     this.txtEntryDate.Name          = "txtRetail";
     this.txtEntryDate.ReadOnly      = true;
     this.txtEntryDate.Size          = new System.Drawing.Size(73, 20);
     this.txtEntryDate.TabIndex      = 28;
     this.txtEntryDate.Text          = "//";
     this.txtEntryDate.Visible       = false;
     //
     // frmImprinting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(845, 725);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Name            = "frmImprinting";
     this.ShowInTaskbar   = false;
     this.Text            = "Imprinting Orders";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     this.Controls.SetChildIndex(this.groupBox4, 0);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 0);
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Price", 1);
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 2, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCashRegister));
     this.panel1         = new System.Windows.Forms.Panel();
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.label7         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.txtNoItems     = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label5         = new System.Windows.Forms.Label();
     this.txtCollected   = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtDiff        = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtDescription = new Signature.Windows.Forms.MaskedLabel();
     this.txtRetail      = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtProductID   = new Signature.Windows.Forms.MaskedEdit();
     this.label8         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.groupBox3      = new Signature.Windows.Forms.GroupBox();
     this.Grid           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.ultraGroupBox1);
     this.panel1.Controls.Add(this.groupBox3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1004, 847);
     this.panel1.TabIndex = 0;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(95));
     appearance1.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.txtNoItems);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.txtCollected);
     this.ultraGroupBox1.Controls.Add(this.txtDiff);
     this.ultraGroupBox1.Controls.Add(this.txtDescription);
     this.ultraGroupBox1.Controls.Add(this.txtRetail);
     this.ultraGroupBox1.Controls.Add(this.txtProductID);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(7, 11);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(987, 133);
     this.ultraGroupBox1.TabIndex  = 1;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location  = new System.Drawing.Point(728, 67);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(122, 36);
     this.label7.TabIndex  = 36;
     this.label7.Text      = "Change:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location  = new System.Drawing.Point(508, 67);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 36);
     this.label6.TabIndex  = 35;
     this.label6.Text      = "Retail:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNoItems
     //
     this.txtNoItems.AllowDrop         = true;
     appearance2.FontData.SizeInPoints = 20F;
     appearance2.TextHAlignAsString    = "Right";
     this.txtNoItems.Appearance        = appearance2;
     this.txtNoItems.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtNoItems.EditAs            = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNoItems.FormatString      = "###,###";
     this.txtNoItems.InputMask         = "nnnnnnnnn";
     this.txtNoItems.Location          = new System.Drawing.Point(434, 65);
     this.txtNoItems.Name     = "txtRetail";
     this.txtNoItems.ReadOnly = true;
     this.txtNoItems.Size     = new System.Drawing.Size(73, 38);
     this.txtNoItems.TabIndex = 38;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(344, 67);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(90, 36);
     this.label5.TabIndex  = 34;
     this.label5.Text      = "Items:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCollected
     //
     this.txtCollected.AllowDrop       = true;
     this.txtCollected.Anchor          = System.Windows.Forms.AnchorStyles.None;
     appearance3.FontData.SizeInPoints = 20F;
     appearance3.TextHAlignAsString    = "Right";
     this.txtCollected.Appearance      = appearance3;
     this.txtCollected.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtCollected.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtCollected.FormatString    = "###,###.##";
     this.txtCollected.InputMask       = "{LOC}nnnnnnn.nn";
     this.txtCollected.Location        = new System.Drawing.Point(162, 65);
     this.txtCollected.Name            = "txtRetail";
     this.txtCollected.PromptChar      = ' ';
     this.txtCollected.Size            = new System.Drawing.Size(176, 38);
     this.txtCollected.TabIndex        = 2;
     this.txtCollected.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtDiff
     //
     this.txtDiff.AllowDrop            = true;
     appearance4.FontData.SizeInPoints = 20F;
     appearance4.ForeColor             = System.Drawing.Color.Black;
     appearance4.TextHAlignAsString    = "Right";
     this.txtDiff.Appearance           = appearance4;
     this.txtDiff.BorderStyle          = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtDiff.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Double;
     this.txtDiff.InputMask  = "{double:-6.4}";
     this.txtDiff.Location   = new System.Drawing.Point(854, 65);
     this.txtDiff.Name       = "txtRetail";
     this.txtDiff.PromptChar = ' ';
     this.txtDiff.ReadOnly   = true;
     this.txtDiff.Size       = new System.Drawing.Size(109, 38);
     this.txtDiff.TabIndex   = 42;
     //
     // txtDescription
     //
     this.txtDescription.AllowDrop     = true;
     appearance5.FontData.SizeInPoints = 20F;
     this.txtDescription.Appearance    = appearance5;
     this.txtDescription.Location      = new System.Drawing.Point(344, 13);
     this.txtDescription.Name          = "txtDescription";
     this.txtDescription.Size          = new System.Drawing.Size(629, 38);
     this.txtDescription.TabIndex      = 39;
     this.txtDescription.TabStop       = true;
     this.txtDescription.Value         = null;
     //
     // txtRetail
     //
     this.txtRetail.AllowDrop          = true;
     appearance6.FontData.SizeInPoints = 20F;
     appearance6.TextHAlignAsString    = "Right";
     this.txtRetail.Appearance         = appearance6;
     this.txtRetail.BorderStyle        = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtRetail.EditAs             = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRetail.FormatString       = "###,###.##";
     this.txtRetail.InputMask          = "{LOC}nnnnnnn.nn";
     this.txtRetail.Location           = new System.Drawing.Point(604, 65);
     this.txtRetail.Name     = "txtRetail";
     this.txtRetail.ReadOnly = true;
     this.txtRetail.Size     = new System.Drawing.Size(118, 38);
     this.txtRetail.TabIndex = 41;
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop       = true;
     this.txtProductID.Anchor          = System.Windows.Forms.AnchorStyles.None;
     this.txtProductID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtProductID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProductID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProductID.Font            = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtProductID.Location        = new System.Drawing.Point(116, 13);
     this.txtProductID.MaxLength       = 12;
     this.txtProductID.Name            = "txtCustomerID";
     this.txtProductID.Size            = new System.Drawing.Size(222, 38);
     this.txtProductID.TabIndex        = 0;
     this.txtProductID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location  = new System.Drawing.Point(10, 67);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(146, 38);
     this.label8.TabIndex  = 37;
     this.label8.Text      = "Received:";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(10, 13);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(83, 45);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Item:";
     //
     // groupBox3
     //
     this.groupBox3.AllowDrop         = true;
     this.groupBox3.Anchor            = System.Windows.Forms.AnchorStyles.None;
     appearance7.AlphaLevel           = ((short)(95));
     appearance7.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox3.Appearance        = appearance7;
     this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox3.Controls.Add(this.Grid);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(7, 150);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(987, 690);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.Text      = " Order Detail ";
     this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // Grid
     //
     this.Grid.AllowDrop   = true;
     this.Grid.Anchor      = System.Windows.Forms.AnchorStyles.None;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.Grid.DisplayLayout.Appearance      = appearance8;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance9.FontData.SizeInPoints       = 20F;
     ultraGridColumn1.CellAppearance         = appearance9;
     ultraGridColumn1.Header.Caption         = "Item#";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 100;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance10.FontData.SizeInPoints      = 20F;
     ultraGridColumn2.CellAppearance         = appearance10;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.MinLength              = 35;
     ultraGridColumn2.MinWidth               = 200;
     ultraGridColumn2.Width                  = 600;
     ultraGridColumn3.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance11.FontData.SizeInPoints      = 20F;
     appearance11.TextHAlignAsString         = "Right";
     ultraGridColumn3.CellAppearance         = appearance11;
     ultraGridColumn3.Format                 = "$####.00";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.MaskInput              = "{LOC}nnnnnnn.nn";
     ultraGridColumn3.Width                  = 103;
     appearance12.FontData.SizeInPoints      = 20F;
     appearance12.TextHAlignAsString         = "Right";
     ultraGridColumn4.CellAppearance         = appearance12;
     ultraGridColumn4.Header.Caption         = "Qty";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.MaskInput              = "nnnnnnnnn";
     ultraGridColumn4.PromptChar             = ' ';
     ultraGridColumn4.Width                  = 98;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4
     });
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.Grid.DisplayLayout.Override.RowAlternateAppearance = appearance13;
     appearance14.BorderColor                       = System.Drawing.Color.DarkGray;
     appearance14.FontData.SizeInPoints             = 15F;
     this.Grid.DisplayLayout.Override.RowAppearance = appearance14;
     this.Grid.Font             = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Grid.Location         = new System.Drawing.Point(17, 32);
     this.Grid.Name             = "Grid";
     this.Grid.Size             = new System.Drawing.Size(957, 643);
     this.Grid.TabIndex         = 0;
     this.Grid.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.Grid.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.Grid_AfterCellUpdate);
     //
     // frmCashRegister
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1004, 876);
     this.Controls.Add(this.panel1);
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.Name            = "frmCashRegister";
     this.ShowIcon        = true;
     this.Text            = "Enter Orders";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.frmOrder_FormClosing);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InvCode", 0);
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 1);
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 2);
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scanned", 3);
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.lbCompany      = new System.Windows.Forms.Label();
     this.label11        = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.txtOrderID     = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtName        = new Signature.Windows.Forms.MaskedLabel();
     this.txtStudent     = new Signature.Windows.Forms.MaskedEdit();
     this.txtTeacher     = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.Grid           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBox4      = new System.Windows.Forms.GroupBox();
     this.txtBoxes       = new Signature.Windows.Forms.MaskedEdit();
     this.label4         = new System.Windows.Forms.Label();
     this.label10        = new System.Windows.Forms.Label();
     this.txtDescription = new Signature.Windows.Forms.MaskedLabel();
     this.txtProductID   = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     this.txtEntryDate   = new Signature.Windows.Forms.MaskedEditNumeric();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Controls.Add(this.lbCompany);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(656, 4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(126, 98);
     this.groupBox1.TabIndex  = 9;
     this.groupBox1.TabStop   = false;
     //
     // lbCompany
     //
     this.lbCompany.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.792453F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCompany.Location  = new System.Drawing.Point(78, 22);
     this.lbCompany.Name      = "lbCompany";
     this.lbCompany.Size      = new System.Drawing.Size(33, 19);
     this.lbCompany.TabIndex  = 13;
     this.lbCompany.Text      = "F07";
     this.lbCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(16, 20);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(62, 19);
     this.label11.TabIndex  = 12;
     this.label11.Text      = "Company:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox2.Controls.Add(this.txtOrderID);
     this.groupBox2.Controls.Add(this.txtName);
     this.groupBox2.Controls.Add(this.txtStudent);
     this.groupBox2.Controls.Add(this.txtTeacher);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(5, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(645, 98);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = " Order Header ";
     //
     // txtOrderID
     //
     this.txtOrderID.AllowDrop     = true;
     appearance1.BackColorDisabled = System.Drawing.Color.White;
     appearance1.ForeColorDisabled = System.Drawing.Color.Black;
     this.txtOrderID.Appearance    = appearance1;
     this.txtOrderID.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtOrderID.InputMask     = "nnnnnnnnn";
     this.txtOrderID.Location      = new System.Drawing.Point(91, 16);
     this.txtOrderID.Name          = "txtOrderID";
     this.txtOrderID.PromptChar    = ' ';
     this.txtOrderID.Size          = new System.Drawing.Size(119, 20);
     this.txtOrderID.TabIndex      = 0;
     this.txtOrderID.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtName
     //
     this.txtName.AllowDrop            = true;
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.SizeInPoints = 15F;
     this.txtName.Appearance           = appearance2;
     this.txtName.Location             = new System.Drawing.Point(221, 16);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(412, 22);
     this.txtName.TabIndex = 12;
     this.txtName.TabStop  = true;
     this.txtName.Value    = null;
     //
     // txtStudent
     //
     this.txtStudent.AllowDrop = true;
     this.txtStudent.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtStudent.Location  = new System.Drawing.Point(92, 70);
     this.txtStudent.Name      = "txtCustomerID";
     this.txtStudent.Size      = new System.Drawing.Size(390, 21);
     this.txtStudent.TabIndex  = 3;
     this.txtStudent.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtTeacher
     //
     this.txtTeacher.AllowDrop = true;
     this.txtTeacher.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtTeacher.Location  = new System.Drawing.Point(92, 46);
     this.txtTeacher.Name      = "txtCustomerID";
     this.txtTeacher.Size      = new System.Drawing.Size(390, 21);
     this.txtTeacher.TabIndex  = 2;
     this.txtTeacher.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(30, 16);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(54, 19);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Order ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 71);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 16);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Student/Seller:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 47);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 16);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Teacher/Class:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox3.Controls.Add(this.Grid);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(5, 108);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(645, 580);
     this.groupBox3.TabIndex  = 11;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = " Order Detail ";
     //
     // Grid
     //
     this.Grid.AllowDrop                                    = true;
     appearance3.BackColor                                  = System.Drawing.SystemColors.Window;
     appearance3.BorderColor                                = System.Drawing.SystemColors.InactiveCaption;
     this.Grid.DisplayLayout.Appearance                     = appearance3;
     ultraGridColumn1.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance4.FontData.SizeInPoints                      = 12F;
     ultraGridColumn1.CellAppearance                        = appearance4;
     ultraGridColumn1.Header.VisiblePosition                = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX             = 3;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn1.Width                                 = 50;
     ultraGridColumn2.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance5.FontData.SizeInPoints                      = 12F;
     ultraGridColumn2.CellAppearance                        = appearance5;
     ultraGridColumn2.Header.VisiblePosition                = 1;
     ultraGridColumn2.MaskInput                             = "";
     ultraGridColumn2.RowLayoutColumnInfo.OriginX           = 3;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn2.Width                                 = 60;
     ultraGridColumn3.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance6.FontData.SizeInPoints                      = 12F;
     ultraGridColumn3.CellAppearance                        = appearance6;
     ultraGridColumn3.Header.VisiblePosition                = 2;
     ultraGridColumn3.MaskInput                             = "";
     ultraGridColumn3.MaxLength                             = 30;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX           = 5;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(348, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn3.Width                                 = 190;
     ultraGridColumn4.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance7.FontData.SizeInPoints                      = 12F;
     ultraGridColumn4.CellAppearance                        = appearance7;
     ultraGridColumn4.Header.VisiblePosition                = 3;
     ultraGridColumn4.MaskInput                             = "nnnnnnnnn";
     ultraGridColumn4.RowLayoutColumnInfo.OriginX           = 7;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn4.Width                                 = 50;
     ultraGridColumn5.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     appearance8.FontData.SizeInPoints                      = 12F;
     ultraGridColumn5.CellAppearance                        = appearance8;
     ultraGridColumn5.Header.VisiblePosition                = 4;
     ultraGridColumn5.MaskInput                             = "nnnnnnnnn";
     ultraGridColumn5.RowLayoutColumnInfo.OriginX           = 9;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn5.Width                                 = 54;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5
     });
     appearance9.FontData.SizeInPoints = 20F;
     ultraGridBand1.Header.Appearance  = appearance9;
     ultraGridBand1.UseRowLayout       = true;
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance10.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance10.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance10.BorderColor       = System.Drawing.SystemColors.Window;
     this.Grid.DisplayLayout.GroupByBox.Appearance = appearance10;
     appearance11.ForeColor = System.Drawing.SystemColors.GrayText;
     this.Grid.DisplayLayout.GroupByBox.BandLabelAppearance = appearance11;
     this.Grid.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid.DisplayLayout.GroupByBox.Hidden = true;
     appearance12.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance12.BackColor2        = System.Drawing.SystemColors.Control;
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance12.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.Grid.DisplayLayout.GroupByBox.PromptAppearance = appearance12;
     this.Grid.DisplayLayout.GroupByBox.ShowBandLabels   = Infragistics.Win.UltraWinGrid.ShowBandLabels.None;
     this.Grid.DisplayLayout.MaxColScrollRegions         = 1;
     this.Grid.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance13.BackColor = System.Drawing.SystemColors.Window;
     appearance13.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grid.DisplayLayout.Override.ActiveCellAppearance = appearance13;
     appearance14.BackColor = System.Drawing.SystemColors.Highlight;
     appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.Grid.DisplayLayout.Override.ActiveRowAppearance = appearance14;
     this.Grid.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.Grid.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance15.BackColor = System.Drawing.SystemColors.Window;
     this.Grid.DisplayLayout.Override.CardAreaAppearance = appearance15;
     appearance16.BorderColor  = System.Drawing.Color.Silver;
     appearance16.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.Grid.DisplayLayout.Override.CellAppearance  = appearance16;
     this.Grid.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.Grid.DisplayLayout.Override.CellPadding     = 0;
     appearance17.BackColor             = System.Drawing.SystemColors.Control;
     appearance17.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance17.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance17.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance17.BorderColor           = System.Drawing.SystemColors.Window;
     this.Grid.DisplayLayout.Override.GroupByRowAppearance = appearance17;
     appearance18.TextHAlignAsString = "Left";
     this.Grid.DisplayLayout.Override.HeaderAppearance  = appearance18;
     this.Grid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.Grid.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance19.BackColor   = System.Drawing.SystemColors.Window;
     appearance19.BorderColor = System.Drawing.Color.Silver;
     this.Grid.DisplayLayout.Override.RowAppearance = appearance19;
     this.Grid.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance20.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Grid.DisplayLayout.Override.TemplateAddRowAppearance = appearance20;
     this.Grid.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.Grid.Location = new System.Drawing.Point(8, 19);
     this.Grid.Name     = "Grid";
     this.Grid.Size     = new System.Drawing.Size(625, 540);
     this.Grid.TabIndex = 7;
     this.Grid.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox4.Controls.Add(this.txtBoxes);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.txtDescription);
     this.groupBox4.Controls.Add(this.txtProductID);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.txtEntryDate);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(656, 108);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(128, 580);
     this.groupBox4.TabIndex  = 1;
     this.groupBox4.TabStop   = false;
     //
     // txtBoxes
     //
     this.txtBoxes.AllowDrop = true;
     this.txtBoxes.Location  = new System.Drawing.Point(23, 332);
     this.txtBoxes.Name      = "txtCustomerID";
     this.txtBoxes.Size      = new System.Drawing.Size(92, 20);
     this.txtBoxes.TabIndex  = 1;
     this.txtBoxes.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(40, 299);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 17);
     this.label4.TabIndex = 30;
     this.label4.Text     = "No Boxes:";
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(28, 399);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 16);
     this.label10.TabIndex  = 27;
     this.label10.Text      = "Scanned Date:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label10.Visible   = false;
     //
     // txtDescription
     //
     this.txtDescription.AllowDrop      = true;
     appearance21.FontData.SizeInPoints = 12F;
     this.txtDescription.Appearance     = appearance21;
     this.txtDescription.Location       = new System.Drawing.Point(9, 68);
     this.txtDescription.Name           = "txtDescription";
     this.txtDescription.Size           = new System.Drawing.Size(112, 179);
     this.txtDescription.TabIndex       = 24;
     this.txtDescription.TabStop        = true;
     this.txtDescription.Value          = null;
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop       = true;
     this.txtProductID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProductID.Location        = new System.Drawing.Point(6, 42);
     this.txtProductID.Name            = "txtCustomerID";
     this.txtProductID.Size            = new System.Drawing.Size(116, 20);
     this.txtProductID.TabIndex        = 0;
     this.txtProductID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4, 27);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(32, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Item:";
     //
     // txtEntryDate
     //
     this.txtEntryDate.AllowDrop     = true;
     appearance22.TextHAlignAsString = "Right";
     this.txtEntryDate.Appearance    = appearance22;
     this.txtEntryDate.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
     this.txtEntryDate.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Date;
     this.txtEntryDate.InputMask     = "{LOC}mm/dd/yyyy";
     this.txtEntryDate.Location      = new System.Drawing.Point(35, 418);
     this.txtEntryDate.Name          = "txtRetail";
     this.txtEntryDate.ReadOnly      = true;
     this.txtEntryDate.Size          = new System.Drawing.Size(73, 20);
     this.txtEntryDate.TabIndex      = 28;
     this.txtEntryDate.Text          = "//";
     //
     // frmPacking_1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(789, 916);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name          = "frmPacking_1";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Packing Orders";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     this.Controls.SetChildIndex(this.groupBox4, 0);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.groupBox1     = new Signature.Windows.Forms.GroupBox();
     this.lbCompany     = new System.Windows.Forms.Label();
     this.label11       = new System.Windows.Forms.Label();
     this.groupBox2     = new Signature.Windows.Forms.GroupBox();
     this.txtName       = new System.Windows.Forms.Label();
     this.txtCustomerID = new Signature.Windows.Forms.MaskedEdit();
     this.label3        = new System.Windows.Forms.Label();
     this.txtStudent    = new Signature.Windows.Forms.MaskedEdit();
     this.txtTeacher    = new Signature.Windows.Forms.MaskedEdit();
     this.label9        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.groupBox3     = new Signature.Windows.Forms.GroupBox();
     this.Grid          = new Signature.Windows.Forms.BoundListView();
     this.Teacher       = new System.Windows.Forms.ColumnHeader();
     this.Student       = new System.Windows.Forms.ColumnHeader();
     this.Packed        = new System.Windows.Forms.ColumnHeader();
     this.Scanned       = new System.Windows.Forms.ColumnHeader();
     this.txtBox        = new System.Windows.Forms.Label();
     this.groupBox4     = new Signature.Windows.Forms.GroupBox();
     this.txtOrderID    = new Signature.Windows.Forms.MaskedEdit();
     this.txtPallets    = new Signature.Windows.Forms.MaskedEdit();
     this.label4        = new System.Windows.Forms.Label();
     this.txtEntryDate  = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtMessage    = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lbCompany);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(755, 4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(126, 54);
     this.groupBox1.TabIndex  = 3;
     this.groupBox1.TabStop   = false;
     //
     // lbCompany
     //
     this.lbCompany.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.792453F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCompany.Location  = new System.Drawing.Point(78, 22);
     this.lbCompany.Name      = "lbCompany";
     this.lbCompany.Size      = new System.Drawing.Size(33, 19);
     this.lbCompany.TabIndex  = 13;
     this.lbCompany.Text      = "F07";
     this.lbCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(16, 20);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(62, 19);
     this.label11.TabIndex  = 12;
     this.label11.Text      = "Company:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtName);
     this.groupBox2.Controls.Add(this.txtCustomerID);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(5, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(742, 54);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Customer Info";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(187, 18);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(532, 22);
     this.txtName.TabIndex = 15;
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop = true;
     this.txtCustomerID.Location  = new System.Drawing.Point(90, 18);
     this.txtCustomerID.Name      = "txtCustomerID";
     this.txtCustomerID.Size      = new System.Drawing.Size(83, 20);
     this.txtCustomerID.TabIndex  = 0;
     this.txtCustomerID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(-5, 19);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(89, 19);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Customer ID:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtStudent
     //
     this.txtStudent.AllowDrop = true;
     this.txtStudent.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtStudent.Location  = new System.Drawing.Point(99, 41);
     this.txtStudent.Name      = "txtCustomerID";
     this.txtStudent.Size      = new System.Drawing.Size(390, 21);
     this.txtStudent.TabIndex  = 2;
     this.txtStudent.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtTeacher
     //
     this.txtTeacher.AllowDrop = true;
     this.txtTeacher.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.txtTeacher.Location  = new System.Drawing.Point(99, 17);
     this.txtTeacher.Name      = "txtCustomerID";
     this.txtTeacher.Size      = new System.Drawing.Size(390, 21);
     this.txtTeacher.TabIndex  = 1;
     this.txtTeacher.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(33, 67);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(54, 19);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Order ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(-5, 42);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 16);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Student/Seller:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-5, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 20);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Teacher/Class:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.Grid);
     this.groupBox3.Controls.Add(this.txtBox);
     this.groupBox3.Controls.Add(this.txtStudent);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.txtTeacher);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(5, 64);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(742, 491);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = " Orders Left";
     //
     // Grid
     //
     this.Grid.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Teacher,
         this.Student,
         this.Packed,
         this.Scanned
     });
     this.Grid.FullRowSelect = true;
     this.Grid.HideSelection = false;
     this.Grid.LabelEdit     = true;
     this.Grid.Location      = new System.Drawing.Point(26, 79);
     this.Grid.MultiSelect   = false;
     this.Grid.Name          = "Grid";
     this.Grid.Size          = new System.Drawing.Size(694, 393);
     this.Grid.TabIndex      = 10;
     this.Grid.Tag           = "";
     this.Grid.UseCompatibleStateImageBehavior = false;
     this.Grid.View = System.Windows.Forms.View.Details;
     //
     // Teacher
     //
     this.Teacher.Text  = "Teacher";
     this.Teacher.Width = 281;
     //
     // Student
     //
     this.Student.Text  = "Student";
     this.Student.Width = 276;
     //
     // Packed
     //
     this.Packed.Text  = "Packed";
     this.Packed.Width = 52;
     //
     // Scanned
     //
     this.Scanned.Text = "Scanned";
     //
     // txtBox
     //
     this.txtBox.Font        = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBox.ForeColor   = System.Drawing.Color.Red;
     this.txtBox.Location    = new System.Drawing.Point(507, 22);
     this.txtBox.Name        = "txtBox";
     this.txtBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtBox.Size        = new System.Drawing.Size(201, 36);
     this.txtBox.TabIndex    = 9;
     this.txtBox.Text        = "Box X of Y";
     this.txtBox.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txtOrderID);
     this.groupBox4.Controls.Add(this.txtPallets);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.txtEntryDate);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(753, 64);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(128, 491);
     this.groupBox4.TabIndex  = 1;
     this.groupBox4.TabStop   = false;
     //
     // txtOrderID
     //
     this.txtOrderID.AllowDrop = true;
     this.txtOrderID.Location  = new System.Drawing.Point(12, 100);
     this.txtOrderID.Name      = "txtCustomerID";
     this.txtOrderID.Size      = new System.Drawing.Size(106, 20);
     this.txtOrderID.TabIndex  = 0;
     this.txtOrderID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPallets
     //
     this.txtPallets.AllowDrop = true;
     this.txtPallets.Location  = new System.Drawing.Point(30, 311);
     this.txtPallets.Name      = "txtCustomerID";
     this.txtPallets.Size      = new System.Drawing.Size(83, 20);
     this.txtPallets.TabIndex  = 1;
     this.txtPallets.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(36, 291);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 17);
     this.label4.TabIndex = 30;
     this.label4.Text     = "No Pallets:";
     //
     // txtEntryDate
     //
     this.txtEntryDate.AllowDrop    = true;
     appearance2.TextHAlignAsString = "Right";
     this.txtEntryDate.Appearance   = appearance2;
     this.txtEntryDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
     this.txtEntryDate.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Date;
     this.txtEntryDate.InputMask    = "{LOC}mm/dd/yyyy";
     this.txtEntryDate.Location     = new System.Drawing.Point(19, 410);
     this.txtEntryDate.Name         = "txtRetail";
     this.txtEntryDate.ReadOnly     = true;
     this.txtEntryDate.Size         = new System.Drawing.Size(73, 20);
     this.txtEntryDate.TabIndex     = 28;
     this.txtEntryDate.Text         = "//";
     this.txtEntryDate.Visible      = false;
     //
     // txtMessage
     //
     this.txtMessage.AutoSize  = true;
     this.txtMessage.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMessage.ForeColor = System.Drawing.Color.Red;
     this.txtMessage.Location  = new System.Drawing.Point(59, 565);
     this.txtMessage.Name      = "txtMessage";
     this.txtMessage.Size      = new System.Drawing.Size(0, 31);
     this.txtMessage.TabIndex  = 4;
     //
     // frmScanning
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(883, 644);
     this.Controls.Add(this.txtMessage);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name          = "frmScanning";
     this.ShowInTaskbar = false;
     this.Text          = "Scanning ";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmScanning_FormClosed);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     this.Controls.SetChildIndex(this.groupBox4, 0);
     this.Controls.SetChildIndex(this.txtMessage, 0);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductType));
     this.ultraGroupBox1    = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtDescription    = new Signature.Windows.Forms.MaskedEdit();
     this.label1            = new System.Windows.Forms.Label();
     this.txtNumberOfPrints = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label4            = new System.Windows.Forms.Label();
     this.txtBrochureTypeID = new Signature.Windows.Forms.MaskedEdit();
     this.label3            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 111);
     this.txtStatus.Size     = new System.Drawing.Size(488, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtDescription);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtNumberOfPrints);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.txtBrochureTypeID);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(488, 111);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtDescription
     //
     this.txtDescription.AllowDrop   = true;
     this.txtDescription.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDescription.Location    = new System.Drawing.Point(130, 52);
     this.txtDescription.Name        = "txtCustomerID";
     this.txtDescription.Size        = new System.Drawing.Size(304, 20);
     this.txtDescription.TabIndex    = 293;
     this.txtDescription.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(21, 52);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(66, 20);
     this.label1.TabIndex  = 294;
     this.label1.Text      = "Description:";
     //
     // txtNumberOfPrints
     //
     this.txtNumberOfPrints.AllowDrop    = true;
     appearance1.TextHAlignAsString      = "Right";
     this.txtNumberOfPrints.Appearance   = appearance1;
     this.txtNumberOfPrints.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtNumberOfPrints.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumberOfPrints.FormatString = "###,###.##";
     this.txtNumberOfPrints.InputMask    = "nnnnnnnnn";
     this.txtNumberOfPrints.Location     = new System.Drawing.Point(130, 78);
     this.txtNumberOfPrints.Name         = "txtAmountDue";
     this.txtNumberOfPrints.Size         = new System.Drawing.Size(64, 20);
     this.txtNumberOfPrints.TabIndex     = 43;
     this.txtNumberOfPrints.Text         = "0";
     this.txtNumberOfPrints.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(21, 72);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(62, 30);
     this.label4.TabIndex  = 29;
     this.label4.Text      = "Number Of Prints:";
     //
     // txtBrochureTypeID
     //
     this.txtBrochureTypeID.AllowDrop       = true;
     this.txtBrochureTypeID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtBrochureTypeID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBrochureTypeID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtBrochureTypeID.Location        = new System.Drawing.Point(130, 26);
     this.txtBrochureTypeID.Name            = "txtCustomerID";
     this.txtBrochureTypeID.Size            = new System.Drawing.Size(80, 20);
     this.txtBrochureTypeID.TabIndex        = 20;
     this.txtBrochureTypeID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(21, 26);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(103, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Product Type ID:";
     //
     // frmProductType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(488, 140);
     this.Controls.Add(this.ultraGroupBox1);
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmProductType";
     this.ShowInTaskbar   = false;
     this.Text            = "Product Type Maintenance";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.txtTax         = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label26        = new System.Windows.Forms.Label();
     this.ctrTaxable     = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.txtDescription = new System.Windows.Forms.Label();
     this.ctrState       = new System.Windows.Forms.ComboBox();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.txtProductID   = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrTaxable)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 146);
     this.txtStatus.Size     = new System.Drawing.Size(481, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(95));
     appearance1.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.txtTax);
     this.ultraGroupBox1.Controls.Add(this.label26);
     this.ultraGroupBox1.Controls.Add(this.ctrTaxable);
     this.ultraGroupBox1.Controls.Add(this.txtDescription);
     this.ultraGroupBox1.Controls.Add(this.ctrState);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.txtProductID);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(481, 146);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtTax
     //
     this.txtTax.AllowDrop         = true;
     appearance2.ForeColorDisabled = System.Drawing.Color.White;
     this.txtTax.Appearance        = appearance2;
     this.txtTax.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtTax.DataMode          = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtTax.EditAs            = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtTax.InputMask         = "nn.nnn%";
     this.txtTax.Location          = new System.Drawing.Point(106, 113);
     this.txtTax.Name       = "txtSigned";
     this.txtTax.PromptChar = ' ';
     this.txtTax.Size       = new System.Drawing.Size(48, 20);
     this.txtTax.TabIndex   = 253;
     this.txtTax.Text       = "%";
     this.txtTax.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label26
     //
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location  = new System.Drawing.Point(12, 113);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(62, 18);
     this.label26.TabIndex  = 254;
     this.label26.Text      = "Sales Tax:";
     this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ctrTaxable
     //
     this.ctrTaxable.BackColor         = System.Drawing.Color.Transparent;
     this.ctrTaxable.BackColorInternal = System.Drawing.Color.Transparent;
     this.ctrTaxable.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     valueListItem1.DataValue          = "Y";
     valueListItem1.DisplayText        = "Yes";
     valueListItem2.DataValue          = "N";
     valueListItem2.DisplayText        = "No";
     this.ctrTaxable.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.ctrTaxable.Location      = new System.Drawing.Point(106, 86);
     this.ctrTaxable.Name          = "ctrTaxable";
     this.ctrTaxable.Size          = new System.Drawing.Size(91, 22);
     this.ctrTaxable.TabIndex      = 32;
     this.ctrTaxable.ValueChanged += new System.EventHandler(this.ctrTaxable_ValueChanged);
     this.ctrTaxable.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtDescription
     //
     this.txtDescription.BackColor = System.Drawing.Color.Transparent;
     this.txtDescription.Location  = new System.Drawing.Point(190, 26);
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(277, 20);
     this.txtDescription.TabIndex  = 31;
     //
     // ctrState
     //
     this.ctrState.FormattingEnabled = true;
     this.ctrState.Location          = new System.Drawing.Point(106, 58);
     this.ctrState.Name                  = "ctrState";
     this.ctrState.Size                  = new System.Drawing.Size(127, 21);
     this.ctrState.TabIndex              = 30;
     this.ctrState.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.ctrState.SelectedValueChanged += new System.EventHandler(this.ctrState_SelectedValueChanged);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(38, 58);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(36, 20);
     this.label1.TabIndex  = 27;
     this.label1.Text      = "State:";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(25, 85);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(52, 18);
     this.label2.TabIndex  = 26;
     this.label2.Text      = "Taxable:";
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop       = true;
     this.txtProductID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtProductID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProductID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProductID.Location        = new System.Drawing.Point(106, 26);
     this.txtProductID.Name            = "txtCustomerID";
     this.txtProductID.Size            = new System.Drawing.Size(80, 20);
     this.txtProductID.TabIndex        = 20;
     this.txtProductID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 26);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(62, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Product ID:";
     //
     // frmStateTax
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(481, 175);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmStateTax";
     this.ShowInTaskbar = false;
     this.Text          = "Special Item/State Tax Setup";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrTaxable)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVoicemail));
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtRepID       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtPnoneExt    = new System.Windows.Forms.Label();
     this.txtVoicemailID = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 104);
     this.txtStatus.Size     = new System.Drawing.Size(445, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtRepID);
     this.ultraGroupBox1.Controls.Add(this.txtPnoneExt);
     this.ultraGroupBox1.Controls.Add(this.txtVoicemailID);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(445, 104);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtName
     //
     appearance1.BackColor    = System.Drawing.Color.Transparent;
     appearance1.BackColor2   = System.Drawing.Color.Black;
     this.txtName.Appearance  = appearance1;
     this.txtName.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(215, 70);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(219, 20);
     this.txtName.TabIndex    = 297;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtRepID
     //
     this.txtRepID.AllowDrop        = true;
     appearance2.TextHAlignAsString = "Right";
     this.txtRepID.Appearance       = appearance2;
     this.txtRepID.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtRepID.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRepID.FormatString     = "###,###.##";
     this.txtRepID.InputMask        = "nnnnnnnnn";
     this.txtRepID.Location         = new System.Drawing.Point(130, 70);
     this.txtRepID.Name             = "txtAmountDue";
     this.txtRepID.Size             = new System.Drawing.Size(64, 20);
     this.txtRepID.TabIndex         = 295;
     this.txtRepID.Text             = "0";
     this.txtRepID.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPnoneExt
     //
     this.txtPnoneExt.BackColor = System.Drawing.Color.Transparent;
     this.txtPnoneExt.Location  = new System.Drawing.Point(42, 70);
     this.txtPnoneExt.Name      = "txtPnoneExt";
     this.txtPnoneExt.Size      = new System.Drawing.Size(62, 20);
     this.txtPnoneExt.TabIndex  = 296;
     this.txtPnoneExt.Text      = "Rep ID:";
     //
     // txtVoicemailID
     //
     this.txtVoicemailID.AllowDrop       = true;
     this.txtVoicemailID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtVoicemailID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoicemailID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtVoicemailID.Location        = new System.Drawing.Point(130, 26);
     this.txtVoicemailID.Name            = "txtCustomerID";
     this.txtVoicemailID.Size            = new System.Drawing.Size(80, 20);
     this.txtVoicemailID.TabIndex        = 20;
     this.txtVoicemailID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(21, 26);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(103, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Voicemail  ID:";
     //
     // frmVoicemail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(445, 133);
     this.Controls.Add(this.ultraGroupBox1);
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmVoicemail";
     this.ShowInTaskbar   = false;
     this.Text            = "Voicemail Maintenance";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }