218 lines
12 KiB
C#
218 lines
12 KiB
C#
namespace DataUpdate
|
||
{
|
||
partial class DataUpdate
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.TimerHandle = new System.Windows.Forms.Timer(this.components);
|
||
this.lblProvince = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.picture = new System.Windows.Forms.PictureBox();
|
||
this.panelProvinceInfo = new System.Windows.Forms.Panel();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.lblProg = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit();
|
||
this.panelProvinceInfo.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(167)))), ((int)(((byte)(255)))));
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.ForeColor = System.Drawing.Color.White;
|
||
this.label1.Location = new System.Drawing.Point(0, 564);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(799, 33);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "扫码上传成功后按Enter键确认,按Esc键返回收银系统";
|
||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// TimerHandle
|
||
//
|
||
this.TimerHandle.Tick += new System.EventHandler(this.TimerHandle_Tick);
|
||
//
|
||
// lblProvince
|
||
//
|
||
this.lblProvince.AutoSize = true;
|
||
this.lblProvince.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.lblProvince.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||
this.lblProvince.ForeColor = System.Drawing.Color.Transparent;
|
||
this.lblProvince.Location = new System.Drawing.Point(235, 0);
|
||
this.lblProvince.Name = "lblProvince";
|
||
this.lblProvince.Size = new System.Drawing.Size(50, 25);
|
||
this.lblProvince.TabIndex = 4;
|
||
this.lblProvince.Text = "浙江";
|
||
this.lblProvince.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.label3.Location = new System.Drawing.Point(465, 40);
|
||
this.label3.Name = "label3";
|
||
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.label3.Size = new System.Drawing.Size(323, 17);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "一键上传,请按【F11】 如省份信息有误,请按【F12】修改";
|
||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label2.AutoSize = true;
|
||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||
this.label2.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.ForeColor = System.Drawing.Color.White;
|
||
this.label2.Image = global::DataUpdate.Properties.Resources.二维码_01;
|
||
this.label2.Location = new System.Drawing.Point(83, 19);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(253, 29);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "收银数据扫码上传";
|
||
//
|
||
// flowLayoutPanel1
|
||
//
|
||
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.flowLayoutPanel1.AutoScroll = true;
|
||
this.flowLayoutPanel1.BackgroundImage = global::DataUpdate.Properties.Resources.二维码_02;
|
||
this.flowLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 71);
|
||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||
this.flowLayoutPanel1.Size = new System.Drawing.Size(789, 492);
|
||
this.flowLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// picture
|
||
//
|
||
this.picture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.picture.BackgroundImage = global::DataUpdate.Properties.Resources.二维码_01;
|
||
this.picture.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.picture.Image = global::DataUpdate.Properties.Resources.图标;
|
||
this.picture.Location = new System.Drawing.Point(5, 0);
|
||
this.picture.Margin = new System.Windows.Forms.Padding(0);
|
||
this.picture.Name = "picture";
|
||
this.picture.Size = new System.Drawing.Size(789, 71);
|
||
this.picture.TabIndex = 2;
|
||
this.picture.TabStop = false;
|
||
//
|
||
// panelProvinceInfo
|
||
//
|
||
this.panelProvinceInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.panelProvinceInfo.Controls.Add(this.lblProvince);
|
||
this.panelProvinceInfo.Enabled = false;
|
||
this.panelProvinceInfo.ForeColor = System.Drawing.Color.Transparent;
|
||
this.panelProvinceInfo.Location = new System.Drawing.Point(483, 9);
|
||
this.panelProvinceInfo.Name = "panelProvinceInfo";
|
||
this.panelProvinceInfo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.panelProvinceInfo.Size = new System.Drawing.Size(285, 28);
|
||
this.panelProvinceInfo.TabIndex = 6;
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.progressBar1.Location = new System.Drawing.Point(5, 564);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(789, 16);
|
||
this.progressBar1.TabIndex = 7;
|
||
this.progressBar1.Visible = false;
|
||
//
|
||
// lblProg
|
||
//
|
||
this.lblProg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lblProg.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblProg.ForeColor = System.Drawing.Color.White;
|
||
this.lblProg.Location = new System.Drawing.Point(4, 583);
|
||
this.lblProg.Name = "lblProg";
|
||
this.lblProg.Size = new System.Drawing.Size(790, 12);
|
||
this.lblProg.TabIndex = 8;
|
||
this.lblProg.Text = "正在上传数据,请稍候";
|
||
this.lblProg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblProg.Visible = false;
|
||
//
|
||
// DataUpdate
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(167)))), ((int)(((byte)(255)))));
|
||
this.ClientSize = new System.Drawing.Size(800, 600);
|
||
this.Controls.Add(this.lblProg);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.panelProvinceInfo);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.flowLayoutPanel1);
|
||
this.Controls.Add(this.picture);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "DataUpdate";
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Form1";
|
||
this.TopMost = true;
|
||
this.Load += new System.EventHandler(this.DataUpdate_Load);
|
||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
|
||
((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit();
|
||
this.panelProvinceInfo.ResumeLayout(false);
|
||
this.panelProvinceInfo.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Timer TimerHandle;
|
||
private System.Windows.Forms.PictureBox picture;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label lblProvince;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Panel panelProvinceInfo;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.Label lblProg;
|
||
}
|
||
}
|
||
|