namespace AppointmentsUi.Views { partial class ContactView { /// /// 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.buttonApplyCreate = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.labelFirstName = new System.Windows.Forms.Label(); this.textBoxFirstName = new System.Windows.Forms.TextBox(); this.textBoxLastName = new System.Windows.Forms.TextBox(); this.labelLastName = new System.Windows.Forms.Label(); this.textBoxStreet = new System.Windows.Forms.TextBox(); this.labelStreet = new System.Windows.Forms.Label(); this.textBoxDepartment = new System.Windows.Forms.TextBox(); this.labelDepartment = new System.Windows.Forms.Label(); this.textBoxMobil = new System.Windows.Forms.TextBox(); this.labelMobil = new System.Windows.Forms.Label(); this.textBoxPhone = new System.Windows.Forms.TextBox(); this.labelPhone = new System.Windows.Forms.Label(); this.labelSalutation = new System.Windows.Forms.Label(); this.comboBoxSalutation = new System.Windows.Forms.ComboBox(); this.comboBoxPostal = new System.Windows.Forms.ComboBox(); this.labelPostal = new System.Windows.Forms.Label(); this.comboBoxPhoneType = new System.Windows.Forms.ComboBox(); this.labelPhoneType = new System.Windows.Forms.Label(); this.comboBoxCompany = new System.Windows.Forms.ComboBox(); this.labelCompany = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonApplyCreate // this.buttonApplyCreate.Location = new System.Drawing.Point(12, 314); this.buttonApplyCreate.Name = "buttonApplyCreate"; this.buttonApplyCreate.Size = new System.Drawing.Size(164, 23); this.buttonApplyCreate.TabIndex = 0; this.buttonApplyCreate.Text = "Apply"; this.buttonApplyCreate.UseVisualStyleBackColor = true; // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(190, 314); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(164, 23); this.buttonDelete.TabIndex = 1; this.buttonDelete.Text = "Delete"; this.buttonDelete.UseVisualStyleBackColor = true; // // labelFirstName // this.labelFirstName.AutoSize = true; this.labelFirstName.Location = new System.Drawing.Point(12, 44); this.labelFirstName.Name = "labelFirstName"; this.labelFirstName.Size = new System.Drawing.Size(62, 15); this.labelFirstName.TabIndex = 2; this.labelFirstName.Text = "First name"; // // textBoxFirstName // this.textBoxFirstName.Location = new System.Drawing.Point(142, 41); this.textBoxFirstName.Name = "textBoxFirstName"; this.textBoxFirstName.Size = new System.Drawing.Size(212, 23); this.textBoxFirstName.TabIndex = 3; // // textBoxLastName // this.textBoxLastName.Location = new System.Drawing.Point(142, 70); this.textBoxLastName.Name = "textBoxLastName"; this.textBoxLastName.Size = new System.Drawing.Size(212, 23); this.textBoxLastName.TabIndex = 5; // // labelLastName // this.labelLastName.AutoSize = true; this.labelLastName.Location = new System.Drawing.Point(12, 73); this.labelLastName.Name = "labelLastName"; this.labelLastName.Size = new System.Drawing.Size(61, 15); this.labelLastName.TabIndex = 4; this.labelLastName.Text = "Last name"; // // textBoxStreet // this.textBoxStreet.Location = new System.Drawing.Point(142, 99); this.textBoxStreet.Name = "textBoxStreet"; this.textBoxStreet.Size = new System.Drawing.Size(212, 23); this.textBoxStreet.TabIndex = 7; // // labelStreet // this.labelStreet.AutoSize = true; this.labelStreet.Location = new System.Drawing.Point(12, 102); this.labelStreet.Name = "labelStreet"; this.labelStreet.Size = new System.Drawing.Size(37, 15); this.labelStreet.TabIndex = 6; this.labelStreet.Text = "Street"; // // textBoxDepartment // this.textBoxDepartment.Location = new System.Drawing.Point(142, 244); this.textBoxDepartment.Name = "textBoxDepartment"; this.textBoxDepartment.Size = new System.Drawing.Size(212, 23); this.textBoxDepartment.TabIndex = 13; // // labelDepartment // this.labelDepartment.AutoSize = true; this.labelDepartment.Location = new System.Drawing.Point(12, 247); this.labelDepartment.Name = "labelDepartment"; this.labelDepartment.Size = new System.Drawing.Size(70, 15); this.labelDepartment.TabIndex = 12; this.labelDepartment.Text = "Department"; // // textBoxMobil // this.textBoxMobil.Location = new System.Drawing.Point(142, 215); this.textBoxMobil.Name = "textBoxMobil"; this.textBoxMobil.Size = new System.Drawing.Size(212, 23); this.textBoxMobil.TabIndex = 11; // // labelMobil // this.labelMobil.AutoSize = true; this.labelMobil.Location = new System.Drawing.Point(12, 218); this.labelMobil.Name = "labelMobil"; this.labelMobil.Size = new System.Drawing.Size(38, 15); this.labelMobil.TabIndex = 10; this.labelMobil.Text = "Mobil"; // // textBoxPhone // this.textBoxPhone.Location = new System.Drawing.Point(142, 157); this.textBoxPhone.Name = "textBoxPhone"; this.textBoxPhone.Size = new System.Drawing.Size(212, 23); this.textBoxPhone.TabIndex = 9; // // labelPhone // this.labelPhone.AutoSize = true; this.labelPhone.Location = new System.Drawing.Point(12, 160); this.labelPhone.Name = "labelPhone"; this.labelPhone.Size = new System.Drawing.Size(41, 15); this.labelPhone.TabIndex = 8; this.labelPhone.Text = "Phone"; // // labelSalutation // this.labelSalutation.AutoSize = true; this.labelSalutation.Location = new System.Drawing.Point(12, 15); this.labelSalutation.Name = "labelSalutation"; this.labelSalutation.Size = new System.Drawing.Size(60, 15); this.labelSalutation.TabIndex = 14; this.labelSalutation.Text = "Salutation"; // // comboBoxSalutation // this.comboBoxSalutation.FormattingEnabled = true; this.comboBoxSalutation.Location = new System.Drawing.Point(142, 12); this.comboBoxSalutation.Name = "comboBoxSalutation"; this.comboBoxSalutation.Size = new System.Drawing.Size(212, 23); this.comboBoxSalutation.TabIndex = 15; // // comboBoxPostal // this.comboBoxPostal.FormattingEnabled = true; this.comboBoxPostal.Location = new System.Drawing.Point(142, 128); this.comboBoxPostal.Name = "comboBoxPostal"; this.comboBoxPostal.Size = new System.Drawing.Size(212, 23); this.comboBoxPostal.TabIndex = 17; // // labelPostal // this.labelPostal.AutoSize = true; this.labelPostal.Location = new System.Drawing.Point(12, 131); this.labelPostal.Name = "labelPostal"; this.labelPostal.Size = new System.Drawing.Size(39, 15); this.labelPostal.TabIndex = 16; this.labelPostal.Text = "Postal"; // // comboBoxPhoneType // this.comboBoxPhoneType.FormattingEnabled = true; this.comboBoxPhoneType.Location = new System.Drawing.Point(142, 186); this.comboBoxPhoneType.Name = "comboBoxPhoneType"; this.comboBoxPhoneType.Size = new System.Drawing.Size(212, 23); this.comboBoxPhoneType.TabIndex = 19; // // labelPhoneType // this.labelPhoneType.AutoSize = true; this.labelPhoneType.Location = new System.Drawing.Point(12, 189); this.labelPhoneType.Name = "labelPhoneType"; this.labelPhoneType.Size = new System.Drawing.Size(65, 15); this.labelPhoneType.TabIndex = 18; this.labelPhoneType.Text = "PhoneType"; // // comboBoxCompany // this.comboBoxCompany.FormattingEnabled = true; this.comboBoxCompany.Location = new System.Drawing.Point(142, 273); this.comboBoxCompany.Name = "comboBoxCompany"; this.comboBoxCompany.Size = new System.Drawing.Size(212, 23); this.comboBoxCompany.TabIndex = 21; // // labelCompany // this.labelCompany.AutoSize = true; this.labelCompany.Location = new System.Drawing.Point(12, 276); this.labelCompany.Name = "labelCompany"; this.labelCompany.Size = new System.Drawing.Size(59, 15); this.labelCompany.TabIndex = 20; this.labelCompany.Text = "Company"; // // ContactView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(366, 349); this.Controls.Add(this.comboBoxCompany); this.Controls.Add(this.labelCompany); this.Controls.Add(this.comboBoxPhoneType); this.Controls.Add(this.labelPhoneType); this.Controls.Add(this.comboBoxPostal); this.Controls.Add(this.labelPostal); this.Controls.Add(this.comboBoxSalutation); this.Controls.Add(this.labelSalutation); this.Controls.Add(this.textBoxDepartment); this.Controls.Add(this.labelDepartment); this.Controls.Add(this.textBoxMobil); this.Controls.Add(this.labelMobil); this.Controls.Add(this.textBoxPhone); this.Controls.Add(this.labelPhone); this.Controls.Add(this.textBoxStreet); this.Controls.Add(this.labelStreet); this.Controls.Add(this.textBoxLastName); this.Controls.Add(this.labelLastName); this.Controls.Add(this.textBoxFirstName); this.Controls.Add(this.labelFirstName); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.buttonApplyCreate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ContactView"; this.Text = "ContactView"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonApplyCreate; private System.Windows.Forms.Button buttonDelete; private System.Windows.Forms.Label labelFirstName; private System.Windows.Forms.TextBox textBoxFirstName; private System.Windows.Forms.TextBox textBoxLastName; private System.Windows.Forms.Label labelLastName; private System.Windows.Forms.TextBox textBoxStreet; private System.Windows.Forms.Label labelStreet; private System.Windows.Forms.TextBox textBoxDepartment; private System.Windows.Forms.Label labelDepartment; private System.Windows.Forms.TextBox textBoxMobil; private System.Windows.Forms.Label labelMobil; private System.Windows.Forms.TextBox textBoxPhone; private System.Windows.Forms.Label labelPhone; private System.Windows.Forms.Label labelSalutation; private System.Windows.Forms.ComboBox comboBoxSalutation; private System.Windows.Forms.ComboBox comboBoxPostal; private System.Windows.Forms.Label labelPostal; private System.Windows.Forms.ComboBox comboBoxPhoneType; private System.Windows.Forms.Label labelPhoneType; private System.Windows.Forms.ComboBox comboBoxCompany; private System.Windows.Forms.Label labelCompany; } }