530 lines
28 KiB
C#
530 lines
28 KiB
C#
namespace Caisses
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.pbxRayons = new System.Windows.Forms.PictureBox();
|
|
this.pbxCaisses = new System.Windows.Forms.PictureBox();
|
|
this.btnStartStop = new System.Windows.Forms.Button();
|
|
this.lblAvgWaitingTime = new System.Windows.Forms.Label();
|
|
this.lblClients = new System.Windows.Forms.Label();
|
|
this.lblAvaiblePlaces = new System.Windows.Forms.Label();
|
|
this.lblClientsWithoutCheckout = new System.Windows.Forms.Label();
|
|
this.lblCrossoverTime = new System.Windows.Forms.Label();
|
|
this.lblTime = new System.Windows.Forms.Label();
|
|
this.tmrRefresh = new System.Windows.Forms.Timer(this.components);
|
|
this.tmrDraw = new System.Windows.Forms.Timer(this.components);
|
|
this.pbxWaitRoom = new System.Windows.Forms.PictureBox();
|
|
this.pnlOptions = new System.Windows.Forms.Panel();
|
|
this.btnEmptyWaitingRoom = new System.Windows.Forms.Button();
|
|
this.btnEmptyStore = new System.Windows.Forms.Button();
|
|
this.btnAddOneHour = new System.Windows.Forms.Button();
|
|
this.btnAdd5Clients = new System.Windows.Forms.Button();
|
|
this.trckCrossover = new System.Windows.Forms.TrackBar();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.trckClients = new System.Windows.Forms.TrackBar();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.trckCheckouts = new System.Windows.Forms.TrackBar();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.pnlInfos = new System.Windows.Forms.Panel();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.pnlControls = new System.Windows.Forms.Panel();
|
|
this.lbl = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxRayons)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxCaisses)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxWaitRoom)).BeginInit();
|
|
this.pnlOptions.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckCrossover)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckClients)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckCheckouts)).BeginInit();
|
|
this.pnlInfos.SuspendLayout();
|
|
this.pnlControls.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pbxRayons
|
|
//
|
|
this.pbxRayons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pbxRayons.Location = new System.Drawing.Point(0, 0);
|
|
this.pbxRayons.Name = "pbxRayons";
|
|
this.pbxRayons.Size = new System.Drawing.Size(983, 300);
|
|
this.pbxRayons.TabIndex = 0;
|
|
this.pbxRayons.TabStop = false;
|
|
this.pbxRayons.Click += new System.EventHandler(this.pbxRayons_Click);
|
|
//
|
|
// pbxCaisses
|
|
//
|
|
this.pbxCaisses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pbxCaisses.Location = new System.Drawing.Point(0, 512);
|
|
this.pbxCaisses.Name = "pbxCaisses";
|
|
this.pbxCaisses.Size = new System.Drawing.Size(983, 200);
|
|
this.pbxCaisses.TabIndex = 1;
|
|
this.pbxCaisses.TabStop = false;
|
|
this.pbxCaisses.Click += new System.EventHandler(this.pbxCaisses_Click);
|
|
//
|
|
// btnStartStop
|
|
//
|
|
this.btnStartStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnStartStop.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnStartStop.ForeColor = System.Drawing.Color.White;
|
|
this.btnStartStop.Location = new System.Drawing.Point(7, 278);
|
|
this.btnStartStop.Name = "btnStartStop";
|
|
this.btnStartStop.Size = new System.Drawing.Size(474, 43);
|
|
this.btnStartStop.TabIndex = 3;
|
|
this.btnStartStop.Text = "Start";
|
|
this.btnStartStop.UseVisualStyleBackColor = true;
|
|
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
|
|
//
|
|
// lblAvgWaitingTime
|
|
//
|
|
this.lblAvgWaitingTime.AutoSize = true;
|
|
this.lblAvgWaitingTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
this.lblAvgWaitingTime.Location = new System.Drawing.Point(15, 173);
|
|
this.lblAvgWaitingTime.Name = "lblAvgWaitingTime";
|
|
this.lblAvgWaitingTime.Size = new System.Drawing.Size(196, 27);
|
|
this.lblAvgWaitingTime.TabIndex = 4;
|
|
this.lblAvgWaitingTime.Text = "Average wait : NaN";
|
|
//
|
|
// lblClients
|
|
//
|
|
this.lblClients.AutoSize = true;
|
|
this.lblClients.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
this.lblClients.Location = new System.Drawing.Point(13, 146);
|
|
this.lblClients.Name = "lblClients";
|
|
this.lblClients.Size = new System.Drawing.Size(128, 27);
|
|
this.lblClients.TabIndex = 3;
|
|
this.lblClients.Text = "Clients: NaN";
|
|
//
|
|
// lblAvaiblePlaces
|
|
//
|
|
this.lblAvaiblePlaces.AutoSize = true;
|
|
this.lblAvaiblePlaces.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
this.lblAvaiblePlaces.Location = new System.Drawing.Point(13, 119);
|
|
this.lblAvaiblePlaces.Name = "lblAvaiblePlaces";
|
|
this.lblAvaiblePlaces.Size = new System.Drawing.Size(207, 27);
|
|
this.lblAvaiblePlaces.TabIndex = 2;
|
|
this.lblAvaiblePlaces.Text = "Avaible places : NaN";
|
|
//
|
|
// lblClientsWithoutCheckout
|
|
//
|
|
this.lblClientsWithoutCheckout.AutoSize = true;
|
|
this.lblClientsWithoutCheckout.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
this.lblClientsWithoutCheckout.Location = new System.Drawing.Point(15, 92);
|
|
this.lblClientsWithoutCheckout.Name = "lblClientsWithoutCheckout";
|
|
this.lblClientsWithoutCheckout.Size = new System.Drawing.Size(298, 27);
|
|
this.lblClientsWithoutCheckout.TabIndex = 1;
|
|
this.lblClientsWithoutCheckout.Text = "Clients without checkout: NaN";
|
|
//
|
|
// lblCrossoverTime
|
|
//
|
|
this.lblCrossoverTime.AutoSize = true;
|
|
this.lblCrossoverTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCrossoverTime.Location = new System.Drawing.Point(15, 66);
|
|
this.lblCrossoverTime.Name = "lblCrossoverTime";
|
|
this.lblCrossoverTime.Size = new System.Drawing.Size(246, 27);
|
|
this.lblCrossoverTime.TabIndex = 0;
|
|
this.lblCrossoverTime.Text = "Checkout opening : NaN";
|
|
//
|
|
// lblTime
|
|
//
|
|
this.lblTime.AutoSize = true;
|
|
this.lblTime.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTime.Location = new System.Drawing.Point(12, 9);
|
|
this.lblTime.Name = "lblTime";
|
|
this.lblTime.Size = new System.Drawing.Size(86, 36);
|
|
this.lblTime.TabIndex = 5;
|
|
this.lblTime.Text = "13:00";
|
|
//
|
|
// tmrRefresh
|
|
//
|
|
this.tmrRefresh.Interval = 1000;
|
|
this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
|
|
//
|
|
// tmrDraw
|
|
//
|
|
this.tmrDraw.Interval = 8;
|
|
this.tmrDraw.Tick += new System.EventHandler(this.tmrDraw_Tick);
|
|
//
|
|
// pbxWaitRoom
|
|
//
|
|
this.pbxWaitRoom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
|
|
this.pbxWaitRoom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pbxWaitRoom.Location = new System.Drawing.Point(0, 306);
|
|
this.pbxWaitRoom.Name = "pbxWaitRoom";
|
|
this.pbxWaitRoom.Size = new System.Drawing.Size(983, 200);
|
|
this.pbxWaitRoom.TabIndex = 7;
|
|
this.pbxWaitRoom.TabStop = false;
|
|
this.pbxWaitRoom.Click += new System.EventHandler(this.pbxWaitRoom_Click);
|
|
//
|
|
// pnlOptions
|
|
//
|
|
this.pnlOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnlOptions.Controls.Add(this.btnEmptyWaitingRoom);
|
|
this.pnlOptions.Controls.Add(this.btnEmptyStore);
|
|
this.pnlOptions.Controls.Add(this.btnAddOneHour);
|
|
this.pnlOptions.Controls.Add(this.btnAdd5Clients);
|
|
this.pnlOptions.Controls.Add(this.trckCrossover);
|
|
this.pnlOptions.Controls.Add(this.label5);
|
|
this.pnlOptions.Controls.Add(this.btnStartStop);
|
|
this.pnlOptions.Controls.Add(this.trckClients);
|
|
this.pnlOptions.Controls.Add(this.label4);
|
|
this.pnlOptions.Controls.Add(this.trckCheckouts);
|
|
this.pnlOptions.Controls.Add(this.label3);
|
|
this.pnlOptions.Controls.Add(this.label2);
|
|
this.pnlOptions.Location = new System.Drawing.Point(989, 0);
|
|
this.pnlOptions.Name = "pnlOptions";
|
|
this.pnlOptions.Size = new System.Drawing.Size(492, 525);
|
|
this.pnlOptions.TabIndex = 8;
|
|
this.pnlOptions.Visible = false;
|
|
//
|
|
// btnEmptyWaitingRoom
|
|
//
|
|
this.btnEmptyWaitingRoom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEmptyWaitingRoom.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnEmptyWaitingRoom.ForeColor = System.Drawing.Color.White;
|
|
this.btnEmptyWaitingRoom.Location = new System.Drawing.Point(7, 474);
|
|
this.btnEmptyWaitingRoom.Name = "btnEmptyWaitingRoom";
|
|
this.btnEmptyWaitingRoom.Size = new System.Drawing.Size(474, 43);
|
|
this.btnEmptyWaitingRoom.TabIndex = 10;
|
|
this.btnEmptyWaitingRoom.Text = "Empty waiting room";
|
|
this.btnEmptyWaitingRoom.UseVisualStyleBackColor = true;
|
|
this.btnEmptyWaitingRoom.Click += new System.EventHandler(this.btnEmptyWaitingRoom_Click);
|
|
//
|
|
// btnEmptyStore
|
|
//
|
|
this.btnEmptyStore.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEmptyStore.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnEmptyStore.ForeColor = System.Drawing.Color.White;
|
|
this.btnEmptyStore.Location = new System.Drawing.Point(7, 425);
|
|
this.btnEmptyStore.Name = "btnEmptyStore";
|
|
this.btnEmptyStore.Size = new System.Drawing.Size(474, 43);
|
|
this.btnEmptyStore.TabIndex = 9;
|
|
this.btnEmptyStore.Text = "Empty the store";
|
|
this.btnEmptyStore.UseVisualStyleBackColor = true;
|
|
this.btnEmptyStore.Click += new System.EventHandler(this.btnEmptyStore_Click);
|
|
//
|
|
// btnAddOneHour
|
|
//
|
|
this.btnAddOneHour.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAddOneHour.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddOneHour.ForeColor = System.Drawing.Color.White;
|
|
this.btnAddOneHour.Location = new System.Drawing.Point(7, 376);
|
|
this.btnAddOneHour.Name = "btnAddOneHour";
|
|
this.btnAddOneHour.Size = new System.Drawing.Size(474, 43);
|
|
this.btnAddOneHour.TabIndex = 8;
|
|
this.btnAddOneHour.Text = "Add 1 Hour";
|
|
this.btnAddOneHour.UseVisualStyleBackColor = true;
|
|
this.btnAddOneHour.Click += new System.EventHandler(this.btnAddOneHour_Click);
|
|
//
|
|
// btnAdd5Clients
|
|
//
|
|
this.btnAdd5Clients.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAdd5Clients.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd5Clients.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd5Clients.Location = new System.Drawing.Point(7, 327);
|
|
this.btnAdd5Clients.Name = "btnAdd5Clients";
|
|
this.btnAdd5Clients.Size = new System.Drawing.Size(474, 43);
|
|
this.btnAdd5Clients.TabIndex = 7;
|
|
this.btnAdd5Clients.Text = "Add 5 clients";
|
|
this.btnAdd5Clients.UseVisualStyleBackColor = true;
|
|
this.btnAdd5Clients.Click += new System.EventHandler(this.btnAdd5Clients_Click);
|
|
//
|
|
// trckCrossover
|
|
//
|
|
this.trckCrossover.LargeChange = 1;
|
|
this.trckCrossover.Location = new System.Drawing.Point(7, 216);
|
|
this.trckCrossover.Maximum = 30;
|
|
this.trckCrossover.Minimum = 5;
|
|
this.trckCrossover.Name = "trckCrossover";
|
|
this.trckCrossover.Size = new System.Drawing.Size(474, 56);
|
|
this.trckCrossover.TabIndex = 6;
|
|
this.trckCrossover.Value = 10;
|
|
this.trckCrossover.Scroll += new System.EventHandler(this.trckCrossover_Scroll);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(3, 190);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(132, 23);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Crossover time";
|
|
//
|
|
// trckClients
|
|
//
|
|
this.trckClients.LargeChange = 1;
|
|
this.trckClients.Location = new System.Drawing.Point(7, 149);
|
|
this.trckClients.Maximum = 4;
|
|
this.trckClients.Minimum = 1;
|
|
this.trckClients.Name = "trckClients";
|
|
this.trckClients.Size = new System.Drawing.Size(474, 56);
|
|
this.trckClients.TabIndex = 4;
|
|
this.trckClients.Value = 1;
|
|
this.trckClients.Scroll += new System.EventHandler(this.trckClients_Scroll);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(3, 123);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(149, 23);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Clients multiplier";
|
|
//
|
|
// trckCheckouts
|
|
//
|
|
this.trckCheckouts.LargeChange = 1;
|
|
this.trckCheckouts.Location = new System.Drawing.Point(7, 83);
|
|
this.trckCheckouts.Maximum = 20;
|
|
this.trckCheckouts.Minimum = 1;
|
|
this.trckCheckouts.Name = "trckCheckouts";
|
|
this.trckCheckouts.Size = new System.Drawing.Size(474, 56);
|
|
this.trckCheckouts.TabIndex = 2;
|
|
this.trckCheckouts.Value = 12;
|
|
this.trckCheckouts.Scroll += new System.EventHandler(this.trackBar1_Scroll);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(3, 57);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(94, 23);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Checkouts";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(211, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(102, 30);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Options";
|
|
//
|
|
// pnlInfos
|
|
//
|
|
this.pnlInfos.Controls.Add(this.lblAvgWaitingTime);
|
|
this.pnlInfos.Controls.Add(this.label6);
|
|
this.pnlInfos.Controls.Add(this.lblClients);
|
|
this.pnlInfos.Controls.Add(this.lblCrossoverTime);
|
|
this.pnlInfos.Controls.Add(this.lblAvaiblePlaces);
|
|
this.pnlInfos.Controls.Add(this.lblClientsWithoutCheckout);
|
|
this.pnlInfos.Location = new System.Drawing.Point(0, 57);
|
|
this.pnlInfos.Name = "pnlInfos";
|
|
this.pnlInfos.Size = new System.Drawing.Size(330, 227);
|
|
this.pnlInfos.TabIndex = 9;
|
|
this.pnlInfos.Visible = false;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(121, 26);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(68, 30);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "Infos";
|
|
//
|
|
// pnlControls
|
|
//
|
|
this.pnlControls.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnlControls.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnlControls.Controls.Add(this.label12);
|
|
this.pnlControls.Controls.Add(this.label11);
|
|
this.pnlControls.Controls.Add(this.label10);
|
|
this.pnlControls.Controls.Add(this.label9);
|
|
this.pnlControls.Controls.Add(this.label8);
|
|
this.pnlControls.Controls.Add(this.label7);
|
|
this.pnlControls.Controls.Add(this.lbl);
|
|
this.pnlControls.Location = new System.Drawing.Point(1228, 591);
|
|
this.pnlControls.Name = "pnlControls";
|
|
this.pnlControls.Size = new System.Drawing.Size(242, 232);
|
|
this.pnlControls.TabIndex = 10;
|
|
//
|
|
// lbl
|
|
//
|
|
this.lbl.AutoSize = true;
|
|
this.lbl.Font = new System.Drawing.Font("Microsoft YaHei UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl.Location = new System.Drawing.Point(64, 12);
|
|
this.lbl.Name = "lbl";
|
|
this.lbl.Size = new System.Drawing.Size(107, 30);
|
|
this.lbl.TabIndex = 12;
|
|
this.lbl.Text = "Controls";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.Location = new System.Drawing.Point(3, 58);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(131, 27);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "Space : Start";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(3, 85);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(133, 27);
|
|
this.label8.TabIndex = 13;
|
|
this.label8.Text = "Escape : exit ";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.Location = new System.Drawing.Point(3, 112);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(130, 27);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "F : fullscreen";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(3, 139);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(117, 27);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "O : options";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.Location = new System.Drawing.Point(3, 166);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(82, 27);
|
|
this.label11.TabIndex = 16;
|
|
this.label11.Text = "I : Infos";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.Location = new System.Drawing.Point(3, 193);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(132, 27);
|
|
this.label12.TabIndex = 17;
|
|
this.label12.Text = "X : Close this";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.ClientSize = new System.Drawing.Size(1482, 835);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.pnlControls);
|
|
this.Controls.Add(this.pnlInfos);
|
|
this.Controls.Add(this.lblTime);
|
|
this.Controls.Add(this.pnlOptions);
|
|
this.Controls.Add(this.pbxWaitRoom);
|
|
this.Controls.Add(this.pbxCaisses);
|
|
this.Controls.Add(this.pbxRayons);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "Form1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
|
|
this.Resize += new System.EventHandler(this.Form1_Resize);
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxRayons)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxCaisses)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxWaitRoom)).EndInit();
|
|
this.pnlOptions.ResumeLayout(false);
|
|
this.pnlOptions.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckCrossover)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckClients)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trckCheckouts)).EndInit();
|
|
this.pnlInfos.ResumeLayout(false);
|
|
this.pnlInfos.PerformLayout();
|
|
this.pnlControls.ResumeLayout(false);
|
|
this.pnlControls.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pbxRayons;
|
|
private System.Windows.Forms.PictureBox pbxCaisses;
|
|
private System.Windows.Forms.Button btnStartStop;
|
|
private System.Windows.Forms.Label lblTime;
|
|
private System.Windows.Forms.Label lblAvgWaitingTime;
|
|
private System.Windows.Forms.Label lblClients;
|
|
private System.Windows.Forms.Label lblAvaiblePlaces;
|
|
private System.Windows.Forms.Label lblClientsWithoutCheckout;
|
|
private System.Windows.Forms.Label lblCrossoverTime;
|
|
private System.Windows.Forms.Timer tmrRefresh;
|
|
private System.Windows.Forms.Timer tmrDraw;
|
|
private System.Windows.Forms.PictureBox pbxWaitRoom;
|
|
private System.Windows.Forms.Panel pnlOptions;
|
|
private System.Windows.Forms.TrackBar trckCrossover;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TrackBar trckClients;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TrackBar trckCheckouts;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnEmptyWaitingRoom;
|
|
private System.Windows.Forms.Button btnEmptyStore;
|
|
private System.Windows.Forms.Button btnAddOneHour;
|
|
private System.Windows.Forms.Button btnAdd5Clients;
|
|
private System.Windows.Forms.Panel pnlInfos;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel pnlControls;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lbl;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
}
|
|
}
|
|
|