| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206 |
- namespace Pur.require_plan
- {
- partial class FrmPurRequirePlanSummmary
- {
- /// <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.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance1 = 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("ItemCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemModel");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemSpec");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qty");
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUDGETAMT");
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QTYPUR");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDesc");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDescE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUom");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomFormula");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomConefficient");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BugPrice");
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattrid");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattr");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUnique");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTDELIVERYDATE");
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATION");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("mrLineId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Qty");
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qtyPur");
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImpoDomesticFlag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRLINEID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTRID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUnique");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATION");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomConefficient");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTDELIVERYDATE");
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemModel");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deletename");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserId");
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurRequirePlanSummmary));
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.txt_auditName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_auditId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_calender = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_REQORGId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_REQORGNAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_MRPERIODEND = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.txt_RequeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_URGENCYTYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
- this.btn_Close = new Infragistics.Win.Misc.UltraButton();
- this.btn_create = new Infragistics.Win.Misc.UltraButton();
- this.btn_refresh = new Infragistics.Win.Misc.UltraButton();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- 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.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.dataColumn24 = 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.dataColumn55 = new System.Data.DataColumn();
- this.dataColumn38 = new System.Data.DataColumn();
- this.dataColumn39 = new System.Data.DataColumn();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn45 = new System.Data.DataColumn();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = new System.Data.DataColumn();
- this.dataColumn34 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn37 = new System.Data.DataColumn();
- this.dataColumn47 = new System.Data.DataColumn();
- this.dataColumn48 = new System.Data.DataColumn();
- this.dataColumn49 = new System.Data.DataColumn();
- this.dataColumn50 = new System.Data.DataColumn();
- this.dataColumn54 = new System.Data.DataColumn();
- this.dataColumn56 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.dataColumn44 = new System.Data.DataColumn();
- this.dataColumn41 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_calender)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
- this.ultraGroupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
- this.ultraGroupBox1.Controls.Add(this.ultraGroupBox4);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1090, 84);
- this.ultraGroupBox1.TabIndex = 3;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraPanel1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraGroupBox2.Location = new System.Drawing.Point(193, 0);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(894, 81);
- this.ultraGroupBox2.TabIndex = 0;
- this.ultraGroupBox2.Text = "需求头编辑区";
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_auditName);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_auditId);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel4);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_calender);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_REQORGId);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_REQORGNAME);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_MRPERIODEND);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_RequeType);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel12);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel5);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel8);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_URGENCYTYPE);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(3, 23);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(888, 55);
- this.ultraPanel1.TabIndex = 0;
- //
- // txt_auditName
- //
- this.txt_auditName.AllowDrop = true;
- this.txt_auditName.Location = new System.Drawing.Point(535, 5);
- this.txt_auditName.Margin = new System.Windows.Forms.Padding(2);
- this.txt_auditName.Name = "txt_auditName";
- this.txt_auditName.ReadOnly = true;
- this.txt_auditName.Size = new System.Drawing.Size(151, 21);
- this.txt_auditName.TabIndex = 57;
- //
- // txt_auditId
- //
- this.txt_auditId.AllowDrop = true;
- this.txt_auditId.Location = new System.Drawing.Point(535, 28);
- this.txt_auditId.Margin = new System.Windows.Forms.Padding(2);
- this.txt_auditId.Name = "txt_auditId";
- this.txt_auditId.ReadOnly = true;
- this.txt_auditId.Size = new System.Drawing.Size(151, 21);
- this.txt_auditId.TabIndex = 56;
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(452, 30);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(79, 16);
- this.ultraLabel4.TabIndex = 55;
- this.ultraLabel4.Text = "审批流程编号";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(452, 7);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(79, 16);
- this.ultraLabel3.TabIndex = 54;
- this.ultraLabel3.Text = "审批流程名称";
- //
- // txt_calender
- //
- this.txt_calender.DateButtons.Add(dateButton1);
- this.txt_calender.Format = "yyyy/MM/dd";
- this.txt_calender.Location = new System.Drawing.Point(716, 32);
- this.txt_calender.Margin = new System.Windows.Forms.Padding(2);
- this.txt_calender.Name = "txt_calender";
- this.txt_calender.NonAutoSizeHeight = 25;
- this.txt_calender.ReadOnly = true;
- this.txt_calender.Size = new System.Drawing.Size(94, 21);
- this.txt_calender.TabIndex = 53;
- this.txt_calender.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
- this.txt_calender.Visible = false;
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(814, 9);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel2.TabIndex = 52;
- this.ultraLabel2.Text = "单位编码";
- this.ultraLabel2.Visible = false;
- //
- // txt_REQORGId
- //
- this.txt_REQORGId.AllowDrop = true;
- this.txt_REQORGId.Location = new System.Drawing.Point(716, 8);
- this.txt_REQORGId.Margin = new System.Windows.Forms.Padding(2);
- this.txt_REQORGId.Name = "txt_REQORGId";
- this.txt_REQORGId.ReadOnly = true;
- this.txt_REQORGId.Size = new System.Drawing.Size(94, 21);
- this.txt_REQORGId.TabIndex = 51;
- this.txt_REQORGId.Visible = false;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(229, 31);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel1.TabIndex = 50;
- this.ultraLabel1.Text = "计划月份";
- //
- // txt_REQORGNAME
- //
- this.txt_REQORGNAME.AllowDrop = true;
- this.txt_REQORGNAME.Location = new System.Drawing.Point(70, 5);
- this.txt_REQORGNAME.Margin = new System.Windows.Forms.Padding(2);
- this.txt_REQORGNAME.Name = "txt_REQORGNAME";
- this.txt_REQORGNAME.ReadOnly = true;
- this.txt_REQORGNAME.Size = new System.Drawing.Size(151, 21);
- this.txt_REQORGNAME.TabIndex = 49;
- //
- // txt_MRPERIODEND
- //
- this.txt_MRPERIODEND.DateButtons.Add(dateButton2);
- this.txt_MRPERIODEND.Format = "yyyy/MM";
- this.txt_MRPERIODEND.Location = new System.Drawing.Point(287, 28);
- this.txt_MRPERIODEND.Margin = new System.Windows.Forms.Padding(2);
- this.txt_MRPERIODEND.Name = "txt_MRPERIODEND";
- this.txt_MRPERIODEND.NonAutoSizeHeight = 25;
- this.txt_MRPERIODEND.Size = new System.Drawing.Size(151, 21);
- this.txt_MRPERIODEND.TabIndex = 42;
- this.txt_MRPERIODEND.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
- //
- // txt_RequeType
- //
- this.txt_RequeType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_RequeType.DisplayMember = "";
- this.txt_RequeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_RequeType.Location = new System.Drawing.Point(70, 29);
- this.txt_RequeType.Margin = new System.Windows.Forms.Padding(2);
- this.txt_RequeType.Name = "txt_RequeType";
- this.txt_RequeType.Size = new System.Drawing.Size(151, 21);
- this.txt_RequeType.TabIndex = 47;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(12, 31);
- this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel12.TabIndex = 48;
- this.ultraLabel12.Text = "计划类型";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(229, 7);
- this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel5.TabIndex = 45;
- this.ultraLabel5.Text = "紧急程度";
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(12, 7);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel8.TabIndex = 44;
- this.ultraLabel8.Text = "申请单位";
- //
- // txt_URGENCYTYPE
- //
- this.txt_URGENCYTYPE.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_URGENCYTYPE.DisplayMember = "";
- this.txt_URGENCYTYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem4.DataValue = "2";
- valueListItem4.DisplayText = "常规";
- valueListItem12.DataValue = "1";
- valueListItem12.DisplayText = "紧急";
- this.txt_URGENCYTYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem4,
- valueListItem12});
- this.txt_URGENCYTYPE.Location = new System.Drawing.Point(287, 5);
- this.txt_URGENCYTYPE.Margin = new System.Windows.Forms.Padding(2);
- this.txt_URGENCYTYPE.Name = "txt_URGENCYTYPE";
- this.txt_URGENCYTYPE.Size = new System.Drawing.Size(151, 21);
- this.txt_URGENCYTYPE.TabIndex = 43;
- this.txt_URGENCYTYPE.ValueChanged += new System.EventHandler(this.txt_URGENCYTYPE_ValueChanged);
- //
- // ultraGroupBox4
- //
- this.ultraGroupBox4.Controls.Add(this.btn_Close);
- this.ultraGroupBox4.Controls.Add(this.btn_create);
- this.ultraGroupBox4.Controls.Add(this.btn_refresh);
- this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraGroupBox4.Location = new System.Drawing.Point(3, 0);
- this.ultraGroupBox4.Name = "ultraGroupBox4";
- this.ultraGroupBox4.Size = new System.Drawing.Size(190, 81);
- this.ultraGroupBox4.TabIndex = 2;
- //
- // btn_Close
- //
- this.btn_Close.Location = new System.Drawing.Point(116, 41);
- this.btn_Close.Name = "btn_Close";
- this.btn_Close.Size = new System.Drawing.Size(66, 26);
- this.btn_Close.TabIndex = 2;
- this.btn_Close.Text = "展开";
- this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
- //
- // btn_create
- //
- this.btn_create.Location = new System.Drawing.Point(21, 14);
- this.btn_create.Name = "btn_create";
- this.btn_create.Size = new System.Drawing.Size(94, 53);
- this.btn_create.TabIndex = 0;
- this.btn_create.Text = "编制";
- this.btn_create.Click += new System.EventHandler(this.btn_create_Click);
- //
- // btn_refresh
- //
- this.btn_refresh.Location = new System.Drawing.Point(116, 14);
- this.btn_refresh.Name = "btn_refresh";
- this.btn_refresh.Size = new System.Drawing.Size(66, 26);
- this.btn_refresh.TabIndex = 1;
- this.btn_refresh.Text = "刷新";
- this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 84);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(1090, 407);
- this.ultraGroupBox3.TabIndex = 4;
- this.ultraGroupBox3.Text = "需求行编辑区";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table1";
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Width = 252;
- ultraGridColumn3.Header.VisiblePosition = 3;
- ultraGridColumn3.Hidden = true;
- ultraGridColumn4.Header.VisiblePosition = 4;
- ultraGridColumn4.Hidden = true;
- appearance13.BackColor = System.Drawing.Color.LightGreen;
- appearance13.TextHAlignAsString = "Right";
- ultraGridColumn5.CellAppearance = appearance13;
- ultraGridColumn5.Header.VisiblePosition = 5;
- ultraGridColumn5.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn5.MaskInput = "{double:9.2}";
- ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- appearance24.TextHAlignAsString = "Right";
- ultraGridColumn6.CellAppearance = appearance24;
- ultraGridColumn6.Header.VisiblePosition = 12;
- ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- ultraGridColumn7.Header.VisiblePosition = 13;
- ultraGridColumn8.Header.VisiblePosition = 24;
- appearance14.BackColor = System.Drawing.Color.LightGreen;
- appearance14.TextHAlignAsString = "Right";
- ultraGridColumn9.CellAppearance = appearance14;
- ultraGridColumn9.Header.VisiblePosition = 6;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn9.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn9.MaskInput = "{double:9.2}";
- ultraGridColumn9.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- ultraGridColumn10.Header.VisiblePosition = 16;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn11.Header.VisiblePosition = 17;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn12.Header.VisiblePosition = 8;
- ultraGridColumn12.Width = 96;
- ultraGridColumn13.Header.VisiblePosition = 18;
- ultraGridColumn13.Hidden = true;
- ultraGridColumn14.Header.VisiblePosition = 14;
- appearance25.TextHAlignAsString = "Right";
- ultraGridColumn15.CellAppearance = appearance25;
- ultraGridColumn15.Header.VisiblePosition = 15;
- ultraGridColumn15.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- ultraGridColumn16.Header.VisiblePosition = 19;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn17.Header.VisiblePosition = 11;
- ultraGridColumn18.Header.VisiblePosition = 20;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn19.Header.VisiblePosition = 21;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn20.Header.VisiblePosition = 2;
- ultraGridColumn20.Width = 76;
- ultraGridColumn21.Header.VisiblePosition = 22;
- ultraGridColumn21.Hidden = true;
- appearance15.BackColor = System.Drawing.Color.LightGreen;
- appearance15.TextHAlignAsString = "Right";
- ultraGridColumn22.CellAppearance = appearance15;
- ultraGridColumn22.Format = "yyyy/MM/dd";
- ultraGridColumn22.Header.VisiblePosition = 7;
- ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
- ultraGridColumn22.Width = 104;
- ultraGridColumn23.Header.VisiblePosition = 23;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn24.Header.VisiblePosition = 10;
- ultraGridColumn24.Width = 155;
- ultraGridColumn25.Header.VisiblePosition = 9;
- ultraGridColumn25.Width = 155;
- ultraGridColumn26.Header.VisiblePosition = 25;
- ultraGridColumn26.Hidden = true;
- ultraGridColumn27.Header.VisiblePosition = 26;
- 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,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27});
- appearance16.BackColor = System.Drawing.Color.White;
- ultraGridBand1.Override.CellAppearance = appearance16;
- ultraGridColumn28.Header.VisiblePosition = 5;
- ultraGridColumn28.Hidden = true;
- ultraGridColumn29.Header.VisiblePosition = 6;
- ultraGridColumn29.Hidden = true;
- appearance17.TextHAlignAsString = "Right";
- ultraGridColumn30.CellAppearance = appearance17;
- ultraGridColumn30.Header.Caption = "需求数量";
- ultraGridColumn30.Header.VisiblePosition = 7;
- ultraGridColumn30.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn30.MaskInput = "{double:9.2}";
- ultraGridColumn30.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- appearance18.TextHAlignAsString = "Right";
- ultraGridColumn31.CellAppearance = appearance18;
- ultraGridColumn31.Header.VisiblePosition = 8;
- ultraGridColumn31.Hidden = true;
- ultraGridColumn31.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
- ultraGridColumn31.MaskInput = "{double:9.2}";
- ultraGridColumn31.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
- ultraGridColumn32.Header.VisiblePosition = 11;
- ultraGridColumn32.Hidden = true;
- ultraGridColumn33.Header.VisiblePosition = 12;
- ultraGridColumn33.Hidden = true;
- ultraGridColumn34.Header.VisiblePosition = 2;
- ultraGridColumn34.Width = 76;
- appearance19.TextHAlignAsString = "Right";
- ultraGridColumn35.CellAppearance = appearance19;
- ultraGridColumn35.Format = "yyyy/MM/dd";
- ultraGridColumn35.Header.VisiblePosition = 10;
- ultraGridColumn35.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
- ultraGridColumn35.Width = 96;
- ultraGridColumn36.Header.VisiblePosition = 14;
- ultraGridColumn36.Width = 155;
- ultraGridColumn37.Header.VisiblePosition = 0;
- ultraGridColumn38.Header.VisiblePosition = 16;
- ultraGridColumn38.Hidden = true;
- ultraGridColumn39.Header.VisiblePosition = 17;
- ultraGridColumn39.Hidden = true;
- ultraGridColumn40.Header.VisiblePosition = 18;
- ultraGridColumn40.Hidden = true;
- ultraGridColumn41.Header.VisiblePosition = 19;
- ultraGridColumn41.Hidden = true;
- ultraGridColumn42.Header.VisiblePosition = 20;
- ultraGridColumn42.Hidden = true;
- ultraGridColumn43.Header.VisiblePosition = 21;
- ultraGridColumn43.Hidden = true;
- ultraGridColumn44.Header.VisiblePosition = 3;
- ultraGridColumn44.Hidden = true;
- ultraGridColumn45.Header.VisiblePosition = 15;
- ultraGridColumn45.Hidden = true;
- ultraGridColumn46.Header.VisiblePosition = 4;
- ultraGridColumn46.Hidden = true;
- ultraGridColumn47.Header.VisiblePosition = 22;
- ultraGridColumn47.Hidden = true;
- appearance20.TextHAlignAsString = "Right";
- ultraGridColumn48.CellAppearance = appearance20;
- ultraGridColumn48.Format = "yyyy/MM/dd";
- ultraGridColumn48.Header.Caption = "要求交期";
- ultraGridColumn48.Header.VisiblePosition = 9;
- ultraGridColumn48.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
- ultraGridColumn48.Width = 104;
- ultraGridColumn49.Header.VisiblePosition = 23;
- ultraGridColumn49.Hidden = true;
- ultraGridColumn50.Header.VisiblePosition = 1;
- ultraGridColumn51.Header.VisiblePosition = 13;
- ultraGridColumn51.Hidden = true;
- ultraGridColumn51.Width = 99;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37,
- ultraGridColumn38,
- ultraGridColumn39,
- ultraGridColumn40,
- ultraGridColumn41,
- ultraGridColumn42,
- ultraGridColumn43,
- ultraGridColumn44,
- ultraGridColumn45,
- ultraGridColumn46,
- ultraGridColumn47,
- ultraGridColumn48,
- ultraGridColumn49,
- ultraGridColumn50,
- ultraGridColumn51});
- appearance21.BackColor = System.Drawing.SystemColors.ButtonFace;
- ultraGridBand2.Header.Appearance = appearance21;
- appearance22.BackColor = System.Drawing.SystemColors.ButtonFace;
- ultraGridBand2.Override.CellAppearance = appearance22;
- appearance23.BackColor = System.Drawing.SystemColors.ButtonFace;
- ultraGridBand2.Override.HeaderAppearance = appearance23;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance2.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance3.BackColor2 = System.Drawing.SystemColors.Control;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
- appearance10.BackColor = System.Drawing.SystemColors.Highlight;
- appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance12.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
- appearance8.BorderColor = System.Drawing.Color.Silver;
- appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance6.BackColor = System.Drawing.SystemColors.Control;
- appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance6.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
- appearance5.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(3, 23);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1084, 381);
- this.ultraGrid1.TabIndex = 4;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
- new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
- "ItemModel"}, new string[] {
- "ItemModel"}, false)});
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable2});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn55,
- this.dataColumn38,
- this.dataColumn39,
- this.dataColumn42,
- this.dataColumn45});
- this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
- new System.Data.UniqueConstraint("Constraint1", new string[] {
- "ItemModel"}, false)});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.AllowDBNull = false;
- this.dataColumn1.Caption = "物料编码";
- this.dataColumn1.ColumnName = "ItemCode";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "物料名称";
- this.dataColumn2.ColumnName = "ItemName";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "规格型号";
- this.dataColumn3.ColumnName = "ItemModel";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "物料材质";
- this.dataColumn4.ColumnName = "ItemSpec";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "需求总量";
- this.dataColumn5.ColumnName = "qty";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "库存数量";
- this.dataColumn6.ColumnName = "BUDGETAMT";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "库存单位";
- this.dataColumn7.ColumnName = "WeightUnit";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "备注";
- this.dataColumn8.ColumnName = "Remark";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "核准总量";
- this.dataColumn18.ColumnName = "QTYPUR";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "物料描述";
- this.dataColumn19.ColumnName = "ItemDesc";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "物料英文名称";
- this.dataColumn20.ColumnName = "ItemDescE";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "采购单位";
- this.dataColumn21.ColumnName = "ItemUom";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "转换公式";
- this.dataColumn22.ColumnName = "ItemUomFormula";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "转换系数";
- this.dataColumn23.ColumnName = "ItemUomConefficient";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "预算价";
- this.dataColumn24.ColumnName = "BugPrice";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "属性编码";
- this.dataColumn26.ColumnName = "itemattrid";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "属性";
- this.dataColumn27.ColumnName = "itemattr";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "唯一值标识";
- this.dataColumn30.ColumnName = "itemUnique";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "单位换算ID";
- this.dataColumn31.ColumnName = "ItemUomId";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "标准";
- this.dataColumn32.ColumnName = "itemStandardsCode";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "标准编号";
- this.dataColumn33.ColumnName = "itemStandardsId";
- //
- // dataColumn55
- //
- this.dataColumn55.Caption = "核准交期";
- this.dataColumn55.ColumnName = "LASTDELIVERYDATE";
- //
- // dataColumn38
- //
- this.dataColumn38.Caption = "送货地点编码";
- this.dataColumn38.ColumnName = "DELIVERYLOCATIONCODE";
- //
- // dataColumn39
- //
- this.dataColumn39.Caption = "送货地点";
- this.dataColumn39.ColumnName = "DELIVERYLOCATION";
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "JIT标识";
- this.dataColumn42.ColumnName = "DELIVERYLOCATIONFLAG";
- //
- // dataColumn45
- //
- this.dataColumn45.Caption = "需求计划行";
- this.dataColumn45.ColumnName = "mrLineId";
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn25,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn37,
- this.dataColumn47,
- this.dataColumn48,
- this.dataColumn49,
- this.dataColumn50,
- this.dataColumn54,
- this.dataColumn56,
- this.dataColumn43,
- this.dataColumn44});
- this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
- new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
- "ItemModel"}, new string[] {
- "ItemModel"}, System.Data.AcceptRejectRule.None, System.Data.Rule.None, System.Data.Rule.None)});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "物料编码";
- this.dataColumn9.ColumnName = "ItemCode";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "采购单位";
- this.dataColumn10.ColumnName = "ITEMUOM";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "数量";
- this.dataColumn11.ColumnName = "Qty";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "核准数量";
- this.dataColumn12.ColumnName = "qtyPur";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "是否建议进口";
- this.dataColumn13.ColumnName = "ImpoDomesticFlag";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "库存单位";
- this.dataColumn14.ColumnName = "WeightUnit";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "申请人";
- this.dataColumn15.ColumnName = "CreateName";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "申请时间";
- this.dataColumn16.ColumnName = "CreateTime";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "备注";
- this.dataColumn17.ColumnName = "Remark";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "需求单行号";
- this.dataColumn25.ColumnName = "MRLINEID";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "属性编码";
- this.dataColumn28.ColumnName = "ITEMATTRID";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "属性";
- this.dataColumn29.ColumnName = "ITEMATTR";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "唯一值标识";
- this.dataColumn34.ColumnName = "itemUnique";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "单位换算编码";
- this.dataColumn35.ColumnName = "itemUomId";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "标准编号";
- this.dataColumn36.ColumnName = "itemStandardsId";
- //
- // dataColumn37
- //
- this.dataColumn37.Caption = "标准";
- this.dataColumn37.ColumnName = "itemStandardsCode";
- //
- // dataColumn47
- //
- this.dataColumn47.Caption = "JIT标识";
- this.dataColumn47.ColumnName = "DELIVERYLOCATIONFLAG";
- //
- // dataColumn48
- //
- this.dataColumn48.Caption = "交付地点编码";
- this.dataColumn48.ColumnName = "DELIVERYLOCATIONCODE";
- //
- // dataColumn49
- //
- this.dataColumn49.Caption = "交付地点";
- this.dataColumn49.ColumnName = "DELIVERYLOCATION";
- //
- // dataColumn50
- //
- this.dataColumn50.Caption = "转化系数";
- this.dataColumn50.ColumnName = "ItemUomConefficient";
- //
- // dataColumn54
- //
- this.dataColumn54.Caption = "核准交期";
- this.dataColumn54.ColumnName = "LASTDELIVERYDATE";
- //
- // dataColumn56
- //
- this.dataColumn56.Caption = "规格型号";
- this.dataColumn56.ColumnName = "ItemModel";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "申请单位";
- this.dataColumn43.ColumnName = "deletename";
- //
- // dataColumn44
- //
- this.dataColumn44.Caption = "申请单位编码";
- this.dataColumn44.ColumnName = "deleteUserId";
- //
- // dataColumn41
- //
- this.dataColumn41.Caption = "新唯一值编码";
- this.dataColumn41.ColumnName = "newItemStandardsId";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "新标准编码值";
- this.dataColumn40.ColumnName = "newItemStandardsCode";
- //
- // FrmPurRequirePlanSummmary
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1090, 491);
- this.Controls.Add(this.ultraGroupBox3);
- this.Controls.Add(this.ultraGroupBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FrmPurRequirePlanSummmary";
- this.Text = "汇总编制";
- this.Load += new System.EventHandler(this.FrmPurRequirePlanSummmary_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_calender)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
- this.ultraGroupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraButton btn_Close;
- private Infragistics.Win.Misc.UltraButton btn_refresh;
- private Infragistics.Win.Misc.UltraButton btn_create;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- 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;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private System.Data.DataColumn dataColumn24;
- 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.DataTable dataTable2;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn25;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn34;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn36;
- private System.Data.DataColumn dataColumn37;
- private System.Data.DataColumn dataColumn47;
- private System.Data.DataColumn dataColumn48;
- private System.Data.DataColumn dataColumn49;
- private System.Data.DataColumn dataColumn50;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
- private System.Data.DataColumn dataColumn55;
- private System.Data.DataColumn dataColumn54;
- private System.Data.DataColumn dataColumn56;
- private System.Data.DataColumn dataColumn41;
- private System.Data.DataColumn dataColumn40;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_calender;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGId;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGNAME;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_MRPERIODEND;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_RequeType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_URGENCYTYPE;
- private System.Data.DataColumn dataColumn38;
- private System.Data.DataColumn dataColumn39;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- private System.Data.DataColumn dataColumn44;
- private System.Data.DataColumn dataColumn45;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_auditName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_auditId;
- }
- }
|