| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class dlgSettings
- {
- /// <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();
- tbMask = new TextBox();
- tbExt = new TextBox();
- label2 = new Label();
- tbReplacement = new TextBox();
- label3 = new Label();
- butReset = new Button();
- SuspendLayout();
- //
- // butOk
- //
- butOk.Location = new Point(29, 282);
- butOk.Name = "butOk";
- butOk.Size = new Size(94, 29);
- butOk.TabIndex = 0;
- butOk.Text = "Ok";
- butOk.UseVisualStyleBackColor = true;
- butOk.Click += butOk_Click;
- //
- // butCancel
- //
- butCancel.Location = new Point(463, 282);
- butCancel.Name = "butCancel";
- butCancel.Size = new Size(94, 29);
- 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(293, 20);
- label1.TabIndex = 2;
- label1.Text = "Maska výstupního souboru (generovaného)";
- //
- // tbMask
- //
- tbMask.Location = new Point(12, 32);
- tbMask.Name = "tbMask";
- tbMask.Size = new Size(557, 27);
- tbMask.TabIndex = 3;
- //
- // tbExt
- //
- tbExt.Location = new Point(12, 88);
- tbExt.Name = "tbExt";
- tbExt.Size = new Size(557, 27);
- tbExt.TabIndex = 5;
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new Point(12, 65);
- label2.Name = "label2";
- label2.Size = new Size(198, 20);
- label2.TabIndex = 4;
- label2.Text = "Přípona mediálních souborů.";
- //
- // tbReplacement
- //
- tbReplacement.Location = new Point(12, 149);
- tbReplacement.Name = "tbReplacement";
- tbReplacement.Size = new Size(557, 27);
- tbReplacement.TabIndex = 7;
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new Point(12, 126);
- label3.Name = "label3";
- label3.Size = new Size(385, 20);
- label3.TabIndex = 6;
- label3.Text = "Odstranit ze jména zdrojového souboru (z náhledového).";
- //
- // butReset
- //
- butReset.Location = new Point(463, 192);
- butReset.Name = "butReset";
- butReset.Size = new Size(94, 29);
- butReset.TabIndex = 8;
- butReset.Text = "Reset";
- butReset.UseVisualStyleBackColor = true;
- butReset.Click += butReset_Click;
- //
- // dlgSettings
- //
- AutoScaleDimensions = new SizeF(8F, 20F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(581, 326);
- ControlBox = false;
- Controls.Add(butReset);
- Controls.Add(tbReplacement);
- Controls.Add(label3);
- Controls.Add(tbExt);
- Controls.Add(label2);
- Controls.Add(tbMask);
- Controls.Add(label1);
- Controls.Add(butCancel);
- Controls.Add(butOk);
- FormBorderStyle = FormBorderStyle.FixedDialog;
- MaximizeBox = false;
- MinimizeBox = false;
- Name = "dlgSettings";
- ShowIcon = false;
- StartPosition = FormStartPosition.CenterScreen;
- Text = "Nastavení";
- Load += dlgSettings_Load;
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private Button butOk;
- private Button butCancel;
- private Label label1;
- private TextBox tbMask;
- private TextBox tbExt;
- private Label label2;
- private TextBox tbReplacement;
- private Label label3;
- private Button butReset;
- }
- }
|