namespace OnDoc.Diverses { partial class frmCalendar { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCalendar)); this.sfCalendar1 = new Syncfusion.WinForms.Input.SfCalendar(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // sfCalendar1 // this.sfCalendar1.Location = new System.Drawing.Point(1, 2); this.sfCalendar1.MinimumSize = new System.Drawing.Size(196, 196); this.sfCalendar1.Name = "sfCalendar1"; this.sfCalendar1.Size = new System.Drawing.Size(196, 196); this.sfCalendar1.TabIndex = 0; this.sfCalendar1.Text = "sfCalendar1"; this.sfCalendar1.DoubleClick += new System.EventHandler(this.sfCalendar1_DoubleClick); // // btnOK // this.btnOK.Location = new System.Drawing.Point(60, 219); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // frmCalendar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(200, 254); this.Controls.Add(this.btnOK); this.Controls.Add(this.sfCalendar1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmCalendar"; this.Text = "Kalender"; this.Load += new System.EventHandler(this.frmCalendar_Load); this.ResumeLayout(false); } #endregion public Syncfusion.WinForms.Input.SfCalendar sfCalendar1; private System.Windows.Forms.Button btnOK; } }