namespace SystemTrayMenu.Controls { partial class AskHotKeyForm { /// /// 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(AskHotKeyForm)); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.labelText = new System.Windows.Forms.Label(); this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel(); this.buttonOk = new System.Windows.Forms.Button(); this.labelCaption = new System.Windows.Forms.Label(); this.tableLayoutPanelMain.SuspendLayout(); this.tableLayoutPanelBottom.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanelMain // this.tableLayoutPanelMain.AutoSize = true; this.tableLayoutPanelMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelMain.ColumnCount = 1; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.labelText, 0, 1); this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelBottom, 0, 2); this.tableLayoutPanelMain.Controls.Add(this.labelCaption, 0, 0); this.tableLayoutPanelMain.Location = new System.Drawing.Point(12, 12); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 3; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.Size = new System.Drawing.Size(121, 77); this.tableLayoutPanelMain.TabIndex = 0; // // labelText // this.labelText.AutoSize = true; this.labelText.Location = new System.Drawing.Point(3, 21); this.labelText.Margin = new System.Windows.Forms.Padding(3, 8, 3, 8); this.labelText.Name = "labelText"; this.labelText.Size = new System.Drawing.Size(67, 13); this.labelText.TabIndex = 1; this.labelText.Text = "Ctrl + Alt + ?)"; // // tableLayoutPanelBottom // this.tableLayoutPanelBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelBottom.AutoSize = true; this.tableLayoutPanelBottom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelBottom.ColumnCount = 3; this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelBottom.Controls.Add(this.buttonOk, 1, 0); this.tableLayoutPanelBottom.Location = new System.Drawing.Point(3, 45); this.tableLayoutPanelBottom.Name = "tableLayoutPanelBottom"; this.tableLayoutPanelBottom.RowCount = 1; this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelBottom.Size = new System.Drawing.Size(115, 29); this.tableLayoutPanelBottom.TabIndex = 1; // // buttonOk // this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonOk.Location = new System.Drawing.Point(20, 3); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 2; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // labelCaption // this.labelCaption.AutoSize = true; this.labelCaption.Location = new System.Drawing.Point(3, 0); this.labelCaption.MaximumSize = new System.Drawing.Size(217, 0); this.labelCaption.Name = "labelCaption"; this.labelCaption.Size = new System.Drawing.Size(115, 13); this.labelCaption.TabIndex = 0; this.labelCaption.Text = "Shortcut key (e.g. F12)"; // // AskHotKeyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(302, 221); this.Controls.Add(this.tableLayoutPanelMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AskHotKeyForm"; this.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AskHotKeyForm"; this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.tableLayoutPanelBottom.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Label labelCaption; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottom; private System.Windows.Forms.Label labelText; } }