namespace ShareX.HelpersLib { partial class ClipboardContentViewer { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClipboardContentViewer)); this.lblQuestion = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtClipboard = new System.Windows.Forms.TextBox(); this.lbClipboard = new System.Windows.Forms.ListBox(); this.cbDontShowThisWindow = new System.Windows.Forms.CheckBox(); this.pbClipboard = new ShareX.HelpersLib.MyPictureBox(); this.SuspendLayout(); // // lblQuestion // this.lblQuestion.BackColor = System.Drawing.Color.RoyalBlue; resources.ApplyResources(this.lblQuestion, "lblQuestion"); this.lblQuestion.ForeColor = System.Drawing.Color.White; this.lblQuestion.Name = "lblQuestion"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Name = "btnOK"; this.btnOK.UseVisualStyleBackColor = true; // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; // // txtClipboard // resources.ApplyResources(this.txtClipboard, "txtClipboard"); this.txtClipboard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtClipboard.Name = "txtClipboard"; this.txtClipboard.ReadOnly = true; // // lbClipboard // resources.ApplyResources(this.lbClipboard, "lbClipboard"); this.lbClipboard.FormattingEnabled = true; this.lbClipboard.Name = "lbClipboard"; // // cbDontShowThisWindow // resources.ApplyResources(this.cbDontShowThisWindow, "cbDontShowThisWindow"); this.cbDontShowThisWindow.Name = "cbDontShowThisWindow"; this.cbDontShowThisWindow.UseVisualStyleBackColor = true; this.cbDontShowThisWindow.CheckedChanged += new System.EventHandler(this.cbDontShowThisWindow_CheckedChanged); // // pbClipboard // resources.ApplyResources(this.pbClipboard, "pbClipboard"); this.pbClipboard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbClipboard.DrawCheckeredBackground = true; this.pbClipboard.FullscreenOnClick = true; this.pbClipboard.Name = "pbClipboard"; this.pbClipboard.ShowImageSizeLabel = true; // // ClipboardContentViewer // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.Controls.Add(this.pbClipboard); this.Controls.Add(this.cbDontShowThisWindow); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblQuestion); this.Controls.Add(this.txtClipboard); this.Controls.Add(this.lbClipboard); this.MaximizeBox = false; this.Name = "ClipboardContentViewer"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Load += new System.EventHandler(this.ClipboardContentViewer_Load); this.Shown += new System.EventHandler(this.ClipboardContentViewer_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblQuestion; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; public System.Windows.Forms.TextBox txtClipboard; private System.Windows.Forms.ListBox lbClipboard; private System.Windows.Forms.CheckBox cbDontShowThisWindow; private MyPictureBox pbClipboard; } }