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(); label1 = new System.Windows.Forms.Label(); ReportsButton = new System.Windows.Forms.Button(); SuspendLayout(); // // CustomersButton // CustomersButton.Location = new System.Drawing.Point(339, 185); 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(445, 185); AppointmentsButton.Name = "AppointmentsButton"; AppointmentsButton.Size = new System.Drawing.Size(100, 100); AppointmentsButton.TabIndex = 1; AppointmentsButton.Text = "Appointments"; AppointmentsButton.UseVisualStyleBackColor = true; // // label1 // label1.Font = new System.Drawing.Font("Segoe UI", 15F); label1.Location = new System.Drawing.Point(332, 116); label1.Name = "label1"; label1.Size = new System.Drawing.Size(113, 40); label1.TabIndex = 4; label1.Text = "Dashboard"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ReportsButton // ReportsButton.Location = new System.Drawing.Point(233, 185); ReportsButton.Name = "ReportsButton"; ReportsButton.Size = new System.Drawing.Size(100, 100); ReportsButton.TabIndex = 2; ReportsButton.Text = "Reports"; ReportsButton.UseVisualStyleBackColor = true; // // 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(ReportsButton); 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 ReportsButton; #endregion }