namespace ShareX.MediaLib { partial class ImageBeautifierForm { /// /// 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.lblMargin = new System.Windows.Forms.Label(); this.tbMargin = new System.Windows.Forms.TrackBar(); this.lblPadding = new System.Windows.Forms.Label(); this.tbPadding = new System.Windows.Forms.TrackBar(); this.cbSmartPadding = new System.Windows.Forms.CheckBox(); this.lblRoundedCorner = new System.Windows.Forms.Label(); this.tbRoundedCorner = new System.Windows.Forms.TrackBar(); this.lblShadowSize = new System.Windows.Forms.Label(); this.tbShadowSize = new System.Windows.Forms.TrackBar(); this.lblBackground = new System.Windows.Forms.Label(); this.pbPreview = new System.Windows.Forms.PictureBox(); this.pPreview = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.tbMargin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbPadding)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbRoundedCorner)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbShadowSize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPreview)).BeginInit(); this.pPreview.SuspendLayout(); this.SuspendLayout(); // // lblMargin // this.lblMargin.AutoSize = true; this.lblMargin.Location = new System.Drawing.Point(13, 16); this.lblMargin.Name = "lblMargin"; this.lblMargin.Size = new System.Drawing.Size(42, 13); this.lblMargin.TabIndex = 0; this.lblMargin.Text = "Margin:"; // // tbMargin // this.tbMargin.Location = new System.Drawing.Point(16, 40); this.tbMargin.Maximum = 300; this.tbMargin.Name = "tbMargin"; this.tbMargin.Size = new System.Drawing.Size(256, 45); this.tbMargin.TabIndex = 1; this.tbMargin.TickFrequency = 10; this.tbMargin.Scroll += new System.EventHandler(this.tbMargin_Scroll); // // lblPadding // this.lblPadding.AutoSize = true; this.lblPadding.Location = new System.Drawing.Point(13, 96); this.lblPadding.Name = "lblPadding"; this.lblPadding.Size = new System.Drawing.Size(49, 13); this.lblPadding.TabIndex = 2; this.lblPadding.Text = "Padding:"; // // tbPadding // this.tbPadding.Location = new System.Drawing.Point(16, 120); this.tbPadding.Maximum = 200; this.tbPadding.Name = "tbPadding"; this.tbPadding.Size = new System.Drawing.Size(256, 45); this.tbPadding.TabIndex = 3; this.tbPadding.TickFrequency = 10; this.tbPadding.Scroll += new System.EventHandler(this.tbPadding_Scroll); // // cbSmartPadding // this.cbSmartPadding.AutoSize = true; this.cbSmartPadding.Location = new System.Drawing.Point(16, 168); this.cbSmartPadding.Name = "cbSmartPadding"; this.cbSmartPadding.Size = new System.Drawing.Size(94, 17); this.cbSmartPadding.TabIndex = 4; this.cbSmartPadding.Text = "Smart padding"; this.cbSmartPadding.UseVisualStyleBackColor = true; this.cbSmartPadding.CheckedChanged += new System.EventHandler(this.cbSmartPadding_CheckedChanged); // // lblRoundedCorner // this.lblRoundedCorner.AutoSize = true; this.lblRoundedCorner.Location = new System.Drawing.Point(13, 200); this.lblRoundedCorner.Name = "lblRoundedCorner"; this.lblRoundedCorner.Size = new System.Drawing.Size(87, 13); this.lblRoundedCorner.TabIndex = 5; this.lblRoundedCorner.Text = "Rounded corner:"; // // tbRoundedCorner // this.tbRoundedCorner.Location = new System.Drawing.Point(16, 224); this.tbRoundedCorner.Maximum = 50; this.tbRoundedCorner.Name = "tbRoundedCorner"; this.tbRoundedCorner.Size = new System.Drawing.Size(256, 45); this.tbRoundedCorner.TabIndex = 6; this.tbRoundedCorner.TickFrequency = 5; this.tbRoundedCorner.Scroll += new System.EventHandler(this.tbRoundedCorner_Scroll); // // lblShadowSize // this.lblShadowSize.AutoSize = true; this.lblShadowSize.Location = new System.Drawing.Point(13, 280); this.lblShadowSize.Name = "lblShadowSize"; this.lblShadowSize.Size = new System.Drawing.Size(70, 13); this.lblShadowSize.TabIndex = 7; this.lblShadowSize.Text = "Shadow size:"; // // tbShadowSize // this.tbShadowSize.Location = new System.Drawing.Point(16, 304); this.tbShadowSize.Maximum = 100; this.tbShadowSize.Name = "tbShadowSize"; this.tbShadowSize.Size = new System.Drawing.Size(256, 45); this.tbShadowSize.TabIndex = 8; this.tbShadowSize.TickFrequency = 5; this.tbShadowSize.Scroll += new System.EventHandler(this.tbShadowSize_Scroll); // // lblBackground // this.lblBackground.AutoSize = true; this.lblBackground.Location = new System.Drawing.Point(13, 360); this.lblBackground.Name = "lblBackground"; this.lblBackground.Size = new System.Drawing.Size(68, 13); this.lblBackground.TabIndex = 9; this.lblBackground.Text = "Background:"; // // pbPreview // this.pbPreview.Location = new System.Drawing.Point(0, 0); this.pbPreview.Name = "pbPreview"; this.pbPreview.Size = new System.Drawing.Size(100, 100); this.pbPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pbPreview.TabIndex = 11; this.pbPreview.TabStop = false; // // pPreview // this.pPreview.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.pPreview.AutoScroll = true; this.pPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pPreview.Controls.Add(this.pbPreview); this.pPreview.Location = new System.Drawing.Point(288, 8); this.pPreview.Name = "pPreview"; this.pPreview.Size = new System.Drawing.Size(504, 432); this.pPreview.TabIndex = 10; // // ImageBeautifierForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 447); this.Controls.Add(this.pPreview); this.Controls.Add(this.lblBackground); this.Controls.Add(this.tbShadowSize); this.Controls.Add(this.lblShadowSize); this.Controls.Add(this.tbRoundedCorner); this.Controls.Add(this.lblRoundedCorner); this.Controls.Add(this.cbSmartPadding); this.Controls.Add(this.tbPadding); this.Controls.Add(this.lblPadding); this.Controls.Add(this.tbMargin); this.Controls.Add(this.lblMargin); this.Name = "ImageBeautifierForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - Image beautifier"; ((System.ComponentModel.ISupportInitialize)(this.tbMargin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbPadding)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbRoundedCorner)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbShadowSize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPreview)).EndInit(); this.pPreview.ResumeLayout(false); this.pPreview.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblMargin; private System.Windows.Forms.TrackBar tbMargin; private System.Windows.Forms.Label lblPadding; private System.Windows.Forms.TrackBar tbPadding; private System.Windows.Forms.CheckBox cbSmartPadding; private System.Windows.Forms.Label lblRoundedCorner; private System.Windows.Forms.TrackBar tbRoundedCorner; private System.Windows.Forms.Label lblShadowSize; private System.Windows.Forms.TrackBar tbShadowSize; private System.Windows.Forms.Label lblBackground; private System.Windows.Forms.PictureBox pbPreview; private System.Windows.Forms.Panel pPreview; } }