FrmOrderDbk.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmOrderDbk
  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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  29. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  30. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  31. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  32. this.controlOrderZgM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderZgM();
  33. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  34. this.controlOrderRclM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderRclM();
  35. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  36. this.controlOrderJgxM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderJgxM();
  37. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  38. this.txtTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  39. this.txtProPlanId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.chcProPlanId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  41. this.chcTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  42. this.txtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.chcOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  45. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  46. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  47. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  48. this.controlOrderDbkM1 = new Core.StlMes.Client.PlnSaleOrd.工序订单.Control.ControlOrderDbkM();
  49. this.ultraTabPageControl1.SuspendLayout();
  50. this.ultraTabPageControl2.SuspendLayout();
  51. this.ultraTabPageControl3.SuspendLayout();
  52. this.ultraPanel1.ClientArea.SuspendLayout();
  53. this.ultraPanel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtTime)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.chcTime)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.chcOrderNo)).BeginInit();
  60. this.ultraPanel2.ClientArea.SuspendLayout();
  61. this.ultraPanel2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  63. this.splitContainer1.Panel1.SuspendLayout();
  64. this.splitContainer1.Panel2.SuspendLayout();
  65. this.splitContainer1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  67. this.ultraTabControl1.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // ultraTabPageControl1
  71. //
  72. this.ultraTabPageControl1.Controls.Add(this.controlOrderZgM1);
  73. this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
  74. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  75. this.ultraTabPageControl1.Size = new System.Drawing.Size(1098, 171);
  76. //
  77. // controlOrderZgM1
  78. //
  79. this.controlOrderZgM1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.controlOrderZgM1.Location = new System.Drawing.Point(0, 0);
  81. this.controlOrderZgM1.Name = "controlOrderZgM1";
  82. this.controlOrderZgM1.Size = new System.Drawing.Size(1098, 171);
  83. this.controlOrderZgM1.TabIndex = 0;
  84. //
  85. // ultraTabPageControl2
  86. //
  87. this.ultraTabPageControl2.Controls.Add(this.controlOrderRclM1);
  88. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  89. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  90. this.ultraTabPageControl2.Size = new System.Drawing.Size(1098, 171);
  91. //
  92. // controlOrderRclM1
  93. //
  94. this.controlOrderRclM1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.controlOrderRclM1.Location = new System.Drawing.Point(0, 0);
  96. this.controlOrderRclM1.Name = "controlOrderRclM1";
  97. this.controlOrderRclM1.Size = new System.Drawing.Size(1098, 171);
  98. this.controlOrderRclM1.TabIndex = 0;
  99. //
  100. // ultraTabPageControl3
  101. //
  102. this.ultraTabPageControl3.Controls.Add(this.controlOrderJgxM1);
  103. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  104. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  105. this.ultraTabPageControl3.Size = new System.Drawing.Size(1098, 171);
  106. //
  107. // controlOrderJgxM1
  108. //
  109. this.controlOrderJgxM1.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.controlOrderJgxM1.Location = new System.Drawing.Point(0, 0);
  111. this.controlOrderJgxM1.Name = "controlOrderJgxM1";
  112. this.controlOrderJgxM1.Size = new System.Drawing.Size(1098, 171);
  113. this.controlOrderJgxM1.TabIndex = 0;
  114. //
  115. // ultraPanel1
  116. //
  117. //
  118. // ultraPanel1.ClientArea
  119. //
  120. this.ultraPanel1.ClientArea.Controls.Add(this.txtTime);
  121. this.ultraPanel1.ClientArea.Controls.Add(this.txtProPlanId);
  122. this.ultraPanel1.ClientArea.Controls.Add(this.chcProPlanId);
  123. this.ultraPanel1.ClientArea.Controls.Add(this.chcTime);
  124. this.ultraPanel1.ClientArea.Controls.Add(this.txtOrderNo);
  125. this.ultraPanel1.ClientArea.Controls.Add(this.chcOrderNo);
  126. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  127. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  128. this.ultraPanel1.Name = "ultraPanel1";
  129. this.ultraPanel1.Size = new System.Drawing.Size(1102, 40);
  130. this.ultraPanel1.TabIndex = 3;
  131. //
  132. // txtTime
  133. //
  134. this.txtTime.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
  135. this.txtTime.Enabled = false;
  136. this.txtTime.Location = new System.Drawing.Point(529, 10);
  137. this.txtTime.MaskInput = "yyyy-mm";
  138. this.txtTime.Name = "txtTime";
  139. this.txtTime.Size = new System.Drawing.Size(120, 21);
  140. this.txtTime.TabIndex = 6;
  141. //
  142. // txtProPlanId
  143. //
  144. this.txtProPlanId.Enabled = false;
  145. this.txtProPlanId.Location = new System.Drawing.Point(325, 10);
  146. this.txtProPlanId.Name = "txtProPlanId";
  147. this.txtProPlanId.Size = new System.Drawing.Size(120, 21);
  148. this.txtProPlanId.TabIndex = 5;
  149. //
  150. // chcProPlanId
  151. //
  152. this.chcProPlanId.AutoSize = true;
  153. this.chcProPlanId.Location = new System.Drawing.Point(210, 12);
  154. this.chcProPlanId.Name = "chcProPlanId";
  155. this.chcProPlanId.Size = new System.Drawing.Size(108, 19);
  156. this.chcProPlanId.TabIndex = 3;
  157. this.chcProPlanId.Text = "镦拔扩订单编号";
  158. this.chcProPlanId.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  159. //
  160. // chcTime
  161. //
  162. this.chcTime.AutoSize = true;
  163. this.chcTime.Location = new System.Drawing.Point(451, 12);
  164. this.chcTime.Name = "chcTime";
  165. this.chcTime.Size = new System.Drawing.Size(71, 19);
  166. this.chcTime.TabIndex = 2;
  167. this.chcTime.Text = "生产年月";
  168. this.chcTime.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  169. //
  170. // txtOrderNo
  171. //
  172. this.txtOrderNo.Enabled = false;
  173. this.txtOrderNo.Location = new System.Drawing.Point(84, 10);
  174. this.txtOrderNo.Name = "txtOrderNo";
  175. this.txtOrderNo.Size = new System.Drawing.Size(120, 21);
  176. this.txtOrderNo.TabIndex = 1;
  177. //
  178. // chcOrderNo
  179. //
  180. this.chcOrderNo.AutoSize = true;
  181. this.chcOrderNo.Location = new System.Drawing.Point(19, 12);
  182. this.chcOrderNo.Name = "chcOrderNo";
  183. this.chcOrderNo.Size = new System.Drawing.Size(59, 19);
  184. this.chcOrderNo.TabIndex = 0;
  185. this.chcOrderNo.Text = "合同号";
  186. this.chcOrderNo.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  187. //
  188. // ultraPanel2
  189. //
  190. //
  191. // ultraPanel2.ClientArea
  192. //
  193. this.ultraPanel2.ClientArea.Controls.Add(this.splitContainer1);
  194. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.ultraPanel2.Location = new System.Drawing.Point(0, 40);
  196. this.ultraPanel2.Name = "ultraPanel2";
  197. this.ultraPanel2.Size = new System.Drawing.Size(1102, 439);
  198. this.ultraPanel2.TabIndex = 4;
  199. //
  200. // splitContainer1
  201. //
  202. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  203. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  204. this.splitContainer1.Name = "splitContainer1";
  205. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  206. //
  207. // splitContainer1.Panel1
  208. //
  209. this.splitContainer1.Panel1.Controls.Add(this.controlOrderDbkM1);
  210. //
  211. // splitContainer1.Panel2
  212. //
  213. this.splitContainer1.Panel2.Controls.Add(this.ultraTabControl1);
  214. this.splitContainer1.Size = new System.Drawing.Size(1102, 439);
  215. this.splitContainer1.SplitterDistance = 241;
  216. this.splitContainer1.TabIndex = 0;
  217. //
  218. // ultraTabControl1
  219. //
  220. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  221. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  222. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  223. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  224. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  225. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  226. this.ultraTabControl1.Name = "ultraTabControl1";
  227. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  228. this.ultraTabControl1.Size = new System.Drawing.Size(1102, 194);
  229. this.ultraTabControl1.TabIndex = 0;
  230. ultraTab1.Key = "1";
  231. ultraTab1.TabPage = this.ultraTabPageControl1;
  232. ultraTab1.Text = "轧管工序订单";
  233. ultraTab2.Key = "2";
  234. ultraTab2.TabPage = this.ultraTabPageControl2;
  235. ultraTab2.Text = "热处理工序订单";
  236. ultraTab3.Key = "3";
  237. ultraTab3.TabPage = this.ultraTabPageControl3;
  238. ultraTab3.Text = "加工工序订单";
  239. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  240. ultraTab1,
  241. ultraTab2,
  242. ultraTab3});
  243. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  244. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  245. //
  246. // ultraTabSharedControlsPage1
  247. //
  248. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  249. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  250. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1098, 171);
  251. //
  252. // controlOrderDbkM1
  253. //
  254. this.controlOrderDbkM1.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.controlOrderDbkM1.Location = new System.Drawing.Point(0, 0);
  256. this.controlOrderDbkM1.Name = "controlOrderDbkM1";
  257. this.controlOrderDbkM1.Size = new System.Drawing.Size(1102, 241);
  258. this.controlOrderDbkM1.TabIndex = 0;
  259. //
  260. // FrmOrderDbk
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  264. this.ClientSize = new System.Drawing.Size(1102, 479);
  265. this.Controls.Add(this.ultraPanel2);
  266. this.Controls.Add(this.ultraPanel1);
  267. this.Name = "FrmOrderDbk";
  268. this.Text = "镦拔扩工序订单";
  269. this.Load += new System.EventHandler(this.FrmOrderDbk_Load);
  270. this.ultraTabPageControl1.ResumeLayout(false);
  271. this.ultraTabPageControl2.ResumeLayout(false);
  272. this.ultraTabPageControl3.ResumeLayout(false);
  273. this.ultraPanel1.ClientArea.ResumeLayout(false);
  274. this.ultraPanel1.ClientArea.PerformLayout();
  275. this.ultraPanel1.ResumeLayout(false);
  276. ((System.ComponentModel.ISupportInitialize)(this.txtTime)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.txtProPlanId)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.chcProPlanId)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.chcTime)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.chcOrderNo)).EndInit();
  282. this.ultraPanel2.ClientArea.ResumeLayout(false);
  283. this.ultraPanel2.ResumeLayout(false);
  284. this.splitContainer1.Panel1.ResumeLayout(false);
  285. this.splitContainer1.Panel2.ResumeLayout(false);
  286. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  287. this.splitContainer1.ResumeLayout(false);
  288. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  289. this.ultraTabControl1.ResumeLayout(false);
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  294. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txtTime;
  295. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtProPlanId;
  296. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcProPlanId;
  297. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcTime;
  298. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderNo;
  299. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcOrderNo;
  300. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  301. private System.Windows.Forms.SplitContainer splitContainer1;
  302. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  303. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  304. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  305. private 工序订单.Control.ControlOrderZgM controlOrderZgM1;
  306. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  307. private 工序订单.Control.ControlOrderRclM controlOrderRclM1;
  308. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  309. private 工序订单.Control.ControlOrderJgxM controlOrderJgxM1;
  310. private 工序订单.Control.ControlOrderDbkM controlOrderDbkM1;
  311. }
  312. }