81 lines
3.2 KiB
C#
81 lines
3.2 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmPosMainStart
|
|||
|
{
|
|||
|
/// <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.tmrStart = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// tmrStart
|
|||
|
//
|
|||
|
this.tmrStart.Tick += new System.EventHandler(this.tmrStart_Tick);
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|||
|
this.picBack.ErrorImage = null;
|
|||
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picBack.Name = "picBack";
|
|||
|
this.picBack.Size = new System.Drawing.Size(1024, 768);
|
|||
|
this.picBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.picBack.TabIndex = 299;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// frmPosMainStart
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "frmPosMainStart";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Tag = "1371, 1050";
|
|||
|
this.Text = "POS PROGRAM";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPosMainStart_FormClosing);
|
|||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPosMainStart_FormClosed);
|
|||
|
this.Load += new System.EventHandler(this.frmPosMainStart_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Timer tmrStart;
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
}
|
|||
|
}
|