| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758 |
- namespace Pur.ck
- {
- partial class frmReportJl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderno");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matchid");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("icno");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sourcename");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suttle");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("carno");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialname");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suttletime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction2");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction3");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction4");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gross");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("tare");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("targetname");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materielRule", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addtime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("checkMemo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materielRuleNum");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bMemo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check", 0);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1400570251);
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "carno", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "carno", 6, true);
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "gross", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "gross", 12, true);
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "suttle", 4, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "suttle", 4, true);
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "materielRuleNum", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "materielRuleNum", 18, true);
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet5 = new System.Data.DataSet();
- this.dataTable3 = new System.Data.DataTable();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataColumn30 = new System.Data.DataColumn();
- this.dataColumn31 = new System.Data.DataColumn();
- this.dataColumn32 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn78 = new System.Data.DataColumn();
- this.dataColumn86 = new System.Data.DataColumn();
- this.dataColumn109 = new System.Data.DataColumn();
- this.dataColumn110 = new System.Data.DataColumn();
- this.dataColumn111 = new System.Data.DataColumn();
- this.dataColumn112 = new System.Data.DataColumn();
- this.dataColumn113 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.ultraGroupBox12 = new Infragistics.Win.Misc.UltraGroupBox();
- this.txtOrderId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chkOrderId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtSuppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtSuppcode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chkMatName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkSuppName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkMat = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkSupp = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_CreateTimeEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.txt_CreateTimeStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.dataColumn5 = new System.Data.DataColumn();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).BeginInit();
- this.ultraGroupBox12.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtOrderId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkOrderId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSuppName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSuppcode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkMatName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkSuppName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkMat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkSupp)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeStart)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraGrid4);
- this.ultraGroupBox1.Controls.Add(this.ultraGroupBox12);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1711, 641);
- this.ultraGroupBox1.TabIndex = 0;
- //
- // ultraGrid4
- //
- this.ultraGrid4.DataMember = "Table1";
- this.ultraGrid4.DataSource = this.dataSet5;
- appearance21.BackColor = System.Drawing.SystemColors.Window;
- appearance21.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid4.DisplayLayout.Appearance = appearance21;
- ultraGridColumn1.Header.VisiblePosition = 1;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 58);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn2.Header.VisiblePosition = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn3.Header.VisiblePosition = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn4.Header.VisiblePosition = 8;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn5.Header.VisiblePosition = 5;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn6.Header.VisiblePosition = 6;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn7.Header.VisiblePosition = 3;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn9.Header.VisiblePosition = 9;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 38;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn10.Header.VisiblePosition = 10;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 11;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 12;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 13;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn14.Header.VisiblePosition = 14;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn15.Header.VisiblePosition = 15;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn16.Header.VisiblePosition = 16;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 17;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 18;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.Header.VisiblePosition = 19;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.Header.VisiblePosition = 20;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 40;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 58);
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn21.DataType = typeof(bool);
- ultraGridColumn21.DefaultCellValue = true;
- ultraGridColumn21.Header.Caption = "";
- ultraGridColumn21.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
- ultraGridColumn21.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn21.Header.VisiblePosition = 0;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn21.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn21.Width = 45;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21});
- appearance6.TextHAlignAsString = "Center";
- appearance6.TextVAlignAsString = "Middle";
- ultraGridGroup1.Header.Appearance = appearance6;
- ultraGridGroup1.Header.Caption = "废钢";
- ultraGridGroup1.Key = "NewGroup0";
- ultraGridGroup1.RowLayoutGroupInfo.OriginX = 24;
- ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup1.RowLayoutGroupInfo.SpanX = 14;
- ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
- ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
- ultraGridGroup1});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- summarySettings1.DisplayFormat = "车数 = {0}";
- summarySettings1.GroupBySummaryValueAppearance = appearance7;
- summarySettings1.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
- summarySettings2.DisplayFormat = "总毛重 = {0}";
- summarySettings2.GroupBySummaryValueAppearance = appearance8;
- summarySettings2.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
- summarySettings3.DisplayFormat = "总净重 = {0}";
- summarySettings3.GroupBySummaryValueAppearance = appearance9;
- summarySettings3.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
- summarySettings4.DisplayFormat = "料型总净重 = {0}";
- summarySettings4.GroupBySummaryValueAppearance = appearance10;
- summarySettings4.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
- ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
- summarySettings1,
- summarySettings2,
- summarySettings3,
- summarySettings4});
- this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid4.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance22.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance22.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid4.DisplayLayout.GroupByBox.Appearance = appearance22;
- appearance24.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid4.DisplayLayout.GroupByBox.BandLabelAppearance = appearance24;
- this.ultraGrid4.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance23.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance23.BackColor2 = System.Drawing.SystemColors.Control;
- appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid4.DisplayLayout.GroupByBox.PromptAppearance = appearance23;
- this.ultraGrid4.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid4.DisplayLayout.MaxRowScrollRegions = 1;
- appearance40.BackColor = System.Drawing.SystemColors.Window;
- appearance40.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid4.DisplayLayout.Override.ActiveCellAppearance = appearance40;
- appearance43.BackColor = System.Drawing.SystemColors.Highlight;
- appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid4.DisplayLayout.Override.ActiveRowAppearance = appearance43;
- this.ultraGrid4.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid4.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance45;
- appearance41.BorderColor = System.Drawing.Color.Silver;
- appearance41.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid4.DisplayLayout.Override.CellAppearance = appearance41;
- this.ultraGrid4.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid4.DisplayLayout.Override.CellPadding = 0;
- appearance26.BackColor = System.Drawing.SystemColors.Control;
- appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance26.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance26.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid4.DisplayLayout.Override.GroupByRowAppearance = appearance26;
- appearance25.TextHAlignAsString = "Left";
- this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance25;
- this.ultraGrid4.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid4.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance44.BackColor = System.Drawing.SystemColors.Window;
- appearance44.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance44;
- this.ultraGrid4.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance42.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid4.DisplayLayout.Override.TemplateAddRowAppearance = appearance42;
- this.ultraGrid4.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid4.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid4.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid4.Location = new System.Drawing.Point(3, 85);
- this.ultraGrid4.Name = "ultraGrid4";
- this.ultraGrid4.Size = new System.Drawing.Size(1705, 553);
- this.ultraGrid4.TabIndex = 79;
- this.ultraGrid4.Text = "ultraGrid4";
- //
- // dataSet5
- //
- this.dataSet5.DataSetName = "NewDataSet";
- this.dataSet5.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable3});
- //
- // dataTable3
- //
- this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn36,
- this.dataColumn78,
- this.dataColumn86,
- this.dataColumn109,
- this.dataColumn110,
- this.dataColumn111,
- this.dataColumn112,
- this.dataColumn113,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5});
- this.dataTable3.TableName = "Table1";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "订单号";
- this.dataColumn25.ColumnName = "orderno";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "磅单号";
- this.dataColumn26.ColumnName = "matchid";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "ic卡号";
- this.dataColumn27.ColumnName = "icno";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "供应商名称";
- this.dataColumn30.ColumnName = "sourcename";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "计量净重";
- this.dataColumn31.ColumnName = "suttle";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "扣杂";
- this.dataColumn32.ColumnName = "deduction";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "车号";
- this.dataColumn33.ColumnName = "carno";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "物料名称";
- this.dataColumn36.ColumnName = "materialname";
- //
- // dataColumn78
- //
- this.dataColumn78.Caption = "净重时间";
- this.dataColumn78.ColumnName = "suttletime";
- //
- // dataColumn86
- //
- this.dataColumn86.Caption = "扣机铁";
- this.dataColumn86.ColumnName = "deduction2";
- //
- // dataColumn109
- //
- this.dataColumn109.Caption = "扣超长";
- this.dataColumn109.ColumnName = "deduction3";
- //
- // dataColumn110
- //
- this.dataColumn110.Caption = "扣轻薄";
- this.dataColumn110.ColumnName = "deduction4";
- //
- // dataColumn111
- //
- this.dataColumn111.Caption = "毛重";
- this.dataColumn111.ColumnName = "gross";
- //
- // dataColumn112
- //
- this.dataColumn112.Caption = "皮重";
- this.dataColumn112.ColumnName = "tare";
- //
- // dataColumn113
- //
- this.dataColumn113.Caption = "收货方";
- this.dataColumn113.ColumnName = "targetname";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "料型";
- this.dataColumn1.ColumnName = "materielRule";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "质检时间";
- this.dataColumn2.ColumnName = "addtime";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "质检备注";
- this.dataColumn3.ColumnName = "checkMemo";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "料型净重";
- this.dataColumn4.ColumnName = "materielRuleNum";
- //
- // ultraGroupBox12
- //
- this.ultraGroupBox12.Controls.Add(this.txtOrderId);
- this.ultraGroupBox12.Controls.Add(this.chkOrderId);
- this.ultraGroupBox12.Controls.Add(this.txtItemCode);
- this.ultraGroupBox12.Controls.Add(this.txtSuppName);
- this.ultraGroupBox12.Controls.Add(this.txtItemName);
- this.ultraGroupBox12.Controls.Add(this.txtSuppcode);
- this.ultraGroupBox12.Controls.Add(this.chkMatName);
- this.ultraGroupBox12.Controls.Add(this.chkSuppName);
- this.ultraGroupBox12.Controls.Add(this.chkMat);
- this.ultraGroupBox12.Controls.Add(this.chkSupp);
- this.ultraGroupBox12.Controls.Add(this.ultraLabel4);
- this.ultraGroupBox12.Controls.Add(this.txt_CreateTimeEnd);
- this.ultraGroupBox12.Controls.Add(this.txt_CreateTimeStart);
- this.ultraGroupBox12.Controls.Add(this.ultraLabel6);
- this.ultraGroupBox12.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox12.Location = new System.Drawing.Point(3, 0);
- this.ultraGroupBox12.Name = "ultraGroupBox12";
- this.ultraGroupBox12.Size = new System.Drawing.Size(1705, 85);
- this.ultraGroupBox12.TabIndex = 78;
- //
- // txtOrderId
- //
- this.txtOrderId.Location = new System.Drawing.Point(833, 46);
- this.txtOrderId.Name = "txtOrderId";
- this.txtOrderId.Size = new System.Drawing.Size(225, 24);
- this.txtOrderId.TabIndex = 182;
- //
- // chkOrderId
- //
- this.chkOrderId.AutoSize = true;
- this.chkOrderId.Checked = true;
- this.chkOrderId.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkOrderId.Location = new System.Drawing.Point(724, 47);
- this.chkOrderId.Margin = new System.Windows.Forms.Padding(4);
- this.chkOrderId.Name = "chkOrderId";
- this.chkOrderId.Size = new System.Drawing.Size(84, 22);
- this.chkOrderId.TabIndex = 181;
- this.chkOrderId.Text = "订 单 号";
- //
- // txtItemCode
- //
- this.txtItemCode.Location = new System.Drawing.Point(150, 46);
- this.txtItemCode.Name = "txtItemCode";
- this.txtItemCode.Size = new System.Drawing.Size(223, 24);
- this.txtItemCode.TabIndex = 180;
- //
- // txtSuppName
- //
- this.txtSuppName.Location = new System.Drawing.Point(1185, 16);
- this.txtSuppName.Name = "txtSuppName";
- this.txtSuppName.Size = new System.Drawing.Size(223, 24);
- this.txtSuppName.TabIndex = 179;
- //
- // txtItemName
- //
- this.txtItemName.Location = new System.Drawing.Point(485, 46);
- this.txtItemName.Name = "txtItemName";
- this.txtItemName.Size = new System.Drawing.Size(225, 24);
- this.txtItemName.TabIndex = 178;
- //
- // txtSuppcode
- //
- this.txtSuppcode.Location = new System.Drawing.Point(833, 16);
- this.txtSuppcode.Name = "txtSuppcode";
- this.txtSuppcode.Size = new System.Drawing.Size(225, 24);
- this.txtSuppcode.TabIndex = 177;
- //
- // chkMatName
- //
- this.chkMatName.AutoSize = true;
- this.chkMatName.Checked = true;
- this.chkMatName.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkMatName.Location = new System.Drawing.Point(383, 44);
- this.chkMatName.Margin = new System.Windows.Forms.Padding(4);
- this.chkMatName.Name = "chkMatName";
- this.chkMatName.Size = new System.Drawing.Size(84, 22);
- this.chkMatName.TabIndex = 176;
- this.chkMatName.Text = "物料名称";
- //
- // chkSuppName
- //
- this.chkSuppName.AutoSize = true;
- this.chkSuppName.Checked = true;
- this.chkSuppName.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkSuppName.Location = new System.Drawing.Point(1078, 17);
- this.chkSuppName.Margin = new System.Windows.Forms.Padding(4);
- this.chkSuppName.Name = "chkSuppName";
- this.chkSuppName.Size = new System.Drawing.Size(100, 22);
- this.chkSuppName.TabIndex = 175;
- this.chkSuppName.Text = "供应商名称";
- //
- // chkMat
- //
- this.chkMat.AutoSize = true;
- this.chkMat.Checked = true;
- this.chkMat.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkMat.Location = new System.Drawing.Point(48, 47);
- this.chkMat.Margin = new System.Windows.Forms.Padding(4);
- this.chkMat.Name = "chkMat";
- this.chkMat.Size = new System.Drawing.Size(84, 22);
- this.chkMat.TabIndex = 174;
- this.chkMat.Text = "物料编码";
- //
- // chkSupp
- //
- this.chkSupp.AutoSize = true;
- this.chkSupp.Checked = true;
- this.chkSupp.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkSupp.Location = new System.Drawing.Point(724, 17);
- this.chkSupp.Margin = new System.Windows.Forms.Padding(4);
- this.chkSupp.Name = "chkSupp";
- this.chkSupp.Size = new System.Drawing.Size(100, 22);
- this.chkSupp.TabIndex = 173;
- this.chkSupp.Text = "供应商编码";
- //
- // ultraLabel4
- //
- appearance48.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.ultraLabel4.Appearance = appearance48;
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(383, 19);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(98, 19);
- this.ultraLabel4.TabIndex = 20;
- this.ultraLabel4.Text = "净重结束时间";
- //
- // txt_CreateTimeEnd
- //
- this.txt_CreateTimeEnd.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.txt_CreateTimeEnd.Location = new System.Drawing.Point(485, 16);
- this.txt_CreateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
- this.txt_CreateTimeEnd.MaskInput = "{date} {longtime}";
- this.txt_CreateTimeEnd.Name = "txt_CreateTimeEnd";
- this.txt_CreateTimeEnd.Size = new System.Drawing.Size(225, 24);
- this.txt_CreateTimeEnd.TabIndex = 19;
- //
- // txt_CreateTimeStart
- //
- this.txt_CreateTimeStart.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.txt_CreateTimeStart.Location = new System.Drawing.Point(150, 16);
- this.txt_CreateTimeStart.Margin = new System.Windows.Forms.Padding(4);
- this.txt_CreateTimeStart.MaskInput = "{date} {longtime}";
- this.txt_CreateTimeStart.Name = "txt_CreateTimeStart";
- this.txt_CreateTimeStart.Size = new System.Drawing.Size(223, 24);
- this.txt_CreateTimeStart.TabIndex = 18;
- //
- // ultraLabel6
- //
- appearance49.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.ultraLabel6.Appearance = appearance49;
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(48, 19);
- this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(98, 19);
- this.ultraLabel6.TabIndex = 17;
- this.ultraLabel6.Text = "净重开始时间";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "备注";
- this.dataColumn5.ColumnName = "bMemo";
- //
- // frmReportJl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1711, 641);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "frmReportJl";
- this.Text = "frmReportJl";
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).EndInit();
- this.ultraGroupBox12.ResumeLayout(false);
- this.ultraGroupBox12.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtOrderId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkOrderId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSuppName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSuppcode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkMatName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkSuppName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkMat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkSupp)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeStart)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox12;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMatName;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSuppName;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMat;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSupp;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txt_CreateTimeEnd;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txt_CreateTimeStart;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderId;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkOrderId;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemCode;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSuppName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSuppcode;
- private System.Data.DataSet dataSet5;
- private System.Data.DataTable dataTable3;
- private System.Data.DataColumn dataColumn25;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataColumn dataColumn31;
- private System.Data.DataColumn dataColumn32;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn36;
- private System.Data.DataColumn dataColumn78;
- private System.Data.DataColumn dataColumn86;
- private System.Data.DataColumn dataColumn109;
- private System.Data.DataColumn dataColumn110;
- private System.Data.DataColumn dataColumn111;
- private System.Data.DataColumn dataColumn112;
- private System.Data.DataColumn dataColumn113;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- }
- }
|