namespace HelpersLib { partial class QRCodeForm { /// /// 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.qrMain = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeGraphicControl(); this.txtQRCode = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // qrMain // this.qrMain.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.qrMain.ErrorCorrectLevel = Gma.QrCodeNet.Encoding.ErrorCorrectionLevel.M; this.qrMain.Location = new System.Drawing.Point(2, 26); this.qrMain.Name = "qrMain"; this.qrMain.QuietZoneModule = Gma.QrCodeNet.Encoding.Windows.Render.QuietZoneModules.Two; this.qrMain.Size = new System.Drawing.Size(380, 334); this.qrMain.TabIndex = 1; this.qrMain.Click += new System.EventHandler(this.qrMain_Click); // // txtQRCode // this.txtQRCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtQRCode.Dock = System.Windows.Forms.DockStyle.Top; this.txtQRCode.Location = new System.Drawing.Point(2, 2); this.txtQRCode.Name = "txtQRCode"; this.txtQRCode.Size = new System.Drawing.Size(380, 20); this.txtQRCode.TabIndex = 0; this.txtQRCode.Visible = false; this.txtQRCode.TextChanged += new System.EventHandler(this.txtQRCode_TextChanged); // // QRCodeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(384, 362); this.Controls.Add(this.txtQRCode); this.Controls.Add(this.qrMain); this.Name = "QRCodeForm"; this.Padding = new System.Windows.Forms.Padding(2); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - QR code"; this.TopMost = true; this.Resize += new System.EventHandler(this.QRCodeForm_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeGraphicControl qrMain; private System.Windows.Forms.TextBox txtQRCode; } }