FrmBaseCheckEquipment.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmBaseCheckEquipment
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BaseCheckEquipmentEntity", -1);
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CheckEquipmentNo");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CheckEquipmentName");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeptId");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeptName");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyCodeMax");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyNameMax");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EquipmentName");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeviceId");
  58. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
  72. Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
  73. Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
  74. Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
  75. Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
  76. Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
  77. Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
  78. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  79. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  82. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  89. this.panel2 = new System.Windows.Forms.Panel();
  90. this.ultraEquipment = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  91. this.chkDEPT_ID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  92. this.chkCHECK_METHOD_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  93. this.txtEquipment = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  94. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  95. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  96. this.baseCheckEquipmentEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  97. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  98. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  99. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  100. this.ultraDeviceId = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  101. this.txtEquipmentName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  102. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  103. this.ultraPhyCodeMax = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  104. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  105. this.ultraDeptName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  106. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  107. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  108. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  109. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  110. this.txtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  111. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  112. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  113. this.panel2.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraEquipment)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_METHOD_NAME)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.txtEquipment)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  119. this.ultraGroupBox1.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.baseCheckEquipmentEntityBindingSource)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  123. this.ultraExpandableGroupBox1.SuspendLayout();
  124. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.ultraDeviceId)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.txtEquipmentName)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraPhyCodeMax)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.ultraDeptName)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).BeginInit();
  130. this.SuspendLayout();
  131. //
  132. // panel2
  133. //
  134. this.panel2.Controls.Add(this.ultraEquipment);
  135. this.panel2.Controls.Add(this.chkDEPT_ID);
  136. this.panel2.Controls.Add(this.chkCHECK_METHOD_NAME);
  137. this.panel2.Controls.Add(this.txtEquipment);
  138. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  139. this.panel2.Location = new System.Drawing.Point(0, 0);
  140. this.panel2.Name = "panel2";
  141. this.panel2.Size = new System.Drawing.Size(906, 40);
  142. this.panel2.TabIndex = 17;
  143. //
  144. // ultraEquipment
  145. //
  146. this.ultraEquipment.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  147. this.ultraEquipment.Enabled = false;
  148. valueListItem9.DataValue = "002001007009";
  149. valueListItem9.DisplayText = "力学实验室";
  150. valueListItem10.DataValue = "002001007010";
  151. valueListItem10.DisplayText = "化学实验室";
  152. valueListItem11.DataValue = "002001007013";
  153. valueListItem11.DisplayText = "腐蚀实验室";
  154. valueListItem12.DataValue = "002001007014";
  155. valueListItem12.DisplayText = "工程实验室";
  156. valueListItem13.DataValue = "002001007015";
  157. valueListItem13.DisplayText = "金物实验室";
  158. valueListItem14.DataValue = "002001020001";
  159. valueListItem14.DisplayText = "一快分";
  160. valueListItem15.DataValue = "002001020002";
  161. valueListItem15.DisplayText = "二快分";
  162. valueListItem1.DataValue = "002023003001";
  163. valueListItem1.DisplayText = "天淮化学实验室";
  164. valueListItem2.DataValue = "002023003002";
  165. valueListItem2.DisplayText = "天淮力学实验室";
  166. valueListItem3.DataValue = "002023003003";
  167. valueListItem3.DisplayText = "天淮应力腐蚀试验室";
  168. valueListItem4.DataValue = "002023003004";
  169. valueListItem4.DisplayText = "天淮工程试验研究室";
  170. valueListItem5.DataValue = "002023003005";
  171. valueListItem5.DisplayText = "天淮金属物理室";
  172. this.ultraEquipment.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  173. valueListItem9,
  174. valueListItem10,
  175. valueListItem11,
  176. valueListItem12,
  177. valueListItem13,
  178. valueListItem14,
  179. valueListItem15,
  180. valueListItem1,
  181. valueListItem2,
  182. valueListItem3,
  183. valueListItem4,
  184. valueListItem5});
  185. this.ultraEquipment.Location = new System.Drawing.Point(71, 10);
  186. this.ultraEquipment.Name = "ultraEquipment";
  187. this.ultraEquipment.Size = new System.Drawing.Size(122, 21);
  188. this.ultraEquipment.TabIndex = 58;
  189. //
  190. // chkDEPT_ID
  191. //
  192. this.chkDEPT_ID.AutoSize = true;
  193. this.chkDEPT_ID.Location = new System.Drawing.Point(12, 12);
  194. this.chkDEPT_ID.Margin = new System.Windows.Forms.Padding(2);
  195. this.chkDEPT_ID.Name = "chkDEPT_ID";
  196. this.chkDEPT_ID.Size = new System.Drawing.Size(59, 19);
  197. this.chkDEPT_ID.TabIndex = 57;
  198. this.chkDEPT_ID.Text = "试验室";
  199. this.chkDEPT_ID.CheckedChanged += new System.EventHandler(this.chkDEPT_ID_CheckedChanged);
  200. //
  201. // chkCHECK_METHOD_NAME
  202. //
  203. this.chkCHECK_METHOD_NAME.AutoSize = true;
  204. this.chkCHECK_METHOD_NAME.Location = new System.Drawing.Point(198, 12);
  205. this.chkCHECK_METHOD_NAME.Margin = new System.Windows.Forms.Padding(2);
  206. this.chkCHECK_METHOD_NAME.Name = "chkCHECK_METHOD_NAME";
  207. this.chkCHECK_METHOD_NAME.Size = new System.Drawing.Size(71, 19);
  208. this.chkCHECK_METHOD_NAME.TabIndex = 56;
  209. this.chkCHECK_METHOD_NAME.Text = "设备名称";
  210. this.chkCHECK_METHOD_NAME.CheckedChanged += new System.EventHandler(this.chkCHECK_METHOD_NAME_CheckedChanged);
  211. //
  212. // txtEquipment
  213. //
  214. this.txtEquipment.Enabled = false;
  215. this.txtEquipment.Location = new System.Drawing.Point(273, 10);
  216. this.txtEquipment.MaxLength = 100;
  217. this.txtEquipment.Name = "txtEquipment";
  218. this.txtEquipment.Size = new System.Drawing.Size(119, 21);
  219. this.txtEquipment.TabIndex = 55;
  220. //
  221. // ultraGroupBox1
  222. //
  223. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  224. this.ultraGroupBox1.Controls.Add(this.ultraExpandableGroupBox1);
  225. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 40);
  227. this.ultraGroupBox1.Name = "ultraGroupBox1";
  228. this.ultraGroupBox1.Size = new System.Drawing.Size(906, 448);
  229. this.ultraGroupBox1.TabIndex = 36;
  230. this.ultraGroupBox1.Text = "试验设备信息";
  231. //
  232. // ultraGrid1
  233. //
  234. this.ultraGrid1.DataSource = this.baseCheckEquipmentEntityBindingSource;
  235. appearance2.BackColor = System.Drawing.SystemColors.Window;
  236. appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  237. this.ultraGrid1.DisplayLayout.Appearance = appearance2;
  238. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  239. ultraGridColumn1.Header.VisiblePosition = 0;
  240. ultraGridColumn1.Hidden = true;
  241. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  242. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
  244. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  245. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  246. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  247. ultraGridColumn2.Header.VisiblePosition = 1;
  248. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  249. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  250. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(122, 0);
  251. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  252. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  253. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  254. ultraGridColumn3.Header.VisiblePosition = 2;
  255. ultraGridColumn3.Hidden = true;
  256. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  257. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  258. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  259. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  260. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  261. ultraGridColumn4.Header.VisiblePosition = 3;
  262. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 2;
  263. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  264. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  265. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  266. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  267. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  268. ultraGridColumn5.Header.VisiblePosition = 4;
  269. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  270. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  271. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  272. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  273. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  274. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  275. ultraGridColumn6.Header.VisiblePosition = 5;
  276. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 7;
  277. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  278. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
  279. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  280. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  281. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  282. ultraGridColumn7.Header.VisiblePosition = 6;
  283. ultraGridColumn7.Hidden = true;
  284. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  285. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  286. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(98, 0);
  287. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  288. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  289. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  290. ultraGridColumn8.Header.VisiblePosition = 7;
  291. ultraGridColumn8.Hidden = true;
  292. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  293. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  294. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  295. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  296. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  297. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  298. ultraGridColumn9.Header.VisiblePosition = 9;
  299. ultraGridColumn9.Hidden = true;
  300. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
  301. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  302. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  303. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  304. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  305. ultraGridColumn10.Header.VisiblePosition = 10;
  306. ultraGridColumn10.Hidden = true;
  307. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
  308. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  309. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  310. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  311. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  312. ultraGridColumn11.Header.VisiblePosition = 8;
  313. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 5;
  314. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  315. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  316. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  317. ultraGridColumn12.Header.VisiblePosition = 11;
  318. ultraGridColumn12.Hidden = true;
  319. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  320. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  321. ultraGridColumn13.Header.VisiblePosition = 12;
  322. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 3;
  323. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  324. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0);
  325. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  326. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  327. ultraGridColumn14.Header.VisiblePosition = 13;
  328. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 4;
  329. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  330. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  331. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  332. ultraGridColumn15.Header.VisiblePosition = 14;
  333. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 0;
  334. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  335. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0);
  336. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  337. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  338. ultraGridBand1.Columns.AddRange(new object[] {
  339. ultraGridColumn1,
  340. ultraGridColumn2,
  341. ultraGridColumn3,
  342. ultraGridColumn4,
  343. ultraGridColumn5,
  344. ultraGridColumn6,
  345. ultraGridColumn7,
  346. ultraGridColumn8,
  347. ultraGridColumn9,
  348. ultraGridColumn10,
  349. ultraGridColumn11,
  350. ultraGridColumn12,
  351. ultraGridColumn13,
  352. ultraGridColumn14,
  353. ultraGridColumn15});
  354. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  355. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  356. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  357. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  358. appearance4.BackColor = System.Drawing.SystemColors.ActiveBorder;
  359. appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark;
  360. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  361. appearance4.BorderColor = System.Drawing.SystemColors.Window;
  362. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance4;
  363. appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
  364. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance5;
  365. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  366. appearance6.BackColor = System.Drawing.SystemColors.ControlLightLight;
  367. appearance6.BackColor2 = System.Drawing.SystemColors.Control;
  368. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  369. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  370. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance6;
  371. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  372. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  373. appearance7.BackColor = System.Drawing.SystemColors.Window;
  374. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  375. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  376. appearance8.BackColor = System.Drawing.SystemColors.Highlight;
  377. appearance8.ForeColor = System.Drawing.SystemColors.HighlightText;
  378. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance8;
  379. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  380. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  381. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  382. appearance9.BackColor = System.Drawing.SystemColors.Window;
  383. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance9;
  384. appearance10.BorderColor = System.Drawing.Color.Silver;
  385. appearance10.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  386. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance10;
  387. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  388. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  389. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  390. appearance11.BackColor = System.Drawing.SystemColors.Control;
  391. appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
  392. appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  393. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  394. appearance11.BorderColor = System.Drawing.SystemColors.Window;
  395. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance11;
  396. appearance13.TextHAlignAsString = "Left";
  397. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance13;
  398. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  399. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  400. appearance16.BackColor = System.Drawing.SystemColors.Window;
  401. appearance16.BorderColor = System.Drawing.Color.Silver;
  402. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance16;
  403. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  404. appearance17.BackColor = System.Drawing.SystemColors.ControlLight;
  405. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance17;
  406. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  407. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  408. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  409. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  410. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  412. this.ultraGrid1.Name = "ultraGrid1";
  413. this.ultraGrid1.Size = new System.Drawing.Size(900, 277);
  414. this.ultraGrid1.TabIndex = 26;
  415. this.ultraGrid1.Text = "钢级名称";
  416. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  417. //
  418. // baseCheckEquipmentEntityBindingSource
  419. //
  420. this.baseCheckEquipmentEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类.BaseCheckEquipmentEntity);
  421. //
  422. // ultraExpandableGroupBox1
  423. //
  424. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  425. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  426. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(900, 150);
  427. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(3, 295);
  428. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  429. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(900, 150);
  430. this.ultraExpandableGroupBox1.TabIndex = 0;
  431. this.ultraExpandableGroupBox1.Text = "试验设备编辑(*为必填项)";
  432. //
  433. // ultraExpandableGroupBoxPanel1
  434. //
  435. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  436. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraDeviceId);
  437. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtEquipmentName);
  438. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  439. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPhyCodeMax);
  440. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  441. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraDeptName);
  442. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  443. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  444. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  445. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  446. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRemark);
  447. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  448. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  449. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  451. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  452. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(894, 128);
  453. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  454. //
  455. // ultraLabel8
  456. //
  457. appearance14.ForeColor = System.Drawing.Color.Red;
  458. appearance14.TextHAlignAsString = "Right";
  459. appearance14.TextVAlignAsString = "Middle";
  460. this.ultraLabel8.Appearance = appearance14;
  461. this.ultraLabel8.AutoSize = true;
  462. this.ultraLabel8.Location = new System.Drawing.Point(371, 12);
  463. this.ultraLabel8.Name = "ultraLabel8";
  464. this.ultraLabel8.Size = new System.Drawing.Size(11, 14);
  465. this.ultraLabel8.TabIndex = 120;
  466. this.ultraLabel8.Text = "*";
  467. //
  468. // ultraDeviceId
  469. //
  470. this.ultraDeviceId.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  471. this.ultraDeviceId.Location = new System.Drawing.Point(130, 46);
  472. this.ultraDeviceId.Name = "ultraDeviceId";
  473. this.ultraDeviceId.Size = new System.Drawing.Size(162, 21);
  474. this.ultraDeviceId.TabIndex = 119;
  475. //
  476. // txtEquipmentName
  477. //
  478. this.txtEquipmentName.Location = new System.Drawing.Point(432, 46);
  479. this.txtEquipmentName.MaxLength = 100;
  480. this.txtEquipmentName.Name = "txtEquipmentName";
  481. this.txtEquipmentName.Size = new System.Drawing.Size(199, 21);
  482. this.txtEquipmentName.TabIndex = 118;
  483. //
  484. // ultraLabel5
  485. //
  486. appearance15.TextHAlignAsString = "Right";
  487. appearance15.TextVAlignAsString = "Middle";
  488. this.ultraLabel5.Appearance = appearance15;
  489. this.ultraLabel5.AutoSize = true;
  490. this.ultraLabel5.Location = new System.Drawing.Point(323, 48);
  491. this.ultraLabel5.Name = "ultraLabel5";
  492. this.ultraLabel5.Size = new System.Drawing.Size(103, 16);
  493. this.ultraLabel5.TabIndex = 116;
  494. this.ultraLabel5.Text = "采集系统设备名称";
  495. //
  496. // ultraPhyCodeMax
  497. //
  498. this.ultraPhyCodeMax.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  499. this.ultraPhyCodeMax.Location = new System.Drawing.Point(388, 9);
  500. this.ultraPhyCodeMax.Name = "ultraPhyCodeMax";
  501. this.ultraPhyCodeMax.Size = new System.Drawing.Size(243, 21);
  502. this.ultraPhyCodeMax.TabIndex = 115;
  503. //
  504. // ultraLabel2
  505. //
  506. this.ultraLabel2.AutoSize = true;
  507. this.ultraLabel2.Location = new System.Drawing.Point(323, 12);
  508. this.ultraLabel2.Name = "ultraLabel2";
  509. this.ultraLabel2.Size = new System.Drawing.Size(42, 16);
  510. this.ultraLabel2.TabIndex = 114;
  511. this.ultraLabel2.Text = "试样组";
  512. //
  513. // ultraDeptName
  514. //
  515. this.ultraDeptName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  516. valueListItem22.DataValue = "002001007009";
  517. valueListItem22.DisplayText = "力学实验室";
  518. valueListItem23.DataValue = "002001007010";
  519. valueListItem23.DisplayText = "化学实验室";
  520. valueListItem24.DataValue = "002001007013";
  521. valueListItem24.DisplayText = "腐蚀实验室";
  522. valueListItem25.DataValue = "002001007014";
  523. valueListItem25.DisplayText = "工程实验室";
  524. valueListItem26.DataValue = "002001007015";
  525. valueListItem26.DisplayText = "金物实验室";
  526. valueListItem27.DataValue = "002001020001";
  527. valueListItem27.DisplayText = "一快分";
  528. valueListItem28.DataValue = "002001020002";
  529. valueListItem28.DisplayText = "二快分";
  530. valueListItem6.DataValue = "002023003001";
  531. valueListItem6.DisplayText = "天淮化学实验室";
  532. valueListItem7.DataValue = "002023003002";
  533. valueListItem7.DisplayText = "天淮力学实验室";
  534. valueListItem8.DataValue = "002023003003";
  535. valueListItem8.DisplayText = "天淮应力腐蚀试验室";
  536. valueListItem16.DataValue = "002023003004";
  537. valueListItem16.DisplayText = "天淮工程试验研究室";
  538. valueListItem17.DataValue = "002023003005";
  539. valueListItem17.DisplayText = "天淮金属物理室";
  540. this.ultraDeptName.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  541. valueListItem22,
  542. valueListItem23,
  543. valueListItem24,
  544. valueListItem25,
  545. valueListItem26,
  546. valueListItem27,
  547. valueListItem28,
  548. valueListItem6,
  549. valueListItem7,
  550. valueListItem8,
  551. valueListItem16,
  552. valueListItem17});
  553. this.ultraDeptName.Location = new System.Drawing.Point(130, 9);
  554. this.ultraDeptName.Name = "ultraDeptName";
  555. this.ultraDeptName.Size = new System.Drawing.Size(162, 21);
  556. this.ultraDeptName.TabIndex = 113;
  557. this.ultraDeptName.ValueChanged += new System.EventHandler(this.ultraComDept_ValueChanged);
  558. //
  559. // ultraLabel1
  560. //
  561. appearance18.ForeColor = System.Drawing.Color.Red;
  562. appearance18.TextHAlignAsString = "Right";
  563. appearance18.TextVAlignAsString = "Middle";
  564. this.ultraLabel1.Appearance = appearance18;
  565. this.ultraLabel1.AutoSize = true;
  566. this.ultraLabel1.Location = new System.Drawing.Point(116, 12);
  567. this.ultraLabel1.Name = "ultraLabel1";
  568. this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
  569. this.ultraLabel1.TabIndex = 112;
  570. this.ultraLabel1.Text = "*";
  571. //
  572. // ultraLabel16
  573. //
  574. appearance12.TextHAlignAsString = "Right";
  575. appearance12.TextVAlignAsString = "Middle";
  576. this.ultraLabel16.Appearance = appearance12;
  577. this.ultraLabel16.AutoSize = true;
  578. this.ultraLabel16.Location = new System.Drawing.Point(73, 12);
  579. this.ultraLabel16.Name = "ultraLabel16";
  580. this.ultraLabel16.Size = new System.Drawing.Size(42, 16);
  581. this.ultraLabel16.TabIndex = 110;
  582. this.ultraLabel16.Text = "试验室";
  583. //
  584. // ultraLabel13
  585. //
  586. appearance19.ForeColor = System.Drawing.Color.Red;
  587. appearance19.TextHAlignAsString = "Right";
  588. appearance19.TextVAlignAsString = "Middle";
  589. this.ultraLabel13.Appearance = appearance19;
  590. this.ultraLabel13.AutoSize = true;
  591. this.ultraLabel13.Location = new System.Drawing.Point(116, 50);
  592. this.ultraLabel13.Name = "ultraLabel13";
  593. this.ultraLabel13.Size = new System.Drawing.Size(11, 14);
  594. this.ultraLabel13.TabIndex = 109;
  595. this.ultraLabel13.Text = "*";
  596. //
  597. // ultraLabel7
  598. //
  599. appearance40.TextHAlignAsString = "Right";
  600. appearance40.TextVAlignAsString = "Middle";
  601. this.ultraLabel7.Appearance = appearance40;
  602. this.ultraLabel7.AutoSize = true;
  603. this.ultraLabel7.Location = new System.Drawing.Point(86, 97);
  604. this.ultraLabel7.Name = "ultraLabel7";
  605. this.ultraLabel7.Size = new System.Drawing.Size(29, 16);
  606. this.ultraLabel7.TabIndex = 83;
  607. this.ultraLabel7.Text = "备注";
  608. //
  609. // txtRemark
  610. //
  611. this.txtRemark.AutoSize = false;
  612. this.txtRemark.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  613. this.txtRemark.Location = new System.Drawing.Point(130, 84);
  614. this.txtRemark.MaxLength = 200;
  615. this.txtRemark.Multiline = true;
  616. this.txtRemark.Name = "txtRemark";
  617. this.txtRemark.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  618. this.txtRemark.Size = new System.Drawing.Size(461, 40);
  619. this.txtRemark.TabIndex = 5;
  620. //
  621. // ultraLabel4
  622. //
  623. appearance3.TextHAlignAsString = "Right";
  624. appearance3.TextVAlignAsString = "Middle";
  625. this.ultraLabel4.Appearance = appearance3;
  626. this.ultraLabel4.AutoSize = true;
  627. this.ultraLabel4.Location = new System.Drawing.Point(12, 37);
  628. this.ultraLabel4.Name = "ultraLabel4";
  629. this.ultraLabel4.Size = new System.Drawing.Size(0, 0);
  630. this.ultraLabel4.TabIndex = 5;
  631. //
  632. // ultraLabel3
  633. //
  634. appearance20.TextHAlignAsString = "Right";
  635. appearance20.TextVAlignAsString = "Middle";
  636. this.ultraLabel3.Appearance = appearance20;
  637. this.ultraLabel3.AutoSize = true;
  638. this.ultraLabel3.Location = new System.Drawing.Point(61, 50);
  639. this.ultraLabel3.Name = "ultraLabel3";
  640. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  641. this.ultraLabel3.TabIndex = 3;
  642. this.ultraLabel3.Text = "设备名称";
  643. //
  644. // FrmBaseCheckEquipment
  645. //
  646. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  647. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  648. this.ClientSize = new System.Drawing.Size(906, 488);
  649. this.Controls.Add(this.ultraGroupBox1);
  650. this.Controls.Add(this.panel2);
  651. this.Name = "FrmBaseCheckEquipment";
  652. this.Text = "设备管理";
  653. this.Load += new System.EventHandler(this.FrmBaseCheckEquipment_Load);
  654. this.panel2.ResumeLayout(false);
  655. this.panel2.PerformLayout();
  656. ((System.ComponentModel.ISupportInitialize)(this.ultraEquipment)).EndInit();
  657. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).EndInit();
  658. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_METHOD_NAME)).EndInit();
  659. ((System.ComponentModel.ISupportInitialize)(this.txtEquipment)).EndInit();
  660. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  661. this.ultraGroupBox1.ResumeLayout(false);
  662. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.baseCheckEquipmentEntityBindingSource)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  665. this.ultraExpandableGroupBox1.ResumeLayout(false);
  666. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  667. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  668. ((System.ComponentModel.ISupportInitialize)(this.ultraDeviceId)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.txtEquipmentName)).EndInit();
  670. ((System.ComponentModel.ISupportInitialize)(this.ultraPhyCodeMax)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.ultraDeptName)).EndInit();
  672. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).EndInit();
  673. this.ResumeLayout(false);
  674. }
  675. #endregion
  676. private System.Windows.Forms.Panel panel2;
  677. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEPT_ID;
  678. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_METHOD_NAME;
  679. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtEquipment;
  680. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  681. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  682. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  683. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  684. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  685. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  686. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  687. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  688. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRemark;
  689. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  690. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  691. private System.Windows.Forms.BindingSource baseCheckEquipmentEntityBindingSource;
  692. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraEquipment;
  693. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDeptName;
  694. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraPhyCodeMax;
  695. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  696. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  697. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDeviceId;
  698. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtEquipmentName;
  699. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  700. }
  701. }