| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673 |
- namespace Core.LZMes.Client.UIM
- {
- partial class UIM070020
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLAN_STL_GRD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STL_GRD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_THK");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_WTH");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_LEN");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_WGT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHT_WGT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_STOCK_ENT_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_RT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_OUT_TP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_PROG_CD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_FL");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRD_TY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NONORD_CAUSE_CD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRK_CD1");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_TOT_DEC_GRD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_INGR_DEC_KIND");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_INGR_DEC_GRD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BOF_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CCM_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHANDI");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("L2_SCH_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEEPWARM_YN");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RCVORD_TP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DLIV_TP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CMT_DLIV_DEVLMT_DATE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XSQY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_THK");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_WTH");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_WGT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CASTING_STA_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CASTING_END_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INGR_DEC_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IGR_LAG_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_CUT_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_LAG_DTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_WKSHIFT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_WKGROUP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_EMP_ID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INGR_YN");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARKS2");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARKS");
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- 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 appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem45 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem39 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem40 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem41 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem42 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem43 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem44 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn51 = new System.Data.DataColumn();
- this.dataColumn52 = 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.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- 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.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.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = 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.dataColumn34 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn37 = new System.Data.DataColumn();
- this.dataColumn38 = new System.Data.DataColumn();
- this.dataColumn39 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- this.dataColumn41 = new System.Data.DataColumn();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.dataColumn45 = new System.Data.DataColumn();
- this.dataColumn46 = new System.Data.DataColumn();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.textBox12 = new System.Windows.Forms.TextBox();
- this.textBox13 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.ultraComboEditor10 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label7 = new System.Windows.Forms.Label();
- this.ultraComboEditor11 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label16 = new System.Windows.Forms.Label();
- this.ultraComboEditor9 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label30 = new System.Windows.Forms.Label();
- this.ultraComboEditor7 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label29 = new System.Windows.Forms.Label();
- this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label28 = new System.Windows.Forms.Label();
- this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label27 = new System.Windows.Forms.Label();
- this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.textBox10 = new System.Windows.Forms.TextBox();
- this.label26 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.textBox11 = new System.Windows.Forms.TextBox();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
- this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox14 = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- this.ultraPanel3.ClientArea.SuspendLayout();
- this.ultraPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1370, 471);
- this.ultraPanel1.TabIndex = 0;
- //
- // ultraPanel3
- //
- //
- // ultraPanel3.ClientArea
- //
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox2);
- this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel3.Location = new System.Drawing.Point(0, 108);
- this.ultraPanel3.Name = "ultraPanel3";
- this.ultraPanel3.Size = new System.Drawing.Size(1370, 363);
- this.ultraPanel3.TabIndex = 1;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dataSet1;
- this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
- ultraGridColumn1.Header.Caption = "板坯号";
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.Caption = "计划钢种";
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn3.Header.Caption = "钢种";
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.Header.Caption = "板坯厚度";
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn5.Header.Caption = "板坯宽度";
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.Header.Caption = "板坯长度";
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn7.Header.Caption = "理重";
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn8.Header.Caption = "磅重";
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn9.Header.Caption = "垛位";
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn10.Header.Caption = "板坯入库时间";
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn11.Header.Caption = "板坯去向";
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn12.Header.Caption = "是否允许出库";
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn13.Header.Caption = "进程状态";
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn14.Header.Caption = "订单区分";
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn15.Header.Caption = "产品类型";
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn16.Header.Caption = "余材原因";
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn17.Header.Caption = "外观缺陷";
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn18.Header.Caption = "综合判定等级";
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn19.Header.Caption = "成分判定依据";
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn20.Header.Caption = "成分判定等级";
- ultraGridColumn20.Header.VisiblePosition = 19;
- ultraGridColumn21.Header.Caption = "转炉号";
- ultraGridColumn21.Header.VisiblePosition = 20;
- ultraGridColumn22.Header.Caption = "铸机号";
- ultraGridColumn22.Header.VisiblePosition = 21;
- ultraGridColumn23.Header.Caption = "产地";
- ultraGridColumn23.Header.VisiblePosition = 22;
- ultraGridColumn24.Header.Caption = "合同号";
- ultraGridColumn24.Header.VisiblePosition = 23;
- ultraGridColumn25.Header.Caption = "订单号";
- ultraGridColumn25.Header.VisiblePosition = 24;
- ultraGridColumn26.Header.Caption = "计划号";
- ultraGridColumn26.Header.VisiblePosition = 25;
- ultraGridColumn27.Header.Caption = "坑冷";
- ultraGridColumn27.Header.VisiblePosition = 26;
- ultraGridColumn28.Header.Caption = "合同类型";
- ultraGridColumn28.Header.VisiblePosition = 27;
- ultraGridColumn29.Header.Caption = "运输方式";
- ultraGridColumn29.Header.VisiblePosition = 28;
- ultraGridColumn30.Header.Caption = "订单钢种";
- ultraGridColumn30.Header.VisiblePosition = 29;
- ultraGridColumn31.Header.Caption = "交货期";
- ultraGridColumn31.Header.VisiblePosition = 30;
- ultraGridColumn32.Header.Caption = "销售区域";
- ultraGridColumn32.Header.VisiblePosition = 31;
- ultraGridColumn33.Header.Caption = "订单厚度";
- ultraGridColumn33.Header.VisiblePosition = 32;
- ultraGridColumn34.Header.Caption = "订单宽度";
- ultraGridColumn34.Header.VisiblePosition = 33;
- ultraGridColumn35.Header.Caption = "订单重量";
- ultraGridColumn35.Header.VisiblePosition = 34;
- ultraGridColumn36.Header.Caption = "开浇时间";
- ultraGridColumn36.Header.VisiblePosition = 35;
- ultraGridColumn37.Header.Caption = "浇铸结束时间";
- ultraGridColumn37.Header.VisiblePosition = 36;
- ultraGridColumn38.Header.Caption = "成分判定时间";
- ultraGridColumn38.Header.VisiblePosition = 37;
- ultraGridColumn39.Header.Caption = "判定滞后时间";
- ultraGridColumn39.Header.VisiblePosition = 38;
- ultraGridColumn40.Header.Caption = "切割时间";
- ultraGridColumn40.Header.VisiblePosition = 39;
- ultraGridColumn41.Header.Caption = "切割滞后时间";
- ultraGridColumn41.Header.VisiblePosition = 40;
- ultraGridColumn42.Header.Caption = "切割班次";
- ultraGridColumn42.Header.VisiblePosition = 41;
- ultraGridColumn43.Header.Caption = "切割班组";
- ultraGridColumn43.Header.VisiblePosition = 42;
- ultraGridColumn44.Header.Caption = "切割人";
- ultraGridColumn44.Header.VisiblePosition = 43;
- ultraGridColumn45.Header.Caption = "特殊要求";
- ultraGridColumn45.Header.VisiblePosition = 44;
- ultraGridColumn46.Header.Caption = "备注二";
- ultraGridColumn46.Header.VisiblePosition = 45;
- ultraGridColumn47.Header.Caption = "备注";
- ultraGridColumn47.Header.VisiblePosition = 46;
- 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,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37,
- ultraGridColumn38,
- ultraGridColumn39,
- ultraGridColumn40,
- ultraGridColumn41,
- ultraGridColumn42,
- ultraGridColumn43,
- ultraGridColumn44,
- ultraGridColumn45,
- ultraGridColumn46,
- ultraGridColumn47});
- ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- ultraGridBand1.SummaryFooterCaption = "小计:";
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "分组区域";
- appearance18.BackColor = System.Drawing.Color.SteelBlue;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
- appearance20.BackColor = System.Drawing.Color.GhostWhite;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
- this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
- appearance21.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance21;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- appearance22.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance22;
- appearance23.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance23;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
- 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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1370, 323);
- this.ultraGrid1.TabIndex = 2;
- this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn51,
- this.dataColumn52,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn37,
- this.dataColumn38,
- this.dataColumn39,
- this.dataColumn40,
- this.dataColumn41,
- this.dataColumn42,
- this.dataColumn43,
- this.dataColumn45,
- this.dataColumn46});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn51
- //
- this.dataColumn51.ColumnName = "SLAB_NO";
- //
- // dataColumn52
- //
- this.dataColumn52.ColumnName = "PLAN_STL_GRD";
- //
- // dataColumn1
- //
- this.dataColumn1.ColumnName = "STL_GRD";
- //
- // dataColumn2
- //
- this.dataColumn2.ColumnName = "SLAB_THK";
- //
- // dataColumn3
- //
- this.dataColumn3.ColumnName = "SLAB_WTH";
- //
- // dataColumn4
- //
- this.dataColumn4.ColumnName = "SLAB_LEN";
- //
- // dataColumn5
- //
- this.dataColumn5.ColumnName = "SLAB_WGT";
- //
- // dataColumn6
- //
- this.dataColumn6.ColumnName = "WEIGHT_WGT";
- //
- // dataColumn7
- //
- this.dataColumn7.ColumnName = "CUR_LOAD_LOC";
- //
- // dataColumn8
- //
- this.dataColumn8.ColumnName = "SLAB_STOCK_ENT_DTIME";
- //
- // dataColumn9
- //
- this.dataColumn9.ColumnName = "SLAB_RT";
- //
- // dataColumn10
- //
- this.dataColumn10.ColumnName = "SLAB_OUT_TP";
- //
- // dataColumn11
- //
- this.dataColumn11.ColumnName = "CUR_PROG_CD";
- //
- // dataColumn12
- //
- this.dataColumn12.ColumnName = "ORD_FL";
- //
- // dataColumn13
- //
- this.dataColumn13.ColumnName = "PRD_TY";
- //
- // dataColumn14
- //
- this.dataColumn14.ColumnName = "NONORD_CAUSE_CD";
- //
- // dataColumn15
- //
- this.dataColumn15.ColumnName = "CRK_CD1";
- //
- // dataColumn16
- //
- this.dataColumn16.ColumnName = "SLAB_TOT_DEC_GRD";
- //
- // dataColumn17
- //
- this.dataColumn17.ColumnName = "SLAB_INGR_DEC_KIND";
- //
- // dataColumn18
- //
- this.dataColumn18.ColumnName = "SLAB_INGR_DEC_GRD";
- //
- // dataColumn19
- //
- this.dataColumn19.ColumnName = "BOF_NO";
- //
- // dataColumn20
- //
- this.dataColumn20.ColumnName = "CCM_NO";
- //
- // dataColumn21
- //
- this.dataColumn21.ColumnName = "CHANDI";
- //
- // dataColumn22
- //
- this.dataColumn22.ColumnName = "ORD_NO";
- //
- // dataColumn23
- //
- this.dataColumn23.ColumnName = "ORD_SEQ";
- //
- // dataColumn24
- //
- this.dataColumn24.ColumnName = "L2_SCH_NO";
- //
- // dataColumn25
- //
- this.dataColumn25.ColumnName = "KEEPWARM_YN";
- //
- // dataColumn26
- //
- this.dataColumn26.ColumnName = "RCVORD_TP";
- //
- // dataColumn27
- //
- this.dataColumn27.ColumnName = "DLIV_TP";
- //
- // dataColumn28
- //
- this.dataColumn28.ColumnName = "SPEC_STL_GRD";
- //
- // dataColumn29
- //
- this.dataColumn29.ColumnName = "CMT_DLIV_DEVLMT_DATE";
- //
- // dataColumn30
- //
- this.dataColumn30.ColumnName = "XSQY";
- //
- // dataColumn31
- //
- this.dataColumn31.ColumnName = "ORD_THK";
- //
- // dataColumn32
- //
- this.dataColumn32.ColumnName = "ORD_WTH";
- //
- // dataColumn33
- //
- this.dataColumn33.ColumnName = "ORD_WGT";
- //
- // dataColumn34
- //
- this.dataColumn34.ColumnName = "CASTING_STA_DTIME";
- //
- // dataColumn35
- //
- this.dataColumn35.ColumnName = "CASTING_END_DTIME";
- //
- // dataColumn36
- //
- this.dataColumn36.ColumnName = "INGR_DEC_DTIME";
- //
- // dataColumn37
- //
- this.dataColumn37.ColumnName = "IGR_LAG_DTIME";
- //
- // dataColumn38
- //
- this.dataColumn38.ColumnName = "SLAB_CUT_DTIME";
- //
- // dataColumn39
- //
- this.dataColumn39.ColumnName = "CUT_LAG_DTIME";
- //
- // dataColumn40
- //
- this.dataColumn40.ColumnName = "CUT_WKSHIFT";
- //
- // dataColumn41
- //
- this.dataColumn41.ColumnName = "CUT_WKGROUP";
- //
- // dataColumn42
- //
- this.dataColumn42.ColumnName = "CUT_EMP_ID";
- //
- // dataColumn43
- //
- this.dataColumn43.ColumnName = "INGR_YN";
- //
- // dataColumn45
- //
- this.dataColumn45.ColumnName = "REMARKS2";
- //
- // dataColumn46
- //
- this.dataColumn46.ColumnName = "REMARKS";
- //
- // ultraGroupBox2
- //
- appearance2.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraGroupBox2.Appearance = appearance2;
- this.ultraGroupBox2.Controls.Add(this.label15);
- this.ultraGroupBox2.Controls.Add(this.textBox14);
- this.ultraGroupBox2.Controls.Add(this.label6);
- this.ultraGroupBox2.Controls.Add(this.textBox2);
- this.ultraGroupBox2.Controls.Add(this.textBox1);
- this.ultraGroupBox2.Controls.Add(this.label18);
- this.ultraGroupBox2.Controls.Add(this.label17);
- this.ultraGroupBox2.Controls.Add(this.label13);
- this.ultraGroupBox2.Controls.Add(this.label12);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 323);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1370, 40);
- this.ultraGroupBox2.TabIndex = 1;
- //
- // textBox2
- //
- this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox2.Location = new System.Drawing.Point(246, 10);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(81, 21);
- this.textBox2.TabIndex = 73;
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Location = new System.Drawing.Point(72, 10);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(77, 21);
- this.textBox1.TabIndex = 78;
- //
- // label18
- //
- this.label18.BackColor = System.Drawing.Color.LightBlue;
- this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label18.Location = new System.Drawing.Point(328, 10);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(20, 21);
- this.label18.TabIndex = 77;
- this.label18.Text = "吨";
- this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label17
- //
- this.label17.BackColor = System.Drawing.Color.LightBlue;
- this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label17.Location = new System.Drawing.Point(186, 10);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(59, 21);
- this.label17.TabIndex = 76;
- this.label17.Text = "重量合计";
- this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label13
- //
- this.label13.BackColor = System.Drawing.Color.LightBlue;
- this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label13.Location = new System.Drawing.Point(150, 10);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(20, 21);
- this.label13.TabIndex = 75;
- this.label13.Text = "卷";
- this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label12
- //
- this.label12.BackColor = System.Drawing.Color.LightBlue;
- this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label12.Location = new System.Drawing.Point(12, 10);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(59, 21);
- this.label12.TabIndex = 74;
- this.label12.Text = "卷数合计";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(1370, 108);
- this.ultraPanel2.TabIndex = 0;
- //
- // ultraGroupBox1
- //
- appearance1.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraGroupBox1.Appearance = appearance1;
- this.ultraGroupBox1.Controls.Add(this.label8);
- this.ultraGroupBox1.Controls.Add(this.label14);
- this.ultraGroupBox1.Controls.Add(this.textBox12);
- this.ultraGroupBox1.Controls.Add(this.textBox13);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor10);
- this.ultraGroupBox1.Controls.Add(this.label7);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor11);
- this.ultraGroupBox1.Controls.Add(this.label16);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor9);
- this.ultraGroupBox1.Controls.Add(this.label30);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor7);
- this.ultraGroupBox1.Controls.Add(this.label29);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor6);
- this.ultraGroupBox1.Controls.Add(this.label28);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor4);
- this.ultraGroupBox1.Controls.Add(this.label27);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor3);
- this.ultraGroupBox1.Controls.Add(this.textBox10);
- this.ultraGroupBox1.Controls.Add(this.label26);
- this.ultraGroupBox1.Controls.Add(this.label10);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.label24);
- this.ultraGroupBox1.Controls.Add(this.label23);
- this.ultraGroupBox1.Controls.Add(this.label22);
- this.ultraGroupBox1.Controls.Add(this.label21);
- this.ultraGroupBox1.Controls.Add(this.label20);
- this.ultraGroupBox1.Controls.Add(this.label19);
- this.ultraGroupBox1.Controls.Add(this.label11);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor3);
- this.ultraGroupBox1.Controls.Add(this.ultraComboEditor5);
- this.ultraGroupBox1.Controls.Add(this.textBox11);
- this.ultraGroupBox1.Controls.Add(this.textBox9);
- this.ultraGroupBox1.Controls.Add(this.label9);
- this.ultraGroupBox1.Controls.Add(this.textBox8);
- this.ultraGroupBox1.Controls.Add(this.textBox6);
- this.ultraGroupBox1.Controls.Add(this.textBox7);
- this.ultraGroupBox1.Controls.Add(this.textBox5);
- this.ultraGroupBox1.Controls.Add(this.textBox4);
- this.ultraGroupBox1.Controls.Add(this.textBox3);
- this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2);
- this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
- 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(1370, 108);
- this.ultraGroupBox1.TabIndex = 0;
- //
- // label8
- //
- this.label8.BackColor = System.Drawing.Color.LightBlue;
- this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(523, 66);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(11, 23);
- this.label8.TabIndex = 119;
- this.label8.Text = "-";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label14
- //
- this.label14.BackColor = System.Drawing.Color.LightBlue;
- this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.Location = new System.Drawing.Point(395, 66);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(75, 23);
- this.label14.TabIndex = 118;
- this.label14.Text = "厚度";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox12
- //
- this.textBox12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox12.Location = new System.Drawing.Point(533, 66);
- this.textBox12.Name = "textBox12";
- this.textBox12.Size = new System.Drawing.Size(59, 23);
- this.textBox12.TabIndex = 117;
- //
- // textBox13
- //
- this.textBox13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox13.Location = new System.Drawing.Point(469, 66);
- this.textBox13.Name = "textBox13";
- this.textBox13.Size = new System.Drawing.Size(55, 23);
- this.textBox13.TabIndex = 116;
- //
- // label5
- //
- this.label5.BackColor = System.Drawing.Color.LightBlue;
- this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(1062, 35);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(74, 23);
- this.label5.TabIndex = 115;
- this.label5.Text = "铸机号";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor10
- //
- appearance25.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor10.Appearance = appearance25;
- this.ultraComboEditor10.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem31.DataValue = "J1";
- valueListItem31.DisplayText = "一号铸机";
- valueListItem32.DataValue = "J2";
- valueListItem32.DisplayText = "二号铸机";
- valueListItem45.DataValue = "J3";
- valueListItem45.DisplayText = "三号铸机";
- this.ultraComboEditor10.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem31,
- valueListItem32,
- valueListItem45});
- this.ultraComboEditor10.Location = new System.Drawing.Point(1135, 35);
- this.ultraComboEditor10.Name = "ultraComboEditor10";
- this.ultraComboEditor10.Size = new System.Drawing.Size(68, 23);
- this.ultraComboEditor10.TabIndex = 114;
- //
- // label7
- //
- this.label7.BackColor = System.Drawing.Color.LightBlue;
- this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(1062, 8);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(74, 23);
- this.label7.TabIndex = 113;
- this.label7.Text = "转炉号";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor11
- //
- appearance17.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor11.Appearance = appearance17;
- this.ultraComboEditor11.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem18.DataValue = "1";
- valueListItem18.DisplayText = "1号";
- valueListItem19.DataValue = "2";
- valueListItem19.DisplayText = "2号";
- this.ultraComboEditor11.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem18,
- valueListItem19});
- this.ultraComboEditor11.Location = new System.Drawing.Point(1135, 8);
- this.ultraComboEditor11.Name = "ultraComboEditor11";
- this.ultraComboEditor11.Size = new System.Drawing.Size(68, 23);
- this.ultraComboEditor11.TabIndex = 112;
- //
- // label16
- //
- this.label16.BackColor = System.Drawing.Color.LightBlue;
- this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.Location = new System.Drawing.Point(763, 7);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(74, 23);
- this.label16.TabIndex = 108;
- this.label16.Text = "成分等级";
- this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor9
- //
- appearance19.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor9.Appearance = appearance19;
- this.ultraComboEditor9.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem22.DataValue = "1";
- valueListItem22.DisplayText = "合格";
- valueListItem23.DataValue = "2";
- valueListItem23.DisplayText = "不合格";
- this.ultraComboEditor9.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem22,
- valueListItem23});
- this.ultraComboEditor9.Location = new System.Drawing.Point(836, 7);
- this.ultraComboEditor9.Name = "ultraComboEditor9";
- this.ultraComboEditor9.Size = new System.Drawing.Size(74, 23);
- this.ultraComboEditor9.TabIndex = 107;
- //
- // label30
- //
- this.label30.BackColor = System.Drawing.Color.LightBlue;
- this.label30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label30.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label30.Location = new System.Drawing.Point(916, 67);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(74, 23);
- this.label30.TabIndex = 99;
- this.label30.Text = "合同类型";
- this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor7
- //
- appearance24.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor7.Appearance = appearance24;
- this.ultraComboEditor7.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem25.DataValue = "100601";
- valueListItem25.DisplayText = "协议合同";
- valueListItem26.DataValue = "100602";
- valueListItem26.DisplayText = "现款合同";
- valueListItem27.DataValue = "100603";
- valueListItem27.DisplayText = "自用合同";
- valueListItem28.DataValue = "100604";
- valueListItem28.DisplayText = "厂内合同";
- valueListItem29.DataValue = "100605";
- valueListItem29.DisplayText = "现货合同";
- valueListItem30.DataValue = "100606";
- valueListItem30.DisplayText = "外贸合同";
- this.ultraComboEditor7.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem25,
- valueListItem26,
- valueListItem27,
- valueListItem28,
- valueListItem29,
- valueListItem30});
- this.ultraComboEditor7.Location = new System.Drawing.Point(989, 67);
- this.ultraComboEditor7.Name = "ultraComboEditor7";
- this.ultraComboEditor7.Size = new System.Drawing.Size(68, 23);
- this.ultraComboEditor7.TabIndex = 98;
- //
- // label29
- //
- this.label29.BackColor = System.Drawing.Color.LightBlue;
- this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label29.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label29.Location = new System.Drawing.Point(916, 35);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(74, 23);
- this.label29.TabIndex = 97;
- this.label29.Text = "是否坑冷";
- this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor6
- //
- appearance27.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor6.Appearance = appearance27;
- this.ultraComboEditor6.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem39.DataValue = "Y";
- valueListItem39.DisplayText = "是";
- valueListItem40.DataValue = "N";
- valueListItem40.DisplayText = "否";
- this.ultraComboEditor6.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem39,
- valueListItem40});
- this.ultraComboEditor6.Location = new System.Drawing.Point(989, 35);
- this.ultraComboEditor6.Name = "ultraComboEditor6";
- this.ultraComboEditor6.Size = new System.Drawing.Size(68, 23);
- this.ultraComboEditor6.TabIndex = 96;
- //
- // label28
- //
- this.label28.BackColor = System.Drawing.Color.LightBlue;
- this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label28.Location = new System.Drawing.Point(916, 8);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(74, 23);
- this.label28.TabIndex = 95;
- this.label28.Text = "入库类型";
- this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor4
- //
- appearance28.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor4.Appearance = appearance28;
- this.ultraComboEditor4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem41.DataValue = "1";
- valueListItem41.DisplayText = "热送";
- valueListItem42.DataValue = "2";
- valueListItem42.DisplayText = "冷送";
- valueListItem43.DataValue = "3";
- valueListItem43.DisplayText = "加回";
- valueListItem44.DataValue = "4";
- valueListItem44.DisplayText = "轧回";
- this.ultraComboEditor4.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem41,
- valueListItem42,
- valueListItem43,
- valueListItem44});
- this.ultraComboEditor4.Location = new System.Drawing.Point(989, 8);
- this.ultraComboEditor4.Name = "ultraComboEditor4";
- this.ultraComboEditor4.Size = new System.Drawing.Size(68, 23);
- this.ultraComboEditor4.TabIndex = 94;
- //
- // label27
- //
- this.label27.BackColor = System.Drawing.Color.LightBlue;
- this.label27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label27.Location = new System.Drawing.Point(764, 68);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(74, 23);
- this.label27.TabIndex = 93;
- this.label27.Text = "板坯去向";
- this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor3
- //
- appearance11.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor3.Appearance = appearance11;
- this.ultraComboEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem5.DataValue = "H";
- valueListItem5.DisplayText = "卷板";
- valueListItem37.DataValue = "P";
- valueListItem37.DisplayText = "厚板";
- valueListItem38.DataValue = "Z";
- valueListItem38.DisplayText = "中板";
- this.ultraComboEditor3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem5,
- valueListItem37,
- valueListItem38});
- this.ultraComboEditor3.Location = new System.Drawing.Point(836, 68);
- this.ultraComboEditor3.Name = "ultraComboEditor3";
- this.ultraComboEditor3.Size = new System.Drawing.Size(74, 23);
- this.ultraComboEditor3.TabIndex = 92;
- //
- // textBox10
- //
- this.textBox10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox10.Location = new System.Drawing.Point(836, 35);
- this.textBox10.Name = "textBox10";
- this.textBox10.Size = new System.Drawing.Size(74, 23);
- this.textBox10.TabIndex = 91;
- //
- // label26
- //
- this.label26.BackColor = System.Drawing.Color.LightBlue;
- this.label26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label26.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label26.Location = new System.Drawing.Point(764, 35);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(73, 23);
- this.label26.TabIndex = 90;
- this.label26.Text = "销售区域";
- this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label10
- //
- this.label10.BackColor = System.Drawing.Color.LightBlue;
- this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(609, 67);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(73, 23);
- this.label10.TabIndex = 87;
- this.label10.Text = "运输方式";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraComboEditor1
- //
- appearance16.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor1.Appearance = appearance16;
- this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem13.DataValue = "T";
- valueListItem13.DisplayText = "火运";
- valueListItem14.DataValue = "C";
- valueListItem14.DisplayText = "汽运";
- this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem13,
- valueListItem14});
- this.ultraComboEditor1.Location = new System.Drawing.Point(681, 67);
- this.ultraComboEditor1.Name = "ultraComboEditor1";
- this.ultraComboEditor1.Size = new System.Drawing.Size(76, 23);
- this.ultraComboEditor1.TabIndex = 86;
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.LightBlue;
- this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(523, 35);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(11, 23);
- this.label3.TabIndex = 79;
- this.label3.Text = "-";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.LightBlue;
- this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label2.Location = new System.Drawing.Point(523, 6);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(11, 23);
- this.label2.TabIndex = 78;
- this.label2.Text = "-";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.LightBlue;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(224, 7);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(10, 23);
- this.label1.TabIndex = 77;
- this.label1.Text = "-";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label24
- //
- this.label24.BackColor = System.Drawing.Color.LightBlue;
- this.label24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label24.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label24.Location = new System.Drawing.Point(12, 36);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(75, 23);
- this.label24.TabIndex = 75;
- this.label24.Text = "交货期";
- this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label23
- //
- this.label23.BackColor = System.Drawing.Color.LightBlue;
- this.label23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label23.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label23.Location = new System.Drawing.Point(12, 7);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(74, 23);
- this.label23.TabIndex = 74;
- this.label23.Text = "切割时间";
- this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label22
- //
- this.label22.BackColor = System.Drawing.Color.LightBlue;
- this.label22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label22.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.Location = new System.Drawing.Point(12, 66);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(75, 23);
- this.label22.TabIndex = 73;
- this.label22.Text = "订单区分";
- this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label21
- //
- this.label21.BackColor = System.Drawing.Color.LightBlue;
- this.label21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label21.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label21.Location = new System.Drawing.Point(234, 66);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(51, 23);
- this.label21.TabIndex = 72;
- this.label21.Text = "合同号";
- this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label20
- //
- this.label20.BackColor = System.Drawing.Color.LightBlue;
- this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label20.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label20.Location = new System.Drawing.Point(235, 36);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(50, 23);
- this.label20.TabIndex = 71;
- this.label20.Text = "垛位";
- this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label19
- //
- this.label19.BackColor = System.Drawing.Color.LightBlue;
- this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label19.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label19.Location = new System.Drawing.Point(395, 6);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(75, 23);
- this.label19.TabIndex = 70;
- this.label19.Text = "长度";
- this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label11
- //
- this.label11.BackColor = System.Drawing.Color.LightBlue;
- this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(395, 35);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(75, 23);
- this.label11.TabIndex = 69;
- this.label11.Text = "宽度";
- this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.LightBlue;
- this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(609, 35);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 23);
- this.label4.TabIndex = 68;
- this.label4.Text = "钢号";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraDateTimeEditor3
- //
- appearance13.BorderColor = System.Drawing.Color.Black;
- this.ultraDateTimeEditor3.Appearance = appearance13;
- this.ultraDateTimeEditor3.DateTime = new System.DateTime(2020, 3, 6, 0, 0, 0, 0);
- this.ultraDateTimeEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraDateTimeEditor3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraDateTimeEditor3.Location = new System.Drawing.Point(86, 36);
- this.ultraDateTimeEditor3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
- this.ultraDateTimeEditor3.MaskInput = "";
- this.ultraDateTimeEditor3.Name = "ultraDateTimeEditor3";
- this.ultraDateTimeEditor3.PromptChar = ' ';
- this.ultraDateTimeEditor3.Size = new System.Drawing.Size(139, 23);
- this.ultraDateTimeEditor3.TabIndex = 65;
- this.ultraDateTimeEditor3.Value = new System.DateTime(2020, 3, 6, 0, 0, 0, 0);
- //
- // ultraComboEditor5
- //
- appearance6.BorderColor = System.Drawing.Color.Black;
- this.ultraComboEditor5.Appearance = appearance6;
- this.ultraComboEditor5.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraComboEditor5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem9.DataValue = "1";
- valueListItem9.DisplayText = "订单材";
- valueListItem7.DataValue = "2";
- valueListItem7.DisplayText = "余材";
- this.ultraComboEditor5.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem9,
- valueListItem7});
- this.ultraComboEditor5.Location = new System.Drawing.Point(86, 66);
- this.ultraComboEditor5.Name = "ultraComboEditor5";
- this.ultraComboEditor5.Size = new System.Drawing.Size(138, 23);
- this.ultraComboEditor5.TabIndex = 61;
- //
- // textBox11
- //
- this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox11.Location = new System.Drawing.Point(284, 66);
- this.textBox11.Name = "textBox11";
- this.textBox11.Size = new System.Drawing.Size(94, 23);
- this.textBox11.TabIndex = 59;
- //
- // textBox9
- //
- this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox9.Location = new System.Drawing.Point(681, 6);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(76, 23);
- this.textBox9.TabIndex = 48;
- //
- // label9
- //
- this.label9.BackColor = System.Drawing.Color.LightBlue;
- this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(609, 6);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(73, 23);
- this.label9.TabIndex = 47;
- this.label9.Text = "板坯号";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox8
- //
- this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox8.Location = new System.Drawing.Point(284, 36);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(93, 23);
- this.textBox8.TabIndex = 46;
- this.textBox8.Text = "Z";
- //
- // textBox6
- //
- this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox6.Location = new System.Drawing.Point(469, 6);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(55, 23);
- this.textBox6.TabIndex = 44;
- //
- // textBox7
- //
- this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox7.Location = new System.Drawing.Point(533, 6);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(59, 23);
- this.textBox7.TabIndex = 43;
- //
- // textBox5
- //
- this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox5.Location = new System.Drawing.Point(533, 35);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(59, 23);
- this.textBox5.TabIndex = 41;
- //
- // textBox4
- //
- this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox4.Location = new System.Drawing.Point(469, 35);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(55, 23);
- this.textBox4.TabIndex = 40;
- //
- // textBox3
- //
- this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox3.Location = new System.Drawing.Point(682, 35);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(75, 23);
- this.textBox3.TabIndex = 38;
- //
- // ultraDateTimeEditor2
- //
- appearance4.BorderColor = System.Drawing.Color.Black;
- this.ultraDateTimeEditor2.Appearance = appearance4;
- this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraDateTimeEditor2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraDateTimeEditor2.Location = new System.Drawing.Point(234, 7);
- this.ultraDateTimeEditor2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
- this.ultraDateTimeEditor2.MaskInput = "";
- this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
- this.ultraDateTimeEditor2.PromptChar = ' ';
- this.ultraDateTimeEditor2.Size = new System.Drawing.Size(143, 23);
- this.ultraDateTimeEditor2.TabIndex = 35;
- //
- // ultraDateTimeEditor1
- //
- appearance3.BorderColor = System.Drawing.Color.Black;
- this.ultraDateTimeEditor1.Appearance = appearance3;
- this.ultraDateTimeEditor1.DateTime = new System.DateTime(2020, 3, 6, 0, 0, 0, 0);
- this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraDateTimeEditor1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraDateTimeEditor1.Location = new System.Drawing.Point(85, 7);
- this.ultraDateTimeEditor1.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
- this.ultraDateTimeEditor1.MaskInput = "";
- this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
- this.ultraDateTimeEditor1.PromptChar = ' ';
- this.ultraDateTimeEditor1.Size = new System.Drawing.Size(139, 23);
- this.ultraDateTimeEditor1.TabIndex = 34;
- this.ultraDateTimeEditor1.Value = new System.DateTime(2020, 3, 6, 0, 0, 0, 0);
- //
- // ultraDataSource1
- //
- this.ultraDataSource1.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3});
- //
- // saveFileDialog1
- //
- this.saveFileDialog1.Filter = "表格(*.xls)|*.xls";
- //
- // label6
- //
- this.label6.BackColor = System.Drawing.Color.LightBlue;
- this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label6.Location = new System.Drawing.Point(367, 10);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 21);
- this.label6.TabIndex = 79;
- this.label6.Text = "理重合计";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox14
- //
- this.textBox14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox14.Location = new System.Drawing.Point(427, 10);
- this.textBox14.Name = "textBox14";
- this.textBox14.Size = new System.Drawing.Size(81, 21);
- this.textBox14.TabIndex = 80;
- //
- // label15
- //
- this.label15.BackColor = System.Drawing.Color.LightBlue;
- this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label15.Location = new System.Drawing.Point(509, 10);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(20, 21);
- this.label15.TabIndex = 81;
- this.label15.Text = "吨";
- this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // UIM070020
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1370, 471);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "UIM070020";
- this.Text = "UIM070020";
- this.Load += new System.EventHandler(this.UIM070020_Load_1);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ResumeLayout(false);
- this.ultraPanel3.ClientArea.ResumeLayout(false);
- this.ultraPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraGroupBox2.PerformLayout();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraPanel ultraPanel3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
- private System.Windows.Forms.TextBox textBox11;
- private System.Windows.Forms.TextBox textBox9;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox3;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
- private System.Windows.Forms.SaveFileDialog saveFileDialog1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label10;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
- private System.Windows.Forms.TextBox textBox10;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label27;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
- private System.Windows.Forms.Label label29;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor6;
- private System.Windows.Forms.Label label28;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
- private System.Windows.Forms.Label label30;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor7;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
- private System.Data.DataColumn dataColumn51;
- private System.Data.DataColumn dataColumn52;
- 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 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 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 dataColumn25;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataColumn dataColumn31;
- private System.Data.DataColumn dataColumn32;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn34;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn36;
- private System.Data.DataColumn dataColumn37;
- private System.Data.DataColumn dataColumn38;
- private System.Data.DataColumn dataColumn39;
- private System.Data.DataColumn dataColumn40;
- private System.Data.DataColumn dataColumn41;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- private System.Data.DataColumn dataColumn45;
- private System.Data.DataColumn dataColumn46;
- private System.Windows.Forms.Label label16;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor9;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor10;
- private System.Windows.Forms.Label label7;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor11;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox textBox12;
- private System.Windows.Forms.TextBox textBox13;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.TextBox textBox14;
- private System.Windows.Forms.Label label6;
- }
- }
|