namespace db_lab { partial class EditFormBuilding { /// /// 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.textBoxFloorCount = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxCreatingUserId = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxBuildingType = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxFloorCount // this.textBoxFloorCount.Location = new System.Drawing.Point(12, 12); this.textBoxFloorCount.Name = "textBoxFloorCount"; this.textBoxFloorCount.Size = new System.Drawing.Size(100, 20); this.textBoxFloorCount.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(133, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 13); this.label1.TabIndex = 1; this.label1.Text = "textBoxFloorCount"; // // textBoxAddress // this.textBoxAddress.Location = new System.Drawing.Point(13, 39); this.textBoxAddress.Name = "textBoxAddress"; this.textBoxAddress.Size = new System.Drawing.Size(100, 20); this.textBoxAddress.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(136, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 13); this.label2.TabIndex = 3; this.label2.Text = "textBoxAddress"; // // textBoxCreatingUserId // this.textBoxCreatingUserId.Location = new System.Drawing.Point(13, 66); this.textBoxCreatingUserId.Name = "textBoxCreatingUserId"; this.textBoxCreatingUserId.Size = new System.Drawing.Size(100, 20); this.textBoxCreatingUserId.TabIndex = 4; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(139, 72); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(112, 13); this.label3.TabIndex = 5; this.label3.Text = "textBoxCreatingUserId"; // // textBoxBuildingType // this.textBoxBuildingType.Location = new System.Drawing.Point(13, 93); this.textBoxBuildingType.Name = "textBoxBuildingType"; this.textBoxBuildingType.Size = new System.Drawing.Size(100, 20); this.textBoxBuildingType.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(139, 99); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(103, 13); this.label4.TabIndex = 7; this.label4.Text = "textBoxBuildingType"; // // button1 // this.button1.Location = new System.Drawing.Point(13, 120); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(238, 80); this.button1.TabIndex = 8; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnSave_Click); // // EditFormBuilding // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(263, 214); this.Controls.Add(this.button1); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxBuildingType); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxCreatingUserId); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxAddress); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxFloorCount); this.Name = "EditFormBuilding"; this.Text = "EditFormBuilding"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxFloorCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxAddress; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxCreatingUserId; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxBuildingType; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button1; } }