SKLADm/Form1.Designer.cs

375 lines
23 KiB
C#
Raw Normal View History

namespace OzonInternalLabelPrinter // Убедитесь, что это ваше пространство имен
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
// Добавьте сюда Dispose для ваших неуправляемых ресурсов, если они есть
// _httpClient?.Dispose(); // Пример
// _printDocForSetup?.Dispose(); // Пример
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.lblStatus = new MaterialSkin.Controls.MaterialLabel();
this.cmbStores = new MaterialSkin.Controls.MaterialComboBox();
this.btnManageStores = new MaterialSkin.Controls.MaterialButton();
this.btnPageSetup = new MaterialSkin.Controls.MaterialButton();
this.btnPrintLabel = new MaterialSkin.Controls.MaterialButton();
this.lblProductBarcode = new MaterialSkin.Controls.MaterialLabel();
this.lblProductSku = new MaterialSkin.Controls.MaterialLabel();
this.lblProductName = new MaterialSkin.Controls.MaterialLabel();
this.btnGetData = new MaterialSkin.Controls.MaterialButton();
this.txtOfferId = new MaterialSkin.Controls.MaterialTextBox2();
this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
this.materialCard1 = new MaterialSkin.Controls.MaterialCard();
this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
this.materialCard2 = new MaterialSkin.Controls.MaterialCard();
this.materialCard3 = new MaterialSkin.Controls.MaterialCard();
this.materialCard1.SuspendLayout();
this.materialCard2.SuspendLayout();
this.materialCard3.SuspendLayout();
this.SuspendLayout();
//
// lblStatus
//
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblStatus.AutoSize = true;
this.lblStatus.Depth = 0;
this.lblStatus.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lblStatus.FontType = MaterialSkin.MaterialSkinManager.fontType.Caption;
this.lblStatus.Location = new System.Drawing.Point(14, 478);
this.lblStatus.MouseState = MaterialSkin.MouseState.HOVER;
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(43, 14);
this.lblStatus.TabIndex = 7;
this.lblStatus.Text = "Статус:";
//
// cmbStores
//
this.cmbStores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cmbStores.AutoResize = false;
this.cmbStores.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.cmbStores.Depth = 0;
this.cmbStores.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.cmbStores.DropDownHeight = 118;
this.cmbStores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStores.DropDownWidth = 121;
this.cmbStores.Enabled = false;
this.cmbStores.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.cmbStores.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.cmbStores.FormattingEnabled = true;
this.cmbStores.Hint = "Выберите магазин";
this.cmbStores.IntegralHeight = false;
this.cmbStores.ItemHeight = 29;
this.cmbStores.Location = new System.Drawing.Point(17, 38);
this.cmbStores.MaxDropDownItems = 4;
this.cmbStores.MouseState = MaterialSkin.MouseState.OUT;
this.cmbStores.Name = "cmbStores";
this.cmbStores.Size = new System.Drawing.Size(248, 35);
this.cmbStores.StartIndex = 0;
this.cmbStores.TabIndex = 0;
this.cmbStores.UseTallSize = false;
this.cmbStores.SelectedIndexChanged += new System.EventHandler(this.cmbStores_SelectedIndexChanged);
//
// btnManageStores
//
this.btnManageStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnManageStores.AutoSize = false;
this.btnManageStores.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnManageStores.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
this.btnManageStores.Depth = 0;
this.btnManageStores.HighEmphasis = false;
this.btnManageStores.Icon = null;
this.btnManageStores.Location = new System.Drawing.Point(281, 38);
this.btnManageStores.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btnManageStores.MouseState = MaterialSkin.MouseState.HOVER;
this.btnManageStores.Name = "btnManageStores";
this.btnManageStores.NoAccentTextColor = System.Drawing.Color.Empty;
this.btnManageStores.Size = new System.Drawing.Size(148, 36);
this.btnManageStores.TabIndex = 1;
this.btnManageStores.Text = "Упр. магазинами";
this.btnManageStores.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Outlined;
this.btnManageStores.UseAccentColor = false;
this.btnManageStores.UseVisualStyleBackColor = true;
this.btnManageStores.Click += new System.EventHandler(this.btnManageStores_Click);
//
// btnPageSetup
//
this.btnPageSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPageSetup.AutoSize = false;
this.btnPageSetup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnPageSetup.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
this.btnPageSetup.Depth = 0;
this.btnPageSetup.Enabled = false;
this.btnPageSetup.HighEmphasis = false;
this.btnPageSetup.Icon = null;
this.btnPageSetup.Location = new System.Drawing.Point(281, 84);
this.btnPageSetup.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btnPageSetup.MouseState = MaterialSkin.MouseState.HOVER;
this.btnPageSetup.Name = "btnPageSetup";
this.btnPageSetup.NoAccentTextColor = System.Drawing.Color.Empty;
this.btnPageSetup.Size = new System.Drawing.Size(148, 36);
this.btnPageSetup.TabIndex = 2;
this.btnPageSetup.Text = "Настр. принтера";
this.btnPageSetup.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Outlined;
this.btnPageSetup.UseAccentColor = false;
this.btnPageSetup.UseVisualStyleBackColor = true;
this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
//
// btnPrintLabel
//
this.btnPrintLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnPrintLabel.AutoSize = false;
this.btnPrintLabel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnPrintLabel.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
this.btnPrintLabel.Depth = 0;
this.btnPrintLabel.Enabled = false;
this.btnPrintLabel.HighEmphasis = true;
this.btnPrintLabel.Icon = null;
this.btnPrintLabel.Location = new System.Drawing.Point(17, 422);
this.btnPrintLabel.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btnPrintLabel.MouseState = MaterialSkin.MouseState.HOVER;
this.btnPrintLabel.Name = "btnPrintLabel";
this.btnPrintLabel.NoAccentTextColor = System.Drawing.Color.Empty;
this.btnPrintLabel.Size = new System.Drawing.Size(446, 36);
this.btnPrintLabel.TabIndex = 6;
this.btnPrintLabel.Text = "Печать Этикетки";
this.btnPrintLabel.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
this.btnPrintLabel.UseAccentColor = true;
this.btnPrintLabel.UseVisualStyleBackColor = true;
this.btnPrintLabel.Click += new System.EventHandler(this.btnPrintLabel_Click);
//
// lblProductBarcode
//
this.lblProductBarcode.AutoSize = true;
this.lblProductBarcode.Depth = 0;
this.lblProductBarcode.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lblProductBarcode.Location = new System.Drawing.Point(14, 68);
this.lblProductBarcode.MouseState = MaterialSkin.MouseState.HOVER;
this.lblProductBarcode.Name = "lblProductBarcode";
this.lblProductBarcode.Size = new System.Drawing.Size(82, 19);
this.lblProductBarcode.TabIndex = 2;
this.lblProductBarcode.Text = "Штрихкод:";
//
// lblProductSku
//
this.lblProductSku.AutoSize = true;
this.lblProductSku.Depth = 0;
this.lblProductSku.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lblProductSku.Location = new System.Drawing.Point(14, 42);
this.lblProductSku.MouseState = MaterialSkin.MouseState.HOVER;
this.lblProductSku.Name = "lblProductSku";
this.lblProductSku.Size = new System.Drawing.Size(67, 19);
this.lblProductSku.TabIndex = 1;
this.lblProductSku.Text = "Артикул:";
//
// lblProductName
//
this.lblProductName.AutoSize = true;
this.lblProductName.Depth = 0;
this.lblProductName.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lblProductName.Location = new System.Drawing.Point(14, 16);
this.lblProductName.MouseState = MaterialSkin.MouseState.HOVER;
this.lblProductName.Name = "lblProductName";
this.lblProductName.Size = new System.Drawing.Size(77, 19);
this.lblProductName.TabIndex = 0;
this.lblProductName.Text = "Название:";
//
// btnGetData
//
this.btnGetData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnGetData.AutoSize = false;
this.btnGetData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnGetData.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
this.btnGetData.Depth = 0;
this.btnGetData.Enabled = false;
this.btnGetData.HighEmphasis = true;
this.btnGetData.Icon = null;
this.btnGetData.Location = new System.Drawing.Point(284, 21);
this.btnGetData.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btnGetData.MouseState = MaterialSkin.MouseState.HOVER;
this.btnGetData.Name = "btnGetData";
this.btnGetData.NoAccentTextColor = System.Drawing.Color.Empty;
this.btnGetData.Size = new System.Drawing.Size(143, 36);
this.btnGetData.TabIndex = 4;
this.btnGetData.Text = "Получить данные";
this.btnGetData.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
this.btnGetData.UseAccentColor = false;
this.btnGetData.UseVisualStyleBackColor = true;
this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
//
// txtOfferId
//
this.txtOfferId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOfferId.AnimateReadOnly = false;
this.txtOfferId.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.txtOfferId.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.txtOfferId.Depth = 0;
this.txtOfferId.Enabled = false;
this.txtOfferId.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtOfferId.HideSelection = true;
this.txtOfferId.Hint = "Артикул товара (offer_id)";
this.txtOfferId.LeadingIcon = null;
this.txtOfferId.Location = new System.Drawing.Point(17, 14);
this.txtOfferId.MaxLength = 50;
this.txtOfferId.MouseState = MaterialSkin.MouseState.OUT;
this.txtOfferId.Name = "txtOfferId";
this.txtOfferId.PasswordChar = '\0';
this.txtOfferId.PrefixSuffixText = null;
this.txtOfferId.ReadOnly = false;
this.txtOfferId.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtOfferId.SelectedText = "";
this.txtOfferId.SelectionLength = 0;
this.txtOfferId.SelectionStart = 0;
this.txtOfferId.ShortcutsEnabled = true;
this.txtOfferId.Size = new System.Drawing.Size(254, 48);
this.txtOfferId.TabIndex = 3;
this.txtOfferId.TabStop = false;
this.txtOfferId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtOfferId.TrailingIcon = null;
this.txtOfferId.UseSystemPasswordChar = false;
this.txtOfferId.TextChanged += new System.EventHandler(this.txtOfferId_TextChanged);
//
// pageSetupDialog1
//
this.pageSetupDialog1.EnableMetric = true;
//
// materialCard1
//
this.materialCard1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.materialCard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.materialCard1.Controls.Add(this.materialLabel1);
this.materialCard1.Controls.Add(this.cmbStores);
this.materialCard1.Controls.Add(this.btnManageStores);
this.materialCard1.Controls.Add(this.btnPageSetup);
this.materialCard1.Depth = 0;
this.materialCard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialCard1.Location = new System.Drawing.Point(17, 78);
this.materialCard1.Margin = new System.Windows.Forms.Padding(14);
this.materialCard1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCard1.Name = "materialCard1";
this.materialCard1.Padding = new System.Windows.Forms.Padding(14);
this.materialCard1.Size = new System.Drawing.Size(446, 137);
this.materialCard1.TabIndex = 0;
//
// materialLabel1
//
this.materialLabel1.AutoSize = true;
this.materialLabel1.Depth = 0;
this.materialLabel1.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialLabel1.Location = new System.Drawing.Point(17, 14);
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel1.Name = "materialLabel1";
this.materialLabel1.Size = new System.Drawing.Size(126, 19);
this.materialLabel1.TabIndex = 3;
this.materialLabel1.Text = "Выбор магазина";
//
// materialCard2
//
this.materialCard2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.materialCard2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.materialCard2.Controls.Add(this.txtOfferId);
this.materialCard2.Controls.Add(this.btnGetData);
this.materialCard2.Depth = 0;
this.materialCard2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialCard2.Location = new System.Drawing.Point(17, 218);
this.materialCard2.Margin = new System.Windows.Forms.Padding(14);
this.materialCard2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCard2.Name = "materialCard2";
this.materialCard2.Padding = new System.Windows.Forms.Padding(14);
this.materialCard2.Size = new System.Drawing.Size(446, 75);
this.materialCard2.TabIndex = 1;
//
// materialCard3
//
this.materialCard3.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.materialCard3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.materialCard3.Controls.Add(this.lblProductName);
this.materialCard3.Controls.Add(this.lblProductSku);
this.materialCard3.Controls.Add(this.lblProductBarcode);
this.materialCard3.Depth = 0;
this.materialCard3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialCard3.Location = new System.Drawing.Point(17, 297);
this.materialCard3.Margin = new System.Windows.Forms.Padding(14);
this.materialCard3.MinimumSize = new System.Drawing.Size(0, 100);
this.materialCard3.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCard3.Name = "materialCard3";
this.materialCard3.Padding = new System.Windows.Forms.Padding(14);
this.materialCard3.Size = new System.Drawing.Size(446, 105);
this.materialCard3.TabIndex = 5;
//
// Form1
//
this.AcceptButton = this.btnGetData;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 502);
this.Controls.Add(this.materialCard1);
this.Controls.Add(this.materialCard2);
this.Controls.Add(this.materialCard3);
this.Controls.Add(this.btnPrintLabel);
this.Controls.Add(this.lblStatus);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Генератор Этикеток Ozon";
this.materialCard1.ResumeLayout(false);
this.materialCard1.PerformLayout();
this.materialCard2.ResumeLayout(false);
this.materialCard3.ResumeLayout(false);
this.materialCard3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
} // Конец InitializeComponent
#endregion
// Обновляем список полей класса
private MaterialSkin.Controls.MaterialLabel lblStatus;
private MaterialSkin.Controls.MaterialComboBox cmbStores;
private MaterialSkin.Controls.MaterialButton btnManageStores;
private MaterialSkin.Controls.MaterialButton btnPageSetup;
private MaterialSkin.Controls.MaterialButton btnPrintLabel; // Имя оставлено
private MaterialSkin.Controls.MaterialLabel lblProductBarcode;
private MaterialSkin.Controls.MaterialLabel lblProductSku;
private MaterialSkin.Controls.MaterialLabel lblProductName;
private MaterialSkin.Controls.MaterialButton btnGetData;
private MaterialSkin.Controls.MaterialTextBox2 txtOfferId; // Имя оставлено
private System.Windows.Forms.PageSetupDialog pageSetupDialog1;
private MaterialSkin.Controls.MaterialCard materialCard1;
private MaterialSkin.Controls.MaterialLabel materialLabel1;
private MaterialSkin.Controls.MaterialCard materialCard2;
private MaterialSkin.Controls.MaterialCard materialCard3;
// MaterialDivider убран
}
}