namespace ShareX { partial class HotkeySettingsForm { /// /// 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(HotkeySettingsForm)); this.btnDuplicate = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.flpHotkeys = new System.Windows.Forms.FlowLayoutPanel(); this.btnEdit = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnMoveUp = new System.Windows.Forms.Button(); this.btnMoveDown = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnDuplicate // resources.ApplyResources(this.btnDuplicate, "btnDuplicate"); this.btnDuplicate.Name = "btnDuplicate"; this.btnDuplicate.UseVisualStyleBackColor = true; this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click); // // btnReset // resources.ApplyResources(this.btnReset, "btnReset"); this.btnReset.Name = "btnReset"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // flpHotkeys // resources.ApplyResources(this.flpHotkeys, "flpHotkeys"); this.flpHotkeys.Name = "flpHotkeys"; this.flpHotkeys.Layout += new System.Windows.Forms.LayoutEventHandler(this.flpHotkeys_Layout); // // btnEdit // resources.ApplyResources(this.btnEdit, "btnEdit"); this.btnEdit.Name = "btnEdit"; this.btnEdit.UseVisualStyleBackColor = true; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnRemove // resources.ApplyResources(this.btnRemove, "btnRemove"); this.btnRemove.Name = "btnRemove"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // btnAdd // resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnMoveUp // resources.ApplyResources(this.btnMoveUp, "btnMoveUp"); this.btnMoveUp.Name = "btnMoveUp"; this.btnMoveUp.UseVisualStyleBackColor = true; this.btnMoveUp.Click += new System.EventHandler(this.btnMoveUp_Click); // // btnMoveDown // resources.ApplyResources(this.btnMoveDown, "btnMoveDown"); this.btnMoveDown.Name = "btnMoveDown"; this.btnMoveDown.UseVisualStyleBackColor = true; this.btnMoveDown.Click += new System.EventHandler(this.btnMoveDown_Click); // // HotkeySettingsForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.btnMoveDown); this.Controls.Add(this.btnMoveUp); this.Controls.Add(this.btnDuplicate); this.Controls.Add(this.btnReset); this.Controls.Add(this.flpHotkeys); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnRemove); this.Controls.Add(this.btnAdd); this.Name = "HotkeySettingsForm"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HotkeySettingsForm_FormClosed); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnDuplicate; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.FlowLayoutPanel flpHotkeys; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnRemove; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnMoveUp; private System.Windows.Forms.Button btnMoveDown; } }