| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679 |
- namespace BeltScaleSystem
- {
- partial class frmBeltMatPmInfo
- {
- /// <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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialPmCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialTypeCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("scaleName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialParameter");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialParameterImport");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validFlag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("indexCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("mnemonicCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNatureNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNatureName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterNatureNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterNatureName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validFlag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("reportCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("beltTypeCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("beltTypeName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("物料分配");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBeltMatPmInfo));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
- Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
- Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("物料分配");
- Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.ultraGridBeltMat = 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.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.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
- this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
- this.cbMatType = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.text2 = new System.Windows.Forms.TextBox();
- this.cb2 = new System.Windows.Forms.ComboBox();
- this.test = new System.Windows.Forms.ComboBox();
- this.text1 = new System.Windows.Forms.TextBox();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.cb1 = new System.Windows.Forms.ComboBox();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet2 = new System.Data.DataSet();
- this.dataTable2 = new System.Data.DataTable();
- 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.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cbMatType2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.label5 = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.textWgtName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.cbSpotName = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
- this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager();
- this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
- this.ultraTabPageControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltMat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
- this.ultraGroupBoxEdit.SuspendLayout();
- this.tableLayoutPanel5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbMatType)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbMatType2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
- this.ultraGroupBoxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.splitContainer2);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 25);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(1696, 586);
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.ultraGridBeltMat);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.ultraGroupBoxEdit);
- this.splitContainer2.Size = new System.Drawing.Size(1696, 586);
- this.splitContainer2.SplitterDistance = 449;
- this.splitContainer2.TabIndex = 8;
- //
- // ultraGridBeltMat
- //
- this.ultraGridBeltMat.DataSource = this.dataSet1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(151, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Hidden = true;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 15;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 17;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 19;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 21;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.DataType = typeof(bool);
- ultraGridColumn16.Header.Caption = "选择";
- ultraGridColumn16.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ultraGridBeltMat.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridBeltMat.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
- this.ultraGridBeltMat.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
- appearance34.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance34.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance34.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance34.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance34.ForeColor = System.Drawing.Color.IndianRed;
- appearance34.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltMat.DisplayLayout.GroupByBox.Appearance = appearance34;
- this.ultraGridBeltMat.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltMat.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
- this.ultraGridBeltMat.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltMat.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
- appearance35.TextVAlignAsString = "Middle";
- this.ultraGridBeltMat.DisplayLayout.Override.CellAppearance = appearance35;
- appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.ultraGridBeltMat.DisplayLayout.Override.HeaderAppearance = appearance36;
- this.ultraGridBeltMat.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGridBeltMat.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGridBeltMat.DisplayLayout.Override.MinRowHeight = 21;
- appearance37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance37.TextVAlignAsString = "Middle";
- this.ultraGridBeltMat.DisplayLayout.Override.RowSelectorAppearance = appearance37;
- this.ultraGridBeltMat.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGridBeltMat.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGridBeltMat.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGridBeltMat.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltMat.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGridBeltMat.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridBeltMat.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridBeltMat.Location = new System.Drawing.Point(0, 0);
- this.ultraGridBeltMat.Name = "ultraGridBeltMat";
- this.ultraGridBeltMat.Size = new System.Drawing.Size(1696, 449);
- this.ultraGridBeltMat.TabIndex = 7;
- this.ultraGridBeltMat.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridBeltMat_CellChange);
- //
- // 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.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.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "物料系数编码";
- this.dataColumn1.ColumnName = "materialPmCode";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "物料类型";
- this.dataColumn2.ColumnName = "materialType";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "物料类型编码";
- this.dataColumn3.ColumnName = "materialTypeCode";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "计量点编号";
- this.dataColumn4.ColumnName = "baseSpotNo";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "卸货码头";
- this.dataColumn5.ColumnName = "baseSpotName";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "AB秤";
- this.dataColumn6.ColumnName = "scaleName";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "国内物料参数";
- this.dataColumn7.ColumnName = "materialParameter";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "进口物料参数";
- this.dataColumn8.ColumnName = "materialParameterImport";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "创建人编号";
- this.dataColumn9.ColumnName = "createManNo";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "创建人姓名";
- this.dataColumn10.ColumnName = "createManName";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "创建时间";
- this.dataColumn11.ColumnName = "createTime";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "修改人编号";
- this.dataColumn12.ColumnName = "updateManNo";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "修改人姓名";
- this.dataColumn13.ColumnName = "updateManName";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "修改时间";
- this.dataColumn14.ColumnName = "updateTime";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "状态";
- this.dataColumn15.ColumnName = "validFlag";
- //
- // ultraGroupBoxEdit
- //
- this.ultraGroupBoxEdit.Controls.Add(this.tableLayoutPanel5);
- this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
- this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1696, 133);
- this.ultraGroupBoxEdit.TabIndex = 2;
- this.ultraGroupBoxEdit.Text = "数据编辑区域";
- this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // tableLayoutPanel5
- //
- this.tableLayoutPanel5.ColumnCount = 8;
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.500122F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17902F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.500122F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17902F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17901F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.95441F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.50831F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel5.Controls.Add(this.cbMatType, 4, 2);
- this.tableLayoutPanel5.Controls.Add(this.text2, 4, 1);
- this.tableLayoutPanel5.Controls.Add(this.cb2, 2, 3);
- this.tableLayoutPanel5.Controls.Add(this.test, 4, 3);
- this.tableLayoutPanel5.Controls.Add(this.text1, 2, 1);
- this.tableLayoutPanel5.Controls.Add(this.label27, 1, 2);
- this.tableLayoutPanel5.Controls.Add(this.label28, 1, 1);
- this.tableLayoutPanel5.Controls.Add(this.label10, 1, 3);
- this.tableLayoutPanel5.Controls.Add(this.label7, 3, 2);
- this.tableLayoutPanel5.Controls.Add(this.label8, 3, 3);
- this.tableLayoutPanel5.Controls.Add(this.label12, 3, 1);
- this.tableLayoutPanel5.Controls.Add(this.cb1, 2, 2);
- this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 21);
- this.tableLayoutPanel5.Name = "tableLayoutPanel5";
- this.tableLayoutPanel5.RowCount = 4;
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(1690, 109);
- this.tableLayoutPanel5.TabIndex = 1;
- //
- // cbMatType
- //
- this.cbMatType.CheckedListSettings.CheckStateMember = "";
- appearance50.BackColor = System.Drawing.SystemColors.Window;
- appearance50.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cbMatType.DisplayLayout.Appearance = appearance50;
- this.cbMatType.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cbMatType.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance51.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance51.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance51.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance51.BorderColor = System.Drawing.SystemColors.Window;
- this.cbMatType.DisplayLayout.GroupByBox.Appearance = appearance51;
- appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cbMatType.DisplayLayout.GroupByBox.BandLabelAppearance = appearance52;
- this.cbMatType.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance53.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance53.BackColor2 = System.Drawing.SystemColors.Control;
- appearance53.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance53.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cbMatType.DisplayLayout.GroupByBox.PromptAppearance = appearance53;
- this.cbMatType.DisplayLayout.MaxColScrollRegions = 1;
- this.cbMatType.DisplayLayout.MaxRowScrollRegions = 1;
- appearance56.BackColor = System.Drawing.SystemColors.Window;
- appearance56.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cbMatType.DisplayLayout.Override.ActiveCellAppearance = appearance56;
- appearance57.BackColor = System.Drawing.SystemColors.Highlight;
- appearance57.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cbMatType.DisplayLayout.Override.ActiveRowAppearance = appearance57;
- this.cbMatType.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cbMatType.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance58.BackColor = System.Drawing.SystemColors.Window;
- this.cbMatType.DisplayLayout.Override.CardAreaAppearance = appearance58;
- appearance59.BorderColor = System.Drawing.Color.Silver;
- appearance59.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cbMatType.DisplayLayout.Override.CellAppearance = appearance59;
- this.cbMatType.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cbMatType.DisplayLayout.Override.CellPadding = 0;
- appearance60.BackColor = System.Drawing.SystemColors.Control;
- appearance60.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance60.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance60.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance60.BorderColor = System.Drawing.SystemColors.Window;
- this.cbMatType.DisplayLayout.Override.GroupByRowAppearance = appearance60;
- appearance61.TextHAlignAsString = "Left";
- this.cbMatType.DisplayLayout.Override.HeaderAppearance = appearance61;
- this.cbMatType.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cbMatType.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance62.BackColor = System.Drawing.SystemColors.Window;
- appearance62.BorderColor = System.Drawing.Color.Silver;
- this.cbMatType.DisplayLayout.Override.RowAppearance = appearance62;
- this.cbMatType.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance63.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cbMatType.DisplayLayout.Override.TemplateAddRowAppearance = appearance63;
- this.cbMatType.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cbMatType.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cbMatType.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cbMatType.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cbMatType.Font = new System.Drawing.Font("宋体", 12F);
- this.cbMatType.Location = new System.Drawing.Point(478, 51);
- this.cbMatType.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cbMatType.Name = "cbMatType";
- this.cbMatType.Size = new System.Drawing.Size(216, 26);
- this.cbMatType.TabIndex = 130;
- //
- // text2
- //
- this.text2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.text2.Font = new System.Drawing.Font("宋体", 12F);
- this.text2.Location = new System.Drawing.Point(478, 18);
- this.text2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.text2.Name = "text2";
- this.text2.Size = new System.Drawing.Size(216, 26);
- this.text2.TabIndex = 134;
- //
- // cb2
- //
- this.cb2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cb2.Font = new System.Drawing.Font("宋体", 12F);
- this.cb2.FormattingEnabled = true;
- this.cb2.Items.AddRange(new object[] {
- "A",
- "B"});
- this.cb2.Location = new System.Drawing.Point(156, 84);
- this.cb2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cb2.Name = "cb2";
- this.cb2.Size = new System.Drawing.Size(216, 24);
- this.cb2.TabIndex = 131;
- //
- // test
- //
- this.test.Dock = System.Windows.Forms.DockStyle.Fill;
- this.test.Font = new System.Drawing.Font("宋体", 12F);
- this.test.FormattingEnabled = true;
- this.test.Location = new System.Drawing.Point(478, 84);
- this.test.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.test.Name = "test";
- this.test.Size = new System.Drawing.Size(216, 24);
- this.test.TabIndex = 129;
- this.test.Visible = false;
- //
- // text1
- //
- this.text1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.text1.Font = new System.Drawing.Font("宋体", 12F);
- this.text1.Location = new System.Drawing.Point(156, 18);
- this.text1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.text1.Name = "text1";
- this.text1.Size = new System.Drawing.Size(216, 26);
- this.text1.TabIndex = 22;
- //
- // label27
- //
- this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label27.AutoSize = true;
- this.label27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label27.Location = new System.Drawing.Point(53, 41);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(100, 33);
- this.label27.TabIndex = 8;
- this.label27.Text = "卸货码头";
- this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label28
- //
- this.label28.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label28.AutoSize = true;
- this.label28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label28.Location = new System.Drawing.Point(53, 8);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(100, 33);
- this.label28.TabIndex = 1;
- this.label28.Text = "国内物料系数";
- this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label10
- //
- this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label10.Location = new System.Drawing.Point(53, 74);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(100, 35);
- this.label10.TabIndex = 10;
- this.label10.Text = "A/B秤";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label7
- //
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label7.Location = new System.Drawing.Point(375, 44);
- this.label7.Margin = new System.Windows.Forms.Padding(3);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(100, 27);
- this.label7.TabIndex = 26;
- this.label7.Text = "物料类型";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label8
- //
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label8.Location = new System.Drawing.Point(375, 77);
- this.label8.Margin = new System.Windows.Forms.Padding(3);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(100, 29);
- this.label8.TabIndex = 27;
- this.label8.Text = "卸货码头";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label8.Visible = false;
- //
- // label12
- //
- this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label12.Location = new System.Drawing.Point(375, 11);
- this.label12.Margin = new System.Windows.Forms.Padding(3);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(100, 27);
- this.label12.TabIndex = 29;
- this.label12.Text = "进口物料系数";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // cb1
- //
- this.cb1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cb1.Font = new System.Drawing.Font("宋体", 12F);
- this.cb1.FormattingEnabled = true;
- this.cb1.Location = new System.Drawing.Point(156, 51);
- this.cb1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cb1.Name = "cb1";
- this.cb1.Size = new System.Drawing.Size(216, 24);
- this.cb1.TabIndex = 127;
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.splitContainer1);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(1696, 586);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
- this.splitContainer1.Size = new System.Drawing.Size(1696, 586);
- this.splitContainer1.SplitterDistance = 501;
- this.splitContainer1.TabIndex = 2;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dataSet2;
- ultraGridColumn17.Header.VisiblePosition = 0;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 1;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.Header.VisiblePosition = 2;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.Header.VisiblePosition = 3;
- ultraGridColumn20.Hidden = true;
- ultraGridColumn21.Header.VisiblePosition = 4;
- ultraGridColumn21.Hidden = true;
- ultraGridColumn22.Header.VisiblePosition = 5;
- ultraGridColumn22.Hidden = true;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn23.Header.VisiblePosition = 6;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn24.Header.VisiblePosition = 7;
- ultraGridColumn24.Hidden = true;
- ultraGridColumn25.Header.VisiblePosition = 14;
- ultraGridColumn25.Hidden = true;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn26.Header.VisiblePosition = 8;
- ultraGridColumn26.Hidden = true;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn27.Header.VisiblePosition = 9;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn28.Header.VisiblePosition = 10;
- ultraGridColumn28.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn29.Header.VisiblePosition = 11;
- ultraGridColumn29.Hidden = true;
- ultraGridColumn29.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn30.Header.VisiblePosition = 12;
- ultraGridColumn30.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn31.Header.VisiblePosition = 13;
- ultraGridColumn31.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn32.Header.VisiblePosition = 15;
- ultraGridColumn32.Hidden = true;
- ultraGridColumn33.Header.VisiblePosition = 17;
- ultraGridColumn33.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn34.Header.VisiblePosition = 18;
- ultraGridColumn34.Hidden = true;
- ultraGridColumn34.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
- ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn35.Header.VisiblePosition = 19;
- ultraGridColumn35.Hidden = true;
- ultraGridColumn36.Header.VisiblePosition = 20;
- ultraGridColumn36.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
- ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn37.DataType = typeof(bool);
- ultraGridColumn37.Header.Caption = "选择";
- ultraGridColumn37.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn37.Header.VisiblePosition = 16;
- ultraGridColumn37.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
- ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37});
- ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid1.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
- this.ultraGrid1.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
- appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.ForeColor = System.Drawing.Color.IndianRed;
- appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
- this.ultraGrid1.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
- this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
- appearance2.TextVAlignAsString = "Middle";
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance2;
- appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
- appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance4.TextVAlignAsString = "Middle";
- this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 14F, 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(1696, 501);
- this.ultraGrid1.TabIndex = 8;
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable2});
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- 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.dataTable2.TableName = "Table1";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "物料编码";
- this.dataColumn16.ColumnName = "matterNo";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "物料名称";
- this.dataColumn17.ColumnName = "matterName";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "索引码";
- this.dataColumn18.ColumnName = "indexCode";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "助记码";
- this.dataColumn19.ColumnName = "mnemonicCode";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "物料属性编号";
- this.dataColumn20.ColumnName = "matterNatureNo";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "物料属性名称";
- this.dataColumn21.ColumnName = "matterNatureName";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "计量属性编号";
- this.dataColumn22.ColumnName = "meterNatureNo";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "计量属性名称";
- this.dataColumn23.ColumnName = "meterNatureName";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "状态";
- this.dataColumn24.ColumnName = "validFlag";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "创建人编号";
- this.dataColumn25.ColumnName = "createManNo";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "创建人姓名";
- this.dataColumn26.ColumnName = "createManName";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "创建时间";
- this.dataColumn27.ColumnName = "createTime";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "修改人编号";
- this.dataColumn28.ColumnName = "updateManNo";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "修改人姓名";
- this.dataColumn29.ColumnName = "updateManName";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "修改时间";
- this.dataColumn30.ColumnName = "updateTime";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "计量码";
- this.dataColumn31.ColumnName = "meterCode";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "备注";
- this.dataColumn32.ColumnName = "memo";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "物料分类";
- this.dataColumn33.ColumnName = "reportCode";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "物料系数编码";
- this.dataColumn34.ColumnName = "beltTypeCode";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "物料类型";
- this.dataColumn35.ColumnName = "beltTypeName";
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.cbMatType2);
- this.ultraGroupBox2.Controls.Add(this.label5);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1696, 81);
- this.ultraGroupBox2.TabIndex = 133;
- this.ultraGroupBox2.Text = "数据编辑区域";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // cbMatType2
- //
- this.cbMatType2.CheckedListSettings.CheckStateMember = "";
- appearance17.BackColor = System.Drawing.SystemColors.Window;
- appearance17.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cbMatType2.DisplayLayout.Appearance = appearance17;
- this.cbMatType2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cbMatType2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance18.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance18.BorderColor = System.Drawing.SystemColors.Window;
- this.cbMatType2.DisplayLayout.GroupByBox.Appearance = appearance18;
- appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cbMatType2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance19;
- this.cbMatType2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance20.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance20.BackColor2 = System.Drawing.SystemColors.Control;
- appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance20.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cbMatType2.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
- this.cbMatType2.DisplayLayout.MaxColScrollRegions = 1;
- this.cbMatType2.DisplayLayout.MaxRowScrollRegions = 1;
- appearance21.BackColor = System.Drawing.SystemColors.Window;
- appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cbMatType2.DisplayLayout.Override.ActiveCellAppearance = appearance21;
- appearance22.BackColor = System.Drawing.SystemColors.Highlight;
- appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cbMatType2.DisplayLayout.Override.ActiveRowAppearance = appearance22;
- this.cbMatType2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cbMatType2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance25.BackColor = System.Drawing.SystemColors.Window;
- this.cbMatType2.DisplayLayout.Override.CardAreaAppearance = appearance25;
- appearance26.BorderColor = System.Drawing.Color.Silver;
- appearance26.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cbMatType2.DisplayLayout.Override.CellAppearance = appearance26;
- this.cbMatType2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cbMatType2.DisplayLayout.Override.CellPadding = 0;
- appearance29.BackColor = System.Drawing.SystemColors.Control;
- appearance29.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance29.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance29.BorderColor = System.Drawing.SystemColors.Window;
- this.cbMatType2.DisplayLayout.Override.GroupByRowAppearance = appearance29;
- appearance31.TextHAlignAsString = "Left";
- this.cbMatType2.DisplayLayout.Override.HeaderAppearance = appearance31;
- this.cbMatType2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cbMatType2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance32.BackColor = System.Drawing.SystemColors.Window;
- appearance32.BorderColor = System.Drawing.Color.Silver;
- this.cbMatType2.DisplayLayout.Override.RowAppearance = appearance32;
- this.cbMatType2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance33.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cbMatType2.DisplayLayout.Override.TemplateAddRowAppearance = appearance33;
- this.cbMatType2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cbMatType2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cbMatType2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cbMatType2.Font = new System.Drawing.Font("宋体", 12F);
- this.cbMatType2.Location = new System.Drawing.Point(124, 31);
- this.cbMatType2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cbMatType2.Name = "cbMatType2";
- this.cbMatType2.Size = new System.Drawing.Size(216, 26);
- this.cbMatType2.TabIndex = 131;
- //
- // label5
- //
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label5.Location = new System.Drawing.Point(49, 38);
- this.label5.Margin = new System.Windows.Forms.Padding(3);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(82, 14);
- this.label5.TabIndex = 132;
- this.label5.Text = "物料类型:";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.panel2);
- this.ultraGroupBox1.Controls.Add(this.panel1);
- 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(1704, 706);
- this.ultraGroupBox1.TabIndex = 1;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraTabControl1);
- this.panel2.Controls.Add(this.ultraGroupBoxCondition);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 30);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1698, 673);
- this.panel2.TabIndex = 1;
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Font = new System.Drawing.Font("宋体", 11F);
- this.ultraTabControl1.ImageTransparentColor = System.Drawing.SystemColors.ActiveCaption;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 61);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(1698, 612);
- this.ultraTabControl1.TabIndex = 3;
- ultraTab1.TabPage = this.ultraTabPageControl1;
- ultraTab1.Text = "物料系数";
- ultraTab2.TabPage = this.ultraTabPageControl2;
- ultraTab2.Text = "物料分配";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab1,
- ultraTab2});
- this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1696, 586);
- //
- // ultraGroupBoxCondition
- //
- this.ultraGroupBoxCondition.Controls.Add(this.checkBox1);
- this.ultraGroupBoxCondition.Controls.Add(this.label4);
- this.ultraGroupBoxCondition.Controls.Add(this.textWgtName);
- this.ultraGroupBoxCondition.Controls.Add(this.label1);
- this.ultraGroupBoxCondition.Controls.Add(this.ultraCombo1);
- this.ultraGroupBoxCondition.Controls.Add(this.cbSpotName);
- this.ultraGroupBoxCondition.Controls.Add(this.label2);
- this.ultraGroupBoxCondition.Controls.Add(this.label3);
- this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
- this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 61);
- this.ultraGroupBoxCondition.TabIndex = 0;
- this.ultraGroupBoxCondition.Text = "查询条件";
- this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Font = new System.Drawing.Font("宋体", 12F);
- this.checkBox1.Location = new System.Drawing.Point(975, 22);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(91, 20);
- this.checkBox1.TabIndex = 147;
- this.checkBox1.Text = "所有物料";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 10F);
- this.label4.ForeColor = System.Drawing.Color.Red;
- this.label4.Location = new System.Drawing.Point(591, 3);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(91, 14);
- this.label4.TabIndex = 134;
- this.label4.Text = "查询物料条件";
- //
- // textWgtName
- //
- this.textWgtName.Font = new System.Drawing.Font("宋体", 12F);
- this.textWgtName.Location = new System.Drawing.Point(732, 21);
- this.textWgtName.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.textWgtName.Name = "textWgtName";
- this.textWgtName.Size = new System.Drawing.Size(216, 26);
- this.textWgtName.TabIndex = 133;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.Location = new System.Drawing.Point(666, 29);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 132;
- this.label1.Text = "物料名称";
- //
- // ultraCombo1
- //
- this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
- appearance5.BackColor = System.Drawing.SystemColors.Window;
- appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraCombo1.DisplayLayout.Appearance = appearance5;
- this.ultraCombo1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraCombo1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance6.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.GroupByBox.Appearance = appearance6;
- appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraCombo1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance8;
- this.ultraCombo1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance7.BackColor2 = System.Drawing.SystemColors.Control;
- appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraCombo1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
- this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraCombo1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
- appearance14.BackColor = System.Drawing.SystemColors.Highlight;
- appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraCombo1.DisplayLayout.Override.ActiveRowAppearance = appearance14;
- this.ultraCombo1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraCombo1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance16.BackColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.Override.CardAreaAppearance = appearance16;
- appearance12.BorderColor = System.Drawing.Color.Silver;
- appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraCombo1.DisplayLayout.Override.CellAppearance = appearance12;
- this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraCombo1.DisplayLayout.Override.CellPadding = 0;
- appearance10.BackColor = System.Drawing.SystemColors.Control;
- appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance10.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.Override.GroupByRowAppearance = appearance10;
- appearance9.TextHAlignAsString = "Left";
- this.ultraCombo1.DisplayLayout.Override.HeaderAppearance = appearance9;
- this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraCombo1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance15.BackColor = System.Drawing.SystemColors.Window;
- appearance15.BorderColor = System.Drawing.Color.Silver;
- this.ultraCombo1.DisplayLayout.Override.RowAppearance = appearance15;
- this.ultraCombo1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraCombo1.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
- this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraCombo1.Font = new System.Drawing.Font("宋体", 12F);
- this.ultraCombo1.Location = new System.Drawing.Point(90, 22);
- this.ultraCombo1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.ultraCombo1.Name = "ultraCombo1";
- this.ultraCombo1.Size = new System.Drawing.Size(149, 26);
- this.ultraCombo1.TabIndex = 131;
- //
- // cbSpotName
- //
- this.cbSpotName.Font = new System.Drawing.Font("宋体", 12F);
- this.cbSpotName.FormattingEnabled = true;
- this.cbSpotName.Location = new System.Drawing.Point(347, 22);
- this.cbSpotName.Name = "cbSpotName";
- this.cbSpotName.Size = new System.Drawing.Size(170, 24);
- this.cbSpotName.TabIndex = 129;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.Location = new System.Drawing.Point(278, 27);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 14);
- this.label2.TabIndex = 119;
- this.label2.Text = "卸货码头";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 10F);
- this.label3.Location = new System.Drawing.Point(14, 29);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(63, 14);
- this.label3.TabIndex = 117;
- this.label3.Text = "物料类型";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel1_Fill_Panel);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(3, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1698, 30);
- this.panel1.TabIndex = 0;
- //
- // panel1_Fill_Panel
- //
- this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
- this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
- this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
- this.panel1_Fill_Panel.TabIndex = 0;
- //
- // _panel1_Toolbars_Dock_Area_Left
- //
- this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
- this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
- this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool11,
- buttonTool13,
- buttonTool2,
- buttonTool9});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
- buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
- buttonTool5.SharedPropsInternal.Caption = "查询";
- buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
- buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
- buttonTool6.SharedPropsInternal.Caption = "导出";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
- buttonTool7.SharedPropsInternal.Caption = "删除";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
- buttonTool8.SharedPropsInternal.Caption = "还原";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
- buttonTool10.SharedPropsInternal.Caption = "退出";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
- buttonTool12.SharedPropsInternal.Caption = "新增";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
- buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
- buttonTool14.SharedPropsInternal.Caption = "修改";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance74.Image = ((object)(resources.GetObject("appearance74.Image")));
- buttonTool15.SharedPropsInternal.AppearancesLarge.Appearance = appearance74;
- appearance75.Image = ((object)(resources.GetObject("appearance75.Image")));
- buttonTool15.SharedPropsInternal.AppearancesSmall.Appearance = appearance75;
- buttonTool15.SharedPropsInternal.Caption = "物料分配";
- buttonTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool5,
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool10,
- buttonTool12,
- buttonTool14,
- buttonTool15});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _panel1_Toolbars_Dock_Area_Right
- //
- this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
- this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
- this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Top
- //
- this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
- this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
- this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Bottom
- //
- this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
- this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
- this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
- this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // frmBeltMatPmInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1704, 706);
- this.ControlBox = false;
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmBeltMatPmInfo";
- this.Text = "皮带秤预报管理";
- this.Load += new System.EventHandler(this.frmBeltMatPmInfo_Load);
- this.ultraTabPageControl1.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltMat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
- this.ultraGroupBoxEdit.ResumeLayout(false);
- this.tableLayoutPanel5.ResumeLayout(false);
- this.tableLayoutPanel5.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbMatType)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraGroupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbMatType2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
- this.ultraGroupBoxCondition.ResumeLayout(false);
- this.ultraGroupBoxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltMat;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel1_Fill_Panel;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
- private System.Windows.Forms.TextBox text1;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.ComboBox cb1;
- private System.Windows.Forms.ComboBox cb2;
- private System.Windows.Forms.ComboBox test;
- private System.Windows.Forms.ComboBox cbSpotName;
- private System.Windows.Forms.TextBox text2;
- 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 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 Infragistics.Win.UltraWinGrid.UltraCombo cbMatType;
- private System.Data.DataColumn dataColumn15;
- private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataSet dataSet2;
- private System.Data.DataTable dataTable2;
- 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.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textWgtName;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private Infragistics.Win.UltraWinGrid.UltraCombo cbMatType2;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.CheckBox checkBox1;
- }
- }
|