F_PAM_0602.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0602
  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_PAM_0602));
  29. this.c_Button1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  31. this.lblMemo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  36. this.lblDescription = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  38. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.groupBox1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // c_Button1
  44. //
  45. this.c_Button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  46. | System.Windows.Forms.AnchorStyles.Left)));
  47. this.c_Button1.BackColor = System.Drawing.Color.Gray;
  48. this.c_Button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_Button1.BackgroundImage")));
  49. this.c_Button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.c_Button1.ForeColor = System.Drawing.Color.White;
  51. this.c_Button1.Location = new System.Drawing.Point(379, 140);
  52. this.c_Button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  53. this.c_Button1.Name = "c_Button1";
  54. this.c_Button1.Size = new System.Drawing.Size(85, 30);
  55. this.c_Button1.TabIndex = 4;
  56. this.c_Button1.Text = "结算(&S)";
  57. this.c_Button1.UseVisualStyleBackColor = false;
  58. this.c_Button1.Click += new System.EventHandler(this.c_Button1_Click);
  59. //
  60. // dtpStartTime
  61. //
  62. this.dtpStartTime.CustomFormat = "yyyy-MM";
  63. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  64. this.dtpStartTime.Location = new System.Drawing.Point(82, 20);
  65. this.dtpStartTime.Name = "dtpStartTime";
  66. this.dtpStartTime.ShowUpDown = true;
  67. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  68. this.dtpStartTime.TabIndex = 30;
  69. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  70. this.dtpStartTime.ValueChanged += new System.EventHandler(this.dtpStartTime_ValueChanged);
  71. //
  72. // lblMemo
  73. //
  74. this.lblMemo.AutoSize = true;
  75. this.lblMemo.BackColor = System.Drawing.Color.Transparent;
  76. this.lblMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.lblMemo.ForeColor = System.Drawing.Color.Red;
  78. this.lblMemo.Location = new System.Drawing.Point(13, 118);
  79. this.lblMemo.Name = "lblMemo";
  80. this.lblMemo.Size = new System.Drawing.Size(359, 12);
  81. this.lblMemo.TabIndex = 38;
  82. this.lblMemo.Text = "结算的时间跟数据量、服务器性能、网络速度等有关、请耐心等待.";
  83. //
  84. // c_Label1
  85. //
  86. this.c_Label1.AutoSize = true;
  87. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  88. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  90. this.c_Label1.Location = new System.Drawing.Point(21, 24);
  91. this.c_Label1.Name = "c_Label1";
  92. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  93. this.c_Label1.TabIndex = 38;
  94. this.c_Label1.Text = "会计账期";
  95. //
  96. // groupBox1
  97. //
  98. this.groupBox1.Controls.Add(this.lblTo);
  99. this.groupBox1.Controls.Add(this.dtpEndTime);
  100. this.groupBox1.Controls.Add(this.lblDescription);
  101. this.groupBox1.Controls.Add(this.dateTimePicker1);
  102. this.groupBox1.Controls.Add(this.lblCreateTime);
  103. this.groupBox1.Controls.Add(this.c_Label1);
  104. this.groupBox1.Controls.Add(this.dtpStartTime);
  105. this.groupBox1.Location = new System.Drawing.Point(14, 8);
  106. this.groupBox1.Name = "groupBox1";
  107. this.groupBox1.Size = new System.Drawing.Size(570, 100);
  108. this.groupBox1.TabIndex = 39;
  109. this.groupBox1.TabStop = false;
  110. this.groupBox1.Text = "结算账期";
  111. //
  112. // lblTo
  113. //
  114. this.lblTo.AutoSize = true;
  115. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  116. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this.lblTo.Location = new System.Drawing.Point(227, 59);
  119. this.lblTo.Name = "lblTo";
  120. this.lblTo.Size = new System.Drawing.Size(17, 12);
  121. this.lblTo.TabIndex = 42;
  122. this.lblTo.Text = "至";
  123. //
  124. // dtpEndTime
  125. //
  126. this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
  127. this.dtpEndTime.Enabled = false;
  128. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  129. this.dtpEndTime.Location = new System.Drawing.Point(261, 55);
  130. this.dtpEndTime.Name = "dtpEndTime";
  131. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  132. this.dtpEndTime.TabIndex = 40;
  133. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  134. //
  135. // lblDescription
  136. //
  137. this.lblDescription.AutoSize = true;
  138. this.lblDescription.BackColor = System.Drawing.Color.Transparent;
  139. this.lblDescription.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.lblDescription.ForeColor = System.Drawing.Color.Red;
  141. this.lblDescription.Location = new System.Drawing.Point(227, 24);
  142. this.lblDescription.Name = "lblDescription";
  143. this.lblDescription.Size = new System.Drawing.Size(29, 12);
  144. this.lblDescription.TabIndex = 38;
  145. this.lblDescription.Text = "说明";
  146. //
  147. // dateTimePicker1
  148. //
  149. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
  150. this.dateTimePicker1.Enabled = false;
  151. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  152. this.dateTimePicker1.Location = new System.Drawing.Point(82, 55);
  153. this.dateTimePicker1.Name = "dateTimePicker1";
  154. this.dateTimePicker1.Size = new System.Drawing.Size(134, 21);
  155. this.dateTimePicker1.TabIndex = 39;
  156. this.dateTimePicker1.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  157. //
  158. // lblCreateTime
  159. //
  160. this.lblCreateTime.AutoSize = true;
  161. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  162. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  164. this.lblCreateTime.Location = new System.Drawing.Point(21, 59);
  165. this.lblCreateTime.Name = "lblCreateTime";
  166. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  167. this.lblCreateTime.TabIndex = 41;
  168. this.lblCreateTime.Text = "账务日期";
  169. //
  170. // btnCancel
  171. //
  172. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  173. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  174. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  175. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.btnCancel.ForeColor = System.Drawing.Color.White;
  177. this.btnCancel.Location = new System.Drawing.Point(479, 140);
  178. this.btnCancel.Name = "btnCancel";
  179. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  180. this.btnCancel.TabIndex = 40;
  181. this.btnCancel.Text = "关闭(&C)";
  182. this.btnCancel.UseVisualStyleBackColor = false;
  183. //
  184. // F_PAM_0602
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.CancelButton = this.btnCancel;
  189. this.ClientSize = new System.Drawing.Size(596, 208);
  190. this.Controls.Add(this.btnCancel);
  191. this.Controls.Add(this.groupBox1);
  192. this.Controls.Add(this.lblMemo);
  193. this.Controls.Add(this.c_Button1);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  195. this.IsSaveFormSize = false;
  196. this.MaximizeBox = false;
  197. this.MinimizeBox = false;
  198. this.Name = "F_PAM_0602";
  199. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  200. this.StatusSizingGrip = false;
  201. this.Text = "";
  202. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
  203. this.Load += new System.EventHandler(this.F_PAM_0201_Load);
  204. this.Controls.SetChildIndex(this.c_Button1, 0);
  205. this.Controls.SetChildIndex(this.lblMemo, 0);
  206. this.Controls.SetChildIndex(this.groupBox1, 0);
  207. this.Controls.SetChildIndex(this.btnCancel, 0);
  208. this.groupBox1.ResumeLayout(false);
  209. this.groupBox1.PerformLayout();
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. private Basics.BaseControls.C_Button c_Button1;
  215. private System.Windows.Forms.DateTimePicker dtpStartTime;
  216. private Basics.BaseControls.C_Label lblMemo;
  217. private Basics.BaseControls.C_Label c_Label1;
  218. private System.Windows.Forms.GroupBox groupBox1;
  219. private Basics.BaseControls.C_Label lblTo;
  220. private System.Windows.Forms.DateTimePicker dtpEndTime;
  221. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  222. private Basics.BaseControls.C_Label lblCreateTime;
  223. private Basics.BaseControls.C_Button btnCancel;
  224. private Basics.BaseControls.C_Label lblDescription;
  225. }
  226. }