You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
456 lines
24 KiB
456 lines
24 KiB
namespace Point_Of_Sale_Managment.CashierModule
|
|
{
|
|
partial class SystemSettings
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSettings));
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panelFinished = new System.Windows.Forms.Panel();
|
|
this.prefFinished = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panelSales = new System.Windows.Forms.Panel();
|
|
this.salesActive = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.receipt = new System.Windows.Forms.Panel();
|
|
this.branchActive = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.panelGeneral = new System.Windows.Forms.Panel();
|
|
this.pref1Active = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panelHardware = new System.Windows.Forms.Panel();
|
|
this.prefHard = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.panelMailer = new System.Windows.Forms.Panel();
|
|
this.mailerActive = new System.Windows.Forms.Panel();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.content = new System.Windows.Forms.Panel();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gradientPanel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.panel4.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panelFinished.SuspendLayout();
|
|
this.panelSales.SuspendLayout();
|
|
this.receipt.SuspendLayout();
|
|
this.panelGeneral.SuspendLayout();
|
|
this.panelHardware.SuspendLayout();
|
|
this.panelMailer.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.gradientPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panel4.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel4.Controls.Add(this.panel6);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(0, 36);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Padding = new System.Windows.Forms.Padding(30, 0, 30, 5);
|
|
this.panel4.Size = new System.Drawing.Size(761, 42);
|
|
this.panel4.TabIndex = 1;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel6.Location = new System.Drawing.Point(30, 36);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(701, 1);
|
|
this.panel6.TabIndex = 1;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 6;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panelMailer, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panelHardware, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panelGeneral, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.receipt, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panelSales, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panelFinished, 1, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(30, 0);
|
|
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(701, 36);
|
|
this.tableLayoutPanel1.TabIndex = 2;
|
|
//
|
|
// panelFinished
|
|
//
|
|
this.panelFinished.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panelFinished.Controls.Add(this.label2);
|
|
this.panelFinished.Controls.Add(this.prefFinished);
|
|
this.panelFinished.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelFinished.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelFinished.Location = new System.Drawing.Point(583, 3);
|
|
this.panelFinished.Name = "panelFinished";
|
|
this.panelFinished.Size = new System.Drawing.Size(115, 30);
|
|
this.panelFinished.TabIndex = 0;
|
|
//
|
|
// prefFinished
|
|
//
|
|
this.prefFinished.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.prefFinished.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.prefFinished.Location = new System.Drawing.Point(0, 25);
|
|
this.prefFinished.Name = "prefFinished";
|
|
this.prefFinished.Size = new System.Drawing.Size(115, 5);
|
|
this.prefFinished.TabIndex = 0;
|
|
this.prefFinished.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(115, 25);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Finished";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label2.Click += new System.EventHandler(this.Label2_Click_1);
|
|
//
|
|
// panelSales
|
|
//
|
|
this.panelSales.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.panelSales.Controls.Add(this.label3);
|
|
this.panelSales.Controls.Add(this.salesActive);
|
|
this.panelSales.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelSales.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelSales.Location = new System.Drawing.Point(119, 3);
|
|
this.panelSales.Name = "panelSales";
|
|
this.panelSales.Size = new System.Drawing.Size(110, 30);
|
|
this.panelSales.TabIndex = 1;
|
|
this.panelSales.Click += new System.EventHandler(this.PanelSales_Click);
|
|
//
|
|
// salesActive
|
|
//
|
|
this.salesActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.salesActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.salesActive.Location = new System.Drawing.Point(0, 25);
|
|
this.salesActive.Name = "salesActive";
|
|
this.salesActive.Size = new System.Drawing.Size(110, 5);
|
|
this.salesActive.TabIndex = 0;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label3.Location = new System.Drawing.Point(0, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(110, 25);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Sales Tax";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label3.Click += new System.EventHandler(this.PanelSales_Click);
|
|
//
|
|
// receipt
|
|
//
|
|
this.receipt.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.receipt.Controls.Add(this.label4);
|
|
this.receipt.Controls.Add(this.branchActive);
|
|
this.receipt.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.receipt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.receipt.Location = new System.Drawing.Point(3, 3);
|
|
this.receipt.Name = "receipt";
|
|
this.receipt.Size = new System.Drawing.Size(110, 30);
|
|
this.receipt.TabIndex = 2;
|
|
//
|
|
// branchActive
|
|
//
|
|
this.branchActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.branchActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.branchActive.Location = new System.Drawing.Point(0, 25);
|
|
this.branchActive.Name = "branchActive";
|
|
this.branchActive.Size = new System.Drawing.Size(110, 5);
|
|
this.branchActive.TabIndex = 0;
|
|
this.branchActive.Visible = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label4.Location = new System.Drawing.Point(0, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(110, 25);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Receipt";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label4.Click += new System.EventHandler(this.Label3_Click);
|
|
//
|
|
// panelGeneral
|
|
//
|
|
this.panelGeneral.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panelGeneral.Controls.Add(this.label1);
|
|
this.panelGeneral.Controls.Add(this.pref1Active);
|
|
this.panelGeneral.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelGeneral.Location = new System.Drawing.Point(235, 3);
|
|
this.panelGeneral.Name = "panelGeneral";
|
|
this.panelGeneral.Size = new System.Drawing.Size(110, 30);
|
|
this.panelGeneral.TabIndex = 3;
|
|
this.panelGeneral.Click += new System.EventHandler(this.Label2_Click);
|
|
//
|
|
// pref1Active
|
|
//
|
|
this.pref1Active.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.pref1Active.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pref1Active.Location = new System.Drawing.Point(0, 25);
|
|
this.pref1Active.Name = "pref1Active";
|
|
this.pref1Active.Size = new System.Drawing.Size(110, 5);
|
|
this.pref1Active.TabIndex = 0;
|
|
this.pref1Active.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(110, 25);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Preferences";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label1.Click += new System.EventHandler(this.Label2_Click);
|
|
//
|
|
// panelHardware
|
|
//
|
|
this.panelHardware.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panelHardware.Controls.Add(this.label5);
|
|
this.panelHardware.Controls.Add(this.prefHard);
|
|
this.panelHardware.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelHardware.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelHardware.Location = new System.Drawing.Point(467, 3);
|
|
this.panelHardware.Name = "panelHardware";
|
|
this.panelHardware.Size = new System.Drawing.Size(110, 30);
|
|
this.panelHardware.TabIndex = 4;
|
|
//
|
|
// prefHard
|
|
//
|
|
this.prefHard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.prefHard.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.prefHard.Location = new System.Drawing.Point(0, 25);
|
|
this.prefHard.Name = "prefHard";
|
|
this.prefHard.Size = new System.Drawing.Size(110, 5);
|
|
this.prefHard.TabIndex = 0;
|
|
this.prefHard.Visible = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label5.Location = new System.Drawing.Point(0, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(110, 25);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "Hardware";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label5.Click += new System.EventHandler(this.Label5_Click);
|
|
//
|
|
// panelMailer
|
|
//
|
|
this.panelMailer.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panelMailer.Controls.Add(this.label8);
|
|
this.panelMailer.Controls.Add(this.mailerActive);
|
|
this.panelMailer.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelMailer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelMailer.Location = new System.Drawing.Point(351, 3);
|
|
this.panelMailer.Name = "panelMailer";
|
|
this.panelMailer.Size = new System.Drawing.Size(110, 30);
|
|
this.panelMailer.TabIndex = 5;
|
|
//
|
|
// mailerActive
|
|
//
|
|
this.mailerActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.mailerActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.mailerActive.Location = new System.Drawing.Point(0, 25);
|
|
this.mailerActive.Name = "mailerActive";
|
|
this.mailerActive.Size = new System.Drawing.Size(110, 5);
|
|
this.mailerActive.TabIndex = 0;
|
|
this.mailerActive.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label8.Location = new System.Drawing.Point(0, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(110, 25);
|
|
this.label8.TabIndex = 1;
|
|
this.label8.Text = "Mailer";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label8.Click += new System.EventHandler(this.Label8_Click);
|
|
//
|
|
// content
|
|
//
|
|
this.content.AutoScroll = true;
|
|
this.content.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.content.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.content.Location = new System.Drawing.Point(0, 78);
|
|
this.content.Name = "content";
|
|
this.content.Size = new System.Drawing.Size(761, 490);
|
|
this.content.TabIndex = 2;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(713, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(48, 36);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "x";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label6.Click += new System.EventHandler(this.Label6_Click);
|
|
this.label6.MouseEnter += new System.EventHandler(this.Label6_MouseEnter);
|
|
this.label6.MouseLeave += new System.EventHandler(this.Label6_MouseLeave);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label7.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.label7.Location = new System.Drawing.Point(0, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(761, 36);
|
|
this.label7.TabIndex = 1;
|
|
this.label7.Text = "SYSTEM SETTINGS";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.content);
|
|
this.panel1.Controls.Add(this.panel4);
|
|
this.panel1.Controls.Add(this.gradientPanel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(763, 570);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// gradientPanel2
|
|
//
|
|
this.gradientPanel2.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.gradientPanel2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.gradientPanel2.Controls.Add(this.label6);
|
|
this.gradientPanel2.Controls.Add(this.label7);
|
|
this.gradientPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.gradientPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.gradientPanel2.Name = "gradientPanel2";
|
|
this.gradientPanel2.Size = new System.Drawing.Size(761, 36);
|
|
this.gradientPanel2.TabIndex = 8;
|
|
//
|
|
// SystemSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(763, 570);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "SystemSettings";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Load += new System.EventHandler(this.SystemSettings_Load);
|
|
this.panel4.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panelFinished.ResumeLayout(false);
|
|
this.panelSales.ResumeLayout(false);
|
|
this.receipt.ResumeLayout(false);
|
|
this.panelGeneral.ResumeLayout(false);
|
|
this.panelHardware.ResumeLayout(false);
|
|
this.panelMailer.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.gradientPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panelMailer;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Panel mailerActive;
|
|
private System.Windows.Forms.Panel panelHardware;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Panel prefHard;
|
|
private System.Windows.Forms.Panel panelGeneral;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel pref1Active;
|
|
private System.Windows.Forms.Panel receipt;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Panel branchActive;
|
|
private System.Windows.Forms.Panel panelSales;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel salesActive;
|
|
private System.Windows.Forms.Panel panelFinished;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel prefFinished;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel content;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel2;
|
|
}
|
|
}
|