namespace Электронная_Фармация.Forms
{
partial class FDebug
{
///
/// 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.RTXT_Sql = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnCleanSqlScript = new Elfisa.UI.Controls.ModernButton();
this.btnExecuteSqlScript = new Elfisa.UI.Controls.ModernButton();
this.btnExecuteSelectSqlScript = new Elfisa.UI.Controls.ModernButton();
this.dgvSelectCommand = new Elfisa.UI.Controls.ModernDataGridView();
((System.ComponentModel.ISupportInitialize)(this.dgvSelectCommand)).BeginInit();
this.SuspendLayout();
//
// RTXT_Sql
//
this.RTXT_Sql.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RTXT_Sql.Location = new System.Drawing.Point(9, 70);
this.RTXT_Sql.Margin = new System.Windows.Forms.Padding(4);
this.RTXT_Sql.Name = "RTXT_Sql";
this.RTXT_Sql.Size = new System.Drawing.Size(565, 118);
this.RTXT_Sql.TabIndex = 0;
this.RTXT_Sql.Text = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 50);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 16);
this.label1.TabIndex = 1;
this.label1.Text = "SQL-запрос";
//
// btnCleanSqlScript
//
this.btnCleanSqlScript.Location = new System.Drawing.Point(9, 15);
this.btnCleanSqlScript.Margin = new System.Windows.Forms.Padding(4);
this.btnCleanSqlScript.Name = "btnCleanSqlScript";
this.btnCleanSqlScript.Size = new System.Drawing.Size(100, 28);
this.btnCleanSqlScript.TabIndex = 2;
this.btnCleanSqlScript.Text = "Очистить";
this.btnCleanSqlScript.UseVisualStyleBackColor = true;
this.btnCleanSqlScript.Click += new System.EventHandler(this.btnCleanSqlScript_Click);
//
// btnExecuteSqlScript
//
this.btnExecuteSqlScript.Location = new System.Drawing.Point(128, 15);
this.btnExecuteSqlScript.Margin = new System.Windows.Forms.Padding(4);
this.btnExecuteSqlScript.Name = "btnExecuteSqlScript";
this.btnExecuteSqlScript.Size = new System.Drawing.Size(100, 28);
this.btnExecuteSqlScript.TabIndex = 3;
this.btnExecuteSqlScript.Text = "Выполнить";
this.btnExecuteSqlScript.UseVisualStyleBackColor = true;
this.btnExecuteSqlScript.Click += new System.EventHandler(this.btnExecuteSqlScript_Click);
//
// btnExecuteSelectSqlScript
//
this.btnExecuteSelectSqlScript.Location = new System.Drawing.Point(254, 15);
this.btnExecuteSelectSqlScript.Margin = new System.Windows.Forms.Padding(4);
this.btnExecuteSelectSqlScript.Name = "btnExecuteSelectSqlScript";
this.btnExecuteSelectSqlScript.Size = new System.Drawing.Size(182, 28);
this.btnExecuteSelectSqlScript.TabIndex = 4;
this.btnExecuteSelectSqlScript.Text = "Выполнить SELECT";
this.btnExecuteSelectSqlScript.UseVisualStyleBackColor = true;
this.btnExecuteSelectSqlScript.Click += new System.EventHandler(this.btnExecuteSelectSqlScript_Click);
//
// dgvSelectCommand
//
this.dgvSelectCommand.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.dgvSelectCommand.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSelectCommand.Location = new System.Drawing.Point(9, 195);
this.dgvSelectCommand.Name = "dgvSelectCommand";
this.dgvSelectCommand.RowHeadersWidth = 51;
this.dgvSelectCommand.RowTemplate.Height = 24;
this.dgvSelectCommand.Size = new System.Drawing.Size(562, 150);
this.dgvSelectCommand.TabIndex = 5;
//
// FDebug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(583, 351);
this.Controls.Add(this.dgvSelectCommand);
this.Controls.Add(this.btnExecuteSelectSqlScript);
this.Controls.Add(this.btnExecuteSqlScript);
this.Controls.Add(this.btnCleanSqlScript);
this.Controls.Add(this.label1);
this.Controls.Add(this.RTXT_Sql);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FDebug";
this.Text = "FDebug";
((System.ComponentModel.ISupportInitialize)(this.dgvSelectCommand)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox RTXT_Sql;
private System.Windows.Forms.Label label1;
private Elfisa.UI.Controls.ModernButton btnCleanSqlScript;
private Elfisa.UI.Controls.ModernButton btnExecuteSqlScript;
private Elfisa.UI.Controls.ModernButton btnExecuteSelectSqlScript;
private Elfisa.UI.Controls.ModernDataGridView dgvSelectCommand;
}
}