namespace Pur.Pop_upWindow
{
partial class frmPop_selectYear
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPop_selectYear));
this.panel1 = new System.Windows.Forms.Panel();
this.Qyear = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.btn_sure = new System.Windows.Forms.Button();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Qyear)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.ultraLabel1);
this.panel1.Controls.Add(this.Qyear);
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(246, 80);
this.panel1.TabIndex = 0;
//
// Qyear
//
this.Qyear.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.Qyear.Location = new System.Drawing.Point(47, 5);
this.Qyear.Name = "Qyear";
this.Qyear.Size = new System.Drawing.Size(112, 21);
this.Qyear.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 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, 80);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(246, 26);
this.panel2.TabIndex = 1;
//
// btn_sure
//
this.btn_sure.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_sure.Location = new System.Drawing.Point(171, 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);
//
// ultraLabel1
//
appearance1.ForeColor = System.Drawing.Color.Red;
this.ultraLabel1.Appearance = appearance1;
this.ultraLabel1.Location = new System.Drawing.Point(14, 31);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(221, 43);
this.ultraLabel1.TabIndex = 8;
this.ultraLabel1.Text = "说明:选择哪年,将计算该年卡余额作为下一年年初余额,并生成下一年新账期(已生成新账期将自动覆盖)";
//
// frmPop_selectYear
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(246, 106);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmPop_selectYear";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "选择结转年";
this.Load += new System.EventHandler(this.frmPop_selectYear_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.Qyear)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private Infragistics.Win.UltraWinEditors.UltraComboEditor Qyear;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_sure;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
}
}