F_PP_0103.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PPModule
  3. {
  4. partial class F_PP_0103
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0103));
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  33. this.goodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  34. this.goodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  35. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  36. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  37. this.goodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  38. this.goodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  39. this.lblName = new Dongke.WinForm.Controls.LblLabel();
  40. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  41. this.dkGroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  42. this.planQuantity = new System.Windows.Forms.NumericUpDown();
  43. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  44. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  45. this.planRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  46. this.dkGroupBox1.SuspendLayout();
  47. this.dkGroupBox2.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.planQuantity)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnSave
  52. //
  53. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  54. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  55. this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
  56. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.btnSave.ForeColor = System.Drawing.Color.White;
  58. this.btnSave.Location = new System.Drawing.Point(308, 297);
  59. this.btnSave.Margin = new System.Windows.Forms.Padding(4);
  60. this.btnSave.Name = "btnSave";
  61. this.btnSave.Size = new System.Drawing.Size(113, 38);
  62. this.btnSave.TabIndex = 19;
  63. this.btnSave.Text = "保存(&S)";
  64. this.btnSave.UseVisualStyleBackColor = false;
  65. this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
  66. //
  67. // btnCancel
  68. //
  69. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  70. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  71. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  72. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.btnCancel.ForeColor = System.Drawing.Color.White;
  74. this.btnCancel.Location = new System.Drawing.Point(429, 297);
  75. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  76. this.btnCancel.Name = "btnCancel";
  77. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  78. this.btnCancel.TabIndex = 20;
  79. this.btnCancel.Text = "取消(&X)";
  80. this.btnCancel.UseVisualStyleBackColor = false;
  81. this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  82. //
  83. // dkGroupBox1
  84. //
  85. this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
  86. this.dkGroupBox1.Controls.Add(this.goodsModel);
  87. this.dkGroupBox1.Controls.Add(this.goodsSpecification);
  88. this.dkGroupBox1.Controls.Add(this.lblLabel2);
  89. this.dkGroupBox1.Controls.Add(this.lblLabel3);
  90. this.dkGroupBox1.Controls.Add(this.goodsName);
  91. this.dkGroupBox1.Controls.Add(this.goodsCode);
  92. this.dkGroupBox1.Controls.Add(this.lblName);
  93. this.dkGroupBox1.Controls.Add(this.lblLabel1);
  94. this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.dkGroupBox1.IsMustInput = false;
  97. this.dkGroupBox1.Location = new System.Drawing.Point(21, 21);
  98. this.dkGroupBox1.Name = "dkGroupBox1";
  99. this.dkGroupBox1.Size = new System.Drawing.Size(551, 119);
  100. this.dkGroupBox1.TabIndex = 21;
  101. this.dkGroupBox1.TabStop = false;
  102. this.dkGroupBox1.Text = "产品信息";
  103. //
  104. // goodsModel
  105. //
  106. this.goodsModel.BackColor = System.Drawing.SystemColors.Window;
  107. this.goodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  108. this.goodsModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.goodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.goodsModel.FormattingEnabled = true;
  111. this.goodsModel.Location = new System.Drawing.Point(358, 69);
  112. this.goodsModel.Name = "goodsModel";
  113. this.goodsModel.Size = new System.Drawing.Size(160, 23);
  114. this.goodsModel.TabIndex = 38;
  115. //
  116. // goodsSpecification
  117. //
  118. this.goodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  119. this.goodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  120. this.goodsSpecification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  121. this.goodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.goodsSpecification.FormattingEnabled = true;
  123. this.goodsSpecification.Location = new System.Drawing.Point(104, 69);
  124. this.goodsSpecification.Name = "goodsSpecification";
  125. this.goodsSpecification.Size = new System.Drawing.Size(160, 23);
  126. this.goodsSpecification.TabIndex = 37;
  127. //
  128. // lblLabel2
  129. //
  130. this.lblLabel2.Location = new System.Drawing.Point(29, 72);
  131. this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.lblLabel2.Name = "lblLabel2";
  133. this.lblLabel2.Size = new System.Drawing.Size(67, 15);
  134. this.lblLabel2.TabIndex = 36;
  135. this.lblLabel2.Text = "产品规格";
  136. //
  137. // lblLabel3
  138. //
  139. this.lblLabel3.Location = new System.Drawing.Point(284, 72);
  140. this.lblLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.lblLabel3.Name = "lblLabel3";
  142. this.lblLabel3.Size = new System.Drawing.Size(67, 15);
  143. this.lblLabel3.TabIndex = 35;
  144. this.lblLabel3.Text = "产品型号";
  145. //
  146. // goodsName
  147. //
  148. this.goodsName.BackColor = System.Drawing.SystemColors.Window;
  149. this.goodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  150. this.goodsName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  151. this.goodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.goodsName.FormattingEnabled = true;
  153. this.goodsName.Location = new System.Drawing.Point(358, 38);
  154. this.goodsName.Name = "goodsName";
  155. this.goodsName.Size = new System.Drawing.Size(160, 23);
  156. this.goodsName.TabIndex = 34;
  157. //
  158. // goodsCode
  159. //
  160. this.goodsCode.BackColor = System.Drawing.SystemColors.Window;
  161. this.goodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  162. this.goodsCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  163. this.goodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.goodsCode.FormattingEnabled = true;
  165. this.goodsCode.Location = new System.Drawing.Point(104, 38);
  166. this.goodsCode.Name = "goodsCode";
  167. this.goodsCode.Size = new System.Drawing.Size(160, 23);
  168. this.goodsCode.TabIndex = 33;
  169. //
  170. // lblName
  171. //
  172. this.lblName.Location = new System.Drawing.Point(29, 41);
  173. this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  174. this.lblName.Name = "lblName";
  175. this.lblName.Size = new System.Drawing.Size(67, 15);
  176. this.lblName.TabIndex = 29;
  177. this.lblName.Text = "产品编码";
  178. //
  179. // lblLabel1
  180. //
  181. this.lblLabel1.Location = new System.Drawing.Point(284, 41);
  182. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.lblLabel1.Name = "lblLabel1";
  184. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  185. this.lblLabel1.TabIndex = 20;
  186. this.lblLabel1.Text = "产品名称";
  187. //
  188. // dkGroupBox2
  189. //
  190. this.dkGroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox2.BackgroundImage")));
  191. this.dkGroupBox2.Controls.Add(this.planQuantity);
  192. this.dkGroupBox2.Controls.Add(this.lblLabel6);
  193. this.dkGroupBox2.Controls.Add(this.lblLabel8);
  194. this.dkGroupBox2.Controls.Add(this.planRemarks);
  195. this.dkGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.dkGroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  197. this.dkGroupBox2.IsMustInput = false;
  198. this.dkGroupBox2.Location = new System.Drawing.Point(21, 156);
  199. this.dkGroupBox2.Name = "dkGroupBox2";
  200. this.dkGroupBox2.Size = new System.Drawing.Size(551, 120);
  201. this.dkGroupBox2.TabIndex = 22;
  202. this.dkGroupBox2.TabStop = false;
  203. this.dkGroupBox2.Text = "产品信息";
  204. //
  205. // planQuantity
  206. //
  207. this.planQuantity.Location = new System.Drawing.Point(104, 34);
  208. this.planQuantity.Maximum = new decimal(new int[] {
  209. 999999999,
  210. 0,
  211. 0,
  212. 0});
  213. this.planQuantity.Name = "planQuantity";
  214. this.planQuantity.Size = new System.Drawing.Size(160, 25);
  215. this.planQuantity.TabIndex = 36;
  216. //
  217. // lblLabel6
  218. //
  219. this.lblLabel6.Location = new System.Drawing.Point(30, 39);
  220. this.lblLabel6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  221. this.lblLabel6.Name = "lblLabel6";
  222. this.lblLabel6.Size = new System.Drawing.Size(67, 15);
  223. this.lblLabel6.TabIndex = 29;
  224. this.lblLabel6.Text = "计划产量";
  225. //
  226. // lblLabel8
  227. //
  228. this.lblLabel8.Location = new System.Drawing.Point(59, 71);
  229. this.lblLabel8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  230. this.lblLabel8.Name = "lblLabel8";
  231. this.lblLabel8.Size = new System.Drawing.Size(37, 15);
  232. this.lblLabel8.TabIndex = 22;
  233. this.lblLabel8.Text = "备注";
  234. //
  235. // planRemarks
  236. //
  237. this.planRemarks.Location = new System.Drawing.Point(104, 66);
  238. this.planRemarks.Margin = new System.Windows.Forms.Padding(4);
  239. this.planRemarks.Name = "planRemarks";
  240. this.planRemarks.Size = new System.Drawing.Size(414, 25);
  241. this.planRemarks.TabIndex = 24;
  242. //
  243. // F_PP_0103
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(596, 359);
  248. this.Controls.Add(this.dkGroupBox2);
  249. this.Controls.Add(this.dkGroupBox1);
  250. this.Controls.Add(this.btnCancel);
  251. this.Controls.Add(this.btnSave);
  252. this.Margin = new System.Windows.Forms.Padding(5);
  253. this.MaximizeBox = false;
  254. this.Name = "F_PP_0103";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "计划编辑";
  257. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0103_FormClosed);
  258. this.Load += new System.EventHandler(this.F_PP_0103_Load);
  259. this.dkGroupBox1.ResumeLayout(false);
  260. this.dkGroupBox1.PerformLayout();
  261. this.dkGroupBox2.ResumeLayout(false);
  262. this.dkGroupBox2.PerformLayout();
  263. ((System.ComponentModel.ISupportInitialize)(this.planQuantity)).EndInit();
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private Basics.BaseControls.C_Button btnSave;
  268. private Basics.BaseControls.C_Button btnCancel;
  269. private Basics.BaseControls.DKGroupBox dkGroupBox1;
  270. private WinForm.Controls.LblLabel lblLabel1;
  271. private WinForm.Controls.LblLabel lblName;
  272. public Basics.BaseControls.C_ComboBox goodsCode;
  273. public Basics.BaseControls.C_ComboBox goodsName;
  274. public Basics.BaseControls.C_ComboBox goodsModel;
  275. public Basics.BaseControls.C_ComboBox goodsSpecification;
  276. private WinForm.Controls.LblLabel lblLabel2;
  277. private WinForm.Controls.LblLabel lblLabel3;
  278. private Basics.BaseControls.DKGroupBox dkGroupBox2;
  279. private WinForm.Controls.LblLabel lblLabel6;
  280. private WinForm.Controls.LblLabel lblLabel8;
  281. public WinForm.Controls.TxtTextBox planRemarks;
  282. public System.Windows.Forms.NumericUpDown planQuantity;
  283. }
  284. }