namespace db_lab { partial class DataForm { /// /// 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.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tableOrViewInput = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.selectAllBtn = new System.Windows.Forms.Button(); this.selectBuildingBtn = new System.Windows.Forms.Button(); this.selectDepartmentBtn = new System.Windows.Forms.Button(); this.selectAllRoomsBtn = new System.Windows.Forms.Button(); this.selectAllEquipmentBtn = new System.Windows.Forms.Button(); this.selectAllEquipmentArrivalDeparture = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom; this.dataGridView1.Location = new System.Drawing.Point(0, 47); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.Size = new System.Drawing.Size(800, 403); this.dataGridView1.TabIndex = 0; // // tableOrViewInput // this.tableOrViewInput.Location = new System.Drawing.Point(12, 12); this.tableOrViewInput.Name = "tableOrViewInput"; this.tableOrViewInput.Size = new System.Drawing.Size(100, 20); this.tableOrViewInput.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(134, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 2; this.label1.Text = "table or view"; // // selectAllBtn // this.selectAllBtn.Location = new System.Drawing.Point(229, 12); this.selectAllBtn.Name = "selectAllBtn"; this.selectAllBtn.Size = new System.Drawing.Size(75, 23); this.selectAllBtn.TabIndex = 3; this.selectAllBtn.Text = "select all"; this.selectAllBtn.UseVisualStyleBackColor = true; this.selectAllBtn.Click += new System.EventHandler(this.selectAllBtn_Click); // // selectBuildingBtn // this.selectBuildingBtn.Location = new System.Drawing.Point(310, 13); this.selectBuildingBtn.Name = "selectBuildingBtn"; this.selectBuildingBtn.Size = new System.Drawing.Size(75, 23); this.selectBuildingBtn.TabIndex = 4; this.selectBuildingBtn.Text = "Здания"; this.selectBuildingBtn.UseVisualStyleBackColor = true; this.selectBuildingBtn.Click += new System.EventHandler(this.selectBuildingBtn_Click); // // selectDepartmentBtn // this.selectDepartmentBtn.Location = new System.Drawing.Point(391, 13); this.selectDepartmentBtn.Name = "selectDepartmentBtn"; this.selectDepartmentBtn.Size = new System.Drawing.Size(75, 23); this.selectDepartmentBtn.TabIndex = 5; this.selectDepartmentBtn.Text = "Отделы"; this.selectDepartmentBtn.UseVisualStyleBackColor = true; this.selectDepartmentBtn.Click += new System.EventHandler(this.selectDepartmentBtn_Click); // // selectAllRoomsBtn // this.selectAllRoomsBtn.AutoSize = true; this.selectAllRoomsBtn.Location = new System.Drawing.Point(472, 13); this.selectAllRoomsBtn.Name = "selectAllRoomsBtn"; this.selectAllRoomsBtn.Size = new System.Drawing.Size(78, 23); this.selectAllRoomsBtn.TabIndex = 6; this.selectAllRoomsBtn.Text = "Помещения"; this.selectAllRoomsBtn.UseVisualStyleBackColor = true; this.selectAllRoomsBtn.Click += new System.EventHandler(this.selectAllRoomsBtn_Click); // // selectAllEquipmentBtn // this.selectAllEquipmentBtn.AutoSize = true; this.selectAllEquipmentBtn.Location = new System.Drawing.Point(553, 13); this.selectAllEquipmentBtn.Name = "selectAllEquipmentBtn"; this.selectAllEquipmentBtn.Size = new System.Drawing.Size(90, 23); this.selectAllEquipmentBtn.TabIndex = 7; this.selectAllEquipmentBtn.Text = "Оборудование"; this.selectAllEquipmentBtn.UseVisualStyleBackColor = true; this.selectAllEquipmentBtn.Click += new System.EventHandler(this.selectAllEquipmentBtn_Click); // // selectAllEquipmentArrivalDeparture // this.selectAllEquipmentArrivalDeparture.AutoSize = true; this.selectAllEquipmentArrivalDeparture.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.selectAllEquipmentArrivalDeparture.Location = new System.Drawing.Point(649, 13); this.selectAllEquipmentArrivalDeparture.Name = "selectAllEquipmentArrivalDeparture"; this.selectAllEquipmentArrivalDeparture.Size = new System.Drawing.Size(84, 23); this.selectAllEquipmentArrivalDeparture.TabIndex = 8; this.selectAllEquipmentArrivalDeparture.Text = "Приход/Уход"; this.selectAllEquipmentArrivalDeparture.UseVisualStyleBackColor = true; this.selectAllEquipmentArrivalDeparture.Click += new System.EventHandler(this.selectAllEquipmentArrivalDeparture_Click); // // DataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.selectAllEquipmentArrivalDeparture); this.Controls.Add(this.selectAllEquipmentBtn); this.Controls.Add(this.selectAllRoomsBtn); this.Controls.Add(this.selectDepartmentBtn); this.Controls.Add(this.selectBuildingBtn); this.Controls.Add(this.selectAllBtn); this.Controls.Add(this.label1); this.Controls.Add(this.tableOrViewInput); this.Controls.Add(this.dataGridView1); this.Name = "DataForm"; this.Text = "DataForm"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.TextBox tableOrViewInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button selectAllBtn; private System.Windows.Forms.Button selectBuildingBtn; private System.Windows.Forms.Button selectDepartmentBtn; private System.Windows.Forms.Button selectAllRoomsBtn; private System.Windows.Forms.Button selectAllEquipmentBtn; private System.Windows.Forms.Button selectAllEquipmentArrivalDeparture; } }