frmUsePlanMAdd.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. namespace Pur.ck
  2. {
  3. partial class frmUsePlanMAdd
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  33. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsePlanMAdd));
  35. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  36. this.txt_selectlocationCode = new System.Windows.Forms.Label();
  37. this.txt_selectlocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.txt_planType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  41. this.txt_ApplyTime = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  42. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.txt_WorkShop = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.txt_REQ_ORG = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.txt_InvPhysic = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.txt_ItemClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  51. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  52. this.btn_addUsePlan = new Infragistics.Win.Misc.UltraButton();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  54. this.ultraGroupBox1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.txt_selectlocation)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txt_planType)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txt_ApplyTime)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txt_WorkShop)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txt_InvPhysic)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txt_ItemClass)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  63. this.ultraGroupBox2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // ultraGroupBox1
  67. //
  68. this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
  69. this.ultraGroupBox1.Controls.Add(this.txt_selectlocationCode);
  70. this.ultraGroupBox1.Controls.Add(this.txt_selectlocation);
  71. this.ultraGroupBox1.Controls.Add(this.label8);
  72. this.ultraGroupBox1.Controls.Add(this.txt_planType);
  73. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  74. this.ultraGroupBox1.Controls.Add(this.txt_ApplyTime);
  75. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  76. this.ultraGroupBox1.Controls.Add(this.label3);
  77. this.ultraGroupBox1.Controls.Add(this.txt_WorkShop);
  78. this.ultraGroupBox1.Controls.Add(this.label2);
  79. this.ultraGroupBox1.Controls.Add(this.txt_REQ_ORG);
  80. this.ultraGroupBox1.Controls.Add(this.label5);
  81. this.ultraGroupBox1.Controls.Add(this.label4);
  82. this.ultraGroupBox1.Controls.Add(this.txt_InvPhysic);
  83. this.ultraGroupBox1.Controls.Add(this.txt_ItemClass);
  84. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  86. this.ultraGroupBox1.Name = "ultraGroupBox1";
  87. this.ultraGroupBox1.Size = new System.Drawing.Size(280, 216);
  88. this.ultraGroupBox1.TabIndex = 0;
  89. this.ultraGroupBox1.Text = "项目";
  90. //
  91. // txt_selectlocationCode
  92. //
  93. this.txt_selectlocationCode.AutoSize = true;
  94. this.txt_selectlocationCode.Location = new System.Drawing.Point(84, 189);
  95. this.txt_selectlocationCode.Name = "txt_selectlocationCode";
  96. this.txt_selectlocationCode.Size = new System.Drawing.Size(11, 12);
  97. this.txt_selectlocationCode.TabIndex = 97;
  98. this.txt_selectlocationCode.Text = "-";
  99. //
  100. // txt_selectlocation
  101. //
  102. appearance3.TextHAlignAsString = "Center";
  103. appearance3.TextVAlignAsString = "Middle";
  104. editorButton1.Appearance = appearance3;
  105. editorButton1.Text = "+";
  106. this.txt_selectlocation.ButtonsRight.Add(editorButton1);
  107. this.txt_selectlocation.Location = new System.Drawing.Point(84, 164);
  108. this.txt_selectlocation.Name = "txt_selectlocation";
  109. this.txt_selectlocation.Size = new System.Drawing.Size(166, 21);
  110. this.txt_selectlocation.TabIndex = 96;
  111. this.txt_selectlocation.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_selectlocation_EditorButtonClick);
  112. //
  113. // label8
  114. //
  115. this.label8.AutoSize = true;
  116. this.label8.Location = new System.Drawing.Point(27, 168);
  117. this.label8.Name = "label8";
  118. this.label8.Size = new System.Drawing.Size(53, 12);
  119. this.label8.TabIndex = 95;
  120. this.label8.Text = "送货地点";
  121. //
  122. // txt_planType
  123. //
  124. this.txt_planType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  125. valueListItem3.DataValue = "1";
  126. valueListItem3.DisplayText = "日领用";
  127. valueListItem8.DataValue = "2";
  128. valueListItem8.DisplayText = "月领用";
  129. this.txt_planType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  130. valueListItem3,
  131. valueListItem8});
  132. this.txt_planType.Location = new System.Drawing.Point(84, 140);
  133. this.txt_planType.Margin = new System.Windows.Forms.Padding(2);
  134. this.txt_planType.Name = "txt_planType";
  135. this.txt_planType.Size = new System.Drawing.Size(166, 21);
  136. this.txt_planType.TabIndex = 94;
  137. //
  138. // ultraLabel2
  139. //
  140. this.ultraLabel2.AutoSize = true;
  141. this.ultraLabel2.Location = new System.Drawing.Point(26, 143);
  142. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  143. this.ultraLabel2.Name = "ultraLabel2";
  144. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  145. this.ultraLabel2.TabIndex = 93;
  146. this.ultraLabel2.Text = "计划类型";
  147. //
  148. // txt_ApplyTime
  149. //
  150. this.txt_ApplyTime.DateButtons.Add(dateButton1);
  151. this.txt_ApplyTime.Location = new System.Drawing.Point(84, 115);
  152. this.txt_ApplyTime.Name = "txt_ApplyTime";
  153. this.txt_ApplyTime.NonAutoSizeHeight = 21;
  154. this.txt_ApplyTime.Size = new System.Drawing.Size(166, 21);
  155. this.txt_ApplyTime.TabIndex = 92;
  156. this.txt_ApplyTime.Value = new System.DateTime(2016, 8, 17, 0, 0, 0, 0);
  157. //
  158. // ultraLabel3
  159. //
  160. this.ultraLabel3.AutoSize = true;
  161. this.ultraLabel3.Location = new System.Drawing.Point(26, 117);
  162. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  163. this.ultraLabel3.Name = "ultraLabel3";
  164. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  165. this.ultraLabel3.TabIndex = 91;
  166. this.ultraLabel3.Text = "领用时间";
  167. //
  168. // label3
  169. //
  170. this.label3.AutoSize = true;
  171. this.label3.Location = new System.Drawing.Point(27, 95);
  172. this.label3.Name = "label3";
  173. this.label3.Size = new System.Drawing.Size(53, 12);
  174. this.label3.TabIndex = 90;
  175. this.label3.Text = "车 间";
  176. //
  177. // txt_WorkShop
  178. //
  179. this.txt_WorkShop.Location = new System.Drawing.Point(84, 90);
  180. this.txt_WorkShop.Name = "txt_WorkShop";
  181. this.txt_WorkShop.Size = new System.Drawing.Size(166, 21);
  182. this.txt_WorkShop.TabIndex = 89;
  183. //
  184. // label2
  185. //
  186. this.label2.AutoSize = true;
  187. this.label2.Location = new System.Drawing.Point(27, 71);
  188. this.label2.Name = "label2";
  189. this.label2.Size = new System.Drawing.Size(53, 12);
  190. this.label2.TabIndex = 88;
  191. this.label2.Text = "领用单位";
  192. //
  193. // txt_REQ_ORG
  194. //
  195. editorButton2.Text = "+";
  196. this.txt_REQ_ORG.ButtonsRight.Add(editorButton2);
  197. this.txt_REQ_ORG.Location = new System.Drawing.Point(84, 67);
  198. this.txt_REQ_ORG.Name = "txt_REQ_ORG";
  199. this.txt_REQ_ORG.ReadOnly = true;
  200. this.txt_REQ_ORG.Size = new System.Drawing.Size(166, 21);
  201. this.txt_REQ_ORG.TabIndex = 87;
  202. this.txt_REQ_ORG.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQ_ORG_EditorButtonClick);
  203. //
  204. // label5
  205. //
  206. this.label5.AutoSize = true;
  207. this.label5.Location = new System.Drawing.Point(27, 25);
  208. this.label5.Name = "label5";
  209. this.label5.Size = new System.Drawing.Size(53, 12);
  210. this.label5.TabIndex = 86;
  211. this.label5.Text = "仓 库";
  212. //
  213. // label4
  214. //
  215. this.label4.AutoSize = true;
  216. this.label4.Location = new System.Drawing.Point(27, 47);
  217. this.label4.Name = "label4";
  218. this.label4.Size = new System.Drawing.Size(53, 12);
  219. this.label4.TabIndex = 85;
  220. this.label4.Text = "物料中类";
  221. //
  222. // txt_InvPhysic
  223. //
  224. this.txt_InvPhysic.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  225. this.txt_InvPhysic.Location = new System.Drawing.Point(84, 21);
  226. this.txt_InvPhysic.Margin = new System.Windows.Forms.Padding(2);
  227. this.txt_InvPhysic.Name = "txt_InvPhysic";
  228. this.txt_InvPhysic.Size = new System.Drawing.Size(166, 21);
  229. this.txt_InvPhysic.TabIndex = 84;
  230. //
  231. // txt_ItemClass
  232. //
  233. this.txt_ItemClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  234. this.txt_ItemClass.Location = new System.Drawing.Point(84, 44);
  235. this.txt_ItemClass.Margin = new System.Windows.Forms.Padding(2);
  236. this.txt_ItemClass.Name = "txt_ItemClass";
  237. this.txt_ItemClass.Size = new System.Drawing.Size(166, 21);
  238. this.txt_ItemClass.TabIndex = 83;
  239. //
  240. // ultraGroupBox2
  241. //
  242. this.ultraGroupBox2.Controls.Add(this.btn_addUsePlan);
  243. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  244. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 216);
  245. this.ultraGroupBox2.Name = "ultraGroupBox2";
  246. this.ultraGroupBox2.Size = new System.Drawing.Size(280, 45);
  247. this.ultraGroupBox2.TabIndex = 1;
  248. //
  249. // btn_addUsePlan
  250. //
  251. this.btn_addUsePlan.Dock = System.Windows.Forms.DockStyle.Right;
  252. this.btn_addUsePlan.Location = new System.Drawing.Point(167, 0);
  253. this.btn_addUsePlan.Name = "btn_addUsePlan";
  254. this.btn_addUsePlan.Size = new System.Drawing.Size(110, 42);
  255. this.btn_addUsePlan.TabIndex = 0;
  256. this.btn_addUsePlan.Text = "创建&A";
  257. this.btn_addUsePlan.Click += new System.EventHandler(this.btn_addUsePlan_Click);
  258. //
  259. // frmUsePlanMAdd
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.ClientSize = new System.Drawing.Size(280, 261);
  264. this.Controls.Add(this.ultraGroupBox1);
  265. this.Controls.Add(this.ultraGroupBox2);
  266. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  267. this.MaximizeBox = false;
  268. this.MinimizeBox = false;
  269. this.Name = "frmUsePlanMAdd";
  270. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  271. this.Text = "新增领用单头";
  272. this.Load += new System.EventHandler(this.frmUsePlanMAdd_Load);
  273. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  274. this.ultraGroupBox1.ResumeLayout(false);
  275. this.ultraGroupBox1.PerformLayout();
  276. ((System.ComponentModel.ISupportInitialize)(this.txt_selectlocation)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.txt_planType)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.txt_ApplyTime)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.txt_WorkShop)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.txt_InvPhysic)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.txt_ItemClass)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  284. this.ultraGroupBox2.ResumeLayout(false);
  285. this.ResumeLayout(false);
  286. }
  287. #endregion
  288. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  289. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  290. private System.Windows.Forms.Label label5;
  291. private System.Windows.Forms.Label label4;
  292. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_InvPhysic;
  293. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ItemClass;
  294. private System.Windows.Forms.Label label2;
  295. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQ_ORG;
  296. private System.Windows.Forms.Label label3;
  297. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WorkShop;
  298. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_ApplyTime;
  299. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  300. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_planType;
  301. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  302. private System.Windows.Forms.Label txt_selectlocationCode;
  303. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_selectlocation;
  304. private System.Windows.Forms.Label label8;
  305. private Infragistics.Win.Misc.UltraButton btn_addUsePlan;
  306. }
  307. }