FrmOrderJg.Designer.cs 17 KB

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