F_PP_0202.Designer.cs 12 KB

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