namespace AppointmentsUi.Views { partial class SalutationsList { /// /// 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() { this.buttonAddNewSalutation = new System.Windows.Forms.Button(); this.labelSalutationsHeader = new System.Windows.Forms.Label(); this.tableLayoutPanelSalutations = new System.Windows.Forms.TableLayoutPanel(); this.SuspendLayout(); // // buttonAddNewSalutation // this.buttonAddNewSalutation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddNewSalutation.Location = new System.Drawing.Point(725, -1); this.buttonAddNewSalutation.Name = "buttonAddNewSalutation"; this.buttonAddNewSalutation.Size = new System.Drawing.Size(75, 23); this.buttonAddNewSalutation.TabIndex = 5; this.buttonAddNewSalutation.Text = "Add new"; this.buttonAddNewSalutation.UseVisualStyleBackColor = true; this.buttonAddNewSalutation.Click += new System.EventHandler(this.buttonAddNewSalutation_Click); // // labelSalutationsHeader // this.labelSalutationsHeader.AutoSize = true; this.labelSalutationsHeader.Location = new System.Drawing.Point(-1, 3); this.labelSalutationsHeader.Name = "labelSalutationsHeader"; this.labelSalutationsHeader.Size = new System.Drawing.Size(65, 15); this.labelSalutationsHeader.TabIndex = 4; this.labelSalutationsHeader.Text = "Salutations"; // // tableLayoutPanelSalutations // this.tableLayoutPanelSalutations.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelSalutations.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanelSalutations.ColumnCount = 4; this.tableLayoutPanelSalutations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSalutations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSalutations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSalutations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSalutations.Location = new System.Drawing.Point(-1, 28); this.tableLayoutPanelSalutations.Name = "tableLayoutPanelSalutations"; this.tableLayoutPanelSalutations.RowCount = 1; this.tableLayoutPanelSalutations.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelSalutations.Size = new System.Drawing.Size(802, 423); this.tableLayoutPanelSalutations.TabIndex = 3; // // SalutationsList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.buttonAddNewSalutation); this.Controls.Add(this.labelSalutationsHeader); this.Controls.Add(this.tableLayoutPanelSalutations); this.Name = "SalutationsList"; this.Text = "SalutationsList"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonAddNewSalutation; private System.Windows.Forms.Label labelSalutationsHeader; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSalutations; } }