|
|
@@ -30,6 +30,7 @@ |
|
|
|
{
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
|
this.textBoxURL = new System.Windows.Forms.TextBox();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
@@ -56,6 +57,15 @@ |
|
|
|
this.listBox1.ValueMember = "Key";
|
|
|
|
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
|
|
|
//
|
|
|
|
// textBoxURL
|
|
|
|
//
|
|
|
|
this.textBoxURL.Location = new System.Drawing.Point(10, 227);
|
|
|
|
this.textBoxURL.Name = "textBoxURL";
|
|
|
|
this.textBoxURL.ReadOnly = true;
|
|
|
|
this.textBoxURL.Size = new System.Drawing.Size(441, 21);
|
|
|
|
this.textBoxURL.TabIndex = 3;
|
|
|
|
this.textBoxURL.Click += new System.EventHandler(this.textBoxURL_Click);
|
|
|
|
//
|
|
|
|
// QRCodeForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
@@ -63,7 +73,8 @@ |
|
|
|
this.AutoSize = true;
|
|
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
|
this.ClientSize = new System.Drawing.Size(457, 228);
|
|
|
|
this.ClientSize = new System.Drawing.Size(457, 257);
|
|
|
|
this.Controls.Add(this.textBoxURL);
|
|
|
|
this.Controls.Add(this.listBox1);
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
@@ -72,10 +83,11 @@ |
|
|
|
this.Name = "QRCodeForm";
|
|
|
|
this.Padding = new System.Windows.Forms.Padding(10);
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
this.Text = "QRCode";
|
|
|
|
this.Text = "QRCode and URL";
|
|
|
|
this.Load += new System.EventHandler(this.QRCodeForm_Load);
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
@@ -83,5 +95,6 @@ |
|
|
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
private System.Windows.Forms.ListBox listBox1;
|
|
|
|
private System.Windows.Forms.TextBox textBoxURL;
|
|
|
|
}
|
|
|
|
} |