/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CardSetID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Start", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("End", 1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TotalCredit", 2);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
     this.Label1     = new System.Windows.Forms.Label();
     this.panel1     = new System.Windows.Forms.Panel();
     this.Grid       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.GroupBox1  = new Signature.Windows.Forms.GroupBox();
     this.txtSearch  = new Signature.Windows.Forms.MaskedEdit();
     this.btnClose   = new Signature.Windows.Forms.Button();
     this.Label23    = new System.Windows.Forms.Label();
     this.pbar       = new System.Windows.Forms.ProgressBar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList1
     //
     this.ImageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImageList1.ImageSize        = new System.Drawing.Size(15, 15);
     this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // Label1
     //
     this.Label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Label1.Location  = new System.Drawing.Point(0, 0);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(533, 6);
     this.Label1.TabIndex  = 0;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.Grid);
     this.panel1.Controls.Add(this.GroupBox1);
     this.panel1.Controls.Add(this.Label23);
     this.panel1.Controls.Add(this.pbar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 6);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(533, 614);
     this.panel1.TabIndex = 1;
     //
     // Grid
     //
     ultraGridColumn1.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 113;
     ultraGridColumn2.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 151;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width                  = 123;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.Width                  = 130;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4
     });
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
     this.Grid.Location    = new System.Drawing.Point(9, 77);
     this.Grid.Name        = "Grid";
     this.Grid.Size        = new System.Drawing.Size(518, 524);
     this.Grid.TabIndex    = 86;
     this.Grid.MouseClick += new System.Windows.Forms.MouseEventHandler(this.DataGrid_MouseUp);
     this.Grid.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.DataGrid_MouseUp);
     this.Grid.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     //
     // GroupBox1
     //
     this.GroupBox1.AllowDrop = true;
     this.GroupBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     appearance1.AlphaLevel           = ((short)(95));
     appearance1.BackColor            = System.Drawing.Color.Transparent;
     this.GroupBox1.Appearance        = appearance1;
     this.GroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.GroupBox1.Controls.Add(this.txtSearch);
     this.GroupBox1.Controls.Add(this.btnClose);
     this.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.GroupBox1.Location  = new System.Drawing.Point(0, 12);
     this.GroupBox1.Name      = "GroupBox1";
     this.GroupBox1.Size      = new System.Drawing.Size(527, 42);
     this.GroupBox1.TabIndex  = 83;
     this.GroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtSearch
     //
     this.txtSearch.AllowDrop = true;
     this.txtSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtSearch.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearch.Location     = new System.Drawing.Point(14, 12);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(411, 20);
     this.txtSearch.TabIndex     = 0;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged_1);
     this.txtSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     //
     // btnClose
     //
     this.btnClose.AllowDrop  = true;
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnClose.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.ForeColor  = System.Drawing.Color.Black;
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(446, 11);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(56, 24);
     this.btnClose.TabIndex   = 67;
     this.btnClose.Tag        = "";
     this.btnClose.Text       = "Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // Label23
     //
     this.Label23.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label23.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label23.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Location  = new System.Drawing.Point(0, 0);
     this.Label23.Name      = "Label23";
     this.Label23.Size      = new System.Drawing.Size(531, 10);
     this.Label23.TabIndex  = 84;
     this.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbar
     //
     this.pbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.pbar.Location = new System.Drawing.Point(-4, 59);
     this.pbar.Name     = "pbar";
     this.pbar.Size     = new System.Drawing.Size(531, 12);
     this.pbar.TabIndex = 85;
     //
     // frmViewCardSets
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(533, 620);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Label1);
     this.Name          = "frmViewCardSets";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Card Set View";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmCustomerView_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.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.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KitID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Name", 0, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 1);
     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.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();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtCustomerID  = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.gKits          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.btDelete       = new Signature.Windows.Forms.Button();
     this.btSave         = new Signature.Windows.Forms.Button();
     this.txtKitName     = new Infragistics.Win.Misc.UltraLabel();
     this.txtQuantity    = new Signature.Windows.Forms.MaskedEdit();
     this.label2         = new System.Windows.Forms.Label();
     this.txtPrint       = new Signature.Windows.Forms.Button();
     this.txtKitID       = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerID);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Location  = new System.Drawing.Point(9, 20);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(771, 69);
     this.ultraGroupBox1.TabIndex  = 12;
     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", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(158, 22);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(595, 28);
     this.txtName.TabIndex    = 14;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop = true;
     this.txtCustomerID.Location  = new System.Drawing.Point(88, 28);
     this.txtCustomerID.Name      = "txtCustomerID";
     this.txtCustomerID.Size      = new System.Drawing.Size(52, 20);
     this.txtCustomerID.TabIndex  = 12;
     this.txtCustomerID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(18, 28);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(63, 19);
     this.label9.TabIndex  = 13;
     this.label9.Text      = "School ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.gKits);
     this.ultraGroupBox2.Location  = new System.Drawing.Point(12, 103);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(625, 451);
     this.ultraGroupBox2.TabIndex  = 13;
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // gKits
     //
     appearance2.BackColor                   = System.Drawing.Color.Transparent;
     appearance2.BackColor2                  = System.Drawing.Color.Transparent;
     appearance2.BackGradientStyle           = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.gKits.DisplayLayout.Appearance     = appearance2;
     ultraGridColumn1.AutoEdit               = false;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 102;
     ultraGridColumn2.AutoEdit               = false;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 384;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width                  = 113;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3
     });
     this.gKits.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.gKits.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.gKits.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor       = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.GroupByBox.Appearance = appearance3;
     appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
     this.gKits.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gKits.DisplayLayout.GroupByBox.Hidden = true;
     appearance5.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2        = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
     this.gKits.DisplayLayout.InterBandSpacing            = 10;
     this.gKits.DisplayLayout.MaxColScrollRegions         = 1;
     this.gKits.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gKits.DisplayLayout.Override.ActiveCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.SystemColors.Highlight;
     appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gKits.DisplayLayout.Override.ActiveRowAppearance = appearance7;
     this.gKits.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gKits.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.gKits.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BorderColor  = System.Drawing.Color.Silver;
     appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gKits.DisplayLayout.Override.CellAppearance  = appearance9;
     this.gKits.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gKits.DisplayLayout.Override.CellPadding     = 0;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.Override.GroupByRowAppearance = appearance10;
     appearance11.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance11.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance11.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance11.ForeColor          = System.Drawing.Color.White;
     appearance11.TextHAlignAsString = "Left";
     appearance11.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.gKits.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.gKits.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gKits.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.Override.RowAppearance = appearance12;
     appearance13.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.gKits.DisplayLayout.Override.RowSelectorAppearance = appearance13;
     this.gKits.DisplayLayout.Override.RowSelectors          = Infragistics.Win.DefaultableBoolean.False;
     this.gKits.DisplayLayout.Override.RowSelectorWidth      = 12;
     this.gKits.DisplayLayout.Override.RowSpacingBefore      = 2;
     appearance14.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance14.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance14.ForeColor         = System.Drawing.Color.Black;
     this.gKits.DisplayLayout.Override.SelectedRowAppearance = appearance14;
     appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gKits.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
     this.gKits.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.gKits.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gKits.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gKits.DisplayLayout.ViewStyleBand     = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gKits.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.gKits.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gKits.Location          = new System.Drawing.Point(3, 3);
     this.gKits.Name              = "gKits";
     this.gKits.Size              = new System.Drawing.Size(619, 445);
     this.gKits.TabIndex          = 30;
     this.gKits.Text              = "nm,n,n";
     this.gKits.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.gKits.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.gKits_MouseUp);
     this.gKits.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gKits_InitializeLayout);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.btDelete);
     this.ultraGroupBox3.Controls.Add(this.btSave);
     this.ultraGroupBox3.Controls.Add(this.txtKitName);
     this.ultraGroupBox3.Controls.Add(this.txtQuantity);
     this.ultraGroupBox3.Controls.Add(this.label2);
     this.ultraGroupBox3.Controls.Add(this.txtPrint);
     this.ultraGroupBox3.Controls.Add(this.txtKitID);
     this.ultraGroupBox3.Controls.Add(this.label1);
     this.ultraGroupBox3.Location  = new System.Drawing.Point(651, 103);
     this.ultraGroupBox3.Name      = "ultraGroupBox3";
     this.ultraGroupBox3.Size      = new System.Drawing.Size(129, 448);
     this.ultraGroupBox3.TabIndex  = 14;
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // btDelete
     //
     this.btDelete.Location = new System.Drawing.Point(6, 392);
     this.btDelete.Name     = "btDelete";
     this.btDelete.Size     = new System.Drawing.Size(114, 22);
     this.btDelete.TabIndex = 21;
     this.btDelete.Text     = "Delete Row";
     this.btDelete.Click   += new System.EventHandler(this.btDelete_Click);
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(6, 420);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(114, 22);
     this.btSave.TabIndex = 20;
     this.btSave.Text     = "Save && Print ";
     this.btSave.Click   += new System.EventHandler(this.btSave_Click);
     //
     // txtKitName
     //
     appearance16.BackColor      = System.Drawing.Color.Transparent;
     appearance16.BackColor2     = System.Drawing.Color.Black;
     this.txtKitName.Appearance  = appearance16;
     this.txtKitName.Location    = new System.Drawing.Point(18, 115);
     this.txtKitName.Name        = "txtKitName";
     this.txtKitName.Size        = new System.Drawing.Size(93, 52);
     this.txtKitName.TabIndex    = 19;
     this.txtKitName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtQuantity
     //
     this.txtQuantity.AllowDrop = true;
     this.txtQuantity.Location  = new System.Drawing.Point(75, 79);
     this.txtQuantity.Name      = "txtCustomerID";
     this.txtQuantity.Size      = new System.Drawing.Size(36, 20);
     this.txtQuantity.TabIndex  = 17;
     this.txtQuantity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(57, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(54, 19);
     this.label2.TabIndex  = 18;
     this.label2.Text      = "Qty:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPrint
     //
     this.txtPrint.Location = new System.Drawing.Point(9, 292);
     this.txtPrint.Name     = "txtPrint";
     this.txtPrint.Size     = new System.Drawing.Size(114, 22);
     this.txtPrint.TabIndex = 16;
     this.txtPrint.Text     = "Print ";
     this.txtPrint.Visible  = false;
     this.txtPrint.Click   += new System.EventHandler(this.bPrint_Click);
     //
     // txtKitID
     //
     this.txtKitID.AllowDrop = true;
     this.txtKitID.Location  = new System.Drawing.Point(18, 79);
     this.txtKitID.Name      = "txtCustomerID";
     this.txtKitID.Size      = new System.Drawing.Size(51, 20);
     this.txtKitID.TabIndex  = 14;
     this.txtKitID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(20, 57);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(31, 19);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "Kit:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmKitSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.AliceBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmKitSetup";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Kit Setup";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #3
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);
 }
 /// <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);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRepCharges));
     this.Label21 = new System.Windows.Forms.Label();
     this.lblTraineeInformation = new System.Windows.Forms.Label();
     this.PictureBox1           = new System.Windows.Forms.PictureBox();
     this.txtRepID     = new System.Windows.Forms.TextBox();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.Label6       = new System.Windows.Forms.Label();
     this.Label35      = new System.Windows.Forms.Label();
     this.butEdit      = new Signature.Windows.Forms.Button();
     this.butDelete    = new Signature.Windows.Forms.Button();
     this.butCancel    = new Signature.Windows.Forms.Button();
     this.butNew       = new Signature.Windows.Forms.Button();
     this.btnSearchNow = new Signature.Windows.Forms.Button();
     this.listCharges  = new System.Windows.Forms.ListView();
     this.txtDue       = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.PrintFrm     = new Signature.Windows.Forms.Button();
     this.button1      = new Signature.Windows.Forms.Button();
     this.txtProcess   = new Signature.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 543);
     this.txtStatus.Size     = new System.Drawing.Size(728, 29);
     //
     // Label21
     //
     this.Label21.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Label21.BackColor = System.Drawing.Color.Gray;
     this.Label21.Font      = new System.Drawing.Font("Haettenschweiler", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label21.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Label21.Location  = new System.Drawing.Point(0, 40);
     this.Label21.Name      = "Label21";
     this.Label21.Size      = new System.Drawing.Size(728, 28);
     this.Label21.TabIndex  = 121;
     this.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTraineeInformation
     //
     this.lblTraineeInformation.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblTraineeInformation.Font      = new System.Drawing.Font("Haettenschweiler", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTraineeInformation.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.lblTraineeInformation.Location  = new System.Drawing.Point(0, 0);
     this.lblTraineeInformation.Name      = "lblTraineeInformation";
     this.lblTraineeInformation.Size      = new System.Drawing.Size(728, 38);
     this.lblTraineeInformation.TabIndex  = 120;
     this.lblTraineeInformation.Text      = "         Rep Charges";
     this.lblTraineeInformation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBox1
     //
     this.PictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
     this.PictureBox1.Location = new System.Drawing.Point(8, 8);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(32, 24);
     this.PictureBox1.TabIndex = 122;
     this.PictureBox1.TabStop  = false;
     //
     // txtRepID
     //
     this.txtRepID.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRepID.Location  = new System.Drawing.Point(104, 73);
     this.txtRepID.MaxLength = 50;
     this.txtRepID.Name      = "txtRepID";
     this.txtRepID.Size      = new System.Drawing.Size(91, 21);
     this.txtRepID.TabIndex  = 1;
     this.txtRepID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtRepID_KeyUp);
     //
     // txtName
     //
     this.txtName.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location  = new System.Drawing.Point(104, 102);
     this.txtName.MaxLength = 50;
     this.txtName.Name      = "txtName";
     this.txtName.ReadOnly  = true;
     this.txtName.Size      = new System.Drawing.Size(296, 21);
     this.txtName.TabIndex  = 168;
     //
     // Label6
     //
     this.Label6.BackColor = System.Drawing.Color.Transparent;
     this.Label6.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label6.Location  = new System.Drawing.Point(5, 104);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(92, 18);
     this.Label6.TabIndex  = 167;
     this.Label6.Text      = "Name :";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // Label35
     //
     this.Label35.BackColor = System.Drawing.Color.Transparent;
     this.Label35.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label35.Location  = new System.Drawing.Point(8, 72);
     this.Label35.Name      = "Label35";
     this.Label35.Size      = new System.Drawing.Size(92, 19);
     this.Label35.TabIndex  = 166;
     this.Label35.Text      = "Rep ID  :";
     this.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butEdit
     //
     this.butEdit.AllowDrop  = true;
     this.butEdit.BackColor  = System.Drawing.SystemColors.Control;
     this.butEdit.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.butEdit.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butEdit.ForeColor  = System.Drawing.Color.DimGray;
     this.butEdit.Image      = ((System.Drawing.Image)(resources.GetObject("butEdit.Image")));
     this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butEdit.Location   = new System.Drawing.Point(637, 167);
     this.butEdit.Name       = "butEdit";
     this.butEdit.Size       = new System.Drawing.Size(80, 24);
     this.butEdit.TabIndex   = 173;
     this.butEdit.Tag        = "";
     this.butEdit.Text       = "&Edit";
     this.butEdit.Click     += new System.EventHandler(this.butEdit_Click);
     //
     // butDelete
     //
     this.butDelete.AllowDrop  = true;
     this.butDelete.BackColor  = System.Drawing.SystemColors.Control;
     this.butDelete.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.butDelete.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butDelete.ForeColor  = System.Drawing.Color.DimGray;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(637, 199);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(80, 24);
     this.butDelete.TabIndex   = 172;
     this.butDelete.Tag        = "";
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // butCancel
     //
     this.butCancel.AllowDrop        = true;
     this.butCancel.BackColor        = System.Drawing.SystemColors.Control;
     this.butCancel.CausesValidation = false;
     this.butCancel.Cursor           = System.Windows.Forms.Cursors.Hand;
     this.butCancel.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butCancel.ForeColor        = System.Drawing.Color.DimGray;
     this.butCancel.Image            = ((System.Drawing.Image)(resources.GetObject("butCancel.Image")));
     this.butCancel.ImageAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.butCancel.Location         = new System.Drawing.Point(637, 440);
     this.butCancel.Name             = "butCancel";
     this.butCancel.Size             = new System.Drawing.Size(80, 24);
     this.butCancel.TabIndex         = 171;
     this.butCancel.Tag    = "";
     this.butCancel.Text   = "Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butNew
     //
     this.butNew.AllowDrop  = true;
     this.butNew.BackColor  = System.Drawing.SystemColors.Control;
     this.butNew.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.butNew.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butNew.ForeColor  = System.Drawing.Color.DimGray;
     this.butNew.Image      = ((System.Drawing.Image)(resources.GetObject("butNew.Image")));
     this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butNew.Location   = new System.Drawing.Point(637, 135);
     this.butNew.Name       = "butNew";
     this.butNew.Size       = new System.Drawing.Size(80, 24);
     this.butNew.TabIndex   = 170;
     this.butNew.Tag        = "";
     this.butNew.Text       = "&New";
     this.butNew.Click     += new System.EventHandler(this.butNew_Click);
     //
     // btnSearchNow
     //
     this.btnSearchNow.AllowDrop  = true;
     this.btnSearchNow.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnSearchNow.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnSearchNow.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearchNow.ForeColor  = System.Drawing.Color.DimGray;
     this.btnSearchNow.Image      = ((System.Drawing.Image)(resources.GetObject("btnSearchNow.Image")));
     this.btnSearchNow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearchNow.Location   = new System.Drawing.Point(216, 72);
     this.btnSearchNow.Name       = "btnSearchNow";
     this.btnSearchNow.Size       = new System.Drawing.Size(104, 24);
     this.btnSearchNow.TabIndex   = 193;
     this.btnSearchNow.Tag        = "";
     this.btnSearchNow.Text       = "Search";
     this.btnSearchNow.Click     += new System.EventHandler(this.btnSearchNow_Click);
     //
     // listCharges
     //
     this.listCharges.Activation         = System.Windows.Forms.ItemActivation.OneClick;
     this.listCharges.AllowColumnReorder = true;
     this.listCharges.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listCharges.FullRowSelect  = true;
     this.listCharges.GridLines      = true;
     this.listCharges.HoverSelection = true;
     this.listCharges.Location       = new System.Drawing.Point(8, 136);
     this.listCharges.Name           = "listCharges";
     this.listCharges.Size           = new System.Drawing.Size(624, 392);
     this.listCharges.Sorting        = System.Windows.Forms.SortOrder.Ascending;
     this.listCharges.TabIndex       = 194;
     this.listCharges.UseCompatibleStateImageBehavior = false;
     this.listCharges.DoubleClick += new System.EventHandler(this.listCharges_DoubleClick);
     //
     // txtDue
     //
     this.txtDue.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDue.Location  = new System.Drawing.Point(504, 104);
     this.txtDue.MaxLength = 50;
     this.txtDue.Name      = "txtDue";
     this.txtDue.ReadOnly  = true;
     this.txtDue.Size      = new System.Drawing.Size(104, 21);
     this.txtDue.TabIndex  = 196;
     this.txtDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(448, 104);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 18);
     this.label1.TabIndex  = 195;
     this.label1.Text      = "Due :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PrintFrm
     //
     this.PrintFrm.AllowDrop        = true;
     this.PrintFrm.BackColor        = System.Drawing.Color.LightSteelBlue;
     this.PrintFrm.CausesValidation = false;
     this.PrintFrm.Cursor           = System.Windows.Forms.Cursors.Hand;
     this.PrintFrm.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.PrintFrm.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrintFrm.ForeColor        = System.Drawing.Color.DimGray;
     this.PrintFrm.Image            = ((System.Drawing.Image)(resources.GetObject("PrintFrm.Image")));
     this.PrintFrm.ImageAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.PrintFrm.Location         = new System.Drawing.Point(504, 72);
     this.PrintFrm.Name             = "PrintFrm";
     this.PrintFrm.Size             = new System.Drawing.Size(104, 24);
     this.PrintFrm.TabIndex         = 197;
     this.PrintFrm.Tag    = "";
     this.PrintFrm.Text   = "Print All";
     this.PrintFrm.Click += new System.EventHandler(this.PrintFrm_Click);
     //
     // button1
     //
     this.button1.AllowDrop        = true;
     this.button1.BackColor        = System.Drawing.Color.LightSteelBlue;
     this.button1.CausesValidation = false;
     this.button1.Cursor           = System.Windows.Forms.Cursors.Hand;
     this.button1.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor        = System.Drawing.Color.DimGray;
     this.button1.Image            = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location         = new System.Drawing.Point(637, 312);
     this.button1.Name             = "button1";
     this.button1.Size             = new System.Drawing.Size(80, 24);
     this.button1.TabIndex         = 198;
     this.button1.Tag    = "";
     this.button1.Text   = "Print";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // txtProcess
     //
     this.txtProcess.AllowDrop        = true;
     this.txtProcess.BackColor        = System.Drawing.Color.LightSteelBlue;
     this.txtProcess.CausesValidation = false;
     this.txtProcess.Cursor           = System.Windows.Forms.Cursors.Hand;
     this.txtProcess.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.txtProcess.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtProcess.ForeColor        = System.Drawing.Color.DimGray;
     this.txtProcess.ImageAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtProcess.Location         = new System.Drawing.Point(637, 504);
     this.txtProcess.Name             = "txtProcess";
     this.txtProcess.Size             = new System.Drawing.Size(80, 24);
     this.txtProcess.TabIndex         = 199;
     this.txtProcess.Tag    = "";
     this.txtProcess.Text   = "Process";
     this.txtProcess.Click += new System.EventHandler(this.txtProcess_Click);
     //
     // frmRepCharges
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(728, 572);
     this.Controls.Add(this.txtProcess);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.PrintFrm);
     this.Controls.Add(this.txtDue);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listCharges);
     this.Controls.Add(this.btnSearchNow);
     this.Controls.Add(this.butEdit);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butNew);
     this.Controls.Add(this.txtRepID);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label35);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.Label21);
     this.Controls.Add(this.lblTraineeInformation);
     this.Name  = "frmRepCharges";
     this.Text  = "frmRepCharges";
     this.Load += new System.EventHandler(this.frmRepCharges_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.lblTraineeInformation, 0);
     this.Controls.SetChildIndex(this.Label21, 0);
     this.Controls.SetChildIndex(this.PictureBox1, 0);
     this.Controls.SetChildIndex(this.Label35, 0);
     this.Controls.SetChildIndex(this.Label6, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.txtRepID, 0);
     this.Controls.SetChildIndex(this.butNew, 0);
     this.Controls.SetChildIndex(this.butCancel, 0);
     this.Controls.SetChildIndex(this.butDelete, 0);
     this.Controls.SetChildIndex(this.butEdit, 0);
     this.Controls.SetChildIndex(this.btnSearchNow, 0);
     this.Controls.SetChildIndex(this.listCharges, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtDue, 0);
     this.Controls.SetChildIndex(this.PrintFrm, 0);
     this.Controls.SetChildIndex(this.button1, 0);
     this.Controls.SetChildIndex(this.txtProcess, 0);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = 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("CustomerID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Name", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("City", 1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("State", 2);
     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();
     this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
     this.Label1     = new System.Windows.Forms.Label();
     this.panel1     = new System.Windows.Forms.Panel();
     this.Grid       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.GroupBox1  = new Signature.Windows.Forms.GroupBox();
     this.txtSearch  = new Signature.Windows.Forms.MaskedEdit();
     this.btnClose   = new Signature.Windows.Forms.Button();
     this.Label23    = new System.Windows.Forms.Label();
     this.pbar       = new System.Windows.Forms.ProgressBar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList1
     //
     this.ImageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImageList1.ImageSize        = new System.Drawing.Size(15, 15);
     this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // Label1
     //
     this.Label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Label1.Location  = new System.Drawing.Point(0, 0);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(612, 6);
     this.Label1.TabIndex  = 0;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.Grid);
     this.panel1.Controls.Add(this.GroupBox1);
     this.panel1.Controls.Add(this.Label23);
     this.panel1.Controls.Add(this.pbar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 6);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(612, 614);
     this.panel1.TabIndex = 1;
     //
     // Grid
     //
     this.Grid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     appearance1.BackColor = System.Drawing.Color.White;
     this.Grid.DisplayLayout.Appearance      = appearance1;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 71;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 311;
     ultraGridColumn3.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width                  = 159;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.Width                  = 45;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4
     });
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.Grid.DisplayLayout.Override.CardAreaAppearance = appearance2;
     this.Grid.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.Grid.DisplayLayout.Override.CellPadding        = 3;
     appearance3.TextHAlignAsString = "Left";
     this.Grid.DisplayLayout.Override.HeaderAppearance = appearance3;
     appearance4.BorderColor           = System.Drawing.Color.LightGray;
     appearance4.FontData.SizeInPoints = 10F;
     appearance4.TextVAlignAsString    = "Middle";
     this.Grid.DisplayLayout.Override.RowAppearance = appearance4;
     this.Grid.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance5.BackColor   = System.Drawing.Color.LightSteelBlue;
     appearance5.BorderColor = System.Drawing.Color.Black;
     appearance5.ForeColor   = System.Drawing.Color.Black;
     this.Grid.DisplayLayout.Override.SelectedRowAppearance = appearance5;
     this.Grid.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.Grid.Location = new System.Drawing.Point(-1, 75);
     this.Grid.Name     = "Grid";
     this.Grid.Size     = new System.Drawing.Size(608, 534);
     this.Grid.TabIndex = 86;
     this.Grid.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     this.Grid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DataGrid_MouseUp);
     //
     // GroupBox1
     //
     this.GroupBox1.AllowDrop = true;
     this.GroupBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.GroupBox1.Controls.Add(this.txtSearch);
     this.GroupBox1.Controls.Add(this.btnClose);
     this.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.GroupBox1.Location  = new System.Drawing.Point(0, 12);
     this.GroupBox1.Name      = "GroupBox1";
     this.GroupBox1.Size      = new System.Drawing.Size(607, 42);
     this.GroupBox1.TabIndex  = 83;
     this.GroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtSearch
     //
     this.txtSearch.AllowDrop = true;
     this.txtSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtSearch.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearch.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtSearch.Location        = new System.Drawing.Point(14, 12);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(491, 20);
     this.txtSearch.TabIndex        = 0;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged_1);
     this.txtSearch.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     //
     // btnClose
     //
     this.btnClose.AllowDrop  = true;
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnClose.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.ForeColor  = System.Drawing.Color.Black;
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(526, 11);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(56, 24);
     this.btnClose.TabIndex   = 67;
     this.btnClose.Tag        = "";
     this.btnClose.Text       = "Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // Label23
     //
     this.Label23.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label23.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label23.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Location  = new System.Drawing.Point(0, 0);
     this.Label23.Name      = "Label23";
     this.Label23.Size      = new System.Drawing.Size(610, 10);
     this.Label23.TabIndex  = 84;
     this.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbar
     //
     this.pbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.pbar.Location = new System.Drawing.Point(-4, 59);
     this.pbar.Name     = "pbar";
     this.pbar.Size     = new System.Drawing.Size(611, 10);
     this.pbar.TabIndex = 85;
     //
     // frmCustomerView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(612, 620);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Label1);
     this.Name          = "frmCustomerView";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "CustomerView";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmCustomerView_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #7
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(frmDiscrepancy));
     this.groupBox2                = new Signature.Windows.Forms.GroupBox();
     this.txtSchoolUseOnly         = new System.Windows.Forms.CheckBox();
     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 Signature.Windows.Forms.GroupBox();
     this.bPrint                   = new Signature.Windows.Forms.Button();
     this.label3                   = new System.Windows.Forms.Label();
     this.ultraCalculatorDropDown1 = new Infragistics.Win.UltraWinEditors.UltraWinCalc.UltraCalculatorDropDown();
     this.txtText                  = new Signature.Windows.Forms.MaskedEdit();
     this.lbDiff                   = new System.Windows.Forms.Label();
     this.bNext       = new Signature.Windows.Forms.Button();
     this.bEdit       = new Signature.Windows.Forms.Button();
     this.bPrintImage = new Signature.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalculatorDropDown1)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 565);
     this.txtStatus.Size     = new System.Drawing.Size(792, 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.txtSchoolUseOnly);
     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(775, 142);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.Text      = " Order Header ";
     this.groupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtSchoolUseOnly
     //
     this.txtSchoolUseOnly.AutoSize                = true;
     this.txtSchoolUseOnly.Location                = new System.Drawing.Point(508, 108);
     this.txtSchoolUseOnly.Name                    = "txtSchoolUseOnly";
     this.txtSchoolUseOnly.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.txtSchoolUseOnly.Size                    = new System.Drawing.Size(90, 17);
     this.txtSchoolUseOnly.TabIndex                = 264;
     this.txtSchoolUseOnly.Text                    = "Use Only Box";
     this.txtSchoolUseOnly.UseVisualStyleBackColor = true;
     this.txtSchoolUseOnly.CheckedChanged         += new System.EventHandler(this.txtSchoolUseOnly_CheckedChanged);
     //
     // txtName
     //
     this.txtName.AllowDrop            = true;
     appearance2.FontData.SizeInPoints = 12F;
     this.txtName.Appearance           = appearance2;
     this.txtName.Location             = new System.Drawing.Point(175, 35);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(423, 19);
     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.Location    = new System.Drawing.Point(106, 105);
     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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtTeacher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTeacher.Location    = new System.Drawing.Point(106, 79);
     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.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(106, 35);
     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.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(44, 35);
     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.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(18, 106);
     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(18, 80);
     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.bPrint);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.ultraCalculatorDropDown1);
     this.groupBox3.Controls.Add(this.txtText);
     this.groupBox3.Controls.Add(this.lbDiff);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(5, 156);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(775, 398);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.Text      = "Text";
     this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // bPrint
     //
     this.bPrint.AllowDrop = true;
     this.bPrint.BackColor = System.Drawing.Color.LightSteelBlue;
     this.bPrint.ForeColor = System.Drawing.Color.Black;
     this.bPrint.Location  = new System.Drawing.Point(669, 360);
     this.bPrint.Name      = "bPrint";
     this.bPrint.Size      = new System.Drawing.Size(57, 23);
     this.bPrint.TabIndex  = 14;
     this.bPrint.Text      = "Print";
     this.bPrint.Click    += new System.EventHandler(this.bPrint_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(401, 22);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(131, 16);
     this.label3.TabIndex  = 13;
     this.label3.Text      = "Calculator:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraCalculatorDropDown1
     //
     this.ultraCalculatorDropDown1.Location = new System.Drawing.Point(538, 22);
     this.ultraCalculatorDropDown1.Name     = "ultraCalculatorDropDown1";
     this.ultraCalculatorDropDown1.Size     = new System.Drawing.Size(231, 21);
     this.ultraCalculatorDropDown1.TabIndex = 18;
     //
     // txtText
     //
     this.txtText.AllowDrop       = true;
     this.txtText.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtText.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.txtText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtText.Font            = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtText.Location        = new System.Drawing.Point(47, 57);
     this.txtText.Multiline       = true;
     this.txtText.Name            = "txtText";
     this.txtText.Size            = new System.Drawing.Size(679, 297);
     this.txtText.TabIndex        = 17;
     this.txtText.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.txtText.Enter          += new System.EventHandler(this.txtText_Enter);
     //
     // lbDiff
     //
     this.lbDiff.AutoEllipsis = true;
     this.lbDiff.Font         = new System.Drawing.Font("Microsoft Sans Serif", 6.792453F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbDiff.Location     = new System.Drawing.Point(292, 22);
     this.lbDiff.Name         = "lbDiff";
     this.lbDiff.Size         = new System.Drawing.Size(33, 19);
     this.lbDiff.TabIndex     = 15;
     this.lbDiff.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.lbDiff.Visible      = false;
     //
     // bNext
     //
     this.bNext.AllowDrop = true;
     this.bNext.BackColor = System.Drawing.Color.LightSteelBlue;
     this.bNext.ForeColor = System.Drawing.Color.Black;
     this.bNext.Location  = new System.Drawing.Point(646, 109);
     this.bNext.Name      = "bNext";
     this.bNext.Size      = new System.Drawing.Size(57, 23);
     this.bNext.TabIndex  = 12;
     this.bNext.Text      = "Next";
     this.bNext.Click    += new System.EventHandler(this.bNext_Click);
     //
     // bEdit
     //
     this.bEdit.AllowDrop = true;
     this.bEdit.BackColor = System.Drawing.Color.LightSteelBlue;
     this.bEdit.ForeColor = System.Drawing.Color.Black;
     this.bEdit.Location  = new System.Drawing.Point(713, 110);
     this.bEdit.Name      = "bEdit";
     this.bEdit.Size      = new System.Drawing.Size(56, 23);
     this.bEdit.TabIndex  = 13;
     this.bEdit.Text      = "Edit";
     this.bEdit.Click    += new System.EventHandler(this.bEdit_Click);
     //
     // bPrintImage
     //
     this.bPrintImage.AllowDrop = true;
     this.bPrintImage.BackColor = System.Drawing.Color.LightSteelBlue;
     this.bPrintImage.ForeColor = System.Drawing.Color.Black;
     this.bPrintImage.Location  = new System.Drawing.Point(689, 39);
     this.bPrintImage.Name      = "bPrint";
     this.bPrintImage.Size      = new System.Drawing.Size(78, 21);
     this.bPrintImage.TabIndex  = 15;
     this.bPrintImage.Text      = "View Image";
     this.bPrintImage.Click    += new System.EventHandler(this.bPrintImage_Click_1);
     //
     // frmDiscrepancy
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(792, 594);
     this.Controls.Add(this.bPrintImage);
     this.Controls.Add(this.bEdit);
     this.Controls.Add(this.bNext);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmDiscrepancy";
     this.ShowInTaskbar = false;
     this.Text          = "Discrepancy";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     this.Controls.SetChildIndex(this.bNext, 0);
     this.Controls.SetChildIndex(this.bEdit, 0);
     this.Controls.SetChildIndex(this.bPrintImage, 0);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalculatorDropDown1)).EndInit();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(frmViewCompanies));
     Infragistics.Win.UltraWinGrid.UltraGridBand    ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompanyID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Name", 0);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
     this.Label1     = new System.Windows.Forms.Label();
     this.panel1     = new System.Windows.Forms.Panel();
     this.Grid       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.GroupBox1  = new Signature.Windows.Forms.GroupBox();
     this.txtSearch  = new Signature.Windows.Forms.MaskedEdit();
     this.btnClose   = new Signature.Windows.Forms.Button();
     this.Label23    = new System.Windows.Forms.Label();
     this.pbar       = new System.Windows.Forms.ProgressBar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList1
     //
     this.ImageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream")));
     this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList1.Images.SetKeyName(0, "office-building.ico");
     //
     // Label1
     //
     this.Label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Label1.Location  = new System.Drawing.Point(0, 0);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(575, 6);
     this.Label1.TabIndex  = 0;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.Grid);
     this.panel1.Controls.Add(this.GroupBox1);
     this.panel1.Controls.Add(this.Label23);
     this.panel1.Controls.Add(this.pbar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 6);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(575, 602);
     this.panel1.TabIndex = 1;
     //
     // Grid
     //
     this.Grid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     ultraGridColumn1.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.Caption         = "ID";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 143;
     ultraGridColumn2.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 374;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2
     });
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     appearance1.BackColor             = System.Drawing.Color.Gray;
     appearance1.FontData.SizeInPoints = 20F;
     this.Grid.DisplayLayout.Override.FixedRowAppearance = appearance1;
     appearance3.FontData.SizeInPoints = 20F;
     this.Grid.DisplayLayout.Override.RowAppearance = appearance3;
     this.Grid.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance4.BackColor  = System.Drawing.Color.Gray;
     appearance4.BackColor2 = System.Drawing.Color.Gray;
     this.Grid.DisplayLayout.Override.SelectedRowAppearance = appearance4;
     this.Grid.DisplayLayout.Override.SelectTypeCell        = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.Grid.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Grid.ImageList         = this.ImageList1;
     this.Grid.Location          = new System.Drawing.Point(9, 90);
     this.Grid.Name              = "Grid";
     this.Grid.Size              = new System.Drawing.Size(553, 490);
     this.Grid.TabIndex          = 86;
     this.Grid.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDIPlus;
     this.Grid.UseFlatMode       = Infragistics.Win.DefaultableBoolean.False;
     this.Grid.UseOsThemes       = Infragistics.Win.DefaultableBoolean.True;
     this.Grid.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.DataGrid_MouseUp);
     this.Grid.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     //
     // GroupBox1
     //
     this.GroupBox1.AllowDrop = true;
     this.GroupBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     appearance2.AlphaLevel           = ((short)(95));
     appearance2.BackColor            = System.Drawing.Color.Transparent;
     this.GroupBox1.Appearance        = appearance2;
     this.GroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.GroupBox1.Controls.Add(this.txtSearch);
     this.GroupBox1.Controls.Add(this.btnClose);
     this.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.GroupBox1.Location  = new System.Drawing.Point(0, 12);
     this.GroupBox1.Name      = "GroupBox1";
     this.GroupBox1.Size      = new System.Drawing.Size(570, 42);
     this.GroupBox1.TabIndex  = 83;
     this.GroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtSearch
     //
     this.txtSearch.AllowDrop = true;
     this.txtSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtSearch.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearch.Location     = new System.Drawing.Point(14, 12);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(454, 20);
     this.txtSearch.TabIndex     = 0;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged_1);
     this.txtSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtControl_KeyUp);
     //
     // btnClose
     //
     this.btnClose.AllowDrop  = true;
     this.btnClose.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor  = System.Drawing.Color.LightSteelBlue;
     this.btnClose.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.ForeColor  = System.Drawing.Color.Black;
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(489, 11);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(56, 24);
     this.btnClose.TabIndex   = 67;
     this.btnClose.Tag        = "";
     this.btnClose.Text       = "Close";
     this.btnClose.Click     += new System.EventHandler(this.btnClose_Click);
     //
     // Label23
     //
     this.Label23.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Label23.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label23.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.Label23.Location  = new System.Drawing.Point(0, 0);
     this.Label23.Name      = "Label23";
     this.Label23.Size      = new System.Drawing.Size(573, 10);
     this.Label23.TabIndex  = 84;
     this.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbar
     //
     this.pbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.pbar.Location = new System.Drawing.Point(-4, 59);
     this.pbar.Name     = "pbar";
     this.pbar.Size     = new System.Drawing.Size(574, 10);
     this.pbar.TabIndex = 85;
     //
     // frmViewCompanies
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(575, 608);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Label1);
     this.Name          = "frmViewCompanies";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "CompaniesView";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmCustomerView_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupBox1)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }