|
- namespace Shadowsocks.View
- {
- partial class QRCodeForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QRCodeForm));
- this.QRCodeWebBrowser = new System.Windows.Forms.WebBrowser();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // QRCodeWebBrowser
- //
- this.QRCodeWebBrowser.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.QRCodeWebBrowser.Location = new System.Drawing.Point(0, 0);
- this.QRCodeWebBrowser.Margin = new System.Windows.Forms.Padding(0);
- this.QRCodeWebBrowser.MinimumSize = new System.Drawing.Size(20, 20);
- this.QRCodeWebBrowser.Name = "QRCodeWebBrowser";
- this.QRCodeWebBrowser.ScriptErrorsSuppressed = true;
- this.QRCodeWebBrowser.ScrollBarsEnabled = false;
- this.QRCodeWebBrowser.Size = new System.Drawing.Size(201, 203);
- this.QRCodeWebBrowser.TabIndex = 0;
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(205, 205);
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // QRCodeForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(205, 205);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.QRCodeWebBrowser);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "QRCodeForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "QRCode";
- this.Load += new System.EventHandler(this.QRCodeForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.WebBrowser QRCodeWebBrowser;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|