namespace ShareX.HelpersLib { partial class UpdateMessageBox { /// /// 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(UpdateMessageBox)); this.lblText = new ShareX.HelpersLib.BlackStyleLabel(); this.btnNo = new ShareX.HelpersLib.BlackStyleButton(); this.btnYes = new ShareX.HelpersLib.BlackStyleButton(); this.cbDontShow = new ShareX.HelpersLib.BlackStyleCheckBox(); this.lblViewChangelog = new ShareX.HelpersLib.BlackStyleLabel(); this.SuspendLayout(); // // lblText // this.lblText.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.lblText, "lblText"); this.lblText.ForeColor = System.Drawing.Color.White; this.lblText.Name = "lblText"; // // btnNo // resources.ApplyResources(this.btnNo, "btnNo"); this.btnNo.ForeColor = System.Drawing.Color.White; this.btnNo.Name = "btnNo"; this.btnNo.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnNo_MouseClick); // // btnYes // resources.ApplyResources(this.btnYes, "btnYes"); this.btnYes.ForeColor = System.Drawing.Color.White; this.btnYes.Name = "btnYes"; this.btnYes.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnYes_MouseClick); // // cbDontShow // this.cbDontShow.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.cbDontShow, "cbDontShow"); this.cbDontShow.ForeColor = System.Drawing.Color.White; this.cbDontShow.Name = "cbDontShow"; this.cbDontShow.SpaceAfterCheckBox = 3; this.cbDontShow.CheckedChanged += new System.EventHandler(this.cbDontShow_CheckedChanged); // // lblViewChangelog // this.lblViewChangelog.BackColor = System.Drawing.Color.Transparent; this.lblViewChangelog.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.lblViewChangelog, "lblViewChangelog"); this.lblViewChangelog.ForeColor = System.Drawing.Color.White; this.lblViewChangelog.Name = "lblViewChangelog"; this.lblViewChangelog.Click += new System.EventHandler(this.lblViewChangelog_Click); // // UpdateMessageBox // resources.ApplyResources(this, "$this"); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.Controls.Add(this.lblViewChangelog); this.Controls.Add(this.btnNo); this.Controls.Add(this.btnYes); this.Controls.Add(this.lblText); this.Controls.Add(this.cbDontShow); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "UpdateMessageBox"; this.Shown += new System.EventHandler(this.UpdateMessageBox_Shown); this.ResumeLayout(false); } #endregion private BlackStyleButton btnYes; private BlackStyleButton btnNo; private BlackStyleLabel lblText; private BlackStyleCheckBox cbDontShow; private BlackStyleLabel lblViewChangelog; } }