namespace ShareX { partial class AfterUploadForm { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AfterUploadForm)); this.pbPreview = new ShareX.HelpersLib.MyPictureBox(); this.btnCopyImage = new System.Windows.Forms.Button(); this.btnCopyLink = new System.Windows.Forms.Button(); this.btnOpenLink = new System.Windows.Forms.Button(); this.btnOpenFile = new System.Windows.Forms.Button(); this.btnOpenFolder = new System.Windows.Forms.Button(); this.tmrClose = new System.Windows.Forms.Timer(this.components); this.btnClose = new System.Windows.Forms.Button(); this.lvClipboardFormats = new ShareX.HelpersLib.MyListView(); this.chDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chFormat = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // pbPreview // resources.ApplyResources(this.pbPreview, "pbPreview"); this.pbPreview.BackColor = System.Drawing.SystemColors.Window; this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbPreview.DrawCheckeredBackground = true; this.pbPreview.EnableRightClickMenu = true; this.pbPreview.FullscreenOnClick = true; this.pbPreview.Name = "pbPreview"; this.pbPreview.PictureBoxBackColor = System.Drawing.SystemColors.Window; this.pbPreview.ShowImageSizeLabel = true; // // btnCopyImage // resources.ApplyResources(this.btnCopyImage, "btnCopyImage"); this.btnCopyImage.Name = "btnCopyImage"; this.btnCopyImage.UseVisualStyleBackColor = true; this.btnCopyImage.Click += new System.EventHandler(this.btnCopyImage_Click); // // btnCopyLink // resources.ApplyResources(this.btnCopyLink, "btnCopyLink"); this.btnCopyLink.Name = "btnCopyLink"; this.btnCopyLink.UseVisualStyleBackColor = true; this.btnCopyLink.Click += new System.EventHandler(this.btnCopyLink_Click); // // btnOpenLink // resources.ApplyResources(this.btnOpenLink, "btnOpenLink"); this.btnOpenLink.Name = "btnOpenLink"; this.btnOpenLink.UseVisualStyleBackColor = true; this.btnOpenLink.Click += new System.EventHandler(this.btnOpenLink_Click); // // btnOpenFile // resources.ApplyResources(this.btnOpenFile, "btnOpenFile"); this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.UseVisualStyleBackColor = true; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // btnOpenFolder // resources.ApplyResources(this.btnOpenFolder, "btnOpenFolder"); this.btnOpenFolder.Name = "btnOpenFolder"; this.btnOpenFolder.UseVisualStyleBackColor = true; this.btnOpenFolder.Click += new System.EventHandler(this.btnFolderOpen_Click); // // tmrClose // this.tmrClose.Interval = 60000; this.tmrClose.Tick += new System.EventHandler(this.tmrClose_Tick); // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lvClipboardFormats // resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats"); this.lvClipboardFormats.AutoFillColumn = true; this.lvClipboardFormats.AutoFillColumnIndex = 1; this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chDescription, this.chFormat}); this.lvClipboardFormats.FullRowSelect = true; this.lvClipboardFormats.GridLines = true; this.lvClipboardFormats.HideSelection = false; this.lvClipboardFormats.Name = "lvClipboardFormats"; this.lvClipboardFormats.UseCompatibleStateImageBehavior = false; this.lvClipboardFormats.View = System.Windows.Forms.View.Details; this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick); // // chDescription // resources.ApplyResources(this.chDescription, "chDescription"); // // chFormat // resources.ApplyResources(this.chFormat, "chFormat"); // // AfterUploadForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.lvClipboardFormats); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOpenLink); this.Controls.Add(this.btnOpenFile); this.Controls.Add(this.btnOpenFolder); this.Controls.Add(this.btnCopyLink); this.Controls.Add(this.btnCopyImage); this.Controls.Add(this.pbPreview); this.Name = "AfterUploadForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private HelpersLib.MyPictureBox pbPreview; private System.Windows.Forms.Timer tmrClose; private System.Windows.Forms.Button btnOpenFolder; private System.Windows.Forms.Button btnCopyImage; private System.Windows.Forms.Button btnOpenLink; private System.Windows.Forms.Button btnCopyLink; private System.Windows.Forms.Button btnOpenFile; private System.Windows.Forms.Button btnClose; private HelpersLib.MyListView lvClipboardFormats; private System.Windows.Forms.ColumnHeader chDescription; private System.Windows.Forms.ColumnHeader chFormat; } }