F_PP_0302.Designer.cs 13 KB

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