|
- 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()
- {
- this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
- this.serverSharingView1 = new Shadowsocks.Views.ServerSharingView();
- this.SuspendLayout();
- //
- // elementHost1
- //
- this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.elementHost1.Location = new System.Drawing.Point(0, 0);
- this.elementHost1.Margin = new System.Windows.Forms.Padding(0);
- this.elementHost1.Name = "elementHost1";
- this.elementHost1.Size = new System.Drawing.Size(600, 340);
- this.elementHost1.TabIndex = 0;
- this.elementHost1.Text = "elementHost1";
- this.elementHost1.Child = this.serverSharingView1;
- //
- // QRCodeForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(600, 340);
- this.Controls.Add(this.elementHost1);
- this.Margin = new System.Windows.Forms.Padding(8);
- this.Name = "QRCodeForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "QRCode and URL";
- this.Load += new System.EventHandler(this.QRCodeForm_Load);
- this.ResumeLayout(false);
- }
-
- #endregion
-
- private System.Windows.Forms.Integration.ElementHost elementHost1;
- private Views.ServerSharingView serverSharingView1;
- }
- }
|