説明なし

BatchForm.Designer.cs 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. namespace BulkPrinting
  2. {
  3. partial class BatchForm
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchForm));
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.pnlSplitGrids = new System.Windows.Forms.Panel();
  33. this.btnOrderReport = new System.Windows.Forms.Button();
  34. this.btnViewPINs = new System.Windows.Forms.Button();
  35. this.btnExport = new System.Windows.Forms.Button();
  36. this.btnReprint = new System.Windows.Forms.Button();
  37. this.grpFilter = new System.Windows.Forms.GroupBox();
  38. this.rdoFilterExported = new System.Windows.Forms.RadioButton();
  39. this.rdoFilterReprinted = new System.Windows.Forms.RadioButton();
  40. this.rdoFilterUnprinted = new System.Windows.Forms.RadioButton();
  41. this.rdoFilterPrinted = new System.Windows.Forms.RadioButton();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.dtpFilterEndDate = new System.Windows.Forms.DateTimePicker();
  45. this.dtpFilterStartDate = new System.Windows.Forms.DateTimePicker();
  46. this.btnLogout = new System.Windows.Forms.Button();
  47. this.btnPrint = new System.Windows.Forms.Button();
  48. this.btnReExport = new System.Windows.Forms.Button();
  49. this.btnOrder = new System.Windows.Forms.Button();
  50. this.dgvBatches = new System.Windows.Forms.DataGridView();
  51. this.LogoutTimer = new System.Windows.Forms.Timer(this.components);
  52. this.lblLoading = new System.Windows.Forms.Label();
  53. this.ReSyncTimer = new System.Windows.Forms.Timer(this.components);
  54. this.pnlSplitGrids.SuspendLayout();
  55. this.grpFilter.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvBatches)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // contextMenuStrip1
  60. //
  61. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  62. this.contextMenuStrip1.Name = "contextMenuStrip1";
  63. this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  64. //
  65. // pnlSplitGrids
  66. //
  67. this.pnlSplitGrids.AutoSize = true;
  68. this.pnlSplitGrids.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  69. this.pnlSplitGrids.BackColor = System.Drawing.Color.Transparent;
  70. this.pnlSplitGrids.Controls.Add(this.btnOrderReport);
  71. this.pnlSplitGrids.Controls.Add(this.btnViewPINs);
  72. this.pnlSplitGrids.Controls.Add(this.btnExport);
  73. this.pnlSplitGrids.Controls.Add(this.btnReprint);
  74. this.pnlSplitGrids.Controls.Add(this.grpFilter);
  75. this.pnlSplitGrids.Controls.Add(this.btnLogout);
  76. this.pnlSplitGrids.Controls.Add(this.btnPrint);
  77. this.pnlSplitGrids.Controls.Add(this.btnReExport);
  78. this.pnlSplitGrids.Controls.Add(this.btnOrder);
  79. this.pnlSplitGrids.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.pnlSplitGrids.Location = new System.Drawing.Point(0, 12);
  81. this.pnlSplitGrids.Margin = new System.Windows.Forms.Padding(4);
  82. this.pnlSplitGrids.Name = "pnlSplitGrids";
  83. this.pnlSplitGrids.Size = new System.Drawing.Size(1716, 127);
  84. this.pnlSplitGrids.TabIndex = 3;
  85. this.pnlSplitGrids.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSplitGrids_Paint);
  86. //
  87. // btnOrderReport
  88. //
  89. this.btnOrderReport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  90. this.btnOrderReport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset201clear;
  91. this.btnOrderReport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  92. this.btnOrderReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.btnOrderReport.Location = new System.Drawing.Point(157, 0);
  94. this.btnOrderReport.Margin = new System.Windows.Forms.Padding(4);
  95. this.btnOrderReport.Name = "btnOrderReport";
  96. this.btnOrderReport.Size = new System.Drawing.Size(133, 123);
  97. this.btnOrderReport.TabIndex = 5;
  98. this.btnOrderReport.UseVisualStyleBackColor = true;
  99. this.btnOrderReport.Click += new System.EventHandler(this.btnOrderReport_Click);
  100. this.btnOrderReport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  101. //
  102. // btnViewPINs
  103. //
  104. this.btnViewPINs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  105. this.btnViewPINs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  106. this.btnViewPINs.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset601clear;
  107. this.btnViewPINs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  108. this.btnViewPINs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.btnViewPINs.Location = new System.Drawing.Point(928, 0);
  110. this.btnViewPINs.Margin = new System.Windows.Forms.Padding(4);
  111. this.btnViewPINs.Name = "btnViewPINs";
  112. this.btnViewPINs.Size = new System.Drawing.Size(133, 123);
  113. this.btnViewPINs.TabIndex = 4;
  114. this.btnViewPINs.UseVisualStyleBackColor = false;
  115. this.btnViewPINs.Click += new System.EventHandler(this.btnViewPINs_Click);
  116. this.btnViewPINs.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  117. //
  118. // btnExport
  119. //
  120. this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  121. this.btnExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset501clear;
  122. this.btnExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  123. this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  124. this.btnExport.Location = new System.Drawing.Point(581, 0);
  125. this.btnExport.Margin = new System.Windows.Forms.Padding(4);
  126. this.btnExport.Name = "btnExport";
  127. this.btnExport.Size = new System.Drawing.Size(133, 123);
  128. this.btnExport.TabIndex = 4;
  129. this.btnExport.UseVisualStyleBackColor = false;
  130. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  131. this.btnExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  132. //
  133. // btnReprint
  134. //
  135. this.btnReprint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnReprint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
  137. this.btnReprint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset801clear;
  138. this.btnReprint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  139. this.btnReprint.Enabled = false;
  140. this.btnReprint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.btnReprint.Location = new System.Drawing.Point(1211, 0);
  142. this.btnReprint.Margin = new System.Windows.Forms.Padding(4);
  143. this.btnReprint.Name = "btnReprint";
  144. this.btnReprint.Size = new System.Drawing.Size(133, 123);
  145. this.btnReprint.TabIndex = 4;
  146. this.btnReprint.UseVisualStyleBackColor = false;
  147. this.btnReprint.Click += new System.EventHandler(this.btnReprint_Click);
  148. this.btnReprint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  149. //
  150. // grpFilter
  151. //
  152. this.grpFilter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  153. this.grpFilter.Controls.Add(this.rdoFilterExported);
  154. this.grpFilter.Controls.Add(this.rdoFilterReprinted);
  155. this.grpFilter.Controls.Add(this.rdoFilterUnprinted);
  156. this.grpFilter.Controls.Add(this.rdoFilterPrinted);
  157. this.grpFilter.Controls.Add(this.label2);
  158. this.grpFilter.Controls.Add(this.label1);
  159. this.grpFilter.Controls.Add(this.dtpFilterEndDate);
  160. this.grpFilter.Controls.Add(this.dtpFilterStartDate);
  161. this.grpFilter.Dock = System.Windows.Forms.DockStyle.Right;
  162. this.grpFilter.ForeColor = System.Drawing.Color.White;
  163. this.grpFilter.Location = new System.Drawing.Point(1352, 0);
  164. this.grpFilter.Margin = new System.Windows.Forms.Padding(4);
  165. this.grpFilter.MaximumSize = new System.Drawing.Size(364, 123);
  166. this.grpFilter.Name = "grpFilter";
  167. this.grpFilter.Padding = new System.Windows.Forms.Padding(4);
  168. this.grpFilter.Size = new System.Drawing.Size(364, 123);
  169. this.grpFilter.TabIndex = 3;
  170. this.grpFilter.TabStop = false;
  171. this.grpFilter.Text = "Filter";
  172. //
  173. // rdoFilterExported
  174. //
  175. this.rdoFilterExported.AutoSize = true;
  176. this.rdoFilterExported.Location = new System.Drawing.Point(176, 85);
  177. this.rdoFilterExported.Margin = new System.Windows.Forms.Padding(4);
  178. this.rdoFilterExported.Name = "rdoFilterExported";
  179. this.rdoFilterExported.Size = new System.Drawing.Size(149, 21);
  180. this.rdoFilterExported.TabIndex = 3;
  181. this.rdoFilterExported.Text = "Exported Vouchers";
  182. this.rdoFilterExported.UseVisualStyleBackColor = true;
  183. this.rdoFilterExported.CheckedChanged += new System.EventHandler(this.rdoFilterExported_CheckedChanged);
  184. //
  185. // rdoFilterReprinted
  186. //
  187. this.rdoFilterReprinted.AutoSize = true;
  188. this.rdoFilterReprinted.Location = new System.Drawing.Point(176, 57);
  189. this.rdoFilterReprinted.Margin = new System.Windows.Forms.Padding(4);
  190. this.rdoFilterReprinted.Name = "rdoFilterReprinted";
  191. this.rdoFilterReprinted.Size = new System.Drawing.Size(155, 21);
  192. this.rdoFilterReprinted.TabIndex = 3;
  193. this.rdoFilterReprinted.Text = "Reprinted Vouchers";
  194. this.rdoFilterReprinted.UseVisualStyleBackColor = true;
  195. this.rdoFilterReprinted.CheckedChanged += new System.EventHandler(this.rdoFilterReprinted_CheckedChanged);
  196. //
  197. // rdoFilterUnprinted
  198. //
  199. this.rdoFilterUnprinted.AutoSize = true;
  200. this.rdoFilterUnprinted.Checked = true;
  201. this.rdoFilterUnprinted.Location = new System.Drawing.Point(8, 85);
  202. this.rdoFilterUnprinted.Margin = new System.Windows.Forms.Padding(4);
  203. this.rdoFilterUnprinted.Name = "rdoFilterUnprinted";
  204. this.rdoFilterUnprinted.Size = new System.Drawing.Size(155, 21);
  205. this.rdoFilterUnprinted.TabIndex = 3;
  206. this.rdoFilterUnprinted.TabStop = true;
  207. this.rdoFilterUnprinted.Text = "Unprinted Vouchers";
  208. this.rdoFilterUnprinted.UseVisualStyleBackColor = true;
  209. this.rdoFilterUnprinted.CheckedChanged += new System.EventHandler(this.rdoFilterUnprinted_CheckedChanged);
  210. //
  211. // rdoFilterPrinted
  212. //
  213. this.rdoFilterPrinted.AutoSize = true;
  214. this.rdoFilterPrinted.Location = new System.Drawing.Point(8, 57);
  215. this.rdoFilterPrinted.Margin = new System.Windows.Forms.Padding(4);
  216. this.rdoFilterPrinted.Name = "rdoFilterPrinted";
  217. this.rdoFilterPrinted.Size = new System.Drawing.Size(138, 21);
  218. this.rdoFilterPrinted.TabIndex = 3;
  219. this.rdoFilterPrinted.Text = "Printed Vouchers";
  220. this.rdoFilterPrinted.UseVisualStyleBackColor = true;
  221. this.rdoFilterPrinted.CheckedChanged += new System.EventHandler(this.rdoFilterPrinted_CheckedChanged);
  222. //
  223. // label2
  224. //
  225. this.label2.AutoSize = true;
  226. this.label2.Location = new System.Drawing.Point(183, 23);
  227. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  228. this.label2.Name = "label2";
  229. this.label2.Size = new System.Drawing.Size(29, 17);
  230. this.label2.TabIndex = 2;
  231. this.label2.Text = "To:";
  232. //
  233. // label1
  234. //
  235. this.label1.AutoSize = true;
  236. this.label1.Location = new System.Drawing.Point(8, 23);
  237. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  238. this.label1.Name = "label1";
  239. this.label1.Size = new System.Drawing.Size(44, 17);
  240. this.label1.TabIndex = 2;
  241. this.label1.Text = "From:";
  242. //
  243. // dtpFilterEndDate
  244. //
  245. this.dtpFilterEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  246. this.dtpFilterEndDate.Location = new System.Drawing.Point(213, 20);
  247. this.dtpFilterEndDate.Margin = new System.Windows.Forms.Padding(4);
  248. this.dtpFilterEndDate.Name = "dtpFilterEndDate";
  249. this.dtpFilterEndDate.Size = new System.Drawing.Size(127, 22);
  250. this.dtpFilterEndDate.TabIndex = 0;
  251. this.dtpFilterEndDate.CloseUp += new System.EventHandler(this.dtpFilterEndDate_CloseUp);
  252. //
  253. // dtpFilterStartDate
  254. //
  255. this.dtpFilterStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  256. this.dtpFilterStartDate.Location = new System.Drawing.Point(53, 20);
  257. this.dtpFilterStartDate.Margin = new System.Windows.Forms.Padding(4);
  258. this.dtpFilterStartDate.Name = "dtpFilterStartDate";
  259. this.dtpFilterStartDate.Size = new System.Drawing.Size(127, 22);
  260. this.dtpFilterStartDate.TabIndex = 0;
  261. this.dtpFilterStartDate.CloseUp += new System.EventHandler(this.dtpFilterStartDate_CloseUp);
  262. //
  263. // btnLogout
  264. //
  265. this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  266. this.btnLogout.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset101clear;
  267. this.btnLogout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  268. this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  269. this.btnLogout.Location = new System.Drawing.Point(16, 0);
  270. this.btnLogout.Margin = new System.Windows.Forms.Padding(4);
  271. this.btnLogout.Name = "btnLogout";
  272. this.btnLogout.Size = new System.Drawing.Size(133, 123);
  273. this.btnLogout.TabIndex = 1;
  274. this.btnLogout.UseVisualStyleBackColor = false;
  275. this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
  276. this.btnLogout.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  277. //
  278. // btnPrint
  279. //
  280. this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  281. this.btnPrint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset401clear;
  282. this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  283. this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  284. this.btnPrint.Location = new System.Drawing.Point(440, 0);
  285. this.btnPrint.Margin = new System.Windows.Forms.Padding(4);
  286. this.btnPrint.Name = "btnPrint";
  287. this.btnPrint.Size = new System.Drawing.Size(133, 123);
  288. this.btnPrint.TabIndex = 0;
  289. this.btnPrint.UseVisualStyleBackColor = false;
  290. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  291. this.btnPrint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  292. //
  293. // btnReExport
  294. //
  295. this.btnReExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  296. this.btnReExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
  297. this.btnReExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset701clear;
  298. this.btnReExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  299. this.btnReExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  300. this.btnReExport.Location = new System.Drawing.Point(1069, 0);
  301. this.btnReExport.Margin = new System.Windows.Forms.Padding(4);
  302. this.btnReExport.Name = "btnReExport";
  303. this.btnReExport.Size = new System.Drawing.Size(133, 123);
  304. this.btnReExport.TabIndex = 0;
  305. this.btnReExport.UseVisualStyleBackColor = false;
  306. this.btnReExport.Click += new System.EventHandler(this.btnReExport_Click);
  307. this.btnReExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  308. //
  309. // btnOrder
  310. //
  311. this.btnOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  312. this.btnOrder.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset301clear;
  313. this.btnOrder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  314. this.btnOrder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  315. this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  316. this.btnOrder.Location = new System.Drawing.Point(299, 0);
  317. this.btnOrder.Margin = new System.Windows.Forms.Padding(4);
  318. this.btnOrder.Name = "btnOrder";
  319. this.btnOrder.Size = new System.Drawing.Size(133, 123);
  320. this.btnOrder.TabIndex = 0;
  321. this.btnOrder.UseVisualStyleBackColor = false;
  322. this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
  323. this.btnOrder.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
  324. //
  325. // dgvBatches
  326. //
  327. this.dgvBatches.AllowUserToAddRows = false;
  328. this.dgvBatches.AllowUserToDeleteRows = false;
  329. this.dgvBatches.AllowUserToResizeRows = false;
  330. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure;
  331. this.dgvBatches.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  332. this.dgvBatches.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  333. | System.Windows.Forms.AnchorStyles.Left)
  334. | System.Windows.Forms.AnchorStyles.Right)));
  335. this.dgvBatches.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  336. this.dgvBatches.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  337. this.dgvBatches.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  338. this.dgvBatches.Location = new System.Drawing.Point(16, 146);
  339. this.dgvBatches.Margin = new System.Windows.Forms.Padding(4);
  340. this.dgvBatches.MultiSelect = false;
  341. this.dgvBatches.Name = "dgvBatches";
  342. this.dgvBatches.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  343. this.dgvBatches.Size = new System.Drawing.Size(1684, 670);
  344. this.dgvBatches.TabIndex = 4;
  345. this.dgvBatches.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBatches_CellContentClick);
  346. //
  347. // LogoutTimer
  348. //
  349. this.LogoutTimer.Enabled = true;
  350. this.LogoutTimer.Interval = 600000;
  351. this.LogoutTimer.Tick += new System.EventHandler(this.LogoutTimer_Tick);
  352. //
  353. // lblLoading
  354. //
  355. this.lblLoading.AutoSize = true;
  356. this.lblLoading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  357. this.lblLoading.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  358. this.lblLoading.Location = new System.Drawing.Point(688, 464);
  359. this.lblLoading.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.lblLoading.Name = "lblLoading";
  361. this.lblLoading.Size = new System.Drawing.Size(302, 69);
  362. this.lblLoading.TabIndex = 6;
  363. this.lblLoading.Text = "Loading...";
  364. //
  365. // ReSyncTimer
  366. //
  367. this.ReSyncTimer.Interval = 30000;
  368. this.ReSyncTimer.Tick += new System.EventHandler(this.ReSyncTimer_Tick);
  369. //
  370. // BatchForm
  371. //
  372. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  373. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  374. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  375. this.ClientSize = new System.Drawing.Size(1716, 831);
  376. this.Controls.Add(this.lblLoading);
  377. this.Controls.Add(this.dgvBatches);
  378. this.Controls.Add(this.pnlSplitGrids);
  379. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  380. this.Margin = new System.Windows.Forms.Padding(4);
  381. this.MinimumSize = new System.Drawing.Size(1526, 868);
  382. this.Name = "BatchForm";
  383. this.Padding = new System.Windows.Forms.Padding(0, 12, 0, 0);
  384. this.Text = "Bulk Printing";
  385. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BatchForm_FormClosing);
  386. this.Load += new System.EventHandler(this.BatchForm_Load);
  387. this.pnlSplitGrids.ResumeLayout(false);
  388. this.grpFilter.ResumeLayout(false);
  389. this.grpFilter.PerformLayout();
  390. ((System.ComponentModel.ISupportInitialize)(this.dgvBatches)).EndInit();
  391. this.ResumeLayout(false);
  392. this.PerformLayout();
  393. }
  394. #endregion
  395. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  396. private System.Windows.Forms.Panel pnlSplitGrids;
  397. private System.Windows.Forms.Button btnPrint;
  398. private System.Windows.Forms.Button btnOrder;
  399. private System.Windows.Forms.DataGridView dgvBatches;
  400. private System.Windows.Forms.Button btnLogout;
  401. private System.Windows.Forms.Timer LogoutTimer;
  402. private System.Windows.Forms.Button btnReExport;
  403. private System.Windows.Forms.GroupBox grpFilter;
  404. private System.Windows.Forms.Label label2;
  405. private System.Windows.Forms.Label label1;
  406. private System.Windows.Forms.DateTimePicker dtpFilterEndDate;
  407. private System.Windows.Forms.DateTimePicker dtpFilterStartDate;
  408. private System.Windows.Forms.Button btnViewPINs;
  409. private System.Windows.Forms.Button btnExport;
  410. private System.Windows.Forms.Button btnReprint;
  411. private System.Windows.Forms.Label lblLoading;
  412. private System.Windows.Forms.Button btnOrderReport;
  413. private System.Windows.Forms.RadioButton rdoFilterExported;
  414. private System.Windows.Forms.RadioButton rdoFilterReprinted;
  415. private System.Windows.Forms.RadioButton rdoFilterUnprinted;
  416. private System.Windows.Forms.RadioButton rdoFilterPrinted;
  417. private System.Windows.Forms.Timer ReSyncTimer;
  418. }
  419. }