You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
4.5 KiB
95 lines
4.5 KiB
namespace AppointmentsUi.Views
|
|
{
|
|
partial class PostalsList
|
|
{
|
|
/// <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()
|
|
{
|
|
this.buttonAddNewPostals = new System.Windows.Forms.Button();
|
|
this.labelPostalsHeader = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanelPostals = new System.Windows.Forms.TableLayoutPanel();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonAddNewPostals
|
|
//
|
|
this.buttonAddNewPostals.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAddNewPostals.Location = new System.Drawing.Point(725, -1);
|
|
this.buttonAddNewPostals.Name = "buttonAddNewPostals";
|
|
this.buttonAddNewPostals.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonAddNewPostals.TabIndex = 8;
|
|
this.buttonAddNewPostals.Text = "Add new";
|
|
this.buttonAddNewPostals.UseVisualStyleBackColor = true;
|
|
this.buttonAddNewPostals.Click += new System.EventHandler(this.buttonAddNewPostals_Click);
|
|
//
|
|
// labelPostalsHeader
|
|
//
|
|
this.labelPostalsHeader.AutoSize = true;
|
|
this.labelPostalsHeader.Location = new System.Drawing.Point(-1, 3);
|
|
this.labelPostalsHeader.Name = "labelPostalsHeader";
|
|
this.labelPostalsHeader.Size = new System.Drawing.Size(44, 15);
|
|
this.labelPostalsHeader.TabIndex = 7;
|
|
this.labelPostalsHeader.Text = "Postals";
|
|
//
|
|
// tableLayoutPanelPostals
|
|
//
|
|
this.tableLayoutPanelPostals.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.tableLayoutPanelPostals.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tableLayoutPanelPostals.ColumnCount = 4;
|
|
this.tableLayoutPanelPostals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelPostals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelPostals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelPostals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelPostals.Location = new System.Drawing.Point(-1, 28);
|
|
this.tableLayoutPanelPostals.Name = "tableLayoutPanelPostals";
|
|
this.tableLayoutPanelPostals.RowCount = 1;
|
|
this.tableLayoutPanelPostals.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelPostals.Size = new System.Drawing.Size(802, 423);
|
|
this.tableLayoutPanelPostals.TabIndex = 6;
|
|
//
|
|
// PostalsList
|
|
//
|
|
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.buttonAddNewPostals);
|
|
this.Controls.Add(this.labelPostalsHeader);
|
|
this.Controls.Add(this.tableLayoutPanelPostals);
|
|
this.Name = "PostalsList";
|
|
this.Text = "PostalsList";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonAddNewPostals;
|
|
private System.Windows.Forms.Label labelPostalsHeader;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPostals;
|
|
}
|
|
} |