namespace qdr.app.studiou.orders2printpack
{
partial class dlgEditCfg
{
///
/// 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()
{
butCancel = new Button();
butOk = new Button();
label1 = new Label();
label2 = new Label();
tbVariants = new TextBox();
tbCategories = new TextBox();
label3 = new Label();
label4 = new Label();
tbOrderNo = new TextBox();
tbProuductCat = new TextBox();
label5 = new Label();
tbUri = new TextBox();
label6 = new Label();
tbQuantity = new TextBox();
label7 = new Label();
tbProductFormat = new TextBox();
label8 = new Label();
tbProductName = new TextBox();
label9 = new Label();
tbCSVDelimiter = new TextBox();
label10 = new Label();
SuspendLayout();
//
// butCancel
//
butCancel.Location = new Point(392, 329);
butCancel.Margin = new Padding(3, 2, 3, 2);
butCancel.Name = "butCancel";
butCancel.Size = new Size(82, 22);
butCancel.TabIndex = 3;
butCancel.Text = "Zrušit";
butCancel.UseVisualStyleBackColor = true;
butCancel.Click += butCancel_Click;
//
// butOk
//
butOk.Location = new Point(12, 329);
butOk.Margin = new Padding(3, 2, 3, 2);
butOk.Name = "butOk";
butOk.Size = new Size(82, 22);
butOk.TabIndex = 2;
butOk.Text = "Ok";
butOk.UseVisualStyleBackColor = true;
butOk.Click += butOk_Click;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(14, 9);
label1.Name = "label1";
label1.Size = new Size(119, 15);
label1.TabIndex = 4;
label1.Text = "RAW hodnoty variant";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(14, 104);
label2.Name = "label2";
label2.Size = new Size(129, 15);
label2.TabIndex = 5;
label2.Text = "RAW hodnoty kategorií";
//
// tbVariants
//
tbVariants.Location = new Point(19, 27);
tbVariants.Multiline = true;
tbVariants.Name = "tbVariants";
tbVariants.Size = new Size(455, 70);
tbVariants.TabIndex = 6;
//
// tbCategories
//
tbCategories.Location = new Point(19, 122);
tbCategories.Multiline = true;
tbCategories.Name = "tbCategories";
tbCategories.Size = new Size(455, 70);
tbCategories.TabIndex = 7;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(14, 195);
label3.Name = "label3";
label3.Size = new Size(120, 15);
label3.TabIndex = 8;
label3.Text = "Mapování Batch CSV:";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(19, 210);
label4.Name = "label4";
label4.Size = new Size(53, 15);
label4.TabIndex = 9;
label4.Text = "OrderNo";
//
// tbOrderNo
//
tbOrderNo.Location = new Point(20, 228);
tbOrderNo.Name = "tbOrderNo";
tbOrderNo.Size = new Size(100, 23);
tbOrderNo.TabIndex = 10;
//
// tbProuductCat
//
tbProuductCat.Location = new Point(126, 228);
tbProuductCat.Name = "tbProuductCat";
tbProuductCat.Size = new Size(100, 23);
tbProuductCat.TabIndex = 12;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(125, 210);
label5.Name = "label5";
label5.Size = new Size(67, 15);
label5.TabIndex = 11;
label5.Text = "ProductCat";
//
// tbUri
//
tbUri.Location = new Point(232, 228);
tbUri.Name = "tbUri";
tbUri.Size = new Size(100, 23);
tbUri.TabIndex = 14;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(231, 210);
label6.Name = "label6";
label6.Size = new Size(22, 15);
label6.TabIndex = 13;
label6.Text = "Uri";
//
// tbQuantity
//
tbQuantity.Location = new Point(338, 228);
tbQuantity.Name = "tbQuantity";
tbQuantity.Size = new Size(100, 23);
tbQuantity.TabIndex = 16;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(337, 210);
label7.Name = "label7";
label7.Size = new Size(53, 15);
label7.TabIndex = 15;
label7.Text = "Quantity";
//
// tbProductFormat
//
tbProductFormat.Location = new Point(20, 282);
tbProductFormat.Name = "tbProductFormat";
tbProductFormat.Size = new Size(100, 23);
tbProductFormat.TabIndex = 18;
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(19, 264);
label8.Name = "label8";
label8.Size = new Size(87, 15);
label8.TabIndex = 17;
label8.Text = "ProductFormat";
//
// tbProductName
//
tbProductName.Location = new Point(126, 282);
tbProductName.Name = "tbProductName";
tbProductName.Size = new Size(100, 23);
tbProductName.TabIndex = 20;
//
// label9
//
label9.AutoSize = true;
label9.Location = new Point(125, 264);
label9.Name = "label9";
label9.Size = new Size(81, 15);
label9.TabIndex = 19;
label9.Text = "ProductName";
//
// tbCSVDelimiter
//
tbCSVDelimiter.Location = new Point(232, 282);
tbCSVDelimiter.Name = "tbCSVDelimiter";
tbCSVDelimiter.Size = new Size(100, 23);
tbCSVDelimiter.TabIndex = 22;
//
// label10
//
label10.AutoSize = true;
label10.Location = new Point(231, 264);
label10.Name = "label10";
label10.Size = new Size(79, 15);
label10.TabIndex = 21;
label10.Text = "CSV Delimiter";
//
// dlgEditCfg
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(498, 407);
ControlBox = false;
Controls.Add(tbCSVDelimiter);
Controls.Add(label10);
Controls.Add(tbProductName);
Controls.Add(label9);
Controls.Add(tbProductFormat);
Controls.Add(label8);
Controls.Add(tbQuantity);
Controls.Add(label7);
Controls.Add(tbUri);
Controls.Add(label6);
Controls.Add(tbProuductCat);
Controls.Add(label5);
Controls.Add(tbOrderNo);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(tbCategories);
Controls.Add(tbVariants);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(butCancel);
Controls.Add(butOk);
FormBorderStyle = FormBorderStyle.FixedDialog;
Name = "dlgEditCfg";
StartPosition = FormStartPosition.CenterScreen;
Text = "Editor konfigurace";
Load += dlgEditCfg_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button butCancel;
private Button butOk;
private Label label1;
private Label label2;
private TextBox tbVariants;
private TextBox tbCategories;
private Label label3;
private Label label4;
private TextBox tbOrderNo;
private TextBox tbProuductCat;
private Label label5;
private TextBox tbUri;
private Label label6;
private TextBox tbQuantity;
private Label label7;
private TextBox tbProductFormat;
private Label label8;
private TextBox tbProductName;
private Label label9;
private TextBox tbCSVDelimiter;
private Label label10;
}
}