frmPop_selectYear.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPop_selectYear
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPop_selectYear));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.Qyear = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.btn_sure = new System.Windows.Forms.Button();
  35. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).BeginInit();
  38. this.panel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.Controls.Add(this.ultraLabel1);
  44. this.panel1.Controls.Add(this.Qyear);
  45. this.panel1.Controls.Add(this.label2);
  46. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.panel1.Location = new System.Drawing.Point(0, 0);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(246, 80);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // Qyear
  53. //
  54. this.Qyear.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  55. this.Qyear.Location = new System.Drawing.Point(47, 5);
  56. this.Qyear.Name = "Qyear";
  57. this.Qyear.Size = new System.Drawing.Size(112, 21);
  58. this.Qyear.TabIndex = 7;
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Location = new System.Drawing.Point(12, 9);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(29, 12);
  66. this.label2.TabIndex = 6;
  67. this.label2.Text = "年份";
  68. //
  69. // panel2
  70. //
  71. this.panel2.Controls.Add(this.btn_sure);
  72. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.panel2.Location = new System.Drawing.Point(0, 80);
  74. this.panel2.Name = "panel2";
  75. this.panel2.Size = new System.Drawing.Size(246, 26);
  76. this.panel2.TabIndex = 1;
  77. //
  78. // btn_sure
  79. //
  80. this.btn_sure.Dock = System.Windows.Forms.DockStyle.Right;
  81. this.btn_sure.Location = new System.Drawing.Point(171, 0);
  82. this.btn_sure.Name = "btn_sure";
  83. this.btn_sure.Size = new System.Drawing.Size(75, 26);
  84. this.btn_sure.TabIndex = 0;
  85. this.btn_sure.Text = "确认";
  86. this.btn_sure.UseVisualStyleBackColor = true;
  87. this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
  88. //
  89. // ultraLabel1
  90. //
  91. appearance1.ForeColor = System.Drawing.Color.Red;
  92. this.ultraLabel1.Appearance = appearance1;
  93. this.ultraLabel1.Location = new System.Drawing.Point(14, 31);
  94. this.ultraLabel1.Name = "ultraLabel1";
  95. this.ultraLabel1.Size = new System.Drawing.Size(221, 43);
  96. this.ultraLabel1.TabIndex = 8;
  97. this.ultraLabel1.Text = "说明:选择哪年,将计算该年卡余额作为下一年年初余额,并生成下一年新账期(已生成新账期将自动覆盖)";
  98. //
  99. // frmPop_selectYear
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(246, 106);
  104. this.Controls.Add(this.panel1);
  105. this.Controls.Add(this.panel2);
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.MaximizeBox = false;
  108. this.MinimizeBox = false;
  109. this.Name = "frmPop_selectYear";
  110. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  111. this.Text = "选择结转年";
  112. this.Load += new System.EventHandler(this.frmPop_selectYear_Load);
  113. this.panel1.ResumeLayout(false);
  114. this.panel1.PerformLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).EndInit();
  116. this.panel2.ResumeLayout(false);
  117. this.ResumeLayout(false);
  118. }
  119. #endregion
  120. private System.Windows.Forms.Panel panel1;
  121. private System.Windows.Forms.Panel panel2;
  122. private Infragistics.Win.UltraWinEditors.UltraComboEditor Qyear;
  123. private System.Windows.Forms.Label label2;
  124. private System.Windows.Forms.Button btn_sure;
  125. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  126. }
  127. }