F_PC_1202.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1202
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_1202));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.dtpMonth = new Dongke.WinForm.Controls.DtpMonth();
  32. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  33. this.txtDateBegin = new Dongke.WinForm.Controls.TxtTextBox();
  34. this.txtDateEnd = new Dongke.WinForm.Controls.TxtTextBox();
  35. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  36. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  37. this.lblLastMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  40. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  41. this.SuspendLayout();
  42. //
  43. // btnCancel
  44. //
  45. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  47. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  48. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  49. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.btnCancel.ForeColor = System.Drawing.Color.White;
  51. this.btnCancel.Location = new System.Drawing.Point(273, 189);
  52. this.btnCancel.Name = "btnCancel";
  53. this.btnCancel.Size = new System.Drawing.Size(78, 30);
  54. this.btnCancel.TabIndex = 11;
  55. this.btnCancel.Text = "关闭(&X)";
  56. this.btnCancel.UseVisualStyleBackColor = false;
  57. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  58. //
  59. // btnSave
  60. //
  61. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  63. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  64. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btnSave.ForeColor = System.Drawing.Color.White;
  66. this.btnSave.Location = new System.Drawing.Point(188, 189);
  67. this.btnSave.Name = "btnSave";
  68. this.btnSave.Size = new System.Drawing.Size(79, 30);
  69. this.btnSave.TabIndex = 10;
  70. this.btnSave.Text = "结转(&D)";
  71. this.btnSave.UseVisualStyleBackColor = false;
  72. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  73. //
  74. // dtpMonth
  75. //
  76. this.dtpMonth.AllowNull = false;
  77. this.dtpMonth.Location = new System.Drawing.Point(72, 12);
  78. this.dtpMonth.Name = "dtpMonth";
  79. this.dtpMonth.Size = new System.Drawing.Size(120, 21);
  80. this.dtpMonth.TabIndex = 1;
  81. this.dtpMonth.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  82. this.dtpMonth.ValueChanged += new System.EventHandler(this.dtpMonth_ValueChanged);
  83. //
  84. // lblLabel1
  85. //
  86. this.lblLabel1.Location = new System.Drawing.Point(13, 16);
  87. this.lblLabel1.Name = "lblLabel1";
  88. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  89. this.lblLabel1.TabIndex = 0;
  90. this.lblLabel1.Text = "结转月份";
  91. //
  92. // txtDateBegin
  93. //
  94. this.txtDateBegin.Location = new System.Drawing.Point(72, 39);
  95. this.txtDateBegin.Name = "txtDateBegin";
  96. this.txtDateBegin.ReadOnly = true;
  97. this.txtDateBegin.Size = new System.Drawing.Size(120, 21);
  98. this.txtDateBegin.TabIndex = 4;
  99. //
  100. // txtDateEnd
  101. //
  102. this.txtDateEnd.Location = new System.Drawing.Point(215, 39);
  103. this.txtDateEnd.Name = "txtDateEnd";
  104. this.txtDateEnd.ReadOnly = true;
  105. this.txtDateEnd.Size = new System.Drawing.Size(120, 21);
  106. this.txtDateEnd.TabIndex = 6;
  107. //
  108. // lblLabel2
  109. //
  110. this.lblLabel2.Location = new System.Drawing.Point(13, 43);
  111. this.lblLabel2.Name = "lblLabel2";
  112. this.lblLabel2.Size = new System.Drawing.Size(53, 12);
  113. this.lblLabel2.TabIndex = 3;
  114. this.lblLabel2.Text = "日期范围";
  115. //
  116. // lblLabel3
  117. //
  118. this.lblLabel3.Location = new System.Drawing.Point(198, 43);
  119. this.lblLabel3.Name = "lblLabel3";
  120. this.lblLabel3.Size = new System.Drawing.Size(11, 12);
  121. this.lblLabel3.TabIndex = 5;
  122. this.lblLabel3.Text = "-";
  123. //
  124. // lblLastMonth
  125. //
  126. this.lblLastMonth.AutoSize = true;
  127. this.lblLastMonth.BackColor = System.Drawing.Color.Transparent;
  128. this.lblLastMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblLastMonth.ForeColor = System.Drawing.Color.Blue;
  130. this.lblLastMonth.Location = new System.Drawing.Point(198, 16);
  131. this.lblLastMonth.Name = "lblLastMonth";
  132. this.lblLastMonth.Size = new System.Drawing.Size(107, 12);
  133. this.lblLastMonth.TabIndex = 2;
  134. this.lblLastMonth.Text = "最后结转月【{0}】";
  135. //
  136. // lblMessage
  137. //
  138. this.lblMessage.AutoSize = true;
  139. this.lblMessage.BackColor = System.Drawing.Color.Transparent;
  140. this.lblMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblMessage.ForeColor = System.Drawing.Color.Red;
  142. this.lblMessage.Location = new System.Drawing.Point(12, 72);
  143. this.lblMessage.Name = "lblMessage";
  144. this.lblMessage.Size = new System.Drawing.Size(317, 12);
  145. this.lblMessage.TabIndex = 7;
  146. this.lblMessage.Text = "结转月份要大于最后结转月【{0}】,小于当前月【{1}】。";
  147. //
  148. // txtRemarks
  149. //
  150. this.txtRemarks.Location = new System.Drawing.Point(72, 97);
  151. this.txtRemarks.Multiline = true;
  152. this.txtRemarks.Name = "txtRemarks";
  153. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  154. this.txtRemarks.Size = new System.Drawing.Size(279, 86);
  155. this.txtRemarks.TabIndex = 9;
  156. //
  157. // lblLabel4
  158. //
  159. this.lblLabel4.Location = new System.Drawing.Point(37, 97);
  160. this.lblLabel4.Name = "lblLabel4";
  161. this.lblLabel4.Size = new System.Drawing.Size(29, 12);
  162. this.lblLabel4.TabIndex = 8;
  163. this.lblLabel4.Text = "备注";
  164. //
  165. // F_PC_1202
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.CancelButton = this.btnCancel;
  170. this.ClientSize = new System.Drawing.Size(363, 244);
  171. this.Controls.Add(this.lblMessage);
  172. this.Controls.Add(this.lblLastMonth);
  173. this.Controls.Add(this.txtDateEnd);
  174. this.Controls.Add(this.txtRemarks);
  175. this.Controls.Add(this.txtDateBegin);
  176. this.Controls.Add(this.lblLabel3);
  177. this.Controls.Add(this.lblLabel4);
  178. this.Controls.Add(this.lblLabel2);
  179. this.Controls.Add(this.lblLabel1);
  180. this.Controls.Add(this.dtpMonth);
  181. this.Controls.Add(this.btnCancel);
  182. this.Controls.Add(this.btnSave);
  183. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  184. this.IsSaveFormLocation = false;
  185. this.IsSaveFormSize = false;
  186. this.MaximizeBox = false;
  187. this.MinimizeBox = false;
  188. this.Name = "F_PC_1202";
  189. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  190. this.StatusSizingGrip = false;
  191. this.Text = "模具库存结转";
  192. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1202_FormClosed);
  193. this.Load += new System.EventHandler(this.F_PC_1202_Load);
  194. this.Controls.SetChildIndex(this.btnSave, 0);
  195. this.Controls.SetChildIndex(this.btnCancel, 0);
  196. this.Controls.SetChildIndex(this.dtpMonth, 0);
  197. this.Controls.SetChildIndex(this.lblLabel1, 0);
  198. this.Controls.SetChildIndex(this.lblLabel2, 0);
  199. this.Controls.SetChildIndex(this.lblLabel4, 0);
  200. this.Controls.SetChildIndex(this.lblLabel3, 0);
  201. this.Controls.SetChildIndex(this.txtDateBegin, 0);
  202. this.Controls.SetChildIndex(this.txtRemarks, 0);
  203. this.Controls.SetChildIndex(this.txtDateEnd, 0);
  204. this.Controls.SetChildIndex(this.lblLastMonth, 0);
  205. this.Controls.SetChildIndex(this.lblMessage, 0);
  206. this.ResumeLayout(false);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private Basics.BaseControls.C_Button btnCancel;
  211. private Basics.BaseControls.C_Button btnSave;
  212. private WinForm.Controls.DtpMonth dtpMonth;
  213. private WinForm.Controls.LblLabel lblLabel1;
  214. private WinForm.Controls.TxtTextBox txtDateBegin;
  215. private WinForm.Controls.TxtTextBox txtDateEnd;
  216. private WinForm.Controls.LblLabel lblLabel2;
  217. private WinForm.Controls.LblLabel lblLabel3;
  218. private Basics.BaseControls.C_Label lblLastMonth;
  219. private Basics.BaseControls.C_Label lblMessage;
  220. private WinForm.Controls.TxtTextBox txtRemarks;
  221. private WinForm.Controls.LblLabel lblLabel4;
  222. }
  223. }