| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPop_selectDate
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPop_selectDate));
- this.btn_sure = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.LimitCount = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.txt_computer_type = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.Qmouth = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.label2 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LimitCount)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_computer_type)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Qmouth)).BeginInit();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // btn_sure
- //
- this.btn_sure.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_sure.Location = new System.Drawing.Point(218, 0);
- this.btn_sure.Name = "btn_sure";
- this.btn_sure.Size = new System.Drawing.Size(75, 26);
- this.btn_sure.TabIndex = 0;
- this.btn_sure.Text = "确认";
- this.btn_sure.UseVisualStyleBackColor = true;
- this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.LimitCount);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.txt_computer_type);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.Qmouth);
- this.panel1.Controls.Add(this.ultraLabel1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(293, 172);
- this.panel1.TabIndex = 2;
- //
- // LimitCount
- //
- this.LimitCount.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "0";
- valueListItem1.DisplayText = "不限额";
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "1";
- valueListItem3.DataValue = "2";
- valueListItem3.DisplayText = "2";
- valueListItem4.DataValue = "3";
- valueListItem4.DisplayText = "3";
- valueListItem5.DataValue = "4";
- valueListItem5.DisplayText = "4";
- valueListItem8.DataValue = "5";
- valueListItem8.DisplayText = "5";
- valueListItem9.DataValue = "6";
- valueListItem9.DisplayText = "6";
- this.LimitCount.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2,
- valueListItem3,
- valueListItem4,
- valueListItem5,
- valueListItem8,
- valueListItem9});
- this.LimitCount.Location = new System.Drawing.Point(71, 55);
- this.LimitCount.Name = "LimitCount";
- this.LimitCount.Size = new System.Drawing.Size(166, 21);
- this.LimitCount.TabIndex = 13;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(14, 58);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 12;
- this.label3.Text = "限额倍数";
- //
- // txt_computer_type
- //
- this.txt_computer_type.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem6.DataValue = "1";
- valueListItem6.DisplayText = "正常计算";
- valueListItem7.DataValue = "2";
- valueListItem7.DisplayText = "特殊计算";
- this.txt_computer_type.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem6,
- valueListItem7});
- this.txt_computer_type.Location = new System.Drawing.Point(71, 28);
- this.txt_computer_type.Name = "txt_computer_type";
- this.txt_computer_type.Size = new System.Drawing.Size(166, 21);
- this.txt_computer_type.TabIndex = 11;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(14, 32);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 10;
- this.label1.Text = "计算模式";
- //
- // Qmouth
- //
- this.Qmouth.DateButtons.Add(dateButton1);
- this.Qmouth.Format = "yyyy/MM/dd";
- this.Qmouth.Location = new System.Drawing.Point(71, 4);
- this.Qmouth.Name = "Qmouth";
- this.Qmouth.NonAutoSizeHeight = 21;
- this.Qmouth.Size = new System.Drawing.Size(166, 21);
- this.Qmouth.TabIndex = 9;
- //
- // ultraLabel1
- //
- appearance1.ForeColor = System.Drawing.Color.Red;
- this.ultraLabel1.Appearance = appearance1;
- this.ultraLabel1.Location = new System.Drawing.Point(16, 81);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(221, 82);
- this.ultraLabel1.TabIndex = 8;
- this.ultraLabel1.Text = "说明: 充值月份:将计算该月所有有交易记录卡的充值金额(已生成该月充值金额将自动覆盖); " +
- " 计算模式:正常计算,按照计算规则计算;特殊计算,该月充值金额等于当月充值标准";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(14, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 6;
- this.label2.Text = "充值月份";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btn_sure);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 172);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(293, 26);
- this.panel2.TabIndex = 3;
- //
- // frmPop_selectDate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(293, 198);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel2);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPop_selectDate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "选择日期";
- this.Load += new System.EventHandler(this.frmPop_selectDate_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LimitCount)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_computer_type)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Qmouth)).EndInit();
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btn_sure;
- private System.Windows.Forms.Panel panel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo Qmouth;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_computer_type;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor LimitCount;
- private System.Windows.Forms.Label label3;
- }
- }
|