private void c1TrueDBGridTimeForAlarm_FetchRowStyle_1(object sender, C1.Win.C1TrueDBGrid.FetchRowStyleEventArgs e) { C1.Win.C1TrueDBGrid.C1TrueDBGrid tdbgrid = sender as C1.Win.C1TrueDBGrid.C1TrueDBGrid; C1.Win.C1TrueDBGrid.Style S = new C1.Win.C1TrueDBGrid.Style(); Font myfont; myfont = new Font(S.Font, FontStyle.Bold); S.Font = myfont; try { // Warning if ((bool)tdbgrid[e.Row, "TimeWarningOn"] ) { // tdbgrid.Columns["TimeWarningOn"].ValueItems.Translate = true; // tdbgrid.Columns["TimeAlarmOn"].ValueItems.Presentation = C1.Win.C1TrueDBGrid.PresentationEnum.Normal; e.CellStyle.BackColor = System.Drawing.Color.Orange; e.CellStyle.Alpha = 100; } // Alarm if ((bool)tdbgrid[e.Row, "TimeAlarmOn"] ) { e.CellStyle.BackColor = System.Drawing.Color.Red; e.CellStyle.Alpha = 100; // e.CellStyle.Font = myfont; if (tdbgrid.Columns["TimeAlarmOn"].Caption == "TimeAlarmOn") { // tdbgrid.Columns["TimeAlarmOn"].ValueItems.Translate = true; // tdbgrid.Columns["TimeAlarmOn"].ValueItems.Presentation = C1.Win.C1TrueDBGrid.PresentationEnum.Normal; // e.CellStyle.ForegroundImage = imageList1.Images[0]; } } } catch { } }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TDBDropDown)); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); this.SuspendLayout(); // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionStyle = style1; this.c1TrueDBDropdown2.ColumnCaptionHeight = 23; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.DisplayMember = "LastName"; this.c1TrueDBDropdown2.EvenRowStyle = style2; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style3; this.c1TrueDBDropdown2.HeadingStyle = style4; this.c1TrueDBDropdown2.HighLightRowStyle = style5; this.c1TrueDBDropdown2.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown2.Images")))); this.c1TrueDBDropdown2.Location = new System.Drawing.Point(108, 270); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style6; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style7; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 22; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(420, 150); this.c1TrueDBDropdown2.Style = style8; this.c1TrueDBDropdown2.TabIndex = 2; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "EmployeeID"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionStyle = style9; this.c1TrueDBDropdown1.ColumnCaptionHeight = 23; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.DisplayMember = "CompanyName"; this.c1TrueDBDropdown1.EvenRowStyle = style10; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style11; this.c1TrueDBDropdown1.HeadingStyle = style12; this.c1TrueDBDropdown1.HighLightRowStyle = style13; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(28, 240); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style14; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style15; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 22; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(420, 150); this.c1TrueDBDropdown1.Style = style16; this.c1TrueDBDropdown1.TabIndex = 1; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "CustomerID"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.Caption = "Using C1TrueDBDropDown"; this.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RecordSelectorWidth = 20; this.c1TrueDBGrid1.RowHeight = 20; this.c1TrueDBGrid1.Size = new System.Drawing.Size(592, 446); this.c1TrueDBGrid1.TabIndex = 0; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; // // TDBDropDown // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 446); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1TrueDBGrid1); this.Name = "TDBDropDown"; this.Text = "TDBDropDown"; this.Load += new System.EventHandler(this.TDBDropDown_Load); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).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(); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Terms)); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textBox1 = new System.Windows.Forms.TextBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.textBox2 = new System.Windows.Forms.TextBox(); this.tERMSDETAILMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dSPOSSTORE = new VIRETAILSTORE.DSPOSSTORE(); this.tERMSDETAILMASTTableAdapter = new VIRETAILSTORE.DSPOSSTORETableAdapters.TERMSDETAILMASTTableAdapter(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.pAYMENTONMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.pAYMENTONMASTTableAdapter = new VIRETAILSTORE.DSPOSSTORETableAdapters.PAYMENTONMASTTableAdapter(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.pAYTYPEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.pAYTYPEMASTTableAdapter = new VIRETAILSTORE.DSPOSSTORETableAdapters.PAYTYPEMASTTableAdapter(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); ((System.ComponentModel.ISupportInitialize)(this.tERMSDETAILMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dSPOSSTORE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pAYMENTONMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pAYTYPEMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Location = new System.Drawing.Point(16, 56); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(65, 14); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "Term Code:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(82, 53); this.textBox1.MaxLength = 3; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(118, 22); this.textBox1.TabIndex = 7; this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating); this.textBox1.Validated += new System.EventHandler(this.textBox1_Validated); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Location = new System.Drawing.Point(206, 56); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(67, 14); this.labelControl2.TabIndex = 8; this.labelControl2.Text = "Term name:"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox2.Location = new System.Drawing.Point(279, 53); this.textBox2.MaxLength = 50; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(382, 22); this.textBox2.TabIndex = 9; // // tERMSDETAILMASTBindingSource // this.tERMSDETAILMASTBindingSource.DataMember = "TERMSDETAILMAST"; this.tERMSDETAILMASTBindingSource.DataSource = this.dSPOSSTORE; // // dSPOSSTORE // this.dSPOSSTORE.DataSetName = "DSPOSSTORE"; this.dSPOSSTORE.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // tERMSDETAILMASTTableAdapter // this.tERMSDETAILMASTTableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.ColumnHeaders = false; this.c1TrueDBDropdown1.DataSource = this.pAYMENTONMASTBindingSource; this.c1TrueDBDropdown1.DisplayMember = "PAYNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(146, 148); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 22; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(266, 131); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 11; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "PAYMENTON"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // pAYMENTONMASTBindingSource // this.pAYMENTONMASTBindingSource.DataMember = "PAYMENTONMAST"; this.pAYMENTONMASTBindingSource.DataSource = this.dSPOSSTORE; // // pAYMENTONMASTTableAdapter // this.pAYMENTONMASTTableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionStyle = style9; this.c1TrueDBDropdown2.ColumnCaptionHeight = 17; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.ColumnHeaders = false; this.c1TrueDBDropdown2.DataSource = this.pAYTYPEMASTBindingSource; this.c1TrueDBDropdown2.DisplayMember = "PAYNAME"; this.c1TrueDBDropdown2.EvenRowStyle = style10; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style11; this.c1TrueDBDropdown2.HeadingStyle = style12; this.c1TrueDBDropdown2.HighLightRowStyle = style13; this.c1TrueDBDropdown2.Location = new System.Drawing.Point(491, 148); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style14; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style15; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 22; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(280, 131); this.c1TrueDBDropdown2.Style = style16; this.c1TrueDBDropdown2.TabIndex = 12; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "PAYTYPE"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // pAYTYPEMASTBindingSource // this.pAYTYPEMASTBindingSource.DataMember = "PAYTYPEMAST"; this.pAYTYPEMASTBindingSource.DataSource = this.dSPOSSTORE; // // pAYTYPEMASTTableAdapter // this.pAYTYPEMASTTableAdapter.ClearBeforeFill = true; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowAddNew = true; this.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.DataSource = this.tERMSDETAILMASTBindingSource; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 81); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowHeight = 22; this.c1TrueDBGrid1.Size = new System.Drawing.Size(780, 201); this.c1TrueDBGrid1.TabIndex = 10; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.BeforeColUpdate += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.c1TrueDBGrid1_BeforeColUpdate); this.c1TrueDBGrid1.BeforeUpdate += new C1.Win.C1TrueDBGrid.CancelEventHandler(this.c1TrueDBGrid1_BeforeUpdate); // // Terms // this.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(785, 292); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.textBox2); this.Controls.Add(this.labelControl2); this.Controls.Add(this.textBox1); this.Controls.Add(this.labelControl1); this.MaximizeBox = false; this.Name = "Terms"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Terms"; this.Load += new System.EventHandler(this.Terms_Load); ((System.ComponentModel.ISupportInitialize)(this.tERMSDETAILMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dSPOSSTORE)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pAYMENTONMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pAYTYPEMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label label9; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label13; System.Windows.Forms.Label label14; System.Windows.Forms.Label label15; System.Windows.Forms.Label label2; System.Windows.Forms.Label label12; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label cOMPNAMELabel; System.Windows.Forms.Label label5; System.Windows.Forms.Label label1; C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurchaseInvoiceN)); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style17 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style18 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style19 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style20 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style21 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style22 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style23 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style24 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style25 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style26 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style27 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style28 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style29 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style30 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style31 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style32 = new C1.Win.C1TrueDBGrid.Style(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); this.sUPPLIERBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Store.DataSet1(); this.sTOREMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.wAREHOUSEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel2 = new System.Windows.Forms.Panel(); this.totprofit = new DevExpress.XtraEditors.TextEdit(); this.totdisc = new DevExpress.XtraEditors.TextEdit(); this.totvalue = new DevExpress.XtraEditors.TextEdit(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.netamt = new DevExpress.XtraEditors.TextEdit(); this.adjustval = new DevExpress.XtraEditors.TextEdit(); this.specdisc = new DevExpress.XtraEditors.TextEdit(); this.totsalvalue = new DevExpress.XtraEditors.TextEdit(); this.totcostvalue = new DevExpress.XtraEditors.TextEdit(); this.pURINVDETAILBindingSource = new System.Windows.Forms.BindingSource(this.components); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMMAST1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.sUPPLIERTableAdapter = new Store.DataSet1TableAdapters.SUPPLIERTableAdapter(); this.iTEMMAST1TableAdapter = new Store.DataSet1TableAdapters.ITEMMAST1TableAdapter(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMGROUPBindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMGROUPTableAdapter = new Store.DataSet1TableAdapters.ITEMGROUPTableAdapter(); this.c1TrueDBDropdown3 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.sTOREMASTTableAdapter = new Store.DataSet1TableAdapters.STOREMASTTableAdapter(); this.wAREHOUSEMASTTableAdapter = new Store.DataSet1TableAdapters.WAREHOUSEMASTTableAdapter(); this.stockmasterTableAdapter1 = new Store.DataSet1TableAdapters.STOCKMASTERTableAdapter(); this.purinvmainTableAdapter1 = new Store.DataSet1TableAdapters.PURINVMAINTableAdapter(); this.pURINVDETAILTableAdapter1 = new Store.DataSet1TableAdapters.PURINVDETAILTableAdapter(); this.c1TrueDBDropdown4 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.myRibbon1 = new Store.MyRibbon(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.spdisc = new DevExpress.XtraEditors.TextEdit(); this.duedays = new DevExpress.XtraEditors.TextEdit(); this.invdate = new DevExpress.XtraEditors.DateEdit(); this.invno = new DevExpress.XtraEditors.TextEdit(); this.supplier = new DevExpress.XtraEditors.LookUpEdit(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.purno = new DevExpress.XtraEditors.TextEdit(); this.warehouse = new DevExpress.XtraEditors.LookUpEdit(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.bar1 = new DevExpress.XtraBars.Bar(); this.bar3 = new DevExpress.XtraBars.Bar(); this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); cOMPNAMELabel = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown4)).BeginInit(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // // label7 // label7.AutoSize = true; label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label7.Location = new System.Drawing.Point(8, 14); label7.Name = "label7"; label7.Size = new System.Drawing.Size(105, 14); label7.TabIndex = 17; label7.Text = "Total Cost Value: "; // // label8 // label8.AutoSize = true; label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label8.Location = new System.Drawing.Point(8, 41); label8.Name = "label8"; label8.Size = new System.Drawing.Size(103, 14); label8.TabIndex = 18; label8.Text = "Total Sale Value: "; // // label9 // label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label9.AutoSize = true; label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label9.Location = new System.Drawing.Point(561, 49); label9.Name = "label9"; label9.Size = new System.Drawing.Size(103, 14); label9.TabIndex = 21; label9.Text = "Special Discount: "; // // label10 // label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label10.AutoSize = true; label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label10.Location = new System.Drawing.Point(319, 69); label10.Name = "label10"; label10.Size = new System.Drawing.Size(121, 14); label10.TabIndex = 23; label10.Text = "Adjusted Value(F7): "; // // label11 // label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label11.AutoSize = true; label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label11.Location = new System.Drawing.Point(561, 71); label11.Name = "label11"; label11.Size = new System.Drawing.Size(87, 14); label11.TabIndex = 25; label11.Text = "Net Amount : "; // // label13 // label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label13.AutoSize = true; label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label13.Location = new System.Drawing.Point(561, 6); label13.Name = "label13"; label13.Size = new System.Drawing.Size(77, 14); label13.TabIndex = 28; label13.Text = "Total Value: "; // // label14 // label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label14.AutoSize = true; label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.Location = new System.Drawing.Point(561, 28); label14.Name = "label14"; label14.Size = new System.Drawing.Size(106, 14); label14.TabIndex = 30; label14.Text = "Total Disc Value: "; // // label15 // label15.AutoSize = true; label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label15.Location = new System.Drawing.Point(8, 64); label15.Name = "label15"; label15.Size = new System.Drawing.Size(76, 14); label15.TabIndex = 32; label15.Text = "Total Profit: "; // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label2.AutoSize = true; label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(638, 54); label2.Name = "label2"; label2.Size = new System.Drawing.Size(45, 14); label2.TabIndex = 86; label2.Text = "Store :"; // // label12 // label12.AutoSize = true; label12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label12.Location = new System.Drawing.Point(196, 54); label12.Name = "label12"; label12.Size = new System.Drawing.Size(52, 14); label12.TabIndex = 85; label12.Text = "Spl.Disc:"; // // label6 // label6.AutoSize = true; label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label6.Location = new System.Drawing.Point(5, 53); label6.Name = "label6"; label6.Size = new System.Drawing.Size(62, 14); label6.TabIndex = 84; label6.Text = "Due Days:"; // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(196, 32); label4.Name = "label4"; label4.Size = new System.Drawing.Size(84, 14); label4.TabIndex = 83; label4.Text = "Invoice Date: "; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(5, 30); label3.Name = "label3"; label3.Size = new System.Drawing.Size(67, 14); label3.TabIndex = 82; label3.Text = "Invoice #: "; // // cOMPNAMELabel // cOMPNAMELabel.Anchor = System.Windows.Forms.AnchorStyles.Left; cOMPNAMELabel.AutoSize = true; cOMPNAMELabel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); cOMPNAMELabel.Location = new System.Drawing.Point(5, 6); cOMPNAMELabel.Name = "cOMPNAMELabel"; cOMPNAMELabel.Size = new System.Drawing.Size(88, 14); cOMPNAMELabel.TabIndex = 81; cOMPNAMELabel.Text = "Supplier name:"; // // label5 // label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label5.AutoSize = true; label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(391, 54); label5.Name = "label5"; label5.Size = new System.Drawing.Size(119, 14); label5.TabIndex = 28; label5.Text = "Transfer Store type:"; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(395, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(45, 14); label1.TabIndex = 24; label1.Text = "Doc #:"; // // sUPPLIERBindingSource // this.sUPPLIERBindingSource.DataMember = "SUPPLIER"; this.sUPPLIERBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // sTOREMASTBindingSource // this.sTOREMASTBindingSource.DataMember = "STOREMAST"; this.sTOREMASTBindingSource.DataSource = this.dataSet1; // // wAREHOUSEMASTBindingSource // this.wAREHOUSEMASTBindingSource.DataMember = "WAREHOUSEMAST"; this.wAREHOUSEMASTBindingSource.DataSource = this.dataSet1; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.panel2.Controls.Add(this.totprofit); this.panel2.Controls.Add(label15); this.panel2.Controls.Add(this.totdisc); this.panel2.Controls.Add(label14); this.panel2.Controls.Add(this.totvalue); this.panel2.Controls.Add(label13); this.panel2.Controls.Add(this.checkEdit1); this.panel2.Controls.Add(this.netamt); this.panel2.Controls.Add(label11); this.panel2.Controls.Add(this.adjustval); this.panel2.Controls.Add(label10); this.panel2.Controls.Add(this.specdisc); this.panel2.Controls.Add(label9); this.panel2.Controls.Add(this.totsalvalue); this.panel2.Controls.Add(this.totcostvalue); this.panel2.Controls.Add(label8); this.panel2.Controls.Add(label7); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel2.Location = new System.Drawing.Point(0, 458); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(802, 92); this.panel2.TabIndex = 40; // // totprofit // this.totprofit.Location = new System.Drawing.Point(110, 61); this.totprofit.Name = "totprofit"; this.totprofit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totprofit.Properties.Appearance.Options.UseFont = true; this.totprofit.Properties.Appearance.Options.UseTextOptions = true; this.totprofit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totprofit.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totprofit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totprofit.Properties.NullText = "0"; this.totprofit.Properties.ReadOnly = true; this.totprofit.Size = new System.Drawing.Size(118, 20); this.totprofit.TabIndex = 33; // // totdisc // this.totdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totdisc.Location = new System.Drawing.Point(679, 24); this.totdisc.Name = "totdisc"; this.totdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totdisc.Properties.Appearance.Options.UseFont = true; this.totdisc.Properties.Appearance.Options.UseTextOptions = true; this.totdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totdisc.Properties.NullText = "0"; this.totdisc.Properties.ReadOnly = true; this.totdisc.Size = new System.Drawing.Size(118, 20); this.totdisc.TabIndex = 31; // // totvalue // this.totvalue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totvalue.Location = new System.Drawing.Point(679, 3); this.totvalue.Name = "totvalue"; this.totvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totvalue.Properties.Appearance.Options.UseFont = true; this.totvalue.Properties.Appearance.Options.UseTextOptions = true; this.totvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totvalue.Properties.DisplayFormat.FormatString = "###,###,###,###.00"; this.totvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totvalue.Properties.NullText = "0"; this.totvalue.Properties.ReadOnly = true; this.totvalue.Size = new System.Drawing.Size(118, 20); this.totvalue.TabIndex = 29; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(238, 12); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkEdit1.Properties.Appearance.Options.UseFont = true; this.checkEdit1.Properties.Caption = " CTRL-Unit Conversion"; this.checkEdit1.Size = new System.Drawing.Size(148, 19); this.checkEdit1.TabIndex = 27; // // netamt // this.netamt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.netamt.Location = new System.Drawing.Point(679, 68); this.netamt.Name = "netamt"; this.netamt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.netamt.Properties.Appearance.Options.UseFont = true; this.netamt.Properties.Appearance.Options.UseTextOptions = true; this.netamt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.netamt.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.netamt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.netamt.Properties.NullText = "0"; this.netamt.Properties.ReadOnly = true; this.netamt.Size = new System.Drawing.Size(118, 20); this.netamt.TabIndex = 26; // // adjustval // this.adjustval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.adjustval.EditValue = "0"; this.adjustval.Location = new System.Drawing.Point(437, 66); this.adjustval.Name = "adjustval"; this.adjustval.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.adjustval.Properties.Appearance.Options.UseFont = true; this.adjustval.Properties.Appearance.Options.UseTextOptions = true; this.adjustval.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.adjustval.Properties.DisplayFormat.FormatString = "###,##0.00"; this.adjustval.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.adjustval.Properties.NullText = "0"; this.adjustval.Size = new System.Drawing.Size(118, 20); this.adjustval.TabIndex = 24; this.adjustval.Validating += new System.ComponentModel.CancelEventHandler(this.adjustval_Validating); // // specdisc // this.specdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.specdisc.Location = new System.Drawing.Point(679, 45); this.specdisc.Name = "specdisc"; this.specdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.specdisc.Properties.Appearance.Options.UseFont = true; this.specdisc.Properties.Appearance.Options.UseTextOptions = true; this.specdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.specdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.specdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.specdisc.Properties.NullText = "0"; this.specdisc.Properties.ReadOnly = true; this.specdisc.Size = new System.Drawing.Size(118, 20); this.specdisc.TabIndex = 22; // // totsalvalue // this.totsalvalue.Location = new System.Drawing.Point(110, 37); this.totsalvalue.Name = "totsalvalue"; this.totsalvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totsalvalue.Properties.Appearance.Options.UseFont = true; this.totsalvalue.Properties.Appearance.Options.UseTextOptions = true; this.totsalvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totsalvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totsalvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totsalvalue.Properties.NullText = "0"; this.totsalvalue.Properties.ReadOnly = true; this.totsalvalue.Size = new System.Drawing.Size(118, 20); this.totsalvalue.TabIndex = 20; this.totsalvalue.EditValueChanged += new System.EventHandler(this.totsalvalue_EditValueChanged); // // totcostvalue // this.totcostvalue.Location = new System.Drawing.Point(110, 11); this.totcostvalue.Name = "totcostvalue"; this.totcostvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totcostvalue.Properties.Appearance.Options.UseFont = true; this.totcostvalue.Properties.Appearance.Options.UseTextOptions = true; this.totcostvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totcostvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totcostvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totcostvalue.Properties.NullText = "0"; this.totcostvalue.Properties.ReadOnly = true; this.totcostvalue.Size = new System.Drawing.Size(118, 20); this.totcostvalue.TabIndex = 19; // // pURINVDETAILBindingSource // this.pURINVDETAILBindingSource.DataMember = "PURINVDETAIL"; this.pURINVDETAILBindingSource.DataSource = this.dataSet1; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.ColumnHeaders = false; this.c1TrueDBDropdown1.DataSource = this.iTEMMAST1BindingSource; this.c1TrueDBDropdown1.DisplayMember = "ITEMNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(55, 389); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(212, 55); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 55; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "ITEMNO"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // iTEMMAST1BindingSource // this.iTEMMAST1BindingSource.DataMember = "ITEMMAST1"; this.iTEMMAST1BindingSource.DataSource = this.dataSet1; // // sUPPLIERTableAdapter // this.sUPPLIERTableAdapter.ClearBeforeFill = true; // // iTEMMAST1TableAdapter // this.iTEMMAST1TableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionHeight = 17; this.c1TrueDBDropdown2.CaptionStyle = style9; this.c1TrueDBDropdown2.ColumnCaptionHeight = 17; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.ColumnHeaders = false; this.c1TrueDBDropdown2.DataSource = this.iTEMGROUPBindingSource; this.c1TrueDBDropdown2.DisplayMember = "GROUPNAME"; this.c1TrueDBDropdown2.EvenRowStyle = style10; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style11; this.c1TrueDBDropdown2.HeadingStyle = style12; this.c1TrueDBDropdown2.HighLightRowStyle = style13; this.c1TrueDBDropdown2.Location = new System.Drawing.Point(55, 329); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style14; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style15; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 15; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(291, 55); this.c1TrueDBDropdown2.Style = style16; this.c1TrueDBDropdown2.TabIndex = 65; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "GROUPID"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // iTEMGROUPBindingSource // this.iTEMGROUPBindingSource.DataMember = "ITEMGROUP"; this.iTEMGROUPBindingSource.DataSource = this.dataSet1; // // iTEMGROUPTableAdapter // this.iTEMGROUPTableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown3 // this.c1TrueDBDropdown3.AllowColMove = true; this.c1TrueDBDropdown3.AllowColSelect = true; this.c1TrueDBDropdown3.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown3.AlternatingRows = false; this.c1TrueDBDropdown3.CaptionHeight = 17; this.c1TrueDBDropdown3.CaptionStyle = style17; this.c1TrueDBDropdown3.ColumnCaptionHeight = 17; this.c1TrueDBDropdown3.ColumnFooterHeight = 17; this.c1TrueDBDropdown3.ColumnHeaders = false; this.c1TrueDBDropdown3.DataSource = this.sTOREMASTBindingSource; this.c1TrueDBDropdown3.DisplayMember = "STORECODE"; this.c1TrueDBDropdown3.EvenRowStyle = style18; this.c1TrueDBDropdown3.FetchRowStyles = false; this.c1TrueDBDropdown3.FooterStyle = style19; this.c1TrueDBDropdown3.HeadingStyle = style20; this.c1TrueDBDropdown3.HighLightRowStyle = style21; this.c1TrueDBDropdown3.Location = new System.Drawing.Point(394, 329); this.c1TrueDBDropdown3.Name = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.OddRowStyle = style22; this.c1TrueDBDropdown3.PropBag = resources.GetString("c1TrueDBDropdown3.PropBag"); this.c1TrueDBDropdown3.RecordSelectorStyle = style23; this.c1TrueDBDropdown3.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown3.RowHeight = 15; this.c1TrueDBDropdown3.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.ScrollTips = false; this.c1TrueDBDropdown3.Size = new System.Drawing.Size(205, 62); this.c1TrueDBDropdown3.Style = style24; this.c1TrueDBDropdown3.TabIndex = 70; this.c1TrueDBDropdown3.TabStop = false; this.c1TrueDBDropdown3.Text = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.ValueMember = "STORECODE"; this.c1TrueDBDropdown3.Visible = false; this.c1TrueDBDropdown3.DropDownClose += new System.EventHandler(this.c1TrueDBDropdown3_DropDownClose); // // sTOREMASTTableAdapter // this.sTOREMASTTableAdapter.ClearBeforeFill = true; // // wAREHOUSEMASTTableAdapter // this.wAREHOUSEMASTTableAdapter.ClearBeforeFill = true; // // stockmasterTableAdapter1 // this.stockmasterTableAdapter1.ClearBeforeFill = true; // // purinvmainTableAdapter1 // this.purinvmainTableAdapter1.ClearBeforeFill = true; // // pURINVDETAILTableAdapter1 // this.pURINVDETAILTableAdapter1.ClearBeforeFill = true; // // c1TrueDBDropdown4 // this.c1TrueDBDropdown4.AllowColMove = true; this.c1TrueDBDropdown4.AllowColSelect = true; this.c1TrueDBDropdown4.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown4.AlternatingRows = false; this.c1TrueDBDropdown4.CaptionStyle = style25; this.c1TrueDBDropdown4.ColumnCaptionHeight = 17; this.c1TrueDBDropdown4.ColumnFooterHeight = 17; this.c1TrueDBDropdown4.ColumnHeaders = false; this.c1TrueDBDropdown4.DataSource = this.sTOREMASTBindingSource; this.c1TrueDBDropdown4.DisplayMember = "STORENAME"; this.c1TrueDBDropdown4.EvenRowStyle = style26; this.c1TrueDBDropdown4.FetchRowStyles = false; this.c1TrueDBDropdown4.FooterStyle = style27; this.c1TrueDBDropdown4.HeadingStyle = style28; this.c1TrueDBDropdown4.HighLightRowStyle = style29; this.c1TrueDBDropdown4.Location = new System.Drawing.Point(634, 350); this.c1TrueDBDropdown4.Name = "c1TrueDBDropdown4"; this.c1TrueDBDropdown4.OddRowStyle = style30; this.c1TrueDBDropdown4.PropBag = resources.GetString("c1TrueDBDropdown4.PropBag"); this.c1TrueDBDropdown4.RecordSelectorStyle = style31; this.c1TrueDBDropdown4.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown4.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown4.RowHeight = 15; this.c1TrueDBDropdown4.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown4.ScrollTips = false; this.c1TrueDBDropdown4.Size = new System.Drawing.Size(313, 41); this.c1TrueDBDropdown4.Style = style32; this.c1TrueDBDropdown4.TabIndex = 75; this.c1TrueDBDropdown4.TabStop = false; this.c1TrueDBDropdown4.Text = "c1TrueDBDropdown4"; this.c1TrueDBDropdown4.ValueMember = "STORECODE"; this.c1TrueDBDropdown4.ValueTranslate = true; this.c1TrueDBDropdown4.Visible = false; // // myRibbon1 // this.myRibbon1.Dock = System.Windows.Forms.DockStyle.Top; this.myRibbon1.ForeColor = System.Drawing.SystemColors.Control; this.myRibbon1.Location = new System.Drawing.Point(0, 0); this.myRibbon1.Name = "myRibbon1"; this.myRibbon1.Size = new System.Drawing.Size(802, 142); this.myRibbon1.TabIndex = 80; // // panel1 // this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.lookUpEdit1); this.panel1.Controls.Add(label2); this.panel1.Controls.Add(this.spdisc); this.panel1.Controls.Add(label12); this.panel1.Controls.Add(this.duedays); this.panel1.Controls.Add(label6); this.panel1.Controls.Add(this.invdate); this.panel1.Controls.Add(label4); this.panel1.Controls.Add(this.invno); this.panel1.Controls.Add(label3); this.panel1.Controls.Add(cOMPNAMELabel); this.panel1.Controls.Add(this.supplier); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(label5); this.panel1.Controls.Add(this.purno); this.panel1.Controls.Add(label1); this.panel1.Controls.Add(this.warehouse); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 142); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(802, 107); this.panel1.TabIndex = 85; // // panel3 // this.panel3.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.panel3.Controls.Add(this.standaloneBarDockControl1); this.panel3.Location = new System.Drawing.Point(3, 75); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(796, 29); this.panel3.TabIndex = 89; // // lookUpEdit1 // this.lookUpEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lookUpEdit1.Enabled = false; this.lookUpEdit1.Location = new System.Drawing.Point(681, 52); this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lookUpEdit1.Properties.Appearance.Options.UseFont = true; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Properties.DataSource = this.sTOREMASTBindingSource; this.lookUpEdit1.Properties.DisplayMember = "STORECODE"; this.lookUpEdit1.Properties.NullText = ""; this.lookUpEdit1.Properties.ValueMember = "STORECODE"; this.lookUpEdit1.Size = new System.Drawing.Size(113, 20); this.lookUpEdit1.TabIndex = 88; // // spdisc // this.spdisc.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spdisc.Location = new System.Drawing.Point(277, 51); this.spdisc.Name = "spdisc"; this.spdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.spdisc.Properties.Appearance.Options.UseFont = true; this.spdisc.Properties.Appearance.Options.UseTextOptions = true; this.spdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.spdisc.Properties.NullText = "0"; this.spdisc.Size = new System.Drawing.Size(103, 20); this.spdisc.TabIndex = 80; // // duedays // this.duedays.Location = new System.Drawing.Point(95, 51); this.duedays.Name = "duedays"; this.duedays.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.duedays.Properties.Appearance.Options.UseFont = true; this.duedays.Properties.Appearance.Options.UseTextOptions = true; this.duedays.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.duedays.Properties.NullText = "0"; this.duedays.Size = new System.Drawing.Size(95, 20); this.duedays.TabIndex = 79; // // invdate // this.invdate.EditValue = null; this.invdate.Location = new System.Drawing.Point(277, 29); this.invdate.Name = "invdate"; this.invdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invdate.Properties.Appearance.Options.UseFont = true; this.invdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.invdate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.invdate.Size = new System.Drawing.Size(104, 20); this.invdate.TabIndex = 78; // // invno // this.invno.Location = new System.Drawing.Point(95, 27); this.invno.Name = "invno"; this.invno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invno.Properties.Appearance.Options.UseFont = true; this.invno.Properties.Appearance.Options.UseTextOptions = true; this.invno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.invno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.invno.Size = new System.Drawing.Size(95, 20); this.invno.TabIndex = 77; // // supplier // this.supplier.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.supplier.Location = new System.Drawing.Point(95, 4); this.supplier.Name = "supplier"; this.supplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.supplier.Properties.Appearance.Options.UseFont = true; this.supplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.supplier.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNO", "SUPPLIERNO", 85, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNAME", "SUPPLIERNAME", 85, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DUEDAYS", "DUEDAYS", 56, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.supplier.Properties.DataSource = this.sUPPLIERBindingSource; this.supplier.Properties.DisplayMember = "SUPPLIERNAME"; this.supplier.Properties.NullText = ""; this.supplier.Properties.ShowHeader = false; this.supplier.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.supplier.Properties.ValueMember = "SUPPLIERNO"; this.supplier.Size = new System.Drawing.Size(288, 20); this.supplier.TabIndex = 76; // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "ALL STORES", "SELECTED STORES"}); this.comboBox1.Location = new System.Drawing.Point(512, 51); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(122, 22); this.comboBox1.TabIndex = 6; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(391, 29); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(92, 14); this.label16.TabIndex = 75; this.label16.Text = "To Warehouse:"; // // purno // this.purno.Anchor = System.Windows.Forms.AnchorStyles.Right; this.purno.Location = new System.Drawing.Point(512, 3); this.purno.Name = "purno"; this.purno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.purno.Properties.Appearance.Options.UseFont = true; this.purno.Properties.Appearance.Options.UseTextOptions = true; this.purno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.purno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.purno.Properties.ReadOnly = true; this.purno.Size = new System.Drawing.Size(122, 20); this.purno.TabIndex = 25; this.purno.TabStop = false; // // warehouse // this.warehouse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.warehouse.Location = new System.Drawing.Point(512, 26); this.warehouse.Name = "warehouse"; this.warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.warehouse.Properties.Appearance.Options.UseFont = true; serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); serializableAppearanceObject2.Options.UseFont = true; this.warehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 16, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, ((System.Drawing.Image)(resources.GetObject("warehouse.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)}); this.warehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHID", "WHID", 51, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHNAME", "WHNAME", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SEL", "SEL", 27, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PER", "PER", 29, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.warehouse.Properties.DataSource = this.wAREHOUSEMASTBindingSource; this.warehouse.Properties.DisplayMember = "WHNAME"; this.warehouse.Properties.NullText = ""; this.warehouse.Properties.ShowFooter = false; this.warehouse.Properties.ShowHeader = false; this.warehouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.warehouse.Properties.ValueMember = "WHID"; this.warehouse.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); this.warehouse.Size = new System.Drawing.Size(282, 22); this.warehouse.TabIndex = 5; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowDelete = true; this.c1TrueDBGrid1.AllowSort = false; this.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.DataSource = this.pURINVDETAILBindingSource; this.c1TrueDBGrid1.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.MultipleLines; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.EmptyRows = true; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.LinesPerRow = 2; this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 249); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 22; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.Size = new System.Drawing.Size(802, 209); this.c1TrueDBGrid1.TabIndex = 86; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.System; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1, this.bar3}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.DockControls.Add(this.standaloneBarDockControl1); this.barManager1.Form = this; this.barManager1.MaxItemId = 0; this.barManager1.StatusBar = this.bar3; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(802, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 550); this.barDockControlBottom.Size = new System.Drawing.Size(802, 23); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 550); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(802, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 550); // // bar1 // this.bar1.BarName = "Tools"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone; this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.StandaloneBarDockControl = this.standaloneBarDockControl1; this.bar1.Text = "Tools"; // // bar3 // this.bar3.BarName = "Status bar"; this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom; this.bar3.DockCol = 0; this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom; this.bar3.OptionsBar.AllowQuickCustomization = false; this.bar3.OptionsBar.DrawDragBorder = false; this.bar3.OptionsBar.UseWholeRow = true; this.bar3.Text = "Status bar"; // // standaloneBarDockControl1 // this.standaloneBarDockControl1.CausesValidation = false; this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.standaloneBarDockControl1.Location = new System.Drawing.Point(0, 0); this.standaloneBarDockControl1.Name = "standaloneBarDockControl1"; this.standaloneBarDockControl1.Size = new System.Drawing.Size(796, 29); this.standaloneBarDockControl1.Text = "standaloneBarDockControl1"; // // PurchaseInvoiceN // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(802, 573); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.panel1); this.Controls.Add(this.myRibbon1); this.Controls.Add(this.c1TrueDBDropdown4); this.Controls.Add(this.c1TrueDBDropdown3); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.panel2); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.KeyPreview = true; this.Name = "PurchaseInvoiceN"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Purchase Invoices"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PurchaseInvoice_FormClosing); this.Load += new System.EventHandler(this.PurchaseInvoice_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PurchaseInvoice_KeyDown); this.Resize += new System.EventHandler(this.PurchaseInvoice_Resize); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown4)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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() { C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fichierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quiterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.commandeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nouvelleCommandeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.payementCommadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.rechercheSimpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.administrationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gestionDesFacturesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gestionDesArticlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gestionDesClientsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gestionDesFamillesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.gestionDesUtilisateurToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.statistiqueToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.bilanDunJourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aProposToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gestionDePressingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tIPSInformatiqueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.labelUser = new System.Windows.Forms.Label(); this.labelDate = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.SystemColors.InactiveCaption; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fichierToolStripMenuItem, this.optionsToolStripMenuItem, this.commandeToolStripMenuItem, this.administrationToolStripMenuItem, this.aProposToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(798, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fichierToolStripMenuItem // this.fichierToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.quiterToolStripMenuItem }); this.fichierToolStripMenuItem.Name = "fichierToolStripMenuItem"; this.fichierToolStripMenuItem.Size = new System.Drawing.Size(50, 20); this.fichierToolStripMenuItem.Text = "&Fichier"; // // quiterToolStripMenuItem // this.quiterToolStripMenuItem.Name = "quiterToolStripMenuItem"; this.quiterToolStripMenuItem.Size = new System.Drawing.Size(104, 22); this.quiterToolStripMenuItem.Text = "Quiter"; this.quiterToolStripMenuItem.Click += new System.EventHandler(this.quiterToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.configurationToolStripMenuItem }); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.optionsToolStripMenuItem.Text = "&Options"; // // configurationToolStripMenuItem // this.configurationToolStripMenuItem.Name = "configurationToolStripMenuItem"; this.configurationToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.configurationToolStripMenuItem.Text = "Configuration"; this.configurationToolStripMenuItem.Click += new System.EventHandler(this.configurationToolStripMenuItem_Click); // // commandeToolStripMenuItem // this.commandeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nouvelleCommandeToolStripMenuItem, this.payementCommadeToolStripMenuItem, this.toolStripSeparator4, this.rechercheSimpleToolStripMenuItem }); this.commandeToolStripMenuItem.Name = "commandeToolStripMenuItem"; this.commandeToolStripMenuItem.Size = new System.Drawing.Size(72, 20); this.commandeToolStripMenuItem.Text = "&Commande"; // // nouvelleCommandeToolStripMenuItem // this.nouvelleCommandeToolStripMenuItem.Name = "nouvelleCommandeToolStripMenuItem"; this.nouvelleCommandeToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.nouvelleCommandeToolStripMenuItem.Text = "Nouvelle Commande"; this.nouvelleCommandeToolStripMenuItem.Click += new System.EventHandler(this.nouvelleCommandeToolStripMenuItem_Click); // // payementCommadeToolStripMenuItem // this.payementCommadeToolStripMenuItem.Name = "payementCommadeToolStripMenuItem"; this.payementCommadeToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.payementCommadeToolStripMenuItem.Text = "Payement Commade"; this.payementCommadeToolStripMenuItem.Click += new System.EventHandler(this.payementCommadeToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(169, 6); // // rechercheSimpleToolStripMenuItem // this.rechercheSimpleToolStripMenuItem.Name = "rechercheSimpleToolStripMenuItem"; this.rechercheSimpleToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.rechercheSimpleToolStripMenuItem.Text = "Recherche Simple"; this.rechercheSimpleToolStripMenuItem.Click += new System.EventHandler(this.rechercheSimpleToolStripMenuItem_Click); // // administrationToolStripMenuItem // this.administrationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.gestionDesFacturesToolStripMenuItem, this.gestionDesArticlesToolStripMenuItem, this.gestionDesClientsToolStripMenuItem, this.gestionDesFamillesToolStripMenuItem, this.toolStripSeparator3, this.gestionDesUtilisateurToolStripMenuItem, this.toolStripSeparator1, this.statistiqueToolStripMenuItem1 }); this.administrationToolStripMenuItem.Name = "administrationToolStripMenuItem"; this.administrationToolStripMenuItem.Size = new System.Drawing.Size(87, 20); this.administrationToolStripMenuItem.Tag = "admin"; this.administrationToolStripMenuItem.Text = "&Administration"; // // gestionDesFacturesToolStripMenuItem // this.gestionDesFacturesToolStripMenuItem.Name = "gestionDesFacturesToolStripMenuItem"; this.gestionDesFacturesToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.gestionDesFacturesToolStripMenuItem.Text = "Gestion des factures"; this.gestionDesFacturesToolStripMenuItem.Click += new System.EventHandler(this.gestionDesFacturesToolStripMenuItem_Click); // // gestionDesArticlesToolStripMenuItem // this.gestionDesArticlesToolStripMenuItem.Name = "gestionDesArticlesToolStripMenuItem"; this.gestionDesArticlesToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.gestionDesArticlesToolStripMenuItem.Text = "Gestion des articles"; this.gestionDesArticlesToolStripMenuItem.Click += new System.EventHandler(this.gestionDesArticlesToolStripMenuItem_Click); // // gestionDesClientsToolStripMenuItem // this.gestionDesClientsToolStripMenuItem.Name = "gestionDesClientsToolStripMenuItem"; this.gestionDesClientsToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.gestionDesClientsToolStripMenuItem.Text = "Gestion des clients"; this.gestionDesClientsToolStripMenuItem.Click += new System.EventHandler(this.gestionDesClientsToolStripMenuItem_Click); // // gestionDesFamillesToolStripMenuItem // this.gestionDesFamillesToolStripMenuItem.Name = "gestionDesFamillesToolStripMenuItem"; this.gestionDesFamillesToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.gestionDesFamillesToolStripMenuItem.Text = "Gestion des familles"; this.gestionDesFamillesToolStripMenuItem.Click += new System.EventHandler(this.gestionDesFamillesToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(178, 6); // // gestionDesUtilisateurToolStripMenuItem // this.gestionDesUtilisateurToolStripMenuItem.Name = "gestionDesUtilisateurToolStripMenuItem"; this.gestionDesUtilisateurToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.gestionDesUtilisateurToolStripMenuItem.Text = "Securite et utilisateurs"; this.gestionDesUtilisateurToolStripMenuItem.Click += new System.EventHandler(this.gestionDesUtilisateurToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(178, 6); // // statistiqueToolStripMenuItem1 // this.statistiqueToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bilanDunJourToolStripMenuItem }); this.statistiqueToolStripMenuItem1.Name = "statistiqueToolStripMenuItem1"; this.statistiqueToolStripMenuItem1.Size = new System.Drawing.Size(181, 22); this.statistiqueToolStripMenuItem1.Text = "Statistique"; // // bilanDunJourToolStripMenuItem // this.bilanDunJourToolStripMenuItem.Name = "bilanDunJourToolStripMenuItem"; this.bilanDunJourToolStripMenuItem.Size = new System.Drawing.Size(234, 22); this.bilanDunJourToolStripMenuItem.Text = "Nombre des Factures par periode"; this.bilanDunJourToolStripMenuItem.Click += new System.EventHandler(this.bilanDunJourToolStripMenuItem_Click); // // aProposToolStripMenuItem // this.aProposToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.gestionDePressingToolStripMenuItem, this.toolStripSeparator2, this.tIPSInformatiqueToolStripMenuItem }); this.aProposToolStripMenuItem.Name = "aProposToolStripMenuItem"; this.aProposToolStripMenuItem.Size = new System.Drawing.Size(62, 20); this.aProposToolStripMenuItem.Text = "&A propos"; // // gestionDePressingToolStripMenuItem // this.gestionDePressingToolStripMenuItem.Name = "gestionDePressingToolStripMenuItem"; this.gestionDePressingToolStripMenuItem.Size = new System.Drawing.Size(168, 22); this.gestionDePressingToolStripMenuItem.Text = "Gestion de Pressing"; this.gestionDePressingToolStripMenuItem.Click += new System.EventHandler(this.gestionDePressingToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6); // // tIPSInformatiqueToolStripMenuItem // this.tIPSInformatiqueToolStripMenuItem.Name = "tIPSInformatiqueToolStripMenuItem"; this.tIPSInformatiqueToolStripMenuItem.Size = new System.Drawing.Size(168, 22); this.tIPSInformatiqueToolStripMenuItem.Text = "TIPS Informatique"; this.tIPSInformatiqueToolStripMenuItem.Click += new System.EventHandler(this.tIPSInformatiqueToolStripMenuItem_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.Desktop; this.label1.Location = new System.Drawing.Point(12, 525); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 15); this.label1.TabIndex = 4; this.label1.Text = "Utilisateur :"; // // labelUser // this.labelUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelUser.AutoSize = true; this.labelUser.BackColor = System.Drawing.Color.Transparent; this.labelUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelUser.ForeColor = System.Drawing.SystemColors.Desktop; this.labelUser.Location = new System.Drawing.Point(89, 527); this.labelUser.Name = "labelUser"; this.labelUser.Size = new System.Drawing.Size(25, 13); this.labelUser.TabIndex = 5; this.labelUser.Text = "___"; // // labelDate // this.labelDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelDate.AutoSize = true; this.labelDate.BackColor = System.Drawing.Color.Transparent; this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDate.ForeColor = System.Drawing.SystemColors.Desktop; this.labelDate.Location = new System.Drawing.Point(89, 511); this.labelDate.Name = "labelDate"; this.labelDate.Size = new System.Drawing.Size(25, 13); this.labelDate.TabIndex = 6; this.labelDate.Text = "___"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.Desktop; this.label3.Location = new System.Drawing.Point(12, 510); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 15); this.label3.TabIndex = 7; this.label3.Text = "Connecte :"; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(311, 228); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(275, 157); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 13; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.Visible = false; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); // // radioButton1 // this.radioButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(277, 505); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(121, 17); this.radioButton1.TabIndex = 14; this.radioButton1.TabStop = true; this.radioButton1.Text = "Commandes de Jour"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // radioButton2 // this.radioButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(404, 505); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(125, 17); this.radioButton2.TabIndex = 15; this.radioButton2.Text = "Commandes retardee"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // radioButton3 // this.radioButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(535, 505); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(142, 17); this.radioButton3.TabIndex = 16; this.radioButton3.Text = "Commandes en avances"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripSeparator5, this.toolStripButton2, this.toolStripButton3, this.toolStripSeparator6, this.toolStripTextBox1, this.toolStripButton4, this.toolStripSeparator7, this.toolStripButton5 }); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(798, 39); this.toolStrip1.TabIndex = 17; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::GP.Properties.Resources.desable_server; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(36, 36); this.toolStripButton1.Text = "Deconnexion"; this.toolStripButton1.Click += new System.EventHandler(this.Form1_Load); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::GP.Properties.Resources._110; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 36); this.toolStripButton2.Text = "Nouvelle Commande"; this.toolStripButton2.Click += new System.EventHandler(this.nouvelleCommandeToolStripMenuItem_Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = global::GP.Properties.Resources.Search; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(36, 36); this.toolStripButton3.Text = "Recherche Simple"; this.toolStripButton3.Click += new System.EventHandler(this.rechercheSimpleToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 39); // // toolStripTextBox1 // this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(200, 39); this.toolStripTextBox1.Text = "N Ticket ..."; this.toolStripTextBox1.Enter += new System.EventHandler(this.toolStripTextBox1_Enter); this.toolStripTextBox1.Leave += new System.EventHandler(this.toolStripTextBox1_Leave); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = global::GP.Properties.Resources._69; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(36, 36); this.toolStripButton4.Text = "Payement / Livraison"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 39); // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = global::GP.Properties.Resources._3; this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(36, 36); this.toolStripButton5.Text = "A Propos"; this.toolStripButton5.Click += new System.EventHandler(this.gestionDePressingToolStripMenuItem_Click); // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowArrows = false; this.c1TrueDBGrid1.AllowColMove = false; this.c1TrueDBGrid1.AllowColSelect = false; this.c1TrueDBGrid1.AllowUpdate = false; this.c1TrueDBGrid1.AlternatingRows = true; this.c1TrueDBGrid1.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.c1TrueDBGrid1.BackgroundImage = global::GP.Properties.Resources.sig; this.c1TrueDBGrid1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.c1TrueDBGrid1.CaptionHeight = 20; this.c1TrueDBGrid1.FetchRowStyles = true; this.c1TrueDBGrid1.FilterBar = true; this.c1TrueDBGrid1.FlatStyle = C1.Win.C1TrueDBGrid.FlatModeEnum.Flat; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column"; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(277, 66); this.c1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow; this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.RecordSelectorWidth = 16; this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 21; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.Gainsboro; this.c1TrueDBGrid1.Size = new System.Drawing.Size(509, 433); this.c1TrueDBGrid1.TabIndex = 12; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.DoubleClick += new System.EventHandler(this.c1TrueDBGrid1_DoubleClick); this.c1TrueDBGrid1.MouseCaptureChanged += new System.EventHandler(this.c1TrueDBGrid1_MouseCaptureChanged); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); // // button3 // this.button3.BackColor = System.Drawing.Color.LightBlue; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Image = global::GP.Properties.Resources.Search; this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button3.Location = new System.Drawing.Point(12, 356); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(259, 139); this.button3.TabIndex = 10; this.button3.Text = "Recherche\r\nCommande"; this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.gestionDesFacturesToolStripMenuItem_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.LightBlue; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Image = global::GP.Properties.Resources._69; this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(12, 211); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(259, 139); this.button2.TabIndex = 9; this.button2.Text = "Payement\r\nLivraison"; this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.payementCommadeToolStripMenuItem_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.LightBlue; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Image = global::GP.Properties.Resources._110; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(12, 66); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(259, 139); this.button1.TabIndex = 8; this.button1.Text = "Nouvelle\r\nCommande"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.nouvelleCommandeToolStripMenuItem_Click); // // button4 // this.button4.Location = new System.Drawing.Point(196, 499); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 18; this.button4.Text = "button4"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.SkyBlue; this.ClientSize = new System.Drawing.Size(798, 549); this.Controls.Add(this.button4); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.radioButton3); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label3); this.Controls.Add(this.labelDate); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.label1); this.Controls.Add(this.labelUser); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "G.PRESSING"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CHM_FRM_MAJ_PRIX)); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); this.txt_nomFichier = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btn_select_fichier = new System.Windows.Forms.Button(); this.btn_import = new System.Windows.Forms.Button(); this.btn_valider = new System.Windows.Forms.Button(); this.ficheir_selection = new System.Windows.Forms.OpenFileDialog(); this.entete_Formulaire_21 = new CHM_STYLE.Entete_Formulaire_2(); this.c1TrueDBGrid2 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.btn_annuler = new System.Windows.Forms.Button(); this.txt_description = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lb_date_importation = new System.Windows.Forms.Label(); this.chbx_validee = new System.Windows.Forms.CheckBox(); this.chbx_annulee = new System.Windows.Forms.CheckBox(); this.lb_date_validation = new System.Windows.Forms.Label(); this.lb_user_validation = new System.Windows.Forms.Label(); this.lb_date_annulation = new System.Windows.Forms.Label(); this.lb_user_annulation = new System.Windows.Forms.Label(); this.lb_user_importation = new System.Windows.Forms.Label(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.btn_refresh = new System.Windows.Forms.Button(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid2)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // txt_nomFichier // this.txt_nomFichier.Location = new System.Drawing.Point(98, 58); this.txt_nomFichier.Name = "txt_nomFichier"; this.txt_nomFichier.Size = new System.Drawing.Size(293, 20); this.txt_nomFichier.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(12, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 13); this.label1.TabIndex = 2; this.label1.Text = "Fichier source :"; // // btn_select_fichier // this.btn_select_fichier.Location = new System.Drawing.Point(397, 56); this.btn_select_fichier.Name = "btn_select_fichier"; this.btn_select_fichier.Size = new System.Drawing.Size(29, 23); this.btn_select_fichier.TabIndex = 3; this.btn_select_fichier.Text = "..."; this.btn_select_fichier.UseVisualStyleBackColor = true; this.btn_select_fichier.Click += new System.EventHandler(this.btn_select_fichier_Click); // // btn_import // this.btn_import.Location = new System.Drawing.Point(432, 56); this.btn_import.Name = "btn_import"; this.btn_import.Size = new System.Drawing.Size(100, 23); this.btn_import.TabIndex = 5; this.btn_import.Text = "Importer"; this.btn_import.UseVisualStyleBackColor = true; this.btn_import.Click += new System.EventHandler(this.btn_import_Click); // // btn_valider // this.btn_valider.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_valider.Image = global::CHM_CLIENT_APP.Properties.Resources.accepter_vert_ok_oui_icone_6163_321; this.btn_valider.Location = new System.Drawing.Point(498, 415); this.btn_valider.Name = "btn_valider"; this.btn_valider.Size = new System.Drawing.Size(101, 43); this.btn_valider.TabIndex = 5; this.btn_valider.Text = "Valider"; this.btn_valider.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btn_valider.UseVisualStyleBackColor = true; this.btn_valider.Click += new System.EventHandler(this.btn_valider_Click); // // ficheir_selection // this.ficheir_selection.FileName = "openFileDialog1"; this.ficheir_selection.Filter = "Fichier Excel ou CSV | *.csv;*.xslx"; // // entete_Formulaire_21 // this.entete_Formulaire_21.BackColor = System.Drawing.Color.Silver; this.entete_Formulaire_21.BackgroundImage = global::CHM_CLIENT_APP.Properties.Resources.interface_interne_clients1; this.entete_Formulaire_21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.entete_Formulaire_21.Dock = System.Windows.Forms.DockStyle.Top; this.entete_Formulaire_21.Icone = global::CHM_CLIENT_APP.Properties.Resources.completeTest; this.entete_Formulaire_21.Location = new System.Drawing.Point(0, 0); this.entete_Formulaire_21.Name = "entete_Formulaire_21"; this.entete_Formulaire_21.Size = new System.Drawing.Size(721, 48); this.entete_Formulaire_21.TabIndex = 4; // // c1TrueDBGrid2 // this.c1TrueDBGrid2.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.c1TrueDBGrid2.CaptionHeight = 17; this.c1TrueDBGrid2.CaptionStyle = style1; this.c1TrueDBGrid2.CollapseColor = System.Drawing.Color.Black; this.c1TrueDBGrid2.EditorStyle = style2; this.c1TrueDBGrid2.EvenRowStyle = style3; this.c1TrueDBGrid2.ExpandColor = System.Drawing.Color.Black; this.c1TrueDBGrid2.FilterBarStyle = style4; this.c1TrueDBGrid2.FooterStyle = style5; this.c1TrueDBGrid2.GroupByCaption = "Drag a column header here to group by that column"; this.c1TrueDBGrid2.GroupStyle = style6; this.c1TrueDBGrid2.HeadingStyle = style7; this.c1TrueDBGrid2.HighLightRowStyle = style8; this.c1TrueDBGrid2.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid2.Images")))); this.c1TrueDBGrid2.InactiveStyle = style9; this.c1TrueDBGrid2.Location = new System.Drawing.Point(3, 3); this.c1TrueDBGrid2.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder; this.c1TrueDBGrid2.Name = "c1TrueDBGrid2"; this.c1TrueDBGrid2.OddRowStyle = style10; this.c1TrueDBGrid2.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid2.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid2.PreviewInfo.ZoomFactor = 75; this.c1TrueDBGrid2.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid2.PrintInfo.PageSettings"))); this.c1TrueDBGrid2.PrintInfo.ShowOptionsDialog = false; this.c1TrueDBGrid2.RecordSelectorStyle = style11; this.c1TrueDBGrid2.RecordSelectorWidth = 17; this.c1TrueDBGrid2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBGrid2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid2.RowHeight = 15; this.c1TrueDBGrid2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBGrid2.SelectedStyle = style12; this.c1TrueDBGrid2.Size = new System.Drawing.Size(0, 258); this.c1TrueDBGrid2.Style = style13; this.c1TrueDBGrid2.TabIndex = 6; this.c1TrueDBGrid2.Text = "c1TrueDBGrid2"; this.c1TrueDBGrid2.PropBag = resources.GetString("c1TrueDBGrid2.PropBag"); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 160); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.c1TrueDBGrid2); this.splitContainer1.Panel1MinSize = 5; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.gridControl1); this.splitContainer1.Panel2MinSize = 5; this.splitContainer1.Size = new System.Drawing.Size(697, 248); this.splitContainer1.SplitterDistance = 5; this.splitContainer1.TabIndex = 7; // // btn_annuler // this.btn_annuler.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_annuler.Image = global::CHM_CLIENT_APP.Properties.Resources.annuler_icone_4608_321; this.btn_annuler.Location = new System.Drawing.Point(607, 415); this.btn_annuler.Name = "btn_annuler"; this.btn_annuler.Size = new System.Drawing.Size(101, 43); this.btn_annuler.TabIndex = 5; this.btn_annuler.Text = "Annuler"; this.btn_annuler.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btn_annuler.UseVisualStyleBackColor = true; this.btn_annuler.Click += new System.EventHandler(this.btn_annuler_Click); // // txt_description // this.txt_description.Location = new System.Drawing.Point(84, 105); this.txt_description.Name = "txt_description"; this.txt_description.Size = new System.Drawing.Size(247, 20); this.txt_description.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(12, 108); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 13); this.label2.TabIndex = 8; this.label2.Text = "Description :"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(12, 86); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 13); this.label3.TabIndex = 8; this.label3.Text = "Date Maj :"; // // lb_date_importation // this.lb_date_importation.AutoSize = true; this.lb_date_importation.BackColor = System.Drawing.Color.Transparent; this.lb_date_importation.ForeColor = System.Drawing.Color.Blue; this.lb_date_importation.Location = new System.Drawing.Point(83, 86); this.lb_date_importation.Name = "lb_date_importation"; this.lb_date_importation.Size = new System.Drawing.Size(0, 13); this.lb_date_importation.TabIndex = 8; // // chbx_validee // this.chbx_validee.AutoSize = true; this.chbx_validee.BackColor = System.Drawing.Color.Transparent; this.chbx_validee.Enabled = false; this.chbx_validee.ForeColor = System.Drawing.Color.Green; this.chbx_validee.Location = new System.Drawing.Point(15, 135); this.chbx_validee.Name = "chbx_validee"; this.chbx_validee.Size = new System.Drawing.Size(55, 17); this.chbx_validee.TabIndex = 9; this.chbx_validee.Text = "Validé"; this.chbx_validee.UseVisualStyleBackColor = false; this.chbx_validee.CheckedChanged += new System.EventHandler(this.chbx_validee_CheckedChanged); // // chbx_annulee // this.chbx_annulee.AutoSize = true; this.chbx_annulee.BackColor = System.Drawing.Color.Transparent; this.chbx_annulee.Enabled = false; this.chbx_annulee.ForeColor = System.Drawing.Color.Red; this.chbx_annulee.Location = new System.Drawing.Point(311, 135); this.chbx_annulee.Name = "chbx_annulee"; this.chbx_annulee.Size = new System.Drawing.Size(59, 17); this.chbx_annulee.TabIndex = 9; this.chbx_annulee.Text = "Annulé"; this.chbx_annulee.UseVisualStyleBackColor = false; this.chbx_annulee.CheckedChanged += new System.EventHandler(this.chbx_annulee_CheckedChanged); // // lb_date_validation // this.lb_date_validation.AutoSize = true; this.lb_date_validation.BackColor = System.Drawing.Color.Transparent; this.lb_date_validation.ForeColor = System.Drawing.Color.Green; this.lb_date_validation.Location = new System.Drawing.Point(104, 136); this.lb_date_validation.Name = "lb_date_validation"; this.lb_date_validation.Size = new System.Drawing.Size(0, 13); this.lb_date_validation.TabIndex = 10; // // lb_user_validation // this.lb_user_validation.AutoSize = true; this.lb_user_validation.BackColor = System.Drawing.Color.Transparent; this.lb_user_validation.ForeColor = System.Drawing.Color.Green; this.lb_user_validation.Location = new System.Drawing.Point(190, 136); this.lb_user_validation.Name = "lb_user_validation"; this.lb_user_validation.Size = new System.Drawing.Size(0, 13); this.lb_user_validation.TabIndex = 10; // // lb_date_annulation // this.lb_date_annulation.AutoSize = true; this.lb_date_annulation.BackColor = System.Drawing.Color.Transparent; this.lb_date_annulation.ForeColor = System.Drawing.Color.Red; this.lb_date_annulation.Location = new System.Drawing.Point(429, 136); this.lb_date_annulation.Name = "lb_date_annulation"; this.lb_date_annulation.Size = new System.Drawing.Size(0, 13); this.lb_date_annulation.TabIndex = 10; // // lb_user_annulation // this.lb_user_annulation.AutoSize = true; this.lb_user_annulation.BackColor = System.Drawing.Color.Transparent; this.lb_user_annulation.ForeColor = System.Drawing.Color.Red; this.lb_user_annulation.Location = new System.Drawing.Point(538, 136); this.lb_user_annulation.Name = "lb_user_annulation"; this.lb_user_annulation.Size = new System.Drawing.Size(0, 13); this.lb_user_annulation.TabIndex = 10; this.lb_user_annulation.Click += new System.EventHandler(this.lb_user_annulation_Click); // // lb_user_importation // this.lb_user_importation.AutoSize = true; this.lb_user_importation.BackColor = System.Drawing.Color.Transparent; this.lb_user_importation.ForeColor = System.Drawing.Color.Blue; this.lb_user_importation.Location = new System.Drawing.Point(168, 86); this.lb_user_importation.Name = "lb_user_importation"; this.lb_user_importation.Size = new System.Drawing.Size(0, 13); this.lb_user_importation.TabIndex = 8; // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // btn_refresh // this.btn_refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btn_refresh.Image = global::CHM_CLIENT_APP.Properties.Resources.arrow_tourner_vers_la_droite_icone_8357_32; this.btn_refresh.Location = new System.Drawing.Point(24, 417); this.btn_refresh.Name = "btn_refresh"; this.btn_refresh.Size = new System.Drawing.Size(101, 43); this.btn_refresh.TabIndex = 5; this.btn_refresh.Text = "Rafraichir Importation"; this.btn_refresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btn_refresh.UseVisualStyleBackColor = true; this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(688, 248); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; // // CHM_FRM_MAJ_PRIX // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::CHM_CLIENT_APP.Properties.Resources.interface_interne_clients; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(721, 472); this.Controls.Add(this.lb_user_annulation); this.Controls.Add(this.lb_date_annulation); this.Controls.Add(this.lb_user_validation); this.Controls.Add(this.lb_date_validation); this.Controls.Add(this.chbx_annulee); this.Controls.Add(this.chbx_validee); this.Controls.Add(this.lb_user_importation); this.Controls.Add(this.lb_date_importation); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.btn_annuler); this.Controls.Add(this.btn_refresh); this.Controls.Add(this.btn_valider); this.Controls.Add(this.btn_import); this.Controls.Add(this.entete_Formulaire_21); this.Controls.Add(this.btn_select_fichier); this.Controls.Add(this.label1); this.Controls.Add(this.txt_description); this.Controls.Add(this.txt_nomFichier); this.Name = "CHM_FRM_MAJ_PRIX"; this.Text = "Mise à jour prix"; this.Load += new System.EventHandler(this.CHM_FRM_MAJ_PRIX_Load); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid2)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label label9; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label13; System.Windows.Forms.Label label14; System.Windows.Forms.Label label15; System.Windows.Forms.Label label2; System.Windows.Forms.Label label12; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label cOMPNAMELabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label label17; C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurchaseInvoiceN)); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style17 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style18 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style19 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style20 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style21 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style22 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style23 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style24 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style25 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style26 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style27 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style28 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style29 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style30 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style31 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style32 = new C1.Win.C1TrueDBGrid.Style(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); this.sUPPLIERBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Store.DataSet1(); this.sTOREMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.wAREHOUSEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel2 = new System.Windows.Forms.Panel(); this.totprofit = new DevExpress.XtraEditors.TextEdit(); this.totdisc = new DevExpress.XtraEditors.TextEdit(); this.totvalue = new DevExpress.XtraEditors.TextEdit(); this.netamt = new DevExpress.XtraEditors.TextEdit(); this.adjustval = new DevExpress.XtraEditors.TextEdit(); this.specdisc = new DevExpress.XtraEditors.TextEdit(); this.totsalvalue = new DevExpress.XtraEditors.TextEdit(); this.totcostvalue = new DevExpress.XtraEditors.TextEdit(); this.pURINVDETAILBindingSource = new System.Windows.Forms.BindingSource(this.components); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMMAST1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.sUPPLIERTableAdapter = new Store.DataSet1TableAdapters.SUPPLIERTableAdapter(); this.iTEMMAST1TableAdapter = new Store.DataSet1TableAdapters.ITEMMAST1TableAdapter(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMGROUPBindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMGROUPTableAdapter = new Store.DataSet1TableAdapters.ITEMGROUPTableAdapter(); this.c1TrueDBDropdown3 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.sTOREMASTTableAdapter = new Store.DataSet1TableAdapters.STOREMASTTableAdapter(); this.wAREHOUSEMASTTableAdapter = new Store.DataSet1TableAdapters.WAREHOUSEMASTTableAdapter(); this.stockmasterTableAdapter1 = new Store.DataSet1TableAdapters.STOCKMASTERTableAdapter(); this.purinvmainTableAdapter1 = new Store.DataSet1TableAdapters.PURINVMAINTableAdapter(); this.pURINVDETAILTableAdapter1 = new Store.DataSet1TableAdapters.PURINVDETAILTableAdapter(); this.c1TrueDBDropdown4 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.panel1 = new System.Windows.Forms.Panel(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.panel3 = new System.Windows.Forms.Panel(); this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl(); this.allotstore = new DevExpress.XtraEditors.LookUpEdit(); this.spdisc = new DevExpress.XtraEditors.TextEdit(); this.duedays = new DevExpress.XtraEditors.TextEdit(); this.invdate = new DevExpress.XtraEditors.DateEdit(); this.invno = new DevExpress.XtraEditors.TextEdit(); this.supplier = new DevExpress.XtraEditors.LookUpEdit(); this.label16 = new System.Windows.Forms.Label(); this.purno = new DevExpress.XtraEditors.TextEdit(); this.warehouse = new DevExpress.XtraEditors.LookUpEdit(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem(); this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit(); this.repositoryItemPopupContainerEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); cOMPNAMELabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label17 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown4)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.allotstore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.ExpandCollapseItem.Name = ""; this.ribbon.Size = new System.Drawing.Size(869, 144); this.ribbon.Toolbar.ShowCustomizeItem = false; // // label7 // label7.AutoSize = true; label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label7.Location = new System.Drawing.Point(8, 25); label7.Name = "label7"; label7.Size = new System.Drawing.Size(105, 14); label7.TabIndex = 17; label7.Text = "Total Cost Value: "; // // label8 // label8.AutoSize = true; label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label8.Location = new System.Drawing.Point(8, 48); label8.Name = "label8"; label8.Size = new System.Drawing.Size(103, 14); label8.TabIndex = 18; label8.Text = "Total Sale Value: "; // // label9 // label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label9.Location = new System.Drawing.Point(640, 48); label9.Name = "label9"; label9.Size = new System.Drawing.Size(88, 14); label9.TabIndex = 21; label9.Text = "Total Spl Disc.: "; // // label10 // label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label10.AutoSize = true; label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label10.Location = new System.Drawing.Point(385, 69); label10.Name = "label10"; label10.Size = new System.Drawing.Size(121, 14); label10.TabIndex = 23; label10.Text = "Adjusted Value(F7): "; // // label11 // label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label11.Location = new System.Drawing.Point(640, 71); label11.Name = "label11"; label11.Size = new System.Drawing.Size(83, 14); label11.TabIndex = 25; label11.Text = "Net Amount : "; // // label13 // label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label13.Location = new System.Drawing.Point(640, 6); label13.Name = "label13"; label13.Size = new System.Drawing.Size(73, 14); label13.TabIndex = 28; label13.Text = "Total Value: "; // // label14 // label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.Location = new System.Drawing.Point(640, 27); label14.Name = "label14"; label14.Size = new System.Drawing.Size(102, 14); label14.TabIndex = 30; label14.Text = "Total Disc Value: "; // // label15 // label15.AutoSize = true; label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label15.Location = new System.Drawing.Point(8, 71); label15.Name = "label15"; label15.Size = new System.Drawing.Size(76, 14); label15.TabIndex = 32; label15.Text = "Total Profit: "; // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label2.AutoSize = true; label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(486, 53); label2.Name = "label2"; label2.Size = new System.Drawing.Size(68, 14); label2.TabIndex = 86; label2.Text = "To Store :"; // // label12 // label12.AutoSize = true; label12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label12.Location = new System.Drawing.Point(262, 54); label12.Name = "label12"; label12.Size = new System.Drawing.Size(78, 14); label12.TabIndex = 85; label12.Text = "Spl.Disc (%):"; // // label6 // label6.AutoSize = true; label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label6.Location = new System.Drawing.Point(5, 53); label6.Name = "label6"; label6.Size = new System.Drawing.Size(62, 14); label6.TabIndex = 84; label6.Text = "Due Days:"; // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(262, 29); label4.Name = "label4"; label4.Size = new System.Drawing.Size(84, 14); label4.TabIndex = 83; label4.Text = "Invoice Date: "; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(5, 30); label3.Name = "label3"; label3.Size = new System.Drawing.Size(67, 14); label3.TabIndex = 82; label3.Text = "Invoice #: "; // // cOMPNAMELabel // cOMPNAMELabel.Anchor = System.Windows.Forms.AnchorStyles.Left; cOMPNAMELabel.AutoSize = true; cOMPNAMELabel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); cOMPNAMELabel.Location = new System.Drawing.Point(5, 6); cOMPNAMELabel.Name = "cOMPNAMELabel"; cOMPNAMELabel.Size = new System.Drawing.Size(88, 14); cOMPNAMELabel.TabIndex = 81; cOMPNAMELabel.Text = "Supplier name:"; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(486, 7); label1.Name = "label1"; label1.Size = new System.Drawing.Size(45, 14); label1.TabIndex = 24; label1.Text = "Doc #:"; // // label17 // label17.Anchor = System.Windows.Forms.AnchorStyles.Right; label17.AutoSize = true; label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label17.Location = new System.Drawing.Point(702, 6); label17.Name = "label17"; label17.Size = new System.Drawing.Size(44, 14); label17.TabIndex = 90; label17.Text = "P.O #:"; // // sUPPLIERBindingSource // this.sUPPLIERBindingSource.DataMember = "SUPPLIER"; this.sUPPLIERBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // sTOREMASTBindingSource // this.sTOREMASTBindingSource.DataMember = "STOREMAST"; this.sTOREMASTBindingSource.DataSource = this.dataSet1; // // wAREHOUSEMASTBindingSource // this.wAREHOUSEMASTBindingSource.DataMember = "WAREHOUSEMAST"; this.wAREHOUSEMASTBindingSource.DataSource = this.dataSet1; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.panel2.Controls.Add(this.totprofit); this.panel2.Controls.Add(label15); this.panel2.Controls.Add(this.totdisc); this.panel2.Controls.Add(label14); this.panel2.Controls.Add(this.totvalue); this.panel2.Controls.Add(label13); this.panel2.Controls.Add(this.netamt); this.panel2.Controls.Add(label11); this.panel2.Controls.Add(this.adjustval); this.panel2.Controls.Add(label10); this.panel2.Controls.Add(this.specdisc); this.panel2.Controls.Add(label9); this.panel2.Controls.Add(this.totsalvalue); this.panel2.Controls.Add(this.totcostvalue); this.panel2.Controls.Add(label8); this.panel2.Controls.Add(label7); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel2.Location = new System.Drawing.Point(0, 448); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(869, 92); this.panel2.TabIndex = 40; // // totprofit // this.totprofit.Location = new System.Drawing.Point(110, 68); this.totprofit.Name = "totprofit"; this.totprofit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totprofit.Properties.Appearance.Options.UseFont = true; this.totprofit.Properties.Appearance.Options.UseTextOptions = true; this.totprofit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totprofit.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totprofit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totprofit.Properties.NullText = "0"; this.totprofit.Properties.ReadOnly = true; this.totprofit.Size = new System.Drawing.Size(118, 20); this.totprofit.TabIndex = 33; // // totdisc // this.totdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totdisc.Location = new System.Drawing.Point(745, 24); this.totdisc.Name = "totdisc"; this.totdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totdisc.Properties.Appearance.Options.UseFont = true; this.totdisc.Properties.Appearance.Options.UseTextOptions = true; this.totdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totdisc.Properties.NullText = "0"; this.totdisc.Properties.ReadOnly = true; this.totdisc.Size = new System.Drawing.Size(118, 20); this.totdisc.TabIndex = 31; // // totvalue // this.totvalue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totvalue.Location = new System.Drawing.Point(745, 3); this.totvalue.Name = "totvalue"; this.totvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totvalue.Properties.Appearance.Options.UseFont = true; this.totvalue.Properties.Appearance.Options.UseTextOptions = true; this.totvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totvalue.Properties.DisplayFormat.FormatString = "###,###,###,###.00"; this.totvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totvalue.Properties.NullText = "0"; this.totvalue.Properties.ReadOnly = true; this.totvalue.Size = new System.Drawing.Size(118, 20); this.totvalue.TabIndex = 29; // // netamt // this.netamt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.netamt.Location = new System.Drawing.Point(745, 68); this.netamt.Name = "netamt"; this.netamt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.netamt.Properties.Appearance.Options.UseFont = true; this.netamt.Properties.Appearance.Options.UseTextOptions = true; this.netamt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.netamt.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.netamt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.netamt.Properties.NullText = "0"; this.netamt.Properties.ReadOnly = true; this.netamt.Size = new System.Drawing.Size(118, 20); this.netamt.TabIndex = 26; // // adjustval // this.adjustval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.adjustval.EditValue = "0"; this.adjustval.Location = new System.Drawing.Point(503, 66); this.adjustval.Name = "adjustval"; this.adjustval.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.adjustval.Properties.Appearance.Options.UseFont = true; this.adjustval.Properties.Appearance.Options.UseTextOptions = true; this.adjustval.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.adjustval.Properties.DisplayFormat.FormatString = "###,##0.00"; this.adjustval.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.adjustval.Properties.NullText = "0"; this.adjustval.Size = new System.Drawing.Size(118, 20); this.adjustval.TabIndex = 24; this.adjustval.Validating += new System.ComponentModel.CancelEventHandler(this.AdjustvalValidating); // // specdisc // this.specdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.specdisc.Location = new System.Drawing.Point(745, 45); this.specdisc.Name = "specdisc"; this.specdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.specdisc.Properties.Appearance.Options.UseFont = true; this.specdisc.Properties.Appearance.Options.UseTextOptions = true; this.specdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.specdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.specdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.specdisc.Properties.NullText = "0"; this.specdisc.Properties.ReadOnly = true; this.specdisc.Size = new System.Drawing.Size(118, 20); this.specdisc.TabIndex = 22; // // totsalvalue // this.totsalvalue.Location = new System.Drawing.Point(110, 45); this.totsalvalue.Name = "totsalvalue"; this.totsalvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totsalvalue.Properties.Appearance.Options.UseFont = true; this.totsalvalue.Properties.Appearance.Options.UseTextOptions = true; this.totsalvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totsalvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totsalvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totsalvalue.Properties.NullText = "0"; this.totsalvalue.Properties.ReadOnly = true; this.totsalvalue.Size = new System.Drawing.Size(118, 20); this.totsalvalue.TabIndex = 20; this.totsalvalue.EditValueChanged += new System.EventHandler(this.TotsalvalueEditValueChanged); // // totcostvalue // this.totcostvalue.Location = new System.Drawing.Point(110, 22); this.totcostvalue.Name = "totcostvalue"; this.totcostvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totcostvalue.Properties.Appearance.Options.UseFont = true; this.totcostvalue.Properties.Appearance.Options.UseTextOptions = true; this.totcostvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totcostvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totcostvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totcostvalue.Properties.NullText = "0"; this.totcostvalue.Properties.ReadOnly = true; this.totcostvalue.Size = new System.Drawing.Size(118, 20); this.totcostvalue.TabIndex = 19; // // pURINVDETAILBindingSource // this.pURINVDETAILBindingSource.DataMember = "PURINVDETAIL"; this.pURINVDETAILBindingSource.DataSource = this.dataSet1; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.ColumnHeaders = false; this.c1TrueDBDropdown1.DataSource = this.iTEMMAST1BindingSource; this.c1TrueDBDropdown1.DisplayMember = "ITEMNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(55, 389); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(212, 55); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 55; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "ITEMNO"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // iTEMMAST1BindingSource // this.iTEMMAST1BindingSource.DataMember = "ITEMMAST1"; this.iTEMMAST1BindingSource.DataSource = this.dataSet1; // // sUPPLIERTableAdapter // this.sUPPLIERTableAdapter.ClearBeforeFill = true; // // iTEMMAST1TableAdapter // this.iTEMMAST1TableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionHeight = 17; this.c1TrueDBDropdown2.CaptionStyle = style9; this.c1TrueDBDropdown2.ColumnCaptionHeight = 17; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.ColumnHeaders = false; this.c1TrueDBDropdown2.DataSource = this.iTEMGROUPBindingSource; this.c1TrueDBDropdown2.DisplayMember = "GROUPNAME"; this.c1TrueDBDropdown2.EvenRowStyle = style10; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style11; this.c1TrueDBDropdown2.HeadingStyle = style12; this.c1TrueDBDropdown2.HighLightRowStyle = style13; this.c1TrueDBDropdown2.Location = new System.Drawing.Point(55, 329); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style14; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style15; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(291, 55); this.c1TrueDBDropdown2.Style = style16; this.c1TrueDBDropdown2.TabIndex = 65; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "GROUPID"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // iTEMGROUPBindingSource // this.iTEMGROUPBindingSource.DataMember = "ITEMGROUP"; this.iTEMGROUPBindingSource.DataSource = this.dataSet1; // // iTEMGROUPTableAdapter // this.iTEMGROUPTableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown3 // this.c1TrueDBDropdown3.AllowColMove = true; this.c1TrueDBDropdown3.AllowColSelect = true; this.c1TrueDBDropdown3.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown3.AlternatingRows = false; this.c1TrueDBDropdown3.CaptionHeight = 17; this.c1TrueDBDropdown3.CaptionStyle = style17; this.c1TrueDBDropdown3.ColumnCaptionHeight = 17; this.c1TrueDBDropdown3.ColumnFooterHeight = 17; this.c1TrueDBDropdown3.ColumnHeaders = false; this.c1TrueDBDropdown3.DataSource = this.sTOREMASTBindingSource; this.c1TrueDBDropdown3.DisplayMember = "STORECODE"; this.c1TrueDBDropdown3.EvenRowStyle = style18; this.c1TrueDBDropdown3.FetchRowStyles = false; this.c1TrueDBDropdown3.FooterStyle = style19; this.c1TrueDBDropdown3.HeadingStyle = style20; this.c1TrueDBDropdown3.HighLightRowStyle = style21; this.c1TrueDBDropdown3.Location = new System.Drawing.Point(394, 329); this.c1TrueDBDropdown3.Name = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.OddRowStyle = style22; this.c1TrueDBDropdown3.PropBag = resources.GetString("c1TrueDBDropdown3.PropBag"); this.c1TrueDBDropdown3.RecordSelectorStyle = style23; this.c1TrueDBDropdown3.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown3.RowHeight = 22; this.c1TrueDBDropdown3.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.ScrollTips = false; this.c1TrueDBDropdown3.Size = new System.Drawing.Size(205, 62); this.c1TrueDBDropdown3.Style = style24; this.c1TrueDBDropdown3.TabIndex = 70; this.c1TrueDBDropdown3.TabStop = false; this.c1TrueDBDropdown3.Text = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.ValueMember = "STORECODE"; this.c1TrueDBDropdown3.Visible = false; // // sTOREMASTTableAdapter // this.sTOREMASTTableAdapter.ClearBeforeFill = true; // // wAREHOUSEMASTTableAdapter // this.wAREHOUSEMASTTableAdapter.ClearBeforeFill = true; // // stockmasterTableAdapter1 // this.stockmasterTableAdapter1.ClearBeforeFill = true; // // purinvmainTableAdapter1 // this.purinvmainTableAdapter1.ClearBeforeFill = true; // // pURINVDETAILTableAdapter1 // this.pURINVDETAILTableAdapter1.ClearBeforeFill = true; // // c1TrueDBDropdown4 // this.c1TrueDBDropdown4.AllowColMove = true; this.c1TrueDBDropdown4.AllowColSelect = true; this.c1TrueDBDropdown4.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown4.AlternatingRows = false; this.c1TrueDBDropdown4.CaptionStyle = style25; this.c1TrueDBDropdown4.ColumnCaptionHeight = 17; this.c1TrueDBDropdown4.ColumnFooterHeight = 17; this.c1TrueDBDropdown4.ColumnHeaders = false; this.c1TrueDBDropdown4.DataSource = this.sTOREMASTBindingSource; this.c1TrueDBDropdown4.DisplayMember = "STORENAME"; this.c1TrueDBDropdown4.EvenRowStyle = style26; this.c1TrueDBDropdown4.FetchRowStyles = false; this.c1TrueDBDropdown4.FooterStyle = style27; this.c1TrueDBDropdown4.HeadingStyle = style28; this.c1TrueDBDropdown4.HighLightRowStyle = style29; this.c1TrueDBDropdown4.Location = new System.Drawing.Point(634, 350); this.c1TrueDBDropdown4.Name = "c1TrueDBDropdown4"; this.c1TrueDBDropdown4.OddRowStyle = style30; this.c1TrueDBDropdown4.PropBag = resources.GetString("c1TrueDBDropdown4.PropBag"); this.c1TrueDBDropdown4.RecordSelectorStyle = style31; this.c1TrueDBDropdown4.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown4.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown4.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown4.ScrollTips = false; this.c1TrueDBDropdown4.Size = new System.Drawing.Size(313, 41); this.c1TrueDBDropdown4.Style = style32; this.c1TrueDBDropdown4.TabIndex = 75; this.c1TrueDBDropdown4.TabStop = false; this.c1TrueDBDropdown4.Text = "c1TrueDBDropdown4"; this.c1TrueDBDropdown4.ValueMember = "STORECODE"; this.c1TrueDBDropdown4.ValueTranslate = true; this.c1TrueDBDropdown4.Visible = false; // // panel1 // this.panel1.Controls.Add(this.comboBoxEdit1); this.panel1.Controls.Add(this.simpleButton1); this.panel1.Controls.Add(label17); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.allotstore); this.panel1.Controls.Add(label2); this.panel1.Controls.Add(this.spdisc); this.panel1.Controls.Add(label12); this.panel1.Controls.Add(this.duedays); this.panel1.Controls.Add(label6); this.panel1.Controls.Add(this.invdate); this.panel1.Controls.Add(label4); this.panel1.Controls.Add(this.invno); this.panel1.Controls.Add(label3); this.panel1.Controls.Add(cOMPNAMELabel); this.panel1.Controls.Add(this.supplier); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.purno); this.panel1.Controls.Add(label1); this.panel1.Controls.Add(this.warehouse); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 144); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(869, 107); this.panel1.TabIndex = 85; // // comboBoxEdit1 // this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxEdit1.Location = new System.Drawing.Point(745, 4); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Size = new System.Drawing.Size(95, 20); this.comboBoxEdit1.TabIndex = 93; // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Image = global::Store.Properties.Resources.page_white_magnify; this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButton1.Location = new System.Drawing.Point(844, 4); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(19, 19); this.simpleButton1.TabIndex = 92; // // panel3 // this.panel3.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.panel3.Controls.Add(this.standaloneBarDockControl1); this.panel3.Location = new System.Drawing.Point(3, 75); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(863, 29); this.panel3.TabIndex = 89; // // standaloneBarDockControl1 // this.standaloneBarDockControl1.CausesValidation = false; this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.standaloneBarDockControl1.Location = new System.Drawing.Point(0, 0); this.standaloneBarDockControl1.Name = "standaloneBarDockControl1"; this.standaloneBarDockControl1.Size = new System.Drawing.Size(863, 29); this.standaloneBarDockControl1.Text = "standaloneBarDockControl1"; // // allotstore // this.allotstore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.allotstore.Location = new System.Drawing.Point(578, 51); this.allotstore.Name = "allotstore"; this.allotstore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.allotstore.Properties.Appearance.Options.UseFont = true; this.allotstore.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.allotstore.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORECODE", "STORECODE", 92, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORENAME", "STORENAME", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)}); this.allotstore.Properties.DataSource = this.sTOREMASTBindingSource; this.allotstore.Properties.DisplayMember = "STORECODE"; this.allotstore.Properties.NullText = ""; this.allotstore.Properties.ShowHeader = false; this.allotstore.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.allotstore.Properties.ValueMember = "STORECODE"; this.allotstore.Size = new System.Drawing.Size(287, 20); this.allotstore.TabIndex = 88; // // spdisc // this.spdisc.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spdisc.Location = new System.Drawing.Point(345, 52); this.spdisc.Name = "spdisc"; this.spdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.spdisc.Properties.Appearance.Options.UseFont = true; this.spdisc.Properties.Appearance.Options.UseTextOptions = true; this.spdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.spdisc.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.spdisc.Properties.NullText = "0"; this.spdisc.Size = new System.Drawing.Size(103, 20); this.spdisc.TabIndex = 80; // // duedays // this.duedays.Location = new System.Drawing.Point(95, 51); this.duedays.Name = "duedays"; this.duedays.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.duedays.Properties.Appearance.Options.UseFont = true; this.duedays.Properties.Appearance.Options.UseTextOptions = true; this.duedays.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.duedays.Properties.NullText = "0"; this.duedays.Size = new System.Drawing.Size(95, 20); this.duedays.TabIndex = 79; // // invdate // this.invdate.EditValue = null; this.invdate.Location = new System.Drawing.Point(345, 27); this.invdate.Name = "invdate"; this.invdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invdate.Properties.Appearance.Options.UseFont = true; this.invdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.invdate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.invdate.Size = new System.Drawing.Size(104, 20); this.invdate.TabIndex = 78; // // invno // this.invno.Location = new System.Drawing.Point(95, 27); this.invno.Name = "invno"; this.invno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invno.Properties.Appearance.Options.UseFont = true; this.invno.Properties.Appearance.Options.UseTextOptions = true; this.invno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.invno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.invno.Size = new System.Drawing.Size(95, 20); this.invno.TabIndex = 77; // // supplier // this.supplier.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.supplier.Location = new System.Drawing.Point(95, 4); this.supplier.Name = "supplier"; this.supplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.supplier.Properties.Appearance.Options.UseFont = true; this.supplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.supplier.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNO", "SUPPLIERNO", 85, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNAME", "SUPPLIERNAME", 85, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DUEDAYS", "DUEDAYS", 56, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.supplier.Properties.DataSource = this.sUPPLIERBindingSource; this.supplier.Properties.DisplayMember = "SUPPLIERNAME"; this.supplier.Properties.NullText = ""; this.supplier.Properties.ShowHeader = false; this.supplier.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.supplier.Properties.ValueMember = "SUPPLIERNO"; this.supplier.Size = new System.Drawing.Size(354, 20); this.supplier.TabIndex = 76; this.supplier.EditValueChanged += new System.EventHandler(this.SupplierEditValueChanged); // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(486, 30); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(92, 14); this.label16.TabIndex = 75; this.label16.Text = "To Warehouse:"; // // purno // this.purno.Anchor = System.Windows.Forms.AnchorStyles.Right; this.purno.Location = new System.Drawing.Point(578, 4); this.purno.Name = "purno"; this.purno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.purno.Properties.Appearance.Options.UseFont = true; this.purno.Properties.Appearance.Options.UseTextOptions = true; this.purno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.purno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.purno.Properties.ReadOnly = true; this.purno.Size = new System.Drawing.Size(122, 20); this.purno.TabIndex = 25; this.purno.TabStop = false; // // warehouse // this.warehouse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.warehouse.Location = new System.Drawing.Point(578, 27); this.warehouse.Name = "warehouse"; this.warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.warehouse.Properties.Appearance.Options.UseFont = true; serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); serializableAppearanceObject2.Options.UseFont = true; this.warehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 16, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, ((System.Drawing.Image)(resources.GetObject("warehouse.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)}); this.warehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHID", "WHID", 51, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHNAME", "WHNAME", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SEL", "SEL", 27, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PER", "PER", 29, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.warehouse.Properties.DataSource = this.wAREHOUSEMASTBindingSource; this.warehouse.Properties.DisplayMember = "WHNAME"; this.warehouse.Properties.NullText = ""; this.warehouse.Properties.ShowFooter = false; this.warehouse.Properties.ShowHeader = false; this.warehouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.warehouse.Properties.ValueMember = "WHID"; this.warehouse.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.LookUpEdit1PropertiesButtonClick); this.warehouse.Size = new System.Drawing.Size(287, 20); this.warehouse.TabIndex = 5; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowDelete = true; this.c1TrueDBGrid1.AllowSort = false; this.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.DataSource = this.pURINVDETAILBindingSource; this.c1TrueDBGrid1.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.MultipleLines; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.EmptyRows = true; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.LinesPerRow = 2; this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 251); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 22; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.Size = new System.Drawing.Size(869, 197); this.c1TrueDBGrid1.TabIndex = 86; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.System; this.c1TrueDBGrid1.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.C1TrueDbGrid1AfterColUpdate); this.c1TrueDBGrid1.AfterUpdate += new System.EventHandler(this.C1TrueDbGrid1AfterUpdate); this.c1TrueDBGrid1.BeforeColUpdate += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.C1TrueDbGrid1BeforeColUpdate); this.c1TrueDBGrid1.BeforeDelete += new C1.Win.C1TrueDBGrid.CancelEventHandler(this.C1TrueDbGrid1BeforeDelete); this.c1TrueDBGrid1.AfterColEdit += new C1.Win.C1TrueDBGrid.ColEventHandler(this.C1TrueDbGrid1AfterColEdit); this.c1TrueDBGrid1.BeforeColEdit += new C1.Win.C1TrueDBGrid.BeforeColEditEventHandler(this.C1TrueDbGrid1BeforeColEdit); this.c1TrueDBGrid1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.C1TrueDbGrid1KeyPress); // // ribbonPageGroup1 // this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1); this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.ShowCaptionButton = false; this.ribbonPageGroup1.Text = "Extras"; // // barButtonItem1 // this.barButtonItem1.Caption = "Hold"; this.barButtonItem1.Id = 13; this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "Notes"; this.barButtonItem2.Id = 14; this.barButtonItem2.Name = "barButtonItem2"; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.DockControls.Add(this.standaloneBarDockControl1); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem3, this.barButtonItem4, this.barButtonItem5, this.barButtonItem6, this.barEditItem1, this.barButtonItem7, this.barEditItem2, this.barButtonItem8}); this.barManager1.MaxItemId = 12; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1, this.repositoryItemPopupContainerEdit1, this.repositoryItemTextEdit1, this.repositoryItemPopupContainerEdit2}); this.barManager1.EditorKeyDown += new System.Windows.Forms.KeyEventHandler(this.BarManager1EditorKeyDown); // // bar1 // this.bar1.BarName = "Tools"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone; this.bar1.FloatLocation = new System.Drawing.Point(315, 342); this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem8, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)}); this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.DrawDragBorder = false; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.StandaloneBarDockControl = this.standaloneBarDockControl1; this.bar1.Text = "Tools"; // // barEditItem2 // this.barEditItem2.AutoFillWidth = true; this.barEditItem2.Caption = "Enter Item :"; this.barEditItem2.Edit = this.repositoryItemTextEdit1; this.barEditItem2.Id = 8; this.barEditItem2.IEBehavior = true; this.barEditItem2.Name = "barEditItem2"; // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; this.repositoryItemTextEdit1.NullText = "Barcode / Name"; // // barButtonItem3 // this.barButtonItem3.Caption = "Find Item - F10"; this.barButtonItem3.Glyph = global::Store.Properties.Resources.page_white_magnify; this.barButtonItem3.Id = 0; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarButtonItem3ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "Copy Row - F5"; this.barButtonItem4.Glyph = global::Store.Properties.Resources.page_copy; this.barButtonItem4.Id = 1; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarButtonItem4ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "Delete Line - DEL"; this.barButtonItem5.Glyph = global::Store.Properties.Resources.remove; this.barButtonItem5.Id = 2; this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarButtonItem5ItemClick); // // barButtonItem6 // this.barButtonItem6.Caption = "Item Histroy - F8"; this.barButtonItem6.Glyph = global::Store.Properties.Resources.date_magnify; this.barButtonItem6.Id = 3; this.barButtonItem6.Name = "barButtonItem6"; this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarButtonItem6ItemClick); // // barEditItem1 // this.barEditItem1.Description = "Unit Converion - CTRL"; this.barEditItem1.Edit = this.repositoryItemCheckEdit1; this.barEditItem1.EditValue = false; this.barEditItem1.Glyph = global::Store.Properties.Resources.scales; this.barEditItem1.Id = 4; this.barEditItem1.Name = "barEditItem1"; this.barEditItem1.Width = 20; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // barButtonItem8 // this.barButtonItem8.Description = "Auto Sales Price - F11"; this.barButtonItem8.Glyph = global::Store.Properties.Resources.calculator; this.barButtonItem8.Id = 11; this.barButtonItem8.Name = "barButtonItem8"; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(869, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 571); this.barDockControlBottom.Size = new System.Drawing.Size(869, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 571); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(869, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 571); // // barButtonItem7 // this.barButtonItem7.Caption = "Merge Rows"; this.barButtonItem7.Id = 5; this.barButtonItem7.Name = "barButtonItem7"; // // repositoryItemPopupContainerEdit1 // this.repositoryItemPopupContainerEdit1.AutoHeight = false; this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1"; // // repositoryItemPopupContainerEdit2 // this.repositoryItemPopupContainerEdit2.AutoHeight = false; this.repositoryItemPopupContainerEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemPopupContainerEdit2.Name = "repositoryItemPopupContainerEdit2"; // // PurchaseInvoiceN // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(869, 571); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.panel1); this.Controls.Add(this.c1TrueDBDropdown4); this.Controls.Add(this.c1TrueDBDropdown3); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.panel2); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.KeyPreview = true; this.Name = "PurchaseInvoiceN"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Purchase Invoices"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PurchaseInvoiceFormClosing); this.Load += new System.EventHandler(this.PurchaseInvoiceLoad); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PurchaseInvoiceKeyDown); this.Resize += new System.EventHandler(this.PurchaseInvoiceResize); this.Controls.SetChildIndex(this.barDockControlTop, 0); this.Controls.SetChildIndex(this.barDockControlBottom, 0); this.Controls.SetChildIndex(this.barDockControlRight, 0); this.Controls.SetChildIndex(this.barDockControlLeft, 0); this.Controls.SetChildIndex(this.ribbon, 0); this.Controls.SetChildIndex(this.panel2, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown1, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown2, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown3, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown4, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.c1TrueDBGrid1, 0); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown4)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.allotstore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); this.dataSet11 = new FilterMultiEdit.DataSet1(); this.oleDbDataAdapter1 = new System.Data.OleDb.OleDbDataAdapter(); this.oleDbInsertCommand1 = new System.Data.OleDb.OleDbCommand(); this.oleDbConnection1 = new System.Data.OleDb.OleDbConnection(); this.oleDbSelectCommand1 = new System.Data.OleDb.OleDbCommand(); this.oleDbDataAdapter2 = new System.Data.OleDb.OleDbDataAdapter(); this.oleDbInsertCommand2 = new System.Data.OleDb.OleDbCommand(); this.oleDbSelectCommand2 = new System.Data.OleDb.OleDbCommand(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); this.SuspendLayout(); // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.Locale = new System.Globalization.CultureInfo("en-US"); this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // oleDbDataAdapter1 // this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1; this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1; this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "Orders", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("OrderID", "OrderID"), new System.Data.Common.DataColumnMapping("CustomerID", "CustomerID"), new System.Data.Common.DataColumnMapping("EmployeeID", "EmployeeID"), new System.Data.Common.DataColumnMapping("OrderDate", "OrderDate"), new System.Data.Common.DataColumnMapping("RequiredDate", "RequiredDate"), new System.Data.Common.DataColumnMapping("ShippedDate", "ShippedDate"), new System.Data.Common.DataColumnMapping("ShipVia", "ShipVia"), new System.Data.Common.DataColumnMapping("Freight", "Freight"), new System.Data.Common.DataColumnMapping("ShipName", "ShipName"), new System.Data.Common.DataColumnMapping("ShipAddress", "ShipAddress"), new System.Data.Common.DataColumnMapping("ShipCity", "ShipCity"), new System.Data.Common.DataColumnMapping("ShipRegion", "ShipRegion"), new System.Data.Common.DataColumnMapping("ShipPostalCode", "ShipPostalCode"), new System.Data.Common.DataColumnMapping("ShipCountry", "ShipCountry") }) }); // // oleDbInsertCommand1 // this.oleDbInsertCommand1.CommandText = resources.GetString("oleDbInsertCommand1.CommandText"); this.oleDbInsertCommand1.Connection = this.oleDbConnection1; this.oleDbInsertCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] { new System.Data.OleDb.OleDbParameter("CustomerID", System.Data.OleDb.OleDbType.VarWChar, 5, "CustomerID"), new System.Data.OleDb.OleDbParameter("EmployeeID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "EmployeeID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("Freight", System.Data.OleDb.OleDbType.Currency, 0, System.Data.ParameterDirection.Input, false, ((byte)(19)), ((byte)(0)), "Freight", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("OrderDate", System.Data.OleDb.OleDbType.DBDate, 0, "OrderDate"), new System.Data.OleDb.OleDbParameter("OrderID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "OrderID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("RequiredDate", System.Data.OleDb.OleDbType.DBDate, 0, "RequiredDate"), new System.Data.OleDb.OleDbParameter("ShipAddress", System.Data.OleDb.OleDbType.VarWChar, 60, "ShipAddress"), new System.Data.OleDb.OleDbParameter("ShipCity", System.Data.OleDb.OleDbType.VarWChar, 15, "ShipCity"), new System.Data.OleDb.OleDbParameter("ShipCountry", System.Data.OleDb.OleDbType.VarWChar, 15, "ShipCountry"), new System.Data.OleDb.OleDbParameter("ShipName", System.Data.OleDb.OleDbType.VarWChar, 40, "ShipName"), new System.Data.OleDb.OleDbParameter("ShippedDate", System.Data.OleDb.OleDbType.DBDate, 0, "ShippedDate"), new System.Data.OleDb.OleDbParameter("ShipPostalCode", System.Data.OleDb.OleDbType.VarWChar, 10, "ShipPostalCode"), new System.Data.OleDb.OleDbParameter("ShipRegion", System.Data.OleDb.OleDbType.VarWChar, 15, "ShipRegion"), new System.Data.OleDb.OleDbParameter("ShipVia", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ShipVia", System.Data.DataRowVersion.Current, null) }); // // oleDbConnection1 // this.oleDbConnection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\ComponentOne Studio" + ".NET 2.0\\Common\\C1Nwind.mdb;"; // // oleDbSelectCommand1 // this.oleDbSelectCommand1.CommandText = "SELECT CustomerID, EmployeeID, Freight, OrderDate, OrderID, RequiredDate, ShipAdd" + "ress, ShipCity, ShipCountry, ShipName, ShippedDate, ShipPostalCode, ShipRegion, " + "ShipVia FROM Orders"; this.oleDbSelectCommand1.Connection = this.oleDbConnection1; // // oleDbDataAdapter2 // this.oleDbDataAdapter2.InsertCommand = this.oleDbInsertCommand2; this.oleDbDataAdapter2.SelectCommand = this.oleDbSelectCommand2; this.oleDbDataAdapter2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "Customers", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("CustomerID", "CustomerID") }) }); // // oleDbInsertCommand2 // this.oleDbInsertCommand2.CommandText = "INSERT INTO Customers(CustomerID) VALUES (?)"; this.oleDbInsertCommand2.Connection = this.oleDbConnection1; this.oleDbInsertCommand2.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] { new System.Data.OleDb.OleDbParameter("CustomerID", System.Data.OleDb.OleDbType.VarWChar, 5, "CustomerID") }); // // oleDbSelectCommand2 // this.oleDbSelectCommand2.CommandText = "SELECT CustomerID FROM Customers"; this.oleDbSelectCommand2.Connection = this.oleDbConnection1; // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.checkedListBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(131, 424); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 13); this.label1.TabIndex = 1; this.label1.Text = "Multiple Selections in"; // // checkedListBox1 // this.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Items.AddRange(new object[] { "CustomerID", "EmployeeID", "OrderDate", "ShipCity", "ShipCountry", "Freight" }); this.checkedListBox1.Location = new System.Drawing.Point(4, 28); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(115, 379); this.checkedListBox1.TabIndex = 0; this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck); // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionStyle = style9; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.DataMember = "Customers"; this.c1TrueDBDropdown1.DataSource = this.dataSet11; this.c1TrueDBDropdown1.EvenRowStyle = style10; this.c1TrueDBDropdown1.ExtendRightColumn = true; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style11; this.c1TrueDBDropdown1.HeadingStyle = style12; this.c1TrueDBDropdown1.HighLightRowStyle = style13; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(232, 168); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style14; this.c1TrueDBDropdown1.RecordSelectorStyle = style15; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(100, 104); this.c1TrueDBDropdown1.Style = style16; this.c1TrueDBDropdown1.TabIndex = 1; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.Visible = false; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); // // c1TrueDBGrid1 // this.c1TrueDBGrid1.DataMember = "Orders"; this.c1TrueDBGrid1.DataSource = this.dataSet11; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.FilterBar = true; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(131, 0); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.Size = new System.Drawing.Size(708, 424); this.c1TrueDBGrid1.TabIndex = 3; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(839, 424); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.panel1); this.Controls.Add(this.c1TrueDBDropdown1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewData)); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); this.tgridViewTable = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.cmbPage = new System.Windows.Forms.ComboBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.mnuGrid = new System.Windows.Forms.ContextMenuStrip(this.components); this.mniStartWith = new System.Windows.Forms.ToolStripMenuItem(); this.mniContain = new System.Windows.Forms.ToolStripMenuItem(); this.mniEndWith = new System.Windows.Forms.ToolStripMenuItem(); this.lblIntroduction = new System.Windows.Forms.Label(); this.btnMove = new System.Windows.Forms.Button(); this.lblPage = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.tgridViewTable)).BeginInit(); this.mnuGrid.SuspendLayout(); this.SuspendLayout(); // // tgridViewTable // resources.ApplyResources(this.tgridViewTable, "tgridViewTable"); this.tgridViewTable.CaptionStyle = style1; this.tgridViewTable.CausesValidation = false; this.tgridViewTable.EditorStyle = style2; this.tgridViewTable.EvenRowStyle = style3; this.tgridViewTable.FilterBarStyle = style4; this.tgridViewTable.FooterStyle = style5; this.tgridViewTable.ForeColor = System.Drawing.Color.LemonChiffon; this.tgridViewTable.GroupStyle = style6; this.tgridViewTable.HeadingStyle = style7; this.tgridViewTable.HighLightRowStyle = style8; this.tgridViewTable.Images.Add(((System.Drawing.Image)(resources.GetObject("tgridViewTable.Images")))); this.tgridViewTable.InactiveStyle = style9; this.tgridViewTable.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder; this.tgridViewTable.Name = "tgridViewTable"; this.tgridViewTable.OddRowStyle = style10; this.tgridViewTable.PreviewInfo.Location = ((System.Drawing.Point)(resources.GetObject("tgridViewTable.PreviewInfo.Location"))); this.tgridViewTable.PreviewInfo.Size = ((System.Drawing.Size)(resources.GetObject("tgridViewTable.PreviewInfo.Size"))); this.tgridViewTable.PreviewInfo.ZoomFactor = ((double)(resources.GetObject("tgridViewTable.PreviewInfo.ZoomFactor"))); this.tgridViewTable.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("tgridViewTable.PrintInfo.PageSettings"))); this.tgridViewTable.PrintInfo.ShowOptionsDialog = ((bool)(resources.GetObject("tgridViewTable.PrintInfo.ShowOptionsDialog"))); this.tgridViewTable.RecordSelectorStyle = style11; this.tgridViewTable.RowDivider.Color = ((System.Drawing.Color)(resources.GetObject("resource.Color"))); this.tgridViewTable.RowDivider.Style = ((C1.Win.C1TrueDBGrid.LineStyleEnum)(resources.GetObject("resource.Style"))); this.tgridViewTable.SelectedStyle = style12; this.tgridViewTable.Style = style13; this.tgridViewTable.AfterFilter += new C1.Win.C1TrueDBGrid.FilterEventHandler(this.tgridViewTable_AfterFilter); this.tgridViewTable.DoubleClick += new System.EventHandler(this.tgridViewTable_DoubleClick); this.tgridViewTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tgridViewTable_KeyDown); // // cmbPage // resources.ApplyResources(this.cmbPage, "cmbPage"); this.cmbPage.FormattingEnabled = true; this.cmbPage.Name = "cmbPage"; // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSave // resources.ApplyResources(this.btnSave, "btnSave"); this.btnSave.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnSave.Name = "btnSave"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // mnuGrid // this.mnuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mniStartWith, this.mniContain, this.mniEndWith }); this.mnuGrid.Name = "mnuGrid"; resources.ApplyResources(this.mnuGrid, "mnuGrid"); // // mniStartWith // this.mniStartWith.Name = "mniStartWith"; resources.ApplyResources(this.mniStartWith, "mniStartWith"); // // mniContain // this.mniContain.Name = "mniContain"; resources.ApplyResources(this.mniContain, "mniContain"); // // mniEndWith // this.mniEndWith.Name = "mniEndWith"; resources.ApplyResources(this.mniEndWith, "mniEndWith"); // // lblIntroduction // resources.ApplyResources(this.lblIntroduction, "lblIntroduction"); this.lblIntroduction.ForeColor = System.Drawing.Color.Maroon; this.lblIntroduction.Name = "lblIntroduction"; // // btnMove // resources.ApplyResources(this.btnMove, "btnMove"); this.btnMove.Name = "btnMove"; this.btnMove.UseVisualStyleBackColor = true; this.btnMove.Click += new System.EventHandler(this.btnMove_Click); // // lblPage // resources.ApplyResources(this.lblPage, "lblPage"); this.lblPage.ForeColor = System.Drawing.Color.Black; this.lblPage.Name = "lblPage"; // // ViewData // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.Controls.Add(this.btnMove); this.Controls.Add(this.lblPage); this.Controls.Add(this.lblIntroduction); this.Controls.Add(this.tgridViewTable); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnClose); this.Controls.Add(this.cmbPage); this.Name = "ViewData"; this.Load += new System.EventHandler(this.SearchParty_Load); ((System.ComponentModel.ISupportInitialize)(this.tgridViewTable)).EndInit(); this.mnuGrid.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(gestionArticle)); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.label1 = new System.Windows.Forms.Label(); this.Recherche = new System.Windows.Forms.Button(); this.Quiter = new System.Windows.Forms.Button(); this.List = new System.Windows.Forms.Button(); this.Modifier = new System.Windows.Forms.Button(); this.Supprimer = new System.Windows.Forms.Button(); this.Ajouter = new System.Windows.Forms.Button(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); this.SuspendLayout(); // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.ColumnHeaders = false; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(140, 156); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(288, 75); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 5; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.Visible = false; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(324, 32); this.label1.TabIndex = 11; this.label1.Text = "GESTION D\'ARTICLES"; // // Recherche // this.Recherche.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Recherche.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Recherche.Image = global::GP.Properties.Resources.greyscale_22; this.Recherche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Recherche.Location = new System.Drawing.Point(591, 256); this.Recherche.Name = "Recherche"; this.Recherche.Size = new System.Drawing.Size(113, 47); this.Recherche.TabIndex = 10; this.Recherche.Text = "Recherche"; this.Recherche.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Recherche.UseVisualStyleBackColor = true; this.Recherche.Click += new System.EventHandler(this.Recherche_Click); // // Quiter // this.Quiter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Quiter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Quiter.Image = global::GP.Properties.Resources.greyscale_12; this.Quiter.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Quiter.Location = new System.Drawing.Point(591, 309); this.Quiter.Name = "Quiter"; this.Quiter.Size = new System.Drawing.Size(113, 47); this.Quiter.TabIndex = 9; this.Quiter.Text = "Quiter"; this.Quiter.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Quiter.UseVisualStyleBackColor = true; this.Quiter.Click += new System.EventHandler(this.Quiter_Click); // // List // this.List.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.List.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.List.Image = global::GP.Properties.Resources.greyscale_26; this.List.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.List.Location = new System.Drawing.Point(591, 203); this.List.Name = "List"; this.List.Size = new System.Drawing.Size(113, 47); this.List.TabIndex = 8; this.List.Text = "Imprimer List"; this.List.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.List.UseVisualStyleBackColor = true; this.List.Click += new System.EventHandler(this.List_Click); // // Modifier // this.Modifier.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Modifier.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Modifier.Image = global::GP.Properties.Resources.greyscale_18; this.Modifier.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Modifier.Location = new System.Drawing.Point(591, 150); this.Modifier.Name = "Modifier"; this.Modifier.Size = new System.Drawing.Size(113, 47); this.Modifier.TabIndex = 7; this.Modifier.Text = "Modifier"; this.Modifier.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Modifier.UseVisualStyleBackColor = true; this.Modifier.Click += new System.EventHandler(this.Modifier_Click); // // Supprimer // this.Supprimer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Supprimer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Supprimer.Image = global::GP.Properties.Resources.greyscale_11; this.Supprimer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Supprimer.Location = new System.Drawing.Point(591, 97); this.Supprimer.Name = "Supprimer"; this.Supprimer.Size = new System.Drawing.Size(113, 47); this.Supprimer.TabIndex = 6; this.Supprimer.Text = "Supprimer"; this.Supprimer.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Supprimer.UseVisualStyleBackColor = true; this.Supprimer.Click += new System.EventHandler(this.Supprimer_Click); // // Ajouter // this.Ajouter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Ajouter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Ajouter.Image = global::GP.Properties.Resources.greyscale_10; this.Ajouter.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Ajouter.Location = new System.Drawing.Point(591, 44); this.Ajouter.Name = "Ajouter"; this.Ajouter.Size = new System.Drawing.Size(113, 47); this.Ajouter.TabIndex = 1; this.Ajouter.Text = "Ajouter"; this.Ajouter.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Ajouter.UseVisualStyleBackColor = true; this.Ajouter.Click += new System.EventHandler(this.Ajouter_Click); // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowArrows = false; this.c1TrueDBGrid1.AllowColMove = false; this.c1TrueDBGrid1.AllowColSelect = false; this.c1TrueDBGrid1.AllowUpdate = false; this.c1TrueDBGrid1.AlternatingRows = true; this.c1TrueDBGrid1.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.c1TrueDBGrid1.CaptionHeight = 20; this.c1TrueDBGrid1.FetchRowStyles = true; this.c1TrueDBGrid1.FlatStyle = C1.Win.C1TrueDBGrid.FlatModeEnum.Flat; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column"; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(3, 44); this.c1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow; this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.RecordSelectorWidth = 17; this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 21; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.Gainsboro; this.c1TrueDBGrid1.Size = new System.Drawing.Size(579, 357); this.c1TrueDBGrid1.TabIndex = 0; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.DoubleClick += new System.EventHandler(this.Modifier_Click); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); // // gestionArticle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(716, 413); this.Controls.Add(this.label1); this.Controls.Add(this.Recherche); this.Controls.Add(this.Quiter); this.Controls.Add(this.List); this.Controls.Add(this.Modifier); this.Controls.Add(this.Supprimer); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.Ajouter); this.Controls.Add(this.c1TrueDBGrid1); this.Name = "gestionArticle"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Gestion d\'Article"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.gestionArticle_Load); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label label1; System.Windows.Forms.Label label14; System.Windows.Forms.Label label13; System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label9; System.Windows.Forms.Label label12; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label cOMPNAMELabel; DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurchaseReturn)); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); this.sUPPLIERBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Store.DataSet1(); this.panel1 = new System.Windows.Forms.Panel(); this.spdisc = new DevExpress.XtraEditors.TextEdit(); this.invdate = new DevExpress.XtraEditors.DateEdit(); this.invno = new DevExpress.XtraEditors.TextEdit(); this.supplier = new DevExpress.XtraEditors.LookUpEdit(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.purno = new DevExpress.XtraEditors.TextEdit(); this.warehouse = new DevExpress.XtraEditors.LookUpEdit(); this.wAREHOUSEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.bar3 = new DevExpress.XtraBars.Bar(); this.panel2 = new System.Windows.Forms.Panel(); this.totdisc = new DevExpress.XtraEditors.TextEdit(); this.totvalue = new DevExpress.XtraEditors.TextEdit(); this.netamt = new DevExpress.XtraEditors.TextEdit(); this.adjustval = new DevExpress.XtraEditors.TextEdit(); this.specdisc = new DevExpress.XtraEditors.TextEdit(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.rETURNDETAILBindingSource = new System.Windows.Forms.BindingSource(this.components); this.sUPPLIERTableAdapter = new Store.DataSet1TableAdapters.SUPPLIERTableAdapter(); this.rETURNDETAILTableAdapter = new Store.DataSet1TableAdapters.RETURNDETAILTableAdapter(); this.iTEMMAST1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMMAST1TableAdapter = new Store.DataSet1TableAdapters.ITEMMAST1TableAdapter(); this.wAREHOUSEMASTTableAdapter = new Store.DataSet1TableAdapters.WAREHOUSEMASTTableAdapter(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMGROUPBindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMGROUPTableAdapter = new Store.DataSet1TableAdapters.ITEMGROUPTableAdapter(); this.returnmastTableAdapter1 = new Store.DataSet1TableAdapters.RETURNMASTTableAdapter(); label1 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); cOMPNAMELabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rETURNDETAILBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.ExpandCollapseItem.Name = ""; this.ribbon.Size = new System.Drawing.Size(955, 144); this.ribbon.Toolbar.ShowCustomizeItem = false; // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(581, 9); label1.Name = "label1"; label1.Size = new System.Drawing.Size(45, 14); label1.TabIndex = 24; label1.Text = "Doc #:"; // // label14 // label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label14.AutoSize = true; label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.Location = new System.Drawing.Point(723, 30); label14.Name = "label14"; label14.Size = new System.Drawing.Size(106, 14); label14.TabIndex = 30; label14.Text = "Total Disc Value: "; // // label13 // label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label13.AutoSize = true; label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label13.Location = new System.Drawing.Point(723, 6); label13.Name = "label13"; label13.Size = new System.Drawing.Size(77, 14); label13.TabIndex = 28; label13.Text = "Total Value: "; // // label11 // label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label11.AutoSize = true; label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label11.Location = new System.Drawing.Point(723, 76); label11.Name = "label11"; label11.Size = new System.Drawing.Size(87, 14); label11.TabIndex = 25; label11.Text = "Net Amount : "; // // label10 // label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label10.AutoSize = true; label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label10.Location = new System.Drawing.Point(472, 74); label10.Name = "label10"; label10.Size = new System.Drawing.Size(121, 14); label10.TabIndex = 23; label10.Text = "Adjusted Value(F7): "; // // label9 // label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label9.AutoSize = true; label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label9.Location = new System.Drawing.Point(723, 52); label9.Name = "label9"; label9.Size = new System.Drawing.Size(103, 14); label9.TabIndex = 21; label9.Text = "Special Discount: "; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(6, 55); label12.Name = "label12"; label12.Size = new System.Drawing.Size(52, 14); label12.TabIndex = 85; label12.Text = "Spl.Disc:"; // // label4 // label4.AutoSize = true; label4.FlatStyle = System.Windows.Forms.FlatStyle.System; label4.Location = new System.Drawing.Point(260, 31); label4.Name = "label4"; label4.Size = new System.Drawing.Size(84, 14); label4.TabIndex = 83; label4.Text = "Invoice Date: "; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(6, 30); label3.Name = "label3"; label3.Size = new System.Drawing.Size(90, 14); label3.TabIndex = 81; label3.Text = "Ret.Invoice #: "; // // cOMPNAMELabel // cOMPNAMELabel.AutoSize = true; cOMPNAMELabel.Location = new System.Drawing.Point(6, 7); cOMPNAMELabel.Name = "cOMPNAMELabel"; cOMPNAMELabel.Size = new System.Drawing.Size(88, 14); cOMPNAMELabel.TabIndex = 79; cOMPNAMELabel.Text = "Supplier name:"; // // sUPPLIERBindingSource // this.sUPPLIERBindingSource.DataMember = "SUPPLIER"; this.sUPPLIERBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // panel1 // this.panel1.Controls.Add(this.spdisc); this.panel1.Controls.Add(label12); this.panel1.Controls.Add(this.invdate); this.panel1.Controls.Add(label4); this.panel1.Controls.Add(this.invno); this.panel1.Controls.Add(label3); this.panel1.Controls.Add(cOMPNAMELabel); this.panel1.Controls.Add(this.supplier); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.purno); this.panel1.Controls.Add(label1); this.panel1.Controls.Add(this.warehouse); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 144); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(955, 79); this.panel1.TabIndex = 44; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // spdisc // this.spdisc.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spdisc.Location = new System.Drawing.Point(100, 52); this.spdisc.Name = "spdisc"; this.spdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.spdisc.Properties.Appearance.Options.UseFont = true; this.spdisc.Properties.Appearance.Options.UseTextOptions = true; this.spdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.spdisc.Properties.NullText = "0"; this.spdisc.Size = new System.Drawing.Size(118, 20); this.spdisc.TabIndex = 86; // // invdate // this.invdate.EditValue = null; this.invdate.Location = new System.Drawing.Point(350, 28); this.invdate.Name = "invdate"; this.invdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invdate.Properties.Appearance.Options.UseFont = true; this.invdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.invdate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.invdate.Size = new System.Drawing.Size(101, 20); this.invdate.TabIndex = 84; // // invno // this.invno.Location = new System.Drawing.Point(100, 28); this.invno.Name = "invno"; this.invno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invno.Properties.Appearance.Options.UseFont = true; this.invno.Properties.Appearance.Options.UseTextOptions = true; this.invno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.invno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.invno.Size = new System.Drawing.Size(118, 20); this.invno.TabIndex = 82; // // supplier // this.supplier.Location = new System.Drawing.Point(100, 4); this.supplier.Name = "supplier"; this.supplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.supplier.Properties.Appearance.Options.UseFont = true; this.supplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.supplier.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNO", "SUPPLIERNO", 85, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNAME", "SUPPLIERNAME", 85, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DUEDAYS", "DUEDAYS", 56, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.supplier.Properties.DataSource = this.sUPPLIERBindingSource; this.supplier.Properties.DisplayMember = "SUPPLIERNAME"; this.supplier.Properties.NullText = ""; this.supplier.Properties.ShowHeader = false; this.supplier.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.supplier.Properties.ValueMember = "SUPPLIERNO"; this.supplier.Size = new System.Drawing.Size(351, 20); this.supplier.TabIndex = 80; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(691, 52); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(254, 22); this.textBox1.TabIndex = 78; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(581, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 14); this.label2.TabIndex = 77; this.label2.Text = "Note:"; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(581, 31); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(104, 14); this.label16.TabIndex = 75; this.label16.Text = "From Warehouse:"; // // purno // this.purno.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.purno.Location = new System.Drawing.Point(691, 4); this.purno.Name = "purno"; this.purno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.purno.Properties.Appearance.Options.UseFont = true; this.purno.Properties.Appearance.Options.UseTextOptions = true; this.purno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.purno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.purno.Size = new System.Drawing.Size(254, 20); this.purno.TabIndex = 25; // // warehouse // this.warehouse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.warehouse.Location = new System.Drawing.Point(691, 27); this.warehouse.Name = "warehouse"; this.warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.warehouse.Properties.Appearance.Options.UseFont = true; this.warehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)}); this.warehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHID", "WHID", 51, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHNAME", "WHNAME", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SEL", "SEL", 27, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PER", "PER", 29, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.warehouse.Properties.DataSource = this.wAREHOUSEMASTBindingSource; this.warehouse.Properties.DisplayMember = "WHNAME"; this.warehouse.Properties.NullText = ""; this.warehouse.Properties.ShowFooter = false; this.warehouse.Properties.ShowHeader = false; this.warehouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.warehouse.Properties.ValueMember = "WHID"; this.warehouse.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); this.warehouse.Size = new System.Drawing.Size(254, 20); this.warehouse.TabIndex = 76; this.warehouse.EditValueChanged += new System.EventHandler(this.warehouse_EditValueChanged); // // wAREHOUSEMASTBindingSource // this.wAREHOUSEMASTBindingSource.DataMember = "WAREHOUSEMAST"; this.wAREHOUSEMASTBindingSource.DataSource = this.dataSet1; // // bar3 // this.bar3.BarName = "Status bar"; this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom; this.bar3.DockCol = 0; this.bar3.DockRow = 0; this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom; this.bar3.OptionsBar.AllowQuickCustomization = false; this.bar3.OptionsBar.DrawDragBorder = false; this.bar3.OptionsBar.UseWholeRow = true; this.bar3.Text = "Status bar"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.panel2.Controls.Add(this.totdisc); this.panel2.Controls.Add(label14); this.panel2.Controls.Add(this.totvalue); this.panel2.Controls.Add(label13); this.panel2.Controls.Add(this.netamt); this.panel2.Controls.Add(label11); this.panel2.Controls.Add(this.adjustval); this.panel2.Controls.Add(label10); this.panel2.Controls.Add(this.specdisc); this.panel2.Controls.Add(label9); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 487); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(955, 99); this.panel2.TabIndex = 56; // // totdisc // this.totdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totdisc.Location = new System.Drawing.Point(832, 26); this.totdisc.Name = "totdisc"; this.totdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totdisc.Properties.Appearance.Options.UseFont = true; this.totdisc.Properties.Appearance.Options.UseTextOptions = true; this.totdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totdisc.Properties.NullText = "0"; this.totdisc.Properties.ReadOnly = true; this.totdisc.Size = new System.Drawing.Size(118, 20); this.totdisc.TabIndex = 31; // // totvalue // this.totvalue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totvalue.Location = new System.Drawing.Point(832, 3); this.totvalue.Name = "totvalue"; this.totvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totvalue.Properties.Appearance.Options.UseFont = true; this.totvalue.Properties.Appearance.Options.UseTextOptions = true; this.totvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totvalue.Properties.DisplayFormat.FormatString = "###,###,###,###.00"; this.totvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totvalue.Properties.NullText = "0"; this.totvalue.Properties.ReadOnly = true; this.totvalue.Size = new System.Drawing.Size(118, 20); this.totvalue.TabIndex = 29; // // netamt // this.netamt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.netamt.Location = new System.Drawing.Point(832, 73); this.netamt.Name = "netamt"; this.netamt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.netamt.Properties.Appearance.Options.UseFont = true; this.netamt.Properties.Appearance.Options.UseTextOptions = true; this.netamt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.netamt.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.netamt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.netamt.Properties.NullText = "0"; this.netamt.Properties.ReadOnly = true; this.netamt.Size = new System.Drawing.Size(118, 20); this.netamt.TabIndex = 26; // // adjustval // this.adjustval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.adjustval.EditValue = "0"; this.adjustval.Location = new System.Drawing.Point(590, 71); this.adjustval.Name = "adjustval"; this.adjustval.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.adjustval.Properties.Appearance.Options.UseFont = true; this.adjustval.Properties.Appearance.Options.UseTextOptions = true; this.adjustval.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.adjustval.Properties.DisplayFormat.FormatString = "###,##0.00"; this.adjustval.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.adjustval.Properties.NullText = "0"; this.adjustval.Size = new System.Drawing.Size(118, 20); this.adjustval.TabIndex = 24; // // specdisc // this.specdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.specdisc.Location = new System.Drawing.Point(832, 49); this.specdisc.Name = "specdisc"; this.specdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.specdisc.Properties.Appearance.Options.UseFont = true; this.specdisc.Properties.Appearance.Options.UseTextOptions = true; this.specdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.specdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.specdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.specdisc.Properties.NullText = "0"; this.specdisc.Properties.ReadOnly = true; this.specdisc.Size = new System.Drawing.Size(118, 20); this.specdisc.TabIndex = 22; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowDelete = true; this.c1TrueDBGrid1.CaptionHeight = 10; this.c1TrueDBGrid1.DataSource = this.rETURNDETAILBindingSource; this.c1TrueDBGrid1.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.MultipleLines; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.EmptyRows = true; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.LinesPerRow = 2; this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 223); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 20; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.White; this.c1TrueDBGrid1.Size = new System.Drawing.Size(955, 264); this.c1TrueDBGrid1.TabIndex = 62; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColUpdate); this.c1TrueDBGrid1.AfterUpdate += new System.EventHandler(this.c1TrueDBGrid1_AfterUpdate); this.c1TrueDBGrid1.BeforeColUpdate += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.c1TrueDBGrid1_BeforeColUpdate); this.c1TrueDBGrid1.BeforeDelete += new C1.Win.C1TrueDBGrid.CancelEventHandler(this.c1TrueDBGrid1_BeforeDelete); this.c1TrueDBGrid1.AfterColEdit += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColEdit); this.c1TrueDBGrid1.Click += new System.EventHandler(this.c1TrueDBGrid1_Click); // // rETURNDETAILBindingSource // this.rETURNDETAILBindingSource.DataMember = "RETURNDETAIL"; this.rETURNDETAILBindingSource.DataSource = this.dataSet1; // // sUPPLIERTableAdapter // this.sUPPLIERTableAdapter.ClearBeforeFill = true; // // rETURNDETAILTableAdapter // this.rETURNDETAILTableAdapter.ClearBeforeFill = true; // // iTEMMAST1BindingSource // this.iTEMMAST1BindingSource.DataMember = "ITEMMAST1"; this.iTEMMAST1BindingSource.DataSource = this.dataSet1; // // iTEMMAST1TableAdapter // this.iTEMMAST1TableAdapter.ClearBeforeFill = true; // // wAREHOUSEMASTTableAdapter // this.wAREHOUSEMASTTableAdapter.ClearBeforeFill = true; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.ColumnHeaders = false; this.c1TrueDBDropdown1.DataSource = this.iTEMMAST1BindingSource; this.c1TrueDBDropdown1.DisplayMember = "ITEMNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(132, 315); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(212, 59); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 72; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "ITEMNO"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // iTEMGROUPBindingSource // this.iTEMGROUPBindingSource.DataMember = "ITEMGROUP"; this.iTEMGROUPBindingSource.DataSource = this.dataSet1; // // iTEMGROUPTableAdapter // this.iTEMGROUPTableAdapter.ClearBeforeFill = true; // // returnmastTableAdapter1 // this.returnmastTableAdapter1.ClearBeforeFill = true; // // PurchaseReturn // this.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(955, 617); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.KeyPreview = true; this.Name = "PurchaseReturn"; this.Text = "Purchase Retrun"; this.Load += new System.EventHandler(this.PurchaseReturn_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PurchaseReturn_KeyDown); this.Controls.SetChildIndex(this.ribbon, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.panel2, 0); this.Controls.SetChildIndex(this.c1TrueDBGrid1, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown1, 0); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rETURNDETAILBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).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(); System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemTransfer)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style17 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style18 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style19 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style20 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style21 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style22 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style23 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style24 = new C1.Win.C1TrueDBGrid.Style(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); this.posMenu1 = new POSFormMenu.POSMenu(); this.label16 = new System.Windows.Forms.Label(); this.warehouse = new DevExpress.XtraEditors.LookUpEdit(); this.wAREHOUSEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Store.DataSet1(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.invdate = new DevExpress.XtraEditors.DateEdit(); this.wAREHOUSEMASTTableAdapter = new Store.DataSet1TableAdapters.WAREHOUSEMASTTableAdapter(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.iTEMTRANSFERDETAILBindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMTRANSFERDETAILTableAdapter = new Store.DataSet1TableAdapters.ITEMTRANSFERDETAILTableAdapter(); this.panel1 = new System.Windows.Forms.Panel(); this.netamt = new DevExpress.XtraEditors.TextEdit(); this.label4 = new System.Windows.Forms.Label(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMMAST1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.iTEMGROUPBindingSource = new System.Windows.Forms.BindingSource(this.components); this.c1TrueDBDropdown3 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.button1 = new System.Windows.Forms.Button(); this.c1TrueDBGrid2 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.iTEMMAST1TableAdapter = new Store.DataSet1TableAdapters.ITEMMAST1TableAdapter(); this.tostoreid = new DevExpress.XtraEditors.LookUpEdit(); this.sTOREMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.sTOREMASTTableAdapter = new Store.DataSet1TableAdapters.STOREMASTTableAdapter(); this.iTEMGROUPTableAdapter = new Store.DataSet1TableAdapters.ITEMGROUPTableAdapter(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMTRANSFERDETAILBindingSource)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tostoreid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).BeginInit(); this.SuspendLayout(); // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label2.AutoSize = true; label2.Location = new System.Drawing.Point(862, 93); label2.Name = "label2"; label2.Size = new System.Drawing.Size(45, 14); label2.TabIndex = 81; label2.Text = "Doc #:"; // // label3 // label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label3.AutoSize = true; label3.Location = new System.Drawing.Point(862, 62); label3.Name = "label3"; label3.Size = new System.Drawing.Size(66, 14); label3.TabIndex = 83; label3.Text = "Tran Date:"; // // posMenu1 // this.posMenu1.ApprovalCancelMenuEnabled = true; this.posMenu1.ApprovalCancelMenuVisible = true; this.posMenu1.ApproveMenuEnabled = true; this.posMenu1.ApproveMenuVisible = true; this.posMenu1.CustomActionMenu1Enabled = true; this.posMenu1.CustomActionMenu1Image = null; this.posMenu1.CustomActionMenu1Text = "Custom Action 1"; this.posMenu1.CustomActionMenu1Visible = false; this.posMenu1.CustomActionMenu2Enabled = true; this.posMenu1.CustomActionMenu2Image = null; this.posMenu1.CustomActionMenu2Text = "Custom Action 2"; this.posMenu1.CustomActionMenu2Visible = true; this.posMenu1.CustomButton1Enabled = true; this.posMenu1.CustomButton1Image = ((System.Drawing.Image)(resources.GetObject("posMenu1.CustomButton1Image"))); this.posMenu1.CustomButton1Text = "Hold"; this.posMenu1.CustomButton1Visible = false; this.posMenu1.CustomButton2Enabled = true; this.posMenu1.CustomButton2Image = ((System.Drawing.Image)(resources.GetObject("posMenu1.CustomButton2Image"))); this.posMenu1.CustomButton2Text = "Stock"; this.posMenu1.CustomButton2Visible = true; this.posMenu1.CustomMenu1Enabled = true; this.posMenu1.CustomMenu1Text = "Custom Menu 1"; this.posMenu1.CustomMenu1Visible = true; this.posMenu1.CustomMenu2Enabled = true; this.posMenu1.CustomMenu2Text = "Custom Menu 2"; this.posMenu1.CustomMenu3Enabled = true; this.posMenu1.CustomMenu3Text = "Custom Menu 3"; this.posMenu1.CustomMenu4Enabled = true; this.posMenu1.CustomMenu4Text = "Custom Menu 4"; this.posMenu1.CustomMenu5Enabled = true; this.posMenu1.CustomMenu5Text = "Custom Menu 5"; this.posMenu1.CustomMenu6Enabled = true; this.posMenu1.CustomMenu6Text = "Custom Menu 6"; this.posMenu1.CustomMenuEnabled = true; this.posMenu1.CustomMenuVisible = true; this.posMenu1.DataMember = null; this.posMenu1.DataSource = null; this.posMenu1.DeleteButtonEnabled = true; this.posMenu1.DeleteButtonVisible = true; this.posMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.posMenu1.DocumentAttachButtonEnabled = true; this.posMenu1.DocumentAttachButtonVisible = true; this.posMenu1.DocumentViewButtonEnabled = true; this.posMenu1.DocumentViewButtonVisible = false; this.posMenu1.EditButtonEnabled = true; this.posMenu1.EditButtonVisible = true; this.posMenu1.Filter = null; this.posMenu1.ForwardButtonEnabled = true; this.posMenu1.ForwardButtonVisible = false; this.posMenu1.ForwardMenuEnabled = true; this.posMenu1.ForwardMenuVisible = false; this.posMenu1.HelpButtonVisible = true; this.posMenu1.ListButtonEnabled = true; this.posMenu1.ListButtonVisible = true; this.posMenu1.Location = new System.Drawing.Point(0, 0); this.posMenu1.MessageButtonEnabled = true; this.posMenu1.MessageButtonVisible = true; this.posMenu1.Name = "posMenu1"; this.posMenu1.NavigatorPosition = 0; this.posMenu1.NewButtonEnabled = true; this.posMenu1.NewButtonVisible = true; this.posMenu1.PostButtonEnabled = true; this.posMenu1.PostButtonVisible = false; this.posMenu1.PrintButtonEnabled = true; this.posMenu1.PrintButtonVisible = true; this.posMenu1.RecordNaviator = true; this.posMenu1.ReplyMenuEnabled = true; this.posMenu1.ReplyMenuVisible = true; this.posMenu1.ReviewCancelMenuEnabled = true; this.posMenu1.ReviewCancelMenuVisible = true; this.posMenu1.ReviewMenuEnabled = true; this.posMenu1.ReviewMenuVisible = true; this.posMenu1.SaveButtonEnabled = true; this.posMenu1.SaveButtonVisible = true; this.posMenu1.SetNavigatorPosition = -1; this.posMenu1.Size = new System.Drawing.Size(1076, 53); this.posMenu1.Sort = null; this.posMenu1.SortNavigator = null; this.posMenu1.TabIndex = 7; this.posMenu1.ToolbarNavigatorVisible = true; this.posMenu1.ToolBarTextVisible = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText; this.posMenu1.ToolClicked = null; this.posMenu1.VerifyCancelMenuEnabled = true; this.posMenu1.VerifyCancelMenuVisible = true; this.posMenu1.VerifyMenuEnabled = true; this.posMenu1.VerifyMenuVisible = true; this.posMenu1.ToolbarClick += new System.EventHandler(this.posMenu1_ToolbarClick_1); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(6, 62); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(104, 14); this.label16.TabIndex = 77; this.label16.Text = "From Warehouse:"; // // warehouse // this.warehouse.Location = new System.Drawing.Point(115, 59); this.warehouse.Name = "warehouse"; this.warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.warehouse.Properties.Appearance.Options.UseFont = true; this.warehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)}); this.warehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHID", "WHID", 51, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHNAME", "WHNAME", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SEL", "SEL", 27, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PER", "PER", 29, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.warehouse.Properties.DataSource = this.wAREHOUSEMASTBindingSource; this.warehouse.Properties.DisplayMember = "WHNAME"; this.warehouse.Properties.NullText = ""; this.warehouse.Properties.ShowFooter = false; this.warehouse.Properties.ShowHeader = false; this.warehouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.warehouse.Properties.ValueMember = "WHID"; this.warehouse.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); this.warehouse.Size = new System.Drawing.Size(328, 20); this.warehouse.TabIndex = 78; // // wAREHOUSEMASTBindingSource // this.wAREHOUSEMASTBindingSource.DataMember = "WAREHOUSEMAST"; this.wAREHOUSEMASTBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 90); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 14); this.label1.TabIndex = 79; this.label1.Text = "To Store:"; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(932, 88); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(142, 22); this.textBox1.TabIndex = 82; // // invdate // this.invdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.invdate.EditValue = null; this.invdate.Location = new System.Drawing.Point(932, 59); this.invdate.Name = "invdate"; this.invdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invdate.Properties.Appearance.Options.UseFont = true; this.invdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.invdate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.invdate.Size = new System.Drawing.Size(142, 20); this.invdate.TabIndex = 84; // // wAREHOUSEMASTTableAdapter // this.wAREHOUSEMASTTableAdapter.ClearBeforeFill = true; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowDelete = true; this.c1TrueDBGrid1.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.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.DataSource = this.iTEMTRANSFERDETAILBindingSource; this.c1TrueDBGrid1.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.MultipleLines; this.c1TrueDBGrid1.EmptyRows = true; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.LinesPerRow = 2; this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 116); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 20; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.White; this.c1TrueDBGrid1.Size = new System.Drawing.Size(1073, 455); this.c1TrueDBGrid1.SpringMode = true; this.c1TrueDBGrid1.TabIndex = 85; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColUpdate); this.c1TrueDBGrid1.AfterUpdate += new System.EventHandler(this.c1TrueDBGrid1_AfterUpdate); this.c1TrueDBGrid1.BeforeDelete += new C1.Win.C1TrueDBGrid.CancelEventHandler(this.c1TrueDBGrid1_BeforeDelete); this.c1TrueDBGrid1.AfterColEdit += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColEdit); this.c1TrueDBGrid1.Click += new System.EventHandler(this.c1TrueDBGrid1_Click); // // iTEMTRANSFERDETAILBindingSource // this.iTEMTRANSFERDETAILBindingSource.DataMember = "ITEMTRANSFERDETAIL"; this.iTEMTRANSFERDETAILBindingSource.DataSource = this.dataSet1; // // iTEMTRANSFERDETAILTableAdapter // this.iTEMTRANSFERDETAILTableAdapter.ClearBeforeFill = true; // // panel1 // this.panel1.Controls.Add(this.netamt); this.panel1.Controls.Add(this.label4); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 575); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1076, 36); this.panel1.TabIndex = 86; // // netamt // this.netamt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.netamt.Location = new System.Drawing.Point(936, 5); this.netamt.Name = "netamt"; this.netamt.Properties.Appearance.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.netamt.Properties.Appearance.Options.UseFont = true; this.netamt.Properties.Appearance.Options.UseTextOptions = true; this.netamt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.netamt.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.netamt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.netamt.Properties.NullText = "0"; this.netamt.Properties.ReadOnly = true; this.netamt.Size = new System.Drawing.Size(136, 22); this.netamt.TabIndex = 27; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(857, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(73, 14); this.label4.TabIndex = 1; this.label4.Text = "Total Value:"; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.DataSource = this.iTEMMAST1BindingSource; this.c1TrueDBDropdown1.DisplayMember = "ITEMNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(31, 229); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(247, 63); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 87; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "ITEMNO"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // iTEMMAST1BindingSource // this.iTEMMAST1BindingSource.DataMember = "ITEMMAST1"; this.iTEMMAST1BindingSource.DataSource = this.dataSet1; // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionHeight = 17; this.c1TrueDBDropdown2.CaptionStyle = style9; this.c1TrueDBDropdown2.ColumnCaptionHeight = 17; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.DataSource = this.iTEMGROUPBindingSource; this.c1TrueDBDropdown2.DisplayMember = "GROUPNAME"; this.c1TrueDBDropdown2.EvenRowStyle = style10; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style11; this.c1TrueDBDropdown2.HeadingStyle = style12; this.c1TrueDBDropdown2.HighLightRowStyle = style13; this.c1TrueDBDropdown2.Location = new System.Drawing.Point(72, 293); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style14; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style15; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 15; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(339, 63); this.c1TrueDBDropdown2.Style = style16; this.c1TrueDBDropdown2.TabIndex = 88; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "GROUPID"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // iTEMGROUPBindingSource // this.iTEMGROUPBindingSource.DataMember = "ITEMGROUP"; this.iTEMGROUPBindingSource.DataSource = this.dataSet1; // // c1TrueDBDropdown3 // this.c1TrueDBDropdown3.AllowColMove = true; this.c1TrueDBDropdown3.AllowColSelect = true; this.c1TrueDBDropdown3.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown3.AlternatingRows = false; this.c1TrueDBDropdown3.CaptionHeight = 17; this.c1TrueDBDropdown3.CaptionStyle = style17; this.c1TrueDBDropdown3.ColumnCaptionHeight = 17; this.c1TrueDBDropdown3.ColumnFooterHeight = 17; this.c1TrueDBDropdown3.DataSource = this.wAREHOUSEMASTBindingSource; this.c1TrueDBDropdown3.DisplayMember = "WHNAME"; this.c1TrueDBDropdown3.EvenRowStyle = style18; this.c1TrueDBDropdown3.FetchRowStyles = false; this.c1TrueDBDropdown3.FooterStyle = style19; this.c1TrueDBDropdown3.HeadingStyle = style20; this.c1TrueDBDropdown3.HighLightRowStyle = style21; this.c1TrueDBDropdown3.Location = new System.Drawing.Point(572, 229); this.c1TrueDBDropdown3.Name = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.OddRowStyle = style22; this.c1TrueDBDropdown3.PropBag = resources.GetString("c1TrueDBDropdown3.PropBag"); this.c1TrueDBDropdown3.RecordSelectorStyle = style23; this.c1TrueDBDropdown3.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown3.RowHeight = 15; this.c1TrueDBDropdown3.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.ScrollTips = false; this.c1TrueDBDropdown3.Size = new System.Drawing.Size(247, 63); this.c1TrueDBDropdown3.Style = style24; this.c1TrueDBDropdown3.TabIndex = 89; this.c1TrueDBDropdown3.TabStop = false; this.c1TrueDBDropdown3.Text = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.ValueMember = "WHID"; this.c1TrueDBDropdown3.ValueTranslate = true; this.c1TrueDBDropdown3.Visible = false; // // groupControl1 // this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupControl1.Appearance.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupControl1.Appearance.Options.UseFont = true; this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupControl1.AppearanceCaption.Options.UseFont = true; this.groupControl1.Controls.Add(this.button1); this.groupControl1.Controls.Add(this.c1TrueDBGrid2); this.groupControl1.Location = new System.Drawing.Point(75, 248); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(937, 233); this.groupControl1.TabIndex = 90; this.groupControl1.Text = "Item Lookup"; this.groupControl1.Visible = false; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.button1.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Image = global::Store.Properties.Resources.Delete16; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(861, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(70, 25); this.button1.TabIndex = 1; this.button1.Text = "Close"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // c1TrueDBGrid2 // this.c1TrueDBGrid2.CaptionHeight = 17; this.c1TrueDBGrid2.DataSource = this.iTEMMAST1BindingSource; this.c1TrueDBGrid2.FilterBar = true; this.c1TrueDBGrid2.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid2.Images")))); this.c1TrueDBGrid2.Location = new System.Drawing.Point(5, 27); this.c1TrueDBGrid2.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow; this.c1TrueDBGrid2.Name = "c1TrueDBGrid2"; this.c1TrueDBGrid2.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid2.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid2.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid2.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid2.PrintInfo.PageSettings"))); this.c1TrueDBGrid2.PropBag = resources.GetString("c1TrueDBGrid2.PropBag"); this.c1TrueDBGrid2.RowHeight = 22; this.c1TrueDBGrid2.Size = new System.Drawing.Size(926, 201); this.c1TrueDBGrid2.TabIndex = 0; this.c1TrueDBGrid2.Text = "c1TrueDBGrid2"; this.c1TrueDBGrid2.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid2_AfterColUpdate); this.c1TrueDBGrid2.BeforeColUpdate += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.c1TrueDBGrid2_BeforeColUpdate); this.c1TrueDBGrid2.DoubleClick += new System.EventHandler(this.c1TrueDBGrid2_DoubleClick); this.c1TrueDBGrid2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.c1TrueDBGrid2_KeyDown); // // iTEMMAST1TableAdapter // this.iTEMMAST1TableAdapter.ClearBeforeFill = true; // // tostoreid // this.tostoreid.Location = new System.Drawing.Point(115, 88); this.tostoreid.Name = "tostoreid"; this.tostoreid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tostoreid.Properties.Appearance.Options.UseFont = true; this.tostoreid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)}); this.tostoreid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORECODE", "STORECODE", 89, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORENAME", "STORENAME", 79, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)}); this.tostoreid.Properties.DataSource = this.sTOREMASTBindingSource; this.tostoreid.Properties.DisplayMember = "STORENAME"; this.tostoreid.Properties.NullText = ""; this.tostoreid.Properties.ShowFooter = false; this.tostoreid.Properties.ShowHeader = false; this.tostoreid.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.tostoreid.Properties.ValueMember = "STORECODE"; this.tostoreid.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); this.tostoreid.Size = new System.Drawing.Size(328, 20); this.tostoreid.TabIndex = 91; // // sTOREMASTBindingSource // this.sTOREMASTBindingSource.DataMember = "STOREMAST"; this.sTOREMASTBindingSource.DataSource = this.dataSet1; // // sTOREMASTTableAdapter // this.sTOREMASTTableAdapter.ClearBeforeFill = true; // // iTEMGROUPTableAdapter // this.iTEMGROUPTableAdapter.ClearBeforeFill = true; // // ItemTransfer // this.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1076, 611); this.Controls.Add(this.tostoreid); this.Controls.Add(this.groupControl1); this.Controls.Add(this.c1TrueDBDropdown3); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.panel1); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.invdate); this.Controls.Add(label3); this.Controls.Add(this.textBox1); this.Controls.Add(label2); this.Controls.Add(this.label1); this.Controls.Add(this.label16); this.Controls.Add(this.warehouse); this.Controls.Add(this.posMenu1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "ItemTransfer"; this.Text = "Inventory Transfer"; this.Load += new System.EventHandler(this.ItemTransfer_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ItemTransfer_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMTRANSFERDETAILBindingSource)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tostoreid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTran_IssueNew)); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tdbddTypes = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.tdbgSendTo = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tdbddTypes2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.tdbgCarbonCopy = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtIssueBy = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.bttProject = new System.Windows.Forms.Button(); this.txtProject = new System.Windows.Forms.TextBox(); this.dtpDateRelease = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.c1ToolBar1 = new C1.Win.C1Command.C1ToolBar(); this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder(); this.tlbbNew = new C1.Win.C1Command.C1Command(); this.tlbbSave = new C1.Win.C1Command.C1Command(); this.tlbbListDrwgs = new C1.Win.C1Command.C1Command(); this.tlbbPrint = new C1.Win.C1Command.C1Command(); this.tlbbClose = new C1.Win.C1Command.C1Command(); this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink5 = new C1.Win.C1Command.C1CommandLink(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtRelOther = new System.Windows.Forms.TextBox(); this.rdoRelOther = new System.Windows.Forms.RadioButton(); this.rdoRelConstruction = new System.Windows.Forms.RadioButton(); this.rdoRelBidding = new System.Windows.Forms.RadioButton(); this.rdoRelApproval = new System.Windows.Forms.RadioButton(); this.rdoRelPreliminary = new System.Windows.Forms.RadioButton(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.txtSendOther = new System.Windows.Forms.TextBox(); this.chkSendPickup = new System.Windows.Forms.CheckBox(); this.chkSendDelivery = new System.Windows.Forms.CheckBox(); this.chkSendOther = new System.Windows.Forms.CheckBox(); this.chkSendRegMail = new System.Windows.Forms.CheckBox(); this.chkSendERoom = new System.Windows.Forms.CheckBox(); this.chkSendPdf = new System.Windows.Forms.CheckBox(); this.chkSendDxf = new System.Windows.Forms.CheckBox(); this.chkSendDwg = new System.Windows.Forms.CheckBox(); this.chkSendGround = new System.Windows.Forms.CheckBox(); this.chkSendSecDay = new System.Windows.Forms.CheckBox(); this.chkSendNextDay = new System.Windows.Forms.CheckBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.rtbComments = new System.Windows.Forms.RichTextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusDocs = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tdbddTypes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgSendTo)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tdbddTypes2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgCarbonCopy)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit(); this.groupBox5.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox7.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.tdbddTypes); this.groupBox1.Controls.Add(this.tdbgSendTo); this.groupBox1.Location = new System.Drawing.Point(6, 71); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(280, 153); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "To:"; // // tdbddTypes // this.tdbddTypes.AllowColMove = true; this.tdbddTypes.AllowColSelect = true; this.tdbddTypes.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.tdbddTypes.AlternatingRows = false; this.tdbddTypes.CaptionStyle = style1; this.tdbddTypes.ColumnCaptionHeight = 17; this.tdbddTypes.ColumnFooterHeight = 17; this.tdbddTypes.ColumnHeaders = false; this.tdbddTypes.DisplayMember = "Code"; this.tdbddTypes.EvenRowStyle = style2; this.tdbddTypes.FetchRowStyles = false; this.tdbddTypes.FooterStyle = style3; this.tdbddTypes.HeadingStyle = style4; this.tdbddTypes.HighLightRowStyle = style5; this.tdbddTypes.Images.Add(((System.Drawing.Image)(resources.GetObject("tdbddTypes.Images")))); this.tdbddTypes.Location = new System.Drawing.Point(99, 36); this.tdbddTypes.Name = "tdbddTypes"; this.tdbddTypes.OddRowStyle = style6; this.tdbddTypes.RecordSelectorStyle = style7; this.tdbddTypes.RowDivider.Color = System.Drawing.Color.DarkGray; this.tdbddTypes.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.tdbddTypes.RowSubDividerColor = System.Drawing.Color.DarkGray; this.tdbddTypes.ScrollTips = false; this.tdbddTypes.Size = new System.Drawing.Size(159, 111); this.tdbddTypes.Style = style8; this.tdbddTypes.TabIndex = 1; this.tdbddTypes.TabStop = false; this.tdbddTypes.Text = "c1TrueDBDropdown1"; this.tdbddTypes.ValueMember = "ID"; this.tdbddTypes.ValueTranslate = true; this.tdbddTypes.Visible = false; this.tdbddTypes.PropBag = resources.GetString("tdbddTypes.PropBag"); // // tdbgSendTo // this.tdbgSendTo.AllowAddNew = true; this.tdbgSendTo.AllowColMove = false; this.tdbgSendTo.AllowColSelect = false; this.tdbgSendTo.AllowDelete = true; this.tdbgSendTo.AllowSort = false; this.tdbgSendTo.GroupByCaption = "Drag a column header here to group by that column"; this.tdbgSendTo.Images.Add(((System.Drawing.Image)(resources.GetObject("tdbgSendTo.Images")))); this.tdbgSendTo.Location = new System.Drawing.Point(6, 19); this.tdbgSendTo.Name = "tdbgSendTo"; this.tdbgSendTo.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.tdbgSendTo.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.tdbgSendTo.PreviewInfo.ZoomFactor = 75D; this.tdbgSendTo.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("tdbgSendTo.PrintInfo.PageSettings"))); this.tdbgSendTo.Size = new System.Drawing.Size(268, 128); this.tdbgSendTo.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.GridNavigation; this.tdbgSendTo.TabIndex = 0; this.tdbgSendTo.Text = "c1TrueDBGrid1"; this.tdbgSendTo.Change += new System.EventHandler(this.tdbgSendTo_Change); this.tdbgSendTo.Click += new System.EventHandler(this.tdbgSendTo_Click); this.tdbgSendTo.PropBag = resources.GetString("tdbgSendTo.PropBag"); // // groupBox2 // this.groupBox2.Controls.Add(this.tdbddTypes2); this.groupBox2.Controls.Add(this.tdbgCarbonCopy); this.groupBox2.Location = new System.Drawing.Point(298, 71); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(280, 153); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "cc:"; // // tdbddTypes2 // this.tdbddTypes2.AllowColMove = true; this.tdbddTypes2.AllowColSelect = true; this.tdbddTypes2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.tdbddTypes2.AlternatingRows = false; this.tdbddTypes2.CaptionStyle = style9; this.tdbddTypes2.ColumnCaptionHeight = 17; this.tdbddTypes2.ColumnFooterHeight = 17; this.tdbddTypes2.ColumnHeaders = false; this.tdbddTypes2.DisplayMember = "Code"; this.tdbddTypes2.EvenRowStyle = style10; this.tdbddTypes2.FetchRowStyles = false; this.tdbddTypes2.FooterStyle = style11; this.tdbddTypes2.HeadingStyle = style12; this.tdbddTypes2.HighLightRowStyle = style13; this.tdbddTypes2.Images.Add(((System.Drawing.Image)(resources.GetObject("tdbddTypes2.Images")))); this.tdbddTypes2.Location = new System.Drawing.Point(80, 36); this.tdbddTypes2.Name = "tdbddTypes2"; this.tdbddTypes2.OddRowStyle = style14; this.tdbddTypes2.RecordSelectorStyle = style15; this.tdbddTypes2.RowDivider.Color = System.Drawing.Color.DarkGray; this.tdbddTypes2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.tdbddTypes2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.tdbddTypes2.ScrollTips = false; this.tdbddTypes2.Size = new System.Drawing.Size(159, 111); this.tdbddTypes2.Style = style16; this.tdbddTypes2.TabIndex = 1; this.tdbddTypes2.TabStop = false; this.tdbddTypes2.Text = "c1TrueDBDropdown1"; this.tdbddTypes2.ValueMember = "ID"; this.tdbddTypes2.ValueTranslate = true; this.tdbddTypes2.Visible = false; this.tdbddTypes2.PropBag = resources.GetString("tdbddTypes2.PropBag"); // // tdbgCarbonCopy // this.tdbgCarbonCopy.AllowAddNew = true; this.tdbgCarbonCopy.AllowColMove = false; this.tdbgCarbonCopy.AllowColSelect = false; this.tdbgCarbonCopy.AllowDelete = true; this.tdbgCarbonCopy.AllowSort = false; this.tdbgCarbonCopy.GroupByCaption = "Drag a column header here to group by that column"; this.tdbgCarbonCopy.Images.Add(((System.Drawing.Image)(resources.GetObject("tdbgCarbonCopy.Images")))); this.tdbgCarbonCopy.Location = new System.Drawing.Point(6, 19); this.tdbgCarbonCopy.Name = "tdbgCarbonCopy"; this.tdbgCarbonCopy.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.tdbgCarbonCopy.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.tdbgCarbonCopy.PreviewInfo.ZoomFactor = 75D; this.tdbgCarbonCopy.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("tdbgCarbonCopy.PrintInfo.PageSettings"))); this.tdbgCarbonCopy.Size = new System.Drawing.Size(268, 128); this.tdbgCarbonCopy.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.GridNavigation; this.tdbgCarbonCopy.TabIndex = 0; this.tdbgCarbonCopy.Text = "c1TrueDBGrid2"; this.tdbgCarbonCopy.Change += new System.EventHandler(this.tdbgCarbonCopy_Change); this.tdbgCarbonCopy.PropBag = resources.GetString("tdbgCarbonCopy.PropBag"); // // groupBox3 // this.groupBox3.Controls.Add(this.txtIssueBy); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.bttProject); this.groupBox3.Controls.Add(this.txtProject); this.groupBox3.Controls.Add(this.dtpDateRelease); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.groupBox2); this.groupBox3.Controls.Add(this.groupBox1); this.groupBox3.Location = new System.Drawing.Point(12, 30); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(584, 230); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; // // txtIssueBy // this.txtIssueBy.Location = new System.Drawing.Point(356, 19); this.txtIssueBy.Name = "txtIssueBy"; this.txtIssueBy.Size = new System.Drawing.Size(216, 20); this.txtIssueBy.TabIndex = 3; this.txtIssueBy.TextChanged += new System.EventHandler(this.txtIssueBy_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(295, 23); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(55, 13); this.label8.TabIndex = 2; this.label8.Text = "Issued by:"; // // bttProject // this.bttProject.Location = new System.Drawing.Point(259, 45); this.bttProject.Name = "bttProject"; this.bttProject.Size = new System.Drawing.Size(27, 20); this.bttProject.TabIndex = 6; this.bttProject.Text = "..."; this.bttProject.UseVisualStyleBackColor = true; this.bttProject.Click += new System.EventHandler(this.bttProject_Click); // // txtProject // this.txtProject.Location = new System.Drawing.Point(55, 45); this.txtProject.Name = "txtProject"; this.txtProject.ReadOnly = true; this.txtProject.Size = new System.Drawing.Size(200, 20); this.txtProject.TabIndex = 5; // // dtpDateRelease // this.dtpDateRelease.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpDateRelease.Location = new System.Drawing.Point(55, 19); this.dtpDateRelease.Name = "dtpDateRelease"; this.dtpDateRelease.Size = new System.Drawing.Size(200, 20); this.dtpDateRelease.TabIndex = 1; this.dtpDateRelease.ValueChanged += new System.EventHandler(this.dtpDateRelease_ValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 13); this.label2.TabIndex = 4; this.label2.Text = "Project:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 0; this.label1.Text = "Date:"; // // c1ToolBar1 // this.c1ToolBar1.AutoSize = false; this.c1ToolBar1.ButtonLookHorz = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image))); this.c1ToolBar1.CommandHolder = this.c1CommandHolder1; this.c1ToolBar1.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] { this.c1CommandLink1, this.c1CommandLink2, this.c1CommandLink3, this.c1CommandLink4, this.c1CommandLink5 }); this.c1ToolBar1.Dock = System.Windows.Forms.DockStyle.Top; this.c1ToolBar1.Location = new System.Drawing.Point(0, 0); this.c1ToolBar1.Movable = false; this.c1ToolBar1.Name = "c1ToolBar1"; this.c1ToolBar1.Size = new System.Drawing.Size(605, 24); this.c1ToolBar1.Text = "c1ToolBar1"; this.c1ToolBar1.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Blue; // // c1CommandHolder1 // this.c1CommandHolder1.Commands.Add(this.tlbbNew); this.c1CommandHolder1.Commands.Add(this.tlbbSave); this.c1CommandHolder1.Commands.Add(this.tlbbListDrwgs); this.c1CommandHolder1.Commands.Add(this.tlbbPrint); this.c1CommandHolder1.Commands.Add(this.tlbbClose); this.c1CommandHolder1.Owner = this; this.c1CommandHolder1.VisualStyle = C1.Win.C1Command.VisualStyle.Office2010Blue; // // tlbbNew // this.tlbbNew.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbNew.Icon"))); this.tlbbNew.Name = "tlbbNew"; this.tlbbNew.ShortcutText = ""; this.tlbbNew.Text = "New"; this.tlbbNew.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbNew_Click); // // tlbbSave // this.tlbbSave.Enabled = false; this.tlbbSave.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbSave.Icon"))); this.tlbbSave.Name = "tlbbSave"; this.tlbbSave.ShortcutText = ""; this.tlbbSave.Text = "Save"; this.tlbbSave.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbSave_Click); // // tlbbListDrwgs // this.tlbbListDrwgs.Enabled = false; this.tlbbListDrwgs.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbListDrwgs.Icon"))); this.tlbbListDrwgs.Name = "tlbbListDrwgs"; this.tlbbListDrwgs.ShortcutText = ""; this.tlbbListDrwgs.Text = "List Drawings"; this.tlbbListDrwgs.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbListDrwgs_Click); // // tlbbPrint // this.tlbbPrint.Enabled = false; this.tlbbPrint.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbPrint.Icon"))); this.tlbbPrint.Name = "tlbbPrint"; this.tlbbPrint.ShortcutText = ""; this.tlbbPrint.Text = "Print"; this.tlbbPrint.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbPrint_Click); // // tlbbClose // this.tlbbClose.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbClose.Icon"))); this.tlbbClose.Name = "tlbbClose"; this.tlbbClose.ShortcutText = ""; this.tlbbClose.Text = "Close"; this.tlbbClose.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbClose_Click); // // c1CommandLink1 // this.c1CommandLink1.Command = this.tlbbNew; // // c1CommandLink2 // this.c1CommandLink2.Command = this.tlbbSave; this.c1CommandLink2.SortOrder = 1; // // c1CommandLink3 // this.c1CommandLink3.Command = this.tlbbListDrwgs; this.c1CommandLink3.SortOrder = 2; // // c1CommandLink4 // this.c1CommandLink4.Command = this.tlbbPrint; this.c1CommandLink4.SortOrder = 3; // // c1CommandLink5 // this.c1CommandLink5.Command = this.tlbbClose; this.c1CommandLink5.SortOrder = 4; // // groupBox5 // this.groupBox5.Controls.Add(this.txtRelOther); this.groupBox5.Controls.Add(this.rdoRelOther); this.groupBox5.Controls.Add(this.rdoRelConstruction); this.groupBox5.Controls.Add(this.rdoRelBidding); this.groupBox5.Controls.Add(this.rdoRelApproval); this.groupBox5.Controls.Add(this.rdoRelPreliminary); this.groupBox5.Location = new System.Drawing.Point(12, 266); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(173, 144); this.groupBox5.TabIndex = 1; this.groupBox5.TabStop = false; this.groupBox5.Text = "Documents are Released for"; // // txtRelOther // this.txtRelOther.Enabled = false; this.txtRelOther.Location = new System.Drawing.Point(63, 110); this.txtRelOther.Name = "txtRelOther"; this.txtRelOther.Size = new System.Drawing.Size(100, 20); this.txtRelOther.TabIndex = 5; this.txtRelOther.TextChanged += new System.EventHandler(this.txtRelOther_TextChanged); // // rdoRelOther // this.rdoRelOther.AutoSize = true; this.rdoRelOther.Location = new System.Drawing.Point(6, 111); this.rdoRelOther.Name = "rdoRelOther"; this.rdoRelOther.Size = new System.Drawing.Size(51, 17); this.rdoRelOther.TabIndex = 4; this.rdoRelOther.TabStop = true; this.rdoRelOther.Text = "Other"; this.rdoRelOther.UseVisualStyleBackColor = true; this.rdoRelOther.CheckedChanged += new System.EventHandler(this.rdoRelOther_CheckedChanged); // // rdoRelConstruction // this.rdoRelConstruction.AutoSize = true; this.rdoRelConstruction.Location = new System.Drawing.Point(6, 88); this.rdoRelConstruction.Name = "rdoRelConstruction"; this.rdoRelConstruction.Size = new System.Drawing.Size(84, 17); this.rdoRelConstruction.TabIndex = 3; this.rdoRelConstruction.TabStop = true; this.rdoRelConstruction.Text = "Construction"; this.rdoRelConstruction.UseVisualStyleBackColor = true; this.rdoRelConstruction.CheckedChanged += new System.EventHandler(this.rdoRelConstruction_CheckedChanged); // // rdoRelBidding // this.rdoRelBidding.AutoSize = true; this.rdoRelBidding.Location = new System.Drawing.Point(6, 65); this.rdoRelBidding.Name = "rdoRelBidding"; this.rdoRelBidding.Size = new System.Drawing.Size(60, 17); this.rdoRelBidding.TabIndex = 2; this.rdoRelBidding.TabStop = true; this.rdoRelBidding.Text = "Bidding"; this.rdoRelBidding.UseVisualStyleBackColor = true; this.rdoRelBidding.CheckedChanged += new System.EventHandler(this.rdoRelBidding_CheckedChanged); // // rdoRelApproval // this.rdoRelApproval.AutoSize = true; this.rdoRelApproval.Location = new System.Drawing.Point(6, 42); this.rdoRelApproval.Name = "rdoRelApproval"; this.rdoRelApproval.Size = new System.Drawing.Size(67, 17); this.rdoRelApproval.TabIndex = 1; this.rdoRelApproval.TabStop = true; this.rdoRelApproval.Text = "Approval"; this.rdoRelApproval.UseVisualStyleBackColor = true; this.rdoRelApproval.CheckedChanged += new System.EventHandler(this.rdoRelApproval_CheckedChanged); // // rdoRelPreliminary // this.rdoRelPreliminary.AutoSize = true; this.rdoRelPreliminary.Location = new System.Drawing.Point(6, 19); this.rdoRelPreliminary.Name = "rdoRelPreliminary"; this.rdoRelPreliminary.Size = new System.Drawing.Size(75, 17); this.rdoRelPreliminary.TabIndex = 0; this.rdoRelPreliminary.TabStop = true; this.rdoRelPreliminary.Text = "Preliminary"; this.rdoRelPreliminary.UseVisualStyleBackColor = true; this.rdoRelPreliminary.CheckedChanged += new System.EventHandler(this.rdoRelPreliminary_CheckedChanged); // // groupBox6 // this.groupBox6.Controls.Add(this.label12); this.groupBox6.Controls.Add(this.label11); this.groupBox6.Controls.Add(this.txtSendOther); this.groupBox6.Controls.Add(this.chkSendPickup); this.groupBox6.Controls.Add(this.chkSendDelivery); this.groupBox6.Controls.Add(this.chkSendOther); this.groupBox6.Controls.Add(this.chkSendRegMail); this.groupBox6.Controls.Add(this.chkSendERoom); this.groupBox6.Controls.Add(this.chkSendPdf); this.groupBox6.Controls.Add(this.chkSendDxf); this.groupBox6.Controls.Add(this.chkSendDwg); this.groupBox6.Controls.Add(this.chkSendGround); this.groupBox6.Controls.Add(this.chkSendSecDay); this.groupBox6.Controls.Add(this.chkSendNextDay); this.groupBox6.Location = new System.Drawing.Point(191, 266); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(405, 144); this.groupBox6.TabIndex = 2; this.groupBox6.TabStop = false; this.groupBox6.Text = "Send By"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(131, 16); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(35, 13); this.label12.TabIndex = 4; this.label12.Text = "Email:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 16); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(32, 13); this.label11.TabIndex = 0; this.label11.Text = "UPS:"; // // txtSendOther // this.txtSendOther.Location = new System.Drawing.Point(280, 78); this.txtSendOther.Name = "txtSendOther"; this.txtSendOther.Size = new System.Drawing.Size(119, 20); this.txtSendOther.TabIndex = 11; this.txtSendOther.TextChanged += new System.EventHandler(this.txtSendOther_TextChanged); // // chkSendPickup // this.chkSendPickup.AutoSize = true; this.chkSendPickup.Location = new System.Drawing.Point(328, 55); this.chkSendPickup.Name = "chkSendPickup"; this.chkSendPickup.Size = new System.Drawing.Size(59, 17); this.chkSendPickup.TabIndex = 13; this.chkSendPickup.Text = "Pickup"; this.chkSendPickup.UseVisualStyleBackColor = true; this.chkSendPickup.CheckedChanged += new System.EventHandler(this.chkSendPickup_CheckedChanged); // // chkSendDelivery // this.chkSendDelivery.AutoSize = true; this.chkSendDelivery.Location = new System.Drawing.Point(328, 32); this.chkSendDelivery.Name = "chkSendDelivery"; this.chkSendDelivery.Size = new System.Drawing.Size(64, 17); this.chkSendDelivery.TabIndex = 12; this.chkSendDelivery.Text = "Delivery"; this.chkSendDelivery.UseVisualStyleBackColor = true; this.chkSendDelivery.CheckedChanged += new System.EventHandler(this.chkSendDelivery_CheckedChanged); // // chkSendOther // this.chkSendOther.AutoSize = true; this.chkSendOther.Location = new System.Drawing.Point(222, 78); this.chkSendOther.Name = "chkSendOther"; this.chkSendOther.Size = new System.Drawing.Size(52, 17); this.chkSendOther.TabIndex = 10; this.chkSendOther.Text = "Other"; this.chkSendOther.UseVisualStyleBackColor = true; this.chkSendOther.CheckedChanged += new System.EventHandler(this.chkSendOther_CheckedChanged); // // chkSendRegMail // this.chkSendRegMail.AutoSize = true; this.chkSendRegMail.Location = new System.Drawing.Point(222, 55); this.chkSendRegMail.Name = "chkSendRegMail"; this.chkSendRegMail.Size = new System.Drawing.Size(85, 17); this.chkSendRegMail.TabIndex = 9; this.chkSendRegMail.Text = "Regular Mail"; this.chkSendRegMail.UseVisualStyleBackColor = true; this.chkSendRegMail.CheckedChanged += new System.EventHandler(this.chkSendRegMail_CheckedChanged); // // chkSendERoom // this.chkSendERoom.AutoSize = true; this.chkSendERoom.Location = new System.Drawing.Point(222, 32); this.chkSendERoom.Name = "chkSendERoom"; this.chkSendERoom.Size = new System.Drawing.Size(64, 17); this.chkSendERoom.TabIndex = 8; this.chkSendERoom.Text = "E-Room"; this.chkSendERoom.UseVisualStyleBackColor = true; this.chkSendERoom.CheckedChanged += new System.EventHandler(this.chkSendERoom_CheckedChanged); // // chkSendPdf // this.chkSendPdf.AutoSize = true; this.chkSendPdf.Location = new System.Drawing.Point(127, 78); this.chkSendPdf.Name = "chkSendPdf"; this.chkSendPdf.Size = new System.Drawing.Size(48, 17); this.chkSendPdf.TabIndex = 7; this.chkSendPdf.Text = "pdf\'s"; this.chkSendPdf.UseVisualStyleBackColor = true; this.chkSendPdf.CheckedChanged += new System.EventHandler(this.chkSendPdf_CheckedChanged); // // chkSendDxf // this.chkSendDxf.AutoSize = true; this.chkSendDxf.Location = new System.Drawing.Point(127, 55); this.chkSendDxf.Name = "chkSendDxf"; this.chkSendDxf.Size = new System.Drawing.Size(47, 17); this.chkSendDxf.TabIndex = 6; this.chkSendDxf.Text = "dxf\'s"; this.chkSendDxf.UseVisualStyleBackColor = true; this.chkSendDxf.CheckedChanged += new System.EventHandler(this.chkSendDxf_CheckedChanged); // // chkSendDwg // this.chkSendDwg.AutoSize = true; this.chkSendDwg.Location = new System.Drawing.Point(127, 32); this.chkSendDwg.Name = "chkSendDwg"; this.chkSendDwg.Size = new System.Drawing.Size(53, 17); this.chkSendDwg.TabIndex = 5; this.chkSendDwg.Text = "dwg\'s"; this.chkSendDwg.UseVisualStyleBackColor = true; this.chkSendDwg.CheckedChanged += new System.EventHandler(this.chkSendDwg_CheckedChanged); // // chkSendGround // this.chkSendGround.AutoSize = true; this.chkSendGround.Location = new System.Drawing.Point(15, 78); this.chkSendGround.Name = "chkSendGround"; this.chkSendGround.Size = new System.Drawing.Size(61, 17); this.chkSendGround.TabIndex = 3; this.chkSendGround.Text = "Ground"; this.chkSendGround.UseVisualStyleBackColor = true; this.chkSendGround.CheckedChanged += new System.EventHandler(this.chkSendGround_CheckedChanged); // // chkSendSecDay // this.chkSendSecDay.AutoSize = true; this.chkSendSecDay.Location = new System.Drawing.Point(15, 55); this.chkSendSecDay.Name = "chkSendSecDay"; this.chkSendSecDay.Size = new System.Drawing.Size(85, 17); this.chkSendSecDay.TabIndex = 2; this.chkSendSecDay.Text = "Second Day"; this.chkSendSecDay.UseVisualStyleBackColor = true; this.chkSendSecDay.CheckedChanged += new System.EventHandler(this.chkSendSecDay_CheckedChanged); // // chkSendNextDay // this.chkSendNextDay.AutoSize = true; this.chkSendNextDay.Location = new System.Drawing.Point(15, 32); this.chkSendNextDay.Name = "chkSendNextDay"; this.chkSendNextDay.Size = new System.Drawing.Size(70, 17); this.chkSendNextDay.TabIndex = 1; this.chkSendNextDay.Text = "Next Day"; this.chkSendNextDay.UseVisualStyleBackColor = true; this.chkSendNextDay.CheckedChanged += new System.EventHandler(this.chkSendNextDay_CheckedChanged); // // groupBox7 // this.groupBox7.Controls.Add(this.rtbComments); this.groupBox7.Location = new System.Drawing.Point(12, 416); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(584, 115); this.groupBox7.TabIndex = 3; this.groupBox7.TabStop = false; this.groupBox7.Text = "Comments"; // // rtbComments // this.rtbComments.Location = new System.Drawing.Point(6, 19); this.rtbComments.Name = "rtbComments"; this.rtbComments.Size = new System.Drawing.Size(572, 90); this.rtbComments.TabIndex = 0; this.rtbComments.Text = ""; this.rtbComments.TextChanged += new System.EventHandler(this.rtbComments_TextChanged); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusDocs }); this.statusStrip1.Location = new System.Drawing.Point(0, 538); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(605, 22); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 16; this.statusStrip1.Text = "statusStrip1"; // // statusDocs // this.statusDocs.Name = "statusDocs"; this.statusDocs.Size = new System.Drawing.Size(85, 17); this.statusDocs.Text = "0 Document(s)"; // // FTran_IssueNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(605, 560); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.groupBox7); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); this.Controls.Add(this.c1ToolBar1); this.Controls.Add(this.groupBox3); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FTran_IssueNew"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Document Release"; this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tdbddTypes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgSendTo)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tdbddTypes2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgCarbonCopy)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox7.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(Form1)); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.dataSet11 = new UsingC1TDBDropdown.DataSet1(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.oleDbDataAdapter1 = new System.Data.OleDb.OleDbDataAdapter(); this.oleDbInsertCommand1 = new System.Data.OleDb.OleDbCommand(); this.oleDbConnection1 = new System.Data.OleDb.OleDbConnection(); this.oleDbSelectCommand1 = new System.Data.OleDb.OleDbCommand(); this.oleDbDataAdapter2 = new System.Data.OleDb.OleDbDataAdapter(); this.oleDbInsertCommand2 = new System.Data.OleDb.OleDbCommand(); this.oleDbSelectCommand2 = new System.Data.OleDb.OleDbCommand(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); this.SuspendLayout(); // // c1TrueDBGrid1 // this.c1TrueDBGrid1.Caption = "Products Table"; this.c1TrueDBGrid1.DataSource = this.dataSet11.Products; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(16, 16); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.Size = new System.Drawing.Size(400, 216); this.c1TrueDBGrid1.TabIndex = 0; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.Locale = new System.Globalization.CultureInfo("en-US"); this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.DataSource = this.dataSet11.Categories; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(120, 104); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(192, 104); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 1; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.Visible = false; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); // // oleDbDataAdapter1 // this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1; this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1; this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "Categories", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("CategoryID", "CategoryID"), new System.Data.Common.DataColumnMapping("CategoryName", "CategoryName"), new System.Data.Common.DataColumnMapping("Description", "Description"), new System.Data.Common.DataColumnMapping("Picture", "Picture") }) }); // // oleDbInsertCommand1 // this.oleDbInsertCommand1.CommandText = "INSERT INTO Categories(CategoryID, CategoryName, Description, Picture) VALUES (?," + " ?, ?, ?)"; this.oleDbInsertCommand1.Connection = this.oleDbConnection1; this.oleDbInsertCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] { new System.Data.OleDb.OleDbParameter("CategoryID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "CategoryID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("CategoryName", System.Data.OleDb.OleDbType.VarWChar, 15, "CategoryName"), new System.Data.OleDb.OleDbParameter("Description", System.Data.OleDb.OleDbType.VarWChar, 0, "Description"), new System.Data.OleDb.OleDbParameter("Picture", System.Data.OleDb.OleDbType.VarBinary, 0, "Picture") }); // // oleDbConnection1 // this.oleDbConnection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\ComponentOne Studi" + @"o.NET 2.0\Common\C1Nwind.mdb;"; // // oleDbSelectCommand1 // this.oleDbSelectCommand1.CommandText = "SELECT CategoryID, CategoryName, Description, Picture FROM Categories"; this.oleDbSelectCommand1.Connection = this.oleDbConnection1; // // oleDbDataAdapter2 // this.oleDbDataAdapter2.InsertCommand = this.oleDbInsertCommand2; this.oleDbDataAdapter2.SelectCommand = this.oleDbSelectCommand2; this.oleDbDataAdapter2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "Products", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("ProductID", "ProductID"), new System.Data.Common.DataColumnMapping("ProductName", "ProductName"), new System.Data.Common.DataColumnMapping("SupplierID", "SupplierID"), new System.Data.Common.DataColumnMapping("CategoryID", "CategoryID"), new System.Data.Common.DataColumnMapping("QuantityPerUnit", "QuantityPerUnit"), new System.Data.Common.DataColumnMapping("UnitPrice", "UnitPrice"), new System.Data.Common.DataColumnMapping("UnitsInStock", "UnitsInStock"), new System.Data.Common.DataColumnMapping("UnitsOnOrder", "UnitsOnOrder"), new System.Data.Common.DataColumnMapping("ReorderLevel", "ReorderLevel"), new System.Data.Common.DataColumnMapping("Discontinued", "Discontinued") }) }); // // oleDbInsertCommand2 // this.oleDbInsertCommand2.CommandText = "INSERT INTO Products(CategoryID, Discontinued, ProductID, ProductName, QuantityPe" + "rUnit, ReorderLevel, SupplierID, UnitPrice, UnitsInStock, UnitsOnOrder) VALUES (" + "?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"; this.oleDbInsertCommand2.Connection = this.oleDbConnection1; this.oleDbInsertCommand2.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] { new System.Data.OleDb.OleDbParameter("CategoryID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "CategoryID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("Discontinued", System.Data.OleDb.OleDbType.Boolean, 2, "Discontinued"), new System.Data.OleDb.OleDbParameter("ProductID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ProductID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("ProductName", System.Data.OleDb.OleDbType.VarWChar, 40, "ProductName"), new System.Data.OleDb.OleDbParameter("QuantityPerUnit", System.Data.OleDb.OleDbType.VarWChar, 20, "QuantityPerUnit"), new System.Data.OleDb.OleDbParameter("ReorderLevel", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((byte)(5)), ((byte)(0)), "ReorderLevel", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("SupplierID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "SupplierID", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("UnitPrice", System.Data.OleDb.OleDbType.Currency, 0, System.Data.ParameterDirection.Input, false, ((byte)(19)), ((byte)(0)), "UnitPrice", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("UnitsInStock", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((byte)(5)), ((byte)(0)), "UnitsInStock", System.Data.DataRowVersion.Current, null), new System.Data.OleDb.OleDbParameter("UnitsOnOrder", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((byte)(5)), ((byte)(0)), "UnitsOnOrder", System.Data.DataRowVersion.Current, null) }); // // oleDbSelectCommand2 // this.oleDbSelectCommand2.CommandText = "SELECT CategoryID, Discontinued, ProductID, ProductName, QuantityPerUnit, Reorder" + "Level, SupplierID, UnitPrice, UnitsInStock, UnitsOnOrder FROM Products"; this.oleDbSelectCommand2.Connection = this.oleDbConnection1; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(432, 270); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1TrueDBGrid1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).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(); System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label label9; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label13; System.Windows.Forms.Label label14; System.Windows.Forms.Label label15; System.Windows.Forms.Label label12; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label cOMPNAMELabel; System.Windows.Forms.Label label5; System.Windows.Forms.Label label1; C1.Win.C1TrueDBGrid.Style style217 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style218 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style219 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style220 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style221 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style222 = new C1.Win.C1TrueDBGrid.Style(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurchaseInvoice)); C1.Win.C1TrueDBGrid.Style style223 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style224 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style225 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style226 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style227 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style228 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style229 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style230 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style231 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style232 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style233 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style234 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style235 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style236 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style237 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style238 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style239 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style240 = new C1.Win.C1TrueDBGrid.Style(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); System.Windows.Forms.Label label2; this.sUPPLIERBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Store.DataSet1(); this.wAREHOUSEMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel2 = new System.Windows.Forms.Panel(); this.totprofit = new DevExpress.XtraEditors.TextEdit(); this.totdisc = new DevExpress.XtraEditors.TextEdit(); this.totvalue = new DevExpress.XtraEditors.TextEdit(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.netamt = new DevExpress.XtraEditors.TextEdit(); this.adjustval = new DevExpress.XtraEditors.TextEdit(); this.specdisc = new DevExpress.XtraEditors.TextEdit(); this.totsalvalue = new DevExpress.XtraEditors.TextEdit(); this.totcostvalue = new DevExpress.XtraEditors.TextEdit(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBDropdown3 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.pURINVDETAILBindingSource = new System.Windows.Forms.BindingSource(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.standaloneBarDockControl2 = new DevExpress.XtraBars.StandaloneBarDockControl(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.barSubItem1 = new DevExpress.XtraBars.BarSubItem(); this.barSubItem2 = new DevExpress.XtraBars.BarSubItem(); this.barSubItem3 = new DevExpress.XtraBars.BarSubItem(); this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem(); this.barSubItem4 = new DevExpress.XtraBars.BarSubItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.iTEMMAST1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.sUPPLIERTableAdapter = new Store.DataSet1TableAdapters.SUPPLIERTableAdapter(); this.iTEMMAST1TableAdapter = new Store.DataSet1TableAdapters.ITEMMAST1TableAdapter(); this.iTEMGROUPBindingSource = new System.Windows.Forms.BindingSource(this.components); this.iTEMGROUPTableAdapter = new Store.DataSet1TableAdapters.ITEMGROUPTableAdapter(); this.sTOREMASTBindingSource = new System.Windows.Forms.BindingSource(this.components); this.sTOREMASTTableAdapter = new Store.DataSet1TableAdapters.STOREMASTTableAdapter(); this.wAREHOUSEMASTTableAdapter = new Store.DataSet1TableAdapters.WAREHOUSEMASTTableAdapter(); this.stockmasterTableAdapter1 = new Store.DataSet1TableAdapters.STOCKMASTERTableAdapter(); this.purinvmainTableAdapter1 = new Store.DataSet1TableAdapters.PURINVMAINTableAdapter(); this.pURINVDETAILTableAdapter1 = new Store.DataSet1TableAdapters.PURINVDETAILTableAdapter(); this.barManager2 = new DevExpress.XtraBars.BarManager(this.components); this.bar6 = new DevExpress.XtraBars.Bar(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem(); this.barDockControl1 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl2 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl3 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl4 = new DevExpress.XtraBars.BarDockControl(); this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem(); this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panel1 = new System.Windows.Forms.Panel(); this.spdisc = new DevExpress.XtraEditors.TextEdit(); this.duedays = new DevExpress.XtraEditors.TextEdit(); this.invdate = new DevExpress.XtraEditors.DateEdit(); this.invno = new DevExpress.XtraEditors.TextEdit(); this.supplier = new DevExpress.XtraEditors.LookUpEdit(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.purno = new DevExpress.XtraEditors.TextEdit(); this.warehouse = new DevExpress.XtraEditors.LookUpEdit(); this.panel3 = new System.Windows.Forms.Panel(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); cOMPNAMELabel = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); // // label7 // label7.AutoSize = true; label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label7.Location = new System.Drawing.Point(8, 14); label7.Name = "label7"; label7.Size = new System.Drawing.Size(105, 14); label7.TabIndex = 17; label7.Text = "Total Cost Value: "; // // label8 // label8.AutoSize = true; label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label8.Location = new System.Drawing.Point(8, 41); label8.Name = "label8"; label8.Size = new System.Drawing.Size(103, 14); label8.TabIndex = 18; label8.Text = "Total Sale Value: "; // // label9 // label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label9.AutoSize = true; label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label9.Location = new System.Drawing.Point(773, 49); label9.Name = "label9"; label9.Size = new System.Drawing.Size(103, 14); label9.TabIndex = 21; label9.Text = "Special Discount: "; // // label10 // label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label10.AutoSize = true; label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label10.Location = new System.Drawing.Point(531, 69); label10.Name = "label10"; label10.Size = new System.Drawing.Size(121, 14); label10.TabIndex = 23; label10.Text = "Adjusted Value(F7): "; // // label11 // label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label11.AutoSize = true; label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label11.Location = new System.Drawing.Point(773, 71); label11.Name = "label11"; label11.Size = new System.Drawing.Size(87, 14); label11.TabIndex = 25; label11.Text = "Net Amount : "; // // label13 // label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label13.AutoSize = true; label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label13.Location = new System.Drawing.Point(773, 6); label13.Name = "label13"; label13.Size = new System.Drawing.Size(77, 14); label13.TabIndex = 28; label13.Text = "Total Value: "; // // label14 // label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label14.AutoSize = true; label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.Location = new System.Drawing.Point(773, 28); label14.Name = "label14"; label14.Size = new System.Drawing.Size(106, 14); label14.TabIndex = 30; label14.Text = "Total Disc Value: "; // // label15 // label15.AutoSize = true; label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label15.Location = new System.Drawing.Point(8, 64); label15.Name = "label15"; label15.Size = new System.Drawing.Size(76, 14); label15.TabIndex = 32; label15.Text = "Total Profit: "; // // label12 // label12.AutoSize = true; label12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label12.Location = new System.Drawing.Point(299, 54); label12.Name = "label12"; label12.Size = new System.Drawing.Size(52, 14); label12.TabIndex = 85; label12.Text = "Spl.Disc:"; // // label6 // label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label6.Location = new System.Drawing.Point(1, 53); label6.Name = "label6"; label6.Size = new System.Drawing.Size(62, 14); label6.TabIndex = 84; label6.Text = "Due Days:"; // // label4 // label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(299, 29); label4.Name = "label4"; label4.Size = new System.Drawing.Size(80, 17); label4.TabIndex = 83; label4.Text = "Invoice Date: "; // // label3 // label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(1, 32); label3.Name = "label3"; label3.Size = new System.Drawing.Size(74, 14); label3.TabIndex = 82; label3.Text = "Invoice No.: "; // // cOMPNAMELabel // cOMPNAMELabel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); cOMPNAMELabel.Location = new System.Drawing.Point(1, 6); cOMPNAMELabel.Name = "cOMPNAMELabel"; cOMPNAMELabel.Size = new System.Drawing.Size(88, 14); cOMPNAMELabel.TabIndex = 81; cOMPNAMELabel.Text = "Supplier name:"; // // label5 // label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label5.AutoSize = true; label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(569, 53); label5.Name = "label5"; label5.Size = new System.Drawing.Size(119, 14); label5.TabIndex = 28; label5.Text = "Transfer Store type:"; // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label1.AutoSize = true; label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(569, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(45, 14); label1.TabIndex = 24; label1.Text = "Doc #:"; // // sUPPLIERBindingSource // this.sUPPLIERBindingSource.DataMember = "SUPPLIER"; this.sUPPLIERBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // wAREHOUSEMASTBindingSource // this.wAREHOUSEMASTBindingSource.DataMember = "WAREHOUSEMAST"; this.wAREHOUSEMASTBindingSource.DataSource = this.dataSet1; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.panel2.Controls.Add(this.totprofit); this.panel2.Controls.Add(label15); this.panel2.Controls.Add(this.totdisc); this.panel2.Controls.Add(label14); this.panel2.Controls.Add(this.totvalue); this.panel2.Controls.Add(label13); this.panel2.Controls.Add(this.checkEdit1); this.panel2.Controls.Add(this.netamt); this.panel2.Controls.Add(label11); this.panel2.Controls.Add(this.adjustval); this.panel2.Controls.Add(label10); this.panel2.Controls.Add(this.specdisc); this.panel2.Controls.Add(label9); this.panel2.Controls.Add(this.totsalvalue); this.panel2.Controls.Add(this.totcostvalue); this.panel2.Controls.Add(label8); this.panel2.Controls.Add(label7); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 450); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1014, 92); this.panel2.TabIndex = 40; // // totprofit // this.totprofit.Location = new System.Drawing.Point(110, 61); this.totprofit.Name = "totprofit"; this.totprofit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totprofit.Properties.Appearance.Options.UseFont = true; this.totprofit.Properties.Appearance.Options.UseTextOptions = true; this.totprofit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totprofit.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totprofit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totprofit.Properties.NullText = "0"; this.totprofit.Properties.ReadOnly = true; this.totprofit.Size = new System.Drawing.Size(118, 20); this.totprofit.TabIndex = 33; // // totdisc // this.totdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totdisc.Location = new System.Drawing.Point(891, 24); this.totdisc.Name = "totdisc"; this.totdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totdisc.Properties.Appearance.Options.UseFont = true; this.totdisc.Properties.Appearance.Options.UseTextOptions = true; this.totdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totdisc.Properties.NullText = "0"; this.totdisc.Properties.ReadOnly = true; this.totdisc.Size = new System.Drawing.Size(118, 20); this.totdisc.TabIndex = 31; // // totvalue // this.totvalue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.totvalue.Location = new System.Drawing.Point(891, 3); this.totvalue.Name = "totvalue"; this.totvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totvalue.Properties.Appearance.Options.UseFont = true; this.totvalue.Properties.Appearance.Options.UseTextOptions = true; this.totvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totvalue.Properties.DisplayFormat.FormatString = "###,###,###,###.00"; this.totvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totvalue.Properties.NullText = "0"; this.totvalue.Properties.ReadOnly = true; this.totvalue.Size = new System.Drawing.Size(118, 20); this.totvalue.TabIndex = 29; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(238, 12); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkEdit1.Properties.Appearance.Options.UseFont = true; this.checkEdit1.Properties.Caption = " CTRL-Unit Conversion"; this.checkEdit1.Size = new System.Drawing.Size(148, 19); this.checkEdit1.TabIndex = 27; // // netamt // this.netamt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.netamt.Location = new System.Drawing.Point(891, 68); this.netamt.Name = "netamt"; this.netamt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.netamt.Properties.Appearance.Options.UseFont = true; this.netamt.Properties.Appearance.Options.UseTextOptions = true; this.netamt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.netamt.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.netamt.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.netamt.Properties.NullText = "0"; this.netamt.Properties.ReadOnly = true; this.netamt.Size = new System.Drawing.Size(118, 20); this.netamt.TabIndex = 26; // // adjustval // this.adjustval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.adjustval.EditValue = "0"; this.adjustval.Location = new System.Drawing.Point(646, 65); this.adjustval.Name = "adjustval"; this.adjustval.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.adjustval.Properties.Appearance.Options.UseFont = true; this.adjustval.Properties.Appearance.Options.UseTextOptions = true; this.adjustval.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.adjustval.Properties.DisplayFormat.FormatString = "###,##0.00"; this.adjustval.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.adjustval.Properties.NullText = "0"; this.adjustval.Size = new System.Drawing.Size(118, 20); this.adjustval.TabIndex = 24; this.adjustval.Validating += new System.ComponentModel.CancelEventHandler(this.adjustval_Validating); // // specdisc // this.specdisc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.specdisc.Location = new System.Drawing.Point(891, 45); this.specdisc.Name = "specdisc"; this.specdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.specdisc.Properties.Appearance.Options.UseFont = true; this.specdisc.Properties.Appearance.Options.UseTextOptions = true; this.specdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.specdisc.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.specdisc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.specdisc.Properties.NullText = "0"; this.specdisc.Properties.ReadOnly = true; this.specdisc.Size = new System.Drawing.Size(118, 20); this.specdisc.TabIndex = 22; // // totsalvalue // this.totsalvalue.Location = new System.Drawing.Point(110, 37); this.totsalvalue.Name = "totsalvalue"; this.totsalvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totsalvalue.Properties.Appearance.Options.UseFont = true; this.totsalvalue.Properties.Appearance.Options.UseTextOptions = true; this.totsalvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totsalvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totsalvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totsalvalue.Properties.NullText = "0"; this.totsalvalue.Properties.ReadOnly = true; this.totsalvalue.Size = new System.Drawing.Size(118, 20); this.totsalvalue.TabIndex = 20; this.totsalvalue.EditValueChanged += new System.EventHandler(this.totsalvalue_EditValueChanged); // // totcostvalue // this.totcostvalue.Location = new System.Drawing.Point(110, 11); this.totcostvalue.Name = "totcostvalue"; this.totcostvalue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totcostvalue.Properties.Appearance.Options.UseFont = true; this.totcostvalue.Properties.Appearance.Options.UseTextOptions = true; this.totcostvalue.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.totcostvalue.Properties.DisplayFormat.FormatString = "###,###,##0.00"; this.totcostvalue.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.totcostvalue.Properties.NullText = "0"; this.totcostvalue.Properties.ReadOnly = true; this.totcostvalue.Size = new System.Drawing.Size(118, 20); this.totcostvalue.TabIndex = 19; // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 17; this.c1TrueDBDropdown1.CaptionStyle = style217; this.c1TrueDBDropdown1.ColumnCaptionHeight = 17; this.c1TrueDBDropdown1.ColumnFooterHeight = 17; this.c1TrueDBDropdown1.DisplayMember = "ITEMNAME"; this.c1TrueDBDropdown1.EvenRowStyle = style218; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style219; this.c1TrueDBDropdown1.HeadingStyle = style220; this.c1TrueDBDropdown1.HighLightRowStyle = style221; this.c1TrueDBDropdown1.Location = new System.Drawing.Point(50, 186); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style222; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); this.c1TrueDBDropdown1.RecordSelectorStyle = style223; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 15; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(212, 55); this.c1TrueDBDropdown1.Style = style224; this.c1TrueDBDropdown1.TabIndex = 55; this.c1TrueDBDropdown1.TabStop = false; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.ValueMember = "ITEMNO"; this.c1TrueDBDropdown1.ValueTranslate = true; this.c1TrueDBDropdown1.Visible = false; // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionHeight = 17; this.c1TrueDBDropdown2.CaptionStyle = style225; this.c1TrueDBDropdown2.ColumnCaptionHeight = 17; this.c1TrueDBDropdown2.ColumnFooterHeight = 17; this.c1TrueDBDropdown2.DisplayMember = "GROUPNAME"; this.c1TrueDBDropdown2.EvenRowStyle = style226; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style227; this.c1TrueDBDropdown2.HeadingStyle = style228; this.c1TrueDBDropdown2.HighLightRowStyle = style229; this.c1TrueDBDropdown2.Location = new System.Drawing.Point(268, 186); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style230; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); this.c1TrueDBDropdown2.RecordSelectorStyle = style231; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 15; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(291, 55); this.c1TrueDBDropdown2.Style = style232; this.c1TrueDBDropdown2.TabIndex = 65; this.c1TrueDBDropdown2.TabStop = false; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.ValueMember = "GROUPID"; this.c1TrueDBDropdown2.ValueTranslate = true; this.c1TrueDBDropdown2.Visible = false; // // c1TrueDBDropdown3 // this.c1TrueDBDropdown3.AllowColMove = true; this.c1TrueDBDropdown3.AllowColSelect = true; this.c1TrueDBDropdown3.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown3.AlternatingRows = false; this.c1TrueDBDropdown3.CaptionHeight = 17; this.c1TrueDBDropdown3.CaptionStyle = style233; this.c1TrueDBDropdown3.ColumnCaptionHeight = 17; this.c1TrueDBDropdown3.ColumnFooterHeight = 17; this.c1TrueDBDropdown3.ColumnHeaders = false; this.c1TrueDBDropdown3.DisplayMember = "STORECODE"; this.c1TrueDBDropdown3.EvenRowStyle = style234; this.c1TrueDBDropdown3.FetchRowStyles = false; this.c1TrueDBDropdown3.FooterStyle = style235; this.c1TrueDBDropdown3.HeadingStyle = style236; this.c1TrueDBDropdown3.HighLightRowStyle = style237; this.c1TrueDBDropdown3.Location = new System.Drawing.Point(568, 178); this.c1TrueDBDropdown3.Name = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.OddRowStyle = style238; this.c1TrueDBDropdown3.PropBag = resources.GetString("c1TrueDBDropdown3.PropBag"); this.c1TrueDBDropdown3.RecordSelectorStyle = style239; this.c1TrueDBDropdown3.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown3.RowHeight = 15; this.c1TrueDBDropdown3.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown3.ScrollTips = false; this.c1TrueDBDropdown3.Size = new System.Drawing.Size(205, 62); this.c1TrueDBDropdown3.Style = style240; this.c1TrueDBDropdown3.TabIndex = 70; this.c1TrueDBDropdown3.TabStop = false; this.c1TrueDBDropdown3.Text = "c1TrueDBDropdown3"; this.c1TrueDBDropdown3.ValueMember = "STORECODE"; this.c1TrueDBDropdown3.Visible = false; this.c1TrueDBDropdown3.DropDownClose += new System.EventHandler(this.c1TrueDBDropdown3_DropDownClose); // // pURINVDETAILBindingSource // this.pURINVDETAILBindingSource.DataMember = "PURINVDETAIL"; this.pURINVDETAILBindingSource.DataSource = this.dataSet1; // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.DockControls.Add(this.standaloneBarDockControl2); this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barEditItem1, this.barSubItem1, this.barSubItem2, this.barSubItem3, this.barLinkContainerItem1, this.barSubItem4, this.barButtonItem1, this.barButtonItem2, this.barButtonItem3}); this.barManager1.MaxItemId = 12; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(1014, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 573); this.barDockControlBottom.Size = new System.Drawing.Size(1014, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 573); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1014, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 573); // // standaloneBarDockControl2 // this.standaloneBarDockControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.standaloneBarDockControl2.Appearance.Options.UseBackColor = true; this.standaloneBarDockControl2.CausesValidation = false; this.standaloneBarDockControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.standaloneBarDockControl2.Location = new System.Drawing.Point(0, 0); this.standaloneBarDockControl2.Name = "standaloneBarDockControl2"; this.standaloneBarDockControl2.Size = new System.Drawing.Size(1014, 31); this.standaloneBarDockControl2.Text = "standaloneBarDockControl2"; // // barEditItem1 // this.barEditItem1.Caption = "F-10 For Selecting Items"; this.barEditItem1.Edit = null; this.barEditItem1.Id = 0; this.barEditItem1.Name = "barEditItem1"; // // barSubItem1 // this.barSubItem1.Caption = "Shortcut keys"; this.barSubItem1.Id = 1; this.barSubItem1.Name = "barSubItem1"; // // barSubItem2 // this.barSubItem2.Caption = "F10-Items Select"; this.barSubItem2.Id = 2; this.barSubItem2.Name = "barSubItem2"; // // barSubItem3 // this.barSubItem3.Caption = "barSubItem3"; this.barSubItem3.Id = 5; this.barSubItem3.Name = "barSubItem3"; // // barLinkContainerItem1 // this.barLinkContainerItem1.Caption = "barLinkContainerItem1"; this.barLinkContainerItem1.Id = 6; this.barLinkContainerItem1.Name = "barLinkContainerItem1"; // // barSubItem4 // this.barSubItem4.Caption = "Shortcut Keys"; this.barSubItem4.Id = 7; this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)}); this.barSubItem4.Name = "barSubItem4"; // // barButtonItem2 // this.barButtonItem2.Caption = "F5-Create duplicate item"; this.barButtonItem2.Id = 9; this.barButtonItem2.Name = "barButtonItem2"; // // barButtonItem1 // this.barButtonItem1.Caption = "F10-Add items"; this.barButtonItem1.Id = 8; this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem3 // this.barButtonItem3.Caption = "barButtonItem3"; this.barButtonItem3.Id = 11; this.barButtonItem3.Name = "barButtonItem3"; // // iTEMMAST1BindingSource // this.iTEMMAST1BindingSource.DataMember = "ITEMMAST1"; this.iTEMMAST1BindingSource.DataSource = this.dataSet1; // // sUPPLIERTableAdapter // this.sUPPLIERTableAdapter.ClearBeforeFill = true; // // iTEMMAST1TableAdapter // this.iTEMMAST1TableAdapter.ClearBeforeFill = true; // // iTEMGROUPBindingSource // this.iTEMGROUPBindingSource.DataMember = "ITEMGROUP"; this.iTEMGROUPBindingSource.DataSource = this.dataSet1; // // iTEMGROUPTableAdapter // this.iTEMGROUPTableAdapter.ClearBeforeFill = true; // // sTOREMASTBindingSource // this.sTOREMASTBindingSource.DataMember = "STOREMAST"; this.sTOREMASTBindingSource.DataSource = this.dataSet1; // // sTOREMASTTableAdapter // this.sTOREMASTTableAdapter.ClearBeforeFill = true; // // wAREHOUSEMASTTableAdapter // this.wAREHOUSEMASTTableAdapter.ClearBeforeFill = true; // // stockmasterTableAdapter1 // this.stockmasterTableAdapter1.ClearBeforeFill = true; // // purinvmainTableAdapter1 // this.purinvmainTableAdapter1.ClearBeforeFill = true; // // pURINVDETAILTableAdapter1 // this.pURINVDETAILTableAdapter1.ClearBeforeFill = true; // // barManager2 // this.barManager2.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar6}); this.barManager2.DockControls.Add(this.barDockControl1); this.barManager2.DockControls.Add(this.barDockControl2); this.barManager2.DockControls.Add(this.barDockControl3); this.barManager2.DockControls.Add(this.barDockControl4); this.barManager2.Form = this; this.barManager2.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem4, this.barButtonItem5, this.barButtonItem6, this.barCheckItem1, this.barButtonItem7, this.barButtonItem8, this.barEditItem2}); this.barManager2.MaxItemId = 10; this.barManager2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1, this.repositoryItemCheckEdit2, this.repositoryItemCheckEdit3}); // // bar6 // this.bar6.BarName = "Tools"; this.bar6.DockCol = 0; this.bar6.DockRow = 0; this.bar6.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone; this.bar6.FloatLocation = new System.Drawing.Point(320, 217); this.bar6.FloatSize = new System.Drawing.Size(490, 31); this.bar6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem8, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)}); this.bar6.OptionsBar.AllowQuickCustomization = false; this.bar6.StandaloneBarDockControl = this.standaloneBarDockControl2; this.bar6.Text = "Tools"; // // barButtonItem4 // this.barButtonItem4.Caption = "Add Item - [F10]"; this.barButtonItem4.Glyph = global::Store.Properties.Resources.listadd; this.barButtonItem4.Id = 0; this.barButtonItem4.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F10); this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "Item Copy - [F5]"; this.barButtonItem5.Glyph = global::Store.Properties.Resources.page_copy; this.barButtonItem5.Id = 1; this.barButtonItem5.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5); this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick); // // barButtonItem6 // this.barButtonItem6.Caption = "Delete Item - [DEL]"; this.barButtonItem6.Glyph = global::Store.Properties.Resources.remove; this.barButtonItem6.Id = 2; this.barButtonItem6.Name = "barButtonItem6"; this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick); // // barButtonItem8 // this.barButtonItem8.Caption = "Item History"; this.barButtonItem8.Glyph = global::Store.Properties.Resources.page_white_magnify; this.barButtonItem8.Id = 8; this.barButtonItem8.Name = "barButtonItem8"; // // barDockControl1 // this.barDockControl1.CausesValidation = false; this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControl1.Location = new System.Drawing.Point(0, 0); this.barDockControl1.Size = new System.Drawing.Size(1014, 0); // // barDockControl2 // this.barDockControl2.CausesValidation = false; this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControl2.Location = new System.Drawing.Point(0, 573); this.barDockControl2.Size = new System.Drawing.Size(1014, 0); // // barDockControl3 // this.barDockControl3.CausesValidation = false; this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControl3.Location = new System.Drawing.Point(0, 0); this.barDockControl3.Size = new System.Drawing.Size(0, 573); // // barDockControl4 // this.barDockControl4.CausesValidation = false; this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControl4.Location = new System.Drawing.Point(1014, 0); this.barDockControl4.Size = new System.Drawing.Size(0, 573); // // barCheckItem1 // this.barCheckItem1.Caption = "barCheckItem1"; this.barCheckItem1.Id = 3; this.barCheckItem1.Name = "barCheckItem1"; // // barButtonItem7 // this.barButtonItem7.Caption = "barButtonItem7"; this.barButtonItem7.Id = 5; this.barButtonItem7.Name = "barButtonItem7"; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = ""; this.repositoryItemCheckEdit1.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style6; this.repositoryItemCheckEdit1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Near; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Caption = ""; this.repositoryItemCheckEdit2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; // // panel1 // this.panel1.Controls.Add(this.lookUpEdit1); this.panel1.Controls.Add(label2); this.panel1.Controls.Add(this.spdisc); this.panel1.Controls.Add(label12); this.panel1.Controls.Add(this.duedays); this.panel1.Controls.Add(label6); this.panel1.Controls.Add(this.invdate); this.panel1.Controls.Add(label4); this.panel1.Controls.Add(this.invno); this.panel1.Controls.Add(label3); this.panel1.Controls.Add(cOMPNAMELabel); this.panel1.Controls.Add(this.supplier); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(label5); this.panel1.Controls.Add(this.purno); this.panel1.Controls.Add(label1); this.panel1.Controls.Add(this.warehouse); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 144); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1014, 74); this.panel1.TabIndex = 78; // // spdisc // this.spdisc.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spdisc.Location = new System.Drawing.Point(380, 51); this.spdisc.Name = "spdisc"; this.spdisc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.spdisc.Properties.Appearance.Options.UseFont = true; this.spdisc.Properties.Appearance.Options.UseTextOptions = true; this.spdisc.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.spdisc.Properties.NullText = "0"; this.spdisc.Size = new System.Drawing.Size(101, 20); this.spdisc.TabIndex = 80; // // duedays // this.duedays.Location = new System.Drawing.Point(94, 51); this.duedays.Name = "duedays"; this.duedays.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.duedays.Properties.Appearance.Options.UseFont = true; this.duedays.Properties.Appearance.Options.UseTextOptions = true; this.duedays.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.duedays.Properties.NullText = "0"; this.duedays.Size = new System.Drawing.Size(118, 20); this.duedays.TabIndex = 79; // // invdate // this.invdate.EditValue = null; this.invdate.Location = new System.Drawing.Point(380, 27); this.invdate.Name = "invdate"; this.invdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invdate.Properties.Appearance.Options.UseFont = true; this.invdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.invdate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.invdate.Size = new System.Drawing.Size(101, 20); this.invdate.TabIndex = 78; // // invno // this.invno.Location = new System.Drawing.Point(94, 27); this.invno.Name = "invno"; this.invno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.invno.Properties.Appearance.Options.UseFont = true; this.invno.Properties.Appearance.Options.UseTextOptions = true; this.invno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.invno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.invno.Size = new System.Drawing.Size(118, 20); this.invno.TabIndex = 77; // // supplier // this.supplier.Location = new System.Drawing.Point(94, 3); this.supplier.Name = "supplier"; this.supplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.supplier.Properties.Appearance.Options.UseFont = true; this.supplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.supplier.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNO", "SUPPLIERNO", 85, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SUPPLIERNAME", "SUPPLIERNAME", 85, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DUEDAYS", "DUEDAYS", 56, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.supplier.Properties.DataSource = this.sUPPLIERBindingSource; this.supplier.Properties.DisplayMember = "SUPPLIERNAME"; this.supplier.Properties.NullText = ""; this.supplier.Properties.ShowHeader = false; this.supplier.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.supplier.Properties.ValueMember = "SUPPLIERNO"; this.supplier.Size = new System.Drawing.Size(388, 20); this.supplier.TabIndex = 76; // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "ALL STORES", "SELECTED STORES"}); this.comboBox1.Location = new System.Drawing.Point(690, 50); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(132, 22); this.comboBox1.TabIndex = 6; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(569, 29); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(92, 14); this.label16.TabIndex = 75; this.label16.Text = "To Warehouse:"; // // purno // this.purno.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.purno.Location = new System.Drawing.Point(690, 3); this.purno.Name = "purno"; this.purno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.purno.Properties.Appearance.Options.UseFont = true; this.purno.Properties.Appearance.Options.UseTextOptions = true; this.purno.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.purno.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.purno.Properties.ReadOnly = true; this.purno.Size = new System.Drawing.Size(321, 20); this.purno.TabIndex = 25; this.purno.TabStop = false; // // warehouse // this.warehouse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.warehouse.Location = new System.Drawing.Point(690, 25); this.warehouse.Name = "warehouse"; this.warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.warehouse.Properties.Appearance.Options.UseFont = true; serializableAppearanceObject4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); serializableAppearanceObject4.Options.UseFont = true; this.warehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 16, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, ((System.Drawing.Image)(resources.GetObject("warehouse.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)}); this.warehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHID", "WHID", 51, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WHNAME", "WHNAME", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SEL", "SEL", 27, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PER", "PER", 29, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far)}); this.warehouse.Properties.DataSource = this.wAREHOUSEMASTBindingSource; this.warehouse.Properties.DisplayMember = "WHNAME"; this.warehouse.Properties.NullText = ""; this.warehouse.Properties.ShowFooter = false; this.warehouse.Properties.ShowHeader = false; this.warehouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.warehouse.Properties.ValueMember = "WHID"; this.warehouse.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); this.warehouse.Size = new System.Drawing.Size(321, 22); this.warehouse.TabIndex = 5; this.warehouse.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUpEdit1_Properties_ButtonClick); // // panel3 // this.panel3.Controls.Add(this.standaloneBarDockControl2); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 218); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1014, 31); this.panel3.TabIndex = 79; // // c1TrueDBGrid1 // this.c1TrueDBGrid1.AllowDelete = true; this.c1TrueDBGrid1.CaptionHeight = 17; this.c1TrueDBGrid1.DataSource = this.pURINVDETAILBindingSource; this.c1TrueDBGrid1.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.MultipleLines; this.c1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.c1TrueDBGrid1.EmptyRows = true; this.c1TrueDBGrid1.ExtendRightColumn = true; this.c1TrueDBGrid1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.LinesPerRow = 2; this.c1TrueDBGrid1.Location = new System.Drawing.Point(0, 249); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); this.c1TrueDBGrid1.RowDivider.Color = System.Drawing.Color.LightGray; this.c1TrueDBGrid1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBGrid1.RowHeight = 22; this.c1TrueDBGrid1.RowSubDividerColor = System.Drawing.Color.White; this.c1TrueDBGrid1.Size = new System.Drawing.Size(1014, 201); this.c1TrueDBGrid1.SpringMode = true; this.c1TrueDBGrid1.TabIndex = 81; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColUpdate); this.c1TrueDBGrid1.BeforeColUpdate += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.c1TrueDBGrid1_BeforeColUpdate); this.c1TrueDBGrid1.BeforeDelete += new C1.Win.C1TrueDBGrid.CancelEventHandler(this.c1TrueDBGrid1_BeforeDelete); this.c1TrueDBGrid1.AfterColEdit += new C1.Win.C1TrueDBGrid.ColEventHandler(this.c1TrueDBGrid1_AfterColEdit); this.c1TrueDBGrid1.BeforeColEdit += new C1.Win.C1TrueDBGrid.BeforeColEditEventHandler(this.c1TrueDBGrid1_BeforeColEdit); this.c1TrueDBGrid1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c1TrueDBGrid1_KeyPress); // // barEditItem2 // this.barEditItem2.Caption = "Unit Conversion"; this.barEditItem2.Edit = this.repositoryItemCheckEdit3; this.barEditItem2.EditValue = false; this.barEditItem2.Id = 9; this.barEditItem2.Name = "barEditItem2"; this.barEditItem2.Width = 10; // // repositoryItemCheckEdit3 // this.repositoryItemCheckEdit3.AutoHeight = false; this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3"; // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); label2.AutoSize = true; label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(826, 54); label2.Name = "label2"; label2.Size = new System.Drawing.Size(84, 14); label2.TabIndex = 86; label2.Text = "Default Store:"; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(912, 52); this.lookUpEdit1.MenuManager = this.ribbon; this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Size = new System.Drawing.Size(99, 20); this.lookUpEdit1.TabIndex = 87; ((System.ComponentModel.ISupportInitialize)(this.sUPPLIERBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wAREHOUSEMASTBindingSource)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.totprofit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.netamt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.adjustval.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totsalvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totcostvalue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pURINVDETAILBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMMAST1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iTEMGROUPBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sTOREMASTBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.spdisc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.duedays.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.invno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.supplier.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.purno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.warehouse.Properties)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVentas)); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style9 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style10 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style11 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style12 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style13 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style14 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style15 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style16 = new C1.Win.C1TrueDBGrid.Style(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnAceptar = new C1.Win.C1Input.C1Button(); this.C1TdbConsulta = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.txtDescripcion = new C1.Win.C1Input.C1TextBox(); this.txtMarca = new C1.Win.C1Input.C1TextBox(); this.txtCantidad = new C1.Win.C1Input.C1TextBox(); this.c1List1 = new C1.Win.C1List.C1List(); this.c1TrueDBDropdown1 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1TrueDBGrid1 = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.c1TrueDBDropdown2 = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.c1Ribbon1 = new C1.Win.C1Ribbon.C1Ribbon(); this.ribbonApplicationMenu1 = new C1.Win.C1Ribbon.RibbonApplicationMenu(); this.ribbonConfigToolBar1 = new C1.Win.C1Ribbon.RibbonConfigToolBar(); this.ribbonQat1 = new C1.Win.C1Ribbon.RibbonQat(); this.ribbonTab1 = new C1.Win.C1Ribbon.RibbonTab(); this.ribbonGroup1 = new C1.Win.C1Ribbon.RibbonGroup(); this.c1CommandDock1 = new C1.Win.C1Command.C1CommandDock(); this.c1Button1 = new C1.Win.C1Input.C1Button(); this.c1CommandDock2 = new C1.Win.C1Command.C1CommandDock(); this.c1CommandDock3 = new C1.Win.C1Command.C1CommandDock(); this.c1FlexGrid1 = new C1.Win.C1FlexGrid.C1FlexGrid(); ((System.ComponentModel.ISupportInitialize)(this.C1TdbConsulta)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMarca)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCantidad)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1List1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 13); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 19); this.label1.TabIndex = 5; this.label1.Text = "Producto :"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(555, 12); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 19); this.label2.TabIndex = 6; this.label2.Text = "Marca :"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1064, 12); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 19); this.label3.TabIndex = 62; this.label3.Text = "Cantidad :"; // // btnAceptar // this.btnAceptar.Image = global::Halley.Presentacion.Properties.Resources.Aceptar_16x16; this.btnAceptar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAceptar.Location = new System.Drawing.Point(1197, 34); this.btnAceptar.Margin = new System.Windows.Forms.Padding(4); this.btnAceptar.Name = "btnAceptar"; this.btnAceptar.Size = new System.Drawing.Size(96, 34); this.btnAceptar.TabIndex = 86; this.btnAceptar.Text = "Guardar"; this.btnAceptar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnAceptar.UseVisualStyleBackColor = true; this.btnAceptar.Click += new System.EventHandler(this.btnAceptar_Click); // // C1TdbConsulta // this.C1TdbConsulta.AllowUpdate = false; this.C1TdbConsulta.CaptionHeight = 17; this.C1TdbConsulta.CausesValidation = false; this.C1TdbConsulta.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveUp; this.C1TdbConsulta.EmptyRows = true; this.C1TdbConsulta.ExtendRightColumn = true; this.C1TdbConsulta.GroupByCaption = "Drag a column header here to group by that column"; this.C1TdbConsulta.Images.Add(((System.Drawing.Image)(resources.GetObject("C1TdbConsulta.Images")))); this.C1TdbConsulta.Location = new System.Drawing.Point(12, 69); this.C1TdbConsulta.Margin = new System.Windows.Forms.Padding(4); this.C1TdbConsulta.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow; this.C1TdbConsulta.Name = "C1TdbConsulta"; this.C1TdbConsulta.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.C1TdbConsulta.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.C1TdbConsulta.PreviewInfo.ZoomFactor = 75D; this.C1TdbConsulta.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("C1TdbConsulta.PrintInfo.PageSettings"))); this.C1TdbConsulta.RowHeight = 18; this.C1TdbConsulta.Size = new System.Drawing.Size(1018, 436); this.C1TdbConsulta.TabIndex = 87; this.C1TdbConsulta.Text = "Productos Genéricos"; this.C1TdbConsulta.Visible = false; this.C1TdbConsulta.DoubleClick += new System.EventHandler(this.C1TdbConsulta_DoubleClick); this.C1TdbConsulta.PropBag = resources.GetString("C1TdbConsulta.PropBag"); // // txtDescripcion // this.txtDescripcion.Location = new System.Drawing.Point(12, 37); this.txtDescripcion.Margin = new System.Windows.Forms.Padding(4); this.txtDescripcion.MaxLength = 200; this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.Size = new System.Drawing.Size(512, 26); this.txtDescripcion.TabIndex = 88; this.txtDescripcion.Tag = null; this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged); // // txtMarca // this.txtMarca.Location = new System.Drawing.Point(559, 37); this.txtMarca.Margin = new System.Windows.Forms.Padding(4); this.txtMarca.MaxLength = 17; this.txtMarca.Name = "txtMarca"; this.txtMarca.Size = new System.Drawing.Size(472, 26); this.txtMarca.TabIndex = 89; this.txtMarca.Tag = null; // // txtCantidad // this.txtCantidad.Location = new System.Drawing.Point(1068, 37); this.txtCantidad.Margin = new System.Windows.Forms.Padding(4); this.txtCantidad.MaxLength = 17; this.txtCantidad.Name = "txtCantidad"; this.txtCantidad.Size = new System.Drawing.Size(121, 26); this.txtCantidad.TabIndex = 90; this.txtCantidad.Tag = null; this.txtCantidad.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCantidad_KeyPress); // // c1List1 // this.c1List1.AddItemSeparator = ';'; this.c1List1.CaptionHeight = 19; this.c1List1.ColumnCaptionHeight = 19; this.c1List1.ColumnFooterHeight = 19; this.c1List1.DeadAreaBackColor = System.Drawing.SystemColors.ControlDark; this.c1List1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1List1.Images")))); this.c1List1.ItemHeight = 17; this.c1List1.Location = new System.Drawing.Point(151, 564); this.c1List1.MatchEntryTimeout = ((long)(2000)); this.c1List1.Name = "c1List1"; this.c1List1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1List1.Size = new System.Drawing.Size(75, 23); this.c1List1.TabIndex = 91; this.c1List1.Text = "c1List1"; this.c1List1.PropBag = resources.GetString("c1List1.PropBag"); // // c1TrueDBDropdown1 // this.c1TrueDBDropdown1.AllowColMove = true; this.c1TrueDBDropdown1.AllowColSelect = true; this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown1.AlternatingRows = false; this.c1TrueDBDropdown1.CaptionHeight = 19; this.c1TrueDBDropdown1.CaptionStyle = style1; this.c1TrueDBDropdown1.ColumnCaptionHeight = 19; this.c1TrueDBDropdown1.ColumnFooterHeight = 19; this.c1TrueDBDropdown1.EvenRowStyle = style2; this.c1TrueDBDropdown1.FetchRowStyles = false; this.c1TrueDBDropdown1.FooterStyle = style3; this.c1TrueDBDropdown1.HeadingStyle = style4; this.c1TrueDBDropdown1.HighLightRowStyle = style5; this.c1TrueDBDropdown1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown1.Images")))); this.c1TrueDBDropdown1.Location = new System.Drawing.Point(419, 591); this.c1TrueDBDropdown1.Name = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.OddRowStyle = style6; this.c1TrueDBDropdown1.RecordSelectorStyle = style7; this.c1TrueDBDropdown1.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown1.RowHeight = 17; this.c1TrueDBDropdown1.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown1.ScrollTips = false; this.c1TrueDBDropdown1.Size = new System.Drawing.Size(100, 150); this.c1TrueDBDropdown1.Style = style8; this.c1TrueDBDropdown1.TabIndex = 92; this.c1TrueDBDropdown1.Text = "c1TrueDBDropdown1"; this.c1TrueDBDropdown1.Visible = false; this.c1TrueDBDropdown1.PropBag = resources.GetString("c1TrueDBDropdown1.PropBag"); // // c1TrueDBGrid1 // this.c1TrueDBGrid1.CaptionHeight = 19; this.c1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column"; this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images")))); this.c1TrueDBGrid1.Location = new System.Drawing.Point(702, 564); this.c1TrueDBGrid1.Name = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.c1TrueDBGrid1.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D; this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings"))); this.c1TrueDBGrid1.RowHeight = 17; this.c1TrueDBGrid1.Size = new System.Drawing.Size(240, 150); this.c1TrueDBGrid1.TabIndex = 93; this.c1TrueDBGrid1.Text = "c1TrueDBGrid1"; this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag"); // // c1TrueDBDropdown2 // this.c1TrueDBDropdown2.AllowColMove = true; this.c1TrueDBDropdown2.AllowColSelect = true; this.c1TrueDBDropdown2.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.c1TrueDBDropdown2.AlternatingRows = false; this.c1TrueDBDropdown2.CaptionHeight = 19; this.c1TrueDBDropdown2.CaptionStyle = style9; this.c1TrueDBDropdown2.ColumnCaptionHeight = 19; this.c1TrueDBDropdown2.ColumnFooterHeight = 19; this.c1TrueDBDropdown2.EvenRowStyle = style10; this.c1TrueDBDropdown2.FetchRowStyles = false; this.c1TrueDBDropdown2.FooterStyle = style11; this.c1TrueDBDropdown2.HeadingStyle = style12; this.c1TrueDBDropdown2.HighLightRowStyle = style13; this.c1TrueDBDropdown2.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBDropdown2.Images")))); this.c1TrueDBDropdown2.Location = new System.Drawing.Point(396, 528); this.c1TrueDBDropdown2.Name = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.OddRowStyle = style14; this.c1TrueDBDropdown2.RecordSelectorStyle = style15; this.c1TrueDBDropdown2.RowDivider.Color = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.c1TrueDBDropdown2.RowHeight = 17; this.c1TrueDBDropdown2.RowSubDividerColor = System.Drawing.Color.DarkGray; this.c1TrueDBDropdown2.ScrollTips = false; this.c1TrueDBDropdown2.Size = new System.Drawing.Size(100, 150); this.c1TrueDBDropdown2.Style = style16; this.c1TrueDBDropdown2.TabIndex = 94; this.c1TrueDBDropdown2.Text = "c1TrueDBDropdown2"; this.c1TrueDBDropdown2.Visible = false; this.c1TrueDBDropdown2.PropBag = resources.GetString("c1TrueDBDropdown2.PropBag"); // // c1Ribbon1 // this.c1Ribbon1.ApplicationMenuHolder = this.ribbonApplicationMenu1; this.c1Ribbon1.ConfigToolBarHolder = this.ribbonConfigToolBar1; this.c1Ribbon1.Name = "c1Ribbon1"; this.c1Ribbon1.QatHolder = this.ribbonQat1; this.c1Ribbon1.Tabs.Add(this.ribbonTab1); // // ribbonApplicationMenu1 // this.ribbonApplicationMenu1.ID = "ribbonApplicationMenu1"; // // ribbonConfigToolBar1 // this.ribbonConfigToolBar1.ID = "ribbonConfigToolBar1"; // // ribbonQat1 // this.ribbonQat1.ID = "ribbonQat1"; // // ribbonTab1 // this.ribbonTab1.Groups.Add(this.ribbonGroup1); this.ribbonTab1.ID = "ribbonTab1"; this.ribbonTab1.Text = "Tab"; // // ribbonGroup1 // this.ribbonGroup1.ID = "ribbonGroup1"; this.ribbonGroup1.Text = "Group"; // // c1CommandDock1 // this.c1CommandDock1.Dock = System.Windows.Forms.DockStyle.Bottom; this.c1CommandDock1.Id = 1; this.c1CommandDock1.Location = new System.Drawing.Point(0, 773); this.c1CommandDock1.Name = "c1CommandDock1"; this.c1CommandDock1.Size = new System.Drawing.Size(1554, 32); // // c1Button1 // this.c1Button1.Location = new System.Drawing.Point(281, 564); this.c1Button1.Name = "c1Button1"; this.c1Button1.Size = new System.Drawing.Size(75, 23); this.c1Button1.TabIndex = 97; this.c1Button1.Text = "c1Button1"; this.c1Button1.UseVisualStyleBackColor = true; // // c1CommandDock2 // this.c1CommandDock2.Dock = System.Windows.Forms.DockStyle.Bottom; this.c1CommandDock2.Id = 3; this.c1CommandDock2.Location = new System.Drawing.Point(0, 741); this.c1CommandDock2.Name = "c1CommandDock2"; this.c1CommandDock2.Size = new System.Drawing.Size(1554, 32); // // c1CommandDock3 // this.c1CommandDock3.Dock = System.Windows.Forms.DockStyle.Left; this.c1CommandDock3.Id = 6; this.c1CommandDock3.Location = new System.Drawing.Point(0, 140); this.c1CommandDock3.Name = "c1CommandDock3"; this.c1CommandDock3.Size = new System.Drawing.Size(32, 601); // // c1FlexGrid1 // this.c1FlexGrid1.ColumnInfo = "10,1,0,0,0,115,Columns:"; this.c1FlexGrid1.Location = new System.Drawing.Point(957, 528); this.c1FlexGrid1.Name = "c1FlexGrid1"; this.c1FlexGrid1.Rows.DefaultSize = 23; this.c1FlexGrid1.Size = new System.Drawing.Size(240, 150); this.c1FlexGrid1.StyleInfo = resources.GetString("c1FlexGrid1.StyleInfo"); this.c1FlexGrid1.TabIndex = 100; // // FrmVentas // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.c1FlexGrid1); this.Controls.Add(this.c1CommandDock3); this.Controls.Add(this.c1CommandDock2); this.Controls.Add(this.c1Button1); this.Controls.Add(this.c1CommandDock1); this.Controls.Add(this.c1Ribbon1); this.Controls.Add(this.c1TrueDBDropdown2); this.Controls.Add(this.c1TrueDBGrid1); this.Controls.Add(this.c1TrueDBDropdown1); this.Controls.Add(this.c1List1); this.Controls.Add(this.txtCantidad); this.Controls.Add(this.txtMarca); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.C1TdbConsulta); this.Controls.Add(this.btnAceptar); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FrmVentas"; this.Size = new System.Drawing.Size(1554, 716); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.btnAceptar, 0); this.Controls.SetChildIndex(this.C1TdbConsulta, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.txtMarca, 0); this.Controls.SetChildIndex(this.txtCantidad, 0); this.Controls.SetChildIndex(this.c1List1, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown1, 0); this.Controls.SetChildIndex(this.c1TrueDBGrid1, 0); this.Controls.SetChildIndex(this.c1TrueDBDropdown2, 0); this.Controls.SetChildIndex(this.c1Ribbon1, 0); this.Controls.SetChildIndex(this.c1CommandDock1, 0); this.Controls.SetChildIndex(this.c1Button1, 0); this.Controls.SetChildIndex(this.c1CommandDock2, 0); this.Controls.SetChildIndex(this.c1CommandDock3, 0); this.Controls.SetChildIndex(this.c1FlexGrid1, 0); ((System.ComponentModel.ISupportInitialize)(this.C1TdbConsulta)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMarca)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCantidad)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1List1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBDropdown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FTran_TranAddEdit)); C1.Win.C1TrueDBGrid.Style style1 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style2 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style3 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style4 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style5 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style6 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style7 = new C1.Win.C1TrueDBGrid.Style(); C1.Win.C1TrueDBGrid.Style style8 = new C1.Win.C1TrueDBGrid.Style(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.chkWeTransmit = new System.Windows.Forms.CheckBox(); this.chkUnderSepCover = new System.Windows.Forms.CheckBox(); this.chkDrawings = new System.Windows.Forms.CheckBox(); this.chkSpecifications = new System.Windows.Forms.CheckBox(); this.chkCommentOrApporval = new System.Windows.Forms.CheckBox(); this.chkReleaseForConst = new System.Windows.Forms.CheckBox(); this.chkCorrespondence = new System.Windows.Forms.CheckBox(); this.chkBrochures = new System.Windows.Forms.CheckBox(); this.chkSentByEmail = new System.Windows.Forms.CheckBox(); this.chkSentByMail = new System.Windows.Forms.CheckBox(); this.chkApprovalAsNoted = new System.Windows.Forms.CheckBox(); this.chkReturnFor = new System.Windows.Forms.CheckBox(); this.chkSentByMessenger = new System.Windows.Forms.CheckBox(); this.chkSentByOvernight = new System.Windows.Forms.CheckBox(); this.c1ToolBar1 = new C1.Win.C1Command.C1ToolBar(); this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder(); this.tlbbNew = new C1.Win.C1Command.C1Command(); this.tlbbSave = new C1.Win.C1Command.C1Command(); this.tlbbPrint = new C1.Win.C1Command.C1Command(); this.tlbbClose = new C1.Win.C1Command.C1Command(); this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink(); this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink(); this.ddtpTranDate = new System.Windows.Forms.DateTimePicker(); this.label7 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.txtTranNumSuffix = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtTranNumPrefix = new System.Windows.Forms.TextBox(); this.txtSentBy = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.rtbRemarks = new System.Windows.Forms.RichTextBox(); this.txtTranCC = new System.Windows.Forms.TextBox(); this.txtSubCategory = new System.Windows.Forms.TextBox(); this.txtTranTo = new System.Windows.Forms.TextBox(); this.txtProjectLine = new System.Windows.Forms.TextBox(); this.txtProject = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.tddReleases = new C1.Win.C1TrueDBGrid.C1TrueDBDropdown(); this.tdbgDocList = new C1.Win.C1TrueDBGrid.C1TrueDBGrid(); this.splitter1 = new System.Windows.Forms.Splitter(); this.panel1 = new System.Windows.Forms.Panel(); this.label17 = new System.Windows.Forms.Label(); this.txtDepartment = new System.Windows.Forms.TextBox(); this.bttDept = new System.Windows.Forms.Button(); this.lvwDocList = new System.Windows.Forms.ListView(); this.colID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colDocNum = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colCADNum = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colTitleDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.bttAdd = new System.Windows.Forms.Button(); this.bttRemove = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tssStatus1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tssStatus2 = new System.Windows.Forms.ToolStripStatusLabel(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tddReleases)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgDocList)).BeginInit(); this.panel1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 0; this.label1.Text = "Date:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(322, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 13); this.label2.TabIndex = 8; this.label2.Text = "Project:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(322, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 13); this.label3.TabIndex = 14; this.label3.Text = "Sub Category:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 48); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(23, 13); this.label4.TabIndex = 6; this.label4.Text = "To:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 126); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 13); this.label5.TabIndex = 16; this.label5.Text = "Sent By:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 99); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(23, 13); this.label6.TabIndex = 12; this.label6.Text = "Cc:"; // // chkWeTransmit // this.chkWeTransmit.AutoSize = true; this.chkWeTransmit.Location = new System.Drawing.Point(99, 27); this.chkWeTransmit.Name = "chkWeTransmit"; this.chkWeTransmit.Size = new System.Drawing.Size(137, 17); this.chkWeTransmit.TabIndex = 0; this.chkWeTransmit.Text = "We Transmit Here With"; this.chkWeTransmit.UseVisualStyleBackColor = true; // // chkUnderSepCover // this.chkUnderSepCover.AutoSize = true; this.chkUnderSepCover.Location = new System.Drawing.Point(355, 27); this.chkUnderSepCover.Name = "chkUnderSepCover"; this.chkUnderSepCover.Size = new System.Drawing.Size(132, 17); this.chkUnderSepCover.TabIndex = 1; this.chkUnderSepCover.Text = "Under Separate Cover"; this.chkUnderSepCover.UseVisualStyleBackColor = true; // // chkDrawings // this.chkDrawings.AutoSize = true; this.chkDrawings.Location = new System.Drawing.Point(9, 60); this.chkDrawings.Name = "chkDrawings"; this.chkDrawings.Size = new System.Drawing.Size(70, 17); this.chkDrawings.TabIndex = 2; this.chkDrawings.Text = "Drawings"; this.chkDrawings.UseVisualStyleBackColor = true; // // chkSpecifications // this.chkSpecifications.AutoSize = true; this.chkSpecifications.Location = new System.Drawing.Point(9, 83); this.chkSpecifications.Name = "chkSpecifications"; this.chkSpecifications.Size = new System.Drawing.Size(92, 17); this.chkSpecifications.TabIndex = 3; this.chkSpecifications.Text = "Specifications"; this.chkSpecifications.UseVisualStyleBackColor = true; // // chkCommentOrApporval // this.chkCommentOrApporval.AutoSize = true; this.chkCommentOrApporval.Location = new System.Drawing.Point(223, 83); this.chkCommentOrApporval.Name = "chkCommentOrApporval"; this.chkCommentOrApporval.Size = new System.Drawing.Size(129, 17); this.chkCommentOrApporval.TabIndex = 7; this.chkCommentOrApporval.Text = "Comment Or Approval"; this.chkCommentOrApporval.UseVisualStyleBackColor = true; // // chkReleaseForConst // this.chkReleaseForConst.AutoSize = true; this.chkReleaseForConst.Location = new System.Drawing.Point(223, 60); this.chkReleaseForConst.Name = "chkReleaseForConst"; this.chkReleaseForConst.Size = new System.Drawing.Size(141, 17); this.chkReleaseForConst.TabIndex = 6; this.chkReleaseForConst.Text = "Release for construction"; this.chkReleaseForConst.UseVisualStyleBackColor = true; // // chkCorrespondence // this.chkCorrespondence.AutoSize = true; this.chkCorrespondence.Location = new System.Drawing.Point(9, 129); this.chkCorrespondence.Name = "chkCorrespondence"; this.chkCorrespondence.Size = new System.Drawing.Size(104, 17); this.chkCorrespondence.TabIndex = 5; this.chkCorrespondence.Text = "Correspondence"; this.chkCorrespondence.UseVisualStyleBackColor = true; // // chkBrochures // this.chkBrochures.AutoSize = true; this.chkBrochures.Location = new System.Drawing.Point(9, 106); this.chkBrochures.Name = "chkBrochures"; this.chkBrochures.Size = new System.Drawing.Size(124, 17); this.chkBrochures.TabIndex = 4; this.chkBrochures.Text = "Brochures Or Photos"; this.chkBrochures.UseVisualStyleBackColor = true; // // chkSentByEmail // this.chkSentByEmail.AutoSize = true; this.chkSentByEmail.Location = new System.Drawing.Point(508, 83); this.chkSentByEmail.Name = "chkSentByEmail"; this.chkSentByEmail.Size = new System.Drawing.Size(91, 17); this.chkSentByEmail.TabIndex = 11; this.chkSentByEmail.Text = "Sent By Email"; this.chkSentByEmail.UseVisualStyleBackColor = true; // // chkSentByMail // this.chkSentByMail.AutoSize = true; this.chkSentByMail.Location = new System.Drawing.Point(508, 60); this.chkSentByMail.Name = "chkSentByMail"; this.chkSentByMail.Size = new System.Drawing.Size(85, 17); this.chkSentByMail.TabIndex = 10; this.chkSentByMail.Text = "Sent By Mail"; this.chkSentByMail.UseVisualStyleBackColor = true; // // chkApprovalAsNoted // this.chkApprovalAsNoted.AutoSize = true; this.chkApprovalAsNoted.Location = new System.Drawing.Point(223, 129); this.chkApprovalAsNoted.Name = "chkApprovalAsNoted"; this.chkApprovalAsNoted.Size = new System.Drawing.Size(115, 17); this.chkApprovalAsNoted.TabIndex = 9; this.chkApprovalAsNoted.Text = "Approval As Noted"; this.chkApprovalAsNoted.UseVisualStyleBackColor = true; // // chkReturnFor // this.chkReturnFor.AutoSize = true; this.chkReturnFor.Location = new System.Drawing.Point(223, 106); this.chkReturnFor.Name = "chkReturnFor"; this.chkReturnFor.Size = new System.Drawing.Size(185, 17); this.chkReturnFor.TabIndex = 8; this.chkReturnFor.Text = "Returned for correction: Resubmit"; this.chkReturnFor.UseVisualStyleBackColor = true; // // chkSentByMessenger // this.chkSentByMessenger.AutoSize = true; this.chkSentByMessenger.Location = new System.Drawing.Point(508, 129); this.chkSentByMessenger.Name = "chkSentByMessenger"; this.chkSentByMessenger.Size = new System.Drawing.Size(118, 17); this.chkSentByMessenger.TabIndex = 13; this.chkSentByMessenger.Text = "Sent By Messenger"; this.chkSentByMessenger.UseVisualStyleBackColor = true; // // chkSentByOvernight // this.chkSentByOvernight.AutoSize = true; this.chkSentByOvernight.Location = new System.Drawing.Point(508, 106); this.chkSentByOvernight.Name = "chkSentByOvernight"; this.chkSentByOvernight.Size = new System.Drawing.Size(112, 17); this.chkSentByOvernight.TabIndex = 12; this.chkSentByOvernight.Text = "Sent By Overnight"; this.chkSentByOvernight.UseVisualStyleBackColor = true; // // c1ToolBar1 // this.c1ToolBar1.AutoSize = false; this.c1ToolBar1.ButtonLookHorz = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image))); this.c1ToolBar1.CommandHolder = this.c1CommandHolder1; this.c1ToolBar1.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] { this.c1CommandLink1, this.c1CommandLink2, this.c1CommandLink3, this.c1CommandLink4 }); this.c1ToolBar1.Dock = System.Windows.Forms.DockStyle.Top; this.c1ToolBar1.Location = new System.Drawing.Point(0, 0); this.c1ToolBar1.Movable = false; this.c1ToolBar1.Name = "c1ToolBar1"; this.c1ToolBar1.Size = new System.Drawing.Size(695, 24); this.c1ToolBar1.Text = "c1ToolBar1"; this.c1ToolBar1.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Blue; // // c1CommandHolder1 // this.c1CommandHolder1.Commands.Add(this.tlbbNew); this.c1CommandHolder1.Commands.Add(this.tlbbSave); this.c1CommandHolder1.Commands.Add(this.tlbbPrint); this.c1CommandHolder1.Commands.Add(this.tlbbClose); this.c1CommandHolder1.Owner = this; this.c1CommandHolder1.VisualStyle = C1.Win.C1Command.VisualStyle.Office2010Blue; // // tlbbNew // this.tlbbNew.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbNew.Icon"))); this.tlbbNew.Name = "tlbbNew"; this.tlbbNew.ShortcutText = ""; this.tlbbNew.Text = "New"; this.tlbbNew.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbNew_Click); // // tlbbSave // this.tlbbSave.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbSave.Icon"))); this.tlbbSave.Name = "tlbbSave"; this.tlbbSave.ShortcutText = ""; this.tlbbSave.Text = "Save"; // // tlbbPrint // this.tlbbPrint.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbPrint.Icon"))); this.tlbbPrint.Name = "tlbbPrint"; this.tlbbPrint.ShortcutText = ""; this.tlbbPrint.Text = "Print"; // // tlbbClose // this.tlbbClose.Icon = ((System.Drawing.Icon)(resources.GetObject("tlbbClose.Icon"))); this.tlbbClose.Name = "tlbbClose"; this.tlbbClose.ShortcutText = ""; this.tlbbClose.Text = "Close"; this.tlbbClose.Click += new C1.Win.C1Command.ClickEventHandler(this.tlbbClose_Click); // // c1CommandLink1 // this.c1CommandLink1.Command = this.tlbbNew; // // c1CommandLink2 // this.c1CommandLink2.Command = this.tlbbSave; this.c1CommandLink2.SortOrder = 1; // // c1CommandLink3 // this.c1CommandLink3.Command = this.tlbbPrint; this.c1CommandLink3.SortOrder = 2; // // c1CommandLink4 // this.c1CommandLink4.Command = this.tlbbClose; this.c1CommandLink4.Delimiter = true; this.c1CommandLink4.SortOrder = 3; // // ddtpTranDate // this.ddtpTranDate.Location = new System.Drawing.Point(64, 19); this.ddtpTranDate.Name = "ddtpTranDate"; this.ddtpTranDate.Size = new System.Drawing.Size(225, 20); this.ddtpTranDate.TabIndex = 1; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(322, 74); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(66, 13); this.label7.TabIndex = 10; this.label7.Text = "Printed Line:"; // // groupBox1 // this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Controls.Add(this.txtTranNumSuffix); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.txtTranNumPrefix); this.groupBox1.Controls.Add(this.txtSentBy); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.rtbRemarks); this.groupBox1.Controls.Add(this.txtTranCC); this.groupBox1.Controls.Add(this.txtSubCategory); this.groupBox1.Controls.Add(this.txtTranTo); this.groupBox1.Controls.Add(this.txtProjectLine); this.groupBox1.Controls.Add(this.txtProject); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.ddtpTranDate); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Location = new System.Drawing.Point(6, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(641, 224); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(559, 19); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(34, 21); this.pictureBox1.TabIndex = 20; this.pictureBox1.TabStop = false; // // txtTranNumSuffix // this.txtTranNumSuffix.Location = new System.Drawing.Point(513, 20); this.txtTranNumSuffix.Name = "txtTranNumSuffix"; this.txtTranNumSuffix.Size = new System.Drawing.Size(34, 20); this.txtTranNumSuffix.TabIndex = 5; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(497, 23); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(10, 13); this.label10.TabIndex = 4; this.label10.Text = "-"; // // txtTranNumPrefix // this.txtTranNumPrefix.Location = new System.Drawing.Point(402, 19); this.txtTranNumPrefix.Name = "txtTranNumPrefix"; this.txtTranNumPrefix.Size = new System.Drawing.Size(89, 20); this.txtTranNumPrefix.TabIndex = 3; // // txtSentBy // this.txtSentBy.Location = new System.Drawing.Point(64, 122); this.txtSentBy.Name = "txtSentBy"; this.txtSentBy.Size = new System.Drawing.Size(225, 20); this.txtSentBy.TabIndex = 17; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(322, 23); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(47, 13); this.label9.TabIndex = 2; this.label9.Text = "Trans #:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 148); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(52, 13); this.label8.TabIndex = 18; this.label8.Text = "Remarks:"; // // rtbRemarks // this.rtbRemarks.Location = new System.Drawing.Point(64, 148); this.rtbRemarks.Name = "rtbRemarks"; this.rtbRemarks.Size = new System.Drawing.Size(563, 70); this.rtbRemarks.TabIndex = 19; this.rtbRemarks.Text = ""; // // txtTranCC // this.txtTranCC.Location = new System.Drawing.Point(64, 96); this.txtTranCC.Name = "txtTranCC"; this.txtTranCC.Size = new System.Drawing.Size(225, 20); this.txtTranCC.TabIndex = 13; // // txtSubCategory // this.txtSubCategory.Location = new System.Drawing.Point(402, 96); this.txtSubCategory.Name = "txtSubCategory"; this.txtSubCategory.Size = new System.Drawing.Size(225, 20); this.txtSubCategory.TabIndex = 15; // // txtTranTo // this.txtTranTo.Location = new System.Drawing.Point(64, 45); this.txtTranTo.Multiline = true; this.txtTranTo.Name = "txtTranTo"; this.txtTranTo.Size = new System.Drawing.Size(225, 45); this.txtTranTo.TabIndex = 7; // // txtProjectLine // this.txtProjectLine.Location = new System.Drawing.Point(402, 70); this.txtProjectLine.Name = "txtProjectLine"; this.txtProjectLine.Size = new System.Drawing.Size(225, 20); this.txtProjectLine.TabIndex = 11; // // txtProject // this.txtProject.Location = new System.Drawing.Point(402, 44); this.txtProject.Name = "txtProject"; this.txtProject.Size = new System.Drawing.Size(225, 20); this.txtProject.TabIndex = 9; // // groupBox2 // this.groupBox2.Controls.Add(this.chkWeTransmit); this.groupBox2.Controls.Add(this.chkUnderSepCover); this.groupBox2.Controls.Add(this.chkDrawings); this.groupBox2.Controls.Add(this.chkSentByMessenger); this.groupBox2.Controls.Add(this.chkSpecifications); this.groupBox2.Controls.Add(this.chkSentByOvernight); this.groupBox2.Controls.Add(this.chkBrochures); this.groupBox2.Controls.Add(this.chkSentByEmail); this.groupBox2.Controls.Add(this.chkCorrespondence); this.groupBox2.Controls.Add(this.chkSentByMail); this.groupBox2.Controls.Add(this.chkReleaseForConst); this.groupBox2.Controls.Add(this.chkApprovalAsNoted); this.groupBox2.Controls.Add(this.chkCommentOrApporval); this.groupBox2.Controls.Add(this.chkReturnFor); this.groupBox2.Location = new System.Drawing.Point(6, 236); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(641, 169); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 30); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(672, 452); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.groupBox1); this.tabPage1.Controls.Add(this.groupBox2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(664, 426); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Page Header"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.panel2); this.tabPage2.Controls.Add(this.splitter1); this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(664, 426); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Documents"; this.tabPage2.UseVisualStyleBackColor = true; // // panel2 // this.panel2.Controls.Add(this.tddReleases); this.panel2.Controls.Add(this.tdbgDocList); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 217); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(658, 206); this.panel2.TabIndex = 3; // // tddReleases // this.tddReleases.AllowColMove = true; this.tddReleases.AllowColSelect = true; this.tddReleases.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows; this.tddReleases.AlternatingRows = false; this.tddReleases.CaptionStyle = style1; this.tddReleases.ColumnCaptionHeight = 17; this.tddReleases.ColumnFooterHeight = 17; this.tddReleases.ColumnHeaders = false; this.tddReleases.DisplayMember = "Name"; this.tddReleases.EvenRowStyle = style2; this.tddReleases.FetchRowStyles = false; this.tddReleases.FooterStyle = style3; this.tddReleases.HeadingStyle = style4; this.tddReleases.HighLightRowStyle = style5; this.tddReleases.Images.Add(((System.Drawing.Image)(resources.GetObject("tddReleases.Images")))); this.tddReleases.Location = new System.Drawing.Point(214, 59); this.tddReleases.Name = "tddReleases"; this.tddReleases.OddRowStyle = style6; this.tddReleases.RecordSelectorStyle = style7; this.tddReleases.RowDivider.Color = System.Drawing.Color.DarkGray; this.tddReleases.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single; this.tddReleases.RowSubDividerColor = System.Drawing.Color.DarkGray; this.tddReleases.ScrollTips = false; this.tddReleases.Size = new System.Drawing.Size(212, 144); this.tddReleases.Style = style8; this.tddReleases.TabIndex = 1; this.tddReleases.Text = "Transmittal Add/Edit"; this.tddReleases.ValueMember = "ID"; this.tddReleases.Visible = false; this.tddReleases.PropBag = resources.GetString("tddReleases.PropBag"); // // tdbgDocList // this.tdbgDocList.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.tdbgDocList.GroupByCaption = "Drag a column header here to group by that column"; this.tdbgDocList.Images.Add(((System.Drawing.Image)(resources.GetObject("tdbgDocList.Images")))); this.tdbgDocList.Location = new System.Drawing.Point(3, 6); this.tdbgDocList.Name = "tdbgDocList"; this.tdbgDocList.PreviewInfo.Location = new System.Drawing.Point(0, 0); this.tdbgDocList.PreviewInfo.Size = new System.Drawing.Size(0, 0); this.tdbgDocList.PreviewInfo.ZoomFactor = 75D; this.tdbgDocList.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("tdbgDocList.PrintInfo.PageSettings"))); this.tdbgDocList.Size = new System.Drawing.Size(647, 197); this.tdbgDocList.TabIndex = 0; this.tdbgDocList.Text = "c1TrueDBGrid1"; this.tdbgDocList.PropBag = resources.GetString("tdbgDocList.PropBag"); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(3, 214); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(658, 3); this.splitter1.TabIndex = 2; this.splitter1.TabStop = false; // // panel1 // this.panel1.Controls.Add(this.label17); this.panel1.Controls.Add(this.txtDepartment); this.panel1.Controls.Add(this.bttDept); this.panel1.Controls.Add(this.lvwDocList); this.panel1.Controls.Add(this.bttAdd); this.panel1.Controls.Add(this.bttRemove); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(658, 211); this.panel1.TabIndex = 1; // // label17 // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(3, 185); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(62, 13); this.label17.TabIndex = 1; this.label17.Text = "Department"; // // txtDepartment // this.txtDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtDepartment.Location = new System.Drawing.Point(71, 181); this.txtDepartment.Name = "txtDepartment"; this.txtDepartment.ReadOnly = true; this.txtDepartment.Size = new System.Drawing.Size(215, 20); this.txtDepartment.TabIndex = 2; this.txtDepartment.Text = "E&I"; // // bttDept // this.bttDept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.bttDept.FlatStyle = System.Windows.Forms.FlatStyle.System; this.bttDept.Location = new System.Drawing.Point(292, 181); this.bttDept.Name = "bttDept"; this.bttDept.Size = new System.Drawing.Size(25, 20); this.bttDept.TabIndex = 3; this.bttDept.Text = "..."; this.bttDept.UseVisualStyleBackColor = true; this.bttDept.Click += new System.EventHandler(this.bttDept_Click); // // lvwDocList // this.lvwDocList.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.lvwDocList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colID, this.colDocNum, this.colCADNum, this.colTitleDesc }); this.lvwDocList.FullRowSelect = true; this.lvwDocList.Location = new System.Drawing.Point(3, 3); this.lvwDocList.Name = "lvwDocList"; this.lvwDocList.Size = new System.Drawing.Size(647, 167); this.lvwDocList.TabIndex = 0; this.lvwDocList.UseCompatibleStateImageBehavior = false; this.lvwDocList.View = System.Windows.Forms.View.Details; // // colID // this.colID.Text = "ID"; this.colID.Width = 0; // // colDocNum // this.colDocNum.Text = "Document #"; this.colDocNum.Width = 80; // // colCADNum // this.colCADNum.Text = "CAD #"; this.colCADNum.Width = 80; // // colTitleDesc // this.colTitleDesc.Text = "Title / Description"; this.colTitleDesc.Width = 397; // // bttAdd // this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bttAdd.Location = new System.Drawing.Point(484, 176); this.bttAdd.Name = "bttAdd"; this.bttAdd.Size = new System.Drawing.Size(80, 30); this.bttAdd.TabIndex = 4; this.bttAdd.Text = "&Add"; this.bttAdd.UseVisualStyleBackColor = true; // // bttRemove // this.bttRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bttRemove.Enabled = false; this.bttRemove.Location = new System.Drawing.Point(570, 176); this.bttRemove.Name = "bttRemove"; this.bttRemove.Size = new System.Drawing.Size(80, 30); this.bttRemove.TabIndex = 5; this.bttRemove.Text = "&Remove"; this.bttRemove.UseVisualStyleBackColor = true; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tssStatus1, this.tssStatus2 }); this.statusStrip1.Location = new System.Drawing.Point(0, 488); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(695, 24); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 27; this.statusStrip1.Text = "Ready"; // // tssStatus1 // this.tssStatus1.AutoSize = false; this.tssStatus1.Name = "tssStatus1"; this.tssStatus1.Size = new System.Drawing.Size(200, 19); this.tssStatus1.Text = "Transmittal No.:"; this.tssStatus1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tssStatus2 // this.tssStatus2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right))); this.tssStatus2.Name = "tssStatus2"; this.tssStatus2.Size = new System.Drawing.Size(89, 19); this.tssStatus2.Text = "0 Document(s)"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "CheckX.png"); this.imageList1.Images.SetKeyName(1, "CheckXAlt.png"); this.imageList1.Images.SetKeyName(2, "CheckX2.png"); this.imageList1.Images.SetKeyName(3, "CheckXAlt2.png"); this.imageList1.Images.SetKeyName(4, "CheckX3.png"); this.imageList1.Images.SetKeyName(5, "CheckXAlt3.png"); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // FTran_TranAddEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(695, 512); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.c1ToolBar1); this.Name = "FTran_TranAddEdit"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Transmittal Add/Edit"; ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tddReleases)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tdbgDocList)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }