F_PAM_0605.Designer.cs 11 KB

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