| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmOLUseDetailOperation
- {
- /// <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.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECRODID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OXYGENLANCEID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CLASS");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NOWPOSITION");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OVENID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NOWSTATUS");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("USETIMES");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BEGINTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ENDTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REASON");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SPOUTFACTORY");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FLUX");
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECRODID");
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OXYGENLANCEID");
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLASS");
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOWPOSITION");
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OVENID");
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOWSTATUS");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USETIMES");
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BEGINTIME");
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ENDTIME");
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REASON");
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPOUTFACTORY");
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLUX");
- Infragistics.Win.Appearance appearance37 = 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.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon2");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab2 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab3 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon3");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab4 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon4");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab5 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon5");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup3 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup4 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab6 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon6");
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OffLine");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OffLine");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
- this.label1 = new System.Windows.Forms.Label();
- this.ultdsUseDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.txtmemo = new System.Windows.Forms.TextBox();
- this.txtReason = new System.Windows.Forms.TextBox();
- this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
- this.udteEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.udteStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ucmePos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ucmeOxygenLanceID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.chkQEndTime = new System.Windows.Forms.CheckBox();
- this.chkPos = new System.Windows.Forms.CheckBox();
- this.chkQStartTime = new System.Windows.Forms.CheckBox();
- this.chkQOxygenLanceID = new System.Windows.Forms.CheckBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtJLBH = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.txtQL = new System.Windows.Forms.TextBox();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.txt_Memo = new System.Windows.Forms.TextBox();
- this.labMemo = new System.Windows.Forms.Label();
- this.cmbLanceID = new System.Windows.Forms.ComboBox();
- this.dtpQStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ucmePtcj = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ucmeClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.comboBox6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.comboBox13 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label13 = new System.Windows.Forms.Label();
- this.txtSLL = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.dtpQEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
- this._frmModelFormStyle_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._frmModelFormStyle_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._frmModelFormStyle_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsUseDetail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
- this.ulgrpModel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteEndTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteStartTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmePos)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeOxygenLanceID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dtpQStartTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmePtcj)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeClass)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBox6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBox13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtpQEndTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(248, 67);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 117;
- this.label1.Text = "下线时间";
- //
- // ultdsUseDetail
- //
- ultraDataColumn1.Tag = "记录编号";
- ultraDataColumn2.Tag = "氧枪编号";
- ultraDataColumn3.Tag = "班别";
- ultraDataColumn4.Tag = "所处位置";
- ultraDataColumn5.Tag = "炉座号";
- ultraDataColumn6.Tag = "使用状态";
- ultraDataColumn7.Tag = "枪龄";
- ultraDataColumn8.Tag = "上线时间";
- ultraDataColumn9.Tag = "下线时间";
- ultraDataColumn10.Tag = "氧枪头更换原因";
- ultraDataColumn11.Tag = "备注";
- ultraDataColumn12.Tag = "喷头厂家";
- ultraDataColumn13.Tag = "高压水初始流量";
- this.ultdsUseDetail.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7,
- ultraDataColumn8,
- ultraDataColumn9,
- ultraDataColumn10,
- ultraDataColumn11,
- ultraDataColumn12,
- ultraDataColumn13});
- //
- // txtmemo
- //
- this.txtmemo.Location = new System.Drawing.Point(69, 92);
- this.txtmemo.MaxLength = 300;
- this.txtmemo.Multiline = true;
- this.txtmemo.Name = "txtmemo";
- this.txtmemo.Size = new System.Drawing.Size(383, 53);
- this.txtmemo.TabIndex = 136;
- //
- // txtReason
- //
- this.txtReason.Location = new System.Drawing.Point(538, 35);
- this.txtReason.MaxLength = 300;
- this.txtReason.Name = "txtReason";
- this.txtReason.Size = new System.Drawing.Size(120, 21);
- this.txtReason.TabIndex = 135;
- //
- // ulgrpModel
- //
- appearance1.FontData.Name = "宋体";
- appearance1.FontData.SizeInPoints = 9F;
- this.ulgrpModel.Appearance = appearance1;
- this.ulgrpModel.Controls.Add(this.udteEndTime);
- this.ulgrpModel.Controls.Add(this.udteStartTime);
- this.ulgrpModel.Controls.Add(this.ucmePos);
- this.ulgrpModel.Controls.Add(this.ucmeOxygenLanceID);
- this.ulgrpModel.Controls.Add(this.chkQEndTime);
- this.ulgrpModel.Controls.Add(this.chkPos);
- this.ulgrpModel.Controls.Add(this.chkQStartTime);
- this.ulgrpModel.Controls.Add(this.chkQOxygenLanceID);
- this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
- this.ulgrpModel.Font = new System.Drawing.Font("宋体", 9F);
- this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
- this.ulgrpModel.Name = "ulgrpModel";
- this.ulgrpModel.Size = new System.Drawing.Size(902, 43);
- this.ulgrpModel.TabIndex = 0;
- //
- // udteEndTime
- //
- this.udteEndTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- this.udteEndTime.Enabled = false;
- this.udteEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteEndTime.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteEndTime.Location = new System.Drawing.Point(670, 11);
- this.udteEndTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteEndTime.Name = "udteEndTime";
- this.udteEndTime.Size = new System.Drawing.Size(149, 21);
- this.udteEndTime.TabIndex = 297;
- this.udteEndTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- //
- // udteStartTime
- //
- this.udteStartTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- this.udteStartTime.Enabled = false;
- this.udteStartTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteStartTime.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteStartTime.Location = new System.Drawing.Point(434, 11);
- this.udteStartTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteStartTime.Name = "udteStartTime";
- this.udteStartTime.Size = new System.Drawing.Size(149, 21);
- this.udteStartTime.TabIndex = 296;
- this.udteStartTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- //
- // ucmePos
- //
- appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance2.BorderColor = System.Drawing.Color.Black;
- this.ucmePos.Appearance = appearance2;
- this.ucmePos.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmePos.Enabled = false;
- this.ucmePos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem3.DataValue = "3";
- valueListItem3.DisplayText = "1#转炉";
- valueListItem1.DataValue = "ValueListItem1";
- valueListItem1.DisplayText = "2#转炉";
- this.ucmePos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem3,
- valueListItem1});
- this.ucmePos.Location = new System.Drawing.Point(255, 12);
- this.ucmePos.Name = "ucmePos";
- this.ucmePos.Size = new System.Drawing.Size(92, 19);
- this.ucmePos.TabIndex = 295;
- this.ucmePos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // ucmeOxygenLanceID
- //
- appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance3.BorderColor = System.Drawing.Color.Black;
- this.ucmeOxygenLanceID.Appearance = appearance3;
- this.ucmeOxygenLanceID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmeOxygenLanceID.Enabled = false;
- this.ucmeOxygenLanceID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ucmeOxygenLanceID.Location = new System.Drawing.Point(89, 12);
- this.ucmeOxygenLanceID.Name = "ucmeOxygenLanceID";
- this.ucmeOxygenLanceID.Size = new System.Drawing.Size(92, 19);
- this.ucmeOxygenLanceID.TabIndex = 294;
- this.ucmeOxygenLanceID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // chkQEndTime
- //
- this.chkQEndTime.AutoSize = true;
- this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
- this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
- this.chkQEndTime.Location = new System.Drawing.Point(599, 12);
- this.chkQEndTime.Name = "chkQEndTime";
- this.chkQEndTime.Size = new System.Drawing.Size(69, 16);
- this.chkQEndTime.TabIndex = 6;
- this.chkQEndTime.Text = "下线时间";
- this.chkQEndTime.UseVisualStyleBackColor = false;
- //
- // 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);
- this.chkPos.Location = new System.Drawing.Point(197, 12);
- this.chkPos.Name = "chkPos";
- this.chkPos.Size = new System.Drawing.Size(57, 16);
- this.chkPos.TabIndex = 2;
- this.chkPos.Text = "炉座号";
- this.chkPos.UseVisualStyleBackColor = false;
- //
- // chkQStartTime
- //
- this.chkQStartTime.AutoSize = true;
- this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
- this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
- this.chkQStartTime.Location = new System.Drawing.Point(364, 12);
- this.chkQStartTime.Name = "chkQStartTime";
- this.chkQStartTime.Size = new System.Drawing.Size(69, 16);
- this.chkQStartTime.TabIndex = 4;
- this.chkQStartTime.Text = "上线时间";
- this.chkQStartTime.UseVisualStyleBackColor = false;
- //
- // chkQOxygenLanceID
- //
- this.chkQOxygenLanceID.AutoSize = true;
- this.chkQOxygenLanceID.BackColor = System.Drawing.Color.Transparent;
- this.chkQOxygenLanceID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQOxygenLanceID.Font = new System.Drawing.Font("宋体", 9F);
- this.chkQOxygenLanceID.Location = new System.Drawing.Point(19, 12);
- this.chkQOxygenLanceID.Name = "chkQOxygenLanceID";
- this.chkQOxygenLanceID.Size = new System.Drawing.Size(69, 16);
- this.chkQOxygenLanceID.TabIndex = 0;
- this.chkQOxygenLanceID.Text = "氧枪编号";
- this.chkQOxygenLanceID.UseVisualStyleBackColor = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(13, 67);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 142;
- this.label2.Text = "记录编号";
- //
- // txtJLBH
- //
- this.txtJLBH.Enabled = false;
- this.txtJLBH.Location = new System.Drawing.Point(69, 63);
- this.txtJLBH.Name = "txtJLBH";
- this.txtJLBH.ReadOnly = true;
- this.txtJLBH.Size = new System.Drawing.Size(145, 21);
- this.txtJLBH.TabIndex = 141;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Location = new System.Drawing.Point(13, 11);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(53, 12);
- this.label11.TabIndex = 140;
- this.label11.Text = "氧枪编号";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(248, 39);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 139;
- this.label8.Text = "上线时间";
- //
- // txtQL
- //
- this.txtQL.Location = new System.Drawing.Point(538, 7);
- this.txtQL.Name = "txtQL";
- this.txtQL.Size = new System.Drawing.Size(120, 21);
- this.txtQL.TabIndex = 137;
- this.txtQL.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
- //
- // comboBox4
- //
- this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Items.AddRange(new object[] {
- "在线使用",
- "在线备用",
- "离线备用",
- "离线维修"});
- this.comboBox4.Location = new System.Drawing.Point(645, 141);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(145, 20);
- this.comboBox4.TabIndex = 132;
- this.comboBox4.Visible = false;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Location = new System.Drawing.Point(37, 97);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(29, 12);
- this.label10.TabIndex = 126;
- this.label10.Text = "备注";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(480, 39);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(53, 12);
- this.label9.TabIndex = 125;
- this.label9.Text = "更换原因";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(504, 11);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(29, 12);
- this.label7.TabIndex = 124;
- this.label7.Text = "枪龄";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(577, 145);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 123;
- this.label6.Text = "使用状态";
- this.label6.Visible = false;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(25, 39);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(41, 12);
- this.label5.TabIndex = 122;
- this.label5.Text = "炉座号";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(248, 11);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 121;
- this.label4.Text = "使用类型";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(713, 11);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 120;
- this.label3.Text = "班别";
- //
- // ulgridBaseInfo
- //
- this.ulgridBaseInfo.DataSource = this.ultdsUseDetail;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance25.TextVAlignAsString = "Middle";
- ultraGridColumn1.CellAppearance = appearance25;
- ultraGridColumn1.Header.Caption = "记录编号";
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn1.Width = 89;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance26.TextVAlignAsString = "Middle";
- ultraGridColumn2.CellAppearance = appearance26;
- ultraGridColumn2.Header.Caption = "氧枪编号";
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn2.Width = 97;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance27.TextVAlignAsString = "Middle";
- ultraGridColumn3.CellAppearance = appearance27;
- ultraGridColumn3.Header.Caption = "班别";
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn3.Width = 89;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance28.TextVAlignAsString = "Middle";
- ultraGridColumn4.CellAppearance = appearance28;
- ultraGridColumn4.Header.Caption = "所处位置";
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance29.TextVAlignAsString = "Middle";
- ultraGridColumn5.CellAppearance = appearance29;
- ultraGridColumn5.Header.Caption = "炉座号";
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance30.TextVAlignAsString = "Middle";
- ultraGridColumn6.CellAppearance = appearance30;
- ultraGridColumn6.Header.Caption = "使用状态";
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance31.TextVAlignAsString = "Middle";
- ultraGridColumn7.CellAppearance = appearance31;
- ultraGridColumn7.Header.Caption = "枪龄";
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance32.TextVAlignAsString = "Middle";
- ultraGridColumn8.CellAppearance = appearance32;
- ultraGridColumn8.Header.Caption = "上线时间";
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance33.TextVAlignAsString = "Middle";
- ultraGridColumn9.CellAppearance = appearance33;
- ultraGridColumn9.Header.Caption = "下线时间";
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance34.TextVAlignAsString = "Middle";
- ultraGridColumn10.CellAppearance = appearance34;
- ultraGridColumn10.Header.Caption = "氧枪头更换原因";
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance35.TextVAlignAsString = "Middle";
- ultraGridColumn11.CellAppearance = appearance35;
- ultraGridColumn11.Header.Caption = "备注";
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance36.TextVAlignAsString = "Middle";
- ultraGridColumn12.CellAppearance = appearance36;
- ultraGridColumn12.Header.Caption = "喷头厂家";
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- appearance37.TextVAlignAsString = "Middle";
- ultraGridColumn13.CellAppearance = appearance37;
- ultraGridColumn13.Header.Caption = "高压水初始流量";
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(115, 0);
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13});
- 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.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance17.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance17;
- this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- 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);
- this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 69);
- this.ulgridBaseInfo.Name = "ulgridBaseInfo";
- this.ulgridBaseInfo.Size = new System.Drawing.Size(902, 309);
- this.ulgridBaseInfo.TabIndex = 1;
- this.ulgridBaseInfo.AfterRowActivate += new System.EventHandler(this.ulgridBaseInfo_AfterRowActivate);
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(902, 173);
- this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 378);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(902, 173);
- this.ultraExpandableGroupBox1.TabIndex = 2;
- this.ultraExpandableGroupBox1.Text = "氧枪使用信息维护";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(898, 151);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.txt_Memo);
- this.ultraGroupBox1.Controls.Add(this.labMemo);
- this.ultraGroupBox1.Controls.Add(this.cmbLanceID);
- this.ultraGroupBox1.Controls.Add(this.label11);
- this.ultraGroupBox1.Controls.Add(this.dtpQStartTime);
- this.ultraGroupBox1.Controls.Add(this.comboBox4);
- this.ultraGroupBox1.Controls.Add(this.ucmePtcj);
- this.ultraGroupBox1.Controls.Add(this.label6);
- this.ultraGroupBox1.Controls.Add(this.ucmeClass);
- this.ultraGroupBox1.Controls.Add(this.label10);
- this.ultraGroupBox1.Controls.Add(this.comboBox6);
- this.ultraGroupBox1.Controls.Add(this.label9);
- this.ultraGroupBox1.Controls.Add(this.cmbType);
- this.ultraGroupBox1.Controls.Add(this.label7);
- this.ultraGroupBox1.Controls.Add(this.comboBox13);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.label13);
- this.ultraGroupBox1.Controls.Add(this.txtReason);
- this.ultraGroupBox1.Controls.Add(this.txtSLL);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label12);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.dtpQEndTime);
- this.ultraGroupBox1.Controls.Add(this.txtQL);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.txtmemo);
- this.ultraGroupBox1.Controls.Add(this.label8);
- this.ultraGroupBox1.Controls.Add(this.txtJLBH);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(898, 151);
- this.ultraGroupBox1.TabIndex = 7;
- //
- // txt_Memo
- //
- this.txt_Memo.Location = new System.Drawing.Point(539, 92);
- this.txt_Memo.MaxLength = 300;
- this.txt_Memo.Multiline = true;
- this.txt_Memo.Name = "txt_Memo";
- this.txt_Memo.Size = new System.Drawing.Size(334, 53);
- this.txt_Memo.TabIndex = 324;
- //
- // labMemo
- //
- this.labMemo.AutoSize = true;
- this.labMemo.BackColor = System.Drawing.Color.Transparent;
- this.labMemo.Location = new System.Drawing.Point(480, 97);
- this.labMemo.Name = "labMemo";
- this.labMemo.Size = new System.Drawing.Size(53, 12);
- this.labMemo.TabIndex = 323;
- this.labMemo.Text = "喷头备注";
- //
- // cmbLanceID
- //
- this.cmbLanceID.FormattingEnabled = true;
- this.cmbLanceID.Items.AddRange(new object[] {
- "全部使用信息"});
- this.cmbLanceID.Location = new System.Drawing.Point(69, 9);
- this.cmbLanceID.Name = "cmbLanceID";
- this.cmbLanceID.Size = new System.Drawing.Size(145, 20);
- this.cmbLanceID.TabIndex = 322;
- //
- // dtpQStartTime
- //
- this.dtpQStartTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- this.dtpQStartTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.dtpQStartTime.FormatString = "yyyy-MM-dd HH:mm";
- this.dtpQStartTime.Location = new System.Drawing.Point(305, 35);
- this.dtpQStartTime.MaskInput = "yyyy-mm-dd hh:mm";
- this.dtpQStartTime.Name = "dtpQStartTime";
- this.dtpQStartTime.Size = new System.Drawing.Size(147, 21);
- this.dtpQStartTime.TabIndex = 321;
- this.dtpQStartTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
- //
- // ucmePtcj
- //
- appearance18.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance18.BorderColor = System.Drawing.Color.Black;
- this.ucmePtcj.Appearance = appearance18;
- this.ucmePtcj.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmePtcj.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ucmePtcj.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ucmePtcj.Location = new System.Drawing.Point(538, 64);
- this.ucmePtcj.Name = "ucmePtcj";
- this.ucmePtcj.Size = new System.Drawing.Size(335, 19);
- this.ucmePtcj.TabIndex = 320;
- this.ucmePtcj.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.ucmePtcj.ValueChanged += new System.EventHandler(this.ucmePtcj_ValueChanged);
- //
- // ucmeClass
- //
- appearance19.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance19.BorderColor = System.Drawing.Color.Black;
- this.ucmeClass.Appearance = appearance19;
- this.ucmeClass.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmeClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ucmeClass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem4.DataValue = "1";
- valueListItem4.DisplayText = "甲";
- valueListItem5.DataValue = "2";
- valueListItem5.DisplayText = "乙";
- valueListItem6.DataValue = "3";
- valueListItem6.DisplayText = "丙";
- valueListItem7.DataValue = "4";
- valueListItem7.DisplayText = "丁";
- this.ucmeClass.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem4,
- valueListItem5,
- valueListItem6,
- valueListItem7});
- this.ucmeClass.Location = new System.Drawing.Point(746, 8);
- this.ucmeClass.Name = "ucmeClass";
- this.ucmeClass.Size = new System.Drawing.Size(127, 19);
- this.ucmeClass.TabIndex = 319;
- this.ucmeClass.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // comboBox6
- //
- appearance20.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance20.BorderColor = System.Drawing.Color.Black;
- this.comboBox6.Appearance = appearance20;
- this.comboBox6.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.comboBox6.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.comboBox6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem9.DataValue = "2";
- valueListItem9.DisplayText = "1#转炉";
- valueListItem2.DataValue = "ValueListItem1";
- valueListItem2.DisplayText = "2#转炉";
- this.comboBox6.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem9,
- valueListItem2});
- this.comboBox6.Location = new System.Drawing.Point(69, 36);
- this.comboBox6.Name = "comboBox6";
- this.comboBox6.Size = new System.Drawing.Size(145, 19);
- this.comboBox6.TabIndex = 318;
- this.comboBox6.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // cmbType
- //
- appearance21.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance21.BorderColor = System.Drawing.Color.Black;
- this.cmbType.Appearance = appearance21;
- this.cmbType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem11.DataValue = "1";
- valueListItem11.DisplayText = "A枪";
- valueListItem12.DataValue = "2";
- valueListItem12.DisplayText = "B枪";
- this.cmbType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem11,
- valueListItem12});
- this.cmbType.Location = new System.Drawing.Point(305, 8);
- this.cmbType.Name = "cmbType";
- this.cmbType.Size = new System.Drawing.Size(147, 19);
- this.cmbType.TabIndex = 317;
- this.cmbType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // comboBox13
- //
- appearance22.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance22.BorderColor = System.Drawing.Color.Black;
- this.comboBox13.Appearance = appearance22;
- this.comboBox13.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.comboBox13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem13.DataValue = "0";
- valueListItem13.DisplayText = "全部使用信息";
- this.comboBox13.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem13});
- this.comboBox13.Location = new System.Drawing.Point(455, 8);
- this.comboBox13.Name = "comboBox13";
- this.comboBox13.Size = new System.Drawing.Size(36, 19);
- this.comboBox13.TabIndex = 316;
- this.comboBox13.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.comboBox13.Visible = false;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Location = new System.Drawing.Point(480, 67);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(53, 12);
- this.label13.TabIndex = 310;
- this.label13.Text = "喷头厂家";
- //
- // txtSLL
- //
- this.txtSLL.Location = new System.Drawing.Point(746, 35);
- this.txtSLL.Name = "txtSLL";
- this.txtSLL.Size = new System.Drawing.Size(127, 21);
- this.txtSLL.TabIndex = 309;
- this.txtSLL.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.Transparent;
- this.label12.Location = new System.Drawing.Point(677, 39);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(65, 12);
- this.label12.TabIndex = 308;
- this.label12.Text = "高压水流量";
- //
- // dtpQEndTime
- //
- appearance23.BackColor = System.Drawing.Color.White;
- this.dtpQEndTime.Appearance = appearance23;
- this.dtpQEndTime.BackColor = System.Drawing.Color.White;
- this.dtpQEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.dtpQEndTime.FormatString = "yyyy-MM-dd HH:mm";
- this.dtpQEndTime.Location = new System.Drawing.Point(305, 63);
- this.dtpQEndTime.MaskInput = "yyyy-mm-dd hh:mm";
- this.dtpQEndTime.Name = "dtpQEndTime";
- this.dtpQEndTime.Size = new System.Drawing.Size(147, 21);
- this.dtpQEndTime.TabIndex = 307;
- this.dtpQEndTime.Value = null;
- //
- // _frmModelFormStyle_Toolbars_Dock_Area_Right
- //
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(902, 26);
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Right";
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 525);
- this._frmModelFormStyle_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.AlwaysShowMenusExpanded = Infragistics.Win.DefaultableBoolean.False;
- appearance24.FontData.Name = "宋体";
- appearance24.FontData.SizeInPoints = 9F;
- this.ultraToolbarsManager1.Appearance = appearance24;
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this;
- this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.LgMes.Client.LgDeviceManager.FrmLgDevFunctions);
- this.ultraToolbarsManager1.LockToolbars = true;
- this.ultraToolbarsManager1.MiniToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool15,
- buttonTool16});
- this.ultraToolbarsManager1.MiniToolbar.ToolRowCount = 1;
- this.ultraToolbarsManager1.Office2007UICompatibility = false;
- ribbonTab1.Caption = "ribbon2";
- ribbonTab2.Caption = "ribbon1";
- ribbonGroup1.Caption = "ribbonGroup1";
- ribbonGroup2.Caption = "ribbonGroup2";
- ribbonTab2.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
- ribbonGroup1,
- ribbonGroup2});
- ribbonTab3.Caption = "ribbon3";
- ribbonTab4.Caption = "ribbon4";
- ribbonTab5.Caption = "ribbon5";
- ribbonGroup3.Caption = "ribbonGroup1";
- ribbonGroup4.Caption = "ribbonGroup2";
- ribbonTab5.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
- ribbonGroup3,
- ribbonGroup4});
- ribbonTab6.Caption = "ribbon6";
- this.ultraToolbarsManager1.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
- ribbonTab1,
- ribbonTab2,
- ribbonTab3,
- ribbonTab4,
- ribbonTab5,
- ribbonTab6});
- this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
- this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- buttonTool2.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 = "UltraToolbar1";
- ultraToolbar2.DockedColumn = 0;
- ultraToolbar2.DockedRow = 0;
- ultraToolbar2.Text = "UltraToolbar2";
- ultraToolbar2.Visible = false;
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1,
- ultraToolbar2});
- buttonTool8.SharedPropsInternal.Caption = "新增(&A)";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool9.SharedPropsInternal.Caption = "修改(&U)";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool10.SharedPropsInternal.Caption = "删除(&D)";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool11.SharedPropsInternal.Caption = "查询(&Q)";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool12.SharedPropsInternal.Caption = "关闭(&C)";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool13.SharedPropsInternal.Caption = "下线(&R)";
- buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool14.SharedPropsInternal.Caption = "导出(&P)";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool11,
- buttonTool12,
- buttonTool13,
- buttonTool14});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _frmModelFormStyle_Toolbars_Dock_Area_Left
- //
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Left";
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 525);
- this._frmModelFormStyle_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _frmModelFormStyle_Toolbars_Dock_Area_Bottom
- //
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 551);
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Bottom";
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(902, 0);
- this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _frmModelFormStyle_Toolbars_Dock_Area_Top
- //
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Top";
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(902, 26);
- this._frmModelFormStyle_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // FrmOLUseDetailOperation
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(902, 551);
- this.Controls.Add(this.ulgridBaseInfo);
- this.Controls.Add(this.ulgrpModel);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Bottom);
- this.Name = "FrmOLUseDetailOperation";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "氧枪使用信息";
- this.Load += new System.EventHandler(this.FrmOLUseDetailOperation_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultdsUseDetail)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
- this.ulgrpModel.ResumeLayout(false);
- this.ulgrpModel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteEndTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteStartTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmePos)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeOxygenLanceID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dtpQStartTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmePtcj)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeClass)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBox6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBox13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtpQEndTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsUseDetail;
- private System.Windows.Forms.TextBox txtmemo;
- private System.Windows.Forms.TextBox txtReason;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox txtQL;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtJLBH;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private System.Windows.Forms.CheckBox chkQStartTime;
- private System.Windows.Forms.CheckBox chkQOxygenLanceID;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtpQEndTime;
- private System.Windows.Forms.CheckBox chkQEndTime;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
- private System.Windows.Forms.TextBox txtSLL;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.CheckBox chkPos;
- private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEndTime;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStartTime;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmePos;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeOxygenLanceID;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comboBox6;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comboBox13;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeClass;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmePtcj;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtpQStartTime;
- private System.Windows.Forms.ComboBox cmbLanceID;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Bottom;
- private System.Windows.Forms.TextBox txt_Memo;
- private System.Windows.Forms.Label labMemo;
- }
- }
|