FrmServiceInfo.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmServiceInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRID");
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRTOOLID");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRPART");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRTYPE");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MATERIALREPLACING");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRCOST");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REASON");
  36. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CYCID");
  37. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRTIME");
  38. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIREDTIME");
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TBMENDFACTORY");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
  42. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRID");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRTOOLID");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRPART");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRTYPE");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIALREPLACING");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRCOST");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REASON");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CYCID");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIRTIME");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPAIREDTIME");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TBMENDFACTORY");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  58. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  67. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  68. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  69. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  70. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  72. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
  75. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
  77. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  78. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  79. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
  80. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  81. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  82. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  83. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OffLine");
  84. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
  85. this.label1 = new System.Windows.Forms.Label();
  86. this.udsrdsUseDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  87. this.txtmemo = new System.Windows.Forms.TextBox();
  88. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  89. this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  90. this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  91. this.cmbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  92. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  93. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  94. this.chkQOxygenLanceID = new System.Windows.Forms.CheckBox();
  95. this.label11 = new System.Windows.Forms.Label();
  96. this.label8 = new System.Windows.Forms.Label();
  97. this.label10 = new System.Windows.Forms.Label();
  98. this.label3 = new System.Windows.Forms.Label();
  99. this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  100. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  101. this.ulEBPSBBH = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  102. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  103. this.txtCB = new System.Windows.Forms.TextBox();
  104. this.ucmbLKBH = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  105. this.txtname = new System.Windows.Forms.TextBox();
  106. this.ucmbNC = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  107. this.ucmbCJ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  108. this.ucmbYY = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  109. this.ucmblb = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  110. this.ucmbWXWZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  111. this.label4 = new System.Windows.Forms.Label();
  112. this.label12 = new System.Windows.Forms.Label();
  113. this.udteendtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  114. this.label7 = new System.Windows.Forms.Label();
  115. this.udteStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  116. this.label9 = new System.Windows.Forms.Label();
  117. this.cmbClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  118. this.label2 = new System.Windows.Forms.Label();
  119. this.label6 = new System.Windows.Forms.Label();
  120. this.label5 = new System.Windows.Forms.Label();
  121. this.utbmMenu = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  122. this._frmModelFormStyle_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  123. this._frmModelFormStyle_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  124. this._frmModelFormStyle_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  125. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  126. this.uGEporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  127. ((System.ComponentModel.ISupportInitialize)(this.udsrdsUseDetail)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  129. this.ulgrpModel.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.cmbID)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  135. this.ultraExpandableGroupBox1.SuspendLayout();
  136. this.ulEBPSBBH.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  138. this.ultraGroupBox1.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.ucmbLKBH)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.ucmbNC)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.ucmbCJ)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.ucmbYY)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.ucmblb)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.ucmbWXWZ)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.udteendtime)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.udteStartTime)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.utbmMenu)).BeginInit();
  149. this.SuspendLayout();
  150. //
  151. // label1
  152. //
  153. this.label1.AutoSize = true;
  154. this.label1.BackColor = System.Drawing.Color.Transparent;
  155. this.label1.Location = new System.Drawing.Point(458, 72);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(53, 12);
  158. this.label1.TabIndex = 117;
  159. this.label1.Text = "结束时间";
  160. //
  161. // udsrdsUseDetail
  162. //
  163. this.udsrdsUseDetail.Band.Columns.AddRange(new object[] {
  164. ultraDataColumn1,
  165. ultraDataColumn2,
  166. ultraDataColumn3,
  167. ultraDataColumn4,
  168. ultraDataColumn5,
  169. ultraDataColumn6,
  170. ultraDataColumn7,
  171. ultraDataColumn8,
  172. ultraDataColumn9,
  173. ultraDataColumn10,
  174. ultraDataColumn11,
  175. ultraDataColumn12,
  176. ultraDataColumn13});
  177. //
  178. // txtmemo
  179. //
  180. this.txtmemo.Location = new System.Drawing.Point(76, 95);
  181. this.txtmemo.MaxLength = 300;
  182. this.txtmemo.Multiline = true;
  183. this.txtmemo.Name = "txtmemo";
  184. this.txtmemo.Size = new System.Drawing.Size(586, 53);
  185. this.txtmemo.TabIndex = 136;
  186. //
  187. // ulgrpModel
  188. //
  189. appearance2.FontData.Name = "宋体";
  190. appearance2.FontData.SizeInPoints = 9F;
  191. this.ulgrpModel.Appearance = appearance2;
  192. this.ulgrpModel.Controls.Add(this.udteEnd);
  193. this.ulgrpModel.Controls.Add(this.udteStart);
  194. this.ulgrpModel.Controls.Add(this.cmbID);
  195. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  196. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  197. this.ulgrpModel.Controls.Add(this.chkQOxygenLanceID);
  198. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  199. this.ulgrpModel.Font = new System.Drawing.Font("宋体", 9F);
  200. this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
  201. this.ulgrpModel.Name = "ulgrpModel";
  202. this.ulgrpModel.Size = new System.Drawing.Size(902, 49);
  203. this.ulgrpModel.TabIndex = 0;
  204. //
  205. // udteEnd
  206. //
  207. this.udteEnd.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  208. this.udteEnd.Enabled = false;
  209. this.udteEnd.FormatProvider = new System.Globalization.CultureInfo("en-US");
  210. this.udteEnd.FormatString = "yyyy-MM-dd HH:mm:ss";
  211. this.udteEnd.Location = new System.Drawing.Point(550, 15);
  212. this.udteEnd.MaskInput = "yyyy-mm-dd hh:mm:ss";
  213. this.udteEnd.Name = "udteEnd";
  214. this.udteEnd.Size = new System.Drawing.Size(149, 21);
  215. this.udteEnd.TabIndex = 297;
  216. this.udteEnd.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  217. //
  218. // udteStart
  219. //
  220. this.udteStart.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  221. this.udteStart.Enabled = false;
  222. this.udteStart.FormatProvider = new System.Globalization.CultureInfo("en-US");
  223. this.udteStart.FormatString = "yyyy-MM-dd HH:mm:ss";
  224. this.udteStart.Location = new System.Drawing.Point(293, 15);
  225. this.udteStart.MaskInput = "yyyy-mm-dd hh:mm:ss";
  226. this.udteStart.Name = "udteStart";
  227. this.udteStart.Size = new System.Drawing.Size(149, 21);
  228. this.udteStart.TabIndex = 296;
  229. this.udteStart.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  230. //
  231. // cmbID
  232. //
  233. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  234. appearance3.BorderColor = System.Drawing.Color.Black;
  235. this.cmbID.Appearance = appearance3;
  236. this.cmbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  237. this.cmbID.Enabled = false;
  238. this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.cmbID.Location = new System.Drawing.Point(89, 16);
  240. this.cmbID.Name = "cmbID";
  241. this.cmbID.Size = new System.Drawing.Size(92, 19);
  242. this.cmbID.TabIndex = 294;
  243. this.cmbID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  244. //
  245. // chkQEndTime
  246. //
  247. this.chkQEndTime.AutoSize = true;
  248. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  249. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  250. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
  251. this.chkQEndTime.Location = new System.Drawing.Point(457, 17);
  252. this.chkQEndTime.Name = "chkQEndTime";
  253. this.chkQEndTime.Size = new System.Drawing.Size(93, 16);
  254. this.chkQEndTime.TabIndex = 6;
  255. this.chkQEndTime.Text = "维修结束时间";
  256. this.chkQEndTime.UseVisualStyleBackColor = false;
  257. //
  258. // chkQStartTime
  259. //
  260. this.chkQStartTime.AutoSize = true;
  261. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  262. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  263. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
  264. this.chkQStartTime.Location = new System.Drawing.Point(201, 17);
  265. this.chkQStartTime.Name = "chkQStartTime";
  266. this.chkQStartTime.Size = new System.Drawing.Size(93, 16);
  267. this.chkQStartTime.TabIndex = 4;
  268. this.chkQStartTime.Text = "维修开始时间";
  269. this.chkQStartTime.UseVisualStyleBackColor = false;
  270. //
  271. // chkQOxygenLanceID
  272. //
  273. this.chkQOxygenLanceID.AutoSize = true;
  274. this.chkQOxygenLanceID.BackColor = System.Drawing.Color.Transparent;
  275. this.chkQOxygenLanceID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  276. this.chkQOxygenLanceID.Font = new System.Drawing.Font("宋体", 9F);
  277. this.chkQOxygenLanceID.Location = new System.Drawing.Point(19, 17);
  278. this.chkQOxygenLanceID.Name = "chkQOxygenLanceID";
  279. this.chkQOxygenLanceID.Size = new System.Drawing.Size(69, 16);
  280. this.chkQOxygenLanceID.TabIndex = 0;
  281. this.chkQOxygenLanceID.Text = "设备编号";
  282. this.chkQOxygenLanceID.UseVisualStyleBackColor = false;
  283. //
  284. // label11
  285. //
  286. this.label11.AutoSize = true;
  287. this.label11.BackColor = System.Drawing.Color.Transparent;
  288. this.label11.Location = new System.Drawing.Point(25, 12);
  289. this.label11.Name = "label11";
  290. this.label11.Size = new System.Drawing.Size(53, 12);
  291. this.label11.TabIndex = 140;
  292. this.label11.Text = "设备编号";
  293. //
  294. // label8
  295. //
  296. this.label8.AutoSize = true;
  297. this.label8.BackColor = System.Drawing.Color.Transparent;
  298. this.label8.Location = new System.Drawing.Point(239, 70);
  299. this.label8.Name = "label8";
  300. this.label8.Size = new System.Drawing.Size(53, 12);
  301. this.label8.TabIndex = 139;
  302. this.label8.Text = "开始时间";
  303. //
  304. // label10
  305. //
  306. this.label10.AutoSize = true;
  307. this.label10.BackColor = System.Drawing.Color.Transparent;
  308. this.label10.Location = new System.Drawing.Point(44, 98);
  309. this.label10.Name = "label10";
  310. this.label10.Size = new System.Drawing.Size(29, 12);
  311. this.label10.TabIndex = 126;
  312. this.label10.Text = "备注";
  313. //
  314. // label3
  315. //
  316. this.label3.AutoSize = true;
  317. this.label3.BackColor = System.Drawing.Color.Transparent;
  318. this.label3.Location = new System.Drawing.Point(677, 14);
  319. this.label3.Name = "label3";
  320. this.label3.Size = new System.Drawing.Size(29, 12);
  321. this.label3.TabIndex = 120;
  322. this.label3.Text = "班别";
  323. this.label3.Visible = false;
  324. //
  325. // ulgridBaseInfo
  326. //
  327. this.ulgridBaseInfo.DataSource = this.udsrdsUseDetail;
  328. ultraGridColumn1.Header.Caption = "维修记录编号";
  329. ultraGridColumn1.Header.VisiblePosition = 0;
  330. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
  331. ultraGridColumn2.Header.Caption = "维修设备编号";
  332. ultraGridColumn2.Header.VisiblePosition = 1;
  333. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  334. ultraGridColumn3.Header.Caption = "维修位置";
  335. ultraGridColumn3.Header.VisiblePosition = 2;
  336. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  337. ultraGridColumn4.Header.Caption = "维修类别";
  338. ultraGridColumn4.Header.VisiblePosition = 3;
  339. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
  340. ultraGridColumn5.Header.Caption = "耐材更换";
  341. ultraGridColumn5.Header.VisiblePosition = 4;
  342. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  343. ultraGridColumn6.Header.Caption = "维修成本";
  344. ultraGridColumn6.Header.VisiblePosition = 5;
  345. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
  346. ultraGridColumn7.Header.Caption = "维修原因";
  347. ultraGridColumn7.Header.VisiblePosition = 6;
  348. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  349. ultraGridColumn8.Header.Caption = "周期编号";
  350. ultraGridColumn8.Header.VisiblePosition = 7;
  351. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  352. ultraGridColumn9.Header.Caption = "维修开始时间";
  353. ultraGridColumn9.Header.VisiblePosition = 8;
  354. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  355. ultraGridColumn10.Header.Caption = "维修结束时间";
  356. ultraGridColumn10.Header.VisiblePosition = 9;
  357. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  358. ultraGridColumn11.Header.Caption = "维修厂家";
  359. ultraGridColumn11.Header.VisiblePosition = 10;
  360. ultraGridColumn12.Header.Caption = "记录人";
  361. ultraGridColumn12.Header.VisiblePosition = 11;
  362. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  363. ultraGridColumn13.Header.Caption = "备注";
  364. ultraGridColumn13.Header.VisiblePosition = 12;
  365. ultraGridBand1.Columns.AddRange(new object[] {
  366. ultraGridColumn1,
  367. ultraGridColumn2,
  368. ultraGridColumn3,
  369. ultraGridColumn4,
  370. ultraGridColumn5,
  371. ultraGridColumn6,
  372. ultraGridColumn7,
  373. ultraGridColumn8,
  374. ultraGridColumn9,
  375. ultraGridColumn10,
  376. ultraGridColumn11,
  377. ultraGridColumn12,
  378. ultraGridColumn13});
  379. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  380. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  381. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  382. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  383. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  384. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  385. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  386. this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  387. appearance17.BackColor = System.Drawing.Color.LightSteelBlue;
  388. this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance17;
  389. this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  390. this.ulgridBaseInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  391. this.ulgridBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.ulgridBaseInfo.Font = new System.Drawing.Font("宋体", 9F);
  393. this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 75);
  394. this.ulgridBaseInfo.Name = "ulgridBaseInfo";
  395. this.ulgridBaseInfo.Size = new System.Drawing.Size(902, 297);
  396. this.ulgridBaseInfo.TabIndex = 1;
  397. this.ulgridBaseInfo.AfterRowActivate += new System.EventHandler(this.ulgridBaseInfo_AfterRowActivate);
  398. //
  399. // ultraExpandableGroupBox1
  400. //
  401. this.ultraExpandableGroupBox1.Controls.Add(this.ulEBPSBBH);
  402. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  403. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(902, 179);
  404. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 372);
  406. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  407. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(902, 179);
  408. this.ultraExpandableGroupBox1.TabIndex = 2;
  409. this.ultraExpandableGroupBox1.Text = "维修信息";
  410. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  411. //
  412. // ulEBPSBBH
  413. //
  414. this.ulEBPSBBH.Controls.Add(this.ultraGroupBox1);
  415. this.ulEBPSBBH.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.ulEBPSBBH.Location = new System.Drawing.Point(2, 20);
  417. this.ulEBPSBBH.Name = "ulEBPSBBH";
  418. this.ulEBPSBBH.Size = new System.Drawing.Size(898, 157);
  419. this.ulEBPSBBH.TabIndex = 0;
  420. //
  421. // ultraGroupBox1
  422. //
  423. this.ultraGroupBox1.Controls.Add(this.txtCB);
  424. this.ultraGroupBox1.Controls.Add(this.ucmbLKBH);
  425. this.ultraGroupBox1.Controls.Add(this.txtname);
  426. this.ultraGroupBox1.Controls.Add(this.label10);
  427. this.ultraGroupBox1.Controls.Add(this.ucmbNC);
  428. this.ultraGroupBox1.Controls.Add(this.label3);
  429. this.ultraGroupBox1.Controls.Add(this.ucmbCJ);
  430. this.ultraGroupBox1.Controls.Add(this.label1);
  431. this.ultraGroupBox1.Controls.Add(this.ucmbYY);
  432. this.ultraGroupBox1.Controls.Add(this.label8);
  433. this.ultraGroupBox1.Controls.Add(this.ucmblb);
  434. this.ultraGroupBox1.Controls.Add(this.label11);
  435. this.ultraGroupBox1.Controls.Add(this.ucmbWXWZ);
  436. this.ultraGroupBox1.Controls.Add(this.label4);
  437. this.ultraGroupBox1.Controls.Add(this.label12);
  438. this.ultraGroupBox1.Controls.Add(this.udteendtime);
  439. this.ultraGroupBox1.Controls.Add(this.label7);
  440. this.ultraGroupBox1.Controls.Add(this.udteStartTime);
  441. this.ultraGroupBox1.Controls.Add(this.label9);
  442. this.ultraGroupBox1.Controls.Add(this.cmbClass);
  443. this.ultraGroupBox1.Controls.Add(this.label2);
  444. this.ultraGroupBox1.Controls.Add(this.txtmemo);
  445. this.ultraGroupBox1.Controls.Add(this.label6);
  446. this.ultraGroupBox1.Controls.Add(this.label5);
  447. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  449. this.ultraGroupBox1.Name = "ultraGroupBox1";
  450. this.ultraGroupBox1.Size = new System.Drawing.Size(898, 157);
  451. this.ultraGroupBox1.TabIndex = 7;
  452. //
  453. // txtCB
  454. //
  455. this.txtCB.Location = new System.Drawing.Point(78, 37);
  456. this.txtCB.Name = "txtCB";
  457. this.txtCB.Size = new System.Drawing.Size(100, 21);
  458. this.txtCB.TabIndex = 323;
  459. //
  460. // ucmbLKBH
  461. //
  462. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  463. appearance4.BorderColor = System.Drawing.Color.Black;
  464. this.ucmbLKBH.Appearance = appearance4;
  465. this.ucmbLKBH.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  466. this.ucmbLKBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.ucmbLKBH.Location = new System.Drawing.Point(79, 9);
  468. this.ucmbLKBH.Name = "ucmbLKBH";
  469. this.ucmbLKBH.Size = new System.Drawing.Size(100, 19);
  470. this.ucmbLKBH.TabIndex = 322;
  471. this.ucmbLKBH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  472. //
  473. // txtname
  474. //
  475. this.txtname.Location = new System.Drawing.Point(241, 37);
  476. this.txtname.Name = "txtname";
  477. this.txtname.Size = new System.Drawing.Size(100, 21);
  478. this.txtname.TabIndex = 323;
  479. //
  480. // ucmbNC
  481. //
  482. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  483. appearance1.BorderColor = System.Drawing.Color.Black;
  484. this.ucmbNC.Appearance = appearance1;
  485. this.ucmbNC.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  486. this.ucmbNC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.ucmbNC.Location = new System.Drawing.Point(77, 65);
  488. this.ucmbNC.Name = "ucmbNC";
  489. this.ucmbNC.Size = new System.Drawing.Size(161, 19);
  490. this.ucmbNC.TabIndex = 322;
  491. this.ucmbNC.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  492. //
  493. // ucmbCJ
  494. //
  495. appearance8.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  496. appearance8.BorderColor = System.Drawing.Color.Black;
  497. this.ucmbCJ.Appearance = appearance8;
  498. this.ucmbCJ.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  499. this.ucmbCJ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.ucmbCJ.Location = new System.Drawing.Point(403, 37);
  501. this.ucmbCJ.Name = "ucmbCJ";
  502. this.ucmbCJ.Size = new System.Drawing.Size(259, 19);
  503. this.ucmbCJ.TabIndex = 322;
  504. this.ucmbCJ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  505. //
  506. // ucmbYY
  507. //
  508. appearance7.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  509. appearance7.BorderColor = System.Drawing.Color.Black;
  510. this.ucmbYY.Appearance = appearance7;
  511. this.ucmbYY.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  512. this.ucmbYY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.ucmbYY.Location = new System.Drawing.Point(562, 11);
  514. this.ucmbYY.Name = "ucmbYY";
  515. this.ucmbYY.Size = new System.Drawing.Size(100, 19);
  516. this.ucmbYY.TabIndex = 322;
  517. this.ucmbYY.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  518. //
  519. // ucmblb
  520. //
  521. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  522. appearance5.BorderColor = System.Drawing.Color.Black;
  523. this.ucmblb.Appearance = appearance5;
  524. this.ucmblb.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  525. this.ucmblb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.ucmblb.Location = new System.Drawing.Point(403, 11);
  527. this.ucmblb.Name = "ucmblb";
  528. this.ucmblb.Size = new System.Drawing.Size(100, 19);
  529. this.ucmblb.TabIndex = 322;
  530. this.ucmblb.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  531. //
  532. // ucmbWXWZ
  533. //
  534. appearance6.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  535. appearance6.BorderColor = System.Drawing.Color.Black;
  536. this.ucmbWXWZ.Appearance = appearance6;
  537. this.ucmbWXWZ.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  538. this.ucmbWXWZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.ucmbWXWZ.Location = new System.Drawing.Point(241, 10);
  540. this.ucmbWXWZ.Name = "ucmbWXWZ";
  541. this.ucmbWXWZ.Size = new System.Drawing.Size(100, 19);
  542. this.ucmbWXWZ.TabIndex = 322;
  543. this.ucmbWXWZ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  544. //
  545. // label4
  546. //
  547. this.label4.AutoSize = true;
  548. this.label4.BackColor = System.Drawing.Color.Transparent;
  549. this.label4.Location = new System.Drawing.Point(185, 13);
  550. this.label4.Name = "label4";
  551. this.label4.Size = new System.Drawing.Size(53, 12);
  552. this.label4.TabIndex = 140;
  553. this.label4.Text = "维修位置";
  554. //
  555. // label12
  556. //
  557. this.label12.AutoSize = true;
  558. this.label12.BackColor = System.Drawing.Color.Transparent;
  559. this.label12.Location = new System.Drawing.Point(347, 14);
  560. this.label12.Name = "label12";
  561. this.label12.Size = new System.Drawing.Size(53, 12);
  562. this.label12.TabIndex = 140;
  563. this.label12.Text = "维修类别";
  564. //
  565. // udteendtime
  566. //
  567. this.udteendtime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  568. this.udteendtime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  569. this.udteendtime.FormatString = "yyyy-MM-dd HH:mm";
  570. this.udteendtime.Location = new System.Drawing.Point(515, 67);
  571. this.udteendtime.MaskInput = "yyyy-mm-dd hh:mm";
  572. this.udteendtime.Name = "udteendtime";
  573. this.udteendtime.Size = new System.Drawing.Size(147, 21);
  574. this.udteendtime.TabIndex = 321;
  575. this.udteendtime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  576. //
  577. // label7
  578. //
  579. this.label7.AutoSize = true;
  580. this.label7.BackColor = System.Drawing.Color.Transparent;
  581. this.label7.Location = new System.Drawing.Point(506, 14);
  582. this.label7.Name = "label7";
  583. this.label7.Size = new System.Drawing.Size(53, 12);
  584. this.label7.TabIndex = 140;
  585. this.label7.Text = "维修原因";
  586. //
  587. // udteStartTime
  588. //
  589. this.udteStartTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  590. this.udteStartTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  591. this.udteStartTime.FormatString = "yyyy-MM-dd HH:mm";
  592. this.udteStartTime.Location = new System.Drawing.Point(296, 66);
  593. this.udteStartTime.MaskInput = "yyyy-mm-dd hh:mm";
  594. this.udteStartTime.Name = "udteStartTime";
  595. this.udteStartTime.Size = new System.Drawing.Size(147, 21);
  596. this.udteStartTime.TabIndex = 321;
  597. this.udteStartTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  598. //
  599. // label9
  600. //
  601. this.label9.AutoSize = true;
  602. this.label9.BackColor = System.Drawing.Color.Transparent;
  603. this.label9.Location = new System.Drawing.Point(347, 40);
  604. this.label9.Name = "label9";
  605. this.label9.Size = new System.Drawing.Size(53, 12);
  606. this.label9.TabIndex = 140;
  607. this.label9.Text = "维修厂家";
  608. //
  609. // cmbClass
  610. //
  611. appearance19.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  612. appearance19.BorderColor = System.Drawing.Color.Black;
  613. this.cmbClass.Appearance = appearance19;
  614. this.cmbClass.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  615. this.cmbClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  616. this.cmbClass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. valueListItem4.DataValue = "1";
  618. valueListItem4.DisplayText = "甲";
  619. valueListItem5.DataValue = "2";
  620. valueListItem5.DisplayText = "乙";
  621. valueListItem6.DataValue = "3";
  622. valueListItem6.DisplayText = "丙";
  623. valueListItem7.DataValue = "4";
  624. valueListItem7.DisplayText = "丁";
  625. this.cmbClass.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  626. valueListItem4,
  627. valueListItem5,
  628. valueListItem6,
  629. valueListItem7});
  630. this.cmbClass.Location = new System.Drawing.Point(710, 11);
  631. this.cmbClass.Name = "cmbClass";
  632. this.cmbClass.Size = new System.Drawing.Size(100, 19);
  633. this.cmbClass.TabIndex = 319;
  634. this.cmbClass.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  635. this.cmbClass.Visible = false;
  636. //
  637. // label2
  638. //
  639. this.label2.AutoSize = true;
  640. this.label2.BackColor = System.Drawing.Color.Transparent;
  641. this.label2.Location = new System.Drawing.Point(21, 68);
  642. this.label2.Name = "label2";
  643. this.label2.Size = new System.Drawing.Size(53, 12);
  644. this.label2.TabIndex = 140;
  645. this.label2.Text = "耐材更换";
  646. //
  647. // label6
  648. //
  649. this.label6.AutoSize = true;
  650. this.label6.BackColor = System.Drawing.Color.Transparent;
  651. this.label6.Location = new System.Drawing.Point(191, 40);
  652. this.label6.Name = "label6";
  653. this.label6.Size = new System.Drawing.Size(41, 12);
  654. this.label6.TabIndex = 140;
  655. this.label6.Text = "记录人";
  656. //
  657. // label5
  658. //
  659. this.label5.AutoSize = true;
  660. this.label5.BackColor = System.Drawing.Color.Transparent;
  661. this.label5.Location = new System.Drawing.Point(23, 40);
  662. this.label5.Name = "label5";
  663. this.label5.Size = new System.Drawing.Size(53, 12);
  664. this.label5.TabIndex = 140;
  665. this.label5.Text = "维修成本";
  666. //
  667. // utbmMenu
  668. //
  669. appearance24.FontData.Name = "宋体";
  670. appearance24.FontData.SizeInPoints = 9F;
  671. this.utbmMenu.Appearance = appearance24;
  672. this.utbmMenu.DesignerFlags = 1;
  673. this.utbmMenu.DockWithinContainer = this;
  674. this.utbmMenu.DockWithinContainerBaseType = typeof(Core.LgMes.Client.LgDeviceManager.frmModelFormStyle);
  675. this.utbmMenu.LockToolbars = true;
  676. this.utbmMenu.Office2007UICompatibility = false;
  677. this.utbmMenu.ShowFullMenusDelay = 500;
  678. this.utbmMenu.ShowQuickCustomizeButton = false;
  679. this.utbmMenu.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  680. ultraToolbar1.DockedColumn = 0;
  681. ultraToolbar1.DockedRow = 0;
  682. buttonTool1.InstanceProps.IsFirstInGroup = true;
  683. buttonTool2.InstanceProps.IsFirstInGroup = true;
  684. buttonTool6.InstanceProps.IsFirstInGroup = true;
  685. buttonTool7.InstanceProps.IsFirstInGroup = true;
  686. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  687. buttonTool1,
  688. buttonTool2,
  689. buttonTool3,
  690. buttonTool4,
  691. buttonTool6,
  692. buttonTool7});
  693. ultraToolbar1.Text = "UltraToolbar1";
  694. this.utbmMenu.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  695. ultraToolbar1});
  696. buttonTool8.SharedPropsInternal.Caption = "新增(&A)";
  697. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  698. buttonTool9.SharedPropsInternal.Caption = "修改(&U)";
  699. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  700. buttonTool10.SharedPropsInternal.Caption = "删除(&D)";
  701. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  702. buttonTool11.SharedPropsInternal.Caption = "查询(&Q)";
  703. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  704. buttonTool12.SharedPropsInternal.Caption = "关闭(&C)";
  705. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  706. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  707. buttonTool14.SharedPropsInternal.Caption = "导出(&P)";
  708. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  709. this.utbmMenu.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  710. buttonTool8,
  711. buttonTool9,
  712. buttonTool10,
  713. buttonTool11,
  714. buttonTool12,
  715. buttonTool13,
  716. buttonTool14});
  717. this.utbmMenu.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  718. //
  719. // _frmModelFormStyle_Toolbars_Dock_Area_Left
  720. //
  721. this._frmModelFormStyle_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  722. this._frmModelFormStyle_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  723. this._frmModelFormStyle_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  724. this._frmModelFormStyle_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  725. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  726. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Left";
  727. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 525);
  728. this._frmModelFormStyle_Toolbars_Dock_Area_Left.ToolbarsManager = this.utbmMenu;
  729. //
  730. // _frmModelFormStyle_Toolbars_Dock_Area_Right
  731. //
  732. this._frmModelFormStyle_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  733. this._frmModelFormStyle_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  734. this._frmModelFormStyle_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  735. this._frmModelFormStyle_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  736. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(902, 26);
  737. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Right";
  738. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 525);
  739. this._frmModelFormStyle_Toolbars_Dock_Area_Right.ToolbarsManager = this.utbmMenu;
  740. //
  741. // _frmModelFormStyle_Toolbars_Dock_Area_Top
  742. //
  743. this._frmModelFormStyle_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  744. this._frmModelFormStyle_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  745. this._frmModelFormStyle_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  746. this._frmModelFormStyle_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  747. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  748. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Top";
  749. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(902, 26);
  750. this._frmModelFormStyle_Toolbars_Dock_Area_Top.ToolbarsManager = this.utbmMenu;
  751. //
  752. // _frmModelFormStyle_Toolbars_Dock_Area_Bottom
  753. //
  754. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  755. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  756. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  757. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  758. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 551);
  759. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Bottom";
  760. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(902, 0);
  761. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utbmMenu;
  762. //
  763. // uGEporter
  764. //
  765. this.uGEporter.DefaultWorkbookPaletteMode = Infragistics.Excel.WorkbookPaletteMode.StandardPalette;
  766. //
  767. // FrmServiceInfo
  768. //
  769. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  770. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  771. this.ClientSize = new System.Drawing.Size(902, 551);
  772. this.Controls.Add(this.ulgridBaseInfo);
  773. this.Controls.Add(this.ulgrpModel);
  774. this.Controls.Add(this.ultraExpandableGroupBox1);
  775. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Left);
  776. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Right);
  777. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Top);
  778. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Bottom);
  779. this.Name = "FrmServiceInfo";
  780. this.Text = "维修信息";
  781. this.Load += new System.EventHandler(this.FrmServiceInfo_Load);
  782. ((System.ComponentModel.ISupportInitialize)(this.udsrdsUseDetail)).EndInit();
  783. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  784. this.ulgrpModel.ResumeLayout(false);
  785. this.ulgrpModel.PerformLayout();
  786. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit();
  787. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit();
  788. ((System.ComponentModel.ISupportInitialize)(this.cmbID)).EndInit();
  789. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
  790. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  791. this.ultraExpandableGroupBox1.ResumeLayout(false);
  792. this.ulEBPSBBH.ResumeLayout(false);
  793. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  794. this.ultraGroupBox1.ResumeLayout(false);
  795. this.ultraGroupBox1.PerformLayout();
  796. ((System.ComponentModel.ISupportInitialize)(this.ucmbLKBH)).EndInit();
  797. ((System.ComponentModel.ISupportInitialize)(this.ucmbNC)).EndInit();
  798. ((System.ComponentModel.ISupportInitialize)(this.ucmbCJ)).EndInit();
  799. ((System.ComponentModel.ISupportInitialize)(this.ucmbYY)).EndInit();
  800. ((System.ComponentModel.ISupportInitialize)(this.ucmblb)).EndInit();
  801. ((System.ComponentModel.ISupportInitialize)(this.ucmbWXWZ)).EndInit();
  802. ((System.ComponentModel.ISupportInitialize)(this.udteendtime)).EndInit();
  803. ((System.ComponentModel.ISupportInitialize)(this.udteStartTime)).EndInit();
  804. ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).EndInit();
  805. ((System.ComponentModel.ISupportInitialize)(this.utbmMenu)).EndInit();
  806. this.ResumeLayout(false);
  807. }
  808. #endregion
  809. private System.Windows.Forms.Label label1;
  810. private Infragistics.Win.UltraWinDataSource.UltraDataSource udsrdsUseDetail;
  811. private System.Windows.Forms.TextBox txtmemo;
  812. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  813. private System.Windows.Forms.Label label11;
  814. private System.Windows.Forms.Label label8;
  815. private System.Windows.Forms.Label label10;
  816. private System.Windows.Forms.Label label3;
  817. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  818. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulEBPSBBH;
  819. private System.Windows.Forms.CheckBox chkQStartTime;
  820. private System.Windows.Forms.CheckBox chkQOxygenLanceID;
  821. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager utbmMenu;
  822. private System.Windows.Forms.CheckBox chkQEndTime;
  823. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
  824. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Left;
  825. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Right;
  826. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Top;
  827. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Bottom;
  828. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter uGEporter;
  829. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd;
  830. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
  831. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbID;
  832. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbClass;
  833. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbLKBH;
  834. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStartTime;
  835. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbWXWZ;
  836. private System.Windows.Forms.Label label4;
  837. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbYY;
  838. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmblb;
  839. private System.Windows.Forms.Label label7;
  840. private System.Windows.Forms.Label label12;
  841. private System.Windows.Forms.TextBox txtname;
  842. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbCJ;
  843. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteendtime;
  844. private System.Windows.Forms.Label label6;
  845. private System.Windows.Forms.Label label9;
  846. private System.Windows.Forms.TextBox txtCB;
  847. private System.Windows.Forms.Label label5;
  848. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbNC;
  849. private System.Windows.Forms.Label label2;
  850. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  851. }
  852. }