using System.ComponentModel; namespace C969Project; partial class DashboardForm { /// /// Required designer variable. /// private 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() { customersButton = new System.Windows.Forms.Button(); appointmentsButton = new System.Windows.Forms.Button(); calendarButton = new System.Windows.Forms.Button(); button4 = new System.Windows.Forms.Button(); label1 = new System.Windows.Forms.Label(); SuspendLayout(); // // customersButton // customersButton.Location = new System.Drawing.Point(258, 151); customersButton.Name = "customersButton"; customersButton.Size = new System.Drawing.Size(100, 100); customersButton.TabIndex = 0; customersButton.Text = "Customers"; customersButton.UseVisualStyleBackColor = true; // // appointmentsButton // appointmentsButton.Location = new System.Drawing.Point(406, 151); appointmentsButton.Name = "appointmentsButton"; appointmentsButton.Size = new System.Drawing.Size(100, 100); appointmentsButton.TabIndex = 1; appointmentsButton.Text = "Appointments"; appointmentsButton.UseVisualStyleBackColor = true; // // calendarButton // calendarButton.Location = new System.Drawing.Point(258, 269); calendarButton.Name = "calendarButton"; calendarButton.Size = new System.Drawing.Size(100, 100); calendarButton.TabIndex = 2; calendarButton.Text = "Calendar"; calendarButton.UseVisualStyleBackColor = true; // // button4 // button4.Location = new System.Drawing.Point(406, 269); button4.Name = "button4"; button4.Size = new System.Drawing.Size(100, 100); button4.TabIndex = 3; button4.Text = "button4"; button4.UseVisualStyleBackColor = true; // // label1 // label1.Font = new System.Drawing.Font("Segoe UI", 15F); label1.Location = new System.Drawing.Point(330, 65); label1.Name = "label1"; label1.Size = new System.Drawing.Size(113, 40); label1.TabIndex = 4; label1.Text = "Dashboard"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // DashboardForm // AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(800, 450); Controls.Add(label1); Controls.Add(customersButton); Controls.Add(appointmentsButton); Controls.Add(calendarButton); Controls.Add(button4); Text = "DashboardForm"; ResumeLayout(false); } private System.Windows.Forms.Label label1; private System.Windows.Forms.Button customersButton; private System.Windows.Forms.Button appointmentsButton; private System.Windows.Forms.Button calendarButton; private System.Windows.Forms.Button button4; #endregion }