frmPop_selectDate.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPop_selectDate
  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. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  38. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPop_selectDate));
  40. this.btn_sure = new System.Windows.Forms.Button();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.LimitCount = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.txt_computer_type = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.Qmouth = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  47. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.panel2 = new System.Windows.Forms.Panel();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.LimitCount)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txt_computer_type)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.Qmouth)).BeginInit();
  54. this.panel2.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // btn_sure
  58. //
  59. this.btn_sure.Dock = System.Windows.Forms.DockStyle.Right;
  60. this.btn_sure.Location = new System.Drawing.Point(218, 0);
  61. this.btn_sure.Name = "btn_sure";
  62. this.btn_sure.Size = new System.Drawing.Size(75, 26);
  63. this.btn_sure.TabIndex = 0;
  64. this.btn_sure.Text = "确认";
  65. this.btn_sure.UseVisualStyleBackColor = true;
  66. this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
  67. //
  68. // panel1
  69. //
  70. this.panel1.Controls.Add(this.LimitCount);
  71. this.panel1.Controls.Add(this.label3);
  72. this.panel1.Controls.Add(this.txt_computer_type);
  73. this.panel1.Controls.Add(this.label1);
  74. this.panel1.Controls.Add(this.Qmouth);
  75. this.panel1.Controls.Add(this.ultraLabel1);
  76. this.panel1.Controls.Add(this.label2);
  77. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panel1.Location = new System.Drawing.Point(0, 0);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(293, 172);
  81. this.panel1.TabIndex = 2;
  82. //
  83. // LimitCount
  84. //
  85. this.LimitCount.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  86. valueListItem1.DataValue = "0";
  87. valueListItem1.DisplayText = "不限额";
  88. valueListItem2.DataValue = "1";
  89. valueListItem2.DisplayText = "1";
  90. valueListItem3.DataValue = "2";
  91. valueListItem3.DisplayText = "2";
  92. valueListItem4.DataValue = "3";
  93. valueListItem4.DisplayText = "3";
  94. valueListItem5.DataValue = "4";
  95. valueListItem5.DisplayText = "4";
  96. valueListItem8.DataValue = "5";
  97. valueListItem8.DisplayText = "5";
  98. valueListItem9.DataValue = "6";
  99. valueListItem9.DisplayText = "6";
  100. this.LimitCount.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  101. valueListItem1,
  102. valueListItem2,
  103. valueListItem3,
  104. valueListItem4,
  105. valueListItem5,
  106. valueListItem8,
  107. valueListItem9});
  108. this.LimitCount.Location = new System.Drawing.Point(71, 55);
  109. this.LimitCount.Name = "LimitCount";
  110. this.LimitCount.Size = new System.Drawing.Size(166, 21);
  111. this.LimitCount.TabIndex = 13;
  112. //
  113. // label3
  114. //
  115. this.label3.AutoSize = true;
  116. this.label3.Location = new System.Drawing.Point(14, 58);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(53, 12);
  119. this.label3.TabIndex = 12;
  120. this.label3.Text = "限额倍数";
  121. //
  122. // txt_computer_type
  123. //
  124. this.txt_computer_type.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  125. valueListItem6.DataValue = "1";
  126. valueListItem6.DisplayText = "正常计算";
  127. valueListItem7.DataValue = "2";
  128. valueListItem7.DisplayText = "特殊计算";
  129. this.txt_computer_type.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  130. valueListItem6,
  131. valueListItem7});
  132. this.txt_computer_type.Location = new System.Drawing.Point(71, 28);
  133. this.txt_computer_type.Name = "txt_computer_type";
  134. this.txt_computer_type.Size = new System.Drawing.Size(166, 21);
  135. this.txt_computer_type.TabIndex = 11;
  136. //
  137. // label1
  138. //
  139. this.label1.AutoSize = true;
  140. this.label1.Location = new System.Drawing.Point(14, 32);
  141. this.label1.Name = "label1";
  142. this.label1.Size = new System.Drawing.Size(53, 12);
  143. this.label1.TabIndex = 10;
  144. this.label1.Text = "计算模式";
  145. //
  146. // Qmouth
  147. //
  148. this.Qmouth.DateButtons.Add(dateButton1);
  149. this.Qmouth.Format = "yyyy/MM/dd";
  150. this.Qmouth.Location = new System.Drawing.Point(71, 4);
  151. this.Qmouth.Name = "Qmouth";
  152. this.Qmouth.NonAutoSizeHeight = 21;
  153. this.Qmouth.Size = new System.Drawing.Size(166, 21);
  154. this.Qmouth.TabIndex = 9;
  155. //
  156. // ultraLabel1
  157. //
  158. appearance1.ForeColor = System.Drawing.Color.Red;
  159. this.ultraLabel1.Appearance = appearance1;
  160. this.ultraLabel1.Location = new System.Drawing.Point(16, 81);
  161. this.ultraLabel1.Name = "ultraLabel1";
  162. this.ultraLabel1.Size = new System.Drawing.Size(221, 82);
  163. this.ultraLabel1.TabIndex = 8;
  164. this.ultraLabel1.Text = "说明: 充值月份:将计算该月所有有交易记录卡的充值金额(已生成该月充值金额将自动覆盖); " +
  165. " 计算模式:正常计算,按照计算规则计算;特殊计算,该月充值金额等于当月充值标准";
  166. //
  167. // label2
  168. //
  169. this.label2.AutoSize = true;
  170. this.label2.Location = new System.Drawing.Point(14, 9);
  171. this.label2.Name = "label2";
  172. this.label2.Size = new System.Drawing.Size(53, 12);
  173. this.label2.TabIndex = 6;
  174. this.label2.Text = "充值月份";
  175. //
  176. // panel2
  177. //
  178. this.panel2.Controls.Add(this.btn_sure);
  179. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  180. this.panel2.Location = new System.Drawing.Point(0, 172);
  181. this.panel2.Name = "panel2";
  182. this.panel2.Size = new System.Drawing.Size(293, 26);
  183. this.panel2.TabIndex = 3;
  184. //
  185. // frmPop_selectDate
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(293, 198);
  190. this.Controls.Add(this.panel1);
  191. this.Controls.Add(this.panel2);
  192. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  193. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  194. this.MaximizeBox = false;
  195. this.MinimizeBox = false;
  196. this.Name = "frmPop_selectDate";
  197. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  198. this.Text = "选择日期";
  199. this.Load += new System.EventHandler(this.frmPop_selectDate_Load);
  200. this.panel1.ResumeLayout(false);
  201. this.panel1.PerformLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.LimitCount)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.txt_computer_type)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.Qmouth)).EndInit();
  205. this.panel2.ResumeLayout(false);
  206. this.ResumeLayout(false);
  207. }
  208. #endregion
  209. private System.Windows.Forms.Button btn_sure;
  210. private System.Windows.Forms.Panel panel1;
  211. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  212. private System.Windows.Forms.Label label2;
  213. private System.Windows.Forms.Panel panel2;
  214. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo Qmouth;
  215. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_computer_type;
  216. private System.Windows.Forms.Label label1;
  217. private Infragistics.Win.UltraWinEditors.UltraComboEditor LimitCount;
  218. private System.Windows.Forms.Label label3;
  219. }
  220. }