2023-11-07 08:36:50 +00:00
|
|
|
|
namespace Itrycn_Project2
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2025-01-06 03:13:21 +00:00
|
|
|
|
this.chinaCalendar1 = new ryControls.FhChinaCalendar();
|
2023-11-07 08:36:50 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// chinaCalendar1
|
|
|
|
|
//
|
|
|
|
|
this.chinaCalendar1.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.chinaCalendar1.DateTime = new System.DateTime(2022, 6, 8, 16, 4, 14, 729);
|
2025-01-06 03:13:21 +00:00
|
|
|
|
this.chinaCalendar1.Location = new System.Drawing.Point(-1, -2);
|
2023-11-07 08:36:50 +00:00
|
|
|
|
this.chinaCalendar1.Name = "chinaCalendar1";
|
2025-01-06 03:13:21 +00:00
|
|
|
|
this.chinaCalendar1.Size = new System.Drawing.Size(801, 451);
|
2023-11-07 08:36:50 +00:00
|
|
|
|
this.chinaCalendar1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Controls.Add(this.chinaCalendar1);
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "Form1";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2025-01-06 03:13:21 +00:00
|
|
|
|
private ryControls.FhChinaCalendar chinaCalendar1;
|
2023-11-07 08:36:50 +00:00
|
|
|
|
}
|
|
|
|
|
}
|