Files
lpa_test/LPA/MainForm.Designer.cs
2021-03-24 14:31:52 +01:00

419 lines
22 KiB
C#

namespace LPA
{
partial class MainForm
{
/// <summary>
/// Variabile di progettazione necessaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Codice generato da Progettazione Windows Form
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.lbPrinters = new System.Windows.Forms.ListBox();
this.btnSetQueuePrinter = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lblAppName = new System.Windows.Forms.ToolStripStatusLabel();
this.lblVers = new System.Windows.Forms.ToolStripStatusLabel();
this.progBar = new System.Windows.Forms.ToolStripProgressBar();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.lblUptime = new System.Windows.Forms.ToolStripStatusLabel();
this.mainTimer = new System.Windows.Forms.Timer(this.components);
this.uiTimer = new System.Windows.Forms.Timer(this.components);
this.lbPrintQueue = new System.Windows.Forms.ListBox();
this.lbtgetPrintQueue = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabStatus = new System.Windows.Forms.TabPage();
this.dgvQueueStatus = new System.Windows.Forms.DataGridView();
this.tabSetup = new System.Windows.Forms.TabPage();
this.btnStart = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lblQueueCount = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.chkTryMargin = new System.Windows.Forms.CheckBox();
this.btnDemoPrint = new System.Windows.Forms.Button();
this.longTimer = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backupConfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.getServerConfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuEnableDemo = new System.Windows.Forms.ToolStripMenuItem();
this.trayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.statusStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabStatus.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvQueueStatus)).BeginInit();
this.tabSetup.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// lbPrinters
//
this.lbPrinters.FormattingEnabled = true;
this.lbPrinters.Location = new System.Drawing.Point(253, 35);
this.lbPrinters.Name = "lbPrinters";
this.lbPrinters.Size = new System.Drawing.Size(219, 160);
this.lbPrinters.TabIndex = 1;
this.lbPrinters.SelectedIndexChanged += new System.EventHandler(this.lbPrinters_SelectedIndexChanged);
//
// btnSetQueuePrinter
//
this.btnSetQueuePrinter.Location = new System.Drawing.Point(253, 6);
this.btnSetQueuePrinter.Name = "btnSetQueuePrinter";
this.btnSetQueuePrinter.Size = new System.Drawing.Size(219, 23);
this.btnSetQueuePrinter.TabIndex = 2;
this.btnSetQueuePrinter.Text = "Save Queue+Printer";
this.btnSetQueuePrinter.UseVisualStyleBackColor = true;
this.btnSetQueuePrinter.Click += new System.EventHandler(this.btnSetQueuePrinter_Click);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblAppName,
this.lblVers,
this.progBar,
this.lblStatus,
this.lblUptime});
this.statusStrip1.Location = new System.Drawing.Point(0, 487);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(785, 22);
this.statusStrip1.TabIndex = 6;
this.statusStrip1.Text = "statusStrip1";
//
// lblAppName
//
this.lblAppName.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.lblAppName.Name = "lblAppName";
this.lblAppName.Size = new System.Drawing.Size(62, 17);
this.lblAppName.Text = "AppName";
//
// lblVers
//
this.lblVers.Name = "lblVers";
this.lblVers.Size = new System.Drawing.Size(42, 17);
this.lblVers.Text = "a.b.c.d";
//
// progBar
//
this.progBar.Name = "progBar";
this.progBar.Size = new System.Drawing.Size(100, 16);
this.progBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(22, 17);
this.lblStatus.Text = "---";
//
// lblUptime
//
this.lblUptime.Name = "lblUptime";
this.lblUptime.Size = new System.Drawing.Size(16, 17);
this.lblUptime.Text = "...";
//
// uiTimer
//
this.uiTimer.Interval = 50;
//
// lbPrintQueue
//
this.lbPrintQueue.FormattingEnabled = true;
this.lbPrintQueue.Location = new System.Drawing.Point(6, 35);
this.lbPrintQueue.Name = "lbPrintQueue";
this.lbPrintQueue.Size = new System.Drawing.Size(231, 160);
this.lbPrintQueue.TabIndex = 8;
this.lbPrintQueue.SelectedIndexChanged += new System.EventHandler(this.lbPrintQueue_SelectedIndexChanged);
//
// lbtgetPrintQueue
//
this.lbtgetPrintQueue.Location = new System.Drawing.Point(6, 6);
this.lbtgetPrintQueue.Name = "lbtgetPrintQueue";
this.lbtgetPrintQueue.Size = new System.Drawing.Size(231, 23);
this.lbtgetPrintQueue.TabIndex = 9;
this.lbtgetPrintQueue.Text = "Update Print Queue";
this.lbtgetPrintQueue.UseVisualStyleBackColor = true;
this.lbtgetPrintQueue.Click += new System.EventHandler(this.lbtgetPrintQueue_Click);
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabStatus);
this.tabControl1.Controls.Add(this.tabSetup);
this.tabControl1.Location = new System.Drawing.Point(12, 85);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(761, 399);
this.tabControl1.TabIndex = 10;
//
// tabStatus
//
this.tabStatus.Controls.Add(this.dgvQueueStatus);
this.tabStatus.Location = new System.Drawing.Point(4, 22);
this.tabStatus.Name = "tabStatus";
this.tabStatus.Padding = new System.Windows.Forms.Padding(3);
this.tabStatus.Size = new System.Drawing.Size(753, 373);
this.tabStatus.TabIndex = 0;
this.tabStatus.Text = "Status";
this.tabStatus.UseVisualStyleBackColor = true;
//
// dgvQueueStatus
//
this.dgvQueueStatus.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvQueueStatus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvQueueStatus.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvQueueStatus.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvQueueStatus.Location = new System.Drawing.Point(3, 3);
this.dgvQueueStatus.Name = "dgvQueueStatus";
this.dgvQueueStatus.RowHeadersWidth = 51;
this.dgvQueueStatus.Size = new System.Drawing.Size(747, 367);
this.dgvQueueStatus.TabIndex = 0;
//
// tabSetup
//
this.tabSetup.Controls.Add(this.btnSetQueuePrinter);
this.tabSetup.Controls.Add(this.lbtgetPrintQueue);
this.tabSetup.Controls.Add(this.lbPrinters);
this.tabSetup.Controls.Add(this.lbPrintQueue);
this.tabSetup.Location = new System.Drawing.Point(4, 22);
this.tabSetup.Name = "tabSetup";
this.tabSetup.Padding = new System.Windows.Forms.Padding(3);
this.tabSetup.Size = new System.Drawing.Size(753, 373);
this.tabSetup.TabIndex = 1;
this.tabSetup.Text = "Setup";
this.tabSetup.UseVisualStyleBackColor = true;
//
// btnStart
//
this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnStart.Location = new System.Drawing.Point(3, 3);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(94, 37);
this.btnStart.TabIndex = 11;
this.btnStart.Text = "Start";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnStop
//
this.btnStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnStop.Location = new System.Drawing.Point(103, 3);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(94, 37);
this.btnStop.TabIndex = 12;
this.btnStop.Text = "Stop";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
this.label1.Location = new System.Drawing.Point(633, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 44);
this.label1.TabIndex = 13;
this.label1.Text = "Tot code";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblQueueCount
//
this.lblQueueCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblQueueCount.AutoSize = true;
this.lblQueueCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblQueueCount.Location = new System.Drawing.Point(720, 0);
this.lblQueueCount.Name = "lblQueueCount";
this.lblQueueCount.Size = new System.Drawing.Size(38, 44);
this.lblQueueCount.TabIndex = 14;
this.lblQueueCount.Text = "00";
this.lblQueueCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 7;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
this.tableLayoutPanel1.Controls.Add(this.chkTryMargin, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.btnStart, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.lblQueueCount, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.btnStop, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btnDemoPrint, 4, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 35);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(761, 44);
this.tableLayoutPanel1.TabIndex = 15;
//
// chkTryMargin
//
this.chkTryMargin.AutoSize = true;
this.chkTryMargin.Location = new System.Drawing.Point(401, 2);
this.chkTryMargin.Margin = new System.Windows.Forms.Padding(2);
this.chkTryMargin.Name = "chkTryMargin";
this.chkTryMargin.Size = new System.Drawing.Size(108, 17);
this.chkTryMargin.TabIndex = 10;
this.chkTryMargin.Text = "Test Margini (0..max set)";
this.chkTryMargin.UseVisualStyleBackColor = true;
this.chkTryMargin.Visible = false;
//
// btnDemoPrint
//
this.btnDemoPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDemoPrint.Location = new System.Drawing.Point(514, 3);
this.btnDemoPrint.Name = "btnDemoPrint";
this.btnDemoPrint.Size = new System.Drawing.Size(94, 37);
this.btnDemoPrint.TabIndex = 15;
this.btnDemoPrint.Text = "Print Demo";
this.btnDemoPrint.UseVisualStyleBackColor = true;
this.btnDemoPrint.Visible = false;
this.btnDemoPrint.Click += new System.EventHandler(this.btnDemoPrint_Click);
//
// longTimer
//
this.longTimer.Interval = 60000;
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(785, 24);
this.menuStrip1.TabIndex = 16;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.backupConfToolStripMenuItem,
this.getServerConfToolStripMenuItem,
this.menuEnableDemo});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// backupConfToolStripMenuItem
//
this.backupConfToolStripMenuItem.Name = "backupConfToolStripMenuItem";
this.backupConfToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.backupConfToolStripMenuItem.Text = "&Backup conf --> server";
//
// getServerConfToolStripMenuItem
//
this.getServerConfToolStripMenuItem.Name = "getServerConfToolStripMenuItem";
this.getServerConfToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.getServerConfToolStripMenuItem.Text = "&Get server --> conf";
//
// menuEnableDemo
//
this.menuEnableDemo.Name = "menuEnableDemo";
this.menuEnableDemo.Size = new System.Drawing.Size(195, 22);
this.menuEnableDemo.Text = "&Enter Test Mode";
this.menuEnableDemo.Click += new System.EventHandler(this.enableTestDemoModeToolStripMenuItem_Click);
//
// trayMenu
//
this.trayMenu.Name = "trayMenu";
this.trayMenu.Size = new System.Drawing.Size(61, 4);
this.trayMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.trayMenu_ItemClicked);
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.trayMenu;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "notifyIcon1";
this.notifyIcon1.Visible = true;
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(785, 509);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.Text = "Steamware LPA";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Resize += new System.EventHandler(this.MainForm_Resize);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabStatus.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvQueueStatus)).EndInit();
this.tabSetup.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox lbPrinters;
private System.Windows.Forms.Button btnSetQueuePrinter;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel lblAppName;
private System.Windows.Forms.Timer mainTimer;
private System.Windows.Forms.Timer uiTimer;
private System.Windows.Forms.ToolStripProgressBar progBar;
private System.Windows.Forms.ListBox lbPrintQueue;
private System.Windows.Forms.Button lbtgetPrintQueue;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabStatus;
private System.Windows.Forms.TabPage tabSetup;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
private System.Windows.Forms.DataGridView dgvQueueStatus;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblQueueCount;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Timer longTimer;
private System.Windows.Forms.ToolStripStatusLabel lblUptime;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backupConfToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem getServerConfToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem menuEnableDemo;
private System.Windows.Forms.Button btnDemoPrint;
private System.Windows.Forms.CheckBox chkTryMargin;
private System.Windows.Forms.ToolStripStatusLabel lblVers;
private System.Windows.Forms.ContextMenuStrip trayMenu;
private System.Windows.Forms.NotifyIcon notifyIcon1;
}
}