F_PP_0102.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PPModule
  3. {
  4. partial class F_PP_0102
  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_0102));
  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.planYearNo = new System.Windows.Forms.NumericUpDown();
  34. this.planEndMonth = new System.Windows.Forms.NumericUpDown();
  35. this.planStartMonth = new System.Windows.Forms.NumericUpDown();
  36. this.planType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  37. this.planName = new Dongke.WinForm.Controls.TxtTextBox();
  38. this.lblName = new Dongke.WinForm.Controls.LblLabel();
  39. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  40. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  41. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  42. this.lblYear = new Dongke.WinForm.Controls.LblLabel();
  43. this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
  44. this.planRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  45. this.cbActive = new System.Windows.Forms.CheckBox();
  46. this.dkGroupBox1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.planEndMonth)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.planStartMonth)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnSave
  53. //
  54. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  55. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  56. this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
  57. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.btnSave.ForeColor = System.Drawing.Color.White;
  59. this.btnSave.Location = new System.Drawing.Point(423, 220);
  60. this.btnSave.Margin = new System.Windows.Forms.Padding(4);
  61. this.btnSave.Name = "btnSave";
  62. this.btnSave.Size = new System.Drawing.Size(113, 38);
  63. this.btnSave.TabIndex = 8;
  64. this.btnSave.Text = "保存(&S)";
  65. this.btnSave.UseVisualStyleBackColor = false;
  66. this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
  67. //
  68. // btnCancel
  69. //
  70. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  71. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  72. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  73. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btnCancel.ForeColor = System.Drawing.Color.White;
  75. this.btnCancel.Location = new System.Drawing.Point(544, 220);
  76. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  77. this.btnCancel.Name = "btnCancel";
  78. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  79. this.btnCancel.TabIndex = 9;
  80. this.btnCancel.Text = "取消(&X)";
  81. this.btnCancel.UseVisualStyleBackColor = false;
  82. this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  83. //
  84. // dkGroupBox1
  85. //
  86. this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
  87. this.dkGroupBox1.Controls.Add(this.planYearNo);
  88. this.dkGroupBox1.Controls.Add(this.planEndMonth);
  89. this.dkGroupBox1.Controls.Add(this.planStartMonth);
  90. this.dkGroupBox1.Controls.Add(this.planType);
  91. this.dkGroupBox1.Controls.Add(this.planName);
  92. this.dkGroupBox1.Controls.Add(this.lblName);
  93. this.dkGroupBox1.Controls.Add(this.lblLabel1);
  94. this.dkGroupBox1.Controls.Add(this.lblLabel3);
  95. this.dkGroupBox1.Controls.Add(this.lblLabel2);
  96. this.dkGroupBox1.Controls.Add(this.lblYear);
  97. this.dkGroupBox1.Controls.Add(this.lblRemark);
  98. this.dkGroupBox1.Controls.Add(this.planRemarks);
  99. this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this.dkGroupBox1.IsMustInput = false;
  102. this.dkGroupBox1.Location = new System.Drawing.Point(21, 21);
  103. this.dkGroupBox1.Name = "dkGroupBox1";
  104. this.dkGroupBox1.Size = new System.Drawing.Size(636, 183);
  105. this.dkGroupBox1.TabIndex = 21;
  106. this.dkGroupBox1.TabStop = false;
  107. this.dkGroupBox1.Text = "基础信息";
  108. //
  109. // planYearNo
  110. //
  111. this.planYearNo.Location = new System.Drawing.Point(104, 83);
  112. this.planYearNo.Maximum = new decimal(new int[] {
  113. 2029,
  114. 0,
  115. 0,
  116. 0});
  117. this.planYearNo.Minimum = new decimal(new int[] {
  118. 2015,
  119. 0,
  120. 0,
  121. 0});
  122. this.planYearNo.Name = "planYearNo";
  123. this.planYearNo.Size = new System.Drawing.Size(159, 25);
  124. this.planYearNo.TabIndex = 3;
  125. this.planYearNo.Value = new decimal(new int[] {
  126. 2019,
  127. 0,
  128. 0,
  129. 0});
  130. //
  131. // planEndMonth
  132. //
  133. this.planEndMonth.Location = new System.Drawing.Point(518, 83);
  134. this.planEndMonth.Maximum = new decimal(new int[] {
  135. 12,
  136. 0,
  137. 0,
  138. 0});
  139. this.planEndMonth.Minimum = new decimal(new int[] {
  140. 1,
  141. 0,
  142. 0,
  143. 0});
  144. this.planEndMonth.Name = "planEndMonth";
  145. this.planEndMonth.Size = new System.Drawing.Size(77, 25);
  146. this.planEndMonth.TabIndex = 5;
  147. this.planEndMonth.Value = new decimal(new int[] {
  148. 12,
  149. 0,
  150. 0,
  151. 0});
  152. //
  153. // planStartMonth
  154. //
  155. this.planStartMonth.Location = new System.Drawing.Point(361, 83);
  156. this.planStartMonth.Maximum = new decimal(new int[] {
  157. 12,
  158. 0,
  159. 0,
  160. 0});
  161. this.planStartMonth.Minimum = new decimal(new int[] {
  162. 1,
  163. 0,
  164. 0,
  165. 0});
  166. this.planStartMonth.Name = "planStartMonth";
  167. this.planStartMonth.Size = new System.Drawing.Size(77, 25);
  168. this.planStartMonth.TabIndex = 4;
  169. this.planStartMonth.Value = new decimal(new int[] {
  170. 1,
  171. 0,
  172. 0,
  173. 0});
  174. //
  175. // planType
  176. //
  177. this.planType.BackColor = System.Drawing.SystemColors.Window;
  178. this.planType.BackgroundColor = System.Drawing.SystemColors.Window;
  179. this.planType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.planType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.planType.FormattingEnabled = true;
  182. this.planType.Location = new System.Drawing.Point(361, 38);
  183. this.planType.Name = "planType";
  184. this.planType.Size = new System.Drawing.Size(238, 23);
  185. this.planType.TabIndex = 2;
  186. //
  187. // planName
  188. //
  189. this.planName.Location = new System.Drawing.Point(104, 35);
  190. this.planName.Margin = new System.Windows.Forms.Padding(4);
  191. this.planName.Name = "planName";
  192. this.planName.Size = new System.Drawing.Size(159, 25);
  193. this.planName.TabIndex = 1;
  194. //
  195. // lblName
  196. //
  197. this.lblName.Location = new System.Drawing.Point(29, 41);
  198. this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.lblName.Name = "lblName";
  200. this.lblName.Size = new System.Drawing.Size(67, 15);
  201. this.lblName.TabIndex = 29;
  202. this.lblName.Text = "计划名称";
  203. //
  204. // lblLabel1
  205. //
  206. this.lblLabel1.Location = new System.Drawing.Point(286, 41);
  207. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  208. this.lblLabel1.Name = "lblLabel1";
  209. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  210. this.lblLabel1.TabIndex = 20;
  211. this.lblLabel1.Text = "计划类型";
  212. //
  213. // lblLabel3
  214. //
  215. this.lblLabel3.Location = new System.Drawing.Point(459, 90);
  216. this.lblLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  217. this.lblLabel3.Name = "lblLabel3";
  218. this.lblLabel3.Size = new System.Drawing.Size(52, 15);
  219. this.lblLabel3.TabIndex = 21;
  220. this.lblLabel3.Text = "结束月";
  221. //
  222. // lblLabel2
  223. //
  224. this.lblLabel2.Location = new System.Drawing.Point(301, 87);
  225. this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.lblLabel2.Name = "lblLabel2";
  227. this.lblLabel2.Size = new System.Drawing.Size(52, 15);
  228. this.lblLabel2.TabIndex = 21;
  229. this.lblLabel2.Text = "开始月";
  230. //
  231. // lblYear
  232. //
  233. this.lblYear.Location = new System.Drawing.Point(29, 88);
  234. this.lblYear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  235. this.lblYear.Name = "lblYear";
  236. this.lblYear.Size = new System.Drawing.Size(67, 15);
  237. this.lblYear.TabIndex = 21;
  238. this.lblYear.Text = "计划年度";
  239. //
  240. // lblRemark
  241. //
  242. this.lblRemark.Location = new System.Drawing.Point(59, 131);
  243. this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  244. this.lblRemark.Name = "lblRemark";
  245. this.lblRemark.Size = new System.Drawing.Size(37, 15);
  246. this.lblRemark.TabIndex = 22;
  247. this.lblRemark.Text = "备注";
  248. //
  249. // planRemarks
  250. //
  251. this.planRemarks.Location = new System.Drawing.Point(104, 126);
  252. this.planRemarks.Margin = new System.Windows.Forms.Padding(4);
  253. this.planRemarks.Name = "planRemarks";
  254. this.planRemarks.Size = new System.Drawing.Size(495, 25);
  255. this.planRemarks.TabIndex = 6;
  256. //
  257. // cbActive
  258. //
  259. this.cbActive.AutoSize = true;
  260. this.cbActive.Enabled = false;
  261. this.cbActive.Location = new System.Drawing.Point(53, 231);
  262. this.cbActive.Name = "cbActive";
  263. this.cbActive.Size = new System.Drawing.Size(194, 19);
  264. this.cbActive.TabIndex = 7;
  265. this.cbActive.Text = "同步生成月计划、日计划";
  266. this.cbActive.UseVisualStyleBackColor = true;
  267. //
  268. // F_PP_0102
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.ClientSize = new System.Drawing.Size(687, 281);
  273. this.Controls.Add(this.cbActive);
  274. this.Controls.Add(this.dkGroupBox1);
  275. this.Controls.Add(this.btnCancel);
  276. this.Controls.Add(this.btnSave);
  277. this.Margin = new System.Windows.Forms.Padding(5);
  278. this.MaximizeBox = false;
  279. this.Name = "F_PP_0102";
  280. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  281. this.Text = "计划编辑";
  282. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0102_FormClosed);
  283. this.Load += new System.EventHandler(this.F_PP_0102_Load);
  284. this.dkGroupBox1.ResumeLayout(false);
  285. this.dkGroupBox1.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.planYearNo)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.planEndMonth)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.planStartMonth)).EndInit();
  289. this.ResumeLayout(false);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private Basics.BaseControls.C_Button btnSave;
  294. private Basics.BaseControls.C_Button btnCancel;
  295. private Basics.BaseControls.DKGroupBox dkGroupBox1;
  296. private WinForm.Controls.LblLabel lblLabel1;
  297. private WinForm.Controls.LblLabel lblYear;
  298. private WinForm.Controls.LblLabel lblRemark;
  299. private WinForm.Controls.LblLabel lblLabel3;
  300. private WinForm.Controls.LblLabel lblLabel2;
  301. private WinForm.Controls.LblLabel lblName;
  302. private System.Windows.Forms.CheckBox cbActive;
  303. public WinForm.Controls.TxtTextBox planRemarks;
  304. public WinForm.Controls.TxtTextBox planName;
  305. public Basics.BaseControls.C_ComboBox planType;
  306. public System.Windows.Forms.NumericUpDown planEndMonth;
  307. public System.Windows.Forms.NumericUpDown planStartMonth;
  308. public System.Windows.Forms.NumericUpDown planYearNo;
  309. }
  310. }