namespace ShareX.HelpersLib { partial class PrintTextForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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(PrintTextForm)); this.btnCancel = new System.Windows.Forms.Button(); this.btnPrint = new System.Windows.Forms.Button(); this.btnShowPreview = new System.Windows.Forms.Button(); this.btnChangeFont = new System.Windows.Forms.Button(); this.lblFont = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnPrint // resources.ApplyResources(this.btnPrint, "btnPrint"); this.btnPrint.Name = "btnPrint"; this.btnPrint.UseVisualStyleBackColor = true; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnShowPreview // resources.ApplyResources(this.btnShowPreview, "btnShowPreview"); this.btnShowPreview.Name = "btnShowPreview"; this.btnShowPreview.UseVisualStyleBackColor = true; this.btnShowPreview.Click += new System.EventHandler(this.btnShowPreview_Click); // // btnChangeFont // resources.ApplyResources(this.btnChangeFont, "btnChangeFont"); this.btnChangeFont.Name = "btnChangeFont"; this.btnChangeFont.UseVisualStyleBackColor = true; this.btnChangeFont.Click += new System.EventHandler(this.btnChangeFont_Click); // // lblFont // resources.ApplyResources(this.lblFont, "lblFont"); this.lblFont.Name = "lblFont"; // // PrintTextForm // resources.ApplyResources(this, "$this"); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.lblFont); this.Controls.Add(this.btnChangeFont); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnShowPreview); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "PrintTextForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnPrint; private System.Windows.Forms.Button btnShowPreview; private System.Windows.Forms.Button btnChangeFont; private System.Windows.Forms.Label lblFont; } }