namespace DataUpdate { partial class ScanAudit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnClose = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.lblProvince = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.picQRCode = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.btnClose); this.panel1.Location = new System.Drawing.Point(0, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(429, 35); this.panel1.TabIndex = 2; this.panel1.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(57, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 26); this.label1.TabIndex = 3; this.label1.Text = "扫码稽核"; // // pictureBox1 // this.pictureBox1.BackgroundImage = global::DataUpdate.Properties.Resources.Audit; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureBox1.Location = new System.Drawing.Point(6, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(45, 34); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; this.pictureBox1.Visible = false; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(102)))), ((int)(((byte)(199))))); this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Image = global::DataUpdate.Properties.Resources.Close; this.btnClose.Location = new System.Drawing.Point(392, 2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(33, 30); this.btnClose.TabIndex = 1; this.btnClose.TabStop = false; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // panel2 // this.panel2.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.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.lblProvince); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.picQRCode); this.panel2.Location = new System.Drawing.Point(3, 37); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(423, 363); this.panel2.TabIndex = 3; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label3.ForeColor = System.Drawing.Color.Gray; this.label3.Location = new System.Drawing.Point(0, 344); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(422, 19); this.label3.TabIndex = 3; this.label3.Text = "如省份信息有误,请按【F12】修改"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label3.Visible = false; // // lblProvince // this.lblProvince.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblProvince.Font = new System.Drawing.Font("微软雅黑", 12F); this.lblProvince.Location = new System.Drawing.Point(9, 317); this.lblProvince.Name = "lblProvince"; this.lblProvince.Size = new System.Drawing.Size(406, 23); this.lblProvince.TabIndex = 2; this.lblProvince.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblProvince.Visible = false; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label2.BackColor = System.Drawing.Color.White; this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Gray; this.label2.Location = new System.Drawing.Point(1, 280); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(419, 30); this.label2.TabIndex = 1; this.label2.Text = "使用微信扫一扫轻松完成日常稽核"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // picQRCode // this.picQRCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.picQRCode.Location = new System.Drawing.Point(87, 24); this.picQRCode.Name = "picQRCode"; this.picQRCode.Size = new System.Drawing.Size(250, 250); this.picQRCode.TabIndex = 0; this.picQRCode.TabStop = false; // // ScanAudit // 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(430, 404); this.ControlBox = false; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.Name = "ScanAudit"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ScanAudit"; this.TopMost = true; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScanAudit_KeyDown); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox picQRCode; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblProvince; private System.Windows.Forms.Label label3; } }