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.

171 lines
7.0 KiB

namespace db_lab
{
partial class EditDepartmentForm
{
/// <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.textBoxCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxFloor = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxCreatingUserId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxBuildingId = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxCode
//
this.textBoxCode.Location = new System.Drawing.Point(13, 13);
this.textBoxCode.Name = "textBoxCode";
this.textBoxCode.Size = new System.Drawing.Size(100, 20);
this.textBoxCode.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(129, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 13);
this.label1.TabIndex = 1;
this.label1.Text = "textBoxCode";
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(13, 40);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(100, 20);
this.textBoxName.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(132, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 3;
this.label2.Text = "textBoxName";
//
// textBoxFloor
//
this.textBoxFloor.Location = new System.Drawing.Point(13, 67);
this.textBoxFloor.Name = "textBoxFloor";
this.textBoxFloor.Size = new System.Drawing.Size(100, 20);
this.textBoxFloor.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(132, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 13);
this.label3.TabIndex = 5;
this.label3.Text = "textBoxFloor";
//
// textBoxCreatingUserId
//
this.textBoxCreatingUserId.Location = new System.Drawing.Point(13, 94);
this.textBoxCreatingUserId.Name = "textBoxCreatingUserId";
this.textBoxCreatingUserId.Size = new System.Drawing.Size(100, 20);
this.textBoxCreatingUserId.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(135, 100);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(112, 13);
this.label4.TabIndex = 7;
this.label4.Text = "textBoxCreatingUserId";
//
// textBoxBuildingId
//
this.textBoxBuildingId.Location = new System.Drawing.Point(13, 121);
this.textBoxBuildingId.Name = "textBoxBuildingId";
this.textBoxBuildingId.Size = new System.Drawing.Size(100, 20);
this.textBoxBuildingId.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(132, 127);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(88, 13);
this.label5.TabIndex = 9;
this.label5.Text = "textBoxBuildingId";
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 148);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(234, 62);
this.button1.TabIndex = 10;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnSave_Click);
//
// EditDepartmentForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(256, 218);
this.Controls.Add(this.button1);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBoxBuildingId);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBoxCreatingUserId);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBoxFloor);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxCode);
this.Name = "EditDepartmentForm";
this.Text = "EditDepartmentForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxFloor;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxCreatingUserId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxBuildingId;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button1;
}
}