| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class dlgImport
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgImport));
- label1 = new Label();
- tbImportDir = new TextBox();
- butOpenDir = new Button();
- label2 = new Label();
- dtUploadDate = new DateTimePicker();
- label3 = new Label();
- tbUrlPrefix = new TextBox();
- tbShortDescription = new TextBox();
- label4 = new Label();
- tbDescription = new TextBox();
- label5 = new Label();
- butImport = new Button();
- butCancel = new Button();
- label6 = new Label();
- textBox3 = new TextBox();
- dlgOpenDir = new FolderBrowserDialog();
- SuspendLayout();
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new Point(12, 9);
- label1.Name = "label1";
- label1.Size = new Size(232, 15);
- label1.TabIndex = 0;
- label1.Text = "Importní adresář (Kategorie\\Varianta\\*.jpg)";
- //
- // tbImportDir
- //
- tbImportDir.Location = new Point(12, 27);
- tbImportDir.Name = "tbImportDir";
- tbImportDir.ReadOnly = true;
- tbImportDir.Size = new Size(305, 23);
- tbImportDir.TabIndex = 1;
- //
- // butOpenDir
- //
- butOpenDir.Location = new Point(323, 27);
- butOpenDir.Name = "butOpenDir";
- butOpenDir.Size = new Size(37, 23);
- butOpenDir.TabIndex = 2;
- butOpenDir.Text = "...";
- butOpenDir.UseVisualStyleBackColor = true;
- butOpenDir.Click += butOpenDir_Click;
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new Point(12, 53);
- label2.Name = "label2";
- label2.Size = new Size(183, 15);
- label2.TabIndex = 3;
- label2.Text = "Datum uploadu fotografií na web";
- //
- // dtUploadDate
- //
- dtUploadDate.Format = DateTimePickerFormat.Short;
- dtUploadDate.Location = new Point(12, 71);
- dtUploadDate.Name = "dtUploadDate";
- dtUploadDate.Size = new Size(305, 23);
- dtUploadDate.TabIndex = 4;
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new Point(12, 97);
- label3.Name = "label3";
- label3.Size = new Size(66, 15);
- label3.TabIndex = 5;
- label3.Text = "Url šablona";
- //
- // tbUrlPrefix
- //
- tbUrlPrefix.Location = new Point(15, 114);
- tbUrlPrefix.Name = "tbUrlPrefix";
- tbUrlPrefix.Size = new Size(302, 23);
- tbUrlPrefix.TabIndex = 6;
- //
- // tbShortDescription
- //
- tbShortDescription.Location = new Point(15, 158);
- tbShortDescription.Name = "tbShortDescription";
- tbShortDescription.Size = new Size(302, 23);
- tbShortDescription.TabIndex = 8;
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new Point(12, 141);
- label4.Name = "label4";
- label4.Size = new Size(116, 15);
- label4.TabIndex = 7;
- label4.Text = "Krátký popis šablona";
- //
- // tbDescription
- //
- tbDescription.Location = new Point(15, 204);
- tbDescription.Multiline = true;
- tbDescription.Name = "tbDescription";
- tbDescription.Size = new Size(302, 88);
- tbDescription.TabIndex = 10;
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new Point(12, 187);
- label5.Name = "label5";
- label5.Size = new Size(121, 15);
- label5.TabIndex = 9;
- label5.Text = "Dlouhý popis šablona";
- //
- // butImport
- //
- butImport.Location = new Point(15, 307);
- butImport.Name = "butImport";
- butImport.Size = new Size(75, 23);
- butImport.TabIndex = 11;
- butImport.Text = "Import";
- butImport.UseVisualStyleBackColor = true;
- butImport.Click += butImport_Click;
- //
- // butCancel
- //
- butCancel.Location = new Point(564, 307);
- butCancel.Name = "butCancel";
- butCancel.Size = new Size(75, 23);
- butCancel.TabIndex = 12;
- butCancel.Text = "Zrušit";
- butCancel.UseVisualStyleBackColor = true;
- butCancel.Click += button2_Click;
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
- label6.Location = new Point(366, 27);
- label6.Name = "label6";
- label6.Size = new Size(95, 15);
- label6.TabIndex = 13;
- label6.Text = "Značky / příklad";
- //
- // textBox3
- //
- textBox3.Location = new Point(373, 46);
- textBox3.Multiline = true;
- textBox3.Name = "textBox3";
- textBox3.ReadOnly = true;
- textBox3.Size = new Size(266, 250);
- textBox3.TabIndex = 14;
- textBox3.Text = resources.GetString("textBox3.Text");
- //
- // dlgImport
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(656, 343);
- Controls.Add(textBox3);
- Controls.Add(label6);
- Controls.Add(butCancel);
- Controls.Add(butImport);
- Controls.Add(tbDescription);
- Controls.Add(label5);
- Controls.Add(tbShortDescription);
- Controls.Add(label4);
- Controls.Add(tbUrlPrefix);
- Controls.Add(label3);
- Controls.Add(dtUploadDate);
- Controls.Add(label2);
- Controls.Add(butOpenDir);
- Controls.Add(tbImportDir);
- Controls.Add(label1);
- FormBorderStyle = FormBorderStyle.FixedDialog;
- MaximizeBox = false;
- MinimizeBox = false;
- Name = "dlgImport";
- Text = "Import produktů z adresářové struktury";
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private Label label1;
- private TextBox tbImportDir;
- private Button butOpenDir;
- private Label label2;
- private DateTimePicker dtUploadDate;
- private Label label3;
- private TextBox tbUrlPrefix;
- private TextBox tbShortDescription;
- private Label label4;
- private TextBox tbDescription;
- private Label label5;
- private Button butImport;
- private Button butCancel;
- private Label label6;
- private TextBox textBox3;
- private FolderBrowserDialog dlgOpenDir;
- }
- }
|