| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class dlgEditCfg
- {
- /// <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()
- {
- butCancel = new Button();
- butOk = new Button();
- label1 = new Label();
- label2 = new Label();
- tbVariants = new TextBox();
- tbCategories = new TextBox();
- label3 = new Label();
- label4 = new Label();
- tbOrderNo = new TextBox();
- tbProuductCat = new TextBox();
- label5 = new Label();
- tbUri = new TextBox();
- label6 = new Label();
- tbQuantity = new TextBox();
- label7 = new Label();
- tbProductFormat = new TextBox();
- label8 = new Label();
- tbProductName = new TextBox();
- label9 = new Label();
- tbCSVDelimiter = new TextBox();
- label10 = new Label();
- tbEmail = new TextBox();
- label11 = new Label();
- label12 = new Label();
- tbFormatDigital = new TextBox();
- label13 = new Label();
- label14 = new Label();
- tbTssApiKey = new TextBox();
- label15 = new Label();
- tbTssChunkSize = new TextBox();
- label16 = new Label();
- tbTssUrl = new TextBox();
- label17 = new Label();
- SuspendLayout();
- //
- // butCancel
- //
- butCancel.Location = new Point(392, 532);
- butCancel.Margin = new Padding(3, 2, 3, 2);
- butCancel.Name = "butCancel";
- butCancel.Size = new Size(82, 22);
- butCancel.TabIndex = 3;
- butCancel.Text = "Zrušit";
- butCancel.UseVisualStyleBackColor = true;
- butCancel.Click += butCancel_Click;
- //
- // butOk
- //
- butOk.Location = new Point(12, 532);
- butOk.Margin = new Padding(3, 2, 3, 2);
- butOk.Name = "butOk";
- butOk.Size = new Size(82, 22);
- butOk.TabIndex = 2;
- butOk.Text = "Ok";
- butOk.UseVisualStyleBackColor = true;
- butOk.Click += butOk_Click;
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new Point(14, 9);
- label1.Name = "label1";
- label1.Size = new Size(119, 15);
- label1.TabIndex = 4;
- label1.Text = "RAW hodnoty variant";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new Point(14, 104);
- label2.Name = "label2";
- label2.Size = new Size(129, 15);
- label2.TabIndex = 5;
- label2.Text = "RAW hodnoty kategorií";
- //
- // tbVariants
- //
- tbVariants.Location = new Point(19, 27);
- tbVariants.Multiline = true;
- tbVariants.Name = "tbVariants";
- tbVariants.Size = new Size(455, 70);
- tbVariants.TabIndex = 6;
- //
- // tbCategories
- //
- tbCategories.Location = new Point(19, 122);
- tbCategories.Multiline = true;
- tbCategories.Name = "tbCategories";
- tbCategories.Size = new Size(455, 70);
- tbCategories.TabIndex = 7;
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new Point(14, 195);
- label3.Name = "label3";
- label3.Size = new Size(120, 15);
- label3.TabIndex = 8;
- label3.Text = "Mapování Batch CSV:";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new Point(19, 210);
- label4.Name = "label4";
- label4.Size = new Size(53, 15);
- label4.TabIndex = 9;
- label4.Text = "OrderNo";
- //
- // tbOrderNo
- //
- tbOrderNo.Location = new Point(20, 228);
- tbOrderNo.Name = "tbOrderNo";
- tbOrderNo.Size = new Size(100, 23);
- tbOrderNo.TabIndex = 10;
- //
- // tbProuductCat
- //
- tbProuductCat.Location = new Point(126, 228);
- tbProuductCat.Name = "tbProuductCat";
- tbProuductCat.Size = new Size(100, 23);
- tbProuductCat.TabIndex = 12;
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new Point(125, 210);
- label5.Name = "label5";
- label5.Size = new Size(67, 15);
- label5.TabIndex = 11;
- label5.Text = "ProductCat";
- //
- // tbUri
- //
- tbUri.Location = new Point(232, 228);
- tbUri.Name = "tbUri";
- tbUri.Size = new Size(100, 23);
- tbUri.TabIndex = 14;
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Location = new Point(231, 210);
- label6.Name = "label6";
- label6.Size = new Size(22, 15);
- label6.TabIndex = 13;
- label6.Text = "Uri";
- //
- // tbQuantity
- //
- tbQuantity.Location = new Point(338, 228);
- tbQuantity.Name = "tbQuantity";
- tbQuantity.Size = new Size(100, 23);
- tbQuantity.TabIndex = 16;
- //
- // label7
- //
- label7.AutoSize = true;
- label7.Location = new Point(337, 210);
- label7.Name = "label7";
- label7.Size = new Size(53, 15);
- label7.TabIndex = 15;
- label7.Text = "Quantity";
- //
- // tbProductFormat
- //
- tbProductFormat.Location = new Point(20, 282);
- tbProductFormat.Name = "tbProductFormat";
- tbProductFormat.Size = new Size(100, 23);
- tbProductFormat.TabIndex = 18;
- //
- // label8
- //
- label8.AutoSize = true;
- label8.Location = new Point(19, 264);
- label8.Name = "label8";
- label8.Size = new Size(87, 15);
- label8.TabIndex = 17;
- label8.Text = "ProductFormat";
- //
- // tbProductName
- //
- tbProductName.Location = new Point(126, 282);
- tbProductName.Name = "tbProductName";
- tbProductName.Size = new Size(100, 23);
- tbProductName.TabIndex = 20;
- //
- // label9
- //
- label9.AutoSize = true;
- label9.Location = new Point(125, 264);
- label9.Name = "label9";
- label9.Size = new Size(81, 15);
- label9.TabIndex = 19;
- label9.Text = "ProductName";
- //
- // tbCSVDelimiter
- //
- tbCSVDelimiter.Location = new Point(337, 282);
- tbCSVDelimiter.Name = "tbCSVDelimiter";
- tbCSVDelimiter.Size = new Size(100, 23);
- tbCSVDelimiter.TabIndex = 22;
- //
- // label10
- //
- label10.AutoSize = true;
- label10.Location = new Point(336, 264);
- label10.Name = "label10";
- label10.Size = new Size(79, 15);
- label10.TabIndex = 21;
- label10.Text = "CSV Delimiter";
- //
- // tbEmail
- //
- tbEmail.Location = new Point(232, 282);
- tbEmail.Name = "tbEmail";
- tbEmail.Size = new Size(100, 23);
- tbEmail.TabIndex = 24;
- //
- // label11
- //
- label11.AutoSize = true;
- label11.Location = new Point(231, 264);
- label11.Name = "label11";
- label11.Size = new Size(36, 15);
- label11.TabIndex = 23;
- label11.Text = "Email";
- //
- // label12
- //
- label12.AutoSize = true;
- label12.Location = new Point(19, 459);
- label12.Name = "label12";
- label12.Size = new Size(48, 15);
- label12.TabIndex = 25;
- label12.Text = "Ostatní:";
- //
- // tbFormatDigital
- //
- tbFormatDigital.Location = new Point(20, 492);
- tbFormatDigital.Name = "tbFormatDigital";
- tbFormatDigital.Size = new Size(100, 23);
- tbFormatDigital.TabIndex = 27;
- //
- // label13
- //
- label13.AutoSize = true;
- label13.Location = new Point(19, 474);
- label13.Name = "label13";
- label13.Size = new Size(95, 15);
- label13.TabIndex = 26;
- label13.Text = "Formát: Digitální";
- //
- // label14
- //
- label14.AutoSize = true;
- label14.Location = new Point(19, 323);
- label14.Name = "label14";
- label14.Size = new Size(171, 15);
- label14.TabIndex = 28;
- label14.Text = "Zpracování digitálního obsahu:";
- //
- // tbTssApiKey
- //
- tbTssApiKey.Location = new Point(20, 367);
- tbTssApiKey.Name = "tbTssApiKey";
- tbTssApiKey.Size = new Size(312, 23);
- tbTssApiKey.TabIndex = 30;
- //
- // label15
- //
- label15.AutoSize = true;
- label15.Location = new Point(19, 349);
- label15.Name = "label15";
- label15.Size = new Size(66, 15);
- label15.TabIndex = 29;
- label15.Text = "TSS APIKEY";
- //
- // tbTssChunkSize
- //
- tbTssChunkSize.Location = new Point(336, 367);
- tbTssChunkSize.Name = "tbTssChunkSize";
- tbTssChunkSize.Size = new Size(100, 23);
- tbTssChunkSize.TabIndex = 32;
- //
- // label16
- //
- label16.AutoSize = true;
- label16.Location = new Point(335, 349);
- label16.Name = "label16";
- label16.Size = new Size(99, 15);
- label16.TabIndex = 31;
- label16.Text = "ChunkSize (Bajty)";
- //
- // tbTssUrl
- //
- tbTssUrl.Location = new Point(19, 415);
- tbTssUrl.Name = "tbTssUrl";
- tbTssUrl.Size = new Size(312, 23);
- tbTssUrl.TabIndex = 34;
- //
- // label17
- //
- label17.AutoSize = true;
- label17.Location = new Point(18, 397);
- label17.Name = "label17";
- label17.Size = new Size(43, 15);
- label17.TabIndex = 33;
- label17.Text = "TSS Url";
- //
- // dlgEditCfg
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(509, 627);
- ControlBox = false;
- Controls.Add(tbTssUrl);
- Controls.Add(label17);
- Controls.Add(tbTssChunkSize);
- Controls.Add(label16);
- Controls.Add(tbTssApiKey);
- Controls.Add(label15);
- Controls.Add(label14);
- Controls.Add(tbFormatDigital);
- Controls.Add(label13);
- Controls.Add(label12);
- Controls.Add(tbEmail);
- Controls.Add(label11);
- Controls.Add(tbCSVDelimiter);
- Controls.Add(label10);
- Controls.Add(tbProductName);
- Controls.Add(label9);
- Controls.Add(tbProductFormat);
- Controls.Add(label8);
- Controls.Add(tbQuantity);
- Controls.Add(label7);
- Controls.Add(tbUri);
- Controls.Add(label6);
- Controls.Add(tbProuductCat);
- Controls.Add(label5);
- Controls.Add(tbOrderNo);
- Controls.Add(label4);
- Controls.Add(label3);
- Controls.Add(tbCategories);
- Controls.Add(tbVariants);
- Controls.Add(label2);
- Controls.Add(label1);
- Controls.Add(butCancel);
- Controls.Add(butOk);
- FormBorderStyle = FormBorderStyle.FixedDialog;
- Name = "dlgEditCfg";
- StartPosition = FormStartPosition.CenterScreen;
- Text = "Editor konfigurace";
- Load += dlgEditCfg_Load;
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private Button butCancel;
- private Button butOk;
- private Label label1;
- private Label label2;
- private TextBox tbVariants;
- private TextBox tbCategories;
- private Label label3;
- private Label label4;
- private TextBox tbOrderNo;
- private TextBox tbProuductCat;
- private Label label5;
- private TextBox tbUri;
- private Label label6;
- private TextBox tbQuantity;
- private Label label7;
- private TextBox tbProductFormat;
- private Label label8;
- private TextBox tbProductName;
- private Label label9;
- private TextBox tbCSVDelimiter;
- private Label label10;
- private TextBox tbEmail;
- private Label label11;
- private Label label12;
- private TextBox tbFormatDigital;
- private Label label13;
- private Label label14;
- private TextBox tbTssApiKey;
- private Label label15;
- private TextBox tbTssChunkSize;
- private Label label16;
- private TextBox tbTssUrl;
- private Label label17;
- }
- }
|