namespace qdr.app.studiou.orders2printpack
{
partial class dlgLabelSettings
{
///
/// 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()
{
butOk = new Button();
butCancel = new Button();
label1 = new Label();
tbTemplate = new TextBox();
label2 = new Label();
label3 = new Label();
label4 = new Label();
tbLPerCol = new TextBox();
tbLPerRow = new TextBox();
label5 = new Label();
tbLWidth = new TextBox();
label6 = new Label();
tbLHeight = new TextBox();
label7 = new Label();
label8 = new Label();
SuspendLayout();
//
// butOk
//
butOk.DialogResult = DialogResult.OK;
butOk.Location = new Point(12, 176);
butOk.Name = "butOk";
butOk.Size = new Size(75, 23);
butOk.TabIndex = 0;
butOk.Text = "Ok";
butOk.UseVisualStyleBackColor = true;
butOk.Click += butOk_Click;
//
// butCancel
//
butCancel.DialogResult = DialogResult.Cancel;
butCancel.Location = new Point(405, 176);
butCancel.Name = "butCancel";
butCancel.Size = new Size(75, 23);
butCancel.TabIndex = 1;
butCancel.Text = "Zrušit";
butCancel.UseVisualStyleBackColor = true;
butCancel.Click += butCancel_Click;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(12, 9);
label1.Name = "label1";
label1.Size = new Size(81, 15);
label1.TabIndex = 2;
label1.Text = "Šablona štítku";
//
// tbTemplate
//
tbTemplate.Location = new Point(12, 27);
tbTemplate.Multiline = true;
tbTemplate.Name = "tbTemplate";
tbTemplate.Size = new Size(360, 70);
tbTemplate.TabIndex = 3;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(385, 11);
label2.Name = "label2";
label2.Size = new Size(100, 150);
label2.TabIndex = 4;
label2.Text = "Použité proměné:\r\norder_no\r\nprod_cat\r\nprod_name\r\nprod_var\r\nprod_var_type\r\nprod_img_url\r\nqty\r\nemail\r\ncr";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(12, 100);
label3.Name = "label3";
label3.Size = new Size(95, 15);
label3.TabIndex = 5;
label3.Text = "Štítků na stránku";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(12, 116);
label4.Name = "label4";
label4.Size = new Size(66, 15);
label4.TabIndex = 6;
label4.Text = "Na sloupec";
//
// tbLPerCol
//
tbLPerCol.Location = new Point(12, 134);
tbLPerCol.Name = "tbLPerCol";
tbLPerCol.Size = new Size(66, 23);
tbLPerCol.TabIndex = 7;
//
// tbLPerRow
//
tbLPerRow.Location = new Point(84, 134);
tbLPerRow.Name = "tbLPerRow";
tbLPerRow.Size = new Size(66, 23);
tbLPerRow.TabIndex = 9;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(84, 116);
label5.Name = "label5";
label5.Size = new Size(55, 15);
label5.TabIndex = 8;
label5.Text = "Na řádku";
//
// tbLWidth
//
tbLWidth.Location = new Point(305, 134);
tbLWidth.Name = "tbLWidth";
tbLWidth.Size = new Size(66, 23);
tbLWidth.TabIndex = 14;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(305, 116);
label6.Name = "label6";
label6.Size = new Size(32, 15);
label6.TabIndex = 13;
label6.Text = "Šířka";
//
// tbLHeight
//
tbLHeight.Location = new Point(233, 134);
tbLHeight.Name = "tbLHeight";
tbLHeight.Size = new Size(66, 23);
tbLHeight.TabIndex = 12;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(233, 116);
label7.Name = "label7";
label7.Size = new Size(37, 15);
label7.TabIndex = 11;
label7.Text = "Výška";
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(233, 100);
label8.Name = "label8";
label8.Size = new Size(85, 15);
label8.TabIndex = 10;
label8.Text = "Dimenze štítků";
//
// dlgLabelSettings
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(491, 210);
Controls.Add(tbLWidth);
Controls.Add(label6);
Controls.Add(tbLHeight);
Controls.Add(label7);
Controls.Add(label8);
Controls.Add(tbLPerRow);
Controls.Add(label5);
Controls.Add(tbLPerCol);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(tbTemplate);
Controls.Add(label1);
Controls.Add(butCancel);
Controls.Add(butOk);
FormBorderStyle = FormBorderStyle.FixedDialog;
MaximizeBox = false;
MinimizeBox = false;
Name = "dlgLabelSettings";
Text = "Nastavení štítků";
Load += dlgLabelSettings_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button butOk;
private Button butCancel;
private Label label1;
private TextBox tbTemplate;
private Label label2;
private Label label3;
private Label label4;
private TextBox tbLPerCol;
private TextBox tbLPerRow;
private Label label5;
private TextBox tbLWidth;
private Label label6;
private TextBox tbLHeight;
private Label label7;
private Label label8;
}
}