FrmDmMeasureTools.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace Core.StlMes.Client.Lims.Resource
  2. {
  3. partial class FrmDmMeasureTools
  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. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.ultraQueryDEPT_ID = new Core.StlMes.Client.Lims.Resource.PublicUltraDept_ID();
  37. this.chkDEPT_ID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  38. this.ultraQueryMANAGE_TYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.chkMEASURE_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  40. this.chkMEASURE_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  41. this.txtQueryMEASURE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  42. this.txtQueryMEASURE_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.chkMANAGE_TYPE = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.chkMANAGE_FUNCTION = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  45. this.ultraQueryMANAGE_FUNCTION = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.chkMEASURE_TYPE = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.ultraQueryMEASURE_TYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.panel3 = new System.Windows.Forms.Panel();
  49. this.panel1.SuspendLayout();
  50. this.panel2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMANAGE_TYPE)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_NO)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_NAME)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMEASURE_NO)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMEASURE_NAME)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.chkMANAGE_TYPE)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.chkMANAGE_FUNCTION)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMANAGE_FUNCTION)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_TYPE)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMEASURE_TYPE)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.Controls.Add(this.panel3);
  67. this.panel1.Controls.Add(this.panel2);
  68. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.panel1.Location = new System.Drawing.Point(0, 0);
  70. this.panel1.Name = "panel1";
  71. this.panel1.Size = new System.Drawing.Size(1328, 474);
  72. this.panel1.TabIndex = 0;
  73. //
  74. // panel2
  75. //
  76. this.panel2.Controls.Add(this.chkMEASURE_TYPE);
  77. this.panel2.Controls.Add(this.ultraQueryMEASURE_TYPE);
  78. this.panel2.Controls.Add(this.chkMANAGE_FUNCTION);
  79. this.panel2.Controls.Add(this.ultraQueryMANAGE_FUNCTION);
  80. this.panel2.Controls.Add(this.chkMANAGE_TYPE);
  81. this.panel2.Controls.Add(this.txtQueryMEASURE_NAME);
  82. this.panel2.Controls.Add(this.ultraQueryDEPT_ID);
  83. this.panel2.Controls.Add(this.chkDEPT_ID);
  84. this.panel2.Controls.Add(this.ultraQueryMANAGE_TYPE);
  85. this.panel2.Controls.Add(this.chkMEASURE_NO);
  86. this.panel2.Controls.Add(this.chkMEASURE_NAME);
  87. this.panel2.Controls.Add(this.txtQueryMEASURE_NO);
  88. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  89. this.panel2.Location = new System.Drawing.Point(0, 0);
  90. this.panel2.Name = "panel2";
  91. this.panel2.Size = new System.Drawing.Size(1328, 40);
  92. this.panel2.TabIndex = 17;
  93. //
  94. // ultraQueryDEPT_ID
  95. //
  96. this.ultraQueryDEPT_ID.Enabled = false;
  97. this.ultraQueryDEPT_ID.Location = new System.Drawing.Point(940, 10);
  98. this.ultraQueryDEPT_ID.Name = "ultraQueryDEPT_ID";
  99. this.ultraQueryDEPT_ID.Size = new System.Drawing.Size(112, 21);
  100. this.ultraQueryDEPT_ID.TabIndex = 130;
  101. this.ultraQueryDEPT_ID.UltDept_ID = "";
  102. this.ultraQueryDEPT_ID.UltDept_Name = "";
  103. //
  104. // chkDEPT_ID
  105. //
  106. this.chkDEPT_ID.AutoSize = true;
  107. this.chkDEPT_ID.Location = new System.Drawing.Point(890, 11);
  108. this.chkDEPT_ID.Name = "chkDEPT_ID";
  109. this.chkDEPT_ID.Size = new System.Drawing.Size(46, 19);
  110. this.chkDEPT_ID.TabIndex = 85;
  111. this.chkDEPT_ID.Text = "科室";
  112. //
  113. // ultraQueryMANAGE_TYPE
  114. //
  115. this.ultraQueryMANAGE_TYPE.Enabled = false;
  116. valueListItem1.DataValue = "运行记录";
  117. valueListItem1.DisplayText = "运行记录";
  118. valueListItem2.DataValue = "使用记录";
  119. valueListItem2.DisplayText = "使用记录";
  120. this.ultraQueryMANAGE_TYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  121. valueListItem1,
  122. valueListItem2});
  123. this.ultraQueryMANAGE_TYPE.Location = new System.Drawing.Point(436, 11);
  124. this.ultraQueryMANAGE_TYPE.Name = "ultraQueryMANAGE_TYPE";
  125. this.ultraQueryMANAGE_TYPE.Size = new System.Drawing.Size(95, 21);
  126. this.ultraQueryMANAGE_TYPE.TabIndex = 84;
  127. //
  128. // chkMEASURE_NO
  129. //
  130. this.chkMEASURE_NO.AutoSize = true;
  131. this.chkMEASURE_NO.Location = new System.Drawing.Point(12, 12);
  132. this.chkMEASURE_NO.Name = "chkMEASURE_NO";
  133. this.chkMEASURE_NO.Size = new System.Drawing.Size(71, 19);
  134. this.chkMEASURE_NO.TabIndex = 72;
  135. this.chkMEASURE_NO.Text = "器具编号";
  136. //
  137. // chkMEASURE_NAME
  138. //
  139. this.chkMEASURE_NAME.AutoSize = true;
  140. this.chkMEASURE_NAME.Location = new System.Drawing.Point(177, 12);
  141. this.chkMEASURE_NAME.Name = "chkMEASURE_NAME";
  142. this.chkMEASURE_NAME.Size = new System.Drawing.Size(71, 19);
  143. this.chkMEASURE_NAME.TabIndex = 5;
  144. this.chkMEASURE_NAME.Text = "器具名称";
  145. //
  146. // txtQueryMEASURE_NO
  147. //
  148. this.txtQueryMEASURE_NO.Enabled = false;
  149. this.txtQueryMEASURE_NO.Location = new System.Drawing.Point(87, 11);
  150. this.txtQueryMEASURE_NO.MaxLength = 100;
  151. this.txtQueryMEASURE_NO.Name = "txtQueryMEASURE_NO";
  152. this.txtQueryMEASURE_NO.Size = new System.Drawing.Size(86, 21);
  153. this.txtQueryMEASURE_NO.TabIndex = 0;
  154. //
  155. // txtQueryMEASURE_NAME
  156. //
  157. this.txtQueryMEASURE_NAME.Enabled = false;
  158. this.txtQueryMEASURE_NAME.Location = new System.Drawing.Point(252, 11);
  159. this.txtQueryMEASURE_NAME.MaxLength = 100;
  160. this.txtQueryMEASURE_NAME.Name = "txtQueryMEASURE_NAME";
  161. this.txtQueryMEASURE_NAME.Size = new System.Drawing.Size(105, 21);
  162. this.txtQueryMEASURE_NAME.TabIndex = 131;
  163. //
  164. // chkMANAGE_TYPE
  165. //
  166. this.chkMANAGE_TYPE.AutoSize = true;
  167. this.chkMANAGE_TYPE.Location = new System.Drawing.Point(361, 12);
  168. this.chkMANAGE_TYPE.Name = "chkMANAGE_TYPE";
  169. this.chkMANAGE_TYPE.Size = new System.Drawing.Size(71, 19);
  170. this.chkMANAGE_TYPE.TabIndex = 132;
  171. this.chkMANAGE_TYPE.Text = "管理类别";
  172. //
  173. // chkMANAGE_FUNCTION
  174. //
  175. this.chkMANAGE_FUNCTION.AutoSize = true;
  176. this.chkMANAGE_FUNCTION.Location = new System.Drawing.Point(535, 11);
  177. this.chkMANAGE_FUNCTION.Name = "chkMANAGE_FUNCTION";
  178. this.chkMANAGE_FUNCTION.Size = new System.Drawing.Size(71, 19);
  179. this.chkMANAGE_FUNCTION.TabIndex = 134;
  180. this.chkMANAGE_FUNCTION.Text = "管理用途";
  181. //
  182. // ultraQueryMANAGE_FUNCTION
  183. //
  184. this.ultraQueryMANAGE_FUNCTION.Enabled = false;
  185. valueListItem3.DataValue = "运行记录";
  186. valueListItem3.DisplayText = "运行记录";
  187. valueListItem4.DataValue = "使用记录";
  188. valueListItem4.DisplayText = "使用记录";
  189. this.ultraQueryMANAGE_FUNCTION.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  190. valueListItem3,
  191. valueListItem4});
  192. this.ultraQueryMANAGE_FUNCTION.Location = new System.Drawing.Point(610, 10);
  193. this.ultraQueryMANAGE_FUNCTION.Name = "ultraQueryMANAGE_FUNCTION";
  194. this.ultraQueryMANAGE_FUNCTION.Size = new System.Drawing.Size(95, 21);
  195. this.ultraQueryMANAGE_FUNCTION.TabIndex = 133;
  196. //
  197. // chkMEASURE_TYPE
  198. //
  199. this.chkMEASURE_TYPE.AutoSize = true;
  200. this.chkMEASURE_TYPE.Location = new System.Drawing.Point(709, 11);
  201. this.chkMEASURE_TYPE.Name = "chkMEASURE_TYPE";
  202. this.chkMEASURE_TYPE.Size = new System.Drawing.Size(71, 19);
  203. this.chkMEASURE_TYPE.TabIndex = 136;
  204. this.chkMEASURE_TYPE.Text = "专业类别";
  205. //
  206. // ultraQueryMEASURE_TYPE
  207. //
  208. this.ultraQueryMEASURE_TYPE.Enabled = false;
  209. valueListItem30.DataValue = "运行记录";
  210. valueListItem30.DisplayText = "运行记录";
  211. valueListItem31.DataValue = "使用记录";
  212. valueListItem31.DisplayText = "使用记录";
  213. this.ultraQueryMEASURE_TYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  214. valueListItem30,
  215. valueListItem31});
  216. this.ultraQueryMEASURE_TYPE.Location = new System.Drawing.Point(784, 10);
  217. this.ultraQueryMEASURE_TYPE.Name = "ultraQueryMEASURE_TYPE";
  218. this.ultraQueryMEASURE_TYPE.Size = new System.Drawing.Size(102, 21);
  219. this.ultraQueryMEASURE_TYPE.TabIndex = 135;
  220. //
  221. // panel3
  222. //
  223. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.panel3.Location = new System.Drawing.Point(0, 40);
  225. this.panel3.Name = "panel3";
  226. this.panel3.Size = new System.Drawing.Size(1328, 434);
  227. this.panel3.TabIndex = 18;
  228. //
  229. // FrmDmMeasureTools
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.ClientSize = new System.Drawing.Size(1328, 474);
  234. this.Controls.Add(this.panel1);
  235. this.Name = "FrmDmMeasureTools";
  236. this.Text = "技术中心计量器具管理";
  237. this.panel1.ResumeLayout(false);
  238. this.panel2.ResumeLayout(false);
  239. this.panel2.PerformLayout();
  240. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMANAGE_TYPE)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_NO)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_NAME)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMEASURE_NO)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMEASURE_NAME)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.chkMANAGE_TYPE)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.chkMANAGE_FUNCTION)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMANAGE_FUNCTION)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.chkMEASURE_TYPE)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryMEASURE_TYPE)).EndInit();
  251. this.ResumeLayout(false);
  252. }
  253. #endregion
  254. private System.Windows.Forms.Panel panel1;
  255. private System.Windows.Forms.Panel panel2;
  256. private PublicUltraDept_ID ultraQueryDEPT_ID;
  257. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEPT_ID;
  258. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryMANAGE_TYPE;
  259. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMEASURE_NO;
  260. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMEASURE_NAME;
  261. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryMEASURE_NO;
  262. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryMEASURE_NAME;
  263. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMANAGE_TYPE;
  264. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMANAGE_FUNCTION;
  265. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryMANAGE_FUNCTION;
  266. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMEASURE_TYPE;
  267. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryMEASURE_TYPE;
  268. private System.Windows.Forms.Panel panel3;
  269. }
  270. }