ab56a9bcf7
SVN-Revision: r240
94 lines
3.7 KiB
C#
94 lines
3.7 KiB
C#
|
|
namespace Lskj.PubInvoiceOut
|
|
{
|
|
partial class FrmQrCode
|
|
{
|
|
/// <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.qrCodeImage = new System.Windows.Forms.PictureBox();
|
|
this.resultPanel = new System.Windows.Forms.Panel();
|
|
this.tipsLabel = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.qrCodeImage)).BeginInit();
|
|
this.resultPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// qrCodeImage
|
|
//
|
|
this.qrCodeImage.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.qrCodeImage.Location = new System.Drawing.Point(0, 0);
|
|
this.qrCodeImage.Name = "qrCodeImage";
|
|
this.qrCodeImage.Size = new System.Drawing.Size(184, 184);
|
|
this.qrCodeImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.qrCodeImage.TabIndex = 0;
|
|
this.qrCodeImage.TabStop = false;
|
|
//
|
|
// resultPanel
|
|
//
|
|
this.resultPanel.Controls.Add(this.tipsLabel);
|
|
this.resultPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.resultPanel.Location = new System.Drawing.Point(0, 184);
|
|
this.resultPanel.Name = "resultPanel";
|
|
this.resultPanel.Size = new System.Drawing.Size(184, 27);
|
|
this.resultPanel.TabIndex = 1;
|
|
//
|
|
// tipsLabel
|
|
//
|
|
this.tipsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tipsLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.tipsLabel.Name = "tipsLabel";
|
|
this.tipsLabel.Size = new System.Drawing.Size(184, 27);
|
|
this.tipsLabel.TabIndex = 0;
|
|
this.tipsLabel.Text = "请进行扫码验证";
|
|
this.tipsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// FrmQrCode
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(184, 211);
|
|
this.Controls.Add(this.resultPanel);
|
|
this.Controls.Add(this.qrCodeImage);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmQrCode";
|
|
this.Text = "认证扫码";
|
|
((System.ComponentModel.ISupportInitialize)(this.qrCodeImage)).EndInit();
|
|
this.resultPanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox qrCodeImage;
|
|
private System.Windows.Forms.Panel resultPanel;
|
|
private System.Windows.Forms.Label tipsLabel;
|
|
}
|
|
} |