| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class dlgLabelSettings
- {
- /// <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()
- {
- 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, 120);
- 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\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;
- }
- }
|