/// <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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Teacher"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchID", 0); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(560); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(-7); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); this.groupBox3 = new Signature.Windows.Forms.GroupBox(); this.Grid = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtName = new Signature.Windows.Forms.MaskedLabel(); this.txtCustomerID = new Signature.Windows.Forms.MaskedEdit(); this.label9 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.AllowDrop = true; this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox3.Controls.Add(this.Grid); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(5, 82); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(575, 479); this.groupBox3.TabIndex = 1; this.groupBox3.Text = "Teachers"; this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // Grid // appearance1.BackColor = System.Drawing.SystemColors.ControlLight; appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; this.Grid.DisplayLayout.Appearance = appearance1; ultraGridColumn1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; ultraGridColumn1.Header.Caption = "Teacher Name"; ultraGridColumn1.Header.VisiblePosition = 1; ultraGridColumn1.Width = 538; ultraGridColumn2.AutoEdit = false; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn2.Header.VisiblePosition = 0; ultraGridColumn2.Hidden = true; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2 }); this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion2); this.Grid.DisplayLayout.InterBandSpacing = 10; this.Grid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None; this.Grid.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dashed; this.Grid.DisplayLayout.Override.BorderStyleRowSelector = Infragistics.Win.UIElementBorderStyle.Dashed; appearance2.BackColor = System.Drawing.Color.Transparent; this.Grid.DisplayLayout.Override.CardAreaAppearance = appearance2; appearance3.BackColor = System.Drawing.SystemColors.Control; appearance3.BackColor2 = System.Drawing.SystemColors.ControlLightLight; appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalBump; this.Grid.DisplayLayout.Override.CellAppearance = appearance3; this.Grid.DisplayLayout.Override.CellPadding = 2; this.Grid.DisplayLayout.Override.CellSpacing = 2; appearance4.BackColor = System.Drawing.SystemColors.Control; appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalBump; appearance4.FontData.ItalicAsString = "True"; appearance4.TextHAlignAsString = "Left"; appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.Grid.DisplayLayout.Override.HeaderAppearance = appearance4; appearance5.BorderColor = System.Drawing.SystemColors.ControlDark; this.Grid.DisplayLayout.Override.RowAppearance = appearance5; appearance6.BorderColor = System.Drawing.SystemColors.ControlDark; appearance6.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.Grid.DisplayLayout.Override.RowSelectorAppearance = appearance6; this.Grid.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; this.Grid.DisplayLayout.Override.RowSpacingAfter = 1; this.Grid.DisplayLayout.Override.RowSpacingBefore = 2; appearance7.BackColor = System.Drawing.SystemColors.InactiveCaption; appearance7.BackColor2 = System.Drawing.SystemColors.ActiveCaption; appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalBump; this.Grid.DisplayLayout.Override.SelectedRowAppearance = appearance7; this.Grid.DisplayLayout.RowConnectorColor = System.Drawing.SystemColors.ControlDarkDark; this.Grid.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Dashed; this.Grid.Location = new System.Drawing.Point(6, 16); this.Grid.Name = "Grid"; this.Grid.Size = new System.Drawing.Size(562, 457); this.Grid.TabIndex = 0; this.Grid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.txtName); this.ultraGroupBox2.Controls.Add(this.txtCustomerID); this.ultraGroupBox2.Controls.Add(this.label9); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(7, 6); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(573, 70); this.ultraGroupBox2.TabIndex = 0; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txtName // this.txtName.AllowDrop = true; appearance8.BackColor = System.Drawing.Color.Transparent; appearance8.FontData.SizeInPoints = 12F; this.txtName.Appearance = appearance8; this.txtName.Location = new System.Drawing.Point(177, 22); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(357, 19); this.txtName.TabIndex = 19; this.txtName.TabStop = true; this.txtName.Value = null; // // 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(110, 21); this.txtCustomerID.Name = "txtCustomerID"; this.txtCustomerID.Size = new System.Drawing.Size(52, 20); this.txtCustomerID.TabIndex = 0; 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(37, 24); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 19); this.label9.TabIndex = 18; this.label9.Text = "School:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // frmOrderICRTeacher // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.WhiteSmoke; this.ClientSize = new System.Drawing.Size(586, 593); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.groupBox3); this.Name = "frmOrderICRTeacher"; this.ShowIcon = true; this.Text = "Enter Teachers"; this.TransparencyKey = System.Drawing.Color.Empty; this.Load += new System.EventHandler(this.frmOrder_Load); this.Controls.SetChildIndex(this.groupBox3, 0); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.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 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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 0); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Price", 1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cost", 2); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HTS_Number", 3); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HTS_Rate", 4); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HTS_Price", 5); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Country", 6); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(1089); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(-7); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductByRep)); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook(); Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance(); this.groupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtName = new Signature.Windows.Forms.MaskedEdit(); this.txtRepID = new Signature.Windows.Forms.MaskedEdit(); this.label3 = new System.Windows.Forms.Label(); this.groupBox3 = new Signature.Windows.Forms.GroupBox(); this.Grid = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit(); this.SuspendLayout(); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(0, 637); this.txtStatus.Size = new System.Drawing.Size(1105, 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.txtName); this.groupBox2.Controls.Add(this.txtRepID); this.groupBox2.Controls.Add(this.label3); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(5, 4); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1100, 100); this.groupBox2.TabIndex = 0; this.groupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txtName // this.txtName.AllowDrop = true; this.txtName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtName.Location = new System.Drawing.Point(263, 45); this.txtName.Name = "txtCustomerID"; this.txtName.ReadOnly = true; this.txtName.Size = new System.Drawing.Size(356, 20); this.txtName.TabIndex = 1; this.txtName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // txtRepID // this.txtRepID.AllowDrop = true; this.txtRepID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtRepID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRepID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtRepID.Location = new System.Drawing.Point(139, 45); this.txtRepID.Name = "txtCustomerID"; this.txtRepID.Size = new System.Drawing.Size(80, 20); this.txtRepID.TabIndex = 0; this.txtRepID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(24, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 20); this.label3.TabIndex = 13; this.label3.Text = "Rep ID:"; // // groupBox3 // this.groupBox3.AllowDrop = true; appearance4.AlphaLevel = ((short)(95)); appearance4.BackColor = System.Drawing.Color.Transparent; this.groupBox3.Appearance = appearance4; this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox3.Controls.Add(this.Grid); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(5, 110); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(1100, 512); this.groupBox3.TabIndex = 12; this.groupBox3.Text = "Rep Detail"; this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // Grid // this.Grid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); appearance5.BackColor = System.Drawing.Color.White; appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); this.Grid.DisplayLayout.AddNewBox.Appearance = appearance5; this.Grid.DisplayLayout.AddNewBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; appearance6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); appearance6.ImageBackgroundAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance6.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3); appearance6.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.Grid.DisplayLayout.AddNewBox.ButtonAppearance = appearance6; this.Grid.DisplayLayout.AddNewBox.ButtonConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); this.Grid.DisplayLayout.AddNewBox.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless; appearance7.BackColor = System.Drawing.Color.White; this.Grid.DisplayLayout.Appearance = appearance7; ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 66; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 280; ultraGridColumn3.DataType = typeof(double); ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.MaskInput = "{double:4.3}"; ultraGridColumn3.Width = 94; ultraGridColumn4.DataType = typeof(double); ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.MaskInput = "{double:4.3}"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.MaskInput = ""; ultraGridColumn6.DataType = typeof(double); ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.MaskInput = "{double:4.3}"; ultraGridColumn7.DataType = typeof(double); ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.MaskInput = "{double:4.3}"; ultraGridColumn8.Header.Caption = "Country Origin"; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8 }); ultraGridBand1.Header.Caption = ""; ultraGridBand1.Header.Enabled = false; this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1); appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); appearance8.FontData.Name = "Trebuchet MS"; appearance8.FontData.SizeInPoints = 9F; appearance8.ForeColor = System.Drawing.Color.White; appearance8.TextHAlignAsString = "Right"; this.Grid.DisplayLayout.CaptionAppearance = appearance8; this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion2); this.Grid.DisplayLayout.FixedHeaderOffImage = ((System.Drawing.Image)(resources.GetObject("Grid.DisplayLayout.FixedHeaderOffImage"))); this.Grid.DisplayLayout.FixedHeaderOnImage = ((System.Drawing.Image)(resources.GetObject("Grid.DisplayLayout.FixedHeaderOnImage"))); this.Grid.DisplayLayout.FixedRowOffImage = ((System.Drawing.Image)(resources.GetObject("Grid.DisplayLayout.FixedRowOffImage"))); this.Grid.DisplayLayout.FixedRowOnImage = ((System.Drawing.Image)(resources.GetObject("Grid.DisplayLayout.FixedRowOnImage"))); appearance9.FontData.BoldAsString = "True"; appearance9.FontData.Name = "Trebuchet MS"; appearance9.FontData.SizeInPoints = 10F; appearance9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(127)))), ((int)(((byte)(177))))); appearance9.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(0, 2, 0, 3); appearance9.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.Grid.DisplayLayout.GroupByBox.Appearance = appearance9; this.Grid.DisplayLayout.GroupByBox.ButtonBorderStyle = Infragistics.Win.UIElementBorderStyle.None; this.Grid.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No; this.Grid.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True; this.Grid.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True; this.Grid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None; this.Grid.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None; this.Grid.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None; this.Grid.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless; appearance10.BackColor = System.Drawing.Color.Transparent; this.Grid.DisplayLayout.Override.CardAreaAppearance = appearance10; appearance11.BorderColor = System.Drawing.Color.Transparent; appearance11.FontData.Name = "Verdana"; this.Grid.DisplayLayout.Override.CellAppearance = appearance11; appearance12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); appearance12.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3); appearance12.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.Grid.DisplayLayout.Override.CellButtonAppearance = appearance12; appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(251))))); this.Grid.DisplayLayout.Override.FilterCellAppearance = appearance13; appearance14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); appearance14.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3); this.Grid.DisplayLayout.Override.FilterClearButtonAppearance = appearance14; appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251))))); appearance15.BackColorAlpha = Infragistics.Win.Alpha.Opaque; this.Grid.DisplayLayout.Override.FilterRowPromptAppearance = appearance15; appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.None; appearance16.FontData.BoldAsString = "True"; appearance16.FontData.Name = "Trebuchet MS"; appearance16.FontData.SizeInPoints = 10F; appearance16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); appearance16.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Tiled; appearance16.TextHAlignAsString = "Left"; appearance16.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.Grid.DisplayLayout.Override.HeaderAppearance = appearance16; this.Grid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.XPThemed; appearance17.BorderColor = System.Drawing.Color.Transparent; this.Grid.DisplayLayout.Override.RowAppearance = appearance17; appearance18.BackColor = System.Drawing.Color.White; this.Grid.DisplayLayout.Override.RowSelectorAppearance = appearance18; appearance19.BorderColor = System.Drawing.Color.Transparent; appearance19.ForeColor = System.Drawing.Color.Black; this.Grid.DisplayLayout.Override.SelectedCellAppearance = appearance19; appearance20.BorderColor = System.Drawing.Color.Transparent; appearance20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85))))); appearance20.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(1, 1, 1, 4); appearance20.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.Grid.DisplayLayout.Override.SelectedRowAppearance = appearance20; this.Grid.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; appearance21.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(2, 4, 2, 4); appearance21.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; scrollBarLook1.Appearance = appearance21; appearance22.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance22.ImageBackground"))); appearance22.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(3, 2, 3, 2); scrollBarLook1.AppearanceHorizontal = appearance22; appearance23.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance23.ImageBackground"))); appearance23.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(2, 3, 2, 3); appearance23.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; scrollBarLook1.AppearanceVertical = appearance23; appearance24.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance24.ImageBackground"))); appearance24.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(0, 2, 0, 1); scrollBarLook1.TrackAppearanceHorizontal = appearance24; appearance25.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(2, 0, 1, 0); appearance25.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; scrollBarLook1.TrackAppearanceVertical = appearance25; this.Grid.DisplayLayout.ScrollBarLook = scrollBarLook1; this.Grid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.Grid.Location = new System.Drawing.Point(3, 19); this.Grid.Name = "Grid"; this.Grid.Size = new System.Drawing.Size(1091, 487); this.Grid.TabIndex = 31; this.Grid.UseOsThemes = Infragistics.Win.DefaultableBoolean.False; this.Grid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // frmProductByRep // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.WhiteSmoke; this.ClientSize = new System.Drawing.Size(1105, 666); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmProductByRep"; this.ShowInTaskbar = false; this.Text = "Product By Rep"; this.Load += new System.EventHandler(this.frmOrder_Load); this.Controls.SetChildIndex(this.txtStatus, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.Controls.SetChildIndex(this.groupBox3, 0); ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 0); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Price", 1); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 2); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Seq", 3); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(568); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(57); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion3 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(-106); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox(); this.txtProductID = new Signature.Windows.Forms.MaskedEdit(); this.label1 = new System.Windows.Forms.Label(); this.txtDescription = new Infragistics.Win.Misc.UltraLabel(); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.Grid = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.bSubmit = new System.Windows.Forms.Button(); this.bCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit(); this.SuspendLayout(); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(0, 689); this.txtStatus.Size = new System.Drawing.Size(580, 29); // // ultraGroupBox1 // this.ultraGroupBox1.AllowDrop = true; appearance1.AlphaLevel = ((short)(95)); appearance1.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox1.Appearance = appearance1; this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox1.Controls.Add(this.txtProductID); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.txtDescription); this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox1.Location = new System.Drawing.Point(9, 1); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(563, 95); this.ultraGroupBox1.TabIndex = 12; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // 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.Location = new System.Drawing.Point(129, 25); this.txtProductID.Name = "txtCustomerID"; this.txtProductID.Size = new System.Drawing.Size(102, 20); this.txtProductID.TabIndex = 0; this.txtProductID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(6, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(105, 19); this.label1.TabIndex = 16; this.label1.Text = "Compound Item #:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtDescription // appearance2.BackColor = System.Drawing.Color.Transparent; appearance2.BackColor2 = System.Drawing.Color.Black; this.txtDescription.Appearance = appearance2; this.txtDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDescription.Location = new System.Drawing.Point(237, 25); this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(395, 20); this.txtDescription.TabIndex = 14; this.txtDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True; // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; appearance3.AlphaLevel = ((short)(95)); appearance3.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox2.Appearance = appearance3; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.Grid); this.ultraGroupBox2.Controls.Add(this.bSubmit); this.ultraGroupBox2.Controls.Add(this.bCancel); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(9, 102); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(563, 583); this.ultraGroupBox2.TabIndex = 13; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // Grid // this.Grid.AllowDrop = true; ultraGridColumn1.Header.Caption = "Item#"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 81; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.MinLength = 35; ultraGridColumn2.MinWidth = 200; ultraGridColumn2.Width = 315; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance4.TextHAlignAsString = "Right"; ultraGridColumn3.CellAppearance = appearance4; ultraGridColumn3.Format = "$####.00"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.MaskInput = "{LOC}nnnnnnn.nn"; ultraGridColumn3.Width = 57; appearance5.TextHAlignAsString = "Right"; ultraGridColumn4.CellAppearance = appearance5; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.MaskInput = "nnnnnnnnn"; ultraGridColumn4.PromptChar = ' '; ultraGridColumn4.Width = 61; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Hidden = true; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5 }); this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion2); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion3); appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.Grid.DisplayLayout.Override.RowAlternateAppearance = appearance6; appearance7.BorderColor = System.Drawing.Color.DarkGray; this.Grid.DisplayLayout.Override.RowAppearance = appearance7; this.Grid.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; this.Grid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Grid.Location = new System.Drawing.Point(9, 13); this.Grid.Name = "Grid"; this.Grid.Size = new System.Drawing.Size(535, 503); this.Grid.TabIndex = 16; this.Grid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // bSubmit // this.bSubmit.Location = new System.Drawing.Point(328, 545); this.bSubmit.Name = "bSubmit"; this.bSubmit.Size = new System.Drawing.Size(124, 26); this.bSubmit.TabIndex = 15; this.bSubmit.Text = "Save"; this.bSubmit.UseVisualStyleBackColor = true; this.bSubmit.Click += new System.EventHandler(this.bSubmit_Click); // // bCancel // this.bCancel.Location = new System.Drawing.Point(116, 545); this.bCancel.Name = "bCancel"; this.bCancel.Size = new System.Drawing.Size(124, 26); this.bCancel.TabIndex = 14; this.bCancel.Text = "Cancel"; this.bCancel.UseVisualStyleBackColor = true; this.bCancel.Click += new System.EventHandler(this.bCancel_Click); // // frmProductCompound // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.AliceBlue; this.ClientSize = new System.Drawing.Size(580, 718); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.Name = "frmProductCompound"; this.ShowInTaskbar = false; this.Text = "Compound Product"; 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.ultraGroupBox1, 0); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); ((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.Grid)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { 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("ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderID", 0); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Lines", 1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsWebCustomer", 2); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsGiftAvenue", 3); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(504); Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(-7); 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(528, 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(528, 615); 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.VisiblePosition = 0; ultraGridColumn1.Width = 351; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn2.Header.Caption = "Order ID"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 114; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Width = 361; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Hidden = true; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Hidden = true; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5 }); this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion1); this.Grid.DisplayLayout.ColScrollRegions.Add(colScrollRegion2); 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(506, 524); this.Grid.TabIndex = 86; 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(523, 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(407, 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(442, 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(526, 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(527, 10); this.pbar.TabIndex = 85; // // frmViewTicketsByOrder // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(528, 621); this.Controls.Add(this.panel1); this.Controls.Add(this.Label1); this.Name = "frmViewTicketsByOrder"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Tickets 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); }