Geen omschrijving

ExportForm.Designer.cs 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. namespace BulkPrinting
  2. {
  3. partial class ExportForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm));
  29. this.btnRemoveBatch = new System.Windows.Forms.Button();
  30. this.btnAddBatch = new System.Windows.Forms.Button();
  31. this.lstSelectedBatches = new System.Windows.Forms.ListBox();
  32. this.lstBatchList = new System.Windows.Forms.ListBox();
  33. this.btnExport = new System.Windows.Forms.Button();
  34. this.btnCancel = new System.Windows.Forms.Button();
  35. this.lblBatchType = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.cmbNetwork = new System.Windows.Forms.ComboBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  44. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  45. this.SuspendLayout();
  46. //
  47. // btnRemoveBatch
  48. //
  49. this.btnRemoveBatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  50. this.btnRemoveBatch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  51. this.btnRemoveBatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.btnRemoveBatch.ForeColor = System.Drawing.Color.White;
  53. this.btnRemoveBatch.Location = new System.Drawing.Point(314, 160);
  54. this.btnRemoveBatch.Name = "btnRemoveBatch";
  55. this.btnRemoveBatch.Size = new System.Drawing.Size(86, 23);
  56. this.btnRemoveBatch.TabIndex = 16;
  57. this.btnRemoveBatch.Text = "<< Remove";
  58. this.btnRemoveBatch.UseVisualStyleBackColor = false;
  59. this.btnRemoveBatch.Click += new System.EventHandler(this.btnRemoveBatch_Click);
  60. //
  61. // btnAddBatch
  62. //
  63. this.btnAddBatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  64. this.btnAddBatch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  65. this.btnAddBatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  66. this.btnAddBatch.ForeColor = System.Drawing.Color.White;
  67. this.btnAddBatch.Location = new System.Drawing.Point(314, 131);
  68. this.btnAddBatch.Name = "btnAddBatch";
  69. this.btnAddBatch.Size = new System.Drawing.Size(86, 23);
  70. this.btnAddBatch.TabIndex = 15;
  71. this.btnAddBatch.Text = "Add >>";
  72. this.btnAddBatch.UseVisualStyleBackColor = false;
  73. this.btnAddBatch.Click += new System.EventHandler(this.btnAddBatch_Click);
  74. //
  75. // lstSelectedBatches
  76. //
  77. this.lstSelectedBatches.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  78. this.lstSelectedBatches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  79. this.lstSelectedBatches.FormattingEnabled = true;
  80. this.lstSelectedBatches.Location = new System.Drawing.Point(406, 34);
  81. this.lstSelectedBatches.Name = "lstSelectedBatches";
  82. this.lstSelectedBatches.Size = new System.Drawing.Size(296, 314);
  83. this.lstSelectedBatches.TabIndex = 13;
  84. //
  85. // lstBatchList
  86. //
  87. this.lstBatchList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  88. this.lstBatchList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  89. this.lstBatchList.FormattingEnabled = true;
  90. this.lstBatchList.Location = new System.Drawing.Point(12, 34);
  91. this.lstBatchList.Name = "lstBatchList";
  92. this.lstBatchList.Size = new System.Drawing.Size(296, 236);
  93. this.lstBatchList.TabIndex = 14;
  94. //
  95. // btnExport
  96. //
  97. this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  98. this.btnExport.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  99. this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.btnExport.ForeColor = System.Drawing.Color.White;
  101. this.btnExport.Location = new System.Drawing.Point(627, 360);
  102. this.btnExport.Name = "btnExport";
  103. this.btnExport.Size = new System.Drawing.Size(75, 23);
  104. this.btnExport.TabIndex = 17;
  105. this.btnExport.Text = "Export";
  106. this.btnExport.UseVisualStyleBackColor = false;
  107. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  108. //
  109. // btnCancel
  110. //
  111. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  112. this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  113. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  114. this.btnCancel.ForeColor = System.Drawing.Color.White;
  115. this.btnCancel.Location = new System.Drawing.Point(546, 360);
  116. this.btnCancel.Name = "btnCancel";
  117. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  118. this.btnCancel.TabIndex = 17;
  119. this.btnCancel.Text = "Cancel";
  120. this.btnCancel.UseVisualStyleBackColor = false;
  121. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  122. //
  123. // lblBatchType
  124. //
  125. this.lblBatchType.AutoSize = true;
  126. this.lblBatchType.ForeColor = System.Drawing.Color.White;
  127. this.lblBatchType.Location = new System.Drawing.Point(12, 13);
  128. this.lblBatchType.Name = "lblBatchType";
  129. this.lblBatchType.Size = new System.Drawing.Size(71, 13);
  130. this.lblBatchType.TabIndex = 18;
  131. this.lblBatchType.Text = "New Batches";
  132. //
  133. // label2
  134. //
  135. this.label2.AutoSize = true;
  136. this.label2.ForeColor = System.Drawing.Color.White;
  137. this.label2.Location = new System.Drawing.Point(406, 13);
  138. this.label2.Name = "label2";
  139. this.label2.Size = new System.Drawing.Size(117, 13);
  140. this.label2.TabIndex = 19;
  141. this.label2.Text = "Batches to be exported";
  142. //
  143. // label1
  144. //
  145. this.label1.AutoSize = true;
  146. this.label1.ForeColor = System.Drawing.Color.White;
  147. this.label1.Location = new System.Drawing.Point(12, 278);
  148. this.label1.Name = "label1";
  149. this.label1.Size = new System.Drawing.Size(29, 13);
  150. this.label1.TabIndex = 20;
  151. this.label1.Text = "Filter";
  152. //
  153. // label3
  154. //
  155. this.label3.AutoSize = true;
  156. this.label3.ForeColor = System.Drawing.Color.White;
  157. this.label3.Location = new System.Drawing.Point(12, 305);
  158. this.label3.Name = "label3";
  159. this.label3.Size = new System.Drawing.Size(50, 13);
  160. this.label3.TabIndex = 21;
  161. this.label3.Text = "Network:";
  162. //
  163. // cmbNetwork
  164. //
  165. this.cmbNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  166. this.cmbNetwork.FormattingEnabled = true;
  167. this.cmbNetwork.Location = new System.Drawing.Point(68, 302);
  168. this.cmbNetwork.Name = "cmbNetwork";
  169. this.cmbNetwork.Size = new System.Drawing.Size(238, 21);
  170. this.cmbNetwork.TabIndex = 22;
  171. this.cmbNetwork.SelectedIndexChanged += new System.EventHandler(this.cmbNetwork_SelectedIndexChanged);
  172. //
  173. // label4
  174. //
  175. this.label4.AutoSize = true;
  176. this.label4.ForeColor = System.Drawing.Color.White;
  177. this.label4.Location = new System.Drawing.Point(12, 332);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(74, 13);
  180. this.label4.TabIndex = 23;
  181. this.label4.Text = "Date Ordered:";
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.ForeColor = System.Drawing.Color.White;
  187. this.label5.Location = new System.Drawing.Point(180, 360);
  188. this.label5.Name = "label5";
  189. this.label5.Size = new System.Drawing.Size(20, 13);
  190. this.label5.TabIndex = 26;
  191. this.label5.Text = "To";
  192. //
  193. // label6
  194. //
  195. this.label6.AutoSize = true;
  196. this.label6.ForeColor = System.Drawing.Color.White;
  197. this.label6.Location = new System.Drawing.Point(170, 332);
  198. this.label6.Name = "label6";
  199. this.label6.Size = new System.Drawing.Size(30, 13);
  200. this.label6.TabIndex = 27;
  201. this.label6.Text = "From";
  202. //
  203. // dtpEndDate
  204. //
  205. this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  206. this.dtpEndDate.Location = new System.Drawing.Point(206, 358);
  207. this.dtpEndDate.Name = "dtpEndDate";
  208. this.dtpEndDate.Size = new System.Drawing.Size(100, 20);
  209. this.dtpEndDate.TabIndex = 24;
  210. this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
  211. //
  212. // dtpStartDate
  213. //
  214. this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  215. this.dtpStartDate.Location = new System.Drawing.Point(206, 332);
  216. this.dtpStartDate.Name = "dtpStartDate";
  217. this.dtpStartDate.Size = new System.Drawing.Size(100, 20);
  218. this.dtpStartDate.TabIndex = 25;
  219. this.dtpStartDate.CloseUp += new System.EventHandler(this.dtpStartDate_CloseUp);
  220. //
  221. // ExportForm
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  226. this.ClientSize = new System.Drawing.Size(711, 394);
  227. this.Controls.Add(this.label5);
  228. this.Controls.Add(this.label6);
  229. this.Controls.Add(this.dtpEndDate);
  230. this.Controls.Add(this.dtpStartDate);
  231. this.Controls.Add(this.label4);
  232. this.Controls.Add(this.cmbNetwork);
  233. this.Controls.Add(this.label3);
  234. this.Controls.Add(this.label1);
  235. this.Controls.Add(this.label2);
  236. this.Controls.Add(this.lblBatchType);
  237. this.Controls.Add(this.btnCancel);
  238. this.Controls.Add(this.btnExport);
  239. this.Controls.Add(this.btnRemoveBatch);
  240. this.Controls.Add(this.btnAddBatch);
  241. this.Controls.Add(this.lstSelectedBatches);
  242. this.Controls.Add(this.lstBatchList);
  243. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  244. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  245. this.MaximizeBox = false;
  246. this.MaximumSize = new System.Drawing.Size(727, 452);
  247. this.MinimizeBox = false;
  248. this.MinimumSize = new System.Drawing.Size(727, 352);
  249. this.Name = "ExportForm";
  250. this.Text = "Export Batches";
  251. this.Load += new System.EventHandler(this.ExportForm_Load);
  252. this.ResumeLayout(false);
  253. this.PerformLayout();
  254. }
  255. #endregion
  256. private System.Windows.Forms.Button btnRemoveBatch;
  257. private System.Windows.Forms.Button btnAddBatch;
  258. private System.Windows.Forms.ListBox lstSelectedBatches;
  259. private System.Windows.Forms.ListBox lstBatchList;
  260. private System.Windows.Forms.Button btnExport;
  261. private System.Windows.Forms.Button btnCancel;
  262. private System.Windows.Forms.Label lblBatchType;
  263. private System.Windows.Forms.Label label2;
  264. private System.Windows.Forms.Label label1;
  265. private System.Windows.Forms.Label label3;
  266. private System.Windows.Forms.ComboBox cmbNetwork;
  267. private System.Windows.Forms.Label label4;
  268. private System.Windows.Forms.Label label5;
  269. private System.Windows.Forms.Label label6;
  270. private System.Windows.Forms.DateTimePicker dtpEndDate;
  271. private System.Windows.Forms.DateTimePicker dtpStartDate;
  272. }
  273. }