ChineseCalendarForm.Designer.cs 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace Y.Test.Views
  2. {
  3. partial class ChineseCalendarForm
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // LBHeadTitle
  33. //
  34. this.LBHeadTitle.Size = new System.Drawing.Size(352, 52);
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(301, 110);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(41, 12);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "label1";
  44. //
  45. // label2
  46. //
  47. this.label2.BackColor = System.Drawing.SystemColors.ControlDark;
  48. this.label2.Location = new System.Drawing.Point(8, 55);
  49. this.label2.Name = "label2";
  50. this.label2.Size = new System.Drawing.Size(287, 67);
  51. this.label2.TabIndex = 13;
  52. this.label2.Text = "label2";
  53. //
  54. // ChineseCalendarForm
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  59. this.ClientSize = new System.Drawing.Size(521, 406);
  60. this.Controls.Add(this.label2);
  61. this.Controls.Add(this.label1);
  62. this.Name = "ChineseCalendarForm";
  63. this.Text = "ChineseCalendarForm";
  64. this.Load += new System.EventHandler(this.ChineseCalendarForm_Load);
  65. this.Controls.SetChildIndex(this.label1, 0);
  66. this.Controls.SetChildIndex(this.label2, 0);
  67. this.ResumeLayout(false);
  68. this.PerformLayout();
  69. }
  70. #endregion
  71. private System.Windows.Forms.Label label1;
  72. private System.Windows.Forms.Label label2;
  73. }
  74. }