namespace DataUpdate { partial class DataUpdate { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// 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(); ((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键确认"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Visible = false; // // 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(582, 43); this.label3.Name = "label3"; this.label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label3.Size = new System.Drawing.Size(196, 17); this.label3.TabIndex = 5; this.label3.Text = "如省份信息有误,请按【F12】修改"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label3.Visible = false; // // 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 = "收银数据扫码上传"; this.label2.Visible = false; // // 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, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(789, 597); 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; this.picture.Visible = 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; this.panelProvinceInfo.Visible = false; // // DataUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(800, 600); 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.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; } }