64 lines
2.4 KiB
C#
64 lines
2.4 KiB
C#
namespace Cosmos.KPS
|
|
{
|
|
partial class frmKPS
|
|
{
|
|
/// <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(frmKPS));
|
|
this.oposPrinter = new AxOposPOSPrinter_CCO.AxOPOSPOSPrinter();
|
|
((System.ComponentModel.ISupportInitialize)(this.oposPrinter)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// oposPrinter
|
|
//
|
|
this.oposPrinter.Enabled = true;
|
|
this.oposPrinter.Location = new System.Drawing.Point(30, 46);
|
|
this.oposPrinter.Name = "oposPrinter";
|
|
this.oposPrinter.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("oposPrinter.OcxState")));
|
|
this.oposPrinter.Size = new System.Drawing.Size(129, 52);
|
|
this.oposPrinter.TabIndex = 0;
|
|
//
|
|
// frmKPS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 262);
|
|
this.Controls.Add(this.oposPrinter);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmKPS";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmKPS";
|
|
((System.ComponentModel.ISupportInitialize)(this.oposPrinter)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private AxOposPOSPrinter_CCO.AxOPOSPOSPrinter oposPrinter;
|
|
}
|
|
} |