elfisa-pharmacy/src/ElectronicPharmacy/Forms/FDebug.Designer.cs
Magomed d1740d49bf Initial commit: Электронная Фармация desktop client.
WinForms app with Elfisa.UI, API integration, order workflow, invoices/refusals sync, and production-ready fixes from the desktop roadmap.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-14 12:25:38 +03:00

136 lines
6.6 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Электроннаяармация.Forms
{
partial class FDebug
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}