namespace DataBase.Forms { partial class QueryForm { /// /// 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.dataGridViewQuery = new System.Windows.Forms.DataGridView(); this.textBox1 = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewQuery)).BeginInit(); this.SuspendLayout(); // // dataGridViewQuery // this.dataGridViewQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridViewQuery.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dataGridViewQuery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewQuery.Location = new System.Drawing.Point(200, 18); this.dataGridViewQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataGridViewQuery.Name = "dataGridViewQuery"; this.dataGridViewQuery.Size = new System.Drawing.Size(1205, 655); this.dataGridViewQuery.TabIndex = 0; this.dataGridViewQuery.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewQuery_CellContentClick); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(18, 34); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(148, 26); this.textBox1.TabIndex = 1; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(18, 88); this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(148, 28); this.comboBox1.TabIndex = 3; // // button1 // this.button1.Location = new System.Drawing.Point(18, 199); this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 69); this.button1.TabIndex = 4; this.button1.Text = "Выполнить запрос"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // monthCalendar1 // this.monthCalendar1.Location = new System.Drawing.Point(18, 18); this.monthCalendar1.Margin = new System.Windows.Forms.Padding(14); this.monthCalendar1.MaxSelectionCount = 30; this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.TabIndex = 5; // // QueryForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1424, 692); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.textBox1); this.Controls.Add(this.dataGridViewQuery); this.Controls.Add(this.monthCalendar1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "QueryForm"; this.Text = "Form1"; this.Load += new System.EventHandler(this.QueryForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewQuery)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridViewQuery; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.MonthCalendar monthCalendar1; } }