You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sunji-posv-net/pos/JwKdsV/LoginOffLineConfirmForm.Des...

152 lines
7.6 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace JwKdsV
{
partial class LoginOffLineConfirmForm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.timeLabel = new System.Windows.Forms.Label();
this.storeLabel = new System.Windows.Forms.Label();
this.workerLabel = new System.Windows.Forms.Label();
this.posNoLabel = new System.Windows.Forms.Label();
this.touchButtonX2 = new JwKdsV.Component.TouchButtonX();
this.touchButtonX1 = new JwKdsV.Component.TouchButtonX();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Maroon;
this.label1.Location = new System.Drawing.Point(36, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(286, 23);
this.label1.TabIndex = 14;
this.label1.Text = "请确认以下离线登录信息";
//
// timeLabel
//
this.timeLabel.AutoSize = true;
this.timeLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeLabel.Location = new System.Drawing.Point(56, 93);
this.timeLabel.Name = "timeLabel";
this.timeLabel.Size = new System.Drawing.Size(118, 24);
this.timeLabel.TabIndex = 15;
this.timeLabel.Text = "时间:{0}";
//
// storeLabel
//
this.storeLabel.AutoSize = true;
this.storeLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storeLabel.Location = new System.Drawing.Point(56, 163);
this.storeLabel.Name = "storeLabel";
this.storeLabel.Size = new System.Drawing.Size(118, 24);
this.storeLabel.TabIndex = 16;
this.storeLabel.Text = "门店:{0}";
//
// workerLabel
//
this.workerLabel.AutoSize = true;
this.workerLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.workerLabel.Location = new System.Drawing.Point(36, 234);
this.workerLabel.Name = "workerLabel";
this.workerLabel.Size = new System.Drawing.Size(142, 24);
this.workerLabel.TabIndex = 17;
this.workerLabel.Text = "操作员:{0}";
//
// posNoLabel
//
this.posNoLabel.AutoSize = true;
this.posNoLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.posNoLabel.Location = new System.Drawing.Point(48, 306);
this.posNoLabel.Name = "posNoLabel";
this.posNoLabel.Size = new System.Drawing.Size(130, 24);
this.posNoLabel.TabIndex = 18;
this.posNoLabel.Text = "POS号{0}";
//
// touchButtonX2
//
this.touchButtonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.touchButtonX2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.touchButtonX2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.touchButtonX2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX2.ForeColor = System.Drawing.Color.White;
this.touchButtonX2.KeyCode = "";
this.touchButtonX2.Location = new System.Drawing.Point(254, 477);
this.touchButtonX2.Name = "touchButtonX2";
this.touchButtonX2.Size = new System.Drawing.Size(135, 41);
this.touchButtonX2.TabIndex = 13;
this.touchButtonX2.Text1 = "重新输入";
this.touchButtonX2.Click += new System.EventHandler(this.OnResetClick);
//
// touchButtonX1
//
this.touchButtonX1.BackColor = System.Drawing.Color.Green;
this.touchButtonX1.BackColor1 = System.Drawing.Color.Green;
this.touchButtonX1.BackColor2 = System.Drawing.Color.Tan;
this.touchButtonX1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.ForeColor = System.Drawing.Color.White;
this.touchButtonX1.KeyCode = "";
this.touchButtonX1.Location = new System.Drawing.Point(92, 477);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Size = new System.Drawing.Size(135, 41);
this.touchButtonX1.TabIndex = 12;
this.touchButtonX1.Text1 = "确定";
this.touchButtonX1.Click += new System.EventHandler(this.OnAcceptClick);
//
// LoginOffLineConfirmForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(232)))), ((int)(((byte)(228)))));
this.ClientSize = new System.Drawing.Size(560, 558);
this.ControlBox = false;
this.Controls.Add(this.posNoLabel);
this.Controls.Add(this.workerLabel);
this.Controls.Add(this.storeLabel);
this.Controls.Add(this.timeLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.touchButtonX2);
this.Controls.Add(this.touchButtonX1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "LoginOffLineConfirmForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "LoginOffLineConfirmForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Component.TouchButtonX touchButtonX1;
private Component.TouchButtonX touchButtonX2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label timeLabel;
private System.Windows.Forms.Label storeLabel;
private System.Windows.Forms.Label workerLabel;
private System.Windows.Forms.Label posNoLabel;
}
}