namespace db_lab { partial class EditRoomForm { /// /// 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.textBoxRoomType = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxRoomNumber = 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.textBoxRoomName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxRoomType // this.textBoxRoomType.Location = new System.Drawing.Point(13, 13); this.textBoxRoomType.Name = "textBoxRoomType"; this.textBoxRoomType.Size = new System.Drawing.Size(100, 20); this.textBoxRoomType.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(131, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 13); this.label1.TabIndex = 1; this.label1.Text = "textBoxRoomType"; // // textBoxRoomNumber // this.textBoxRoomNumber.Location = new System.Drawing.Point(13, 40); this.textBoxRoomNumber.Name = "textBoxRoomNumber"; this.textBoxRoomNumber.Size = new System.Drawing.Size(100, 20); this.textBoxRoomNumber.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(134, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(107, 13); this.label2.TabIndex = 3; this.label2.Text = "textBoxRoomNumber"; // // 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(137, 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(134, 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(134, 127); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 13); this.label5.TabIndex = 9; this.label5.Text = "textBoxBuildingId"; // // textBoxRoomName // this.textBoxRoomName.Location = new System.Drawing.Point(13, 148); this.textBoxRoomName.Name = "textBoxRoomName"; this.textBoxRoomName.Size = new System.Drawing.Size(100, 20); this.textBoxRoomName.TabIndex = 10; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(137, 154); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(98, 13); this.label6.TabIndex = 11; this.label6.Text = "textBoxRoomName"; // // button1 // this.button1.Location = new System.Drawing.Point(13, 175); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(233, 58); this.button1.TabIndex = 12; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnSave_Click); // // EditRoomForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(263, 242); this.Controls.Add(this.button1); this.Controls.Add(this.label6); this.Controls.Add(this.textBoxRoomName); 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.textBoxRoomNumber); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxRoomType); this.Name = "EditRoomForm"; this.Text = "EditRoomForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxRoomType; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxRoomNumber; 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.TextBox textBoxRoomName; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button1; } }