dlgProtocol.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class dlgProtocol
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. butCancel = new Button();
  29. butOk = new Button();
  30. label1 = new Label();
  31. tbExternalOrder = new TextBox();
  32. label2 = new Label();
  33. tbProtocolFile = new TextBox();
  34. label3 = new Label();
  35. butOpenProt = new Button();
  36. dtExternaOrderDate = new DateTimePicker();
  37. dlgSave = new SaveFileDialog();
  38. SuspendLayout();
  39. //
  40. // butCancel
  41. //
  42. butCancel.Location = new Point(493, 278);
  43. butCancel.Name = "butCancel";
  44. butCancel.Size = new Size(94, 29);
  45. butCancel.TabIndex = 0;
  46. butCancel.Text = "Zrušit";
  47. butCancel.UseVisualStyleBackColor = true;
  48. butCancel.Click += butCancel_Click;
  49. //
  50. // butOk
  51. //
  52. butOk.Location = new Point(21, 278);
  53. butOk.Name = "butOk";
  54. butOk.Size = new Size(94, 29);
  55. butOk.TabIndex = 1;
  56. butOk.Text = "Ok";
  57. butOk.UseVisualStyleBackColor = true;
  58. butOk.Click += butOk_Click;
  59. //
  60. // label1
  61. //
  62. label1.AutoSize = true;
  63. label1.Location = new Point(14, 10);
  64. label1.Name = "label1";
  65. label1.Size = new Size(227, 20);
  66. label1.TabIndex = 2;
  67. label1.Text = "Číslo objednávky z tiskové služby";
  68. //
  69. // tbExternalOrder
  70. //
  71. tbExternalOrder.Location = new Point(19, 32);
  72. tbExternalOrder.Name = "tbExternalOrder";
  73. tbExternalOrder.Size = new Size(568, 27);
  74. tbExternalOrder.TabIndex = 3;
  75. //
  76. // label2
  77. //
  78. label2.AutoSize = true;
  79. label2.Location = new Point(14, 66);
  80. label2.Name = "label2";
  81. label2.Size = new Size(240, 20);
  82. label2.TabIndex = 4;
  83. label2.Text = "Datum objednávky z tiskové služby";
  84. //
  85. // tbProtocolFile
  86. //
  87. tbProtocolFile.Location = new Point(19, 149);
  88. tbProtocolFile.Name = "tbProtocolFile";
  89. tbProtocolFile.ReadOnly = true;
  90. tbProtocolFile.Size = new Size(523, 27);
  91. tbProtocolFile.TabIndex = 7;
  92. //
  93. // label3
  94. //
  95. label3.AutoSize = true;
  96. label3.Location = new Point(14, 127);
  97. label3.Name = "label3";
  98. label3.Size = new Size(126, 20);
  99. label3.TabIndex = 6;
  100. label3.Text = "Soubor protoloku";
  101. //
  102. // butOpenProt
  103. //
  104. butOpenProt.Location = new Point(555, 149);
  105. butOpenProt.Name = "butOpenProt";
  106. butOpenProt.Size = new Size(32, 29);
  107. butOpenProt.TabIndex = 8;
  108. butOpenProt.Text = "...";
  109. butOpenProt.UseVisualStyleBackColor = true;
  110. butOpenProt.Click += butOpenProt_Click;
  111. //
  112. // dtExternaOrderDate
  113. //
  114. dtExternaOrderDate.Format = DateTimePickerFormat.Short;
  115. dtExternaOrderDate.Location = new Point(18, 93);
  116. dtExternaOrderDate.Name = "dtExternaOrderDate";
  117. dtExternaOrderDate.Size = new Size(569, 27);
  118. dtExternaOrderDate.TabIndex = 9;
  119. //
  120. // dlgSave
  121. //
  122. dlgSave.DefaultExt = "*.csv";
  123. dlgSave.Filter = "CSV file (*.csv)|*.csv";
  124. dlgSave.RestoreDirectory = true;
  125. dlgSave.Title = "Vyberte název pro soubor protokolu.";
  126. //
  127. // dlgProtocol
  128. //
  129. AutoScaleDimensions = new SizeF(8F, 20F);
  130. AutoScaleMode = AutoScaleMode.Font;
  131. ClientSize = new Size(606, 327);
  132. Controls.Add(dtExternaOrderDate);
  133. Controls.Add(butOpenProt);
  134. Controls.Add(tbProtocolFile);
  135. Controls.Add(label3);
  136. Controls.Add(label2);
  137. Controls.Add(tbExternalOrder);
  138. Controls.Add(label1);
  139. Controls.Add(butOk);
  140. Controls.Add(butCancel);
  141. FormBorderStyle = FormBorderStyle.FixedDialog;
  142. MaximizeBox = false;
  143. MinimizeBox = false;
  144. Name = "dlgProtocol";
  145. Text = "Generování protokolu";
  146. Load += dlgProtocol_Load;
  147. ResumeLayout(false);
  148. PerformLayout();
  149. }
  150. #endregion
  151. private Button butCancel;
  152. private Button butOk;
  153. private Label label1;
  154. private TextBox tbExternalOrder;
  155. private Label label2;
  156. private TextBox tbProtocolFile;
  157. private Label label3;
  158. private Button butOpenProt;
  159. private DateTimePicker dtExternaOrderDate;
  160. private SaveFileDialog dlgSave;
  161. }
  162. }