namespace qdr.app.studiou.orders2printpack { partial class dlgImport { /// /// 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() { 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; } }