| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432 |
- using System;
- using System.Drawing;
- using System.Collections;
- using System.ComponentModel;
- using System.Windows.Forms;
- using Core.XgMes.Client.StorageBase;
- namespace Core.XgMes.Client.CoilMachiningManage
- {
- /// <summary>
- /// Frm_TurnoffSend 的摘要说明。
- /// </summary>
- public class Frm_TurnoffSend : Core.XgMes.Client.StorageBase.FrmStorageBaseMode
- {
- #region 变量
- private Infragistics.Win.UltraWinGrid.UltraGrid Grd_HCSendPlan;
- private System.Windows.Forms.Panel Pal_Edit;
- private Infragistics.Win.Misc.UltraButton btn_NSendID;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_SendPactNO;
- private Infragistics.Win.Misc.UltraLabel ultraLabel18;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_IncpName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel14;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_PLD;
- private Infragistics.Win.UltraWinEditors.UltraOptionSet Ops_SendType;
- private Infragistics.Win.Misc.UltraButton Btn_GetListCoding;
- private Infragistics.Win.Misc.UltraButton Btn_SendBillet;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_SendTime;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_Remark;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_ListCodingTop;
- private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_ClassTeam;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_ClassOrder;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_SendMan;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_ListCoding;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_VecihleNO;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_AskPlan;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_AskPlanID;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ListCode;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_ListCode;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_PactNO;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_EndTime;
- private Infragistics.Win.Misc.UltraLabel Lab_To;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_BeginTime;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_Clear;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_AskPlanID;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CoilID;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_CoilID;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_PactNO;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_DeliveryTime;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Coil_ID;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Station;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl Tab_Match;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.UltraWinGrid.UltraGrid Grd_Storage;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private Infragistics.Win.UltraWinGrid.UltraGrid Grd_Send;
- #endregion
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.Container components = null;
- public Frm_TurnoffSend()
- {
- //
- // Windows 窗体设计器支持所必需的
- //
- InitializeComponent();
- //
- // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
- //
- }
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- protected override void Dispose( bool disposing )
- {
- if( disposing )
- {
- if(components != null)
- {
- components.Dispose();
- }
- }
- base.Dispose( disposing );
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要使用代码编辑器修改
- /// 此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- 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 appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance89 = 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 appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance30 = 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.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = 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 appearance54 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance55 = 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.Appearance appearance64 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.Grd_Storage = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.Grd_Send = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.Grd_HCSendPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.Pal_Edit = new System.Windows.Forms.Panel();
- this.txt_Station = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chk_Clear = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.btn_NSendID = new Infragistics.Win.Misc.UltraButton();
- this.Txt_SendPactNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_IncpName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.Cmb_PLD = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.Ops_SendType = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
- this.Btn_GetListCoding = new Infragistics.Win.Misc.UltraButton();
- this.Btn_SendBillet = new Infragistics.Win.Misc.UltraButton();
- this.txt_Coil_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.Dte_SendTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_Remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_ListCodingTop = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.Cmb_ClassTeam = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.Cmb_ClassOrder = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.Cmb_SendMan = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_ListCoding = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_VecihleNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.Txt_AskPlan = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_AskPlanID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chk_AskPlanID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txt_ListCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chk_ListCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txt_CoilID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chk_CoilID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.Txt_PactNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chk_PactNO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.Dte_EndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.Lab_To = new Infragistics.Win.Misc.UltraLabel();
- this.Dte_BeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.chk_DeliveryTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.Tab_Match = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- ((System.ComponentModel.ISupportInitialize)(this.BaseToolBarManager)).BeginInit();
- this.FrmBaseMode_Fill_Panel.SuspendLayout();
- this.Pal_Top.SuspendLayout();
- this.Pal_Buttom.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Grp_Query)).BeginInit();
- this.Grp_Query.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Calc_Manager)).BeginInit();
- this.ultraTabPageControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Grd_Storage)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Grd_Send)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Grd_HCSendPlan)).BeginInit();
- this.Pal_Edit.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Station)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_SendPactNO)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_IncpName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_PLD)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Ops_SendType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Coil_ID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_SendTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_Remark)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCodingTop)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassTeam)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassOrder)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_SendMan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCoding)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_VecihleNO)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_AskPlan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_AskPlanID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ListCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CoilID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_PactNO)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_EndTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_BeginTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Tab_Match)).BeginInit();
- this.Tab_Match.SuspendLayout();
- this.SuspendLayout();
- //
- // BaseToolBarManager
- //
- this.BaseToolBarManager.MenuSettings.ForceSerialization = true;
- this.BaseToolBarManager.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
- //
- // FrmBaseMode_Fill_Panel
- //
- this.FrmBaseMode_Fill_Panel.Size = new System.Drawing.Size(960, 440);
- //
- // _FrmBaseMode_Toolbars_Dock_Area_Left
- //
- this._FrmBaseMode_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 20);
- this._FrmBaseMode_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 440);
- //
- // _FrmBaseMode_Toolbars_Dock_Area_Right
- //
- this._FrmBaseMode_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(960, 20);
- this._FrmBaseMode_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 440);
- //
- // _FrmBaseMode_Toolbars_Dock_Area_Top
- //
- this._FrmBaseMode_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(960, 20);
- //
- // _FrmBaseMode_Toolbars_Dock_Area_Bottom
- //
- this._FrmBaseMode_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 460);
- this._FrmBaseMode_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(960, 0);
- //
- // Pal_Top
- //
- this.Pal_Top.Size = new System.Drawing.Size(960, 63);
- //
- // Pal_Buttom
- //
- this.Pal_Buttom.Controls.Add(this.Tab_Match);
- this.Pal_Buttom.Controls.Add(this.Pal_Edit);
- this.Pal_Buttom.Controls.Add(this.Grd_HCSendPlan);
- this.Pal_Buttom.Size = new System.Drawing.Size(960, 377);
- //
- // Grp_Query
- //
- this.Grp_Query.Controls.Add(this.ultraLabel11);
- this.Grp_Query.Controls.Add(this.txt_AskPlanID);
- this.Grp_Query.Controls.Add(this.chk_AskPlanID);
- this.Grp_Query.Controls.Add(this.txt_ListCode);
- this.Grp_Query.Controls.Add(this.chk_ListCode);
- this.Grp_Query.Controls.Add(this.txt_CoilID);
- this.Grp_Query.Controls.Add(this.chk_CoilID);
- this.Grp_Query.Controls.Add(this.Txt_PactNO);
- this.Grp_Query.Controls.Add(this.chk_PactNO);
- this.Grp_Query.Controls.Add(this.Dte_EndTime);
- this.Grp_Query.Controls.Add(this.Lab_To);
- this.Grp_Query.Controls.Add(this.Dte_BeginTime);
- this.Grp_Query.Controls.Add(this.chk_DeliveryTime);
- this.Grp_Query.Size = new System.Drawing.Size(960, 63);
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.Grd_Storage);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(956, 128);
- //
- // Grd_Storage
- //
- this.Grd_Storage.CalcManager = this.Calc_Manager;
- this.Grd_Storage.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
- appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance1.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_Storage.DisplayLayout.GroupByBox.Appearance = appearance1;
- appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_Storage.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
- this.Grd_Storage.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Grd_Storage.DisplayLayout.GroupByBox.Hidden = true;
- appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance3.BackColor2 = System.Drawing.SystemColors.Control;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_Storage.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
- this.Grd_Storage.DisplayLayout.Override.CellPadding = 0;
- this.Grd_Storage.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
- appearance4.BackColor = System.Drawing.SystemColors.Control;
- appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance4.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance4.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_Storage.DisplayLayout.Override.GroupByRowAppearance = appearance4;
- appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance5.TextHAlign = Infragistics.Win.HAlign.Center;
- this.Grd_Storage.DisplayLayout.Override.HeaderAppearance = appearance5;
- this.Grd_Storage.DisplayLayout.Override.MinRowHeight = 21;
- appearance6.BackColor = System.Drawing.SystemColors.Window;
- appearance6.BorderColor = System.Drawing.Color.Silver;
- this.Grd_Storage.DisplayLayout.Override.RowAppearance = appearance6;
- appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
- this.Grd_Storage.DisplayLayout.Override.RowSelectorAppearance = appearance7;
- this.Grd_Storage.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.Grd_Storage.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Grd_Storage.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
- this.Grd_Storage.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Grd_Storage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Grd_Storage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Grd_Storage.Location = new System.Drawing.Point(0, 0);
- this.Grd_Storage.Name = "Grd_Storage";
- this.Grd_Storage.Size = new System.Drawing.Size(956, 128);
- this.Grd_Storage.TabIndex = 49;
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.Grd_Send);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(956, 128);
- //
- // Grd_Send
- //
- this.Grd_Send.CalcManager = this.Calc_Manager;
- this.Grd_Send.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
- appearance9.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance9.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_Send.DisplayLayout.GroupByBox.Appearance = appearance9;
- appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_Send.DisplayLayout.GroupByBox.BandLabelAppearance = appearance10;
- this.Grd_Send.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Grd_Send.DisplayLayout.GroupByBox.Hidden = true;
- appearance11.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance11.BackColor2 = System.Drawing.SystemColors.Control;
- appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance11.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_Send.DisplayLayout.GroupByBox.PromptAppearance = appearance11;
- this.Grd_Send.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
- this.Grd_Send.DisplayLayout.Override.CellPadding = 0;
- appearance12.BackColor = System.Drawing.SystemColors.Control;
- appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance12.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_Send.DisplayLayout.Override.GroupByRowAppearance = appearance12;
- appearance13.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance13.TextHAlign = Infragistics.Win.HAlign.Center;
- this.Grd_Send.DisplayLayout.Override.HeaderAppearance = appearance13;
- this.Grd_Send.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
- this.Grd_Send.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.Grd_Send.DisplayLayout.Override.MinRowHeight = 21;
- appearance14.BackColor = System.Drawing.SystemColors.Window;
- appearance14.BorderColor = System.Drawing.Color.Silver;
- this.Grd_Send.DisplayLayout.Override.RowAppearance = appearance14;
- appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
- this.Grd_Send.DisplayLayout.Override.RowSelectorAppearance = appearance15;
- this.Grd_Send.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
- this.Grd_Send.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.Grd_Send.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.Grd_Send.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
- appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Grd_Send.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
- this.Grd_Send.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Grd_Send.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Grd_Send.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Grd_Send.Location = new System.Drawing.Point(0, 0);
- this.Grd_Send.Name = "Grd_Send";
- this.Grd_Send.Size = new System.Drawing.Size(956, 128);
- this.Grd_Send.TabIndex = 49;
- //
- // Grd_HCSendPlan
- //
- this.Grd_HCSendPlan.CalcManager = this.Calc_Manager;
- this.Grd_HCSendPlan.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
- appearance82.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance82.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance82.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_HCSendPlan.DisplayLayout.GroupByBox.Appearance = appearance82;
- appearance83.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_HCSendPlan.DisplayLayout.GroupByBox.BandLabelAppearance = appearance83;
- this.Grd_HCSendPlan.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Grd_HCSendPlan.DisplayLayout.GroupByBox.Hidden = true;
- appearance84.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance84.BackColor2 = System.Drawing.SystemColors.Control;
- appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance84.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Grd_HCSendPlan.DisplayLayout.GroupByBox.PromptAppearance = appearance84;
- this.Grd_HCSendPlan.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
- this.Grd_HCSendPlan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- this.Grd_HCSendPlan.DisplayLayout.Override.CellPadding = 0;
- appearance85.BackColor = System.Drawing.SystemColors.Control;
- appearance85.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance85.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance85.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance85.BorderColor = System.Drawing.SystemColors.Window;
- this.Grd_HCSendPlan.DisplayLayout.Override.GroupByRowAppearance = appearance85;
- appearance86.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance86.TextHAlign = Infragistics.Win.HAlign.Center;
- this.Grd_HCSendPlan.DisplayLayout.Override.HeaderAppearance = appearance86;
- this.Grd_HCSendPlan.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.Grd_HCSendPlan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.Grd_HCSendPlan.DisplayLayout.Override.MinRowHeight = 21;
- appearance87.BackColor = System.Drawing.SystemColors.Window;
- appearance87.BorderColor = System.Drawing.Color.Silver;
- this.Grd_HCSendPlan.DisplayLayout.Override.RowAppearance = appearance87;
- appearance88.BackColor = System.Drawing.Color.LightSteelBlue;
- this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorAppearance = appearance88;
- this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
- this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.Grd_HCSendPlan.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
- appearance89.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Grd_HCSendPlan.DisplayLayout.Override.TemplateAddRowAppearance = appearance89;
- this.Grd_HCSendPlan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Grd_HCSendPlan.Dock = System.Windows.Forms.DockStyle.Top;
- this.Grd_HCSendPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Grd_HCSendPlan.Location = new System.Drawing.Point(0, 0);
- this.Grd_HCSendPlan.Name = "Grd_HCSendPlan";
- this.Grd_HCSendPlan.Size = new System.Drawing.Size(960, 130);
- this.Grd_HCSendPlan.TabIndex = 43;
- //
- // Pal_Edit
- //
- this.Pal_Edit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Pal_Edit.Controls.Add(this.txt_Station);
- this.Pal_Edit.Controls.Add(this.ultraLabel10);
- this.Pal_Edit.Controls.Add(this.ultraCheckEditor1);
- this.Pal_Edit.Controls.Add(this.chk_Clear);
- this.Pal_Edit.Controls.Add(this.btn_NSendID);
- this.Pal_Edit.Controls.Add(this.Txt_SendPactNO);
- this.Pal_Edit.Controls.Add(this.ultraLabel18);
- this.Pal_Edit.Controls.Add(this.Txt_IncpName);
- this.Pal_Edit.Controls.Add(this.ultraLabel14);
- this.Pal_Edit.Controls.Add(this.ultraLabel12);
- this.Pal_Edit.Controls.Add(this.Cmb_PLD);
- this.Pal_Edit.Controls.Add(this.Ops_SendType);
- this.Pal_Edit.Controls.Add(this.Btn_GetListCoding);
- this.Pal_Edit.Controls.Add(this.Btn_SendBillet);
- this.Pal_Edit.Controls.Add(this.txt_Coil_ID);
- this.Pal_Edit.Controls.Add(this.ultraLabel9);
- this.Pal_Edit.Controls.Add(this.Dte_SendTime);
- this.Pal_Edit.Controls.Add(this.ultraLabel8);
- this.Pal_Edit.Controls.Add(this.Txt_Remark);
- this.Pal_Edit.Controls.Add(this.ultraLabel7);
- this.Pal_Edit.Controls.Add(this.Txt_ListCodingTop);
- this.Pal_Edit.Controls.Add(this.Cmb_ClassTeam);
- this.Pal_Edit.Controls.Add(this.ultraLabel6);
- this.Pal_Edit.Controls.Add(this.Cmb_ClassOrder);
- this.Pal_Edit.Controls.Add(this.ultraLabel5);
- this.Pal_Edit.Controls.Add(this.Cmb_SendMan);
- this.Pal_Edit.Controls.Add(this.ultraLabel4);
- this.Pal_Edit.Controls.Add(this.Txt_ListCoding);
- this.Pal_Edit.Controls.Add(this.ultraLabel3);
- this.Pal_Edit.Controls.Add(this.Txt_VecihleNO);
- this.Pal_Edit.Controls.Add(this.ultraLabel2);
- this.Pal_Edit.Controls.Add(this.Txt_AskPlan);
- this.Pal_Edit.Controls.Add(this.ultraLabel1);
- this.Pal_Edit.Dock = System.Windows.Forms.DockStyle.Top;
- this.Pal_Edit.Location = new System.Drawing.Point(0, 130);
- this.Pal_Edit.Name = "Pal_Edit";
- this.Pal_Edit.Size = new System.Drawing.Size(960, 96);
- this.Pal_Edit.TabIndex = 52;
- //
- // txt_Station
- //
- appearance17.BackColor = System.Drawing.Color.LavenderBlush;
- this.txt_Station.Appearance = appearance17;
- this.txt_Station.AutoSize = true;
- this.txt_Station.FlatMode = true;
- this.txt_Station.Location = new System.Drawing.Point(264, 48);
- this.txt_Station.Name = "txt_Station";
- this.txt_Station.Size = new System.Drawing.Size(144, 19);
- this.txt_Station.TabIndex = 65;
- //
- // ultraLabel10
- //
- this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel10.Location = new System.Drawing.Point(233, 50);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel10.TabIndex = 66;
- this.ultraLabel10.Text = "到站";
- //
- // ultraCheckEditor1
- //
- appearance18.BackColor = System.Drawing.Color.Red;
- this.ultraCheckEditor1.Appearance = appearance18;
- this.ultraCheckEditor1.FlatMode = true;
- this.ultraCheckEditor1.Location = new System.Drawing.Point(768, 52);
- this.ultraCheckEditor1.Name = "ultraCheckEditor1";
- this.ultraCheckEditor1.Size = new System.Drawing.Size(76, 16);
- this.ultraCheckEditor1.TabIndex = 64;
- this.ultraCheckEditor1.Text = "强行发运";
- //
- // chk_Clear
- //
- appearance19.BackColor = System.Drawing.Color.Red;
- this.chk_Clear.Appearance = appearance19;
- this.chk_Clear.FlatMode = true;
- this.chk_Clear.Location = new System.Drawing.Point(852, 52);
- this.chk_Clear.Name = "chk_Clear";
- this.chk_Clear.Size = new System.Drawing.Size(64, 16);
- this.chk_Clear.TabIndex = 63;
- this.chk_Clear.Text = "清库板";
- //
- // btn_NSendID
- //
- this.btn_NSendID.FlatMode = true;
- this.btn_NSendID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_NSendID.Location = new System.Drawing.Point(178, 4);
- this.btn_NSendID.Name = "btn_NSendID";
- this.btn_NSendID.Size = new System.Drawing.Size(22, 20);
- this.btn_NSendID.TabIndex = 60;
- this.btn_NSendID.Text = "……";
- this.btn_NSendID.Visible = false;
- //
- // Txt_SendPactNO
- //
- appearance20.BackColor = System.Drawing.Color.LavenderBlush;
- this.Txt_SendPactNO.Appearance = appearance20;
- this.Txt_SendPactNO.AutoSize = true;
- this.Txt_SendPactNO.FlatMode = true;
- this.Txt_SendPactNO.Location = new System.Drawing.Point(264, 4);
- this.Txt_SendPactNO.Name = "Txt_SendPactNO";
- this.Txt_SendPactNO.Size = new System.Drawing.Size(144, 19);
- this.Txt_SendPactNO.TabIndex = 6;
- //
- // ultraLabel18
- //
- this.ultraLabel18.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel18.Location = new System.Drawing.Point(220, 6);
- this.ultraLabel18.Name = "ultraLabel18";
- this.ultraLabel18.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel18.TabIndex = 56;
- this.ultraLabel18.Text = "合同号";
- //
- // Txt_IncpName
- //
- appearance21.BackColor = System.Drawing.Color.LavenderBlush;
- this.Txt_IncpName.Appearance = appearance21;
- this.Txt_IncpName.AutoSize = true;
- this.Txt_IncpName.FlatMode = true;
- this.Txt_IncpName.Location = new System.Drawing.Point(264, 26);
- this.Txt_IncpName.Name = "Txt_IncpName";
- this.Txt_IncpName.Size = new System.Drawing.Size(144, 19);
- this.Txt_IncpName.TabIndex = 9;
- //
- // ultraLabel14
- //
- this.ultraLabel14.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel14.Location = new System.Drawing.Point(208, 28);
- this.ultraLabel14.Name = "ultraLabel14";
- this.ultraLabel14.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel14.TabIndex = 48;
- this.ultraLabel14.Text = "订货单位";
- //
- // ultraLabel12
- //
- this.ultraLabel12.Location = new System.Drawing.Point(770, 30);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel12.TabIndex = 45;
- this.ultraLabel12.Text = "转运单位";
- //
- // Cmb_PLD
- //
- appearance22.BackColor = System.Drawing.Color.LightCyan;
- this.Cmb_PLD.Appearance = appearance22;
- this.Cmb_PLD.CalcManager = this.Calc_Manager;
- this.Cmb_PLD.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
- appearance23.BackColor = System.Drawing.SystemColors.Window;
- appearance23.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.Cmb_PLD.DisplayLayout.Appearance = appearance23;
- this.Cmb_PLD.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Cmb_PLD.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance24.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance24.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_PLD.DisplayLayout.GroupByBox.Appearance = appearance24;
- appearance25.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_PLD.DisplayLayout.GroupByBox.BandLabelAppearance = appearance25;
- this.Cmb_PLD.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance26.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance26.BackColor2 = System.Drawing.SystemColors.Control;
- appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_PLD.DisplayLayout.GroupByBox.PromptAppearance = appearance26;
- this.Cmb_PLD.DisplayLayout.MaxColScrollRegions = 1;
- this.Cmb_PLD.DisplayLayout.MaxRowScrollRegions = 1;
- appearance27.BackColor = System.Drawing.SystemColors.Window;
- appearance27.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Cmb_PLD.DisplayLayout.Override.ActiveCellAppearance = appearance27;
- appearance28.BackColor = System.Drawing.SystemColors.Highlight;
- appearance28.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.Cmb_PLD.DisplayLayout.Override.ActiveRowAppearance = appearance28;
- this.Cmb_PLD.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.Cmb_PLD.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance29.BackColor = System.Drawing.SystemColors.Window;
- this.Cmb_PLD.DisplayLayout.Override.CardAreaAppearance = appearance29;
- appearance30.BorderColor = System.Drawing.Color.Silver;
- appearance30.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.Cmb_PLD.DisplayLayout.Override.CellAppearance = appearance30;
- this.Cmb_PLD.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.Cmb_PLD.DisplayLayout.Override.CellPadding = 0;
- appearance31.BackColor = System.Drawing.SystemColors.Control;
- appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance31.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance31.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_PLD.DisplayLayout.Override.GroupByRowAppearance = appearance31;
- appearance32.TextHAlign = Infragistics.Win.HAlign.Left;
- this.Cmb_PLD.DisplayLayout.Override.HeaderAppearance = appearance32;
- this.Cmb_PLD.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.Cmb_PLD.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance33.BackColor = System.Drawing.SystemColors.Window;
- appearance33.BorderColor = System.Drawing.Color.Silver;
- this.Cmb_PLD.DisplayLayout.Override.RowAppearance = appearance33;
- this.Cmb_PLD.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance34.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Cmb_PLD.DisplayLayout.Override.TemplateAddRowAppearance = appearance34;
- this.Cmb_PLD.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.Cmb_PLD.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Cmb_PLD.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.Cmb_PLD.DisplayMember = "";
- this.Cmb_PLD.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
- this.Cmb_PLD.FlatMode = true;
- this.Cmb_PLD.Location = new System.Drawing.Point(826, 28);
- this.Cmb_PLD.Name = "Cmb_PLD";
- this.Cmb_PLD.Size = new System.Drawing.Size(94, 19);
- this.Cmb_PLD.TabIndex = 44;
- this.Cmb_PLD.ValueMember = "";
- //
- // Ops_SendType
- //
- this.Ops_SendType.BackColor = System.Drawing.Color.Transparent;
- this.Ops_SendType.CheckedIndex = 0;
- this.Ops_SendType.FlatMode = true;
- this.Ops_SendType.ItemAppearance = appearance35;
- valueListItem1.DataValue = "0";
- valueListItem1.DisplayText = "正常发运";
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "内部转运";
- this.Ops_SendType.Items.Add(valueListItem1);
- this.Ops_SendType.Items.Add(valueListItem2);
- this.Ops_SendType.Location = new System.Drawing.Point(768, 4);
- this.Ops_SendType.Name = "Ops_SendType";
- this.Ops_SendType.Size = new System.Drawing.Size(152, 18);
- this.Ops_SendType.TabIndex = 43;
- this.Ops_SendType.Text = "正常发运";
- //
- // Btn_GetListCoding
- //
- this.Btn_GetListCoding.FlatMode = true;
- this.Btn_GetListCoding.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Btn_GetListCoding.Location = new System.Drawing.Point(178, 48);
- this.Btn_GetListCoding.Name = "Btn_GetListCoding";
- this.Btn_GetListCoding.Size = new System.Drawing.Size(22, 20);
- this.Btn_GetListCoding.TabIndex = 40;
- this.Btn_GetListCoding.Text = "……";
- this.Btn_GetListCoding.Visible = false;
- //
- // Btn_SendBillet
- //
- this.Btn_SendBillet.Location = new System.Drawing.Point(684, 52);
- this.Btn_SendBillet.Name = "Btn_SendBillet";
- this.Btn_SendBillet.Size = new System.Drawing.Size(72, 24);
- this.Btn_SendBillet.TabIndex = 17;
- this.Btn_SendBillet.Text = "发运登记";
- this.Btn_SendBillet.Click += new System.EventHandler(this.Btn_SendBillet_Click);
- //
- // txt_Coil_ID
- //
- appearance36.BackColor = System.Drawing.Color.LightCyan;
- this.txt_Coil_ID.Appearance = appearance36;
- this.txt_Coil_ID.AutoSize = true;
- this.txt_Coil_ID.FlatMode = true;
- this.txt_Coil_ID.Location = new System.Drawing.Point(642, 26);
- this.txt_Coil_ID.Name = "txt_Coil_ID";
- this.txt_Coil_ID.Size = new System.Drawing.Size(114, 19);
- this.txt_Coil_ID.TabIndex = 16;
- //
- // ultraLabel9
- //
- this.ultraLabel9.Location = new System.Drawing.Point(586, 28);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel9.TabIndex = 19;
- this.ultraLabel9.Text = "卷板包号";
- //
- // Dte_SendTime
- //
- appearance37.BackColor = System.Drawing.Color.LightCyan;
- this.Dte_SendTime.Appearance = appearance37;
- this.Dte_SendTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- this.Dte_SendTime.FlatMode = true;
- this.Dte_SendTime.Location = new System.Drawing.Point(642, 4);
- this.Dte_SendTime.MaskInput = "{date}";
- this.Dte_SendTime.Name = "Dte_SendTime";
- this.Dte_SendTime.Size = new System.Drawing.Size(114, 19);
- this.Dte_SendTime.TabIndex = 13;
- this.Dte_SendTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- //
- // ultraLabel8
- //
- this.ultraLabel8.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel8.Location = new System.Drawing.Point(586, 6);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel8.TabIndex = 15;
- this.ultraLabel8.Text = "发运时间";
- //
- // Txt_Remark
- //
- appearance38.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_Remark.Appearance = appearance38;
- this.Txt_Remark.AutoSize = true;
- this.Txt_Remark.FlatMode = true;
- this.Txt_Remark.Location = new System.Drawing.Point(64, 70);
- this.Txt_Remark.Name = "Txt_Remark";
- this.Txt_Remark.Size = new System.Drawing.Size(516, 19);
- this.Txt_Remark.TabIndex = 17;
- //
- // ultraLabel7
- //
- this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel7.Location = new System.Drawing.Point(8, 72);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel7.TabIndex = 13;
- this.ultraLabel7.Text = "发运备注";
- //
- // Txt_ListCodingTop
- //
- appearance39.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_ListCodingTop.Appearance = appearance39;
- this.Txt_ListCodingTop.AutoSize = true;
- this.Txt_ListCodingTop.FlatMode = true;
- this.Txt_ListCodingTop.Location = new System.Drawing.Point(66, 48);
- this.Txt_ListCodingTop.Name = "Txt_ListCodingTop";
- this.Txt_ListCodingTop.Size = new System.Drawing.Size(28, 19);
- this.Txt_ListCodingTop.TabIndex = 3;
- //
- // Cmb_ClassTeam
- //
- appearance40.BackColor = System.Drawing.Color.LightCyan;
- this.Cmb_ClassTeam.Appearance = appearance40;
- this.Cmb_ClassTeam.CalcManager = this.Calc_Manager;
- this.Cmb_ClassTeam.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
- appearance41.BackColor = System.Drawing.SystemColors.Window;
- appearance41.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.Cmb_ClassTeam.DisplayLayout.Appearance = appearance41;
- this.Cmb_ClassTeam.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Cmb_ClassTeam.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance42.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance42.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassTeam.DisplayLayout.GroupByBox.Appearance = appearance42;
- appearance43.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_ClassTeam.DisplayLayout.GroupByBox.BandLabelAppearance = appearance43;
- this.Cmb_ClassTeam.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance44.BackColor2 = System.Drawing.SystemColors.Control;
- appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_ClassTeam.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
- this.Cmb_ClassTeam.DisplayLayout.MaxColScrollRegions = 1;
- this.Cmb_ClassTeam.DisplayLayout.MaxRowScrollRegions = 1;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Cmb_ClassTeam.DisplayLayout.Override.ActiveCellAppearance = appearance45;
- appearance46.BackColor = System.Drawing.SystemColors.Highlight;
- appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.Cmb_ClassTeam.DisplayLayout.Override.ActiveRowAppearance = appearance46;
- this.Cmb_ClassTeam.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.Cmb_ClassTeam.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance47.BackColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassTeam.DisplayLayout.Override.CardAreaAppearance = appearance47;
- appearance48.BorderColor = System.Drawing.Color.Silver;
- appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.Cmb_ClassTeam.DisplayLayout.Override.CellAppearance = appearance48;
- this.Cmb_ClassTeam.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.Cmb_ClassTeam.DisplayLayout.Override.CellPadding = 0;
- appearance49.BackColor = System.Drawing.SystemColors.Control;
- appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance49.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassTeam.DisplayLayout.Override.GroupByRowAppearance = appearance49;
- appearance50.TextHAlign = Infragistics.Win.HAlign.Left;
- this.Cmb_ClassTeam.DisplayLayout.Override.HeaderAppearance = appearance50;
- this.Cmb_ClassTeam.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.Cmb_ClassTeam.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance51.BackColor = System.Drawing.SystemColors.Window;
- appearance51.BorderColor = System.Drawing.Color.Silver;
- this.Cmb_ClassTeam.DisplayLayout.Override.RowAppearance = appearance51;
- this.Cmb_ClassTeam.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Cmb_ClassTeam.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
- this.Cmb_ClassTeam.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.Cmb_ClassTeam.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Cmb_ClassTeam.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.Cmb_ClassTeam.DisplayMember = "";
- this.Cmb_ClassTeam.FlatMode = true;
- this.Cmb_ClassTeam.Location = new System.Drawing.Point(470, 48);
- this.Cmb_ClassTeam.Name = "Cmb_ClassTeam";
- this.Cmb_ClassTeam.Size = new System.Drawing.Size(108, 19);
- this.Cmb_ClassTeam.TabIndex = 12;
- this.Cmb_ClassTeam.ValueMember = "";
- //
- // ultraLabel6
- //
- this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel6.Location = new System.Drawing.Point(414, 50);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel6.TabIndex = 10;
- this.ultraLabel6.Text = "发运班组";
- //
- // Cmb_ClassOrder
- //
- appearance53.BackColor = System.Drawing.Color.LightCyan;
- this.Cmb_ClassOrder.Appearance = appearance53;
- this.Cmb_ClassOrder.CalcManager = this.Calc_Manager;
- this.Cmb_ClassOrder.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
- appearance54.BackColor = System.Drawing.SystemColors.Window;
- appearance54.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.Cmb_ClassOrder.DisplayLayout.Appearance = appearance54;
- this.Cmb_ClassOrder.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Cmb_ClassOrder.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance55.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance55.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance55.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassOrder.DisplayLayout.GroupByBox.Appearance = appearance55;
- appearance56.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_ClassOrder.DisplayLayout.GroupByBox.BandLabelAppearance = appearance56;
- this.Cmb_ClassOrder.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance57.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance57.BackColor2 = System.Drawing.SystemColors.Control;
- appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance57.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_ClassOrder.DisplayLayout.GroupByBox.PromptAppearance = appearance57;
- this.Cmb_ClassOrder.DisplayLayout.MaxColScrollRegions = 1;
- this.Cmb_ClassOrder.DisplayLayout.MaxRowScrollRegions = 1;
- appearance58.BackColor = System.Drawing.SystemColors.Window;
- appearance58.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Cmb_ClassOrder.DisplayLayout.Override.ActiveCellAppearance = appearance58;
- appearance59.BackColor = System.Drawing.SystemColors.Highlight;
- appearance59.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.Cmb_ClassOrder.DisplayLayout.Override.ActiveRowAppearance = appearance59;
- this.Cmb_ClassOrder.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.Cmb_ClassOrder.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance60.BackColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassOrder.DisplayLayout.Override.CardAreaAppearance = appearance60;
- appearance61.BorderColor = System.Drawing.Color.Silver;
- appearance61.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.Cmb_ClassOrder.DisplayLayout.Override.CellAppearance = appearance61;
- this.Cmb_ClassOrder.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.Cmb_ClassOrder.DisplayLayout.Override.CellPadding = 0;
- appearance62.BackColor = System.Drawing.SystemColors.Control;
- appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance62.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance62.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_ClassOrder.DisplayLayout.Override.GroupByRowAppearance = appearance62;
- appearance63.TextHAlign = Infragistics.Win.HAlign.Left;
- this.Cmb_ClassOrder.DisplayLayout.Override.HeaderAppearance = appearance63;
- this.Cmb_ClassOrder.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.Cmb_ClassOrder.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance64.BackColor = System.Drawing.SystemColors.Window;
- appearance64.BorderColor = System.Drawing.Color.Silver;
- this.Cmb_ClassOrder.DisplayLayout.Override.RowAppearance = appearance64;
- this.Cmb_ClassOrder.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance65.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Cmb_ClassOrder.DisplayLayout.Override.TemplateAddRowAppearance = appearance65;
- this.Cmb_ClassOrder.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.Cmb_ClassOrder.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Cmb_ClassOrder.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.Cmb_ClassOrder.DisplayMember = "";
- this.Cmb_ClassOrder.FlatMode = true;
- this.Cmb_ClassOrder.Location = new System.Drawing.Point(470, 26);
- this.Cmb_ClassOrder.Name = "Cmb_ClassOrder";
- this.Cmb_ClassOrder.Size = new System.Drawing.Size(108, 19);
- this.Cmb_ClassOrder.TabIndex = 11;
- this.Cmb_ClassOrder.ValueMember = "";
- //
- // ultraLabel5
- //
- this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel5.Location = new System.Drawing.Point(414, 28);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel5.TabIndex = 8;
- this.ultraLabel5.Text = "发运班次";
- //
- // Cmb_SendMan
- //
- appearance66.BackColor = System.Drawing.Color.LightCyan;
- this.Cmb_SendMan.Appearance = appearance66;
- this.Cmb_SendMan.CalcManager = this.Calc_Manager;
- this.Cmb_SendMan.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
- appearance67.BackColor = System.Drawing.SystemColors.Window;
- appearance67.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.Cmb_SendMan.DisplayLayout.Appearance = appearance67;
- this.Cmb_SendMan.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.Cmb_SendMan.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance68.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance68.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance68.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance68.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_SendMan.DisplayLayout.GroupByBox.Appearance = appearance68;
- appearance69.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_SendMan.DisplayLayout.GroupByBox.BandLabelAppearance = appearance69;
- this.Cmb_SendMan.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance70.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance70.BackColor2 = System.Drawing.SystemColors.Control;
- appearance70.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance70.ForeColor = System.Drawing.SystemColors.GrayText;
- this.Cmb_SendMan.DisplayLayout.GroupByBox.PromptAppearance = appearance70;
- this.Cmb_SendMan.DisplayLayout.MaxColScrollRegions = 1;
- this.Cmb_SendMan.DisplayLayout.MaxRowScrollRegions = 1;
- appearance71.BackColor = System.Drawing.SystemColors.Window;
- appearance71.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Cmb_SendMan.DisplayLayout.Override.ActiveCellAppearance = appearance71;
- appearance72.BackColor = System.Drawing.SystemColors.Highlight;
- appearance72.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.Cmb_SendMan.DisplayLayout.Override.ActiveRowAppearance = appearance72;
- this.Cmb_SendMan.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.Cmb_SendMan.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance73.BackColor = System.Drawing.SystemColors.Window;
- this.Cmb_SendMan.DisplayLayout.Override.CardAreaAppearance = appearance73;
- appearance74.BorderColor = System.Drawing.Color.Silver;
- appearance74.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.Cmb_SendMan.DisplayLayout.Override.CellAppearance = appearance74;
- this.Cmb_SendMan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.Cmb_SendMan.DisplayLayout.Override.CellPadding = 0;
- appearance75.BackColor = System.Drawing.SystemColors.Control;
- appearance75.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance75.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance75.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance75.BorderColor = System.Drawing.SystemColors.Window;
- this.Cmb_SendMan.DisplayLayout.Override.GroupByRowAppearance = appearance75;
- appearance76.TextHAlign = Infragistics.Win.HAlign.Left;
- this.Cmb_SendMan.DisplayLayout.Override.HeaderAppearance = appearance76;
- this.Cmb_SendMan.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.Cmb_SendMan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance77.BackColor = System.Drawing.SystemColors.Window;
- appearance77.BorderColor = System.Drawing.Color.Silver;
- this.Cmb_SendMan.DisplayLayout.Override.RowAppearance = appearance77;
- this.Cmb_SendMan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance78.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Cmb_SendMan.DisplayLayout.Override.TemplateAddRowAppearance = appearance78;
- this.Cmb_SendMan.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.Cmb_SendMan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.Cmb_SendMan.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.Cmb_SendMan.DisplayMember = "";
- this.Cmb_SendMan.FlatMode = true;
- this.Cmb_SendMan.Location = new System.Drawing.Point(470, 4);
- this.Cmb_SendMan.Name = "Cmb_SendMan";
- this.Cmb_SendMan.Size = new System.Drawing.Size(108, 19);
- this.Cmb_SendMan.TabIndex = 10;
- this.Cmb_SendMan.ValueMember = "";
- //
- // ultraLabel4
- //
- this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel4.Location = new System.Drawing.Point(426, 6);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel4.TabIndex = 6;
- this.ultraLabel4.Text = "发运人";
- //
- // Txt_ListCoding
- //
- appearance79.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_ListCoding.Appearance = appearance79;
- this.Txt_ListCoding.AutoSize = true;
- this.Txt_ListCoding.FlatMode = true;
- this.Txt_ListCoding.Location = new System.Drawing.Point(94, 48);
- this.Txt_ListCoding.Name = "Txt_ListCoding";
- this.Txt_ListCoding.Size = new System.Drawing.Size(84, 19);
- this.Txt_ListCoding.TabIndex = 4;
- //
- // ultraLabel3
- //
- this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel3.Location = new System.Drawing.Point(10, 50);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel3.TabIndex = 4;
- this.ultraLabel3.Text = "明细编码";
- //
- // Txt_VecihleNO
- //
- appearance80.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_VecihleNO.Appearance = appearance80;
- this.Txt_VecihleNO.AutoSize = true;
- this.Txt_VecihleNO.FlatMode = true;
- this.Txt_VecihleNO.Location = new System.Drawing.Point(66, 26);
- this.Txt_VecihleNO.Name = "Txt_VecihleNO";
- this.Txt_VecihleNO.Size = new System.Drawing.Size(112, 19);
- this.Txt_VecihleNO.TabIndex = 2;
- //
- // ultraLabel2
- //
- this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel2.Location = new System.Drawing.Point(10, 28);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel2.TabIndex = 2;
- this.ultraLabel2.Text = "发运车号";
- //
- // Txt_AskPlan
- //
- appearance81.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_AskPlan.Appearance = appearance81;
- this.Txt_AskPlan.AutoSize = true;
- this.Txt_AskPlan.FlatMode = true;
- this.Txt_AskPlan.Location = new System.Drawing.Point(66, 4);
- this.Txt_AskPlan.Name = "Txt_AskPlan";
- this.Txt_AskPlan.ReadOnly = true;
- this.Txt_AskPlan.Size = new System.Drawing.Size(112, 19);
- this.Txt_AskPlan.TabIndex = 1;
- //
- // ultraLabel1
- //
- this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
- this.ultraLabel1.Location = new System.Drawing.Point(10, 6);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "发运号码";
- //
- // ultraLabel11
- //
- appearance90.TextVAlign = Infragistics.Win.VAlign.Middle;
- this.ultraLabel11.Appearance = appearance90;
- this.ultraLabel11.BackColor = System.Drawing.Color.Red;
- this.ultraLabel11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel11.Location = new System.Drawing.Point(528, 34);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(174, 20);
- this.ultraLabel11.TabIndex = 120;
- this.ultraLabel11.Text = "颜色表示不满足交货需求";
- //
- // txt_AskPlanID
- //
- appearance91.BackColor = System.Drawing.Color.LightCyan;
- this.txt_AskPlanID.Appearance = appearance91;
- this.txt_AskPlanID.AutoSize = true;
- this.txt_AskPlanID.Enabled = false;
- this.txt_AskPlanID.FlatMode = true;
- this.txt_AskPlanID.Location = new System.Drawing.Point(424, 10);
- this.txt_AskPlanID.Name = "txt_AskPlanID";
- this.txt_AskPlanID.Size = new System.Drawing.Size(98, 19);
- this.txt_AskPlanID.TabIndex = 114;
- this.txt_AskPlanID.Tag = "";
- //
- // chk_AskPlanID
- //
- this.chk_AskPlanID.FlatMode = true;
- this.chk_AskPlanID.Location = new System.Drawing.Point(362, 14);
- this.chk_AskPlanID.Name = "chk_AskPlanID";
- this.chk_AskPlanID.Size = new System.Drawing.Size(60, 14);
- this.chk_AskPlanID.TabIndex = 113;
- this.chk_AskPlanID.Text = "发运号";
- //
- // txt_ListCode
- //
- appearance92.BackColor = System.Drawing.Color.LightCyan;
- this.txt_ListCode.Appearance = appearance92;
- this.txt_ListCode.AutoSize = true;
- this.txt_ListCode.Enabled = false;
- this.txt_ListCode.FlatMode = true;
- this.txt_ListCode.Location = new System.Drawing.Point(424, 32);
- this.txt_ListCode.Name = "txt_ListCode";
- this.txt_ListCode.Size = new System.Drawing.Size(98, 19);
- this.txt_ListCode.TabIndex = 112;
- this.txt_ListCode.Tag = "";
- //
- // chk_ListCode
- //
- this.chk_ListCode.FlatMode = true;
- this.chk_ListCode.Location = new System.Drawing.Point(362, 36);
- this.chk_ListCode.Name = "chk_ListCode";
- this.chk_ListCode.Size = new System.Drawing.Size(60, 14);
- this.chk_ListCode.TabIndex = 111;
- this.chk_ListCode.Text = "明细号";
- //
- // txt_CoilID
- //
- appearance93.BackColor = System.Drawing.Color.LightCyan;
- this.txt_CoilID.Appearance = appearance93;
- this.txt_CoilID.AutoSize = true;
- this.txt_CoilID.Enabled = false;
- this.txt_CoilID.FlatMode = true;
- this.txt_CoilID.Location = new System.Drawing.Point(260, 10);
- this.txt_CoilID.Name = "txt_CoilID";
- this.txt_CoilID.Size = new System.Drawing.Size(98, 19);
- this.txt_CoilID.TabIndex = 110;
- this.txt_CoilID.Tag = "";
- //
- // chk_CoilID
- //
- this.chk_CoilID.FlatMode = true;
- this.chk_CoilID.Location = new System.Drawing.Point(188, 12);
- this.chk_CoilID.Name = "chk_CoilID";
- this.chk_CoilID.Size = new System.Drawing.Size(72, 14);
- this.chk_CoilID.TabIndex = 109;
- this.chk_CoilID.Text = "卷板批号";
- //
- // Txt_PactNO
- //
- appearance94.BackColor = System.Drawing.Color.LightCyan;
- this.Txt_PactNO.Appearance = appearance94;
- this.Txt_PactNO.AutoSize = true;
- this.Txt_PactNO.Enabled = false;
- this.Txt_PactNO.FlatMode = true;
- this.Txt_PactNO.Location = new System.Drawing.Point(260, 32);
- this.Txt_PactNO.Name = "Txt_PactNO";
- this.Txt_PactNO.Size = new System.Drawing.Size(98, 19);
- this.Txt_PactNO.TabIndex = 108;
- this.Txt_PactNO.Tag = "";
- //
- // chk_PactNO
- //
- this.chk_PactNO.FlatMode = true;
- this.chk_PactNO.Location = new System.Drawing.Point(188, 34);
- this.chk_PactNO.Name = "chk_PactNO";
- this.chk_PactNO.Size = new System.Drawing.Size(60, 14);
- this.chk_PactNO.TabIndex = 107;
- this.chk_PactNO.Text = "合同号";
- //
- // Dte_EndTime
- //
- appearance95.BackColor = System.Drawing.Color.LightCyan;
- this.Dte_EndTime.Appearance = appearance95;
- this.Dte_EndTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- this.Dte_EndTime.FlatMode = true;
- this.Dte_EndTime.Location = new System.Drawing.Point(70, 32);
- this.Dte_EndTime.Name = "Dte_EndTime";
- this.Dte_EndTime.Size = new System.Drawing.Size(112, 19);
- this.Dte_EndTime.TabIndex = 102;
- this.Dte_EndTime.Tag = "TO_CHAR(C.PLANDATE,\'YYYY-MM-DD\')#D#1|:WDSN";
- this.Dte_EndTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- //
- // Lab_To
- //
- this.Lab_To.FlatMode = true;
- this.Lab_To.Location = new System.Drawing.Point(50, 34);
- this.Lab_To.Name = "Lab_To";
- this.Lab_To.Size = new System.Drawing.Size(17, 16);
- this.Lab_To.TabIndex = 101;
- this.Lab_To.Text = "到";
- //
- // Dte_BeginTime
- //
- appearance96.BackColor = System.Drawing.Color.LightCyan;
- this.Dte_BeginTime.Appearance = appearance96;
- this.Dte_BeginTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- this.Dte_BeginTime.FlatMode = true;
- this.Dte_BeginTime.Location = new System.Drawing.Point(70, 10);
- this.Dte_BeginTime.Name = "Dte_BeginTime";
- this.Dte_BeginTime.Size = new System.Drawing.Size(112, 19);
- this.Dte_BeginTime.TabIndex = 100;
- this.Dte_BeginTime.Tag = "TO_CHAR(C.PLANDATE,\'YYYY-MM-DD\')#D#0|:HDSN";
- this.Dte_BeginTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
- //
- // chk_DeliveryTime
- //
- this.chk_DeliveryTime.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
- this.chk_DeliveryTime.Checked = true;
- this.chk_DeliveryTime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk_DeliveryTime.FlatMode = true;
- this.chk_DeliveryTime.Location = new System.Drawing.Point(22, 12);
- this.chk_DeliveryTime.Name = "chk_DeliveryTime";
- this.chk_DeliveryTime.Size = new System.Drawing.Size(48, 14);
- this.chk_DeliveryTime.TabIndex = 99;
- this.chk_DeliveryTime.Text = "时间";
- //
- // Tab_Match
- //
- this.Tab_Match.Controls.Add(this.ultraTabSharedControlsPage1);
- this.Tab_Match.Controls.Add(this.ultraTabPageControl1);
- this.Tab_Match.Controls.Add(this.ultraTabPageControl2);
- this.Tab_Match.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Tab_Match.Location = new System.Drawing.Point(0, 226);
- this.Tab_Match.Name = "Tab_Match";
- this.Tab_Match.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.Tab_Match.Size = new System.Drawing.Size(960, 151);
- this.Tab_Match.TabIndex = 56;
- ultraTab1.Key = "STORAGE";
- ultraTab1.TabPage = this.ultraTabPageControl1;
- ultraTab1.Text = "可发信息";
- ultraTab2.Key = "SEND";
- ultraTab2.TabPage = this.ultraTabPageControl2;
- ultraTab2.Text = "已发信息";
- this.Tab_Match.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab1,
- ultraTab2});
- this.Tab_Match.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(956, 128);
- //
- // Frm_TurnoffSend
- //
- this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
- this.ClientSize = new System.Drawing.Size(960, 460);
- this.Name = "Frm_TurnoffSend";
- this.Text = "Frm_TurnoffSend";
- this.Load += new System.EventHandler(this.Frm_TurnoffSend_Load);
- ((System.ComponentModel.ISupportInitialize)(this.BaseToolBarManager)).EndInit();
- this.FrmBaseMode_Fill_Panel.ResumeLayout(false);
- this.Pal_Top.ResumeLayout(false);
- this.Pal_Buttom.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Grp_Query)).EndInit();
- this.Grp_Query.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Calc_Manager)).EndInit();
- this.ultraTabPageControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Grd_Storage)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Grd_Send)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Grd_HCSendPlan)).EndInit();
- this.Pal_Edit.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txt_Station)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_SendPactNO)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_IncpName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_PLD)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Ops_SendType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Coil_ID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_SendTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_Remark)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCodingTop)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassTeam)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassOrder)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_SendMan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCoding)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_VecihleNO)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_AskPlan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_AskPlanID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ListCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CoilID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Txt_PactNO)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_EndTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Dte_BeginTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Tab_Match)).EndInit();
- this.Tab_Match.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- #region "Init"
- private void Frm_TurnoffSend_Load(object sender, System.EventArgs e)
- {
- try
- {
- this.ToolBarToolsConfig = this.Key.Split('@')[1];
- this.DBFileName = this.Key.Split('@')[2];
- InitFrmDataSet();
- this.Txt_ListCodingTop.Text = "FR"+System.DateTime.Now.ToString("yy").Substring(1,2);
- this.Cmb_PLD.Value = "4001RZ1";
- this.Dte_SendTime.DateTime=System.DateTime.Now.Date;
- Dte_BeginTime.DateTime=System.DateTime.Now;
- Dte_EndTime.DateTime=System.DateTime.Now;
- }
- catch(System.Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- }
- }
- private void InitFrmDataSet()
- {
- try
- {
- if(this.DBFileName.Trim().Length >0)
- {
- object obj = StorageBaseClass.GetEntityInfo(this.DBFileName,"4001RZ1");
- if(obj!=null)
- {
- this.FrmDataSet = obj as System.Data.DataSet ;
- Init_Frm();
- }
- }
- }
- catch(System.Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- }
- }
- protected override void Init_Frm()
- {
- try
- {
- base.Init_Frm ();
- StorageGridHelper.SetGrid(this.Grd_HCSendPlan,ref this._FrmDataSet,"SEL_ASKVEHICLEPLAN_C",new string[]{"SEL_ASKVEHICLEPLAN_C"});
- StorageGridHelper.SetGrid(this.Grd_Storage,ref this._FrmDataSet,"KCJ3_TURNOFFBUTTRESSLIST_VIEW",new string[]{"KCJ3_TURNOFFBUTTRESSLIST_VIEW"});
- StorageGridHelper.SetGrid(this.Grd_Send,ref this._FrmDataSet,"KCJ3_TURNOFFSENDLIST",new string[]{"KCJ3_TURNOFFSENDLIST"});
- this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- this.Grd_Send.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- StorageBaseClass.Init_ComboControl(this.Cmb_ClassOrder,"XT_BC|ID_|NAME_",ref this._FrmDataSet);
- StorageBaseClass.Init_ComboControl(this.Cmb_ClassTeam,"XT_BZ|ID_|NAME_",ref this._FrmDataSet);
- StorageBaseClass.Init_ComboControl(this.Cmb_PLD,"PLD|ID|NAME",ref this._FrmDataSet);
- StorageBaseClass.Init_ComboControl(this.Cmb_SendMan,"SENDMAN|NAME_|NAME_",ref this._FrmDataSet);
- Grd_Storage.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
- }
- catch(System.Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- }
-
- }
- #endregion
- private void Btn_SendBillet_Click(object sender, EventArgs e)
- {
- }
- }
- }
|