| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmSegMentManage
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- 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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("ultlbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BaseInfo");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("JJQWX");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RepairDetail");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modfiy");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RepairDetail");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BaseInfo");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("JJQWX");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modfiy");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtBaseInfo", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("扇形段编号");
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("状态");
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("安装位置");
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上线时间");
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("下线时间");
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("连浇炉数");
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用炉数");
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("类型");
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("辊子厂家");
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("下线原因");
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班别");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维护人员");
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("机长");
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("周期编号");
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("流号");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("通钢量");
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("扇形段编号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("状态");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("安装位置");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("上线时间");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("下线时间");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("连浇炉数");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用炉数");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("类型");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("辊子厂家");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("下线原因");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("班别");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维护人员");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("机长");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("周期编号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("流号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("通钢量");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("扇形段编号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("状态");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("流号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn24 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("安装位置");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn25 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用炉数");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn26 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("类型");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn27 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn28 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn29 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn30 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("通钢量");
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtBaseInfo", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("扇形段编号");
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("状态");
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("流号");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("安装位置");
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用炉数");
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("类型");
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期");
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("通钢量");
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
- this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ulgrpRepairDetailEdit = new Infragistics.Win.Misc.UltraGroupBox();
- this.txtReason1 = new System.Windows.Forms.TextBox();
- this.txtEnd1 = new System.Windows.Forms.TextBox();
- this.txtBegin1 = new System.Windows.Forms.TextBox();
- this.txtType1 = new System.Windows.Forms.TextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.txtID1 = new System.Windows.Forms.TextBox();
- this.lblRepairTime = new System.Windows.Forms.Label();
- this.lblSendTime = new System.Windows.Forms.Label();
- this.lblRepairTundishID = new System.Windows.Forms.Label();
- this.lblReason = new System.Windows.Forms.Label();
- this.txtMemo1 = new System.Windows.Forms.TextBox();
- this.lblRepairType = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cmbGZCJ = new System.Windows.Forms.ComboBox();
- this.label25 = new System.Windows.Forms.Label();
- this.udteOnTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.udteNextTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.cbbBC = new System.Windows.Forms.ComboBox();
- this.txtLX = new System.Windows.Forms.TextBox();
- this.txtZT = new System.Windows.Forms.TextBox();
- this.txtWZ = new System.Windows.Forms.TextBox();
- this.txtZJH = new System.Windows.Forms.TextBox();
- this.txtID = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtSYCS = new System.Windows.Forms.TextBox();
- this.txtLJLS = new System.Windows.Forms.TextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.txtJZ = new System.Windows.Forms.TextBox();
- this.label20 = new System.Windows.Forms.Label();
- this.txtWHRY = new System.Windows.Forms.TextBox();
- this.cbbBB = new System.Windows.Forms.ComboBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.txtXXYY = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.txtMemo = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.chkID = new System.Windows.Forms.CheckBox();
- this.cmbID = new System.Windows.Forms.ComboBox();
- this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
- this.label23 = new System.Windows.Forms.Label();
- this.ucmeTo = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ucmeFrom = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.chkDate = new System.Windows.Forms.CheckBox();
- this.chkCCM = new System.Windows.Forms.CheckBox();
- this.cmbZJH = new System.Windows.Forms.ComboBox();
- this.cmbPos = new System.Windows.Forms.ComboBox();
- this.chkPos = new System.Windows.Forms.CheckBox();
- this.ulgridUseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultdsUseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.ultdsBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ulexpgrpModel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpRepairDetailEdit)).BeginInit();
- this.ulgrpRepairDetailEdit.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteOnTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteNextTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
- this.ulgrpModel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeTo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeFrom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridUseInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsUseInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsBaseInfo)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
- this.SuspendLayout();
- //
- // ulexpgrpModel
- //
- this.ulexpgrpModel.Controls.Add(this.ulgrpRepairDetailEdit);
- this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1);
- this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulexpgrpModel.Location = new System.Drawing.Point(2, 20);
- this.ulexpgrpModel.Name = "ulexpgrpModel";
- this.ulexpgrpModel.Size = new System.Drawing.Size(1007, 174);
- this.ulexpgrpModel.TabIndex = 0;
- //
- // ulgrpRepairDetailEdit
- //
- appearance1.FontData.Name = "宋体";
- appearance1.FontData.SizeInPoints = 9F;
- this.ulgrpRepairDetailEdit.Appearance = appearance1;
- this.ulgrpRepairDetailEdit.BackColorInternal = System.Drawing.Color.Gainsboro;
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtReason1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtEnd1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtBegin1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtType1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.label22);
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtID1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.lblRepairTime);
- this.ulgrpRepairDetailEdit.Controls.Add(this.lblSendTime);
- this.ulgrpRepairDetailEdit.Controls.Add(this.lblRepairTundishID);
- this.ulgrpRepairDetailEdit.Controls.Add(this.lblReason);
- this.ulgrpRepairDetailEdit.Controls.Add(this.txtMemo1);
- this.ulgrpRepairDetailEdit.Controls.Add(this.lblRepairType);
- this.ulgrpRepairDetailEdit.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgrpRepairDetailEdit.Location = new System.Drawing.Point(652, 0);
- this.ulgrpRepairDetailEdit.Name = "ulgrpRepairDetailEdit";
- this.ulgrpRepairDetailEdit.Size = new System.Drawing.Size(355, 174);
- this.ulgrpRepairDetailEdit.TabIndex = 1;
- this.ulgrpRepairDetailEdit.Text = "维修记录";
- //
- // txtReason1
- //
- this.txtReason1.Enabled = false;
- this.txtReason1.Location = new System.Drawing.Point(88, 107);
- this.txtReason1.Name = "txtReason1";
- this.txtReason1.ReadOnly = true;
- this.txtReason1.Size = new System.Drawing.Size(192, 21);
- this.txtReason1.TabIndex = 4;
- //
- // txtEnd1
- //
- this.txtEnd1.Enabled = false;
- this.txtEnd1.Location = new System.Drawing.Point(88, 80);
- this.txtEnd1.Name = "txtEnd1";
- this.txtEnd1.ReadOnly = true;
- this.txtEnd1.Size = new System.Drawing.Size(192, 21);
- this.txtEnd1.TabIndex = 3;
- //
- // txtBegin1
- //
- this.txtBegin1.Enabled = false;
- this.txtBegin1.Location = new System.Drawing.Point(88, 53);
- this.txtBegin1.Name = "txtBegin1";
- this.txtBegin1.ReadOnly = true;
- this.txtBegin1.Size = new System.Drawing.Size(192, 21);
- this.txtBegin1.TabIndex = 2;
- //
- // txtType1
- //
- this.txtType1.Enabled = false;
- this.txtType1.Location = new System.Drawing.Point(211, 26);
- this.txtType1.Name = "txtType1";
- this.txtType1.ReadOnly = true;
- this.txtType1.Size = new System.Drawing.Size(69, 21);
- this.txtType1.TabIndex = 1;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.Transparent;
- this.label22.Location = new System.Drawing.Point(30, 111);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(53, 12);
- this.label22.TabIndex = 0;
- this.label22.Text = "维修原因";
- //
- // txtID1
- //
- this.txtID1.Enabled = false;
- this.txtID1.Location = new System.Drawing.Point(88, 26);
- this.txtID1.Name = "txtID1";
- this.txtID1.ReadOnly = true;
- this.txtID1.Size = new System.Drawing.Size(58, 21);
- this.txtID1.TabIndex = 0;
- //
- // lblRepairTime
- //
- this.lblRepairTime.AutoSize = true;
- this.lblRepairTime.BackColor = System.Drawing.Color.Transparent;
- this.lblRepairTime.Location = new System.Drawing.Point(30, 84);
- this.lblRepairTime.Name = "lblRepairTime";
- this.lblRepairTime.Size = new System.Drawing.Size(53, 12);
- this.lblRepairTime.TabIndex = 0;
- this.lblRepairTime.Text = "修复时间";
- //
- // lblSendTime
- //
- this.lblSendTime.AutoSize = true;
- this.lblSendTime.BackColor = System.Drawing.Color.Transparent;
- this.lblSendTime.Location = new System.Drawing.Point(30, 57);
- this.lblSendTime.Name = "lblSendTime";
- this.lblSendTime.Size = new System.Drawing.Size(53, 12);
- this.lblSendTime.TabIndex = 0;
- this.lblSendTime.Text = "送修时间";
- //
- // lblRepairTundishID
- //
- this.lblRepairTundishID.AutoSize = true;
- this.lblRepairTundishID.BackColor = System.Drawing.Color.Transparent;
- this.lblRepairTundishID.Location = new System.Drawing.Point(18, 30);
- this.lblRepairTundishID.Name = "lblRepairTundishID";
- this.lblRepairTundishID.Size = new System.Drawing.Size(65, 12);
- this.lblRepairTundishID.TabIndex = 0;
- this.lblRepairTundishID.Text = "扇形段编号";
- //
- // lblReason
- //
- this.lblReason.AutoSize = true;
- this.lblReason.BackColor = System.Drawing.Color.Transparent;
- this.lblReason.Location = new System.Drawing.Point(54, 139);
- this.lblReason.Name = "lblReason";
- this.lblReason.Size = new System.Drawing.Size(29, 12);
- this.lblReason.TabIndex = 0;
- this.lblReason.Text = "备注";
- //
- // txtMemo1
- //
- this.txtMemo1.Enabled = false;
- this.txtMemo1.Location = new System.Drawing.Point(88, 134);
- this.txtMemo1.Name = "txtMemo1";
- this.txtMemo1.ReadOnly = true;
- this.txtMemo1.Size = new System.Drawing.Size(192, 21);
- this.txtMemo1.TabIndex = 5;
- //
- // lblRepairType
- //
- this.lblRepairType.AutoSize = true;
- this.lblRepairType.BackColor = System.Drawing.Color.Transparent;
- this.lblRepairType.Location = new System.Drawing.Point(153, 30);
- this.lblRepairType.Name = "lblRepairType";
- this.lblRepairType.Size = new System.Drawing.Size(53, 12);
- this.lblRepairType.TabIndex = 0;
- this.lblRepairType.Text = "维修类别";
- //
- // ultraGroupBox1
- //
- appearance2.FontData.Name = "宋体";
- appearance2.FontData.SizeInPoints = 9F;
- this.ultraGroupBox1.Appearance = appearance2;
- this.ultraGroupBox1.Controls.Add(this.cmbGZCJ);
- this.ultraGroupBox1.Controls.Add(this.label25);
- this.ultraGroupBox1.Controls.Add(this.udteOnTime);
- this.ultraGroupBox1.Controls.Add(this.udteNextTime);
- this.ultraGroupBox1.Controls.Add(this.cbbBC);
- this.ultraGroupBox1.Controls.Add(this.txtLX);
- this.ultraGroupBox1.Controls.Add(this.txtZT);
- this.ultraGroupBox1.Controls.Add(this.txtWZ);
- this.ultraGroupBox1.Controls.Add(this.txtZJH);
- this.ultraGroupBox1.Controls.Add(this.txtID);
- this.ultraGroupBox1.Controls.Add(this.label7);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.txtSYCS);
- this.ultraGroupBox1.Controls.Add(this.txtLJLS);
- this.ultraGroupBox1.Controls.Add(this.label21);
- this.ultraGroupBox1.Controls.Add(this.txtJZ);
- this.ultraGroupBox1.Controls.Add(this.label20);
- this.ultraGroupBox1.Controls.Add(this.txtWHRY);
- this.ultraGroupBox1.Controls.Add(this.cbbBB);
- this.ultraGroupBox1.Controls.Add(this.label16);
- this.ultraGroupBox1.Controls.Add(this.label13);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.txtXXYY);
- this.ultraGroupBox1.Controls.Add(this.label9);
- this.ultraGroupBox1.Controls.Add(this.txtMemo);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.label6);
- this.ultraGroupBox1.Controls.Add(this.label15);
- this.ultraGroupBox1.Controls.Add(this.label8);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(652, 174);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "使用记录";
- //
- // cmbGZCJ
- //
- this.cmbGZCJ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbGZCJ.FormattingEnabled = true;
- this.cmbGZCJ.Items.AddRange(new object[] {
- "板坯",
- "方坯"});
- this.cmbGZCJ.Location = new System.Drawing.Point(288, 84);
- this.cmbGZCJ.MaxLength = 50;
- this.cmbGZCJ.Name = "cmbGZCJ";
- this.cmbGZCJ.Size = new System.Drawing.Size(179, 20);
- this.cmbGZCJ.TabIndex = 12;
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.Transparent;
- this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label25.Location = new System.Drawing.Point(230, 88);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(53, 12);
- this.label25.TabIndex = 0;
- this.label25.Text = "辊子厂家";
- //
- // udteOnTime
- //
- appearance3.BackColor = System.Drawing.Color.White;
- this.udteOnTime.Appearance = appearance3;
- this.udteOnTime.BackColor = System.Drawing.Color.White;
- this.udteOnTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
- this.udteOnTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.udteOnTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteOnTime.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteOnTime.Location = new System.Drawing.Point(83, 84);
- this.udteOnTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteOnTime.Name = "udteOnTime";
- this.udteOnTime.Size = new System.Drawing.Size(142, 21);
- this.udteOnTime.TabIndex = 10;
- this.udteOnTime.Value = null;
- //
- // udteNextTime
- //
- appearance4.BackColor = System.Drawing.Color.White;
- this.udteNextTime.Appearance = appearance4;
- this.udteNextTime.BackColor = System.Drawing.Color.White;
- this.udteNextTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
- this.udteNextTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.udteNextTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteNextTime.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteNextTime.Location = new System.Drawing.Point(83, 112);
- this.udteNextTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteNextTime.Name = "udteNextTime";
- this.udteNextTime.Size = new System.Drawing.Size(142, 21);
- this.udteNextTime.TabIndex = 11;
- this.udteNextTime.Value = null;
- //
- // cbbBC
- //
- this.cbbBC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbBC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbbBC.FormattingEnabled = true;
- this.cbbBC.Items.AddRange(new object[] {
- "白",
- "中",
- "夜"});
- this.cbbBC.Location = new System.Drawing.Point(536, 28);
- this.cbbBC.Name = "cbbBC";
- this.cbbBC.Size = new System.Drawing.Size(40, 20);
- this.cbbBC.TabIndex = 4;
- //
- // txtLX
- //
- this.txtLX.Enabled = false;
- this.txtLX.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLX.Location = new System.Drawing.Point(223, 56);
- this.txtLX.Name = "txtLX";
- this.txtLX.ReadOnly = true;
- this.txtLX.Size = new System.Drawing.Size(89, 21);
- this.txtLX.TabIndex = 7;
- //
- // txtZT
- //
- this.txtZT.Enabled = false;
- this.txtZT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtZT.Location = new System.Drawing.Point(83, 56);
- this.txtZT.Name = "txtZT";
- this.txtZT.ReadOnly = true;
- this.txtZT.Size = new System.Drawing.Size(89, 21);
- this.txtZT.TabIndex = 6;
- //
- // txtWZ
- //
- this.txtWZ.Enabled = false;
- this.txtWZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWZ.Location = new System.Drawing.Point(378, 28);
- this.txtWZ.Name = "txtWZ";
- this.txtWZ.ReadOnly = true;
- this.txtWZ.Size = new System.Drawing.Size(89, 21);
- this.txtWZ.TabIndex = 3;
- //
- // txtZJH
- //
- this.txtZJH.Enabled = false;
- this.txtZJH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtZJH.Location = new System.Drawing.Point(223, 28);
- this.txtZJH.Name = "txtZJH";
- this.txtZJH.ReadOnly = true;
- this.txtZJH.Size = new System.Drawing.Size(89, 21);
- this.txtZJH.TabIndex = 2;
- //
- // txtID
- //
- this.txtID.Enabled = false;
- this.txtID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtID.Location = new System.Drawing.Point(83, 28);
- this.txtID.Name = "txtID";
- this.txtID.ReadOnly = true;
- this.txtID.Size = new System.Drawing.Size(89, 21);
- this.txtID.TabIndex = 1;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(189, 60);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(29, 12);
- this.label7.TabIndex = 0;
- this.label7.Text = "类型";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(478, 60);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "使用炉数";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(320, 60);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "连浇炉数";
- //
- // txtSYCS
- //
- this.txtSYCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSYCS.Location = new System.Drawing.Point(536, 56);
- this.txtSYCS.Name = "txtSYCS";
- this.txtSYCS.Size = new System.Drawing.Size(81, 21);
- this.txtSYCS.TabIndex = 9;
- this.txtSYCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
- //
- // txtLJLS
- //
- this.txtLJLS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLJLS.Location = new System.Drawing.Point(378, 56);
- this.txtLJLS.Name = "txtLJLS";
- this.txtLJLS.Size = new System.Drawing.Size(89, 21);
- this.txtLJLS.TabIndex = 8;
- this.txtLJLS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label21.Location = new System.Drawing.Point(502, 116);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(29, 12);
- this.label21.TabIndex = 0;
- this.label21.Text = "机长";
- //
- // txtJZ
- //
- this.txtJZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtJZ.Location = new System.Drawing.Point(536, 112);
- this.txtJZ.Name = "txtJZ";
- this.txtJZ.Size = new System.Drawing.Size(81, 21);
- this.txtJZ.TabIndex = 15;
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label20.Location = new System.Drawing.Point(478, 88);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(53, 12);
- this.label20.TabIndex = 0;
- this.label20.Text = "维护人员";
- //
- // txtWHRY
- //
- this.txtWHRY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWHRY.Location = new System.Drawing.Point(536, 84);
- this.txtWHRY.Name = "txtWHRY";
- this.txtWHRY.Size = new System.Drawing.Size(82, 21);
- this.txtWHRY.TabIndex = 14;
- //
- // cbbBB
- //
- this.cbbBB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbBB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbbBB.FormattingEnabled = true;
- this.cbbBB.Items.AddRange(new object[] {
- "甲",
- "乙",
- "丙",
- "丁"});
- this.cbbBB.Location = new System.Drawing.Point(578, 28);
- this.cbbBB.Name = "cbbBB";
- this.cbbBB.Size = new System.Drawing.Size(40, 20);
- this.cbbBB.TabIndex = 5;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.Location = new System.Drawing.Point(478, 32);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(53, 12);
- this.label16.TabIndex = 0;
- this.label16.Text = "班次班别";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(48, 60);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(29, 12);
- this.label13.TabIndex = 0;
- this.label13.Text = "状态";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(12, 32);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "扇形段编号";
- //
- // txtXXYY
- //
- this.txtXXYY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtXXYY.Location = new System.Drawing.Point(288, 112);
- this.txtXXYY.MaxLength = 100;
- this.txtXXYY.Name = "txtXXYY";
- this.txtXXYY.Size = new System.Drawing.Size(179, 21);
- this.txtXXYY.TabIndex = 13;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(230, 116);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(53, 12);
- this.label9.TabIndex = 0;
- this.label9.Text = "下线原因";
- //
- // txtMemo
- //
- this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMemo.Location = new System.Drawing.Point(83, 140);
- this.txtMemo.MaxLength = 300;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(534, 21);
- this.txtMemo.TabIndex = 16;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(48, 144);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(29, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "备注";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(24, 116);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "下线时间";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(24, 88);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "上线时间";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.Transparent;
- this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.Location = new System.Drawing.Point(177, 32);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(41, 12);
- this.label15.TabIndex = 0;
- this.label15.Text = "铸机号";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(320, 32);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 0;
- this.label8.Text = "安装位置";
- //
- // ultraExpandableGroupBox1
- //
- appearance5.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraExpandableGroupBox1.Appearance = appearance5;
- this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1011, 196);
- this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 339);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1011, 196);
- this.ultraExpandableGroupBox1.TabIndex = 2;
- this.ultraExpandableGroupBox1.Text = "详细信息";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraToolbarsManager1
- //
- appearance6.FontData.Name = "宋体";
- appearance6.FontData.SizeInPoints = 9F;
- this.ultraToolbarsManager1.Appearance = appearance6;
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this;
- this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.Mes.Client.Common.frmStyleBase);
- this.ultraToolbarsManager1.LockToolbars = true;
- this.ultraToolbarsManager1.MdiMergeable = false;
- this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
- this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- buttonTool1.InstanceProps.IsFirstInGroup = true;
- buttonTool2.InstanceProps.IsFirstInGroup = true;
- buttonTool3.InstanceProps.IsFirstInGroup = true;
- buttonTool4.InstanceProps.IsFirstInGroup = true;
- buttonTool5.InstanceProps.IsFirstInGroup = true;
- buttonTool6.InstanceProps.IsFirstInGroup = true;
- buttonTool7.InstanceProps.IsFirstInGroup = true;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool2,
- buttonTool3,
- buttonTool4,
- buttonTool5,
- buttonTool6,
- buttonTool7});
- ultraToolbar1.Text = "ultlbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- buttonTool8.SharedPropsInternal.Caption = "关闭";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool9.SharedPropsInternal.Caption = "维修记录查询";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool10.SharedPropsInternal.Caption = "基本信息";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool11.SharedPropsInternal.Caption = "扇形段维修";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool12.SharedPropsInternal.Caption = "查询";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool13.SharedPropsInternal.Caption = "修改";
- buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool14.SharedPropsInternal.Caption = "删除";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool11,
- buttonTool12,
- buttonTool13,
- buttonTool14});
- this.ultraToolbarsManager1.Visible = false;
- //
- // _FrmBase_Toolbars_Dock_Area_Top
- //
- this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
- this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
- this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1011, 26);
- this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmBase_Toolbars_Dock_Area_Bottom
- //
- this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
- this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 535);
- this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
- this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1011, 0);
- this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmBase_Toolbars_Dock_Area_Left
- //
- this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
- this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
- this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
- this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 509);
- this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmBase_Toolbars_Dock_Area_Right
- //
- this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
- this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1011, 26);
- this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
- this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 509);
- this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // chkID
- //
- this.chkID.AutoSize = true;
- this.chkID.BackColor = System.Drawing.Color.Transparent;
- this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkID.Location = new System.Drawing.Point(219, 10);
- this.chkID.Name = "chkID";
- this.chkID.Size = new System.Drawing.Size(81, 16);
- this.chkID.TabIndex = 2;
- this.chkID.Text = "扇形段编号";
- this.chkID.UseVisualStyleBackColor = false;
- this.chkID.CheckedChanged += new System.EventHandler(this.chkID_CheckedChanged);
- //
- // cmbID
- //
- this.cmbID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbID.Enabled = false;
- this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbID.FormattingEnabled = true;
- this.cmbID.Location = new System.Drawing.Point(300, 10);
- this.cmbID.Name = "cmbID";
- this.cmbID.Size = new System.Drawing.Size(104, 20);
- this.cmbID.TabIndex = 3;
- //
- // ulgrpModel
- //
- appearance38.FontData.Name = "宋体";
- appearance38.FontData.SizeInPoints = 9F;
- this.ulgrpModel.Appearance = appearance38;
- this.ulgrpModel.Controls.Add(this.label23);
- this.ulgrpModel.Controls.Add(this.ucmeTo);
- this.ulgrpModel.Controls.Add(this.ucmeFrom);
- this.ulgrpModel.Controls.Add(this.chkDate);
- this.ulgrpModel.Controls.Add(this.chkCCM);
- this.ulgrpModel.Controls.Add(this.cmbZJH);
- this.ulgrpModel.Controls.Add(this.cmbPos);
- this.ulgrpModel.Controls.Add(this.chkPos);
- this.ulgrpModel.Controls.Add(this.cmbID);
- this.ulgrpModel.Controls.Add(this.chkID);
- this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
- this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
- this.ulgrpModel.Name = "ulgrpModel";
- this.ulgrpModel.Size = new System.Drawing.Size(1011, 40);
- this.ulgrpModel.TabIndex = 1;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.Transparent;
- this.label23.Location = new System.Drawing.Point(858, 14);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(17, 12);
- this.label23.TabIndex = 0;
- this.label23.Text = "到";
- //
- // ucmeTo
- //
- this.ucmeTo.Enabled = false;
- this.ucmeTo.Location = new System.Drawing.Point(878, 10);
- this.ucmeTo.MaskInput = "{date}";
- this.ucmeTo.Name = "ucmeTo";
- this.ucmeTo.Nullable = false;
- this.ucmeTo.Size = new System.Drawing.Size(105, 21);
- this.ucmeTo.TabIndex = 8;
- //
- // ucmeFrom
- //
- this.ucmeFrom.Enabled = false;
- this.ucmeFrom.Location = new System.Drawing.Point(749, 10);
- this.ucmeFrom.MaskInput = "{date}";
- this.ucmeFrom.Name = "ucmeFrom";
- this.ucmeFrom.Nullable = false;
- this.ucmeFrom.Size = new System.Drawing.Size(105, 21);
- this.ucmeFrom.TabIndex = 7;
- //
- // chkDate
- //
- this.chkDate.AutoSize = true;
- this.chkDate.BackColor = System.Drawing.Color.Transparent;
- this.chkDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkDate.Location = new System.Drawing.Point(643, 10);
- this.chkDate.Name = "chkDate";
- this.chkDate.Size = new System.Drawing.Size(105, 16);
- this.chkDate.TabIndex = 6;
- this.chkDate.Text = "换上时间 从:";
- this.chkDate.UseVisualStyleBackColor = false;
- this.chkDate.CheckedChanged += new System.EventHandler(this.cbDate_CheckedChanged);
- //
- // chkCCM
- //
- this.chkCCM.AutoSize = true;
- this.chkCCM.BackColor = System.Drawing.Color.Transparent;
- this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
- this.chkCCM.Location = new System.Drawing.Point(23, 10);
- this.chkCCM.Name = "chkCCM";
- this.chkCCM.Size = new System.Drawing.Size(57, 16);
- this.chkCCM.TabIndex = 0;
- this.chkCCM.Text = "铸机号";
- this.chkCCM.UseVisualStyleBackColor = false;
- this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
- //
- // cmbZJH
- //
- this.cmbZJH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbZJH.Enabled = false;
- this.cmbZJH.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbZJH.FormattingEnabled = true;
- this.cmbZJH.Items.AddRange(new object[] {
- "1#连铸机",
- "2#连铸机",
- "3#连铸机"});
- this.cmbZJH.Location = new System.Drawing.Point(81, 10);
- this.cmbZJH.Name = "cmbZJH";
- this.cmbZJH.Size = new System.Drawing.Size(104, 20);
- this.cmbZJH.TabIndex = 1;
- this.cmbZJH.SelectedIndexChanged += new System.EventHandler(this.cbbZJH_SelectedIndexChanged);
- //
- // cmbPos
- //
- this.cmbPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPos.Enabled = false;
- this.cmbPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPos.FormattingEnabled = true;
- this.cmbPos.Items.AddRange(new object[] {
- "0段",
- "1段",
- "2段",
- "3段",
- "4段",
- "5段",
- "6段",
- "7段",
- "8段",
- "9段",
- "10段",
- "11段",
- "12段",
- "13段"});
- this.cmbPos.Location = new System.Drawing.Point(512, 10);
- this.cmbPos.Name = "cmbPos";
- this.cmbPos.Size = new System.Drawing.Size(104, 20);
- this.cmbPos.TabIndex = 5;
- //
- // chkPos
- //
- this.chkPos.AutoSize = true;
- this.chkPos.BackColor = System.Drawing.Color.Transparent;
- this.chkPos.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkPos.Location = new System.Drawing.Point(443, 10);
- this.chkPos.Name = "chkPos";
- this.chkPos.Size = new System.Drawing.Size(69, 16);
- this.chkPos.TabIndex = 4;
- this.chkPos.Text = "安装位置";
- this.chkPos.UseVisualStyleBackColor = false;
- this.chkPos.CheckedChanged += new System.EventHandler(this.cbPos_CheckedChanged);
- //
- // ulgridUseInfo
- //
- this.ulgridUseInfo.DataSource = this.ultdsUseInfo;
- appearance16.TextVAlignAsString = "Middle";
- ultraGridColumn1.CellAppearance = appearance16;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- appearance17.TextVAlignAsString = "Middle";
- ultraGridColumn2.CellAppearance = appearance17;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- appearance18.TextVAlignAsString = "Middle";
- ultraGridColumn3.CellAppearance = appearance18;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- appearance19.TextVAlignAsString = "Middle";
- ultraGridColumn4.CellAppearance = appearance19;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- appearance20.TextVAlignAsString = "Middle";
- ultraGridColumn5.CellAppearance = appearance20;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(137, 0);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- appearance21.TextVAlignAsString = "Middle";
- ultraGridColumn6.CellAppearance = appearance21;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0);
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- appearance22.TextVAlignAsString = "Middle";
- ultraGridColumn7.CellAppearance = appearance22;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- appearance23.TextVAlignAsString = "Middle";
- ultraGridColumn8.CellAppearance = appearance23;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- appearance27.TextVAlignAsString = "Middle";
- ultraGridColumn9.CellAppearance = appearance27;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- appearance28.TextVAlignAsString = "Middle";
- ultraGridColumn10.CellAppearance = appearance28;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(115, 0);
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- appearance29.TextVAlignAsString = "Middle";
- ultraGridColumn11.CellAppearance = appearance29;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(127, 0);
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- appearance30.TextVAlignAsString = "Middle";
- ultraGridColumn12.CellAppearance = appearance30;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 24;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- appearance31.TextVAlignAsString = "Middle";
- ultraGridColumn13.CellAppearance = appearance31;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 26;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- appearance32.TextVAlignAsString = "Middle";
- ultraGridColumn14.CellAppearance = appearance32;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 28;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- appearance33.TextVAlignAsString = "Middle";
- ultraGridColumn15.CellAppearance = appearance33;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 30;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- appearance34.TextVAlignAsString = "Middle";
- ultraGridColumn16.CellAppearance = appearance34;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.Hidden = true;
- appearance35.TextVAlignAsString = "Middle";
- ultraGridColumn17.CellAppearance = appearance35;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.Hidden = true;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19});
- ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
- ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ulgridUseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
- appearance24.FontData.SizeInPoints = 9F;
- appearance24.TextHAlignAsString = "Left";
- this.ulgridUseInfo.DisplayLayout.CaptionAppearance = appearance24;
- this.ulgridUseInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- appearance25.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ulgridUseInfo.DisplayLayout.Override.HeaderAppearance = appearance25;
- this.ulgridUseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ulgridUseInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ulgridUseInfo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ulgridUseInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ulgridUseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgridUseInfo.Font = new System.Drawing.Font("宋体", 9F);
- this.ulgridUseInfo.Location = new System.Drawing.Point(376, 0);
- this.ulgridUseInfo.Name = "ulgridUseInfo";
- this.ulgridUseInfo.Size = new System.Drawing.Size(635, 273);
- this.ulgridUseInfo.TabIndex = 1;
- this.ulgridUseInfo.AfterRowActivate += new System.EventHandler(this.ulgridUseInfo_AfterRowActivate);
- //
- // ultdsUseInfo
- //
- this.ultdsUseInfo.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7,
- ultraDataColumn8,
- ultraDataColumn9,
- ultraDataColumn10,
- ultraDataColumn11,
- ultraDataColumn12,
- ultraDataColumn13,
- ultraDataColumn14,
- ultraDataColumn15,
- ultraDataColumn16,
- ultraDataColumn17,
- ultraDataColumn18,
- ultraDataColumn19});
- this.ultdsUseInfo.Band.Key = "dtBaseInfo";
- //
- // ultdsBaseInfo
- //
- this.ultdsBaseInfo.Band.Columns.AddRange(new object[] {
- ultraDataColumn20,
- ultraDataColumn21,
- ultraDataColumn22,
- ultraDataColumn23,
- ultraDataColumn24,
- ultraDataColumn25,
- ultraDataColumn26,
- ultraDataColumn27,
- ultraDataColumn28,
- ultraDataColumn29,
- ultraDataColumn30});
- this.ultdsBaseInfo.Band.Key = "dtBaseInfo";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.ulgridUseInfo);
- this.panel1.Controls.Add(this.ultraExpandableGroupBox2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 66);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1011, 273);
- this.panel1.TabIndex = 0;
- //
- // ultraExpandableGroupBox2
- //
- appearance26.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraExpandableGroupBox2.Appearance = appearance26;
- this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(376, 273);
- this.ultraExpandableGroupBox2.Font = new System.Drawing.Font("宋体", 9F);
- this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(376, 273);
- this.ultraExpandableGroupBox2.TabIndex = 0;
- this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulgridBaseInfo);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(13, 2);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(361, 269);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ulgridBaseInfo
- //
- this.ulgridBaseInfo.DataSource = this.ultdsBaseInfo;
- appearance39.TextVAlignAsString = "Middle";
- ultraGridColumn20.CellAppearance = appearance39;
- ultraGridColumn20.Header.VisiblePosition = 0;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
- appearance40.TextVAlignAsString = "Middle";
- ultraGridColumn21.CellAppearance = appearance40;
- ultraGridColumn21.Header.VisiblePosition = 1;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(44, 0);
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
- appearance41.TextVAlignAsString = "Middle";
- ultraGridColumn22.CellAppearance = appearance41;
- ultraGridColumn22.Header.VisiblePosition = 2;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn23.Header.VisiblePosition = 9;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
- appearance42.TextVAlignAsString = "Middle";
- ultraGridColumn24.CellAppearance = appearance42;
- ultraGridColumn24.Header.VisiblePosition = 3;
- ultraGridColumn24.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
- ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
- appearance43.TextVAlignAsString = "Middle";
- ultraGridColumn25.CellAppearance = appearance43;
- ultraGridColumn25.Header.VisiblePosition = 4;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
- appearance44.TextVAlignAsString = "Middle";
- ultraGridColumn26.CellAppearance = appearance44;
- ultraGridColumn26.Header.VisiblePosition = 5;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
- appearance45.TextVAlignAsString = "Middle";
- ultraGridColumn27.CellAppearance = appearance45;
- ultraGridColumn27.Header.VisiblePosition = 6;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
- appearance46.TextVAlignAsString = "Middle";
- ultraGridColumn28.CellAppearance = appearance46;
- ultraGridColumn28.Header.VisiblePosition = 7;
- ultraGridColumn28.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
- appearance47.TextVAlignAsString = "Middle";
- ultraGridColumn29.CellAppearance = appearance47;
- ultraGridColumn29.Header.VisiblePosition = 8;
- ultraGridColumn29.Hidden = true;
- ultraGridColumn30.Header.VisiblePosition = 10;
- ultraGridColumn30.Hidden = true;
- ultraGridColumn30.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30});
- ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
- ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- appearance48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
- appearance48.FontData.SizeInPoints = 9F;
- appearance48.TextHAlignAsString = "Left";
- this.ulgridBaseInfo.DisplayLayout.CaptionAppearance = appearance48;
- this.ulgridBaseInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- appearance49.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance49;
- this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ulgridBaseInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ulgridBaseInfo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ulgridBaseInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ulgridBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgridBaseInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 0);
- this.ulgridBaseInfo.Name = "ulgridBaseInfo";
- this.ulgridBaseInfo.Size = new System.Drawing.Size(361, 269);
- this.ulgridBaseInfo.TabIndex = 0;
- this.ulgridBaseInfo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgridBaseInfo_DoubleClickRow);
- this.ulgridBaseInfo.AfterRowActivate += new System.EventHandler(this.ulgridBaseInfo_AfterRowActivate);
- //
- // FrmSegMentManage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1011, 535);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ulgrpModel);
- this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
- this.Name = "FrmSegMentManage";
- this.Text = "扇形段信息管理";
- this.Load += new System.EventHandler(this.FrmSegMentManage_Load);
- this.ulexpgrpModel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpRepairDetailEdit)).EndInit();
- this.ulgrpRepairDetailEdit.ResumeLayout(false);
- this.ulgrpRepairDetailEdit.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteOnTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteNextTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
- this.ulgrpModel.ResumeLayout(false);
- this.ulgrpModel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeTo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeFrom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridUseInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsUseInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsBaseInfo)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
- public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
- private System.Windows.Forms.ComboBox cmbID;
- private System.Windows.Forms.CheckBox chkID;
- public Infragistics.Win.UltraWinGrid.UltraGrid ulgridUseInfo;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsBaseInfo;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpRepairDetailEdit;
- private System.Windows.Forms.Label lblRepairTime;
- private System.Windows.Forms.Label lblSendTime;
- private System.Windows.Forms.Label lblRepairTundishID;
- private System.Windows.Forms.Label lblReason;
- private System.Windows.Forms.TextBox txtMemo1;
- private System.Windows.Forms.Label lblRepairType;
- private System.Windows.Forms.TextBox txtID1;
- private System.Windows.Forms.Panel panel1;
- public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- public Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
- public Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtMemo;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.ComboBox cbbBB;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtLJLS;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.TextBox txtJZ;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.TextBox txtWHRY;
- private System.Windows.Forms.Label label7;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsUseInfo;
- private System.Windows.Forms.TextBox txtID;
- private System.Windows.Forms.TextBox txtType1;
- private System.Windows.Forms.TextBox txtEnd1;
- private System.Windows.Forms.TextBox txtBegin1;
- private System.Windows.Forms.ComboBox cbbBC;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteOnTime;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteNextTime;
- private System.Windows.Forms.TextBox txtReason1;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.CheckBox chkCCM;
- private System.Windows.Forms.ComboBox cmbZJH;
- private System.Windows.Forms.Label label23;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ucmeTo;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ucmeFrom;
- private System.Windows.Forms.CheckBox chkDate;
- private System.Windows.Forms.ComboBox cmbGZCJ;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.TextBox txtLX;
- private System.Windows.Forms.TextBox txtZT;
- private System.Windows.Forms.TextBox txtWZ;
- private System.Windows.Forms.TextBox txtZJH;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtSYCS;
- private System.Windows.Forms.TextBox txtXXYY;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.ComboBox cmbPos;
- private System.Windows.Forms.CheckBox chkPos;
- }
- }
|