| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669 |
- namespace Core.StlMes.Client.YdmBase
- {
- partial class frmLocationDefine
- {
- /// <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("STORAGE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_ATTR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_TYPE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_TYPE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANAGEMENT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANAGEMENT_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DUMMY_FLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT_CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_TYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREA_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROW_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_LEN");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_WIDTH");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_HEIGHT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("X_COORDINATE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Y_COORDINATE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_ATTR_CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_ATTR_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DUMMY_FLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_STATE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LAY_MAX_NUM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_MAX_NUM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANAGEMENT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANAGEMENT_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT_CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_TYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_QUALITY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("库位面积", 0);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("坐标", 1);
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.cbm_Dw = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultrlSection = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtStorageNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkStorageNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkLocationNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtRackNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chkRackNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtLocationNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.txtLocationName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.chkLock = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkVitual = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
- this.txtLocationLen = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtLocationHeght = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
- this.txtLocationWidth = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
- this.txtYCoordinates = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtXCoordinates = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
- this.cmbLocationAttr = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.txtColEnd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtColStart = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtRow = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.txtArea = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.cmbLocationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.txtLocaNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.txtStorNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGrid2 = 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.dataColumn37 = new System.Data.DataColumn();
- this.dataColumn38 = new System.Data.DataColumn();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.dataColumn24 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = new System.Data.DataColumn();
- this.dataColumn30 = new System.Data.DataColumn();
- this.dataColumn31 = new System.Data.DataColumn();
- this.dataColumn32 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataColumn34 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn39 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- this.dataColumn41 = new System.Data.DataColumn();
- this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
- this.txtRackQuality = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtRackType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbm_Dw)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultrlSection)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStorageNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkStorageNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkLocationNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkRackNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkLock)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkVitual)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationLen)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationHeght)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtYCoordinates)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtXCoordinates)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationAttr)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtColEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtColStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRow)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtArea)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocaNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStorNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- this.ultraPanel3.ClientArea.SuspendLayout();
- this.ultraPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackQuality)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackType)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.cbm_Dw);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultrlSection);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtStorageNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkValid);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkStorageNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkLocationNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtRackNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkRackNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtLocationNo);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1361, 50);
- this.ultraPanel1.TabIndex = 0;
- //
- // cbm_Dw
- //
- this.cbm_Dw.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cbm_Dw.Location = new System.Drawing.Point(136, 14);
- this.cbm_Dw.Margin = new System.Windows.Forms.Padding(4);
- this.cbm_Dw.Name = "cbm_Dw";
- this.cbm_Dw.Size = new System.Drawing.Size(160, 24);
- this.cbm_Dw.TabIndex = 33;
- //
- // ultrlSection
- //
- this.ultrlSection.AutoSize = true;
- this.ultrlSection.Location = new System.Drawing.Point(33, 16);
- this.ultrlSection.Margin = new System.Windows.Forms.Padding(4);
- this.ultrlSection.Name = "ultrlSection";
- this.ultrlSection.Size = new System.Drawing.Size(84, 22);
- this.ultrlSection.TabIndex = 10;
- this.ultrlSection.Text = "作业科室";
- this.ultrlSection.CheckedChanged += new System.EventHandler(this.ultrlSection_CheckedChanged);
- //
- // txtStorageNo
- //
- this.txtStorageNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtStorageNo.Location = new System.Drawing.Point(915, 12);
- this.txtStorageNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtStorageNo.Name = "txtStorageNo";
- this.txtStorageNo.ReadOnly = true;
- this.txtStorageNo.Size = new System.Drawing.Size(133, 24);
- this.txtStorageNo.TabIndex = 7;
- this.txtStorageNo.Visible = false;
- //
- // chkValid
- //
- this.chkValid.AutoSize = true;
- this.chkValid.Location = new System.Drawing.Point(1056, 12);
- this.chkValid.Margin = new System.Windows.Forms.Padding(4);
- this.chkValid.Name = "chkValid";
- this.chkValid.Size = new System.Drawing.Size(84, 22);
- this.chkValid.TabIndex = 8;
- this.chkValid.Text = "包含无效";
- this.chkValid.Visible = false;
- this.chkValid.CheckedChanged += new System.EventHandler(this.ultraCheckEditor7_CheckedChanged);
- //
- // chkStorageNo
- //
- this.chkStorageNo.AutoSize = true;
- this.chkStorageNo.Location = new System.Drawing.Point(816, 14);
- this.chkStorageNo.Margin = new System.Windows.Forms.Padding(4);
- this.chkStorageNo.Name = "chkStorageNo";
- this.chkStorageNo.Size = new System.Drawing.Size(84, 22);
- this.chkStorageNo.TabIndex = 6;
- this.chkStorageNo.Text = "库号编码";
- this.chkStorageNo.Visible = false;
- this.chkStorageNo.CheckedChanged += new System.EventHandler(this.ultraCheckEditor6_CheckedChanged);
- //
- // chkLocationNo
- //
- this.chkLocationNo.AutoSize = true;
- this.chkLocationNo.Location = new System.Drawing.Point(341, 14);
- this.chkLocationNo.Margin = new System.Windows.Forms.Padding(4);
- this.chkLocationNo.Name = "chkLocationNo";
- this.chkLocationNo.Size = new System.Drawing.Size(84, 22);
- this.chkLocationNo.TabIndex = 2;
- this.chkLocationNo.Text = "库位编码";
- this.chkLocationNo.Visible = false;
- this.chkLocationNo.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
- //
- // txtRackNo
- //
- this.txtRackNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtRackNo.Location = new System.Drawing.Point(671, 12);
- this.txtRackNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtRackNo.Name = "txtRackNo";
- this.txtRackNo.ReadOnly = true;
- this.txtRackNo.Size = new System.Drawing.Size(133, 24);
- this.txtRackNo.TabIndex = 5;
- this.txtRackNo.Visible = false;
- //
- // chkRackNo
- //
- this.chkRackNo.AutoSize = true;
- this.chkRackNo.Location = new System.Drawing.Point(588, 14);
- this.chkRackNo.Margin = new System.Windows.Forms.Padding(4);
- this.chkRackNo.Name = "chkRackNo";
- this.chkRackNo.Size = new System.Drawing.Size(69, 22);
- this.chkRackNo.TabIndex = 4;
- this.chkRackNo.Text = "料架号";
- this.chkRackNo.Visible = false;
- this.chkRackNo.CheckedChanged += new System.EventHandler(this.ultraCheckEditor3_CheckedChanged);
- //
- // txtLocationNo
- //
- this.txtLocationNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtLocationNo.Location = new System.Drawing.Point(440, 12);
- this.txtLocationNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocationNo.Name = "txtLocationNo";
- this.txtLocationNo.ReadOnly = true;
- this.txtLocationNo.Size = new System.Drawing.Size(133, 24);
- this.txtLocationNo.TabIndex = 3;
- this.txtLocationNo.Visible = false;
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1361, 128);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 343);
- this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1361, 128);
- this.ultraExpandableGroupBox1.TabIndex = 1;
- this.ultraExpandableGroupBox1.Text = "编辑区";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.AutoScroll = true;
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackQuality);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtLocationName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.chkLock);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.chkVitual);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel22);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel20);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel18);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtLocationLen);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtLocationHeght);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtLocationWidth);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel17);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtYCoordinates);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtXCoordinates);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbLocationAttr);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtColEnd);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtColStart);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRow);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtArea);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbLocationType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtLocaNo);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtStorNo);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
- this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1355, 104);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // txtLocationName
- //
- this.txtLocationName.Location = new System.Drawing.Point(283, 5);
- this.txtLocationName.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocationName.Name = "txtLocationName";
- this.txtLocationName.Size = new System.Drawing.Size(133, 24);
- this.txtLocationName.TabIndex = 57;
- //
- // ultraLabel10
- //
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(240, 11);
- this.ultraLabel10.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel10.TabIndex = 56;
- this.ultraLabel10.Text = "料位";
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(557, 44);
- this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(13, 17);
- this.ultraLabel6.TabIndex = 55;
- this.ultraLabel6.Text = "-";
- //
- // chkLock
- //
- this.chkLock.AutoSize = true;
- this.chkLock.BackColor = System.Drawing.Color.Transparent;
- this.chkLock.BackColorInternal = System.Drawing.Color.Transparent;
- this.chkLock.Location = new System.Drawing.Point(929, 38);
- this.chkLock.Margin = new System.Windows.Forms.Padding(4);
- this.chkLock.Name = "chkLock";
- this.chkLock.Size = new System.Drawing.Size(84, 22);
- this.chkLock.TabIndex = 23;
- this.chkLock.Text = "是否封锁";
- this.chkLock.CheckedChanged += new System.EventHandler(this.ultraCheckEditor4_CheckedChanged);
- //
- // chkVitual
- //
- this.chkVitual.AutoSize = true;
- this.chkVitual.BackColor = System.Drawing.Color.Transparent;
- this.chkVitual.BackColorInternal = System.Drawing.Color.Transparent;
- this.chkVitual.Location = new System.Drawing.Point(929, 8);
- this.chkVitual.Margin = new System.Windows.Forms.Padding(4);
- this.chkVitual.Name = "chkVitual";
- this.chkVitual.Size = new System.Drawing.Size(84, 22);
- this.chkVitual.TabIndex = 22;
- this.chkVitual.Text = "是否虚拟";
- this.chkVitual.CheckedChanged += new System.EventHandler(this.ultraCheckEditor5_CheckedChanged);
- //
- // ultraLabel22
- //
- this.ultraLabel22.AutoSize = true;
- this.ultraLabel22.Location = new System.Drawing.Point(665, 41);
- this.ultraLabel22.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel22.Name = "ultraLabel22";
- this.ultraLabel22.Size = new System.Drawing.Size(21, 17);
- this.ultraLabel22.TabIndex = 50;
- this.ultraLabel22.Text = "mm";
- //
- // ultraLabel20
- //
- this.ultraLabel20.AutoSize = true;
- this.ultraLabel20.Location = new System.Drawing.Point(904, 74);
- this.ultraLabel20.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel20.Name = "ultraLabel20";
- this.ultraLabel20.Size = new System.Drawing.Size(21, 17);
- this.ultraLabel20.TabIndex = 49;
- this.ultraLabel20.Text = "mm";
- //
- // ultraLabel19
- //
- this.ultraLabel19.AutoSize = true;
- this.ultraLabel19.Location = new System.Drawing.Point(904, 45);
- this.ultraLabel19.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel19.Name = "ultraLabel19";
- this.ultraLabel19.Size = new System.Drawing.Size(21, 17);
- this.ultraLabel19.TabIndex = 48;
- this.ultraLabel19.Text = "mm";
- //
- // ultraLabel18
- //
- this.ultraLabel18.AutoSize = true;
- this.ultraLabel18.Location = new System.Drawing.Point(904, 16);
- this.ultraLabel18.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel18.Name = "ultraLabel18";
- this.ultraLabel18.Size = new System.Drawing.Size(21, 17);
- this.ultraLabel18.TabIndex = 47;
- this.ultraLabel18.Text = "mm";
- //
- // txtLocationLen
- //
- this.txtLocationLen.Location = new System.Drawing.Point(767, 68);
- this.txtLocationLen.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocationLen.MaxLength = 6;
- this.txtLocationLen.Name = "txtLocationLen";
- this.txtLocationLen.Size = new System.Drawing.Size(133, 24);
- this.txtLocationLen.TabIndex = 21;
- //
- // txtLocationHeght
- //
- this.txtLocationHeght.AccessibleDescription = "";
- this.txtLocationHeght.Location = new System.Drawing.Point(767, 38);
- this.txtLocationHeght.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocationHeght.MaxLength = 6;
- this.txtLocationHeght.Name = "txtLocationHeght";
- this.txtLocationHeght.Size = new System.Drawing.Size(133, 24);
- this.txtLocationHeght.TabIndex = 20;
- this.txtLocationHeght.Tag = "";
- //
- // ultraLabel13
- //
- this.ultraLabel13.AutoSize = true;
- this.ultraLabel13.Location = new System.Drawing.Point(691, 71);
- this.ultraLabel13.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel13.Name = "ultraLabel13";
- this.ultraLabel13.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel13.TabIndex = 44;
- this.ultraLabel13.Text = "料位长度";
- //
- // ultraLabel14
- //
- this.ultraLabel14.AutoSize = true;
- this.ultraLabel14.Location = new System.Drawing.Point(691, 42);
- this.ultraLabel14.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel14.Name = "ultraLabel14";
- this.ultraLabel14.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel14.TabIndex = 43;
- this.ultraLabel14.Text = "料位高度";
- //
- // txtLocationWidth
- //
- this.txtLocationWidth.Location = new System.Drawing.Point(767, 6);
- this.txtLocationWidth.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocationWidth.MaxLength = 6;
- this.txtLocationWidth.Name = "txtLocationWidth";
- this.txtLocationWidth.Size = new System.Drawing.Size(133, 24);
- this.txtLocationWidth.TabIndex = 19;
- //
- // ultraLabel17
- //
- this.ultraLabel17.AutoSize = true;
- this.ultraLabel17.Location = new System.Drawing.Point(691, 11);
- this.ultraLabel17.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel17.Name = "ultraLabel17";
- this.ultraLabel17.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel17.TabIndex = 41;
- this.ultraLabel17.Text = "料位宽度";
- //
- // txtYCoordinates
- //
- this.txtYCoordinates.Location = new System.Drawing.Point(575, 38);
- this.txtYCoordinates.Margin = new System.Windows.Forms.Padding(4);
- this.txtYCoordinates.MaxLength = 10;
- this.txtYCoordinates.Name = "txtYCoordinates";
- this.txtYCoordinates.Size = new System.Drawing.Size(87, 24);
- this.txtYCoordinates.TabIndex = 18;
- //
- // txtXCoordinates
- //
- this.txtXCoordinates.AccessibleDescription = "";
- this.txtXCoordinates.Location = new System.Drawing.Point(467, 36);
- this.txtXCoordinates.Margin = new System.Windows.Forms.Padding(4);
- this.txtXCoordinates.MaxLength = 10;
- this.txtXCoordinates.Name = "txtXCoordinates";
- this.txtXCoordinates.Size = new System.Drawing.Size(87, 24);
- this.txtXCoordinates.TabIndex = 17;
- this.txtXCoordinates.Tag = "";
- //
- // ultraLabel16
- //
- this.ultraLabel16.AutoSize = true;
- this.ultraLabel16.Location = new System.Drawing.Point(425, 41);
- this.ultraLabel16.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel16.Name = "ultraLabel16";
- this.ultraLabel16.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel16.TabIndex = 36;
- this.ultraLabel16.Text = "坐标";
- //
- // cmbLocationAttr
- //
- this.cmbLocationAttr.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbLocationAttr.Location = new System.Drawing.Point(99, 66);
- this.cmbLocationAttr.Margin = new System.Windows.Forms.Padding(4);
- this.cmbLocationAttr.Name = "cmbLocationAttr";
- this.cmbLocationAttr.Size = new System.Drawing.Size(133, 24);
- this.cmbLocationAttr.TabIndex = 10;
- //
- // ultraLabel11
- //
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(23, 71);
- this.ultraLabel11.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel11.TabIndex = 26;
- this.ultraLabel11.Text = "料位属性";
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(557, 12);
- this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(13, 17);
- this.ultraLabel7.TabIndex = 20;
- this.ultraLabel7.Text = "-";
- //
- // txtColEnd
- //
- this.txtColEnd.Location = new System.Drawing.Point(575, 6);
- this.txtColEnd.Margin = new System.Windows.Forms.Padding(4);
- this.txtColEnd.MaxLength = 3;
- this.txtColEnd.Name = "txtColEnd";
- this.txtColEnd.Size = new System.Drawing.Size(87, 24);
- this.txtColEnd.TabIndex = 15;
- this.txtColEnd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ultraTextEditor8_KeyPress);
- //
- // txtColStart
- //
- this.txtColStart.Location = new System.Drawing.Point(467, 6);
- this.txtColStart.Margin = new System.Windows.Forms.Padding(4);
- this.txtColStart.MaxLength = 3;
- this.txtColStart.Name = "txtColStart";
- this.txtColStart.Size = new System.Drawing.Size(87, 24);
- this.txtColStart.TabIndex = 14;
- this.txtColStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ultraTextEditor9_KeyPress);
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(425, 11);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel8.TabIndex = 17;
- this.ultraLabel8.Text = "行号";
- //
- // txtMemo
- //
- this.txtMemo.Location = new System.Drawing.Point(973, 65);
- this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
- this.txtMemo.MaxLength = 100;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(195, 24);
- this.txtMemo.TabIndex = 13;
- //
- // txtRow
- //
- this.txtRow.Location = new System.Drawing.Point(467, 69);
- this.txtRow.Margin = new System.Windows.Forms.Padding(4);
- this.txtRow.MaxLength = 3;
- this.txtRow.Name = "txtRow";
- this.txtRow.Size = new System.Drawing.Size(195, 24);
- this.txtRow.TabIndex = 13;
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(931, 70);
- this.ultraLabel9.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel9.TabIndex = 13;
- this.ultraLabel9.Text = "备注";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(424, 74);
- this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel5.TabIndex = 13;
- this.ultraLabel5.Text = "列号";
- //
- // txtArea
- //
- this.txtArea.Location = new System.Drawing.Point(283, 68);
- this.txtArea.Margin = new System.Windows.Forms.Padding(4);
- this.txtArea.MaxLength = 1;
- this.txtArea.Name = "txtArea";
- this.txtArea.Size = new System.Drawing.Size(133, 24);
- this.txtArea.TabIndex = 12;
- this.txtArea.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ultraTextEditor5_KeyPress);
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(240, 72);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel4.TabIndex = 11;
- this.ultraLabel4.Text = "区号";
- //
- // cmbLocationType
- //
- this.cmbLocationType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbLocationType.Location = new System.Drawing.Point(99, 36);
- this.cmbLocationType.Margin = new System.Windows.Forms.Padding(4);
- this.cmbLocationType.Name = "cmbLocationType";
- this.cmbLocationType.Size = new System.Drawing.Size(133, 24);
- this.cmbLocationType.TabIndex = 9;
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(23, 41);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel3.TabIndex = 10;
- this.ultraLabel3.Text = "料位类型";
- //
- // txtLocaNo
- //
- this.txtLocaNo.Location = new System.Drawing.Point(99, 6);
- this.txtLocaNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtLocaNo.Name = "txtLocaNo";
- this.txtLocaNo.ReadOnly = true;
- this.txtLocaNo.Size = new System.Drawing.Size(133, 24);
- this.txtLocaNo.TabIndex = 8;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(23, 11);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel1.TabIndex = 7;
- this.ultraLabel1.Text = "料位编码";
- //
- // txtStorNo
- //
- this.txtStorNo.Location = new System.Drawing.Point(283, 35);
- this.txtStorNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtStorNo.Name = "txtStorNo";
- this.txtStorNo.ReadOnly = true;
- this.txtStorNo.Size = new System.Drawing.Size(133, 24);
- this.txtStorNo.TabIndex = 11;
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(240, 40);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel2.TabIndex = 5;
- this.ultraLabel2.Text = "库号";
- //
- // ultraExpandableGroupBox2
- //
- this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near;
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(384, 293);
- this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 50);
- this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(384, 293);
- this.ultraExpandableGroupBox2.TabIndex = 4;
- this.ultraExpandableGroupBox2.Text = "库号信息#";
- this.ultraExpandableGroupBox2.VerticalTextOrientation = Infragistics.Win.Misc.GroupBoxVerticalTextOrientation.TopToBottom;
- this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraExpandableGroupBoxPanel2
- //
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid2);
- this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(22, 3);
- this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
- this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(359, 287);
- this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
- //
- // ultraGrid2
- //
- this.ultraGrid2.DataMember = "Table1";
- this.ultraGrid2.DataSource = this.dataSet1;
- this.ultraGrid2.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Hidden = true;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.Hidden = true;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.Hidden = true;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(359, 287);
- this.ultraGrid2.TabIndex = 3;
- this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable2});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn37,
- this.dataColumn38});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "仓库代码";
- this.dataColumn1.ColumnName = "STORAGE_NO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "仓库名称";
- this.dataColumn2.ColumnName = "STORAGE_NAME";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "仓库类型";
- this.dataColumn3.ColumnName = "STORAGE_ATTR";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "库类别代码";
- this.dataColumn4.ColumnName = "STORAGE_TYPE_NO";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "库类别描述";
- this.dataColumn5.ColumnName = "STORAGE_TYPE_NAME";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "作业科室代码";
- this.dataColumn6.ColumnName = "MANAGEMENT_NO";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "作业科室";
- this.dataColumn7.ColumnName = "MANAGEMENT_NAME";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "是否虚拟库";
- this.dataColumn8.ColumnName = "DUMMY_FLAG";
- //
- // dataColumn37
- //
- this.dataColumn37.Caption = "作业单位代码";
- this.dataColumn37.ColumnName = "DEPARTMENT_CODE";
- //
- // dataColumn38
- //
- this.dataColumn38.Caption = "作业单位";
- this.dataColumn38.ColumnName = "DEPARTMENT_DESC";
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn39,
- this.dataColumn40,
- this.dataColumn41,
- this.dataColumn42,
- this.dataColumn43});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "料位代码";
- this.dataColumn9.ColumnName = "LOCATION_NO";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "库号";
- this.dataColumn10.ColumnName = "STORAGE_NO";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "料位类型";
- this.dataColumn11.ColumnName = "LOCATION_TYPE";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "区号";
- this.dataColumn12.ColumnName = "AREA_NO";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "行号";
- this.dataColumn13.ColumnName = "ROW_NO";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "列号";
- this.dataColumn14.ColumnName = "COL_NO";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "料架编号";
- this.dataColumn15.ColumnName = "RACK_NO";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "料位长度";
- this.dataColumn16.ColumnName = "LOCATION_LEN";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "料位宽度";
- this.dataColumn17.ColumnName = "LOCATION_WIDTH";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "料位高度";
- this.dataColumn18.ColumnName = "LOCATION_HEIGHT";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "X坐标";
- this.dataColumn19.ColumnName = "X_COORDINATE";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "Y坐标";
- this.dataColumn20.ColumnName = "Y_COORDINATE";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "料位属性";
- this.dataColumn21.ColumnName = "LOCATION_ATTR_CODE";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "料位属性描述";
- this.dataColumn22.ColumnName = "LOCATION_ATTR_NAME";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "虚拟";
- this.dataColumn23.ColumnName = "DUMMY_FLAG";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "封锁";
- this.dataColumn24.ColumnName = "LOCATION_STATE";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "层数";
- this.dataColumn25.ColumnName = "LAY_MAX_NUM";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "每层数量";
- this.dataColumn26.ColumnName = "COL_MAX_NUM";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "作业科室代码";
- this.dataColumn27.ColumnName = "MANAGEMENT_NO";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "作业科室";
- this.dataColumn28.ColumnName = "MANAGEMENT_NAME";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "备注";
- this.dataColumn29.ColumnName = "MEMO";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "有效标志";
- this.dataColumn30.ColumnName = "VALIDFLAG";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "创建人";
- this.dataColumn31.ColumnName = "CREATE_NAME";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "创建时间";
- this.dataColumn32.ColumnName = "CREATE_TIME";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "修改人";
- this.dataColumn33.ColumnName = "UPDATE_NAME";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "修改时间";
- this.dataColumn34.ColumnName = "UPDATE_TIME";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "删除人";
- this.dataColumn35.ColumnName = "DELETE_NAME";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "删除时间";
- this.dataColumn36.ColumnName = "DELETE_TIME";
- //
- // dataColumn39
- //
- this.dataColumn39.Caption = "作业单位代码";
- this.dataColumn39.ColumnName = "DEPARTMENT_CODE";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "作业单位";
- this.dataColumn40.ColumnName = "DEPARTMENT_DESC";
- //
- // dataColumn41
- //
- this.dataColumn41.Caption = "料位名称";
- this.dataColumn41.ColumnName = "LOCATION_NAME";
- //
- // ultraPanel3
- //
- //
- // ultraPanel3.ClientArea
- //
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
- this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel3.Location = new System.Drawing.Point(384, 50);
- this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel3.Name = "ultraPanel3";
- this.ultraPanel3.Size = new System.Drawing.Size(977, 293);
- this.ultraPanel3.TabIndex = 5;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table2";
- this.ultraGrid1.DataSource = this.dataSet1;
- ultraGridColumn11.Header.VisiblePosition = 0;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
- ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 1;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
- ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 2;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
- ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 3;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
- ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.Caption = "列号";
- ultraGridColumn15.Header.VisiblePosition = 4;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
- ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.Caption = "行号";
- ultraGridColumn16.Header.VisiblePosition = 5;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
- ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 6;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
- ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 7;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn19.Header.VisiblePosition = 8;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 30;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn20.Header.VisiblePosition = 9;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 32;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn21.Header.VisiblePosition = 10;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 34;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn22.Header.VisiblePosition = 11;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 35;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn23.Header.VisiblePosition = 12;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
- ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn24.Header.VisiblePosition = 13;
- ultraGridColumn24.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(99, 0);
- ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn25.DefaultCellValue = "False";
- ultraGridColumn25.Header.VisiblePosition = 14;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn25.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn26.DefaultCellValue = "False";
- ultraGridColumn26.Header.VisiblePosition = 15;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
- ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn26.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn27.Header.VisiblePosition = 16;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 24;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
- ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn28.Header.VisiblePosition = 17;
- ultraGridColumn28.RowLayoutColumnInfo.OriginX = 26;
- ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
- ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn29.Header.Caption = "作业单位代码";
- ultraGridColumn29.Header.VisiblePosition = 18;
- ultraGridColumn29.Hidden = true;
- ultraGridColumn29.RowLayoutColumnInfo.OriginX = 39;
- ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
- ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn30.Header.Caption = "作业单位名称";
- ultraGridColumn30.Header.VisiblePosition = 19;
- ultraGridColumn30.RowLayoutColumnInfo.OriginX = 43;
- ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
- ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn31.Header.VisiblePosition = 20;
- ultraGridColumn31.RowLayoutColumnInfo.OriginX = 47;
- ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(111, 0);
- ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn32.DefaultCellValue = "False";
- ultraGridColumn32.Header.VisiblePosition = 21;
- ultraGridColumn32.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
- ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn33.Header.VisiblePosition = 22;
- ultraGridColumn33.RowLayoutColumnInfo.OriginX = 49;
- ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
- ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn34.Header.VisiblePosition = 23;
- ultraGridColumn34.RowLayoutColumnInfo.OriginX = 51;
- ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(109, 0);
- ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn35.Header.VisiblePosition = 24;
- ultraGridColumn35.RowLayoutColumnInfo.OriginX = 53;
- ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
- ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn36.Header.VisiblePosition = 25;
- ultraGridColumn36.RowLayoutColumnInfo.OriginX = 55;
- ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn36.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn37.Header.VisiblePosition = 26;
- ultraGridColumn37.RowLayoutColumnInfo.OriginX = 57;
- ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
- ultraGridColumn37.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn38.Header.VisiblePosition = 27;
- ultraGridColumn38.RowLayoutColumnInfo.OriginX = 59;
- ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn38.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn39.Header.VisiblePosition = 28;
- ultraGridColumn39.Hidden = true;
- ultraGridColumn40.Header.VisiblePosition = 29;
- ultraGridColumn40.RowLayoutColumnInfo.OriginX = 45;
- ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn41.Header.VisiblePosition = 30;
- ultraGridColumn41.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(99, 0);
- ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn42.EditorComponent = this.txtRackType;
- ultraGridColumn42.Header.VisiblePosition = 31;
- ultraGridColumn42.RowLayoutColumnInfo.OriginX = 39;
- ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn43.EditorComponent = this.txtRackQuality;
- ultraGridColumn43.Header.VisiblePosition = 32;
- ultraGridColumn43.RowLayoutColumnInfo.OriginX = 41;
- ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn44.Header.VisiblePosition = 33;
- ultraGridColumn44.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
- ultraGridColumn44.RowLayoutColumnInfo.OriginX = 28;
- ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn44.RowLayoutColumnInfo.SpanX = 6;
- ultraGridColumn44.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn45.Header.VisiblePosition = 34;
- ultraGridColumn45.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
- ultraGridColumn45.RowLayoutColumnInfo.OriginX = 34;
- ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn45.RowLayoutColumnInfo.SpanX = 5;
- ultraGridColumn45.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37,
- ultraGridColumn38,
- ultraGridColumn39,
- ultraGridColumn40,
- ultraGridColumn41,
- ultraGridColumn42,
- ultraGridColumn43,
- ultraGridColumn44,
- ultraGridColumn45});
- ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(977, 293);
- this.ultraGrid1.TabIndex = 5;
- this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(1028, 12);
- this.ultraLabel12.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel12.TabIndex = 58;
- this.ultraLabel12.Text = "料架大小";
- //
- // ultraLabel15
- //
- this.ultraLabel15.AutoSize = true;
- this.ultraLabel15.Location = new System.Drawing.Point(1028, 41);
- this.ultraLabel15.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel15.Name = "ultraLabel15";
- this.ultraLabel15.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel15.TabIndex = 60;
- this.ultraLabel15.Text = "料架好坏";
- //
- // txtRackQuality
- //
- this.txtRackQuality.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem3.DataValue = "0";
- valueListItem3.DisplayText = "好";
- valueListItem4.DataValue = "1";
- valueListItem4.DisplayText = "坏";
- this.txtRackQuality.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem3,
- valueListItem4});
- this.txtRackQuality.Location = new System.Drawing.Point(1103, 37);
- this.txtRackQuality.Margin = new System.Windows.Forms.Padding(4);
- this.txtRackQuality.Name = "txtRackQuality";
- this.txtRackQuality.Size = new System.Drawing.Size(133, 24);
- this.txtRackQuality.TabIndex = 61;
- //
- // txtRackType
- //
- this.txtRackType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "0";
- valueListItem1.DisplayText = "大";
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "小";
- this.txtRackType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.txtRackType.Location = new System.Drawing.Point(1103, 9);
- this.txtRackType.Margin = new System.Windows.Forms.Padding(4);
- this.txtRackType.Name = "txtRackType";
- this.txtRackType.Size = new System.Drawing.Size(133, 24);
- this.txtRackType.TabIndex = 62;
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "料架大小";
- this.dataColumn42.ColumnName = "RACK_TYPE";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "料架好坏";
- this.dataColumn43.ColumnName = "RACK_QUALITY";
- //
- // frmLocationDefine
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1361, 471);
- this.Controls.Add(this.ultraPanel3);
- this.Controls.Add(this.ultraExpandableGroupBox2);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ultraPanel1);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "frmLocationDefine";
- this.Text = "仓库料位维护";
- this.Load += new System.EventHandler(this.frmLocationDefine_Load);
- this.Shown += new System.EventHandler(this.frmLocationDefine_Shown);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cbm_Dw)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultrlSection)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStorageNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkStorageNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkLocationNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkRackNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkLock)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkVitual)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationLen)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationHeght)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocationWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtYCoordinates)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtXCoordinates)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationAttr)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtColEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtColStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRow)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtArea)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLocaNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStorNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- this.ultraPanel3.ClientArea.ResumeLayout(false);
- this.ultraPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackQuality)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackType)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkLocationNo;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRackNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkRackNo;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStorNo;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLocationType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtArea;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtColEnd;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtColStart;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRow;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLocationAttr;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.Misc.UltraLabel ultraLabel16;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtYCoordinates;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtXCoordinates;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationLen;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationHeght;
- private Infragistics.Win.Misc.UltraLabel ultraLabel13;
- private Infragistics.Win.Misc.UltraLabel ultraLabel14;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationWidth;
- private Infragistics.Win.Misc.UltraLabel ultraLabel17;
- private Infragistics.Win.Misc.UltraLabel ultraLabel18;
- private Infragistics.Win.Misc.UltraLabel ultraLabel20;
- private Infragistics.Win.Misc.UltraLabel ultraLabel19;
- private Infragistics.Win.Misc.UltraLabel ultraLabel22;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkLock;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkVitual;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStorageNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkStorageNo;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private Infragistics.Win.Misc.UltraPanel ultraPanel3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- 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.DataTable dataTable2;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private System.Data.DataColumn dataColumn24;
- private System.Data.DataColumn dataColumn25;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataColumn dataColumn31;
- private System.Data.DataColumn dataColumn32;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn34;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn36;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private System.Data.DataColumn dataColumn37;
- private System.Data.DataColumn dataColumn38;
- private System.Data.DataColumn dataColumn39;
- private System.Data.DataColumn dataColumn40;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocaNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultrlSection;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbm_Dw;
- private System.Data.DataColumn dataColumn41;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txtRackType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txtRackQuality;
- private Infragistics.Win.Misc.UltraLabel ultraLabel15;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- }
- }
|