FrmOutdecDataCJOperateRecord.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmOutdecDataCJOperateRecord
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOutdecDataCJOperateRecord));
  29. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.panel3 = new System.Windows.Forms.Panel();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.publicUltraGridDataCJBase3 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraGridDataCJBase();
  40. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.publicUltraGridDataCJBase4 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraGridDataCJBase();
  42. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  43. this.publicUltraGridDataCJBase2 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraGridDataCJBase();
  44. this.panel4 = new System.Windows.Forms.Panel();
  45. this.ultraDEVICE_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  47. this.ultraDEVICE_NO = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  49. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  51. this.txtCHECK_TEMP = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  53. this.publicUltraGridDataCJBase1 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraGridDataCJBase();
  54. this.outdecQueryBase1 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.OutdecQueryBase();
  55. this.panel1.SuspendLayout();
  56. this.panel2.SuspendLayout();
  57. this.panel3.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  59. this.splitContainer1.Panel1.SuspendLayout();
  60. this.splitContainer1.Panel2.SuspendLayout();
  61. this.splitContainer1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  63. this.ultraGroupBox4.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  65. this.ultraGroupBox5.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  67. this.ultraGroupBox6.SuspendLayout();
  68. this.panel4.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NAME)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NO)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_TEMP)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // panel1
  76. //
  77. this.panel1.Controls.Add(this.panel2);
  78. this.panel1.Controls.Add(this.outdecQueryBase1);
  79. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.panel1.Location = new System.Drawing.Point(0, 0);
  81. this.panel1.Name = "panel1";
  82. this.panel1.Size = new System.Drawing.Size(1328, 666);
  83. this.panel1.TabIndex = 0;
  84. //
  85. // panel2
  86. //
  87. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  88. this.panel2.Controls.Add(this.panel3);
  89. this.panel2.Controls.Add(this.publicUltraGridDataCJBase1);
  90. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panel2.Location = new System.Drawing.Point(0, 40);
  92. this.panel2.Name = "panel2";
  93. this.panel2.Size = new System.Drawing.Size(1328, 626);
  94. this.panel2.TabIndex = 1;
  95. //
  96. // panel3
  97. //
  98. this.panel3.Controls.Add(this.splitContainer1);
  99. this.panel3.Controls.Add(this.ultraGroupBox6);
  100. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.panel3.Location = new System.Drawing.Point(0, 238);
  102. this.panel3.Name = "panel3";
  103. this.panel3.Size = new System.Drawing.Size(1326, 386);
  104. this.panel3.TabIndex = 3;
  105. //
  106. // splitContainer1
  107. //
  108. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.splitContainer1.Location = new System.Drawing.Point(235, 0);
  110. this.splitContainer1.Name = "splitContainer1";
  111. //
  112. // splitContainer1.Panel1
  113. //
  114. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox4);
  115. //
  116. // splitContainer1.Panel2
  117. //
  118. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox5);
  119. this.splitContainer1.Panel2Collapsed = true;
  120. this.splitContainer1.Size = new System.Drawing.Size(1091, 386);
  121. this.splitContainer1.SplitterDistance = 782;
  122. this.splitContainer1.TabIndex = 4;
  123. //
  124. // ultraGroupBox4
  125. //
  126. this.ultraGroupBox4.Controls.Add(this.publicUltraGridDataCJBase3);
  127. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
  129. this.ultraGroupBox4.Name = "ultraGroupBox4";
  130. this.ultraGroupBox4.Size = new System.Drawing.Size(1091, 386);
  131. this.ultraGroupBox4.TabIndex = 4;
  132. this.ultraGroupBox4.Text = "检验委托结果明细信息";
  133. //
  134. // publicUltraGridDataCJBase3
  135. //
  136. this.publicUltraGridDataCJBase3.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.publicUltraGridDataCJBase3.Location = new System.Drawing.Point(3, 18);
  138. this.publicUltraGridDataCJBase3.Name = "publicUltraGridDataCJBase3";
  139. this.publicUltraGridDataCJBase3.OldDt = null;
  140. this.publicUltraGridDataCJBase3.Size = new System.Drawing.Size(1085, 365);
  141. this.publicUltraGridDataCJBase3.TabIndex = 0;
  142. this.publicUltraGridDataCJBase3.Ur = null;
  143. //
  144. // ultraGroupBox5
  145. //
  146. this.ultraGroupBox5.Controls.Add(this.publicUltraGridDataCJBase4);
  147. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 0);
  149. this.ultraGroupBox5.Name = "ultraGroupBox5";
  150. this.ultraGroupBox5.Size = new System.Drawing.Size(305, 386);
  151. this.ultraGroupBox5.TabIndex = 2;
  152. this.ultraGroupBox5.Text = "试验方法过程参数信息";
  153. //
  154. // publicUltraGridDataCJBase4
  155. //
  156. this.publicUltraGridDataCJBase4.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.publicUltraGridDataCJBase4.Location = new System.Drawing.Point(3, 18);
  158. this.publicUltraGridDataCJBase4.Name = "publicUltraGridDataCJBase4";
  159. this.publicUltraGridDataCJBase4.OldDt = null;
  160. this.publicUltraGridDataCJBase4.Size = new System.Drawing.Size(299, 365);
  161. this.publicUltraGridDataCJBase4.TabIndex = 0;
  162. this.publicUltraGridDataCJBase4.Ur = null;
  163. //
  164. // ultraGroupBox6
  165. //
  166. this.ultraGroupBox6.Controls.Add(this.publicUltraGridDataCJBase2);
  167. this.ultraGroupBox6.Controls.Add(this.panel4);
  168. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
  169. this.ultraGroupBox6.Location = new System.Drawing.Point(0, 0);
  170. this.ultraGroupBox6.Name = "ultraGroupBox6";
  171. this.ultraGroupBox6.Size = new System.Drawing.Size(235, 386);
  172. this.ultraGroupBox6.TabIndex = 3;
  173. this.ultraGroupBox6.Text = "检验委托明细信息";
  174. //
  175. // publicUltraGridDataCJBase2
  176. //
  177. this.publicUltraGridDataCJBase2.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.publicUltraGridDataCJBase2.Location = new System.Drawing.Point(3, 18);
  179. this.publicUltraGridDataCJBase2.Name = "publicUltraGridDataCJBase2";
  180. this.publicUltraGridDataCJBase2.OldDt = null;
  181. this.publicUltraGridDataCJBase2.Size = new System.Drawing.Size(229, 227);
  182. this.publicUltraGridDataCJBase2.TabIndex = 107;
  183. this.publicUltraGridDataCJBase2.Ur = null;
  184. //
  185. // panel4
  186. //
  187. this.panel4.Controls.Add(this.ultraDEVICE_NAME);
  188. this.panel4.Controls.Add(this.ultraLabel4);
  189. this.panel4.Controls.Add(this.ultraDEVICE_NO);
  190. this.panel4.Controls.Add(this.ultraLabel5);
  191. this.panel4.Controls.Add(this.txtREMARK);
  192. this.panel4.Controls.Add(this.ultraLabel6);
  193. this.panel4.Controls.Add(this.txtCHECK_TEMP);
  194. this.panel4.Controls.Add(this.ultraLabel11);
  195. this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  196. this.panel4.Location = new System.Drawing.Point(3, 245);
  197. this.panel4.Name = "panel4";
  198. this.panel4.Size = new System.Drawing.Size(229, 138);
  199. this.panel4.TabIndex = 106;
  200. //
  201. // ultraDEVICE_NAME
  202. //
  203. this.ultraDEVICE_NAME.Location = new System.Drawing.Point(62, 57);
  204. this.ultraDEVICE_NAME.Name = "ultraDEVICE_NAME";
  205. this.ultraDEVICE_NAME.Size = new System.Drawing.Size(167, 21);
  206. this.ultraDEVICE_NAME.TabIndex = 2;
  207. //
  208. // ultraLabel4
  209. //
  210. appearance66.TextHAlignAsString = "Right";
  211. appearance66.TextVAlignAsString = "Middle";
  212. this.ultraLabel4.Appearance = appearance66;
  213. this.ultraLabel4.AutoSize = true;
  214. this.ultraLabel4.Location = new System.Drawing.Point(4, 60);
  215. this.ultraLabel4.Name = "ultraLabel4";
  216. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  217. this.ultraLabel4.TabIndex = 116;
  218. this.ultraLabel4.Text = "设备名称";
  219. //
  220. // ultraDEVICE_NO
  221. //
  222. this.ultraDEVICE_NO.Location = new System.Drawing.Point(62, 32);
  223. this.ultraDEVICE_NO.Name = "ultraDEVICE_NO";
  224. this.ultraDEVICE_NO.Size = new System.Drawing.Size(167, 21);
  225. this.ultraDEVICE_NO.TabIndex = 1;
  226. //
  227. // ultraLabel5
  228. //
  229. appearance67.TextHAlignAsString = "Right";
  230. appearance67.TextVAlignAsString = "Middle";
  231. this.ultraLabel5.Appearance = appearance67;
  232. this.ultraLabel5.AutoSize = true;
  233. this.ultraLabel5.Location = new System.Drawing.Point(4, 35);
  234. this.ultraLabel5.Name = "ultraLabel5";
  235. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  236. this.ultraLabel5.TabIndex = 114;
  237. this.ultraLabel5.Text = "设备编码";
  238. //
  239. // txtREMARK
  240. //
  241. appearance68.TextVAlignAsString = "Middle";
  242. this.txtREMARK.Appearance = appearance68;
  243. this.txtREMARK.AutoSize = false;
  244. this.txtREMARK.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  245. this.txtREMARK.Location = new System.Drawing.Point(62, 82);
  246. this.txtREMARK.Multiline = true;
  247. this.txtREMARK.Name = "txtREMARK";
  248. this.txtREMARK.Scrollbars = System.Windows.Forms.ScrollBars.Both;
  249. this.txtREMARK.Size = new System.Drawing.Size(167, 50);
  250. this.txtREMARK.TabIndex = 3;
  251. //
  252. // ultraLabel6
  253. //
  254. appearance69.TextHAlignAsString = "Right";
  255. appearance69.TextVAlignAsString = "Middle";
  256. this.ultraLabel6.Appearance = appearance69;
  257. this.ultraLabel6.AutoSize = true;
  258. this.ultraLabel6.Location = new System.Drawing.Point(4, 100);
  259. this.ultraLabel6.Name = "ultraLabel6";
  260. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  261. this.ultraLabel6.TabIndex = 112;
  262. this.ultraLabel6.Text = "实验备注";
  263. //
  264. // txtCHECK_TEMP
  265. //
  266. this.txtCHECK_TEMP.Location = new System.Drawing.Point(62, 7);
  267. this.txtCHECK_TEMP.MaxLength = 100;
  268. this.txtCHECK_TEMP.Name = "txtCHECK_TEMP";
  269. this.txtCHECK_TEMP.Size = new System.Drawing.Size(167, 21);
  270. this.txtCHECK_TEMP.TabIndex = 0;
  271. //
  272. // ultraLabel11
  273. //
  274. appearance70.TextHAlignAsString = "Right";
  275. appearance70.TextVAlignAsString = "Middle";
  276. this.ultraLabel11.Appearance = appearance70;
  277. this.ultraLabel11.AutoSize = true;
  278. this.ultraLabel11.Location = new System.Drawing.Point(4, 10);
  279. this.ultraLabel11.Name = "ultraLabel11";
  280. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  281. this.ultraLabel11.TabIndex = 110;
  282. this.ultraLabel11.Text = "环境温度";
  283. //
  284. // publicUltraGridDataCJBase1
  285. //
  286. this.publicUltraGridDataCJBase1.Dock = System.Windows.Forms.DockStyle.Top;
  287. this.publicUltraGridDataCJBase1.Location = new System.Drawing.Point(0, 0);
  288. this.publicUltraGridDataCJBase1.Name = "publicUltraGridDataCJBase1";
  289. this.publicUltraGridDataCJBase1.OldDt = null;
  290. this.publicUltraGridDataCJBase1.Size = new System.Drawing.Size(1326, 238);
  291. this.publicUltraGridDataCJBase1.TabIndex = 2;
  292. this.publicUltraGridDataCJBase1.Ur = null;
  293. //
  294. // outdecQueryBase1
  295. //
  296. this.outdecQueryBase1.Dock = System.Windows.Forms.DockStyle.Top;
  297. this.outdecQueryBase1.Location = new System.Drawing.Point(0, 0);
  298. this.outdecQueryBase1.Name = "outdecQueryBase1";
  299. this.outdecQueryBase1.Size = new System.Drawing.Size(1328, 40);
  300. this.outdecQueryBase1.TabIndex = 0;
  301. //
  302. // FrmOutdecDataCJOperateRecord
  303. //
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.ClientSize = new System.Drawing.Size(1328, 666);
  307. this.Controls.Add(this.panel1);
  308. this.Name = "FrmOutdecDataCJOperateRecord";
  309. this.Text = "商检试验室数据删除修改记录";
  310. this.Load += new System.EventHandler(this.FrmOutdecDataCJOperateRecord_Load);
  311. this.panel1.ResumeLayout(false);
  312. this.panel2.ResumeLayout(false);
  313. this.panel3.ResumeLayout(false);
  314. this.splitContainer1.Panel1.ResumeLayout(false);
  315. this.splitContainer1.Panel2.ResumeLayout(false);
  316. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  317. this.splitContainer1.ResumeLayout(false);
  318. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  319. this.ultraGroupBox4.ResumeLayout(false);
  320. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  321. this.ultraGroupBox5.ResumeLayout(false);
  322. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  323. this.ultraGroupBox6.ResumeLayout(false);
  324. this.panel4.ResumeLayout(false);
  325. this.panel4.PerformLayout();
  326. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NAME)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NO)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_TEMP)).EndInit();
  330. this.ResumeLayout(false);
  331. }
  332. #endregion
  333. private System.Windows.Forms.Panel panel1;
  334. private OutdecQueryBase outdecQueryBase1;
  335. private System.Windows.Forms.Panel panel2;
  336. private PublicUltraGridDataCJBase publicUltraGridDataCJBase1;
  337. private System.Windows.Forms.Panel panel3;
  338. private System.Windows.Forms.SplitContainer splitContainer1;
  339. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  340. private PublicUltraGridDataCJBase publicUltraGridDataCJBase3;
  341. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  342. private PublicUltraGridDataCJBase publicUltraGridDataCJBase4;
  343. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  344. private PublicUltraGridDataCJBase publicUltraGridDataCJBase2;
  345. private System.Windows.Forms.Panel panel4;
  346. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDEVICE_NAME;
  347. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  348. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDEVICE_NO;
  349. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  350. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  351. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  352. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCHECK_TEMP;
  353. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  354. }
  355. }