namespace BizHawk.Client.EmuHawk { partial class MessageConfig { /// /// 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.OK = new System.Windows.Forms.Button(); this.MessageTypeBox = new System.Windows.Forms.GroupBox(); this.AutoholdLabel = new System.Windows.Forms.Label(); this.AutoholdRadio = new System.Windows.Forms.RadioButton(); this.MultitrackLabel = new System.Windows.Forms.Label(); this.MultitrackRadio = new System.Windows.Forms.RadioButton(); this.RerecLabel = new System.Windows.Forms.Label(); this.RerecordsRadio = new System.Windows.Forms.RadioButton(); this.MessLabel = new System.Windows.Forms.Label(); this.InpLabel = new System.Windows.Forms.Label(); this.LagLabel = new System.Windows.Forms.Label(); this.FCLabel = new System.Windows.Forms.Label(); this.FpsPosLabel = new System.Windows.Forms.Label(); this.MessagesRadio = new System.Windows.Forms.RadioButton(); this.InputDisplayRadio = new System.Windows.Forms.RadioButton(); this.LagCounterRadio = new System.Windows.Forms.RadioButton(); this.FrameCounterRadio = new System.Windows.Forms.RadioButton(); this.FPSRadio = new System.Windows.Forms.RadioButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.MovieInputText = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.MovieInputColor = new System.Windows.Forms.Panel(); this.LInputColorPanel = new System.Windows.Forms.Panel(); this.AlertColorPanel = new System.Windows.Forms.Panel(); this.ColorPanel = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.LInputText = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.AlertColorText = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.ColorText = new System.Windows.Forms.TextBox(); this.MessageColorDialog = new System.Windows.Forms.ColorDialog(); this.Cancel = new System.Windows.Forms.Button(); this.ResetDefaultsButton = new System.Windows.Forms.Button(); this.PositionPanel = new System.Windows.Forms.Panel(); this.XNumeric = new System.Windows.Forms.NumericUpDown(); this.YNumeric = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.PositionGroupBox = new System.Windows.Forms.GroupBox(); this.BR = new System.Windows.Forms.RadioButton(); this.BL = new System.Windows.Forms.RadioButton(); this.TR = new System.Windows.Forms.RadioButton(); this.TL = new System.Windows.Forms.RadioButton(); this.AlertColorDialog = new System.Windows.Forms.ColorDialog(); this.LInputColorDialog = new System.Windows.Forms.ColorDialog(); this.MovieInputColorDialog = new System.Windows.Forms.ColorDialog(); this.StackMessagesCheckbox = new System.Windows.Forms.CheckBox(); this.WatchesRadio = new System.Windows.Forms.RadioButton(); this.WatchesLabel = new System.Windows.Forms.Label(); this.MessageTypeBox.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).BeginInit(); this.PositionGroupBox.SuspendLayout(); this.SuspendLayout(); // // OK // this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OK.Location = new System.Drawing.Point(348, 441); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 1; this.OK.Text = "&OK"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.OK_Click); // // MessageTypeBox // this.MessageTypeBox.Controls.Add(this.WatchesLabel); this.MessageTypeBox.Controls.Add(this.WatchesRadio); this.MessageTypeBox.Controls.Add(this.AutoholdLabel); this.MessageTypeBox.Controls.Add(this.AutoholdRadio); this.MessageTypeBox.Controls.Add(this.MultitrackLabel); this.MessageTypeBox.Controls.Add(this.MultitrackRadio); this.MessageTypeBox.Controls.Add(this.RerecLabel); this.MessageTypeBox.Controls.Add(this.RerecordsRadio); this.MessageTypeBox.Controls.Add(this.MessLabel); this.MessageTypeBox.Controls.Add(this.InpLabel); this.MessageTypeBox.Controls.Add(this.LagLabel); this.MessageTypeBox.Controls.Add(this.FCLabel); this.MessageTypeBox.Controls.Add(this.FpsPosLabel); this.MessageTypeBox.Controls.Add(this.MessagesRadio); this.MessageTypeBox.Controls.Add(this.InputDisplayRadio); this.MessageTypeBox.Controls.Add(this.LagCounterRadio); this.MessageTypeBox.Controls.Add(this.FrameCounterRadio); this.MessageTypeBox.Controls.Add(this.FPSRadio); this.MessageTypeBox.Location = new System.Drawing.Point(12, 12); this.MessageTypeBox.Name = "MessageTypeBox"; this.MessageTypeBox.Size = new System.Drawing.Size(177, 234); this.MessageTypeBox.TabIndex = 2; this.MessageTypeBox.TabStop = false; this.MessageTypeBox.Text = "Message Type"; // // AutoholdLabel // this.AutoholdLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.AutoholdLabel.AutoSize = true; this.AutoholdLabel.Location = new System.Drawing.Point(126, 209); this.AutoholdLabel.Name = "AutoholdLabel"; this.AutoholdLabel.Size = new System.Drawing.Size(49, 13); this.AutoholdLabel.TabIndex = 15; this.AutoholdLabel.Text = "255, 255"; // // AutoholdRadio // this.AutoholdRadio.AutoSize = true; this.AutoholdRadio.Location = new System.Drawing.Point(6, 210); this.AutoholdRadio.Name = "AutoholdRadio"; this.AutoholdRadio.Size = new System.Drawing.Size(67, 17); this.AutoholdRadio.TabIndex = 14; this.AutoholdRadio.TabStop = true; this.AutoholdRadio.Text = "Autohold"; this.AutoholdRadio.UseVisualStyleBackColor = true; this.AutoholdRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // MultitrackLabel // this.MultitrackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MultitrackLabel.AutoSize = true; this.MultitrackLabel.Location = new System.Drawing.Point(126, 185); this.MultitrackLabel.Name = "MultitrackLabel"; this.MultitrackLabel.Size = new System.Drawing.Size(49, 13); this.MultitrackLabel.TabIndex = 13; this.MultitrackLabel.Text = "255, 255"; // // MultitrackRadio // this.MultitrackRadio.AutoSize = true; this.MultitrackRadio.Location = new System.Drawing.Point(6, 186); this.MultitrackRadio.Name = "MultitrackRadio"; this.MultitrackRadio.Size = new System.Drawing.Size(71, 17); this.MultitrackRadio.TabIndex = 12; this.MultitrackRadio.TabStop = true; this.MultitrackRadio.Text = "Multitrack"; this.MultitrackRadio.UseVisualStyleBackColor = true; this.MultitrackRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // RerecLabel // this.RerecLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.RerecLabel.AutoSize = true; this.RerecLabel.Location = new System.Drawing.Point(126, 161); this.RerecLabel.Name = "RerecLabel"; this.RerecLabel.Size = new System.Drawing.Size(49, 13); this.RerecLabel.TabIndex = 11; this.RerecLabel.Text = "255, 255"; // // RerecordsRadio // this.RerecordsRadio.AutoSize = true; this.RerecordsRadio.Location = new System.Drawing.Point(6, 162); this.RerecordsRadio.Name = "RerecordsRadio"; this.RerecordsRadio.Size = new System.Drawing.Size(74, 17); this.RerecordsRadio.TabIndex = 10; this.RerecordsRadio.Text = "Rerecords"; this.RerecordsRadio.UseVisualStyleBackColor = true; this.RerecordsRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // MessLabel // this.MessLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MessLabel.AutoSize = true; this.MessLabel.Location = new System.Drawing.Point(126, 137); this.MessLabel.Name = "MessLabel"; this.MessLabel.Size = new System.Drawing.Size(49, 13); this.MessLabel.TabIndex = 9; this.MessLabel.Text = "255, 255"; // // InpLabel // this.InpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.InpLabel.AutoSize = true; this.InpLabel.Location = new System.Drawing.Point(126, 92); this.InpLabel.Name = "InpLabel"; this.InpLabel.Size = new System.Drawing.Size(49, 13); this.InpLabel.TabIndex = 8; this.InpLabel.Text = "255, 255"; // // LagLabel // this.LagLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LagLabel.AutoSize = true; this.LagLabel.Location = new System.Drawing.Point(126, 68); this.LagLabel.Name = "LagLabel"; this.LagLabel.Size = new System.Drawing.Size(49, 13); this.LagLabel.TabIndex = 7; this.LagLabel.Text = "255, 255"; // // FCLabel // this.FCLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.FCLabel.AutoSize = true; this.FCLabel.Location = new System.Drawing.Point(126, 44); this.FCLabel.Name = "FCLabel"; this.FCLabel.Size = new System.Drawing.Size(49, 13); this.FCLabel.TabIndex = 6; this.FCLabel.Text = "255, 255"; // // FpsPosLabel // this.FpsPosLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.FpsPosLabel.AutoSize = true; this.FpsPosLabel.Location = new System.Drawing.Point(126, 20); this.FpsPosLabel.Name = "FpsPosLabel"; this.FpsPosLabel.Size = new System.Drawing.Size(49, 13); this.FpsPosLabel.TabIndex = 5; this.FpsPosLabel.Text = "255, 255"; // // MessagesRadio // this.MessagesRadio.AutoSize = true; this.MessagesRadio.Location = new System.Drawing.Point(6, 138); this.MessagesRadio.Name = "MessagesRadio"; this.MessagesRadio.Size = new System.Drawing.Size(73, 17); this.MessagesRadio.TabIndex = 4; this.MessagesRadio.Text = "Messages"; this.MessagesRadio.UseVisualStyleBackColor = true; this.MessagesRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // InputDisplayRadio // this.InputDisplayRadio.AutoSize = true; this.InputDisplayRadio.Location = new System.Drawing.Point(6, 90); this.InputDisplayRadio.Name = "InputDisplayRadio"; this.InputDisplayRadio.Size = new System.Drawing.Size(86, 17); this.InputDisplayRadio.TabIndex = 3; this.InputDisplayRadio.Text = "Input Display"; this.InputDisplayRadio.UseVisualStyleBackColor = true; this.InputDisplayRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // LagCounterRadio // this.LagCounterRadio.AutoSize = true; this.LagCounterRadio.Location = new System.Drawing.Point(6, 66); this.LagCounterRadio.Name = "LagCounterRadio"; this.LagCounterRadio.Size = new System.Drawing.Size(83, 17); this.LagCounterRadio.TabIndex = 2; this.LagCounterRadio.Text = "Lag Counter"; this.LagCounterRadio.UseVisualStyleBackColor = true; this.LagCounterRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // FrameCounterRadio // this.FrameCounterRadio.AutoSize = true; this.FrameCounterRadio.Location = new System.Drawing.Point(6, 42); this.FrameCounterRadio.Name = "FrameCounterRadio"; this.FrameCounterRadio.Size = new System.Drawing.Size(93, 17); this.FrameCounterRadio.TabIndex = 1; this.FrameCounterRadio.Text = "Frame counter"; this.FrameCounterRadio.UseVisualStyleBackColor = true; this.FrameCounterRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // FPSRadio // this.FPSRadio.AutoSize = true; this.FPSRadio.Checked = true; this.FPSRadio.Location = new System.Drawing.Point(6, 18); this.FPSRadio.Name = "FPSRadio"; this.FPSRadio.Size = new System.Drawing.Size(42, 17); this.FPSRadio.TabIndex = 0; this.FPSRadio.TabStop = true; this.FPSRadio.Text = "Fps"; this.FPSRadio.UseVisualStyleBackColor = true; this.FPSRadio.CheckedChanged += new System.EventHandler(this.MessageTypeRadio_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.MovieInputText); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.MovieInputColor); this.groupBox2.Controls.Add(this.LInputColorPanel); this.groupBox2.Controls.Add(this.AlertColorPanel); this.groupBox2.Controls.Add(this.ColorPanel); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.LInputText); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.AlertColorText); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.ColorText); this.groupBox2.Location = new System.Drawing.Point(12, 251); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(177, 210); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "Message Colors"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(1, 161); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(63, 13); this.label12.TabIndex = 24; this.label12.Text = "Movie Input"; // // MovieInputText // this.MovieInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.MovieInputText.Location = new System.Drawing.Point(45, 178); this.MovieInputText.MaxLength = 8; this.MovieInputText.Name = "MovieInputText"; this.MovieInputText.ReadOnly = true; this.MovieInputText.Size = new System.Drawing.Size(59, 20); this.MovieInputText.TabIndex = 23; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(28, 190); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(18, 13); this.label11.TabIndex = 22; this.label11.Text = "0x"; // // MovieInputColor // this.MovieInputColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.MovieInputColor.Location = new System.Drawing.Point(4, 178); this.MovieInputColor.Name = "MovieInputColor"; this.MovieInputColor.Size = new System.Drawing.Size(20, 20); this.MovieInputColor.TabIndex = 9; this.MovieInputColor.Click += new System.EventHandler(this.MovieInputColor_Click); // // LInputColorPanel // this.LInputColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.LInputColorPanel.Location = new System.Drawing.Point(6, 130); this.LInputColorPanel.Name = "LInputColorPanel"; this.LInputColorPanel.Size = new System.Drawing.Size(20, 20); this.LInputColorPanel.TabIndex = 7; this.LInputColorPanel.Click += new System.EventHandler(this.LInputColorPanel_Click); // // AlertColorPanel // this.AlertColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.AlertColorPanel.Location = new System.Drawing.Point(6, 81); this.AlertColorPanel.Name = "AlertColorPanel"; this.AlertColorPanel.Size = new System.Drawing.Size(20, 20); this.AlertColorPanel.TabIndex = 7; this.AlertColorPanel.Click += new System.EventHandler(this.AlertColorPanel_Click); // // ColorPanel // this.ColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.ColorPanel.Location = new System.Drawing.Point(6, 34); this.ColorPanel.Name = "ColorPanel"; this.ColorPanel.Size = new System.Drawing.Size(20, 20); this.ColorPanel.TabIndex = 7; this.ColorPanel.Click += new System.EventHandler(this.ColorPanel_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(1, 111); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(86, 13); this.label7.TabIndex = 18; this.label7.Text = "Last Frame Input"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(28, 133); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(18, 13); this.label8.TabIndex = 17; this.label8.Text = "0x"; // // LInputText // this.LInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.LInputText.Location = new System.Drawing.Point(45, 130); this.LInputText.MaxLength = 8; this.LInputText.Name = "LInputText"; this.LInputText.ReadOnly = true; this.LInputText.Size = new System.Drawing.Size(59, 20); this.LInputText.TabIndex = 16; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(1, 62); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 13); this.label6.TabIndex = 13; this.label6.Text = "Alert messages"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(28, 84); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(18, 13); this.label5.TabIndex = 12; this.label5.Text = "0x"; // // AlertColorText // this.AlertColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.AlertColorText.Location = new System.Drawing.Point(45, 81); this.AlertColorText.MaxLength = 8; this.AlertColorText.Name = "AlertColorText"; this.AlertColorText.ReadOnly = true; this.AlertColorText.Size = new System.Drawing.Size(59, 20); this.AlertColorText.TabIndex = 11; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 13); this.label4.TabIndex = 8; this.label4.Text = "Main messages"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(28, 37); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(18, 13); this.label3.TabIndex = 7; this.label3.Text = "0x"; // // ColorText // this.ColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.ColorText.Location = new System.Drawing.Point(45, 34); this.ColorText.MaxLength = 8; this.ColorText.Name = "ColorText"; this.ColorText.ReadOnly = true; this.ColorText.Size = new System.Drawing.Size(59, 20); this.ColorText.TabIndex = 2; // // MessageColorDialog // this.MessageColorDialog.FullOpen = true; // // Cancel // this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.Cancel.Location = new System.Drawing.Point(429, 441); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 5; this.Cancel.Text = "&Cancel"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // ResetDefaultsButton // this.ResetDefaultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ResetDefaultsButton.Location = new System.Drawing.Point(195, 441); this.ResetDefaultsButton.Name = "ResetDefaultsButton"; this.ResetDefaultsButton.Size = new System.Drawing.Size(96, 23); this.ResetDefaultsButton.TabIndex = 6; this.ResetDefaultsButton.Text = "Restore Defaults"; this.ResetDefaultsButton.UseVisualStyleBackColor = true; this.ResetDefaultsButton.Click += new System.EventHandler(this.ResetDefaultsButton_Click); // // PositionPanel // this.PositionPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PositionPanel.Location = new System.Drawing.Point(22, 18); this.PositionPanel.Name = "PositionPanel"; this.PositionPanel.Size = new System.Drawing.Size(264, 248); this.PositionPanel.TabIndex = 0; this.PositionPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.PositionPanel_Paint); this.PositionPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseDown); this.PositionPanel.MouseEnter += new System.EventHandler(this.PositionPanel_MouseEnter); this.PositionPanel.MouseLeave += new System.EventHandler(this.PositionPanel_MouseLeave); this.PositionPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseMove); this.PositionPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseUp); // // XNumeric // this.XNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.XNumeric.Location = new System.Drawing.Point(43, 271); this.XNumeric.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this.XNumeric.Name = "XNumeric"; this.XNumeric.Size = new System.Drawing.Size(44, 20); this.XNumeric.TabIndex = 1; this.XNumeric.Value = new decimal(new int[] { 255, 0, 0, 0}); this.XNumeric.Click += new System.EventHandler(this.XNumeric_Click); this.XNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XNumeric_KeyUp); // // YNumeric // this.YNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.YNumeric.Location = new System.Drawing.Point(106, 271); this.YNumeric.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this.YNumeric.Name = "YNumeric"; this.YNumeric.Size = new System.Drawing.Size(44, 20); this.YNumeric.TabIndex = 2; this.YNumeric.Value = new decimal(new int[] { 255, 0, 0, 0}); this.YNumeric.Click += new System.EventHandler(this.YNumeric_Click); this.YNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.YNumeric_KeyUp); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 274); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(12, 13); this.label1.TabIndex = 3; this.label1.Text = "x"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(92, 273); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(12, 13); this.label2.TabIndex = 4; this.label2.Text = "y"; // // PositionGroupBox // this.PositionGroupBox.Controls.Add(this.BR); this.PositionGroupBox.Controls.Add(this.BL); this.PositionGroupBox.Controls.Add(this.TR); this.PositionGroupBox.Controls.Add(this.TL); this.PositionGroupBox.Controls.Add(this.label2); this.PositionGroupBox.Controls.Add(this.label1); this.PositionGroupBox.Controls.Add(this.YNumeric); this.PositionGroupBox.Controls.Add(this.XNumeric); this.PositionGroupBox.Controls.Add(this.PositionPanel); this.PositionGroupBox.Location = new System.Drawing.Point(195, 12); this.PositionGroupBox.Name = "PositionGroupBox"; this.PositionGroupBox.Size = new System.Drawing.Size(307, 299); this.PositionGroupBox.TabIndex = 3; this.PositionGroupBox.TabStop = false; this.PositionGroupBox.Text = "Position"; // // BR // this.BR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BR.AutoSize = true; this.BR.Location = new System.Drawing.Point(289, 253); this.BR.Name = "BR"; this.BR.Size = new System.Drawing.Size(14, 13); this.BR.TabIndex = 8; this.BR.TabStop = true; this.BR.UseVisualStyleBackColor = true; this.BR.Click += new System.EventHandler(this.BR_CheckedChanged); // // BL // this.BL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BL.AutoSize = true; this.BL.Location = new System.Drawing.Point(6, 253); this.BL.Name = "BL"; this.BL.Size = new System.Drawing.Size(14, 13); this.BL.TabIndex = 7; this.BL.TabStop = true; this.BL.UseVisualStyleBackColor = true; this.BL.Click += new System.EventHandler(this.BL_CheckedChanged); // // TR // this.TR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TR.AutoSize = true; this.TR.Location = new System.Drawing.Point(288, 18); this.TR.Name = "TR"; this.TR.Size = new System.Drawing.Size(14, 13); this.TR.TabIndex = 6; this.TR.TabStop = true; this.TR.UseVisualStyleBackColor = true; this.TR.Click += new System.EventHandler(this.TR_CheckedChanged); // // TL // this.TL.AutoSize = true; this.TL.Location = new System.Drawing.Point(6, 18); this.TL.Name = "TL"; this.TL.Size = new System.Drawing.Size(14, 13); this.TL.TabIndex = 5; this.TL.TabStop = true; this.TL.UseVisualStyleBackColor = true; this.TL.Click += new System.EventHandler(this.TL_CheckedChanged); // // AlertColorDialog // this.AlertColorDialog.FullOpen = true; // // LInputColorDialog // this.LInputColorDialog.FullOpen = true; // // MovieInputColorDialog // this.MovieInputColorDialog.FullOpen = true; // // StackMessagesCheckbox // this.StackMessagesCheckbox.AutoSize = true; this.StackMessagesCheckbox.Location = new System.Drawing.Point(195, 411); this.StackMessagesCheckbox.Name = "StackMessagesCheckbox"; this.StackMessagesCheckbox.Size = new System.Drawing.Size(105, 17); this.StackMessagesCheckbox.TabIndex = 7; this.StackMessagesCheckbox.Text = "Stack Messages"; this.StackMessagesCheckbox.UseVisualStyleBackColor = true; // // WatchesRadio // this.WatchesRadio.AutoSize = true; this.WatchesRadio.Location = new System.Drawing.Point(6, 114); this.WatchesRadio.Name = "WatchesRadio"; this.WatchesRadio.Size = new System.Drawing.Size(68, 17); this.WatchesRadio.TabIndex = 16; this.WatchesRadio.Text = "Watches"; this.WatchesRadio.UseVisualStyleBackColor = true; // // WatchesLabel // this.WatchesLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.WatchesLabel.AutoSize = true; this.WatchesLabel.Location = new System.Drawing.Point(126, 116); this.WatchesLabel.Name = "WatchesLabel"; this.WatchesLabel.Size = new System.Drawing.Size(49, 13); this.WatchesLabel.TabIndex = 17; this.WatchesLabel.Text = "255, 255"; // // MessageConfig // this.AcceptButton = this.OK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.Cancel; this.ClientSize = new System.Drawing.Size(512, 469); this.Controls.Add(this.StackMessagesCheckbox); this.Controls.Add(this.ResetDefaultsButton); this.Controls.Add(this.Cancel); this.Controls.Add(this.groupBox2); this.Controls.Add(this.PositionGroupBox); this.Controls.Add(this.MessageTypeBox); this.Controls.Add(this.OK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MinimumSize = new System.Drawing.Size(404, 375); this.Name = "MessageConfig"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Configure On Screen Messages"; this.Load += new System.EventHandler(this.MessageConfig_Load); this.MessageTypeBox.ResumeLayout(false); this.MessageTypeBox.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).EndInit(); this.PositionGroupBox.ResumeLayout(false); this.PositionGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button OK; private System.Windows.Forms.GroupBox MessageTypeBox; private System.Windows.Forms.RadioButton MessagesRadio; private System.Windows.Forms.RadioButton InputDisplayRadio; private System.Windows.Forms.RadioButton LagCounterRadio; private System.Windows.Forms.RadioButton FrameCounterRadio; private System.Windows.Forms.RadioButton FPSRadio; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ColorDialog MessageColorDialog; private System.Windows.Forms.Button Cancel; private System.Windows.Forms.Label MessLabel; private System.Windows.Forms.Label InpLabel; private System.Windows.Forms.Label LagLabel; private System.Windows.Forms.Label FCLabel; private System.Windows.Forms.Label FpsPosLabel; private System.Windows.Forms.Button ResetDefaultsButton; private System.Windows.Forms.TextBox ColorText; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel PositionPanel; private System.Windows.Forms.NumericUpDown XNumeric; private System.Windows.Forms.NumericUpDown YNumeric; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox PositionGroupBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox AlertColorText; private System.Windows.Forms.Panel AlertColorPanel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox LInputText; private System.Windows.Forms.Panel LInputColorPanel; private System.Windows.Forms.ColorDialog AlertColorDialog; private System.Windows.Forms.ColorDialog LInputColorDialog; private System.Windows.Forms.RadioButton BR; private System.Windows.Forms.RadioButton BL; private System.Windows.Forms.RadioButton TR; private System.Windows.Forms.RadioButton TL; private System.Windows.Forms.Label RerecLabel; private System.Windows.Forms.RadioButton RerecordsRadio; private System.Windows.Forms.Panel ColorPanel; private System.Windows.Forms.TextBox MovieInputText; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel MovieInputColor; private System.Windows.Forms.Label label12; private System.Windows.Forms.ColorDialog MovieInputColorDialog; private System.Windows.Forms.Label MultitrackLabel; private System.Windows.Forms.RadioButton MultitrackRadio; private System.Windows.Forms.CheckBox StackMessagesCheckbox; private System.Windows.Forms.Label AutoholdLabel; private System.Windows.Forms.RadioButton AutoholdRadio; private System.Windows.Forms.Label WatchesLabel; private System.Windows.Forms.RadioButton WatchesRadio; } }