This repository has been archived on 2026-05-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
APKrenamer/APKrenamer/settings.Designer.cs

93 lines
No EOL
3.8 KiB
C#

namespace APKrenamer
{
partial class settings
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.cbTransparecy = new System.Windows.Forms.CheckBox();
this.cbIgnoreErrors = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cbTransparecy
//
this.cbTransparecy.AutoSize = true;
this.cbTransparecy.Location = new System.Drawing.Point(107, 12);
this.cbTransparecy.Name = "cbTransparecy";
this.cbTransparecy.Size = new System.Drawing.Size(93, 17);
this.cbTransparecy.TabIndex = 8;
this.cbTransparecy.Text = "Transparency";
this.cbTransparecy.UseVisualStyleBackColor = true;
this.cbTransparecy.CheckedChanged += new System.EventHandler(this.cbTransparecy_CheckedChanged);
//
// cbIgnoreErrors
//
this.cbIgnoreErrors.AutoSize = true;
this.cbIgnoreErrors.Location = new System.Drawing.Point(12, 12);
this.cbIgnoreErrors.Name = "cbIgnoreErrors";
this.cbIgnoreErrors.Size = new System.Drawing.Size(93, 17);
this.cbIgnoreErrors.TabIndex = 9;
this.cbIgnoreErrors.Text = "Ignore errors";
this.cbIgnoreErrors.UseVisualStyleBackColor = true;
this.cbIgnoreErrors.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(205, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Transparency only applies after restart.";
//
// settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(222, 57);
this.Controls.Add(this.label1);
this.Controls.Add(this.cbIgnoreErrors);
this.Controls.Add(this.cbTransparecy);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "settings";
this.Text = "Settings";
this.Load += new System.EventHandler(this.settings_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox cbTransparecy;
private System.Windows.Forms.CheckBox cbIgnoreErrors;
private System.Windows.Forms.Label label1;
}
}